body {
  margin: 0;
  background: #1f1f1f;
  color: #f0f0f0;
  font-family: Arial, sans-serif;
}

.lp-container {
  max-width: 440px;
  margin: 0 auto;
  padding: 4%;
  background: url('https://kiwimobile.de/wp-content/uploads/2025/05/Joyplay_background_fullscreen_vertical.png') no-repeat center -25px;
  text-align: center;
}

.hero {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

h1 {
  font-size: 18px;
  margin: 8px 0 8px;
}

p {
  font-size: 14px;
  margin: 0 0 16px;
}

.cta {
  display: inline-block;
  margin: 20px 0;
  width: 85%;
  height: 50px;
  line-height: 50px;
  /* padding: 14px 8px; */
  background: #9effae;
  color: #1f1f1f;
  font-size: 22px;
  /* font-weight: 700; */
  text-decoration: none;
  border-radius: 14px;
}

.price {
  margin: 5px 0 !important;
  font-size: 16px;
  font-weight: bold;
}

.disclaimer {
  font-size: 14px;
  color: rgb(226, 226, 226);
  margin: 50px 0 0 0;
}

.terms {
  font-size: 12px;
  color: rgb(236, 14, 14);
  text-decoration: underline;
  margin: 0 0 20px 0; 
  padding: 20px 0;
}
.terms:hover {
  text-decoration: underline;
}
