:root{--bg:#fbfaf7;--surface:#fefffe;--surface-2:#f3f9f1;--surface-3:#ebf3e9;--ink:#1c1a15;--ink-2:#4f4d48;--ink-3:#7c7a75;--line:#e2e6e1;--line-2:#d3d9d2;--sage:#738f6d;--sage-deep:#486741;--sage-soft:#deedda;--sage-tint:#eff8ed;--coral:#e66f62;--coral-deep:#ce5247;--legacy-radius-sm:8px;--legacy-radius:12px;--legacy-radius-lg:16px;--legacy-radius-xl:20px;--legacy-shadow-sm:0 1px 2px #1419140a, 0 1px 3px #14191408;--legacy-shadow:0 4px 16px -6px #14191414, 0 2px 6px -2px #1419140a;--legacy-shadow-lg:0 20px 40px -18px #14191424, 0 8px 20px -12px #14191414;--ease-out-quint:cubic-bezier(.22, 1, .36, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--sans:var(--font-atkinson), system-ui, sans-serif;--display:var(--font-archivo), system-ui, sans-serif;--mono:var(--font-jetbrains-mono), ui-monospace, SFMono-Regular, Menlo, monospace}@supports (color:lab(0% 0 0)){:root{--bg:lab(98.2809% -.0107884 1.5252);--surface:lab(99.91% -.523448 .48449);--surface-2:lab(97.2553% -3.13705 2.91483);--surface-3:lab(94.9737% -3.91984 3.64689);--ink:lab(9.56537% .0894144 3.86664);--ink-2:lab(32.7598% .0125915 3.07375);--ink-3:lab(51.3205% .000655651 3.06532);--line:lab(90.8237% -2.09215 1.94136);--line-2:lab(86.2351% -3.13658 2.91586);--sage:lab(56.6608% -15.5505 14.9693);--sage-deep:lab(40.5216% -18.0611 17.8224);--sage-soft:lab(92.2638% -7.82588 7.32771);--sage-tint:lab(96.7521% -4.70236 4.37968);--coral:lab(61.4718% 46.2711 30.0754);--coral-deep:lab(52.0727% 49.6449 33.1874)}}.legacy-home{font-family:var(--sans);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.5}.legacy-home h1,.legacy-home h2,.legacy-home h3,.legacy-home h4,.legacy-home h5,.legacy-home h6{font-family:var(--display);font-weight:700}.legacy-home img,.legacy-home svg{max-width:100%;display:block}.legacy-home a{color:inherit;text-decoration:none}.legacy-home button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}.legacy-home .wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.legacy-home .nav{z-index:50;background:color-mix(in oklab, var(--bg) 88%, transparent);-webkit-backdrop-filter:saturate(140%)blur(10px);border-bottom:1px solid color-mix(in oklab, var(--line) 70%, transparent);position:sticky;top:0}.legacy-home .nav-inner{justify-content:space-between;align-items:center;height:68px;display:flex}.legacy-home .brand{letter-spacing:-.01em;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.legacy-home .brand-mark{border-radius:7px;width:26px;height:26px;overflow:hidden;box-shadow:inset 0 -1px #0000001f}.legacy-home .brand-mark img{width:26px;height:26px;display:block}.legacy-home .nav-links{color:var(--ink-2);gap:28px;font-size:14px;font-weight:500;display:flex}.legacy-home .nav-links a{transition:color .15s}.legacy-home .nav-links a:hover{color:var(--ink)}.legacy-home .nav-cta{align-items:center;gap:14px;display:flex}.legacy-home .btn{height:40px;transition:translate .12s var(--ease-out-quint), box-shadow .2s, background .15s;white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex}.legacy-home .btn:active{translate:0 1px}.legacy-home .btn-primary{background:var(--coral);color:#fff;box-shadow:0 1px 2px #00000014,inset 0 -1px #0000001a}.legacy-home .btn-primary:hover{background:var(--coral-deep);box-shadow:0 4px 14px -4px color-mix(in oklab, var(--coral) 45%, transparent);translate:0 -1px}.legacy-home .btn-secondary{background:var(--surface);color:var(--ink);border:1px solid var(--line-2)}.legacy-home .btn-secondary:hover{background:var(--sage-tint)}.legacy-home .btn-success{background:var(--sage-deep);color:#fff;box-shadow:0 1px 2px #00000014,inset 0 -1px #0000001a}.legacy-home .btn-success:hover{background:var(--sage-deep);translate:0;box-shadow:0 1px 2px #00000014,inset 0 -1px #0000001a}.legacy-home .btn:disabled{cursor:default;opacity:1}.legacy-home .btn:disabled:hover{translate:0}.legacy-home .btn-sm{height:34px;padding:0 12px;font-size:13px}.legacy-home .menu-btn{border:1px solid var(--line-2);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.legacy-home .mobile-menu{background:color-mix(in oklab, var(--bg) 96%, transparent);-webkit-backdrop-filter:saturate(140%)blur(10px);border-bottom:1px solid var(--line);box-shadow:var(--legacy-shadow);animation:fade-up .25s var(--ease-out-quint) both;flex-direction:column;padding:12px 24px 20px;display:flex;position:absolute;top:100%;left:0;right:0}.legacy-home .mobile-menu[hidden]{display:none}.legacy-home .mobile-menu-links{flex-direction:column;display:flex}.legacy-home .mobile-menu-links a{color:var(--ink-2);border-bottom:1px solid var(--line);padding:13px 4px;font-size:16px;font-weight:500;transition:color .15s}.legacy-home .mobile-menu-links a:hover{color:var(--ink)}.legacy-home .mobile-menu-cta{flex-direction:column;gap:12px;margin-top:18px;display:flex}.legacy-home .mobile-menu-cta .btn{justify-content:center}@media (min-width:1025px){.legacy-home .mobile-menu{display:none!important}}.legacy-home .hero{padding:72px 0 40px;position:relative;overflow:hidden}.legacy-home .hero:before{content:"";background:radial-gradient(60% 55% at 70% 40%, var(--sage-tint) 0%, transparent 65%);z-index:-1;height:120%;position:absolute;inset:auto 0 -40%}.legacy-home .hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.legacy-home .eyebrow{background:var(--sage-soft);color:var(--sage-deep);letter-spacing:.02em;border:1px solid color-mix(in oklab, var(--sage) 25%, transparent);border-radius:999px;align-items:center;gap:8px;padding:6px 12px 6px 10px;font-size:12px;font-weight:600;display:inline-flex}.legacy-home .eyebrow .dot{background:var(--sage);border-radius:50%;width:6px;height:6px}.legacy-home h1.hero-title{letter-spacing:-.025em;color:var(--ink);text-wrap:balance;margin:20px 0;font-size:clamp(40px,5.2vw,64px);font-weight:700;line-height:1.05}.legacy-home h1.hero-title em{color:var(--sage-deep);white-space:nowrap;font-style:normal;position:relative}.legacy-home h1.hero-title em:after{content:"";background:var(--sage-soft);z-index:-1;border-radius:4px;height:6px;position:absolute;bottom:-2px;left:2%;right:2%}.legacy-home .hero-sub{color:var(--ink-2);text-wrap:pretty;max-width:52ch;font-size:19px}.legacy-home .hero-cta{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.legacy-home .hero-trust{margin-top:40px}.legacy-home .hero-trust-label{color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:600}.legacy-home .trust-badges{flex-wrap:wrap;gap:14px;display:flex}.legacy-home .trust-badge{background:var(--surface);border:1px solid var(--line);color:var(--ink-2);border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.legacy-home .trust-badge svg{width:16px;height:16px;color:var(--sage-deep)}.legacy-home .hero-visual{aspect-ratio:5/4.4;position:relative}.legacy-home .hero-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--legacy-radius-lg);box-shadow:var(--legacy-shadow-lg);position:absolute;overflow:hidden}.legacy-home .hero-card img{border-radius:var(--legacy-radius);width:100%;height:auto;display:block}.legacy-home .hero-card--main{padding:16px;inset:0 10% 7% 0}.legacy-home .hero-card--float{will-change:transform;width:54%;padding:14px;bottom:0;right:0;transform:rotate(1.5deg)}.legacy-home .card-header{border-bottom:1px solid var(--line);align-items:center;gap:8px;margin-bottom:12px;padding-bottom:12px;display:flex}.legacy-home .traffic{gap:6px;display:flex}.legacy-home .traffic span{border-radius:50%;width:10px;height:10px}.legacy-home .traffic span:first-child{background:#f19f94;background:lab(73.5735% 30.4308 19.0521)}.legacy-home .traffic span:nth-child(2){background:#f0c781;background:lab(82.72% 8.74323 40.8395)}.legacy-home .traffic span:nth-child(3){background:#9fcc95;background:lab(77.9018% -23.2912 22.5904)}.legacy-home .url-bar{background:var(--sage-tint);height:22px;font-family:var(--mono);color:var(--ink-3);border-radius:6px;flex:1;align-items:center;padding:0 10px;font-size:11px;display:flex}.legacy-home section{padding:96px 0}.legacy-home .section-head{text-align:center;max-width:720px;margin:0 auto 56px}.legacy-home .section-head .kicker{color:var(--sage-deep);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:600}.legacy-home .section-head h2{letter-spacing:-.02em;text-wrap:balance;margin:12px 0 14px;font-size:clamp(32px,3.6vw,44px);font-weight:700;line-height:1.15}.legacy-home .section-head p{color:var(--ink-2);text-wrap:pretty;margin:0;font-size:18px}.legacy-home .feature-hero{background:var(--sage-tint);border:1px solid var(--line);border-radius:var(--legacy-radius-xl);margin-top:24px;padding:20px}.legacy-home .demo-hdr{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:16px;padding:8px 6px 16px;display:flex}.legacy-home .demo-live{color:var(--sage-deep);align-items:center;gap:7px;font-size:12px;font-weight:600;display:flex}.legacy-home .demo-live-dot{background:var(--sage);border-radius:50%;width:7px;height:7px;animation:2.6s ease-in-out infinite pulse-dot}.legacy-home .demo-live-sep{color:var(--line-2);font-weight:400}.legacy-home .demo-hdr-count{color:var(--ink-3);font-size:12px;font-weight:500}.legacy-home .demo-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.legacy-home .dtype{background:var(--surface);border-radius:var(--legacy-radius);border:1px solid var(--line);transition:box-shadow .2s var(--ease-out-quint), translate .2s var(--ease-out-quint), border-color .2s;flex-direction:column;padding:16px;font-size:12px;display:flex}.legacy-home .dtype:hover{box-shadow:var(--legacy-shadow);border-color:var(--line-2);translate:0 -3px}.legacy-home .dtype .tag{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-self:flex-start;margin-bottom:12px;padding:3px 8px;font-size:10px;font-weight:600;display:inline-block}.legacy-home .dtype.t-green .tag{color:#34582c;color:lab(33.6592% -20.5645 20.8373);background:#def2d9;background:lab(93.5488% -10.4232 9.79993)}.legacy-home .dtype.t-blue .tag{color:#00537c;color:lab(32.5568% -9.54332 -31.0852);background:#daeefe;background:lab(93.0785% -4.73171 -9.80493)}.legacy-home .dtype.t-amber .tag{color:#81520a;color:lab(39.4639% 16.2778 45.0288);background:#fdecd1;background:lab(94.2941% 2.68632 15.3633)}.legacy-home .dtype.t-coral .tag{color:#ab4238;color:lab(42.9824% 43.4526 29.1005);background:#ffe7e3;background:lab(93.8497% 11.986 7.36219)}.legacy-home .dtype h4{margin:0 0 6px;font-size:14px;font-weight:600}.legacy-home .dtype p{color:var(--ink-3);margin:0;font-size:12px;line-height:1.45}.legacy-home .dtype .stat{font-family:var(--mono);color:var(--ink);margin-top:auto;padding-top:16px;font-size:18px;font-weight:500}.legacy-home .dtype .stat small{color:var(--ink-3);margin-left:4px;font-size:11px;font-weight:400}.legacy-home .split{grid-template-columns:1fr 1fr;gap:24px;margin-top:40px;display:grid}.legacy-home .feat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--legacy-radius-lg);flex-direction:column;gap:20px;padding:32px;transition:box-shadow .2s ease-out,border-color .2s ease-out;display:flex}.legacy-home .feat-card:hover{box-shadow:var(--legacy-shadow-lg);border-color:var(--line-2);translate:0 -3px}.legacy-home .feat-card--sage{background:var(--surface)}.legacy-home .feat-card img{object-fit:cover;object-position:top;border-radius:var(--legacy-radius);width:100%;height:320px;display:block}.legacy-home .feat-card h3{letter-spacing:-.015em;margin:0;font-size:24px;font-weight:700;line-height:1.2}.legacy-home .feat-card p{color:var(--ink-2);margin:0;font-size:16px}.legacy-home .feat-row{grid-template-columns:1.1fr 1fr;align-items:center;gap:56px;padding:28px 0;display:grid}.legacy-home .feat-row.reverse{grid-template-columns:1fr 1.1fr}.legacy-home .feat-row.reverse .feat-text{order:2}.legacy-home .feat-text h3{letter-spacing:-.02em;margin:10px 0 14px;font-size:32px;font-weight:700;line-height:1.15}.legacy-home .feat-text p{color:var(--ink-2);margin:0 0 20px;font-size:17px}.legacy-home .feat-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.legacy-home .feat-list li{color:var(--ink-2);align-items:flex-start;gap:12px;font-size:16px;display:flex}.legacy-home .feat-list .chk{background:var(--sage-soft);width:20px;height:20px;color:var(--sage-deep);border-radius:6px;flex:0 0 20px;place-items:center;margin-top:2px;display:grid}.legacy-home .feat-list li strong{color:var(--ink);font-weight:600}.legacy-home .feature-grid{background:var(--line);border-radius:var(--legacy-radius-lg);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:2px;display:grid;overflow:hidden}.legacy-home .mini-feat{background:var(--surface);flex-direction:column;gap:12px;padding:32px;transition:background .15s;display:flex}.legacy-home .mini-feat:hover{background:var(--sage-tint)}.legacy-home .mini-feat .micon{background:var(--sage-soft);width:40px;height:40px;color:var(--sage-deep);border-radius:10px;place-items:center;display:grid}.legacy-home .mini-feat:nth-child(2) .micon{color:var(--coral-deep);background:#ffe7e3;background:lab(93.8497% 11.986 7.36219)}.legacy-home .mini-feat:nth-child(3) .micon{color:#085b87;color:lab(36.061% -10.0774 -31.1579);background:#daeefe;background:lab(93.0785% -4.73171 -9.80493)}.legacy-home .mini-feat:nth-child(5) .micon{color:#81520a;color:lab(39.4639% 16.2778 45.0288);background:#fdecd1;background:lab(94.2941% 2.68632 15.3633)}.legacy-home .mini-feat:nth-child(7) .micon{color:#6e519d;color:lab(40.2694% 25.248 -37.3339);background:#f1eaff;background:lab(93.7429% 7.16129 -12.932)}.legacy-home .mini-feat:nth-child(9) .micon{color:#085b87;color:lab(36.061% -10.0774 -31.1579);background:#daeefe;background:lab(93.0785% -4.73171 -9.80493)}.legacy-home .mini-feat h4{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:600}.legacy-home .mini-feat p{color:var(--ink-2);margin:0;font-size:15px;line-height:1.55}.legacy-home .testimonials{background:var(--bg)}.legacy-home .t-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.legacy-home .t-card{background:var(--surface);border-radius:var(--legacy-radius-lg);border:1px solid var(--line);transition:box-shadow .2s var(--ease-out-quint), translate .2s var(--ease-out-quint), border-color .2s;flex-direction:column;gap:24px;padding:32px;display:flex}.legacy-home .t-card:hover{box-shadow:var(--legacy-shadow-lg);border-color:var(--line-2);translate:0 -3px}.legacy-home .quote-mark{width:28px;height:28px;color:var(--sage)}.legacy-home .t-card blockquote{color:var(--ink);text-wrap:pretty;margin:0;font-size:16px;line-height:1.55}.legacy-home .t-author{align-items:center;gap:12px;margin-top:auto;display:flex}.legacy-home .avatar{background:linear-gradient(135deg, var(--sage-soft), var(--sage));width:44px;height:44px;color:var(--sage-deep);border-radius:50%;flex-shrink:0;place-items:center;font-size:15px;font-weight:600;display:grid}.legacy-home .t-name{color:var(--ink);font-size:14px;font-weight:600}.legacy-home .t-role{color:var(--ink-3);font-size:13px}.legacy-home .stats{background:var(--surface);border:1px solid var(--line);border-radius:var(--legacy-radius-lg);grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;padding:32px;display:grid}.legacy-home .stat-cell{text-align:center;border-right:1px solid var(--line);padding:8px 16px}.legacy-home .stat-cell:last-child{border-right:0}.legacy-home .stat-cell .num{font-family:var(--display);letter-spacing:-.02em;color:var(--sage-deep);font-size:40px;font-weight:700;line-height:1}.legacy-home .stat-cell .lbl{color:var(--ink-2);margin-top:8px;font-size:14px}.legacy-home .faq-list{border-top:1px solid var(--line);max-width:820px;margin:48px auto 0}.legacy-home .faq-item{border-bottom:1px solid var(--line)}.legacy-home .faq-q{text-align:left;width:100%;color:var(--ink);justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:17px;font-weight:500;display:flex}.legacy-home .faq-q .ic{background:var(--sage-tint);width:28px;height:28px;color:var(--sage-deep);transition:transform .3s var(--ease-out-quint), background .2s;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.legacy-home .faq-item[open] .faq-q .ic{background:var(--sage-soft);transform:rotate(45deg)}.legacy-home .faq-a{color:var(--ink-2);max-width:70ch;padding:0 40px 24px 0;font-size:16px;line-height:1.6}.legacy-home .faq-item summary::-webkit-details-marker{display:none}.legacy-home .faq-item summary{cursor:pointer;list-style:none}.legacy-home .store-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.legacy-home .store-badges a{border-radius:var(--legacy-radius);transition:translate .12s var(--ease-out-quint), opacity .15s;display:inline-flex}.legacy-home .store-badges a:hover{opacity:.88;translate:0 -1px}.legacy-home .store-badges a:active{translate:0 1px}.legacy-home .store-badge{width:auto;height:44px;display:block}.legacy-home .cta,.legacy-home .app-download{color:var(--ink);border-radius:var(--legacy-radius-xl);text-align:center;background:#f9fbf8;border:1px solid #e9f0e6;padding:64px 48px;position:relative;overflow:hidden}.legacy-home .cta{margin-bottom:96px}.legacy-home .cta-inner{position:relative}.legacy-home .cta h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(30px,3.2vw,40px);font-weight:700;line-height:1.15}.legacy-home .cta p{color:var(--ink-2);max-width:60ch;margin:0 auto 28px;font-size:17px}.legacy-home footer.foot{border-top:1px solid var(--line);background:var(--bg);padding:22px 0}.legacy-home .foot-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.legacy-home .foot-row .brand{font-size:14px}.legacy-home .foot-links{color:var(--ink-3);align-items:center;gap:22px;font-size:13px;display:flex}.legacy-home .foot-links a{color:var(--ink-2);transition:color .15s}.legacy-home .foot-links a:hover{color:var(--ink)}.legacy-home .skip-nav{z-index:200;background:var(--ink);color:var(--bg);border-radius:0 0 var(--legacy-radius-sm) var(--legacy-radius-sm);padding:8px 16px;font-size:14px;font-weight:600;transition:left;position:absolute;top:8px;left:-9999px}.legacy-home .skip-nav:focus{left:16px}.legacy-home :focus-visible{outline:2px solid var(--sage-deep);outline-offset:3px;border-radius:4px}.legacy-home .btn:focus-visible{outline-offset:2px;border-radius:10px}.legacy-home .brand:focus-visible{border-radius:var(--legacy-radius-sm)}.legacy-home .nav-links a:focus-visible{border-radius:4px}.legacy-home .faq-q:focus-visible{outline-offset:-2px;border-radius:4px}.legacy-home .text-link{color:var(--sage-deep);text-underline-offset:3px;text-decoration:underline;transition:color .15s}.legacy-home .text-link:hover{color:var(--sage)}.legacy-home section.flush-top{padding-top:0}.legacy-home section.section-cta{padding:48px 0 80px}.legacy-home .feat-row+.feat-row{margin-top:32px}.legacy-home .faq-item[open] .faq-a{animation:.2s ease-out both faq-open}.legacy-home .hero .eyebrow{animation:fade-up .6s var(--ease-out-quint) both}.legacy-home .hero .hero-title{animation:fade-up .65s 80ms var(--ease-out-quint) both}.legacy-home .hero .hero-sub{animation:fade-up .6s .16s var(--ease-out-quint) both}.legacy-home .hero .hero-cta{animation:fade-up .6s .24s var(--ease-out-quint) both}.legacy-home .hero .hero-trust{animation:fade-up .6s .36s var(--ease-out-quint) both}.legacy-home .hero-card--main{animation:fade-up .7s .12s var(--ease-out-quint) both}.legacy-home .hero-card--float{animation:fade-up .7s .28s var(--ease-out-quint) both, float 5s 1s ease-in-out infinite}.legacy-home .reveal{opacity:0;transition:opacity .55s var(--ease-out-quint), translate .55s var(--ease-out-quint);transition-delay:calc(var(--reveal-delay,0) * 1ms);translate:0 22px}.legacy-home .reveal.is-visible{opacity:1;translate:0}.legacy-home .nav.scrolled{box-shadow:0 4px 24px -8px #1419141a}.legacy-home .eyebrow .dot{animation:2.6s ease-in-out infinite pulse-dot}.legacy-home h1.hero-title em:after{transform-origin:0;animation:underline-draw .55s .52s var(--ease-out-quint) both}.legacy-home .feat-row.is-visible .feat-list li:first-child .chk{animation:chk-pop .38s .35s var(--ease-out-quint) both}.legacy-home .feat-row.is-visible .feat-list li:nth-child(2) .chk{animation:chk-pop .38s .5s var(--ease-out-quint) both}.legacy-home .feat-row.is-visible .feat-list li:nth-child(3) .chk{animation:chk-pop .38s .65s var(--ease-out-quint) both}.legacy-home .dtype.is-visible .stat{animation:fade-up .4s .2s var(--ease-out-quint) both}.legacy-home .stat-bar{background:var(--line);border-radius:99px;height:3px;margin-top:10px;overflow:hidden}.legacy-home .stat-fill{width:0;height:100%;transition:width 1s .35s var(--ease-out-quint);border-radius:99px}.legacy-home .dtype.t-green .stat-fill{background:var(--sage)}.legacy-home .dtype.is-visible .stat-fill{width:var(--pct,0%)}.legacy-home .dtype-more .more-list li{opacity:0}.legacy-home .dtype-more.is-visible .more-list li{animation:fade-up .28s var(--ease-out-quint) both}.legacy-home .dtype-more.is-visible .more-list li:first-child{animation-delay:.18s}.legacy-home .dtype-more.is-visible .more-list li:nth-child(2){animation-delay:.25s}.legacy-home .dtype-more.is-visible .more-list li:nth-child(3){animation-delay:.32s}.legacy-home .dtype-more.is-visible .more-list li:nth-child(4){animation-delay:.39s}.legacy-home .dtype-more.is-visible .more-list li:nth-child(5){animation-delay:.46s}.legacy-home .dtype-more.is-visible .more-list li:nth-child(6){animation-delay:.53s}.legacy-home .dtype-more.is-visible .more-list li:nth-child(7){animation-delay:.6s}.legacy-home .dtype-more{background:var(--sage-tint);border-color:color-mix(in oklab, var(--sage) 30%, transparent);justify-content:flex-start;gap:2px}.legacy-home .dtype-more .more-num{font-family:var(--display);letter-spacing:-.03em;color:var(--sage-deep);font-size:36px;font-weight:700;line-height:1}.legacy-home .dtype-more .more-label{text-transform:uppercase;letter-spacing:.07em;color:var(--sage-deep);margin-bottom:10px;font-size:11px;font-weight:600}.legacy-home .dtype-more .more-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.legacy-home .dtype-more .more-list li{color:var(--ink-3);padding-left:10px;font-size:12px;position:relative}.legacy-home .dtype-more .more-list li:before{content:"·";color:var(--sage);position:absolute;left:0}.legacy-home .quote-mark{transition:transform .3s var(--ease-out-quint);transform-origin:0 100%}.legacy-home .t-card:hover .quote-mark{transform:scale(1.1)rotate(-5deg)}.legacy-home .mini-feat .micon{transition:transform .22s var(--ease-out-quint)}.legacy-home .mini-feat:hover .micon{transform:scale(1.12)}@media (prefers-reduced-motion:reduce){.legacy-home *,.legacy-home :before,.legacy-home :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:1024px){.legacy-home .wrap{padding:0 28px}.legacy-home section{padding:80px 0}.legacy-home .hero{padding:56px 0 24px}.legacy-home .hero-grid{gap:40px}.legacy-home h1.hero-title{font-size:clamp(36px,5vw,52px)}.legacy-home .section-head{margin-bottom:44px}.legacy-home .section-head h2{font-size:clamp(28px,3.4vw,38px)}.legacy-home .feat-row,.legacy-home .feat-row.reverse{gap:36px}.legacy-home .feat-text h3{font-size:28px}.legacy-home .feature-grid{grid-template-columns:repeat(2,1fr)}.legacy-home .t-grid{grid-template-columns:1fr 1fr}.legacy-home .t-grid .t-card:nth-child(3){grid-column:1/-1}.legacy-home .demo-grid{grid-template-columns:repeat(2,1fr)}.legacy-home .nav-links{display:none}.legacy-home .menu-btn{display:inline-flex}.legacy-home .feature-hero{padding:16px}}@media (max-width:860px){.legacy-home .hero-grid{grid-template-columns:1fr;gap:40px}.legacy-home .hero-visual{aspect-ratio:4/3;max-width:640px}.legacy-home .hero-card--main{inset:0 8% 14% 0}.legacy-home .split{grid-template-columns:1fr;gap:20px}.legacy-home .feat-row,.legacy-home .feat-row.reverse{grid-template-columns:1fr;gap:32px}.legacy-home .feat-row.reverse .feat-text{order:0}.legacy-home .t-grid{grid-template-columns:1fr}.legacy-home .t-grid .t-card:nth-child(3){grid-column:auto}.legacy-home .stats{gap:8px;padding:24px}.legacy-home .cta{padding:48px 28px}.legacy-home section{padding:64px 0}.legacy-home .hero{padding:40px 0 16px}}@media (max-width:560px){.legacy-home .wrap{padding:0 20px}.legacy-home .nav-inner{height:60px}.legacy-home .nav-cta .nav-contact{display:none}.legacy-home .btn{height:42px;padding:0 16px;font-size:14px}.legacy-home .btn-sm{height:36px;padding:0 12px;font-size:13px}.legacy-home .hero{padding:32px 0 8px}.legacy-home h1.hero-title{margin:16px 0;font-size:36px;line-height:1.08}.legacy-home .hero-sub{font-size:16px}.legacy-home .hero-cta .btn{flex:1;justify-content:center;min-width:0}.legacy-home .hero-visual{aspect-ratio:4/3.6}.legacy-home .feature-hero{border-radius:16px;padding:16px}.legacy-home .demo-grid{grid-template-columns:1fr;gap:10px}.legacy-home .feature-grid{border-radius:14px;grid-template-columns:1fr}.legacy-home .mini-feat{padding:24px}.legacy-home .feat-card{border-radius:14px;padding:22px}.legacy-home .feat-card h3{font-size:22px}.legacy-home .feat-text h3{font-size:26px}.legacy-home .feat-text p{font-size:16px}.legacy-home .t-card{padding:24px}.legacy-home .stats{grid-template-columns:1fr;padding:20px}.legacy-home .stat-cell{border-right:0;border-bottom:1px solid var(--line);padding:16px 0}.legacy-home .stat-cell:last-child{border-bottom:0}.legacy-home .stat-cell .num{font-size:34px}.legacy-home .cta{border-radius:16px;padding:40px 22px}.legacy-home .cta h2{font-size:26px}.legacy-home .cta p{font-size:15px}.legacy-home .cta .hero-cta{flex-direction:column}.legacy-home .cta .hero-cta .btn{flex:none;width:100%}.legacy-home .section-head h2{font-size:28px}.legacy-home .section-head p{font-size:16px}.legacy-home .faq-q{padding:18px 0;font-size:15px}.legacy-home .faq-a{padding-right:8px;font-size:15px}.legacy-home .foot-row{text-align:center;justify-content:center;gap:12px}.legacy-home .foot-links{flex-wrap:wrap;justify-content:center;gap:16px}.legacy-home .eyebrow{font-size:11px}.legacy-home .trust-badge{padding:7px 10px;font-size:12px}.legacy-home section{padding:56px 0}}@keyframes faq-open{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-up{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0}}@keyframes float{0%,to{transform:rotate(1.5deg)translateY(0)}50%{transform:rotate(1.5deg)translateY(-8px)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}55%{opacity:.35;transform:scale(.7)}}@keyframes underline-draw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes chk-pop{0%{opacity:0;transform:scale(0)}65%{opacity:1;transform:scale(1.22)}to{opacity:1;transform:scale(1)}}
