:root{color-scheme:light;--bg: #f8fbfa;--surface: #ffffff;--surface-muted: #eef7f5;--text: #15201f;--muted: #52615f;--border: #cfe0dd;--brand: #0f766e;--brand-strong: #115e59;--brand-soft: #ccfbf1;--accent: #c05621;--focus: #0f766e;--shadow: 0 18px 50px rgba(21, 32, 31, .12)}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg: #0f1716;--surface: #151f1e;--surface-muted: #182b29;--text: #edf7f5;--muted: #a8b8b5;--border: #29413e;--brand: #5eead4;--brand-strong: #99f6e4;--brand-soft: #153f3a;--accent: #f2a66f;--focus: #5eead4;--shadow: 0 18px 50px rgba(0, 0, 0, .32)}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;text-rendering:optimizeLegibility}a{color:inherit}a:focus-visible,.button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{max-width:12ch;font-size:clamp(3rem,8vw,5.8rem);line-height:.95;margin-bottom:1.25rem}h2{font-size:clamp(1.7rem,4vw,2.65rem);line-height:1.1;margin-bottom:1rem}h3{font-size:1.1rem;line-height:1.25;margin-bottom:.55rem}.site-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.narrow{width:min(780px,calc(100% - 2rem))}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid color-mix(in srgb,var(--border),transparent 35%);background:color-mix(in srgb,var(--bg),transparent 8%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--text);font-weight:750;text-decoration:none}.brand-mark{display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:8px;background:var(--brand);color:#fff;font-size:.78rem;letter-spacing:0}.main-nav,.site-footer nav{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem .95rem}.main-nav a,.site-footer a{color:var(--muted);font-size:.95rem;text-decoration:none}.main-nav a:hover,.main-nav a.active,.site-footer a:hover{color:var(--text)}.hero{overflow:hidden;padding:5rem 0 4rem;border-bottom:1px solid var(--border);background:radial-gradient(circle at 85% 20%,color-mix(in srgb,var(--brand-soft),transparent 20%),transparent 32rem),linear-gradient(180deg,var(--surface-muted),var(--bg))}.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);align-items:center;gap:3rem}.hero-copy p{max-width:650px;color:var(--muted);font-size:1.08rem}.tagline{color:var(--text)!important;font-size:clamp(1.35rem,3vw,2rem)!important;line-height:1.25;margin-bottom:1rem}.eyebrow{color:var(--accent);font-size:.78rem!important;font-weight:800;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{display:inline-flex;min-height:2.85rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:.7rem 1.1rem;font-weight:750;line-height:1.2;text-decoration:none}.button--primary{background:var(--brand-strong);color:#fff}.button--secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button--disabled{cursor:default;opacity:.82}.app-preview{display:flex;justify-content:center}.phone-frame{width:min(100%,330px);min-height:520px;padding:1rem;border:1px solid var(--border);border-radius:30px;background:var(--surface);box-shadow:var(--shadow)}.phone-bar{width:82px;height:6px;margin:.45rem auto 1.35rem;border-radius:999px;background:var(--border)}.preview-panel,.preview-row,.preview-note{border:1px solid var(--border);border-radius:8px;background:var(--surface-muted)}.preview-panel{min-height:135px;display:grid;align-content:end;gap:.25rem;padding:1rem;margin-bottom:1rem}.preview-panel span,.preview-row span:last-child{color:var(--muted);font-size:.82rem}.preview-panel strong{font-size:1.45rem}.preview-row{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.75rem;padding:.85rem;font-weight:700}.preview-note{color:var(--muted);font-size:.88rem;padding:.85rem}.section{padding:4.5rem 0}.section-muted{border-block:1px solid var(--border);background:var(--surface-muted)}.section-heading{max-width:720px;margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature-card,.faq-item,.legal-page article,.support-page article,.support-callout{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1.25rem}.feature-card p,.faq-item p,.legal-page p,.support-page p{color:var(--muted);margin-bottom:0}.split{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:3rem}.prose p{color:var(--muted)}.page-header{padding:4.5rem 0 3rem;border-bottom:1px solid var(--border);background:var(--surface-muted)}.page-header h1{max-width:780px;font-size:clamp(2.4rem,6vw,4.5rem)}.page-header p:not(.eyebrow){color:var(--muted);font-size:1.08rem;margin-bottom:0}.faq-list,.legal-page,.support-page{display:grid;gap:1rem}.faq-item h2,.legal-page h2,.support-page h2,.support-callout h2{font-size:1.15rem}.legal-notice{border:1px solid color-mix(in srgb,var(--accent),var(--border) 45%);border-radius:8px;background:color-mix(in srgb,var(--accent),transparent 88%);color:var(--text);padding:1rem;font-weight:750}.support-callout{background:var(--surface-muted)}.support-callout a{color:var(--brand-strong);font-weight:800}.site-footer{border-top:1px solid var(--border);background:var(--surface)}.site-footer p{color:var(--muted);margin:0}@media(max-width:820px){.header-inner,.footer-inner,.hero-grid,.split{grid-template-columns:1fr}.header-inner,.footer-inner{align-items:flex-start;flex-direction:column}.hero{padding-top:3.25rem}.feature-grid{grid-template-columns:1fr}.phone-frame{min-height:430px}}
