:root{color-scheme:dark;--bg:#0b0c0e;--surface:#1b1e23;--text:#f2f3f5;--muted:#a7abb3;--line:#343840;--accent:#78a8ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;letter-spacing:0}a{color:inherit}nav{height:64px;display:flex;align-items:center;justify-content:space-between;max-width:1080px;margin:auto;padding:0 24px}nav img{width:32px;height:32px;border-radius:7px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;text-decoration:none}.links{display:flex;gap:20px;color:var(--muted);font-size:14px}.hero{min-height:calc(100vh - 64px);display:grid;place-items:center;background:linear-gradient(90deg,rgba(11,12,14,.98),rgba(11,12,14,.72)),url("assets/settings.png") right center/auto 100% no-repeat}.hero-inner{width:min(1080px,100%);padding:64px 24px}.hero h1{font-size:clamp(46px,8vw,86px);line-height:1.02;margin:0 0 24px;max-width:780px}.hero p{font-size:20px;color:var(--muted);max-width:620px}.cta{display:inline-block;margin-top:24px;padding:13px 20px;background:var(--text);color:var(--bg);text-decoration:none;font-weight:650;border-radius:6px}.band{border-top:1px solid var(--line)}.section{max-width:1080px;margin:auto;padding:88px 24px}.section h2{font-size:32px;margin:0 0 36px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.feature h3{font-size:18px;margin:0 0 8px}.feature p,.legal p,.legal li{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.step{background:var(--bg);padding:32px}.step b{display:block;color:var(--accent);margin-bottom:8px}.legal{max-width:760px;margin:auto;padding:64px 24px 100px}.legal h1{font-size:40px}.legal h2{margin-top:44px}footer{border-top:1px solid var(--line);padding:32px 24px;color:var(--muted);font-size:13px}.footer-inner{max-width:1080px;margin:auto;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}@media(max-width:720px){.links{gap:12px;font-size:12px}.hero{min-height:82vh;background-position:75% center}.hero-inner{padding-top:200px}.hero h1{font-size:48px}.features,.steps{grid-template-columns:1fr}.section{padding:64px 24px}}
