html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-root .nav-mobile,.landing-root .nav-mobile-backdrop,.landing-root .nav-mobile-panel,.landing-root .nav-burger-line{transition:none!important}}:root{--lp-lime:#a8f300;--lp-lime-dim:#a8f30024;--lp-lime-glow:#a8f30047;--lp-green:#62c958;--lp-green-dim:#62c95826;--lp-amber:#fab72a;--lp-red:#e64343;--lp-font:var(--font-geist,"Geist"), system-ui, sans-serif;--lp-mono:var(--font-geist-mono,"Geist Mono"), ui-monospace, monospace}@supports (color:lab(0% 0 0)){:root{--lp-lime:lab(88.4511% -47.5096 101.994);--lp-lime-dim:lab(88.4511% -47.5096 101.994/.14);--lp-lime-glow:lab(88.4511% -47.5096 101.994/.28);--lp-green:lab(73.1048% -47.9296 45.9343);--lp-green-dim:lab(73.1048% -47.9296 45.9343/.15);--lp-amber:lab(79.137% 16.9725 73.9414);--lp-red:lab(53.9062% 63.1954 38.5555)}}.landing-root{--cyan:var(--lp-lime);--cyan-dim:var(--lp-lime-dim);--cyan-glow:var(--lp-lime-glow);--green:var(--lp-green);--green-dim:var(--lp-green-dim);--amber:var(--lp-amber);--red:var(--lp-red);--font:var(--lp-font);--mono:var(--lp-mono)}[data-theme=dark] .landing-root{--bg:#000f20;--bg-card:#001529;--bg-raised:#001d31;--bg-input:#052135;--fg:#edf3f7;--fg-muted:#76828b;--fg-subtle:#464e55;--border:#162b3b99;--border-strong:#253a4b}@supports (color:lab(0% 0 0)){[data-theme=dark] .landing-root{--bg:lab(3.48871% -.54311 -18.2516);--bg-card:lab(6.0015% -2.35194 -18.6728);--bg-raised:lab(9.36851% -4.00446 -17.5478);--bg-input:lab(11.7362% -4.36276 -16.0495);--fg:lab(95.367% -1.18425 -2.71432);--fg-muted:lab(53.6106% -2.82562 -6.71623);--fg-subtle:lab(32.7274% -2.23941 -5.36326);--border:lab(16.4378% -4.35185 -13.0018/.6);--border-strong:lab(23.4129% -4.66721 -13.0804)}}[data-theme=light] .landing-root{--bg:#f5f9fb;--bg-card:#fff;--bg-raised:#e9eff3;--bg-input:#e3e9ec;--fg:#010b12;--fg-muted:#4c5a62;--fg-subtle:#89949a;--border:#c6cfd4cc;--border-strong:#afb9bf}@supports (color:lab(0% 0 0)){[data-theme=light] .landing-root{--bg:lab(97.6975% -1.02139 -1.50621);--bg-card:lab(100% 0 0);--bg-raised:lab(94.2278% -1.62846 -2.40668);--bg-input:lab(91.9078% -1.62819 -2.40649);--fg:lab(2.49669% -1.75487 -4.2088);--fg-muted:lab(37.4271% -4.28632 -6.52168);--fg-subtle:lab(60.6129% -3.20202 -4.78346);--border:lab(82.6409% -2.42803 -3.60174/.8);--border-strong:lab(74.5272% -2.82106 -4.19568)}}.landing-root{font-family:var(--font);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6;transition:background .3s,color .3s;overflow-x:hidden}.landing-root a{color:inherit;text-decoration:none}.landing-root img{max-width:100%;display:block}.landing-root .container{max-width:1200px;margin:0 auto;padding:0 32px}.landing-root .container-wide{max-width:1400px;margin:0 auto;padding:0 48px}.landing-root .header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#000f20e6;background:lab(3.48871% -.54311 -18.2516/.9);justify-content:space-between;align-items:center;height:80px;padding:0 48px;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-root .nav{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}[data-theme=light] .landing-root .header{background:#f6f9fcf0;background:lab(97.6846% -.744492 -1.69889/.94)}.landing-root .nav-logo{letter-spacing:-.5px;align-items:center;gap:10px;font-size:20px;font-weight:700;display:flex}.landing-root .nav-logo-mark{background:var(--cyan);color:#000f20;color:lab(3.48871% -.54311 -18.2516);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:flex}.landing-root .nav-links{color:var(--fg-muted);align-items:center;gap:32px;font-size:14px;font-weight:500;list-style:none;display:flex}.landing-root .nav-links li a:hover{color:var(--fg)}.landing-root .nav-end{align-items:center;gap:10px;display:flex}.landing-root .nav-actions{align-items:center;gap:12px;display:flex}.landing-root .nav-burger{border:1px solid var(--border);background:var(--bg-card);cursor:pointer;width:44px;height:44px;color:var(--fg);border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;margin:0;padding:0;transition:background .2s,border-color .2s,box-shadow .2s;display:none}.landing-root .nav-burger:hover{background:var(--bg-raised);border-color:var(--border-strong)}.landing-root .nav-burger:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.landing-root .nav-burger-line{transform-origin:50%;background:currentColor;border-radius:1px;width:18px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s;display:block}.landing-root .nav-burger.open .nav-burger-line:first-child{transform:translateY(7px)rotate(45deg)}.landing-root .nav-burger.open .nav-burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.landing-root .nav-burger.open .nav-burger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing-root .nav-mobile{z-index:110;pointer-events:none;visibility:hidden;transition:visibility .35s;position:fixed;inset:0}.landing-root .nav-mobile.open{pointer-events:auto;visibility:visible}.landing-root .nav-mobile-backdrop{z-index:1;opacity:0;background:#0002058c;background:lab(.419512% .125773 -3.57865/.55);transition:opacity .35s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}[data-theme=light] .landing-root .nav-mobile-backdrop{background:#0e171e59;background:lab(7.21856% -2.22425 -6.52451/.35)}.landing-root .nav-mobile.open .nav-mobile-backdrop{opacity:1}.landing-root .nav-mobile-panel{z-index:2;background:var(--bg);border-right:1px solid var(--border);width:min(85%,320px);height:100%;min-height:100dvh;max-height:100dvh;padding:calc(24px + env(safe-area-inset-top,0px)) 20px calc(24px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:8px;transition:transform .38s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:16px 0 48px #00000366;box-shadow:16px 0 48px lab(.0305328% 1.13728 -3.87037/.4)}.landing-root .nav-mobile.open .nav-mobile-panel{transform:translate(0)}.landing-root .nav-mobile-logo{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;margin:0 0 12px;padding-bottom:20px;display:flex}.landing-root .nav-mobile-logo img{width:auto;height:28px;display:block}.landing-root .nav-mobile-links{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.landing-root .nav-mobile-links a{color:var(--fg);border-radius:10px;padding:14px;font-size:16px;font-weight:600;transition:background .2s,color .2s,transform .2s;display:block}.landing-root .nav-mobile-links a:hover,.landing-root .nav-mobile-links a:active{background:var(--cyan-dim);color:var(--cyan)}.landing-root .nav-mobile-divider{background:var(--border);height:1px;margin:12px 0}.landing-root .nav-mobile-actions{flex-direction:column;gap:10px;margin-top:auto;padding-top:16px;display:flex}.landing-root .nav-mobile-actions .btn{justify-content:center;width:100%}.landing-root .section[id]{scroll-margin-top:100px}.landing-root .theme-toggle{border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--fg-muted);background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.landing-root .theme-toggle:hover{background:var(--bg-raised);color:var(--fg)}.landing-root .btn{font-family:var(--font);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.landing-root .btn-primary{background:var(--cyan);color:#000f20;color:lab(3.48871% -.54311 -18.2516);padding:11px 22px}.landing-root .btn-primary:hover{filter:brightness(1.08);box-shadow:0 8px 24px var(--cyan-glow);transform:translateY(-1px)}.landing-root .btn-ghost{color:var(--fg);-webkit-backdrop-filter:blur(8px);background:#0c2b4273;background:lab(16.3763% -5.02044 -17.6896/.45);border:1px solid #44678399;border:1px solid lab(41.9572% -6.95732 -19.609/.6);padding:11px 22px}.landing-root .btn-ghost:hover{color:#edf3f7;color:lab(95.367% -1.18425 -2.71432);background:#173e5aa6;background:lab(24.4884% -6.16621 -20.9455/.65);border-color:#6c94b4cc;border-color:lab(59.3728% -7.93377 -21.3555/.8);transform:translateY(-1px);box-shadow:0 6px 20px #000f2059;box-shadow:0 6px 20px lab(3.48871% -.54311 -18.2516/.35)}.landing-root .btn-lg{border-radius:12px;padding:14px 28px;font-size:16px}.landing-root .btn-xl{border-radius:14px;padding:17px 36px;font-size:17px}.landing-root .btn-outline-cyan{color:var(--cyan);background:0 0;border:1px solid #a8f30073;border:1px solid lab(88.4511% -47.5096 101.994/.45);padding:11px 22px}.landing-root .btn-outline-cyan:hover{background:var(--cyan-dim);border-color:var(--cyan)}.landing-root .badge{border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.landing-root .badge-cyan{background:var(--cyan-dim);color:var(--cyan);border:1px solid #a8f30040;border:1px solid lab(88.4511% -47.5096 101.994/.25)}.landing-root .badge-green{background:var(--green-dim);color:var(--green)}.landing-root .badge-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.landing-root .badge-dot.pulse{animation:2s infinite lp-pulse}@keyframes lp-pulse{0%,to{opacity:1}50%{opacity:.4}}.landing-root .hero{text-align:center;padding:180px 0 120px;position:relative;overflow:hidden}.landing-root .hero-glow{pointer-events:none;background:radial-gradient(#a8f30003 0%,#0000 70%);background:radial-gradient(lab(88.4511% -47.5096 101.994/.01) 0%,#0000 70%);width:900px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.landing-root .hero-eyebrow{margin-bottom:24px}.landing-root .hero-title{letter-spacing:-3px;color:var(--fg);margin-bottom:28px;font-size:clamp(52px,6vw,88px);font-weight:800;line-height:1}.landing-root .hero-title .accent{color:var(--cyan)}.landing-root .hero-subtitle{color:var(--fg-muted);max-width:560px;margin:0 auto 48px;font-size:20px;font-weight:400;line-height:1.65}.landing-root .hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.landing-root .hero-social-proof{color:var(--fg-subtle);flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;margin-top:56px;font-size:13px;display:flex}.landing-root .hero-social-proof-item{align-items:center;gap:8px;display:flex}.landing-root .proof-check{background:var(--green-dim);width:18px;height:18px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-root .hero-mockup{max-width:1040px;margin:80px auto 0;position:relative}.landing-root .mockup-window{background:var(--bg-card);border:1px solid var(--border);box-shadow:0 40px 120px #00000080, 0 0 0 1px var(--border);border-radius:16px;overflow:hidden}@supports (color:lab(0% 0 0)){.landing-root .mockup-window{box-shadow:0 40px 120px lab(0% 0 0/.5), 0 0 0 1px var(--border)}}.landing-root .mockup-titlebar{background:var(--bg-raised);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:14px 20px;display:flex}.landing-root .tbar-dot{border-radius:50%;width:12px;height:12px}.landing-root .tbar-url{background:var(--bg-input);font-size:12px;font-family:var(--mono);color:var(--fg-muted);border:1px solid var(--border);border-radius:7px;flex:1;margin:0 16px;padding:5px 14px}.landing-root .mockup-body{display:flex}.landing-root .mockup-sidebar{border-right:1px solid var(--border);background:#001529;background:lab(6.0015% -2.35194 -18.6728);flex-shrink:0;width:220px;padding:20px 12px}.landing-root .m-nav-item{color:var(--fg-muted);border-radius:8px;align-items:center;gap:10px;margin-bottom:2px;padding:9px 12px;font-size:13px;display:flex}.landing-root .m-nav-item.active{background:var(--cyan-dim);color:var(--cyan)}.landing-root .m-nav-dot{background:var(--border-strong);border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing-root .m-nav-dot.cyan{background:var(--cyan)}.landing-root .mockup-main{flex:1;padding:28px;overflow:hidden}.landing-root .m-stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px;display:grid}.landing-root .m-stat{background:var(--bg-raised);border:1px solid var(--border);border-radius:12px;padding:16px}.landing-root .m-stat-label{text-transform:uppercase;letter-spacing:.6px;color:var(--fg-subtle);margin-bottom:8px;font-size:10px}.landing-root .m-stat-value{margin-bottom:4px;font-size:26px;font-weight:700;line-height:1}.landing-root .m-stat-sub{color:var(--fg-muted);font-size:11px}.landing-root .m-grid{grid-template-columns:1.3fr .7fr;gap:16px;display:grid}.landing-root .m-card{background:var(--bg-raised);border:1px solid var(--border);border-radius:12px;padding:18px}.landing-root .m-card-title{text-transform:uppercase;letter-spacing:.6px;color:var(--fg-subtle);margin-bottom:14px;font-size:11px}.landing-root .m-pipeline-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;display:flex}.landing-root .m-pipeline-item:last-child{border-bottom:none}.landing-root .pip-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.landing-root .pip-hot{background:var(--red)}.landing-root .pip-warm{background:var(--amber)}.landing-root .pip-cold{background:var(--fg-subtle)}.landing-root .m-pip-num{font-size:18px;font-weight:700}.landing-root .m-chat-msg{border-radius:10px;max-width:80%;margin-bottom:8px;padding:8px 12px;font-size:12px;line-height:1.45}.landing-root .m-chat-bot{background:var(--bg-input);color:var(--fg-muted);align-self:flex-start}.landing-root .m-chat-user{background:var(--cyan);color:#000f20;color:lab(3.48871% -.54311 -18.2516);margin-left:auto}.landing-root .m-chat-msgs{flex-direction:column;display:flex}.landing-root .m-health-ring{border:4px solid var(--green);width:60px;height:60px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:12px auto;font-size:16px;font-weight:700;display:flex}.landing-root .section{padding:96px 0}.landing-root .section-alt{background:var(--bg-card)}.landing-root .section-dark{background:#000610;background:lab(1.41585% .424482 -12.0656)}[data-theme=light] .landing-root .section-alt{background:#edf3f6;background:lab(95.3844% -1.42658 -2.10686)}[data-theme=light] .landing-root .section-dark{background:#e2e9ed;background:lab(91.9111% -1.82962 -2.70615)}.landing-root .section-label{letter-spacing:1.2px;text-transform:uppercase;color:var(--cyan);margin-bottom:16px;font-size:12px;font-weight:700}.landing-root .section-title{letter-spacing:-2px;margin-bottom:20px;font-size:clamp(34px,4vw,52px);font-weight:800;line-height:1.1}.landing-root .section-subtitle{color:var(--fg-muted);max-width:540px;font-size:18px;line-height:1.65}.landing-root .section-header{margin-bottom:64px}.landing-root .section-header.center{text-align:center}.landing-root .section-header.center .section-subtitle{margin:0 auto}.landing-root .logos-bar{text-align:center;padding:40px 0 56px}.landing-root .logos-label{color:var(--fg-subtle);letter-spacing:.5px;margin-bottom:28px;font-size:13px}.landing-root .logos-track{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.landing-root .logo-chip{color:var(--fg-subtle);letter-spacing:-.5px;opacity:.5;font-size:15px;font-weight:700;font-family:var(--mono)}.landing-root .feature-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:80px 0;display:grid}.landing-root .feature-row:last-child{border-bottom:none}.landing-root .feature-row.reverse .feature-visual{order:-1}.landing-root .feature-icon{background:var(--cyan-dim);width:48px;height:48px;color:var(--cyan);border:1px solid #a8f30038;border:1px solid lab(88.4511% -47.5096 101.994/.22);border-radius:14px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.landing-root .feature-title{letter-spacing:-1.5px;margin-bottom:16px;font-size:32px;font-weight:700;line-height:1.2}.landing-root .feature-desc{color:var(--fg-muted);margin-bottom:28px;font-size:16px;line-height:1.7}.landing-root .feature-list{flex-direction:column;gap:10px;margin-bottom:32px;padding:0;list-style:none;display:flex}.landing-root .feature-list li{color:var(--fg-muted);align-items:flex-start;gap:10px;font-size:15px;display:flex}.landing-root .feature-list li:before{content:"";background:var(--green-dim);background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L5 9L10 3' stroke='%23b8ff00' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border:1px solid #00bd6c4d;border:1px solid lab(67.5123% -58.0386 30.0217/.3);border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px;display:block}.landing-root .feature-visual{position:relative}.landing-root .mock-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #0000004d;box-shadow:0 24px 64px lab(0% 0 0/.3)}.landing-root .mock-card-header{background:var(--bg-raised);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:16px 20px;font-size:13px;font-weight:600;display:flex}.landing-root .mock-card-body{padding:20px}.landing-root .mock-tag{border-radius:6px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.landing-root .mock-tag-success{background:var(--green-dim);color:var(--green)}.landing-root .mock-tag-warn{color:var(--amber);background:#fab72a26;background:lab(79.137% 16.9725 73.9414/.15)}.landing-root .mock-tag-error{color:var(--red);background:#e6434326;background:lab(53.9062% 63.1954 38.5555/.15)}.landing-root .mock-tag-info{background:var(--cyan-dim);color:var(--cyan)}.landing-root .widget-preview{border:1px solid var(--border);background:linear-gradient(160deg,#00182b,#000f20);background:linear-gradient(160deg,lab(7.04205% -3.00915 -18.3486),lab(3.48871% -.54311 -18.2516));border-radius:16px;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000059;box-shadow:0 24px 64px lab(0% 0 0/.35)}.landing-root .widget-header{background:var(--cyan);align-items:center;gap:12px;padding:16px 20px;display:flex}.landing-root .widget-header-icon{background:#0003;background:lab(0% 0 0/.2);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.landing-root .widget-header-text{color:#000f20;color:lab(3.48871% -.54311 -18.2516);font-size:15px;font-weight:600}.landing-root .widget-header-sub{color:#00040ab3;color:lab(.89156% -.789933 -4.30253/.7);font-size:12px}.landing-root .widget-msgs{flex-direction:column;gap:12px;padding:20px;display:flex}.landing-root .w-msg{border-radius:14px;max-width:85%;padding:12px 16px;font-size:13px;line-height:1.5}.landing-root .w-msg-bot{background:var(--bg-raised);color:var(--fg);border-bottom-left-radius:4px}.landing-root .w-msg-user{background:var(--cyan);color:#000f20;color:lab(3.48871% -.54311 -18.2516);border-bottom-right-radius:4px;margin-left:auto}.landing-root .widget-input{background:var(--bg-raised);border:1px solid var(--border);color:var(--fg-muted);border-radius:24px;align-items:center;gap:10px;margin:0 16px 16px;padding:11px 16px;font-size:13px;display:flex}.landing-root .widget-send{background:var(--cyan);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;display:flex}.landing-root .url-row{background:var(--bg-raised);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;margin-bottom:8px;padding:10px 14px;font-size:13px;display:flex}.landing-root .url-status{border-radius:50%;flex-shrink:0;width:8px;height:8px}.landing-root .url-text{font-family:var(--mono);color:var(--fg-muted);flex:1;font-size:12px}.landing-root .url-time{color:var(--fg-subtle);font-size:11px}.landing-root .chart-bar-group{align-items:flex-end;gap:8px;height:120px;margin-bottom:12px;display:flex}.landing-root .chart-bar{background:var(--cyan-dim);border:1px solid #a8f30047;border:1px solid lab(88.4511% -47.5096 101.994/.28);border-radius:6px 6px 0 0;flex:1}.landing-root .chart-bar.active{background:var(--cyan)}.landing-root .chart-week{justify-content:space-around;display:flex}.landing-root .chart-week-label{color:var(--fg-subtle);font-size:10px}.landing-root .code-embed{border:1px solid var(--border);font-family:var(--mono);background:#000818;background:lab(1.81944% .300854 -14.0274);border-radius:12px;padding:20px 24px;font-size:13px;line-height:1.7}.landing-root .code-line{margin-bottom:2px}.landing-root .code-tag{color:var(--cyan)}.landing-root .code-attr{color:#d58ecf;color:lab(68.1238% 35.109 -21.9565)}.landing-root .code-str{color:var(--green)}.landing-root .code-comment{color:var(--fg-subtle)}.landing-root .steps-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.landing-root .step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px;position:relative}.landing-root .step-number{color:var(--bg-raised);font-variant-numeric:tabular-nums;margin-bottom:20px;font-size:64px;font-weight:900;line-height:1}.landing-root .step-title{letter-spacing:-.5px;margin-bottom:10px;font-size:20px;font-weight:700}.landing-root .step-desc{color:var(--fg-muted);font-size:15px;line-height:1.65}.landing-root .step-connector{color:var(--border-strong);z-index:1;position:absolute;top:52px;right:-20px}.landing-root .pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.landing-root .pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px;transition:transform .2s}.landing-root .pricing-card:hover{transform:translateY(-4px)}.landing-root .pricing-card.featured{border-color:var(--cyan);box-shadow:0 0 0 1px var(--cyan), 0 32px 80px var(--cyan-glow);background:#04070e;background:lab(1.94578% -.0757203 -3.1934);position:relative}[data-theme=light] .landing-root .pricing-card.featured{background:#f6f9fc;background:lab(97.6644% -.267297 -1.87219)}.landing-root .pricing-featured-badge{background:var(--cyan);color:#000f20;color:lab(3.48871% -.54311 -18.2516);white-space:nowrap;border-radius:100px;padding:5px 14px;font-size:11px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-root .pricing-plan{text-transform:uppercase;letter-spacing:1px;color:var(--fg-muted);margin-bottom:8px;font-size:13px;font-weight:700}.landing-root .pricing-price{letter-spacing:-3px;margin-bottom:6px;font-size:52px;font-weight:800;line-height:1}.landing-root .pricing-price span{letter-spacing:0;vertical-align:super;color:var(--fg-muted);font-size:20px;font-weight:500}.landing-root .pricing-period{color:var(--fg-muted);margin-bottom:24px;font-size:14px}.landing-root .pricing-desc{color:var(--fg-muted);border-bottom:1px solid var(--border);margin-bottom:28px;padding-bottom:28px;font-size:15px;line-height:1.6}.landing-root .pricing-features{flex-direction:column;gap:12px;margin-bottom:32px;padding:0;list-style:none;display:flex}.landing-root .pricing-features li{color:var(--fg-muted);align-items:flex-start;gap:10px;font-size:14px;display:flex}.landing-root .pf-check{color:var(--green);flex-shrink:0;margin-top:1px}.landing-root .pf-x{color:var(--fg-subtle);flex-shrink:0;margin-top:1px}.landing-root .testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-root .testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px}.landing-root .testimonial-stars{gap:4px;margin-bottom:16px;display:flex}.landing-root .star{color:var(--amber);font-size:14px}.landing-root .testimonial-text{color:var(--fg-muted);margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.7}.landing-root .testimonial-author{align-items:center;gap:12px;display:flex}.landing-root .testimonial-avatar{background:var(--cyan-dim);width:40px;height:40px;color:var(--cyan);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.landing-root .testimonial-name{font-size:14px;font-weight:600}.landing-root .testimonial-role{color:var(--fg-muted);font-size:12px}.landing-root .stats-banner{background:var(--border);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.landing-root .stats-banner-item{background:var(--bg);text-align:center;padding:48px 40px}[data-theme=light] .landing-root .stats-banner-item{background:var(--bg-card)}.landing-root .stat-big{letter-spacing:-3px;margin-bottom:8px;font-size:56px;font-weight:800;line-height:1}.landing-root .stat-big .unit{font-size:28px;font-weight:500}.landing-root .stat-label{color:var(--fg-muted);font-size:15px}.landing-root .cta-section{text-align:center;padding:120px 0;position:relative;overflow:hidden}.landing-root .cta-glow{pointer-events:none;background:radial-gradient(#a8f30005 0%,#0000 70%);background:radial-gradient(lab(88.4511% -47.5096 101.994/.02) 0%,#0000 70%);width:800px;height:400px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.landing-root .cta-title{letter-spacing:-3px;margin-bottom:24px;font-size:clamp(40px,5vw,68px);font-weight:800;line-height:1.05}.landing-root .cta-sub{color:var(--fg-muted);max-width:480px;margin:0 auto 48px;font-size:18px;line-height:1.65}.landing-root .cta-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.landing-root .footer{border-top:1px solid var(--border);padding:56px 0 40px}.landing-root .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px;display:grid}.landing-root .footer-brand-desc{color:var(--fg-muted);max-width:280px;margin-top:14px;font-size:14px;line-height:1.7}.landing-root .footer-col-title{text-transform:uppercase;letter-spacing:.8px;color:var(--fg-muted);margin-bottom:16px;font-size:13px;font-weight:700}.landing-root .footer-links{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.landing-root .footer-links li a{color:var(--fg-muted);font-size:14px;transition:color .15s}.landing-root .footer-links li a:hover{color:var(--fg)}.landing-root .footer-bottom{border-top:1px solid var(--border);color:var(--fg-subtle);justify-content:space-between;align-items:center;padding-top:28px;font-size:13px;display:flex}.landing-root .footer-bottom-links{gap:24px;display:flex}.landing-root .footer-bottom-links a{color:var(--fg-subtle);transition:color .15s}.landing-root .footer-bottom-links a:hover{color:var(--fg-muted)}.landing-root .faq-list{max-width:720px;margin:0 auto}.landing-root .faq-item{border-bottom:1px solid var(--border);cursor:pointer;padding:24px 0}.landing-root .faq-item:first-child{border-top:1px solid var(--border)}.landing-root .faq-question{color:var(--fg);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;font-size:17px;font-weight:600;display:flex}.landing-root .faq-toggle{border:1px solid var(--border);width:28px;height:28px;color:var(--fg-muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:all .15s;display:flex}.landing-root .faq-answer{max-height:0;color:var(--fg-muted);font-size:15px;line-height:1.7;transition:max-height .3s,padding .3s;overflow:hidden}.landing-root .faq-answer.open{max-height:200px;padding-top:14px}.landing-root .faq-item.open .faq-toggle{background:var(--cyan-dim);border-color:var(--cyan);color:var(--cyan);transform:rotate(45deg)}.landing-root .integrations-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.landing-root .integration-chip{background:var(--bg-card);border:1px solid var(--border);color:var(--fg-muted);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px 16px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.landing-root .integration-chip:hover{border-color:var(--border-strong);color:var(--fg);transform:translateY(-2px)}.landing-root .integration-icon{border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}@media (max-width:1023px),(hover:none),(pointer:coarse){.hero-webgl-canvas{display:none!important}}.landing-root .fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.landing-root .fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.landing-root .hero-glow{background:radial-gradient(#a8f30033 0%,#0000 70%);background:radial-gradient(lab(88.4511% -47.5096 101.994/.2) 0%,#0000 70%)}.landing-root .header{padding:0 24px}.landing-root .hero{padding:140px 0 96px}.landing-root .feature-row{grid-template-columns:1fr;gap:40px;padding:64px 0}.landing-root .feature-row.reverse .feature-visual{order:0}.landing-root .steps-grid{grid-template-columns:1fr 1fr;gap:24px}.landing-root .step-connector{display:none}.landing-root .pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.landing-root .testimonials-grid{grid-template-columns:repeat(2,1fr)}.landing-root .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-root .stats-banner{grid-template-columns:repeat(2,1fr)}.landing-root .stats-banner-item{padding:36px 24px}.landing-root .integrations-grid{grid-template-columns:repeat(3,1fr)}.landing-root .section{padding:72px 0}.landing-root .section-header{margin-bottom:48px}}@media (max-width:991px){.landing-root .header{height:72px;padding:0 20px}.landing-root .nav{min-width:0;height:100%;padding:0}.landing-root .nav-logo{flex-shrink:0;min-width:0}.landing-root .nav-links{display:none}.landing-root .nav-end{flex-shrink:0;gap:8px;min-width:0}.landing-root .nav-actions{gap:8px}.landing-root .nav-actions .btn-ghost{display:none}.landing-root .nav-burger{display:inline-flex}.landing-root .section[id]{scroll-margin-top:92px}}@media (max-width:768px){.landing-root .header{height:64px;padding:0 20px}.landing-root .nav-logo{font-size:17px}.landing-root .nav-logo img{width:auto;height:26px}.landing-root .nav-logo-mark{width:28px;height:28px;font-size:12px}.landing-root .section[id]{scroll-margin-top:84px}.landing-root .container,.landing-root .container-wide{padding:0 16px}.landing-root .hero{padding:100px 0 72px}.landing-root .hero-title{letter-spacing:-2px;font-size:clamp(38px,9vw,56px);line-height:1.05}.landing-root .hero-subtitle{margin-bottom:36px;font-size:17px}.landing-root .hero-cta{flex-direction:column;align-items:stretch;gap:12px;padding:0 8px}.landing-root .hero-cta .btn-xl{justify-content:center;padding:15px 24px;font-size:15px}.landing-root .hero-social-proof{flex-direction:column;align-items:center;gap:10px;margin-top:40px;padding:0 8px}.landing-root .hero-mockup{margin-top:56px}.landing-root .mockup-sidebar{display:none}.landing-root .mockup-main{padding:16px}.landing-root .m-stats{grid-template-columns:repeat(2,1fr);gap:10px}.landing-root .m-stat{padding:12px}.landing-root .m-stat-value{font-size:20px}.landing-root .m-grid{grid-template-columns:1fr}.landing-root .logos-bar{padding:32px 0 40px}.landing-root .logos-track{gap:24px}.landing-root .stats-banner{grid-template-columns:1fr 1fr}.landing-root .stats-banner-item{padding:28px 16px}.landing-root .stat-big{letter-spacing:-2px;font-size:40px}.landing-root .stat-big .unit{font-size:20px}.landing-root .stat-label{font-size:13px}.landing-root .section{padding:56px 0}.landing-root .section-header{margin-bottom:36px}.landing-root .section-title{letter-spacing:-1.5px;font-size:clamp(28px,7vw,40px)}.landing-root .section-subtitle{font-size:16px}.landing-root .feature-row{gap:32px;padding:48px 0}.landing-root .feature-title{letter-spacing:-1px;font-size:26px}.landing-root .feature-desc{font-size:15px}.landing-root .feature-list li{font-size:14px}.landing-root .steps-grid{grid-template-columns:1fr;gap:16px}.landing-root .step-card{padding:24px}.landing-root .step-number{margin-bottom:14px;font-size:48px}.landing-root .integrations-grid{grid-template-columns:repeat(3,1fr);gap:10px}.landing-root .integration-chip{padding:16px 8px;font-size:11px}.landing-root .integration-icon{width:30px;height:30px;font-size:18px}.landing-root .testimonials-grid{grid-template-columns:1fr}.landing-root .pricing-grid{max-width:100%}.landing-root .pricing-card{padding:28px 24px}.landing-root .pricing-price{font-size:44px}.landing-root .faq-question{font-size:15px}.landing-root .cta-section{padding:80px 0}.landing-root .cta-title{letter-spacing:-2px;font-size:clamp(34px,8vw,56px)}.landing-root .cta-sub{font-size:16px}.landing-root .cta-btns{flex-direction:column;align-items:stretch;padding:0 8px}.landing-root .cta-btns .btn-xl{justify-content:center;font-size:15px}.landing-root .footer{padding:40px 0 32px}.landing-root .footer-grid{grid-template-columns:1fr;gap:28px;margin-bottom:36px}.landing-root .footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.landing-root .footer-bottom-links{gap:16px}}@media (max-width:480px){.landing-root .header{padding:0 16px}.landing-root .nav-actions .btn-primary{border-radius:8px;padding:8px 14px;font-size:12px}.landing-root .nav-logo img{height:22px}.landing-root .hero{padding:88px 0 56px}.landing-root .hero-title{letter-spacing:-1.5px;font-size:clamp(30px,9.5vw,42px)}.landing-root .hero-subtitle{max-width:100%;font-size:15px}.landing-root .hero-eyebrow .badge{white-space:normal;text-align:center;border-radius:12px;max-width:94%;padding:5px 10px;font-size:11px;line-height:1.5}.landing-root .hero-mockup{display:none}.landing-root .stats-banner{grid-template-columns:1fr 1fr}.landing-root .stats-banner-item{padding:24px 12px}.landing-root .stat-big{font-size:34px}.landing-root .integrations-grid{grid-template-columns:repeat(2,1fr);gap:8px}.landing-root .integration-chip{padding:14px 8px}.landing-root .section-title{letter-spacing:-1px}.landing-root .pricing-card{padding:24px 20px}.landing-root .pricing-price{font-size:40px}.landing-root .feature-title{font-size:24px}.landing-root .feature-row{padding:40px 0}.landing-root .step-card,.landing-root .testimonial-card{padding:20px}.landing-root .faq-question{font-size:14px}.landing-root .cta-title{font-size:clamp(28px,9vw,40px)}.landing-root .btn-xl{padding:14px 20px;font-size:14px}.landing-root .btn-primary,.landing-root .btn-ghost{padding:9px 16px;font-size:13px}}@media (max-width:375px){.landing-root .hero-title{font-size:clamp(28px,9vw,38px)}.landing-root .hero-subtitle{font-size:14px}.landing-root .hero-cta{padding:0 4px}.landing-root .nav-mobile-panel{width:90%}.landing-root .pricing-grid{max-width:100%}.landing-root .section{padding:48px 0}}
