@import"https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap";.alts-intro[data-astro-cid-2ap3mpqf]{max-width:640px;margin-bottom:52px}.alts-lead[data-astro-cid-2ap3mpqf]{margin-top:16px;font-size:17px;line-height:1.65;color:var(--text-2)}.alts-cards[data-astro-cid-2ap3mpqf]{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}@media(max-width:860px){.alts-cards[data-astro-cid-2ap3mpqf]{grid-template-columns:1fr}}.alt-card[data-astro-cid-2ap3mpqf]{display:flex;flex-direction:column;gap:10px;padding:28px 30px 26px;border-radius:16px;border:1px solid var(--border);background:var(--surface);text-decoration:none;transition:border-color .15s ease,background .15s ease;cursor:pointer}.alt-card[data-astro-cid-2ap3mpqf]:hover{border-color:var(--teal);background:color-mix(in srgb,var(--teal) 6%,var(--surface))}.alt-card-vs[data-astro-cid-2ap3mpqf]{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3)}.alt-card-name[data-astro-cid-2ap3mpqf]{font-size:22px;font-weight:600;color:var(--text);letter-spacing:-.015em;line-height:1.1}.alt-card-blurb[data-astro-cid-2ap3mpqf]{font-size:14px;line-height:1.65;color:var(--text-2);flex:1;margin:0}.landing-root .resources{background:var(--bg-2);border-top:1px solid var(--border)}.landing-root .resources-grid{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.landing-root .resources-card{padding:24px 22px 22px;background:var(--surface);border:1px solid var(--border);border-radius:14px;text-decoration:none;color:var(--text);display:flex;flex-direction:column;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.landing-root .resources-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 12px 30px #3b82f614}.landing-root .resources-card .r-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:12px}.landing-root .resources-card h3{font-size:17px;font-weight:600;margin:0 0 8px;color:var(--text);letter-spacing:-.01em}.landing-root .resources-card p{margin:0;font-size:13.5px;line-height:1.55;color:var(--text-2)}.landing-root .resources-card .arr{margin-top:18px;font-size:18px;color:var(--blue)}@media(max-width:1024px){.landing-root .resources-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.landing-root .resources-grid{grid-template-columns:1fr}}.landing-root{--bg: #ffffff;--bg-2: #f8fafc;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--border: #e5e9f2;--border-2: #d8dee8;--text: #0a1124;--text-2: #475569;--text-3: #64748b;--text-4: #94a3b8;--blue: #3b82f6;--blue-2: #2563eb;--blue-soft: rgba(59, 130, 246, .08);--teal: #14b8a6;--green: #10b981;--green-soft: rgba(16, 185, 129, .08);--amber: #f59e0b;--amber-soft: rgba(245, 158, 11, .08);--rose: #f43f5e;--rose-soft: rgba(244, 63, 94, .08);--grad-logo: linear-gradient(135deg, #14b8a6 0%, #3b82f6 100%);--grad-cta: linear-gradient(135deg, #3b82f6 0%, #10b981 100%);--grad-text: linear-gradient(135deg, #14b8a6 0%, #3b82f6 50%, #10b981 100%);--sans: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "Geist Mono", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;font-family:var(--sans);background:var(--bg);color:var(--text);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background .3s ease,color .3s ease}html.dark .landing-root{--bg: #070b1a;--bg-2: #0b1228;--surface: #0e1530;--surface-2: #131c3d;--surface-3: #1a2549;--border: #1f2a4f;--border-2: #28335e;--text: #e8edf7;--text-2: #aab4d1;--text-3: #6e7a9c;--text-4: #4a5577;--blue-soft: rgba(59, 130, 246, .14);--green-soft: rgba(16, 185, 129, .14);--amber-soft: rgba(245, 158, 11, .14);--rose-soft: rgba(244, 63, 94, .14)}.landing-root *{box-sizing:border-box}.landing-root img{max-width:100%;display:block}.landing-root a{color:inherit}.landing-root button{font-family:inherit;cursor:pointer}.landing-root .grid-bg{position:absolute;inset:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:56px 56px;background-position:-1px -1px;opacity:.35;pointer-events:none;mask-image:radial-gradient(ellipse at top,black,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at top,black,transparent 75%)}html.landing-light .landing-root .grid-bg{opacity:.6}.landing-root .wrap{max-width:1280px;margin:0 auto;padding:0 32px}.landing-root .wrap-narrow{max-width:920px;margin:0 auto;padding:0 32px}.landing-root section{position:relative}.landing-root .rule{height:1px;background:var(--border)}.landing-root .section-pad{padding:110px 0}.landing-root .section-pad-sm{padding:72px 0}.landing-root .section-intro-2col{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:end}.landing-root .eyebrow{font-family:var(--mono);font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-weight:500}.landing-root .h1{font-family:var(--sans);font-size:clamp(46px,6.4vw,88px);line-height:1.02;letter-spacing:-.035em;font-weight:700;margin:0;color:var(--text)}.landing-root .h2{font-family:var(--sans);font-size:clamp(36px,4.2vw,60px);line-height:1.04;letter-spacing:-.03em;font-weight:700;margin:0;color:var(--text)}.landing-root .h3{font-family:var(--sans);font-size:clamp(24px,2.1vw,32px);line-height:1.15;letter-spacing:-.02em;font-weight:600;margin:0}.landing-root .kicker{font-family:var(--mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3)}.landing-root .lead{font-size:18px;line-height:1.6;color:var(--text-2);max-width:64ch}.landing-root .body{font-size:16px;line-height:1.65;color:var(--text-2);max-width:64ch}.landing-root .body+.body,.landing-root .lead+.body,.landing-root .body+.lead,.landing-root .lead+.lead{margin-top:18px}.landing-root .micro{font-size:13px;color:var(--text-3)}.landing-root .mono{font-family:var(--mono)}.landing-root .num{font-family:var(--mono);font-feature-settings:"tnum" 1}.landing-root .grad{background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.landing-root .accent-blue{color:var(--blue);font-weight:700}.landing-root .accent-green{color:var(--green);font-weight:700}.landing-root .accent-teal{color:var(--teal);font-weight:700}.landing-root .accent-amber{color:var(--amber);font-weight:700}.landing-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:10px;font-weight:600;font-size:14.5px;letter-spacing:-.005em;border:0;color:#fff;background:var(--blue-2);text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 1px #ffffff1f inset,0 6px 20px #2563eb59;cursor:pointer}.landing-root .btn:hover{transform:translateY(-1px);box-shadow:0 1px #ffffff2e inset,0 10px 28px #2563eb73}.landing-root .btn-grad{background:var(--grad-cta);box-shadow:0 1px #ffffff2e inset,0 8px 24px #14b8a659}.landing-root .btn-grad:hover{box-shadow:0 1px #ffffff38 inset,0 12px 32px #14b8a680;filter:brightness(1.06)}.landing-root .btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border-2);box-shadow:none}.landing-root .btn-ghost:hover{background:var(--surface-2);border-color:var(--text-3)}.landing-root .btn-arrow{font-family:var(--mono);font-size:14px}.landing-root .link-arrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:14px;font-weight:500;color:var(--blue);text-decoration:none;cursor:pointer}.landing-root .link-arrow:hover{color:var(--teal)}.landing-root .link-arrow .arr{transition:transform .15s ease}.landing-root .link-arrow:hover .arr{transform:translate(3px)}.landing-root .topbar{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 80%,transparent);backdrop-filter:blur(14px) saturate(1.3);-webkit-backdrop-filter:blur(14px) saturate(1.3);border-bottom:1px solid transparent;transition:border-color .2s ease}.landing-root .topbar.scrolled{border-bottom-color:var(--border)}.landing-root .topbar-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:32px}.landing-root .brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;letter-spacing:-.01em;text-decoration:none;color:var(--text)}.landing-root .brand-mark{width:30px;height:30px;background:var(--grad-logo);border-radius:7px;position:relative;box-shadow:0 4px 12px #14b8a64d;display:flex;align-items:center;justify-content:center}.landing-root .brand-mark:after{content:"";width:14px;height:10px;background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);background-size:14px 1.5px,14px 1.5px,14px 1.5px;background-position:0 0,0 50%,0 100%;background-repeat:no-repeat}.landing-root .brand-name{background:var(--grad-logo);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .topbar nav{display:flex;gap:28px;font-size:14px;color:var(--text-2);font-weight:500}.landing-root .topbar nav a{text-decoration:none;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.landing-root .topbar nav a:hover{color:var(--text)}.landing-root .topbar nav a .chev{font-size:10px;color:var(--text-3)}.landing-root .topbar-actions{display:flex;gap:12px;align-items:center}.landing-root .theme-toggle{width:38px;height:38px;border-radius:10px;border:1px solid var(--border-2);background:transparent;color:var(--text-2);display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer}.landing-root .theme-toggle:hover{background:var(--surface-2);color:var(--text)}.landing-root .hero{padding:88px 0 100px;position:relative;overflow:hidden}.landing-root .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--mono);font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-weight:500}.landing-root .hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px #3b82f633;animation:landing-pulse 2.2s ease-in-out infinite}@keyframes landing-pulse{0%,to{box-shadow:0 0 0 4px #3b82f633}50%{box-shadow:0 0 0 6px #3b82f614}}.landing-root .hero h1{margin-top:22px;max-width:18ch}.landing-root .hero-body{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;margin-top:56px;align-items:start}.landing-root .hero-copy p{margin:0 0 18px}.landing-root .hero-copy p:last-of-type{margin-bottom:28px}.landing-root .hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.landing-root .hero-trust{margin-top:40px;padding-top:28px;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.landing-root .trust-item{font-size:13px;color:var(--text-3);line-height:1.45}.landing-root .trust-item strong{display:block;color:var(--text);font-weight:600;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.landing-root .trust-item strong:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:8px;vertical-align:1px}.landing-root .eleven{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px;position:relative;box-shadow:0 30px 60px -20px #0006}.landing-root .eleven-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.landing-root .eleven-title{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);display:inline-flex;align-items:center;gap:8px}.landing-root .eleven-title .live-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px var(--green-soft);animation:landing-pulse-green 1.8s infinite}@keyframes landing-pulse-green{50%{box-shadow:0 0 0 6px transparent}}.landing-root .eleven-clock{font-family:var(--mono);font-size:13px;color:var(--text-3);font-feature-settings:"tnum" 1}.landing-root .eleven-clock .num{font-size:22px;font-weight:500;color:var(--text);margin-right:4px}.landing-root .eleven-stage{position:relative;height:330px;overflow:hidden;background:var(--bg-2);border:1px solid var(--border);border-radius:10px}.landing-root .eleven-progress{position:absolute;left:0;bottom:0;height:3px;background:var(--grad-cta);transition:width .1s linear}.landing-root .eleven-step{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:24px;opacity:0;transform:translateY(12px);transition:opacity .45s ease,transform .45s ease;pointer-events:none}.landing-root .eleven-step.active{opacity:1;transform:translateY(0)}.landing-root .eleven-meta{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:12px;display:inline-flex;align-items:center;gap:8px}.landing-root .eleven-stage-title{font-size:18px;line-height:1.3;margin-bottom:14px;font-weight:600;color:var(--text);letter-spacing:-.01em}.landing-root .eleven-line{display:flex;align-items:center;gap:12px;font-family:var(--mono);font-size:12.5px;color:var(--text-2);padding:6px 0}.landing-root .eleven-line .label{color:var(--text-3);min-width:86px}.landing-root .eleven-line .val{color:var(--text);flex:1}.landing-root .eleven-line .typed:after{content:"▍";color:var(--blue);animation:landing-caret 1s steps(1) infinite}@keyframes landing-caret{50%{opacity:0}}.landing-root .eleven-line .flag-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:var(--amber-soft);color:var(--amber);font-size:10px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;border-radius:4px;margin-left:8px}.landing-root .eleven-footer{margin-top:14px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.landing-root .eleven-controls{display:flex;gap:6px;margin-top:14px;align-items:center}.landing-root .eleven-dot{width:26px;height:4px;background:var(--border-2);border:0;padding:0;border-radius:2px;cursor:pointer}.landing-root .eleven-dot.on{background:var(--grad-cta)}.landing-root .pivot{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing-root .pivot-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:72px;align-items:start}.landing-root .pivot-callout{margin-top:28px;padding:22px 24px;border-radius:12px;border:1px solid var(--border);background:var(--surface);font-size:19px;line-height:1.45;color:var(--text);font-weight:500;letter-spacing:-.01em;position:relative}.landing-root .pivot-callout:before{content:"";position:absolute;left:-1px;top:18px;bottom:18px;width:3px;border-radius:3px;background:var(--grad-cta)}.landing-root .steps{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.landing-root .step{padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:14px;position:relative}.landing-root .step-num{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);font-weight:500}.landing-root .step-time{font-family:var(--mono);font-size:11px;letter-spacing:.06em;padding:3px 8px;background:var(--blue-soft);color:var(--blue);border-radius:4px}.landing-root .step-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.landing-root .step h3{font-size:24px;margin:0 0 12px;line-height:1.2;font-weight:600;letter-spacing:-.015em}.landing-root .step p{color:var(--text-2);font-size:14.5px;line-height:1.6;margin:0}.landing-root .step.you{background:linear-gradient(160deg,var(--surface-2),var(--surface));border-color:var(--blue);box-shadow:0 0 0 1px var(--blue),0 20px 40px -10px #3b82f640}.landing-root .step.you .step-time{background:var(--green-soft);color:var(--green)}.landing-root .step-tag{display:inline-flex;align-items:center;gap:6px;margin-top:18px;font-family:var(--mono);font-size:11px;padding:4px 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:4px;letter-spacing:.04em;color:var(--text-3)}.landing-root .step.you .step-tag{color:var(--green);border-color:var(--green-soft);background:var(--green-soft)}.landing-root .queue-wrap{background:var(--bg);color:var(--text);padding:110px 0;position:relative;overflow:hidden}.landing-root .queue-wrap:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 20% 0%,rgba(59,130,246,.12),transparent 60%),radial-gradient(ellipse 80% 50% at 80% 100%,rgba(20,184,166,.08),transparent 60%);pointer-events:none}.landing-root .queue-wrap>.wrap{position:relative;z-index:1}.landing-root .queue-app{margin-top:56px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 40px 100px -20px #00000080,0 0 0 1px var(--border);font-size:14px}.landing-root .queue-chrome{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface-2);gap:12px}.landing-root .queue-chrome .dots{display:flex;gap:6px}.landing-root .queue-chrome .dots span{width:11px;height:11px;border-radius:50%;background:var(--border-2)}.landing-root .queue-chrome .url{flex:1;background:var(--bg-2);border:1px solid var(--border);padding:6px 14px;font-family:var(--mono);font-size:12px;color:var(--text-3);border-radius:6px;text-align:center}.landing-root .queue-toolbar{display:flex;align-items:center;padding:0 4px;border-bottom:1px solid var(--border);background:var(--surface)}.landing-root .queue-tab{padding:14px 18px;font-size:13px;font-weight:500;color:var(--text-3);border:0;background:transparent;border-bottom:2px solid transparent;margin-bottom:-1px;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.landing-root .queue-tab.active{color:var(--text);border-bottom-color:var(--blue)}.landing-root .queue-tab .count{display:inline-block;padding:1px 7px;background:var(--surface-3);color:var(--text-2);font-size:10.5px;font-weight:600;border-radius:999px;font-family:var(--mono)}.landing-root .queue-tab.active .count{background:var(--blue-soft);color:var(--blue)}.landing-root .queue-body{display:grid;grid-template-columns:360px 1fr;min-height:540px}.landing-root .queue-list{border-right:1px solid var(--border);overflow:hidden}.landing-root .queue-row{display:grid;grid-template-columns:1fr auto;padding:14px 18px;border-bottom:1px solid var(--border);cursor:pointer;position:relative;transition:background .15s ease;gap:8px}.landing-root .queue-row:hover,.landing-root .queue-row.selected{background:var(--surface-2)}.landing-root .queue-row.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--grad-cta)}.landing-root .queue-row .vendor{font-weight:500;color:var(--text);margin-bottom:3px;font-size:14px}.landing-root .queue-row .meta{font-family:var(--mono);font-size:11.5px;color:var(--text-3)}.landing-root .queue-row .amount{font-family:var(--mono);font-weight:500;color:var(--text);text-align:right;font-size:13.5px}.landing-root .queue-row .conf{font-family:var(--mono);font-size:10.5px;margin-top:4px;text-align:right;letter-spacing:.04em;text-transform:uppercase;font-weight:500}.landing-root .conf-high{color:var(--green)}.landing-root .conf-mid{color:var(--amber)}.landing-root .conf-low{color:var(--rose)}.landing-root .queue-row.processing .vendor{color:var(--text-3)}.landing-root .queue-row.processing:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent,var(--blue),transparent);animation:landing-scan 1.4s linear infinite}@keyframes landing-scan{0%{transform:translate(-100%)}to{transform:translate(100%)}}.landing-root .queue-detail{display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr)}.landing-root .detail-head{padding:18px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:16px;background:var(--surface)}.landing-root .detail-head h4{margin:0;font-size:18px;font-weight:600;letter-spacing:-.015em}.landing-root .detail-head .meta{font-family:var(--mono);font-size:11.5px;color:var(--text-3);letter-spacing:.04em;margin-top:3px}.landing-root .conf-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;padding:6px 12px;border-radius:999px}.landing-root .conf-badge.high{background:var(--green-soft);color:var(--green)}.landing-root .conf-badge.mid{background:var(--amber-soft);color:var(--amber)}.landing-root .conf-badge.low{background:var(--rose-soft);color:var(--rose)}.landing-root .detail-body{display:grid;grid-template-columns:280px 1fr;gap:0}.landing-root .receipt{border-right:1px solid var(--border);background:var(--bg-2);padding:20px;font-family:var(--mono);font-size:11.5px;color:var(--text-2);line-height:1.7}.landing-root .detail-foot{padding:16px 24px;border-top:1px solid var(--border);background:var(--surface);display:flex;justify-content:space-between;align-items:center;gap:16px}.landing-root .foot-summary{font-family:var(--mono);font-size:11.5px;color:var(--text-3);letter-spacing:.02em}.landing-root .foot-summary strong{color:var(--text);font-weight:600}.landing-root .actions{display:flex;gap:8px}.landing-root .queue-caption{margin-top:16px;font-family:var(--mono);font-size:12px;color:var(--text-3);text-align:center;letter-spacing:.04em}.landing-root .docinfo{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0 0 12px}.landing-root .docinfo-row{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:8px 20px;font-size:13px;align-items:baseline}.landing-root .docinfo-k{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);font-weight:500}.landing-root .docinfo-v{color:var(--text);font-weight:400}.landing-root .audit{background:var(--bg-2)}.landing-root .audit-grid{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.landing-root .audit-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px;position:relative;transition:transform .2s ease,border-color .2s ease}.landing-root .audit-card:hover{transform:translateY(-3px);border-color:var(--blue)}.landing-root .audit-num{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:500}.landing-root .audit-card h4{font-size:22px;margin:14px 0 10px;line-height:1.2;font-weight:600;letter-spacing:-.015em}.landing-root .audit-card p{margin:0;color:var(--text-2);font-size:14.5px;line-height:1.6}.landing-root .audit-meter{margin-top:22px;height:6px;background:var(--surface-3);border-radius:3px;overflow:hidden}.landing-root .audit-meter .fill{height:100%;background:var(--grad-cta);border-radius:3px;transition:width 1.2s cubic-bezier(.2,.8,.2,1)}.landing-root .audit-meter-label{display:flex;justify-content:space-between;margin-top:8px;font-family:var(--mono);font-size:11px;color:var(--text-3)}.landing-root .audit-meter-label .v{color:var(--text);font-weight:600}.landing-root .audit-summary{margin-top:28px;padding:28px 36px;background:var(--surface);border:1px solid var(--border);border-radius:14px;position:relative;display:flex;align-items:center;gap:36px;flex-wrap:wrap;overflow:hidden}.landing-root .audit-summary:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--grad-cta)}.landing-root .audit-summary .num-big{font-size:96px;line-height:.9;letter-spacing:-.05em;font-weight:700;background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .audit-summary .num-big sup{font-size:32px;vertical-align:super;opacity:.8}.landing-root .audit-summary .lbl{font-family:var(--mono);font-size:12px;color:var(--text-3);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.landing-root .audit-summary p{margin:0;flex:1;min-width:280px;color:var(--text-2)}.landing-root .jur{background:var(--bg)}.landing-root .jur-tabs{display:flex;gap:4px;margin-top:40px;border-bottom:1px solid var(--border);padding:0}.landing-root .jur-tab{padding:14px 22px;font-size:13.5px;font-weight:500;color:var(--text-3);border:0;background:transparent;border-bottom:2px solid transparent;margin-bottom:-1px;display:inline-flex;align-items:center;gap:10px;cursor:pointer}.landing-root .jur-tab.active{color:var(--text);border-bottom-color:var(--blue)}.landing-root .jur-tab .flag{display:inline-block;width:22px;height:14px;vertical-align:middle;background:var(--border-2);border-radius:2px;overflow:hidden}.landing-root .jur-panel{padding:40px 0;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.landing-root .jur-panel h3{font-size:36px;margin:0 0 18px;letter-spacing:-.02em;font-weight:700;line-height:1.1}.landing-root .jur-panel p.lead{margin-bottom:22px}.landing-root .jur-edges{display:flex;flex-direction:column;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.landing-root .jur-edge{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:16px 20px;border-bottom:1px solid var(--border)}.landing-root .jur-edge:last-child{border-bottom:0}.landing-root .jur-edge .code{font-family:var(--mono);font-size:11px;color:var(--blue);letter-spacing:.06em;font-weight:600;padding-top:1px}.landing-root .jur-edge .what{color:var(--text);font-size:14.5px;line-height:1.45;font-weight:500}.landing-root .jur-edge .what em{font-style:normal;color:var(--text-3);display:block;margin-top:4px;font-size:13px;font-weight:400;line-height:1.5}.landing-root .compare{background:var(--bg-2)}.landing-root .compare-toggle{display:inline-flex;border:1px solid var(--border-2);background:var(--surface);border-radius:8px;padding:3px;gap:2px}.landing-root .compare-toggle button{padding:7px 14px;font-size:12.5px;font-weight:500;border:0;background:transparent;color:var(--text-3);border-radius:6px;cursor:pointer}.landing-root .compare-toggle button.on{background:var(--surface-3);color:var(--text)}.landing-root .compare-table{margin-top:28px;border:1px solid var(--border);background:var(--surface);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:1.4fr 1fr 1fr}.landing-root .compare-table>div{padding:16px 22px;border-bottom:1px solid var(--border);border-right:1px solid var(--border);font-size:14px;line-height:1.45}.landing-root .compare-table>div:nth-child(3n){border-right:0}.landing-root .compare-table>div:nth-last-child(-n+3){border-bottom:0}.landing-root .compare-head{background:var(--surface-2);font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);font-weight:600;padding:14px 22px!important}.landing-root .compare-head.ours{color:var(--text)}.landing-root .compare-row-label{font-family:var(--mono);font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);font-weight:500}.landing-root .compare-cell-them{color:var(--text-3)}.landing-root .compare-cell-us{color:var(--text);font-weight:500}.landing-root .compare-cell-us.diff{background:linear-gradient(90deg,var(--green-soft),transparent 80%)}.landing-root .compare-cell-us.diff:before{content:"✓";color:var(--green);font-weight:700;margin-right:8px}.landing-root .integrations{background:var(--bg)}.landing-root .intg-list{margin-top:48px;border:1px solid var(--border);background:var(--surface);border-radius:14px;overflow:hidden}.landing-root .intg-row{display:grid;grid-template-columns:220px auto 1fr 100px;align-items:center;padding:22px 28px;border-bottom:1px solid var(--border);gap:24px}.landing-root .intg-row:last-child{border-bottom:0}.landing-root .intg-name{font-size:22px;font-weight:600;letter-spacing:-.015em}.landing-root .intg-status{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:999px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.landing-root .intg-status.live{background:var(--green-soft);color:var(--green)}.landing-root .intg-status.live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green)}.landing-root .intg-status.soon{background:var(--surface-3);color:var(--text-3)}.landing-root .intg-status.soon:before{content:"";width:6px;height:6px;border-radius:50%;border:1.5px solid var(--text-3)}.landing-root .intg-row>.body{color:var(--text-2);font-size:14.5px;max-width:none}.landing-root .pricing{background:var(--bg-2)}.landing-root .pricing-calc{margin-top:40px;display:grid;grid-template-columns:1.1fr 1fr;gap:0;border:1px solid var(--border);background:var(--surface);border-radius:16px;overflow:hidden}.landing-root .calc-left{padding:36px;border-right:1px solid var(--border)}.landing-root .calc-right{padding:36px;background:linear-gradient(160deg,var(--surface-2),var(--surface));position:relative}.landing-root .calc-right:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(59,130,246,.1),transparent 60%);pointer-events:none}.landing-root .calc-right>*{position:relative}.landing-root .slider-row{margin-bottom:28px}.landing-root .slider-row .lab{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.landing-root .slider-row .lab strong{font-size:30px;font-weight:700;letter-spacing:-.02em}.landing-root .slider-row .lab .l{font-family:var(--mono);font-size:11px;color:var(--text-3);letter-spacing:.08em;text-transform:uppercase}.landing-root .calc-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:var(--surface-3);outline:none;border-radius:2px}.landing-root .calc-slider::-webkit-slider-runnable-track{background:transparent}.landing-root .calc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--blue-2);border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #2563eb80,0 0 0 4px var(--surface);margin-top:-8px}.landing-root .calc-slider::-moz-range-thumb{width:20px;height:20px;background:var(--blue-2);border-radius:50%;border:0;box-shadow:0 2px 8px #2563eb80,0 0 0 4px var(--surface)}.landing-root .toggle-row{display:inline-flex;padding:3px;background:var(--surface-3);border-radius:8px;gap:2px}.landing-root .toggle-row button{padding:8px 14px;font-size:12.5px;font-weight:500;border:0;background:transparent;color:var(--text-3);border-radius:6px;cursor:pointer}.landing-root .toggle-row button.on{background:var(--blue-2);color:#fff}.landing-root .calc-out .lbl{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:8px}.landing-root .calc-out .big{font-size:64px;line-height:1;letter-spacing:-.035em;font-weight:700}.landing-root .calc-out .big .unit{font-size:16px;color:var(--text-3);margin-left:8px;font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;font-weight:500}.landing-root .calc-out .vs{margin-top:22px;font-family:var(--mono);font-size:12.5px;color:var(--text-3);line-height:1.6}.landing-root .calc-out .vs s{color:var(--text-4)}.landing-root .calc-out .calc-compare{margin-top:22px}.landing-root .calc-out .calc-compare-label{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px}.landing-root .calc-out .calc-compare-links{display:flex;flex-wrap:wrap;gap:12px 22px}.landing-root .calc-out .calc-compare-links .link-arrow{font-size:13.5px}.landing-root .calc-out .save{margin-top:18px;padding:12px 16px;border:1px solid var(--green);background:var(--green-soft);color:var(--green);font-family:var(--mono);font-size:12.5px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;font-weight:500}.landing-root .calc-out .save .v{font-size:22px;font-weight:700}.landing-root .founding{background:var(--bg);position:relative;overflow:hidden}.landing-root .founding:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 20%,rgba(20,184,166,.1),transparent 60%),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(59,130,246,.08),transparent 60%);pointer-events:none}.landing-root .founding>.wrap{position:relative}.landing-root .fp-list{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.landing-root .fp-item{padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:14px;position:relative}.landing-root .fp-num{font-size:56px;line-height:.9;letter-spacing:-.04em;font-weight:700;background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .fp-item h4{font-size:22px;margin:14px 0 10px;color:var(--text);font-weight:600;letter-spacing:-.015em;line-height:1.25}.landing-root .fp-item p{color:var(--text-2);font-size:14.5px;line-height:1.6;margin:0}.landing-root .fp-cta{margin-top:48px;display:flex;gap:16px;align-items:center;flex-wrap:wrap}.landing-root .fp-counter{font-family:var(--mono);font-size:12.5px;color:var(--text-3);display:inline-flex;align-items:center;gap:8px}.landing-root .fp-counter .v{font-size:18px;color:var(--text);font-weight:700}.landing-root .fp-counter .dot{width:6px;height:6px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 3px var(--amber-soft)}.landing-root .fp-cities{margin-top:56px;padding:28px;border:1px solid var(--border);border-radius:14px;background:var(--surface);display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.landing-root .fp-city h5{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin:0 0 10px;font-weight:600}.landing-root .fp-city ul{list-style:none;padding:0;margin:0;font-size:14px;color:var(--text-2);line-height:1.85}.landing-root .doors{background:var(--bg-2)}.landing-root .doors-grid{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.landing-root .door{padding:36px;background:var(--surface);border:1px solid var(--border);border-radius:16px;position:relative}.landing-root .door .who{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:600}.landing-root .door h3{font-size:32px;margin:12px 0 6px;letter-spacing:-.025em;line-height:1.1;font-weight:700}.landing-root .door .price{font-family:var(--mono);font-size:12.5px;color:var(--text-3);margin-bottom:22px;line-height:1.6}.landing-root .door .price strong{color:var(--text);font-weight:600}.landing-root .door ul{list-style:none;padding:0;margin:0 0 24px}.landing-root .door ul li{padding:11px 0;border-top:1px solid var(--border);font-size:14px;color:var(--text-2);display:flex;gap:12px;align-items:flex-start}.landing-root .door ul li:before{content:"✓";width:16px;height:16px;background:var(--green-soft);color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border-radius:50%;margin-top:2px;flex-shrink:0}.landing-root .faq{background:var(--bg)}.landing-root .faq-list{margin-top:36px;border-top:1px solid var(--border)}.landing-root .faq-item{border-bottom:1px solid var(--border)}.landing-root .faq-q{width:100%;text-align:left;padding:22px 0;background:transparent;border:0;font-size:18px;font-weight:600;letter-spacing:-.015em;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:24px;cursor:pointer}.landing-root .faq-q .ico{width:28px;height:28px;border-radius:50%;background:var(--surface-2);display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-3);transition:all .2s ease;flex-shrink:0}.landing-root .faq-item.open .faq-q .ico{transform:rotate(45deg);background:var(--blue);color:#fff}.landing-root .faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.landing-root .faq-item.open .faq-a{grid-template-rows:1fr}.landing-root .faq-a-inner{overflow:hidden}.landing-root .faq-a p{margin:0 0 24px;color:var(--text-2);max-width:70ch;font-size:15.5px;line-height:1.65}.landing-root .final{background:var(--bg);padding:130px 0;position:relative;overflow:hidden}.landing-root .final:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 100%,rgba(59,130,246,.18),transparent 60%),radial-gradient(ellipse 50% 40% at 80% 0%,rgba(20,184,166,.1),transparent 60%);pointer-events:none}.landing-root .final>.wrap{position:relative}.landing-root .final h2{max-width:18ch}.landing-root .final .body{margin-top:22px;max-width:56ch}.landing-root .final .ctas{margin-top:36px;display:flex;gap:14px;flex-wrap:wrap}.landing-root .landing-footer{background:var(--bg-2);border-top:1px solid var(--border);color:var(--text-2);padding:60px 0 28px;font-size:13px}.landing-root .landing-footer .top{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:40px;padding-bottom:40px;border-bottom:1px solid var(--border)}.landing-root .landing-footer h6{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin:0 0 14px;font-weight:600}.landing-root .landing-footer ul{list-style:none;padding:0;margin:0;line-height:2}.landing-root .landing-footer ul li a{text-decoration:none;color:var(--text-2);cursor:pointer}.landing-root .landing-footer ul li a:hover{color:var(--text)}.landing-root .landing-footer .legal{display:flex;justify-content:space-between;align-items:center;padding-top:28px;font-family:var(--mono);font-size:11.5px;color:var(--text-3);letter-spacing:.02em;flex-wrap:wrap;gap:12px}.landing-root .cta-short{display:none}@media(max-width:720px){.landing-root .cta-full{display:none}.landing-root .cta-short{display:inline}}@media(max-width:1180px){.landing-root .queue-body{grid-template-columns:minmax(0,1fr)}.landing-root .queue-list,.landing-root .queue-detail{min-width:0}.landing-root .queue-list{border-right:0;border-bottom:1px solid var(--border);max-height:280px;overflow-y:auto}.landing-root .detail-body{grid-template-columns:minmax(0,1fr)}.landing-root .receipt{border-right:0;border-bottom:1px solid var(--border)}.landing-root .detail-foot{flex-direction:column;align-items:stretch;gap:14px}.landing-root .detail-foot .actions{width:100%;justify-content:flex-end;flex-wrap:wrap}}@media(max-width:1024px){.landing-root .hero-body,.landing-root .pivot-grid,.landing-root .steps,.landing-root .audit-grid,.landing-root .jur-panel,.landing-root .compare-table,.landing-root .doors-grid,.landing-root .pricing-calc,.landing-root .fp-list,.landing-root .fp-cities,.landing-root .landing-footer .top,.landing-root .intg-row,.landing-root .section-intro-2col{grid-template-columns:1fr!important}.landing-root .section-intro-2col{gap:24px;align-items:start}.landing-root .step,.landing-root .fp-item{border-right:0}.landing-root .topbar nav{display:none}.landing-root .hero-trust{grid-template-columns:repeat(2,1fr)}.landing-root .section-pad{padding:80px 0}.landing-root .intg-row{gap:12px;padding:22px}}@media(max-width:720px){.landing-root .wrap,.landing-root .wrap-narrow{padding:0 18px}.landing-root .topbar-inner{gap:10px;height:64px}.landing-root .brand-name{display:none}.landing-root .brand-mark{width:28px;height:28px}.landing-root .topbar-actions{gap:8px}.landing-root .topbar-actions .btn{padding:8px 14px!important;font-size:12.5px!important;white-space:nowrap}.landing-root .theme-toggle{width:34px;height:34px}.landing-root .h1{font-size:44px;line-height:1.05;letter-spacing:-.03em}.landing-root .h2{font-size:32px;line-height:1.08;letter-spacing:-.025em}.landing-root .lead{font-size:16px}.landing-root .body{font-size:15.5px}.landing-root .hero{padding:56px 0 72px}.landing-root .hero h1{margin-top:18px;max-width:none}.landing-root .hero-body{gap:40px;margin-top:36px}.landing-root .hero-ctas{flex-direction:column;gap:10px}.landing-root .hero-ctas .btn{width:100%;padding:14px 18px;justify-content:center;font-size:14.5px}.landing-root .hero-trust{grid-template-columns:1fr;gap:14px;padding-top:20px;margin-top:28px}.landing-root .trust-item strong{font-size:10.5px}.landing-root .eleven{padding:16px;border-radius:12px}.landing-root .eleven-stage{height:360px}.landing-root .eleven-step{padding:18px 16px}.landing-root .eleven-stage-title{font-size:15.5px;margin-bottom:12px}.landing-root .eleven-line{flex-direction:column;align-items:flex-start;gap:2px;padding:5px 0;font-size:11.5px}.landing-root .eleven-line .label{min-width:0;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-4)}.landing-root .eleven-line .val{width:100%;word-break:break-word}.landing-root .eleven-line .flag-pill{margin-left:6px}.landing-root .steps{margin-top:36px;gap:12px}.landing-root .step{padding:22px;border-radius:12px}.landing-root .step-head{flex-direction:column;align-items:flex-start;gap:8px}.landing-root .step-time{white-space:nowrap}.landing-root .step h3{font-size:21px}.landing-root .pivot-grid{gap:32px}.landing-root .pivot-callout{padding:18px 20px;font-size:17px}.landing-root .queue-wrap{padding:72px 0}.landing-root .queue-app{margin-top:36px;border-radius:12px;font-size:13px}.landing-root .queue-chrome{padding:10px 12px;gap:8px;flex-wrap:wrap}.landing-root .queue-chrome .url{font-size:10.5px;padding:5px 10px;min-width:0}.landing-root .queue-toolbar{overflow-x:auto;-webkit-overflow-scrolling:touch}.landing-root .queue-toolbar::-webkit-scrollbar{height:0}.landing-root .queue-tab{white-space:nowrap;padding:12px 14px;font-size:12px}.landing-root .queue-tab .count{font-size:9.5px;padding:1px 6px}.landing-root .queue-list{max-height:260px}.landing-root .queue-row{padding:12px 14px;grid-template-columns:28px 1fr auto!important;gap:10px}.landing-root .queue-row .vendor{font-size:13px;flex-wrap:wrap;gap:4px!important}.landing-root .queue-row .meta{font-size:10.5px;margin-bottom:4px}.landing-root .queue-row .amount{font-size:12.5px}.landing-root .queue-row .conf{font-size:9.5px}.landing-root .detail-head{flex-direction:column;align-items:flex-start;padding:16px;gap:10px}.landing-root .detail-head h4{font-size:16px;flex-wrap:wrap}.landing-root .detail-head .meta{font-size:10.5px}.landing-root .conf-badge{font-size:10px;padding:5px 10px}.landing-root .docinfo{grid-template-columns:minmax(0,1fr);padding:0 0 8px}.landing-root .docinfo-row{grid-template-columns:minmax(0,1fr);gap:2px;padding:10px 16px;border-bottom:1px solid var(--border)}.landing-root .docinfo-row:last-child{border-bottom:0}.landing-root .docinfo-k{font-size:10px}.landing-root .docinfo-v{font-size:13.5px;word-break:break-word}.landing-root .detail-foot{padding:12px 14px!important;gap:8px!important}.landing-root .detail-foot button{font-size:13.5px!important;padding:12px 14px!important}.landing-root .queue-caption{font-size:11px;padding:0 12px}.landing-root .audit-card{padding:22px;border-radius:12px}.landing-root .audit-card h4{font-size:19px}.landing-root .audit-summary{padding:22px;gap:18px;flex-direction:column;align-items:flex-start}.landing-root .audit-summary .num-big{font-size:72px}.landing-root .jur-panel{padding:28px 0;gap:28px}.landing-root .jur-panel h3{font-size:28px}.landing-root .jur-edge{grid-template-columns:1fr;gap:4px;padding:14px 16px}.landing-root .jur-edge .code{font-size:10px}.landing-root .jur-edge .what{font-size:13.5px}.landing-root .jur-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;-webkit-mask-image:linear-gradient(to right,black calc(100% - 24px),transparent);mask-image:linear-gradient(to right,black calc(100% - 24px),transparent)}.landing-root .jur-tabs::-webkit-scrollbar{height:0}.landing-root .jur-tab{flex-shrink:0;white-space:nowrap;padding:12px 16px;scroll-margin-inline:24px}.landing-root .compare-table{display:block}.landing-root .compare-table>div{display:block;border-right:0;padding:12px 16px}.landing-root .compare-head{padding:10px 16px!important}.landing-root .compare-row-label{font-size:10.5px;padding-top:16px!important;background:var(--surface-2)}.landing-root .compare-cell-them,.landing-root .compare-cell-us{padding-bottom:14px!important;font-size:13.5px}.landing-root .compare-cell-them:before{content:"Legacy OCR";display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4);margin-bottom:4px}.landing-root .compare-cell-us:before,.landing-root .compare-cell-us.diff:before{content:"ExpenseFlow";display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:4px;margin-right:0}.landing-root .compare-cell-us.diff{position:relative}.landing-root .compare-cell-us.diff:after{content:"✓";color:var(--green);font-weight:700;position:absolute;top:14px;right:14px}.landing-root .intg-row{grid-template-columns:1fr!important;padding:18px;gap:10px;text-align:left}.landing-root .intg-row .intg-name{font-size:20px}.landing-root .intg-status{align-self:flex-start}.landing-root .intg-row>.body{font-size:13.5px}.landing-root .intg-row>.link-arrow{justify-self:flex-start!important}.landing-root .pricing-calc{border-radius:12px}.landing-root .calc-left,.landing-root .calc-right{padding:24px}.landing-root .calc-left{border-right:0;border-bottom:1px solid var(--border)}.landing-root .slider-row .lab strong{font-size:24px}.landing-root .calc-out .big{font-size:44px}.landing-root .calc-out .vs{font-size:11.5px}.landing-root .founding .h2{max-width:none}.landing-root .fp-list{gap:12px;margin-top:36px}.landing-root .fp-item{padding:22px;border-radius:12px}.landing-root .fp-num{font-size:44px}.landing-root .fp-item h4{font-size:19px}.landing-root .fp-cta{gap:12px;margin-top:32px}.landing-root .fp-cta .btn{width:100%;justify-content:center}.landing-root .fp-counter{width:100%;justify-content:center;padding:8px 0}.landing-root .fp-cities{grid-template-columns:1fr 1fr;gap:18px;padding:22px;margin-top:36px}.landing-root .doors-grid{gap:12px}.landing-root .door{padding:24px;border-radius:12px}.landing-root .door h3{font-size:26px}.landing-root .faq-q{padding:18px 0;font-size:16px;gap:12px}.landing-root .faq-q .ico{width:24px;height:24px;font-size:14px}.landing-root .faq-a p{font-size:14.5px;line-height:1.6}.landing-root .final{padding:80px 0}.landing-root .final h2{max-width:none}.landing-root .final .ctas{flex-direction:column;gap:10px}.landing-root .final .ctas .btn{width:100%;justify-content:center}.landing-root .landing-footer{padding:48px 0 24px}.landing-root .landing-footer .top{gap:28px;padding-bottom:28px}.landing-root .landing-footer .legal{flex-direction:column;align-items:flex-start;gap:8px;text-align:left}.landing-root .dwell-fixed{left:auto!important;right:14px!important;bottom:14px!important;padding:7px 10px!important;font-size:10px!important;gap:8px!important}}@media(max-width:380px){.landing-root .h1{font-size:38px}.landing-root .h2{font-size:28px}.landing-root .door h3,.landing-root .audit-card h4,.landing-root .step h3,.landing-root .fp-item h4{font-size:18px}.landing-root .calc-out .big{font-size:38px}}
