:root{--bg:#08111f;--panel:#0e1a2d;--panel2:#12213a;--text:#f6f8fc;--muted:#9dacbf;--line:rgba(255,255,255,.10);--accent:#7fa2ff;--good:#54d19a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#07101d 0%,#0a1527 55%,#08111f 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand img{width:38px;height:38px}.brand span{display:flex;flex-direction:column}.brand strong{font-size:18px;letter-spacing:.04em}.brand small{font-size:12px;color:var(--muted)}.badge{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;color:#d9e3f5;font-size:12px}.badge i{width:8px;height:8px;border-radius:50%;background:var(--good);box-shadow:0 0 0 4px rgba(84,209,154,.12)}.hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.7fr);gap:42px;align-items:end;padding:72px 0 46px}.eyebrow{margin:0 0 12px;color:#91a7d9;font-size:11px;font-weight:800;letter-spacing:.16em}.hero h1{margin:0;font-size:clamp(40px,6vw,72px);line-height:.98;letter-spacing:-.045em}.lead{max-width:760px;margin:22px 0 0;color:var(--muted);font-size:18px;line-height:1.7}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;text-decoration:none;font-weight:800;font-size:13px}.primary{background:#f4f7fb;color:#0b1422}.secondary{border:1px solid var(--line);color:#e8eef9}.scorecard{padding:24px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}.scorecard span,.scorecard small{display:block;color:var(--muted)}.scorecard strong{display:block;margin:10px 0;font-size:28px}.scorecard small{line-height:1.55}.flow{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:17px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:auto;white-space:nowrap}.flow span{font-size:12px;font-weight:800;color:#e6ecf7}.flow i{font-style:normal;color:#667895}.questions{padding:64px 0}.section-head{max-width:760px;margin-bottom:28px}.section-head h2,.boundary h2{margin:0;font-size:clamp(28px,4vw,44px);letter-spacing:-.03em}.section-head>p:last-child{color:var(--muted);line-height:1.65}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid article{position:relative;min-height:190px;padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.035)}.grid article:last-child{grid-column:1/-1}.grid b{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:rgba(127,162,255,.12);color:#a9bdff;font-size:11px}.grid h3{margin:22px 0 8px;font-size:20px}.grid p{margin:0;color:var(--muted);line-height:1.6}.boundary{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;padding:36px;border:1px solid rgba(84,209,154,.2);border-radius:22px;background:rgba(84,209,154,.045)}.boundary>p{margin:3px 0 0;color:#bbcadc;line-height:1.75}footer{display:flex;justify-content:space-between;gap:20px;padding:30px 0 42px;color:#7f8da1;font-size:11px}@media(max-width:760px){.shell{width:min(100% - 22px,1180px)}.topbar{align-items:flex-start}.badge{font-size:10px}.hero{grid-template-columns:1fr;padding-top:46px}.hero h1{font-size:46px}.lead{font-size:16px}.grid{grid-template-columns:1fr}.grid article:last-child{grid-column:auto}.boundary{grid-template-columns:1fr;padding:24px}.flow{justify-content:flex-start}footer{flex-direction:column}.brand small{max-width:180px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}