.BrandLogo-module__Gv-fSG__logo{justify-content:flex-start;align-items:center;width:100%;line-height:0;display:inline-flex}.BrandLogo-module__Gv-fSG__asset{object-fit:contain;object-position:left center;width:100%;height:auto;display:block}
.ThemeToggle-module__PXusdW__toggleBtn{background:0 0;border:0;place-items:center;padding:0;display:grid}.ThemeToggle-module__PXusdW__track{border:1px solid var(--border-color);background:linear-gradient(135deg, rgba(var(--accent-primary-rgb), .1), rgba(var(--accent-cyan-rgb), .14));border-radius:999px;width:58px;height:32px;transition:border-color .25s,background .25s,box-shadow .25s;display:block;position:relative;box-shadow:inset 0 1px 2px #0f172a14}.ThemeToggle-module__PXusdW__thumb{color:#f59e0b;background:#fff;border-radius:50%;place-items:center;width:24px;height:24px;transition:transform .32s cubic-bezier(.2,.8,.2,1),color .25s,background .25s;display:grid;position:absolute;top:3px;left:3px;box-shadow:0 5px 14px #0f172a2e}.ThemeToggle-module__PXusdW__thumb svg{width:15px;height:15px}.ThemeToggle-module__PXusdW__thumbDark{color:#c4b5fd;background:#10182e;transform:translate(26px)rotate(10deg)}.ThemeToggle-module__PXusdW__toggleBtn:hover .ThemeToggle-module__PXusdW__track,.ThemeToggle-module__PXusdW__toggleBtn:focus-visible .ThemeToggle-module__PXusdW__track{border-color:rgba(var(--accent-primary-rgb), .48);box-shadow:0 0 0 5px rgba(var(--accent-primary-rgb), .08)}.ThemeToggle-module__PXusdW__toggleBtn:hover .ThemeToggle-module__PXusdW__thumb{transform:translate(2px)rotate(12deg)scale(1.06)}.ThemeToggle-module__PXusdW__toggleBtn:hover .ThemeToggle-module__PXusdW__thumbDark{transform:translate(24px)rotate(-8deg)scale(1.06)}@media (prefers-reduced-motion:reduce){.ThemeToggle-module__PXusdW__track,.ThemeToggle-module__PXusdW__thumb{transition:none}}
.Header-module__lnUIdW__header{z-index:1000;background:#f6f8fbf0;border-bottom:1px solid #0000;align-items:center;height:78px;transition:height .2s,background .2s,border-color .2s,box-shadow .2s;display:flex;position:fixed;inset:0 0 auto}[data-theme=dark] .Header-module__lnUIdW__header{background:#0a101cf0}.Header-module__lnUIdW__headerMenuOpen{z-index:1060}.Header-module__lnUIdW__scrolled{border-bottom-color:var(--border-color);background:var(--bg-surface);height:68px;box-shadow:var(--shadow-sm)}[data-theme=dark] .Header-module__lnUIdW__scrolled{background:var(--bg-surface)}.Header-module__lnUIdW__headerContainer{justify-content:space-between;align-items:center;gap:24px;height:100%;display:flex}.Header-module__lnUIdW__logoLink{background:0 0;border:0;flex:0 0 126px;justify-content:flex-start;align-items:center;width:126px;height:54px;padding:0;line-height:0;transition:width .2s,flex-basis .2s,opacity .2s;display:inline-flex}.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__logoLink{flex-basis:118px;width:118px;height:50px}.Header-module__lnUIdW__logoWordmark{width:100%;height:100%}.Header-module__lnUIdW__logoWordmark img{object-fit:contain;object-position:left center;max-width:100%;width:auto!important;height:48px!important}.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__logoWordmark img{height:44px!important}.Header-module__lnUIdW__logoLink:hover{opacity:.88}.Header-module__lnUIdW__desktopNav{margin-left:auto}.Header-module__lnUIdW__navList{align-items:center;gap:10px;list-style:none;display:flex}.Header-module__lnUIdW__navLink{min-height:38px;color:var(--text-secondary);border-radius:8px;align-items:center;padding:0 8px;font-size:.88rem;font-weight:720;transition:color .18s,background .18s;display:inline-flex;position:relative}.Header-module__lnUIdW__navLink:hover,.Header-module__lnUIdW__activeLink{color:var(--text-primary);background:rgba(var(--accent-primary-rgb), .075)}.Header-module__lnUIdW__actionWrapper{align-items:center;gap:10px;display:flex}.Header-module__lnUIdW__actionWrapper .btn{border-radius:8px;min-height:40px;padding:.62rem .95rem;font-size:.84rem}.Header-module__lnUIdW__hamburger{z-index:1060;border:1px solid var(--border-color);background:var(--bg-surface);width:42px;height:42px;box-shadow:var(--shadow-sm);transition:var(--transition-smooth);touch-action:manipulation;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none;position:relative}.Header-module__lnUIdW__hamburger:hover{border-color:var(--border-strong)}.Header-module__lnUIdW__hamburgerBar{background:var(--text-primary);border-radius:2px;width:18px;height:2px;transition:transform .22s,opacity .18s}.Header-module__lnUIdW__hamburgerActive .Header-module__lnUIdW__hamburgerBar:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__hamburgerActive .Header-module__lnUIdW__hamburgerBar:nth-child(2){opacity:0}.Header-module__lnUIdW__hamburgerActive .Header-module__lnUIdW__hamburgerBar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__lnUIdW__mobileBackdrop{z-index:1040;visibility:hidden;opacity:0;touch-action:none;background:#0f172a8a;transition:opacity .22s,visibility .22s;position:fixed;inset:0}.Header-module__lnUIdW__mobileBackdropOpen{visibility:visible;opacity:1}.Header-module__lnUIdW__mobileMenu{z-index:1050;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-left:1px solid var(--border-color);background:var(--bg-surface);width:min(88vw,360px);max-height:100vh;box-shadow:var(--shadow-lg);padding:94px 22px 34px;transition:transform .26s cubic-bezier(.16,1,.3,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(105%)}.Header-module__lnUIdW__mobileMenuOpen{transform:translate(0)}.Header-module__lnUIdW__mobileNavList{flex-direction:column;gap:6px;list-style:none;display:flex}.Header-module__lnUIdW__mobileNavLink{min-height:48px;color:var(--text-secondary);border-radius:8px;align-items:center;padding:0 10px;font-size:1rem;font-weight:720;transition:color .18s,background .18s;display:flex}.Header-module__lnUIdW__mobileNavLink:hover,.Header-module__lnUIdW__mobileActiveLink{color:var(--accent-primary);background:rgba(var(--accent-primary-rgb), .08)}.Header-module__lnUIdW__mobileCtaItem{margin-top:18px}.Header-module__lnUIdW__mobileCtaItem .btn{width:100%}@media (max-width:1080px){:is(.Header-module__lnUIdW__desktopNav,.header-cta){display:none!important}.Header-module__lnUIdW__hamburger{display:flex}}@media (max-width:620px){.Header-module__lnUIdW__header{height:72px}.Header-module__lnUIdW__scrolled{height:64px}.Header-module__lnUIdW__logoLink,.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__logoLink{flex-basis:112px;width:112px;height:48px}.Header-module__lnUIdW__logoWordmark img{height:42px!important}.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__logoWordmark img{height:42px!important}.Header-module__lnUIdW__mobileMenu{padding:84px 18px 30px}}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--border-color);background:var(--bg-surface);position:relative}.Footer-module__3hUVsW__footerGrid{grid-template-columns:minmax(260px,1.35fr) minmax(150px,.72fr) minmax(190px,.9fr) minmax(250px,1fr);align-items:start;gap:48px;padding-block:68px 58px;display:grid}.Footer-module__3hUVsW__brandBlock{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.Footer-module__3hUVsW__logoPlate{background:0 0;border:0;align-items:center;width:210px;max-width:100%;padding:0;line-height:0;display:inline-flex}.Footer-module__3hUVsW__logo{width:100%}.Footer-module__3hUVsW__brandBlock>p{max-width:390px;color:var(--text-muted);font-size:.9rem;line-height:1.72}.Footer-module__3hUVsW__linkedinButton{color:#0a66c2;min-height:42px;transition:var(--transition-smooth);background:#0a66c20f;border:1px solid #0a66c23d;border-radius:8px;align-items:center;gap:9px;padding:0 12px;font-size:.82rem;font-weight:760;display:inline-flex}.Footer-module__3hUVsW__linkedinButton svg{flex:0 0 20px;width:20px;height:20px}.Footer-module__3hUVsW__linkedinButton b{margin-left:2px;font-size:.92rem}.Footer-module__3hUVsW__linkedinButton:hover{box-shadow:var(--shadow-sm);background:#0a66c21a;border-color:#0a66c266;transform:translateY(-1px)}.Footer-module__3hUVsW__linkColumn,.Footer-module__3hUVsW__contactBlock{padding-top:4px}.Footer-module__3hUVsW__linkColumn h2,.Footer-module__3hUVsW__contactBlock h2{color:var(--text-primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:.76rem;font-weight:820}.Footer-module__3hUVsW__linkColumn ul{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__3hUVsW__linkColumn a{color:var(--text-secondary);font-size:.89rem;font-weight:640;line-height:1.45;transition:color .18s;display:inline-flex}.Footer-module__3hUVsW__linkColumn a:hover{color:var(--accent-primary)}.Footer-module__3hUVsW__contactBlock{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__3hUVsW__contactBlock>p{max-width:260px;color:var(--text-muted);margin-bottom:14px;font-size:.84rem;line-height:1.6}.Footer-module__3hUVsW__contactList{gap:12px;width:100%;margin-bottom:20px;display:grid}.Footer-module__3hUVsW__contactItem{gap:3px;display:grid}.Footer-module__3hUVsW__contactLabel{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:760}.Footer-module__3hUVsW__email{color:var(--text-primary);overflow-wrap:anywhere;font-size:.9rem;font-weight:760;line-height:1.4}.Footer-module__3hUVsW__email:hover{color:var(--accent-primary)}.Footer-module__3hUVsW__contactButton{color:#fff;background:var(--accent-primary);min-height:42px;box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.82rem;font-weight:760;display:inline-flex}.Footer-module__3hUVsW__contactButton:hover{color:#fff;box-shadow:var(--shadow-md);background:#103f91;transform:translateY(-1px)}.Footer-module__3hUVsW__footerBottomWrap{border-top:1px solid var(--border-color);background:var(--bg-soft)}.Footer-module__3hUVsW__bottom{min-height:62px;color:var(--text-muted);justify-content:space-between;align-items:center;gap:22px;font-size:.76rem;display:flex}.Footer-module__3hUVsW__bottom>div{align-items:center;gap:10px;display:inline-flex}.Footer-module__3hUVsW__bottom a{color:var(--text-secondary);font-weight:700}.Footer-module__3hUVsW__bottom a:hover{color:var(--accent-primary)}@media (max-width:1080px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:minmax(260px,1.2fr) repeat(2,minmax(170px,.8fr))}.Footer-module__3hUVsW__contactBlock{grid-column:2/-1}}@media (max-width:760px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px;padding-block:52px 44px}.Footer-module__3hUVsW__brandBlock,.Footer-module__3hUVsW__contactBlock{grid-column:1/-1}.Footer-module__3hUVsW__contactList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.Footer-module__3hUVsW__footerGrid,.Footer-module__3hUVsW__contactList{grid-template-columns:1fr}.Footer-module__3hUVsW__logoPlate{width:190px}.Footer-module__3hUVsW__linkedinButton{justify-content:center;width:100%}.Footer-module__3hUVsW__bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-height:88px}.Footer-module__3hUVsW__bottom>div{flex-wrap:wrap}}
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--accent-primary-rgb:21, 82, 177;--accent-secondary-rgb:12, 125, 102;--accent-cyan-rgb:0, 129, 168;--accent-orange-rgb:202, 102, 26;--accent-primary:rgb(var(--accent-primary-rgb));--accent-secondary:rgb(var(--accent-secondary-rgb));--accent-cyan:rgb(var(--accent-cyan-rgb));--accent-orange:rgb(var(--accent-orange-rgb));--primary-rgb:var(--accent-primary-rgb);--secondary-rgb:var(--accent-secondary-rgb);--primary:var(--accent-primary);--secondary:var(--accent-secondary);--gradient-accent:var(--accent-primary);--gradient-accent-hover:#103f91;--gradient-warm:#b85f1c;--font-headers:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bg-base:#f6f8fb;--bg-primary:#f6f8fb;--bg-surface:#fff;--bg-surface-elevated:#eef2f7;--bg-secondary:#eef2f7;--bg-elevated:#fff;--bg-soft:#f1f4f8;--border-color:#d9e1ec;--border-strong:#9cb7df;--border-default:#d9e1ec;--border-subtle:#e6ebf2;--text-primary:#101828;--text-secondary:#344054;--text-muted:#667085;--accent:rgb(var(--accent-primary-rgb));--accent-dark:#103f91;--orange:rgb(var(--accent-orange-rgb));--orange-dark:#9a4b12;--shadow-sm:0 1px 2px #1018280f, 0 1px 3px #10182814;--shadow-md:0 8px 22px #10182814;--shadow-lg:0 18px 42px #1018281a;--shadow-glow:none;--glass:var(--bg-surface);--glass-strong:var(--bg-surface);--card-glass:var(--bg-surface);--card-glass-blur:none;--transition-smooth:background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--accent-primary-rgb:113, 166, 255;--accent-secondary-rgb:82, 211, 174;--accent-cyan-rgb:78, 190, 218;--accent-orange-rgb:239, 152, 75;--bg-base:#0a101c;--bg-primary:#0a101c;--bg-surface:#111827;--bg-surface-elevated:#182235;--bg-secondary:#0f1726;--bg-elevated:#111827;--bg-soft:#0f1726;--border-color:#c2cfe52e;--border-strong:#71a6ff7a;--border-default:#c2cfe52e;--border-subtle:#c2cfe51f;--text-primary:#f8fbff;--text-secondary:#d0d8e6;--text-muted:#98a5ba;--accent:rgb(var(--accent-primary-rgb));--accent-dark:#a6c7ff;--orange:rgb(var(--accent-orange-rgb));--orange-dark:#f2b06e;--shadow-sm:0 1px 2px #0000003d, 0 1px 3px #0000004d;--shadow-md:0 10px 28px #0000003d;--shadow-lg:0 22px 56px #00000052}*{box-sizing:border-box;margin:0;padding:0}html{min-height:100%;font-size:16px}html[data-scroll-behavior=smooth]{scroll-behavior:smooth}body{min-height:100vh;color:var(--text-secondary);background:linear-gradient(180deg, rgba(var(--accent-primary-rgb), .045), transparent 360px), var(--bg-base);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.65;transition:color .2s,background-color .2s;position:relative;overflow-x:hidden}body:before{z-index:-1;content:"";pointer-events:none;background-image:linear-gradient(rgba(var(--accent-primary-rgb), .035) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--accent-primary-rgb), .035) 1px, transparent 1px);background-size:64px 64px;animation:32s linear infinite backgroundDrift;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 58%);mask-image:linear-gradient(#000,#0000 58%)}@keyframes backgroundDrift{0%{background-position:0 0,0 0}to{background-position:64px 64px,64px 64px}}main{min-height:60vh;overflow:clip}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:var(--font-headers);letter-spacing:0;text-wrap:balance;font-weight:760;line-height:1.12}p{text-wrap:pretty}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer}img,svg{max-width:100%}::selection{color:#fff;background:var(--accent-primary)}:focus-visible{outline:3px solid rgba(var(--accent-primary-rgb), .38);outline-offset:3px}.skip-link{z-index:9999;color:#fff;background:var(--accent-primary);border-radius:8px;padding:10px 15px;font-weight:800;transition:transform .2s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.container{width:min(100% - 48px,1200px);margin-inline:auto}.section-padding{padding:88px 0}.text-gradient{color:var(--accent-primary);-webkit-text-fill-color:currentColor;background:0 0}.btn{min-height:46px;transition:var(--transition-smooth);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:.78rem 1.15rem;font-weight:760;line-height:1;display:inline-flex;position:relative}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn span[aria-hidden=true]{transition:transform .18s;display:inline-flex}.btn:hover span[aria-hidden=true]{transform:translate(2px)}.btn-primary{color:#fff;background:var(--accent-primary);box-shadow:var(--shadow-sm)}.btn-primary:hover{box-shadow:var(--shadow-md);background:#103f91}[data-theme=dark] .btn-primary:hover{color:#07101f;background:#8bb8ff}.btn-secondary{color:#fff;box-shadow:var(--shadow-sm);background:#b85f1c}.btn-outline{color:var(--text-primary);border-color:var(--border-color);background:var(--bg-surface);box-shadow:var(--shadow-sm)}.btn-outline:hover{color:var(--accent-primary);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.card-glass{border:1px solid var(--border-color);background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border-radius:8px;padding:28px;position:relative;overflow:hidden}.card-glass:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.badge{border:1px solid rgba(var(--accent-primary-rgb), .22);width:fit-content;min-height:28px;color:var(--accent-primary);background:rgba(var(--accent-primary-rgb), .075);letter-spacing:.08em;text-transform:uppercase;border-radius:6px;align-items:center;padding:5px 9px;font-size:.72rem;font-weight:820;line-height:1.2;display:inline-flex}.badge-orange{color:var(--accent-orange);border-color:rgba(var(--accent-orange-rgb), .26);background:rgba(var(--accent-orange-rgb), .085)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-base);background:rgba(var(--accent-primary-rgb), .36);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}@media (max-width:640px){.container{width:min(100% - 32px,1200px)}.section-padding{padding:64px 0}.btn{min-height:46px}}@media (prefers-reduced-motion:reduce){html,html[data-scroll-behavior=smooth],*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
