:root{--brand-purple: #6b4eff;--brand-purple-soft: #ede9ff;--ink-primary: #0e0f14;--ink-secondary: #5c6070;--surface: #ffffff;--page: #f7f7fa;--border: #e6e7ee;--radius: 14px;--radius-sm: 12px;--cta-height: 50px;--header-h: 68px;--max: 1100px;--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:18px;line-height:28px;color:var(--ink-primary);background:var(--page);-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:var(--brand-purple);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 .5em;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--ink-primary)}h1{font-size:32px}h2{font-size:26px}h3{font-size:20px}@media(min-width:768px){h1{font-size:44px}h2{font-size:32px}}p{margin:0 0 1em;color:var(--ink-secondary)}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--cta-height);padding:0 22px;border-radius:var(--radius-sm);font-family:inherit;font-size:16px;font-weight:600;line-height:1;border:1.5px solid transparent;cursor:pointer;text-decoration:none!important;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.btn:focus-visible{outline:2px solid var(--brand-purple);outline-offset:2px}.btn-primary{background:var(--brand-purple);color:#fff}.btn-primary:hover{background:#5a3ff0}.btn-ghost{background:transparent;color:var(--ink-primary);border-color:var(--border)}.btn-ghost:hover{border-color:var(--ink-secondary);background:var(--surface)}.btn-soft{background:var(--brand-purple-soft);color:var(--brand-purple)}.btn-soft:hover{background:#e0daff}.section{padding:56px 0}.section-tight{padding:40px 0}.section-head{margin-bottom:28px;max-width:640px}.section-head p{font-size:18px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.card-soft{background:var(--brand-purple-soft);border-color:transparent}.muted{color:var(--ink-secondary)}.eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--brand-purple);margin-bottom:10px}main{min-height:calc(100vh - var(--header-h) - 180px);padding-top:var(--header-h)}.page-hero{padding:48px 0 24px}.page-hero p.lead{font-size:18px;line-height:28px;max-width:560px}@media(min-width:768px){.section{padding:72px 0}.page-hero{padding:64px 0 32px}}.site-header[data-astro-cid-ctg3m53h]{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border)}.header-inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:24px;height:var(--header-h)}.logo[data-astro-cid-ctg3m53h]{font-weight:700;font-size:20px;color:var(--ink-primary);text-decoration:none!important;letter-spacing:-.03em}.nav[data-astro-cid-ctg3m53h]{display:none;gap:4px;margin-left:8px}.nav-link[data-astro-cid-ctg3m53h]{padding:8px 12px;border-radius:8px;color:var(--ink-secondary);font-size:15px;font-weight:500;text-decoration:none!important}.nav-link[data-astro-cid-ctg3m53h]:hover,.nav-link[data-astro-cid-ctg3m53h].active{color:var(--ink-primary);background:var(--page)}.header-actions[data-astro-cid-ctg3m53h]{display:none;gap:10px;margin-left:auto}.header-btn[data-astro-cid-ctg3m53h]{min-height:42px;padding:0 16px;font-size:14px}.menu-toggle[data-astro-cid-ctg3m53h]{margin-left:auto;width:40px;height:40px;border:1px solid var(--border);border-radius:10px;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.menu-toggle[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;width:18px;height:2px;background:var(--ink-primary);border-radius:1px}.mobile-panel[data-astro-cid-ctg3m53h]{background:var(--surface);border-bottom:1px solid var(--border);padding:12px 20px 20px}.mobile-panel[data-astro-cid-ctg3m53h] nav[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:4px}.mobile-panel[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{padding:12px;border-radius:10px;color:var(--ink-primary);font-weight:500;text-decoration:none!important}.mobile-panel[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{background:var(--page)}.mobile-panel[data-astro-cid-ctg3m53h] .btn[data-astro-cid-ctg3m53h]{margin-top:8px;text-align:center}@media(min-width:900px){.nav[data-astro-cid-ctg3m53h],.header-actions[data-astro-cid-ctg3m53h]{display:flex}.menu-toggle[data-astro-cid-ctg3m53h],.mobile-panel[data-astro-cid-ctg3m53h]{display:none!important}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--surface);border-top:1px solid var(--border);padding:36px 0;margin-top:48px}.footer-inner[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:20px}.footer-brand[data-astro-cid-gcn2mc3v] strong[data-astro-cid-gcn2mc3v]{font-size:16px;display:block;margin-bottom:6px}.footer-brand[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0;font-size:15px;line-height:22px;color:var(--ink-secondary);max-width:360px}.footer-nav[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;gap:8px 20px}.footer-nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--ink-secondary);font-size:15px;font-weight:500;text-decoration:none!important}.footer-nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--brand-purple)}@media(min-width:700px){.footer-inner[data-astro-cid-gcn2mc3v]{flex-direction:row;align-items:flex-start;justify-content:space-between}}
