@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}:root{--navy:#002147;--navy-dark:#001530;--navy-mid:#003070;--gold:#C9A84C;--gold-light:#E8C97A;--gold-dark:#A88830;--white:#FFFFFF;--off-white:#F8F9FC;--light-gray:#EEF0F5;--mid-gray:#8A92A0;--dark:#111827;--text:#1E2A3B;--success:#1A7F5A;--error:#C0392B;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-mono:'Courier New', monospace;--radius-sm:6px;--radius:12px;--radius-lg:20px;--shadow-sm:0 1px 4px rgba(0,33,71,.07);--shadow:0 4px 20px rgba(0,33,71,.10);--shadow-lg:0 12px 48px rgba(0,33,71,.15);--shadow-xl:0 24px 80px rgba(0,33,71,.20);--transition:all .25s cubic-bezier(.4,0,.2,1);--nav-h:76px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--text);background:var(--white);line-height:1.65;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0;background:0 0;font:inherit}ul{list-style:none}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.6rem}.section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.2;color:var(--navy)}.section-sub{font-size:1.05rem;color:var(--mid-gray);max-width:620px;margin-top:.75rem}.footer-col ul li a:hover,.hero h1 .accent,.text-gold{color:var(--gold)}.team-social a:hover svg,.text-white{color:var(--white)}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.section{padding-block:clamp(3rem,7vw,6rem)}.section--alt{background:var(--off-white)}.section--dark{background:var(--navy)}.grid-3,.grid-4{display:grid;gap:1.5rem}@media (min-width:640px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.btn,.hamburger span{transition:var(--transition)}.btn,.nav-menu a{border-radius:var(--radius-sm);white-space:nowrap}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.95rem;letter-spacing:.02em;padding:.85rem 1.8rem;cursor:pointer;text-decoration:none}.btn-primary{background:var(--gold);color:var(--navy);box-shadow:0 4px 16px rgb(201 168 76/.35)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px rgb(201 168 76/.45)}.btn-outline{background:#fff0;color:var(--white);border:2px solid rgb(255 255 255/.5)}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.btn-navy{background:var(--navy);color:var(--white);box-shadow:var(--shadow)}.btn-navy:hover{background:var(--navy-mid);transform:translateY(-2px)}.btn-lg{padding:1.05rem 2.4rem;font-size:1.05rem}.btn-sm{padding:.55rem 1.2rem;font-size:.85rem}.btn svg{width:18px;height:18px;flex-shrink:0}#site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:#fff0;transition:background .35s ease,box-shadow .35s ease}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.nav-logo img{height:52px;width:auto}#sticky-cta,.nav-menu{position:fixed;background:var(--navy-dark)}.nav-menu{display:none;flex-direction:column;inset:var(--nav-h)0 0 0;padding:2rem;overflow-y:auto;gap:.25rem}@media (min-width:960px){.nav-menu{display:flex;flex-direction:row;position:static;background:0 0;padding:0;inset:auto;overflow:visible;gap:0}}.nav-menu a{color:rgb(255 255 255/.85);font-weight:600;font-size:.9rem;padding:.65rem 1rem;transition:var(--transition)}.nav-menu a:hover{color:var(--gold);background:rgb(255 255 255/.06)}.nav-cta-group{display:flex;align-items:center;gap:1rem;flex-shrink:0}.nav-phone{color:var(--gold);font-weight:700;font-size:.95rem;display:none}@media (min-width:640px){.nav-phone{display:flex;align-items:center;gap:.4rem}}.nav-phone svg,.sticky-phone svg{width:16px;height:16px}.nav-phone:hover{color:var(--gold-light)}.hamburger{display:flex;flex-direction:column;gap:5px;padding:.4rem}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px}@media (min-width:960px){.hamburger{display:none}}#sticky-cta{bottom:0;left:0;right:0;z-index:900;border-top:2px solid var(--gold);padding:.75rem 1.5rem;justify-content:space-between;gap:1rem;transform:translateY(100%);transition:transform .4s ease}.sticky-cta-left{gap:1rem}.sticky-cta-left p{color:var(--white);font-size:.9rem;font-weight:600;display:none}@media (min-width:640px){.sticky-cta-left p{display:block}}#sticky-cta,.hero,.sticky-cta-left,.sticky-phone{display:flex;align-items:center}.sticky-phone{color:var(--gold);font-weight:700;font-size:1rem;gap:.4rem}@media (min-width:768px){#sticky-cta{display:none}}.hero{min-height:100vh;position:relative;background:var(--navy-dark);overflow:hidden;padding-top:var(--nav-h)}.hero-bg,.hero-grid-lines{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.2}.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgb(0 21 48/.96)0,rgb(0 33 71/.85) 50%,rgb(0 48 112/.7) 100%)}.hero-grid-lines{z-index:1;opacity:.04;background-image:linear-gradient(rgb(255 255 255/.8) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255/.8) 1px,transparent 1px);background-size:60px 60px}.hero-accent{position:absolute;right:-80px;top:10%;bottom:10%;width:50%;z-index:1;background:linear-gradient(135deg,transparent 0,rgb(201 168 76/.08) 100%);clip-path:polygon(8%0,100%0,100% 100%,0 100%);display:none}@media (min-width:960px){.hero-accent{display:block}}.hero-content{position:relative;z-index:2;padding-block:5rem 4rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(201 168 76/.15);border:1px solid rgb(201 168 76/.35);border-radius:50px;padding:.4rem 1.1rem;color:var(--gold);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}.hero-badge svg{width:14px;height:14px}.cta-inner h2,.hero h1{font-weight:900;color:var(--white)}.hero h1{font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.08;margin-bottom:1.4rem;max-width:820px}.hero h1 .accent{position:relative;display:inline-block}.hero h1 .accent::after,.service-card::before{content:"";position:absolute;left:0;right:0;height:3px;background:var(--gold)}.hero h1 .accent::after{bottom:-4px;border-radius:2px}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:rgb(255 255 255/.8);max-width:620px;line-height:1.7;margin-bottom:2.5rem}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-actions{gap:1rem;margin-bottom:3.5rem}.hero-stats{gap:2rem;padding-top:2.5rem;border-top:1px solid rgb(255 255 255/.12)}.hero-stat .num{font-size:2rem;font-weight:900;color:var(--gold);line-height:1}.hero-stat .label{font-size:.8rem;font-weight:600;color:rgb(255 255 255/.6);text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem}.services-grid{display:grid;gap:1.25rem}@media (min-width:560px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--white);border:1.5px solid var(--light-gray);border-radius:var(--radius);padding:1.75rem;transition:var(--transition);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:.75rem}.service-card::before{top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card:hover{border-color:#fff0;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card:hover::before{transform:scaleX(1)}.service-icon{width:52px;height:52px;border-radius:var(--radius-sm);background:rgb(0 33 71/.06);display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-icon svg{width:26px;height:26px;color:var(--navy)}.service-card h3{font-size:1rem;font-weight:700;line-height:1.3}.service-card p{font-size:.875rem;color:var(--mid-gray);line-height:1.6;flex:1}.service-card-link{font-size:.85rem;font-weight:700;color:var(--gold);display:flex;align-items:center;gap:.35rem;margin-top:.25rem;transition:var(--transition)}.service-card-link svg{width:14px;height:14px;transition:transform .2s}.footer-social a:hover svg,.service-card h3,.service-card:hover .service-card-link{color:var(--navy)}.service-card:hover .service-card-link svg{transform:translateX(4px)}.about-layout{display:grid;gap:3rem;align-items:center}@media (min-width:768px){.about-layout{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.about-layout{grid-template-columns:55% 1fr}}.about-image{position:relative;border-radius:var(--radius-lg);overflow:hidden}.about-image img{width:100%;height:420px;object-fit:cover}.about-image-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--navy);color:var(--white);border-radius:var(--radius);padding:1rem 1.5rem;border-left:4px solid var(--gold)}.about-image-badge .num{font-size:2.2rem;font-weight:900;color:var(--gold);line-height:1}.about-image-badge p{font-size:.8rem;font-weight:600;color:rgb(255 255 255/.75);margin-top:.2rem}.about-features,.about-text{display:flex;flex-direction:column;gap:1.25rem}.about-text p{color:#3d4a5c;line-height:1.75}.about-features{gap:.75rem;margin-top:.5rem}.about-feature{display:flex;align-items:flex-start;gap:.75rem}.about-feature-icon,.footer-social a,.team-social a{border-radius:50%;display:flex;align-items:center;justify-content:center}.about-feature-icon{width:32px;height:32px;background:rgb(201 168 76/.12);flex-shrink:0;margin-top:.1rem}.about-feature-icon svg{width:15px;height:15px;color:var(--gold)}.about-feature-text h4{font-size:.9rem}.about-feature-text p{font-size:.85rem;color:var(--mid-gray);margin-top:.15rem}.case-study-card{background:var(--white);border:1.5px solid var(--light-gray);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;transition:var(--transition)}.case-study-card:hover{border-color:var(--gold);box-shadow:var(--shadow)}.about-feature-text h4,.case-study-card h3,.case-tag{font-weight:700;color:var(--navy)}.case-tag{display:inline-flex;align-items:center;background:rgb(0 33 71/.06);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:50px}.case-study-card h3{font-size:1rem;line-height:1.4}.case-study-card p{font-size:.875rem;color:#3d4a5c;line-height:1.65;flex:1}.case-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--mid-gray);padding-top:.75rem;border-top:1px solid var(--light-gray)}.case-meta svg,.team-social svg{width:14px;height:14px;color:var(--gold)}.partner-logo{opacity:.55;transition:opacity .2s;filter:grayscale(100%);height:36px;width:auto}.partner-logo:hover{opacity:1;filter:none}.cta-section{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy-mid) 100%);position:relative;overflow:hidden}.cta-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255/.03) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255/.03) 1px,transparent 1px);background-size:48px 48px}.cta-section .container{position:relative;z-index:1}.cta-inner{text-align:center;max-width:700px;margin-inline:auto}.cta-inner h2{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.15;margin-bottom:1rem}.cta-inner p{color:rgb(255 255 255/.75);font-size:1.05rem;margin-bottom:2rem}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.team-card{text-align:center}.team-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:top;margin-inline:auto;border:4px solid var(--gold)}.team-name{font-size:1.05rem;font-weight:700;color:var(--navy);margin-top:1rem}.footer-col h4,.team-role{font-size:.85rem;color:var(--gold);text-transform:uppercase}.team-role{font-weight:600;letter-spacing:.06em;margin-top:.2rem}.team-social{display:flex;justify-content:center;gap:.6rem;margin-top:.75rem}.footer-social a,.team-social a{transition:var(--transition)}.team-social a{width:32px;height:32px;background:rgb(0 33 71/.08)}.team-social a:hover{background:var(--navy)}.team-social svg{color:var(--navy)}.site-footer{background:var(--navy-dark);color:var(--white)}.footer-top{padding-block:3.5rem}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr repeat(3,1fr)}}.footer-brand .logo-img{height:120px;width:auto;margin-bottom:1.1rem}.footer-brand p,.footer-col ul li a{font-size:.875rem;color:rgb(255 255 255/.55)}.footer-brand p{line-height:1.75;max-width:280px}.footer-social{display:flex;gap:.6rem;margin-top:1.25rem}.footer-social a{width:36px;height:36px;background:rgb(255 255 255/.08)}.footer-social a:hover{background:var(--gold)}.footer-social svg{width:16px;height:16px;color:rgb(255 255 255/.7)}.footer-col h4{font-weight:800;letter-spacing:.1em;margin-bottom:1.1rem}.footer-col ul li{margin-bottom:.55rem}.footer-col ul li a{transition:color .2s}.footer-bottom{border-top:1px solid rgb(255 255 255/.08);padding-block:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.footer-bottom p,.footer-bottom-links a{font-size:.8rem;color:rgb(255 255 255/.35)}.footer-bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-bottom-links a{transition:color .2s}.footer-bottom-links a:hover,.footer-contact-quick a:hover,.utility-bar a{color:var(--gold)}.text-center{text-align:center}.mx-auto{margin-inline:auto}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-4{margin-bottom:2rem}.animate-up{animation:fadeUp .65s ease both}.animate-up.delay-1{animation-delay:.1s}.animate-up.delay-2{animation-delay:.2s}.animate-up.delay-3{animation-delay:.3s}.animate-up.delay-4{animation-delay:.4s}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.utility-bar{background:var(--navy);border-bottom:1px solid rgb(255 255 255/.08);padding:.35rem 0;font-size:.78rem;color:rgb(255 255 255/.7)}.utility-bar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.utility-bar-right{display:flex;align-items:center;gap:.75rem}.utility-bar a{font-weight:600;text-decoration:none}.utility-bar a svg{width:13px;height:13px;vertical-align:middle;margin-right:3px}.utility-divider{opacity:.3}@media (max-width:640px){.utility-bar-right{display:none}}.nav-tagline{display:block;font-size:.6rem;color:var(--mid-gray);text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.nav-menu li.has-dropdown,.nav-menu li.has-mega-menu{position:relative}.nav-menu li.has-dropdown>a svg,.nav-menu li.has-mega-menu>a svg{width:14px;height:14px;transition:transform .2s;vertical-align:middle}.nav-menu li.has-dropdown:hover>a svg,.nav-menu li.has-mega-menu:hover>a svg{transform:rotate(90deg)}.dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:0 0 var(--radius) var(--radius);box-shadow:0 12px 40px rgb(0 0 0/.15);min-width:220px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s;z-index:100;list-style:none}.has-dropdown:focus-within .dropdown,.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown li a{display:block;padding:.6rem 1.25rem;color:var(--navy);font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.dropdown li a:hover,.mega-col ul a:hover{background:var(--off-white);color:var(--blue)}.mega-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);width:820px;max-width:95vw;background:#fff;border-radius:0 0 var(--radius) var(--radius);box-shadow:0 16px 50px rgb(0 0 0/.18);opacity:0;visibility:hidden;transition:all .2s;z-index:100}.has-mega-menu:focus-within .mega-menu,.has-mega-menu:hover .mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.mega-menu-inner{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:0}.mega-col{padding:1.75rem 1.5rem;border-right:1px solid var(--light-gray)}.mega-col-heading{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--mid-gray);margin-bottom:.75rem}.mega-col-heading.mt-2{margin-top:1.5rem}.mega-col ul,.mega-cta{display:flex;flex-direction:column}.mega-col ul{list-style:none;gap:.1rem}.mega-col ul a{display:block;padding:.45rem .5rem;color:var(--navy);font-size:.88rem;font-weight:600;border-radius:4px;text-decoration:none;transition:background .15s,color .15s}.mega-cta{padding:1.75rem 1.5rem;background:var(--navy);border-radius:0 0 var(--radius)0;gap:.75rem;min-width:180px}.mega-cta-badge,.mega-cta-phone{display:flex;align-items:center;gap:.4rem}.mega-cta-badge{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}.mega-cta-badge svg,.mega-cta-phone svg{width:14px;height:14px}.mega-cta p{color:rgb(255 255 255/.7);font-size:.82rem;line-height:1.5}.mega-cta-phone{color:rgb(255 255 255/.6);font-size:.82rem;font-weight:600;text-decoration:none;margin-top:.25rem}@media (max-width:900px){.dropdown,.mega-menu{display:none}}.cert-bar{background:var(--navy);padding:1rem 0;border-top:1px solid rgb(255 255 255/.08)}.cert-bar-inner{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;justify-content:center}.cert-bar-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:rgb(255 255 255/.5);white-space:nowrap}.cert-bar-logos{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;justify-content:center}.cert-logo{height:28px;width:auto;opacity:.65;filter:brightness(10);transition:opacity .2s}.cert-logo:hover{opacity:1}.industries-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgb(255 255 255/.08);border-radius:var(--radius);overflow:hidden}.industry-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;background:rgb(255 255 255/.04);text-align:center;transition:background .2s}.industry-tile:hover{background:rgb(255 255 255/.1)}.industry-tile svg{width:32px;height:32px;color:var(--gold)}.industry-tile span{color:rgb(255 255 255/.85);font-size:.82rem;font-weight:700;line-height:1.3}@media (max-width:768px){.industries-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.industries-row{grid-template-columns:repeat(2,1fr)}}.why-card{background:#fff;border-radius:var(--radius);padding:2rem 1.5rem;border:1px solid var(--light-gray);transition:box-shadow .2s,transform .2s}.why-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.why-card-num{font-size:2.5rem;font-weight:900;color:var(--blue);margin-bottom:.75rem;line-height:1}.why-card h3{font-size:1rem;color:var(--navy);margin-bottom:.5rem}.why-card p{font-size:.88rem;color:var(--mid-gray);line-height:1.65}.servicepak-band{background:linear-gradient(135deg,var(--blue) 0%,#0a1a3a 100%)!important}.service-card--accent p,.servicepak-band .cta-inner p{color:rgb(255 255 255/.75)}.partners-row{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:center;gap:2.5rem}.partner-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.partner-desc{font-size:.72rem;color:var(--mid-gray);font-weight:600}.team-bio{font-size:.82rem;color:var(--mid-gray);line-height:1.6;margin:.5rem 0}.footer-contact-quick{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.footer-contact-quick a,.footer-contact-quick span{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:rgb(255 255 255/.6);text-decoration:none}.footer-contact-quick a svg,.footer-contact-quick span svg{width:14px;height:14px;flex-shrink:0}.footer-bottom-inner{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;align-items:center}.service-card--accent{background:linear-gradient(135deg,var(--navy) 0%,#0d2151 100%);color:#fff}.service-card--accent .service-card-link,.service-card--accent .service-icon svg,.service-card--accent h3{color:var(--gold)}.service-card--accent .service-card-link:hover{color:#fff}