:root{--bg: #F2EBDC;--bg-warm: #E5DCC9;--surface: #FBF7EE;--surface-soft: #E5DCC9;--border: #E0D8C5;--border-strong: #C9BFAB;--text: #1F1B22;--muted: #736B5E;--muted-soft: #A8A092;--primary: #2A2330;--primary-hover: #3D3340;--primary-on: #FBF7EE;--yellow: #FBD34D;--yellow-deep: #E6B72E;--yellow-soft: #FDECB3;--accent-tint: rgba(42, 35, 48, .06);--danger: #B43E2F;--shadow-card: 0 1px 2px rgba(31, 27, 34, .04), 0 8px 28px rgba(31, 27, 34, .05);--shadow-button: 0 1px 2px rgba(42, 35, 48, .18), 0 6px 16px rgba(42, 35, 48, .16);--radius-card: 18px;--radius-button: 12px;--radius-pill: 999px;--max: 760px}@media(prefers-color-scheme:dark){:root{--bg: #1A1518;--bg-warm: #221A1F;--surface: #252026;--surface-soft: #2E2830;--border: #3A3138;--border-strong: #4A4148;--text: #F2EDE3;--muted: #A8A092;--muted-soft: #6F6760;--primary: #F0EBE0;--primary-hover: #FFFFFF;--primary-on: #1A1518;--yellow-soft: #3A3018;--accent-tint: rgba(240, 235, 224, .08);--shadow-card: 0 1px 2px rgba(0, 0, 0, .2), 0 8px 28px rgba(0, 0, 0, .32);--shadow-button: 0 1px 2px rgba(0, 0, 0, .4), 0 6px 16px rgba(0, 0, 0, .5)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Rounded,SF Pro Display,Segoe UI,system-ui,sans-serif;font-feature-settings:"ss01","cv11";background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--text);text-decoration:none;font-weight:500;text-underline-offset:3px;text-decoration-thickness:1px}a:hover{text-decoration:underline;text-decoration-color:var(--yellow-deep)}.prose a{text-decoration:underline;text-decoration-color:var(--border-strong)}.prose a:hover{text-decoration-color:var(--yellow-deep)}h1,h2,h3{letter-spacing:-.018em;line-height:1.18;margin-top:0;color:var(--text)}h1{font-size:38px;font-weight:750}h2{font-size:24px;font-weight:700;margin-top:36px}h3{font-size:18px;font-weight:600;margin-top:24px}.nav{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--max);margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:var(--text);letter-spacing:-.01em}.brand:hover{text-decoration:none}.brand-mark{width:28px;height:28px;border-radius:7px;display:block;box-shadow:0 1px 2px #1f1b221f}.nav-links{display:flex;gap:6px;font-size:14px}.nav-links a{color:var(--muted);padding:6px 10px;border-radius:8px;font-weight:500}.nav-links a:hover{text-decoration:none;color:var(--text);background:var(--accent-tint)}main{max-width:var(--max);margin:0 auto;padding:40px 20px 80px}.marketing main{padding-top:64px}.footer{border-top:1px solid var(--border);margin-top:64px;padding:32px 20px 48px;text-align:center;color:var(--muted);font-size:13px}.footer-links{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.hero{padding-top:40px;padding-bottom:56px;text-align:center}.hero-logo{width:88px;height:88px;border-radius:22px;margin:0 auto 28px;display:block;box-shadow:0 2px 4px #1f1b220f,0 12px 32px #1f1b221a}.hero-eyebrow{display:inline-block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);background:var(--surface);padding:6px 14px;border-radius:var(--radius-pill);border:1px solid var(--border);margin-bottom:24px;font-weight:600}.hero-title{font-size:clamp(36px,6vw,56px);line-height:1.06;font-weight:750;margin:0 0 20px;letter-spacing:-.025em}.hero-subtitle{font-size:clamp(17px,2.2vw,19px);color:var(--muted);max-width:540px;margin:0 auto 32px;line-height:1.5}.cta-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:var(--radius-button);font-size:15px;font-weight:600;letter-spacing:-.005em;text-decoration:none;transition:transform .12s ease,box-shadow .16s ease,background .16s ease;border:1px solid transparent;cursor:pointer;line-height:1}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:var(--primary-on);box-shadow:var(--shadow-button)}.btn-primary:hover{text-decoration:none;background:var(--primary-hover)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover{text-decoration:none;background:var(--surface-soft)}.card{background:var(--surface);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-card);border:1px solid var(--border)}.card-tinted{background:var(--surface-soft);border-color:var(--border-strong)}.grid-3{display:grid;grid-template-columns:1fr;gap:14px;margin-top:28px}@media(min-width:720px){.grid-3{grid-template-columns:repeat(3,1fr)}}.feature h3{margin:14px 0 6px;font-size:17px}.feature p{color:var(--muted);margin:0;font-size:14.5px;line-height:1.55}.feature-icon{width:40px;height:40px;border-radius:10px;background:var(--accent-tint);color:var(--text);display:grid;place-items:center}.feature-icon svg{width:22px;height:22px;stroke:var(--text);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.section-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-soft);margin-bottom:8px;font-weight:600}.prose p,.prose ul,.prose ol{color:var(--text)}.prose ul,.prose ol{padding-left:22px}.prose li{margin-bottom:6px}.prose code{background:var(--surface-soft);padding:2px 6px;border-radius:6px;font-size:13px;font-family:SF Mono,Menlo,monospace}.prose blockquote{border-left:3px solid var(--yellow-deep);padding:10px 16px;margin:16px 0;background:var(--surface-soft);border-radius:0 8px 8px 0;color:var(--muted)}
