body {
  margin: 0;
  background: radial-gradient(circle at 50% 15%, #0c2230 0%, #050b12 48%, #03060c 100%);
  color: #f0f4f8;
  font-family: Arial, sans-serif;
}

.lp-container {
  max-width: 440px;
  margin: 0 auto;
  padding: 4%;
  text-align: center;
}

.hero {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 0 28px rgba(40, 214, 204, 0.35);
}

h1 {
  font-size: 20px;
  margin: 12px 0 8px;
  color: #d9fff6;
}

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

.cta {
  display: inline-block;
  margin: 20px 0;
  width: 85%;
  height: 50px;
  line-height: 50px;
  background: #9effae;
  color: #0a1118;
  font-size: 22px;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.12), 0 0 0 0 rgba(158, 255, 174, 0.22);
  animation: pulsateGlow 2.2s ease-in-out infinite;
}

.cta:hover,
.cta:focus-visible {
  animation-play-state: paused;
}

@keyframes pulsateGlow {
  0% {
    box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.12), 0 0 0 0 rgba(158, 255, 174, 0.22);
  }
  50% {
    box-shadow: 0 0 13px 4px rgba(255, 255, 255, 0.36), 0 0 0 16px rgba(158, 255, 174, 0.52);
  }
  100% {
    box-shadow: 0 0 13px 4px rgba(158, 255, 174, 0.1), 0 0 0 16px rgba(158, 255, 174, 0.1);
  }
}

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

.disclaimer {
  font-size: 14px;
  color: #e2e2e2;
  margin: 50px 0 0 0;
}

.terms {
  font-size: 12px;
  color: #ec0e0e;
  text-decoration: underline;
  margin: 0 0 20px 0;
  padding: 20px 0;
}

.terms:hover {
  text-decoration: underline;
}
