:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #08090b; color: #f7f7f5; }
* { box-sizing: border-box; }
body { margin: 0; background: #08090b; color: #f7f7f5; line-height: 1.65; }
a { color: inherit; }
.nav { height: 64px; display: flex; align-items: center; justify-content: space-between; max-width: 1080px; margin: auto; padding: 0 24px; border-bottom: 1px solid #25272b; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; }
.brand img { width: 32px; height: 32px; border-radius: 6px; }
.nav-link { color: #c8c9cc; text-decoration: none; font-size: 14px; }
.hero { min-height: 70vh; display: grid; align-content: center; max-width: 1080px; margin: auto; padding: 72px 24px 56px; }
.eyebrow { color: #ff8a62; font-size: 13px; font-weight: 700; text-transform: uppercase; }
h1 { max-width: 850px; margin: 12px 0 18px; font-size: clamp(42px, 7vw, 78px); line-height: 1.02; letter-spacing: 0; }
.lede { max-width: 720px; color: #b7b8bc; font-size: 19px; }
.cta { display: inline-block; margin-top: 24px; padding: 12px 18px; border-radius: 6px; background: #f7f7f5; color: #111214; text-decoration: none; font-weight: 700; }
.band { border-top: 1px solid #25272b; }
.content { max-width: 880px; margin: auto; padding: 56px 24px; }
h2 { margin: 0 0 18px; font-size: 30px; letter-spacing: 0; }
h3 { margin-top: 30px; font-size: 19px; letter-spacing: 0; }
p, li { color: #c8c9cc; }
strong { color: #f7f7f5; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #25272b; border: 1px solid #25272b; }
.step { background: #0d0f12; padding: 24px; }
.step b { display: block; margin-bottom: 8px; }
.faq { border-top: 1px solid #25272b; padding: 18px 0; }
.faq h3 { margin: 0 0 6px; }
footer { max-width: 1080px; margin: auto; padding: 28px 24px; color: #86888e; font-size: 13px; border-top: 1px solid #25272b; }
@media (max-width: 720px) { .hero { min-height: 64vh; } .steps { grid-template-columns: 1fr; } .lede { font-size: 17px; } }
