.cookie-consent__bar{z-index:50;box-sizing:border-box;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0));background-color:#0f1629;border-top:1px solid #f8fafc29;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #00000059}.cookie-consent__bar-inner{box-sizing:border-box;width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(0px,2vw,8px)}.cookie-consent__bar-title{color:#f8fafc;margin:0 0 8px;font-family:Space Grotesk,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;font-weight:600;line-height:1.25}.cookie-consent__bar-text{color:#f8fafce6;margin:0 0 16px;font-size:14px;line-height:1.55}.cookie-consent__bar-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.cookie-consent__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:8px 16px;font-size:14px;font-weight:500;line-height:1.2;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.cookie-consent__btn:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.cookie-consent__btn--primary{color:#fff;background-color:#3b82f6;border-color:#3b82f6d9}.cookie-consent__btn--secondary{color:#f8fafc;background-color:#0f172ae0;border-color:#f8fafc38}.cookie-consent__inline-link{color:#3b82f6;text-underline-offset:.15em;text-decoration:underline}.cookie-consent__inline-link:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.cookie-consent__dialog-root{z-index:60;position:fixed;inset:0}.cookie-consent__dialog-backdrop{opacity:1;background-color:#0f172ab8;transition:opacity .2s ease-out;position:fixed;inset:0}.cookie-consent__dialog-backdrop[data-closed]{opacity:0}@media (prefers-reduced-motion:reduce){.cookie-consent__dialog-backdrop{transition-duration:75ms}}.cookie-consent__dialog-positioner{z-index:61;pointer-events:none;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.cookie-consent__dialog-panel{pointer-events:auto;box-sizing:border-box;opacity:1;background-color:#0f172a;border:1px solid #f8fafc24;border-radius:12px;width:min(100%,28rem);max-height:min(90vh,40rem);padding:24px;transition:opacity .2s ease-out,transform .2s ease-out;overflow:auto;transform:scale(1)}.cookie-consent__dialog-panel[data-closed]{opacity:0;transform:scale(.98)}@media (prefers-reduced-motion:reduce){.cookie-consent__dialog-panel{transition-duration:75ms}}.cookie-consent__dialog-title{color:#f8fafc;margin:0 0 16px;font-family:Space Grotesk,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:22px;font-weight:600;line-height:1.25}.cookie-consent__dialog-intro{color:#f8fafce0;margin:0 0 16px;font-size:14px;line-height:1.55}.cookie-consent__dialog-choices{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.cookie-consent__choice{grid-template-columns:auto 1fr;align-items:flex-start;gap:16px;display:grid}.cookie-consent__checkbox-input{accent-color:#3b82f6;cursor:pointer;width:1.125rem;height:1.125rem;margin-top:.2rem}.cookie-consent__checkbox-input:disabled{cursor:not-allowed;opacity:.85}.cookie-consent__choice-label{cursor:pointer;color:#f8fafceb;flex-direction:column;gap:4px;font-size:14px;line-height:1.45;display:flex}.cookie-consent__choice-title{color:#f8fafc;font-weight:600}.cookie-consent__choice-desc{color:#f8fafcd1;font-weight:400}.cookie-consent__dialog-legal{margin:0 0 16px;font-size:14px}.cookie-consent__dialog-actions{flex-flow:column wrap;gap:8px;display:flex}@media (width>=480px){.cookie-consent__dialog-actions{flex-direction:row;justify-content:flex-end}}@media (width>=640px){.cookie-consent__bar-actions{flex-wrap:nowrap}}.site-footer{background-color:#0f172af5;border-top:1px solid #f8fafc1f;margin-top:48px;padding-block:48px 24px}.site-footer__inner{box-sizing:border-box;width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(16px,4vw,48px)}.site-footer__grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=768px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}}@media (width>=1024px){.site-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 24px}}@media (width>=768px) and (width<1024px){.site-footer__block{text-align:center}.site-footer__brand-link{justify-content:center}.site-footer__list,.site-footer__address{align-items:center}.site-footer__social-list{justify-content:center}}.site-footer__block{box-sizing:border-box;width:100%;min-width:0}.site-footer__disclosure{background-color:#0f172afa;border:1px solid #f8fafc24;border-radius:8px;min-width:0;margin:0;transition:border-color .35s cubic-bezier(.33,1,.68,1),box-shadow .35s cubic-bezier(.33,1,.68,1)}.site-footer__disclosure--open{border-color:#3b82f647;box-shadow:0 4px 20px #f8fafc14}@media (prefers-reduced-motion:reduce){.site-footer__disclosure{transition:none}.site-footer__disclosure--open{box-shadow:none}}.site-footer__heading--disclosure-host{margin:0}.site-footer__disclosure-summary{box-sizing:border-box;width:100%;min-height:48px;font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin:0;padding:16px;list-style:none;display:flex}.site-footer__disclosure-summary:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid #3b82f6}.site-footer__disclosure-chevron{opacity:.85;flex-shrink:0;transition:transform .35s cubic-bezier(.33,1,.68,1)}.site-footer__disclosure--open .site-footer__disclosure-chevron{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.site-footer__disclosure-chevron{transition-duration:.01ms}}.site-footer__disclosure-panel{border-top:0 solid #0000;max-height:0;transition:max-height .45s cubic-bezier(.33,1,.68,1),border-width .25s;overflow:hidden}.site-footer__disclosure--open .site-footer__disclosure-panel{border-top:1px solid #f8fafc1a;max-height:48rem}@media (prefers-reduced-motion:reduce){.site-footer__disclosure-panel{transition:none}}.site-footer__disclosure-panel-inner{padding:16px}.site-footer__disclosure-panel-inner .site-footer__address{margin-top:16px}.site-footer__brand{margin-bottom:16px}.site-footer__social{margin:0 0 16px}.site-footer__social-list{flex-wrap:wrap;align-items:center;gap:16px;margin:0;padding:0;list-style:none;display:flex}.site-footer__social-link{color:#f8fafceb;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin:-8px;padding:8px;line-height:0;text-decoration:none;display:inline-flex}.site-footer__social-link:hover{color:#f8fafc}.site-footer__social-link:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.site-footer__social-icon{opacity:.92;filter:brightness(0)invert();width:22px;height:22px;display:block}.site-footer__social-link:hover .site-footer__social-icon{opacity:1}.site-footer__brand-link{border-radius:8px;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.site-footer__brand-link:focus-visible{outline-offset:3px;outline:2px solid #3b82f6}.site-footer__logo{box-sizing:border-box;aspect-ratio:1;object-fit:contain;flex-shrink:0;width:40px;max-width:none;height:40px;display:block}.site-footer__wordmark{text-transform:uppercase;letter-spacing:.02em;color:#f8fafc;font-family:Space Grotesk,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:22px;font-weight:600;line-height:1}.site-footer__slogan{color:#f8fafc;text-wrap:balance;margin:0 0 16px;font-family:Space Grotesk,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;font-weight:600;line-height:1.35}.site-footer__vision{color:#f8fafce0;text-wrap:balance;margin:0 0 16px;font-size:14px;line-height:1.55}@media (width>=1024px){.site-footer__vision{max-width:min(100%,22ch)}}.site-footer__audit-wrap{margin:0}.site-footer__audit-link{color:#f8fafceb;background-color:#0000;border:1px solid #f8fafc38;border-radius:8px;align-items:center;min-height:40px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.site-footer__audit-link:hover{color:#f8fafc;border-color:#3b82f673}.site-footer__audit-link:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.site-footer__heading{color:#f8fafc;margin:0 0 16px;font-family:Space Grotesk,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:600;line-height:1.3}.site-footer__heading--disclosure{text-align:left;flex:1;margin:0}.site-footer__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.site-footer__list--compact{gap:4px}.site-footer__link{color:#f8fafce0;border-radius:6px;font-size:14px;text-decoration:none}.site-footer__link:hover{color:#f8fafc;text-underline-offset:3px;text-decoration:underline}.site-footer__link:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.site-footer__address{color:#f8fafce6;flex-direction:column;gap:8px;margin:0 0 16px;font-size:14px;font-style:normal;display:flex}.site-footer__link--inline{width:fit-content}.site-footer__city{color:#f8fafce0}.site-footer__interventions-title{letter-spacing:.04em;text-transform:uppercase;color:#f8fafcb8;margin:0 0 8px;font-size:12px;font-weight:600}.site-footer__plan-call{margin:16px 0 0}.site-footer__plan-call-link{color:#f8fafce6;font-size:14px;font-weight:500;text-decoration:none}.site-footer__plan-call-link:hover{color:#f8fafc;text-underline-offset:3px;text-decoration:underline}.site-footer__plan-call-link:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.site-footer__seo-line{text-align:center;color:#f8fafcad;margin:32px 0 16px;border-top:1px solid #f8fafc1a;max-width:52rem;margin-inline:auto;padding-top:24px;font-size:12px;line-height:1.5}.site-footer__micro-signature{text-align:center;color:#f8fafc94;margin:0 0 24px;font-size:12px;line-height:1.45}.site-footer__legal{border-top:1px solid #f8fafc1f;flex-direction:column;align-items:center;gap:16px;padding-top:24px;display:flex}@media (width>=768px){.site-footer__legal{flex-flow:wrap;justify-content:space-between;align-items:center}}.site-footer__copyright{color:#f8fafcb8;text-align:center;margin:0;font-size:12px}@media (width>=768px){.site-footer__copyright{text-align:left}}.site-footer__legal-nav{width:100%}@media (width>=768px){.site-footer__legal-nav{width:auto}}.site-footer__legal-list{flex-direction:column;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}@media (width>=768px){.site-footer__legal-list{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:8px 16px}}.site-footer__legal-link{color:#f8fafcc7;border-radius:6px;font-size:12px;text-decoration:none}.site-footer__legal-link:hover{color:#f8fafc;text-underline-offset:3px;text-decoration:underline}.site-footer__legal-link:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.site-footer__legal-button{cursor:pointer;text-align:inherit;line-height:inherit;background:0 0;border:none;min-height:0;margin:0;padding:0}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0f172aeb;border-bottom:1px solid #f8fafc1f;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;min-height:64px;margin-inline:auto;padding-block:20px;padding-inline:clamp(16px,4vw,48px);display:flex}@media (width>=768px){.site-header__inner{min-height:56px;padding-block:16px}}.site-header__brand{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}@media (width>=768px){.site-header__brand{gap:8px}}.site-header__brand{border-radius:8px;text-decoration:none}.site-header__brand:focus-visible{outline-offset:3px;outline:2px solid #3b82f6}.site-header__logo{box-sizing:border-box;aspect-ratio:1;object-fit:contain;flex-shrink:0;width:48px;max-width:none;height:48px;display:block}@media (width>=768px){.site-header__logo{width:40px;height:40px}}.site-header__wordmark{text-transform:uppercase;font-family:Space Grotesk,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:28px;font-weight:600;line-height:1}@media (width>=768px){.site-header__wordmark{font-size:22px}}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.site-header__wordmark{-webkit-text-fill-color:unset;color:#f8fafc;background:0 0}}.site-header__wordmark--menu{color:#f8fafc;background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:#f8fafc;font-family:Space Grotesk,Inter,system-ui,-apple-system,Segoe UI,sans-serif}.site-header__nav-desktop{flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:center;gap:4px 8px;min-width:0;display:none}@media (width>=1024px){.site-header__nav-desktop{display:flex}}.site-header__nav-list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px 8px;margin:0;padding:0;list-style:none;display:flex}.site-header__nav-link{color:#f8fafce0;border-radius:6px;align-items:center;min-height:44px;padding-inline:8px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.site-header__nav-link:hover{color:#f8fafc}.site-header__nav-link:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.site-header__nav-link--active{color:#f8fafc;background-color:#3b82f638;font-weight:600;box-shadow:inset 0 0 0 1px #3b82f673}.site-header__actions{flex-shrink:0;align-items:center;gap:8px;display:none}@media (width<1024px){.site-header__actions{display:flex}}.site-header__cta{color:#f8fafc;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#7766f6);border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding-inline:16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.site-header__cta:hover{filter:brightness(1.06)}.site-header__cta:focus-visible{outline-offset:3px;outline:2px solid #f8fafc}.site-header__cta--active{filter:brightness(1.08);box-shadow:0 0 0 2px #f8fafc8c,inset 0 0 0 1px #f8fafc40}.site-header__desktop-cta{flex-shrink:0;display:none}@media (width>=1024px){.site-header__desktop-cta{display:inline-flex}}.site-header__menu-toggle{color:#f8fafc;cursor:pointer;background:0 0;border:1px solid #f8fafc2e;border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.site-header__menu-toggle svg{width:26px;height:26px}.site-header__menu-toggle:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}@media (width>=1024px){.site-header__dialog-shell{display:none!important}}.site-header__dialog-backdrop{opacity:1;transition:opacity .3s ease-out}.site-header__dialog-backdrop[data-closed]{opacity:0}@media (prefers-reduced-motion:reduce){.site-header__dialog-backdrop{transition-duration:75ms}}.site-header__dialog-panel{z-index:60;opacity:1;justify-content:flex-end;transition:transform .3s ease-out,opacity .3s ease-out;display:flex;position:fixed;inset:0;transform:translate(0)}.site-header__dialog-panel[data-closed]{opacity:0;transform:translate(100%)}@media (prefers-reduced-motion:reduce){.site-header__dialog-panel{transition-duration:75ms}}.site-header__dialog-sheet{text-align:center;background-color:#0f172a;border-left:1px solid #f8fafc1f;flex-direction:column;flex:auto;justify-content:flex-start;align-items:center;width:min(100%,22rem);min-height:100%;padding:24px;display:flex;overflow:hidden}.site-header__dialog-sheet .site-header__brand{justify-content:center}.site-header__dialog-header{flex-shrink:0;grid-template-columns:minmax(48px,1fr) minmax(0,2fr) minmax(48px,1fr);align-items:center;gap:8px;width:100%;padding-bottom:16px;display:grid}.site-header__dialog-header-spacer{pointer-events:none;min-width:0}.site-header__dialog-title{color:#f8fafc;text-align:center;justify-self:center;max-width:100%;margin:0;padding:0;font-family:Space Grotesk,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;font-weight:600;line-height:1.2}.site-header__dialog-close{color:#f8fafc;cursor:pointer;background:0 0;border:1px solid #f8fafc2e;border-radius:8px;flex-shrink:0;justify-content:center;justify-self:end;align-items:center;width:48px;height:48px;padding:0;display:inline-flex}.site-header__dialog-close svg{width:22px;height:22px}.site-header__dialog-close:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.site-header__dialog-close:hover{background-color:#f8fafc14}.site-header__dialog-nav{flex-direction:column;flex:auto;justify-content:safe center;align-self:stretch;width:100%;min-height:0;display:flex;overflow-y:auto}.site-header__dialog-nav-list{flex-direction:column;align-items:center;gap:4px;width:100%;margin:0;padding:0;list-style:none;display:flex}.site-header__dialog-nav-link{color:#f8fafc;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding-block:8px;padding-inline:8px;font-size:16px;text-decoration:none;display:flex}.site-header__dialog-nav-link:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.site-header__dialog-nav-link--active{background-color:#3b82f638;font-weight:600;box-shadow:inset 0 0 0 1px #3b82f673}.site-header__dialog-cta-wrap{flex-shrink:0;justify-content:center;width:100%;margin-top:auto;padding-top:16px;display:flex}
