:root{
  --navy:#042f68;
  --navy-dark:#022453;
  --blue:#0a4a91;
  --ink:#062f68;
  --line:#a9c5e4;
  --white:#fff;
  --page:1024px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Montserrat',Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.page-shell{width:min(920px,calc(100% - 64px));margin-inline:auto}
.kicker{margin:0;color:#0d4381;font-size:11px;line-height:1;letter-spacing:2.4px;font-weight:800}
.kicker-light{color:#fff}

/* HEADER */
.topbar{height:80px;background:linear-gradient(90deg,#062d64 0%,#063b7d 46%,#022b64 100%);color:#fff;border-bottom:1px solid #5bb3e5}
.header-inner{height:100%;display:flex;align-items:center;position:relative}
.brand-link{display:block;width:260px;flex:0 0 260px;height:78px;overflow:hidden}
.header-logo{width:257px;height:74px;object-fit:cover;object-position:left top}
.main-nav{display:flex;align-items:center;gap:29px;margin-left:33px;white-space:nowrap}
.main-nav a{font-size:11px;font-weight:500;line-height:80px;position:relative}
.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:#fff}
.phone-pill{margin-left:auto;height:40px;padding:0 16px;border:1px solid rgba(255,255,255,.92);border-radius:22px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700}
.phone-pill svg{width:20px;height:20px;fill:#fff}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px 0}

/* HERO */
.hero{height:378px;position:relative;overflow:hidden;color:#fff;background:linear-gradient(110deg,#062e67 0%,#063875 53%,#0a498a 100%)}
.hero-right{position:absolute;right:0;top:0;width:69.5%;height:100%;background:url('assets/hero-right.png') center/cover no-repeat}
.hero-diagonal{position:absolute;inset:0 auto 0 0;width:52%;background:linear-gradient(111deg,#063170 0 74%,transparent 74%);pointer-events:none}
.hero-diagonal::after{content:"";position:absolute;right:37px;top:0;width:19px;height:100%;background:linear-gradient(180deg,#d7e1ec,#7d9fbe 45%,#eff4f8 65%,#7f9eb8);transform:skewX(-25deg);box-shadow:20px 0 0 rgba(27,78,131,.55)}
.hero-content{position:relative;z-index:3;padding-top:43px}
.hero h1{margin:10px 0 8px;font-size:46px;line-height:.98;letter-spacing:-1.5px;font-weight:800;color:#f0f3f7;text-shadow:0 1px 0 #fff,0 3px 4px rgba(0,0,0,.35)}
.hero-intro{margin:0;font-size:13px;line-height:1.47;font-weight:600}
.hero-features{display:flex;margin-top:16px;width:396px}
.hero-feature{width:99px;text-align:center;border-right:1px solid rgba(255,255,255,.35)}
.hero-feature:last-child{border-right:0}
.hero-feature svg{width:40px;height:40px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.hero-feature span{display:block;margin-top:4px;font-size:9.4px;font-weight:500}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:16px;height:42px;padding:0 24px;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:.2px}
.cta span{font-size:18px;line-height:1}
.cta-silver{margin-top:20px;color:#0b3c77;background:linear-gradient(#fff,#d6dde5);border:1px solid #f8fbff;box-shadow:inset 0 0 0 1px rgba(90,111,131,.2),0 2px 4px rgba(0,0,0,.22)}
.cta-outline{color:#fff;border:1px solid rgba(255,255,255,.95)}

/* SERVICES */
.services{height:370px;background:linear-gradient(90deg,#fff 0%,#f8fbfe 72%,#f3f8fd 100%);position:relative;overflow:hidden}
.services::after,.why::after{content:"";position:absolute;right:-60px;top:0;width:310px;height:100%;opacity:.34;background:radial-gradient(ellipse at 65% 45%,transparent 0 33%,rgba(141,177,212,.15) 34% 35%,transparent 36% 44%,rgba(141,177,212,.13) 45% 46%,transparent 47%),linear-gradient(140deg,transparent 0 48%,rgba(110,150,190,.08) 49% 50%,transparent 51%)}
.services-inner{padding-top:17px;position:relative;z-index:1}
.services h2{font-size:31px;line-height:1;margin:4px 0 10px;font-weight:800;letter-spacing:-1px}
.section-intro{margin:0;font-size:10.8px;line-height:1.45;font-weight:500}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:15px}
.service-card{min-height:217px;padding:0 26px;border-right:1px solid var(--line);position:relative}
.service-card:first-child{padding-left:0}
.service-card:last-child{border-right:0;padding-right:0}
.service-icon{width:83px;height:83px;object-fit:cover;margin-bottom:8px}
.service-card h3{margin:0 0 11px;font-size:16px;line-height:1.23;font-weight:800;letter-spacing:-.3px}
.service-card p{margin:0;font-size:10px;line-height:1.5;font-weight:500;max-width:155px}
.service-arrow{position:absolute;left:26px;bottom:1px;font-size:25px;line-height:1;color:#0b4a91}
.service-card:first-child .service-arrow{left:0}

/* ABOUT */
.about{height:249px;display:grid;grid-template-columns:43.7% 39.1% 17.2%;background:linear-gradient(100deg,#0a4b91 0%,#063a78 54%,#052c64 100%);color:#fff;overflow:hidden}
.about-left{background:url('assets/about-left.png') center/cover no-repeat}
.about-copy{padding:26px 18px 0 72px;position:relative}
.about-copy::before{content:"";position:absolute;left:-24px;top:-20px;width:36px;height:295px;background:linear-gradient(180deg,#e6edf5,#83a1bd 48%,#f5f8fa 70%,#7c9ab5);transform:skewX(-24deg);box-shadow:-14px 0 0 rgba(11,55,105,.85)}
.about-copy h2{margin:5px 0 11px;font-size:21px;line-height:1;font-weight:800;letter-spacing:-.4px}
.about-copy p{margin:0 0 6px;font-size:9.4px;line-height:1.5;font-weight:500}
.about-copy .cta{margin-top:8px;height:36px;font-size:9px;padding:0 23px}
.about-brand-wrap{display:flex;align-items:center;justify-content:center;padding-right:12px}
.about-brand-wrap img{width:162px;height:223px;object-fit:cover;object-position:center}

/* WHY */
.why{height:190px;background:linear-gradient(90deg,#fff 0%,#f8fbfe 74%,#f2f7fc 100%);position:relative;overflow:hidden}
.why-inner{padding-top:27px;position:relative;z-index:1}
.why h2{margin:4px 0 16px;font-size:25px;line-height:1;font-weight:800;letter-spacing:-.6px}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.why-item{min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;border-right:1px solid var(--line)}
.why-item:last-child{border-right:0}
.why-item img{width:64px;height:55px;object-fit:cover;margin-bottom:5px}
.why-item strong{font-size:10px;line-height:1.28;font-weight:800}

/* CONTACT */
.contact-strip{height:82px;color:#fff;background:linear-gradient(90deg,#07366f 0%,#0b4a8e 45%,#042b62 100%);border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.2)}
.contact-grid{height:100%;display:grid;grid-template-columns:1.11fr 1.42fr 1.22fr .94fr;align-items:center}
.contact-item{height:52px;display:grid;grid-template-columns:50px 1fr;align-items:center;border-right:1px solid rgba(255,255,255,.27);padding-right:14px}
.contact-item svg{width:44px;height:44px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.contact-item span{display:block;font-size:8.5px;font-weight:700;margin-bottom:4px}
.contact-item a,.contact-item p{margin:0;font-size:9.6px;line-height:1.35;font-weight:500;white-space:nowrap}
.contact-item .contact-strong{font-size:18px;font-weight:700}
.contact-button{justify-self:end;height:38px;padding:0 16px;font-size:9px}

/* FOOTER */
.site-footer{height:186px;background:linear-gradient(90deg,#032552,#032f66 55%,#02234f);color:#fff}
.footer-main{height:121px;display:grid;grid-template-columns:1.3fr .86fr 1.46fr .76fr;gap:23px;align-items:center}
.footer-logo-wrap{height:100%;display:flex;align-items:center;border-right:1px solid rgba(255,255,255,.24);padding-right:18px}
.footer-logo-wrap img{width:230px;height:81px;object-fit:cover;object-position:center}
.footer-col{font-size:9px}
.footer-col h3{margin:0 0 5px;font-size:9.5px;font-weight:800}
.footer-col a,.footer-col p{display:block;margin:0;line-height:1.45;font-size:9px;font-weight:500}
.footer-contact{border-left:1px solid rgba(255,255,255,.24);padding-left:26px}
.social-row{display:flex;gap:11px;margin-top:10px}
.social-row a{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;border:1px solid #fff;font-size:12px;font-weight:700}
.footer-bottom{height:65px;border-top:1px solid rgba(255,255,255,.18)}
.footer-bottom-inner{height:100%;display:flex;align-items:flex-start;justify-content:space-between;padding-top:15px;font-size:8px;color:rgba(255,255,255,.94)}

/* Responsive */
@media (max-width:900px){
  .page-shell{width:min(92%,720px)}
  .topbar{height:68px}.header-logo{height:64px;width:auto}.brand-link{height:68px;width:220px;flex-basis:220px}
  .main-nav{position:absolute;left:0;right:0;top:68px;display:none;flex-direction:column;align-items:stretch;gap:0;margin:0;background:#042d66;padding:12px 4%;z-index:20;box-shadow:0 10px 24px rgba(0,0,0,.2)}
  .main-nav.open{display:flex}.main-nav a{line-height:42px}.main-nav a.active::after{display:none}
  .phone-pill{display:none}.menu-toggle{display:block}
  .hero{height:auto;min-height:620px}.hero-right{width:100%;opacity:.46}.hero-diagonal{width:100%;background:linear-gradient(90deg,rgba(2,34,77,.96),rgba(2,34,77,.72))}.hero-diagonal::after{display:none}.hero-content{padding:70px 0 52px}.hero h1{font-size:44px}.hero-features{width:min(396px,100%)}
  .services{height:auto;padding-bottom:26px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{border-bottom:1px solid var(--line);padding:18px 24px;min-height:270px}.service-card:first-child{padding-left:24px}.service-card:first-child .service-arrow{left:24px}
  .about{height:auto;grid-template-columns:1fr}.about-left{min-height:280px}.about-copy{padding:38px 8% 30px}.about-copy::before{display:none}.about-brand-wrap{padding:20px}.about-brand-wrap img{height:auto}
  .why{height:auto;padding-bottom:30px}.why-grid{grid-template-columns:repeat(2,1fr);row-gap:22px}.why-item:nth-child(even){border-right:0}
  .contact-strip{height:auto;padding:16px 0}.contact-grid{grid-template-columns:1fr 1fr;gap:12px}.contact-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:10px}.contact-button{justify-self:start}
  .site-footer{height:auto}.footer-main{height:auto;grid-template-columns:1fr 1fr;padding:26px 0}.footer-logo-wrap{border-right:0}.footer-contact{border-left:0;padding-left:0}.footer-bottom{height:auto}.footer-bottom-inner{padding:14px 0 18px;gap:8px;flex-direction:column}
}
@media (max-width:560px){
  .page-shell{width:90%}.hero h1{font-size:37px}.hero-intro{font-size:12px}.hero-features{display:grid;grid-template-columns:1fr 1fr;gap:15px}.hero-feature{width:auto;border-right:0;text-align:left;display:grid;grid-template-columns:42px 1fr;align-items:center}.hero-feature span{margin:0 0 0 6px}
  .services h2{font-size:27px}.section-intro br{display:none}.service-grid{grid-template-columns:1fr}.service-card{border-right:0;min-height:235px}.why h2{font-size:22px}.why-grid{grid-template-columns:1fr}.why-item{border-right:0;border-bottom:1px solid var(--line);padding-bottom:16px}.contact-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-logo-wrap{padding:0}.footer-contact{padding:0}.about-left{min-height:220px}
}
