:root{--accent: #ef6c5a;--accent-dark: #d9543f;--accent-peach: #ffe4d6;--ink: #1c1917;--ink-muted: #6b7280;--bg: #ffffff;--surface: #faf7f5;--border: #ece7e3;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:1040px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:10;background:#ffffffd9;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:var(--ink)}.brand:hover{text-decoration:none}.brand-mark{width:32px;height:32px;border-radius:9px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:800}.nav{display:flex;align-items:center;gap:22px}.nav a{color:var(--ink-muted);font-size:15px;font-weight:500}.nav a:hover{color:var(--ink);text-decoration:none}.hero{padding:88px 0 64px;text-align:center}.eyebrow{display:inline-block;padding:6px 12px;border-radius:999px;background:var(--accent-peach);color:var(--accent-dark);font-size:13px;font-weight:600;margin-bottom:22px}.hero h1{font-size:clamp(34px,6vw,56px);line-height:1.05;letter-spacing:-.02em;margin:0 0 18px}.hero p.lead{font-size:clamp(17px,2.4vw,20px);color:var(--ink-muted);max-width:640px;margin:0 auto 30px;line-height:1.55}.cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:12px;font-weight:600;font-size:16px;border:1px solid transparent;cursor:pointer}.btn:hover{text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--border)}.btn-ghost:hover{background:var(--surface)}.section{padding:56px 0}.section h2{font-size:clamp(26px,4vw,34px);letter-spacing:-.01em;text-align:center;margin:0 0 8px}.section .subtitle{text-align:center;color:var(--ink-muted);max-width:560px;margin:0 auto 40px;line-height:1.5}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px}.feature .icon{width:44px;height:44px;border-radius:11px;background:var(--accent-peach);display:grid;place-items:center;font-size:22px;margin-bottom:14px}.feature h3{margin:0 0 6px;font-size:18px}.feature p{margin:0;color:var(--ink-muted);font-size:15px;line-height:1.5}@media(max-width:760px){.features{grid-template-columns:1fr}.nav a.nav-hide-sm{display:none}}.site-footer{border-top:1px solid var(--border);padding:32px 0;margin-top:32px}.site-footer .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.footer-links{display:flex;gap:20px}.footer-links a,.footer-copy{color:var(--ink-muted);font-size:14px}.legal{padding:48px 0 24px;max-width:760px}.legal h1{font-size:clamp(28px,5vw,40px);margin:0 0 6px;letter-spacing:-.01em}.legal .updated{color:var(--ink-muted);font-size:14px;margin-bottom:28px}.legal h2{font-size:21px;margin:30px 0 10px}.legal p,.legal li{color:#33302e;line-height:1.65;font-size:16px}.legal ul{padding-left:20px}.back-link{display:inline-block;margin-bottom:22px;font-size:15px;font-weight:500}
