:root {
  --bg: #ffffff;
  --ink: #131616;
  --ink-2: #626b70;
  --ink-3: #8a969b;
  --line: #dce7e9;
  --soft: #edf5f7;
  --accent: #4fbec5;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(24px, 6.5vw, 120px);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 8px; }
p { margin: 0; }
::selection { color: #111; background: #b6e6ee; }

h1, h2, h3 { margin: 0; font-weight: 450; letter-spacing: -0.06em; line-height: 1.08; color: var(--ink); text-wrap: balance; }
h2 { font-size: clamp(40px, 4.6vw, 72px); }
.muted { color: var(--ink-2); }
.eyebrow { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; }
.note { font-size: 13px; color: var(--ink-3); }

/* ---------- masthead ---------- */
.masthead {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px var(--gutter);
  background: linear-gradient(var(--bg) 70%, transparent);
}
.wordmark { letter-spacing: -0.075em; font-size: 30px; font-weight: 600; line-height: 1; }
.wordmark span { font-weight: 400; color: var(--ink-2); margin-left: .14em; }
.nav-link {
  font-size: 14px; color: var(--ink-2); padding: 9px 16px; font-weight: 500;
  border: 1px solid var(--line); border-radius: 999px; transition: color .2s, border-color .2s;
}
.nav-link:hover { color: var(--ink); border-color: var(--ink-3); }

/* ---------- sign-up form ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp { display: none; }
.signup { margin-top: 36px; max-width: 440px; }
.signup-row {
  display: flex; border: 1px solid var(--line); border-radius: 999px; padding: 4px 4px 4px 20px;
  background: #fff; transition: border-color .2s;
}
.signup-row:focus-within { border-color: var(--ink-3); }
.signup input { flex: 1; min-width: 0; background: transparent; border: 0; outline: 0; color: var(--ink); font: inherit; font-size: 16px; }
.signup input::placeholder { color: var(--ink-3); }
.signup button {
  flex: none; border: 0; border-radius: 999px; padding: 12px 20px; cursor: pointer;
  background: var(--ink); color: #fff; font: inherit; font-size: 14px; font-weight: 600; transition: opacity .2s;
}
.signup button:hover { opacity: .85; }
.signup button:disabled { opacity: .5; cursor: default; }
.signup.done .signup-row { display: none; }
.signup-note { margin-top: 12px; font-size: 14px; color: var(--ink-2); min-height: 21px; }
.signup.done .signup-note { color: var(--ink); font-size: 16px; }

/* ---------- thoughts (centered statements) ---------- */
.thought { text-align: center; padding: clamp(70px, 9vw, 150px) var(--gutter); position: relative; z-index: 2; }
.thought p { color: var(--ink-2); letter-spacing: -0.015em; max-width: 34ch; margin: 28px auto 0; font-size: 18px; line-height: 1.75; }
.thought h2 span { color: #778a92; }

/* ---------- product sections ---------- */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
section.block { padding: clamp(72px, 8vw, 120px) 0; border-top: 1px solid var(--line); }
section.block h2 { font-size: clamp(34px, 3.6vw, 52px); letter-spacing: -0.05em; }
.lede { margin-top: 22px; font-size: 19px; color: var(--ink-2); max-width: 34ch; letter-spacing: -0.01em; }

.stats { border-top: 0; padding-top: 0; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.stat b { display: block; font-weight: 500; font-size: clamp(44px, 5.2vw, 68px); line-height: 1; letter-spacing: -0.06em; font-variant-numeric: tabular-nums; }
.stat b.accent { color: var(--accent); }
.stat span { display: block; margin-top: 12px; color: var(--ink-2); max-width: 22ch; }
.stats .note { margin-top: 44px; }

.feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.feature.flip .feature-copy { order: 2; }
.feature.flip .feature-visual { order: 1; }
.feature-visual { display: flex; justify-content: center; }
.feature-visual > div { width: 100%; max-width: 520px; }
.feature-visual svg { width: 100%; height: auto; display: block; }

.tier-list { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 18px; }
.tier-list li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: baseline; padding-top: 18px; border-top: 1px solid var(--line); }
.tier-list b { font-weight: 600; letter-spacing: -0.01em; }
.tier-list span { color: var(--ink-2); }

/* ---------- how it works: pinned walkthrough, three dark live panels, one clock each (--t runs 0..1 every 9s) ---------- */
.how-scroll { position: relative; height: 320vh; }
.how-sticky { position: sticky; top: 0; height: 100svh; min-height: 680px; display: flex; flex-direction: column; justify-content: center; padding: 72px 0 24px; text-align: center; }
.how-sticky h2 { margin-top: 0; font-size: clamp(32px, 3.4vw, 50px); letter-spacing: -0.05em; }
.steps .step { --t: 0; --out: clamp(0, calc((.98 - var(--t)) * 25), 1); }

.step-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; text-align: left; }
.step { opacity: 0; transform: translateY(28px) scale(.985); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.7,.3,1); }
.step.on { opacity: 1; transform: none; }
.step small { display: block; margin-top: 20px; font-size: 12px; color: var(--ink-3); letter-spacing: .12em; }
.step h3 { margin: 22px 0 0; font-size: 22px; font-weight: 500; letter-spacing: -0.035em; line-height: 1.2; }
.step p { margin-top: 6px; color: var(--ink-2); font-size: 16px; }
.step .mini-logos { margin-top: 14px; }

.screen { position: relative; height: 332px; padding: 16px 18px; border-radius: 22px; overflow: hidden; color: #fff;
  background: radial-gradient(120% 90% at 100% 0%, rgba(79,190,197,.22), transparent 55%), linear-gradient(180deg, #1c2223 0%, #0d1112 100%);
  border: 1px solid rgba(255,255,255,.08); box-shadow: 0 30px 60px rgba(19,22,22,.18), inset 0 1px 0 rgba(255,255,255,.08); }
.screen-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.screen-top b { font-weight: 600; color: rgba(255,255,255,.85); display: flex; align-items: center; gap: 7px; }
.screen-top strong { font-weight: 600; color: #fff; letter-spacing: 0; text-transform: none; font-size: 13px; font-variant-numeric: tabular-nums; }

/* 1. onboarding: one question at a time, the answer lands, the next question slides in */
.onb .qcard { position: absolute; left: 18px; right: 18px; top: 52px;
  --in: clamp(0, calc((var(--t) - var(--a)) * 16), 1); --outw: clamp(0, calc((var(--b) - var(--t)) * 16), 1);
  opacity: calc(var(--in) * var(--outw)); translate: calc((1 - var(--in)) * 16px + (1 - var(--outw)) * -16px) 0; }
.onb .c1 { --a: .01; --b: .32; } .onb .c2 { --a: .34; --b: .64; } .onb .c3 { --a: .66; --b: .96; }
.onb .q { color: #fff; font-size: 16px; margin: 0 0 10px; }
.onb .opts { gap: 6px; }
.onb .opts li { padding: 7px 11px; border-radius: 10px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.06); color: rgba(255,255,255,.8); font-size: 12.5px; }
.onb .opts li.on { --sel: clamp(0, calc((var(--t) - var(--s)) * 20), 1); position: relative; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.8); font-weight: 400; }
.onb .opts li.on::before { content: ""; position: absolute; inset: -1px; border-radius: 10px; background: #fff; opacity: var(--sel); }
.onb .opts li.on span { position: relative; opacity: calc(1 - var(--sel)); }
.onb .opts li.on::after { content: attr(data-t); position: absolute; left: 11px; top: 7px; color: var(--ink); font-weight: 600; opacity: var(--sel); }
.onb .c1 li.on { --s: .13; } .onb .c2 li.on { --s: .46; } .onb .c3 li.on { --s: .79; }
.qcount { position: relative; display: inline-block; min-width: 40px; text-align: right; }
.qcount em { position: absolute; right: 0; top: 0; font-style: normal; color: #fff; font-variant-numeric: tabular-nums; }
.qcount .k1 { opacity: clamp(0, calc((.33 - var(--t)) * 30), 1); }
.qcount .k2 { opacity: calc(clamp(0, calc((var(--t) - .33) * 30), 1) * clamp(0, calc((.65 - var(--t)) * 30), 1)); }
.qcount .k3 { opacity: calc(clamp(0, calc((var(--t) - .65) * 30), 1) * var(--out)); }

/* 2. matching */
.match .count { position: relative; display: inline-block; min-width: 130px; text-align: right; }
.match .count em { position: absolute; right: 0; top: 0; font-style: normal; white-space: nowrap; }
.match .c-scan { opacity: clamp(0, calc((.48 - var(--t)) * 30), 1); }
.match .c-done { opacity: calc(clamp(0, calc((var(--t) - .5) * 30), 1) * var(--out)); color: #fff; }
.grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; }
.grid i { aspect-ratio: 1; border-radius: 4px; background: rgba(255,255,255,.16);
  --pos: calc(var(--t) / .45 * 26); --wave: clamp(0, calc(1 - abs(var(--pos) - var(--i)) / 3), 1);
  --scan: calc(var(--wave) * clamp(0, calc((.47 - var(--t)) * 50), 1));
  opacity: calc(.4 + .6 * var(--scan)); }
.grid i.pick { --sel: calc(clamp(0, calc((var(--t) - .5) * 20), 1) * var(--out)); opacity: calc(.4 + .6 * max(var(--scan), var(--sel)));
  background: color-mix(in srgb, var(--accent) calc(var(--sel) * 100%), rgba(255,255,255,.16)); box-shadow: 0 0 calc(var(--sel) * 16px) rgba(79,190,197, calc(var(--sel) * .8)); }
.grid i:nth-child(1){--i:0}.grid i:nth-child(2){--i:1}.grid i:nth-child(3){--i:2}.grid i:nth-child(4){--i:3}.grid i:nth-child(5){--i:4}.grid i:nth-child(6){--i:5}.grid i:nth-child(7){--i:6}.grid i:nth-child(8){--i:7}
.grid i:nth-child(9){--i:8}.grid i:nth-child(10){--i:9}.grid i:nth-child(11){--i:10}.grid i:nth-child(12){--i:11}.grid i:nth-child(13){--i:12}.grid i:nth-child(14){--i:13}.grid i:nth-child(15){--i:14}.grid i:nth-child(16){--i:15}
.grid i:nth-child(17){--i:16}.grid i:nth-child(18){--i:17}.grid i:nth-child(19){--i:18}.grid i:nth-child(20){--i:19}.grid i:nth-child(21){--i:20}.grid i:nth-child(22){--i:21}.grid i:nth-child(23){--i:22}.grid i:nth-child(24){--i:23}
.mbars { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 9px; }
.mbars li { display: grid; grid-template-columns: 58px 1fr 36px; gap: 10px; align-items: center; font-size: 12px; color: rgba(255,255,255,.6); }
.mbars em { height: 7px; border-radius: 4px; background: rgba(255,255,255,.1); position: relative; overflow: hidden; }
.mbars em::after { content: ""; position: absolute; inset: 0; border-radius: 4px; background: #fff; width: calc(var(--w) * clamp(0, calc((var(--t) - .52) * 8), 1) * var(--out)); }
.mbars b { text-align: right; font-weight: 600; color: #fff; opacity: calc(clamp(0, calc((var(--t) - .56) * 12), 1) * var(--out)); font-variant-numeric: tabular-nums; }

/* 3. investing */
.growth { display: block; width: 100%; height: 68px; margin-top: 0; }
.growth .area { fill: rgba(79,190,197,.18); opacity: calc(clamp(0, calc((var(--t) - .08) / .8), 1) * var(--out)); }
.growth .line { fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 400; stroke-dashoffset: calc(400 * (1 - clamp(0, calc((var(--t) - .08) / .8), 1))); opacity: var(--out); }
.growth .pts circle { fill: var(--accent); opacity: calc(clamp(0, calc((var(--t) - var(--s)) * 40), 1) * var(--out)); }
.growth .pts circle:nth-child(1){--s:.14}.growth .pts circle:nth-child(2){--s:.27}.growth .pts circle:nth-child(3){--s:.40}.growth .pts circle:nth-child(4){--s:.53}.growth .pts circle:nth-child(5){--s:.66}.growth .pts circle:nth-child(6){--s:.80}
.ledger { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 5px; font-size: 12px; }
.ledger li { --k: clamp(0, calc((var(--t) - var(--s)) * 30), 1); opacity: calc(var(--k) * var(--out)); translate: 0 calc((1 - var(--k)) * 6px);
  display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.65); }
.ledger li b { font-weight: 600; color: #fff; }
.ledger .l1 { --s: .2; } .ledger .l2 { --s: .42; } .ledger .l3 { --s: .6; } .ledger .l4 { --s: .78; }
.ledger .l3 b { color: var(--accent); }

.mini-logos { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.mini-logos img { height: var(--h, 24px); width: auto; opacity: .85; }
.badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 36px; }
.badges img { height: 48px; width: auto; }
.centered { text-align: center; }
.centered .lede, .centered h2 { margin-left: auto; margin-right: auto; }

.trust-list { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 14px; color: var(--ink-2); font-size: 19px; }
.trust-list li { padding-left: 22px; position: relative; }
.trust-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }

/* ---------- closing ---------- */
.closing { text-align: center; padding: clamp(90px, 10vw, 170px) var(--gutter) clamp(80px, 8vw, 120px); }
.closing h2 { font-size: clamp(44px, 5.5vw, 88px); line-height: 1.15; }
.closing h2 span { color: #778a92; }
.closing .signup { margin: 48px auto 0; }

.signature-block {
  padding: 0 var(--gutter) 48px; text-align: center; position: relative;
  background: linear-gradient(#fff 0%, #fbfdfe 35%, #eef8fc 100%);
}
.signature {
  display: inline-block; letter-spacing: -0.085em; font-size: clamp(120px, 26vw, 420px); font-weight: 500; line-height: 1;
  transform: translateX(-.035em); transition: color .35s;
}
.signature:hover { color: #47656e; }
.signature-block p { color: #617781; letter-spacing: -0.01em; margin-top: 28px; font-size: 14px; }
.foot { display: flex; justify-content: center; gap: 24px; margin-top: 22px; font-size: 13px; color: var(--ink-3); }
.foot a:hover { color: var(--ink); }


/* ---------- opening: the section text over a living field of futures ---------- */
.opening { position: relative; isolation: isolate; overflow: hidden; min-height: 100svh; display: grid; align-items: center; padding: 96px var(--gutter) 72px; }
.field { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.opening-copy { position: relative; max-width: 620px; animation: .9s cubic-bezier(.2,.7,.3,1) both arrive; }
.opening-copy h1 { font-size: clamp(52px, 6.4vw, 108px); max-width: 9ch; }
.opening-copy > p { margin-top: 26px; font-size: 19px; color: var(--ink-2); letter-spacing: -0.018em; }
.field-caption { position: absolute; right: var(--gutter); bottom: 26px; font-size: 13px; color: var(--ink-3); max-width: 30ch; text-align: right; display: none; animation: 1.6s .8s cubic-bezier(.2,.7,.3,1) both arrive; }
@media (hover: hover) { .field-caption { display: block; } }
@keyframes arrive { 0% { opacity: 0; translate: 0 16px; } }
.q { margin: 2px 0 12px; font-size: 17px; font-weight: 500; letter-spacing: -0.03em; line-height: 1.25; }
.opts { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.opts li { padding: 9px 13px; border-radius: 11px; border: 1px solid var(--line); font-size: 13px; color: var(--ink-2); }

/* ---------- tiers: pyramid builds, each tier explained, driven by scroll ---------- */
.tiers-scroll { position: relative; height: 340vh; }
.tiers-sticky {
  position: sticky; top: 0; height: 100svh; min-height: 640px;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px;
  padding: 80px var(--gutter) 40px; max-width: 1400px; margin: 0 auto;
}
.tier-stack { display: grid; margin-top: 18px; }
.tier { grid-area: 1 / 1; opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; pointer-events: none; }
.tier h2 { font-size: clamp(40px, 4.4vw, 68px); }
.tier-range { margin-top: 12px; font-size: 18px; color: var(--ink); letter-spacing: -0.015em; font-weight: 500; }
.tier-who { margin-top: 26px; font-size: 19px; line-height: 1.5; color: var(--ink); letter-spacing: -0.015em; max-width: 40ch; }
.tier-get { margin-top: 12px; font-size: 18px; line-height: 1.55; color: var(--ink-2); letter-spacing: -0.01em; max-width: 40ch; }
.tier-stat { margin-top: 4px; font-size: 15px; color: var(--ink-2); }
.tier-stat b { font-size: 30px; font-weight: 500; letter-spacing: -0.05em; color: var(--ink); margin-right: 8px; font-variant-numeric: tabular-nums; }
[data-step="0"] .tier-0, [data-step="1"] .tier-1, [data-step="2"] .tier-2, [data-step="3"] .tier-3, [data-step="4"] .tier-3 { opacity: 1; transform: none; pointer-events: auto; }
.tier-dots { display: flex; gap: 8px; margin-top: 30px; }
.tier-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); transition: background .3s, width .3s; }
[data-step="0"] .tier-dots i:nth-child(1), [data-step="1"] .tier-dots i:nth-child(2), [data-step="2"] .tier-dots i:nth-child(3), [data-step="3"] .tier-dots i:nth-child(4), [data-step="4"] .tier-dots i:nth-child(4) { background: var(--ink); width: 24px; border-radius: 4px; }

.pyramid { width: 100%; max-width: 560px; margin: 0 auto; }
.pyramid svg { width: 100%; height: auto; display: block; overflow: visible; }
.pyramid .band { opacity: .12; transform: translateY(10px); transition: opacity .5s ease, transform .6s cubic-bezier(.2,.7,.3,1); }
.pyramid polygon { fill: #d9dfe1; transition: fill .4s; }
.pyramid text { transition: opacity .4s; opacity: 0; }
.pyramid .lbl { fill: var(--ink); }
.pyramid .rng { fill: var(--ink-2); }
/* bands already passed stay visible but quiet; the active band is teal and labelled */
[data-step="1"] .band-0, [data-step="2"] .band-0, [data-step="2"] .band-1, [data-step="3"] .band-0, [data-step="3"] .band-1, [data-step="3"] .band-2,
[data-step="4"] .band-0, [data-step="4"] .band-1, [data-step="4"] .band-2 { opacity: .6; transform: none; }
[data-step="0"] .band-0, [data-step="1"] .band-1, [data-step="2"] .band-2, [data-step="3"] .band-3, [data-step="4"] .band-3 { opacity: 1; transform: none; }
[data-step="0"] .band-0 polygon, [data-step="1"] .band-1 polygon, [data-step="2"] .band-2 polygon, [data-step="3"] .band-3 polygon, [data-step="4"] .band-3 polygon { fill: var(--accent); }
[data-step="0"] .band-0 text, [data-step="1"] .band-1 text, [data-step="2"] .band-2 text, [data-step="3"] .band-3 text, [data-step="4"] .band-3 text { opacity: 1; }
html.static .pyramid .band { opacity: 1; transform: none; }
html.static .pyramid text { opacity: 1; }

/* ---------- managed for you: portfolio cards ---------- */
.managed { padding: clamp(80px, 9vw, 140px) 0 clamp(60px, 6vw, 90px); }
.managed-head { text-align: center; padding: 0 var(--gutter); }
.managed-head h2 { font-size: clamp(40px, 4.6vw, 72px); }
.managed-head .lede { margin: 20px auto 0; max-width: 40ch; }
.pills { position: relative; display: inline-flex; gap: 2px; margin-top: 34px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: #fff; max-width: 100%; overflow-x: auto; scrollbar-width: none; isolation: isolate; }
.pills i { position: absolute; z-index: 0; top: 4px; bottom: 4px; left: 0; width: 0; border-radius: 999px; background: var(--ink); transition: width .15s; will-change: transform; }
.pills::-webkit-scrollbar { display: none; }
.pills button { position: relative; z-index: 1; border: 0; background: none; font: inherit; font-size: 15px; font-weight: 500; padding: 9px 18px; border-radius: 999px; color: var(--ink-2); cursor: pointer; white-space: nowrap; transition: color .25s; }
.pills button[aria-selected="true"] { color: #fff; font-weight: 600; }
.cards {
  display: flex; gap: 16px; margin-top: 40px; justify-content: safe center; padding: 0 var(--gutter) 8px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.cards::-webkit-scrollbar { display: none; }
.pcard {
  position: relative; flex: none; width: clamp(320px, 38vw, 500px); aspect-ratio: 1 / 1.1; border-radius: 24px; overflow: hidden;
  scroll-snap-align: start; background: #1a1d1e; color: #fff; isolation: isolate;
  box-shadow: 0 30px 70px rgba(19,22,22,.14);
}
.pcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s cubic-bezier(.2,.7,.3,1); }
.pcard:hover img { transform: scale(1.04); }
.pcard::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(10,12,12,.66) 0%, rgba(10,12,12,.22) 40%, rgba(10,12,12,.08) 55%, rgba(10,12,12,.78) 100%); }
.pcard-top, .pcard-bottom { position: absolute; left: 0; right: 0; padding: 28px 30px; }
.pcard-top { padding-top: 36px; }
.pcard-top { top: 0; }
.pcard-bottom { bottom: 0; }
.pcard .eyebrow { color: rgba(255,255,255,.72); }
.pcard h3 { margin-top: 0; font-size: clamp(30px, 2.9vw, 40px); font-weight: 450; letter-spacing: -0.045em; line-height: 1.05; color: #fff; }
.pcard-bottom p { font-size: 15px; line-height: 1.45; color: rgba(255,255,255,.9); max-width: 34ch; letter-spacing: -0.01em; }
.managed-note { text-align: center; margin-top: 22px; padding: 0 var(--gutter); }

/* ---------- copilot: conversation reveals with scroll ---------- */
.copilot-scroll { position: relative; height: 260vh; }
.copilot-sticky {
  position: sticky; top: 0; height: 100svh; min-height: 620px;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px;
  padding: 80px var(--gutter) 40px; max-width: 1400px; margin: 0 auto;
}
.chat { width: 100%; max-width: 420px; margin: 0 auto; display: grid; gap: 12px; align-content: end; min-height: 320px; }
.chat [lang="hi"] { font-family: "Noto Sans Devanagari", var(--sans); }
.chat[data-lang="en"] .msg [lang="hi"], .chat[data-lang="hi"] .msg [lang="en"] { display: none; }
.lang-toggle { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; justify-self: end; margin-bottom: 8px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #fff; isolation: isolate; }
.lang-toggle button { position: relative; z-index: 1; border: 0; background: none; font: inherit; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 999px; color: var(--ink-2); cursor: pointer; transition: color .25s; min-width: 76px; }
.lang-toggle button[aria-pressed="true"] { color: #fff; }
.lang-toggle i { position: absolute; z-index: 0; top: 3px; bottom: 3px; left: 3px; width: calc(50% - 3px); border-radius: 999px; background: var(--ink); transition: transform .3s cubic-bezier(.2,.7,.3,1); }
.chat[data-lang="hi"] .lang-toggle i { transform: translateX(100%); }
.msg { max-width: 86%; padding: 13px 17px; border-radius: 20px; font-size: 16px; line-height: 1.45;
  opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.msg.shown { opacity: 1; transform: none; }
.msg.me { background: var(--ink); color: #fff; margin-left: auto; border-bottom-right-radius: 6px; }
.msg.ai { background: var(--soft); color: var(--ink); border-bottom-left-radius: 6px; }
.msg.voice { display: grid; gap: 8px; }
.wave { display: flex; align-items: center; gap: 3px; height: 22px; }
.wave i { width: 3px; border-radius: 2px; background: #fff; height: var(--h, 40%); opacity: .9; }
.wave i:nth-child(1){--h:30%} .wave i:nth-child(2){--h:55%} .wave i:nth-child(3){--h:85%} .wave i:nth-child(4){--h:60%} .wave i:nth-child(5){--h:100%}
.wave i:nth-child(6){--h:70%} .wave i:nth-child(7){--h:40%} .wave i:nth-child(8){--h:90%} .wave i:nth-child(9){--h:65%} .wave i:nth-child(10){--h:35%}
.wave i:nth-child(11){--h:80%} .wave i:nth-child(12){--h:50%} .wave i:nth-child(13){--h:70%} .wave i:nth-child(14){--h:30%}
.msg.voice.shown .wave i { animation: wave 1.1s ease-in-out infinite alternate; animation-delay: calc(var(--n, 0) * 70ms); }
.wave i:nth-child(odd){--n:1} .wave i:nth-child(3n){--n:2} .wave i:nth-child(4n){--n:3}
@keyframes wave { to { height: calc(var(--h) * .45 + 15%); } }
.said { font-size: 14px; opacity: .8; }
.spark { display: block; width: 120px; height: 32px; margin-top: 10px; }
.spark path { stroke-dasharray: 200; stroke-dashoffset: 200; transition: stroke-dashoffset 1.2s ease .2s; }
.msg.shown .spark path { stroke-dashoffset: 0; }
.typing { display: flex; gap: 5px; padding: 12px 16px; border-radius: 20px; background: var(--soft); width: max-content; border-bottom-left-radius: 6px; opacity: 0; transition: opacity .3s; }
.typing.shown { opacity: 1; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-3); animation: blink 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .2s; } .typing i:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }
.understanding-copy h2 { font-size: clamp(44px, 4.5vw, 76px); }
.understanding-copy p { color: #6e7f87; letter-spacing: -0.015em; margin-top: 28px; font-size: 18px; line-height: 1.75; }

/* ---------- motion ---------- */
html.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .8s ease, transform .8s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
.reveal.delay-1 { transition-delay: .15s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal, .opening-copy, .field-caption { opacity: 1; transform: none; translate: none; scale: none; transition: none; animation: none !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .understanding-copy h2 { font-size: 46px; }
  .tiers-sticky { gap: 32px; }
  .how-scroll { height: auto; padding: 72px 0; }
  .how-sticky { position: static; height: auto; min-height: 0; padding: 0; }
  .step-row { grid-template-columns: 1fr; gap: 40px; max-width: 420px; margin-left: auto; margin-right: auto; }
  .tier h2 { font-size: 44px; }
  .tier dd { font-size: 16px; }
}
@media (max-width: 640px) {
  .opening { min-height: 100svh; align-items: start; padding: 110px 24px 40px; }
  .opening-copy { text-align: center; margin: 0 auto; }
  .opening-copy h1 { font-size: clamp(44px, 12vw, 60px); margin: 0 auto; letter-spacing: -0.065em; }
  .opening-copy > p { font-size: 17px; margin-top: 16px; }
  .opening-copy .signup { margin: 22px auto 0; }
  .thought { padding: 48px 24px 96px; }
  .thought h2 { font-size: clamp(38px, 10vw, 54px); }
  .thought p br { display: none; }
  section.block { padding: 64px 0; }
  .stat-row { grid-template-columns: 1fr; gap: 36px; }
  .feature { grid-template-columns: 1fr; gap: 44px; }
  .feature.flip .feature-copy { order: 1; }
  .feature.flip .feature-visual { order: 2; }
  .how-scroll { padding: 56px 0; }
  .how-sticky h2 { font-size: 34px; }
  .screen { height: 332px; }
  .tier-list li { grid-template-columns: 1fr; gap: 4px; }
  .closing { padding: 90px 24px 70px; }
  .closing h2 { font-size: clamp(36px, 9.6vw, 52px); }
  .signature { font-size: 29vw; letter-spacing: -0.09em; }
  .signature-block { padding: 0 24px 36px; }
  .foot { flex-wrap: wrap; }
}
