:root{--bg: #121212;--surface: #1e1e2e;--surface-elevated: #252538;--accent: #6C63FF;--pink: #FF4D8D;--electric: #00C2FF;--text: #FFFFFF;--text-muted: #b0b0b0;--correct: #4dd3a8;--font: "Outfit", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem 4rem;overflow:hidden}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;pointer-events:none}.hero-glow--1{width:320px;height:320px;background:var(--accent);top:10%;left:50%;transform:translate(-50%)}.hero-glow--2{width:240px;height:240px;background:var(--pink);bottom:20%;right:10%}.hero-inner{position:relative;z-index:1;text-align:center;max-width:420px}.hero-title{margin:0 0 .5rem;font-size:clamp(2.5rem,10vw,4rem);font-weight:700;letter-spacing:-.02em;line-height:1.1}.hero-title-brand{background:linear-gradient(135deg,var(--accent),var(--pink));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tagline{margin:0 0 1rem;font-size:1.35rem;font-weight:600;color:var(--text)}.hero-desc{margin:0;font-size:1rem;color:var(--text-muted);line-height:1.6}.section{padding:3rem 1.5rem}.section-inner{max-width:520px;margin:0 auto}.section-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:var(--text)}.section-lead{margin:0 0 2rem;color:var(--text-muted);line-height:1.6}.what-is{background:var(--surface)}.feature-list{list-style:none;margin:0;padding:0}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--surface-elevated);color:var(--text-muted);line-height:1.5}.feature-item:last-child{border-bottom:none}.feature-icon{font-size:1.5rem;flex-shrink:0}.steps{list-style:none;margin:0;padding:0}.step{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 0;color:var(--text-muted);line-height:1.5}.step-num{width:2rem;height:2rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--text);font-weight:600;font-size:.9rem;border-radius:50%}.cta{padding:4rem 1.5rem}.cta-inner{text-align:center;padding:2.5rem 2rem;background:linear-gradient(145deg,var(--surface) 0%,var(--surface-elevated) 100%);border-radius:1rem;border:1px solid rgba(108,99,255,.2)}.cta-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;color:var(--text)}.cta-text{margin:0 0 1.5rem;color:var(--text-muted);line-height:1.6}.cta-badge{margin:0;font-size:.9rem;font-weight:500;color:var(--accent)}.footer{padding:2rem 1.5rem;text-align:center;border-top:1px solid var(--surface)}.footer-text{margin:0 0 .25rem;font-size:.95rem;color:var(--text-muted)}.footer-copy{margin:0;font-size:.8rem;color:var(--text-muted);opacity:.7}
