
:root{
 --bg:#f5f7fb;--surface:#fff;--text:#152033;--muted:#5d6778;--line:#e3e7ee;
 --brand:#5b45d6;--brand2:#765fe8;--soft:#f0edff;--navy:#11172b;--navy2:#1c2542;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.62}
a{color:inherit}
img{display:block;max-width:100%}
.shell{width:min(1180px,calc(100% - 40px));margin:auto}
.top{background:#0f1426;color:#fff;border-bottom:1px solid rgba(255,255,255,.07);position:sticky;top:0;z-index:50}
.top .shell{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{text-decoration:none;font-weight:850;white-space:nowrap}.brand span{opacity:.58;font-weight:600}
.nav{display:flex;gap:14px;flex-wrap:wrap}.nav a{font-size:12px;text-decoration:none;color:#d7dcea}
.hero{background:radial-gradient(circle at 75% 30%,#2a3157 0,#1b2341 35%,#12182d 72%);color:#fff;padding:64px 0}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:56px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.06em;font-weight:850;font-size:12px;color:#bdb3ff;margin-bottom:14px}
.hero h1{font-size:clamp(23.4px,2.82vw,36px);line-height:1.04;letter-spacing:-.036em;margin:0 0 20px}
.hero p{font-size:17px;color:#d8dcec;margin:0;max-width:720px}
.hero-media{background:#fff;border:8px solid rgba(255,255,255,.92);border-radius:24px;box-shadow:0 25px 60px rgba(0,0,0,.26);overflow:hidden}
.hero-media img{width:100%;aspect-ratio:1.45/1;object-fit:cover}
.section{padding:56px 0}
.section.white{background:#fff;border-block:1px solid var(--line)}
.section h2{font-size:30px;line-height:1.18;letter-spacing:-.024em;margin:0 0 10px}
.lead{max-width:850px;color:var(--muted);margin:0 0 28px}
.story-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 8px 22px rgba(17,24,39,.035)}
.step .n{display:flex;width:29px;height:29px;border-radius:9px;align-items:center;justify-content:center;background:var(--soft);color:var(--brand);font-size:12px;font-weight:850;margin-bottom:12px}
.step b{display:block;font-size:15px;line-height:1.35;margin-bottom:6px}
.step span{color:var(--muted);font-size:13px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 9px 26px rgba(20,31,57,.04)}
.card h3{font-size:19px;margin:0 0 7px}.card p{color:var(--muted);margin:0}
.outcome{background:var(--navy);color:#fff;border-radius:20px;padding:28px}
.outcome h2,.outcome h3{margin-top:0}.outcome p{color:#d8dcec;margin-bottom:0}
.timeline{display:grid;gap:0;border-left:2px solid #dcd7ff;margin-left:15px}
.timeline-item{position:relative;padding:0 0 28px 30px}
.timeline-item:before{content:"";position:absolute;left:-8px;top:5px;width:14px;height:14px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 6px #eeebff}
.timeline-item h3{margin:0 0 5px;font-size:18px}.timeline-item p{margin:0;color:var(--muted)}
.module-map{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.module-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:21px}
.module-card small{color:var(--brand);font-weight:850}.module-card h3{margin:5px 0 7px}.module-card p{margin:0 0 14px;color:var(--muted);font-size:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;text-decoration:none;border-radius:11px;padding:11px 15px;font-size:13px;font-weight:800}
.btn.alt{background:#fff;color:var(--text);border:1px solid var(--line)}
.actions{display:flex;gap:10px;flex-wrap:wrap}
.full-visual{background:#11172b;padding:20px;border-radius:24px}.full-visual img{width:100%;border-radius:15px}
.footer{padding:34px 0 48px;color:var(--muted);font-size:12px}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-media{max-width:720px}.story-grid{grid-template-columns:1fr 1fr}.module-map{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.top .shell{align-items:flex-start;flex-direction:column;padding-block:15px}.nav{gap:9px}.hero{padding:46px 0}.hero h1{font-size:23.4px}.story-grid,.split,.module-map{grid-template-columns:1fr}.section{padding:42px 0}.shell{width:min(100% - 28px,1180px)}}
