/* ============================================================
   QuietStack — dark / grain / cool-blue landing
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700&family=Hanken+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Cormorant+Garamond:wght@400;500;600;700&display=swap');

:root{
  --bg:        #0A0C14;
  --bg-2:      #06080F;
  --panel:     #111726;
  --panel-2:   #0E1730;
  --fg:        #FFFFFF;
  --fg-soft:   #E6E9F2;
  --muted:     rgba(230,233,242,0.6);
  --muted-2:   rgba(230,233,242,0.4);
  --line:      rgba(230,233,242,0.07);
  --line-2:    rgba(230,233,242,0.13);

  /* accent is overwritten by tweaks */
  --accent:        #4d7cfe;
  --accent-bright: #6b93ff;
  --accent-deep:   #2f57d8;
  --accent-ink:    #0a1024;
  --accent-soft:   color-mix(in srgb, var(--accent) 14%, transparent);
  --accent-line:   color-mix(in srgb, var(--accent) 38%, transparent);
  --accent-glow:   color-mix(in srgb, var(--accent) 45%, transparent);

  --font-display:'Schibsted Grotesk', 'Hanken Grotesk', system-ui, sans-serif;
  --font-body:'Schibsted Grotesk', 'Hanken Grotesk', system-ui, sans-serif;
  --font-mono:'IBM Plex Mono', ui-monospace, monospace;
  --font-serif:'Cormorant Garamond', 'EB Garamond', Georgia, serif;

  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 18px;
  --radius-sm: 12px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--bg);
  color:var(--fg);
  font-family:var(--font-body);
  font-size:15.5px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:clip;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; cursor:pointer; }
::selection{ background:var(--accent); color:#fff; }

/* ---------- grain + ambient ---------- */
#grain{
  position:fixed; inset:-150%;
  z-index:9000; pointer-events:none;
  opacity:.5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
  animation:grainshift 7s steps(6) infinite;
}
body.nograin #grain{ display:none; }
@keyframes grainshift{
  0%{transform:translate(0,0)} 20%{transform:translate(-6%,4%)}
  40%{transform:translate(4%,-5%)} 60%{transform:translate(-3%,3%)}
  80%{transform:translate(5%,2%)} 100%{transform:translate(0,0)}
}

/* ---------- layout ---------- */
.wrap{ max-width:var(--maxw); margin:0 auto; padding-inline:var(--gutter); }
section{ position:relative; }
.band{ padding-block:clamp(140px,17vw,240px); }
.band-tight{ padding-block:clamp(100px,13vw,170px); }
.divider{ border-top:1px solid var(--line); }

/* ---------- eyebrow / kicker ---------- */
.kicker{
  display:inline-flex; align-items:center; gap:11px;
  font-family:var(--font-body);
  font-size:11.5px; font-weight:500; letter-spacing:.22em;
  text-transform:uppercase; color:var(--muted);
  margin:0 0 24px;
}
.kicker::before{
  content:""; width:5px; height:5px; border-radius:50%;
  background:var(--accent);
}
.kicker.center{ }

/* ---------- type ---------- */
h1,h2,h3,h4{ font-family:var(--font-display); font-weight:600; margin:0; letter-spacing:-0.02em; line-height:1.04; }
.display{
  font-family:var(--font-serif);
  font-size:clamp(2.2rem,4.8vw,4rem);
  font-weight:500; letter-spacing:-0.018em; line-height:1.08;
}
.h2{
  font-family:var(--font-serif);
  font-size:clamp(1.9rem,3.8vw,3.1rem);
  font-weight:500; letter-spacing:-0.012em; line-height:1.1;
}
.h3{ font-size:clamp(1.2rem,1.8vw,1.55rem); font-weight:500; letter-spacing:-0.018em; }
.lead{ font-size:clamp(.98rem,1.2vw,1.12rem); color:var(--fg-soft); line-height:1.6; font-weight:400; max-width:56ch; }
.muted{ color:var(--muted); }
.accent-text{ color:var(--accent-bright); }
.section-head{ max-width:640px; }
.section-head .h2{ margin-bottom:18px; }

/* ---------- design-language refinements ---------- */
/* solid editorial headings — no shimmer, no gradient */
.h2, .display, .fam-slide .fam-stmt{ color:var(--fg); }
.display .strike{ color:var(--muted-2); }
.fam-slide .fam-stmt .idx{ color:var(--accent-bright); }
.accent-text{ color:var(--accent-bright); }

/* mono alt typeface for meta / captions / tags */
.stat .src, .split-media .cap, .hero-portrait .ribbon, .fam-count,
.proc-num, .quiz-panel .plabel, .quiz-q .qcat, .ba-tag, .guar-card .gk,
.fit-col .badge, .marquee-label, .foot-col h4, .foot-bottom{
  font-family:var(--font-mono); font-weight:500;
}
.fam-count{ letter-spacing:0; }

/* gradient hairline border on surface cards */
.stat, .brand-card, .guar-card, .ba-col{
  border:1px solid transparent;
  background:linear-gradient(135deg, #111726 0%, #06080F 100%) padding-box,
            linear-gradient(135deg, rgba(14,23,48,1) 0%, color-mix(in srgb, var(--accent) 55%, transparent) 100%) border-box;
}
.ba-after{
  background:linear-gradient(180deg, var(--accent-soft), transparent) padding-box,
            linear-gradient(135deg, color-mix(in srgb, var(--accent) 30%, transparent) 0%, var(--accent) 100%) border-box;
}
.stat:hover, .brand-card:hover, .guar-card:hover{
  box-shadow:0 0 50px rgba(77,124,254,0.18);
}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:15px 24px; border-radius:999px;
  font-family:var(--font-body); font-weight:600; font-size:15.5px;
  border:1px solid transparent; transition:all .25s var(--ease);
  white-space:nowrap;
}
.btn .arr{ transition:transform .25s var(--ease); }
.btn:hover .arr{ transform:translateX(4px); }
.btn-primary{
  background:var(--accent); color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-primary:hover{ background:var(--accent-bright); transform:translateY(-1px); }
.btn-ghost{ background:rgba(255,255,255,.03); color:var(--fg); border-color:var(--line-2); }
.btn-ghost:hover{ background:rgba(255,255,255,.07); border-color:var(--accent-line); transform:translateY(-2px); }
.btn-lg{ padding:18px 30px; font-size:16.5px; }

/* ---------- nav ---------- */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  transition:background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s;
  border-bottom:1px solid transparent;
}
.nav.scrolled{
  background:color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter:blur(14px) saturate(140%);
  border-bottom-color:var(--line);
}
.nav-in{ display:flex; align-items:center; justify-content:space-between; height:72px; }
.brand{ display:flex; align-items:center; gap:11px; font-family:var(--font-display); font-weight:600; font-size:19px; letter-spacing:-.02em; }
.brand .mark{
  width:27px; height:27px; position:relative; flex-shrink:0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='14.5' cy='15' r='9' stroke='%236b93ff' stroke-width='3.6' fill='none'/%3E%3Crect x='19' y='19.4' width='7.6' height='3.9' rx='1.95' transform='rotate(45 19 19.4)' fill='%232f57d8'/%3E%3C/svg%3E") center/contain no-repeat;
  filter:drop-shadow(0 0 9px var(--accent-glow));
}
.brand .mark::after{ display:none; }
.brand .wordmark{ transition:opacity .3s var(--ease), transform .3s var(--ease); }
.nav.scrolled .wordmark{ opacity:0; transform:translateX(-6px); }
.nav-links{ display:flex; align-items:center; gap:34px; }
.nav-links a{ font-size:14.5px; color:var(--muted); font-weight:500; transition:color .2s; }
.nav-links a:hover{ color:var(--fg); }
.nav-cta{ display:flex; align-items:center; gap:16px; }
@media(max-width:880px){ .nav-links{ display:none; } }

/* ---------- hero ---------- */
.hero{ position:relative; padding-top:clamp(120px,16vh,180px); padding-bottom:clamp(60px,8vw,110px); overflow:hidden; }
.hero-glow{
  position:absolute; z-index:0; pointer-events:none;
  width:min(450px,60vw); height:min(450px,60vw); border-radius:50%;
  top:-15%; left:50%; transform:translateX(-50%);
  background:radial-gradient(circle, color-mix(in srgb, var(--accent) 7%, transparent) 0%, transparent 62%);
  filter:blur(40px);
}
.hero-grid{
  position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.25;
  background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size:96px 96px;
  -webkit-mask-image:radial-gradient(circle at 50% 22%, #000 0%, transparent 60%);
          mask-image:radial-gradient(circle at 50% 22%, #000 0%, transparent 60%);
}
.hero .wrap{ position:relative; z-index:2; }

/* default hero (variant a) */
.hero-a{ text-align:center; max-width:1000px; margin:0 auto; }
.hero-a .display{ margin:0 auto 26px; }
.hero-a .lead{ max-width:640px; margin:0 auto 36px; }
.hero-actions{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.hero-a .hero-actions{ justify-content:center; }
.trust-line{ margin-top:26px; font-size:13.5px; color:var(--muted); display:flex; gap:10px; justify-content:center; align-items:center; flex-wrap:wrap; }
.trust-line .dot{ width:4px; height:4px; border-radius:50%; background:var(--muted-2); }

/* hero outcome highlight */
.hero-highlight{
  display:inline-flex; align-items:center; gap:13px; margin:30px 0 4px;
  padding:14px 22px 14px 18px; border-radius:14px;
  background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 16%, transparent), transparent 80%), var(--panel);
  border:1px solid var(--accent-line);
  box-shadow:0 0 50px rgba(77,124,254,0.14);
  font-size:clamp(1rem,1.4vw,1.18rem); color:var(--fg-soft); line-height:1.35; text-align:left; max-width:560px;
}
.hero-highlight strong{ color:var(--accent-bright); font-weight:600; }
.hero-highlight .hh-spark{
  flex-shrink:0; width:30px; height:30px; border-radius:9px; position:relative;
  background:linear-gradient(150deg, var(--accent-bright), var(--accent-deep));
  box-shadow:0 0 0 5px var(--accent-soft);
}
.hero-highlight .hh-spark::before, .hero-highlight .hh-spark::after{
  content:""; position:absolute; background:#fff; border-radius:2px; left:50%; top:50%; transform:translate(-50%,-50%);
}
.hero-highlight .hh-spark::before{ width:3px; height:15px; box-shadow:0 0 8px rgba(255,255,255,.6); }
.hero-highlight .hh-spark::after{ width:15px; height:3px; box-shadow:0 0 8px rgba(255,255,255,.6); }
.hero-a .hero-highlight{ margin-left:auto; margin-right:auto; }
.hero-portrait{
  margin:54px auto 0; max-width:560px; position:relative;
  border-radius:var(--radius); overflow:hidden; border:1px solid var(--line-2);
  box-shadow:0 40px 90px -30px rgba(0,0,0,.8);
}
.hero-portrait img{ width:100%; aspect-ratio:16/10; object-fit:cover; object-position:center 22%; }
.hero-portrait .ribbon{
  position:absolute; left:0; right:0; bottom:0; padding:18px 22px;
  display:flex; justify-content:space-between; align-items:center;
  background:linear-gradient(transparent, rgba(8,9,12,.9));
  font-size:13.5px; color:var(--fg-soft);
}

/* hero variant b — split */
.hero-b .hero-cols{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(30px,5vw,72px); align-items:center; }
.hero-b .display{ font-size:clamp(2.3rem,4.6vw,4rem); }
.hero-b .hero-actions{ justify-content:flex-start; }
.hero-b .trust-line{ justify-content:flex-start; }
.hero-b .hero-portrait{ margin:0; max-width:none; }
.hero-b .hero-portrait img{ aspect-ratio:4/5; object-position:center 18%; }
@media(max-width:860px){ .hero-b .hero-cols{ grid-template-columns:1fr; } .hero-b .hero-portrait{ max-width:440px; } }

/* hero variant c — statement / oversized */
.hero-c{ text-align:left; max-width:none; }
.hero-c-center{ text-align:center; max-width:1180px; margin:0 auto; padding-top:clamp(20px,4vw,60px); }
.hero-c-center .display{ margin:0 auto; }
.hero-c-center .hero-sign{ flex-direction:column; gap:14px; text-align:center; margin:44px auto 0; }
.hero-c-center .hero-sign img{ width:84px; height:84px; }
.hero-c-center .hero-sign .hs-meta b{ font-family:var(--font-serif); font-weight:500; font-size:18px; }
.hero-c-center .hero-sign .hs-meta span{ font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; }
.hero-c-center .trust-line{ justify-content:center; margin-top:26px; }
.hero-c-grid{ display:grid; grid-template-columns:1.06fr .94fr; gap:clamp(36px,5vw,72px); align-items:center; }
@media(max-width:920px){ .hero-c-grid{ grid-template-columns:1fr; } .hero-c-side{ max-width:460px; } }
.hero-c-main .lead{ max-width:480px; margin:24px 0 0; }
.hero-c-main .hero-actions{ justify-content:flex-start; margin-top:30px; }
/* founder signature chip */
.hero-sign{ display:inline-flex; align-items:center; gap:13px; margin:28px 0 4px; }
.hero-sign img{ width:48px; height:48px; border-radius:50%; object-fit:cover; object-position:center 18%; border:1px solid var(--line-2); }
.hero-sign .hs-meta b{ display:block; font-family:var(--font-display); font-weight:600; font-size:15px; color:var(--fg); letter-spacing:-.01em; white-space:nowrap; }
.hero-sign .hs-meta span{ font-family:var(--font-mono); font-size:12px; color:var(--muted); letter-spacing:.01em; white-space:nowrap; }
.hero-sign img{ background:var(--panel); }
.hero-c-main .trust-line{ justify-content:flex-start; }
.hero-c-side{ position:relative; }
.hero-side-kicker{ margin:0 0 16px; }
/* hero onboarding panel */
.hero-panel{
  background:linear-gradient(135deg,#111726 0%,#06080F 100%);
  border:1px solid var(--accent-line); border-radius:18px; overflow:hidden;
  box-shadow:0 30px 80px -30px rgba(0,0,0,.8), 0 0 60px -20px var(--accent-glow);
}
.hp-head{ display:flex; align-items:center; gap:12px; padding:14px 18px; border-bottom:1px solid var(--line); }
.hp-dots{ display:flex; gap:6px; }
.hp-dots i{ width:9px; height:9px; border-radius:50%; background:rgba(255,255,255,.14); }
.hp-title{ font-family:var(--font-mono); font-size:12.5px; color:var(--muted); letter-spacing:.02em; }
.hp-live{ margin-left:auto; display:flex; align-items:center; gap:7px; font-family:var(--font-mono); font-size:11.5px; color:var(--accent-bright); letter-spacing:.06em; text-transform:uppercase; }
.hp-pulse{ width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 0 var(--accent-glow); animation:hpPulse 2s ease-out infinite; }
@keyframes hpPulse{ 0%{box-shadow:0 0 0 0 var(--accent-glow);} 70%{box-shadow:0 0 0 8px transparent;} 100%{box-shadow:0 0 0 0 transparent;} }
.hp-body{ padding:14px; display:flex; flex-direction:column; gap:9px; }
.hp-row{
  display:flex; align-items:center; gap:13px; padding:13px 14px; border-radius:12px;
  background:rgba(255,255,255,.025); border:1px solid var(--line);
  opacity:0; transform:translateY(10px);
  animation:hpRow 7.5s var(--ease) infinite; animation-delay:calc(var(--i) * 1.15s);
}
.hp-ic{ flex-shrink:0; width:30px; height:30px; border-radius:9px; display:grid; place-items:center;
  background:var(--accent-soft); color:var(--accent-bright); }
.hp-ic svg{ width:16px; height:16px; opacity:0; transform:scale(.4);
  animation:hpCheck 7.5s var(--ease) infinite; animation-delay:calc(var(--i) * 1.15s); }
.hp-txt{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.hp-txt b{ font-family:var(--font-body); font-weight:600; font-size:14.5px; color:var(--fg); letter-spacing:-.01em; }
.hp-txt span{ font-family:var(--font-mono); font-size:11.5px; color:var(--muted-2); }
.hp-amt{ margin-left:auto; font-size:13px; color:var(--accent-bright); opacity:0;
  animation:hpCheck 7.5s var(--ease) infinite; animation-delay:calc(var(--i) * 1.15s + .2s); }
.hp-foot{ display:flex; align-items:center; gap:9px; padding:14px 18px; border-top:1px solid var(--line);
  font-family:var(--font-mono); font-size:12px; color:var(--muted); }
.hp-spark{ width:7px; height:7px; border-radius:50%; background:var(--accent); box-shadow:0 0 10px var(--accent-glow); }
@keyframes hpRow{ 0%{opacity:0;transform:translateY(10px);} 7%{opacity:1;transform:none;} 90%{opacity:1;transform:none;} 97%,100%{opacity:0;transform:translateY(-6px);} }
@keyframes hpCheck{ 0%,5%{opacity:0;transform:scale(.4);} 11%{opacity:1;transform:scale(1.18);} 15%,90%{opacity:1;transform:scale(1);} 97%,100%{opacity:0;transform:scale(1);} }
@media(prefers-reduced-motion:reduce){ .hp-row,.hp-ic svg,.hp-amt{ animation:none; opacity:1; transform:none; } }
.hero-c .display{ font-size:clamp(2.5rem,5.6vw,5rem); letter-spacing:-0.04em; }
.hero-c .strike{ color:#9aa0ad !important; -webkit-text-fill-color:#9aa0ad !important; text-decoration:line-through; text-decoration-color:var(--accent-bright); text-decoration-thickness:5px; text-underline-offset:0; }
.hero-c .hl{ -webkit-text-fill-color:var(--accent-bright); color:var(--accent-bright); }
.hero-c .hl-mute{ -webkit-text-fill-color:var(--muted-2); color:var(--muted-2); }
.hero-c .hero-foot{ display:flex; gap:clamp(24px,5vw,80px); align-items:flex-end; flex-wrap:wrap; margin-top:42px; }
.hero-c .lead{ max-width:440px; margin:0; }
.hero-c .hero-actions{ justify-content:flex-start; }

/* ---------- marquee ---------- */
.marquee-sec{ padding-block:34px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); overflow:hidden; }
.marquee-label{ text-align:center; font-size:12.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted-2); margin-bottom:22px; }
.marquee{ display:flex; overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.marquee-track{ display:flex; gap:56px; padding-right:56px; flex-shrink:0; animation:scrollx 32s linear infinite; }
.marquee:hover .marquee-track{ animation-play-state:paused; }
@keyframes scrollx{ to{ transform:translateX(-100%); } }
.mq-item{ display:flex; align-items:center; gap:11px; color:var(--muted); font-family:var(--font-display); font-weight:600; font-size:19px; letter-spacing:-.01em; white-space:nowrap; opacity:.7; transition:opacity .2s,color .2s; }
.mq-item:hover{ opacity:1; color:var(--fg); }
.mq-item .nodecore{ width:9px; height:9px; border-radius:2px; background:var(--accent); opacity:.8; }

/* ---------- problems ---------- */
.prob-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:48px; }
@media(max-width:900px){ .prob-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .prob-grid{ grid-template-columns:1fr; } }
.prob-card{
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-sm);
  padding:26px 24px 28px; transition:border-color .25s,transform .25s,background .25s;
}
.prob-card:hover{ border-color:var(--accent-line); transform:translateY(-3px); background:var(--panel-2); }
.prob-num{ font-family:var(--font-display); font-size:13px; font-weight:700; color:var(--accent-bright); letter-spacing:.05em; }
.prob-card h3{ margin:16px 0 9px; font-size:1.22rem; }
.prob-card p{ margin:0; color:var(--muted); font-size:15px; line-height:1.55; }
.prob-foot{ margin-top:46px; text-align:center; }
.prob-foot .h3{ max-width:620px; margin:0 auto; color:var(--fg-soft); }
.prob-foot strong{ color:var(--fg); }

/* ---------- self audit quiz ---------- */
.quiz-wrap{ display:grid; grid-template-columns:1fr 360px; gap:clamp(24px,4vw,56px); margin-top:48px; align-items:start; }
@media(max-width:880px){ .quiz-wrap{ grid-template-columns:1fr; } }
.quiz-q{ border-top:1px solid var(--line); padding:22px 0; display:flex; justify-content:space-between; gap:24px; align-items:center; }
.quiz-q:last-child{ border-bottom:1px solid var(--line); }
.quiz-q .qtxt{ max-width:520px; }
.quiz-q .qcat{ font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-bright); font-weight:600; margin-bottom:7px; }
.quiz-q .qq{ font-size:16.5px; color:var(--fg-soft); line-height:1.45; }
.yn{ display:flex; gap:8px; flex-shrink:0; }
.yn button{
  width:62px; padding:11px 0; text-align:center; border-radius:999px;
  border:1px solid var(--line-2); background:transparent; color:var(--muted);
  font-weight:600; font-size:14px; transition:all .2s;
}
.yn button:hover{ border-color:var(--accent-line); color:var(--fg); }
.yn button.on-yes{ background:rgba(255,255,255,.06); color:var(--fg); border-color:var(--line-2); }
.yn button.on-no{ background:var(--accent); color:#fff; border-color:var(--accent); }
.quiz-panel{
  position:sticky; top:96px;
  background:linear-gradient(180deg,var(--panel-2),var(--panel)); border:1px solid var(--accent-line);
  border-radius:var(--radius); padding:30px 28px;
  box-shadow:0 30px 70px -36px var(--accent-glow);
}
.quiz-panel .plabel{ font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.quiz-num{ font-family:var(--font-display); font-weight:600; font-size:clamp(3.4rem,7vw,4.6rem); letter-spacing:-.04em; line-height:1; margin:12px 0 2px; color:var(--fg); }
.quiz-num span{ font-size:1.2rem; color:var(--accent-bright); font-weight:600; margin-left:8px; letter-spacing:0; }
.quiz-panel .psub{ color:var(--muted); font-size:14.5px; min-height:42px; }
.quiz-bar{ height:7px; border-radius:5px; background:rgba(255,255,255,.07); margin:18px 0 22px; overflow:hidden; }
.quiz-bar i{ display:block; height:100%; width:0; background:linear-gradient(90deg,var(--accent),var(--accent-bright)); border-radius:5px; transition:width .5s var(--ease); }

/* ---------- stats ---------- */
.stat-outcome{
  display:flex; align-items:center; gap:clamp(24px,4vw,52px); margin-top:34px;
  padding:clamp(28px,4vw,44px) clamp(28px,4vw,48px); border-radius:var(--radius);
  background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 18%, transparent), transparent 70%), linear-gradient(135deg,#111726,#06080F);
  border:1px solid var(--accent-line); box-shadow:0 0 60px rgba(77,124,254,0.16);
  position:relative; overflow:hidden;
}
.stat-outcome::after{ content:""; position:absolute; right:-60px; top:-60px; width:280px; height:280px; border-radius:50%;
  background:radial-gradient(circle, var(--accent-soft), transparent 65%); pointer-events:none; }
.so-figure{ flex-shrink:0; position:relative; z-index:1; }
.so-num{ font-family:var(--font-serif); font-weight:500; font-size:clamp(3rem,6.4vw,5rem); letter-spacing:-.018em; line-height:1; white-space:nowrap; display:block; padding-right:.16em; color:var(--fg); }
.so-num span:first-child{ display:block; font-family:var(--font-serif); font-size:clamp(3rem,6vw,4.4rem); font-weight:500; letter-spacing:-.018em; line-height:1; color:var(--fg); margin-top:0; }
.so-num span:last-child{ display:block; font-family:var(--font-mono); font-size:clamp(.85rem,1.2vw,1rem); font-weight:500; letter-spacing:.04em; color:var(--muted); -webkit-text-fill-color:var(--muted); margin-top:12px; white-space:nowrap; }
.so-body{ position:relative; z-index:1; }
.so-label{ font-family:var(--font-mono); font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-bright); margin-bottom:12px; }
.so-desc{ font-size:clamp(1.1rem,1.7vw,1.4rem); color:var(--fg); line-height:1.4; margin:0 0 16px; max-width:540px; font-family:var(--font-display); font-weight:500; letter-spacing:-.01em; }
.so-fast{ display:inline-flex; align-items:center; gap:10px; font-size:14.5px; color:var(--fg-soft); }
.so-spark{ width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 12px var(--accent-glow); }
@media(max-width:680px){ .stat-outcome{ flex-direction:column; align-items:flex-start; gap:20px; } }
.stats-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:48px; }
@media(max-width:760px){ .stats-grid{ grid-template-columns:1fr; } }
.stat{
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius);
  padding:34px 30px 30px; position:relative; overflow:hidden;
}
.stat::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--accent); opacity:.7; }
.stat .num{ font-family:var(--font-serif); font-weight:500; font-size:clamp(3rem,6vw,4.4rem); letter-spacing:-.018em; line-height:1; color:var(--fg); }
.stat .num em{ font-style:normal; color:var(--accent-bright); }
.stat .desc{ margin:16px 0 18px; font-size:16px; color:var(--fg-soft); line-height:1.45; max-width:300px; }
.stat .src{ font-size:12.5px; color:var(--muted-2); letter-spacing:.02em; }
.stats-note{ margin-top:26px; text-align:center; color:var(--muted); font-size:15px; }

/* ---------- before / after ---------- */
.ba-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:48px; }
@media(max-width:760px){ .ba-grid{ grid-template-columns:1fr; } }
.ba-col{ border-radius:var(--radius); padding:34px 32px; border:1px solid var(--line); }
.ba-before{ background:var(--bg-2); }
.ba-after{ background:linear-gradient(180deg, var(--accent-soft), transparent), var(--panel); border-color:var(--accent-line); }
.ba-tag{ display:inline-flex; align-items:center; gap:9px; font-family:var(--font-display); font-weight:600; font-size:14px; letter-spacing:.04em; text-transform:uppercase; margin-bottom:22px; }
.ba-before .ba-tag{ color:var(--muted); }
.ba-after .ba-tag{ color:var(--accent-bright); }
.ba-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.ba-list li{ display:flex; gap:13px; align-items:flex-start; font-size:16px; color:var(--fg-soft); line-height:1.45; }
.ba-list li .ic{ flex-shrink:0; width:22px; height:22px; border-radius:50%; display:grid; place-items:center; margin-top:1px; font-size:12px; font-weight:700; }
.ba-before .ic{ background:rgba(255,255,255,.05); color:var(--muted); }
.ba-after .ic{ background:var(--accent); color:#fff; }

/* ---------- philosophy / split feature ---------- */
.split{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(30px,5vw,80px); align-items:center; }
.split.rev{ grid-template-columns:.95fr 1.05fr; }
@media(max-width:860px){ .split,.split.rev{ grid-template-columns:1fr; } }
.split-media{ border-radius:var(--radius); overflow:hidden; border:1px solid var(--line-2); position:relative; box-shadow:0 40px 90px -40px rgba(0,0,0,.7); }
.split-media img{ width:100%; aspect-ratio:4/5; object-fit:cover; }
.split-media .cap{ position:absolute; left:0; right:0; bottom:0; padding:20px 22px; background:linear-gradient(transparent,rgba(8,9,12,.92)); font-size:14px; }
.split-media .cap b{ font-family:var(--font-display); display:block; font-size:15.5px; }
.philo-em{ color:var(--accent-bright); font-weight:600; }

/* ---------- fit ---------- */
.fit-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,6vw,96px); margin-top:64px; align-items:start; }
@media(max-width:760px){ .fit-grid{ grid-template-columns:1fr; gap:56px; } }
.fit-col{ background:none; border:none; border-top:1px solid var(--line-2); border-radius:0; padding:30px 0 0; }
.fit-col.good{ background:none; border-top:1px solid var(--accent-line); }
.fit-col h3{ font-size:11.5px; margin-bottom:32px; display:block; }
.fit-col .badge{ display:inline-block; font-family:var(--font-body); font-size:11.5px; font-weight:500; letter-spacing:.22em; text-transform:uppercase; padding:0; border-radius:0; background:none; color:var(--muted); }
.fit-col.good .badge{ background:none; color:var(--accent-bright); }
.fit-col.bad .badge{ background:none; color:var(--muted-2); }
.fit-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.fit-list li{ display:flex; gap:12px; font-size:15.5px; color:var(--fg-soft); line-height:1.45; }
.fit-list .mk{ flex-shrink:0; font-weight:700; }
.fit-col.good .mk{ color:var(--accent-bright); }
.fit-col.bad .mk{ color:var(--muted-2); }

/* ---------- services ---------- */
.svc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:48px; }
@media(max-width:900px){ .svc-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .svc-grid{ grid-template-columns:1fr; } }
.svc-card{ background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-sm); padding:28px 26px 30px; transition:all .25s; position:relative; overflow:hidden; }
.svc-card:hover{ border-color:var(--accent-line); transform:translateY(-3px); box-shadow:0 0 50px var(--accent-soft); }
.svc-card:hover .svc-ic{ background:var(--accent); color:#fff; }
.svc-ic{ width:42px; height:42px; border-radius:11px; background:var(--accent-soft); color:var(--accent-bright); display:grid; place-items:center; margin-bottom:20px; transition:all .25s; }
.svc-ic svg{ width:21px; height:21px; }
.svc-card h3{ font-size:1.15rem; margin-bottom:9px; }
.svc-card p{ margin:0; color:var(--muted); font-size:14.5px; line-height:1.55; }

/* ---------- process (warm, trust-building) ---------- */
.proc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:54px; position:relative; }
@media(max-width:760px){ .proc-grid{ grid-template-columns:1fr; } }
/* connecting journey line behind the badges */
.proc-grid::before{
  content:""; position:absolute; left:14%; right:14%; top:64px; height:2px; z-index:0;
  background:linear-gradient(90deg, transparent, var(--accent-line) 12%, var(--accent-line) 88%, transparent);
  opacity:.6;
}
@media(max-width:760px){ .proc-grid::before{ display:none; } }
.proc-step{
  position:relative; z-index:1; padding:34px 30px 32px; border-radius:var(--radius);
  background:linear-gradient(135deg, #111726 0%, #06080F 100%);
  border:1px solid transparent;
  background-clip:padding-box;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
/* gradient hairline border via mask */
.proc-step::before{
  content:""; position:absolute; inset:0; border-radius:inherit; padding:1px; z-index:-1;
  background:linear-gradient(135deg, rgba(230,233,242,0.10) 0%, var(--accent) 130%);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
  opacity:.55; transition:opacity .3s var(--ease);
}
/* warm radial glow that blooms on hover */
.proc-step::after{
  content:""; position:absolute; inset:0; border-radius:inherit; z-index:-1; pointer-events:none;
  background:radial-gradient(120% 90% at 50% 0%, var(--accent-soft), transparent 60%);
  opacity:0; transition:opacity .35s var(--ease);
}
.proc-step:hover{ transform:translateY(-5px); box-shadow:0 0 50px rgba(77,124,254,0.18); }
.proc-step:hover::before{ opacity:1; }
.proc-step:hover::after{ opacity:1; }
.proc-num{
  font-family:var(--font-display); font-weight:600; font-size:17px; color:#fff;
  width:52px; height:52px; border-radius:50%; display:grid; place-items:center; margin-bottom:22px;
  background:linear-gradient(150deg, var(--accent-bright), var(--accent-deep));
  box-shadow:0 0 0 6px var(--accent-soft), 0 10px 26px -8px var(--accent-glow);
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.proc-step:hover .proc-num{ transform:scale(1.06); box-shadow:0 0 0 8px var(--accent-soft), 0 14px 34px -8px var(--accent-glow); }
.proc-step h3{
  font-family:var(--font-serif);
  font-size:1.4rem; margin-bottom:12px; font-weight:500; letter-spacing:-.012em;
  color:var(--fg);
}
@keyframes procShimmer{
  0%,100%{ background-position:0% 50%; }
  50%{ background-position:100% 50%; }
}
.proc-step p{ color:var(--fg-soft); font-size:15.5px; margin:0; line-height:1.55; }
@media(prefers-reduced-motion:reduce){ .proc-step h3{ animation:none; background-position:35% 50%; } }

/* ---------- guarantee ---------- */
.guar-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:48px; }
@media(max-width:760px){ .guar-grid{ grid-template-columns:1fr; } }
.guar-card{ border-radius:var(--radius); padding:34px 32px; border:1px solid var(--line); background:var(--panel); }
.guar-card .gk{ font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-bright); font-weight:600; margin-bottom:16px; }
.guar-card h3{ font-size:1.5rem; margin-bottom:14px; }
.guar-card p{ color:var(--muted); font-size:15.5px; margin:0 0 12px; }
.guar-card p:last-child{ margin-bottom:0; }

/* ---------- faq ---------- */
.faq-wrap{ max-width:860px; margin:48px auto 0; }
.faq-item{ border-top:1px solid var(--line); }
.faq-item:last-child{ border-bottom:1px solid var(--line); }
.faq-q{ width:100%; background:none; border:none; color:var(--fg); text-align:left; padding:24px 0; display:flex; justify-content:space-between; gap:20px; align-items:center; font-family:var(--font-display); font-weight:600; font-size:clamp(1.05rem,1.6vw,1.28rem); letter-spacing:-.01em; }
.faq-q .pm{ flex-shrink:0; width:26px; height:26px; position:relative; transition:transform .3s var(--ease); }
.faq-q .pm::before,.faq-q .pm::after{ content:""; position:absolute; background:var(--accent-bright); border-radius:2px; left:50%; top:50%; transform:translate(-50%,-50%); }
.faq-q .pm::before{ width:14px; height:2px; }
.faq-q .pm::after{ width:2px; height:14px; transition:transform .3s var(--ease); }
.faq-item.open .pm::after{ transform:translate(-50%,-50%) scaleY(0); }
.faq-a{ overflow:hidden; max-height:0; transition:max-height .35s var(--ease); }
.faq-a p{ margin:0; padding:0 0 26px; color:var(--muted); font-size:16px; line-height:1.6; max-width:720px; }

/* ---------- contact ---------- */
.contact{ background:linear-gradient(180deg,var(--bg-2),var(--bg)); }
.contact-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(30px,5vw,72px); margin-top:8px; align-items:start; }
@media(max-width:880px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-aside .h2{ margin-bottom:18px; }
.contact-aside .lead{ margin-bottom:28px; }
.contact-points{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.contact-points li{ display:flex; gap:12px; font-size:15.5px; color:var(--fg-soft); }
.contact-points .mk{ color:var(--accent-bright); font-weight:700; }
.form-card{ background:var(--panel); border:1px solid var(--line); border-radius:var(--radius); padding:clamp(26px,3vw,40px); }
.frow{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media(max-width:520px){ .frow{ grid-template-columns:1fr; } }
.field{ margin-bottom:16px; }
.field label{ display:block; font-size:13px; font-weight:600; color:var(--muted); margin-bottom:7px; letter-spacing:.01em; }
.field input,.field select,.field textarea{
  width:100%; background:var(--bg); border:1px solid var(--line-2); color:var(--fg);
  border-radius:11px; padding:13px 14px; font-family:var(--font-body); font-size:15px; transition:border-color .2s,box-shadow .2s;
}
.field input::placeholder,.field textarea::placeholder{ color:var(--muted-2); }
.field input:focus,.field select:focus,.field textarea:focus{ outline:none; border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-soft); }
.field textarea{ resize:vertical; min-height:92px; }
.field select{ appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23848a98' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 15px center; padding-right:38px; }
.consent{ display:flex; gap:11px; align-items:flex-start; font-size:13px; color:var(--muted); margin:6px 0 20px; }
.consent input{ margin-top:3px; accent-color:var(--accent); }
.form-foot{ font-size:13px; color:var(--muted); margin-top:14px; text-align:center; }
.form-sent{ display:none; text-align:center; padding:30px 10px; }
.form-sent.show{ display:block; }
.form-sent .ok{ width:54px; height:54px; border-radius:50%; background:var(--accent); display:grid; place-items:center; margin:0 auto 18px; }

/* ---------- footer ---------- */
.foot{ border-top:1px solid var(--line); padding-block:60px 36px; }
.foot-top{ display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; }
.foot-brand{ max-width:300px; }
.foot-brand p{ color:var(--muted); font-size:14.5px; margin:14px 0 0; }
.foot-cols{ display:flex; gap:clamp(36px,6vw,80px); flex-wrap:wrap; }
.foot-col h4{ font-family:var(--font-body); font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted-2); font-weight:600; margin-bottom:16px; }
.foot-col a, .foot-col span{ display:block; color:var(--muted); font-size:14.5px; margin-bottom:10px; transition:color .2s; }
.foot-col a:hover{ color:var(--fg); }
.foot-email{ line-height:1.3; word-break:break-word; }

/* ---------- language switcher ---------- */
.lang-switch{ display:inline-flex; align-items:center; gap:2px; padding:3px; border:1px solid var(--line-2); border-radius:999px; background:rgba(255,255,255,.03); }
.lang-switch button{ border:none; background:transparent; color:var(--muted); font-family:var(--font-body); font-weight:600; font-size:13px; letter-spacing:.04em; padding:6px 12px; border-radius:999px; transition:color .2s, background .2s; }
.lang-switch button.on{ background:var(--accent); color:#fff; }
.lang-switch button:not(.on):hover{ color:var(--fg); }
.foot-bottom{ display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-top:48px; padding-top:26px; border-top:1px solid var(--line); color:var(--muted-2); font-size:13.5px; }
.foot-legal{ display:inline-flex; gap:16px; flex-wrap:wrap; }
.foot-legal a{ color:var(--muted-2); transition:color .2s; }
.foot-legal a:hover{ color:var(--fg); }
.brands-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:48px; }
@media(max-width:760px){ .brands-row{ grid-template-columns:1fr; } }
.brand-card{ background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-sm); padding:28px 26px; transition:border-color .25s, box-shadow .25s, transform .25s; }
.brand-card:hover{ border-color:var(--accent-line); box-shadow:0 0 50px var(--accent-soft); transform:translateY(-2px); }
.brand-card a{ display:inline-flex; align-items:center; gap:7px; }
.brand-card a .lk-arr{ display:inline-block; transition:transform .25s var(--ease); }
.brand-card:hover a .lk-arr{ transform:translateX(5px); }
.brand-card .bk{ font-family:var(--font-display); font-weight:600; font-size:1.2rem; margin-bottom:10px; }
.brand-card p{ color:var(--muted); font-size:14.5px; margin:0 0 16px; }
.brand-card a{ color:var(--accent-bright); font-size:14.5px; font-weight:600; }

/* ---------- trust / data sovereignty ---------- */
.trust-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(36px,5vw,72px); margin-top:64px; }
@media(max-width:760px){ .trust-grid{ grid-template-columns:1fr; gap:48px; } }
.trust-item{ padding:32px 0 0; border-top:1px solid var(--line-2); position:relative; }
.trust-item .tk{ display:block; font-family:var(--font-serif); font-weight:500; font-size:1.35rem; letter-spacing:-.012em; margin-bottom:16px; color:var(--fg); }
.trust-item .tk .dotsq{ display:none; }
.trust-item p{ margin:0; color:var(--muted); font-size:14.5px; line-height:1.6; max-width:32ch; }

/* ---------- proof stat (founder result) ---------- */
.proof-stat{
  display:flex; gap:22px; align-items:center;
  background:linear-gradient(180deg,var(--accent-soft),transparent),var(--panel);
  border:1px solid var(--accent-line); border-radius:var(--radius);
  padding:24px 26px; margin:0 0 30px;
}
.proof-num{ font-family:var(--font-display); font-weight:600; font-size:clamp(2.8rem,5vw,3.6rem); letter-spacing:-.04em; line-height:1; color:var(--accent-bright); flex-shrink:0; }
.proof-num span{ font-size:.5em; margin-left:2px; }
.proof-txt{ font-size:15px; color:var(--fg-soft); line-height:1.5; }
.proof-txt b{ color:var(--fg); }

/* ---------- final CTA (closer) ---------- */
.final-cta{ position:relative; overflow:hidden; text-align:center; padding-block:clamp(140px,18vw,240px); }
.final-cta .wrap{ position:relative; z-index:2; max-width:780px; }
.final-cta .h2{ font-size:clamp(2.1rem,4.4vw,3.6rem); max-width:none; }
.final-cta .h2 + div{ margin-top:clamp(56px,8vw,110px); }
.final-cta .lead{ max-width:560px; margin:24px auto 38px; }
.cta-magnet{ margin:20px auto 0; max-width:440px; font-size:14.5px; color:var(--muted); line-height:1.5; }
.cta-rings{ position:absolute; inset:0; z-index:0; display:grid; place-items:center; pointer-events:none; }
.cta-rings::before, .cta-rings::after{
  content:""; position:absolute; border-radius:50%;
  border:1px dashed color-mix(in srgb, var(--accent) 18%, transparent);
}
.cta-rings::before{ width:min(560px,86vw); height:min(560px,86vw); }
.cta-rings::after{ width:min(820px,100vw); height:min(820px,100vw); border-color:var(--line); }
.cta-glow{
  position:absolute; z-index:0; left:50%; top:50%; transform:translate(-50%,-50%);
  width:min(620px,90vw); height:min(620px,90vw); border-radius:50%;
  background:radial-gradient(circle, color-mix(in srgb, var(--accent) 6%, transparent) 0%, transparent 60%);
  opacity:.7;
}
/* ambient drifting blobs */
.cta-blobs{ position:absolute; inset:0; z-index:0; overflow:hidden; pointer-events:none; }
.cta-blobs .blob{ position:absolute; border-radius:50%; filter:blur(80px); opacity:.14; }
.cta-blobs .b1{ width:340px; height:340px; left:8%; top:14%; background:radial-gradient(circle, var(--accent) 0%, transparent 70%); }
.cta-blobs .b2{ width:300px; height:300px; right:10%; top:8%; background:radial-gradient(circle, var(--accent-deep) 0%, transparent 70%); }
.cta-blobs .b3{ width:380px; height:380px; left:42%; bottom:2%; background:radial-gradient(circle, var(--accent-bright) 0%, transparent 72%); opacity:.09; }
@keyframes drift1{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(60px,-30px) scale(1.12); } }
@keyframes drift2{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(-50px,40px) scale(.92); } }
@keyframes drift3{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(-40px,-26px) scale(1.08); } }
@keyframes spin{ to{ transform:rotate(360deg); } }
@keyframes pulse{ 0%,100%{ opacity:.5; transform:translate(-50%,-50%) scale(.92); } 50%{ opacity:1; transform:translate(-50%,-50%) scale(1.04); } }
@media(prefers-reduced-motion:reduce){ .cta-rings::before,.cta-rings::after,.cta-glow{ animation:none; } }

/* ---------- work-with-us page ---------- */
.wwu-hero{ padding-top:clamp(130px,18vh,200px); padding-bottom:clamp(20px,4vw,50px); position:relative; overflow:hidden; }
.wwu-hero .hero-glow{ top:-30%; }
.wwu-grid{ display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(32px,5vw,72px); align-items:start; padding-bottom:clamp(80px,11vw,140px); }
@media(max-width:880px){ .wwu-grid{ grid-template-columns:1fr; } }
.wwu-aside .display{ font-size:clamp(2.4rem,5vw,4rem); margin-bottom:22px; }
.wwu-info{ list-style:none; margin:34px 0 0; padding:28px 0 0; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:20px; }
.wwu-info .ik{ font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted-2); margin-bottom:5px; }
.wwu-info .iv{ font-family:var(--font-display); font-weight:600; font-size:1.05rem; color:var(--fg); }
.wwu-info .iv a{ color:var(--accent-bright); }

/* ---------- word-stagger (cinematic slideshow sentences) ---------- */
html.reveal-on .w{ display:inline-block; opacity:0; transform:translateY(0.62em) scale(.97); filter:blur(7px); transition:opacity .7s var(--ease), transform .7s var(--ease), filter .7s var(--ease); will-change:opacity,transform,filter; }
html.reveal-on .in .w{ opacity:1; transform:none; filter:none; }

/* ---------- sound familiar : pinned scroll-scrubbed sequence ---------- */
.fam-pin-sec{ position:relative; padding-block:0; }
.fam-pin{ position:sticky; top:0; height:100vh; min-height:600px; display:flex; align-items:center; overflow:hidden; }
.fam-glow{ position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(60% 55% at 50% 42%, var(--accent-soft), transparent 70%); opacity:.7; }
.fam-head{ position:relative; }
.fam-head .h2{ margin-bottom:0; }
.fam-stage{ position:relative; height:clamp(220px,34vh,340px); margin:clamp(28px,5vh,60px) 0; }
.fam-wrap{ width:100%; max-width:min(2480px, 98vw); padding-inline: clamp(20px, 3vw, 48px); }
.fam-wrap .fam-head{ max-width:1200px; margin-left:auto; margin-right:auto; text-align:center; }
.fam-wrap .fam-head .kicker{ justify-content:center; }
.fam-wrap .fam-stage{ text-align:center; }
.fam-wrap .fam-slide .fam-stmt{ margin-left:auto; margin-right:auto; max-width:2280px; }
.fam-wrap .fam-slide .fam-sub{ margin-left:auto; margin-right:auto; max-width:1400px; }
.fam-wrap .fam-slide.fam-final h3{ max-width:2200px; margin-left:auto; margin-right:auto; font-size:clamp(1.4rem,2.4vw,2.1rem); }
.fam-wrap .fam-track{ max-width:2280px; margin-left:auto; margin-right:auto; }
.fam-slide{ position:absolute; left:0; right:0; top:50%; opacity:0; will-change:opacity,transform; }
.fam-slide .fam-stmt{ font-family:var(--font-display); font-weight:600; font-size:clamp(1.7rem,4.2vw,3rem); letter-spacing:-.028em; line-height:1.05; color:var(--fg); margin:0; max-width:1000px; }
.fam-slide .fam-stmt .idx{ color:var(--accent-bright); font-size:.42em; vertical-align:.62em; margin-right:18px; font-weight:700; }
.fam-slide .fam-sub{ margin:18px 0 0; color:var(--muted); font-size:clamp(1.05rem,1.6vw,1.3rem); line-height:1.5; max-width:680px; }
.fam-slide.fam-final h3{ font-family:var(--font-display); font-weight:600; font-size:clamp(1.7rem,3.6vw,2.7rem); letter-spacing:-.02em; line-height:1.12; color:var(--muted); max-width:920px; margin:0; }
.fam-slide.fam-final strong{ color:var(--fg); }
.svc-slide .svc-ic{ width:54px; height:54px; border-radius:14px; margin-bottom:24px; }
.svc-slide .svc-ic svg{ width:26px; height:26px; }
.svc-slide .fam-sub{ max-width:620px; }
.fam-track{ position:relative; display:flex; align-items:center; gap:22px; max-width:1000px; }
.fam-count{ font-family:var(--font-display); font-weight:600; font-size:14px; letter-spacing:.05em; color:var(--muted); white-space:nowrap; }
.fam-count .fc-cur{ color:var(--accent-bright); }
.fam-progress{ flex:1; height:3px; border-radius:2px; background:rgba(255,255,255,.08); overflow:hidden; }
.fam-progress i{ display:block; height:100%; width:0; background:linear-gradient(90deg,var(--accent),var(--accent-bright)); border-radius:2px; }
@media(prefers-reduced-motion:reduce){
  .fam-pin-sec{ height:auto !important; }
  .fam-pin{ position:static; height:auto; padding-block:clamp(56px,8vw,96px); }
  .fam-stage{ height:auto; display:flex; flex-direction:column; gap:34px; }
  .fam-slide{ position:static; opacity:1 !important; transform:none !important; }
  .fam-slide.fam-final{ margin-top:8px; padding-top:30px; border-top:1px solid var(--line); }
}

/* ---------- parallax media ---------- */
html.reveal-on [data-para]{ will-change:transform; }

/* ken-burns zoom on media when revealed (object-fit:cover keeps it clean) */
html.reveal-on .hero-portrait img, html.reveal-on .split-media img{ transform:scale(1.14); transition:transform 1.6s var(--ease); }
html.reveal-on .in .hero-portrait img,
html.reveal-on [data-reveal].in .split-media img,
html.reveal-on .hero-portrait.in img{ transform:scale(1); }

/* ---------- cinematic reveal (progressive enhancement) ---------- */
html.reveal-on [data-reveal]{
  opacity:0; transform:translateY(46px) scale(.978); filter:blur(12px);
  transition:opacity 1s var(--ease), transform 1s var(--ease), filter 1s var(--ease);
  will-change:opacity,transform,filter;
}
html.reveal-on [data-reveal].in{ opacity:1; transform:none; filter:none; }
/* directional entrances */
html.reveal-on [data-reveal-x="left"]{ transform:translateX(-54px) scale(.985); }
html.reveal-on [data-reveal-x="right"]{ transform:translateX(54px) scale(.985); }
html.reveal-on [data-reveal-x].in{ transform:none; }
html.reveal-on [data-reveal-d="1"]{ transition-delay:.09s; }
html.reveal-on [data-reveal-d="2"]{ transition-delay:.18s; }
html.reveal-on [data-reveal-d="3"]{ transition-delay:.27s; }
html.reveal-on [data-reveal-d="4"]{ transition-delay:.36s; }
html.reveal-on [data-reveal-d="5"]{ transition-delay:.45s; }

/* clip-wipe headings */
html.reveal-on [data-wipe]{ clip-path:inset(0 0 100% 0); opacity:0; transform:translateY(8px); transition:clip-path 1s var(--ease), opacity .9s var(--ease), transform 1s var(--ease); }
html.reveal-on [data-wipe].in{ clip-path:inset(0 0 -10% 0); opacity:1; transform:none; }

@media(prefers-reduced-motion:reduce){
  html.reveal-on [data-reveal], html.reveal-on [data-reveal-x], html.reveal-on [data-wipe], html.reveal-on .w, html.reveal-on .fam-line{ opacity:1 !important; transform:none !important; filter:none !important; clip-path:none !important; transition:none; }
  #grain{ animation:none; }
  .cta-blobs .blob, .cta-rings::before, .cta-rings::after, .cta-glow, .marquee-track{ animation:none !important; }
  .fam-line{ opacity:1 !important; transform:none !important; filter:none !important; }
}

/* ---------- legal pages ---------- */
.legal-main{ max-width:820px; margin:0 auto; padding-top:clamp(120px,16vh,170px); padding-bottom:clamp(70px,10vw,120px); }
.legal-head{ margin-bottom:clamp(40px,6vw,64px); }
.legal-head .display{ font-size:clamp(2.2rem,5vw,3.6rem); margin-bottom:14px; }
.legal-updated{ font-family:var(--font-mono); font-size:13px; color:var(--muted-2); letter-spacing:.02em; }
.legal-body h2{ font-family:var(--font-serif); font-size:clamp(1.35rem,2.4vw,1.75rem); font-weight:500; margin:clamp(40px,5vw,56px) 0 16px; letter-spacing:-.012em; color:var(--fg); }
.legal-body h3{ font-size:1.1rem; margin:26px 0 8px; color:var(--fg); }
.legal-body p, .legal-body li{ color:var(--fg-soft); font-size:16px; line-height:1.7; }
.legal-body p{ margin:0 0 14px; }
.legal-body a{ color:var(--accent-bright); }
.legal-body a:hover{ text-decoration:underline; }
.legal-body ul{ margin:0 0 16px; padding-left:20px; display:flex; flex-direction:column; gap:7px; }
.legal-body strong{ color:var(--fg); }
.legal-card{ background:none; border:none; border-top:1px solid var(--line-2); border-bottom:1px solid var(--line-2); border-radius:0; padding:22px 0; margin:12px 0 28px; }
.legal-hu-notice{ font-size:13.5px; color:var(--muted); padding:14px 18px; border:1px solid var(--line-2); border-radius:6px; background:rgba(255,255,255,.02); margin-bottom:36px; line-height:1.5; }
.legal-card p{ margin:0 0 6px; }
.legal-card p:last-child{ margin:0; }
.legal-dl{ display:grid; grid-template-columns:auto 1fr; gap:8px 22px; margin:4px 0 0; }
.legal-dl dt{ color:var(--muted); font-size:14.5px; }
.legal-dl dd{ margin:0; color:var(--fg); font-size:15px; }
@media(max-width:520px){ .legal-dl{ grid-template-columns:1fr; gap:2px 0; } .legal-dl dd{ margin-bottom:10px; } }
.legal-toc{ display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.legal-toc a{ font-family:var(--font-mono); font-size:12.5px; color:var(--muted); border:1px solid var(--line-2); border-radius:999px; padding:6px 13px; transition:all .2s; }
.legal-toc a:hover{ color:var(--fg); border-color:var(--accent-line); }

/* ---------- mobile pass (≤ 640 px) ---------- */
@media (max-width: 640px) {
  /* much less vertical breathing room on phones */
  .band{ padding-block:clamp(72px,14vw,110px); }
  .band-tight{ padding-block:clamp(56px,10vw,82px); }

  /* nav: drop the wordmark, shrink the CTA */
  .brand .wordmark{ display:none; }
  .brand .mark{ filter:none; }
  .nav-in{ height:60px; }
  .nav-cta{ gap:10px; }
  .lang-switch{ padding:2px; }
  .lang-switch button{ padding:5px 8px; font-size:11.5px; letter-spacing:.02em; }
  .nav .btn-primary{ padding:9px 14px; font-size:13px; }
  .nav .btn .arr{ display:none; }

  /* hero */
  .hero{ padding-top:clamp(82px,14vh,108px); padding-bottom:clamp(48px,10vw,76px); }
  .hero-c-center{ padding-top:0; }
  .kicker{ font-size:10px; letter-spacing:.14em; margin-bottom:20px; }
  .hero-c-center > .kicker{ display:block; text-align:center; font-size:10px; letter-spacing:.12em; max-width:34ch; margin:0 auto 20px; line-height:1.55; }
  .hero-c-center > .kicker::before{ display:inline-block; margin-right:8px; vertical-align:middle; }
  .display{ font-size:clamp(1.85rem,8vw,2.4rem); line-height:1.12; }
  .hero-c-center .hero-sign{ margin-top:30px; gap:10px; }
  .hero-c-center .hero-sign img{ width:64px; height:64px; }
  .hero-c-center .hero-sign .hs-meta b{ font-size:15.5px; }
  .hero-c-center .hero-sign .hs-meta span{ font-size:10.5px; letter-spacing:.14em; }
  .hero-c-center .trust-line{ font-size:12px; gap:7px; line-height:1.55; margin-top:22px; padding:0 4px; }
  .hero-glow{ width:280px; height:280px; top:-8%; }
  .hero-grid{ background-size:56px 56px; opacity:.18; }

  /* section heads + body */
  .section-head .h2{ margin-bottom:14px; }
  .h2{ font-size:clamp(1.55rem,6.2vw,2rem); }
  .lead{ font-size:14.5px; max-width:none; line-height:1.6; }
  .legal-body p, .legal-body li{ font-size:14.5px; line-height:1.65; }

  /* stats + outcome numbers — keep impact, fit screen */
  .stat .num{ font-size:clamp(2.4rem,11vw,3.4rem); }
  .so-num span:first-child{ font-size:clamp(2.4rem,11vw,3.4rem); }
  .stat{ padding:26px 22px 22px; }

  /* quiz */
  .quiz-num{ font-size:clamp(2.4rem,11vw,3.4rem); }

  /* pinned carousels — smaller statement type */
  .fam-slide .fam-stmt{ font-size:clamp(1.45rem,6vw,2.1rem); line-height:1.12; }
  .fam-slide .fam-sub{ font-size:14.5px; line-height:1.6; }

  /* fit-grid / sov-grid already stack on mobile (existing 760 rules) */
  .fit-grid{ gap:48px; }
  .trust-grid{ gap:42px; }

  /* final-cta: shorter, blobs not overflowing */
  .final-cta{ padding-block:clamp(100px,20vw,160px); }
  .final-cta .h2 + div{ margin-top:36px; }
  .final-cta .h2{ font-size:clamp(1.7rem,7vw,2.4rem); }
  .cta-blobs .blob{ filter:blur(50px); }
  .cta-blobs .b1{ width:200px; height:200px; left:-20px; top:8%; }
  .cta-blobs .b2{ width:180px; height:180px; right:-10px; top:6%; }
  .cta-blobs .b3{ width:220px; height:220px; left:30%; bottom:0; }
  .cta-rings::before{ width:min(420px,90vw); height:min(420px,90vw); }
  .cta-rings::after{ width:min(600px,100vw); height:min(600px,100vw); }
  .cta-glow{ width:min(420px,86vw); height:min(420px,86vw); }

  /* footer */
  .foot-top{ gap:32px; }
  .foot-cols{ gap:28px 22px; }
  .foot-col{ flex:1 1 140px; }
  .foot-bottom{ flex-direction:column; align-items:flex-start; gap:10px; }

  /* legal head */
  .legal-main{ padding-top:clamp(80px,14vh,110px); padding-bottom:64px; }
  .legal-head{ margin-bottom:28px; }
  .legal-head .display{ font-size:clamp(1.85rem,7vw,2.4rem); }

  /* marquee tone */
  .marquee-sec{ padding-block:22px; }
  .mq-item{ font-size:15px; }

  /* brand cards: tighter */
  .brand-card{ padding:24px 22px; }

  /* faq */
  .faq-q{ font-size:15px; gap:14px; padding:18px 0; }
  .faq-a p{ font-size:14.5px; padding-bottom:18px; }
}

/* ---------- very small phones (≤ 380 px) ---------- */
@media (max-width: 380px) {
  .nav .btn-primary{ padding:8px 12px; font-size:12px; }
  .lang-switch button{ padding:4px 7px; font-size:11px; }
  .display{ font-size:clamp(1.7rem,7.5vw,2.2rem); }
  .h2{ font-size:clamp(1.4rem,6vw,1.85rem); }
}
