.landing-page{min-height:100vh;background-color:#0a0a0a;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden;position:relative}.bg-glow{position:absolute;width:100vw;height:100vh;pointer-events:none;z-index:0;opacity:.6}.bg-glow-blue{background:radial-gradient(circle at 80% -20%,rgba(41,98,255,.15) 0%,transparent 60%)}.bg-glow-teal{background:radial-gradient(circle at 10% 80%,rgba(0,191,165,.1) 0%,transparent 50%)}.bg-spotlight-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;pointer-events:none;z-index:0}.bg-spotlight{position:absolute;top:-50vh;left:-150vw;width:400vw;height:200vh;background:radial-gradient(ellipse at center,rgba(41,98,255,.08) 0%,transparent 25%);animation:spotlightSweep 25s infinite alternate ease-in-out}@keyframes spotlightSweep{0%{transform:translate(0) scale(1)}to{transform:translate(100vw) scale(1.1)}}.header{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;max-width:1200px;margin:0 auto}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-dot{width:14px;height:14px;border-radius:50%;background-color:#2962ff;box-shadow:0 0 12px #2962ff99}.logo-text{font-family:Outfit,system-ui,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.btn-primary{background:#2962ff;color:#fff;border:none;border-radius:100px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.25,1,.5,1);box-shadow:0 4px 14px #2962ff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2962ff66;background:#1c4fd6}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.btn-secondary{background:var(--card-border);color:#fff;border:1px solid var(--input-border);border-radius:100px;padding:.6rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:var(--input-border)}.text-gradient{background:linear-gradient(135deg,#fff,#a0b3db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.main-content{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0 5%}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8rem 0 6rem}.badge{background:#2962ff1a;color:#6c8fff;border:1px solid rgba(41,98,255,.2);padding:.5rem 1rem;border-radius:100px;font-size:.875rem;font-weight:600;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.hero-title{font-family:Outfit,system-ui,sans-serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1;letter-spacing:-2px;margin:0 0 1.5rem}.hero-subtitle{font-size:clamp(1.125rem,2.5vw,1.375rem);color:#a1a1aa;max-width:600px;line-height:1.6;margin:0 0 3rem}.hero-actions{display:flex;gap:1rem}.value-prop-section{text-align:center;padding:6rem 0;max-width:800px;margin:0 auto}.section-title{font-family:Outfit,system-ui,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin:0 0 1.5rem;letter-spacing:-1px}.section-subtitle{font-size:1.25rem;color:#a1a1aa;line-height:1.6}.benefits-section{padding:4rem 0 8rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;padding:2.5rem;transition:transform .3s ease,background .3s ease}.benefit-card:hover{transform:translateY(-5px);background:var(--card-bg)}.icon-wrapper{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.icon-blue{background:#2962ff1a;color:#2962ff}.icon-teal{background:#00bfa51a;color:#00bfa5}.icon-purple{background:#9c27b01a;color:#e040fb}.benefit-card h3{font-family:Outfit,system-ui,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.benefit-card p{color:#a1a1aa;line-height:1.6;margin:0}.footer{border-top:1px solid var(--card-border);padding:3rem 5%;display:flex;flex-direction:column;align-items:center;gap:1rem}.grayscale{filter:grayscale(1)}.opacity-50{opacity:.5}.copyright{color:#71717a;font-size:.875rem}@media(max-width:768px){.hero-section{padding:6rem 0 4rem}}*{box-sizing:border-box}:root{--bg-primary: #f8fafc;--text-primary: #0f172a;--text-secondary: rgba(0, 0, 0, .8);--text-tertiary: rgba(0, 0, 0, .5);--text-soft: rgba(0, 0, 0, .4);--card-bg: rgba(0, 0, 0, .03);--card-border: rgba(0, 0, 0, .05);--input-bg: rgba(0, 0, 0, .05);--input-border: rgba(0, 0, 0, .1);--control-bg: rgba(0, 0, 0, .1);--control-border: rgba(0, 0, 0, .2);--divider: rgba(0, 0, 0, .05);--brand-blue: #2962FF;--brand-error: #ff4444}.dark{--bg-primary: #0A0A0A;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--text-tertiary: rgba(255, 255, 255, .5);--text-soft: rgba(255, 255, 255, .4);--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .05);--input-bg: rgba(255, 255, 255, .05);--input-border: rgba(255, 255, 255, .1);--control-bg: rgba(255, 255, 255, .1);--control-border: rgba(255, 255, 255, .2);--divider: rgba(255, 255, 255, .05)}body{margin:0;font-family:system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}#root{width:100%;position:relative;margin:0 auto;padding:0;min-height:100vh;box-sizing:border-box}
