:root{--bg:#f6f7fb;--surface:#fff;--text:#171923;--muted:#667085;--line:#e4e7ec;--primary:#3154d5;--primary-text:#fff;--soft:#eef2ff}*{box-sizing:border-box}html{min-height:100%}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{width:min(1120px,100% - 32px);margin:0 auto;padding:24px 0 72px}.centered{place-items:center;min-height:100vh;display:grid}.topbar{justify-content:space-between;align-items:center;gap:16px;padding:8px 0 28px;display:flex}.brand{letter-spacing:-.02em;font-weight:800}.language-select{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:9px 12px}.hero{max-width:820px;padding:clamp(36px,8vw,88px) 0 52px}.hero.compact{padding-top:36px}.eyebrow{color:var(--primary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px;font-size:.88rem;font-weight:700;display:inline-block}.hero h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(2.25rem,7vw,4.7rem);line-height:.98}.hero p{max-width:680px;color:var(--muted);margin:20px 0 0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.command{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:18px;margin-top:30px;padding:18px 20px;box-shadow:0 18px 50px #1018280f}.section{margin-top:28px}.section h2{margin-bottom:16px;font-size:1.45rem}.utility-grid{gap:14px;display:grid}.utility-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px;display:grid}.utility-card h3{margin:0 0 6px}.utility-card p{color:var(--muted);margin:0;line-height:1.5}.utility-icon{background:var(--soft);width:48px;height:48px;color:var(--primary);border-radius:14px;place-items:center;font-size:.75rem;font-weight:800;display:grid}.actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-weight:700;display:inline-flex}.button.primary{background:var(--primary);color:var(--primary-text)}.button.secondary{border:1px solid var(--line);background:var(--surface)}.privacy-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;margin-top:20px;padding:20px}.privacy-card p{color:var(--muted);margin:8px 0 0;line-height:1.6}.two-column{grid-template-columns:1.4fr 1fr;gap:24px;display:grid}.steps{gap:12px;padding:0;list-style:none;display:grid}.steps li{align-items:center;gap:12px;display:flex}.steps span{background:var(--soft);width:32px;height:32px;color:var(--primary);border-radius:50%;place-items:center;font-weight:800;display:grid}.steps p{margin:0}@media (max-width:720px){.shell{width:min(100% - 24px,1120px)}.utility-card{grid-template-columns:auto 1fr}.utility-card .button{grid-column:1/-1}.two-column{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){:root{--bg:#0b0d12;--surface:#141821;--text:#f4f6fb;--muted:#a7b0c0;--line:#29303c;--soft:#1b2440}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
