/* Growth Cleaning main site. Video first structure.
   Every visual decision runs through the tokens in :root, and looks.css swaps them for the
   Glow, Bold and Mono directions. Class names map 1:1 to Webflow classes. */

:root {
  --bg: #F5F6F7;
  --bg-alt: #FFFFFF;
  --surface: #FFFFFF;
  --ink: #0A0A0A;
  --muted: #5B5F66;
  --subtle: #8E929A;
  --line: #E6E7E9;
  --line-2: rgba(10, 10, 10, .08);
  --card-border: #E6E7E9;

  --accent: #D22343;
  --accent-deep: #A8172F;
  --accent-soft: #FBE9EC;
  --accent-bright: #FF6B81;
  --mention: #15803D;
  --mention-soft: #DCFCE7;
  --mention-mark: rgba(22, 163, 74, .28);
  --on-accent: #FFFFFF;

  --dark: #08090C;
  --dark-2: #0E1015;
  --on-dark: #FFFFFF;
  --on-dark-muted: rgba(255, 255, 255, .72);

  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --font-display: 'Inter', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --font-label: 'Inter', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --display-weight: 700;
  --display-case: none;
  --display-tracking: -0.04em;
  --display-leading: 1.02;
  --label-case: uppercase;
  --label-tracking: .12em;
  --label-size: 12px;
  --label-weight: 600;
  --btn-case: none;
  --btn-tracking: 0;
  --btn-weight: 600;

  --radius: 20px;
  --radius-sm: 12px;
  --pill: 999px;
  /* Shadow tokens must stay real shadows (not "none") because they are combined with inset borders. */
  --shadow: 0 1px 2px rgba(13, 18, 30, .04), 0 12px 32px rgba(13, 18, 30, .08);
  --shadow-lg: 0 2px 6px rgba(13, 18, 30, .06), 0 30px 70px rgba(13, 18, 30, .16);

  --nav-bg: rgba(255, 255, 255, .92);
  --nav-ink: #0A0A0A;
  --topbar-bg: #08090C;
  --topbar-ink: #FFFFFF;
  --ticker-bg: #D22343;
  --ticker-ink: #FFFFFF;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --wrap: 1160px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, h5, p, figure, blockquote, ol, ul { margin: 0; }
ol, ul { padding: 0; list-style: none; }
/* Webflow compatibility. The host site styles bare tags (Montserrat paragraphs at 120% line height, uppercase h1,
   white h3, phone only sizes on a, b, small, button, nav). Put them back to browser defaults so this page only
   follows its own classes. Element selectors keep every class rule above them in priority. */
h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: bold; line-height: inherit; letter-spacing: inherit; text-transform: none; color: inherit; max-width: none; }
h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.17em; } h4 { font-size: 1em; } h5 { font-size: .83em; } h6 { font-size: .67em; }
p { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; color: inherit; }
a, span, li, em, label, figcaption, blockquote { font-size: inherit; }
b, strong { font-size: inherit; font-weight: bolder; padding-top: 0; display: inline; }
small { font-size: smaller; line-height: inherit; padding-left: 0; padding-right: 0; }
label { display: inline; margin-bottom: 0; font-weight: inherit; }
nav { max-width: none; font-size: inherit; }
blockquote { border: 0; padding: 0; line-height: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 12px; z-index: 200; padding: 10px 16px; background: #fff; color: #0A0A0A; border-radius: 8px; }
.skip:focus { left: 12px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
.narrow { max-width: 880px; }
.section { padding: clamp(72px, 9vw, 112px) 0; }
.section--alt, .section--surface { background: var(--bg-alt); }

/* ---------- Type ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; font-family: var(--font-label); font-size: var(--label-size); font-weight: var(--label-weight); letter-spacing: var(--label-tracking); text-transform: var(--label-case); color: var(--accent); }
.eyebrow i { width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.h1, .h2, .cs-title, .fit-col h3, .phase-head h3, .compare thead th, .stat b, .founder-stats b, .phase-n, .team-intro h3 {
  font-family: var(--font-display); font-weight: var(--display-weight); text-transform: var(--display-case);
  letter-spacing: var(--display-tracking); line-height: var(--display-leading);
}
.h1 { font-size: clamp(34px, 5.6vw, 76px); }
.h2 { font-size: clamp(30px, 4vw, 52px); max-width: 780px; text-wrap: balance; }
.h1 em, .h2 em { font-style: normal; color: var(--accent); }
.sub { max-width: 640px; margin-top: 18px; font-size: 18px; line-height: 1.55; color: var(--muted); }
.head { margin-bottom: 48px; }
.head--center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.head--center .h2, .head--center .sub { margin-left: auto; margin-right: auto; }
.note { margin-top: 18px; font-size: 13.5px; color: var(--muted); }
.note--center { text-align: center; }
.fine { margin-top: 16px; font-size: 13px; line-height: 1.6; color: var(--muted); }
.fine a { text-decoration: underline; }
.text-link { display: inline-flex; gap: 8px; margin-top: 24px; font-weight: 600; color: var(--accent); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border-radius: var(--pill); font-size: 15px; font-weight: var(--btn-weight); letter-spacing: var(--btn-tracking); text-transform: var(--btn-case); white-space: nowrap; transition: transform .2s var(--ease), background .2s, color .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 17px 30px; font-size: 16px; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-accent, .btn-red { background: var(--accent); color: var(--on-accent); }
.btn-accent:hover, .btn-red:hover { background: var(--accent-deep); }
.btn-ink, .btn-dark { background: var(--ink); color: var(--bg); }
.btn-ghost, .btn-outline { color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-ghost:hover, .btn-outline:hover { background: var(--ink); color: var(--bg); }
.btn-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.btn-play { position: relative; flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--on-accent); }
.btn-play::after { content: ""; position: absolute; left: 8px; top: 6px; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent var(--accent); }
.pulse { position: relative; flex: none; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.pulse::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid currentColor; animation: ping 1.8s ease-out infinite; }
@keyframes ping { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(1.8); opacity: 0; } }

.play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 56px; height: 56px; margin: -28px 0 0 -28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .94); box-shadow: 0 8px 24px rgba(0, 0, 0, .25); transition: transform .25s var(--ease); }
.play::before { content: ""; margin-left: 4px; border-style: solid; border-width: 9px 0 9px 14px; border-color: transparent transparent transparent #0A0A0A; }

/* ---------- Top bar + nav ---------- */
.topbar { padding: 9px 16px; background: var(--topbar-bg); color: var(--topbar-ink); font-size: 13.5px; text-align: center; }
.topbar a { margin-left: 4px; font-weight: 600; text-decoration: underline; }
.nav { position: sticky; top: 0; z-index: 50; background: var(--nav-bg); color: var(--nav-ink); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: inset 0 -1px 0 var(--line); transition: box-shadow .3s; }
.nav.is-scrolled { box-shadow: inset 0 -1px 0 var(--line), 0 10px 30px rgba(13, 18, 30, .08); }
.nav-inner { max-width: var(--wrap); height: 76px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.nav-side { display: flex; align-items: center; gap: 26px; font-size: 15px; font-weight: 500; }
.nav-side--right { justify-content: flex-end; }
.nav-side a:not(.btn) { opacity: .8; transition: opacity .2s; }
.nav-side a:not(.btn):hover, .nav-side a[aria-current] { opacity: 1; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; height: 40px; width: auto; max-width: none; }
.brand-logo--light { display: none; }

/* ---------- Video hero ---------- */
.hero { padding: clamp(32px, 4vw, 56px) 0 64px; }
.hero-head { margin: 0 auto clamp(28px, 3.5vw, 44px); text-align: center; }
.hero-head .h1 { max-width: 22ch; margin: 0 auto; font-size: clamp(36px, 4.8vw, 68px); text-wrap: balance; }
.hero-head .h1 em { color: var(--accent); }
.stage { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 16 / 9; max-height: 68vh; margin: 0 auto; border-radius: var(--radius); background: var(--dark); box-shadow: var(--shadow-lg); }
.stage-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stage-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0, 0, 0, .28) 0%, rgba(0, 0, 0, 0) 30%); }
.stage-hit { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; cursor: pointer; }
.stage-chip { position: absolute; left: 20px; top: 20px; display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 7px; border-radius: var(--pill); background: rgba(10, 10, 10, .55); color: #fff; font-size: 14px; font-weight: 600; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: background .2s; }
.stage-hit:hover .stage-chip { background: var(--accent); }
.stage-chip .play { position: static; width: 32px; height: 32px; margin: 0; box-shadow: none; }
.stage-chip .play::before { margin-left: 3px; border-width: 6px 0 6px 10px; }
.hero-foot { display: flex; flex-direction: column; align-items: center; gap: 22px; margin-top: 30px; text-align: center; }
.hero-sub { max-width: 660px; font-size: 18px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.proof-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--muted); }
.proof-row li { display: flex; align-items: center; gap: 10px; }
.proof-row b { font-weight: 700; color: var(--ink); }
.proof-row a { font-weight: 600; color: var(--accent); text-decoration: underline; }

.stars { display: inline-flex; gap: 2px; }
.stars i { width: 18px; height: 18px; display: grid; place-items: center; background: #00B67A; color: #fff; font-size: 12px; font-style: normal; line-height: 1; }

/* ---------- Results ticker ---------- */
.ticker { display: flex; align-items: stretch; overflow: hidden; background: var(--ticker-bg); color: var(--ticker-ink); }
.ticker-label { flex: none; display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 12px 22px; background: rgba(0, 0, 0, .2); font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ticker-stat { font-size: 13px; font-weight: 700; letter-spacing: .01em; text-transform: none; }
.ticker-label small { font-size: 10.5px; font-weight: 500; letter-spacing: .02em; text-transform: none; opacity: .85; }
.ticker-viewport { flex: 1; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.ticker-track { display: flex; width: max-content; animation: ticker 70s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.tick { display: inline-flex; align-items: baseline; gap: 8px; padding: 16px 26px; white-space: nowrap; font-size: 15px; border-right: 1px solid rgba(255, 255, 255, .22); }
.tick b { font-weight: 700; }
.tick span { opacity: .92; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Who it is for ---------- */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-col { padding: clamp(26px, 3.5vw, 40px); border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow); }
.fit-col h3 { margin-bottom: 22px; font-size: clamp(24px, 2.4vw, 30px); }
.fit-list { display: flex; flex-direction: column; gap: 14px; }
.fit-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; font-size: 16px; line-height: 1.5; }
.fit-list li::before { content: "✓"; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--mention-soft); color: var(--mention); font-size: 13px; font-weight: 700; }
.fit-col--no { background: var(--dark); color: var(--on-dark); box-shadow: var(--shadow-lg); }
.fit-col--no .fit-list li { color: var(--on-dark-muted); }
.fit-col--no .fit-list li::before { content: "✕"; background: rgba(255, 255, 255, .1); color: #fff; }

/* ---------- Problem / truth ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.split-card { padding: clamp(28px, 4vw, 52px); border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow); }
.split-card .h2 { font-size: clamp(28px, 3.2vw, 42px); }
.pain { display: flex; flex-direction: column; margin-top: 28px; counter-reset: pain; }
.pain li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); color: var(--muted); counter-increment: pain; }
.pain li::before { content: counter(pain, decimal-leading-zero); font-family: var(--font-label); font-weight: 700; color: var(--accent); }
.pain b { color: var(--ink); }
.split-card--truth { display: flex; flex-direction: column; justify-content: center; background: var(--dark); color: var(--on-dark); box-shadow: var(--shadow-lg); }
.split-card--truth .eyebrow, .split-card--truth .text-link, .split-card--truth .h2 em { color: var(--accent-bright); }
.split-card--truth p { max-width: 520px; margin-top: 20px; font-size: 18px; color: var(--on-dark-muted); }

/* ---------- Protocol stepper ---------- */
.phases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.phase { position: relative; display: flex; flex-direction: column; padding: clamp(24px, 3vw, 34px); border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow); }
.phase:not(:last-child)::after { content: "→"; position: absolute; right: -19px; top: 44px; z-index: 2; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: 15px; font-weight: 700; box-shadow: 0 6px 16px rgba(0, 0, 0, .15); }
.phase-label { display: inline-block; margin-bottom: 12px; font-family: var(--font-label); font-size: var(--label-size); font-weight: var(--label-weight); letter-spacing: var(--label-tracking); text-transform: var(--label-case); color: var(--accent); }
.phase-head h3 { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.12; }
.phase-head p { margin-top: 10px; font-size: 15.5px; line-height: 1.5; color: var(--muted); }
.phase-steps { display: flex; flex-direction: column; gap: 18px; margin: 24px 0; padding-top: 22px; border-top: 1px solid var(--line); }
.phase-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.phase-n { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 14px; }
.phase-steps b { display: block; font-size: 16px; font-weight: 600; line-height: 1.3; }
.phase-steps p { margin-top: 4px; font-size: 14.5px; line-height: 1.5; color: var(--muted); }
.phase-out { margin-top: auto; padding: 18px 20px; border-radius: var(--radius-sm); background: var(--dark); color: var(--on-dark); font-size: 15px; line-height: 1.45; }
.phase-out small { display: block; margin-bottom: 6px; font-family: var(--font-label); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-bright); }

/* ---------- Proof hub ---------- */
.proof-tabs { display: inline-flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; padding: 6px; border-radius: var(--pill); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border); }
.proof-tabs button { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: var(--pill); font-size: 15px; font-weight: 600; color: var(--muted); transition: background .2s, color .2s; }
.proof-tabs button em { padding: 2px 8px; border-radius: var(--pill); background: var(--line-2); font-size: 12.5px; font-style: normal; color: inherit; }
.proof-tabs button.is-on { background: var(--ink); color: var(--bg); }
.proof-tabs button.is-on em { background: rgba(127, 127, 127, .25); }
.reviews-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px 24px; margin-bottom: 22px; }
.reviews-head p { font-size: 15px; color: var(--muted); }
.review-toggle { display: inline-flex; flex-wrap: wrap; gap: 8px; }

/* ---------- Programs comparison ---------- */
.table-wrap { overflow-x: auto; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow-lg); }
.compare { width: 100%; min-width: 660px; border-collapse: collapse; font-size: 15.5px; }
.compare th, .compare td { padding: 18px 24px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare thead th { padding-top: 30px; padding-bottom: 24px; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.05; }
.compare thead small { display: block; margin-bottom: 8px; font-family: var(--font-label); font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.compare tbody th { width: 26%; font-weight: 600; color: var(--ink); }
.compare td { color: var(--muted); }
.compare td b { color: var(--ink); }
.compare tr > :nth-child(2) { background: color-mix(in srgb, var(--accent) 5%, transparent); }
.compare tfoot th, .compare tfoot td { padding: 24px; border-bottom: 0; }
.table-wrap--narrow { max-width: 880px; margin: 0 auto; }
.compare--single { min-width: 0; }
.compare--single tbody th { width: 38%; }

/* ---------- Meet Michael + coaches ---------- */
.founder { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.founder-photo { position: sticky; top: 110px; width: 100%; max-width: 440px; overflow: hidden; border-radius: var(--radius); background: var(--dark); box-shadow: var(--shadow-lg); }
.founder-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.founder-photo figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; border-radius: var(--radius-sm); background: rgba(10, 10, 10, .62); color: #fff; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.founder-photo figcaption b { display: block; font-size: 18px; }
.founder-photo figcaption span { font-size: 13.5px; opacity: .85; }
.timeline { display: flex; flex-direction: column; gap: 24px; margin-top: 30px; padding-left: 28px; border-left: 2px solid var(--line); }
.timeline li { position: relative; display: flex; flex-direction: column; gap: 4px; }
.timeline li::before { content: ""; position: absolute; left: -37px; top: 5px; width: 16px; height: 16px; border-radius: 50%; background: var(--bg-alt); box-shadow: inset 0 0 0 3px var(--accent); }
.timeline li:last-child::before { background: var(--accent); }
.timeline b { font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.timeline span { font-size: 17px; line-height: 1.5; }
.founder-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.founder-stats div { padding: 18px; border-radius: var(--radius-sm); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border); }
.founder-stats b { display: block; font-size: 34px; line-height: 1; }
.founder-stats span { font-size: 13.5px; color: var(--muted); }
.founder-stats b { font-variant-numeric: tabular-nums; }
.team-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: center; margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--line); }
.team-intro h3 { font-size: clamp(24px, 2.6vw, 34px); }
.team-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.team-cards li { overflow: hidden; border-radius: var(--radius-sm); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow); }
.team-photo { aspect-ratio: 1; overflow: hidden; background: var(--dark); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .4s, transform .6s var(--ease); }
.team-photo.is-initials { display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-size: 34px; font-weight: var(--display-weight); }
.team-cards li:hover .team-photo img { filter: none; transform: scale(1.03); }
.team-cards b { display: block; padding: 12px 14px 0; font-size: 15px; font-weight: 600; }
.team-cards small { display: block; padding: 0 14px 6px; font-size: 13px; color: var(--muted); }
.team-cards .team-cred { display: block; padding: 0 14px 16px; font-size: 13.5px; line-height: 1.45; }
.team-sub { max-width: 440px; margin-top: 12px; font-size: 16px; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.faq-aside { position: sticky; top: 110px; }
.faq-aside .btn { margin-top: 26px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font-size: 17.5px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; box-shadow: inset 0 0 0 1px var(--line); font-size: 20px; font-weight: 400; color: var(--muted); transition: transform .25s var(--ease), background .2s, color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--accent); color: #fff; box-shadow: none; }
.faq .ans { padding: 0 44px 24px 0; font-size: 16px; line-height: 1.65; color: var(--muted); }

/* ---------- Apply ---------- */
.apply { padding: clamp(72px, 9vw, 112px) 0; background: var(--dark); color: var(--on-dark); }
.apply-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.apply-media { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 16 / 10; border-radius: var(--radius); background: #000; box-shadow: 0 30px 80px rgba(0, 0, 0, .45); }
.apply .eyebrow, .apply .h2 em { color: var(--accent-bright); }
.apply-steps { display: flex; flex-direction: column; gap: 12px; margin: 26px 0 30px; counter-reset: ap; }
.apply-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; font-size: 16.5px; color: var(--on-dark-muted); counter-increment: ap; }
.apply-steps li::before { content: counter(ap); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .1); color: #fff; font-size: 14px; font-weight: 700; }
.apply-steps b { color: #fff; }
.apply-spouse { margin: -12px 0 26px; font-size: 15.5px; color: var(--on-dark-muted); }
.consent { max-width: 660px; margin-top: 22px; font-size: 12.5px; line-height: 1.6; color: var(--muted); }
.consent a { text-decoration: underline; }
.apply .consent { color: rgba(255, 255, 255, .55); }
.apply .consent a, .apply .consent strong { color: #fff; }

/* ---------- Footer ---------- */
.footer { padding: 72px 0 36px; background: var(--dark-2); color: var(--on-dark-muted); font-size: 14px; }
.footer-top { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; max-width: 340px; }
.footer .brand-logo { height: 46px; }
.footer .brand-logo--light { display: block; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer h5 { margin-bottom: 14px; font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.footer ul { display: flex; flex-direction: column; gap: 9px; }
.footer a:hover { color: #fff; }
.footer-legal { display: flex; flex-direction: column; gap: 12px; padding-top: 28px; font-size: 12.5px; line-height: 1.6; color: rgba(255, 255, 255, .5); }
.footer-legal a { text-decoration: underline; }

/* ---------- Shared: disclaimers, stats, video frames ---------- */
.disclaim { max-width: 780px; margin: 40px auto 0; padding: 20px 24px; border-radius: var(--radius-sm); background: var(--surface); box-shadow: inset 3px 0 0 var(--accent), inset 0 0 0 1px var(--card-border); font-size: 14px; line-height: 1.6; color: var(--muted); }
.disclaim h4 { margin-bottom: 6px; font-size: 15px; font-weight: 600; color: var(--ink); }
.disclaim strong { color: var(--ink); }
.disclaim a { color: var(--ink); text-decoration: underline; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.stat { padding-top: 16px; border-top: 2px solid var(--ink); }
.stat b { display: block; font-size: 30px; line-height: 1.1; }
.stat span { display: block; margin-top: 4px; font-size: 14.5px; color: var(--muted); }
.vframe { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--radius); background: #111; box-shadow: var(--shadow-lg); }
.vframe img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.vframe:hover img { transform: scale(1.03); }
.vframe:hover .play, .ccard:hover .play { transform: scale(1.08); }
.film { aspect-ratio: 16 / 9; }

/* ---------- Case study cards ---------- */
.cgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ccard { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow); transition: transform .3s var(--ease), box-shadow .3s; }
.ccard:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow-lg); }
/* overflow + absolute image keep every thumbnail a true 16:9 crop. YouTube's 4:3 fallback thumbnails carry
   black letterbox bars; without this their natural height stretched the frame and showed the bars. */
.ccard-media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #111; }
.ccard-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ccard-media .play { left: auto; top: auto; right: 14px; bottom: 14px; width: 44px; height: 44px; margin: 0; }
.badge { position: absolute; left: 14px; bottom: 14px; z-index: 2; padding: 5px 12px; border-radius: var(--pill); background: rgba(8, 11, 16, .75); color: #fff; font-size: 12.5px; font-weight: 600; }
.ccard-body { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 22px 22px 24px; }
.ccard-body h3 { font-size: 21px; font-weight: 600; line-height: 1.2; letter-spacing: -.02em; }
.ccard-body p { font-size: 15px; color: var(--muted); }
.ccard-kicker { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); }
.ccard-kicker b { font-weight: 600; text-align: right; color: var(--accent); }
.ccard--full h3 { font-size: 18.5px; line-height: 1.25; }
.ccard-name { font-size: 14px !important; }
.ccard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px; padding-top: 14px; border-top: 1px solid var(--line); }
.ccard-stats b { display: block; font-size: 16.5px; font-weight: 700; letter-spacing: -.02em; }
.ccard-stats span { display: block; margin-top: 2px; font-size: 12px; line-height: 1.3; color: var(--muted); }
.ccard-link { margin-top: auto; padding-top: 6px; font-size: 14px; font-weight: 600; transition: color .2s; }
.ccard:hover .ccard-link { color: var(--accent); }

/* ---------- Case studies page: finder ---------- */
.page-head { padding: 64px 0 40px; }
.finder { max-width: 1000px; margin: 0 auto; padding: 20px; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow); }
.finder-top { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 6px; }
.search { flex: 1 1 280px; }
.search input, .sort select { width: 100%; height: 44px; padding: 0 14px; border: 0; border-radius: var(--radius-sm); background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); font: inherit; font-size: 14.5px; color: var(--ink); }
.search input:focus, .sort select:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.sort { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.sort select { width: auto; min-width: 160px; }
.filter-groups { display: flex; flex-direction: column; }
.filter-group { display: grid; grid-template-columns: 140px 1fr; gap: 10px; align-items: start; margin-top: 10px; padding: 12px 0 2px; border-top: 1px solid var(--line-2); }
.filter-group-label { padding-top: 9px; font-family: var(--font-label); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--subtle); }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; }
.filter { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: var(--pill); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 13.5px; transition: background .2s, color .2s; }
.filter em { font-size: 12px; font-style: normal; color: var(--subtle); }
.filter:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.filter.is-on { background: var(--ink); color: var(--bg); box-shadow: none; }
.filter.is-on em { color: inherit; opacity: .65; }
.filter:disabled { opacity: .4; cursor: default; box-shadow: inset 0 0 0 1px var(--line); }
.count-row { display: flex; justify-content: center; align-items: center; gap: 14px; margin: 20px 0 32px; }
.count { font-size: 14px; color: var(--muted); }
.clear { font-size: 13.5px; font-weight: 500; color: var(--accent); text-decoration: underline; }

/* ---------- Case study detail ---------- */
.cs-hero { padding: 48px 0 64px; }
.back { display: inline-flex; gap: 8px; margin-bottom: 28px; font-size: 14px; color: var(--muted); }
.back:hover { color: var(--ink); }
.cs-title { margin-bottom: 32px; font-size: clamp(32px, 4.4vw, 50px); line-height: 1.05; }
.cs-body { max-width: 720px; }
.cs-body h2 { margin: 48px 0 14px; font-size: 28px; font-weight: 600; letter-spacing: -.03em; }
.cs-body > p { font-size: 17px; line-height: 1.7; color: color-mix(in srgb, var(--ink) 82%, transparent); }
.quote { margin: 44px 0; padding-left: 24px; border-left: 3px solid var(--accent); }
.quote p { font-size: 22px; line-height: 1.4; letter-spacing: -.02em; color: var(--ink); }
.quote cite { display: block; margin-top: 12px; font-size: 14px; font-style: normal; color: var(--muted); }
.chart { margin: 40px 0; padding: 28px; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border); }
.chart h3 { font-size: 18px; font-weight: 600; }
.chart-sub { font-size: 14px; color: var(--muted); }
.bars { display: flex; align-items: flex-end; gap: 18px; height: 230px; margin-top: 24px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.bar { position: relative; flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 8px; }
.bar b { font-size: 14px; font-weight: 600; }
.bar i { display: block; width: 100%; max-width: 96px; border-radius: 10px 10px 4px 4px; background: linear-gradient(var(--accent), var(--accent-deep)); }
.bar span { position: absolute; bottom: -26px; font-size: 13px; color: var(--muted); }
.cs-body .disclaim { margin-left: 0; }
.updates { margin: 44px 0; padding: 26px; border-radius: var(--radius); background: var(--dark); color: var(--on-dark); }
.updates small { font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-bright); }
.updates h3 { margin: 8px 0 6px; font-size: 22px; font-weight: 600; line-height: 1.25; letter-spacing: -.03em; }
.updates p { margin-bottom: 18px; font-size: 15px; color: var(--on-dark-muted); }

/* ---------- Trustpilot reviews ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review { display: flex; flex-direction: column; gap: 10px; padding: 22px; cursor: pointer; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow); transition: transform .3s var(--ease), box-shadow .3s; }
.review:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--ink), var(--shadow); }
.review-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.review-date { font-size: 12.5px; color: var(--subtle); }
.review-tag { align-self: flex-start; padding: 3px 9px; border-radius: var(--pill); background: var(--mention-soft); color: var(--mention); font-size: 11.5px; font-weight: 600; }
.review h4 { font-size: 16px; font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
.review p { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.review-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line-2); font-size: 13.5px; }
.review-foot b { font-weight: 600; }
.review-open { font-size: 13.5px; font-weight: 600; color: var(--accent); }
.name-mark { padding: 0 1px; background: linear-gradient(transparent 58%, var(--mention-mark) 58%); color: inherit; font-weight: 600; }

/* ---------- Wins wall ---------- */
.wins { position: relative; columns: 4 220px; column-gap: 16px; max-height: 760px; overflow: hidden; }
.wins.is-open { max-height: none; }
.wins:not(.is-open)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 200px; background: linear-gradient(transparent, var(--bg-alt)); pointer-events: none; }
.win { display: block; width: 100%; margin: 0 0 16px; padding: 8px; break-inside: avoid; border-radius: var(--radius-sm); background: #fff; box-shadow: inset 0 0 0 1px var(--card-border), var(--shadow); cursor: zoom-in; text-align: inherit; }
.win img { width: 100%; border-radius: 6px; }

/* ---------- Media viewer ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(5, 6, 8, .86); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.modal-box { position: relative; width: min(1040px, 100%); aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px; background: #000; }
.modal-box iframe { width: 100%; height: 100%; border: 0; }
.modal-box--image { width: auto; max-width: min(980px, 100%); max-height: 88vh; aspect-ratio: auto; overflow: auto; border-radius: 12px; background: #fff; }
.modal-box--image img { display: block; max-width: 100%; height: auto; }
.modal-box--review { width: min(680px, 100%); max-height: 86vh; aspect-ratio: auto; overflow: auto; padding: 32px; border-radius: 18px; background: #fff; color: #0A0A0A; }
.modal-review .stars { margin-bottom: 14px; }
.modal-review h3 { margin-bottom: 14px; font-size: 24px; font-weight: 600; line-height: 1.25; letter-spacing: -.03em; }
.modal-review p { margin-bottom: 14px; font-size: 16px; line-height: 1.7; color: #3C4048; }
.modal-review footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 20px; padding-top: 16px; border-top: 1px solid #E6E7E9; font-size: 14px; color: #5B5F66; }
.modal-review footer a { font-weight: 500; color: #0A0A0A; text-decoration: underline; }
.modal-x { position: fixed; top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: #0A0A0A; font-size: 22px; line-height: 1; }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-shown { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .ticker-track, .pulse::after { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav-inner { grid-template-columns: auto 1fr; height: 64px; padding: 0 20px; }
  .nav-side--left { display: none; }
  .nav-side--right a:not(.btn) { display: none; }
  .brand-logo { height: 34px; }
  .fit, .split, .founder, .faq-layout, .apply-grid, .team-row { grid-template-columns: 1fr; }
  .founder-photo, .faq-aside { position: static; }
  .founder-photo img { aspect-ratio: 1; }
  .phases { grid-template-columns: 1fr; gap: 26px; }
  .phase:not(:last-child)::after { content: "↓"; right: auto; top: auto; left: 50%; bottom: -29px; margin-left: -15px; }
  .cgrid, .review-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .topbar { font-size: 12px; }
  .hero { padding: 28px 0 48px; }
  .stage { aspect-ratio: 4 / 3; max-height: none; border-radius: var(--radius-sm); }
  .hero-head .h1 { font-size: clamp(29px, 8.4vw, 40px); }
  .stage-chip { left: 12px; top: 12px; font-size: 13px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; }
  .proof-row { flex-direction: column; align-items: center; gap: 10px; }
  .ticker-label { display: none; }
  .cgrid, .review-grid, .stats, .founder-stats, .footer-cols { grid-template-columns: 1fr; }
  .team-cards { grid-template-columns: 1fr; gap: 10px; }
  .team-cards li { display: grid; grid-template-columns: 104px 1fr; align-content: center; }
  .team-cards .team-photo { grid-row: 1 / span 3; width: 104px; height: 100%; min-height: 104px; aspect-ratio: auto; }
  .team-cards b { padding-top: 14px; }
  .fit-col, .split-card { padding: 24px; }
  .compare th, .compare td { padding: 14px 16px; }
  .filter-group { grid-template-columns: 1fr; gap: 6px; }
  .filter-group-label { padding-top: 0; }
  .finder { padding: 14px; }
  .modal-box--review { padding: 22px; }
  .faq .ans { padding-right: 0; }
}
