:root{
  --ink:#111112;
  --paper:#FFFFFF;
  --panel-light:#F1F1EF;
  --panel-dark:#132539;
  --accent:#2A56D6;
  --accent-dark:#1B3FA8;
  --accent-tint:#EAF0FE;
  --frost:#8FD8FF;
  --muted:#6B7280;
  --line:#E7E7E4;
  --radius-lg:28px;
  --radius-md:18px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:'Inter',sans-serif;color:var(--ink);background:#E8EDF2;
  line-height:1.6;font-size:16px;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font:inherit;cursor:pointer;background:none;border:none;color:inherit}
h1,h2,h3,h4{font-family:'Archivo Black',sans-serif;font-weight:400;line-height:1.02;letter-spacing:-0.01em;text-transform:uppercase}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

.page-frame{background:var(--paper);overflow:clip}

.eyebrow{
  display:inline-flex;align-items:center;gap:8px;font-family:'Archivo Black',sans-serif;
  font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--accent);margin-bottom:12px;font-weight:700;
}
.eyebrow svg{width:15px;height:15px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:16px 30px;border-radius:9999px;font-family:'Archivo Black',sans-serif;
  font-size:14px;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;cursor:pointer;
  transition:transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
  min-height:44px;
}
.btn-black{background:var(--ink);color:#fff}
.btn-black:hover{background:#000;transform:translateY(-2px)}
.btn-accent{background:var(--accent);color:#fff}
.btn-accent:hover{background:var(--accent-dark);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5)}
.btn-ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.text-link{display:inline-flex;align-items:center;gap:8px;font-family:'Archivo Black',sans-serif;font-size:14px;text-transform:uppercase}
.text-link svg{width:15px;height:15px;transition:transform .2s ease}
.text-link:hover svg{transform:translateX(3px)}
.icon-round{
  width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  background:var(--ink);color:#fff;flex-shrink:0;transition:transform .2s ease,background-color .2s ease;
}
.icon-round:hover{background:var(--accent);transform:rotate(45deg)}
.icon-round svg{width:20px;height:20px}
.cta-pair{display:flex;align-items:center;gap:14px}

/* ================= NAV (flat, no pill border) ================= */
header.site-nav{padding:26px 40px 0}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:8px}
.brand img{height:64px;width:auto}
@media (max-width:760px){.brand img{height:48px}}
.brand span{font-family:'Archivo Black',sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:.02em}
nav.primary ul{display:flex;align-items:center;gap:30px}
.nav-link{font-size:14px;font-weight:600;color:var(--ink)}
.nav-link:hover,.nav-link.active{color:var(--accent)}
.nav-right{display:flex;align-items:center;gap:20px}
.nav-icon-btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center}
.nav-icon-btn svg{width:17px;height:17px}
.nav-right .btn{padding:12px 22px;font-size:12px}
.hamburger{display:none;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;flex-shrink:0}
.hamburger:hover{background:var(--panel-light)}
.hamburger span{display:block;width:18px;height:2px;background:var(--ink);position:relative;border-radius:2px}
.hamburger span::before,.hamburger span::after{content:'';position:absolute;left:0;width:18px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s ease}
.hamburger span::before{top:-6px}
.hamburger span::after{top:6px}
.hamburger.active span{background:transparent}
.hamburger.active span::before{transform:translateY(6px) rotate(45deg)}
.hamburger.active span::after{transform:translateY(-6px) rotate(-45deg)}
@media (max-width:900px){
  nav.primary,.nav-right .nav-icon-btn,.nav-right .btn-black{display:none}
  .hamburger{display:flex}
  header.site-nav{padding:18px 20px 0}
}
.mobile-menu{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 4px}
.mobile-menu.open{max-height:min(820px,calc(100vh - 90px));overflow-y:auto;padding:16px 4px 6px}
.mobile-menu ul{display:flex;flex-direction:column;gap:4px}
.mobile-menu a{display:block;padding:14px 12px;border-radius:14px;font-weight:600;font-size:15px}
.mobile-menu a:hover{background:var(--panel-light)}
.mobile-menu .btn{width:100%;margin-top:10px}

/* ================= HERO ================= */
.hero{padding:36px 40px 0}
.hero-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:8px}
.hero-head-row h1{font-size:clamp(30px,4.4vw,54px);max-width:820px}
.avatar-stack{display:flex;align-items:center;flex-shrink:0;margin-bottom:10px}
.avatar-stack .av{width:40px;height:40px;border-radius:50%;border:2.5px solid #fff;margin-left:-12px;background:var(--panel-dark);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,.15)}
.avatar-stack .av:first-child{margin-left:0}
.avatar-stack .arrow-circ{margin-left:6px}

.hero-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:24px;align-items:stretch;margin-top:22px}
.hero-left{display:flex;flex-direction:column}
.hero-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:220px;background:#0c1622}
.hero-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero-media-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,17,29,.72) 0%,rgba(9,17,29,.15) 55%,transparent 80%)}
.hero-media-label{position:relative;z-index:1;padding:24px 28px;color:#fff;font-family:'Archivo Black',sans-serif;font-size:clamp(15px,1.8vw,20px);text-transform:uppercase;line-height:1.15;max-width:60%}
.hero-below{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;flex-wrap:wrap}
.hero-below p{color:var(--muted);font-size:14.5px;max-width:340px;line-height:1.6}

.hero-right{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:420px}
.hero-right img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero-right::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,20,33,.1),rgba(9,15,25,.7))}
.trust-card{position:absolute;left:20px;right:20px;bottom:20px;z-index:2;background:rgba(255,255,255,.97);border-radius:var(--radius-md);padding:22px 24px}
.trust-card strong{display:block;font-family:'Archivo Black',sans-serif;font-size:19px;text-transform:uppercase;margin-bottom:8px}
.trust-card p{font-size:13px;color:var(--muted);line-height:1.5}

.stamp{
  width:110px;height:110px;border-radius:50%;background:var(--accent);color:#fff;display:flex;
  align-items:center;justify-content:center;position:relative;flex-shrink:0;box-shadow:0 10px 22px rgba(0,0,0,.2);
}
.stamp svg.ring{position:absolute;inset:0;width:100%;height:100%}
.stamp .center-ico{position:relative;width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}
.stamp .center-ico svg{width:18px;height:18px;color:var(--accent)}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-right{min-height:280px}
  .hero-head-row{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
  .hero{padding:20px 18px 0}
  .hero-media-label{max-width:85%;padding:18px}
  .hero-below{flex-direction:column;align-items:flex-start}
}

/* ================= HERO SLIDER (video + banners) ================= */
.hero-slider{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:560px;background:#0a1420;margin-top:22px}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .9s ease;display:flex;align-items:flex-end}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.hero-slide video,.hero-slide img.slide-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-slide .slide-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,17,29,.82) 0%,rgba(9,17,29,.42) 48%,rgba(9,17,29,.12) 100%)}
.hero-slide.slide-banner img.slide-bg{object-position:center}
.hero-slide.slide-contain img.slide-bg{object-fit:contain}
.hero-slide.slide-focus-top img.slide-bg{object-position:center 12%}
.hero-slide.slide-image img.slide-bg{object-position:42% center}
.hero-slide.slide-contain .slide-bg-blur{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(26px) brightness(.72);transform:scale(1.1)}
.slide-content{position:relative;z-index:2;padding:56px;max-width:720px}
.slide-content .eyebrow{color:#8FB0FF}
.slide-content h2{color:#fff;font-size:clamp(26px,4vw,50px);margin-bottom:16px;line-height:1.05}
.slide-content h2 .hl{color:#5C8CFF}
.slide-content p{color:rgba(255,255,255,.78);font-size:15px;max-width:480px;margin-bottom:26px;line-height:1.65}
.slide-content .cta-pair{flex-wrap:wrap}
.hero-slide.slide-banner-full .slide-content{display:none}
.hero-slider-nav{position:absolute;z-index:3;bottom:26px;right:30px;display:flex;gap:10px}
.hero-dot{width:34px;height:5px;border-radius:3px;background:rgba(255,255,255,.32);transition:background-color .25s ease}
.hero-dot.is-active{background:#fff}
@media (max-width:900px){
  .hero-slider{min-height:400px}
  .slide-content{padding:24px 20px 58px}
}
.hero-mobile-cta{display:none}
@media (max-width:600px){
  .hero-slider{min-height:300px}
  .hero-slider-nav{bottom:16px;right:16px}
  .hero-dot{width:22px}
  .slide-content{display:none}
  .hero-mobile-cta{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:20px 20px 0}
  .hero-mobile-cta .btn{width:100%;font-size:13px;padding:15px 20px}
  .hero-mobile-cta .btn-ghost{color:var(--ink);border-color:var(--line)}
  .hero-mobile-cta .btn-ghost:hover{background:var(--panel-light)}
}

/* ================= generic ================= */
.py{padding:112px 40px}
.py-sm{padding:72px 40px}
@media (max-width:760px){.py{padding:64px 18px}.py-sm{padding:48px 18px}}
.section-head{max-width:640px;margin-bottom:52px;margin-left:auto;margin-right:auto;text-align:center}
.section-head .eyebrow{justify-content:center}
.section-head.center{max-width:640px;margin-left:auto;margin-right:auto;text-align:center}
.section-head h2{font-size:clamp(26px,3.4vw,40px)}
.section-head h2 .hl{color:var(--accent)}
.section-head p{color:var(--muted);font-size:15.5px;margin-top:14px;line-height:1.7}

/* ================= PAGE HERO (interior pages) ================= */
.page-hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:340px;margin:0 40px;display:flex;align-items:center}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(9,17,29,.86) 0%,rgba(9,17,29,.5) 65%,rgba(9,17,29,.25) 100%)}
.page-hero-inner{position:relative;z-index:1;padding:60px 56px;max-width:720px}
.page-hero-inner .eyebrow{color:#8FB0FF}
.page-hero-inner h1{color:#fff;font-size:clamp(28px,4.4vw,52px);margin-bottom:14px}
.page-hero-inner p{color:rgba(255,255,255,.8);font-size:15.5px;line-height:1.7}
@media (max-width:760px){.page-hero{margin:0 18px}.page-hero-inner{padding:36px 24px}}

/* ================= SOLUTIONS PAGES: clean image card on mobile, text moved below ================= */
.solutions-hero-mobile-text{display:none}
@media (max-width:600px){
  .solutions-page-hero{min-height:220px}
  .solutions-page-hero::after{background:linear-gradient(180deg,rgba(9,17,29,.15) 0%,rgba(9,17,29,.05) 100%)}
  .solutions-page-hero .page-hero-inner{display:none}
  .solutions-hero-mobile-text{display:block;padding:22px 20px 4px}
  .solutions-hero-mobile-text .eyebrow{color:var(--accent)}
  .solutions-hero-mobile-text h1{font-size:24px;margin-bottom:10px;color:var(--ink)}
  .solutions-hero-mobile-text p{font-size:14px;line-height:1.65;color:var(--muted)}
}

/* ================= INDUSTRIES GRID ================= */
/*.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}*/
/*.industry-card{background:var(--panel-light);border-radius:var(--radius-md);padding:26px;transition:background-color .25s ease,transform .25s ease}*/
/*.industry-card:hover{background:var(--accent-tint);transform:translateY(-4px)}*/
/*.industry-card .s-icon{width:46px;height:46px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:16px}*/
/*.industry-card .s-icon svg{width:21px;height:21px}*/
/*.industry-card h3{font-family:'Archivo Black',sans-serif;font-size:15px;text-transform:uppercase;margin-bottom:10px}*/
/*.industry-card p{font-size:13.5px;color:var(--muted);line-height:1.65}*/
/*@media (max-width:900px){.industries-grid{grid-template-columns:1fr 1fr}}*/
/*@media (max-width:560px){.industries-grid{grid-template-columns:1fr}}*/

.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:44px;padding-top:40px;border-top:1px solid var(--line)}
.stats-strip .stat{text-align:center}
.stats-strip strong{display:block;font-family:'Archivo Black',sans-serif;font-size:clamp(28px,3.4vw,44px);color:var(--accent)}
.stats-strip span{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}
@media (max-width:700px){.stats-strip{grid-template-columns:1fr 1fr}}

/* ================= KEY DIFFERENTIATORS ================= */
.differentiators-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.diff-card{border-radius:var(--radius-md);padding:26px;background:var(--panel-light)}
.diff-card h4{font-family:'Archivo Black',sans-serif;font-size:14.5px;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
.diff-card ul{display:flex;flex-direction:column;gap:8px}
.diff-card li{font-size:13px;color:var(--muted);line-height:1.55;padding-left:16px;position:relative}
.diff-card li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--accent)}
@media (max-width:900px){.differentiators-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.differentiators-grid{grid-template-columns:1fr}}

/* ================= SOLUTION HIGHLIGHT CARDS (Home) ================= */
.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.solution-card{background:var(--panel-light);border-radius:var(--radius-md);padding:28px;transition:background-color .25s ease,transform .25s ease}
.solution-card:hover{background:var(--accent-tint);transform:translateY(-4px)}
.solution-card .num{font-family:'Archivo Black',sans-serif;font-size:13px;color:var(--accent);margin-bottom:14px;display:block}
.solution-card h3{font-family:'Archivo Black',sans-serif;font-size:15px;text-transform:uppercase;margin-bottom:10px;line-height:1.25}
.solution-card p{font-size:13.5px;color:var(--muted);line-height:1.65}
@media (max-width:900px){.solutions-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.solutions-grid{grid-template-columns:1fr}}

/* ================= FLEET TABLE ================= */
.fleet-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:280px;margin-bottom:40px}
.fleet-media video,.fleet-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.fleet-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,15,25,.05),rgba(9,15,25,.55))}
.fleet-media-label{position:absolute;bottom:24px;left:26px;z-index:1;color:#fff;font-family:'Archivo Black',sans-serif;font-size:clamp(18px,2.4vw,26px);text-transform:uppercase}
.fleet-table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1.5px solid var(--ink)}
table.fleet-table{width:100%;border-collapse:collapse;min-width:620px}
table.fleet-table th,table.fleet-table td{padding:18px 20px;text-align:center;font-size:13.5px;border-bottom:1px solid var(--line)}
table.fleet-table thead th{background:var(--ink);color:#fff;font-family:'Archivo Black',sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.03em}
table.fleet-table tbody th{text-align:left;font-family:'Archivo Black',sans-serif;font-size:12px;text-transform:uppercase;color:var(--accent);background:var(--panel-light)}
table.fleet-table tbody tr:last-child td,table.fleet-table tbody tr:last-child th{border-bottom:none}
table.fleet-table tbody td{color:var(--muted);font-weight:600}

.fleet-specs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}
.fleet-spec-card{background:var(--panel-light);border-radius:var(--radius-md);padding:22px;text-align:center}
.fleet-spec-card strong{display:block;font-family:'Archivo Black',sans-serif;font-size:20px;margin-bottom:4px}
.fleet-spec-card span{font-size:12px;color:var(--muted);text-transform:uppercase}
@media (max-width:760px){.fleet-specs-grid{grid-template-columns:1fr 1fr}}

/* ================= PRESENCE NETWORK + SERVICES ================= */
.network-grid{display:flex;flex-direction:column;align-items:center;gap:44px;max-width:860px;margin:0 auto;text-align:center}
.network-grid > div{width:100%}
.network-grid .presence-city-list{justify-content:center}
.network-map{position:relative;background:var(--panel-light);border-radius:var(--radius-lg);padding:32px;min-height:420px;overflow:hidden}
.network-map svg{width:100%;height:100%;position:absolute;inset:0}
.network-pin{position:absolute;display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.network-pin .p-dot{width:9px;height:9px;border-radius:50%;background:var(--accent)}
.network-pin span{font-family:'Archivo Black',sans-serif;font-size:11px;text-transform:uppercase;color:var(--ink)}
.services-list{display:flex;flex-direction:column;gap:14px}
.service-row{display:flex;align-items:flex-start;gap:16px;background:var(--panel-light);border-radius:var(--radius-md);padding:20px 22px;transition:background-color .2s ease}
.service-row:hover{background:var(--accent-tint)}
.service-row .s-icon{width:44px;height:44px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.service-row .s-icon svg{width:20px;height:20px}
.service-row strong{display:block;font-family:'Archivo Black',sans-serif;font-size:13.5px;text-transform:uppercase;color:var(--accent);margin-bottom:5px}
.service-row p{font-size:13.5px;color:var(--muted);line-height:1.6}
@media (max-width:980px){.network-grid{gap:36px}.network-map{min-height:320px}}

/* ================= PRESENCE REGION LISTS (About/Home) ================= */
.coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto}
.coverage-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-md);padding:26px;transition:border-color .25s ease,background-color .25s ease}
.coverage-card:hover{background:rgba(255,255,255,.1);border-color:rgba(143,216,255,.45)}
.cov-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.16)}
.cov-region{display:flex;align-items:center;gap:10px;font-family:'Archivo Black',sans-serif;font-size:16px;letter-spacing:.02em;text-transform:uppercase;color:#fff}
.cov-region svg{width:17px;height:17px;color:#8FD8FF;flex-shrink:0}
.cov-count{font-size:12px;font-weight:700;white-space:nowrap;color:#8FD8FF;background:rgba(143,216,255,.14);border:1px solid rgba(143,216,255,.3);padding:4px 12px;border-radius:999px}
.cov-cities{display:flex;flex-wrap:wrap;gap:9px}
.cov-cities span{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:999px;background:rgba(255,255,255,.1);font-size:13.5px;font-weight:600;color:#fff;transition:background-color .2s ease}
.cov-cities span::before{content:'';width:5px;height:5px;border-radius:50%;background:#8FD8FF;flex-shrink:0}
.cov-cities span:hover{background:var(--accent)}
@media (max-width:980px){.coverage-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.coverage-grid{grid-template-columns:1fr}.coverage-card{padding:20px}}

/* ================= PARTNERS STRIP ================= */
.partners-strip{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.partner-chip{padding:16px 30px;border-radius:9999px;background:var(--panel-light);font-family:'Archivo Black',sans-serif;font-size:13px;text-transform:uppercase;color:var(--muted);letter-spacing:.02em}

/* ================= ABOUT / FOUNDED ================= */
.about-wrap{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}
.about-collage{position:relative;height:520px}
.collage-stat{
  position:absolute;top:0;left:0;width:48%;background:var(--panel-dark);color:#fff;border-radius:var(--radius-md);
  padding:22px;z-index:1;
}
.collage-stat .stars{display:flex;gap:3px;color:#F5A623;margin-bottom:10px}
.collage-stat .stars svg{width:14px;height:14px}
.collage-stat h4{font-family:'Inter',sans-serif;font-weight:700;text-transform:none;font-size:14px;margin-bottom:14px;line-height:1.3}
.collage-stat .num-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(255,255,255,.16);padding-top:14px}
.collage-stat strong{display:block;font-family:'Archivo Black',sans-serif;font-size:26px}
.collage-stat span{font-size:11px;color:rgba(255,255,255,.6)}
.collage-stat .play{width:40px;height:40px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.collage-stat .play svg{width:15px;height:15px;color:#fff}
.collage-a{position:absolute;top:0;right:0;width:46%;height:52%;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.14)}
.collage-b{position:absolute;bottom:0;left:0;width:56%;height:44%;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.16)}
.collage-a img,.collage-b img{width:100%;height:100%;object-fit:cover}
.collage-badge{
  position:absolute;top:50%;left:52%;transform:translate(-50%,-50%);z-index:3;width:104px;height:104px;
}
.collage-badge .ring-wrap{position:relative;width:100%;height:100%}
.collage-badge svg.ring{position:absolute;inset:0;width:100%;height:100%;animation:spin 14s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.collage-badge .center-ico{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;
  background:var(--accent);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(0,0,0,.25);
}
.collage-badge .center-ico svg{width:20px;height:20px;color:#fff}

.about-copy .eyebrow{color:var(--accent)}
.about-copy h2{font-size:clamp(24px,3.2vw,36px);margin-bottom:22px}
.about-copy .founders{font-weight:700;font-size:15.5px;margin-bottom:16px}
.about-copy p{color:var(--muted);font-size:15px;line-height:1.75;margin-bottom:16px}
.divider-line{height:2px;background:var(--accent);width:100%;margin:22px 0}
.about-cta-row{display:flex;align-items:center;gap:22px;margin-top:30px}
@media (max-width:980px){.about-wrap{grid-template-columns:1fr;gap:40px}.about-collage{height:420px}}
@media (max-width:560px){.collage-stat{position:static;width:100%;margin-bottom:16px}.about-collage{height:auto}.collage-a,.collage-b{position:relative;width:100%;height:220px;margin-bottom:16px}.collage-badge{display:none}}

/* ================= MISSION / VISION (About) ================= */
.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mv-card{border-radius:var(--radius-lg);padding:38px}
.mv-card.mission{background:var(--panel-dark);color:#fff}
.mv-card.vision{background:var(--accent);color:#fff}
.mv-card .eyebrow{color:rgba(255,255,255,.65)}
.mv-card h2{color:#fff;font-size:clamp(22px,2.8vw,30px);margin-bottom:18px}
.mv-card > p{color:rgba(255,255,255,.8);font-size:14px;line-height:1.7;margin-bottom:18px}
.mv-card ul{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.mv-card li{font-size:13.5px;color:rgba(255,255,255,.88);line-height:1.6;padding-left:20px;position:relative}
.mv-card li::before{content:'';position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:#fff}
@media (max-width:900px){.mv-grid{grid-template-columns:1fr}}

/* ================= LEADERSHIP (About) ================= */
.leadership-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.leader-card{background:var(--panel-light);border-radius:var(--radius-lg);padding:34px}
.leader-card .leader-avatar{width:64px;height:64px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Archivo Black',sans-serif;font-size:18px;margin-bottom:20px}
.leader-card h3{font-family:'Archivo Black',sans-serif;font-size:17px;text-transform:none;margin-bottom:4px}
.leader-card .role{font-size:12.5px;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:16px;display:block}
.leader-card p{font-size:13.5px;color:var(--muted);line-height:1.7;margin-bottom:12px}
@media (max-width:900px){.leadership-grid{grid-template-columns:1fr}}

/* ================= CORE VALUES (About) ================= */
.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.value-card{border-radius:var(--radius-md);padding:24px 20px;background:var(--panel-light);text-align:center}
.value-card .s-icon{width:44px;height:44px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.value-card .s-icon svg{width:19px;height:19px}
.value-card h4{font-family:'Archivo Black',sans-serif;font-size:13.5px;text-transform:uppercase;margin-bottom:10px}
.value-card p{font-size:12.5px;color:var(--muted);line-height:1.6}
@media (max-width:980px){.values-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.values-grid{grid-template-columns:1fr 1fr}}

/* ================= NIBHA ADVANTAGE (About) ================= */
.advantage-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.advantage-card{border-radius:var(--radius-md);padding:24px 20px;background:var(--panel-light)}
.advantage-card h4{font-family:'Archivo Black',sans-serif;font-size:13px;text-transform:uppercase;color:var(--accent);margin-bottom:10px}
.advantage-card p{font-size:12.5px;color:var(--muted);line-height:1.6}
@media (max-width:980px){.advantage-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.advantage-grid{grid-template-columns:1fr 1fr}}

/* ================= COMPANY TIMELINE (About, vertical) ================= */
/* journey timeline — scroll-progress rail fill driven by main.js */
.jtl{position:relative;max-width:1080px;margin:0 auto}
.jtl-rail{position:absolute;left:19px;top:12px;bottom:12px;width:2px;background:linear-gradient(to bottom,transparent 0%,var(--line) 8%,var(--line) 92%,transparent 100%)}
.jtl-rail-fill{position:absolute;left:0;top:0;width:100%;height:0;background:linear-gradient(to bottom,var(--accent) 0%,#8FD8FF 92%,transparent 100%);border-radius:2px}
.jtl-entry{position:relative;display:grid;grid-template-columns:220px 1fr;gap:28px;padding:48px 0 48px 68px}
.jtl-entry:first-child{padding-top:8px}
.jtl-node{position:absolute;left:8px;top:52px;width:24px;height:24px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px rgba(42,86,214,.25),0 0 12px rgba(42,86,214,.16);z-index:1}
.jtl-entry:first-child .jtl-node{top:12px}
.jtl-node span{width:10px;height:10px;border-radius:50%;background:var(--line);transition:background-color .35s ease,box-shadow .35s ease}
.jtl-entry.is-passed .jtl-node span{background:var(--accent);box-shadow:0 0 12px rgba(42,86,214,.65)}
.jtl-title{position:sticky;top:110px;align-self:start}
.jtl-title h3{font-size:clamp(30px,4vw,46px);color:#C6CCD6;line-height:1;transition:color .35s ease}
.jtl-entry.is-passed .jtl-title h3{color:var(--accent)}
.jtl-body h4{font-family:'Archivo Black',sans-serif;font-size:14px;text-transform:uppercase;margin-bottom:10px}
.jtl-body p{font-size:14px;color:var(--muted);line-height:1.75;max-width:620px}
@media (max-width:820px){
  .jtl-entry{grid-template-columns:1fr;gap:8px;padding:36px 0 36px 56px}
  .jtl-title{position:static}
  .jtl-title h3{font-size:26px}
}

/* ================= WHY CHOOSE US BENTO ================= */
.bento{display:grid;grid-template-columns:1fr 1fr 1.15fr;grid-template-rows:auto auto;gap:16px}
.bento-card{border-radius:var(--radius-md);padding:26px}
.bento-1{background:var(--panel-dark);color:#fff}
.bento-2{background:var(--panel-light)}
.bento-3{background:var(--panel-dark);color:#fff}
.bento-4{background:var(--panel-light);display:flex;flex-direction:column;justify-content:center}
.bento-5{background:var(--accent);color:#fff}
.bento-photo{border-radius:var(--radius-md);overflow:hidden}
.bento-photo img{width:100%;height:100%;object-fit:cover}
.bento-right-col{display:flex;flex-direction:column;gap:16px;grid-column:3;grid-row:1/3}
.bento-right-col .bento-photo{flex:1.4;min-height:160px}
.bento-right-col .bento-5{flex:1}
.bento-card .b-ico{width:42px;height:42px;border-radius:50%;background:rgba(42,86,214,.1);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.bento-1 .b-ico,.bento-3 .b-ico,.bento-5 .b-ico{background:rgba(255,255,255,.12);color:#8FD8FF}
.bento-card .b-ico svg{width:19px;height:19px}
.bento-card .metric{font-family:'Archivo Black',sans-serif;font-size:clamp(26px,2.6vw,34px);margin-bottom:10px;display:block}
.bento-card .metric-label{font-size:12.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;padding-top:12px;border-top:1px solid rgba(0,0,0,.1)}
.bento-1 .metric-label,.bento-3 .metric-label,.bento-5 .metric-label{color:rgba(255,255,255,.7);border-top-color:rgba(255,255,255,.2)}
.bento-4 h4{font-family:'Archivo Black',sans-serif;font-size:14.5px;text-transform:uppercase;margin-bottom:8px}
.bento-4 p{font-size:12.5px;color:var(--muted);line-height:1.6}
.bento-4 .by{display:block;margin-top:10px;font-size:11.5px;font-weight:700;color:var(--ink)}
@media (max-width:900px){.bento{grid-template-columns:1fr 1fr}.bento-right-col{grid-column:1/3;grid-row:auto;flex-direction:row}}
@media (max-width:560px){.bento{grid-template-columns:1fr}.bento-right-col{grid-column:auto;grid-row:auto;flex-direction:column}}

/* ================= WHY CHOOSE NIBHA (8-item grid, Home/Careers) ================= */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-card{background:var(--panel-light);border-radius:var(--radius-md);padding:26px;transition:background-color .25s ease,transform .25s ease}
.why-card:hover{background:var(--accent-tint);transform:translateY(-4px)}
.why-card .s-icon{width:44px;height:44px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.why-card .s-icon svg{width:20px;height:20px}
.why-card h3{font-family:'Archivo Black',sans-serif;font-size:14px;text-transform:uppercase;margin-bottom:10px;line-height:1.25}
.why-card p{font-size:13px;color:var(--muted);line-height:1.6}
@media (max-width:980px){.why-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.why-grid{grid-template-columns:1fr}}

/* ================= PROCESS TIMELINE (horizontal) ================= */
.process-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:56px;flex-wrap:wrap}
.process-head h2{font-size:clamp(24px,3.4vw,40px);max-width:600px}
.process-head h2 .hl{color:var(--accent)}
.process-wrap{display:grid;grid-template-columns:1.3fr .9fr;gap:40px;align-items:center}
.timeline{display:flex;flex-direction:column;gap:18px}
.tl-tier{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.tl-tier .tl-card{max-width:170px;padding:0 6px}
.tl-tier.top .tl-card{margin-left:auto;margin-right:auto;text-align:center}
.tl-tier.bottom .tl-card{margin-left:auto;margin-right:auto;text-align:center}
.tl-slot.empty{visibility:hidden}
.tl-card strong{display:block;font-family:'Archivo Black',sans-serif;font-size:12.5px;text-transform:uppercase;margin-bottom:8px;line-height:1.25}
.tl-card.hl-title strong{color:var(--accent)}
.tl-card p{font-size:11.5px;color:var(--muted);line-height:1.55}
.tl-dots-row{position:relative;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.tl-ticks{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:6px;background:repeating-linear-gradient(90deg, var(--ink) 0 10px, transparent 10px 20px);z-index:0;border-radius:3px}
.tl-dot{position:relative;z-index:1;width:34px;height:34px;margin:0 auto;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Archivo Black',sans-serif;font-size:12px;flex-shrink:0}
.tl-dot.mobile-dot{display:none}
.process-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:420px}
.process-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.process-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,15,25,.1),rgba(9,15,25,.75))}
.process-media-label{position:absolute;bottom:26px;left:26px;z-index:1;color:#fff;font-family:'Archivo Black',sans-serif;font-size:clamp(20px,2.6vw,28px);text-transform:uppercase}
@media (max-width:980px){.process-wrap{grid-template-columns:1fr}.process-media{min-height:280px}}
@media (max-width:700px){
  .timeline{display:flex;flex-direction:column;gap:0}
  .tl-tier{display:contents}
  .tl-tier .tl-card{max-width:none;text-align:left;margin:0}
  .tl-slot.empty{display:none}
  .tl-dots-row{display:none}
  .tl-slot{display:flex;align-items:flex-start;gap:14px;padding:10px 0}
  .tl-slot.step-1{order:1}
  .tl-slot.step-2{order:2}
  .tl-slot.step-3{order:3}
  .tl-slot.step-4{order:4}
  .tl-dot.mobile-dot{display:flex;margin:0;flex-shrink:0}
}

/* ================= TESTIMONIALS ================= */
.testi-head{text-align:center;max-width:560px;margin:0 auto 50px}
.testi-track-wrap{overflow:hidden}
.testi-track{display:flex;gap:20px;transition:transform .5s cubic-bezier(.65,0,.35,1)}
.testi-card{flex:0 0 calc(33.333% - 14px);background:var(--panel-light);border-radius:var(--radius-md);overflow:hidden}
.testi-media{height:150px;overflow:hidden}
.testi-media img{width:100%;height:100%;object-fit:cover}
.testi-body{padding:24px}
.testi-body h4{font-family:'Archivo Black',sans-serif;font-size:15px;text-transform:none;margin-bottom:12px}
.testi-body p.q{font-size:13.5px;color:var(--muted);line-height:1.6;margin-bottom:18px;min-height:80px}
.testi-foot{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}
.testi-avatar{width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Archivo Black',sans-serif;font-size:12px;flex-shrink:0}
.testi-foot-name strong{display:block;font-size:13px}
.testi-foot-name span{font-size:11.5px;color:var(--muted)}
.testi-stars{display:flex;gap:2px;color:#F5A623;margin-left:auto}
.testi-stars svg{width:12px;height:12px}
.testi-nav{display:flex;justify-content:center;gap:10px;margin-top:34px}
.testi-nav button{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}
.testi-nav button.prev{background:var(--panel-light);color:var(--muted)}
.testi-nav button.prev:hover{background:var(--line)}
.testi-nav button.next{background:var(--accent);color:#fff}
.testi-nav button.next:hover{background:var(--accent-dark)}
.testi-nav svg{width:16px;height:16px}
@media (max-width:900px){.testi-card{flex:0 0 calc(50% - 10px)}}
@media (max-width:620px){.testi-card{flex:0 0 100%}}

/* ================= CONTACT ================= */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}
.contact-left{
  position:relative;border-radius:var(--radius-lg);overflow:hidden;padding:30px;display:flex;flex-direction:column;
  justify-content:flex-end;gap:18px;min-height:480px;background:var(--panel-dark);
}
.contact-left .quote-map{position:absolute;inset:0;width:100%;height:100%;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 55%,rgba(0,0,0,.25) 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 55%,rgba(0,0,0,.25) 100%)}
.contact-left h2{position:relative;z-index:1;color:#fff;font-size:clamp(24px,3vw,32px)}
.contact-left h2 .hl{color:#7FA1F5}
.contact-social{position:relative;z-index:1;display:flex;gap:10px}
.contact-social a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}
.contact-social a:hover{background:var(--accent)}
.contact-social svg{width:17px;height:17px;color:#fff}
.contact-right{background:var(--panel-light);border-radius:var(--radius-lg);padding:36px}
.contact-right h3{font-size:clamp(20px,2.4vw,27px);margin-bottom:6px}
.contact-right h3 .hl{color:var(--accent)}
.contact-right > p{color:var(--muted);font-size:14px;margin-bottom:22px}
.pill-choices{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}
.pill-choice{padding:11px 18px;border-radius:9999px;border:1.5px solid var(--line);background:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative}
.pill-choice input{position:absolute;opacity:0;pointer-events:none}
.pill-choice:has(input:checked){background:var(--ink);color:#fff;border-color:var(--ink)}
form.contact-form{display:flex;flex-direction:column;gap:6px}
.form-field{border:none;border-bottom:1.5px solid var(--line);background:transparent;padding:14px 4px;font-size:15px;font-family:'Inter',sans-serif;width:100%;transition:border-color .2s ease}
.form-field:focus{border-color:var(--ink);outline:none}
textarea.form-field{resize:vertical;min-height:60px}
.contact-right .btn{margin-top:16px;width:100%}
@media (max-width:980px){.contact-grid{grid-template-columns:1fr}}

/* ================= CONTACT DETAIL CARDS (Contact page) ================= */
.contact-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:44px}
.contact-detail-card{background:var(--panel-light);border-radius:var(--radius-md);padding:26px;display:flex;align-items:flex-start;gap:16px}
.contact-detail-card .s-icon{width:44px;height:44px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-detail-card .s-icon svg{width:19px;height:19px}
.contact-detail-card strong{display:block;font-family:'Archivo Black',sans-serif;font-size:12px;text-transform:uppercase;color:var(--accent);margin-bottom:6px}
.contact-detail-card span,.contact-detail-card a{display:block;font-size:14px;color:var(--ink);font-weight:600}
@media (max-width:900px){.contact-detail-grid{grid-template-columns:1fr}}

/* ================= CAREERS ================= */
.roles-list{display:flex;flex-direction:column;gap:14px}
.role-card{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--panel-light);border-radius:var(--radius-md);padding:26px 28px;flex-wrap:wrap}
.role-card h3{font-family:'Archivo Black',sans-serif;font-size:16px;text-transform:none;margin-bottom:8px}
.role-meta{display:flex;gap:16px;flex-wrap:wrap}
.role-meta span{font-size:12.5px;color:var(--muted);display:flex;align-items:center;gap:6px}
.role-meta svg{width:14px;height:14px;color:var(--accent)}

/* ================= FOOTER ================= */
footer.site-footer{background:var(--ink);color:#fff;padding:56px 40px 34px}
.footer-top{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;margin-bottom:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-brand{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.footer-brand img{height:24px;filter:brightness(0) invert(1)}
.footer-brand span{font-family:'Archivo Black',sans-serif;font-size:13px;text-transform:uppercase}
.footer-tag{font-size:12.5px;color:rgba(255,255,255,.55);max-width:280px;line-height:1.6}
.recent-project{display:flex;gap:16px}
.recent-project img{width:120px;height:90px;object-fit:cover;border-radius:12px;flex-shrink:0}
.recent-project .rp-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.45);margin-bottom:6px}
.recent-project strong{display:block;font-size:14px;margin-bottom:8px}
.recent-project ul{font-size:11.5px;color:rgba(255,255,255,.55);line-height:1.7}
.footer-nav-list{display:flex;flex-direction:column;gap:6px;margin-bottom:40px}
.footer-nav-item{display:flex;align-items:center;justify-content:space-between;border-radius:9999px;padding:14px 24px;transition:background-color .25s ease}
.footer-nav-item:hover,.footer-nav-item.active{background:var(--accent)}
.footer-nav-item span{font-family:'Archivo Black',sans-serif;font-size:clamp(22px,4.6vw,44px);text-transform:uppercase}
.footer-nav-item svg{width:24px;height:24px;opacity:0;transition:opacity .2s ease}
.footer-nav-item:hover svg,.footer-nav-item.active svg{opacity:1}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:26px;border-top:1px solid rgba(255,255,255,.14);font-size:12.5px;color:rgba(255,255,255,.55)}
.footer-bottom a{margin-left:16px}
.footer-bottom a:hover{color:#fff}
@media (max-width:640px){.footer-nav-item span{font-size:26px}.footer-nav-item{padding:12px 18px}.footer-top{grid-template-columns:1fr}}
@media (max-width:480px){.recent-project{flex-direction:column}.recent-project img{width:100%;height:140px}}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1)}
.reveal.in{opacity:1;transform:translateY(0)}

/* ================= SOLUTION DETAIL BLOCKS (Solutions page) ================= */
.solution-detail{padding:64px 0;border-top:1px solid var(--line)}
.solution-detail:first-of-type{border-top:none}
.solution-detail-head{max-width:760px;margin-bottom:32px}
.solution-detail-head .num-badge{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--ink);color:#fff;font-family:'Archivo Black',sans-serif;font-size:14px;margin-bottom:18px}
.solution-detail-head h2{font-size:clamp(22px,3vw,32px);margin-bottom:14px}
.solution-detail-head p{color:var(--muted);font-size:15px;line-height:1.75}
.solution-detail-head .lede{font-size:16px;color:var(--ink);font-weight:600;margin-bottom:10px}

.sub-points-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}
.sub-point{background:var(--panel-light);border-radius:var(--radius-md);padding:22px}
.sub-point .sp-num{font-family:'Archivo Black',sans-serif;font-size:12px;color:var(--accent);display:block;margin-bottom:10px}
.sub-point h4{font-family:'Archivo Black',sans-serif;font-size:13px;text-transform:uppercase;margin-bottom:8px;line-height:1.3}
.sub-point p{font-size:13px;color:var(--muted);line-height:1.6}
@media (max-width:900px){.sub-points-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.sub-points-grid{grid-template-columns:1fr}}

.sub-group-label{font-family:'Archivo Black',sans-serif;font-size:13px;text-transform:uppercase;color:var(--accent);margin:26px 0 14px}
.sub-group-label:first-child{margin-top:0}

.applicable-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.tag-chip{padding:10px 18px;border-radius:9999px;border:1.5px solid var(--line);font-size:12.5px;font-weight:600;color:var(--muted)}

.solution-video{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:280px;margin-top:28px}
.solution-video video{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}

/* ================= NAV DROPDOWN ("More") ================= */
.nav-dropdown{position:relative}
.nav-dropdown > button{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer}
.nav-dropdown > button:hover{color:var(--accent)}
.nav-dropdown > button svg{width:11px;height:11px;transition:transform .2s ease}
.nav-dropdown:hover > button svg,.nav-dropdown.open > button svg{transform:rotate(180deg)}
.nav-dropdown-panel{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(6px);background:#fff;border:1.5px solid var(--ink);border-radius:18px;padding:8px;min-width:220px;box-shadow:0 20px 40px rgba(0,0,0,.14);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:30}
.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown.open .nav-dropdown-panel{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-dropdown-panel a{display:block;padding:12px 14px;border-radius:12px;font-size:13.5px;font-weight:600;color:var(--ink)}
.nav-dropdown-panel a:hover{background:var(--panel-light);color:var(--accent)}
.mobile-menu .more-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:14px 12px 4px}



/* ============================================================ INDUSTRIES SECTION ============================================================ */

#industries .section-head {
  margin-bottom: 48px;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto 40px;
}

.industry-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.industry-box img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.industry-box:hover img {
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
}

/* ================= ROTATING EARTH (Our Presence, Home) ================= */
.earth-wrap{position:relative;display:flex;justify-content:center}
.earth-wrap canvas{display:block;cursor:grab;touch-action:pan-y}
.earth-wrap canvas:active{cursor:grabbing}
.earth-hint{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:11px;color:var(--muted);background:rgba(255,255,255,.88);padding:5px 12px;border-radius:999px;pointer-events:none;box-shadow:0 2px 10px rgba(9,17,29,.08)}

/* ================= TRUSTED BY (dark band) ================= */
.trusted-band{
  background:var(--panel-dark);
  background-image:
    radial-gradient(900px 460px at 88% -12%, rgba(143,216,255,.08), transparent 62%),
    radial-gradient(760px 460px at -6% 112%, rgba(42,86,214,.15), transparent 62%);
  padding:80px 40px 90px;
  position:relative;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:100%;
}
.trusted-band .section-head{margin-bottom:50px;animation:fadeInUp .8s ease-out .1s both;width:100%;display:flex;flex-direction:column;align-items:center}
.trusted-band .eyebrow{color:#8FB0FF;text-transform:uppercase;font-size:13px;justify-content:center;display:flex}
.trusted-band h2{color:#fff;font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-0.02em}
.trusted-band .logo-cloud{animation:fadeInUp .8s ease-out .3s both;width:100%;max-width:960px;margin:0 auto}
.trusted-band .partner-chip{background:rgba(255,255,255,.08);color:rgba(255,255,255,.75)}
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:760px){.trusted-band{padding:60px 20px 70px;text-align:center}}

/* ================= FLEET RANGE (Home, distinct from hero) ================= */
.fleet-range-wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.fleet-range-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:380px}
.fleet-range-visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.fleet-range-badge{position:absolute;top:22px;right:22px;z-index:2;background:rgba(255,255,255,.96);border-radius:var(--radius-md);padding:16px 20px;text-align:center}
.fleet-range-badge strong{display:block;font-family:'Archivo Black',sans-serif;font-size:22px;color:var(--accent)}
.fleet-range-badge span{font-size:10.5px;color:var(--muted);text-transform:uppercase}
.fleet-range-specs{display:flex;flex-direction:column;gap:10px;margin:26px 0}
.fleet-range-spec-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--panel-light);border-radius:var(--radius-md)}
.fleet-range-spec-row strong{font-family:'Archivo Black',sans-serif;font-size:14px}
.fleet-range-spec-row span{font-size:12.5px;color:var(--muted)}
@media (max-width:980px){.fleet-range-wrap{grid-template-columns:1fr}.fleet-range-visual{min-height:260px}}

/* ================= CASE STUDIES (Home) ================= */
.case-studies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.case-study-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--panel-light);transition:transform .25s ease}
.case-study-card:hover{transform:translateY(-4px)}
.case-study-media{height:190px;overflow:hidden}
.case-study-media img{width:100%;height:100%;object-fit:cover}
.case-study-body{padding:26px}
.case-study-body .cs-tag{font-family:'Archivo Black',sans-serif;font-size:11px;color:var(--accent);text-transform:uppercase;margin-bottom:10px;display:block}
.case-study-body h3{font-family:'Archivo Black',sans-serif;font-size:15px;text-transform:none;margin-bottom:6px;line-height:1.3}
.case-study-body p{font-size:13px;color:var(--muted);line-height:1.6}
.case-study-stats{display:flex;gap:14px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}
.case-study-stats div{flex:1}
.case-study-stats strong{display:block;font-family:'Archivo Black',sans-serif;font-size:17px;color:var(--ink)}
.case-study-stats span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.02em}
@media (max-width:900px){.case-studies-grid{grid-template-columns:1fr}}

/* ================= INTERACTIVE PRESENCE (region tabs) ================= */
.presence-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}
.presence-tab{padding:10px 20px;border-radius:9999px;border:1.5px solid var(--line);background:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}
.presence-tab:hover{border-color:var(--ink)}
.presence-tab.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}
.network-pin{transition:opacity .3s ease,transform .3s ease;cursor:default}
.network-pin.is-dim{opacity:.2}
.network-pin.is-live{transform:scale(1.25)}
.network-pin.is-live .p-dot{background:#F5A623;box-shadow:0 0 0 5px rgba(245,166,35,.25)}
.presence-city-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.presence-city-list .city-chip{padding:8px 16px;border-radius:9999px;background:var(--panel-light);font-size:12.5px;font-weight:600;color:var(--ink)}

/* ================= SECTION-GLOW (radial ice-blue tint, white ground) ================= */
.section-glow{
  background-color:var(--paper);
  background-image:
    radial-gradient(1100px 520px at 50% -240px, rgba(143,216,255,.22), transparent 70%),
    radial-gradient(880px 560px at 108% 112%, rgba(42,86,214,.07), transparent 62%),
    radial-gradient(rgba(19,37,57,.05) 1px, transparent 1.5px);
  background-size:auto,auto,26px 26px;
}

/* ================= NAVY-BAND (generic dark full-bleed band) ================= */
.navy-band{
  background-color:var(--panel-dark);
  background-image:
    radial-gradient(900px 460px at 88% -12%, rgba(143,216,255,.13), transparent 62%),
    radial-gradient(760px 460px at -6% 112%, rgba(42,86,214,.30), transparent 62%);
  color:#fff;
}
.navy-band .eyebrow{color:#8FB0FF}
.navy-band h1,.navy-band h2,.navy-band h3,.navy-band h4{color:#fff}
.navy-band p{color:rgba(255,255,255,.72)}
.navy-band .text-link{color:#fff}
.navy-band .btn-black{background:#fff;color:var(--ink)}
.navy-band .btn-black:hover{background:var(--accent-tint);color:var(--ink)}
.navy-band .stats-strip{border-top-color:rgba(255,255,255,.18)}
.navy-band .stats-strip strong{color:var(--frost)}
.navy-band .stats-strip span{color:rgba(255,255,255,.62)}
/* light-background cards keep their own text colors inside navy bands */
.navy-band .advantage-card h4{color:var(--accent)}
.navy-band .advantage-card p{color:var(--muted)}

/* ================= FLEET VEHICLE CARDS (interactive, hover + click modal) ================= */
.fleet-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fleet-vcard{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;background:var(--panel-light);transition:transform .25s ease;border:none;text-align:left;width:100%;padding:0;font:inherit;color:inherit}
.fleet-vcard:hover{transform:translateY(-4px)}
.fleet-vcard .fv-media{position:relative;height:190px;overflow:hidden}
.fleet-vcard .fv-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.fleet-vcard:hover .fv-media img{transform:scale(1.08)}
.fleet-vcard .fv-view{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.94);display:flex;align-items:center;justify-content:center;z-index:2}
.fleet-vcard .fv-view svg{width:15px;height:15px;color:var(--ink)}
.fleet-vcard .fv-body{padding:20px}
.fleet-vcard .fv-body strong{display:block;font-family:'Archivo Black',sans-serif;font-size:16px;text-transform:uppercase;margin-bottom:4px}
.fleet-vcard .fv-body span{font-size:12.5px;color:var(--muted)}
.fleet-vcard .fv-hover{position:absolute;inset:0;background:rgba(19,37,57,.95);color:#fff;padding:22px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:flex;flex-direction:column;justify-content:center;z-index:1}
.fleet-vcard:hover .fv-hover,.fleet-vcard:focus-visible .fv-hover{opacity:1;visibility:visible}
.fleet-vcard .fv-hover h4{font-family:'Archivo Black',sans-serif;font-size:16px;text-transform:uppercase;margin-bottom:4px;color:#fff}
.fleet-vcard .fv-hover .fv-dim{font-size:12px;color:#8FB0FF;margin-bottom:14px}
.fleet-vcard .fv-hover .fv-ideal-label{font-family:'Archivo Black',sans-serif;font-size:10.5px;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:8px;letter-spacing:.04em}
.fleet-vcard .fv-hover ul{display:flex;flex-wrap:wrap;gap:6px}
.fleet-vcard .fv-hover li{font-size:11px;background:rgba(255,255,255,.1);padding:5px 10px;border-radius:9999px}
@media (max-width:900px){.fleet-cards-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.fleet-cards-grid{grid-template-columns:1fr}}

/* ================= FLEET RANGE HEAD (minimal two-tone title, Home) ================= */
.fleet-range-head{text-align:center;margin-bottom:52px}
.fleet-range-head .frh-title{font-family:'Archivo Black',sans-serif;text-transform:none;letter-spacing:0;font-size:clamp(32px,4vw,48px);color:var(--ink)}
.fleet-range-head .frh-title .frh-light{color:var(--muted)}
.fleet-range-head .frh-tag{margin-top:10px;font-size:15.5px;color:var(--muted)}

/* ================= FLEET SPEC STRIP (simple numeric columns, Home) ================= */
.fleet-spec-strip{display:grid;grid-template-columns:repeat(6,1fr);max-width:980px;margin:0 auto}
.fss-col{display:flex;flex-direction:column;align-items:center;text-align:center;padding:6px 10px 0;border-left:1px solid var(--line);transition:background-color .2s ease}
.fss-col:first-child{border-left:none}
.fss-col:hover{background:var(--accent-tint)}
.fss-num{font-family:'Archivo Black',sans-serif;font-size:clamp(30px,3.6vw,46px);color:var(--accent);line-height:1}
.fss-unit{font-family:'Archivo Black',sans-serif;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:6px 0 26px}
.fss-stat{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}
.fss-stat span{font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}
.fss-stat strong{font-family:'Archivo Black',sans-serif;font-size:18px;color:var(--ink)}
.fss-dim{font-size:12.5px;color:var(--muted);padding-bottom:20px}
@media (max-width:900px){.fleet-spec-strip{grid-template-columns:repeat(3,1fr);row-gap:28px}.fss-col:nth-child(3n+1){border-left:none}}
@media (max-width:600px){
  .fleet-range-head{margin-bottom:28px}
  .fleet-range-head .frh-title{font-size:26px}
  .fleet-range-head .frh-tag{font-size:13px}
}

/* ================= FLEET MODAL ================= */
.fleet-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px}
.fleet-modal.is-open{display:flex}
.fleet-modal .fm-backdrop{position:absolute;inset:0;background:rgba(9,15,25,.72)}
.fleet-modal .fm-panel{position:relative;z-index:1;background:#fff;border-radius:var(--radius-lg);max-width:920px;width:100%;max-height:88vh;overflow-y:auto;padding:40px}
.fleet-modal .fm-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:50%;background:var(--panel-light);display:flex;align-items:center;justify-content:center;z-index:2}
.fleet-modal .fm-close svg{width:16px;height:16px}
.fm-head strong{display:block;font-family:'Archivo Black',sans-serif;font-size:22px;text-transform:uppercase}
.fm-head span{font-size:13px;color:var(--muted)}
.fm-section-label{font-family:'Archivo Black',sans-serif;font-size:11px;text-transform:uppercase;color:var(--accent);margin:26px 0 12px;letter-spacing:.03em}
.fm-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.fm-gallery figure{margin:0;border-radius:12px;overflow:hidden}
.fm-gallery img{width:100%;height:120px;object-fit:cover;display:block}
.fm-gallery figcaption{font-size:10.5px;color:var(--muted);padding:6px 2px 0}
.fm-spec-table{width:100%;border-collapse:collapse;margin-top:4px}
.fm-spec-table td{padding:11px 0;border-bottom:1px solid var(--line);font-size:13.5px}
.fm-spec-table td:first-child{color:var(--muted);width:42%}
.fm-spec-table td:last-child{font-weight:700}
.fm-cta{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}
@media (max-width:640px){.fleet-modal .fm-panel{padding:26px 20px}.fm-gallery{grid-template-columns:1fr 1fr}}

/* ================= FOOTER (3-column) ================= */
.footer-3col{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:26px}
.footer-3col .f-brand{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.footer-3col .f-brand img{height:34px;filter:brightness(0) invert(1)}
.footer-3col .f-blurb{font-size:13px;color:rgba(255,255,255,.55);line-height:1.7;max-width:280px}
.footer-3col h4{font-family:'Archivo Black',sans-serif;font-size:11.5px;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:16px;letter-spacing:.04em}
.footer-3col ul{display:flex;flex-direction:column;gap:11px}
.footer-3col a{font-size:13.5px;color:rgba(255,255,255,.82)}
.footer-3col a:hover{color:#fff}
@media (max-width:760px){.footer-3col{grid-template-columns:1fr;gap:28px}}

/* ================= LOGO CLOUD (enhanced with interactions & spacing) ================= */
.logo-cloud{max-width:960px;width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:8px;justify-items:center}
.logo-cloud-tile{background:#fff;display:flex;align-items:center;justify-content:center;padding:20px 16px;aspect-ratio:3/2;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.05);cursor:default;width:100%}
.logo-cloud-tile:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(0,0,0,.12)}
.logo-cloud-tile img{max-height:56px;max-width:140px;width:auto;height:auto;object-fit:contain;transition:filter .3s ease}
.logo-cloud-tile:hover img{filter:brightness(0.85)}
@media (max-width:900px){.logo-cloud{grid-template-columns:repeat(4,1fr);gap:10px;padding:6px}.logo-cloud-tile{padding:18px 14px}.logo-cloud-tile img{max-height:50px;max-width:130px}}
@media (max-width:680px){.logo-cloud{grid-template-columns:repeat(3,1fr);gap:10px}.logo-cloud-tile{padding:16px 12px;aspect-ratio:4/3}.logo-cloud-tile img{max-height:42px;max-width:110px}}
@media (max-width:480px){.logo-cloud{grid-template-columns:repeat(2,1fr);gap:8px;padding:4px}.logo-cloud-tile{padding:14px 10px;aspect-ratio:1/1;width:100%}.logo-cloud-tile img{max-height:34px;max-width:85px}}

/* ================= TESTIMONIALS GRID (dedicated page) ================= */
.testimonials-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.testimonials-page-grid .testi-card{flex:none}
.testimonials-page-grid .testi-body p.q{min-height:0}
@media (max-width:900px){.testimonials-page-grid{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.testimonials-page-grid{grid-template-columns:1fr}}

/* ================= BLUE GLOW BORDERS (site-wide boxes, chips, bubbles) =================
   Constant soft blue glow ring on every card/pill; on hover a blue conic
   highlight sweeps around the border (adapted from the GlowingShadow
   component, recolored to the brand accent + frost). */
@property --glow-angle{syntax:'<angle>';inherits:false;initial-value:0deg}

.trust-card,.industry-card,.diff-card,.solution-card,.fleet-spec-card,.service-row,
.coverage-card,.mv-card,.leader-card,.value-card,.advantage-card,.bento-card,.why-card,
.testi-card,.contact-detail-card,.role-card,.case-study-card,.fleet-vcard,.partner-tile,
.industry-tile,.partner-chip,.tag-chip,.presence-city-list .city-chip,.cov-cities span{
  position:relative;
  box-shadow:0 0 0 1px rgba(42,86,214,.22),0 0 12px rgba(42,86,214,.14),0 4px 22px rgba(143,216,255,.1);
}
.trust-card::after,.industry-card::after,.diff-card::after,.solution-card::after,
.fleet-spec-card::after,.service-row::after,.coverage-card::after,.mv-card::after,
.leader-card::after,.value-card::after,.advantage-card::after,.bento-card::after,
.why-card::after,.testi-card::after,.contact-detail-card::after,.role-card::after,
.case-study-card::after,.fleet-vcard::after,.partner-tile::after,.industry-tile::after,
.partner-chip::after,.tag-chip::after,.presence-city-list .city-chip::after,
.cov-cities span::after{
  content:'';position:absolute;inset:0;border-radius:inherit;padding:1.5px;
  background:conic-gradient(from var(--glow-angle),
    transparent 0turn,rgba(143,216,255,.95) .1turn,#2A56D6 .2turn,
    rgba(42,86,214,.4) .28turn,transparent .38turn,transparent 1turn);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask-composite:exclude;
  opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:1;
}
.trust-card:hover::after,.industry-card:hover::after,.diff-card:hover::after,
.solution-card:hover::after,.fleet-spec-card:hover::after,.service-row:hover::after,
.coverage-card:hover::after,.mv-card:hover::after,.leader-card:hover::after,
.value-card:hover::after,.advantage-card:hover::after,.bento-card:hover::after,
.why-card:hover::after,.testi-card:hover::after,.contact-detail-card:hover::after,
.role-card:hover::after,.case-study-card:hover::after,.fleet-vcard:hover::after,
.partner-tile:hover::after,.industry-tile:hover::after,.partner-chip:hover::after,
.tag-chip:hover::after,.presence-city-list .city-chip:hover::after,
.cov-cities span:hover::after{
  opacity:1;animation:glow-sweep 2.4s linear infinite;
}
.trust-card:hover,.industry-card:hover,.diff-card:hover,.solution-card:hover,
.fleet-spec-card:hover,.service-row:hover,.coverage-card:hover,.mv-card:hover,
.leader-card:hover,.value-card:hover,.advantage-card:hover,.bento-card:hover,
.why-card:hover,.testi-card:hover,.contact-detail-card:hover,.role-card:hover,
.case-study-card:hover,.fleet-vcard:hover,.partner-tile:hover,.industry-tile:hover,
.partner-chip:hover,.tag-chip:hover,.presence-city-list .city-chip:hover,
.cov-cities span:hover{
  box-shadow:0 0 0 1px rgba(42,86,214,.45),0 0 22px rgba(42,86,214,.3),0 0 46px rgba(143,216,255,.18);
}
@keyframes glow-sweep{to{--glow-angle:1turn}}

/* circular bubbles that are absolutely positioned or too small for a ring
   overlay get the shadow glow only */
.icon-round,.s-icon,.tile-icon,.leader-avatar,.testi-avatar,.collage-stat{
  box-shadow:0 0 0 1px rgba(42,86,214,.28),0 0 12px rgba(42,86,214,.2),0 0 24px rgba(143,216,255,.14);
}
@media (prefers-reduced-motion:reduce){
  .trust-card::after,.industry-card::after,.diff-card::after,.solution-card::after,
  .fleet-spec-card::after,.service-row::after,.coverage-card::after,.mv-card::after,
  .leader-card::after,.value-card::after,.advantage-card::after,.bento-card::after,
  .why-card::after,.testi-card::after,.contact-detail-card::after,.role-card::after,
  .case-study-card::after,.fleet-vcard::after,.partner-tile::after,.industry-tile::after,
  .partner-chip::after,.tag-chip::after,.presence-city-list .city-chip::after,
  .cov-cities span::after{animation:none}
}

/* ================= SCROLL EFFECTS & ANIMATION PASS ================= */
/* top scroll progress bar (element injected by main.js) */
#scrollProgress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--accent),#8FD8FF);z-index:400;pointer-events:none}

/* sticky nav with frosted glass + shadow once scrolled */
header.site-nav{position:sticky;top:0;z-index:120;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:box-shadow .3s ease,padding .3s ease}
header.site-nav.scrolled{box-shadow:0 10px 34px rgba(9,17,29,.1);padding-top:12px;padding-bottom:12px}

/* staggered child reveals for the big card grids */
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal > *{opacity:0;transform:translateY(26px);transition:opacity .65s cubic-bezier(.215,.61,.355,1),transform .65s cubic-bezier(.215,.61,.355,1)}
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal.in > *{opacity:1;transform:translateY(0)}
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal.in > :nth-child(2){transition-delay:.08s}
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal.in > :nth-child(3){transition-delay:.16s}
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal.in > :nth-child(4){transition-delay:.24s}
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal.in > :nth-child(5){transition-delay:.32s}
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal.in > :nth-child(6){transition-delay:.4s}
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal.in > :nth-child(7){transition-delay:.48s}
:is(.why-grid,.advantage-grid,.fleet-cards-grid,.fleet-spec-strip,.coverage-grid,.bento,.testimonials-page-grid,.industries-strip,.values-grid,.mv-grid,.leadership-grid,.differentiators-grid,.contact-detail-grid,.fleet-specs-grid).reveal.in > :nth-child(8){transition-delay:.56s}

/* slow ken-burns zoom on active hero banner slides - REMOVED */

/* hero video slide: text cascades up on activation */
@keyframes riseIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.hero-slide.is-active .slide-content .eyebrow{animation:riseIn .7s cubic-bezier(.215,.61,.355,1) .1s both}
.hero-slide.is-active .slide-content h2{animation:riseIn .7s cubic-bezier(.215,.61,.355,1) .22s both}
.hero-slide.is-active .slide-content p{animation:riseIn .7s cubic-bezier(.215,.61,.355,1) .34s both}
.hero-slide.is-active .slide-content .cta-pair{animation:riseIn .7s cubic-bezier(.215,.61,.355,1) .46s both}

/* subpage hero images get parallax headroom (translate set by main.js) */
.page-hero img{will-change:transform}

/* ================= MICRO-INTERACTIONS PASS 2 ================= */
/* section headings cascade in: eyebrow -> title -> paragraph */
.section-head.reveal > *,.fleet-range-head.reveal > *{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1)}
.section-head.reveal.in > *,.fleet-range-head.reveal.in > *{opacity:1;transform:translateY(0)}
.section-head.reveal.in > :nth-child(2),.fleet-range-head.reveal.in > :nth-child(2){transition-delay:.12s}
.section-head.reveal.in > :nth-child(3){transition-delay:.24s}

/* sheen sweep across primary buttons on hover */
.btn{position:relative;overflow:hidden}
.btn::before{content:'';position:absolute;top:0;bottom:0;left:-80%;width:50%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-20deg);transition:left .55s ease}
.btn:hover::before{left:130%}

/* circular icons tilt when their card is hovered */
.s-icon,.tile-icon,.b-ico,.icon-round{transition:transform .22s ease}
:is(.industry-card,.solution-card,.service-row,.why-card,.value-card):hover .s-icon,
.industry-tile:hover .tile-icon,
.bento-card:hover .b-ico{transform:rotate(-8deg) scale(1.1)}

/* active hero dot stretches */
.hero-dot{transition:background-color .25s ease,width .25s ease}
.hero-dot.is-active{width:52px}

/* journey timeline node fires a ring burst when passed */
@keyframes nodePing{from{transform:scale(1);opacity:.7}to{transform:scale(2.4);opacity:0}}
.jtl-node::before{content:'';position:absolute;inset:0;border-radius:50%;border:2px solid var(--accent);opacity:0}
.jtl-entry.is-passed .jtl-node::before{animation:nodePing .9s cubic-bezier(.215,.61,.355,1) 1}

/* footer links: underline slides in */
.footer-3col ul a{position:relative}
.footer-3col ul a::after{content:'';position:absolute;left:0;bottom:-3px;height:1.5px;width:0;background:var(--frost);transition:width .25s ease}
.footer-3col ul a:hover::after{width:100%}

/* ================= PROFESSIONAL ANIMATION PASS 3 ================= */
/* masked word-by-word heading reveal (words injected by main.js) */
.wrd{display:inline-block;overflow:hidden;vertical-align:bottom}
.wrd-i{display:inline-block;transform:translateY(115%);transition:transform .75s cubic-bezier(.215,.61,.355,1)}
.section-head.reveal.in .wrd-i{transform:translateY(0)}
.section-head.reveal > h2.split{opacity:1;transform:none;transition:none}

/* cinematic curtain wipe on feature images */
.reveal :is(.bento-photo,.case-study-media,.testi-media,.collage-a,.collage-b,.fleet-media,.process-media) img{clip-path:inset(0 100% 0 0);transition:clip-path .9s cubic-bezier(.77,0,.175,1) .2s}
.reveal.in :is(.bento-photo,.case-study-media,.testi-media,.collage-a,.collage-b,.fleet-media,.process-media) img{clip-path:inset(0 0 0 0)}

/* staggered sub-points inside revealed solution details (Solutions pages) */
.solution-detail.reveal .sub-points-grid > *{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1)}
.solution-detail.reveal.in .sub-points-grid > *{opacity:1;transform:translateY(0)}
.solution-detail.reveal.in .sub-points-grid > :nth-child(2){transition-delay:.08s}
.solution-detail.reveal.in .sub-points-grid > :nth-child(3){transition-delay:.16s}
.solution-detail.reveal.in .sub-points-grid > :nth-child(4){transition-delay:.24s}
/* tag chips pop in after the sub-points */
.solution-detail.reveal .applicable-tags > *{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
.solution-detail.reveal.in .applicable-tags > *{opacity:1;transform:translateY(0)}
.solution-detail.reveal.in .applicable-tags > :nth-child(2){transition-delay:.06s}
.solution-detail.reveal.in .applicable-tags > :nth-child(3){transition-delay:.12s}
.solution-detail.reveal.in .applicable-tags > :nth-child(4){transition-delay:.18s}
.solution-detail.reveal.in .applicable-tags > :nth-child(5){transition-delay:.24s}
/* ============================================================ FLEET SPECS CARDS (NEW DESIGN) ============================================================ */

.fleet-specs-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto 40px;
}

.fleet-spec-card-new {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font: inherit;
  color: inherit;
  overflow: hidden;
}

.fleet-spec-card-new:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 12px rgba(0, 82, 204, 0.15);
  transform: translateY(-4px);
}

.fleet-spec-card-new .fsc-image {
  width: 100%;
  height: 120px;
  overflow: hidden;
  background: var(--panel-light);
}

.fleet-spec-card-new .fsc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.fleet-spec-card-new:hover .fsc-image img {
  transform: scale(1.05);
}

.fleet-spec-card-new .fsc-size {
  font-family: 'Archivo Black', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--accent);
  margin: 16px 0 4px;
  line-height: 1;
}

.fleet-spec-card-new .fsc-unit {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  font-weight: 500;
  margin-bottom: 12px;
}

.fleet-spec-card-new .fsc-payload-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 4px;
}

.fleet-spec-card-new .fsc-payload {
  font-family: 'Archivo Black', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1;
}

.fleet-spec-card-new .fsc-dims {
  font-size: 12px;
  color: var(--text-secondary);
  padding: 0 12px 16px;
  font-weight: 500;
}

/* Responsive - Fleet Specs */
@media (max-width: 1200px) {
  .fleet-specs-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}

@media (max-width: 900px) {
  .fleet-specs-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .fleet-spec-card-new .fsc-size {
    font-size: 28px;
  }

  .fleet-spec-card-new .fsc-payload {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .fleet-specs-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .fleet-spec-card-new {
    padding-bottom: 12px;
  }

  .fleet-spec-card-new .fsc-size {
    font-size: 24px;
    margin: 12px 0 2px;
  }

  .fleet-spec-card-new .fsc-payload {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .fleet-spec-card-new .fsc-dims {
    font-size: 11px;
    padding: 0 10px 12px;
  }
}

@media (max-width: 480px) {
  .fleet-specs-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Cargo Specifications Table in Modal */
.fm-specs-cargo-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.fm-specs-cargo-table thead {
  background: var(--panel-light);
}

.fm-specs-cargo-table th,
.fm-specs-cargo-table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 13.5px;
  border-bottom: 1px solid var(--border);
}

.fm-specs-cargo-table th {
  font-family: 'Archivo Black', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text-primary);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.fm-specs-cargo-table td:first-child {
  color: var(--text-secondary);
  font-weight: 500;
  width: 40%;
}

.fm-specs-cargo-table td:last-child {
  color: var(--text-primary);
  font-weight: 600;
}

.fm-specs-cargo-table tbody tr:last-child td {
  border-bottom: none;
}


/* Cargo Information on Fleet Cards */
.fsc-cargo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  padding: 12px;
  background: var(--panel-light);
  border-top: 1px solid var(--border);
  margin-top: auto;
}

.cargo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.cargo-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text-secondary);
  font-weight: 600;
  line-height: 1.2;
}

.cargo-value {
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: var(--accent);
}

@media (max-width: 900px) {
  .fsc-cargo {
    padding: 10px;
    gap: 6px;
  }

  .cargo-label {
    font-size: 8px;
  }

  .cargo-value {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .fsc-cargo {
    padding: 8px;
    gap: 4px;
  }

  .cargo-label {
    font-size: 7px;
  }

  .cargo-value {
    font-size: 11px;
  }
}