/* ============================================================
   Allocation Assist - Doctor Personal Branding Landing Page
   Brand: Poppins · #2ABBA5 · White
   ============================================================ */

:root {
  /* Palette */
  --ink:        #1a1a1a;
  --ink-soft:   #4a4a4a;
  --ink-light:  #222222;
  --muted:      #888888;
  --line:       #e8eeec;
  --line-soft:  #f0f6f4;
  --paper:      #ffffff;
  --canvas:     #f6fbfa;
  --tint:       #f2faf8;

  --teal:       #2ABBA5;
  --teal-dark:  #2a8272;
  --teal-wash:  #e6f4f1;
  --navy:       #2ABBA5;
  --navy-mid:   #2a8272;
  --navy-deep:  #1e5c4a;   /* deep anchor for dark sections */
  --blue:       #2ABBA5;
  --blue-wash:  #e6f4f1;
  --gold:       #2ABBA5;   /* brand accent (gold removed) */
  --gold-soft:  #8fe8d6;
  --gold-deep:  #1f9a86;
  --green:      #22c55e;
  --red:        #ef4444;

  /* Type */
  --body: "Poppins", system-ui, -apple-system, sans-serif;
  --display: "Fraunces", "Times New Roman", Georgia, serif;

  --r-sm:   8px;
  --r-md:   14px;
  --r-lg:   22px;
  --r-xl:   32px;
  --r-pill: 50px;

  --shadow-sm: 0 2px 10px rgba(0,0,0,.05);
  --shadow-md: 0 8px 28px rgba(0,0,0,.09);
  --shadow-lg: 0 24px 60px rgba(0,0,0,.13);

  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.72;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1;
  overflow-x: hidden;
  font-weight: 400;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--teal); color: #fff; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(24px, 5vw, 56px); }
.container--narrow { max-width: 800px; }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: 15px 32px;
  border-radius: var(--r-pill);
  border: 2px solid transparent;
  font-weight: 600; font-size: .88rem; letter-spacing: .06em; text-transform: uppercase;
  background: var(--teal); color: #fff;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, border-color .2s;
  box-shadow: 0 6px 24px -6px rgba(0,0,0,.28);
  will-change: transform;
}
.btn--primary {
  background: #111111;
  border-color: #111111;
}
.btn--primary:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -8px rgba(0,0,0,.38);
}
.btn--primary:active { transform: translateY(0); }
.btn--lg { padding: 18px 42px; font-size: .92rem; }
.btn--block { width: 100%; border-radius: var(--r-md); }
.btn--ghost {
  background: transparent; color: var(--navy);
  border-color: rgba(255,255,255,.5); color: #fff; box-shadow: none; font-weight: 600;
  padding: 10px 24px;
}
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); transform: translateY(-1px); }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--line-soft);
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.topbar::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--navy-deep), var(--gold) 50%, var(--navy-deep));
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: inline-flex; align-items: center; }
.brand__logo { height: 52px; width: auto; display: block; }
.brand__logo--footer { height: 52px; filter: brightness(0) invert(1); }
.topbar__cta { display: none; }
@media (min-width: 720px) { .topbar__cta { display: inline-flex; } }

.topbar__cta.btn--ghost {
  color: var(--navy);
  border-color: var(--teal);
  background: transparent;
  box-shadow: none;
  font-size: .8rem;
  letter-spacing: .08em;
}
.topbar__cta.btn--ghost:hover {
  background: var(--teal);
  color: #fff;
  transform: translateY(-1px);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(72px, 10vw, 120px) 0;
  background: linear-gradient(150deg, #1e5c4a 0%, var(--navy) 45%, var(--navy-mid) 100%);
  overflow: clip;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero__glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(55% 65% at 85% 20%, rgba(42,187,165,.22), transparent 70%),
    radial-gradient(35% 45% at 5% 85%, rgba(30,92,74,.35), transparent 70%);
  pointer-events: none; z-index: 0;
}
/* Single stacked column: video sits directly after the headline,
   above the ticklist points and the CTA button, at every width. */
.hero__grid {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 0;
  align-items: stretch;
  max-width: 760px; margin-inline: auto;
}
.hero__copy { display: contents; }
.hero__grid .eyebrow { order: 1; }
.hero__grid .hero__title { order: 2; }
.hero__grid .hero__video { order: 3; margin-top: 32px; }
.hero__grid .ticklist { order: 4; }
.hero__grid .hero__actions { order: 5; }
.hero__grid .hero__proof { order: 6; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.62); margin-bottom: 24px;
}
.eyebrow__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; box-shadow: 0 0 0 4px rgba(42,187,165,.18); }

.hero__title {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-weight: 380;
  font-size: clamp(2.6rem, 5.8vw, 4.5rem);
  line-height: 1.06;
  letter-spacing: -.018em;
  color: #ffffff;
}
.hero__title strong { font-weight: 600; color: #ffffff; }
.hero__title em {
  font-style: normal;
  font-weight: inherit;
  color: #ffffff;
}
.hero__sub { margin-top: 24px; font-size: clamp(1rem, 1.4vw, 1.12rem); color: rgba(255,255,255,.65); max-width: 44ch; font-weight: 300; line-height: 1.75; }

.ticklist { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 14px; }
.ticklist li { display: flex; align-items: flex-start; gap: 14px; font-weight: 600; color: rgba(255,255,255,.92); font-size: .95rem; letter-spacing: .005em; }
.tick { flex: none; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.25); position: relative; }
.tick::after { content: ""; position: absolute; left: 6px; top: 4px; width: 5px; height: 9px; border: solid rgba(255,255,255,.85); border-width: 0 1.8px 1.8px 0; transform: rotate(42deg); }

.hero__actions { margin-top: 38px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero__reassure { font-size: .8rem; color: rgba(255,255,255,.4); font-weight: 400; letter-spacing: .02em; }

.hero__proof { margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.avatars { display: flex; }
.avatar {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: .72rem; font-weight: 600; letter-spacing: .02em; color: #fff;
  background: linear-gradient(150deg, var(--teal), var(--navy-deep));
  border: 2px solid #235a4a; margin-left: -12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.avatar:first-child { margin-left: 0; }
.avatar:nth-child(2) { background: linear-gradient(150deg, var(--gold-soft), var(--gold-deep)); }
.avatar:nth-child(3) { background: linear-gradient(150deg, #3bb39c, #1e5c4a); }
.avatar:nth-child(4) { background: linear-gradient(150deg, #2a8272, #16463a); }
.hero__proof-text { font-size: .85rem; color: rgba(255,255,255,.6); font-weight: 300; letter-spacing: .01em; }
.hero__proof-text strong { color: #fff; font-weight: 600; }

.trustbar { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1); }
.trustbar__label { font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.35); }
.trustbar__logos { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.logo-chip {
  font-size: .78rem; font-weight: 500; color: rgba(255,255,255,.7);
  padding: 7px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--r-pill);
  background: rgba(255,255,255,.05);
  letter-spacing: .02em;
}
.trustbar__quote { margin-top: 22px; font-size: .92rem; color: rgba(255,255,255,.55); font-style: italic; max-width: 46ch; }
.trustbar__quote cite { display: block; margin-top: 6px; font-style: normal; font-weight: 600; color: var(--teal); font-size: .85rem; }

.stars { color: var(--gold); letter-spacing: 2px; font-style: normal; }

/* ---------- VSL ---------- */
.hero__video { position: relative; }
.video__headline { font-weight: 500; color: rgba(255,255,255,.55); font-size: .8rem; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; letter-spacing: .1em; text-transform: uppercase; }
.video__headline::before { content: ""; width: 20px; height: 1px; background: rgba(255,255,255,.3); border-radius: 2px; }

.vsl {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.08);
  aspect-ratio: 16 / 9;
  background: var(--navy-deep);
}
.vsl::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1); pointer-events: none;
}
.vsl__embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.vsl__player { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; background: none; display: block; }
.vsl__poster { width: 100%; height: 100%; object-fit: cover; }
.vsl__scrim { position: absolute; inset: 0; background: radial-gradient(50% 60% at 50% 45%, transparent, rgba(20,70,58,.3)); }
.vsl__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 76px; height: 76px; border-radius: 50%;
  display: grid; place-items: center; color: var(--teal);
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 48px -8px rgba(0,0,0,.6);
  transition: transform .3s var(--ease), background .2s;
}
.vsl__play svg { margin-left: 4px; }
.vsl__play::before {
  content: ""; position: absolute; inset: -10px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.4); animation: pulse 2.6s var(--ease) infinite;
}
@keyframes pulse { 0% { transform: scale(1); opacity: .8; } 70%,100% { transform: scale(1.6); opacity: 0; } }
.vsl__player:hover .vsl__play { transform: translate(-50%,-50%) scale(1.06); background: #fff; }
.vsl__player:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }

.vsl__badge {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .68rem; font-weight: 700; color: #fff;
  background: rgba(20,60,48,.65); backdrop-filter: blur(8px);
  padding: 5px 12px; border-radius: var(--r-pill); letter-spacing: .08em; text-transform: uppercase;
}
.rec-dot { width: 6px; height: 6px; border-radius: 50%; background: #ff5a5a; animation: rec 1.6s infinite; }
@keyframes rec { 0% { box-shadow: 0 0 0 0 rgba(255,90,90,.6);} 70%,100%{ box-shadow: 0 0 0 7px rgba(255,90,90,0);} }
.vsl__caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 36px 20px 18px; font-size: .82rem; font-weight: 500; color: rgba(255,255,255,.8);
  background: linear-gradient(180deg, transparent, rgba(20,70,58,.85));
  text-align: left;
}

.video__under { margin-top: 18px; text-align: center; font-weight: 500; color: rgba(255,255,255,.5); font-size: .82rem; letter-spacing: .04em; }
.video__under .stars { margin-right: 8px; }

/* ---------- Ticker bar ---------- */
.ticker-bar {
  background: var(--navy-deep);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 28px;
  overflow: hidden;
}
.ticker-bar__label {
  flex: none;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  padding-left: clamp(24px, 5vw, 56px);
  white-space: nowrap;
}
.ticker-bar__track {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker-bar__inner {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: ticker 72s linear infinite;
}
.ticker-bar .logo-chip {
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  white-space: nowrap;
  flex: none;
  font-size: .72rem;
  letter-spacing: .06em;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 600px) {
  .ticker-bar__label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-bar__inner { animation: none; }
}

/* ---------- Section shell ---------- */
.section { padding: clamp(88px, 11vw, 148px) 0; position: relative; }
.section--tint { background: var(--tint); border-block: 1px solid var(--line-soft); }

.section__head {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: clamp(44px, 6vw, 70px);
}
.section__head--left { text-align: left; margin-inline: 0; }
.section__head--light { color: #ffffff; }

.kicker {
  font-size: .64rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase;
  color: #2ABBA5; margin-bottom: 18px; display: inline-flex; align-items: center; gap: 12px;
}
.kicker::before {
  content: ""; width: 26px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.section__head:not(.section__head--left) .kicker { justify-content: center; }
.section__head:not(.section__head--left) .kicker::after {
  content: ""; width: 26px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.kicker--light { color: #2ABBA5; }
.kicker--light::before { background: linear-gradient(90deg, transparent, #2ABBA5); }
.section__head--light .kicker::after { background: linear-gradient(90deg, #2ABBA5, transparent); }

.section h2 {
  font-family: var(--display); font-optical-sizing: auto; font-weight: 380;
  font-size: clamp(2.1rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.015em;
  color: var(--ink-light);
}
.section h2 em { font-style: italic; font-weight: 420; color: #2ABBA5; }
#process-title em { font-style: normal; font-weight: inherit; color: inherit; }
.section__head--light h2 { color: #fff; font-weight: 380; }
.section__head--light h2 em { color: #2ABBA5; }
.lede { margin-top: 18px; font-size: clamp(1rem, 1.4vw, 1.1rem); color: var(--ink-soft); font-weight: 300; line-height: 1.75; }
.section__head--light .lede { color: rgba(255,255,255,.55); }

/* ---------- Services (Section 3) ---------- */
.cards-6 { display: grid; gap: 22px; grid-template-columns: 1fr; counter-reset: svc; }
@media (min-width: 600px) { .cards-6 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 940px) { .cards-6 { grid-template-columns: repeat(3, 1fr); } }
.service {
  counter-increment: svc;
  background:
    radial-gradient(170px 170px at calc(100% + 20px) -20px, rgba(42,187,165,.16), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #f4fcfa 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 40px 32px 34px;
  /* layered ambient + directional shadow for real depth at rest */
  box-shadow:
    0 1px 1px rgba(16,42,38,.04),
    0 4px 8px rgba(16,42,38,.05),
    0 12px 24px -8px rgba(16,42,38,.08),
    0 30px 48px -28px rgba(42,187,165,.28),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  position: relative; overflow: hidden;
}
/* crisp top edge highlight for a bevelled, raised feel */
.service::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(255,255,255,.9), rgba(42,187,165,.28) 55%, transparent 80%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: .7; transition: opacity .4s var(--ease); pointer-events: none;
}
/* faint index watermark */
.service::after {
  content: "0" counter(svc);
  position: absolute; top: 26px; right: 28px;
  font-family: var(--display); font-optical-sizing: auto;
  font-weight: 400; font-size: 1.6rem; line-height: 1;
  color: rgba(42,187,165,.22); letter-spacing: -.02em;
  z-index: 1;
}
.service:hover {
  transform: translateY(-10px);
  box-shadow:
    0 2px 4px rgba(16,42,38,.05),
    0 10px 20px rgba(16,42,38,.07),
    0 40px 64px -24px rgba(42,187,165,.5),
    inset 0 1px 0 rgba(255,255,255,.95);
  border-color: rgba(42,187,165,.45);
}
.service:hover::before { opacity: 1; }
.service__icon {
  display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px;
  color: #fff; margin-bottom: 26px; position: relative; z-index: 1;
  background: linear-gradient(150deg, #4fd6c1 0%, var(--teal) 45%, #1c8f7c 100%);
  box-shadow:
    0 10px 22px -8px rgba(42,187,165,.7),
    0 2px 4px rgba(16,42,38,.15),
    inset 0 1px 0 rgba(255,255,255,.5),
    inset 0 -2px 4px rgba(16,42,38,.2);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.service:hover .service__icon {
  transform: translateY(-3px) rotate(-5deg);
  box-shadow:
    0 16px 30px -8px rgba(42,187,165,.8),
    0 3px 6px rgba(16,42,38,.18),
    inset 0 1px 0 rgba(255,255,255,.6),
    inset 0 -2px 4px rgba(16,42,38,.22);
}
.service h3 { font-size: 1.06rem; font-weight: 600; color: var(--ink-light); margin-bottom: 10px; letter-spacing: -.01em; position: relative; z-index: 1; }
.service p { color: var(--ink-soft); font-size: .9rem; line-height: 1.7; font-weight: 300; position: relative; z-index: 1; }

/* ---------- Process (How It Works) ---------- */
.process {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 24px; grid-template-columns: 1fr;
  counter-reset: step;
}
@media (min-width: 760px) { .process { grid-template-columns: repeat(3, 1fr); gap: 26px; } }
.process__step {
  position: relative; padding: 40px 32px 34px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.process__step::before {
  content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 3px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  border-radius: var(--r-lg) 0 0 var(--r-lg);
  opacity: 0; transition: opacity .35s var(--ease);
}
.process__step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--teal-wash); }
.process__step:hover::before { opacity: 1; }
.process__num {
  font-family: var(--display); font-optical-sizing: auto;
  font-weight: 350; font-size: 2.6rem; line-height: 1;
  color: var(--teal); display: block; margin-bottom: 16px;
  letter-spacing: -.02em;
}
.process__num::after {
  content: ""; display: inline-block; width: 30px; height: 1px;
  background: var(--gold); vertical-align: middle; margin-left: 14px; opacity: .7;
}
.process__step h3 { font-size: 1.08rem; font-weight: 600; color: var(--ink-light); margin-bottom: 10px; letter-spacing: -.01em; }
.process__step p { color: var(--ink-soft); font-size: .9rem; line-height: 1.72; font-weight: 300; }

/* ---------- Why (Section 4, dark) ---------- */
.section--dark {
  background: linear-gradient(150deg, #152f27 0%, #1e5c4a 35%, var(--navy) 75%, var(--navy-mid) 100%);
  color: #ffffff; overflow: clip;
}
.section--dark::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}
.why-grid { display: grid; gap: 22px; grid-template-columns: 1fr; position: relative; }
@media (min-width: 720px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
.why {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-lg); padding: 36px 32px;
  transition: transform .3s var(--ease), background .3s, border-color .3s;
  position: relative; overflow: hidden;
}
.why::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
}
.why:hover { transform: translateY(-5px); background: rgba(255,255,255,.07); border-color: rgba(42,187,165,.35); }
.why h3 { font-weight: 600; font-size: 1.05rem; color: #fff; margin-bottom: 12px; letter-spacing: -.005em; }
.why p { color: rgba(255,255,255,.5); font-size: .9rem; line-height: 1.75; font-weight: 300; }

.stats {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;
  margin-top: 60px; position: relative;
}
.stat { flex: 1 1 200px; max-width: 280px; }
.stat {
  text-align: center; padding: 32px 20px;
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-lg);
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(4px);
  transition: border-color .3s, background .3s;
  position: relative; overflow: hidden;
}
.stat::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}
.stat:hover { border-color: rgba(42,187,165,.35); background: rgba(255,255,255,.06); }
.stat__num {
  display: block; font-family: var(--display); font-optical-sizing: auto; font-weight: 400;
  font-size: clamp(2.4rem, 4.8vw, 3.6rem);
  color: #ffffff; line-height: 1; letter-spacing: -.02em;
}
.stat--wide .stat__num { font-size: clamp(1.5rem, 2.6vw, 2.1rem); letter-spacing: -.01em; font-weight: 420; }
.stat--wide { text-align: center; }
.stat__label { display: block; margin-top: 10px; font-size: .78rem; color: rgba(255,255,255,.45); letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.stats__note { margin-top: 20px; text-align: center; font-size: .72rem; color: rgba(255,255,255,.2); position: relative; }

/* ---------- Proof (Section 5) ---------- */
.proof-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .proof-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .proof-grid { grid-template-columns: repeat(3, 1fr); } }

.vtest { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.vtest:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vtest__thumb { position: relative; width: 100%; aspect-ratio: 16/10; border: 0; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-mid), var(--navy)); }
.vtest__thumb--alt { background: linear-gradient(135deg, #2a8272, #2ABBA5); }
.vtest__avatar { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; font-size: 1.1rem; background: rgba(27,201,174,.25); border: 2px solid rgba(27,201,174,.6); letter-spacing: .03em; }
.vsl__play--sm { position: absolute; width: 48px; height: 48px; bottom: 12px; right: 12px; top: auto; left: auto; transform: none; }
.vtest__thumb:hover .vsl__play--sm { transform: scale(1.08); }
.vtest__tag { position: absolute; top: 10px; left: 10px; font-size: .7rem; font-weight: 600; color: #fff; background: rgba(30,90,78,.5); padding: 4px 10px; border-radius: var(--r-pill); }
.vtest__meta { padding: 14px 16px; }
.vtest__name { font-weight: 600; color: var(--ink-light); font-size: .95rem; }
.vtest__role { font-size: .82rem; color: var(--muted); }

.wtest { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px; transition: transform .3s var(--ease), box-shadow .3s; }
.wtest:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.wtest__quote { font-size: .97rem; color: var(--ink); font-weight: 400; line-height: 1.7; }
.wtest__by { display: flex; align-items: center; gap: 12px; margin-top: auto; font-size: .88rem; }
.wtest__avatar, .profile__photo { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; background: linear-gradient(150deg, var(--teal), var(--navy)); font-size: .88rem; flex: none; }

.profile { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px 24px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.profile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.profile__photo { width: 68px; height: 68px; margin: 0 auto 14px; font-size: 1.2rem; }
.profile__photo--alt { background: linear-gradient(150deg, #2ABBA5, var(--navy-mid)); }
.profile__name { font-weight: 600; color: var(--ink-light); font-size: 1rem; }
.profile__role { font-size: .86rem; color: var(--muted); margin-bottom: 8px; }
.profile__line { font-size: .84rem; margin-bottom: 12px; }

.trust-indicators { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: center; margin-top: 44px; }
.ti { display: inline-flex; align-items: center; gap: 9px; font-size: .88rem; font-weight: 500; color: var(--ink-light); }
.ti__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(42,187,165,.15); }

/* ---------- Apply (Section 7) ---------- */
.section--apply {
  background: var(--canvas);
  border-top: 1px solid var(--line-soft);
}
.apply__wrap { display: grid; gap: clamp(36px, 4vw, 64px); grid-template-columns: 1fr; align-items: start; max-width: 720px; margin-inline: auto; }
.apply__intro .section__head { text-align: left; margin-inline: 0; }
.apply__points { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.apply__points li { display: flex; align-items: center; gap: 12px; font-weight: 500; font-size: .95rem; color: var(--ink-soft); }
.apply__points .tick { background: var(--teal-wash); border-color: rgba(42,187,165,.4); }
.apply__points .tick::after { border-color: var(--teal); }
.apply__quote {
  margin-top: 32px; padding: 24px 28px;
  border-left: 3px solid var(--gold);
  background: var(--paper); border-radius: 0 var(--r-md) var(--r-md) 0;
  font-family: var(--display); font-optical-sizing: auto;
  font-style: italic; color: var(--ink-soft);
  box-shadow: var(--shadow-sm); font-size: 1.05rem; font-weight: 380; line-height: 1.6;
}
.apply__quote cite { display: block; margin-top: 12px; font-family: var(--body); font-style: normal; font-weight: 600; color: var(--teal-dark); font-size: .82rem; letter-spacing: .04em; }

.apply__card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.apply__card::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), #2dd9bf);
}
.form { display: grid; gap: 20px; }
.field { display: grid; gap: 8px; }
.field-row { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field label { font-size: .78rem; font-weight: 700; color: var(--ink-light); letter-spacing: .08em; text-transform: uppercase; }
.field .opt { font-weight: 400; color: var(--muted); text-transform: none; letter-spacing: 0; }
.field input {
  width: 100%; padding: 14px 18px; font: inherit; color: var(--ink); font-size: .92rem;
  background: var(--canvas); border: 1.5px solid var(--line); border-radius: var(--r-sm);
  transition: border-color .2s, box-shadow .2s, background .2s;
  font-weight: 400;
}
.field input::placeholder { color: #b4bec8; }
.field input:hover { border-color: #c0d0cc; }
.field input:focus { outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(42,187,165,.1); }
.field input:user-invalid { border-color: var(--red); box-shadow: 0 0 0 4px rgba(239,68,68,.08); }
.form__fine { text-align: center; font-size: .78rem; color: var(--muted); margin-top: 6px; letter-spacing: .02em; }
.hp { position: absolute; left: -9999px; }

/* ---------- FAQ (Section 8) ---------- */
.faq { display: grid; gap: 12px; }
.faq__item {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}
.faq__item[open] { border-color: rgba(42,187,165,.35); box-shadow: var(--shadow-sm); }
.faq__item summary {
  list-style: none; cursor: pointer;
  padding: 22px 28px; font-weight: 500; color: var(--ink-light);
  font-size: .97rem; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  letter-spacing: -.005em;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: ""; flex: none; width: 10px; height: 10px;
  border-right: 2px solid var(--teal); border-bottom: 2px solid var(--teal);
  transform: rotate(45deg); transition: transform .3s var(--ease); margin-top: -4px;
}
.faq__item[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }
.faq__body { padding: 0 28px 24px; color: var(--ink-soft); animation: faqIn .35s var(--ease); font-size: .92rem; font-weight: 300; }
.faq__body p { max-width: 66ch; line-height: 1.78; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---------- Final CTA ---------- */
.finalcta {
  position: relative; padding: clamp(88px, 12vw, 160px) 0;
  background: linear-gradient(150deg, #152f27 0%, #1e5c4a 40%, var(--navy) 80%, var(--navy-mid) 100%);
  color: #fff; text-align: center; overflow: clip;
}
.finalcta::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.finalcta__glow {
  position: absolute; inset: auto 0 -40% 0; height: 80%;
  background: radial-gradient(50% 60% at 50% 100%, rgba(42,187,165,.25), transparent 70%);
  pointer-events: none;
}
.finalcta__inner { position: relative; max-width: 820px; }
.finalcta h2 {
  font-family: var(--display); font-optical-sizing: auto;
  font-weight: 380; font-size: clamp(2.2rem, 5vw, 3.9rem);
  line-height: 1.05; letter-spacing: -.015em;
}
.finalcta h2 em { font-style: normal; font-weight: inherit; color: #ffffff; }
.finalcta__sub {
  margin: 22px 0 42px; font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: rgba(255,255,255,.5); font-weight: 300; letter-spacing: .01em;
}

/* ---------- Footer ---------- */
.footer { background: #152f27; color: rgba(255,255,255,.4); padding: 52px 0; }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
@media (min-width: 760px) { .footer__inner { flex-direction: row; justify-content: space-between; text-align: left; } }
.brand--footer { color: #fff; }
.brand--footer .brand__text { color: #fff; }
.footer__copy { font-size: .8rem; color: rgba(255,255,255,.3); max-width: 44ch; font-weight: 300; letter-spacing: .02em; }
.footer__legal { display: flex; align-items: center; gap: 14px; }
.linklike { background: none; border: 0; color: rgba(255,255,255,.35); font-size: .8rem; font-weight: 500; padding: 0; transition: color .2s; letter-spacing: .04em; }
.linklike:hover { color: var(--teal); }

/* ---------- Sticky CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  transform: translateY(120%); transition: transform .4s var(--ease);
  background: rgba(255,255,255,.96); backdrop-filter: saturate(180%) blur(18px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 32px -12px rgba(0,0,0,.15);
  padding: 14px 0 calc(14px + env(safe-area-inset-bottom));
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.sticky-cta__text { font-weight: 600; color: var(--ink); font-size: .85rem; letter-spacing: .02em; }
.sticky-cta .btn { padding: 11px 24px; }
@media (max-width: 520px) { .sticky-cta__text { display: none; } .sticky-cta .btn { width: 100%; } }

/* ---------- Modals ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(5,15,26,.8); backdrop-filter: blur(6px); animation: fade .25s var(--ease); }
.modal__panel { position: relative; width: 100%; animation: pop .3s var(--ease); }
.modal__panel--video { max-width: 900px; }
.modal__panel--text { max-width: 560px; background: #fff; border-radius: var(--r-xl); padding: 44px 40px; box-shadow: var(--shadow-lg); }
.modal__panel--text h3 { font-family: var(--display); font-optical-sizing: auto; font-weight: 420; color: #2ABBA5; font-size: 1.5rem; margin-bottom: 16px; letter-spacing: -.01em; }
.modal__panel--text p { color: var(--ink-soft); margin-bottom: 14px; font-size: .92rem; line-height: 1.75; font-weight: 300; }
.modal__videoframe { aspect-ratio: 16/9; background: var(--navy-deep); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.modal__videoframe iframe, .modal__videoframe video { width: 100%; height: 100%; border: 0; display: block; }
.modal__close { position: absolute; top: -14px; right: -14px; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--navy); border: 1px solid var(--line); display: grid; place-items: center; box-shadow: var(--shadow-md); transition: transform .2s, background .2s; z-index: 2; }
.modal__close:hover { transform: rotate(90deg); background: var(--teal-wash); }
.videoplaceholder { width: 100%; height: 100%; display: grid; place-content: center; text-align: center; gap: 10px; color: rgba(255,255,255,.45); padding: 30px; }
.videoplaceholder__title { font-size: 1.3rem; color: #fff; font-weight: 300; }
.videoplaceholder__note { font-size: .88rem; color: rgba(255,255,255,.35); max-width: 40ch; margin-inline: auto; }
.videoplaceholder code { background: rgba(255,255,255,.1); padding: 1px 6px; border-radius: 5px; font-size: .85em; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .vsl__play::before, .rec-dot { animation: none; }
}
