.founder-card[data-astro-cid-p6pg6hxs]{--founder-card-width: 300px;--founder-card-right: var(--space-5, 20px);display:none;position:fixed;right:var(--founder-card-right);top:50%;transform:translateY(-50%);width:var(--founder-card-width);max-width:calc(100vw - var(--space-8, 32px));z-index:950;opacity:0;transition:opacity .2s ease;pointer-events:none}.founder-card[data-astro-cid-p6pg6hxs].is-visible{display:block;opacity:1;pointer-events:auto}.founder-card__inner[data-astro-cid-p6pg6hxs]{position:relative;padding:var(--space-8) var(--space-6) var(--space-6);background:var(--surface-primary, #FFFFFF);border:1px solid var(--light-border);border-radius:var(--radius-xl, 16px);box-shadow:0 1px 2px #0f172a0a,0 12px 28px #0f172a14;text-align:center;overflow:hidden}.founder-card__inner[data-astro-cid-p6pg6hxs]:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--blue-600),var(--lime-600))}.founder-card__badge[data-astro-cid-p6pg6hxs]{position:relative;width:84px;height:84px;margin:0 auto var(--space-4)}.founder-card__badge[data-astro-cid-p6pg6hxs] img[data-astro-cid-p6pg6hxs]{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--surface-primary, #FFFFFF);box-shadow:0 0 0 2px var(--lime-600),0 6px 16px #0f172a1f}.founder-card__badge-dot[data-astro-cid-p6pg6hxs]{position:absolute;right:2px;bottom:2px;width:16px;height:16px;background:#22c55e;border:3px solid var(--surface-primary, #FFFFFF);border-radius:50%;box-shadow:0 0 #22c55e99;animation:founder-card-pulse 2.4s ease-out infinite}@keyframes founder-card-pulse{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.founder-card__kicker[data-astro-cid-p6pg6hxs]{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--blue-600);margin:0 0 var(--space-1)}.founder-card__role[data-astro-cid-p6pg6hxs]{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary);margin:0 0 var(--space-3)}.founder-card__heading[data-astro-cid-p6pg6hxs]{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--text-primary);line-height:var(--leading-tight);letter-spacing:-.01em;margin:0 0 var(--space-3)}.founder-card__text[data-astro-cid-p6pg6hxs]{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary);margin:0 0 var(--space-5)}.founder-card__cta[data-astro-cid-p6pg6hxs]{width:100%;display:flex}.founder-card__contacts[data-astro-cid-p6pg6hxs]{margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--light-border);display:flex;flex-direction:column;gap:var(--space-2)}.founder-card__link[data-astro-cid-p6pg6hxs]{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);text-decoration:none;padding:var(--space-1) 0;transition:color var(--transition-fast);overflow:hidden;text-overflow:ellipsis}.founder-card__link[data-astro-cid-p6pg6hxs]:hover,.founder-card__link[data-astro-cid-p6pg6hxs]:focus-visible{color:var(--blue-600)}.founder-card__link--email[data-astro-cid-p6pg6hxs]{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-muted)}.founder-card__link[data-astro-cid-p6pg6hxs] svg[data-astro-cid-p6pg6hxs]{flex:0 0 auto}@media(prefers-reduced-motion:reduce){.founder-card__badge-dot[data-astro-cid-p6pg6hxs]{animation:none}}.back-to-top[data-astro-cid-wlspcwf4]{position:fixed;right:20px;bottom:20px;z-index:40;display:inline-flex;align-items:center;gap:6px;padding:10px 14px 10px 12px;border-radius:var(--radius-full, 999px);border:1px solid rgba(255,255,255,.12);background-color:var(--utility-fab-bg);color:var(--utility-fab-text);font-size:var(--text-sm, 14px);font-weight:var(--weight-semibold, 600);letter-spacing:.01em;box-shadow:var(--utility-fab-shadow);cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,background-color .18s ease}.back-to-top[data-astro-cid-wlspcwf4][hidden]{display:none!important}.back-to-top[data-astro-cid-wlspcwf4].is-visible{opacity:1;transform:translateY(0)}.back-to-top[data-astro-cid-wlspcwf4]:hover{background-color:var(--utility-fab-bg-hover);transform:translateY(-2px)}.back-to-top[data-astro-cid-wlspcwf4]:focus-visible{outline:2px solid var(--lime-600);outline-offset:3px}.back-to-top[data-astro-cid-wlspcwf4] svg[data-astro-cid-wlspcwf4]{flex-shrink:0}@media(max-width:768px){.back-to-top[data-astro-cid-wlspcwf4]{right:14px;bottom:calc(84px + env(safe-area-inset-bottom,0px));padding:9px 12px 9px 10px}.back-to-top__label[data-astro-cid-wlspcwf4]{display:none}}@media(prefers-reduced-motion:reduce){.back-to-top[data-astro-cid-wlspcwf4]{transition:opacity .12s linear;transform:none}.back-to-top[data-astro-cid-wlspcwf4].is-visible,.back-to-top[data-astro-cid-wlspcwf4]:hover{transform:none}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:#0a1628fa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-bar[data-astro-cid-3ef6ksr2]{padding-block:var(--space-4)}.nav-bar__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--space-6);position:relative}.nav-bar__logo[data-astro-cid-3ef6ksr2]{text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-.5px;display:flex;gap:var(--space-2);flex-shrink:0;transition:opacity .2s ease}.nav-bar__logo[data-astro-cid-3ef6ksr2]:hover{opacity:.9}.logo-hello[data-astro-cid-3ef6ksr2]{color:var(--text-inverse)}.logo-people[data-astro-cid-3ef6ksr2]{background:linear-gradient(135deg,var(--blue-500) 0%,var(--blue-600) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-bar__links[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--space-1);margin-left:auto}.nav-bar__item[data-astro-cid-3ef6ksr2]{position:relative}.nav-bar__item--mobile-only[data-astro-cid-3ef6ksr2]{display:none}.nav-bar__link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:5px;padding:10px 12px;font-size:var(--text-sm);font-weight:var(--weight-medium);color:#ffffffd1;text-decoration:none;letter-spacing:.3px;position:relative;transition:color .2s ease;white-space:nowrap;border-radius:var(--radius-sm);background:none;border:none;cursor:pointer;font-family:inherit}.nav-bar__chevron[data-astro-cid-3ef6ksr2]{opacity:.5;transition:transform .2s ease,opacity .2s ease;flex-shrink:0}.nav-bar__link[data-astro-cid-3ef6ksr2]:hover{color:var(--text-inverse)}.nav-bar__link[data-astro-cid-3ef6ksr2]:hover .nav-bar__chevron[data-astro-cid-3ef6ksr2]{opacity:1}.nav-bar__link[data-astro-cid-3ef6ksr2][aria-expanded=true] .nav-bar__chevron[data-astro-cid-3ef6ksr2]{transform:rotate(180deg);opacity:1}.nav-bar__link[data-astro-cid-3ef6ksr2][aria-expanded=true]{color:var(--text-inverse);background:#ffffff0f}.nav-bar__link[data-astro-cid-3ef6ksr2]:focus-visible{color:var(--text-inverse);outline:2px solid var(--blue-500);outline-offset:2px;border-radius:var(--radius-sm)}.nav-bar__cta[data-astro-cid-3ef6ksr2]{flex-shrink:0;margin-left:var(--space-4)}.nav-bar__toggle[data-astro-cid-3ef6ksr2]{display:none;color:var(--text-inverse);padding:var(--space-2);min-height:44px;min-width:44px;transition:color .2s ease}.nav-bar__toggle[data-astro-cid-3ef6ksr2]:hover{color:var(--lime-600)}.is-hidden[data-astro-cid-3ef6ksr2]{display:none!important}.nav-bar__toggle[data-astro-cid-3ef6ksr2]:focus-visible{color:var(--lime-600);outline:2px solid var(--lime-600);outline-offset:2px;border-radius:var(--radius-sm)}.dropdown[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--navy-800);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:var(--space-6);box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0a;z-index:200;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.dropdown[data-astro-cid-3ef6ksr2].is-open{display:block;opacity:1;pointer-events:auto}.dropdown--narrow[data-astro-cid-3ef6ksr2]{min-width:260px;padding:var(--space-5)}.dropdown--compact[data-astro-cid-3ef6ksr2]{min-width:220px}.dropdown--wide[data-astro-cid-3ef6ksr2]{min-width:520px;left:0;transform:none}.nav-bar__item--wide[data-astro-cid-3ef6ksr2] .dropdown--wide[data-astro-cid-3ef6ksr2]{left:50%;transform:translate(-50%)}.nav-bar__item[data-astro-cid-3ef6ksr2]:nth-child(1){position:static}.nav-bar__item[data-astro-cid-3ef6ksr2]:nth-child(1) .dropdown--wide[data-astro-cid-3ef6ksr2]{left:0;right:auto;transform:none}.nav-bar__item[data-astro-cid-3ef6ksr2]:nth-child(2) .dropdown--wide[data-astro-cid-3ef6ksr2]{left:50%;transform:translate(-50%)}.dropdown__columns[data-astro-cid-3ef6ksr2]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6)}.dropdown__columns--3[data-astro-cid-3ef6ksr2]{grid-template-columns:1fr 1fr 1fr;min-width:680px}.dropdown__columns--4[data-astro-cid-3ef6ksr2]{grid-template-columns:1fr 1fr 1fr 1fr;min-width:880px}.dropdown__col[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column}.dropdown__heading[data-astro-cid-3ef6ksr2]{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-400);padding:0 var(--space-3);margin-bottom:var(--space-2)}.dropdown__heading--spaced[data-astro-cid-3ef6ksr2]{margin-top:var(--space-5)}.dropdown__link[data-astro-cid-3ef6ksr2]{display:block;padding:7px var(--space-3);font-size:13.5px;font-weight:var(--weight-normal);color:#ffffffb8;text-decoration:none;border-radius:6px;transition:background .15s ease,color .15s ease;line-height:1.4}.dropdown__link[data-astro-cid-3ef6ksr2]:hover{background:#ffffff0f;color:var(--text-inverse)}.dropdown__link[data-astro-cid-3ef6ksr2]:focus-visible{outline:2px solid var(--blue-500);outline-offset:-2px;border-radius:6px;color:var(--text-inverse)}.dropdown__link--parent[data-astro-cid-3ef6ksr2]{font-weight:var(--weight-semibold);color:var(--text-inverse)}.dropdown__link--see-all[data-astro-cid-3ef6ksr2]{font-weight:var(--weight-semibold);color:var(--blue-400);margin-top:var(--space-2)}.dropdown__link--see-all[data-astro-cid-3ef6ksr2]:hover{color:var(--text-inverse)}.dropdown__group[data-astro-cid-3ef6ksr2]{border:none;padding:0;margin:0}.dropdown__group-toggle[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:6px;padding:7px var(--space-3);font-size:13.5px;font-weight:var(--weight-normal);color:#ffffffb8;cursor:pointer;list-style:none;border-radius:6px;transition:background .15s ease,color .15s ease}.dropdown__group-toggle[data-astro-cid-3ef6ksr2]::-webkit-details-marker{display:none}.dropdown__group-toggle[data-astro-cid-3ef6ksr2]:before{content:"+";font-size:14px;font-weight:var(--weight-semibold);color:var(--blue-400);width:14px;text-align:center;flex-shrink:0}.dropdown__group[data-astro-cid-3ef6ksr2][open]>.dropdown__group-toggle[data-astro-cid-3ef6ksr2]:before{content:"−"}.dropdown__group-toggle[data-astro-cid-3ef6ksr2]:hover{background:#ffffff0f;color:var(--text-inverse)}.dropdown__group-list[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;padding-left:20px;margin-top:2px}.dropdown__footer[data-astro-cid-3ef6ksr2]{margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.dropdown__footer-text[data-astro-cid-3ef6ksr2]{font-size:13px;color:#ffffff73}.dropdown__footer-link[data-astro-cid-3ef6ksr2]{font-size:13px;font-weight:var(--weight-semibold);color:var(--blue-400);text-decoration:none;transition:color .15s ease}.dropdown__footer-link[data-astro-cid-3ef6ksr2]:hover{color:var(--text-inverse)}.dropdown__note[data-astro-cid-3ef6ksr2]{display:block;padding:var(--space-3) var(--space-3) 0;font-size:12px;color:#ffffff59;border-top:1px solid rgba(255,255,255,.06);margin-top:var(--space-3)}@media(max-width:1024px){.nav-bar__toggle[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;margin-left:auto}.nav-bar__cta[data-astro-cid-3ef6ksr2]{display:none}.nav-bar__item--mobile-only[data-astro-cid-3ef6ksr2]{display:block}.nav-bar__links[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;left:0;right:0;height:calc(100dvh - var(--mobile-nav-offset, 72px));background:var(--navy-900);border-top:1px solid rgba(255,255,255,.08);flex-direction:column;padding:var(--space-4) 0;padding-bottom:calc(var(--space-10) + env(safe-area-inset-bottom,0px));gap:0;max-height:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.nav-bar__links[data-astro-cid-3ef6ksr2].open{display:flex}.nav-bar__item[data-astro-cid-3ef6ksr2]{position:static;width:100%}.nav-bar__link[data-astro-cid-3ef6ksr2]{width:100%;padding:var(--space-3) var(--space-6);border-radius:0;min-height:48px;font-size:15px;justify-content:space-between}.nav-bar__link[data-astro-cid-3ef6ksr2]:hover,.nav-bar__link[data-astro-cid-3ef6ksr2]:focus-visible,.nav-bar__link[data-astro-cid-3ef6ksr2][aria-expanded=true]{background:#ffffff0a}.dropdown[data-astro-cid-3ef6ksr2]{position:static;transform:none;left:auto;top:auto;background:#ffffff05;border:none;border-radius:0;box-shadow:none;padding:var(--space-2) 0;min-width:0!important;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.dropdown[data-astro-cid-3ef6ksr2].is-open{display:block;opacity:1;pointer-events:auto}.dropdown--wide[data-astro-cid-3ef6ksr2],.dropdown--narrow[data-astro-cid-3ef6ksr2],.dropdown--compact[data-astro-cid-3ef6ksr2]{min-width:0!important;left:auto!important;transform:none!important;position:static!important}.nav-bar__item--wide[data-astro-cid-3ef6ksr2] .dropdown--wide[data-astro-cid-3ef6ksr2],.nav-bar__item[data-astro-cid-3ef6ksr2]:nth-child(1) .dropdown--wide[data-astro-cid-3ef6ksr2],.nav-bar__item[data-astro-cid-3ef6ksr2]:nth-child(2) .dropdown--wide[data-astro-cid-3ef6ksr2],.nav-bar__item[data-astro-cid-3ef6ksr2]:nth-child(3) .dropdown--wide[data-astro-cid-3ef6ksr2],.nav-bar__item[data-astro-cid-3ef6ksr2]:nth-child(4) .dropdown--wide[data-astro-cid-3ef6ksr2]{left:auto!important;transform:none!important;position:static!important;min-width:0!important}.dropdown__columns[data-astro-cid-3ef6ksr2],.dropdown__columns--3[data-astro-cid-3ef6ksr2],.dropdown__columns--4[data-astro-cid-3ef6ksr2]{display:flex!important;flex-direction:column!important;gap:var(--space-2);min-width:0!important;grid-template-columns:none!important}.dropdown__col[data-astro-cid-3ef6ksr2]{padding:0;width:100%;min-width:0}.dropdown__heading[data-astro-cid-3ef6ksr2]{padding:var(--space-3) var(--space-8) var(--space-1);margin-bottom:0;margin-top:var(--space-3);font-size:10.5px}.dropdown__heading[data-astro-cid-3ef6ksr2]:first-child{margin-top:0}.dropdown__heading--spaced[data-astro-cid-3ef6ksr2]{margin-top:var(--space-4)}.dropdown__link[data-astro-cid-3ef6ksr2]{padding:8px var(--space-8) 8px calc(var(--space-8) + 8px);font-size:14px;min-height:40px;display:flex;align-items:center;border-radius:0}.dropdown__link--parent[data-astro-cid-3ef6ksr2]{padding-left:var(--space-8)}.dropdown__footer[data-astro-cid-3ef6ksr2]{padding:var(--space-3) var(--space-8);margin-top:var(--space-2);flex-direction:column;align-items:flex-start;gap:var(--space-1);border-top:1px solid rgba(255,255,255,.04)}.dropdown__note[data-astro-cid-3ef6ksr2]{padding:var(--space-3) var(--space-8) var(--space-2);margin-top:var(--space-2)}}@media(max-width:640px){.nav-bar__logo[data-astro-cid-3ef6ksr2]{font-size:20px;gap:var(--space-1)}}.site-footer[data-astro-cid-sz7xmlte]{background-color:var(--navy-950);color:var(--footer-text);padding-block:var(--space-16) var(--space-8);border-top:2px solid var(--lime-600)}.footer__tier[data-astro-cid-sz7xmlte]{display:grid;gap:var(--space-10)}.footer__tier--primary[data-astro-cid-sz7xmlte]{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr}.footer__tier--secondary[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(5,1fr);margin-top:var(--space-10);padding-top:var(--space-8);border-top:1px solid rgba(255,255,255,.06)}.footer__logo[data-astro-cid-sz7xmlte]{text-decoration:none;font-size:28px;font-weight:800;display:inline-flex;gap:var(--space-2);letter-spacing:-.5px;margin-bottom:var(--space-3);transition:opacity .2s ease}.footer__logo[data-astro-cid-sz7xmlte]:hover{opacity:.9}.footer__logo[data-astro-cid-sz7xmlte] .logo-hello[data-astro-cid-sz7xmlte]{color:var(--text-inverse)}.footer__logo[data-astro-cid-sz7xmlte] .logo-people[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,var(--blue-500) 0%,var(--blue-600) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__tagline[data-astro-cid-sz7xmlte]{color:var(--footer-text);font-size:var(--text-sm);margin-bottom:var(--space-4)}.footer__address[data-astro-cid-sz7xmlte]{font-style:normal;font-size:var(--text-sm);color:var(--footer-text);line-height:var(--leading-relaxed)}.footer__address[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--footer-text);text-decoration:none;transition:color .2s ease}.footer__address[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text-inverse)}.footer__ctas[data-astro-cid-sz7xmlte]{margin-top:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2)}.footer__cta-link[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;font-size:13px;font-weight:var(--weight-semibold);color:var(--blue-400);text-decoration:none;transition:color .2s ease}.footer__cta-link[data-astro-cid-sz7xmlte]:hover{color:var(--text-inverse)}.footer__cta-link[data-astro-cid-sz7xmlte]:focus-visible{color:var(--text-inverse);outline:2px solid var(--blue-500);outline-offset:2px;border-radius:2px}.footer__heading[data-astro-cid-sz7xmlte]{font-size:15px;font-weight:var(--weight-semibold);color:var(--text-inverse);margin-bottom:var(--space-3);letter-spacing:.02em}.footer__heading--secondary[data-astro-cid-sz7xmlte]{font-size:13px;color:var(--blue-400);text-transform:uppercase;letter-spacing:.06em}.footer__city-group[data-astro-cid-sz7xmlte]{border:none;padding:0;margin:0}.footer__city-group[data-astro-cid-sz7xmlte]+.footer__city-group[data-astro-cid-sz7xmlte]{margin-top:var(--space-2)}.footer__city-toggle[data-astro-cid-sz7xmlte]{font-size:13px;font-weight:var(--weight-medium);color:var(--footer-text);cursor:pointer;list-style:none;padding:4px 0;transition:color .15s ease;display:flex;align-items:center;gap:6px}.footer__city-toggle[data-astro-cid-sz7xmlte]::-webkit-details-marker{display:none}.footer__city-toggle[data-astro-cid-sz7xmlte]:before{content:"+";font-size:14px;font-weight:var(--weight-semibold);color:var(--blue-400);width:14px;text-align:center;flex-shrink:0;transition:transform .2s ease}.footer__city-group[data-astro-cid-sz7xmlte][open]>.footer__city-toggle[data-astro-cid-sz7xmlte]:before{content:"−"}.footer__city-toggle[data-astro-cid-sz7xmlte]:hover{color:var(--text-inverse)}.footer__city-group[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{padding-left:20px;margin-top:2px}.footer__col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:2px}.footer__link[data-astro-cid-sz7xmlte]{font-size:13px;font-weight:300;color:var(--footer-text);text-decoration:none;transition:color .15s ease,transform .15s ease;display:inline-block;padding:2px 0}.footer__link[data-astro-cid-sz7xmlte]:hover{color:var(--text-inverse);transform:translate(3px)}.footer__link[data-astro-cid-sz7xmlte]:focus-visible{color:var(--text-inverse);outline:2px solid var(--blue-500);outline-offset:2px;border-radius:2px}.footer__link--parent[data-astro-cid-sz7xmlte]{font-weight:var(--weight-medium);color:#ffffffd9}.footer__bottom[data-astro-cid-sz7xmlte]{margin-top:var(--space-10);padding-top:var(--space-6);border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4)}.footer__copyright[data-astro-cid-sz7xmlte]{font-size:12px;color:var(--footer-text-subtle)}.footer__legal[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--space-6)}.footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:12px;color:var(--footer-text-subtle);text-decoration:none;transition:color .15s ease}.footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--footer-text)}.footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible{color:var(--text-inverse);outline:2px solid var(--blue-500);outline-offset:2px;border-radius:2px}@media(max-width:1024px){.footer__tier--primary[data-astro-cid-sz7xmlte],.footer__tier--secondary[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}.footer__brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}@media(max-width:640px){.footer__tier--primary[data-astro-cid-sz7xmlte],.footer__tier--secondary[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:var(--space-8)}.footer__tier--secondary[data-astro-cid-sz7xmlte]{margin-top:var(--space-8);padding-top:var(--space-6)}.footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:var(--space-3)}.footer__legal[data-astro-cid-sz7xmlte]{gap:var(--space-4);flex-wrap:wrap}}:root{--white: #ffffff;--black: #0A2342;--navy-950: #051524;--navy-900: #071A2F;--navy-800: #0D2340;--navy-700: #193456;--navy-600: #1a3d5c;--deep-blue-900: #0E2B6B;--deep-blue-800: #173A8A;--deep-blue-700: #20479F;--deep-blue-600: #3A63C7;--blue-700: #1a3fcc;--blue-600: #2F5BFF;--blue-500: #4d7aff;--blue-400: #7da3ff;--blue-100: #dbeafe;--blue-50: #eff6ff;--lime-600: #D7FF00;--lime-500: #e5ff33;--lime-400: #eff078;--lime-100: #f7ffd4;--lime-50: #fcffe8;--green-700: #166534;--green-600: #22c55e;--green-400: #4ade80;--green-100: #dcfce7;--green-50: #f0fdf4;--orange-700: #A86514;--orange-600: #C97A1A;--orange-400: #E09B40;--amber-700: #A16207;--amber-600: #D97706;--amber-500: #F59E0B;--amber-400: #FBBF24;--amber-100: #FEF3C7;--yellow-600: var(--amber-600);--yellow-100: var(--amber-100);--rose-700: #9F1239;--rose-600: #BE123C;--rose-500: #E11D48;--rose-400: #FB7185;--soft-red-700: #A83D47;--soft-red-600: #C94A57;--soft-red-400: #E06B76;--light-bg: #F8FAFE;--light-surface: #ffffff;--light-border: #D7DFEC;--cool-bg: #EEF4FF;--cool-surface: #F8FBFF;--cool-border: #C9D8F2;--warm-bg: #F4E8E4;--warm-surface: #FBF6F3;--warm-border: #E5CFC8;--sand-bg: #F2E6C9;--sand-surface: #FBF7EC;--sand-border: #E2D2A8;--navy-text: #0A2342;--gray-900: #0A2342;--gray-800: #1f2937;--gray-700: #3E5876;--gray-600: #455D78;--gray-500: #6F829A;--gray-400: #7A8BA1;--gray-300: #D9E0EA;--gray-200: #e5e7eb;--gray-100: #F7F8FA;--gray-50: #f9fafb;--red-700: #b91c1c;--red-600: #dc2626;--red-100: #fee2e2;--surface-page: #F6F8FC;--surface-raised: var(--white);--surface-sunken: var(--light-bg);--surface-secondary: var(--light-bg);--surface-overlay: var(--white);--surface-dark: var(--navy-900);--surface-dark-alt: var(--navy-800);--surface-overlay-soft: rgba(255, 255, 255, .92);--text-primary: #0A2342;--text-secondary: #1F3653;--text-muted: #4E6380;--text-inverse: #F7FAFC;--text-link: var(--blue-600);--text-link-hover:var(--blue-700);--text-warm-heading: #0A2342;--text-warm-body: #263F5C;--text-warm-muted: #58698A;--text-dark-heading: #F7FAFC;--text-dark-body: rgba(255, 255, 255, .82);--text-dark-muted: rgba(255, 255, 255, .64);--footer-text: #b8c5d6;--footer-text-muted: #9ca8b8;--footer-text-subtle: #7a8a9f;--border-default: var(--gray-300);--border-strong: var(--gray-500);--border-soft: var(--gray-200);--border-subtle: rgba(10, 35, 66, .08);--status-warning-bg: var(--sand-bg);--status-info: var(--blue-600);--status-info-bg: var(--blue-50);--status-success: var(--green-700);--status-success-bg: var(--green-50);--status-success-border: var(--green-100);--status-error: var(--red-700);--status-error-bg: var(--red-100);--status-error-border: #fecaca;--about-tone-0-bg: #E6EEFF;--about-tone-0-border: #C7D8FF;--about-tone-0-icon: #1E3FB8;--about-tone-1-bg: #F0F7E4;--about-tone-1-border: #DCEBC1;--about-tone-1-icon: #3F6B12;--about-tone-2-bg: #FFF1E0;--about-tone-2-border: #FADBB5;--about-tone-2-icon: #9A4A08;--about-tone-heading: #0b1021;--about-tone-text: #243049;--field-bg: var(--white);--field-border: var(--gray-400);--field-focus-ring: 0 0 0 3px rgba(37, 99, 235, .12);--overlay-backdrop: rgba(0, 0, 0, .5);--overlay-modal-shadow: 0 20px 60px rgba(0, 0, 0, .15);--focus-ring: 0 0 0 2px var(--surface-page), 0 0 0 4px var(--blue-600);--theme-bg: var(--light-bg);--theme-surface: var(--light-surface);--theme-surface-hover: var(--gray-50);--theme-surface-alt: var(--gray-50);--theme-border: var(--light-border);--theme-border-strong: #B8C5D6;--theme-heading: #0A2342;--theme-text: #2A3F5C;--theme-text-muted: #6F829A;--theme-eyebrow: var(--blue-600);--theme-accent: var(--blue-600);--theme-accent-hover: var(--blue-500);--theme-number: var(--blue-600);--theme-number-muted: #7A8BA1;--theme-icon: var(--blue-600);--theme-btn-primary-bg: var(--blue-600);--theme-btn-primary-text: var(--white);--theme-btn-primary-hover:var(--blue-500);--theme-btn-ghost-text: #3E5876;--theme-btn-ghost-border: var(--light-border);--theme-btn-ghost-hover: var(--gray-50);--font-sans: "Manrope Variable", "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Space Grotesk Variable", "Space Grotesk", "Space Grotesk Fallback", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "Fira Code", "Courier New", monospace;--text-hero: clamp(3.1rem, 5.9vw, 5rem);--text-h1: clamp(2.75rem, 4.35vw, 4.25rem);--text-h2: clamp(2rem, 3.2vw, 2.9rem);--text-h3: clamp(1.2rem, 1.65vw, 1.5rem);--text-h4: 22px;--text-hero-mobile: clamp(2rem, 5vw, 2.75rem);--text-hero-subtitle: .5em;--text-hero-subtitle-weight: 200;--text-hero-subtitle-line: 1.2;--text-h1-mobile: clamp(1.8rem, 4vw, 2.4rem);--text-h2-mobile: clamp(1.5rem, 3vw, 1.8rem);--text-h3-mobile: clamp(1rem, 1.5vw, 1.125rem);--text-h4-mobile: 20px;--text-body: 1rem;--text-body-line: 1.7;--text-lead: 1.2rem;--text-lead-line: 1.75;--paragraph-gap: 22px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--leading-tight: 1.15;--leading-snug: 1.3;--leading-normal: 1.5;--leading-relaxed: 1.7;--weight-light: 300;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--tracking-tight: .005em;--tracking-normal: 0;--tracking-wide: .03em;--tracking-heading: -.035em;--eyebrow-size: 11px;--eyebrow-weight: 500;--eyebrow-tracking: .14em;--eyebrow-gap: 12px;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--section-pad-y-sm: 52px;--section-pad-y: 68px;--section-pad-y-md: 88px;--section-pad-y-lg: 112px;--section-pad-y-xl: 136px;--container-narrow: 760px;--container-md: 920px;--container: 1280px;--container-wide: 1360px;--container-pad-x: 28px;--container-pad-x-tablet: 24px;--container-pad-x-mobile: 20px;--container-pad-x-compact: 16px;--container-sm: 640px;--container-lg: 1024px;--container-xl: 1200px;--container-2xl: 1400px;--sidebar-width: 300px;--content-max: 68ch;--section-desc-max: 820px;--hero-text-max: 780px;--grid-gap: 28px;--grid-gap-lg: 40px;--grid-gap-sm: 16px;--callout-cta-bg: var(--gradient-brand-hero);--callout-cta-border: rgba(99, 102, 241, .25);--callout-cta-glow: radial-gradient(circle, rgba(99, 102, 241, .25) 0%, transparent 70%);--utility-fab-bg: var(--navy-900);--utility-fab-bg-hover: var(--blue-600);--utility-fab-text: var(--white);--utility-fab-shadow: 0 10px 30px rgba(11, 16, 33, .35), 0 2px 6px rgba(11, 16, 33, .25);--dock-surface: var(--surface-raised);--dock-border: rgba(15, 23, 42, .08);--dock-shadow: 0 10px 30px rgba(15, 23, 42, .12), 0 2px 6px rgba(15, 23, 42, .06);--dock-photo-ring: var(--white);--dock-online: var(--green-600);--guide-callout-info-bg: var(--blue-50);--guide-callout-info-border: var(--blue-600);--guide-callout-warning-bg: var(--sand-surface);--guide-callout-warning-border: var(--orange-600);--guide-callout-success-bg: var(--green-50);--guide-callout-success-border: var(--green-600);--guide-callout-tip-bg: var(--cool-surface);--guide-callout-tip-border: var(--deep-blue-600);--radius-sm: 14px;--radius-md: 18px;--radius-lg: 24px;--radius-xl: 32px;--radius-pill: 999px;--radius-full: 999px;--shadow-sm: 0 10px 24px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 18px 44px rgba(15, 23, 42, .1), 0 3px 8px rgba(15, 23, 42, .06);--shadow-lg: 0 28px 80px rgba(15, 23, 42, .14), 0 10px 24px rgba(15, 23, 42, .08);--gradient-brand-hero: linear-gradient(115deg, #020024 0%, #06102b 20%, #0a1d50 40%, #1339a0 65%, #2251ff 100%);--gradient-brand-action: linear-gradient(135deg, var(--blue-600) 0%, var(--blue-500) 100%);--gradient-brand-action-hover: linear-gradient(135deg, var(--blue-700) 0%, var(--blue-600) 100%);--glass-white-soft: rgba(255, 255, 255, .08);--glass-white-border: rgba(255, 255, 255, .14);--surface-glass-dark: rgba(10, 18, 34, .88);--btn-hero-bg: var(--gradient-brand-action);--btn-hero-bg-hover: var(--gradient-brand-action-hover);--btn-hero-text: var(--white);--btn-hero-shadow: 0 10px 24px rgba(29, 78, 216, .28);--btn-hero-shadow-hover: 0 16px 32px rgba(29, 78, 216, .34);--btn-ghost-bg: transparent;--btn-ghost-bg-hover: rgba(255, 255, 255, .08);--btn-ghost-text: var(--white);--btn-ghost-border: rgba(255, 255, 255, .35);--btn-ghost-border-hover: rgba(255, 255, 255, .6);--btn-call-bg: var(--lime-600);--btn-call-bg-hover: #c2e600;--btn-call-text: #0b1021;--btn-call-shadow: 0 10px 24px rgba(215, 255, 0, .3);--motion-duration-fast: .24s;--motion-duration-base: .7s;--motion-duration-slow: .9s;--motion-ease-out: cubic-bezier(.22, 1, .36, 1);--reveal-distance-y: 32px;--reveal-distance-x: 42px;--reveal-scale: .965;--reveal-blur: 14px;--btn-h-sm: 42px;--btn-h: 54px;--btn-h-lg: 62px;--btn-pad-x-sm:16px;--btn-pad-x: 24px;--btn-pad-x-lg:32px;--btn-radius: 999px;--card-pad-sm: 20px;--card-pad: 32px;--card-pad-lg: 40px;--chip-h: 32px;--chip-pad-x: 12px;--chip-size: 14px;--chip-radius: 999px;--transition-fast: .16s ease;--transition-normal: .25s ease}@media(max-width:640px){:root{--text-hero: clamp(2.2rem, 8vw, 2.9rem);--text-h1: clamp(2rem, 7vw, 2.55rem);--text-h2: clamp(1.45rem, 5.5vw, 1.9rem);--text-h3: clamp(1.1rem, 3.8vw, 1.32rem);--text-5xl: clamp(2rem, 8vw, 2.8rem);--text-4xl: clamp(1.65rem, 6.5vw, 2.1rem);--text-3xl: clamp(1.3rem, 5.5vw, 1.7rem);--text-2xl: 1.35rem;--text-xl: 1.125rem;--text-lead: 1.05rem;--container-pad-x-mobile: 18px;--grid-gap: 20px;--grid-gap-lg: 28px;--card-pad: 24px;--card-pad-lg: 28px;--btn-h: 50px;--btn-h-lg: 56px;--btn-pad-x: 20px;--btn-pad-x-lg: 24px;--section-pad-y-sm: 40px;--section-pad-y: 52px;--section-pad-y-md: 64px;--section-pad-y-lg: 80px;--section-pad-y-xl: 96px}}@media(max-width:1024px){:root{--container-pad-x: var(--container-pad-x-tablet);--section-pad-y: 60px;--section-pad-y-md: 76px;--section-pad-y-lg: 96px;--section-pad-y-xl: 112px;--grid-gap: 24px;--grid-gap-lg: 32px}}@media(max-width:768px){:root{--container-pad-x: var(--container-pad-x-mobile);--text-base: .98rem;--text-lg: 1.0625rem;--text-xl: 1.18rem;--text-2xl: 1.4rem;--text-lead: 1rem;--section-pad-y-sm: 44px;--section-pad-y: 56px;--section-pad-y-md: 68px;--section-pad-y-lg: 84px;--grid-gap: 22px;--grid-gap-lg: 28px;--btn-h: 48px;--btn-h-lg: 54px;--card-pad: 26px}}@media(max-width:480px){:root{--container-pad-x: var(--container-pad-x-compact);--container-pad-x-mobile: var(--container-pad-x-compact);--text-base: .96rem;--text-lg: 1rem;--text-lead: .98rem;--section-pad-y-sm: 36px;--section-pad-y: 48px;--section-pad-y-md: 60px;--section-pad-y-lg: 72px;--grid-gap: 18px;--card-pad: 22px;--btn-pad-x: 18px}}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-cyrillic-wght-normal.Dvxsihut.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-greek-wght-normal.DL7QRZyv.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-vietnamese-wght-normal.usUDDRr7.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-latin-ext-wght-normal.Ch3YOpNY.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-latin-wght-normal.DHIcAJRg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-vietnamese-wght-normal.D0rl6rjA.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-latin-ext-wght-normal.D9tNdqV9.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-latin-wght-normal.BhU9QXUp.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html{opacity:1}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");size-adjust:96%;ascent-override:100%;descent-override:25%;line-gap-override:0%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:var(--font-sans);font-weight:var(--weight-normal);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-primary);background-color:var(--surface-page);background-image:radial-gradient(circle at top left,rgba(47,91,255,.08),transparent 30%),radial-gradient(circle at 85% 18%,rgba(217,255,0,.08),transparent 22%),linear-gradient(180deg,#ffffffe6,#f6f8fcf5);min-height:100vh;overflow-x:hidden;letter-spacing:.002em}img,picture,video,svg{display:block;max-width:100%;height:auto}.js-motion img[loading=lazy]{opacity:0;transition:opacity .5s ease}.js-motion img[loading=lazy].img-loaded{opacity:1}@media(prefers-reduced-motion:reduce){.js-motion img[loading=lazy]{opacity:1;transition:none}}input,button,textarea,select{font:inherit}a{color:var(--text-link);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--text-link-hover)}button{cursor:pointer;border:none;background:none}ul,ol{list-style:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--container-pad-x)}.container--narrow{max-width:var(--container-narrow)}.container--md{max-width:var(--container-md)}.container--wide{max-width:var(--container-wide)}@media(max-width:768px){.container{padding-inline:var(--container-pad-x-mobile)}}@media(max-width:480px){.container{padding-inline:var(--container-pad-x-compact)}}.section{padding-block:var(--section-pad-y-lg);position:relative}.section--sm{padding-block:var(--section-pad-y-md)}.section--lg{padding-block:var(--section-pad-y-xl)}@media(max-width:1024px){.section{padding-block:var(--section-pad-y-md)}.section--sm{padding-block:var(--section-pad-y)}.section--lg{padding-block:var(--section-pad-y-lg)}}@media(max-width:640px){.section{padding-block:var(--section-pad-y)}.section--sm{padding-block:var(--section-pad-y-sm)}.section--lg{padding-block:var(--section-pad-y-md)}}.section--dark{--theme-bg: #071A2F;--theme-surface: #0D2340;--theme-surface-hover: rgba(255, 255, 255, .08);--theme-surface-alt: #0D2340;--theme-border: #193456;--theme-border-strong: rgba(255, 255, 255, .2);--theme-heading: #F7FAFC;--theme-text: rgba(255, 255, 255, .82);--theme-text-muted: rgba(255, 255, 255, .64);--theme-eyebrow: var(--lime-600);--theme-accent: var(--lime-600);--theme-accent-hover: var(--lime-500);--theme-number: var(--lime-600);--theme-number-muted: rgba(255, 255, 255, .25);--theme-icon: var(--blue-400);--theme-btn-primary-bg: var(--blue-600);--theme-btn-primary-text: var(--white);--theme-btn-primary-hover:var(--blue-500);--theme-btn-ghost-text: #ffffff;--theme-btn-ghost-border: rgba(255, 255, 255, .3);--theme-btn-ghost-hover: rgba(255, 255, 255, .08);background-color:var(--theme-bg);color:var(--theme-text)}.section--blue-gradient{--theme-bg: transparent;--theme-surface: rgba(255, 255, 255, .06);--theme-surface-hover: rgba(255, 255, 255, .1);--theme-surface-alt: rgba(255, 255, 255, .04);--theme-border: rgba(255, 255, 255, .12);--theme-border-strong: rgba(255, 255, 255, .22);--theme-heading: var(--white);--theme-text: rgba(255, 255, 255, .85);--theme-text-muted: rgba(255, 255, 255, .6);--theme-eyebrow: var(--lime-600);--theme-accent: var(--lime-600);--theme-accent-hover: var(--lime-500);--theme-number: var(--lime-600);--theme-number-muted: rgba(255, 255, 255, .25);--theme-icon: var(--lime-600);--theme-btn-primary-bg: var(--lime-600);--theme-btn-primary-text: var(--navy-900);--theme-btn-primary-hover:var(--lime-500);--theme-btn-ghost-text: #ffffff;--theme-btn-ghost-border: rgba(255, 255, 255, .3);--theme-btn-ghost-hover: rgba(255, 255, 255, .08);--icon-card-bg: rgba(255, 255, 255, .08);background:linear-gradient(115deg,#020024,#06102b,#0a1d50 40%,#1339a0 65%,#2251ff);color:var(--theme-text)}.section--red-gradient{--theme-bg: transparent;--theme-surface: rgba(255, 255, 255, .06);--theme-surface-hover: rgba(255, 255, 255, .1);--theme-surface-alt: rgba(255, 255, 255, .04);--theme-border: rgba(255, 255, 255, .12);--theme-border-strong: rgba(255, 255, 255, .22);--theme-heading: var(--white);--theme-text: rgba(255, 255, 255, .85);--theme-text-muted: rgba(255, 255, 255, .6);--theme-eyebrow: var(--rose-400);--theme-accent: var(--rose-400);--theme-accent-hover: var(--rose-500);--theme-number: var(--rose-400);--theme-number-muted: rgba(255, 255, 255, .25);--theme-icon: var(--rose-400);--theme-btn-primary-bg: var(--white);--theme-btn-primary-text: var(--rose-700);--theme-btn-primary-hover:var(--gray-100);--theme-btn-ghost-text: #ffffff;--theme-btn-ghost-border: rgba(255, 255, 255, .3);--theme-btn-ghost-hover: rgba(255, 255, 255, .08);--icon-card-bg: rgba(255, 255, 255, .08);background:linear-gradient(135deg,#1a0a10,#2d0a1a 25%,#7f1d3e 60%,#e11d48);color:var(--theme-text)}.section--grey,.section--cool{--theme-bg: var(--cool-bg);--theme-surface: var(--cool-surface);--theme-surface-hover: #EEF4FF;--theme-surface-alt: #E4EDFC;--theme-border: var(--cool-border);--theme-border-strong: #A8BDE0;background-color:var(--theme-bg)}.section--warm{--theme-bg: var(--warm-bg);--theme-surface: var(--warm-surface);--theme-surface-hover: #F8F0ED;--theme-surface-alt: #EDD8D2;--theme-border: var(--warm-border);--theme-border-strong: #D4B8AF;--theme-heading: #0A2342;--theme-text: #455D78;--theme-text-muted: #7A8BA1;--theme-eyebrow: var(--orange-600);--theme-accent: var(--orange-600);--theme-accent-hover: var(--orange-700);--theme-number: var(--orange-600);--theme-number-muted: rgba(201, 122, 26, .45);--theme-btn-primary-bg: var(--navy-900);--theme-btn-primary-text: var(--white);--theme-btn-primary-hover:var(--navy-800);background-color:var(--theme-bg)}.section--red{--theme-bg: var(--warm-bg);--theme-surface: var(--warm-surface);--theme-surface-hover: #F8F0ED;--theme-surface-alt: #EDD8D2;--theme-border: var(--warm-border);--theme-border-strong: #D4B8AF;--theme-heading: #0A2342;--theme-text: #455D78;--theme-text-muted: #7A8BA1;--theme-eyebrow: var(--soft-red-600);--theme-accent: var(--soft-red-600);--theme-accent-hover: var(--soft-red-700);--theme-number: var(--soft-red-600);--theme-number-muted: rgba(201, 74, 87, .45);--theme-btn-primary-bg: var(--navy-900);--theme-btn-primary-text: var(--white);--theme-btn-primary-hover:var(--navy-800);background-color:var(--theme-bg)}.section--sand,.section--yellow{--theme-bg: var(--sand-bg);--theme-surface: var(--sand-surface);--theme-surface-hover: #F5EDD8;--theme-surface-alt: #E8D9B8;--theme-border: var(--sand-border);--theme-border-strong: #CFC095;--theme-heading: #0A2342;--theme-text: #455D78;--theme-text-muted: #7A8BA1;--theme-eyebrow: var(--orange-600);--theme-accent: var(--orange-600);--theme-accent-hover: var(--orange-700);--theme-number: var(--orange-600);--theme-number-muted: rgba(201, 122, 26, .45);--theme-btn-primary-bg: var(--navy-900);--theme-btn-primary-text: var(--white);--theme-btn-primary-hover:var(--navy-800);background-color:var(--theme-bg)}.section--deep-blue{--theme-bg: var(--deep-blue-800);--theme-surface: var(--deep-blue-700);--theme-surface-hover: rgba(255, 255, 255, .1);--theme-surface-alt: var(--deep-blue-900);--theme-border: var(--deep-blue-600);--theme-border-strong: rgba(255, 255, 255, .22);--theme-heading: #F7FAFC;--theme-text: rgba(255, 255, 255, .82);--theme-text-muted: rgba(255, 255, 255, .64);--theme-eyebrow: var(--lime-600);--theme-accent: var(--lime-600);--theme-accent-hover: var(--lime-500);--theme-number: var(--lime-600);--theme-number-muted: rgba(255, 255, 255, .25);--theme-icon: var(--blue-400);--theme-btn-primary-bg: var(--white);--theme-btn-primary-text: var(--deep-blue-800);--theme-btn-primary-hover:var(--gray-100);--theme-btn-ghost-text: #ffffff;--theme-btn-ghost-border: rgba(255, 255, 255, .3);--theme-btn-ghost-hover: rgba(255, 255, 255, .08);--icon-card-bg: rgba(255, 255, 255, .08);background-color:var(--theme-bg);color:var(--theme-text)}.section--yellow-gradient{--theme-bg: transparent;--theme-surface: rgba(255, 255, 255, .06);--theme-surface-hover: rgba(255, 255, 255, .1);--theme-surface-alt: rgba(255, 255, 255, .04);--theme-border: rgba(255, 255, 255, .12);--theme-border-strong: rgba(255, 255, 255, .22);--theme-heading: var(--white);--theme-text: rgba(255, 255, 255, .85);--theme-text-muted: rgba(255, 255, 255, .6);--theme-eyebrow: var(--amber-400);--theme-accent: var(--amber-400);--theme-accent-hover: var(--amber-600);--theme-number: var(--amber-400);--theme-number-muted: rgba(255, 255, 255, .25);--theme-icon: var(--amber-400);--theme-btn-primary-bg: var(--white);--theme-btn-primary-text: var(--amber-700);--theme-btn-primary-hover:var(--gray-100);--theme-btn-ghost-text: #ffffff;--theme-btn-ghost-border: rgba(255, 255, 255, .3);--theme-btn-ghost-hover: rgba(255, 255, 255, .08);--icon-card-bg: rgba(255, 255, 255, .08);background:linear-gradient(135deg,#1a1005,#2d1a08 25%,#92400e 60%,#d97706);color:var(--theme-text)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--weight-bold);line-height:var(--leading-tight);letter-spacing:var(--tracking-heading);color:var(--theme-heading);text-wrap:balance}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3);line-height:var(--leading-snug)}h4{font-size:var(--text-h4);line-height:var(--leading-normal);letter-spacing:0}p{font-size:var(--text-body);color:var(--theme-text);line-height:var(--text-body-line);max-width:72ch}p+p{margin-top:var(--paragraph-gap)}.text-sm{font-size:var(--text-sm)}.text-lg{font-size:var(--text-lg)}.text-muted{color:var(--theme-text-muted)}.text-center{text-align:center}.eyebrow{font-size:var(--eyebrow-size);font-weight:var(--eyebrow-weight);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;color:var(--theme-eyebrow);margin-bottom:var(--eyebrow-gap);display:inline-flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor;opacity:.55}@media(max-width:640px){h1{font-size:var(--text-h1-mobile)}h2{font-size:var(--text-h2-mobile)}h3{font-size:var(--text-h3-mobile)}h4{font-size:var(--text-h4-mobile)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:var(--btn-h);padding:0 var(--btn-pad-x);font-size:1rem;font-weight:var(--weight-semibold);border-radius:var(--btn-radius);transition:background-color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);text-decoration:none;line-height:1;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn--primary{background-color:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text)}.btn--primary:hover{background-color:var(--theme-btn-primary-hover);color:var(--theme-btn-primary-text)}.btn--secondary{background-color:var(--theme-surface);color:var(--theme-heading);border:1px solid var(--theme-border-strong);box-shadow:var(--shadow-sm)}.btn--secondary:hover{background-color:var(--theme-surface-hover);color:var(--theme-heading)}.btn--lg{min-height:var(--btn-h-lg);padding:0 var(--btn-pad-x-lg);font-size:17px}.btn--sm{min-height:var(--btn-h-sm);padding:0 var(--btn-pad-x-sm);font-size:15px}.btn--cta{background:var(--gradient-brand-action);color:var(--white);font-weight:var(--weight-bold);box-shadow:0 4px 14px #1d4ed866}.btn--cta:hover{background:var(--gradient-brand-action-hover);color:var(--white);box-shadow:0 6px 20px #1d4ed880}.hero-subtitle{display:inline-block;font-size:var(--text-hero-subtitle);font-weight:var(--text-hero-subtitle-weight);line-height:var(--text-hero-subtitle-line)}.text-gradient{color:var(--blue-600);-webkit-text-fill-color:var(--blue-600)}.btn--hero{background:var(--btn-hero-bg);color:var(--btn-hero-text);font-weight:var(--weight-semibold);border:none;border-radius:var(--btn-radius);padding:0 var(--space-8);min-height:48px;box-shadow:var(--btn-hero-shadow)}.btn--hero:hover{background:var(--btn-hero-bg-hover);color:var(--btn-hero-text);box-shadow:var(--btn-hero-shadow-hover);transform:translateY(-2px)}.btn--ghost{background-color:var(--btn-ghost-bg);color:var(--btn-ghost-text);border:1.5px solid var(--btn-ghost-border);border-radius:50px}.btn--ghost:hover{background-color:var(--btn-ghost-bg-hover);border-color:var(--btn-ghost-border-hover);color:var(--btn-ghost-text)}.btn[href^="tel:"][href^="tel:"],.btn--call.btn--call{background-color:var(--btn-call-bg)!important;color:var(--btn-call-text)!important;border:1.5px solid transparent!important;box-shadow:var(--btn-call-shadow)}.btn[href^="tel:"][href^="tel:"]:hover,.btn--call.btn--call:hover{background-color:var(--btn-call-bg-hover)!important;color:var(--btn-call-text)!important;border-color:transparent!important;transform:translateY(-2px);box-shadow:0 10px 24px #d7ff0073}.btn[href^="tel:"][href^="tel:"]:focus-visible,.btn--call.btn--call:focus-visible{outline:3px solid rgba(215,255,0,.55);outline-offset:2px}.btn--promise{display:inline-flex;align-items:center;gap:8px;background-color:var(--btn-ghost-bg);color:var(--btn-ghost-text);border:1.5px solid var(--btn-ghost-border);border-radius:50px;font-weight:700;cursor:pointer}.btn--promise svg{display:block}.btn--promise:hover{background-color:var(--btn-ghost-bg-hover);border-color:var(--btn-ghost-border-hover);color:var(--btn-ghost-text);transform:translateY(-2px)}.btn--promise:focus-visible{outline:2px solid var(--lime-600, #D7FF00);outline-offset:3px}.card{background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);padding:var(--card-pad)}.card--hover{transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast)}.card--hover:hover{border-color:var(--theme-border-strong);box-shadow:var(--shadow-sm);background-color:var(--theme-surface-hover)}.card__title{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--theme-heading);margin-bottom:var(--space-2)}.card__text{font-size:var(--text-sm);color:var(--theme-text);line-height:var(--leading-relaxed)}.chip{display:inline-flex;align-items:center;min-height:var(--chip-h);padding:0 var(--chip-pad-x);font-size:var(--chip-size);font-weight:var(--weight-semibold);border-radius:var(--chip-radius)}.grid{display:grid;gap:var(--grid-gap)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.grid{gap:var(--grid-gap-sm)}}.divider{border:none;border-top:1px solid var(--border-default);margin-block:var(--space-12)}.skip-link{position:absolute;top:-100%;left:var(--space-4);background:var(--action-primary);color:var(--white);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);z-index:9999;font-size:var(--text-sm)}.skip-link:focus{top:var(--space-4)}.gtm-noscript-frame{display:none;visibility:hidden}.visually-hidden-offscreen{position:absolute;left:-9999px}body.body-lock{overflow:hidden}@media(prefers-contrast:more){:root{--theme-border: #B8C5D6;--theme-border-strong: #8A9BB5}.section--grey,.section--cool{--theme-bg: #DAE4F5;--theme-surface: #EEF4FF;--theme-border: #A8BDE0;--theme-border-strong: #8AA3D0}.section--dark,.section--blue-gradient,.section--red-gradient,.section--yellow-gradient,.section--deep-blue{--theme-border: rgba(255, 255, 255, .2);--theme-border-strong: rgba(255, 255, 255, .3)}.section--warm,.section--red{--theme-bg: #EDD8D2;--theme-border: #C4A89E;--theme-border-strong: #B0928A}.section--sand,.section--yellow{--theme-bg: #E8D9B8;--theme-border: #CFC095;--theme-border-strong: #B8A87C}}.js-motion [data-reveal]{opacity:0;filter:blur(var(--reveal-blur));will-change:opacity,transform,filter;transition:opacity var(--motion-duration-base) var(--motion-ease-out),transform var(--motion-duration-base) var(--motion-ease-out),filter var(--motion-duration-slow) var(--motion-ease-out)}.js-motion [data-reveal=fade-up]{transform:translateY(var(--reveal-distance-y))}.js-motion [data-reveal=fade-left]{transform:translate(calc(var(--reveal-distance-x) * -1))}.js-motion [data-reveal=fade-right]{transform:translate(var(--reveal-distance-x))}.js-motion [data-reveal=scale-in]{transform:scale(var(--reveal-scale))}.js-motion [data-reveal=stagger]{opacity:1;transform:none;filter:none}.js-motion [data-reveal=stagger]>[data-stagger-item]{opacity:0;transform:translateY(var(--reveal-distance-y));filter:blur(calc(var(--reveal-blur) * .8));transition:opacity var(--motion-duration-base) var(--motion-ease-out),transform var(--motion-duration-base) var(--motion-ease-out),filter var(--motion-duration-slow) var(--motion-ease-out)}.js-motion [data-reveal].revealed{opacity:1;transform:none;filter:none}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]{opacity:1;transform:none;filter:none}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]:nth-child(1){transition-delay:0ms}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]:nth-child(2){transition-delay:.1s}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]:nth-child(3){transition-delay:.2s}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]:nth-child(4){transition-delay:.3s}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]:nth-child(5){transition-delay:.4s}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]:nth-child(6){transition-delay:.5s}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]:nth-child(7){transition-delay:.6s}.js-motion [data-reveal=stagger].revealed>[data-stagger-item]:nth-child(8){transition-delay:.7s}@media(prefers-reduced-motion:reduce){.js-motion [data-reveal],.js-motion [data-reveal=stagger]>[data-stagger-item]{opacity:1!important;transform:none!important;transition:none!important}}
