.navbar{z-index:1000;background:var(--color-navbar);height:var(--navbar-height);border-bottom:1px solid #1e4d8c26;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;transition:box-shadow .3s,background .3s,height .3s;position:sticky;top:0}.navbar--scrolled{height:calc(var(--navbar-height) - 10px);background:#eaf1fb;border-bottom-color:#1e4d8c26;box-shadow:0 2px 24px #1e4d8c1f}.navbar--scrolled .navbar-link{color:#1e4d8c}.navbar--scrolled .navbar-link:hover,.navbar--scrolled .navbar-link.active{color:#1e4d8c;background:#1e4d8c14}.navbar--scrolled .navbar-brand-text,.navbar--scrolled .navbar-search-icon{color:#1e4d8c}.navbar--scrolled .navbar-search-icon:hover{color:#11459a}.navbar-inner{align-items:center;gap:24px;max-width:948px;height:100%;margin:0 auto;padding:0 24px;display:flex}.navbar-brand{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.navbar-logo{width:auto;height:44px}.navbar-brand-text{color:#1e4d8c;letter-spacing:.02em;flex-direction:column;font-size:.75rem;font-weight:600;line-height:1.1;display:flex}.navbar-brand-text span:first-child{color:#4a90d9;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:400}.navbar-links{align-items:center;gap:4px;margin-left:96px;display:flex}.navbar-link{color:#1e4d8c;transition:color var(--transition), background var(--transition);white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:4px;align-items:center;gap:4px;padding:6px 14px;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.navbar-link:hover{color:#1e4d8c;background:#1e4d8c0f}.navbar-link.active{color:#1e4d8c}.navbar-dropdown-wrapper{position:relative}.navbar-dropdown-toggle{cursor:pointer}.navbar-dropdown-toggle:focus{background:0 0;outline:none}.dropdown-chevron{transition:transform .2s}.dropdown-chevron.open{transform:rotate(180deg)}.navbar-dropdown{background:#0d2244;border:1px solid #ffffff14;border-top:2px solid #4a90d9;border-radius:10px;min-width:260px;animation:.15s cubic-bezier(.16,1,.3,1) dropdownIn;position:absolute;top:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 16px 48px #00000073,0 2px 8px #0003}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.navbar-dropdown--two-col{min-width:580px;display:flex}.navbar-dropdown-col{border-right:1px solid #ffffff0f;flex-direction:column;flex:1;padding-bottom:8px;display:flex}.navbar-dropdown-col:last-child{border-right:none}.navbar-dropdown-heading{text-transform:uppercase;letter-spacing:.12em;color:#4a90d9;padding:14px 18px 8px;font-size:.6875rem;font-weight:700;text-decoration:none;display:block}.navbar-dropdown-heading--link:hover{color:#7ab8e8;text-underline-offset:3px;text-decoration:underline}.navbar-dropdown-item{transition:background var(--transition);border-left:2px solid #0000;justify-content:space-between;align-items:center;gap:12px;padding:10px 18px;text-decoration:none;display:flex}.navbar-dropdown-item:hover{background:#4a90d91a;border-left-color:#4a90d9}.dd-item-content{flex-direction:column;gap:2px;display:flex}.dd-item-title{color:#ffffffeb;transition:color var(--transition);font-size:.875rem;font-weight:600}.navbar-dropdown-item:hover .dd-item-title{color:#fff}.dd-item-desc{color:#ffffff6b;font-size:.75rem;line-height:1.4}.navbar-dropdown-item:hover .dd-item-desc{color:#fff9}.dd-item-arrow{color:#ffffff40;transition:color var(--transition), transform var(--transition);flex-shrink:0}.navbar-dropdown-item:hover .dd-item-arrow{color:#4a90d9;transform:translate(2px)}.navbar-actions{flex-shrink:0;align-items:center;gap:12px;margin-left:8px;display:flex}.btn-contact{background:var(--color-primary);color:#fff;transition:background var(--transition);cursor:pointer;border:none;border-radius:4px;align-items:center;padding:7px 16px;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-contact:hover,.btn-contact--active{background:var(--color-primary-light)}.navbar-hamburger{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;gap:4px;margin-left:auto;padding:8px;display:none}.navbar-hamburger span{background:var(--color-primary);border-radius:2px;width:20px;height:2px;display:block}.navbar-search{flex-shrink:0;margin-left:16px;position:relative}.navbar-search-icon{color:#1e4d8c;cursor:pointer;transition:color var(--transition);background:0 0;border:none;align-items:center;padding:4px;display:flex}.navbar-search-icon:hover{color:#163a6e}.navbar-search-bar{top:var(--navbar-height);z-index:998;background:#0f2a52;border-bottom:1px solid #ffffff1a;animation:80ms dropdownIn;position:sticky}.navbar-search-inner{align-items:center;gap:10px;max-width:948px;margin:0 auto;padding:12px 24px;display:flex}.navbar-search-bar-icon{color:#ffffff80;flex-shrink:0}.navbar-search-input{color:#fff;font-size:.9375rem;font-family:var(--font-family);background:0 0;border:none;outline:none;flex:1}.navbar-search-input::placeholder{color:#fff6}.navbar-search-suggestions{flex-direction:column;gap:2px;max-width:948px;margin:0 auto;padding:4px 24px 12px;display:flex}.navbar-search-suggestion{text-align:left;color:#ffffffbf;cursor:pointer;font-size:.875rem;font-family:var(--font-family);transition:background var(--transition), color var(--transition);background:0 0;border:none;border-radius:4px;padding:8px 10px}.navbar-search-suggestion:hover{color:#fff;background:#ffffff14}.navbar-search-empty{color:#fff6;padding:8px 10px;font-size:.875rem;font-style:italic}@media (width<=768px){.navbar{width:100%;position:fixed}.navbar--scrolled{background:var(--color-navbar);box-shadow:none;height:var(--navbar-height);border-bottom-color:#1e4d8c26}.navbar--scrolled .navbar-link,.navbar--scrolled .navbar-brand-text,.navbar--scrolled .navbar-search-icon{color:#1e4d8c}.navbar-hamburger{display:flex}.navbar-search{order:2;margin-left:auto}.navbar-hamburger{order:3;margin-left:0}.navbar-links{z-index:998;background:#0a1f3d;flex-direction:column;align-items:stretch;height:100dvh;padding:80px 0 32px;display:none;position:fixed;inset:0;overflow-y:auto}.navbar-links.open{display:flex}.navbar-link{color:#ffffffe6;border-bottom:1px solid #ffffff0f;border-radius:0;width:100%;padding:16px 28px;font-size:1.125rem;display:flex}.navbar-link:hover{color:#fff;background:#ffffff0f}.navbar-dropdown{box-shadow:none;min-width:unset;background:#ffffff08;border:none;border-radius:0;width:100%;animation:none;position:static}.navbar-dropdown--two-col{min-width:unset;flex-direction:column;width:100%}.navbar-dropdown-col{border-bottom:1px solid #ffffff0d;border-right:none}.navbar-dropdown-item{padding:12px 28px 12px 40px}.navbar-actions{margin-top:auto;padding:24px 28px 8px;display:flex}.btn-contact{justify-content:center;width:100%;padding:14px;font-size:1rem}.navbar-hamburger{z-index:999}}.footer{background:var(--color-hero-bg2);color:#ffffffbf;margin-top:auto;padding-top:.25in}.footer-inner{flex-wrap:wrap;gap:48px;padding-top:48px;padding-bottom:40px;display:flex}.footer-brand{align-items:flex-start;gap:12px;min-width:200px;display:flex}.footer-brand-name{color:#fff;font-size:1rem;font-weight:700}.footer-brand-tagline{color:#ffffff80;margin-top:2px;font-size:.75rem}.footer-links-grid{flex-wrap:wrap;flex:1;gap:24px;margin-bottom:.25in;display:flex}.footer-col{flex-direction:column;gap:10px;min-width:100px;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:4px;font-size:.75rem;font-weight:600}.footer-col a{color:#ffffffb3;transition:color var(--transition);font-size:.875rem;text-decoration:none}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff14;padding:16px 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:.8125rem;display:flex}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:#ffffff8c;transition:color var(--transition);text-decoration:none}.footer-bottom-links a:hover{color:#fff}@media (width<=768px){.footer-inner{flex-direction:column;gap:32px}.footer-links-grid{grid-template-columns:1fr 1fr;gap:24px 16px;display:grid}.footer-bottom-inner{text-align:center;flex-direction:column}}.hero{background:linear-gradient(135deg, var(--color-hero-bg2) 0%, var(--color-hero-bg) 60%, #4a90d9 100%);color:#fff;padding:160px 0 180px;position:relative;overflow:hidden}.hero-video{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{display:none}.hero-dots{pointer-events:none;z-index:2;background-image:radial-gradient(circle,#ffffff2e 1px,#0000 1px);background-size:18px 18px;width:280px;height:100%;position:absolute;top:0;left:0}.hero-geo{opacity:.12;pointer-events:none;z-index:2;background:0 0;width:420px;height:340px;position:absolute;top:-20px;right:-40px}.hero-geo:before,.hero-geo:after{content:"";border-style:solid;position:absolute}.hero-geo:before{border-bottom:280px solid #ffffff80;border-left:160px solid #0000;border-right:160px solid #0000;width:0;height:0;top:10%;right:10%}.hero-geo:after{border-bottom:140px solid #ffffff80;border-left:80px solid #0000;border-right:80px solid #0000;width:0;height:0;top:38%;right:22%}.hero-content{z-index:3;position:relative}.hero-logo{align-items:center;gap:10px;margin-bottom:20px;display:flex}.hero-logo-text{color:#ffffffb3;letter-spacing:.05em;font-size:.8rem;font-weight:600}.hero-badge{letter-spacing:.14em;text-transform:uppercase;color:#ffffffa6;margin-bottom:14px;font-size:.7rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.03em;text-shadow:0 2px 24px #0006;max-width:800px;margin-bottom:16px;font-size:3.5rem;font-weight:700;line-height:1.1;animation:1.6s cubic-bezier(.22,1,.36,1) both hero-fade-up}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-title-word{opacity:0;animation:.7s cubic-bezier(.22,1,.36,1) forwards hero-word-in;display:inline-block;transform:translateY(28px)}@keyframes hero-word-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-title{font-size:2.75rem}}.hero-subtitle{color:#fffc;max-width:680px;margin-bottom:0;font-size:.9375rem;line-height:1.65}.hero-highlight{color:#fff;padding-bottom:2px;font-weight:700;display:inline-block;position:relative}.hero-highlight:after{content:"";background:linear-gradient(90deg,#4a90d9,#a8d4f5);border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}@media (width<=768px){.hero{padding:80px 0 100px}.hero-title{font-size:2rem}.hero-dots{width:140px}.hero-geo{display:none}}.home-stats-bar{border-bottom:1px solid var(--color-border);background:#fff}.home-stats-inner{flex-wrap:wrap;justify-content:space-around;gap:16px;padding:20px 24px;display:flex}.home-stat{flex-direction:column;align-items:center;gap:2px;padding:8px 16px;display:flex}.home-stat-value{color:var(--color-primary);font-size:1.75rem;font-weight:700;line-height:1}.home-stat-label{color:var(--color-gray);text-align:center;font-size:.75rem;font-weight:500}.home-panel{background:var(--color-off-white);padding:40px 0}.home-highlights-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.home-highlight-link{border-radius:var(--border-radius);text-decoration:none;display:block}.home-highlight-link:hover .card{box-shadow:0 8px 32px #1e4d8c1f}.home-news-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.home-news-card,.home-cta-card{border:1px solid var(--color-border);border-radius:var(--border-radius);background:#fff;padding:28px}.home-news-header{margin-bottom:20px}.home-news-list{flex-direction:column;gap:0;display:flex}.home-news-item{cursor:pointer;transition:background var(--transition);border-radius:6px;align-items:center;gap:16px;padding:14px 16px;display:flex}.home-news-item:hover{background:var(--color-light-gray)}.home-news-item--active{background:var(--color-dark);color:#fff;border-radius:6px}.home-news-num{color:var(--color-gray);flex-shrink:0;font-size:.75rem;font-weight:600}.home-news-item--active .home-news-num{color:#ffffff80}.home-news-text{color:inherit;font-size:.875rem;line-height:1.4}.home-cta-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray);margin-bottom:16px;font-size:.75rem;font-weight:600}.home-cta-text{color:var(--color-primary);font-size:1.0625rem;line-height:1.65}.home-cta-text strong{font-weight:700}.home-offerings{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:#fff;padding:48px 0}.home-offerings-header{text-align:center;margin-bottom:32px}.home-offerings-title{color:var(--color-text);margin-bottom:8px;font-size:1.5rem;font-weight:600}.home-offerings-subtitle{color:var(--color-text-light);font-size:1rem}.offerings-tabs{border-bottom:2px solid var(--color-border);justify-content:center;gap:0;margin-bottom:28px;display:flex}.offerings-tab{color:var(--color-gray);cursor:pointer;transition:color var(--transition), border-color var(--transition);white-space:nowrap;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:12px 28px;font-size:.9rem;font-weight:600}.offerings-tab:hover{color:var(--color-primary)}.offerings-tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.offerings-panel{align-items:center;gap:48px;display:flex}.offerings-panel-left{flex-direction:column;flex:1;gap:12px;display:flex}.offerings-panel-num{letter-spacing:.12em;color:var(--color-primary);font-size:.75rem;font-weight:700}.offerings-panel-label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-gray);font-size:.7rem;font-weight:700}.offerings-panel-title{color:var(--color-text);max-width:480px;font-size:2rem;font-weight:700;line-height:1.2}.offerings-panel-desc{color:var(--color-text-light);max-width:480px;font-size:1rem;line-height:1.7}.offerings-panel-btn{align-self:flex-start;margin-top:8px}.offerings-panel-right{flex-shrink:0;justify-content:center;align-items:center;width:240px;display:flex}.offerings-panel-bg-num{color:var(--color-off-white);-webkit-user-select:none;user-select:none;letter-spacing:-.04em;font-size:9rem;font-weight:900;line-height:1}.home-about{background:var(--color-off-white);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:64px 0}.home-about-inner{text-align:center;flex-direction:column;gap:20px;max-width:760px;margin:0 auto;display:flex}.home-about-title{color:var(--color-text);font-size:1.5rem;font-weight:700;line-height:1.35}.home-about-blurb{color:var(--color-text-light);font-size:1rem;line-height:1.75}.home-industries{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:#d6e4f5;padding:56px 0}.home-industries-carousel{align-items:center;gap:16px;margin-top:32px;display:flex}.home-industries-arrow{border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-primary);cursor:pointer;transition:background var(--transition), color var(--transition);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex}.home-industries-arrow:hover:not(:disabled){background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.home-industries-arrow:disabled{opacity:.3;cursor:default}.home-industries-track{flex:1;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}@keyframes slideInLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.home-industries-track--left{animation:.35s slideInLeft}.home-industries-track--right{animation:.35s slideInRight}.home-industry-card{border-radius:var(--border-radius);border:1px solid var(--color-border);transition:box-shadow var(--transition), transform var(--transition);background:#fff;flex-direction:column;height:100%;min-height:300px;display:flex;overflow:hidden}.home-industry-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.home-industry-image{object-fit:cover;flex-shrink:0;width:100%;height:140px;display:block}.home-industry-body{flex-direction:column;flex:1;padding:16px 18px 20px;display:flex}.home-industry-body h3{color:var(--color-primary);margin-bottom:6px;font-size:.9375rem;font-weight:700}.home-industry-body p{color:var(--color-text-light);flex:1;font-size:.8125rem;line-height:1.55}.home-cta-banner{background:#1e4d8c;padding:21px 0}.home-cta-banner-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.home-cta-banner-text h2{color:#fff;margin-bottom:8px;font-size:1.75rem;font-weight:700}.home-cta-banner-text p{color:#fffc;max-width:480px;font-size:1rem}.home-cta-banner-btn{color:#1e4d8c;white-space:nowrap;transition:background var(--transition), color var(--transition);background:#fff;border-radius:4px;flex-shrink:0;align-items:center;padding:14px 32px;font-size:.9375rem;font-weight:700;text-decoration:none;display:inline-flex}.home-cta-banner-btn:hover{background:#f0f4ff}.home-products-section{background:var(--color-off-white);padding:56px 0}.home-section-title{color:var(--color-text);text-align:center;margin-bottom:24px;font-size:1.5rem;font-weight:600}.home-products-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-product-card{border-radius:var(--border-radius);color:#fff;min-height:200px;transition:transform var(--transition), box-shadow var(--transition);flex-direction:column;gap:12px;padding:32px 28px 28px;display:flex;position:relative}.home-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.home-product-card--green{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%)}.home-product-card--blue{background:linear-gradient(135deg,#4a90d9 0%,#2d6db5 100%)}.home-product-card--purple{background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%)}.home-product-logo{letter-spacing:.04em;font-size:1rem;font-weight:700}.home-product-card p{opacity:.85;flex:1;font-size:.875rem;line-height:1.6}.home-product-arrow{color:#fff;opacity:.7;transition:opacity var(--transition);align-self:flex-start;margin-top:auto;font-size:1.5rem;text-decoration:none}.home-product-arrow:hover{opacity:1}.home-product-arrow-text{color:#fff;opacity:.8;transition:opacity var(--transition);font-size:.8125rem;text-decoration:none;display:block}.home-product-arrow-text:hover{opacity:1}@media (width<=1024px){.home-highlights-grid,.home-products-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.home-highlights-grid,.home-news-row,.home-products-grid{grid-template-columns:1fr}.offerings-tabs{scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;justify-content:flex-start;gap:0;overflow:auto hidden}.offerings-tabs::-webkit-scrollbar{display:none}.offerings-tab{white-space:nowrap;touch-action:manipulation;padding:10px 16px;font-size:.8rem}.offerings-panel{flex-direction:column;gap:24px}.offerings-panel-title{font-size:1.5rem}.offerings-panel-right{justify-content:center;width:100%}.home-industries-track{grid-template-columns:1fr}.home-industries-carousel{gap:8px}.home-cta-banner-inner{flex-direction:column;align-items:flex-start}.home-cta-banner-text h2{font-size:1.375rem}.home-cta-banner-btn{justify-content:center;width:100%}}.page-panel{background:var(--color-off-white);padding:40px 0 64px}.page-tabs{border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:4px;margin-bottom:32px;padding-bottom:0;display:flex}.page-tab{color:var(--color-gray);cursor:pointer;transition:color var(--transition), border-color var(--transition);background:0 0;border:none;border-bottom:3px solid #0000;border-radius:4px 4px 0 0;margin-bottom:-1px;padding:10px 18px;font-size:.875rem;font-weight:500}.page-tab:hover{color:var(--color-text)}.page-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.page-intro{text-align:center;max-width:720px;margin:0 auto 40px}.page-intro h2{color:var(--color-text);margin-bottom:12px;font-size:1.75rem;font-weight:700}.page-intro p{color:var(--color-text-light);font-size:1rem;line-height:1.7}.services-container{max-width:948px;margin:0 auto;padding:48px 24px 64px}.services-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:64px;display:grid}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.services-grid .services-card-wrap:first-child{animation:.45s 50ms both cardFadeUp}.services-grid .services-card-wrap:nth-child(2){animation:.45s .12s both cardFadeUp}.services-grid .services-card-wrap:nth-child(3){animation:.45s .19s both cardFadeUp}.services-grid .services-card-wrap:nth-child(4){animation:.45s .26s both cardFadeUp}.services-grid .services-card-wrap:nth-child(5){animation:.45s .33s both cardFadeUp}.services-grid .services-card-wrap:nth-child(6){animation:.45s .4s both cardFadeUp}.services-grid .services-card-wrap:nth-child(7){animation:.45s .47s both cardFadeUp}.services-grid .services-card-wrap:nth-child(8){animation:.45s .54s both cardFadeUp}.services-card-wrap{aspect-ratio:1;background:linear-gradient(135deg,#8fa8c2,#c8d6e5,#8fa8c2);border-radius:1.2rem;padding:1px;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s;box-shadow:0 1rem 1.5rem -.9rem #0006}.services-card-wrap:hover{background:linear-gradient(135deg,#4a90d9,#a8cfee,#4a90d9);transform:translateY(-8px)scale(1.04);box-shadow:0 0 0 1px #1e4d8c40,0 8px 24px #1e4d8c2e,0 1.5rem 2.5rem -.9rem #0000004d}.services-card{background:linear-gradient(135deg,#d1d9e0 0%,#eaecef 50%,#d1d9e0 100%);border-radius:1.2rem;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;height:100%;padding:48px 1.25rem 1.25rem;transition:background .28s;display:flex;position:relative;overflow:hidden}.services-card-wrap:hover .services-card{background:linear-gradient(135deg,#dce8f5 0%,#eef4fb 50%,#dce8f5 100%)}.services-card:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 0%,#fff0 30%,#ffffff8c 50%,#fff0 70%,#0000 100%);width:50%;height:100%;transition:left;position:absolute;top:0;left:-75%;transform:skew(-15deg)}.services-card-wrap:hover .services-card:before{transition:left .55s;left:130%}.services-card-title{color:#1e4d8c;text-align:center;font-size:1.35rem;font-weight:700;line-height:1.3;transition:color .22s}.services-card-wrap:hover .services-card-title{color:#163a6e}.services-card-desc{color:#4a5568;text-align:center;font-size:1.125rem;line-height:1.6;transition:color .22s}.services-card-wrap:hover .services-card-desc{color:#2d3748}@media (width<=600px){.services-container{max-width:100%}.services-grid{grid-template-columns:repeat(2,1fr)}}.services-process{border:1px solid var(--color-border);border-radius:var(--border-radius);background:#fff;padding:40px}.services-process-title{color:var(--color-text);text-align:center;margin-bottom:32px;font-size:1.25rem;font-weight:700}.services-process-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.services-process-grid:before{content:"";background:linear-gradient(to right, var(--color-primary), var(--color-primary-light));z-index:0;height:2px;position:absolute;top:28px;left:10%;right:10%}.services-process-step{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.services-process-num{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:.9375rem;font-weight:700;display:flex}.services-process-step h3{color:var(--color-text);font-size:1rem;font-weight:600}.services-process-step p{color:var(--color-text-light);font-size:.875rem;line-height:1.5}@media (width<=768px){.services-grid{grid-template-columns:1fr}.services-process-grid{grid-template-columns:1fr 1fr}.services-process-grid:before{display:none}}@media (width<=480px){.services-process-grid{grid-template-columns:1fr}}.sd-page{background:#fff;min-height:100vh}.sd-hero{text-align:center;background:#fff;flex-direction:column;align-items:center;gap:14px;padding:72px 24px 56px;display:flex}.sd-hero-label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-gray);font-size:.75rem;font-weight:600}.sd-hero-title{color:var(--color-primary);letter-spacing:-.02em;max-width:700px;font-size:2.75rem;font-weight:800;line-height:1.1}.sd-hero-subtitle{color:var(--color-text-light);max-width:520px;font-size:1rem;line-height:1.7}.sd-chevron{color:var(--color-primary-light);cursor:pointer;margin-top:8px;animation:1.8s ease-in-out infinite sd-bounce;display:flex}@keyframes sd-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.sd-intro{background:#f7f9fc;padding:64px 24px}.sd-intro-inner{text-align:center;max-width:680px;margin:0 auto}.sd-intro-heading{color:var(--color-text);margin-bottom:20px;font-size:1.5rem;font-weight:700}.sd-intro-text{color:var(--color-text-light);font-size:1rem;line-height:1.85}.sd-body{background:#fff;padding:64px 24px 88px}.sd-body-inner{max-width:720px;margin:0 auto}.sd-body-heading{color:var(--color-primary);text-align:center;margin-bottom:20px;font-size:1.4rem;font-weight:700}.sd-divider{background:var(--color-primary-light);border-radius:2px;width:56px;height:3px;margin:0 auto 52px}.sd-subcategories{flex-direction:column;gap:40px;display:flex}.sd-dot-divider{justify-content:center;align-items:center;gap:8px;display:flex}.sd-dot-divider span{background:#d0d7de;border-radius:50%;width:4px;height:4px;display:block}.sd-sub{text-align:center}.sd-sub-title{color:var(--color-text);margin-bottom:14px;font-size:1.5rem;font-weight:700}.sd-sub-desc{color:#4a5568;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.9}.products-intro{border:1px solid var(--color-border);border-radius:var(--border-radius);background:#fff;grid-template-columns:1fr 420px;align-items:center;gap:48px;margin-bottom:48px;padding:40px;display:grid}.products-intro-text{flex-direction:column;gap:16px;display:flex}.products-coming-badge{text-transform:uppercase;letter-spacing:.1em;color:#7c3aed;background:#ede9fe;border-radius:100px;align-self:flex-start;padding:4px 12px;font-size:.6875rem;font-weight:700}.products-intro-text h2{color:var(--color-text);font-size:1.5rem;font-weight:700;line-height:1.35}.products-intro-text p{color:var(--color-text-light);font-size:.9375rem;line-height:1.75}.products-intro-image{border-radius:10px;height:280px;overflow:hidden}.products-intro-image img{object-fit:cover;width:100%;height:100%;display:block}.products-section-title{color:var(--color-text);text-align:center;margin-bottom:28px;font-size:1.25rem;font-weight:700}.products-pillars-section{margin-bottom:48px}.products-pillars-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.products-pillar-card{border:1px solid var(--color-border);border-radius:var(--border-radius);transition:box-shadow var(--transition), transform var(--transition);background:#fff;flex-direction:column;display:flex;overflow:hidden}.products-pillar-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.products-pillar-image{height:180px;position:relative;overflow:hidden}.products-pillar-image img{object-fit:cover;width:100%;height:100%;display:block}.products-pillar-overlay{background:linear-gradient(#0000 40%,#0a1e3cb3 100%);align-items:flex-end;padding:16px 20px;display:flex;position:absolute;inset:0}.products-pillar-label{text-transform:uppercase;letter-spacing:.08em;color:#fff;font-size:.75rem;font-weight:700}.products-pillar-body{flex-direction:column;flex:1;gap:10px;padding:24px 20px;display:flex}.products-pillar-body h3{color:var(--color-text);font-size:1rem;font-weight:700;line-height:1.4}.products-pillar-body p{color:var(--color-text-light);flex:1;font-size:.875rem;line-height:1.65}.products-soon-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);background:#dbeafe;border-radius:100px;align-self:flex-start;margin-top:4px;padding:3px 10px;font-size:.6875rem;font-weight:700}.products-principles-section{margin-bottom:48px}.products-principles-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.products-principle-card{border:1px solid var(--color-border);border-radius:var(--border-radius);transition:box-shadow var(--transition);background:#fff;flex-direction:column;gap:10px;padding:24px 18px;display:flex}.products-principle-card:hover{box-shadow:var(--shadow-lg)}.products-principle-card h4{color:var(--color-primary);font-size:.9375rem;font-weight:700}.products-principle-card p{color:var(--color-text-light);font-size:.8125rem;line-height:1.6}.products-cta-banner{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);border-radius:var(--border-radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:32px 40px;display:flex}.products-cta-banner h3{color:#fff;margin-bottom:6px;font-size:1.25rem;font-weight:700}.products-cta-banner p{color:#fffc;font-size:.9375rem}.products-cta-banner .btn-primary{color:var(--color-primary);white-space:nowrap;background:#fff}.products-cta-banner .btn-primary:hover{background:#f0f6ff}@media (width<=1024px){.products-principles-grid{grid-template-columns:repeat(2,1fr)}.products-intro{grid-template-columns:1fr}.products-intro-image{height:220px}}@media (width<=768px){.products-pillars-grid{grid-template-columns:1fr}.products-cta-banner{text-align:center;flex-direction:column}}@media (width<=480px){.products-principles-grid{grid-template-columns:1fr}}.about-mission{border:1px solid var(--color-border);border-radius:var(--border-radius);background:#fff;grid-template-columns:1fr 280px;align-items:center;gap:48px;margin-bottom:32px;padding:40px;display:grid}.about-mission-text h2{color:var(--color-text);margin-bottom:16px;font-size:1.5rem;font-weight:700;line-height:1.3}.about-mission-text p{color:var(--color-text-light);font-size:1rem;line-height:1.7}.about-mission-stats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.about-stat{background:var(--color-light-gray);text-align:center;border-radius:8px;flex-direction:column;align-items:center;padding:20px 12px;display:flex}.about-stat-value{color:var(--color-primary);font-size:1.75rem;font-weight:700;line-height:1}.about-stat-label{color:var(--color-gray);margin-top:4px;font-size:.75rem;font-weight:500}.about-section{margin-bottom:48px}.about-section-title{color:var(--color-text);text-align:center;margin-bottom:24px;font-size:1.25rem;font-weight:700}.about-values-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:20px;display:grid}.about-values-grid>*{min-height:280px}.about-value-card{border:1px solid var(--color-border);border-radius:var(--border-radius);text-align:center;transition:box-shadow var(--transition), transform var(--transition);background:#fff;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;display:flex}.about-value-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.about-value-icon{font-size:2rem}.about-value-card h3{color:var(--color-primary);font-size:1rem;font-weight:600}.about-value-card p{color:var(--color-text-light);font-size:.875rem;line-height:1.55}.about-value-card--split{gap:0;padding:0;overflow:hidden}.about-value-card__image{flex-shrink:0;width:100%;height:50%;overflow:hidden}.about-value-card__image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.about-value-card__body{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.about-timeline{padding:20px 0;position:relative}.about-timeline:before{content:"";background:linear-gradient(to bottom, var(--color-primary), var(--color-primary-light));width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.about-timeline-item{align-items:center;gap:24px;margin-bottom:24px;display:flex;position:relative}.about-timeline-item.left{flex-direction:row;justify-content:flex-end;padding-right:calc(50% + 32px)}.about-timeline-item.right{flex-direction:row-reverse;justify-content:flex-end;padding-left:calc(50% + 32px)}.about-timeline-year{color:var(--color-primary);min-width:48px;font-size:.9375rem;font-weight:700}.about-timeline-dot{background:var(--color-primary);width:14px;height:14px;box-shadow:0 0 0 2px var(--color-primary);z-index:1;border:3px solid #fff;border-radius:50%;flex-shrink:0;position:absolute;left:50%;transform:translate(-50%)}.about-timeline-dot--upcoming{animation:1.8s ease-in-out infinite dot-pulse}@keyframes dot-pulse{0%,to{box-shadow:0 0 0 2px var(--color-primary);opacity:1}50%{box-shadow:0 0 0 5px #1e4d8c26, 0 0 0 2px var(--color-primary);opacity:.75}}.about-timeline-content{color:var(--color-text);border:1px solid var(--color-border);background:#fff;border-radius:6px;flex-direction:column;gap:6px;max-width:320px;padding:12px 16px;font-size:.9375rem;display:flex}.about-timeline-content--upcoming{border-color:var(--color-primary-light);background:#f0f6ff}.about-timeline-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);background:#dbeafe;border-radius:100px;align-self:flex-start;padding:2px 8px;font-size:.65rem;font-weight:700}.about-team-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.about-team-card{border:1px solid var(--color-border);border-radius:var(--border-radius);text-align:center;transition:box-shadow var(--transition);background:#fff;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;display:flex}.about-team-card:hover{box-shadow:var(--shadow-lg)}.about-team-avatar{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.125rem;font-weight:700;display:flex}.about-team-card h4{color:var(--color-text);font-size:1rem;font-weight:600}.about-team-card p{color:var(--color-gray);font-size:.8125rem}@media (width<=1024px){.about-values-grid,.about-team-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.about-mission{grid-template-columns:1fr}.about-timeline:before{left:24px}.about-timeline-item.left,.about-timeline-item.right{flex-direction:row;justify-content:flex-start;padding-left:60px;padding-right:0}.about-timeline-dot{left:24px}.about-team-grid,.about-values-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.about-values-grid,.about-team-grid{grid-template-columns:1fr}}.careers-section-title{color:var(--color-text);text-align:center;margin-bottom:24px;font-size:1.25rem;font-weight:700}.careers-perks{margin-bottom:48px}.careers-perks-cycler{border:1px solid var(--color-border);border-radius:var(--border-radius);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:32px;min-height:160px;padding:48px 24px;display:flex}.careers-perks-active{color:var(--color-primary);text-align:center;letter-spacing:-.01em;font-size:2rem;font-weight:700;line-height:1.2;transition:opacity .3s,transform .3s}.careers-perks-active.visible{opacity:1;transform:translateY(0)}.careers-perks-active.hidden{opacity:0;transform:translateY(8px)}.careers-perks-dots{align-items:center;gap:8px;display:flex}.careers-perks-dot{background:var(--color-border);cursor:pointer;width:8px;height:8px;transition:background var(--transition), transform var(--transition);border:none;border-radius:50%;padding:0}.careers-perks-dot.active{background:var(--color-primary);transform:scale(1.3)}.careers-perks-dot:hover{background:var(--color-primary-light)}.careers-roles{margin-bottom:32px}.careers-roles-list{background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--border-radius);flex-direction:column;gap:1px;display:flex;overflow:hidden}.careers-role-row{transition:background var(--transition);background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.careers-role-row:hover{background:var(--color-light-gray)}.careers-role-info{flex:1}.careers-role-title{color:var(--color-text);margin-bottom:4px;font-size:1rem;font-weight:600}.careers-role-meta{color:var(--color-gray);align-items:center;gap:8px;font-size:.8125rem;display:flex}.careers-role-dept{color:var(--color-primary);font-weight:500}.careers-role-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.careers-role-type{color:var(--color-primary);background:#e8f5e9;border-radius:100px;padding:3px 10px;font-size:.75rem;font-weight:600}.careers-role-type.contract{color:#e65100;background:#fff3e0}.careers-empty{text-align:center;color:var(--color-gray);border:1px solid var(--color-border);border-radius:var(--border-radius);background:#fff;padding:48px;font-size:.9375rem}.careers-empty a{color:var(--color-primary);text-decoration:underline}.careers-spontaneous{background:var(--color-light-gray);border:1px solid var(--color-border);border-radius:var(--border-radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex}.careers-spontaneous h3{color:var(--color-text);margin-bottom:4px;font-size:1rem;font-weight:600}.careers-spontaneous p{color:var(--color-text-light);font-size:.875rem}@media (width<=768px){.careers-role-row{flex-direction:column;align-items:flex-start}.careers-role-actions{justify-content:space-between;width:100%}.careers-spontaneous{flex-direction:column}}.contact-form-error{color:#d9534f;margin-bottom:8px;font-size:.875rem}.contact-layout{grid-template-columns:380px 1fr;align-items:start;gap:28px;display:grid}.contact-info{border:1px solid var(--color-border);border-radius:var(--border-radius);background:#fff;flex-direction:column;gap:0;display:flex;overflow:hidden}.contact-info-block{background:linear-gradient(135deg, var(--color-hero-bg2) 0%, var(--color-hero-bg) 100%);padding:32px 28px}.contact-brand{align-items:center;gap:14px;display:flex}.contact-company-name{color:#fff;font-size:1.25rem;font-weight:700;line-height:1.1}.contact-company-tagline{color:#fff9;margin-top:3px;font-size:.8125rem}.contact-details{flex-direction:column;gap:0;padding:8px 0;display:flex}.contact-detail-item{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:14px;padding:18px 28px;display:flex}.contact-detail-item:last-child{border-bottom:none}.contact-detail-icon{width:36px;height:36px;color:var(--color-primary);background:#f0faf5;border:1px solid #c8e6d0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.contact-detail-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray);margin-bottom:4px;font-size:.7rem;font-weight:600;display:block}.contact-detail-value{color:var(--color-text);font-size:.9375rem;line-height:1.55;display:block}.contact-detail-link{color:var(--color-primary);transition:color var(--transition);text-decoration:none}.contact-detail-link:hover{color:var(--color-primary-dark);text-decoration:underline}.contact-social-section{border-top:1px solid var(--color-border);flex-direction:column;gap:12px;padding:20px 28px;display:flex}.contact-social-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray);font-size:.7rem;font-weight:600}.contact-social-links{gap:10px;display:flex}.contact-social-btn{transition:all var(--transition);border-radius:6px;align-items:center;gap:8px;padding:9px 16px;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.contact-social-btn--linkedin{color:#fff;background:#0077b5}.contact-social-btn--linkedin:hover{background:#005f8e}.contact-social-btn--instagram{color:#fff;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.contact-social-btn--instagram:hover{opacity:.88}.contact-hours{border-top:1px solid var(--color-border);flex-direction:column;gap:6px;padding:20px 28px;display:flex}.contact-hours p{color:var(--color-text-light);font-size:.875rem;line-height:1.5}.contact-form-panel{border:1px solid var(--color-border);border-radius:var(--border-radius);background:#fff;overflow:hidden}.contact-form-header{border-bottom:1px solid var(--color-border);padding:28px 32px 20px}.contact-form-header h3{color:var(--color-text);margin-bottom:4px;font-size:1.25rem;font-weight:700}.contact-form-header p{color:var(--color-gray);font-size:.875rem}.contact-form{flex-direction:column;gap:20px;padding:28px 32px;display:flex}.contact-form-field{flex-direction:column;gap:6px;display:flex}.contact-form-field label{color:var(--color-text);font-size:.8125rem;font-weight:600}.required{color:#e53e3e}.contact-form-field input,.contact-form-field textarea{border:1.5px solid var(--color-border);font-family:var(--font-family);color:var(--color-text);background:var(--color-off-white);transition:border-color var(--transition), background var(--transition), box-shadow var(--transition);resize:vertical;border-radius:6px;outline:none;padding:11px 14px;font-size:.9375rem}.contact-form-field input:focus,.contact-form-field textarea:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #0066441a}.contact-form-field input::placeholder,.contact-form-field textarea::placeholder{color:#adb5bd}.contact-submit-btn{background:var(--color-primary);color:#fff;cursor:pointer;transition:background var(--transition), transform var(--transition);border:none;border-radius:6px;align-self:flex-start;padding:13px 28px;font-size:.9375rem;font-weight:600}.contact-submit-btn:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.contact-submit-btn:active{transform:translateY(0)}.contact-form-success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:56px 32px;display:flex}.contact-success-illustration{filter:drop-shadow(0 4px 12px #00664426);margin-bottom:8px}.contact-form-success h4{color:var(--color-text);font-size:1.25rem;font-weight:700}.contact-form-success p{color:var(--color-text-light);font-size:.9375rem}@media (width<=900px){.contact-layout{grid-template-columns:1fr}}@media (width<=480px){.contact-form{padding:20px}.contact-form-header{padding:20px 20px 16px}.contact-social-links{flex-direction:column}}.news-section{background:var(--color-off-white);padding:48px 0 72px}.news-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.news-card{border:1px solid var(--color-border);border-radius:var(--border-radius);transition:box-shadow var(--transition), transform var(--transition);background:#fff;flex-direction:column;gap:14px;padding:28px 24px;display:flex}.news-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.news-card-meta{align-items:center;gap:10px;display:flex}.news-card-category{text-transform:uppercase;letter-spacing:.08em;border-radius:100px;padding:3px 10px;font-size:.6875rem;font-weight:700}.news-card-date{color:var(--color-gray);font-size:.8125rem}.news-card-title{color:var(--color-text);font-size:1rem;font-weight:700;line-height:1.45}.news-card-excerpt{color:var(--color-text-light);flex:1;font-size:.875rem;line-height:1.65}@media (width<=1024px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.news-grid{grid-template-columns:1fr}}.customers-section{margin-bottom:56px}.customers-section-title{color:var(--color-text);text-align:center;margin-bottom:28px;font-size:1.25rem;font-weight:700}.customers-gov-section{border-radius:var(--border-radius);background:#f8faff;border:1px solid #c7d9f5;margin-bottom:56px;padding:40px}.customers-gov-header{text-align:center;flex-direction:column;gap:12px;max-width:680px;margin:0 auto 36px;display:flex}.customers-gov-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);background:#dbeafe;border-radius:100px;align-self:center;padding:4px 12px;font-size:.6875rem;font-weight:700}.customers-gov-header h2{color:var(--color-text);font-size:1.5rem;font-weight:700;line-height:1.35}.customers-gov-header p{color:var(--color-text-light);font-size:.9375rem;line-height:1.7}.customers-gov-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.customers-gov-card{border:1px solid var(--color-border);transition:box-shadow var(--transition);background:#fff;border-radius:8px;flex-direction:column;gap:8px;padding:20px 18px;display:flex}.customers-gov-card:hover{box-shadow:var(--shadow-lg)}.customers-gov-card h4{color:var(--color-primary);font-size:.9rem;font-weight:700}.customers-gov-card p{color:var(--color-text-light);font-size:.8125rem;line-height:1.6}.customers-types-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.customers-type-card{border:1px solid var(--color-border);border-radius:var(--border-radius);transition:box-shadow var(--transition), transform var(--transition);background:#fff;flex-direction:column;display:flex;overflow:hidden}.customers-type-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.customers-type-image{height:160px;overflow:hidden}.customers-type-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.customers-type-body{flex-direction:column;flex:1;gap:10px;padding:24px 20px;display:flex}.customers-type-body h3{color:var(--color-text);font-size:1rem;font-weight:700}.customers-type-body p{color:var(--color-text-light);font-size:.875rem;line-height:1.65}.customers-reasons-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.customers-reason-card{border:1px solid var(--color-border);border-radius:var(--border-radius);transition:box-shadow var(--transition);background:#fff;flex-direction:column;gap:10px;padding:24px 20px;display:flex}.customers-reason-card:hover{box-shadow:var(--shadow-lg)}.customers-reason-card h4{color:var(--color-primary);font-size:.9375rem;font-weight:700}.customers-reason-card p{color:var(--color-text-light);font-size:.875rem;line-height:1.6}.customers-industries{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.customers-industry-pill{border:1px solid var(--color-border);color:var(--color-text);transition:border-color var(--transition), box-shadow var(--transition);background:#fff;border-radius:100px;align-items:center;gap:8px;padding:10px 18px;font-size:.875rem;font-weight:500;display:flex}.customers-industry-pill:hover{border-color:var(--color-primary-light);box-shadow:0 2px 8px #1e4d8c1f}.customers-cta{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);border-radius:var(--border-radius);text-align:center;padding:56px 40px}.customers-cta-content{flex-direction:column;align-items:center;gap:16px;max-width:560px;margin:0 auto;display:flex}.customers-cta-content h2{color:#fff;font-size:1.75rem;font-weight:700}.customers-cta-content p{color:#fffc;font-size:1rem;line-height:1.6}.customers-cta-content .btn-primary{color:var(--color-primary);background:#fff;margin-top:8px}.customers-cta-content .btn-primary:hover{background:#f0f6ff}@media (width<=1024px){.customers-types-grid,.customers-reasons-grid,.customers-gov-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.customers-types-grid,.customers-reasons-grid,.customers-gov-grid{grid-template-columns:1fr}.customers-gov-section{padding:28px 20px}.customers-cta{padding:40px 24px}}.legal-content{max-width:780px;padding-top:48px;padding-bottom:64px}.legal-content section{margin-bottom:40px}.legal-content h2{color:var(--color-text);margin-bottom:12px;font-size:1.125rem;font-weight:700}.legal-content p{color:var(--color-text-light);margin-bottom:10px;font-size:.9375rem;line-height:1.75}.legal-content ul{color:var(--color-text-light);margin:8px 0 10px 20px;font-size:.9375rem;line-height:1.75}.legal-content ul li{margin-bottom:4px}.legal-content a{color:var(--color-primary);text-decoration:none}.legal-content a:hover{text-decoration:underline}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-navbar:#fff;--color-primary:#1e4d8c;--color-primary-dark:#163a6e;--color-primary-light:#4a90d9;--color-hero-bg:#1e4d8c;--color-hero-bg2:#163a6e;--color-white:#fff;--color-off-white:#edf2f7;--color-light-gray:#edf2f7;--color-gray:#4a5568;--color-dark:#1a1a2e;--color-text:#212529;--color-text-light:#4a5568;--color-border:#dee2e6;--color-link:#4a90d9;--color-card-bg:#fff;--font-family:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--navbar-height:52px;--border-radius:8px;--shadow:0 2px 12px #00000014;--shadow-lg:0 8px 32px #0000001f;--transition:.2s ease}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-off-white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-family);border:none;outline:none}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:948px;margin:0 auto;padding:0 24px}.btn-primary{background:var(--color-primary);color:var(--color-white);transition:background var(--transition);border-radius:4px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary:hover{background:var(--color-primary-dark)}.btn-outline{color:var(--color-primary);border:1.5px solid var(--color-primary);transition:all var(--transition);background:0 0;border-radius:4px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;display:inline-flex}.btn-outline:hover{background:var(--color-primary);color:#fff}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray);font-size:.75rem;font-weight:600}.section-label span{color:var(--color-primary)}.page-content{min-height:calc(100vh - var(--navbar-height))}@media (width<=768px){.page-content{padding-top:var(--navbar-height)}}
