:root {
  --bg: #060814;
  --panel: #0b1022;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.74);
  --yellow: #ffef3f;
  --yellow-hot: #ffbf00;
  --green: #19ff9b;
  --blue: #1b72ff;
  --red: #ff315a;
  --shadow: rgba(0, 0, 0, 0.52);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 49, 90, 0.32), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(27, 114, 255, 0.32), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(25, 255, 155, 0.18), transparent 38%),
    linear-gradient(150deg, #060814 0%, #101832 54%, #050713 100%);
}

a {
  color: inherit;
}

.page {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: clamp(10px, 3vw, 28px);
  overflow: hidden;
  isolation: isolate;
}

.page::before,
.page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

.page::before {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 48%, black 0 55%, transparent 86%);
}

.page::after {
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255, 239, 63, 0.16) 46%, transparent 56%),
    radial-gradient(circle at 50% 50%, transparent 0 38%, rgba(0, 0, 0, 0.36) 100%);
  animation: sweep 4.8s ease-in-out infinite;
}

.hero-poster {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(10px, 1.8svh, 16px);
  width: min(100%, 460px);
  min-height: min(100svh - 20px, 900px);
  overflow: hidden;
  padding: clamp(18px, 4.5vw, 34px) clamp(14px, 4vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(28px, 8vw, 48px);
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 239, 63, 0.22), transparent 35%),
    radial-gradient(circle at 92% 26%, rgba(27, 114, 255, 0.2), transparent 32%),
    linear-gradient(160deg, rgba(17, 24, 51, 0.96), rgba(5, 8, 22, 0.98));
  box-shadow:
    0 36px 110px var(--shadow),
    0 0 0 8px rgba(255, 239, 63, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-align: center;
  animation: posterIn 520ms var(--ease-out) both;
}

.hero-poster::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: calc(clamp(28px, 8vw, 48px) - 8px);
  pointer-events: none;
}

.hero-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 55%, transparent 0 44%, rgba(255, 49, 90, 0.12) 45%, transparent 62%),
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.055) 49% 51%, transparent 52%);
}

.hero-poster > * {
  position: relative;
  z-index: 1;
}

.burst {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(16px);
}

.burst-a {
  width: 170px;
  height: 170px;
  top: -42px;
  right: -54px;
  background: rgba(255, 49, 90, 0.42);
  animation: floatGlow 5.5s ease-in-out infinite;
}

.burst-b {
  width: 220px;
  height: 220px;
  left: -92px;
  bottom: -80px;
  background: rgba(25, 255, 155, 0.22);
  animation: floatGlow 6.5s ease-in-out infinite reverse;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(255, 239, 63, 0.42);
  border-radius: 999px;
  color: var(--yellow);
  background: rgba(5, 8, 22, 0.72);
  box-shadow:
    0 14px 40px rgba(255, 239, 63, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: clamp(0.68rem, 2.8vw, 0.82rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.status-pill span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(25, 255, 155, 0.12), 0 0 18px rgba(25, 255, 155, 0.9);
  animation: livePulse 1.1s ease-in-out infinite;
}

h1 {
  margin: 0;
  width: min(100%, 390px);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.45rem, 12.4vw, 4.2rem);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 22px 58px rgba(0, 0, 0, 0.45),
    0 0 30px rgba(255, 239, 63, 0.12);
}

h1 strong {
  display: block;
  color: var(--yellow);
}

.pay-stack {
  display: grid;
  gap: 8px;
  width: min(100%, 390px);
}

.per-test,
.per-day,
.time-hook,
.proof-note {
  margin: 0;
}

.per-test {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 8px;
  min-height: 94px;
  padding: 13px 14px;
  border-radius: 24px;
  color: #07101e;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), transparent 34%),
    linear-gradient(135deg, var(--yellow), var(--green));
  box-shadow:
    0 26px 72px rgba(255, 239, 63, 0.2),
    0 0 0 8px rgba(255, 239, 63, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
  animation: moneyPulse 1.4s ease-in-out infinite;
}

.per-test span {
  font-size: clamp(0.88rem, 4vw, 1.08rem);
  font-weight: 900;
  line-height: 0.98;
  text-align: left;
  text-transform: uppercase;
}

.per-test strong {
  font-size: clamp(3.55rem, 18vw, 5.3rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.per-day {
  justify-self: center;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 49, 90, 0.92);
  box-shadow: 0 16px 40px rgba(255, 49, 90, 0.22);
  font-size: clamp(1.08rem, 5vw, 1.42rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.time-hook {
  width: min(100%, 390px);
  padding: 11px 14px;
  border: 1px solid rgba(27, 114, 255, 0.45);
  border-radius: 17px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(27, 114, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: clamp(0.88rem, 4vw, 1.08rem);
  font-weight: 900;
  line-height: 1.12;
}

.proof-note {
  width: min(100%, 390px);
  padding: 11px 14px;
  border: 1px solid rgba(255, 239, 63, 0.5);
  border-radius: 15px;
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 239, 63, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 49, 90, 0.22), rgba(27, 114, 255, 0.18)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    0 16px 42px rgba(255, 239, 63, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: clamp(0.78rem, 3.5vw, 0.95rem);
  font-weight: 900;
  line-height: 1.15;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 390px);
  gap: 7px;
}

.trust-strip span {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 8px 6px;
  border: 1px solid rgba(25, 255, 155, 0.24);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: clamp(0.62rem, 3vw, 0.78rem);
  font-weight: 900;
  line-height: 1.04;
}

.trust-strip span::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 42%, #07101e 43% 56%, transparent 57%),
    var(--green);
  box-shadow: 0 0 18px rgba(25, 255, 155, 0.42);
  transform: rotate(45deg);
}

.cta-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 390px);
  min-height: 82px;
  overflow: hidden;
  padding: 14px 16px;
  border-radius: 24px;
  color: #07101e;
  text-decoration: none;
  background:
    radial-gradient(circle at var(--press-x, 50%) var(--press-y, 42%), rgba(255, 255, 255, 0.92), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 30%),
    linear-gradient(135deg, var(--yellow) 0%, var(--green) 50%, #36b7ff 100%);
  box-shadow:
    0 34px 90px rgba(25, 255, 155, 0.25),
    0 0 0 8px rgba(255, 239, 63, 0.16),
    0 0 0 18px rgba(27, 114, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  touch-action: manipulation;
  cursor: pointer;
  animation: ctaPulse 0.92s ease-in-out infinite;
}

.cta-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: inherit;
}

.cta-shine {
  position: absolute;
  inset: -38% auto -38% -36%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: rotate(18deg);
  animation: ctaShine 1.35s ease-in-out infinite;
}

.cta-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red), var(--blue));
  box-shadow: 0 12px 28px rgba(27, 114, 255, 0.28);
}

.cta-icon svg {
  width: 62%;
  height: 62%;
  fill: currentColor;
}

.cta-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.cta-copy strong {
  font-size: clamp(1.18rem, 5vw, 1.62rem);
  font-weight: 900;
  line-height: 0.98;
}

.cta-copy small {
  color: rgba(7, 16, 30, 0.72);
  font-size: clamp(0.68rem, 3vw, 0.84rem);
  font-weight: 900;
  line-height: 1.05;
}

.cta-ripple {
  position: absolute;
  left: var(--ripple-x);
  top: var(--ripple-y);
  z-index: 5;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple 560ms ease-out forwards;
}

@media (max-width: 360px) {
  .page {
    padding: 8px;
  }

  .hero-poster {
    min-height: calc(100svh - 16px);
    gap: 9px;
    padding: 16px 10px;
    border-radius: 24px;
  }

  h1 {
    font-size: clamp(2.14rem, 11.6vw, 2.55rem);
  }

  .per-test {
    min-height: 84px;
    padding: 11px 12px;
  }

  .per-test strong {
    font-size: 3.3rem;
  }

  .per-day {
    font-size: 1rem;
  }

  .trust-strip span {
    min-height: 49px;
    font-size: 0.58rem;
  }

  .cta-button {
    min-height: 74px;
    border-radius: 21px;
  }

  .cta-icon {
    width: 40px;
    height: 40px;
  }

  .cta-copy strong {
    font-size: 1.12rem;
  }
}

@media (min-width: 760px) {
  .hero-poster {
    width: min(100%, 620px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@keyframes posterIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes livePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.35);
  }
}

@keyframes moneyPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.025);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.035);
  }
}

@keyframes ctaShine {
  0% {
    left: -36%;
  }
  58%,
  100% {
    left: 118%;
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(14px, -12px, 0) scale(1.08);
  }
}

@keyframes sweep {
  0%,
  100% {
    opacity: 0.24;
    transform: translateX(-3%);
  }
  50% {
    opacity: 0.38;
    transform: translateX(3%);
  }
}
