: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}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}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}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{width:100%;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{background:var(--surface);border:1px solid var(--border);border-radius:16px;min-width:0;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;overflow:hidden}.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;min-width:0;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}.hero-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;min-width:0;display:grid}.hero-content,.hero-visual{min-width:0}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.single-mockup-container{justify-content:center;align-items:center;width:100%;max-width:360px;height:720px;display:flex;position:relative}.carousel-slide{opacity:0;width:100%;transition:opacity .8s ease-in-out,transform .8s ease-in-out;position:absolute;top:0;left:0;transform:scale(.95)}.carousel-slide.active{opacity:1;position:relative;transform:scale(1)}img,svg{max-width:100%;height:auto}.single-mockup{background-color:var(--surface);border-radius:40px;width:100%;display:block;box-shadow:0 10px 30px #0006,0 0 0 1px #ffffff0d}.carousel-indicators{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.indicator{background:var(--border);border-radius:50%;width:8px;height:8px;transition:all .3s}.indicator.active{background:var(--accent);border-radius:4px;width:24px}@media (width<=992px){.hero-layout{text-align:center;grid-template-columns:1fr}.hero-content{flex-direction:column;align-items:center;display:flex}.single-mockup-container{max-width:320px;height:640px;margin-top:3rem}}@media (width<=768px){h1{font-size:2.25rem}h2{font-size:1.75rem}section{padding:4rem 0}header{padding:1rem!important}header .container{flex-wrap:wrap;gap:1rem;padding:0}.container{padding:0 1rem}.feature-grid{grid-template-columns:minmax(0,1fr)}.hero{min-height:60vh;padding:6rem 0 4rem}.hero:before{width:360px;height:360px;left:auto;right:-120px}.single-mockup-container{width:100%;max-width:320px}}@media (width<=420px){h1{font-size:2rem}.cta-button{padding:.7rem 1rem;font-size:.95rem}.glass-card{padding:1.5rem}}
