@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");:root{color-scheme:dark;font-family:Outfit,system-ui,sans-serif;--bg:#0b0a0e;--card:#2b2a34;--stroke:#ffd100;--text-light:#f2f1f3;--text-muted:#a1a0a8}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text-light)}.page-shell{min-height:100vh}.site-header{justify-content:space-between;padding:24px 48px;border-bottom:1px solid rgba(255,209,0,.15);position:-webkit-sticky;position:sticky;top:0;background:rgba(11,10,14,.92);z-index:10}.logo-stack,.site-header{display:flex;align-items:center}.logo-stack{gap:16px}.logo-icon{width:56px;height:56px}.wordmark-stack{display:flex;flex-direction:column}.wordmark{height:28px}.tagline{margin:0;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,209,0,.8)}.nav-links{display:flex;gap:16px;font-size:14px}.nav-links a{color:var(--text-muted);text-decoration:none;letter-spacing:.15em;text-transform:uppercase}main{display:flex;flex-direction:column;gap:32px}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px;padding:80px 48px}.hero-copy h1{font-size:clamp(2.5rem,4vw,3.75rem);margin:12px 0 16px;line-height:1.2}.hero-copy p{color:var(--text-muted);max-width:560px}.hero-actions{margin-top:24px;display:flex;gap:16px;flex-wrap:wrap}.btn{border:1px solid transparent;padding:14px 26px;border-radius:999px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:transparent}.btn.primary{background:var(--stroke);color:#0b0a0e}.btn.ghost{border-color:var(--stroke);color:var(--stroke)}.hero-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px}.badge{width:230px}.hero-card{background:linear-gradient(180deg,rgba(255,209,0,.06),rgba(11,10,14,.9));border:1px solid rgba(255,209,0,.35);padding:24px;border-radius:24px;width:min(340px,100%)}.hero-card-title{margin:0;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.hero-card-body{margin-top:12px;color:var(--text-muted);font-size:14px;line-height:1.5}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px;padding:0 48px 40px}.card{padding:24px;background:var(--card);border-radius:24px;border:1px solid rgba(255,209,0,.15)}.card h3{margin-top:0;letter-spacing:.12em;text-transform:uppercase}.card p{color:var(--text-muted);line-height:1.6}.timeline{padding:0 48px 60px}.timeline h2{text-transform:uppercase;letter-spacing:.2em}.timeline ol{counter-reset:step;list-style:none;margin:32px 0 0;padding:0;display:grid;grid-gap:18px;gap:18px}.timeline li{display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px;align-items:start}.timeline li:before{counter-increment:step;content:counter(step);width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,209,0,.4);display:grid;place-items:center;font-weight:600}.step-title{display:block;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.step-desc{color:var(--text-muted);font-size:14px}.cta{margin:0 48px 80px;padding:32px;border-radius:32px;border:1px solid rgba(255,209,0,.3);background:linear-gradient(120deg,rgba(255,209,0,.07),rgba(11,10,14,.95));display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.cta h2{margin:0;font-size:1.5rem}.cta p{margin:4px 0 0;max-width:460px}.cta p,.footer{color:var(--text-muted)}.footer{padding:32px 48px 48px;border-top:1px solid rgba(255,209,0,.15);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px}@media (max-width:720px){.hero{padding:60px 24px}.site-header{flex-direction:column;gap:12px}.nav-links{flex-wrap:wrap;justify-content:center}.cta{flex-direction:column;align-items:flex-start}}