@import "../../../fonts/inter.css";
.Header-module__ldgnoG__header{z-index:1000;width:100%;transition:background .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,border-color .35s,box-shadow .35s;position:fixed;top:0;left:0}.Header-module__ldgnoG__headerGlass{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);box-shadow:0 1px 0 #1b2d5b0f, var(--shadow-sm);background:#fffffff7}.Header-module__ldgnoG__headerTransparent{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border-bottom:1px solid #0000}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;max-width:1280px;height:72px;margin:0 auto;padding:0 2.5rem;display:flex}.Header-module__ldgnoG__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__ldgnoG__logoImg{object-fit:contain;width:auto;height:38px;transition:filter .3s;display:block}.Header-module__ldgnoG__logoImgLight{filter:brightness(0)invert()}.Header-module__ldgnoG__nav{flex:1;justify-content:center;display:flex}.Header-module__ldgnoG__navList{align-items:center;gap:2.2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__ldgnoG__navLink{color:var(--color-text-main);letter-spacing:.01em;cursor:pointer;align-items:center;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .25s;display:inline-flex;position:relative}.Header-module__ldgnoG__headerTransparent .Header-module__ldgnoG__navLink{color:#ffffffe0}.Header-module__ldgnoG__navLink:hover{color:var(--brand-navy)}.Header-module__ldgnoG__headerTransparent .Header-module__ldgnoG__navLink:hover{color:#fef08a}.Header-module__ldgnoG__navLink:after{content:"";background:var(--brand-yellow);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__ldgnoG__navLink:hover:after,.Header-module__ldgnoG__navLinkActive:after{width:100%}.Header-module__ldgnoG__navLinkActive{color:var(--brand-navy)!important}.Header-module__ldgnoG__headerTransparent .Header-module__ldgnoG__navLinkActive{color:#fbbf24!important}.Header-module__ldgnoG__navLinkActive:after{width:100%}.Header-module__ldgnoG__headerRight{flex-shrink:0;align-items:center;gap:1rem;display:flex}.Header-module__ldgnoG__ctaButton{background:var(--gradient-yellow);color:var(--brand-navy-dark);letter-spacing:.03em;text-transform:uppercase;border:1px solid #0000;border-radius:6px;padding:.6rem 1.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #f59e0b4d}.Header-module__ldgnoG__headerTransparent .Header-module__ldgnoG__ctaButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;box-shadow:none;background:#ffffff26;border-color:#fff6}.Header-module__ldgnoG__ctaButton:hover{color:var(--brand-navy-dark);background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);transform:translateY(-1px);box-shadow:0 6px 20px #f59e0b66}.Header-module__ldgnoG__headerTransparent .Header-module__ldgnoG__ctaButton:hover{color:var(--brand-navy-dark);background:#fff;border-color:#0000;box-shadow:0 4px 16px #ffffff4d}.Header-module__ldgnoG__ctaButtonActive{color:var(--brand-navy-dark)!important;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)!important;border-color:#0000!important;box-shadow:0 4px 12px #f59e0b66!important}.Header-module__ldgnoG__dropdown{cursor:pointer;padding:.5rem 0;position:relative}.Header-module__ldgnoG__chevron{vertical-align:middle;margin-left:3px;transition:transform .25s;display:inline-block}.Header-module__ldgnoG__dropdownMenu{border:1px solid var(--color-border);border-top:3px solid var(--brand-yellow);opacity:0;visibility:hidden;z-index:200;pointer-events:none;background-color:#fff;border-radius:0 0 14px 14px;width:580px;padding:.8rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 20px 50px #1b2d5b26,0 4px 16px #0000000d}.Header-module__ldgnoG__dropdownMenu:before{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}.Header-module__ldgnoG__dropdown:hover .Header-module__ldgnoG__dropdownMenu{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%)translateY(0)}.Header-module__ldgnoG__dropdown:hover .Header-module__ldgnoG__chevron{color:var(--brand-yellow-dark);transform:rotate(180deg)}.Header-module__ldgnoG__dropdownGrid{grid-template-columns:repeat(2,1fr);gap:.4rem;display:grid}.Header-module__ldgnoG__dropdownItem{border-radius:10px;align-items:flex-start;gap:.85rem;padding:.75rem .9rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__ldgnoG__dropdownItem:hover{background-color:#fefce8}.Header-module__ldgnoG__dropdownItemIcon{background:var(--color-bg-light);border:1px solid var(--color-border);width:36px;height:36px;color:var(--brand-navy);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__ldgnoG__dropdownItem:hover .Header-module__ldgnoG__dropdownItemIcon{background:var(--gradient-yellow);color:var(--brand-navy-dark);border-color:#0000;box-shadow:0 4px 12px #f59e0b4d}.Header-module__ldgnoG__dropdownItemText{flex-direction:column;gap:.15rem;display:flex}.Header-module__ldgnoG__dropdownItemTitle{color:var(--brand-navy);font-size:.88rem;font-weight:700;line-height:1.2;transition:color .2s}.Header-module__ldgnoG__dropdownItem:hover .Header-module__ldgnoG__dropdownItemTitle{color:var(--brand-yellow-dark)}.Header-module__ldgnoG__dropdownItemDesc{color:var(--color-text-muted);font-size:.76rem;font-weight:400;line-height:1.35}.Header-module__ldgnoG__mobileToggle{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:none}.Header-module__ldgnoG__headerGlass .Header-module__ldgnoG__mobileToggle{border-color:var(--color-border);color:var(--color-text-main)}.Header-module__ldgnoG__mobileToggle:hover{background:#ffffff26}.Header-module__ldgnoG__headerGlass .Header-module__ldgnoG__mobileToggle:hover{background:var(--color-bg-light)}.Header-module__ldgnoG__mobileDrawer{border-left:1px solid var(--color-border);z-index:999;background:#fff;flex-direction:column;width:300px;max-height:calc(100vh - 72px);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:72px;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #1b2d5b1f}.Header-module__ldgnoG__mobileDrawerOpen{transform:translate(0)}.Header-module__ldgnoG__mobileBackdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998;background:#0f1e4066;position:fixed;inset:72px 0 0}.Header-module__ldgnoG__mobileNavList{flex-direction:column;gap:.25rem;margin:0;padding:1.5rem;list-style:none;display:flex}.Header-module__ldgnoG__mobileNavLink{color:var(--brand-navy-dark);border-radius:8px;padding:.85rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:block}.Header-module__ldgnoG__mobileNavLink:hover{background:var(--color-yellow-50);color:var(--brand-yellow-dark)}.Header-module__ldgnoG__mobileNavLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);padding:.85rem 1rem .5rem;font-size:.78rem;font-weight:800;display:block}.Header-module__ldgnoG__mobileSubList{flex-direction:column;gap:.1rem;margin-bottom:.5rem;padding-left:.5rem;display:flex}.Header-module__ldgnoG__mobileSubLink{color:var(--color-text-main);border-radius:6px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:block}.Header-module__ldgnoG__mobileSubLink:hover{background:var(--color-yellow-50);color:var(--brand-yellow-dark)}.Header-module__ldgnoG__mobileCtaLink{text-align:center;color:var(--brand-navy-dark);letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:8px;margin-top:.75rem;padding:1rem;font-size:.92rem;font-weight:800;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 16px #f59e0b4d}.Header-module__ldgnoG__mobileCtaLink:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f59e0b73}@media (max-width:900px){.Header-module__ldgnoG__nav,.Header-module__ldgnoG__ctaButton{display:none}.Header-module__ldgnoG__mobileToggle{display:flex}}@media (max-width:480px){.Header-module__ldgnoG__container{padding:0 1.25rem}.Header-module__ldgnoG__mobileDrawer{width:100%}}
.Footer-module__Grjkva__footer{background:var(--brand-navy-dark);color:var(--color-text-inverse);margin-top:auto;padding:5rem 0 0;position:relative;overflow:hidden}.Footer-module__Grjkva__topAccentBar{background:linear-gradient(90deg, var(--brand-navy) 0%, var(--brand-yellow) 50%, var(--brand-blue) 100%);height:3px;position:absolute;top:0;left:0;right:0}.Footer-module__Grjkva__container{max-width:1280px;margin:0 auto;padding:0 2.5rem}.Footer-module__Grjkva__topSection{grid-template-columns:2fr 1fr 1.2fr 2fr;gap:3rem;padding-bottom:4rem;display:grid}@media (max-width:1024px){.Footer-module__Grjkva__topSection{grid-template-columns:1fr 1fr;gap:3rem 2rem}}@media (max-width:640px){.Footer-module__Grjkva__topSection{grid-template-columns:1fr;gap:2.5rem}}.Footer-module__Grjkva__brandCol{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__Grjkva__footerLogo{object-fit:contain;filter:brightness(0)invert();width:auto;height:42px;margin-bottom:1.2rem}.Footer-module__Grjkva__brandDesc{color:#ffffffa6;max-width:340px;margin-bottom:1.8rem;font-size:.95rem;line-height:1.65}.Footer-module__Grjkva__linkedinBtn{color:#60a5fa;background:#2563eb26;border:1px solid #2563eb66;border-radius:8px;align-items:center;gap:.6rem;padding:.65rem 1.2rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__Grjkva__linkedinBtn:hover{background:var(--brand-blue);color:#fff;border-color:#0000;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59}.Footer-module__Grjkva__linkedinArrow{transition:transform .25s}.Footer-module__Grjkva__linkedinBtn:hover .Footer-module__Grjkva__linkedinArrow{transform:translate(2px,-2px)}.Footer-module__Grjkva__linkGroup h3{color:var(--brand-yellow);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.2rem;font-size:.78rem;font-weight:800}.Footer-module__Grjkva__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__linkList a{color:#ffffffa6;font-size:.92rem;font-weight:400;transition:all .2s;display:inline-block}.Footer-module__Grjkva__linkList a:hover{color:var(--brand-yellow);transform:translate(4px)}.Footer-module__Grjkva__contactCol{flex-direction:column;display:flex}.Footer-module__Grjkva__contactList{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__Grjkva__contactItem{color:#ffffffd9;align-items:flex-start;gap:.9rem;text-decoration:none;transition:all .25s;display:flex}.Footer-module__Grjkva__contactItem:hover .Footer-module__Grjkva__contactIconBox{background:var(--brand-yellow);color:var(--brand-navy-dark);border-color:#0000;transform:scale(1.05)}.Footer-module__Grjkva__contactIconBox{width:36px;height:36px;color:var(--brand-yellow);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;transition:all .25s;display:flex}.Footer-module__Grjkva__contactLabel{text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;margin-bottom:.15rem;font-size:.72rem;font-weight:700;display:block}.Footer-module__Grjkva__contactValue{color:#ffffffe6;font-size:.9rem;font-weight:500;line-height:1.45;transition:color .2s;display:block}.Footer-module__Grjkva__contactItem:hover .Footer-module__Grjkva__contactValue{color:var(--brand-yellow)}.Footer-module__Grjkva__mapBadge{color:var(--brand-yellow);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.3rem;margin-top:.4rem;font-size:.75rem;font-weight:700;display:inline-flex}.Footer-module__Grjkva__bottomSection{text-align:center;border-top:1px solid #ffffff14;justify-content:center;align-items:center;padding:1.8rem 0;display:flex}.Footer-module__Grjkva__bottomSection p{color:#fff6;font-size:.85rem}.Footer-module__Grjkva__bottomLinks{gap:2rem;display:flex}.Footer-module__Grjkva__bottomLinks a{color:#fff6;font-size:.85rem;transition:color .2s}.Footer-module__Grjkva__bottomLinks a:hover{color:var(--brand-yellow)}
:root{--brand-navy:#1b2d5b;--brand-navy-dark:#0f1e40;--brand-navy-light:#2a407c;--brand-blue:#2563eb;--brand-blue-dark:#1d4ed8;--brand-yellow:#f59e0b;--brand-yellow-light:#fbbf24;--brand-yellow-dark:#d97706;--brand-yellow-soft:#fef08a;--color-primary-navy:var(--brand-navy);--color-primary-slate:var(--brand-navy-light);--color-secondary-yellow:var(--brand-yellow);--color-accent-blue:var(--brand-blue);--color-blue-50:#eff6ff;--color-blue-100:#dbeafe;--color-blue-400:#60a5fa;--color-blue-500:var(--brand-blue);--color-blue-600:var(--brand-blue-dark);--color-blue-700:#1e40af;--color-yellow-50:#fefce8;--color-yellow-100:#fef9c3;--color-yellow-400:#facc15;--color-yellow-500:var(--brand-yellow);--color-yellow-600:var(--brand-yellow-dark);--color-bg-white:#fff;--color-bg-light:#f8fafc;--color-bg-subtle:#f1f5f9;--color-text-main:#1b2d5b;--color-text-muted:#5b6e8c;--color-text-inverse:#fff;--color-border:#e2e8f0;--color-border-light:#0000000a;--shadow-sm:0 1px 3px #1b2d5b0f, 0 1px 2px #1b2d5b0a;--shadow-md:0 4px 16px #1b2d5b14, 0 2px 8px #1b2d5b0a;--shadow-lg:0 10px 30px #1b2d5b1a, 0 4px 12px #1b2d5b0d;--shadow-xl:0 20px 60px #1b2d5b1f;--shadow-glow-blue:0 0 30px #2563eb33, 0 4px 16px #2563eb1f;--shadow-glow-yellow:0 0 30px #f59e0b40, 0 4px 16px #f59e0b26;--gradient-brand:linear-gradient(135deg, var(--brand-navy-dark) 0%, var(--brand-navy) 100%);--gradient-blue:linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);--gradient-yellow:linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);--gradient-white:linear-gradient(135deg, #fff 0%, #e2e8f0 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{background-color:var(--color-bg-white);height:100%;color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em;color:var(--color-primary-navy);font-weight:700;line-height:1.15}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.layout-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.container{max-width:1280px;margin:0 auto;padding:0 2.5rem}.section{padding:7rem 0}.tag{letter-spacing:.1em;text-transform:uppercase;background:var(--color-blue-50);color:var(--brand-navy);border:1px solid var(--color-blue-100);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.glass-panel{-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9}
