:root{--vf-accent: #E11B22;--vf-accent-600: #B3141A;--vf-accent-tint: #FCE9EA;--vf-ink: #141414;--vf-ink-soft: #33322e;--vf-body: #56585c;--vf-muted: #8a8d91;--vf-line: #e8e6e0;--vf-surface: #ffffff;--vf-warm: #f4f1ea;--vf-dark: #141414;--vf-dark-2: #1b1b1a;--vf-dark-line: rgba(255, 255, 255, .1);--font-body: "Manrope", system-ui, -apple-system, Segoe UI, sans-serif;--font-head: "Lexend", system-ui, -apple-system, Segoe UI, sans-serif;--r-sm: 10px;--r: 16px;--r-lg: 26px;--r-pill: 999px;--sh-sm: 0 2px 10px rgba(20, 20, 20, .05);--sh: 0 18px 40px -22px rgba(20, 20, 20, .28);--sh-lift: 0 30px 60px -28px rgba(20, 20, 20, .35);--sh-accent: 0 18px 34px -16px rgba(225, 27, 34, .5);--container: 1200px;--pad: clamp(20px, 5vw, 40px);--section: clamp(68px, 9vw, 118px)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--vf-body);background:var(--vf-surface);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img,video{display:block;max-width:100%;height:auto}svg{display:block}.i{width:1.15em;height:1.15em;flex:none}.i-accent{color:var(--vf-accent-600)}.i-star{fill:#f6a821;color:#e0951c}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}ul[class]{list-style:none;padding:0}:focus-visible{outline:3px solid var(--vf-accent-600);outline-offset:2px;border-radius:4px}h1,h2,h3,h4,h5{font-family:var(--font-head);color:var(--vf-ink);line-height:1.08;letter-spacing:-.03em;font-weight:600}h1{font-size:clamp(2.5rem,6vw,4.4rem);font-weight:700}h2{font-size:clamp(2rem,4.2vw,3.1rem)}h3{font-size:clamp(1.3rem,2.2vw,1.7rem)}p{text-wrap:pretty}strong{color:var(--vf-ink);font-weight:700}.accent{color:var(--vf-accent-600)}mark,.hl{color:var(--vf-accent);background:none}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--pad)}.container--wide{max-width:1360px}.container--narrow{max-width:820px}.section{padding-block:var(--section)}.section--warm{background:var(--vf-warm)}.section--dark{background:var(--vf-dark);color:#ffffffb8}.section--dark h2,.section--dark h3{color:#fff}.section--tight{padding-block:clamp(48px,6vw,80px)}.grid{display:grid;gap:clamp(20px,3vw,30px)}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.cols-3,.cols-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.cols-2,.cols-3,.cols-4{grid-template-columns:1fr}}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:600;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--vf-ink)}.eyebrow:before{content:"";width:26px;height:2px;background:var(--vf-accent);border-radius:2px}.eyebrow--center:after{content:"";width:26px;height:2px;background:var(--vf-accent);border-radius:2px}.lead{font-size:clamp(1.05rem,1.6vw,1.22rem);color:var(--vf-body)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-head);font-weight:600;font-size:.98rem;letter-spacing:-.01em;padding:15px 30px;border-radius:var(--r-pill);border:2px solid transparent;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .2s ease,color .2s ease;white-space:nowrap}.btn svg{width:1.1em;height:1.1em}.btn:hover{transform:translateY(-3px)}.btn--accent{background:var(--vf-accent);color:var(--vf-ink);box-shadow:var(--sh-accent)}.btn--accent:hover{background:var(--vf-accent-600)}.btn--dark{background:var(--vf-ink);color:#fff}.btn--dark:hover{background:#000;box-shadow:var(--sh)}.btn--ghost{background:transparent;color:var(--vf-ink);border-color:var(--vf-line)}.btn--ghost:hover{border-color:var(--vf-ink);background:var(--vf-ink);color:#fff}.btn--light{background:#fff;color:var(--vf-ink)}.btn--light:hover{background:var(--vf-accent)}.btn--block{width:100%}.btn--lg{padding:18px 36px;font-size:1.05rem}.card{background:var(--vf-surface);border:1px solid var(--vf-line);border-radius:var(--r-lg);padding:clamp(24px,3vw,34px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.card--hover:hover{transform:translateY(-6px);box-shadow:var(--sh-lift);border-color:transparent}.pill{display:inline-flex;align-items:center;gap:7px;background:var(--vf-warm);color:var(--vf-ink);font-weight:600;font-size:.82rem;padding:7px 14px;border-radius:var(--r-pill);font-family:var(--font-head)}.pill--accent{background:var(--vf-accent-tint)}.icon-box{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:var(--vf-accent-tint);color:var(--vf-ink);flex:none;transition:background .3s ease,color .3s ease}.icon-box svg{width:28px;height:28px}.card--hover:hover .icon-box{background:var(--vf-accent)}.field{display:flex;flex-direction:column;gap:7px}.field>label{font-family:var(--font-head);font-weight:600;font-size:.85rem;color:var(--vf-ink)}.input,.select,.textarea{width:100%;background:#fff;border:1px solid var(--vf-line);border-radius:12px;padding:13px 16px;font-size:.98rem;color:var(--vf-ink);transition:border-color .2s ease,box-shadow .2s ease}.input::placeholder,.textarea::placeholder{color:var(--vf-muted)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--vf-accent-600);box-shadow:0 0 0 4px #e11b2226}.textarea{resize:vertical;min-height:120px}.select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23141414' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:42px}.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:var(--d, 0ms)}.js [data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.js [data-reveal]{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.text-center{text-align:center}.mx-auto{margin-inline:auto}.stack{display:flex;flex-direction:column}.row{display:flex;flex-wrap:wrap;align-items:center}.gap-sm{gap:10px}.gap{gap:16px}.gap-lg{gap:24px}.mt-1{margin-top:12px}.mt-2{margin-top:24px}.mt-3{margin-top:36px}.max-60{max-width:60ch}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:#ffffffd1;backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.header[data-astro-cid-3ef6ksr2].is-scrolled{border-bottom-color:var(--vf-line);box-shadow:0 6px 24px -18px #14141466}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:78px;gap:24px}.brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;flex:none}.brand[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:44px;width:auto;display:block}@media(max-width:420px){.brand[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:38px}}.nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:clamp(16px,2.6vw,40px)}.nav__list[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:clamp(14px,2vw,30px)}.nav__link[data-astro-cid-3ef6ksr2]{font-family:var(--font-head);font-weight:500;font-size:.98rem;color:var(--vf-ink-soft);position:relative;padding:6px 0;transition:color .2s ease}.nav__link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--vf-accent);border-radius:2px;transition:width .25s ease}.nav__link[data-astro-cid-3ef6ksr2]:hover{color:var(--vf-ink)}.nav__link[data-astro-cid-3ef6ksr2]:hover:after,.nav__link[data-astro-cid-3ef6ksr2].is-active:after{width:100%}.nav__link[data-astro-cid-3ef6ksr2].is-active{color:var(--vf-ink)}.nav__cta[data-astro-cid-3ef6ksr2]{padding:12px 22px;font-size:.92rem}.nav-toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:10px;margin-right:-10px}.nav-toggle__bar[data-astro-cid-3ef6ksr2]{width:26px;height:2.5px;background:var(--vf-ink);border-radius:3px;transition:transform .3s ease,opacity .3s ease}@media(max-width:980px){.nav-toggle[data-astro-cid-3ef6ksr2]{display:flex}.nav[data-astro-cid-3ef6ksr2]{position:fixed;inset:78px 0 auto;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:1px solid var(--vf-line);padding:12px var(--pad) 24px;transform:translateY(-12px);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s;box-shadow:var(--sh)}body.nav-open .nav[data-astro-cid-3ef6ksr2]{opacity:1;transform:none;pointer-events:auto;visibility:visible}.nav__list[data-astro-cid-3ef6ksr2]{flex-direction:column;align-items:stretch;gap:0}.nav__link[data-astro-cid-3ef6ksr2]{padding:14px 4px;border-bottom:1px solid var(--vf-line)}.nav__link[data-astro-cid-3ef6ksr2]:after{display:none}.nav__cta[data-astro-cid-3ef6ksr2]{margin-top:16px;justify-content:center}body.nav-open .nav-toggle__bar[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(7.5px) rotate(45deg)}body.nav-open .nav-toggle__bar[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}body.nav-open .nav-toggle__bar[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}}.logo[data-astro-cid-tvrurpns]{display:inline-flex;align-items:center;font-family:var(--font-head)}.logo__text[data-astro-cid-tvrurpns]{font-size:1.4rem;font-weight:700;letter-spacing:-.03em}.logo__accent[data-astro-cid-tvrurpns]{color:var(--vf-accent)}.footer[data-astro-cid-sz7xmlte]{background:var(--vf-dark);color:#ffffffa8;padding-top:clamp(56px,7vw,90px)}.footer__top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:clamp(30px,4vw,56px);padding-bottom:52px;border-bottom:1px solid var(--vf-dark-line)}.footer__desc[data-astro-cid-sz7xmlte]{margin-top:20px;max-width:34ch;font-size:.96rem;line-height:1.7}.footer__social[data-astro-cid-sz7xmlte]{display:flex;gap:10px;margin-top:24px}.soc[data-astro-cid-sz7xmlte]{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#ffffff12;color:#fff;transition:background .25s ease,color .25s ease,transform .25s ease}.soc[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:19px;height:19px}.soc[data-astro-cid-sz7xmlte]:hover{background:var(--vf-accent);color:var(--vf-ink);transform:translateY(-3px)}.footer__col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:#fff;font-size:1.05rem;margin-bottom:20px}.footer__col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:12px}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{transition:color .2s ease}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--vf-accent)}.footer__contact[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:10px}.footer__contact[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:18px;height:18px;color:var(--vf-accent);flex:none}.footer__bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-block:26px;font-size:.88rem}.footer__note[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fffc;text-decoration:underline;text-underline-offset:3px}.footer__note[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--vf-accent)}@media(max-width:860px){.footer__top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media(max-width:520px){.footer__top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start}}.skip-link[data-astro-cid-sckkx6r4]{position:absolute;left:12px;top:-60px;z-index:200;background:var(--vf-ink);color:#fff;padding:10px 16px;border-radius:10px;transition:top .2s ease}.skip-link[data-astro-cid-sckkx6r4]:focus{top:12px}
