:root{--background:#0a0a0f;--surface:#1a1a2e;--elevated:#252540;--text-primary:#f0f0f5;--text-secondary:#a0a0b8;--text-muted:#6b6b80;--accent:#6c63ff;--accent-muted:#6c63ff33;--border:#2a2a45;--strong:#22c55e}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3{margin-bottom:1rem;font-weight:600;line-height:1.2}h1{letter-spacing:-.02em;font-size:3rem}h2{color:var(--text-primary);font-size:2rem}p{color:var(--text-secondary);max-width:600px;margin-bottom:1.5rem;font-size:1.125rem}.container{max-width:1100px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}.cta-button{background-color:var(--accent);color:#fff;border:1px solid #6c63ff80;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.cta-button:hover{box-shadow:0 4px 12px var(--accent-muted);background-color:#5a52d9;transform:translateY(-2px)}.glass-card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);background:#1a1a2e99;border-radius:16px;padding:2rem;transition:transform .2s,border-color .2s}.glass-card:hover{border-color:#6c63ff66;transform:translateY(-4px)}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-icon{background:var(--elevated);width:48px;height:48px;color:var(--accent);border:1px solid var(--border);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.hero{flex-direction:column;justify-content:center;min-height:80vh;padding:8rem 0 6rem;display:flex;position:relative}.hero:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#6c63ff26 0%,#0a0a0f00 70%);width:600px;height:600px;position:absolute;top:10%;left:20%}.tagline{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.flow-steps{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.flow-step{align-items:flex-start;gap:1rem;display:flex}.step-number{background:var(--accent-muted);width:32px;height:32px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.scope-list{margin-top:2rem;list-style:none}.scope-list li{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1rem;font-weight:500;display:flex}.scope-list li:before{content:"✓";color:var(--strong);font-weight:700}.site-footer{border-top:1px solid var(--border);text-align:center;padding:3rem 0}.site-footer p{margin:0 auto;font-size:.875rem}@media (width<=768px){h1{font-size:2.25rem}h2{font-size:1.75rem}section{padding:4rem 0}.hero{min-height:60vh;padding:6rem 0 4rem}}
