.landing-page{background:#fafafa;flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.landing-header{z-index:100;-webkit-backdrop-filter:blur(16px);background:#ffffffe0;border-bottom:1px solid #e4e4e7;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.landing-header-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.landing-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.landing-logo-mark{color:#fff;width:32px;height:32px;font-size:15px;font-weight:800;font-family:var(--font-display);background:#18181b;border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.landing-logo-text{font-family:var(--font-display);letter-spacing:-.03em;color:#18181b;font-size:1.35rem;font-weight:700}.landing-header-nav{align-items:center;gap:.5rem;display:flex}.landing-nav-link{color:#52525b;border-radius:8px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s}.landing-nav-link:hover{color:#18181b;background:#f4f4f5}.landing-nav-cta{color:#fff;background:#18181b;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 1px 3px #00000014}.landing-nav-cta:hover{background:#27272a;transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.landing-hero{text-align:center;padding:6rem 2rem 5rem;position:relative;overflow:hidden}.landing-hero-glow{filter:blur(100px);opacity:.18;pointer-events:none;z-index:0;border-radius:50%;position:absolute}.landing-hero-glow-1{background:#818cf8;width:600px;height:600px;top:-200px;left:-100px}.landing-hero-glow-2{background:#c084fc;width:500px;height:500px;top:-50px;right:-150px}.landing-hero-glow-3{background:#60a5fa;width:400px;height:400px;bottom:-150px;left:30%}.landing-hero-content{z-index:1;max-width:820px;margin:0 auto;position:relative}.landing-chip{color:#4338ca;letter-spacing:.01em;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.landing-chip-dot{background:#4f46e5;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite landing-pulse}@keyframes landing-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.landing-h1{font-family:var(--font-display);letter-spacing:-.04em;color:#09090b;margin:0 0 1.5rem;font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;line-height:1.08}.landing-h1-gradient{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 50%,#2563eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-subtitle{color:#52525b;max-width:600px;margin:0 auto 2.5rem;font-size:1.18rem;font-weight:400;line-height:1.7}.landing-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.landing-btn-primary{font-size:.95rem;font-weight:600;font-family:var(--font-base);color:#fff;cursor:pointer;background:#18181b;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 8px #00000014}.landing-btn-primary:hover{background:#09090b;transform:translateY(-2px);box-shadow:0 8px 24px #00000029}.landing-btn-secondary{font-size:.95rem;font-weight:600;font-family:var(--font-base);color:#3f3f46;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 1px 4px #00000008}.landing-btn-secondary:hover{background:#fafafa;border-color:#d4d4d8;transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.landing-metrics{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-top:4rem;display:flex}.landing-metric{text-align:center}.landing-metric-value{font-family:var(--font-display);letter-spacing:-.03em;color:#18181b;font-size:2rem;font-weight:800}.landing-metric-label{color:#71717a;margin-top:.15rem;font-size:.78rem;font-weight:500}.landing-features{background:#fff;border-top:1px solid #f4f4f5;padding:5rem 2rem}.landing-features-inner{max-width:1200px;margin:0 auto}.landing-section-header{text-align:center;margin-bottom:3.5rem}.landing-section-label{color:#52525b;letter-spacing:.08em;text-transform:uppercase;background:#f4f4f5;border-radius:6px;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.72rem;font-weight:700;display:inline-block}.landing-section-title{font-family:var(--font-display);letter-spacing:-.03em;color:#09090b;margin:0 0 .75rem;font-size:2rem;font-weight:800}.landing-section-desc{color:#71717a;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.6}.landing-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:900px){.landing-features-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.landing-feature-card{background:#fafafa;border:1px solid #f4f4f5;border-radius:16px;padding:2rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.landing-feature-card:hover{border-color:#e4e4e7;transform:translateY(-4px);box-shadow:0 12px 40px -8px #0000000f}.landing-feature-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;transition:transform .2s;display:flex}.landing-feature-card:hover .landing-feature-icon{transform:scale(1.1)}.landing-feature-title{font-family:var(--font-display);color:#18181b;letter-spacing:-.015em;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.landing-feature-desc{color:#71717a;margin:0;font-size:.875rem;line-height:1.65}.landing-how{background:#fafafa;border-top:1px solid #f4f4f5;padding:5rem 2rem}.landing-how-inner{max-width:900px;margin:0 auto}.landing-steps{gap:0;display:grid;position:relative}.landing-step{grid-template-columns:56px 1fr;align-items:start;gap:1.5rem;padding-bottom:2.5rem;display:grid;position:relative}.landing-step:last-child{padding-bottom:0}.landing-step-indicator{flex-direction:column;align-items:center;display:flex;position:relative}.landing-step-number{width:40px;height:40px;font-family:var(--font-display);color:#fff;z-index:2;background:#18181b;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex;position:relative}.landing-step-line{background:#e4e4e7;flex:1;width:2px;margin-top:.5rem}.landing-step:last-child .landing-step-line{display:none}.landing-step-content{padding-top:.4rem}.landing-step-title{font-family:var(--font-display);color:#18181b;letter-spacing:-.015em;margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.landing-step-desc{color:#71717a;margin:0;font-size:.875rem;line-height:1.65}.landing-cta-section{text-align:center;background:#18181b;padding:5rem 2rem}.landing-cta-inner{max-width:620px;margin:0 auto}.landing-cta-title{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;margin:0 0 .75rem;font-size:2rem;font-weight:800}.landing-cta-desc{color:#a1a1aa;margin:0 0 2rem;font-size:1rem;line-height:1.6}.landing-cta-btn{font-size:.95rem;font-weight:600;font-family:var(--font-base);color:#18181b;cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.9rem 2.25rem;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #0000001a}.landing-cta-btn:hover{background:#f4f4f5;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.landing-footer{background:#fafafa;border-top:1px solid #e4e4e7;padding:2rem}.landing-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.landing-footer-brand{align-items:center;gap:.5rem;display:flex}.landing-footer-mark{color:#fff;background:#18181b;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:inline-flex}.landing-footer-name{color:#18181b;font-size:.95rem;font-weight:700}.landing-footer-copy{color:#a1a1aa;font-size:.8rem}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing-anim-1{animation:.6s ease-out both landing-fade-up}.landing-anim-2{animation:.6s ease-out .1s both landing-fade-up}.landing-anim-3{animation:.6s ease-out .2s both landing-fade-up}.landing-anim-4{animation:.6s ease-out .3s both landing-fade-up}.landing-anim-5{animation:.6s ease-out .4s both landing-fade-up}@media (max-width:640px){.landing-hero{padding:3.5rem 1.25rem 3rem}.landing-h1{font-size:2.2rem}.landing-metrics{gap:1.5rem}.landing-cta-row{flex-direction:column}.landing-btn-primary,.landing-btn-secondary{justify-content:center;width:100%}.landing-header{padding:0 1rem}.landing-features,.landing-how,.landing-cta-section{padding:3rem 1.25rem}}

