:root{--bg-page: #fff;--bg-subtle: #f8fafc;--bg-glass: rgba(255, 255, 255, .78);--text-main: #0f172a;--text-muted: #64748b;--text-soft: #94a3b8;--border-main: #e2e8f0;--border-soft: rgba(226, 232, 240, .75);--brand: #6366f1;--brand-dark: #4f46e5;--shadow-soft: 0 14px 36px rgba(15, 23, 42, .06);--shadow-brand: 0 12px 28px rgba(99, 102, 241, .18);--container: 1240px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}body{font-family:Inter,sans-serif;color:var(--text-main);line-height:1.6;min-height:100vh}.container{max-width:var(--container);margin:0 auto;padding:0 clamp(1.25rem,4vw,2rem)}.container-narrow{max-width:780px}.section{padding:clamp(2.5rem,5.5vw,5rem) 0}.section-tinted{background:var(--bg-subtle)}.section-dark{background:linear-gradient(180deg,#f8fafc,#fff);color:var(--text-main)}.section-dark .section-title{color:var(--text-main)}.section-dark .section-intro{color:#475569}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.btn-primary,.btn-outline,.btn-white,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1.4rem;border-radius:12px;font-weight:700;font-size:.9rem;border:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;box-shadow:0 14px 34px #6366f138}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 38px #6366f147}.btn-outline{background:#fff;color:var(--text-main);border:1.5px solid #cbd5e1}.btn-outline:hover{border-color:var(--brand);background:#f5f3ff;transform:translateY(-1px)}.btn-white{background:#fffffff5;color:var(--text-main);box-shadow:0 14px 32px #0f172a1f}.btn-white:hover{background:#f5f3ff;transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text-main);border:1.5px solid #cbd5e1}.btn-ghost:hover{background:#f5f3ff;border-color:var(--brand)}.section-header{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.section-title{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;color:var(--text-main);line-height:1.2;letter-spacing:-.02em}.section-intro{margin-top:.75rem;font-size:1.05rem;color:#475569;line-height:1.75;max-width:680px}.eyebrow{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:#6366f114;color:var(--brand-dark);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}@media(max-width:768px){.two-col{grid-template-columns:1fr!important}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(.5deg)}to{transform:translateY(0) rotate(0)}}.animate-float{animation:float 6s ease-in-out infinite}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.revealed{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.text-gradient{background:linear-gradient(135deg,var(--brand-dark) 0%,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.block-section{padding:clamp(2.8rem,6vw,4.5rem) 0}.block-section--tonal{background:#f8fafcb8}.block-section--quiet{background:linear-gradient(180deg,#f8fafcb8,#fffffff5)}.block-section--dark{background:#0b1020;color:#fff}.block-header{max-width:820px;margin-bottom:1.7rem}.block-header--center{margin-right:auto;margin-left:auto;text-align:center}.block-header__eyebrow{margin:0 0 .55rem;color:#6366f1;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.block-header h2{margin:0;color:#0f172a;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.06;letter-spacing:-.04em}.block-header p{margin:.75rem 0 0;color:#64748b;font-size:.98rem;line-height:1.7;max-width:64ch}.block-grid{display:grid;gap:1rem}.block-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.block-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.block-grid--auto{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.block-card{display:grid;gap:.5rem;padding:1.1rem 1.15rem;border:1px solid rgba(226,232,240,.9);border-radius:20px;background:#fffffff2;box-shadow:0 10px 26px #0f172a0d}.block-card--interactive{color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.block-card--interactive:hover{transform:translateY(-2px);border-color:#6366f138;box-shadow:0 18px 36px #0f172a14}.block-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.9rem;height:2.9rem;border-radius:16px;background:linear-gradient(135deg,#eef2ff,#ede9fe);color:#4f46e5;flex-shrink:0}.block-card__label{display:block;color:#0f172a;font-size:1.02rem;font-weight:800;line-height:1.24}.block-card__description{display:block;margin-top:.38rem;color:#64748b;font-size:.94rem;line-height:1.58}.block-card__arrow{width:1.05rem;height:1.05rem;color:#94a3b8;margin-top:.12rem;flex-shrink:0}.block-faq__container{width:100%;max-width:var(--container, 1240px)}.block-faq__list{display:grid;gap:.75rem}.block-faq__item{display:grid;grid-template-rows:auto 0fr;overflow:hidden;border:1px solid rgba(226,232,240,.95);border-radius:18px;background:#fffffff5;box-shadow:0 14px 34px #0f172a0a;transition:border-color .22s ease,box-shadow .22s ease,grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.block-faq__item[open]{grid-template-rows:auto 1fr;border-color:#818cf866;box-shadow:0 18px 38px #4f46e514}.block-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;color:#0f172a;cursor:pointer;font-family:inherit;font-size:.975rem;font-weight:700;list-style:none;text-align:left;user-select:none}.block-faq__question:hover{color:#6366f1}.block-faq__question::-webkit-details-marker{display:none}.block-faq__body{overflow:hidden}.block-faq__answer{padding:0 1.25rem 1.1rem;color:#475569;font-size:.92rem;line-height:1.75}.block-faq__chevron{flex-shrink:0;color:#94a3b8;transition:transform .35s cubic-bezier(.4,0,.2,1),color .22s ease}.block-faq__item[open] .block-faq__chevron{color:#6366f1;transform:rotate(180deg)}.block-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.block-link-grid--auto{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.block-link-card{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.95rem}.block-link-card--plain{grid-template-columns:1fr;min-height:110px}.block-final-cta{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.3rem 1.4rem;border:1px solid rgba(165,180,252,.28);border-radius:28px;background:linear-gradient(135deg,#eef2ffeb,#fffffffa)}.block-final-cta--dark{border-color:#ffffff1f;background:linear-gradient(135deg,#111827,#312e81);color:#fff}.block-final-cta--split{align-items:flex-start}.block-final-cta h2{margin:0;color:inherit;font-size:clamp(1.7rem,3vw,2.3rem);letter-spacing:-.04em}.block-final-cta p{max-width:58ch;margin:.7rem 0 0;color:inherit;line-height:1.7;opacity:.82}.block-final-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem}.block-table-wrap{overflow:auto;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.block-table{width:100%;min-width:720px;border-collapse:collapse}.block-table th,.block-table td{padding:1rem 1.05rem;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:top}.block-table thead th{background:#f8fafc;color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.block-table__param{width:24%;color:#0f172a;font-weight:700}.block-table__accent{color:#4338ca;font-weight:800}@media(max-width:980px){.block-grid--two,.block-grid--three,.block-link-grid{grid-template-columns:1fr}.block-final-cta{flex-direction:column;align-items:flex-start}}body{background:radial-gradient(circle at top left,rgba(99,102,241,.06),transparent 20%),linear-gradient(180deg,#fff,#f8fafc)}.site-header[data-astro-cid-5hce7sga]{position:sticky;top:0;z-index:100;overflow:visible;padding:0 clamp(1rem,3vw,1.6rem);border-bottom:1px solid rgba(226,232,240,.94);background:#ffffffe0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 12px 28px #0f172a0a}.site-nav[data-astro-cid-5hce7sga]{max-width:var(--container);margin:0 auto;min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,2vw,1.35rem)}.brand-link[data-astro-cid-5hce7sga]{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:.55rem .9rem .55rem .2rem;border-radius:999px;flex-shrink:0;color:var(--text-main);font-size:1.12rem;font-weight:800;letter-spacing:-.03em;transition:transform .18s ease,background .18s ease}.brand-link[data-astro-cid-5hce7sga]:hover{transform:translateY(-1px);background:#ffffffb8}.brand-link[data-astro-cid-5hce7sga]:before{content:"";width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));box-shadow:0 0 0 6px #6366f117;flex-shrink:0}.nav-links-wrap[data-astro-cid-5hce7sga]{display:flex;gap:.2rem;align-items:center;justify-content:center;min-width:0;padding:.28rem;border-radius:18px;background:#f8fafcd1;border:1px solid rgba(226,232,240,.9);box-shadow:inset 0 1px #ffffffbf}.nav-link[data-astro-cid-5hce7sga]{color:#475569;font-size:.94rem;font-weight:600;line-height:1;padding:.76rem .9rem;border-radius:14px;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.nav-link[data-astro-cid-5hce7sga]:hover{color:var(--brand-dark);background:#6366f10f;transform:translateY(-1px)}.nav-link[data-astro-cid-5hce7sga].is-active{color:var(--brand-dark);background:linear-gradient(135deg,#6366f11f,#4f46e514);box-shadow:inset 0 0 0 1px #6366f11f,0 8px 20px #6366f114}.nav-actions[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.75rem;flex-shrink:0;justify-self:end}.header-cta[data-astro-cid-5hce7sga],.sticky-cta-button[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-weight:700;font-size:.9rem;white-space:nowrap;box-shadow:var(--shadow-brand);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.header-cta[data-astro-cid-5hce7sga]{min-height:42px;padding:.68rem 1.05rem;border-radius:12px;font-size:.88rem}.sticky-cta-button[data-astro-cid-5hce7sga]{padding:.62rem 1.15rem}.header-cta[data-astro-cid-5hce7sga]:hover,.sticky-cta-button[data-astro-cid-5hce7sga]:hover{transform:translateY(-1px);filter:saturate(1.05);box-shadow:0 14px 28px #6366f12e}.nav-toggle[data-astro-cid-5hce7sga]{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border-main);border-radius:12px;background:#fff;color:var(--text-main);cursor:pointer;transition:background .18s ease,border-color .18s ease}.nav-toggle[data-astro-cid-5hce7sga]:hover{background:#f8fafc;border-color:#cbd5e1}.mobile-nav-panel[data-astro-cid-5hce7sga]{display:none}.site-footer[data-astro-cid-5hce7sga]{margin-top:0;padding:clamp(3.2rem,6vw,5.2rem) clamp(1.25rem,4vw,2rem) 2rem;background:radial-gradient(circle at top center,rgba(99,102,241,.12),transparent 24%),linear-gradient(180deg,rgba(15,23,42,.22),transparent 18%),#0a0f1e;color:var(--text-muted)}.footer-inner[data-astro-cid-5hce7sga]{max-width:var(--container);margin:0 auto}.footer-grid[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:minmax(240px,1.15fr) repeat(5,minmax(150px,1fr));gap:1.5rem clamp(1rem,2vw,1.7rem);align-items:start;margin-bottom:2.6rem}.footer-brand-block[data-astro-cid-5hce7sga],.footer-column-card[data-astro-cid-5hce7sga]{display:grid;gap:.95rem;min-height:0}.footer-brand-block[data-astro-cid-5hce7sga]{position:relative;padding:.2rem 1.25rem .4rem 0;align-content:start}.footer-brand-block[data-astro-cid-5hce7sga]:after{display:none}.footer-column-card[data-astro-cid-5hce7sga]{padding:.25rem 0 0;align-content:start;border-top:none;min-width:0}.footer-brand[data-astro-cid-5hce7sga]{color:#fff;font-weight:800;font-size:1.55rem;letter-spacing:-.03em;line-height:1.02;margin-bottom:.2rem}.footer-tagline[data-astro-cid-5hce7sga]{max-width:300px;font-size:.95rem;line-height:1.78;color:var(--text-soft)}.footer-brand-cta[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:40px;margin-top:.35rem;padding:.7rem 1rem;border-radius:12px;background:linear-gradient(135deg,#6366f1eb,#4f46e5f5);color:#fff;font-size:.88rem;font-weight:700;box-shadow:0 12px 24px #4f46e52e;transition:transform .18s ease,box-shadow .18s ease}.footer-brand-cta[data-astro-cid-5hce7sga]:hover{transform:translateY(-1px);box-shadow:0 16px 30px #4f46e538}.footer-title[data-astro-cid-5hce7sga]{margin-bottom:.45rem;color:#e2e8f0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.footer-links[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;gap:.62rem}.footer-link[data-astro-cid-5hce7sga]{display:block;padding:0;margin:0;border-radius:0;color:var(--text-soft);font-size:.95rem;transition:color .18s ease,transform .18s ease}.footer-link[data-astro-cid-5hce7sga]:hover{color:#fff;transform:translate(2px)}.footer-link-label[data-astro-cid-5hce7sga]{color:inherit;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.footer-bottom[data-astro-cid-5hce7sga]{border-top:1px solid rgba(148,163,184,.14);padding-top:1.35rem;color:#475569;font-size:.82rem}.footer-bottom-inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-meta-links[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer-meta-link[data-astro-cid-5hce7sga]{color:#94a3b8;transition:color .18s ease}.footer-meta-link[data-astro-cid-5hce7sga]:hover{color:#fff}#sticky-cta[data-astro-cid-5hce7sga]{position:fixed;left:0;right:0;bottom:0;z-index:200;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem clamp(1rem,4vw,2rem);background:#0a0f1ee0;border-top:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px);color:#fff;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}#sticky-cta[data-astro-cid-5hce7sga].visible{transform:translateY(0)}.lead-modal[data-astro-cid-5hce7sga]{position:fixed;inset:0;z-index:220;display:grid;place-items:center;padding:1.25rem;background:#0f172a94;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.lead-modal[data-astro-cid-5hce7sga].is-open{opacity:1;visibility:visible}.lead-modal__dialog[data-astro-cid-5hce7sga]{width:min(100%,520px);max-height:min(760px,calc(100vh - 2.5rem));overflow:auto;border-radius:8px;background:#fff;box-shadow:0 28px 70px #0f172a42;transform:translateY(12px);transition:transform .2s ease}.lead-modal[data-astro-cid-5hce7sga].is-open .lead-modal__dialog[data-astro-cid-5hce7sga]{transform:translateY(0)}.lead-modal[data-astro-cid-5hce7sga].is-success .lead-modal__dialog[data-astro-cid-5hce7sga]{width:min(100%,380px);max-height:calc(100vh - 2.5rem);overflow:visible}.lead-modal[data-astro-cid-5hce7sga].is-success .lead-modal__head[data-astro-cid-5hce7sga]{display:none}.lead-modal__head[data-astro-cid-5hce7sga]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.35rem 1.35rem .75rem}.lead-modal__head[data-astro-cid-5hce7sga][hidden]{display:none!important}.lead-modal__title[data-astro-cid-5hce7sga]{margin:0;color:#0f172a;font-size:1.45rem;line-height:1.15;letter-spacing:0}.lead-modal__intro[data-astro-cid-5hce7sga]{margin:.55rem 0 0;color:#64748b;line-height:1.65}.lead-modal__close[data-astro-cid-5hce7sga]{width:2.35rem;height:2.35rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#475569;font-size:1.4rem;line-height:1;cursor:pointer;flex-shrink:0}.lead-form[data-astro-cid-5hce7sga]{display:grid;gap:.95rem;padding:.6rem 1.35rem 1.35rem}.lead-form[data-astro-cid-5hce7sga][hidden]{display:none!important}.lead-form__field[data-astro-cid-5hce7sga]{display:grid;gap:.4rem}.lead-form__label[data-astro-cid-5hce7sga]{color:#0f172a;font-size:.92rem;font-weight:700}.lead-form__label[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{color:#ef4444}.lead-form[data-astro-cid-5hce7sga] input[data-astro-cid-5hce7sga],.lead-form[data-astro-cid-5hce7sga] textarea[data-astro-cid-5hce7sga],.lead-form[data-astro-cid-5hce7sga] select[data-astro-cid-5hce7sga]{width:100%;min-height:46px;border:1px solid #dbe3ef;border-radius:8px;padding:.72rem .82rem;background:#fff;color:#0f172a;font:inherit}.lead-form[data-astro-cid-5hce7sga] textarea[data-astro-cid-5hce7sga]{min-height:112px;resize:vertical}.lead-form__checkbox[data-astro-cid-5hce7sga]{display:flex;gap:.65rem;align-items:flex-start;color:#0f172a;font-weight:700}.lead-form__checkbox[data-astro-cid-5hce7sga] input[data-astro-cid-5hce7sga]{width:1.05rem;min-height:0;height:1.05rem;margin-top:.18rem;flex-shrink:0}.lead-form__help[data-astro-cid-5hce7sga]{margin:0;color:#64748b;font-size:.84rem;line-height:1.45}.lead-form__honeypot[data-astro-cid-5hce7sga]{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.lead-form__submit[data-astro-cid-5hce7sga]{min-height:48px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-weight:800;cursor:pointer;box-shadow:var(--shadow-brand)}.lead-form__submit[data-astro-cid-5hce7sga]:disabled{cursor:wait;opacity:.68;box-shadow:none}.lead-form__status[data-astro-cid-5hce7sga]{min-height:1.25rem;color:#475569;font-size:.92rem;line-height:1.45}.lead-form__status[data-astro-cid-5hce7sga][data-state=success]{color:#047857;font-weight:700}.lead-form__status[data-astro-cid-5hce7sga][data-state=error]{color:#dc2626;font-weight:700}.lead-success[data-astro-cid-5hce7sga]{display:grid;gap:.95rem;justify-items:center;padding:1.7rem 1.35rem;text-align:center}.lead-success[data-astro-cid-5hce7sga][hidden]{display:none!important}.lead-success__icon[data-astro-cid-5hce7sga]{display:grid;place-items:center;width:3rem;height:3rem;border-radius:999px;background:#dcfce7;color:#047857;font-size:1.65rem;font-weight:900}.lead-success__title[data-astro-cid-5hce7sga]{margin:0;color:#0f172a;font-size:1.3rem;line-height:1.2;letter-spacing:0}.lead-success__text[data-astro-cid-5hce7sga]{margin:0;color:#475569;line-height:1.55}.lead-success__close[data-astro-cid-5hce7sga]{width:100%;min-height:46px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-weight:800;cursor:pointer;box-shadow:var(--shadow-brand)}.sticky-cta-inner[data-astro-cid-5hce7sga]{width:100%;max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-cta-copy[data-astro-cid-5hce7sga]{display:grid;gap:.2rem}.sticky-cta-kicker[data-astro-cid-5hce7sga]{color:#c7d2fe;font-size:.73rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sticky-cta-text[data-astro-cid-5hce7sga]{color:var(--text-soft);font-size:.9rem;font-weight:500;line-height:1.5}.sticky-cta-actions[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.sticky-close[data-astro-cid-5hce7sga]{width:34px;height:34px;border:0;border-radius:10px;background:#ffffff14;color:var(--text-soft);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .18s ease,color .18s ease}.sticky-close[data-astro-cid-5hce7sga]:hover{background:#ffffff29;color:#fff}@media(max-width:1280px){.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(180px,1fr))}.footer-brand-block[data-astro-cid-5hce7sga]{grid-column:1 / -1;padding:0 0 1rem;border-bottom:1px solid rgba(148,163,184,.12)}.footer-brand-block[data-astro-cid-5hce7sga]:after{display:none}}@media(max-width:1024px){.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem 1rem}.footer-brand-block[data-astro-cid-5hce7sga]{grid-column:1 / -1;padding:0 0 1rem;border-bottom:1px solid rgba(148,163,184,.12)}.footer-column-card[data-astro-cid-5hce7sga]{padding-top:.35rem}}@media(max-width:1140px){.site-nav[data-astro-cid-5hce7sga]{grid-template-columns:auto 1fr auto}.nav-actions[data-astro-cid-5hce7sga]{margin-left:auto;justify-content:flex-end}.nav-links-wrap[data-astro-cid-5hce7sga]{justify-content:flex-start;overflow-x:auto;scrollbar-width:none;background:transparent;border:0;box-shadow:none;padding:0}.nav-links-wrap[data-astro-cid-5hce7sga]::-webkit-scrollbar{display:none}}@media(max-width:1140px){.nav-links-wrap[data-astro-cid-5hce7sga]{display:none}.nav-toggle[data-astro-cid-5hce7sga]{display:inline-flex;order:2}.header-cta[data-astro-cid-5hce7sga]{order:1}.mobile-nav-panel[data-astro-cid-5hce7sga]{position:fixed;top:calc(72px + .55rem);left:.95rem;right:.95rem;z-index:210;display:grid;gap:1rem;max-height:calc(100dvh - 72px - 1.55rem);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;padding:1rem;border:1px solid var(--border-main);border-radius:22px;background:#fffffffa;box-shadow:0 24px 52px #0f172a24;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.mobile-nav-panel[data-astro-cid-5hce7sga].open{display:grid!important;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-nav-cta[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-size:.92rem;font-weight:700;box-shadow:var(--shadow-brand)}.mobile-nav-sections[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.mobile-nav-section[data-astro-cid-5hce7sga]{display:grid;gap:.45rem;padding:.8rem;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.mobile-nav-title[data-astro-cid-5hce7sga]{color:#64748b;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mobile-nav-links[data-astro-cid-5hce7sga]{display:grid;gap:.15rem}.mobile-nav-link[data-astro-cid-5hce7sga]{display:block;width:100%;padding:.82rem .95rem;border-radius:12px;color:#475569;font-size:.95rem;font-weight:600;transition:color .18s ease,background .18s ease}.mobile-nav-link[data-astro-cid-5hce7sga]:hover,.mobile-nav-link[data-astro-cid-5hce7sga].is-active{color:var(--brand-dark);background:#6366f10f}.sticky-cta-text[data-astro-cid-5hce7sga],.sticky-cta-kicker[data-astro-cid-5hce7sga]{display:none}.sticky-cta-inner[data-astro-cid-5hce7sga]{justify-content:center}}@media(max-width:520px){.site-header[data-astro-cid-5hce7sga]{padding:0 .9rem}.site-nav[data-astro-cid-5hce7sga]{min-height:62px}.header-cta[data-astro-cid-5hce7sga]{display:none}.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:1fr;gap:1rem}.mobile-nav-panel[data-astro-cid-5hce7sga]{left:.7rem;right:.7rem;top:calc(62px + .55rem);max-height:calc(100dvh - 62px - 1.25rem);padding:.85rem}.mobile-nav-sections[data-astro-cid-5hce7sga]{grid-template-columns:1fr}.footer-brand-block[data-astro-cid-5hce7sga]{padding-right:0}.footer-brand-block[data-astro-cid-5hce7sga]:after{display:none}.footer-bottom-inner[data-astro-cid-5hce7sga]{flex-direction:column;align-items:flex-start}}
