*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.landing-body{--bg:#f9f8f5;--white:#fff;--border:#e5e2da;--border2:#d0ccc2;--text:#1c1917;--sub:#6b6560;--dim:#a09b95;--accent:#2563eb;--accent-light:#eef3ff;--green:#16a34a;--green-light:#f0fdf4;--radius:10px;--radius-lg:16px;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,Inter,system-ui,sans-serif;line-height:1.6}.landing-body a{color:inherit;text-decoration:none}.landing-body button{cursor:pointer;font-family:inherit}.landing-body svg{flex-shrink:0;display:block}nav.landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#f9f8f5eb;align-items:center;gap:2rem;height:64px;padding:0 2.5rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--text);letter-spacing:-.5px;margin-right:auto;font-size:16px;font-weight:800}.nav-link{color:var(--sub);background:0 0;border:none;padding:0;font-size:13px;transition:color .15s}.nav-link:hover{color:var(--text)}.nav-demo{color:var(--accent);background:0 0;border:none;padding:0;font-size:13px;font-weight:500}.btn-login{background:var(--accent);color:#fff;border:none;border-radius:8px;flex-shrink:0;padding:8px 20px;font-size:13px;font-weight:600;transition:opacity .15s}.btn-login:hover{opacity:.88}.btn-outline{background:var(--accent-light);color:var(--accent);border:1px solid #2563eb33;border-radius:8px;flex-shrink:0;padding:8px 20px;font-size:13px;font-weight:600;transition:all .15s}.btn-outline:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.nav-toggle{color:var(--text);background:0 0;border:none;margin-left:-10px;padding:10px;display:none}.mobile-menu{background:var(--bg);z-index:200;flex-direction:column;padding:32px 1.5rem;animation:.2s ease-out fadeIn;display:none;position:fixed;inset:0}.mobile-menu.active{display:flex}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:48px;display:flex}.mobile-menu-links{flex-direction:column;gap:32px;display:flex}.mobile-link{color:var(--text);font-size:24px;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero{text-align:center;max-width:820px;margin:0 auto;padding:140px 1.5rem 72px}.hero-eyebrow{background:var(--green-light);color:var(--green);border:1px solid #bbf7d0;border-radius:20px;align-items:center;gap:7px;margin-bottom:32px;padding:5px 14px;font-size:12px;font-weight:500;display:inline-flex}.pulse{background:var(--green);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hero h1{letter-spacing:-2px;color:var(--text);margin-bottom:24px;font-size:clamp(2.8rem,6vw,4.4rem);font-weight:800;line-height:1.05}.hero h1 span{color:var(--accent)}.hero-sub{color:var(--sub);max-width:480px;margin:0 auto 32px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.75}.spec-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:36px;display:flex}.spec-pill{color:var(--sub);background:var(--white);border:1px solid var(--border);border-radius:20px;padding:5px 13px;font-size:12px;font-weight:500}.spec-pill.hi{color:var(--accent);background:var(--accent-light);border-color:#2563eb40}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.btn-primary{background:var(--accent);color:#fff;border:none;border-radius:9px;padding:13px 32px;font-size:14px;font-weight:600;transition:opacity .15s}.btn-primary:hover{opacity:.88}.btn-ghost-hero{background:var(--white);color:var(--text);border:1px solid var(--border2);border-radius:9px;padding:12px 26px;font-size:14px;font-weight:500;transition:border-color .15s}.btn-ghost-hero:hover{border-color:var(--accent)}.hero-note{color:var(--dim);flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:16px;font-size:12px;display:flex}.hero-note span{align-items:center;gap:5px;display:flex}.hero-note span+span:before{content:"";background:var(--border2);border-radius:50%;width:3px;height:3px;margin-right:0}.demo{max-width:840px;margin:0 auto;padding:0 1.5rem 88px}.demo-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 8px 32px #00000012}.demo-header{background:var(--bg);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 18px;display:flex}.demo-dot{border-radius:50%;width:10px;height:10px}.demo-title-bar{color:var(--dim);letter-spacing:.4px;flex:1;margin-left:6px;font-size:11px;font-weight:500}.rec-indicator{color:#e5573e;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle;background:#e5573e26;border:1px solid #e5573e33;border-radius:20px;align-items:center;gap:6px;margin-left:8px;padding:2px 8px;font-size:9px;font-weight:700;display:none}.rec-indicator.active{display:inline-flex}.rec-dot{background:#e5573e;border-radius:50%;width:5px;height:5px;animation:1.5s infinite recPulse}@keyframes recPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes waveBar{0%,to{transform:scaleY(.25)}50%{transform:scaleY(1)}}.wbar{transform-origin:50%;background:#4ade80;border-radius:2px;flex-shrink:0;width:3px;height:28px;animation:1s ease-in-out infinite waveBar}@keyframes typein{0%{width:0}to{width:100%}}.demo-body{grid-template-columns:1fr 48px 1fr;display:grid}.demo-col{min-width:0;padding:24px}.col-label{letter-spacing:.8px;color:var(--dim);text-transform:uppercase;margin-bottom:14px;font-size:10px;font-weight:700}#raw-text{color:var(--sub);min-height:130px;font-size:13px;font-style:italic;line-height:1.85}.placeholder-txt{color:var(--dim)}.cursor{background:var(--accent);vertical-align:middle;width:2px;height:13px;margin-left:1px;animation:.8s infinite blink;display:none}.cursor.on{display:inline-block}.demo-divider{border-left:1px solid var(--border);border-right:1px solid var(--border);background:var(--bg);justify-content:center;align-items:center;display:flex}.arrow-pill{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.report-out{color:var(--text);min-height:130px;font-size:13px;line-height:1.8}.rfield{border-bottom:1px solid var(--border);opacity:0;margin-bottom:14px;padding-bottom:14px;transition:opacity .5s,transform .4s;transform:translateY(4px)}.rfield.on{opacity:1;transform:translateY(0)}.rfield:last-child{border:none;margin:0;padding:0}.rfield strong{letter-spacing:.4px;color:var(--accent);text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:700;display:block}.rfield p{color:var(--sub);font-size:12.5px;line-height:1.7}.rfield p+p{margin-top:6px}.rfield ol{margin:0;padding-left:15px}.rfield li{color:var(--sub);font-size:12.5px;line-height:1.7}.rfield li+li{margin-top:6px}.demo-footer{background:var(--bg);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.tpl-badge{color:var(--dim);align-items:center;gap:5px;font-size:11px;display:flex}.tpl-dot{background:var(--accent);border-radius:50%;width:5px;height:5px}.complete-badge{color:var(--green);background:var(--green-light);opacity:0;border:1px solid #bbf7d0;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;transition:opacity .5s}.complete-badge.on{opacity:1}.rec-pill{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;opacity:0;vertical-align:middle;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;align-items:center;gap:6px;margin-left:8px;padding:2px 8px;font-size:9px;font-weight:700;transition:opacity .3s;display:inline-flex}.rec-pill.on{opacity:1}.rec-pill-dot{background:#ef4444;border-radius:50%;width:5px;height:5px;animation:1.5s infinite recPulse}.logos{text-align:center;padding:0 1.5rem 120px;overflow:hidden}.logos-label{letter-spacing:1px;color:var(--dim);text-transform:uppercase;margin-bottom:32px;font-size:13px;font-weight:600}.logos-track-wrap{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.logos-track{gap:12px;width:max-content;animation:28s linear infinite scrollLogos;display:flex}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}.logos-track:hover{animation-play-state:paused}.logo-chip{color:var(--sub);background:var(--white);border:1px solid var(--border);white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:12px;padding:12px 24px;font-size:15px;font-weight:500;transition:border-color .2s,box-shadow .2s;display:flex}.logo-chip:hover{border-color:var(--accent);box-shadow:0 4px 16px #2563eb14}.logo-chip.live{color:var(--text);border-color:#bbf7d0}.logo-chip.live:hover{border-color:var(--accent)}.live-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.brand-mark{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex;overflow:hidden}.brand-mark img{object-fit:contain;width:30px;height:30px;display:block}.brand-mark span{letter-spacing:-.3px;font-size:9px;font-weight:800;line-height:1}.chip-wave{align-items:center;gap:3px;height:24px;margin-left:4px;display:flex}.chip-wave .cbar{background:var(--accent);opacity:.35;border-radius:2px;width:3px;animation:1.2s ease-in-out infinite chipWave}.logo-chip.live .chip-wave .cbar{background:var(--green);opacity:.5}@keyframes chipWave{0%,to{height:6px}50%{height:20px}}.waveform-bg{opacity:.3;justify-content:center;align-items:center;gap:5px;height:100px;margin-top:40px;display:flex}.waveform-bg .wbg{background:linear-gradient(to bottom, #22d3ee, var(--accent) 25%, var(--accent) 75%, #22d3ee);width:4px;animation:wbgPulse var(--dur,2s) ease-in-out infinite;border-radius:2px}@keyframes wbgPulse{0%,to{height:var(--min,12px)}50%{height:var(--max,74px)}}.hiw{max-width:900px;margin:0 auto;padding:88px 1.5rem}.section-eyebrow{letter-spacing:1px;color:var(--dim);text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:700}.section-h{letter-spacing:-1px;margin-bottom:14px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.15}.section-sub{color:var(--sub);max-width:480px;margin-bottom:52px;font-size:15px;line-height:1.75}.steps-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.step{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px}.step-num{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:18px;font-size:13px;font-weight:700;display:flex}.step h3{margin-bottom:8px;font-size:14px;font-weight:700}.step p{color:var(--sub);font-size:13px;line-height:1.65}.features{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:88px 1.5rem}.features-inner{max-width:960px;margin:0 auto}.feat-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:14px;margin-top:52px;display:grid}.feat{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:28px 26px;display:flex;position:relative;overflow:hidden}.feat-text{z-index:1;position:relative}.feat-pain{letter-spacing:.4px;color:var(--dim);text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:600}.feat h3{color:var(--text);margin-bottom:8px;font-size:15px;font-weight:700}.feat p{color:var(--sub);font-size:12.5px;line-height:1.65}.feat-illus{z-index:1;flex:1;justify-content:center;align-items:flex-end;padding-top:24px;display:flex;position:relative}.vs-tag{color:var(--dim);background:var(--white);border:1px solid var(--border);border-radius:4px;margin-top:10px;padding:2px 8px;font-size:11px;display:inline-block}.feat.span2{grid-column:span 2}.feat-glow{filter:blur(80px);opacity:.07;pointer-events:none;border-radius:50%;width:200px;height:200px;position:absolute}.illus-phone{background:var(--white);border:1px solid var(--border);border-radius:12px 12px 0 0;flex-direction:column;gap:6px;width:160px;padding:16px 14px 0;display:flex}.illus-phone .qr-box{background:var(--bg);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 6px;display:flex}.illus-phone .qr-grid{grid-template-columns:repeat(5,1fr);gap:2px;width:36px;height:36px;display:grid}.illus-phone .qr-grid span{background:var(--border2);border-radius:1px}.illus-phone .qr-grid span.on{background:var(--accent)}.illus-phone .ph-label{color:var(--dim);text-align:center;letter-spacing:.5px;text-transform:uppercase;font-size:9px;font-weight:600}.illus-phone .ph-bar{background:var(--border);border-radius:2px;height:3px;overflow:hidden}.illus-phone .ph-bar-fill{background:var(--accent);border-radius:2px;width:70%;height:100%;animation:2s ease-in-out infinite alternate phFill}@keyframes phFill{0%{width:40%}to{width:90%}}.illus-live-panel{background:var(--white);border:1px solid var(--border);border-radius:10px 10px 0 0;flex-direction:column;flex:1;gap:10px;padding:14px;display:flex}.lp-header{letter-spacing:.5px;color:var(--dim);text-transform:uppercase;align-items:center;gap:6px;font-size:9px;font-weight:700;display:flex}.lp-dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.lp-wave{align-items:center;gap:2px;height:32px;display:flex}.lp-bar{background:var(--accent);opacity:.4;border-radius:2px;width:3px;animation:1s ease-in-out infinite lpWave}@keyframes lpWave{0%,to{height:6px}50%{height:28px}}.lp-meta{color:var(--dim);justify-content:space-between;font-size:9px;font-weight:600;display:flex}.lp-transcript{color:var(--sub);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:8px 10px;font-size:10px;font-style:italic;line-height:1.5}.illus-report{flex-direction:column;gap:6px;width:100%;max-width:320px;display:flex}.illus-report .rp-row{background:var(--white);border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;padding:10px 14px;display:flex}.illus-report .rp-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.illus-report .rp-label{color:var(--sub);flex:1;font-size:11px;font-weight:600}.illus-report .rp-arrow{color:var(--dim);font-size:14px}.illus-report .rp-mapped{color:var(--green);background:var(--green-light);border-radius:20px;padding:2px 7px;font-size:9px;font-weight:600}.illus-pdf{align-items:flex-end;gap:10px;display:flex}.illus-pdf .pdf-page{background:var(--white);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:4px;width:80px;height:100px;padding:10px;display:flex}.illus-pdf .pdf-page .pdf-line{background:var(--border);border-radius:2px;height:3px}.demo-body{position:relative}.demo-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;cursor:pointer;background:#ffffff1a;border-radius:0 0 12px 12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.demo-overlay:hover .btn-play-demo{background:var(--accent);transform:scale(1.05)}.btn-play-demo{color:#fff;background:#3b82f6f2;border:1px solid #fff3;border-radius:30px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 8px 20px #0003}.illus-pdf .pdf-page .pdf-line.hi{background:var(--accent);opacity:.4}.illus-pdf .pdf-arrow{color:var(--dim);margin-bottom:40px;font-size:20px}.illus-pdf .pdf-tpl{background:var(--white);border:1px solid #bbf7d0;border-radius:8px;flex-direction:column;gap:4px;width:80px;height:100px;padding:10px;display:flex}.illus-pdf .pdf-tpl .tpl-field{background:#16a34a26;border-radius:2px;height:3px}.illus-pdf .pdf-tpl .tpl-field.hi{background:var(--green);opacity:.45}.illus-flags{flex-direction:column;gap:5px;width:100%;max-width:200px;display:flex}.illus-flags .flag-row{background:var(--white);border:1px solid var(--border);border-radius:6px;align-items:center;gap:8px;padding:7px 11px;display:flex}.illus-flags .flag-row.warn{border-color:#d9770640}.illus-flags .flag-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.illus-flags .flag-dot.green{background:var(--green)}.illus-flags .flag-dot.amber{background:#d97706;animation:2s infinite pulse}.illus-flags .flag-label{color:var(--sub);flex:1;font-size:10px}.illus-flags .flag-check{color:var(--green);font-size:10px;font-weight:700}.illus-flags .flag-warn{color:#d97706;background:#d9770614;border-radius:10px;padding:1px 6px;font-size:9px;font-weight:600}.illus-memory{flex-direction:column;gap:5px;width:100%;max-width:200px;display:flex}.illus-memory .mem-row{background:var(--white);border:1px solid var(--border);color:var(--sub);border-radius:6px;align-items:center;gap:8px;padding:7px 11px;font-size:10px;display:flex}.illus-memory .mem-icon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex}.illus-sync{align-items:center;gap:14px;display:flex}.illus-sync .sync-device{background:var(--white);border:1px solid var(--border);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:56px;height:72px;display:flex}.illus-sync .sync-device svg{color:var(--accent)}.illus-sync .sync-device span{color:var(--dim);letter-spacing:.3px;font-size:8px;font-weight:600}.illus-sync .sync-arrows{color:var(--border2);flex-direction:column;gap:2px;display:flex}.illus-sync .sync-dot{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:1.5s ease-in-out infinite syncPulse}.illus-keys{flex-direction:column;gap:8px;width:100%;max-width:180px;display:flex}.illus-keys .key-row{align-items:center;gap:6px;display:flex}.illus-keys .key-cap{background:var(--white);border:1px solid var(--border);border-bottom:2px solid var(--border2);width:32px;height:32px;color:var(--sub);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.illus-keys .key-cap.accent{background:var(--accent-light);color:var(--accent);border-color:#2563eb33 #2563eb33 #2563eb4d}.illus-keys .key-hint{color:var(--dim);margin-left:4px;font-size:10px;font-weight:500}.illus-keys .key-cap.pressed{border-bottom-width:1px;transform:translateY(2px);box-shadow:0 0 8px #2563eb40}.testi{max-width:1100px;margin:0 auto;padding:88px 1.5rem}.testi-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:52px;display:grid}.tcard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:40px 36px;transition:all .3s;display:flex;box-shadow:0 10px 40px -15px #00000014}.tcard:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 20px 40px -20px #0000001f}.tcard-quote{color:var(--text);flex:1;margin-bottom:24px;font-size:16px;line-height:1.75}.open-quote{color:var(--accent);margin-bottom:12px;display:block}.tcard-attr{border-top:1px solid var(--border);align-items:center;gap:10px;padding-top:18px;display:flex}.tcard-avatar{background:var(--accent-light);width:34px;height:34px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.tcard-name{color:var(--text);font-size:13px;font-weight:600}.tcard-role{color:var(--sub);font-size:12px}.security{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:88px 1.5rem}.security-inner{max-width:900px;margin:0 auto}.sec-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:52px;display:grid}.sec-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 20px}.sec-icon-wrap{background:var(--accent-light);width:36px;height:36px;color:var(--accent);border-radius:9px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.sec-card h3{margin-bottom:6px;font-size:13px;font-weight:700}.sec-card p{color:var(--sub);font-size:12px;line-height:1.6}.byok-note{background:var(--accent-light);border-radius:var(--radius-lg);border:1px solid #2563eb26;align-items:flex-start;gap:16px;margin-top:24px;padding:22px 26px;display:flex}.byok-note-icon{background:var(--accent);color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;display:flex}.byok-note p{color:var(--text);font-size:13px;line-height:1.7}.byok-note p strong{font-weight:700}.providers{max-width:760px;margin:0 auto;padding:80px 1.5rem}.prov-list{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.prov{background:var(--white);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:500;display:flex}.prov.live{border-color:#bbf7d0}.prov-badge{border-radius:20px;margin-left:2px;padding:2px 7px;font-size:10px;font-weight:600}.prov.live .prov-badge{background:var(--green-light);color:var(--green)}.prov.soon .prov-badge{color:var(--dim);background:#f3f4f6}.cta-section{text-align:center;padding:100px 1.5rem}.cta-inner{max-width:600px;margin:0 auto}.cta-section h2{letter-spacing:-1.2px;margin-bottom:18px;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.1}.cta-section p{color:var(--sub);max-width:440px;margin:0 auto 36px;font-size:15px;line-height:1.75}.cta-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:32px;display:flex}.btn-cta-p{background:var(--accent);color:#fff;border:none;border-radius:10px;padding:14px 36px;font-size:15px;font-weight:700;transition:opacity .15s}.btn-cta-p:hover{opacity:.88}.btn-cta-g{background:var(--white);color:var(--text);border:1px solid var(--border2);border-radius:10px;padding:13px 28px;font-size:15px;font-weight:500;transition:border-color .15s}.btn-cta-g:hover{border-color:var(--accent)}.cta-trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.trust-item{color:var(--dim);align-items:center;gap:5px;font-size:12px;display:flex}.trust-check{width:14px;height:14px;color:var(--green)}footer{border-top:1px solid var(--border);background:var(--white);padding:24px 2.5rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:960px;margin:0 auto;display:flex}.footer-brand-name{color:var(--text);letter-spacing:-.5px;font-size:15px;font-weight:800}.footer-links{gap:20px;display:flex}.footer-link{color:var(--sub);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;transition:color .15s}.footer-link:hover{color:var(--text)}.footer-right{align-items:center;gap:16px;display:flex}.comp-badges{gap:6px;display:flex}.comp-badge{background:var(--bg);border:1px solid var(--border);color:var(--dim);border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600}.footer-copy{color:var(--dim);font-size:11px}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;opacity:0;pointer-events:none;background:#1c191766;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.modal-overlay.active{opacity:1;pointer-events:auto}.modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:380px;box-shadow:0 24px 48px -12px #0000002e,0 0 0 1px var(--border);padding:32px;transition:transform .2s cubic-bezier(.16,1,.3,1);position:relative;transform:scale(.95)translateY(10px)}.modal-overlay.active .modal{transform:scale(1)translateY(0)}.modal-close{cursor:pointer;background:var(--bg);border:1px solid var(--border);width:30px;height:30px;color:var(--dim);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;transition:all .15s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{color:var(--text);border-color:var(--border2)}.modal-title{letter-spacing:-.5px;color:var(--text);text-align:center;margin-bottom:8px;font-size:22px;font-weight:700}.modal-sub{color:var(--sub);text-align:center;margin-bottom:24px;font-size:13px;line-height:1.6}.input-group{margin-bottom:16px}.input-label{color:var(--dim);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.auth-input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .15s}.auth-input:focus{border-color:var(--accent);background:var(--white);box-shadow:0 0 0 3px #2563eb14}.btn-auth{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:8px;padding:13px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s}.btn-auth:hover{opacity:.88}.btn-auth:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#e5573e;text-align:center;background:#fef2f2;border-radius:6px;margin-top:12px;padding:8px;font-size:12px;display:none}.auth-nav{text-align:center;color:var(--sub);margin-top:20px;font-size:13px}.auth-nav-link{color:var(--accent);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0}.auth-nav-link:hover{text-decoration:underline}.mobile-link:hover{color:var(--accent)}@media (max-width:768px){nav.landing-nav{gap:1.5rem;height:64px;padding:0 1.25rem}.nav-link,.nav-demo{display:none}.nav-toggle{display:block}.hero{padding:100px 1.25rem 48px}.hero h1{letter-spacing:-1px;font-size:2.4rem}.hero-sub{margin-bottom:24px;font-size:1rem}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-ghost-hero{text-align:center;width:100%}.demo{padding-bottom:56px}.demo-body{grid-template-columns:1fr!important}.demo-divider{border-top:1px solid var(--border);border-bottom:1px solid var(--border);height:48px;border-left:none!important;border-right:none!important}.arrow-pill{transform:rotate(90deg)}.demo-col{padding:20px}.demo-footer{flex-direction:column;align-items:flex-start;gap:12px}.steps-grid,.sec-grid,.feat-grid,.pricing-grid,.testi-grid{grid-template-columns:1fr!important;gap:16px!important}.hiw{padding:64px 1.5rem}.section-h{font-size:1.8rem}.feat.span2{grid-column:auto!important}.features{padding:64px 1.5rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:32px}.footer-links{flex-direction:column;gap:16px}.footer-right{flex-direction:column;align-items:flex-start;gap:16px}.auth-modal .modal{width:95%;padding:24px 1.5rem}}
