:root{--lp-cyan:#00d2d2;--lp-cyan-dim:#00bdbe26;--lp-cyan-glow:#00bdbe59;--lp-green:#12cb76;--lp-green-dim:#00bd6c26;--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-cyan:lab(75.9584% -45.8139 -13.731);--lp-cyan-dim:lab(69.0992% -49.1165 -14.641/.15);--lp-cyan-glow:lab(69.0992% -49.1165 -14.641/.35);--lp-green:lab(72.1593% -57.8594 29.9011);--lp-green-dim:lab(67.5123% -58.0386 30.0217/.15);--lp-amber:lab(79.137% 16.9725 73.9414);--lp-red:lab(53.9062% 63.1954 38.5555)}}.landing-root{--cyan:var(--lp-cyan);--cyan-dim:var(--lp-cyan-dim);--cyan-glow:var(--lp-cyan-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:#010206;--bg-card:#04070e;--bg-raised:#090d15;--bg-input:#0d121a;--fg:#eff2f7;--fg-muted:#6f757e;--fg-subtle:#3f4349;--border:#171b22b3;--border-strong:#252930}@supports (color:lab(0% 0 0)){[data-theme=dark] .landing-root{--bg:lab(.641525% -.00320375 -1.32118);--bg-card:lab(1.94578% -.0757203 -3.1934);--bg-raised:lab(3.64631% -.207484 -4.68108);--bg-input:lab(5.20326% -.318445 -5.80707);--fg:lab(95.3346% -.419974 -2.99106);--fg-muted:lab(48.9078% -.703722 -5.56341);--fg-subtle:lab(28.0372% -.545338 -4.44209);--border:lab(9.45698% -.509754 -5.47932/.7);--border-strong:lab(16.4208% -.579149 -5.50669)}}[data-theme=light] .landing-root{--bg:#f6f9fc;--bg-card:#fff;--bg-raised:#eceff3;--bg-input:#e5e8ed;--fg:#050911;--fg-muted:#525864;--fg-subtle:#8d939c;--border:#caced4cc;--border-strong:#b3b8bf}@supports (color:lab(0% 0 0)){[data-theme=light] .landing-root{--bg:lab(97.6644% -.267297 -1.87219);--bg-card:lab(100% 0 0);--bg-raised:lab(94.1779% -.369519 -2.61831);--bg-input:lab(91.8579% -.369191 -2.61813);--fg:lab(2.42796% -.0840873 -4.13788);--fg-muted:lab(37.2846% -.835329 -7.36936);--fg-subtle:lab(60.5088% -.722289 -5.57284);--border:lab(82.5677% -.514656 -3.73303/.8);--border-strong:lab(74.4405% -.604451 -4.47241)}}.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 .nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#010206d9;background:lab(.641525% -.00320375 -1.32118/.85);justify-content:space-between;align-items:center;height:68px;padding:0 48px;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}[data-theme=light] .landing-root .nav{background:#f6f9fce6;background:lab(97.6644% -.267297 -1.87219/.9)}.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:#010206;color:lab(.641525% -.00320375 -1.32118);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-actions{align-items:center;gap:12px;display:flex}.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:#010206;color:lab(.641525% -.00320375 -1.32118);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-muted);border:1px solid var(--border);background:0 0;padding:11px 22px}.landing-root .btn-ghost:hover{background:var(--bg-raised);color:var(--fg);border-color:var(--border-strong)}.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 #00bdbe80;border:1px solid lab(69.0992% -49.1165 -14.641/.5);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 #00bdbe40;border:1px solid lab(69.0992% -49.1165 -14.641/.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(#00bdbe1f 0%,#0000 70%);background:radial-gradient(lab(69.0992% -49.1165 -14.641/.12) 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:#020307;background:lab(.883434% -.0237525 -1.5976);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:#010206;color:lab(.641525% -.00320375 -1.32118);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:#000103;background:lab(.297985% .0263304 -.847262)}[data-theme=light] .landing-root .section-alt{background:#eff2f6;background:lab(95.3412% -.318676 -2.24545)}[data-theme=light] .landing-root .section-dark{background:#e8ebf0;background:lab(93.0179% -.36937 -2.61822)}.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 #00bdbe40;border:1px solid lab(69.0992% -49.1165 -14.641/.25);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='%234ade80' 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,#03060d,#010206);background:linear-gradient(160deg,lab(1.52065% -.00759214 -3.13168),lab(.641525% -.00320375 -1.32118));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:#010206;color:lab(.641525% -.00320375 -1.32118);font-size:15px;font-weight:600}.landing-root .widget-header-sub{color:#010206b3;color:lab(.641525% -.00320375 -1.32118/.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:#010206;color:lab(.641525% -.00320375 -1.32118);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 #00bdbe4d;border:1px solid lab(69.0992% -49.1165 -14.641/.3);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:#010204;background:lab(.448183% .0134856 -1.07107);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:#010206;color:lab(.641525% -.00320375 -1.32118);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(#00bdbe14 0%,#0000 70%);background:radial-gradient(lab(69.0992% -49.1165 -14.641/.08) 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}.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 .nav{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:768px){.landing-root .nav{height:60px;padding:0 20px}.landing-root .nav-links{display:none}.landing-root .nav-actions{gap:8px}.landing-root .nav-actions .btn-ghost{display:none}.landing-root .nav-logo{font-size:17px}.landing-root .nav-logo-mark{width:28px;height:28px;font-size:12px}.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:flex-start;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 .nav{padding:0 16px}.landing-root .hero{padding:88px 0 64px}.landing-root .hero-title{letter-spacing:-1.5px;font-size:clamp(32px,10vw,44px)}.landing-root .hero-subtitle{font-size:15px}.landing-root .hero-eyebrow .badge{padding:4px 10px;font-size:11px}.landing-root .hero-mockup{margin-top:40px}.landing-root .mockup-window{border-radius:12px}.landing-root .m-stats{grid-template-columns:1fr 1fr;gap:8px}.landing-root .m-stat-value{font-size:17px}.landing-root .m-stat-label{font-size:9px}.landing-root .m-stat-sub{font-size:10px}.landing-root .m-card{padding:12px}.landing-root .m-chat-msg{padding:6px 10px;font-size:11px}.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}}
