.landing-root{--ld-white:#fff;--ld-bg:#f8faff;--ld-bg-blue:#eff6ff;--ld-fg:#111827;--ld-fg1:#374151;--ld-fg2:#6b7280;--ld-green:#1d4ed8;--ld-green-l:#2563eb;--ld-green-xl:#bfdbfe;--ld-border:#e5e7eb;--ld-border-g:rgba(37,99,235,.18);--ld-shadow:0 2px 16px rgba(0,0,0,.07);--ld-radius:14px}.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box}.landing-root{font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;background:var(--ld-white);color:var(--ld-fg);line-height:1.65;overflow-x:hidden;min-height:100vh}.landing-root a{color:inherit;text-decoration:none}.landing-root a:hover{color:var(--ld-green)}.landing-root button{cursor:pointer;font-family:inherit;border:none}.landing-root canvas,.landing-root img,.landing-root svg{display:block;max-width:100%}.landing-root .eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ld-green);display:inline-flex;align-items:center;gap:8px}.landing-root .eyebrow:before{content:"";display:block;width:20px;height:1.5px;background:var(--ld-green)}.landing-root h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;text-wrap:balance}.landing-root h2{font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;line-height:1.15;letter-spacing:-.025em;text-wrap:balance}.landing-root h3{font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.landing-root p{color:var(--ld-fg1)}.landing-root .accent{color:var(--ld-green)}.landing-root .wrap{max-width:1100px;margin:0 auto;padding:0 24px}.landing-root .section{padding:96px 0}.landing-root .section-header{text-align:center;margin-bottom:56px}.landing-root .section-header p{max-width:460px;margin:12px auto 0;font-size:1.04rem}.landing-root .btn-primary{display:inline-block;padding:13px 30px;background:var(--ld-green);color:#fff;font-weight:700;font-size:.95rem;border-radius:9px;transition:background .2s,transform .2s,box-shadow .2s}.landing-root .btn-primary:hover{background:var(--ld-green-l);color:#fff;transform:translateY(-2px);box-shadow:0 10px 28px rgba(29,78,216,.28)}.landing-root .btn-outline{display:inline-block;padding:13px 30px;background:transparent;color:var(--ld-fg);font-weight:600;font-size:.95rem;border-radius:9px;border:1.5px solid var(--ld-border);transition:border-color .2s,color .2s,transform .2s}.landing-root .btn-outline:hover{border-color:var(--ld-green);color:var(--ld-green);transform:translateY(-2px)}.landing-root .ld-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:60px;display:flex;align-items:center;background:hsla(0,0%,100%,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--ld-border);transition:box-shadow .3s}.landing-root .nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.landing-root .nav-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.05rem;letter-spacing:-.01em}.landing-root .nav-brand:hover{color:inherit}.landing-root .nav-badge{width:30px;height:30px;border-radius:8px;background:var(--ld-green);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:900;color:#fff;letter-spacing:-.04em}.landing-root .nav-links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.landing-root .nav-links a{font-size:.875rem;color:var(--ld-fg2);transition:color .2s}.landing-root .nav-links a:hover{color:var(--ld-fg)}.landing-root .nav-cta{padding:7px 18px;border-radius:8px;background:var(--ld-green);color:#fff;font-weight:700;font-size:.855rem;transition:background .2s,transform .15s}.landing-root .nav-cta:hover{background:var(--ld-green-l);transform:translateY(-1px);color:#fff}.landing-root #hero{min-height:100vh;padding-top:60px;display:flex;align-items:center;background:transparent;position:relative;overflow:hidden}.landing-root .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;min-height:calc(100vh - 60px);padding:64px 0}.landing-root .hero-text{display:flex;flex-direction:column;gap:22px}.landing-root .hero-sub{font-size:1.07rem;line-height:1.72;max-width:430px}.landing-root .hero-trust{font-size:.78rem;color:var(--ld-fg2);display:flex;align-items:center;gap:6px}.landing-root .hero-trust:before{content:"✓";color:var(--ld-green);font-weight:800}.landing-root .hero-actions{display:flex;gap:12px;flex-wrap:wrap}.landing-root #hero-animation{width:100%;height:100%;min-height:420px}.landing-root .morph-stage{position:absolute;top:60px;right:0;height:calc(100vh - 60px);aspect-ratio:434/720;max-width:58vw;overflow:hidden}.landing-root .morph-stage svg{position:absolute;top:0;left:0;height:100%;aspect-ratio:900/720;max-width:none}.landing-root #hero,.landing-root .section,.landing-root footer{position:relative;z-index:1}.landing-root #cta,.landing-root #features,.landing-root #why{background:rgba(239,246,255,.85)}.landing-root #how{background:hsla(0,0%,100%,.82)}.landing-root footer{background:hsla(0,0%,100%,.93)}.landing-root .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.landing-root .feature-card{background:var(--ld-white);border:1px solid var(--ld-border-g);border-radius:var(--ld-radius);padding:26px;box-shadow:var(--ld-shadow);transition:box-shadow .2s,transform .2s}.landing-root .feature-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1);transform:translateY(-3px)}.landing-root .feature-icon{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:14px}.landing-root .ic-green{background:rgba(37,99,235,.1);color:#2563eb}.landing-root .ic-blue{background:rgba(99,102,241,.1);color:#6366f1}.landing-root .ic-teal{background:rgba(20,184,166,.1);color:#0d9488}.landing-root .ic-amber{background:rgba(245,158,11,.1);color:#d97706}.landing-root .ic-pink{background:rgba(236,72,153,.1);color:#db2777}.landing-root .ic-violet{background:rgba(139,92,246,.1);color:#7c3aed}.landing-root .feature-card h3{margin-bottom:7px}.landing-root .feature-card p{font-size:.875rem;line-height:1.65}.landing-root .how-layout{display:grid;grid-template-columns:1fr 1.7fr;gap:72px;align-items:start}.landing-root .how-intro h2{margin:12px 0 16px}.landing-root .how-intro p{font-size:1.02rem;line-height:1.7}.landing-root .how-steps{position:relative}.landing-root .how-track{position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--ld-border)}.landing-root .how-fill{position:absolute;top:0;left:0;width:100%;background:linear-gradient(to bottom,var(--ld-green),#6366f1);height:0;transition:height .1s linear}.landing-root .how-step{display:flex;gap:22px;padding:0 0 44px}.landing-root .how-step:last-child{padding-bottom:0}.landing-root .how-number{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:var(--ld-white);border:2px solid var(--ld-green);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.95rem;color:var(--ld-green);position:relative;z-index:1;box-shadow:0 2px 8px rgba(29,78,216,.15)}.landing-root .how-body h3{margin-bottom:6px}.landing-root .how-body p{font-size:.88rem;line-height:1.65}.landing-root .why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.landing-root .why-card{background:var(--ld-white);border:1px solid var(--ld-border-g);border-radius:var(--ld-radius);padding:30px;display:flex;gap:16px;align-items:flex-start;box-shadow:var(--ld-shadow)}.landing-root .why-icon{flex-shrink:0;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;border:1px solid var(--ld-border-g)}.landing-root .why-card h3{margin-bottom:7px;font-size:1.05rem}.landing-root .why-card p{font-size:.875rem;line-height:1.65}.landing-root #stats{padding:80px 0}.landing-root .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;text-align:center}.landing-root .stat-num{font-size:clamp(2.8rem,5.5vw,4rem);font-weight:900;color:var(--ld-green);line-height:1;font-variant-numeric:tabular-nums;font-family:SF Mono,Cascadia Code,Consolas,monospace}.landing-root .stat-label{font-size:1rem;font-weight:600;margin-top:6px}.landing-root .stat-desc{font-size:.82rem;color:var(--ld-fg2);max-width:170px;margin:4px auto 0}.landing-root #cta{padding:110px 0;text-align:center}.landing-root .cta-badge{display:inline-block;padding:5px 15px;border-radius:100px;background:rgba(29,78,216,.1);border:1px solid rgba(29,78,216,.3);font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ld-green);margin-bottom:20px}.landing-root #cta h2{margin-bottom:14px}.landing-root #cta .sub{font-size:1.04rem;max-width:390px;margin:0 auto 32px}.landing-root .cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.landing-root footer{border-top:1px solid var(--ld-border);padding:22px;text-align:center;font-size:.8rem;color:var(--ld-fg2)}.landing-root footer strong{color:var(--ld-green)}@keyframes ldFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes ldFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ldSlideRight{0%{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:translateX(0)}}.landing-root .feature-card,.landing-root .how-step,.landing-root .stat-block,.landing-root .why-card{opacity:0}.landing-root .feature-card.revealed{animation:ldFadeUp .55s cubic-bezier(.22,.68,0,1.2) both}.landing-root .why-card.revealed{animation:ldFadeUp .5s cubic-bezier(.22,.68,0,1.15) both}.landing-root .how-step.revealed{animation:ldSlideRight .5s cubic-bezier(.22,.68,0,1.1) both}.landing-root .stat-block.revealed{animation:ldFadeUp .5s cubic-bezier(.22,.68,0,1.1) both}.landing-root .hero-text{animation:ldFadeUp .7s cubic-bezier(.22,.68,0,1.1) .05s both}.landing-root .section-header{opacity:0}.landing-root .section-header.revealed{animation:ldFadeUp .55s cubic-bezier(.22,.68,0,1.1) both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.landing-root .feature-card,.landing-root .hero-text,.landing-root .how-step,.landing-root .section-header,.landing-root .stat-block,.landing-root .why-card{opacity:1!important;animation:none!important;transform:none!important}}@media (max-width:900px){.landing-root .features-grid{grid-template-columns:repeat(2,1fr)}.landing-root .how-layout{grid-template-columns:1fr;gap:44px}.landing-root .why-grid{grid-template-columns:1fr}.landing-root .stats-grid{grid-template-columns:1fr;gap:40px}.landing-root .nav-links{display:none}.landing-root .hero-grid{grid-template-columns:1fr;min-height:auto;padding:48px 0 64px}.landing-root #hero-animation{min-height:280px}.landing-root .morph-stage{max-width:74vw;opacity:.4}}@media (max-width:600px){.landing-root .features-grid{grid-template-columns:1fr}.landing-root .section{padding:72px 0}}