@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--primary-color:#00aeef;--primary-color-hover:#0093cb;--color-navy:#0f172a;--color-off-white:#fafaf9;--color-surface:#f1f5f9;--text-dark:#1e293b;--text-light:#475569;--white:#fff;--border-color:#e2e8f0;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-dark);background-color:var(--color-off-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s,opacity .2s}button{cursor:pointer;font-family:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}h1,h2,h3,h4,h5,h6{color:var(--color-navy);letter-spacing:-.02em;font-weight:700;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 24px}.page-wrapper{min-height:calc(100vh - var(--header-height));padding-top:var(--header-height)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.Header-module__hBw1pG__header{height:var(--header-height);background-color:var(--white);z-index:1000;border-bottom:1px solid #0000;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__scrolled{background-color:var(--white);border-bottom:1px solid var(--border-color);box-shadow:0 4px 20px #0000000d}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__desktopNav{align-items:center;gap:32px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-dark);padding:8px 0;font-size:15px;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--primary-color);width:0%;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover:after,.Header-module__hBw1pG__activeLink:after{width:100%}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__activeLink{color:var(--primary-color)}.Header-module__hBw1pG__primaryCta{background-color:var(--primary-color);color:var(--white);border-radius:30px;padding:10px 24px;font-size:14px;font-weight:600;transition:background-color .2s,transform .2s}.Header-module__hBw1pG__primaryCta:hover{background-color:var(--primary-color-hover);transform:translateY(-1px)}.Header-module__hBw1pG__mobileToggle{z-index:1001;background:0 0;border:none;width:44px;height:44px;padding:10px;display:none;position:relative}.Header-module__hBw1pG__hamburger{background-color:var(--color-navy);width:24px;height:2px;transition:background-color .2s;display:block;position:relative}.Header-module__hBw1pG__hamburger:before,.Header-module__hBw1pG__hamburger:after{content:"";background-color:var(--color-navy);width:24px;height:2px;transition:transform .3s,top .3s;position:absolute;left:0}.Header-module__hBw1pG__hamburger:before{top:-6px}.Header-module__hBw1pG__hamburger:after{top:6px}.Header-module__hBw1pG__hamburgerOpen{background-color:#0000}.Header-module__hBw1pG__hamburgerOpen:before{top:0;transform:rotate(45deg)}.Header-module__hBw1pG__hamburgerOpen:after{top:0;transform:rotate(-45deg)}.Header-module__hBw1pG__mobileMenuOverlay{background-color:var(--color-off-white);z-index:999;opacity:0;pointer-events:none;visibility:hidden;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.Header-module__hBw1pG__mobileMenuOpen{opacity:1;pointer-events:auto;visibility:visible}.Header-module__hBw1pG__mobileNav{flex-direction:column;align-items:center;gap:32px;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--color-navy);font-size:24px;font-weight:600}.Header-module__hBw1pG__mobilePrimaryCta{background-color:var(--primary-color);color:var(--white);border-radius:30px;margin-top:16px;padding:14px 32px;font-size:18px;font-weight:600}@media (max-width:992px){.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__mobileToggle{display:block}}
.Footer-module__S6Hkya__footer{background-color:var(--color-navy);color:#94a3b8;padding-top:80px}.Footer-module__S6Hkya__footerContainer{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px;display:grid}.Footer-module__S6Hkya__footerCol h3{color:var(--white);margin-bottom:24px;font-size:18px;font-weight:600}.Footer-module__S6Hkya__logoWrapper{margin-bottom:24px}.Footer-module__S6Hkya__missionText{font-size:15px;line-height:1.8}.Footer-module__S6Hkya__footerLinks{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__footerLinks a{color:#94a3b8;font-size:15px;transition:color .2s}.Footer-module__S6Hkya__footerLinks a:hover,.Footer-module__S6Hkya__footerLinks a:focus-visible{color:var(--primary-color)}.Footer-module__S6Hkya__contactInfo p{margin-bottom:20px;font-size:15px;line-height:1.6}.Footer-module__S6Hkya__contactInfo a{color:var(--white);transition:color .2s}.Footer-module__S6Hkya__contactInfo a:hover,.Footer-module__S6Hkya__contactInfo a:focus-visible{color:var(--primary-color)}.Footer-module__S6Hkya__contactInfo strong{color:var(--white);margin-bottom:4px;display:block}.Footer-module__S6Hkya__bottomBar{text-align:center;color:#64748b;border-top:1px solid #ffffff1a;padding:24px 0;font-size:14px}.Footer-module__S6Hkya__footerCta{background-color:var(--primary-color);color:var(--white);border-radius:30px;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.Footer-module__S6Hkya__footerCta:hover,.Footer-module__S6Hkya__footerCta:focus-visible{background-color:var(--primary-color-hover);color:var(--white);transform:translateY(-2px)}@media (max-width:992px){.Footer-module__S6Hkya__footerContainer{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__S6Hkya__footerContainer{grid-template-columns:1fr;gap:40px}.Footer-module__S6Hkya__footer{padding-top:64px}}
