:root{--c-bg: oklch(.16 .04 252);--c-bg-deep: oklch(.11 .045 254);--c-bg-raised: oklch(.21 .045 252);--c-bg-overlay: oklch(.24 .05 252 / .65);--c-line: oklch(.32 .03 252 / .7);--c-line-soft: oklch(.32 .025 252 / .35);--c-text: oklch(.97 .005 252);--c-text-mute: oklch(.78 .018 252);--c-text-dim: oklch(.62 .02 252);--c-accent: oklch(.82 .14 230);--c-accent-hot: oklch(.74 .18 235);--c-accent-deep: oklch(.55 .18 245);--c-ochre: oklch(.68 .135 78);--c-ochre-deep: oklch(.52 .12 72);--c-ochre-ink: oklch(.18 .04 252);--c-alert: oklch(.72 .2 28);--ff-display: system-ui, -apple-system, "Segoe UI", sans-serif;--ff-body: system-ui, -apple-system, "Segoe UI", sans-serif;--container: 78rem;--container-narrow: 56rem;--gutter: clamp(1.25rem, 4vw, 2.5rem);--ease-out: cubic-bezier(.16, 1, .3, 1);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--ff-body);font-size:1rem;line-height:1.6;color:var(--c-text);background:var(--c-bg);background-image:radial-gradient(1200px 800px at 80% -10%,oklch(.35 .1 240 / .35),transparent 60%),radial-gradient(900px 700px at -10% 30%,oklch(.3 .08 250 / .3),transparent 65%);background-attachment:fixed;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}a{color:inherit}::selection{background:var(--c-accent);color:var(--c-bg-deep)}.skip-link{position:absolute;top:.5rem;left:.5rem;padding:.5rem .875rem;background:var(--c-accent);color:var(--c-bg-deep);font-weight:600;text-decoration:none;border-radius:6px;transform:translateY(-200%);transition:transform .18s var(--ease-out);z-index:100}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px;border-radius:4px}h1,h2,h3,h4{font-family:var(--ff-display);font-weight:800;line-height:1.05;letter-spacing:-.015em;margin:0;color:var(--c-text);text-wrap:balance}h1{font-size:clamp(1.9rem,5.6vw,4.5rem);letter-spacing:-.022em}h2{font-size:clamp(1.75rem,3.4vw,2.6rem);letter-spacing:-.02em}h3{font-size:clamp(1.15rem,1.6vw,1.35rem);font-weight:700;letter-spacing:-.012em}p{margin:0;max-width:65ch}.eyebrow{font-family:var(--ff-body);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--c-accent);display:inline-flex;align-items:center;gap:.5rem}.eyebrow:before{content:"";width:1.75rem;height:1px;background:currentColor}.lead{font-size:clamp(1.05rem,1.4vw,1.25rem);color:var(--c-text-mute);max-width:60ch;line-height:1.55}.wrap{width:min(100% - calc(var(--gutter) * 2),var(--container));margin-inline:auto}.wrap-narrow{width:min(100% - calc(var(--gutter) * 2),var(--container-narrow));margin-inline:auto}.stack{display:grid;gap:var(--stack-gap, 1.25rem)}main{display:block}section{padding-block:clamp(3rem,7vw,6rem)}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.875rem 1.25rem;font-family:var(--ff-body);font-size:1rem;font-weight:600;text-decoration:none;border-radius:999px;border:1px solid transparent;transition:transform .2s var(--ease-out),background .2s var(--ease-out),color .2s var(--ease-out),border-color .2s var(--ease-out);white-space:nowrap;font-variant-numeric:tabular-nums}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--c-accent);color:var(--c-bg-deep)}.btn-primary:hover{background:oklch(.88 .13 225)}.btn-ghost{background:transparent;color:var(--c-text);border-color:var(--c-line)}.btn-ghost:hover{background:var(--c-bg-raised);border-color:var(--c-accent)}.btn-ochre{background:var(--c-bg-deep);color:var(--c-ochre);border-color:var(--c-ochre)}.btn-ochre:hover{background:var(--c-ochre);color:var(--c-bg-deep)}.btn .icon{width:1rem;height:1rem;flex:none}.panel{background:linear-gradient(180deg,var(--c-bg-raised),color-mix(in oklch,var(--c-bg-raised),var(--c-bg-deep) 35%));border:1px solid var(--c-line);border-radius:16px;padding:clamp(1.25rem,2.4vw,2rem)}.divider{height:1px;background:linear-gradient(90deg,transparent,var(--c-line),transparent);border:0}.tnum{font-variant-numeric:tabular-nums;letter-spacing:-.01em}.prose p+p{margin-top:1rem}.prose a{color:var(--c-accent)}.prose strong{color:var(--c-text)}@media(prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(8px);animation:reveal .7s var(--ease-out) forwards}.reveal-2{animation-delay:90ms}.reveal-3{animation-delay:.18s}.reveal-4{animation-delay:.27s}}@keyframes reveal{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:30;background:color-mix(in oklch,var(--c-bg-deep),transparent 12%);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--c-line-soft)}.header-inner[data-astro-cid-ctg3m53h]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,3vw,2rem);padding-block:.85rem}.brand[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--c-text);font-family:var(--ff-display)}.brand-mark[data-astro-cid-ctg3m53h]{width:28px;height:28px;color:var(--c-accent);filter:drop-shadow(0 0 8px oklch(.82 .14 230 / .55))}.brand-mark[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:100%;height:100%}.brand-text[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:baseline;gap:.35rem;letter-spacing:.04em}.brand-word[data-astro-cid-ctg3m53h]{font-weight:800;font-size:1rem}.brand-version[data-astro-cid-ctg3m53h]{font-weight:700;font-size:.95rem;color:var(--c-accent);font-variant-numeric:tabular-nums}.primary-nav[data-astro-cid-ctg3m53h]{justify-self:center;display:flex;flex-wrap:wrap;gap:.25rem 1.5rem;font-size:.92rem;color:var(--c-text-mute)}.primary-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{text-decoration:none;padding:.35rem 0;border-bottom:1px solid transparent;transition:color .18s var(--ease-out),border-color .18s var(--ease-out)}.primary-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--c-text)}.primary-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h][aria-current=page]{color:var(--c-text);border-bottom-color:var(--c-accent)}.header-cta[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .95rem;border-radius:999px;background:var(--c-accent);color:var(--c-bg-deep);font-weight:600;font-size:.95rem;text-decoration:none;font-variant-numeric:tabular-nums;transition:transform .18s var(--ease-out)}.header-cta[data-astro-cid-ctg3m53h]:hover{transform:translateY(-1px)}.header-cta[data-astro-cid-ctg3m53h] .icon[data-astro-cid-ctg3m53h]{width:14px;height:14px}@media(max-width:880px){.header-inner[data-astro-cid-ctg3m53h]{grid-template-columns:auto auto;grid-template-areas:"brand cta" "nav nav"}.brand[data-astro-cid-ctg3m53h]{grid-area:brand}.header-cta[data-astro-cid-ctg3m53h]{grid-area:cta}.primary-nav[data-astro-cid-ctg3m53h]{grid-area:nav;justify-self:start;gap:.25rem 1rem;font-size:.88rem}}@media(max-width:480px){.header-cta[data-astro-cid-ctg3m53h] .phone-label[data-astro-cid-ctg3m53h]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.header-cta[data-astro-cid-ctg3m53h]{padding:.55rem .65rem}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--c-bg-deep);border-top:1px solid var(--c-line-soft);padding-block:clamp(2.5rem,5vw,4rem) 1.5rem;color:var(--c-text-mute);margin-top:clamp(3rem,6vw,5rem)}.footer-grid[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2.5rem 2rem}.footer-brand[data-astro-cid-gcn2mc3v] .footer-tag[data-astro-cid-gcn2mc3v]{margin-top:.85rem;color:var(--c-text-dim);font-size:.95rem;max-width:30ch}.brand[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--c-text)}.brand-mark[data-astro-cid-gcn2mc3v]{width:26px;height:26px;color:var(--c-accent);filter:drop-shadow(0 0 6px oklch(.82 .14 230 / .4))}.brand-text[data-astro-cid-gcn2mc3v]{font-family:var(--ff-display);font-weight:800;letter-spacing:.04em;display:inline-flex;align-items:baseline;gap:.3rem}.brand-version[data-astro-cid-gcn2mc3v]{color:var(--c-accent);font-variant-numeric:tabular-nums}.brand-suffix[data-astro-cid-gcn2mc3v]{color:var(--c-text-dim);font-weight:600;font-size:.9em}.footer-col[data-astro-cid-gcn2mc3v] h2[data-astro-cid-gcn2mc3v]{font-family:var(--ff-display);font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;color:var(--c-accent);margin-bottom:.85rem;font-weight:700}.footer-col[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;font-size:.95rem}.footer-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--c-text-mute);text-decoration:none;transition:color .16s var(--ease-out)}.footer-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--c-text)}.footer-col[data-astro-cid-gcn2mc3v] .address[data-astro-cid-gcn2mc3v]{color:var(--c-text-dim);line-height:1.5}.footer-meta[data-astro-cid-gcn2mc3v]{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--c-line-soft);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:var(--c-text-dim)}@media(max-width:880px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr 1fr}.footer-brand[data-astro-cid-gcn2mc3v]{grid-column:1 / -1}}@media(max-width:520px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr}}.contact-buttons[data-astro-cid-5u2howvk]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.contact-buttons[data-astro-cid-5u2howvk].stack{grid-template-columns:1fr}.cbtn[data-astro-cid-5u2howvk]{display:flex;align-items:center;gap:.85rem;padding:.9rem 1.1rem;border-radius:12px;background:var(--c-bg-raised);border:1px solid var(--c-line);color:var(--c-text);text-decoration:none;transition:border-color .2s var(--ease-out),background .2s var(--ease-out),transform .2s var(--ease-out);min-height:56px}.cbtn[data-astro-cid-5u2howvk]:hover{border-color:var(--c-accent);background:color-mix(in oklch,var(--c-bg-raised),var(--c-accent) 6%)}.cbtn[data-astro-cid-5u2howvk].primary{background:var(--c-accent);color:var(--c-bg-deep);border-color:transparent}.cbtn[data-astro-cid-5u2howvk].primary .cbtn-label[data-astro-cid-5u2howvk]{color:#202f42}.cbtn-icon[data-astro-cid-5u2howvk]{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:color-mix(in oklch,currentColor,transparent 88%);color:inherit;flex:none}.cbtn-icon[data-astro-cid-5u2howvk] svg[data-astro-cid-5u2howvk]{width:18px;height:18px}.cbtn-body[data-astro-cid-5u2howvk]{display:grid;gap:.1rem;line-height:1.2;min-width:0}.cbtn-label[data-astro-cid-5u2howvk]{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--c-text-dim)}.cbtn-value[data-astro-cid-5u2howvk]{font-weight:600;font-size:1rem;overflow:hidden;text-overflow:ellipsis}.trust[data-astro-cid-lqe3firx]{padding-block:clamp(3rem,6vw,5rem);background:var(--c-bg-deep);border-block:1px solid var(--c-line-soft)}.trust-head[data-astro-cid-lqe3firx]{display:grid;gap:.75rem;max-width:50ch;margin-bottom:2.25rem}.trust-head[data-astro-cid-lqe3firx] h2[data-astro-cid-lqe3firx]{font-size:clamp(1.6rem,2.6vw,2.1rem)}.facts[data-astro-cid-lqe3firx]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--c-line-soft);border:1px solid var(--c-line-soft);border-radius:14px;overflow:hidden;margin:0}.fact[data-astro-cid-lqe3firx]{background:var(--c-bg-raised);padding:1.25rem 1.35rem;display:grid;gap:.45rem}.fact[data-astro-cid-lqe3firx] dt[data-astro-cid-lqe3firx]{font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--c-accent)}.fact[data-astro-cid-lqe3firx] dd[data-astro-cid-lqe3firx]{margin:0;font-size:1rem;color:var(--c-text);line-height:1.4;font-weight:500}.muted[data-astro-cid-lqe3firx]{color:var(--c-text-dim);font-weight:400;font-size:.9rem}@media(max-width:880px){.facts[data-astro-cid-lqe3firx]{grid-template-columns:1fr 1fr}}@media(max-width:520px){.facts[data-astro-cid-lqe3firx]{grid-template-columns:1fr}}
