@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--primary-blue:#2563eb;--primary-blue-hover:#1d4ed8;--dark-blue:#1e3a8a;--light-blue:#60a5fa;--accent-turquoise:#14b8a6;--white:#fff;--background:#f8fafc;--border:#cbd5e1;--text:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--radius-btn:8px;--radius-card:16px;--radius-input:10px;--shadow-card:0 8px 30px #0000000f;--shadow-card-hover:0 12px 40px #0000001a;--shadow-btn:0 4px 14px #2563eb40;--shadow-btn-hover:0 8px 25px #2563eb59}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{background-color:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Manrope,sans-serif}h1{letter-spacing:-.02em;color:var(--text);font-size:48px;font-weight:700;line-height:56px}h2{letter-spacing:-.01em;color:var(--text);font-size:36px;font-weight:700;line-height:44px}h3{color:var(--text);font-size:28px;font-weight:600;line-height:36px}p{color:var(--text-secondary);font-size:16px;font-weight:400;line-height:24px}.small-text{font-size:14px;font-weight:400;line-height:20px}.caption{font-size:12px;font-weight:400;line-height:16px}a{color:inherit;text-decoration:none}::selection{color:var(--dark-blue);background:#2563eb26}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width:768px){h1{font-size:32px;line-height:40px}h2{font-size:28px;line-height:36px}h3{font-size:22px;line-height:30px}}
.Navbar-module__cRh5nW__navbar{background:var(--dark-blue);z-index:100;justify-content:space-between;align-items:center;height:72px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__logoLink{color:var(--white);align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoImg{filter:brightness(0)invert();object-fit:contain;width:auto;height:64px}.Navbar-module__cRh5nW__logoText{flex-direction:column;line-height:1;display:flex}.Navbar-module__cRh5nW__logoName{letter-spacing:.02em;color:var(--white);font-size:20px;font-weight:700}.Navbar-module__cRh5nW__logoSub{letter-spacing:.25em;text-transform:uppercase;color:#fff9;margin-top:2px;font-size:9px;font-weight:600}.Navbar-module__cRh5nW__links{align-items:center;gap:40px;display:flex}.Navbar-module__cRh5nW__actions{align-items:center;gap:16px;display:flex}.Navbar-module__cRh5nW__languageSwitch{background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex}.Navbar-module__cRh5nW__languageOption{color:#ffffffb8;letter-spacing:.08em;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;transition:background .2s,color .2s}.Navbar-module__cRh5nW__languageOptionActive{color:var(--dark-blue);background:#fffffff5}.Navbar-module__cRh5nW__link{color:#fffc;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__cRh5nW__link:after{content:"";background:var(--light-blue);width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.Navbar-module__cRh5nW__link:hover{color:var(--white)}.Navbar-module__cRh5nW__link:hover:after{width:100%}.Navbar-module__cRh5nW__ctaBtn{color:var(--white);border-radius:var(--radius-btn);cursor:pointer;background:0 0;border:1.5px solid #fff6;padding:10px 24px;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;transition:all .25s}.Navbar-module__cRh5nW__ctaBtn:hover{border-color:var(--white);background:#ffffff1a}.Navbar-module__cRh5nW__mobileToggle{color:var(--white);cursor:pointer;background:0 0;border:none;padding:8px;display:none}@media (max-width:768px){.Navbar-module__cRh5nW__navbar{height:64px;padding:0 24px}.Navbar-module__cRh5nW__links,.Navbar-module__cRh5nW__actions{display:none}.Navbar-module__cRh5nW__mobileToggle{display:flex}}
.Footer-module__3hUVsW__footer{background:var(--dark-blue);color:var(--white);padding:80px 48px 32px}.Footer-module__3hUVsW__footerInner{max-width:1200px;margin:0 auto}.Footer-module__3hUVsW__footerTop{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:64px;display:grid}.Footer-module__3hUVsW__footerBrand{flex-direction:column;gap:20px;display:flex}.Footer-module__3hUVsW__brandLogo{align-items:center;gap:12px;display:flex}.Footer-module__3hUVsW__logoImg{filter:brightness(0)invert();object-fit:contain;width:auto;height:64px}.Footer-module__3hUVsW__brandName{color:var(--white);font-size:20px;font-weight:700}.Footer-module__3hUVsW__brandDesc{color:#fff9;max-width:300px;font-size:14px;line-height:22px}.Footer-module__3hUVsW__footerCol h4{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:20px;font-size:14px;font-weight:700}.Footer-module__3hUVsW__footerCol a{color:#fffc;margin-bottom:12px;font-size:15px;transition:color .2s;display:block}.Footer-module__3hUVsW__footerCol a:hover{color:var(--white)}.Footer-module__3hUVsW__footerBottom{justify-content:space-between;align-items:center;padding-top:32px;display:flex}.Footer-module__3hUVsW__copyright{color:#fff6;font-size:13px}.Footer-module__3hUVsW__footerSocials{gap:16px;display:flex}.Footer-module__3hUVsW__socialLink{color:#fff9;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Footer-module__3hUVsW__socialLink:hover{color:var(--white);background:#ffffff26}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:48px 24px 24px}.Footer-module__3hUVsW__footerTop{grid-template-columns:1fr;gap:32px;padding-bottom:32px}.Footer-module__3hUVsW__footerBottom{text-align:center;flex-direction:column;gap:16px}}
