:root{--bg: #fafaf7;--bg-elevated: #ffffff;--fg: #0a0a0a;--fg-muted: #525252;--fg-subtle: #737373;--border: #e5e5e0;--border-strong: #d4d4d0;--accent: #00d26a;--accent-hover: #00b85c;--accent-soft: rgba(0, 210, 106, .1);--danger: #dc2626;--shadow-sm: 0 1px 2px rgba(10, 10, 10, .04);--shadow-md: 0 4px 16px -4px rgba(10, 10, 10, .08);--shadow-lg: 0 24px 48px -12px rgba(10, 10, 10, .18);--sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-pill: 9999px;--container: 1280px;--gutter: 24px;--section-py: clamp(64px, 10vw, 128px);--ease-out: cubic-bezier(.22, 1, .36, 1);color-scheme:light dark;font-family:var(--sans);font-size:18px;line-height:1.6;color:var(--fg);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root{--bg: #0a0a0a;--bg-elevated: #171717;--fg: #fafaf7;--fg-muted: #a3a3a3;--fg-subtle: #737373;--border: #262626;--border-strong: #404040;--accent: #00d26a;--accent-hover: #1ee07a;--accent-soft: rgba(0, 210, 106, .14);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px -4px rgba(0, 0, 0, .5);--shadow-lg: 0 24px 48px -12px rgba(0, 0, 0, .7)}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100svh;overflow-x:hidden;background:radial-gradient(1200px 600px at 80% -10%,var(--accent-soft),transparent 60%),var(--bg);background-attachment:fixed}img,svg{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}h1,h2,h3{font-weight:600;letter-spacing:-.022em;color:var(--fg);margin:0;text-wrap:balance}p{margin:0;text-wrap:pretty}.skip-link{position:absolute;top:-40px;left:16px;padding:8px 16px;background:var(--bg-elevated);color:var(--fg);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;z-index:1000;transition:top .2s var(--ease-out)}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,4vw,40px);max-width:var(--container);margin:0 auto;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:600;letter-spacing:-.01em}.brand-mark{width:28px;height:28px;border-radius:8px;display:block;object-fit:contain;box-shadow:var(--shadow-sm)}.brand-mark--lg{width:40px;height:40px;border-radius:12px}.brand--lg .brand-name{font-size:20px}.brand-name{font-size:17px}.lang-switcher{display:inline-flex;padding:4px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-elevated);gap:2px}.lang-switcher button{padding:6px 14px;font-size:13px;font-weight:500;color:var(--fg-muted);border-radius:var(--radius-pill);letter-spacing:.04em;transition:color .2s,background-color .2s}.lang-switcher button:hover{color:var(--fg)}.lang-switcher button[aria-pressed=true]{color:var(--fg);background:var(--accent-soft)}.hero{max-width:var(--container);margin:0 auto;padding:clamp(16px,4vw,48px) clamp(20px,4vw,40px) var(--section-py);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;gap:clamp(40px,6vw,80px)}@media (max-width: 900px){.hero{grid-template-columns:1fr;text-align:left}}.hero-copy{max-width:620px}.hero-h1{font-size:clamp(40px,7vw,88px);line-height:1.02;letter-spacing:-.028em;margin:0 0 24px}.hero-h1 .word{display:inline-block;white-space:nowrap}.hero-h1 .accent{color:var(--accent)}.hero-sub{font-size:clamp(17px,1.4vw,20px);line-height:1.55;color:var(--fg-muted);margin-bottom:36px;max-width:540px}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:16px;font-weight:500;border-radius:var(--radius-pill);text-decoration:none;transition:transform .2s var(--ease-out),box-shadow .2s var(--ease-out),background-color .2s var(--ease-out);white-space:nowrap}.btn-primary{background:var(--accent);color:#0a0a0a;box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px) scale(1.015);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--bg-elevated);color:var(--fg);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--border-strong);transform:translateY(-1px)}.btn .arrow{transition:transform .25s var(--ease-out)}.btn:hover .arrow{transform:translate(3px)}.hero-proof{display:inline-flex;align-items:center;gap:12px;font-size:14px;color:var(--fg-subtle)}.hero-proof .dot{width:4px;height:4px;background:currentColor;border-radius:50%;opacity:.5}.hero-mockup{justify-self:center;position:relative;width:min(340px,100%)}.phone{--phone-w: 320px;--phone-h: 640px;width:var(--phone-w);height:var(--phone-h);max-width:100%;background:#0a0a0a;border-radius:44px;padding:12px;box-shadow:0 0 0 1px #ffffff0a,var(--shadow-lg),0 60px 80px -40px #00000059;position:relative}.phone:before{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:96px;height:24px;background:#000;border-radius:16px;z-index:3}.phone-screen{width:100%;height:100%;border-radius:32px;background:#f5f5f3;overflow:hidden;display:flex;flex-direction:column;position:relative}@media (prefers-color-scheme: dark){.phone-screen{background:#1c1c1e}}.tg-header{display:flex;align-items:center;gap:10px;padding:44px 14px 10px;background:#f9f9f7;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}@media (prefers-color-scheme: dark){.tg-header{background:#2c2c2e;border-bottom-color:#ffffff0f}}.tg-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#00b85c);display:grid;place-items:center;font-size:13px;font-weight:600;color:#0a0a0a}.tg-meta{display:flex;flex-direction:column;line-height:1.2}.tg-name{font-size:13px;font-weight:600;color:var(--fg)}.tg-status{font-size:11px;color:var(--accent)}.tg-stream{flex:1;padding:16px 12px;overflow:hidden;display:flex;flex-direction:column;gap:8px;position:relative;background-image:radial-gradient(circle at 20% 30%,rgba(0,210,106,.06),transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,210,106,.04),transparent 50%)}.bubble{max-width:78%;padding:8px 12px;border-radius:16px;font-size:13px;line-height:1.4;color:var(--fg);background:#fff;box-shadow:0 1px 1px #0000000d;opacity:0;transform:translateY(8px);word-break:break-word}.bubble.from-bot{align-self:flex-start;border-bottom-left-radius:4px}.bubble.from-user{align-self:flex-end;background:#d8f3e6;border-bottom-right-radius:4px}@media (prefers-color-scheme: dark){.bubble{background:#2c2c2e;color:#f5f5f5}.bubble.from-user{background:#15573a;color:#e8fdf2}}.bubble strong{font-weight:600}.bubble-photo{align-self:flex-end;width:168px;padding:4px;border-radius:14px;background:#d8f3e6;opacity:0;transform:translateY(8px)}@media (prefers-color-scheme: dark){.bubble-photo{background:#15573a}}.receipt{width:100%;border-radius:10px;background:#fff;padding:10px 12px;font-family:var(--mono);font-size:9px;color:#404040;line-height:1.5;display:flex;flex-direction:column;gap:2px}.receipt-head{text-align:center;font-weight:600;font-size:11px;letter-spacing:.04em;color:#0a0a0a}.receipt-row{display:flex;justify-content:space-between}.receipt-divider{border-top:1px dashed #c0c0c0;margin:3px 0}.receipt-total{display:flex;justify-content:space-between;font-weight:600;color:#0a0a0a;font-size:10px}.typing{align-self:flex-start;background:#fff;padding:10px 14px;border-radius:16px 16px 16px 4px;display:inline-flex;gap:4px;opacity:0}@media (prefers-color-scheme: dark){.typing{background:#2c2c2e}}.typing span{width:6px;height:6px;border-radius:50%;background:#a3a3a3;animation:typing-bounce 1.2s infinite ease-in-out}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}.chips{display:flex;gap:6px;align-self:flex-start;flex-wrap:wrap;max-width:90%}.chip{padding:6px 12px;font-size:12px;font-weight:500;background:#fff;color:var(--fg);border-radius:var(--radius-pill);border:1px solid rgba(0,0,0,.08);opacity:0;transform:translateY(6px)}.chip.is-tapped{background:var(--accent);color:#0a0a0a;border-color:transparent}@media (prefers-color-scheme: dark){.chip{background:#2c2c2e;border-color:#ffffff14;color:#f5f5f5}}.tg-input{display:flex;align-items:center;gap:8px;padding:8px 10px 16px;background:#f9f9f7;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.tg-input-field{flex:1;height:30px;border-radius:var(--radius-pill);background:#fff;border:1px solid rgba(0,0,0,.06)}.tg-input-send{width:30px;height:30px;border-radius:50%;background:var(--accent);display:grid;place-items:center;color:#0a0a0a;font-size:14px}@media (prefers-color-scheme: dark){.tg-input{background:#2c2c2e;border-top-color:#ffffff0f}.tg-input-field{background:#1c1c1e;border-color:#ffffff14}}.section-eyebrow{display:inline-block;padding:6px 12px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-pill);margin-bottom:20px}.trust{background:var(--bg-elevated);border-block:1px solid var(--border)}.trust-inner{max-width:var(--container);margin:0 auto;padding:clamp(28px,4vw,40px) clamp(20px,4vw,40px);display:flex;flex-direction:column;gap:14px;align-items:center}.trust-items{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:12px clamp(20px,3vw,36px)}.trust-item{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--fg-muted);font-weight:500}.trust-icon{width:16px;height:16px;color:var(--accent);flex-shrink:0}.how{max-width:var(--container);margin:0 auto;padding:var(--section-py) clamp(20px,4vw,40px)}.how-header{max-width:720px;margin:0 auto clamp(48px,8vw,96px);text-align:center}.how-h2{font-size:clamp(32px,4.5vw,56px);line-height:1.05;margin-bottom:16px}.how-subtitle{font-size:clamp(16px,1.4vw,19px);color:var(--fg-muted);line-height:1.55}.how-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(40px,6vw,96px);align-items:start}.how-steps{display:flex;flex-direction:column;gap:24px}.how-step{position:relative;padding:40px 36px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);min-height:60vh;display:flex;flex-direction:column;justify-content:center;transition:border-color .4s var(--ease-out),box-shadow .4s var(--ease-out),transform .4s var(--ease-out)}.how-step.is-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),var(--shadow-md)}.how-step-kicker{display:inline-block;font-family:var(--mono);font-size:12px;font-weight:500;letter-spacing:.08em;color:var(--fg-subtle);margin-bottom:12px}.how-step.is-active .how-step-kicker{color:var(--accent)}.how-step-title{font-size:clamp(24px,2.6vw,32px);margin-bottom:14px;letter-spacing:-.02em}.how-step-body{font-size:17px;line-height:1.55;color:var(--fg-muted);margin-bottom:20px}.how-step-body code{font-family:var(--mono);font-size:.9em;padding:2px 6px;background:var(--accent-soft);border-radius:4px;color:var(--fg)}.how-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:15px;color:var(--fg-muted)}.how-bullets li{display:flex;align-items:flex-start;gap:10px}.bullet-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);margin-top:8px;flex-shrink:0}.how-mockup-col{position:relative;height:100%}.how-mockup{position:sticky;top:12vh;display:flex;align-items:center;gap:16px}.how-progress{position:relative;width:3px;height:280px;flex-shrink:0}.how-progress-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border);border-radius:2px}.how-progress-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--accent);border-radius:2px;transform-origin:top center;transform:scaleY(.33)}.how-screen{position:relative;flex:1;aspect-ratio:4 / 5;max-height:70vh;border-radius:var(--radius-lg);background:var(--bg-elevated);border:1px solid var(--border);box-shadow:var(--shadow-lg);overflow:hidden}.how-layer{position:absolute;top:0;right:0;bottom:0;left:0;padding:28px;display:flex;align-items:center;justify-content:center;opacity:0}.how-layer.is-active{opacity:1}.layer-stage{display:flex;align-items:center;gap:16px;width:100%;justify-content:center}.layer-stage-stack{flex-direction:column;align-items:stretch;gap:12px}.layer-stage-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"progress progress" "photo result";gap:24px 28px;align-items:center;width:100%}.layer-stage-grid .layer-progress{grid-area:progress}.layer-stage-grid .layer-receipt-photo{grid-area:photo;justify-self:end}.layer-stage-grid .layer-result{grid-area:result;justify-self:start}.layer-receipt-photo{position:relative;background:#fff;padding:12px;border-radius:14px;box-shadow:var(--shadow-md);transform:rotate(-2deg);flex-shrink:0;width:clamp(180px,22vw,230px);overflow:hidden}.layer-receipt-photo .receipt{font-size:11px;gap:4px}.layer-receipt-photo .receipt-head{font-size:13px}.layer-receipt-photo .receipt-total{font-size:12px}.receipt-scan{position:absolute;left:-10%;right:-10%;top:0;height:32px;background:linear-gradient(180deg,#00d26a00,#00d26a14 30%,#00d26a73,#00d26a14 70%,#00d26a00);filter:blur(.5px);mix-blend-mode:multiply;pointer-events:none;z-index:2}.receipt-scan:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--accent);box-shadow:0 0 10px var(--accent);transform:translateY(-50%)}.receipt-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,210,106,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(0,210,106,.07) 1px,transparent 1px);background-size:14px 14px;z-index:1}.layer-progress{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.layer-progress-track{position:relative;width:100%;height:6px;background:var(--border);border-radius:4px;overflow:visible}.layer-progress-fill{display:block;width:0%;height:100%;background:linear-gradient(90deg,var(--accent) 0%,color-mix(in oklab,var(--accent) 70%,white) 100%);border-radius:4px;box-shadow:0 0 12px color-mix(in oklab,var(--accent) 40%,transparent)}.layer-progress-pulse{position:absolute;top:50%;left:0;width:22px;height:22px;border-radius:50%;background:radial-gradient(circle,var(--accent) 0%,color-mix(in oklab,var(--accent) 50%,transparent) 45%,transparent 75%);filter:blur(3px);transform:translate(-50%,-50%);pointer-events:none;opacity:0}.layer-progress-timer{display:inline-flex;align-items:center;gap:8px;padding:8px 16px 8px 12px;font-family:var(--mono);font-size:18px;font-weight:600;color:var(--accent);background:var(--accent-soft);border:1.5px solid color-mix(in oklab,var(--accent) 35%,transparent);border-radius:var(--radius-pill);line-height:1;white-space:nowrap;transition:border-color .4s var(--ease-out),background-color .4s var(--ease-out),box-shadow .4s var(--ease-out);box-shadow:0 4px 14px -4px color-mix(in oklab,var(--accent) 35%,transparent)}.layer-progress-timer.is-done{border-color:var(--accent);background:color-mix(in oklab,var(--accent) 22%,transparent);box-shadow:0 6px 18px -4px color-mix(in oklab,var(--accent) 50%,transparent)}.layer-progress-timer .timer-icon{width:18px;height:18px;flex-shrink:0}.layer-progress-timer .timer-value{font-variant-numeric:tabular-nums;letter-spacing:-.02em;min-width:4.5ch;text-align:right}.layer-result{width:clamp(240px,26vw,320px);background:var(--bg-elevated);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-md);overflow:hidden}.layer-result-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,var(--accent-soft),transparent)}.layer-result-badge{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--fg-muted);transition:color .4s var(--ease-out)}.layer-result-badge svg{width:18px;height:18px;flex-shrink:0}.badge-icon-pending{animation:badge-spin 1.1s linear infinite}.badge-icon-pending circle{stroke-dasharray:32;stroke-dashoffset:16}@keyframes badge-spin{to{transform:rotate(360deg)}}.badge-icon-done,.badge-text-done{display:none}.layer-result-badge.is-done{color:var(--accent)}.layer-result-badge.is-done .badge-icon-pending,.layer-result-badge.is-done .badge-text-pending{display:none}.layer-result-badge.is-done .badge-icon-done{display:block}.layer-result-badge.is-done .badge-text-done{display:inline}.layer-field{position:relative}.layer-field.is-flash:before{content:"";position:absolute;top:-4px;right:-8px;bottom:-4px;left:-8px;border-radius:6px;background:var(--accent-soft);animation:field-flash .55s ease-out forwards;pointer-events:none;z-index:-1}@keyframes field-flash{0%{opacity:.9}to{opacity:0}}.layer-result-pct{font-family:var(--mono);font-size:16px;font-weight:600;color:var(--accent);font-variant-numeric:tabular-nums}.layer-fields{margin:0;padding:18px 20px 14px;display:flex;flex-direction:column;gap:12px}.layer-field{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px dashed var(--border)}.layer-field:last-child{border-bottom:none;padding-bottom:0}.layer-field dt{font-size:13px;font-weight:500;color:var(--fg-subtle);letter-spacing:.01em}.layer-field dd{margin:0;font-size:16px;font-weight:600;color:var(--fg);text-align:right}.layer-field-amount{font-family:var(--mono);font-variant-numeric:tabular-nums}.layer-result-meta{padding:12px 20px 16px;font-size:13px;color:var(--fg-muted);text-align:center;background:var(--bg);border-top:1px solid var(--border)}.layer-pdf{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--bg);border:1px solid var(--border);border-radius:12px}.layer-pdf-icon{width:36px;height:36px;flex-shrink:0}.layer-pdf-meta{display:flex;flex-direction:column;line-height:1.3;min-width:0}.layer-pdf-name{font-family:var(--mono);font-size:13px;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-pdf-sub{font-size:12px;color:var(--fg-subtle)}.layer-pdf-process{display:flex;align-items:center;gap:12px;padding:4px 0}.layer-pdf-process-track{flex:1;position:relative;height:4px;background:var(--border);border-radius:3px;overflow:hidden}.layer-pdf-process-fill{display:block;width:0%;height:100%;background:linear-gradient(90deg,var(--accent) 0%,color-mix(in oklab,var(--accent) 70%,white) 100%);border-radius:3px;box-shadow:0 0 8px color-mix(in oklab,var(--accent) 35%,transparent)}.layer-pdf-process-counter{font-family:var(--mono);font-size:12px;font-weight:500;color:var(--accent);font-variant-numeric:tabular-nums;min-width:6ch;text-align:right}.layer-pdf-process.is-done .layer-pdf-process-counter{color:var(--accent)}.layer-tx-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;border:1px solid var(--border);border-radius:12px;background:var(--bg);overflow:hidden}.layer-tx{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 14px;font-size:13px;border-bottom:1px solid var(--border)}.layer-tx:last-child{border-bottom:none}.tx-icon{width:22px;height:22px;display:grid;place-items:center;background:var(--accent-soft);border-radius:50%;font-size:11px}.tx-name{color:var(--fg);font-weight:500}.tx-amt{font-family:var(--mono);font-size:12px;color:var(--fg-muted);white-space:nowrap}.layer-tx-more{justify-content:center;color:var(--fg-subtle);font-style:italic;display:flex;padding:10px 14px}.layer-text-row{display:flex;flex-direction:column;gap:6px}.layer-text-bubble{font-size:13px!important;max-width:75%}.layer-text-row .from-user{align-self:flex-end}.layer-text-row .from-bot{align-self:flex-start}.layer-text-typing{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;padding:9px 14px;background:var(--bg-elevated);border-radius:14px 14px 14px 4px;width:max-content;box-shadow:0 1px 1px #0000000a}.layer-text-typing span{width:6px;height:6px;border-radius:50%;background:var(--fg-subtle);animation:typing-bounce 1.2s infinite ease-in-out}.layer-text-typing span:nth-child(2){animation-delay:.15s}.layer-text-typing span:nth-child(3){animation-delay:.3s}.layer-text-bubble .is-positive{color:var(--accent);font-weight:600;font-variant-numeric:tabular-nums}.layer-text-bubble .is-negative{color:var(--fg);font-weight:600;font-variant-numeric:tabular-nums}@media (max-width: 900px){.how-grid{grid-template-columns:1fr}.how-mockup-col{display:none}.how-step{min-height:auto;padding:28px 24px}.how-header{text-align:left}}.features{max-width:var(--container);margin:0 auto;padding:var(--section-py) clamp(20px,4vw,40px)}.features-header{max-width:720px;margin:0 auto clamp(40px,7vw,72px);text-align:center}.features-h2{font-size:clamp(32px,4.5vw,56px);line-height:1.05;margin-bottom:16px}.features-subtitle{font-size:clamp(16px,1.4vw,19px);color:var(--fg-muted);line-height:1.55}.features-grid{display:flex;flex-direction:column;gap:16px}.features-row{display:grid;gap:16px;align-items:stretch}.features-row-top,.features-row-bottom{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.features-stack{display:flex;flex-direction:column;gap:16px}.features-stack>.feature{flex:1;min-height:0}.feature{position:relative;display:flex;flex-direction:column;gap:20px;justify-content:space-between;padding:28px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s var(--ease-out),border-color .3s var(--ease-out),box-shadow .3s var(--ease-out)}.feature:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%),var(--accent-soft),transparent 40%);opacity:0;transition:opacity .3s var(--ease-out);pointer-events:none}.feature:hover{transform:translateY(-4px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.feature:hover:before{opacity:.6}.feature-head{display:flex;flex-direction:column;gap:8px}.feature-title{font-size:clamp(18px,1.7vw,22px);letter-spacing:-.018em}.feature-xl .feature-title{font-size:clamp(24px,2.4vw,32px)}.feature-body{font-size:15px;line-height:1.55;color:var(--fg-muted)}.feature-xl .feature-body{font-size:17px;max-width:520px}.feature-viz{position:relative;z-index:1}.viz-budget{margin-top:auto;padding:22px 24px 20px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md)}.viz-budget-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:24px;align-items:stretch}.budget-block-eyebrow{display:block;font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-subtle);margin-bottom:14px}.budget-setup{display:flex;flex-direction:column}.setup-line{display:flex;align-items:baseline;gap:10px;font-family:var(--mono);font-size:13px;line-height:1.5;padding:4px 0}.setup-line-cmd{margin-bottom:6px}.setup-prompt{color:var(--accent);font-weight:600;flex-shrink:0}.setup-cmd{color:var(--fg);font-weight:600;background:var(--accent-soft);padding:2px 8px;border-radius:6px;font-family:var(--mono)}.setup-key{color:var(--fg-subtle);min-width:80px}.setup-value{color:var(--fg);font-weight:500}.setup-done{color:var(--accent);margin-top:auto;padding-top:8px;border-top:1px dashed var(--border)}.setup-check{font-family:var(--sans)}.budget-progress{display:flex;flex-direction:column}.viz-budget-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.viz-budget-label{font-size:13px;font-weight:500;color:var(--fg-subtle)}.viz-budget-pct{font-family:var(--mono);font-size:22px;font-weight:600;color:var(--accent);font-variant-numeric:tabular-nums;line-height:1}.viz-budget-summary{margin:14px 0 0;font-size:13px;color:var(--fg-muted);line-height:1.5}.budget-track{position:relative;margin:30px 18% 4px 0;height:10px;background:var(--border);border-radius:6px;overflow:visible}.budget-fill{position:absolute;inset:0 auto 0 0;width:var(--p);background:var(--accent);border-radius:6px;transform-origin:left center}.budget-overflow{position:absolute;top:0;bottom:0;left:100%;width:18%;background-image:repeating-linear-gradient(-45deg,var(--danger) 0 4px,transparent 4px 8px);opacity:.7;border-radius:0 6px 6px 0;transform-origin:left center}.budget-overflow-tag{position:absolute;top:-26px;left:50%;transform:translate(-50%);font-size:11px;font-weight:600;font-family:var(--mono);color:var(--danger);background:var(--bg-elevated);padding:3px 8px;border-radius:var(--radius-pill);border:1px solid var(--border);white-space:nowrap}.budget-overflow-tag:after{content:"";position:absolute;top:100%;left:50%;width:1px;height:8px;background:var(--danger);opacity:.5}.viz-shared{margin-top:auto;display:flex;flex-direction:column;gap:12px}.viz-shared-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.viz-shared-people{display:inline-flex}.avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:600;color:#0a0a0a;border:2px solid var(--bg-elevated)}.avatar-you{background:var(--accent)}.avatar-partner{background:#f5b945;margin-left:-10px}.viz-shared-label{font-size:13px;color:var(--fg-subtle)}.shared-track{position:relative;height:10px;background:var(--border);border-radius:6px;overflow:hidden;display:flex}.shared-seg-you{width:var(--w);background:var(--accent);height:100%}.shared-seg-partner{width:var(--w);background:#f5b945;height:100%}.viz-debts{margin-top:auto}.viz-debts-card{padding:14px 16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:10px}.viz-debts-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:13px}.viz-debts-label{color:var(--fg-subtle)}.viz-debts-amount{color:var(--fg);font-weight:600;font-variant-numeric:tabular-nums}.viz-trend{display:flex;flex-direction:column;gap:12px}.trend-chart{position:relative;display:flex;align-items:flex-end;gap:6px;height:64px}.trend-mean{position:absolute;left:0;right:0;top:38%;border-top:1px dashed var(--border-strong);pointer-events:none}.trend-bar{flex:1;height:var(--h);min-width:0;background:var(--border);border-radius:4px 4px 0 0;transform-origin:bottom}.trend-bar-current{background:var(--accent)}.trend-meta{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.trend-tag{display:inline-block;font-family:var(--mono);font-size:11px;font-weight:600;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent);padding:2px 8px;border-radius:var(--radius-pill);line-height:1.3}.trend-meta-text{font-size:12px;color:var(--fg-subtle)}.viz-cmd{display:flex;align-items:center;gap:12px}.viz-cmd svg{width:28px;height:28px;color:var(--accent);flex-shrink:0}.feature-cmd{font-family:var(--mono);font-size:14px;padding:6px 12px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--fg)}@media (max-width: 900px){.features-header{text-align:left}.features-row-top,.features-row-bottom{grid-template-columns:1fr}.viz-budget-grid{grid-template-columns:1fr;gap:20px}.setup-done{margin-top:8px}}.faq{padding:var(--section-py) 0}.faq-inner{max-width:820px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.faq-header{text-align:center;margin-bottom:clamp(40px,6vw,64px)}.faq-h2{font-size:clamp(30px,4.2vw,52px);line-height:1.05;letter-spacing:-.024em;margin-bottom:0}.faq-list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 4px;text-align:left;font-size:clamp(16px,1.5vw,19px);font-weight:500;color:var(--fg);letter-spacing:-.012em;cursor:pointer;transition:color .2s var(--ease-out);border-radius:6px}.faq-question:hover{color:var(--accent)}.faq-question:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.faq-q-text{flex:1;min-width:0}.faq-q-icon{position:relative;flex-shrink:0;width:22px;height:22px;display:grid;place-items:center}.faq-icon-line{position:absolute;width:14px;height:2px;background:currentColor;border-radius:2px;transition:transform .3s var(--ease-out),opacity .3s var(--ease-out)}.faq-icon-line-v{transform:rotate(90deg)}.faq-item.is-open .faq-icon-line-v{transform:rotate(0);opacity:0}.faq-answer{overflow:hidden}.faq-answer-inner{padding:0 4px 24px;font-size:16px;line-height:1.65;color:var(--fg-muted);max-width:720px}.faq-answer-inner p{margin:0}.faq-answer-inner code{font-family:var(--mono);font-size:.9em;padding:2px 6px;background:var(--accent-soft);border-radius:4px;color:var(--fg)}@media (max-width: 800px){.faq-header{text-align:left}.faq-question{font-size:16px;padding:20px 4px}}.cta{padding:var(--section-py) 0}.cta-inner{max-width:var(--container);margin:0 auto;padding:0 clamp(20px,4vw,40px)}.cta-card{position:relative;max-width:720px;margin:0 auto;padding:clamp(40px,6vw,72px) clamp(28px,4vw,56px);background:radial-gradient(800px 360px at 50% 0%,var(--accent-soft),transparent 70%),var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;overflow:hidden;will-change:transform}.cta-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,color-mix(in oklab,var(--accent) 22%,transparent) 0%,transparent 30%);opacity:.35;pointer-events:none;mix-blend-mode:multiply}.cta-card>*{position:relative;z-index:1}.cta-eyebrow{margin-bottom:18px}.cta-h2{font-size:clamp(32px,4.5vw,56px);line-height:1.05;letter-spacing:-.024em;margin-bottom:16px}.cta-sub{font-size:clamp(16px,1.4vw,19px);line-height:1.55;color:var(--fg-muted);margin:0 auto 32px;max-width:540px}.cta-actions{display:flex;justify-content:center;margin:0 auto}.cta-submit{padding:14px 28px}@media (max-width: 600px){.cta-submit{width:100%}}.legal{max-width:720px;margin:0 auto;padding:clamp(40px,6vw,80px) clamp(20px,4vw,40px) clamp(40px,6vw,96px)}.legal-inner{display:flex;flex-direction:column}.legal-back{display:inline-block;font-size:14px;color:var(--fg-muted);text-decoration:none;margin-bottom:24px;transition:color .2s var(--ease-out)}.legal-back:hover{color:var(--accent)}.legal h1{font-size:clamp(32px,4.5vw,48px);letter-spacing:-.024em;line-height:1.1;margin:0 0 8px}.legal-meta{font-size:13px;color:var(--fg-subtle);margin:0 0 32px}.legal h2{font-size:clamp(20px,2vw,24px);letter-spacing:-.02em;margin:32px 0 12px}.legal p,.legal li{font-size:16px;line-height:1.65;color:var(--fg-muted)}.legal p{margin:0 0 14px}.legal ul{list-style:none;padding:0;margin:0 0 14px}.legal li{position:relative;padding-left:20px;margin-bottom:8px}.legal li:before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.legal a{color:var(--accent);text-decoration:none}.legal a:hover{text-decoration:underline}.legal code{font-family:var(--mono);font-size:.92em;padding:2px 6px;border-radius:4px;background:var(--accent-soft);color:var(--fg)}.legal h3{font-size:clamp(17px,1.6vw,19px);letter-spacing:-.01em;margin:24px 0 10px}.legal table{width:100%;border-collapse:collapse;margin:0 0 18px;font-size:14px;color:var(--fg-muted)}.legal th,.legal td{text-align:left;vertical-align:top;padding:10px 12px;border-bottom:1px solid var(--border);line-height:1.5}.legal th{color:var(--fg);font-weight:600;background:var(--bg-elevated)}.legal-meta-block{font-size:13px;color:var(--fg-subtle);margin:0 0 16px;display:flex;flex-wrap:wrap;gap:4px 18px}.legal-meta-block strong{color:var(--fg-muted);font-weight:500}.legal strong{color:var(--fg);font-weight:600}.legal-pdf{display:inline-flex;align-items:center;gap:10px;width:fit-content;padding:10px 16px;margin:0 0 32px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--fg);font-size:14px;font-weight:500;text-decoration:none;transition:border-color .2s var(--ease-out),color .2s var(--ease-out)}.legal-pdf:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}.legal-pdf svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}.site-footer{border-top:1px solid var(--border);background:var(--bg-elevated);margin-top:clamp(40px,8vw,96px)}.footer-inner{max-width:var(--container);margin:0 auto;padding:clamp(36px,5vw,56px) clamp(20px,4vw,40px);display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand nav" "copy copy";gap:24px 40px;align-items:center}.footer-brand{grid-area:brand;display:flex;flex-direction:column;gap:6px}.footer-tagline{font-size:14px;color:var(--fg-subtle);margin:0;line-height:1.4}.footer-nav{grid-area:nav;display:flex;align-items:center;gap:clamp(20px,3vw,32px)}.footer-nav a{font-size:14px;color:var(--fg-muted);text-decoration:none;transition:color .2s var(--ease-out)}.footer-nav a:hover{color:var(--accent)}.footer-copy{grid-area:copy;font-size:12px;color:var(--fg-subtle);margin:0;padding-top:20px;border-top:1px dashed var(--border)}@media (max-width: 600px){.footer-inner{grid-template-columns:1fr;grid-template-areas:"brand" "nav" "copy";gap:24px}.footer-nav{flex-wrap:wrap}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
