/* Lead-first variant: headline, video, CTA and checks all live inside the hero. */

.hero .hero-video-shell {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 32px));
  margin: clamp(22px, 3.5vw, 36px) auto 0;
}

.hero .hero-video-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.sound-overlay {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 6px;
  width: min(420px, 62%);
  padding: clamp(18px, 4vw, 38px) 20px;
  border: 0;
  border-radius: 22px;
  background: rgba(188, 120, 133, 0.9);
  color: #fff;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  animation: sound-pulse 2.4s ease-in-out infinite;
}

.sound-overlay[hidden] {
  display: none;
}

.sound-overlay svg {
  width: clamp(38px, 7vw, 64px);
  height: auto;
  margin-bottom: 4px;
}

.sound-overlay strong {
  font-size: clamp(1.05rem, 2.6vw, 1.6rem);
  font-weight: 800;
  line-height: 1.25;
}

.sound-overlay span {
  font-size: clamp(0.95rem, 2.2vw, 1.3rem);
  font-weight: 600;
}

@keyframes sound-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.03); }
}

@media (prefers-reduced-motion: reduce) {
  .sound-overlay { animation: none; }
}

.hero .hero-cta {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 20px;
  margin: clamp(26px, 4vw, 40px) auto 0;
  text-align: center;
}

.hero .hero-cta-button {
  min-width: min(420px, 100%);
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  font-weight: 500;
}

.hero-checks li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-checks li::before {
  content: "✓";
  color: #6fcf8e;
  font-weight: 900;
}

@media (max-width: 640px) {
  .hero .hero-video-shell {
    width: calc(100% - 24px);
  }

  .sound-overlay {
    width: 72%;
    border-radius: 16px;
  }

  .hero-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    font-size: 0.9rem;
    text-align: start;
  }
}

/* Quiz: answers advance on tap, so question steps only keep a quiet back link. */
.application-dialog form.is-question-step .form-navigation {
  justify-content: flex-start;
  border-top: 0;
  padding-top: 0;
}

.application-dialog form.is-question-step #form-back {
  min-height: 0;
  padding: 6px 4px;
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--vsl-muted, #827a80);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.application-dialog form.is-submitting .choice-card {
  pointer-events: none;
  opacity: 0.6;
}

.application-dialog .choice-card:has(input:checked) {
  transition: background-color 160ms ease, border-color 160ms ease;
}

/* Desktop: size the video from the viewport height so the CTA is visible without scrolling. */
@media (min-width: 900px) {
  .hero .hero-video-shell {
    width: clamp(440px, calc((100svh - 440px) * 16 / 9), 980px);
    margin-top: 20px;
  }

  .hero .hero-cta {
    gap: 14px;
    margin-top: 20px;
  }

  .sound-overlay {
    width: min(360px, 60%);
    padding: clamp(14px, 3vh, 30px) 18px;
  }
}

/* Compact consent line under the contact fields. */
.application-dialog .contact-step .consent-field {
  grid-template-columns: 14px auto;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 11.5px;
  line-height: 1.4;
  opacity: 0.85;
}

.application-dialog .contact-step .consent-field input {
  width: 13px;
  height: 13px;
  margin-top: 1px;
}

/* Testimonial captions: who she is, what changed, one line in her words. */
.video-case-caption {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  text-align: start;
}

.video-case-caption p {
  margin: 0;
}

.video-case-caption .vc-who {
  color: var(--vsl-muted, #827a80);
  font-size: 0.9rem;
}

.video-case-caption .vc-who strong {
  color: var(--vsl-ink, #191619);
  font-size: 1rem;
}

.video-case-caption .vc-result {
  color: var(--vsl-rose-deep, #986271);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
}

.video-case-caption .vc-quote {
  color: var(--vsl-ink, #191619);
  font-size: 0.93rem;
  font-style: italic;
  line-height: 1.5;
}

.video-case-short .video-case-caption {
  text-align: center;
}

/* Risk-reversal line under CTAs */
.cta-risk {
  max-width: 34rem;
  margin: 14px auto 0;
  color: var(--vsl-muted, #827a80);
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}

/* Cost of standing still */
.cost-of-waiting {
  padding: clamp(64px, 9vw, 110px) 0;
  background: var(--vsl-black, #0d0c0f);
  color: #fff;
}

.cost-shell {
  display: grid;
  justify-items: center;
  gap: clamp(28px, 4vw, 44px);
  text-align: center;
}

.cost-of-waiting .section-kicker {
  margin: 0;
  color: var(--vsl-rose, #bc7885);
}

.cost-of-waiting h2 {
  margin: -16px 0 0;
  color: #fff;
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  line-height: 1.12;
}

.cost-lead {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  line-height: 1.7;
}

.cost-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(980px, 100%);
  text-align: start;
}

.cost-path {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.cost-path-label {
  margin: 0 0 14px;
  color: #ff8c8c;
  font-size: 1.08rem;
  font-weight: 800;
}

.cost-path ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cost-path li {
  position: relative;
  padding-inline-start: 26px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.cost-path li::before {
  content: "×";
  position: absolute;
  inset-inline-start: 0;
  top: -1px;
  color: #ff6b6b;
  font-weight: 900;
}

.cost-path li span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
}

.cost-math {
  display: grid;
  gap: 6px;
  width: min(620px, 100%);
  padding: clamp(26px, 4vw, 40px);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 107, 107, 0.14), rgba(188, 120, 133, 0.08));
  border: 1px solid rgba(255, 107, 107, 0.28);
}

.cost-math p {
  margin: 0;
}

.cost-math-kicker {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cost-math-line {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
}

.cost-math-big {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
}

.cost-math-big bdi {
  color: #ff8c8c;
}

.cost-math-year {
  font-size: clamp(1.9rem, 5.5vw, 3rem);
}

.cost-math-note {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.cost-proof {
  display: grid;
  gap: 6px;
  justify-items: center;
}

.cost-proof p {
  margin: 0;
}

.cost-proof-number {
  color: var(--vsl-rose, #bc7885);
  font-size: clamp(3.2rem, 9vw, 5.5rem);
  font-weight: 900;
  line-height: 1;
}

.cost-proof-text {
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.08rem;
  line-height: 1.7;
}

.cost-close {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.cost-close p {
  margin: 0;
}

.cost-close > p:first-child {
  color: #fff;
  font-size: clamp(1.35rem, 3.4vw, 1.9rem);
  line-height: 1.4;
}

.cost-close-soft {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.cost-close .cta-risk {
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 720px) {
  .cost-paths {
    grid-template-columns: 1fr;
  }
}

.cost-path,
.cost-path ul,
.cost-path li,
.cost-path-label {
  text-align: start;
}

/* Noy: the counter-example to waiting */
.cost-story {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: min(620px, 100%);
  padding: clamp(26px, 4vw, 40px);
  border-radius: 22px;
  border: 1px solid rgba(111, 207, 142, 0.3);
  background: linear-gradient(160deg, rgba(111, 207, 142, 0.1), rgba(188, 120, 133, 0.06));
}

.cost-story p,
.cost-story h3 {
  margin: 0;
}

.cost-story-kicker {
  color: #6fcf8e;
  font-size: 0.9rem;
  font-weight: 800;
}

.cost-story h3 {
  color: #fff;
  font-size: clamp(1.3rem, 3.2vw, 1.75rem);
  line-height: 1.35;
}

.cost-story p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

.cost-story-result {
  color: #fff !important;
  font-size: 1.1rem;
}

.cost-story-result strong {
  color: #6fcf8e;
  font-size: 1.3rem;
}
