:root{
  --blue:#0b63e6;--blue2:#1b78ff;--navy:#071c42;--navy2:#0a2f69;--text:#10203d;
  --muted:#63708a;--soft:#dfe9f5;--line:#dbe4ef;--white:#fff;--shadow:0 24px 70px rgba(9,33,78,.13);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#dfe9f5}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:fixed;top:0;left:0;right:0;z-index:40;background:rgba(5,21,50,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{height:82px;display:flex;align-items:center;gap:34px}.brand{width:210px;height:56px;overflow:hidden;border-radius:10px;background:#0a1f48;display:flex;align-items:center}
.brand img{width:100%;height:100%;object-fit:cover;object-position:center}.desktop-nav{display:flex;gap:28px;margin-left:auto}
.desktop-nav a{color:#d8e3f7;font-size:14px;font-weight:600}.desktop-nav a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:12px}
#language{background:#102a58;color:white;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:12px;font-weight:700;transition:.2s;border:1px solid transparent;cursor:pointer}
.btn.small{padding:11px 16px;font-size:13px}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 10px 28px rgba(11,99,230,.28)}
.btn-primary:hover{transform:translateY(-1px)}.btn-ghost{color:#fff;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.06)}
.menu-btn{display:none;background:none;border:0;color:white;font-size:24px}.mobile-nav{display:none;background:#071c42;padding:16px 20px}.mobile-nav a{display:block;color:#fff;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.hero{position:relative;min-height:820px;display:flex;align-items:center;overflow:hidden;background:#061736}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,17,43,.94) 0%,rgba(6,23,54,.78) 38%,rgba(6,23,54,.12) 76%,rgba(6,23,54,.2) 100%);z-index:1}
.hero-content{position:relative;z-index:2;padding-top:110px;color:white}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.23em;text-transform:uppercase;color:#b8d8ff;margin-bottom:18px}.eyebrow.blue{color:var(--blue)}
h1,h2,h3{font-family:Manrope,Inter,sans-serif;margin:0}h1{font-size:clamp(48px,6vw,82px);line-height:.98;max-width:760px;letter-spacing:-.04em}
.hero-content>p{font-size:20px;line-height:1.65;max-width:660px;color:#dbe7fb;margin:26px 0 30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-stats{display:flex;gap:46px;margin-top:62px;border-top:1px solid rgba(255,255,255,.18);padding-top:24px;max-width:800px}.hero-stats div{display:grid;gap:4px}.hero-stats strong{font-size:24px}.hero-stats span{color:#afbed8;font-size:13px}
.trust-strip{background:linear-gradient(180deg,#0b285b 0%,#10366f 100%);border-bottom:1px solid rgba(255,255,255,.10);color:white}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:28px 26px;border-right:1px solid rgba(255,255,255,.10);position:relative}.trust-grid>div:last-child{border-right:0}
.trust-grid span{font-size:11px;color:#62a8ff;font-weight:800}.trust-grid b{display:block;margin:8px 0;font-size:16px}.trust-grid p{margin:0;color:#bfd0e8;font-size:13px;line-height:1.55}
.section{padding:110px 0;background:#e7eef7}.split-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.image-card img{border-radius:24px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}
.content-card h2,.section-head h2,.ops-grid h2,.quote-grid h2,.contact-grid h2{font-size:clamp(38px,4vw,58px);line-height:1.05;letter-spacing:-.035em}
.content-card p,.section-head p,.ops-grid p,.quote-grid>div>p,.contact-grid>div>p{font-size:17px;line-height:1.75;color:var(--muted)}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}.check-grid div{font-weight:700}.check-grid div::first-letter{color:var(--blue)}
.section-soft{background:linear-gradient(180deg,#d7e4f2 0%,#cbdced 100%)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px}.section-head>div{max-width:720px}.section-head>p{max-width:420px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:#f3f7fc;border:1px solid #c5d5e7;border-radius:20px;padding:28px;min-height:240px;box-shadow:0 14px 40px rgba(10,40,90,.06)}
.service-card .icon{width:48px;height:48px;border-radius:14px;background:#eaf3ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:25px;margin-bottom:28px}
.service-card h3{font-size:21px}.service-card p{color:var(--muted);line-height:1.65}
.fleet-section{background:linear-gradient(180deg,#071c42 0,#0b285b 100%);color:white}.section-head.light p{color:#bed0ec}.fleet-showcase{margin-top:20px;background:white;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.fleet-showcase>img{width:100%;height:520px;object-fit:cover}.fleet-specs{display:grid;grid-template-columns:repeat(4,1fr);color:var(--text)}.fleet-specs div{padding:24px;border-right:1px solid var(--line);display:grid;gap:4px}.fleet-specs div:last-child{border-right:0}
.fleet-specs span{font-size:11px;color:var(--blue);font-weight:800}.fleet-specs b{font-size:24px}.fleet-specs small{color:var(--muted)}.fineprint{color:#9eb3d2;font-size:12px}
.ops-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.ops-image img{border-radius:24px;box-shadow:var(--shadow);aspect-ratio:16/10;object-fit:cover}.text-link{color:var(--blue);font-weight:800}
.careers{padding-top:20px}.careers-box{background:linear-gradient(135deg,var(--blue),#0b3f9d);border-radius:28px;color:white;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:40px}.careers-box h2{font-size:44px}.careers-box p{max-width:690px;color:#dce9ff;line-height:1.7}.btn-light{background:white;color:var(--navy)}
.quote-section{background:linear-gradient(180deg,#d7e4f2,#edf3f9)}.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.contact-mini{display:grid;gap:10px;margin-top:24px}.contact-mini a{font-weight:800;color:var(--blue)}
.quote-form{background:#f4f8fc;border:1px solid #c7d6e7;border-radius:24px;padding:28px;box-shadow:0 16px 50px rgba(10,40,90,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.quote-form input,.quote-form textarea{width:100%;padding:15px 16px;border:1px solid #d9e2ee;border-radius:12px;font:inherit;margin-bottom:14px;outline:none}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,99,230,.08)}
.quote-form button{width:100%}.quote-form small{display:block;color:var(--muted);margin-top:12px;line-height:1.5}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.contact-card{border:1px solid var(--line);border-radius:22px;overflow:hidden}.contact-card div{padding:22px 24px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.contact-card div:last-child{border-bottom:0}.contact-card span{color:var(--muted)}.contact-card a{font-weight:800;color:var(--blue)}
footer{background:#06142f;color:#aebfdb;padding:40px 0}.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:40px;align-items:center}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:110px;height:54px;object-fit:cover;border-radius:8px}.footer-brand p{color:white;font-weight:800}.footer-links{display:flex;gap:18px;font-size:13px}.footer-copy{font-size:12px}
@media(max-width:900px){.desktop-nav,.nav-actions .small{display:none}.menu-btn{display:block}.nav-wrap{height:72px}.brand{width:170px;height:48px}.hero{min-height:760px}.hero-overlay{background:linear-gradient(180deg,rgba(4,17,43,.86),rgba(4,17,43,.64))}
.hero-content{padding-top:100px}.hero-stats{gap:22px;flex-wrap:wrap}.trust-grid{grid-template-columns:1fr 1fr}.split-grid,.ops-grid,.quote-grid,.contact-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.fleet-showcase>img{height:360px}.fleet-specs{grid-template-columns:1fr 1fr}.careers-box{flex-direction:column;align-items:flex-start}.section-head{display:block}.section-head>p{max-width:none}.footer-grid{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.section{padding:78px 0}.hero{min-height:720px}.hero-content>p{font-size:17px}.hero-stats strong{font-size:20px}.trust-grid,.cards,.fleet-specs,.form-row,.check-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.fleet-showcase>img{height:280px}.careers-box{padding:34px}.careers-box h2{font-size:34px}.contact-card div{flex-direction:column}.footer-links{gap:12px}}

/* ---- V2 visual direction: less white, stronger brand atmosphere ---- */
#about{background:linear-gradient(135deg,#e3edf7 0%,#cbdced 100%)}
#about .content-card{background:rgba(247,250,253,.68);border:1px solid rgba(111,145,184,.25);padding:38px;border-radius:24px;box-shadow:0 18px 50px rgba(9,33,78,.08)}
#services{position:relative;overflow:hidden}
#services:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(24,112,235,.08);right:-180px;top:-260px}
#services .container{position:relative}
.fleet-section{border-top:8px solid #1b78ff;border-bottom:8px solid #1b78ff}
.operations{background:linear-gradient(135deg,#dbe7f3 0%,#c5d8ea 100%)}
.operations .ops-grid>div:last-child{background:rgba(246,249,253,.72);padding:38px;border-radius:24px;border:1px solid rgba(111,145,184,.25)}
.careers{background:#d5e2ef!important;padding-top:40px!important}
.quote-section{border-top:1px solid #bdcee1}
.contact-section{background:linear-gradient(180deg,#d5e2ef 0%,#bfcfe0 100%)}
.contact-card{background:rgba(246,249,253,.72);border-color:#b7c9dd}
.contact-card div{border-color:#c2d1e2}
footer{border-top:5px solid #1b78ff}
.section-head h2,.content-card h2,.ops-grid h2,.quote-grid h2,.contact-grid h2{color:#0a234d}
.fleet-section .section-head h2{color:white}
@media(max-width:560px){
  #about .content-card,.operations .ops-grid>div:last-child{padding:24px}
}

/* =========================
   V3 — premium refinement
   ========================= */
:root{
  --navy:#071a3d;
  --navy2:#0b285b;
  --brand:#1674ff;
  --ink:#091d3e;
  --muted2:#526b89;
}
html{scroll-behavior:smooth}
body{letter-spacing:-.01em}
.container{max-width:1240px}
.header{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.header-inner{min-height:78px}
.logo img{filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
.nav a{position:relative}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:#4a9cff;transition:.25s}
.nav a:hover:after{right:0}
.hero{min-height:760px}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(180deg,transparent,rgba(5,19,48,.46));pointer-events:none}
.hero-content{max-width:760px}
.hero h1{font-size:clamp(52px,6.2vw,88px);line-height:.98;letter-spacing:-.055em;max-width:900px;text-wrap:balance}
.hero p{font-size:18px;max-width:660px;line-height:1.75}
.eyebrow{letter-spacing:.18em}
.btn{min-height:50px;padding:0 24px;border-radius:10px;transition:transform .22s,box-shadow .22s,background .22s}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(17,104,235,.22)}
.hero-stats{margin-top:50px}
.hero-stats>div{padding-right:34px}
.hero-stats strong{font-size:27px;letter-spacing:-.03em}

.trust-grid{gap:0}
.trust-grid>div{min-height:150px;display:flex;flex-direction:column;justify-content:center}
.trust-grid strong{font-size:17px;margin:7px 0 6px}

.section{padding:124px 0}
.section-head{margin-bottom:52px}
.section-head h2,.content-card h2,.ops-grid h2,.quote-grid h2,.contact-grid h2{
  font-size:clamp(38px,4.5vw,62px);line-height:1.04;letter-spacing:-.045em
}
.section-head p{max-width:690px;font-size:17px;line-height:1.75;color:var(--muted2)}

.service-grid{gap:18px}
.service-card{border-radius:20px;padding:32px;min-height:250px;box-shadow:0 16px 45px rgba(7,26,61,.06);transition:.25s}
.service-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(7,26,61,.12);border-color:#9ebbe0}
.service-card h3{font-size:22px;letter-spacing:-.025em}
.service-card p{line-height:1.7}

.fleet-section{padding-top:120px;padding-bottom:120px}
.fleet-grid{gap:18px}
.fleet-card{overflow:hidden;border-radius:20px;box-shadow:0 22px 55px rgba(0,0,0,.18)}
.fleet-card img{transition:transform .55s ease}
.fleet-card:hover img{transform:scale(1.035)}
.fleet-card .overlay{background:linear-gradient(180deg,transparent 28%,rgba(3,15,38,.92))}
.fleet-card h3{font-size:25px}

.ops-grid{gap:70px;align-items:center}
.ops-grid img{border-radius:24px;box-shadow:0 28px 70px rgba(7,26,61,.18)}
.content-card,.operations .ops-grid>div:last-child{box-shadow:0 22px 55px rgba(7,26,61,.08)}

.career-banner{border-radius:24px;overflow:hidden;box-shadow:0 26px 65px rgba(7,26,61,.14)}
.quote-form{border-radius:24px;box-shadow:0 22px 55px rgba(7,26,61,.09)}
.quote-form input,.quote-form textarea,.quote-form select{border-radius:10px}
.contact-card{border-radius:20px}
footer{padding-top:64px}

@media(max-width:900px){
  .hero{min-height:680px}
  .hero h1{font-size:clamp(46px,10vw,68px)}
  .section{padding:88px 0}
  .ops-grid{gap:32px}
}
@media(max-width:560px){
  .hero{min-height:640px}
  .hero h1{font-size:44px}
  .hero p{font-size:16px}
  .hero-stats{gap:18px}
  .section{padding:72px 0}
  .service-card{min-height:auto}
}

/* =========================
   V4 — motion + premium power
   ========================= */
body{overflow-x:hidden}
.site-header{
  background:linear-gradient(180deg,rgba(5,18,43,.94),rgba(5,18,43,.76));
  border-bottom:1px solid rgba(255,255,255,.08)
}
.site-header.scrolled{
  background:rgba(5,18,43,.96);
  box-shadow:0 14px 42px rgba(2,12,30,.24)
}

/* cinematic hero */
.hero{overflow:hidden;isolation:isolate}
.hero-img{
  transform:scale(1.055);
  animation:heroCinematic 18s ease-in-out infinite alternate;
  will-change:transform;
}
@keyframes heroCinematic{
  from{transform:scale(1.055) translate3d(0,0,0)}
  to{transform:scale(1.11) translate3d(-1.4%,.8%,0)}
}
.hero-overlay{
  background:
    radial-gradient(circle at 75% 42%,rgba(18,113,255,.14),transparent 34%),
    linear-gradient(90deg,rgba(4,17,43,.96) 0%,rgba(5,21,52,.80) 39%,rgba(5,21,52,.26) 67%,rgba(5,21,52,.08) 100%);
}
.hero-content{position:relative;z-index:4}
.hero-content>*{
  opacity:0;
  transform:translateY(24px);
  animation:heroEnter .9s cubic-bezier(.2,.7,.2,1) forwards;
}
.hero-content .eyebrow{animation-delay:.12s}
.hero-content h1{animation-delay:.25s}
.hero-content>p{animation-delay:.40s}
.hero-actions{animation-delay:.55s}
.hero-stats{animation-delay:.70s}
@keyframes heroEnter{to{opacity:1;transform:none}}

.hero-route{
  position:absolute;
  right:-2%;
  top:14%;
  width:min(58vw,900px);
  height:58%;
  z-index:3;
  opacity:.48;
  pointer-events:none;
  filter:drop-shadow(0 0 18px rgba(35,131,255,.25));
}
.hero-route svg{width:100%;height:100%;overflow:visible}
.hero-route path{fill:none;stroke-linecap:round}
.route-base{stroke:rgba(255,255,255,.10);stroke-width:1.2}
.route-live{
  stroke:#4c9dff;stroke-width:2.2;
  stroke-dasharray:10 16;
  animation:routeMove 8s linear infinite;
}
@keyframes routeMove{to{stroke-dashoffset:-208}}
.route-dot{
  position:absolute;width:7px;height:7px;border-radius:50%;
  background:#8fc3ff;box-shadow:0 0 0 6px rgba(67,148,255,.10),0 0 22px #3f93ff;
}
.dot-a{left:40%;top:50%;animation:pulseDot 2.6s ease-in-out infinite}
.dot-b{left:70%;top:22%;animation:pulseDot 2.6s .8s ease-in-out infinite}
.dot-c{left:22%;top:72%;animation:pulseDot 2.6s 1.5s ease-in-out infinite}
@keyframes pulseDot{50%{transform:scale(1.55);opacity:.55}}

/* moving brand rail */
.impact-rail{
  background:#1674ff;
  color:#fff;
  height:54px;
  overflow:hidden;
  display:flex;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(0,0,0,.12);
}
.impact-track{
  display:flex;align-items:center;gap:24px;white-space:nowrap;
  font-size:11px;font-weight:800;letter-spacing:.19em;
  min-width:max-content;
  animation:impactTicker 27s linear infinite;
}
.impact-track i{font-style:normal;opacity:.55}
@keyframes impactTicker{to{transform:translateX(-50%)}}

/* scroll reveal */
.reveal{
  opacity:0;
  transform:translateY(42px);
  transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-visible{opacity:1;transform:none}
.reveal-left{transform:translateX(-48px)}
.reveal-right{transform:translateX(48px)}
.reveal-left.is-visible,.reveal-right.is-visible{transform:none}

/* stronger premium cards */
.service-card{position:relative;overflow:hidden}
.service-card:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(22,116,255,.10),transparent 45%);
  opacity:0;transition:.3s
}
.service-card:hover:before{opacity:1}
.service-card .icon{
  transition:transform .3s ease,background .3s ease,color .3s ease;
}
.service-card:hover .icon{transform:translateY(-4px) rotate(-5deg)}

/* parallax image treatment */
.image-card,.ops-image,.fleet-showcase{overflow:hidden}
.image-card img,.ops-image img,.fleet-showcase>img{
  will-change:transform;
  transition:transform .12s linear;
}

/* fleet: depth and spotlight */
.fleet-showcase{position:relative}
.fleet-showcase:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(3,15,38,.38),transparent 45%,rgba(22,116,255,.12));
}
.fleet-specs{z-index:2}
.fleet-specs>div{
  backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);
  background:rgba(5,23,55,.72)!important;
  border-color:rgba(255,255,255,.10)!important;
}

/* premium statement */
.power-statement{
  position:relative;
  overflow:hidden;
  background:#051531;
  color:white;
  padding:130px 0 120px;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.power-statement:before{
  content:"";position:absolute;inset:0;
  background:
   linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
   linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent);
}
.power-glow{
  position:absolute;width:700px;height:700px;border-radius:50%;
  right:-240px;top:-340px;
  background:radial-gradient(circle,rgba(22,116,255,.26),rgba(22,116,255,0) 65%);
}
.power-inner{position:relative;z-index:2}
.power-kicker{font-size:11px;font-weight:800;letter-spacing:.22em;color:#6eb0ff;margin-bottom:26px}
.power-line{
  display:flex;gap:22px;flex-wrap:wrap;
  font-family:Manrope,Inter,sans-serif;
  font-weight:800;
  font-size:clamp(54px,7vw,98px);
  line-height:.95;letter-spacing:-.065em;
}
.power-line span{display:inline-block}
.power-line span:not(:last-child):after{content:" /";color:#1674ff}
.power-statement p{
  margin:34px 0 0;max-width:700px;color:#b7c8df;
  font-size:18px;line-height:1.7
}

/* cursor-reactive glow for desktop */
@media (hover:hover){
  .service-card{
    --mx:50%;--my:50%;
    background:
      radial-gradient(circle at var(--mx) var(--my),rgba(22,116,255,.10),transparent 34%),
      #f3f7fc;
  }
}

/* accessibility / reduced motion */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}

@media(max-width:900px){
  .hero-route{width:86vw;right:-28%;top:18%;opacity:.28}
  .power-statement{padding:90px 0 84px}
  .power-line{gap:12px}
}
@media(max-width:560px){
  .hero-route{display:none}
  .impact-rail{height:44px}
  .impact-track{font-size:9px;gap:18px}
  .power-line span{width:100%}
  .power-line span:not(:last-child):after{content:""}
}

/* =========================
   V4.1 — requested refinements
   ========================= */

/* Wider header working area: keeps the logo stable while moving navigation/actions right. */
.site-header .container.nav-wrap{
  width:min(calc(100% - 44px),1460px);
  max-width:1460px;
}
.desktop-nav{
  margin-left:clamp(90px,9vw,180px);
  gap:30px;
}
.nav-actions{
  margin-left:auto;
  gap:10px;
}
#language{
  min-width:64px;
  height:44px;
  padding:0 11px;
  background:rgba(16,42,88,.82);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}
.nav-actions .btn.small{
  min-height:44px;
  padding-left:18px;
  padding-right:18px;
}

/* Ticker: glass-like blue with soft transparent/faded edges. */
.impact-rail{
  position:relative;
  width:calc(100% - 34px);
  margin-left:auto;
  margin-right:auto;
  background:linear-gradient(
    90deg,
    rgba(22,116,255,0) 0%,
    rgba(22,116,255,.48) 4%,
    rgba(22,116,255,.82) 13%,
    rgba(22,116,255,.82) 87%,
    rgba(22,116,255,.48) 96%,
    rgba(22,116,255,0) 100%
  );
  border-top:1px solid rgba(120,184,255,.18);
  border-bottom:1px solid rgba(3,21,51,.18);
  box-shadow:
    0 12px 28px rgba(4,25,64,.16),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.impact-rail:before,
.impact-rail:after{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  width:80px;
  pointer-events:none;
}
.impact-rail:before{
  left:0;
  background:linear-gradient(90deg,rgba(4,22,53,.18),transparent);
}
.impact-rail:after{
  right:0;
  background:linear-gradient(270deg,rgba(4,22,53,.18),transparent);
}

@media(max-width:1100px){
  .site-header .container.nav-wrap{width:min(calc(100% - 28px),1320px)}
  .desktop-nav{margin-left:auto;gap:20px}
  .nav-actions{margin-left:18px}
}
@media(max-width:900px){
  .site-header .container.nav-wrap{width:min(calc(100% - 28px),1180px)}
  .nav-actions{margin-left:auto}
}

/* V4.2 — approved fleet visual + header alignment */
@media(min-width:1101px){
  .site-header .container.nav-wrap{
    width:min(calc(100% - 28px),1540px);
    max-width:1540px;
  }
  .desktop-nav{
    margin-left:clamp(130px,12vw,235px);
  }
  .nav-actions{
    margin-left:auto;
  }
}

/* Present the approved lineup as a wide, powerful fleet image. */
.fleet-showcase>img[src*="fleet-premium-lineup"]{
  width:100%;
  height:auto;
  min-height:560px;
  object-fit:cover;
  object-position:center 62%;
}
@media(max-width:900px){
  .fleet-showcase>img[src*="fleet-premium-lineup"]{
    min-height:420px;
  }
}

/* V4.3 exact approved fleet image */
.fleet-section .container{width:min(calc(100% - 56px),1500px);max-width:1500px;}
.fleet-showcase{overflow:hidden;border-radius:24px;}
.fleet-showcase>img[src*="fleet-approved-wide"]{display:block;width:100%;height:auto;min-height:0;object-fit:contain;transform:scale(1);transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .6s ease;will-change:transform;}
.fleet-showcase:hover>img[src*="fleet-approved-wide"]{transform:scale(1.025);filter:brightness(1.04) contrast(1.02);}
@media(max-width:900px){.fleet-section .container{width:min(calc(100% - 28px),1500px);}}
@media(prefers-reduced-motion:reduce){.fleet-showcase>img[src*="fleet-approved-wide"]{transition:none}.fleet-showcase:hover>img[src*="fleet-approved-wide"]{transform:none}}

/* V4.6 — clean approved convoy photo behind real website UI */
.hero{
  position:relative;
  overflow:hidden;
  background:#06162e;
}
.hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  opacity:1;
  filter:brightness(.72) saturate(1.02) contrast(1.05);
  transform:scale(1.01);
  transition:transform 7s ease, filter .65s ease;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,15,35,.96) 0%,rgba(3,15,35,.86) 29%,rgba(3,15,35,.50) 49%,rgba(3,15,35,.12) 72%,rgba(3,15,35,.08) 100%),
    linear-gradient(0deg,rgba(3,15,35,.50) 0%,transparent 40%);
}
.hero-content{
  position:relative;
  z-index:3;
}
.hero:hover .hero-img{
  transform:scale(1.035);
  filter:brightness(.76) saturate(1.05) contrast(1.05);
}
@media(max-width:900px){
  .hero-img{object-position:62% center}
  .hero::before{
    background:linear-gradient(90deg,rgba(3,15,35,.94),rgba(3,15,35,.58));
  }
}
@media(prefers-reduced-motion:reduce){
  .hero-img,.hero:hover .hero-img{transition:none;transform:none}
}

/* V4.7 — keep approved hero image; shift content left; transparent logo */
@media(min-width:901px){
  .hero-content{
    width:min(calc(100% - 36px),1260px);
    max-width:1260px;
    margin-left:18px;
    margin-right:auto;
  }
}

/* Remove the old dark logo tile completely */
.brand{
  width:220px;
  height:58px;
  overflow:visible;
  border-radius:0;
  background:transparent !important;
  box-shadow:none !important;
}
.brand img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
  background:transparent;
  border-radius:0;
}

@media(max-width:900px){
  .brand{
    width:178px;
    height:48px;
  }
}

/* V4.8 — requested homepage refinements */

/* 1) Clean logo without background tile */
.brand{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  overflow:visible !important;
}
.brand img{
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  object-fit:contain;
}

/* 2) Show more of the main hero photo on the left */
.hero::before{
  background:
    linear-gradient(
      90deg,
      rgba(3,15,35,.76) 0%,
      rgba(3,15,35,.64) 24%,
      rgba(3,15,35,.42) 43%,
      rgba(3,15,35,.14) 67%,
      rgba(3,15,35,.05) 100%
    ),
    linear-gradient(
      0deg,
      rgba(3,15,35,.36) 0%,
      transparent 42%
    ) !important;
}

/* Slightly brighten the background image now that overlay is lighter */
.hero-img{
  filter:brightness(.80) saturate(1.04) contrast(1.04) !important;
}
.hero:hover .hero-img{
  filter:brightness(.84) saturate(1.06) contrast(1.04) !important;
}

/* 3) Move desktop navigation a little farther to the right */
@media(min-width:1101px){
  .desktop-nav{
    transform:translateX(54px);
  }
}

/* Keep the hero copy left, but give it a little more breathing room from truck */
@media(min-width:901px){
  .hero-content{
    margin-left:14px !important;
    max-width:1220px;
  }
}

/* =========================
   V4.9 — visible corrections from annotated screenshot
   ========================= */

/* 1) Larger transparent logo, no dark tile */
.brand{
  width:260px !important;
  height:66px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.brand img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* 2) Make the LEFT side of the hero visibly more transparent.
   The actual dark layer in this site is .hero-overlay, so change that one. */
.hero-overlay{
  background:
    linear-gradient(
      90deg,
      rgba(4,17,43,.68) 0%,
      rgba(4,17,43,.52) 26%,
      rgba(4,17,43,.28) 46%,
      rgba(4,17,43,.08) 66%,
      rgba(4,17,43,.02) 100%
    ) !important;
}

/* Disable the second extra dark layer that was hiding the photo. */
.hero::before{
  background:transparent !important;
}

/* Keep the exact same approved photo, just show it more clearly */
.hero-img{
  filter:brightness(.92) saturate(1.05) contrast(1.03) !important;
}
.hero:hover .hero-img{
  filter:brightness(.95) saturate(1.06) contrast(1.03) !important;
}

/* 3) Move only the center navigation clearly to the right */
@media(min-width:1101px){
  .desktop-nav{
    position:relative !important;
    left:110px !important;
    transform:none !important;
  }
}

/* Keep CTA + language selector where they already are */
.nav-actions{
  position:relative;
  z-index:3;
}

@media(max-width:1100px){
  .brand{
    width:220px !important;
    height:58px !important;
  }
}

/* ==========================================================
   V4.10 FINAL OVERRIDES — reset the three requested areas
   ========================================================== */

/* HEADER LAYOUT: explicit grid, so navigation is visibly farther right */
@media (min-width:1101px){
  .site-header .container.nav-wrap{
    display:grid !important;
    grid-template-columns:280px minmax(0,1fr) auto !important;
    align-items:center !important;
    column-gap:28px !important;
    width:min(calc(100% - 56px),1500px) !important;
    max-width:1500px !important;
  }

  .brand{
    grid-column:1 !important;
    justify-self:start !important;
    width:245px !important;
    height:64px !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    overflow:visible !important;
  }

  .brand img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:left center !important;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .desktop-nav{
    grid-column:2 !important;
    justify-self:end !important;
    display:flex !important;
    gap:30px !important;
    margin:0 26px 0 0 !important;
    padding:0 !important;
    position:static !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
  }

  .nav-actions{
    grid-column:3 !important;
    justify-self:end !important;
    margin:0 !important;
    position:static !important;
  }
}

/* HERO: make left overlay unmistakably lighter so the truck/photo remains visible */
.hero-overlay{
  background:
    linear-gradient(
      90deg,
      rgba(4,17,43,.46) 0%,
      rgba(4,17,43,.36) 23%,
      rgba(4,17,43,.22) 42%,
      rgba(4,17,43,.08) 62%,
      rgba(4,17,43,.02) 100%
    ) !important;
}
.hero::before{
  background:transparent !important;
}
.hero-img{
  opacity:1 !important;
  filter:brightness(.98) saturate(1.05) contrast(1.02) !important;
}
.hero:hover .hero-img{
  filter:brightness(1) saturate(1.06) contrast(1.02) !important;
}

/* Keep text readable without covering the truck with one huge dark block */
.hero-content{
  text-shadow:0 2px 18px rgba(0,0,0,.36);
}
.hero-content>p{
  text-shadow:0 2px 14px rgba(0,0,0,.45);
}

/* Mobile remains compact */
@media (max-width:1100px){
  .brand{
    width:205px !important;
    height:56px !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .brand img{
    background:transparent !important;
    object-fit:contain !important;
  }
}

/* V4.11 — approved translucent header treatment */
.site-header{
  background:rgba(3,15,35,.58) !important;
  border-bottom:1px solid rgba(125,174,255,.14) !important;
  box-shadow:0 10px 34px rgba(0,0,0,.14) !important;
  -webkit-backdrop-filter:blur(14px) saturate(120%);
  backdrop-filter:blur(14px) saturate(120%);
}

/* Keep logo free of any tile/background */
.brand,
.brand img{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Ensure desktop logo remains prominent */
@media(min-width:1101px){
  .brand{
    width:245px !important;
    height:64px !important;
  }
}

/* ==========================================================
   V4.12 — REAL transparent logo + clearly translucent header
   ========================================================== */

.site-header{
  background:rgba(3,15,35,.34) !important;
  border-bottom:1px solid rgba(160,195,255,.10) !important;
  box-shadow:0 8px 30px rgba(0,0,0,.08) !important;
  -webkit-backdrop-filter:blur(12px) saturate(125%) !important;
  backdrop-filter:blur(12px) saturate(125%) !important;
}

/* No tile, no rounded background, no shadow behind the logo */
.brand{
  background:none !important;
  background-color:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

.brand img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:none !important;
  background-color:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* Make the new clean logo visibly larger */
@media(min-width:1101px){
  .brand{
    width:270px !important;
    height:66px !important;
  }
}

@media(max-width:1100px){
  .brand{
    width:215px !important;
    height:54px !important;
  }
}

/* ==========================================================
   V4.13 — precise header/logo corrections from screenshot
   ========================================================== */

/* Remove any top gap above the site header */
html, body{
  margin:0 !important;
  padding:0 !important;
}
.site-header{
  top:0 !important;
  margin-top:0 !important;
  padding-top:0 !important;

  /* Top is more visible/blurred, bottom fades almost fully transparent */
  background:
    linear-gradient(
      180deg,
      rgba(3,15,35,.70) 0%,
      rgba(3,15,35,.48) 38%,
      rgba(3,15,35,.20) 72%,
      rgba(3,15,35,.03) 100%
    ) !important;

  border-bottom:0 !important;
  box-shadow:none !important;
  -webkit-backdrop-filter:blur(16px) saturate(125%) !important;
  backdrop-filter:blur(16px) saturate(125%) !important;
}

/* Make sure no wrapper creates a line/gap above the header */
.site-header::before,
.site-header::after{
  top:0 !important;
}

/* Logo: 10% larger than V4.12, with absolutely no tile/background */
.brand{
  width:297px !important;   /* 270px + 10% */
  height:73px !important;   /* 66px + ~10% */
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:visible !important;
  padding:0 !important;
}
.brand img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  filter:none !important;
}

/* Keep desktop navigation where user already approved it */
@media(min-width:1101px){
  .site-header .container.nav-wrap{
    min-height:84px !important;
    align-items:center !important;
  }
}

/* Mobile logo scale */
@media(max-width:1100px){
  .brand{
    width:236px !important;
    height:59px !important;
  }
}

/* ==========================================================
   V4.14 — HARD RESET FOR HEADER + VERIFIED TRANSPARENT LOGO
   ========================================================== */

/* prevent any visual strip/gap above the fixed header */
html,body{margin:0!important;padding:0!important;background:#061736!important;}

.site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:999!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:linear-gradient(
    180deg,
    rgba(4,16,36,.72) 0%,
    rgba(4,16,36,.48) 40%,
    rgba(4,16,36,.20) 72%,
    rgba(4,16,36,0) 100%
  )!important;
  -webkit-backdrop-filter:blur(16px) saturate(120%)!important;
  backdrop-filter:blur(16px) saturate(120%)!important;
}

/* header layout */
@media(min-width:1101px){
  .site-header .container.nav-wrap{
    width:calc(100% - 64px)!important;
    max-width:none!important;
    height:88px!important;
    min-height:88px!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:330px 1fr auto!important;
    align-items:center!important;
    gap:26px!important;
  }

  .brand{
    width:327px!important; /* verified logo, +10% */
    height:78px!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    overflow:visible!important;
  }
  .brand img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:left center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
  }

  .desktop-nav{
    display:flex!important;
    justify-self:end!important;
    align-items:center!important;
    gap:30px!important;
    margin:0 40px 0 0!important;
    padding:0!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }

  .nav-actions{
    display:flex!important;
    justify-self:end!important;
    align-items:center!important;
    gap:10px!important;
    margin:0!important;
    position:static!important;
  }
}

/* make hero begin exactly behind the header, no separate colored strip */
.hero{margin-top:0!important;}

@media(max-width:1100px){
  .brand{width:238px!important;height:58px!important;background:transparent!important;}
  .brand img{object-fit:contain!important;background:transparent!important;}
}


/* V4.19 — SERVICES SECTION ONLY */
#services{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(28,117,255,.11), transparent 34%),
    linear-gradient(180deg,#06172f 0%,#081f40 100%) !important;
}
#services::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.018) 50%,transparent 100%);
}
#services .container{position:relative;z-index:1}

#services .services19-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
  gap:72px;
  align-items:end;
  margin-bottom:44px;
}
#services .services19-head .eyebrow{color:#67abff}
#services .services19-head h2{
  max-width:760px;
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(38px,4vw,60px);
  line-height:1.02;
  letter-spacing:-.043em;
  font-weight:760;
}
#services .services19-head>p{
  max-width:510px;
  margin:0 0 4px;
  color:#b8c6d8;
  font-size:16.5px;
  line-height:1.7;
}

#services .services19-core{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(151,181,219,.18);
  border-bottom:1px solid rgba(151,181,219,.18);
}
#services .s19-item{
  position:relative;
  min-height:270px;
  padding:28px 28px 30px;
  border-right:1px solid rgba(151,181,219,.16);
  background:transparent;
  transition:background .3s ease, transform .3s ease;
}
#services .s19-item:last-child{border-right:0}
#services .s19-item:hover{
  background:linear-gradient(180deg,rgba(26,110,226,.10),rgba(26,110,226,.025));
  transform:translateY(-3px);
}
#services .s19-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:52px;
}
#services .s19-top span{
  color:#6488b8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
}
#services .s19-top i{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:10px;
  border:1px solid rgba(80,151,245,.22);
  background:rgba(31,111,219,.08);
  color:#66aaff;
  font-style:normal;
  font-size:18px;
  transition:background .25s ease,color .25s ease,border-color .25s ease;
}
#services .s19-item:hover .s19-top i{
  background:#1475f5;
  color:#fff;
  border-color:#1475f5;
}
#services .s19-item h3{
  margin:0 0 12px;
  color:#fff;
  font-size:20px;
  line-height:1.2;
  letter-spacing:-.02em;
}
#services .s19-item p{
  margin:0;
  color:#aebed2;
  font-size:14.5px;
  line-height:1.62;
}

#services .services19-logistics{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:50px;
  margin-top:22px;
  padding:38px 42px;
  border:1px solid rgba(72,145,242,.28);
  border-radius:20px;
  background:
    linear-gradient(105deg,rgba(17,74,152,.42),rgba(8,31,67,.50)),
    rgba(255,255,255,.025);
  box-shadow:inset 4px 0 0 #1475f5;
}
#services .s19-log-label{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:21px;
  color:#6fb2ff;
  font-size:11px;
  font-weight:850;
  letter-spacing:.15em;
}
#services .s19-pulse{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#2384ff;
  box-shadow:0 0 0 6px rgba(35,132,255,.11);
}
#services .s19-log-left h3{
  max-width:680px;
  margin:0 0 15px;
  color:#fff;
  font-size:clamp(28px,3vw,42px);
  line-height:1.05;
  letter-spacing:-.035em;
}
#services .s19-log-left p{
  max-width:710px;
  margin:0;
  color:#c0cede;
  font-size:15.5px;
  line-height:1.67;
}
#services .s19-log-right{
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-left:1px solid rgba(151,181,219,.18);
  padding-left:36px;
}
#services .s19-log-point{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:46px;
  border-bottom:1px solid rgba(151,181,219,.13);
}
#services .s19-log-point span{
  color:#5797e7;
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em;
}
#services .s19-log-point b{
  color:#e8f1fc;
  font-size:13.5px;
  font-weight:650;
}
#services .s19-log-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:18px;
  padding:13px 16px;
  border-radius:10px;
  background:#1475f5;
  color:#fff;
  text-decoration:none;
  font-size:13.5px;
  font-weight:750;
  transition:transform .25s ease,background .25s ease;
}
#services .s19-log-cta:hover{transform:translateY(-2px);background:#2786ff}
#services .s19-log-cta strong{font-size:19px}

@media(max-width:980px){
  #services .services19-head,
  #services .services19-logistics{grid-template-columns:1fr;gap:28px}
  #services .services19-core{grid-template-columns:repeat(2,minmax(0,1fr))}
  #services .s19-item:nth-child(2){border-right:0}
  #services .s19-item:nth-child(-n+2){border-bottom:1px solid rgba(151,181,219,.16)}
  #services .s19-log-right{border-left:0;padding-left:0}
}
@media(max-width:620px){
  #services .services19-core{grid-template-columns:1fr}
  #services .s19-item{border-right:0;border-bottom:1px solid rgba(151,181,219,.16);min-height:225px}
  #services .s19-item:last-child{border-bottom:0}
  #services .s19-top{margin-bottom:34px}
  #services .services19-logistics{padding:30px 24px}
}


/* V4.20 — PREMIUM VISUAL POLISH, SERVICES ONLY */

/* Subtle logistics/map-like technical atmosphere without adding an image */
#services::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.34;
  background:
    radial-gradient(circle at 18% 23%, rgba(37,133,255,.13) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 37%, rgba(37,133,255,.10) 0 1px, transparent 2px),
    radial-gradient(circle at 67% 24%, rgba(37,133,255,.11) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 43%, rgba(37,133,255,.10) 0 1px, transparent 2px),
    linear-gradient(115deg, transparent 15%, rgba(78,151,245,.025) 15.2%, transparent 15.45%),
    linear-gradient(63deg, transparent 67%, rgba(78,151,245,.022) 67.2%, transparent 67.45%);
  background-size:auto;
}

/* Controlled cold light behind title and logistics panel */
#services .services19-head::before{
  content:"";
  position:absolute;
  width:560px;
  height:300px;
  left:-210px;
  top:-120px;
  pointer-events:none;
  background:radial-gradient(ellipse,rgba(27,118,245,.16),rgba(27,118,245,.055) 35%,transparent 70%);
  filter:blur(16px);
}
#services .services19-head{position:relative}

/* Refine heading typography without changing content/layout */
#services .services19-head h2{
  text-wrap:balance;
  text-shadow:0 10px 35px rgba(0,0,0,.16);
}

/* More premium service separators + subtle top highlight */
#services .services19-core{
  position:relative;
  border-top-color:rgba(148,186,233,.22);
  border-bottom-color:rgba(148,186,233,.22);
}
#services .services19-core::before{
  content:"";
  position:absolute;
  left:0;
  top:-1px;
  width:22%;
  height:1px;
  background:linear-gradient(90deg,#2585ff,rgba(37,133,255,0));
  box-shadow:0 0 16px rgba(37,133,255,.35);
}
#services .s19-item{
  transition:background .32s ease,transform .32s ease;
}
#services .s19-item::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  opacity:0;
  background:linear-gradient(90deg,transparent,#2585ff,transparent);
  transition:opacity .3s ease;
}
#services .s19-item:hover::before{opacity:.65}

/* Turn the simple symbols into a consistent restrained line-icon system */
#services .s19-top i{
  position:relative;
  font-size:0 !important;
  overflow:hidden;
}
#services .s19-top i::before,
#services .s19-top i::after{
  content:"";
  position:absolute;
  transition:transform .25s ease;
}

/* 01 express: road/forward arrow */
#services .s19-item:nth-child(1) .s19-top i::before{
  width:17px;height:9px;
  border-top:1.7px solid currentColor;
  border-right:1.7px solid currentColor;
  transform:rotate(-45deg);
  left:9px;top:12px;
}
#services .s19-item:nth-child(1) .s19-top i::after{
  width:17px;height:1.7px;background:currentColor;
  transform:rotate(-45deg);
  left:10px;top:18px;
}

/* 02 dedicated/FTL: stylised trailer */
#services .s19-item:nth-child(2) .s19-top i::before{
  width:19px;height:10px;
  border:1.6px solid currentColor;
  border-radius:2px;
  left:8px;top:10px;
}
#services .s19-item:nth-child(2) .s19-top i::after{
  width:4px;height:4px;border:1.5px solid currentColor;border-radius:50%;
  left:12px;top:23px;
  box-shadow:10px 0 0 -1.5px #071f42,10px 0 0 0 currentColor;
}

/* 03 ADR: diamond mark */
#services .s19-item:nth-child(3) .s19-top i::before{
  width:13px;height:13px;
  border:1.6px solid currentColor;
  transform:rotate(45deg);
  left:11px;top:11px;
}
#services .s19-item:nth-child(3) .s19-top i::after{
  width:2px;height:2px;border-radius:50%;
  background:currentColor;
  left:18px;top:18px;
}

/* 04 loading/tail lift: platform + vertical movement */
#services .s19-item:nth-child(4) .s19-top i::before{
  width:18px;height:10px;
  border-left:1.6px solid currentColor;
  border-bottom:1.6px solid currentColor;
  left:9px;top:11px;
}
#services .s19-item:nth-child(4) .s19-top i::after{
  width:8px;height:8px;
  border-right:1.6px solid currentColor;
  border-bottom:1.6px solid currentColor;
  transform:rotate(45deg);
  left:18px;top:13px;
}

/* Premium glass treatment for logistics feature */
#services .services19-logistics{
  position:relative;
  isolation:isolate;
  border-color:rgba(104,165,244,.31);
  background:
    linear-gradient(108deg,rgba(19,74,148,.43),rgba(7,30,65,.46)),
    rgba(255,255,255,.025);
  -webkit-backdrop-filter:blur(10px) saturate(115%);
  backdrop-filter:blur(10px) saturate(115%);
  box-shadow:
    inset 1px 0 0 rgba(90,166,255,.62),
    inset 0 1px 0 rgba(255,255,255,.045),
    0 24px 70px rgba(0,9,28,.16);
}
#services .services19-logistics::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:520px;
  height:270px;
  left:-130px;
  bottom:-155px;
  pointer-events:none;
  background:radial-gradient(ellipse,rgba(25,123,255,.22),rgba(25,123,255,.06) 42%,transparent 70%);
  filter:blur(13px);
}
#services .services19-logistics::after{
  content:"";
  position:absolute;
  top:16px;
  right:20px;
  width:110px;
  height:110px;
  border-top:1px solid rgba(103,171,255,.11);
  border-right:1px solid rgba(103,171,255,.11);
  border-radius:0 18px 0 0;
  pointer-events:none;
}

/* More refined glowing accent instead of a heavy left bar */
#services .services19-logistics{
  box-shadow:
    inset 3px 0 0 rgba(30,132,255,.88),
    -8px 0 28px rgba(30,132,255,.07),
    inset 0 1px 0 rgba(255,255,255,.045),
    0 24px 70px rgba(0,9,28,.16);
}
#services .s19-pulse{
  animation:s19Pulse 2.8s ease-in-out infinite;
}
@keyframes s19Pulse{
  0%,100%{box-shadow:0 0 0 5px rgba(35,132,255,.08),0 0 14px rgba(35,132,255,.12)}
  50%{box-shadow:0 0 0 7px rgba(35,132,255,.13),0 0 22px rgba(35,132,255,.24)}
}

/* CTA: less generic, more architectural */
#services .s19-log-cta{
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,#1475f5,#1b82ff);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 28px rgba(8,83,184,.22),inset 0 1px 0 rgba(255,255,255,.14);
}
#services .s19-log-cta::before{
  content:"";
  position:absolute;
  top:0;bottom:0;
  left:-45%;
  width:35%;
  transform:skewX(-20deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  transition:left .55s ease;
}
#services .s19-log-cta:hover::before{left:115%}
#services .s19-log-cta span,
#services .s19-log-cta strong{position:relative;z-index:1}

/* Accessibility */
@media(prefers-reduced-motion:reduce){
  #services .s19-pulse{animation:none}
  #services .s19-log-cta::before{display:none}
}


/* V4.21 — SERVICES WOW REDESIGN ONLY */
#services{
  position:relative!important;
  overflow:hidden!important;
  padding-top:100px!important;
  padding-bottom:112px!important;
  color:#fff!important;
  background:
    radial-gradient(ellipse at 14% 15%,rgba(20,110,238,.18),transparent 31%),
    radial-gradient(ellipse at 91% 73%,rgba(24,121,255,.12),transparent 32%),
    linear-gradient(145deg,#041328 0%,#071d3c 47%,#061831 100%)!important;
}
#services:before{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;pointer-events:none!important;
  background:
    linear-gradient(rgba(115,166,225,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(115,166,225,.035) 1px,transparent 1px)!important;
  background-size:64px 64px!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 94%)!important;
}
#services:after{
  content:""!important;display:block!important;position:absolute!important;width:700px!important;height:700px!important;
  right:-380px!important;top:-360px!important;border:1px solid rgba(65,144,245,.12)!important;border-radius:50%!important;
  box-shadow:0 0 0 90px rgba(40,125,238,.025),0 0 0 180px rgba(40,125,238,.018)!important;
  background:none!important;opacity:1!important;pointer-events:none!important;
}
#services .container{position:relative!important;z-index:2!important}

#services .services21-head{
  display:grid!important;grid-template-columns:1.15fr .7fr!important;gap:90px!important;align-items:end!important;
  margin-bottom:52px!important;position:relative!important;
}
#services .services21-head .eyebrow{color:#63aaff!important}
#services .services21-head h2{
  margin:11px 0 0!important;max-width:780px!important;color:#fff!important;
  font-size:clamp(42px,4.6vw,72px)!important;line-height:.96!important;letter-spacing:-.052em!important;
  font-weight:760!important;text-wrap:balance!important;
}
#services .services21-head>p{
  margin:0 0 3px!important;max-width:510px!important;color:#b8c8da!important;font-size:16.5px!important;line-height:1.72!important;
}

/* Animated route spine */
#services .services21-route{height:86px!important;position:relative!important;margin:0 0 -15px!important}
#services .services21-route svg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;overflow:visible!important}
#services .s21-route-base{fill:none!important;stroke:rgba(104,164,235,.14)!important;stroke-width:1.3!important}
#services .s21-route-flow{
  fill:none!important;stroke:#2585ff!important;stroke-width:1.8!important;stroke-linecap:round!important;
  stroke-dasharray:8 15!important;filter:drop-shadow(0 0 6px rgba(37,133,255,.55))!important;
  animation:s21route 7s linear infinite!important;
}
#services .services21-route i{
  position:absolute!important;width:8px!important;height:8px!important;border-radius:50%!important;background:#4c9cff!important;
  box-shadow:0 0 0 6px rgba(52,142,255,.08),0 0 18px rgba(52,142,255,.65)!important;
}
@keyframes s21route{to{stroke-dashoffset:-92}}

/* Four services: editorial rather than cards */
#services .services21-grid{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
  border-top:1px solid rgba(135,176,225,.18)!important;border-bottom:1px solid rgba(135,176,225,.18)!important;
  margin-bottom:30px!important;
}
#services .s21-service{
  position:relative!important;min-height:345px!important;padding:31px 27px 32px!important;overflow:hidden!important;
  border-right:1px solid rgba(135,176,225,.15)!important;background:rgba(255,255,255,.012)!important;
  transition:background .35s ease,transform .35s ease!important;
}
#services .s21-service:last-child{border-right:0!important}
#services .s21-service:hover{
  transform:translateY(-6px)!important;
  background:linear-gradient(180deg,rgba(26,112,233,.13),rgba(12,53,111,.035))!important;
}
#services .s21-big{
  position:absolute!important;right:14px!important;top:-16px!important;color:rgba(108,163,230,.055)!important;
  font-size:116px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.08em!important;
  transition:color .35s ease,transform .35s ease!important;
}
#services .s21-service:hover .s21-big{color:rgba(42,134,255,.12)!important;transform:translateY(6px)!important}
#services .s21-icon{
  position:relative!important;width:62px!important;height:62px!important;margin:13px 0 77px!important;
  border-radius:16px!important;border:1px solid rgba(72,149,249,.28)!important;
  background:linear-gradient(145deg,rgba(24,102,211,.16),rgba(17,57,116,.08))!important;
  color:#68afff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
#services .s21-copy{position:relative!important;z-index:2!important}
#services .s21-copy h3{margin:0 0 12px!important;color:#fff!important;font-size:21px!important;line-height:1.18!important;letter-spacing:-.025em!important}
#services .s21-copy p{margin:0!important;color:#aebfd2!important;font-size:14.5px!important;line-height:1.64!important}

/* CSS transport icons */
#services .s21-express:before{content:"";position:absolute;width:27px;height:1.8px;background:currentColor;left:16px;top:30px;transform:rotate(-35deg)}
#services .s21-express:after{content:"";position:absolute;width:10px;height:10px;border-top:1.8px solid currentColor;border-right:1.8px solid currentColor;right:14px;top:18px}
#services .s21-truck:before{content:"";position:absolute;left:12px;top:19px;width:27px;height:17px;border:1.7px solid currentColor;border-radius:2px}
#services .s21-truck:after{content:"";position:absolute;left:18px;top:39px;width:6px;height:6px;border:1.6px solid currentColor;border-radius:50%;box-shadow:20px 0 0 -1.6px #0b2b59,20px 0 0 0 currentColor}
#services .s21-adr{display:grid!important;place-items:center!important}
#services .s21-adr:before{content:"";position:absolute;width:25px;height:25px;border:1.6px solid currentColor;transform:rotate(45deg);border-radius:2px}
#services .s21-adr span{font-size:8px!important;font-style:normal!important;font-weight:850!important;letter-spacing:.06em!important;color:currentColor!important;z-index:2!important}
#services .s21-load:before{content:"";position:absolute;left:13px;top:16px;width:25px;height:22px;border-left:1.7px solid currentColor;border-bottom:1.7px solid currentColor}
#services .s21-load:after{content:"↕";position:absolute;right:10px;top:15px;font-size:22px;font-weight:300;color:currentColor}

/* Logistics hero panel */
#services .services21-logistics{
  position:relative!important;isolation:isolate!important;min-height:410px!important;overflow:hidden!important;
  display:grid!important;grid-template-columns:1.12fr .72fr!important;gap:48px!important;align-items:center!important;
  padding:50px 48px!important;border-radius:25px!important;border:1px solid rgba(94,159,244,.31)!important;
  background:
    radial-gradient(circle at 77% 42%,rgba(26,125,255,.19),transparent 30%),
    linear-gradient(112deg,rgba(13,55,117,.84),rgba(6,27,59,.88))!important;
  box-shadow:inset 4px 0 0 #2384ff,0 34px 90px rgba(0,8,26,.24),inset 0 1px 0 rgba(255,255,255,.05)!important;
  -webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;
}
#services .s21-network{
  position:absolute!important;z-index:-1!important;right:-25px!important;top:15px!important;width:55%!important;height:94%!important;
  opacity:.72!important;pointer-events:none!important;
}
#services .s21-network svg{width:100%!important;height:100%!important}
#services .s21-map path{fill:none!important;stroke:rgba(101,171,255,.12)!important;stroke-width:1.1!important}
#services .s21-links path{
  fill:none!important;stroke:#3490ff!important;stroke-width:1.4!important;stroke-dasharray:6 10!important;
  filter:drop-shadow(0 0 5px rgba(52,144,255,.45))!important;animation:s21net 8s linear infinite!important;
}
#services .s21-links path:nth-child(2){animation-direction:reverse!important;animation-duration:10s!important}
#services .s21-nodes circle{fill:#4ca0ff!important;stroke:rgba(169,211,255,.55)!important;stroke-width:1!important;filter:drop-shadow(0 0 7px #2987ff)!important}
@keyframes s21net{to{stroke-dashoffset:-96}}
#services .s21-log-content{position:relative!important;z-index:2!important}
#services .s21-log-label{display:flex!important;align-items:center!important;gap:11px!important;margin-bottom:26px!important}
#services .s21-log-label>span{width:8px!important;height:8px!important;border-radius:50%!important;background:#2d8cff!important;box-shadow:0 0 0 6px rgba(45,140,255,.10),0 0 20px rgba(45,140,255,.5)!important}
#services .s21-log-label b{color:#73b5ff!important;font-size:11px!important;letter-spacing:.16em!important;font-weight:850!important}
#services .s21-log-content h3{
  max-width:700px!important;margin:0 0 18px!important;color:#fff!important;font-size:clamp(34px,3.6vw,54px)!important;
  line-height:1.01!important;letter-spacing:-.045em!important;
}
#services .s21-log-content p{max-width:690px!important;margin:0!important;color:#c1d0e2!important;font-size:15.5px!important;line-height:1.7!important}
#services .s21-cta{
  display:inline-flex!important;align-items:center!important;gap:22px!important;margin-top:29px!important;padding:14px 18px!important;
  border-radius:11px!important;background:#1475f5!important;color:#fff!important;text-decoration:none!important;
  font-size:13.5px!important;font-weight:760!important;box-shadow:0 13px 32px rgba(12,89,190,.25)!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}
#services .s21-cta:hover{transform:translateY(-3px)!important;box-shadow:0 18px 40px rgba(12,89,190,.34)!important}
#services .s21-cta strong{font-size:19px!important}
#services .s21-capabilities{
  position:relative!important;z-index:2!important;padding:11px 0 11px 31px!important;
  border-left:1px solid rgba(128,177,235,.20)!important;
}
#services .s21-capabilities>div{
  display:grid!important;grid-template-columns:35px 1fr!important;gap:7px!important;align-items:center!important;
  min-height:67px!important;border-bottom:1px solid rgba(128,177,235,.14)!important;
}
#services .s21-capabilities>div:last-child{border-bottom:0!important}
#services .s21-capabilities span{color:#5ca6ff!important;font-size:10px!important;font-weight:850!important;letter-spacing:.12em!important}
#services .s21-capabilities b{color:#edf5ff!important;font-size:14px!important;font-weight:650!important}

@media(max-width:980px){
 #services .services21-head,#services .services21-logistics{grid-template-columns:1fr!important;gap:30px!important}
 #services .services21-grid{grid-template-columns:repeat(2,1fr)!important}
 #services .s21-service:nth-child(2){border-right:0!important}
 #services .s21-service:nth-child(-n+2){border-bottom:1px solid rgba(135,176,225,.15)!important}
 #services .s21-network{width:90%!important;opacity:.35!important}
 #services .s21-capabilities{padding-left:0!important;border-left:0!important}
}
@media(max-width:620px){
 #services{padding-top:76px!important;padding-bottom:80px!important}
 #services .services21-grid{grid-template-columns:1fr!important}
 #services .s21-service{border-right:0!important;border-bottom:1px solid rgba(135,176,225,.15)!important;min-height:275px!important}
 #services .s21-service:last-child{border-bottom:0!important}
 #services .services21-route{display:none!important}
 #services .services21-logistics{padding:34px 25px!important}
 #services .s21-network{width:130%!important;right:-60%!important}
}
@media(prefers-reduced-motion:reduce){
 #services .s21-route-flow,#services .s21-links path{animation:none!important}
}


/* V4.22 — SERVICES MOTION POLISH ONLY */

/* Initial "scattered" state before the section enters viewport */
#services .s21-service,
#services .services21-logistics{
  will-change:transform,opacity,filter;
}

#services:not(.s21-inview) .s21-service:nth-child(1){
  opacity:0;
  transform:translate3d(-72px,34px,0) rotate(-2.2deg) scale(.965)!important;
  filter:blur(5px);
}
#services:not(.s21-inview) .s21-service:nth-child(2){
  opacity:0;
  transform:translate3d(-26px,-40px,0) rotate(1.7deg) scale(.97)!important;
  filter:blur(5px);
}
#services:not(.s21-inview) .s21-service:nth-child(3){
  opacity:0;
  transform:translate3d(36px,44px,0) rotate(-1.5deg) scale(.968)!important;
  filter:blur(5px);
}
#services:not(.s21-inview) .s21-service:nth-child(4){
  opacity:0;
  transform:translate3d(78px,-26px,0) rotate(2deg) scale(.965)!important;
  filter:blur(5px);
}
#services:not(.s21-inview) .services21-logistics{
  opacity:0;
  transform:translate3d(0,58px,0) scale(.975)!important;
  filter:blur(7px);
}

/* Assemble into final position */
#services.s21-inview .s21-service{
  opacity:1;
  transform:translate3d(0,0,0) rotate(0deg) scale(1)!important;
  filter:blur(0);
  transition:
    opacity .72s ease,
    transform .95s cubic-bezier(.18,.8,.22,1),
    filter .72s ease,
    background .32s ease,
    box-shadow .32s ease!important;
}
#services.s21-inview .s21-service:nth-child(1){transition-delay:.04s!important}
#services.s21-inview .s21-service:nth-child(2){transition-delay:.13s!important}
#services.s21-inview .s21-service:nth-child(3){transition-delay:.22s!important}
#services.s21-inview .s21-service:nth-child(4){transition-delay:.31s!important}
#services.s21-inview .services21-logistics{
  opacity:1;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0);
  transition:
    opacity .8s ease .34s,
    transform 1.05s cubic-bezier(.18,.8,.22,1) .34s,
    filter .8s ease .34s,
    box-shadow .35s ease,
    border-color .35s ease!important;
}

/* Stronger hover technology effect on service cells */
#services.s21-inview .s21-service:hover{
  transform:translate3d(0,-10px,0) scale(1.012)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(54,151,255,.16),transparent 42%),
    linear-gradient(180deg,rgba(25,111,233,.15),rgba(12,53,111,.035))!important;
  box-shadow:inset 0 1px 0 rgba(111,184,255,.18),0 18px 45px rgba(0,10,32,.18)!important;
}
#services .s21-service:hover .s21-big{
  color:rgba(76,163,255,.19)!important;
  text-shadow:0 0 30px rgba(28,130,255,.12);
}
#services .s21-service:hover .s21-icon{
  border-color:rgba(83,183,255,.62)!important;
  background:linear-gradient(145deg,rgba(25,140,255,.30),rgba(11,69,143,.16))!important;
  color:#8fd0ff!important;
  box-shadow:0 0 0 1px rgba(42,146,255,.06),0 0 28px rgba(30,141,255,.20),inset 0 1px 0 rgba(255,255,255,.08)!important;
  transform:translateY(-4px) scale(1.04);
}
#services .s21-icon{transition:transform .3s ease,background .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease!important}

/* Small cyan flash under active card */
#services .s21-service::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-1px;
  height:2px;
  opacity:0;
  background:linear-gradient(90deg,transparent,#31c8ff 45%,#2585ff 60%,transparent);
  box-shadow:0 0 18px rgba(49,200,255,.55);
  transform:scaleX(.3);
  transition:opacity .3s ease,transform .38s ease;
}
#services .s21-service:hover::after{
  opacity:.9;
  transform:scaleX(1);
}

/* Route reacts to hover */
#services:has(.s21-service:hover) .s21-route-flow{
  stroke:#42c8ff!important;
  stroke-width:2.35!important;
  filter:drop-shadow(0 0 9px rgba(66,200,255,.85))!important;
  animation-duration:2.6s!important;
}
#services:has(.s21-service:hover) .services21-route i{
  background:#70ddff!important;
  box-shadow:0 0 0 7px rgba(69,207,255,.10),0 0 24px rgba(69,207,255,.85)!important;
}

/* Logistics panel interaction */
#services .services21-logistics:hover{
  border-color:rgba(88,181,255,.50)!important;
  box-shadow:
    inset 4px 0 0 #31baff,
    0 38px 105px rgba(0,8,26,.28),
    0 0 60px rgba(22,116,245,.07),
    inset 0 1px 0 rgba(255,255,255,.06)!important;
}
#services .services21-logistics:hover .s21-links path{
  stroke:#48d4ff!important;
  stroke-width:1.8!important;
  animation-duration:3.2s!important;
  filter:drop-shadow(0 0 8px rgba(72,212,255,.75))!important;
}
#services .services21-logistics:hover .s21-nodes circle{
  fill:#78e1ff!important;
  filter:drop-shadow(0 0 11px #38bfff)!important;
  animation:s21NodePulse 1.55s ease-in-out infinite alternate;
}
#services .services21-logistics:hover .s21-nodes circle:nth-child(2n){animation-delay:.28s}
#services .services21-logistics:hover .s21-nodes circle:nth-child(3n){animation-delay:.52s}
@keyframes s21NodePulse{
  from{transform:scale(1);transform-box:fill-box;transform-origin:center}
  to{transform:scale(1.55);transform-box:fill-box;transform-origin:center}
}

/* CTA light sweep and arrow movement */
#services .s21-cta{
  position:relative!important;
  overflow:hidden!important;
}
#services .s21-cta::before{
  content:"";
  position:absolute;
  top:-20%;
  bottom:-20%;
  left:-45%;
  width:28%;
  transform:skewX(-22deg);
  background:linear-gradient(90deg,transparent,rgba(194,239,255,.42),transparent);
  transition:left .65s cubic-bezier(.2,.8,.2,1);
}
#services .s21-cta:hover::before{left:125%}
#services .s21-cta strong{transition:transform .28s ease}
#services .s21-cta:hover strong{transform:translate(4px,-4px)}

/* Click/tap feedback */
#services .s21-service.s21-clicked{
  animation:s21Click .38s ease;
}
@keyframes s21Click{
  0%{filter:brightness(1)}
  45%{filter:brightness(1.23)}
  100%{filter:brightness(1)}
}

/* Keep motion tasteful for reduced-motion users */
@media(prefers-reduced-motion:reduce){
  #services:not(.s21-inview) .s21-service,
  #services:not(.s21-inview) .services21-logistics{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
  }
  #services.s21-inview .s21-service,
  #services.s21-inview .services21-logistics{
    transition:none!important;
  }
  #services .services21-logistics:hover .s21-nodes circle,
  #services .s21-service.s21-clicked{
    animation:none!important;
  }
}


/* V4.23 — FLEET REDESIGN ONLY */
#fleet{
  position:relative;
  overflow:hidden;
  padding-top:112px!important;
  padding-bottom:112px!important;
  border-top:0!important;
  border-bottom:0!important;
  background:
    radial-gradient(ellipse at 82% 16%,rgba(31,126,255,.17),transparent 33%),
    radial-gradient(ellipse at 9% 78%,rgba(38,159,255,.08),transparent 30%),
    linear-gradient(180deg,#06172f 0%,#082249 100%)!important;
}
#fleet::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(105,166,235,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(105,166,235,.028) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 80%,transparent 100%);
}
#fleet .container{
  position:relative;
  z-index:2;
  width:min(calc(100% - 56px),1500px)!important;
  max-width:1500px!important;
}

#fleet .fleet23-head{
  display:grid;
  grid-template-columns:1.18fr .72fr;
  gap:88px;
  align-items:end;
  margin-bottom:44px;
}
#fleet .fleet23-head .eyebrow{color:#62aaff}
#fleet .fleet23-head h2{
  margin:10px 0 0;
  max-width:820px;
  color:#fff;
  font-size:clamp(44px,5vw,76px);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:780;
  text-wrap:balance;
}
#fleet .fleet23-head>p{
  margin:0 0 5px;
  max-width:510px;
  color:#b6c7dc;
  font-size:16.5px;
  line-height:1.72;
}

/* Main visual */
#fleet .fleet23-stage{
  position:relative;
}
#fleet .fleet23-visual{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(112,173,245,.22);
  background:#06152c;
  box-shadow:0 35px 90px rgba(0,8,25,.28),inset 0 1px 0 rgba(255,255,255,.04);
}
#fleet .fleet23-visual::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(2,12,28,.06),transparent 42%,rgba(2,12,28,.72) 100%),
    linear-gradient(90deg,rgba(7,25,53,.18),transparent 28%,transparent 72%,rgba(15,68,139,.15));
}
#fleet .fleet23-visual>img{
  display:block;
  width:100%;
  height:auto;
  transform:scale(1.01);
  filter:saturate(.94) contrast(1.03);
  transition:transform 1.2s cubic-bezier(.18,.75,.2,1),filter .6s ease!important;
}
#fleet .fleet23-visual:hover>img{
  transform:scale(1.035)!important;
  filter:saturate(1.02) contrast(1.05) brightness(1.025)!important;
}

/* subtle scan beam */
#fleet .fleet23-scan{
  position:absolute;
  z-index:3;
  top:-12%;
  bottom:-12%;
  left:-18%;
  width:14%;
  pointer-events:none;
  opacity:0;
  transform:skewX(-16deg);
  background:linear-gradient(90deg,transparent,rgba(94,205,255,.06),rgba(94,205,255,.17),rgba(94,205,255,.05),transparent);
}
#fleet .fleet23-visual:hover .fleet23-scan{
  opacity:1;
  animation:fleet23scan 2.8s ease-in-out;
}
@keyframes fleet23scan{
  from{left:-18%}
  to{left:112%}
}

/* technological status badges */
#fleet .fleet23-badge{
  position:absolute;
  z-index:4;
  top:24px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 12px;
  border:1px solid rgba(129,191,255,.17);
  border-radius:10px;
  color:#dcecff;
  background:rgba(5,24,52,.48);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
#fleet .fleet23-badge-left{left:24px}
#fleet .fleet23-badge-right{right:24px}
#fleet .fleet23-badge span{
  width:7px;height:7px;border-radius:50%;
  background:#38bfff;
  box-shadow:0 0 0 5px rgba(56,191,255,.08),0 0 15px rgba(56,191,255,.55);
}
#fleet .fleet23-badge b,
#fleet .fleet23-badge small{
  font-size:9px;
  letter-spacing:.14em;
  font-weight:800;
}
#fleet .fleet23-badge small{color:#74bfff}

/* specs integrated over photo */
#fleet .fleet23-specs{
  position:absolute;
  z-index:5;
  left:22px;
  right:22px;
  bottom:22px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border:1px solid rgba(150,198,255,.17);
  border-radius:17px;
  background:rgba(4,20,44,.68);
  backdrop-filter:blur(12px) saturate(115%);
  -webkit-backdrop-filter:blur(12px) saturate(115%);
  box-shadow:0 14px 45px rgba(0,7,22,.20),inset 0 1px 0 rgba(255,255,255,.04);
}
#fleet .fleet23-spec{
  position:relative;
  padding:19px 22px 20px;
  display:grid;
  gap:3px;
  border-right:1px solid rgba(155,201,255,.13);
  transition:background .3s ease,transform .3s ease;
}
#fleet .fleet23-spec:last-child{border-right:0}
#fleet .fleet23-spec:hover{
  background:linear-gradient(180deg,rgba(35,133,255,.16),rgba(35,133,255,.04));
}
#fleet .fleet23-spec span{
  color:#59a9ff;
  font-size:9px;
  font-weight:850;
  letter-spacing:.14em;
}
#fleet .fleet23-spec b{
  color:#fff;
  font-size:clamp(20px,2vw,30px);
  line-height:1.1;
  letter-spacing:-.025em;
}
#fleet .fleet23-spec small{
  color:#aebfd3;
  font-size:11.5px;
}

/* capability rail under photo */
#fleet .fleet23-capabilities{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:26px;
  align-items:center;
  margin-top:18px;
  padding:19px 22px;
  border-top:1px solid rgba(118,175,239,.14);
  border-bottom:1px solid rgba(118,175,239,.14);
}
#fleet .fleet23-cap-intro{
  display:grid;
  gap:5px;
}
#fleet .fleet23-cap-intro span{
  color:#5caaff;
  font-size:9px;
  font-weight:850;
  letter-spacing:.16em;
}
#fleet .fleet23-cap-intro b{
  color:#f0f7ff;
  font-size:15px;
  font-weight:650;
}
#fleet .fleet23-cap-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
#fleet .fleet23-cap-list span{
  position:relative;
  padding:10px 12px 10px 26px;
  color:#bed0e4;
  font-size:12px;
  border-left:1px solid rgba(111,178,251,.14);
  transition:color .25s ease,background .25s ease;
}
#fleet .fleet23-cap-list span::before{
  content:"";
  position:absolute;
  left:11px;
  top:50%;
  width:5px;
  height:5px;
  margin-top:-2.5px;
  border-radius:50%;
  background:#2f91ff;
  box-shadow:0 0 10px rgba(47,145,255,.55);
}
#fleet .fleet23-cap-list span:hover{
  color:#fff;
  background:rgba(36,133,255,.06);
}
#fleet .fleet23-note{
  margin-top:12px;
  color:#829ab8;
}

/* Scroll assembly: image + spec rail settle into place */
#fleet:not(.fleet23-inview) .fleet23-head{
  opacity:0;
  transform:translateY(28px);
}
#fleet:not(.fleet23-inview) .fleet23-visual{
  opacity:0;
  transform:translateY(58px) scale(.975);
  filter:blur(5px);
}
#fleet:not(.fleet23-inview) .fleet23-capabilities{
  opacity:0;
  transform:translateY(34px);
}
#fleet.fleet23-inview .fleet23-head{
  opacity:1;
  transform:none;
  transition:opacity .7s ease,transform .85s cubic-bezier(.18,.8,.22,1);
}
#fleet.fleet23-inview .fleet23-visual{
  opacity:1;
  transform:none;
  filter:none;
  transition:opacity .85s ease .12s,transform 1.0s cubic-bezier(.18,.8,.22,1) .12s,filter .75s ease .12s;
}
#fleet.fleet23-inview .fleet23-capabilities{
  opacity:1;
  transform:none;
  transition:opacity .7s ease .30s,transform .85s cubic-bezier(.18,.8,.22,1) .30s;
}
#fleet.fleet23-inview .fleet23-spec{
  animation:fleet23spec .65s cubic-bezier(.18,.8,.22,1) both;
}
#fleet.fleet23-inview .fleet23-spec:nth-child(1){animation-delay:.36s}
#fleet.fleet23-inview .fleet23-spec:nth-child(2){animation-delay:.44s}
#fleet.fleet23-inview .fleet23-spec:nth-child(3){animation-delay:.52s}
#fleet.fleet23-inview .fleet23-spec:nth-child(4){animation-delay:.60s}
@keyframes fleet23spec{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:980px){
  #fleet .fleet23-head{grid-template-columns:1fr;gap:24px}
  #fleet .fleet23-specs{grid-template-columns:repeat(2,1fr)}
  #fleet .fleet23-spec:nth-child(2){border-right:0}
  #fleet .fleet23-spec:nth-child(-n+2){border-bottom:1px solid rgba(155,201,255,.13)}
  #fleet .fleet23-capabilities{grid-template-columns:1fr}
  #fleet .fleet23-cap-list{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  #fleet{padding-top:78px!important;padding-bottom:80px!important}
  #fleet .container{width:min(calc(100% - 28px),1500px)!important}
  #fleet .fleet23-head h2{font-size:42px}
  #fleet .fleet23-badge-right{display:none}
  #fleet .fleet23-badge-left{left:13px;top:13px}
  #fleet .fleet23-specs{
    position:relative;
    left:auto;right:auto;bottom:auto;
    margin:0;
    border-radius:0;
    border-left:0;border-right:0;border-bottom:0;
  }
  #fleet .fleet23-visual>img{min-height:255px;object-fit:cover}
  #fleet .fleet23-cap-list{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  #fleet:not(.fleet23-inview) .fleet23-head,
  #fleet:not(.fleet23-inview) .fleet23-visual,
  #fleet:not(.fleet23-inview) .fleet23-capabilities{
    opacity:1!important;transform:none!important;filter:none!important;
  }
  #fleet.fleet23-inview .fleet23-head,
  #fleet.fleet23-inview .fleet23-visual,
  #fleet.fleet23-inview .fleet23-capabilities{
    transition:none!important;
  }
  #fleet.fleet23-inview .fleet23-spec{animation:none!important}
  #fleet .fleet23-visual:hover .fleet23-scan{animation:none!important}
}


/* V4.24 — FLEET FIXES ONLY */

/* Remove legacy/duplicate specification table left from the older fleet design */
#fleet .fleet-specs:not(.fleet23-specs),
#fleet .spec-grid:not(.fleet23-specs),
#fleet .fleet-stats:not(.fleet23-specs),
#fleet .specs-overlay:not(.fleet23-specs){
  display:none!important;
}

/* Ensure the approved V4.23 spec panel is the only visible spec table */
#fleet .fleet23-specs{
  z-index:20!important;
}

/* Hide any legacy fleet text overlays baked as DOM layers above the approved fleet photo.
   New V4.23 elements remain untouched. */
#fleet .fleet-copy:not(.fleet23-head):not(.fleet23-cap-intro),
#fleet .fleet-overlay-copy,
#fleet .fleet-overlay-text{
  display:none!important;
}

/* The approved fleet artwork contains old Ukrainian typography in the image itself.
   Mask only that upper artwork text area so language switching is visually consistent. */
#fleet .fleet23-visual::after{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  top:0;
  height:34%;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(4,18,41,.94) 0%,rgba(5,22,49,.88) 56%,rgba(5,22,49,.22) 88%,transparent 100%);
}
#fleet .fleet23-badge,
#fleet .fleet23-specs,
#fleet .fleet23-scan{
  z-index:5!important;
}


/* V4.25 — TRUE FLEET FIX
   The old Ukrainian copy/spec table were physically baked into the source artwork.
   Fleet now uses a clean non-generative crop of the SAME approved truck image. */
#fleet .fleet23-visual::after{
  display:none!important;
  content:none!important;
}
#fleet .fleet23-visual>img{
  width:100%!important;
  height:clamp(420px,37vw,590px)!important;
  object-fit:cover!important;
  object-position:center 54%!important;
}
#fleet .fleet23-visual::before{
  background:
    linear-gradient(180deg,rgba(2,12,28,.10),transparent 35%,rgba(2,12,28,.72) 100%),
    linear-gradient(90deg,rgba(7,25,53,.18),transparent 28%,transparent 72%,rgba(15,68,139,.15))!important;
}

/* Keep only the live, translatable V4.23 specification panel. */
#fleet .fleet23-specs{
  display:grid!important;
  opacity:1!important;
  visibility:visible!important;
  z-index:20!important;
}

/* Cleaner spacing now that baked artwork copy is gone. */
#fleet .fleet23-badge{z-index:21!important}
#fleet .fleet23-scan{z-index:19!important}

@media(max-width:620px){
  #fleet .fleet23-visual>img{
    height:300px!important;
    object-position:center center!important;
  }
}


/* V4.26 — CLEAN PREMIUM FLEET REDESIGN ONLY */
#fleet{
  position:relative!important;
  overflow:hidden!important;
  padding-top:104px!important;
  padding-bottom:100px!important;
  background:
    radial-gradient(ellipse at 84% 20%,rgba(34,118,243,.12),transparent 36%),
    linear-gradient(180deg,#06172f 0%,#071b38 100%)!important;
}
#fleet::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,transparent 0%,rgba(111,169,236,.025) 50%,transparent 100%);
}
#fleet .container{
  position:relative!important;
  z-index:2!important;
  width:min(calc(100% - 64px),1460px)!important;
  max-width:1460px!important;
}

/* Heading: more restrained */
#fleet .fleet26-head{
  display:grid!important;
  grid-template-columns:1.03fr .68fr!important;
  gap:100px!important;
  align-items:end!important;
  margin-bottom:38px!important;
}
#fleet .fleet26-head .eyebrow{color:#5fa9ff!important}
#fleet .fleet26-head h2{
  margin:10px 0 0!important;
  max-width:760px!important;
  color:#fff!important;
  font-size:clamp(40px,4.3vw,64px)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:760!important;
  text-wrap:balance!important;
}
#fleet .fleet26-head>p{
  margin:0 0 4px!important;
  max-width:500px!important;
  color:#b5c7db!important;
  font-size:16px!important;
  line-height:1.72!important;
}

/* Showcase frame */
#fleet .fleet26-showcase{
  position:relative!important;
}
#fleet .fleet26-photo{
  position:relative!important;
  overflow:hidden!important;
  min-height:560px!important;
  border-radius:28px!important;
  border:1px solid rgba(110,171,241,.18)!important;
  background:#041328!important;
  box-shadow:0 34px 86px rgba(0,8,24,.25)!important;
}
#fleet .fleet26-photo>img{
  display:block!important;
  width:100%!important;
  height:560px!important;
  object-fit:cover!important;
  object-position:center 56%!important;
  transform:scale(1.005)!important;
  filter:saturate(.96) contrast(1.035)!important;
  transition:transform 1.2s cubic-bezier(.18,.78,.2,1),filter .5s ease!important;
}
#fleet .fleet26-photo:hover>img{
  transform:scale(1.028)!important;
  filter:saturate(1.02) contrast(1.05) brightness(1.025)!important;
}
#fleet .fleet26-vignette{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:
    linear-gradient(180deg,rgba(3,13,30,.11),transparent 44%,rgba(2,11,26,.37) 100%),
    linear-gradient(90deg,rgba(4,18,39,.18),transparent 25%,transparent 75%,rgba(4,18,39,.12))!important;
}
#fleet .fleet26-gridline{
  position:absolute!important;
  z-index:3!important;
  inset:0!important;
  pointer-events:none!important;
  opacity:.20!important;
  background:
    linear-gradient(rgba(103,174,255,.09) 1px,transparent 1px),
    linear-gradient(90deg,rgba(103,174,255,.08) 1px,transparent 1px)!important;
  background-size:110px 110px!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 65%)!important;
}

/* Small top tags */
#fleet .fleet26-tag{
  position:absolute!important;
  z-index:7!important;
  top:22px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:8px 11px!important;
  border-radius:10px!important;
  border:1px solid rgba(126,189,255,.17)!important;
  background:rgba(4,22,48,.48)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
#fleet .fleet26-tag-left{left:22px!important}
#fleet .fleet26-tag-right{right:22px!important}
#fleet .fleet26-tag-left span{
  width:7px!important;height:7px!important;border-radius:50%!important;
  background:#42c7ff!important;box-shadow:0 0 13px rgba(66,199,255,.65)!important;
}
#fleet .fleet26-tag b,#fleet .fleet26-tag small{
  color:#d8ebff!important;font-size:9px!important;font-weight:800!important;letter-spacing:.13em!important;
}
#fleet .fleet26-tag small{color:#79bfff!important}

/* Floating specs — no table */
#fleet .fleet26-floating{
  position:absolute!important;
  z-index:8!important;
  width:178px!important;
  min-height:106px!important;
  padding:15px 17px 14px!important;
  border-radius:15px!important;
  border:1px solid rgba(134,191,255,.18)!important;
  background:rgba(5,22,47,.62)!important;
  backdrop-filter:blur(13px) saturate(115%)!important;
  -webkit-backdrop-filter:blur(13px) saturate(115%)!important;
  box-shadow:0 16px 38px rgba(0,8,25,.20),inset 0 1px 0 rgba(255,255,255,.035)!important;
  transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease!important;
}
#fleet .fleet26-floating:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(83,182,255,.45)!important;
  background:rgba(7,37,79,.72)!important;
  box-shadow:0 22px 46px rgba(0,8,25,.26),0 0 26px rgba(38,136,255,.10)!important;
}
#fleet .fleet26-floating span{
  display:block!important;
  margin-bottom:7px!important;
  color:#51a8ff!important;
  font-size:9px!important;
  font-weight:850!important;
  letter-spacing:.14em!important;
}
#fleet .fleet26-floating b{
  display:block!important;
  color:#fff!important;
  font-size:27px!important;
  line-height:1!important;
  letter-spacing:-.03em!important;
}
#fleet .fleet26-floating small{
  display:block!important;
  margin-top:6px!important;
  color:#adbed1!important;
  font-size:11px!important;
  line-height:1.25!important;
}
#fleet .fleet26-f1{left:24px!important;bottom:25px!important}
#fleet .fleet26-f2{left:calc(25% - 75px)!important;bottom:51px!important}
#fleet .fleet26-f3{right:calc(25% - 75px)!important;bottom:51px!important}
#fleet .fleet26-f4{right:24px!important;bottom:25px!important}

/* Three concise benefits only */
#fleet .fleet26-bottom{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:0!important;
  margin-top:18px!important;
  border-top:1px solid rgba(116,175,239,.13)!important;
  border-bottom:1px solid rgba(116,175,239,.13)!important;
}
#fleet .fleet26-point{
  display:grid!important;
  grid-template-columns:20px 1fr!important;
  gap:11px!important;
  align-items:center!important;
  min-height:88px!important;
  padding:16px 26px!important;
  border-right:1px solid rgba(116,175,239,.12)!important;
}
#fleet .fleet26-point:last-child{border-right:0!important}
#fleet .fleet26-dot{
  width:6px!important;height:6px!important;border-radius:50%!important;
  background:#2e92ff!important;
  box-shadow:0 0 12px rgba(46,146,255,.55)!important;
}
#fleet .fleet26-point div{display:grid!important;gap:4px!important}
#fleet .fleet26-point b{
  color:#f2f7ff!important;
  font-size:14px!important;
  font-weight:650!important;
}
#fleet .fleet26-point small{
  color:#91a8c2!important;
  font-size:11.5px!important;
}
#fleet .fleet26-note{
  margin-top:12px!important;
  color:#7f95ae!important;
}

/* Reveal animation */
#fleet:not(.fleet26-inview) .fleet26-head{
  opacity:0!important;
  transform:translateY(24px)!important;
}
#fleet:not(.fleet26-inview) .fleet26-photo{
  opacity:0!important;
  transform:translateY(48px) scale(.982)!important;
  filter:blur(4px)!important;
}
#fleet:not(.fleet26-inview) .fleet26-bottom{
  opacity:0!important;
  transform:translateY(24px)!important;
}
#fleet.fleet26-inview .fleet26-head{
  opacity:1!important;
  transform:none!important;
  transition:opacity .7s ease,transform .85s cubic-bezier(.18,.8,.22,1)!important;
}
#fleet.fleet26-inview .fleet26-photo{
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  transition:opacity .85s ease .10s,transform 1s cubic-bezier(.18,.8,.22,1) .10s,filter .75s ease .10s!important;
}
#fleet.fleet26-inview .fleet26-bottom{
  opacity:1!important;
  transform:none!important;
  transition:opacity .65s ease .28s,transform .8s cubic-bezier(.18,.8,.22,1) .28s!important;
}
#fleet.fleet26-inview .fleet26-floating{
  animation:f26float .72s cubic-bezier(.18,.8,.22,1) both!important;
}
#fleet.fleet26-inview .fleet26-f1{animation-delay:.28s!important}
#fleet.fleet26-inview .fleet26-f2{animation-delay:.36s!important}
#fleet.fleet26-inview .fleet26-f3{animation-delay:.44s!important}
#fleet.fleet26-inview .fleet26-f4{animation-delay:.52s!important}
@keyframes f26float{
  from{opacity:0;transform:translateY(28px) scale(.94)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

@media(max-width:1050px){
  #fleet .fleet26-head{grid-template-columns:1fr!important;gap:24px!important}
  #fleet .fleet26-f2{left:25%!important}
  #fleet .fleet26-f3{right:25%!important}
}
@media(max-width:800px){
  #fleet .fleet26-photo{min-height:620px!important}
  #fleet .fleet26-photo>img{height:620px!important}
  #fleet .fleet26-floating{width:calc(50% - 34px)!important}
  #fleet .fleet26-f1{left:18px!important;bottom:132px!important}
  #fleet .fleet26-f2{left:auto!important;right:18px!important;bottom:132px!important}
  #fleet .fleet26-f3{left:18px!important;right:auto!important;bottom:18px!important}
  #fleet .fleet26-f4{right:18px!important;bottom:18px!important}
  #fleet .fleet26-bottom{grid-template-columns:1fr!important}
  #fleet .fleet26-point{border-right:0!important;border-bottom:1px solid rgba(116,175,239,.12)!important}
  #fleet .fleet26-point:last-child{border-bottom:0!important}
}
@media(max-width:620px){
  #fleet{padding-top:76px!important;padding-bottom:78px!important}
  #fleet .container{width:min(calc(100% - 28px),1460px)!important}
  #fleet .fleet26-head h2{font-size:39px!important}
  #fleet .fleet26-photo{min-height:665px!important}
  #fleet .fleet26-photo>img{height:360px!important;object-position:center center!important}
  #fleet .fleet26-floating{
    width:calc(50% - 22px)!important;
    background:rgba(4,20,44,.92)!important;
  }
  #fleet .fleet26-f1{left:10px!important;bottom:145px!important}
  #fleet .fleet26-f2{right:10px!important;bottom:145px!important}
  #fleet .fleet26-f3{left:10px!important;bottom:24px!important}
  #fleet .fleet26-f4{right:10px!important;bottom:24px!important}
  #fleet .fleet26-tag-right{display:none!important}
}
@media(prefers-reduced-motion:reduce){
  #fleet:not(.fleet26-inview) .fleet26-head,
  #fleet:not(.fleet26-inview) .fleet26-photo,
  #fleet:not(.fleet26-inview) .fleet26-bottom{
    opacity:1!important;transform:none!important;filter:none!important;
  }
  #fleet.fleet26-inview .fleet26-head,
  #fleet.fleet26-inview .fleet26-photo,
  #fleet.fleet26-inview .fleet26-bottom{
    transition:none!important;
  }
  #fleet.fleet26-inview .fleet26-floating{animation:none!important}
}

/* V4.27 — EDITORIAL FLEET, FLEET SECTION ONLY */
#fleet{
  padding:112px 0 104px!important;
  background:#f3f6f8!important;
  color:#071a34!important;
}
#fleet::before{
  background:linear-gradient(90deg,rgba(7,26,52,.035) 1px,transparent 1px)!important;
  background-size:calc((100vw - 64px)/6) 100%!important;
  opacity:.45!important;
}
#fleet .container{width:min(calc(100% - 64px),1460px)!important}
#fleet .fleet27-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,.48fr)!important;
  grid-template-areas:"eyebrow eyebrow" "title text"!important;
  align-items:end!important;
  gap:12px 80px!important;
  margin:0 0 42px!important;
}
#fleet .fleet27-head .eyebrow{grid-area:eyebrow;color:#1673d1!important}
#fleet .fleet27-head h2{
  grid-area:title!important;
  margin:0!important;
  max-width:820px!important;
  color:#071a34!important;
  font-size:clamp(46px,5vw,76px)!important;
  line-height:.96!important;
  letter-spacing:-.055em!important;
  font-weight:760!important;
}
#fleet .fleet27-head>p{
  grid-area:text!important;
  margin:0 0 4px!important;
  max-width:450px!important;
  color:#526174!important;
  font-size:17px!important;
  line-height:1.65!important;
}
#fleet .fleet27-stage{position:relative!important;padding-right:300px!important}
#fleet .fleet27-photo{
  position:relative!important;
  overflow:hidden!important;
  min-height:600px!important;
  margin:0!important;
  border-radius:4px!important;
  background:#071a34!important;
  box-shadow:0 28px 70px rgba(12,31,54,.14)!important;
}
#fleet .fleet27-photo::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,transparent 52%,rgba(3,14,29,.58) 100%)!important;
  pointer-events:none!important;
}
#fleet .fleet27-photo>img{
  display:block!important;
  width:100%!important;
  height:600px!important;
  object-fit:cover!important;
  object-position:center 56%!important;
  filter:saturate(.86) contrast(1.04) brightness(1.04)!important;
  transform:scale(1.01)!important;
  transition:transform 1s cubic-bezier(.18,.78,.2,1),filter .5s ease!important;
}
#fleet .fleet27-photo:hover>img{transform:scale(1.025)!important;filter:saturate(.94) contrast(1.04) brightness(1.06)!important}
#fleet .fleet27-photo figcaption{
  position:absolute!important;
  z-index:2!important;
  left:28px!important;
  right:330px!important;
  bottom:24px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#fff!important;
}
#fleet .fleet27-photo figcaption b{font-size:11px!important;letter-spacing:.13em!important}
#fleet .fleet27-photo figcaption small{margin-left:auto!important;color:#bcd0e5!important;font-size:10px!important;letter-spacing:.13em!important}
#fleet .fleet27-live{width:7px!important;height:7px!important;border-radius:50%!important;background:#4fc3ff!important;box-shadow:0 0 0 5px rgba(79,195,255,.13)!important}
#fleet .fleet27-card{
  position:absolute!important;
  z-index:4!important;
  top:50%!important;
  right:0!important;
  width:410px!important;
  min-height:476px!important;
  padding:34px!important;
  background:#081c38!important;
  color:#fff!important;
  box-shadow:0 30px 70px rgba(3,18,37,.25)!important;
  transform:translateY(-50%)!important;
}
#fleet .fleet27-card::before{content:""!important;position:absolute!important;top:0!important;left:0!important;width:68px!important;height:3px!important;background:#2f91ee!important}
#fleet .fleet27-card-head{display:flex!important;justify-content:space-between!important;align-items:center!important;padding-bottom:20px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
#fleet .fleet27-card-head span,#fleet .fleet27-card-head small{color:#69b7ff!important;font-size:9px!important;font-weight:800!important;letter-spacing:.15em!important}
#fleet .fleet27-specs{display:grid!important;grid-template-columns:1fr 1fr!important;margin-top:8px!important}
#fleet .fleet27-spec{min-height:112px!important;padding:22px 12px 18px 0!important;border-bottom:1px solid rgba(255,255,255,.10)!important}
#fleet .fleet27-spec:nth-child(odd){border-right:1px solid rgba(255,255,255,.10)!important}
#fleet .fleet27-spec:nth-child(even){padding-left:24px!important}
#fleet .fleet27-spec b{display:block!important;color:#fff!important;font-size:30px!important;line-height:1!important;letter-spacing:-.04em!important}
#fleet .fleet27-spec b em{color:#61aef6!important;font-size:14px!important;font-style:normal!important;font-weight:700!important}
#fleet .fleet27-spec span{display:block!important;margin-top:9px!important;color:#a9bad0!important;font-size:10.5px!important;line-height:1.3!important}
#fleet .fleet27-features{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:23px!important}
#fleet .fleet27-features span{padding:8px 10px!important;border:1px solid rgba(112,180,247,.22)!important;color:#c6d6e8!important;font-size:10px!important}
#fleet .fleet27-link{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:24px!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:700!important}
#fleet .fleet27-link b{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;background:#2588e8!important;color:#fff!important;font-size:15px!important;transition:transform .25s ease,background .25s ease!important}
#fleet .fleet27-link:hover b{transform:translate(3px,-3px)!important;background:#55a9f4!important}
#fleet .fleet27-note{margin:14px 0 0!important;color:#6e7d8e!important}
#fleet:not(.fleet26-inview) .fleet27-head{opacity:0!important;transform:translateY(20px)!important}
#fleet:not(.fleet26-inview) .fleet27-photo{opacity:0!important;transform:translateY(34px)!important}
#fleet:not(.fleet26-inview) .fleet27-card{opacity:0!important;transform:translate(36px,-50%)!important}
#fleet.fleet26-inview .fleet27-head{opacity:1!important;transform:none!important;transition:opacity .65s ease,transform .8s cubic-bezier(.18,.8,.22,1)!important}
#fleet.fleet26-inview .fleet27-photo{opacity:1!important;transform:none!important;transition:opacity .75s ease .08s,transform .9s cubic-bezier(.18,.8,.22,1) .08s!important}
#fleet.fleet26-inview .fleet27-card{opacity:1!important;transform:translateY(-50%)!important;transition:opacity .7s ease .22s,transform .9s cubic-bezier(.18,.8,.22,1) .22s!important}
@media(max-width:1050px){
  #fleet .fleet27-head{grid-template-columns:1fr!important;grid-template-areas:"eyebrow" "title" "text"!important;gap:12px!important}
  #fleet .fleet27-head>p{margin-top:8px!important}
  #fleet .fleet27-stage{padding-right:0!important}
  #fleet .fleet27-photo{min-height:520px!important}
  #fleet .fleet27-photo>img{height:520px!important}
  #fleet .fleet27-card{position:relative!important;top:auto!important;right:auto!important;width:calc(100% - 48px)!important;min-height:0!important;margin:-64px 24px 0 auto!important;transform:none!important}
  #fleet .fleet27-photo figcaption{right:28px!important;bottom:90px!important}
  #fleet:not(.fleet26-inview) .fleet27-card{transform:translateY(28px)!important}
  #fleet.fleet26-inview .fleet27-card{transform:none!important}
}
@media(max-width:620px){
  #fleet{padding:78px 0 76px!important}
  #fleet .container{width:min(calc(100% - 28px),1460px)!important}
  #fleet .fleet27-head{margin-bottom:28px!important}
  #fleet .fleet27-head h2{font-size:43px!important}
  #fleet .fleet27-head>p{font-size:15px!important}
  #fleet .fleet27-photo{min-height:380px!important}
  #fleet .fleet27-photo>img{height:380px!important;object-position:center center!important}
  #fleet .fleet27-photo figcaption{left:16px!important;right:16px!important;bottom:72px!important}
  #fleet .fleet27-photo figcaption small{display:none!important}
  #fleet .fleet27-card{width:calc(100% - 20px)!important;margin:-48px 10px 0!important;padding:25px 22px!important}
  #fleet .fleet27-spec{min-height:100px!important}
  #fleet .fleet27-spec:nth-child(even){padding-left:18px!important}
  #fleet .fleet27-spec b{font-size:27px!important}
  #fleet .fleet27-features{display:grid!important;grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){
  #fleet:not(.fleet26-inview) .fleet27-head,#fleet:not(.fleet26-inview) .fleet27-photo,#fleet:not(.fleet26-inview) .fleet27-card{opacity:1!important;transform:none!important}
  #fleet.fleet26-inview .fleet27-head,#fleet.fleet26-inview .fleet27-photo,#fleet.fleet26-inview .fleet27-card{transition:none!important}
}

/* V4.28 — QUIET AUTOMOTIVE FLEET, FLEET SECTION ONLY */
#fleet{
  padding:108px 0 100px!important;
  background:#07172c!important;
  color:#fff!important;
}
#fleet::before{
  background:
    radial-gradient(circle at 84% 8%,rgba(40,126,220,.13),transparent 29%),
    linear-gradient(180deg,rgba(255,255,255,.015),transparent 40%)!important;
  opacity:1!important;
}
#fleet .container{width:min(calc(100% - 64px),1460px)!important}
#fleet .fleet28-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:42px!important;
  margin:0 0 34px!important;
}
#fleet .fleet28-head .eyebrow{margin:0 0 5px!important;color:#62adf4!important;white-space:nowrap!important}
#fleet .fleet28-head h2{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(44px,5.1vw,76px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:740!important;
  text-align:right!important;
}
#fleet .fleet28-photo{
  position:relative!important;
  overflow:hidden!important;
  height:610px!important;
  margin:0!important;
  border-radius:2px!important;
  background:#061326!important;
  box-shadow:0 30px 80px rgba(0,7,18,.30)!important;
}
#fleet .fleet28-photo::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(1,10,24,.06) 50%,rgba(1,10,24,.62) 100%)!important;
}
#fleet .fleet28-photo>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 56%!important;
  transform:scale(1.008)!important;
  filter:saturate(.90) contrast(1.035)!important;
  transition:transform 1.1s cubic-bezier(.2,.75,.2,1),filter .5s ease!important;
}
#fleet .fleet28-photo:hover>img{transform:scale(1.024)!important;filter:saturate(.97) contrast(1.04) brightness(1.025)!important}
#fleet .fleet28-photo figcaption{
  position:absolute!important;
  z-index:2!important;
  left:26px!important;
  right:26px!important;
  bottom:22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  color:#fff!important;
}
#fleet .fleet28-photo figcaption span,#fleet .fleet28-photo figcaption small{font-size:9.5px!important;font-weight:800!important;letter-spacing:.15em!important}
#fleet .fleet28-photo figcaption small{color:#bbcee2!important}
#fleet .fleet28-specs{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  border-bottom:1px solid rgba(145,184,224,.18)!important;
}
#fleet .fleet28-spec{
  position:relative!important;
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-areas:"num value" ". label"!important;
  column-gap:22px!important;
  align-items:start!important;
  min-height:142px!important;
  padding:30px 30px 26px 0!important;
  border-right:1px solid rgba(145,184,224,.15)!important;
}
#fleet .fleet28-spec:not(:first-child){padding-left:30px!important}
#fleet .fleet28-spec:last-child{border-right:0!important}
#fleet .fleet28-spec>span{grid-area:num!important;margin-top:5px!important;color:#4c9deb!important;font-size:9px!important;font-weight:850!important;letter-spacing:.14em!important}
#fleet .fleet28-spec b{grid-area:value!important;color:#fff!important;font-size:34px!important;line-height:1!important;letter-spacing:-.045em!important}
#fleet .fleet28-spec b em{color:#5caaf1!important;font-size:15px!important;font-style:normal!important;font-weight:700!important}
#fleet .fleet28-spec small{grid-area:label!important;margin-top:10px!important;color:#92a9c1!important;font-size:11px!important;line-height:1.25!important}
#fleet .fleet28-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:30px!important;padding:24px 0 0!important}
#fleet .fleet28-foot p{margin:0!important;color:#b6c6d7!important;font-size:13px!important}
#fleet .fleet28-foot a{display:flex!important;align-items:center!important;gap:14px!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:750!important}
#fleet .fleet28-foot a b{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border:1px solid rgba(105,175,242,.5)!important;color:#65b3f9!important;transition:background .25s ease,color .25s ease,transform .25s ease!important}
#fleet .fleet28-foot a:hover b{background:#2d8de6!important;color:#fff!important;transform:translate(2px,-2px)!important}
#fleet .fleet28-note{margin:12px 0 0!important;color:#667f99!important}
#fleet:not(.fleet26-inview) .fleet28-head{opacity:0!important;transform:translateY(20px)!important}
#fleet:not(.fleet26-inview) .fleet28-photo{opacity:0!important;transform:translateY(36px) scale(.99)!important}
#fleet:not(.fleet26-inview) .fleet28-specs,#fleet:not(.fleet26-inview) .fleet28-foot,#fleet:not(.fleet26-inview) .fleet28-note{opacity:0!important;transform:translateY(16px)!important}
#fleet.fleet26-inview .fleet28-head{opacity:1!important;transform:none!important;transition:opacity .6s ease,transform .75s cubic-bezier(.18,.8,.22,1)!important}
#fleet.fleet26-inview .fleet28-photo{opacity:1!important;transform:none!important;transition:opacity .8s ease .08s,transform .95s cubic-bezier(.18,.8,.22,1) .08s!important}
#fleet.fleet26-inview .fleet28-specs,#fleet.fleet26-inview .fleet28-foot,#fleet.fleet26-inview .fleet28-note{opacity:1!important;transform:none!important;transition:opacity .65s ease .24s,transform .75s cubic-bezier(.18,.8,.22,1) .24s!important}
@media(max-width:900px){
  #fleet .fleet28-head{display:block!important}
  #fleet .fleet28-head .eyebrow{margin-bottom:12px!important}
  #fleet .fleet28-head h2{text-align:left!important}
  #fleet .fleet28-photo{height:500px!important}
  #fleet .fleet28-specs{grid-template-columns:1fr 1fr!important}
  #fleet .fleet28-spec:nth-child(2){border-right:0!important}
  #fleet .fleet28-spec:nth-child(-n+2){border-bottom:1px solid rgba(145,184,224,.15)!important}
}
@media(max-width:620px){
  #fleet{padding:76px 0 72px!important}
  #fleet .container{width:min(calc(100% - 28px),1460px)!important}
  #fleet .fleet28-head{margin-bottom:24px!important}
  #fleet .fleet28-head h2{font-size:43px!important}
  #fleet .fleet28-photo{height:365px!important}
  #fleet .fleet28-photo>img{object-position:center center!important}
  #fleet .fleet28-photo figcaption{left:15px!important;right:15px!important;bottom:14px!important}
  #fleet .fleet28-photo figcaption small{display:none!important}
  #fleet .fleet28-spec{grid-template-columns:20px 1fr!important;column-gap:10px!important;min-height:118px!important;padding:24px 12px 20px 0!important}
  #fleet .fleet28-spec:not(:first-child){padding-left:14px!important}
  #fleet .fleet28-spec b{font-size:27px!important}
  #fleet .fleet28-spec b em{font-size:12px!important}
  #fleet .fleet28-foot{display:grid!important;gap:20px!important;padding-top:22px!important}
  #fleet .fleet28-foot a{justify-content:space-between!important}
}
@media(prefers-reduced-motion:reduce){
  #fleet:not(.fleet26-inview) .fleet28-head,#fleet:not(.fleet26-inview) .fleet28-photo,#fleet:not(.fleet26-inview) .fleet28-specs,#fleet:not(.fleet26-inview) .fleet28-foot,#fleet:not(.fleet26-inview) .fleet28-note{opacity:1!important;transform:none!important}
  #fleet.fleet26-inview .fleet28-head,#fleet.fleet26-inview .fleet28-photo,#fleet.fleet26-inview .fleet28-specs,#fleet.fleet26-inview .fleet28-foot,#fleet.fleet26-inview .fleet28-note{transition:none!important}
}

/* V4.29 — CORPORATE SCALE PANORAMA, FLEET SECTION ONLY */
#fleet{
  padding:116px 0 102px!important;
  background:
    radial-gradient(circle at 78% 0%,rgba(34,119,222,.14),transparent 30%),
    linear-gradient(180deg,#06152a 0%,#071a34 100%)!important;
}
#fleet::before{
  content:"FLEET"!important;
  position:absolute!important;
  inset:16px 0 auto!important;
  display:block!important;
  color:rgba(115,169,226,.025)!important;
  background:none!important;
  font-family:Manrope,Inter,sans-serif!important;
  font-size:min(23vw,360px)!important;
  font-weight:800!important;
  line-height:.8!important;
  letter-spacing:-.08em!important;
  text-align:center!important;
  pointer-events:none!important;
}
#fleet .container{width:min(calc(100% - 64px),1540px)!important;max-width:1540px!important}
#fleet .fleet29-head{position:relative!important;z-index:2!important;margin-bottom:42px!important}
#fleet .fleet29-kicker{display:flex!important;align-items:center!important;justify-content:space-between!important;padding-bottom:18px!important;border-bottom:1px solid rgba(125,177,231,.18)!important}
#fleet .fleet29-kicker .eyebrow{margin:0!important;color:#60adf8!important}
#fleet .fleet29-kicker>span{color:#8ba3bd!important;font-size:9px!important;font-weight:800!important;letter-spacing:.18em!important}
#fleet .fleet29-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,.42fr)!important;gap:100px!important;align-items:end!important;margin-top:30px!important}
#fleet .fleet29-title-row h2{margin:0!important;max-width:980px!important;color:#fff!important;font-size:clamp(52px,5.7vw,86px)!important;line-height:.96!important;letter-spacing:-.058em!important;font-weight:760!important}
#fleet .fleet29-title-row p{margin:0 0 7px!important;max-width:500px!important;color:#b2c5d9!important;font-size:16px!important;line-height:1.7!important}
#fleet .fleet29-panorama{position:relative!important;z-index:2!important;overflow:hidden!important;margin:0!important;aspect-ratio:4.15/1!important;min-height:310px!important;border:1px solid rgba(115,175,235,.18)!important;background:#041225!important;box-shadow:0 34px 90px rgba(0,7,19,.35)!important}
#fleet .fleet29-panorama::after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(4,18,38,.02) 55%,rgba(3,14,30,.42) 100%)!important;pointer-events:none!important}
#fleet .fleet29-panorama>img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 58%!important;transform:scale(1.015)!important;filter:saturate(.96) contrast(1.04) brightness(1.02)!important;transition:transform 1.2s cubic-bezier(.18,.78,.2,1),filter .5s ease!important}
#fleet .fleet29-panorama:hover>img{transform:scale(1.026)!important;filter:saturate(1.02) contrast(1.04) brightness(1.04)!important}
#fleet .fleet29-panorama figcaption{position:absolute!important;z-index:2!important;left:22px!important;right:22px!important;bottom:17px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;color:#fff!important}
#fleet .fleet29-panorama figcaption span,#fleet .fleet29-panorama figcaption small{font-size:9px!important;font-weight:850!important;letter-spacing:.17em!important}
#fleet .fleet29-panorama figcaption small{color:#9cc8f1!important}
#fleet .fleet29-data{position:relative!important;z-index:3!important;display:grid!important;grid-template-columns:.82fr repeat(4,1fr)!important;margin:-1px 0 0!important;border:1px solid rgba(115,175,235,.18)!important;background:#091e3b!important;box-shadow:0 24px 60px rgba(0,8,23,.18)!important}
#fleet .fleet29-data-label,#fleet .fleet29-spec{min-height:142px!important;padding:29px 28px!important;border-right:1px solid rgba(128,181,234,.16)!important}
#fleet .fleet29-data-label{display:flex!important;flex-direction:column!important;justify-content:space-between!important;background:#0b2447!important}
#fleet .fleet29-data-label small{color:#5ca9f2!important;font-size:9px!important;font-weight:850!important;letter-spacing:.16em!important}
#fleet .fleet29-data-label b{color:#8ba4bf!important;font-size:10px!important;letter-spacing:.14em!important}
#fleet .fleet29-spec:last-child{border-right:0!important}
#fleet .fleet29-spec b{display:block!important;color:#fff!important;font-size:35px!important;line-height:1!important;letter-spacing:-.045em!important}
#fleet .fleet29-spec b em{color:#61b4ff!important;font-size:15px!important;font-style:normal!important;font-weight:750!important}
#fleet .fleet29-spec small{display:block!important;margin-top:12px!important;color:#92abc4!important;font-size:11px!important;line-height:1.3!important}
#fleet .fleet29-foot{display:grid!important;grid-template-columns:repeat(3,1fr) auto!important;align-items:center!important;margin-top:24px!important;border-top:1px solid rgba(125,177,231,.15)!important;border-bottom:1px solid rgba(125,177,231,.15)!important}
#fleet .fleet29-foot>div{display:flex!important;align-items:center!important;gap:15px!important;min-height:74px!important;padding:0 24px!important;border-right:1px solid rgba(125,177,231,.14)!important}
#fleet .fleet29-foot>div:first-child{padding-left:0!important}
#fleet .fleet29-foot>div span{color:#4d9eea!important;font-size:9px!important;font-weight:850!important;letter-spacing:.13em!important}
#fleet .fleet29-foot>div b{color:#d7e3f0!important;font-size:12px!important;font-weight:650!important}
#fleet .fleet29-foot>a{display:flex!important;align-items:center!important;gap:22px!important;padding-left:30px!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:750!important;white-space:nowrap!important}
#fleet .fleet29-foot>a b{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;background:#278be8!important;color:#fff!important;transition:transform .25s ease,background .25s ease!important}
#fleet .fleet29-foot>a:hover b{transform:translate(3px,-3px)!important;background:#5aaff8!important}
#fleet .fleet29-note{margin:12px 0 0!important;color:#678099!important}
#fleet:not(.fleet26-inview) .fleet29-head{opacity:0!important;transform:translateY(22px)!important}
#fleet:not(.fleet26-inview) .fleet29-panorama{opacity:0!important;transform:translateY(38px) scale(.99)!important}
#fleet:not(.fleet26-inview) .fleet29-data,#fleet:not(.fleet26-inview) .fleet29-foot,#fleet:not(.fleet26-inview) .fleet29-note{opacity:0!important;transform:translateY(20px)!important}
#fleet.fleet26-inview .fleet29-head{opacity:1!important;transform:none!important;transition:opacity .65s ease,transform .8s cubic-bezier(.18,.8,.22,1)!important}
#fleet.fleet26-inview .fleet29-panorama{opacity:1!important;transform:none!important;transition:opacity .8s ease .08s,transform .95s cubic-bezier(.18,.8,.22,1) .08s!important}
#fleet.fleet26-inview .fleet29-data,#fleet.fleet26-inview .fleet29-foot,#fleet.fleet26-inview .fleet29-note{opacity:1!important;transform:none!important;transition:opacity .7s ease .22s,transform .82s cubic-bezier(.18,.8,.22,1) .22s!important}
@media(max-width:1100px){
  #fleet .fleet29-title-row{grid-template-columns:1fr!important;gap:22px!important}
  #fleet .fleet29-title-row p{margin:0!important}
  #fleet .fleet29-panorama{aspect-ratio:3.1/1!important}
  #fleet .fleet29-data{grid-template-columns:repeat(4,1fr)!important}
  #fleet .fleet29-data-label{grid-column:1/-1!important;min-height:62px!important;flex-direction:row!important;align-items:center!important;padding:18px 22px!important;border-right:0!important;border-bottom:1px solid rgba(128,181,234,.16)!important}
  #fleet .fleet29-foot{grid-template-columns:repeat(3,1fr)!important}
  #fleet .fleet29-foot>a{grid-column:1/-1!important;justify-content:space-between!important;min-height:68px!important;padding:0!important;border-top:1px solid rgba(125,177,231,.14)!important}
}
@media(max-width:720px){
  #fleet{padding:78px 0 74px!important}
  #fleet .container{width:min(calc(100% - 28px),1540px)!important}
  #fleet .fleet29-head{margin-bottom:28px!important}
  #fleet .fleet29-kicker>span{display:none!important}
  #fleet .fleet29-title-row{margin-top:22px!important}
  #fleet .fleet29-title-row h2{font-size:45px!important}
  #fleet .fleet29-title-row p{font-size:14px!important}
  #fleet .fleet29-panorama{aspect-ratio:1.75/1!important;min-height:0!important}
  #fleet .fleet29-panorama>img{object-fit:cover!important;object-position:center center!important}
  #fleet .fleet29-panorama figcaption{left:13px!important;right:13px!important;bottom:11px!important}
  #fleet .fleet29-panorama figcaption small{display:none!important}
  #fleet .fleet29-data{grid-template-columns:1fr 1fr!important}
  #fleet .fleet29-data-label{grid-column:1/-1!important}
  #fleet .fleet29-spec{min-height:116px!important;padding:23px 18px!important}
  #fleet .fleet29-spec:nth-child(3),#fleet .fleet29-spec:nth-child(5){border-right:0!important}
  #fleet .fleet29-spec:nth-child(2),#fleet .fleet29-spec:nth-child(3){border-bottom:1px solid rgba(128,181,234,.16)!important}
  #fleet .fleet29-spec b{font-size:29px!important}
  #fleet .fleet29-foot{grid-template-columns:1fr!important}
  #fleet .fleet29-foot>div{min-height:55px!important;padding:0!important;border-right:0!important;border-bottom:1px solid rgba(125,177,231,.12)!important}
  #fleet .fleet29-foot>a{grid-column:auto!important}
}
@media(prefers-reduced-motion:reduce){
  #fleet:not(.fleet26-inview) .fleet29-head,#fleet:not(.fleet26-inview) .fleet29-panorama,#fleet:not(.fleet26-inview) .fleet29-data,#fleet:not(.fleet26-inview) .fleet29-foot,#fleet:not(.fleet26-inview) .fleet29-note{opacity:1!important;transform:none!important}
  #fleet.fleet26-inview .fleet29-head,#fleet.fleet26-inview .fleet29-panorama,#fleet.fleet26-inview .fleet29-data,#fleet.fleet26-inview .fleet29-foot,#fleet.fleet26-inview .fleet29-note{transition:none!important}
}

/* V4.30 — ARCHITECTURAL CORPORATE, FLEET SECTION ONLY */
#fleet{
  padding:112px 0 104px!important;
  background:#edf1f4!important;
  color:#071a34!important;
}
#fleet::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(90deg,rgba(10,34,60,.035) 1px,transparent 1px),
    linear-gradient(rgba(10,34,60,.025) 1px,transparent 1px)!important;
  background-size:calc((100vw - 64px)/6) 100%,100% 152px!important;
  opacity:.75!important;
}
#fleet .fleet29-head{margin-bottom:40px!important}
#fleet .fleet29-kicker{border-bottom:1px solid #cbd4dd!important}
#fleet .fleet29-kicker .eyebrow{color:#126bc2!important}
#fleet .fleet29-kicker>span{color:#657688!important}
#fleet .fleet29-title-row{grid-template-columns:minmax(0,1fr) minmax(320px,.40fr)!important;gap:110px!important;margin-top:27px!important}
#fleet .fleet29-title-row h2{max-width:920px!important;color:#071a34!important;font-size:clamp(52px,5.5vw,82px)!important;line-height:.97!important;letter-spacing:-.058em!important}
#fleet .fleet29-title-row p{color:#526477!important;font-size:16px!important;line-height:1.72!important}
#fleet .fleet29-panorama{border:0!important;background:#071a34!important;box-shadow:0 30px 70px rgba(18,37,58,.16)!important}
#fleet .fleet29-panorama figcaption span{color:#fff!important}
#fleet .fleet29-panorama figcaption small{color:#afd4f5!important}
#fleet .fleet29-data{border:0!important;background:#fff!important;box-shadow:0 22px 50px rgba(20,42,64,.10)!important}
#fleet .fleet29-data-label,#fleet .fleet29-spec{border-right:1px solid #e0e6eb!important}
#fleet .fleet29-data-label{background:#092240!important}
#fleet .fleet29-data-label small{color:#65b5ff!important}
#fleet .fleet29-data-label b{color:#a7bdd2!important}
#fleet .fleet29-spec b{color:#0a203a!important}
#fleet .fleet29-spec b em{color:#1977cf!important}
#fleet .fleet29-spec small{color:#657688!important}
#fleet .fleet29-foot{margin-top:28px!important;border-top:1px solid #cbd4dd!important;border-bottom:1px solid #cbd4dd!important}
#fleet .fleet29-foot>div{border-right:1px solid #d3dbe3!important}
#fleet .fleet29-foot>div span{color:#1672c8!important}
#fleet .fleet29-foot>div b{color:#263b50!important}
#fleet .fleet29-foot>a{color:#081d37!important}
#fleet .fleet29-foot>a b{background:#0b315b!important;color:#fff!important}
#fleet .fleet29-foot>a:hover b{background:#197bd4!important}
#fleet .fleet29-note{color:#778594!important}
@media(max-width:1100px){
  #fleet .fleet29-data-label{border-bottom:1px solid #dce3e9!important}
  #fleet .fleet29-foot>a{border-top:1px solid #d3dbe3!important}
}
@media(max-width:720px){
  #fleet{padding:76px 0 74px!important}
  #fleet::before{background-size:50% 100%,100% 120px!important}
  #fleet .fleet29-title-row h2{font-size:45px!important}
  #fleet .fleet29-spec:nth-child(2),#fleet .fleet29-spec:nth-child(3){border-bottom:1px solid #e0e6eb!important}
  #fleet .fleet29-foot>div{border-bottom:1px solid #d6dee5!important}
}

/* V4.31 — SCROLLING FLEET STORY, FLEET SECTION ONLY */
#fleet{
  position:relative!important;
  overflow:hidden!important;
  padding:112px 0 96px!important;
  background:#f7f9fb!important;
  color:#071b35!important;
}
#fleet::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(90deg,rgba(10,42,76,.035) 1px,transparent 1px),
    linear-gradient(rgba(10,42,76,.026) 1px,transparent 1px)!important;
  background-size:110px 100%,100% 110px!important;
  opacity:.55!important;
  pointer-events:none!important;
}
#fleet .fleet31-blue-plane{
  position:absolute!important;
  z-index:1!important;
  top:0!important;
  left:0!important;
  width:min(32vw,560px)!important;
  height:610px!important;
  background:linear-gradient(155deg,#073b83 0%,#0d66bd 70%,#5daee8 100%)!important;
  clip-path:polygon(0 0,100% 0,42% 100%,0 100%)!important;
  box-shadow:32px 0 80px rgba(10,66,126,.10)!important;
}
#fleet .container{position:relative!important;z-index:2!important;width:min(calc(100% - 64px),1540px)!important;max-width:1540px!important}
#fleet .fleet31-head{
  position:relative!important;
  z-index:4!important;
  width:min(560px,42%)!important;
  min-height:264px!important;
  margin-left:clamp(72px,9vw,145px)!important;
  padding:28px 32px 30px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,255,255,.72))!important;
  border:1px solid rgba(25,75,119,.13)!important;
  border-left:4px solid #177fd2!important;
  border-radius:0 30px 30px 0!important;
  clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%)!important;
  box-shadow:0 18px 44px rgba(10,42,76,.15),0 6px 18px rgba(13,93,156,.09),0 0 0 1px rgba(31,128,211,.08)!important;
  transition:background .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.8,.2,1)!important;
  transform-origin:left center!important;
  -webkit-backdrop-filter:blur(10px)!important;
  backdrop-filter:blur(10px)!important;
}
#fleet .fleet31-head:hover{
  background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(255,255,255,.68))!important;
  box-shadow:0 24px 56px rgba(10,42,76,.18),0 0 0 1px rgba(30,132,224,.30),0 0 34px rgba(30,132,224,.20)!important;
}
#fleet .fleet31-head .eyebrow{margin-bottom:0!important;color:#0d64ad!important;font-size:12px!important;font-weight:850!important}
#fleet .fleet31-head h2{margin:12px 0 16px!important;color:#061a34!important;font-family:Manrope,Inter,Arial,sans-serif!important;font-size:clamp(52px,5.3vw,78px)!important;line-height:.96!important;letter-spacing:-.052em!important;font-weight:800!important}
#fleet .fleet31-head>p{margin:0!important;max-width:510px!important;color:#314b62!important;font-size:16px!important;font-weight:500!important;line-height:1.68!important}
#fleet .fleet31-standard{display:flex!important;align-items:center!important;gap:11px!important;width:max-content!important;margin-top:22px!important;padding:10px 14px!important;background:#082f59!important;color:#fff!important}
#fleet .fleet31-standard span{width:32px!important;height:2px!important;background:#53b5ff!important}
#fleet .fleet31-standard b{font-size:10px!important;font-weight:800!important;letter-spacing:.15em!important}
#fleet .fleet31-motion{
  position:relative!important;
  z-index:3!important;
  height:410px!important;
  margin:-235px -4vw 0!important;
  pointer-events:none!important;
}
#fleet .fleet31-moving-truck{
  --fleet31-shift:0px;
  position:absolute!important;
  z-index:3!important;
  top:36px!important;
  left:56.5%!important;
  display:block!important;
  width:min(74vw,1120px)!important;
  height:auto!important;
  max-width:none!important;
  transform:translate3d(var(--fleet31-shift),0,0)!important;
  filter:drop-shadow(0 24px 22px rgba(14,35,57,.16))!important;
  will-change:transform!important;
}
#fleet .fleet31-route{position:absolute!important;z-index:1!important;left:12%!important;right:4%!important;bottom:35px!important;display:flex!important;align-items:center!important}
#fleet .fleet31-route span{flex:1!important;height:1px!important;background:linear-gradient(90deg,#1778c9,rgba(23,120,201,.18))!important}
#fleet .fleet31-route i{width:7px!important;height:7px!important;border-radius:50%!important;background:#1679ca!important;box-shadow:0 0 0 6px rgba(22,121,202,.09)!important}
#fleet .fleet31-motion>small{position:absolute!important;z-index:2!important;right:4%!important;bottom:54px!important;padding:7px 10px!important;background:rgba(255,255,255,.94)!important;color:#0a416f!important;font-family:Manrope,Inter,Arial,sans-serif!important;font-size:10px!important;font-weight:800!important;letter-spacing:.14em!important;box-shadow:0 8px 20px rgba(10,42,76,.08)!important}
#fleet .fleet31-proof{position:relative!important;z-index:4!important;margin-top:-22px!important;box-shadow:0 30px 80px rgba(16,42,68,.14)!important}
#fleet .fleet31-panorama{position:relative!important;overflow:hidden!important;margin:0!important;aspect-ratio:4.15/1!important;min-height:310px!important;background:#06182e!important}
#fleet .fleet31-panorama::after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,transparent 55%,rgba(2,13,27,.5) 100%)!important;pointer-events:none!important}
#fleet .fleet31-panorama>img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 58%!important;transform:scale(1.012)!important;filter:saturate(.95) contrast(1.035)!important;transition:transform 1.1s cubic-bezier(.2,.76,.2,1),filter .45s ease!important}
#fleet .fleet31-panorama:hover>img{transform:scale(1.024)!important;filter:saturate(1) contrast(1.04) brightness(1.025)!important}
#fleet .fleet31-panorama figcaption{position:absolute!important;z-index:2!important;left:22px!important;right:22px!important;bottom:17px!important;display:flex!important;justify-content:space-between!important;color:#fff!important}
#fleet .fleet31-panorama figcaption span,#fleet .fleet31-panorama figcaption small{font-size:9px!important;font-weight:850!important;letter-spacing:.16em!important}
#fleet .fleet31-panorama figcaption small{color:#a9d3f6!important}
#fleet .fleet31-specs{display:grid!important;grid-template-columns:repeat(4,1fr)!important;background:#073d7f!important}
#fleet .fleet31-specs>div{display:grid!important;grid-template-columns:auto 1fr!important;grid-template-areas:"n v" ". l"!important;column-gap:18px!important;min-height:134px!important;padding:28px!important;border-right:1px solid rgba(255,255,255,.16)!important}
#fleet .fleet31-specs>div:last-child{border-right:0!important}
#fleet .fleet31-specs span{grid-area:n!important;margin-top:4px!important;color:#63baff!important;font-size:9px!important;font-weight:850!important;letter-spacing:.13em!important}
#fleet .fleet31-specs b{grid-area:v!important;color:#fff!important;font-size:33px!important;line-height:1!important;letter-spacing:-.045em!important}
#fleet .fleet31-specs b em{color:#6ac0ff!important;font-size:14px!important;font-style:normal!important}
#fleet .fleet31-specs small{grid-area:l!important;margin-top:10px!important;color:#bfd7ed!important;font-size:10px!important}
#fleet .fleet31-foot{display:grid!important;grid-template-columns:repeat(3,1fr) auto!important;align-items:center!important;margin-top:28px!important;border-top:1px solid #cad5de!important;border-bottom:1px solid #cad5de!important}
#fleet .fleet31-foot>div{display:flex!important;align-items:center!important;gap:14px!important;min-height:72px!important;padding:0 24px!important;border-right:1px solid #d3dce4!important}
#fleet .fleet31-foot>div:first-child{padding-left:0!important}
#fleet .fleet31-foot>div span{color:#1575c8!important;font-size:9px!important;font-weight:850!important}
#fleet .fleet31-foot>div b{color:#263c50!important;font-size:11px!important;font-weight:650!important}
#fleet .fleet31-foot>a{display:flex!important;align-items:center!important;gap:18px!important;padding-left:30px!important;color:#071b35!important;text-decoration:none!important;font-size:12px!important;font-weight:750!important;white-space:nowrap!important}
#fleet .fleet31-foot>a b{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;background:#0e66b5!important;color:#fff!important;transition:transform .25s ease,background .25s ease!important}
#fleet .fleet31-foot>a b .ui-arrow{width:16px;height:16px}
#fleet .fleet31-foot>a:hover b{transform:translate(3px,-3px)!important;background:#2390eb!important}
#fleet .fleet31-note{margin:12px 0 0!important;color:#768796!important}
#fleet:not(.fleet26-inview) .fleet31-head{opacity:0!important;transform:translateY(20px)!important}
#fleet:not(.fleet26-inview) .fleet31-motion{opacity:0!important}
#fleet:not(.fleet26-inview) .fleet31-proof,#fleet:not(.fleet26-inview) .fleet31-foot,#fleet:not(.fleet26-inview) .fleet31-note{opacity:0!important;transform:translateY(28px)!important}
#fleet.fleet26-inview .fleet31-head{opacity:1!important;transform:none!important;transition:opacity .65s ease,transform .8s cubic-bezier(.18,.8,.22,1)!important}
#fleet.fleet26-inview .fleet31-motion{opacity:1!important;transition:opacity .7s ease .12s!important}
#fleet.fleet26-inview .fleet31-proof,#fleet.fleet26-inview .fleet31-foot,#fleet.fleet26-inview .fleet31-note{opacity:1!important;transform:none!important;transition:opacity .75s ease .24s,transform .9s cubic-bezier(.18,.8,.22,1) .24s!important}
@media(max-width:1100px){
  #fleet .fleet31-blue-plane{width:260px!important;height:520px!important}
  #fleet .fleet31-head{width:56%!important;margin-left:70px!important}
  #fleet .fleet31-motion{height:350px!important;margin-top:-170px!important}
  #fleet .fleet31-moving-truck{top:82px!important;left:58%!important;width:900px!important}
  #fleet .fleet31-panorama{aspect-ratio:3.1/1!important}
  #fleet .fleet31-foot{grid-template-columns:repeat(3,1fr)!important}
  #fleet .fleet31-foot>a{grid-column:1/-1!important;justify-content:space-between!important;min-height:66px!important;padding:0!important;border-top:1px solid #d3dce4!important}
}
@media(max-width:760px){
  #fleet{padding:76px 0 72px!important}
  #fleet .container{width:min(calc(100% - 28px),1540px)!important}
  #fleet .fleet31-blue-plane{width:125px!important;height:420px!important;clip-path:polygon(0 0,100% 0,20% 100%,0 100%)!important}
  #fleet .fleet31-head{width:auto!important;min-height:0!important;margin-left:24px!important;padding:22px 20px 24px!important}
  #fleet .fleet31-head h2{font-size:48px!important}
  #fleet .fleet31-head>p{font-size:14px!important}
  #fleet .fleet31-motion{height:260px!important;margin:10px -20px 0!important;overflow:visible!important}
  #fleet .fleet31-moving-truck{top:65px!important;left:48%!important;width:720px!important}
  #fleet .fleet31-route{left:4%!important;right:4%!important;bottom:24px!important}
  #fleet .fleet31-motion>small{display:none!important}
  #fleet .fleet31-proof{margin-top:0!important}
  #fleet .fleet31-panorama{aspect-ratio:1.75/1!important;min-height:0!important}
  #fleet .fleet31-panorama>img{object-position:center center!important}
  #fleet .fleet31-panorama figcaption{left:13px!important;right:13px!important;bottom:10px!important}
  #fleet .fleet31-panorama figcaption small{display:none!important}
  #fleet .fleet31-specs{grid-template-columns:1fr 1fr!important}
  #fleet .fleet31-specs>div{min-height:112px!important;padding:22px 16px!important}
  #fleet .fleet31-specs>div:nth-child(2){border-right:0!important}
  #fleet .fleet31-specs>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)!important}
  #fleet .fleet31-specs b{font-size:28px!important}
  #fleet .fleet31-foot{grid-template-columns:1fr!important}
  #fleet .fleet31-foot>div{min-height:54px!important;padding:0!important;border-right:0!important;border-bottom:1px solid #d6dfe6!important}
  #fleet .fleet31-foot>a{grid-column:auto!important}
}
@media(prefers-reduced-motion:reduce){
  #fleet .fleet31-moving-truck{transform:none!important;will-change:auto!important}
  #fleet:not(.fleet26-inview) .fleet31-head,#fleet:not(.fleet26-inview) .fleet31-motion,#fleet:not(.fleet26-inview) .fleet31-proof,#fleet:not(.fleet26-inview) .fleet31-foot,#fleet:not(.fleet26-inview) .fleet31-note{opacity:1!important;transform:none!important}
  #fleet.fleet26-inview .fleet31-head,#fleet.fleet26-inview .fleet31-motion,#fleet.fleet26-inview .fleet31-proof,#fleet.fleet26-inview .fleet31-foot,#fleet.fleet26-inview .fleet31-note{transition:none!important}
}

/* V4.33 — REAL FLEET PROFILE + ROTATING WHEELS */
#fleet .fleet31-moving-truck{
  --fleet31-wheel-rotation:0deg;
  top:-24px!important;
  width:min(64vw,960px)!important;
  left:56.5%!important;
}
#fleet .fleet31-truck-body{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
}
#fleet .fleet31-wheel{
  position:absolute!important;
  z-index:3!important;
  top:72.98%!important;
  display:block!important;
  width:4.49%!important;
  height:auto!important;
  border-radius:50%!important;
  transform:rotate(var(--fleet31-wheel-rotation))!important;
  transform-origin:50% 50%!important;
  will-change:transform!important;
}
#fleet .fleet31-wheel-front{left:6.51%!important}
#fleet .fleet31-wheel-rear{left:61.13%!important}
@media(max-width:1100px){
  #fleet .fleet31-moving-truck{top:12px!important;left:56.5%!important;width:760px!important}
}
@media(max-width:760px){
  #fleet .fleet31-moving-truck{top:2px!important;left:48%!important;width:610px!important}
}
@media(prefers-reduced-motion:reduce){
  #fleet .fleet31-wheel{transform:none!important;will-change:auto!important}
}

/* V4.38 — fleet-only banner edge, hover treatment and matched rear wheel */
#fleet .fleet31-wheel-rear{
  top:73.21%!important;
  left:60.60%!important;
  width:5.87%!important;
  clip-path:circle(47% at 50% 50%)!important;
}
#fleet.fleet26-inview .fleet31-head{
  transition:opacity .65s ease,transform .35s cubic-bezier(.2,.8,.2,1),background .35s ease,box-shadow .35s ease!important;
}
#fleet.fleet26-inview .fleet31-head:hover{
  transform:translateY(-2px) scale(1.025)!important;
}
#fleet .fleet31-motion>small{
  z-index:5!important;
  pointer-events:auto!important;
  background:rgba(255,255,255,.76)!important;
  border:1px solid rgba(25,75,119,.14)!important;
  border-radius:14px 4px 14px 4px!important;
  box-shadow:0 9px 24px rgba(10,42,76,.13),0 0 0 1px rgba(31,128,211,.06)!important;
  transition:background .3s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.8,.2,1)!important;
}
#fleet .fleet31-motion>small:hover{
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 13px 30px rgba(10,42,76,.16),0 0 22px rgba(30,132,224,.18)!important;
  transform:scale(1.035)!important;
}

/* V4.40 — fleet-only: centered rear wheel and new corporate glass banner */
#fleet .fleet31-wheel-rear{
  top:70.24%!important;
  left:59.42%!important;
  width:8.01%!important;
  clip-path:circle(47.5% at 50% 50%)!important;
  transform-origin:50% 50%!important;
}
#fleet .fleet31-head{
  background:linear-gradient(135deg,rgba(4,25,50,.94),rgba(5,61,108,.86))!important;
  border:1px solid rgba(101,190,255,.22)!important;
  border-left:4px solid #46adf8!important;
  border-radius:4px 34px 34px 4px!important;
  clip-path:polygon(0 0,calc(100% - 38px) 0,100% 38px,100% calc(100% - 38px),calc(100% - 38px) 100%,0 100%)!important;
  box-shadow:0 20px 46px rgba(3,27,52,.24),0 7px 20px rgba(10,83,145,.14),0 0 0 1px rgba(76,174,244,.08)!important;
  -webkit-backdrop-filter:blur(15px) saturate(1.15)!important;
  backdrop-filter:blur(15px) saturate(1.15)!important;
}
#fleet .fleet31-head .eyebrow{color:#62c2ff!important}
#fleet .fleet31-head h2{color:#fff!important}
#fleet .fleet31-head>p{color:#c8d9e8!important}
#fleet .fleet31-standard{
  background:rgba(9,39,69,.58)!important;
  border:1px solid rgba(99,190,255,.28)!important;
  box-shadow:inset 0 0 20px rgba(55,151,224,.08)!important;
}
#fleet .fleet31-head:hover{
  background:linear-gradient(135deg,rgba(5,31,60,.96),rgba(7,72,126,.90))!important;
  box-shadow:0 27px 62px rgba(3,27,52,.29),0 0 0 1px rgba(78,183,255,.25),0 0 38px rgba(38,146,225,.22)!important;
}
#fleet .fleet31-motion>small{
  background:linear-gradient(135deg,rgba(4,29,56,.88),rgba(6,69,119,.82))!important;
  color:#eaf7ff!important;
  border:1px solid rgba(102,191,255,.30)!important;
  border-radius:4px 16px 4px 16px!important;
  box-shadow:0 11px 26px rgba(4,34,63,.18),0 0 0 1px rgba(50,151,224,.08)!important;
}
#fleet .fleet31-motion>small:hover{
  background:linear-gradient(135deg,rgba(5,37,70,.94),rgba(8,83,143,.90))!important;
  box-shadow:0 15px 34px rgba(4,34,63,.23),0 0 26px rgba(39,151,230,.22)!important;
}

/* V4.43 — fleet-only: corrected wheels embedded in the truck image */
#fleet .fleet31-moving-truck{
  top:40px!important;
  width:min(86vw,1280px)!important;
}
@media(max-width:1100px){
  #fleet .fleet31-moving-truck{top:42px!important;left:56.5%!important;width:920px!important}
}
@media(max-width:760px){
  #fleet .fleet31-moving-truck{top:32px!important;left:48%!important;width:720px!important}
}

/* V4.44 — fleet-only: concentric wheel hubs for smooth rotation */
#fleet .fleet31-wheel{
  top:82.04%!important;
  width:5.06%!important;
  clip-path:circle(49% at 50% 50%)!important;
  transform-origin:50% 50%!important;
}
#fleet .fleet31-wheel-front{left:6.26%!important}
#fleet .fleet31-wheel-rear{left:61.46%!important}

/* V4.45 — fleet-only: keep the complete truck inside its motion stage */
#fleet .fleet31-moving-truck{
  top:20px!important;
  left:53%!important;
  width:min(72.2vw,1064px)!important;
}
@media(max-width:1100px){
  #fleet .fleet31-moving-truck{top:32px!important;left:54%!important;width:874px!important}
}
@media(max-width:760px){
  #fleet .fleet31-moving-truck{top:18px!important;left:46%!important;width:627px!important}
}

/* V4.48 — fleet-only: visible light-grey field and pulsing road line */
#fleet{
  background:linear-gradient(135deg,#d8dee4 0%,#e7eaed 52%,#d4dce3 100%)!important;
}
#fleet::before{
  opacity:.30!important;
}
#fleet .fleet31-route{
  bottom:31px!important;
  filter:drop-shadow(0 0 8px rgba(22,121,202,.28))!important;
}
#fleet .fleet31-route span{
  height:2px!important;
  background:linear-gradient(90deg,rgba(22,121,202,.12),#1679ca,#72d1ff,#1679ca,rgba(22,121,202,.12))!important;
  background-size:220% 100%!important;
  animation:fleet31RouteFlow 2.4s linear infinite!important;
}
#fleet .fleet31-route i{
  animation:fleet31RoutePulse 1.7s ease-in-out infinite!important;
}
#fleet .fleet31-route i:nth-of-type(2){animation-delay:.25s!important}
#fleet .fleet31-route i:nth-of-type(3){animation-delay:.5s!important}
@keyframes fleet31RouteFlow{
  to{background-position:-220% 0}
}
@keyframes fleet31RoutePulse{
  0%,100%{opacity:.58;transform:scale(.86);box-shadow:0 0 0 4px rgba(22,121,202,.08)}
  50%{opacity:1;transform:scale(1.24);box-shadow:0 0 0 10px rgba(22,121,202,.12),0 0 18px rgba(74,185,255,.52)}
}
@media(max-width:760px){
  #fleet .fleet31-route{bottom:23px!important}
}
@media(prefers-reduced-motion:reduce){
  #fleet .fleet31-route span,#fleet .fleet31-route i{animation:none!important}
}

/* V4.49 — fleet-only: transparent pulse band travelling right to left */
#fleet .fleet31-route{
  height:14px!important;
  bottom:25px!important;
  overflow:visible!important;
  background:linear-gradient(90deg,transparent 0%,rgba(22,121,202,.10) 7%,rgba(32,145,221,.28) 28%,rgba(61,174,239,.34) 50%,rgba(32,145,221,.28) 72%,rgba(22,121,202,.10) 93%,transparent 100%)!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 9%,#000 91%,transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0%,#000 9%,#000 91%,transparent 100%)!important;
  filter:drop-shadow(0 0 9px rgba(22,121,202,.34))!important;
  animation:fleet31BandBreathe 1.9s ease-in-out infinite!important;
}
#fleet .fleet31-route::before{
  content:""!important;
  position:absolute!important;
  z-index:2!important;
  top:-5px!important;
  right:-30%!important;
  width:30%!important;
  height:24px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent 0%,rgba(81,197,255,.16) 20%,rgba(79,199,255,.88) 50%,rgba(81,197,255,.16) 80%,transparent 100%)!important;
  filter:blur(5px)!important;
  animation:fleet31BandSweep 2.8s cubic-bezier(.42,0,.28,1) infinite!important;
}
#fleet .fleet31-route::after{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  left:7%!important;
  right:7%!important;
  top:50%!important;
  height:2px!important;
  transform:translateY(-50%)!important;
  background:linear-gradient(90deg,transparent,rgba(91,204,255,.62),transparent)!important;
  filter:blur(.4px)!important;
}
#fleet .fleet31-route span,
#fleet .fleet31-route i{
  opacity:0!important;
  animation:none!important;
}
@keyframes fleet31BandSweep{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-440%,0,0)}
}
@keyframes fleet31BandBreathe{
  0%,100%{opacity:.58;filter:drop-shadow(0 0 7px rgba(22,121,202,.24))}
  50%{opacity:1;filter:drop-shadow(0 0 15px rgba(49,171,238,.52))}
}
@media(max-width:760px){
  #fleet .fleet31-route{bottom:20px!important;height:12px!important}
}
@media(prefers-reduced-motion:reduce){
  #fleet .fleet31-route,#fleet .fleet31-route::before{animation:none!important}
}

/* V4.50 — fleet-only: larger pulse band with softer fading edges */
#fleet .fleet31-route{
  left:9%!important;
  right:2%!important;
  height:26px!important;
  bottom:19px!important;
  background:radial-gradient(ellipse at center,rgba(68,183,244,.42) 0%,rgba(36,147,216,.30) 46%,rgba(22,121,202,.13) 68%,transparent 86%)!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 6%,#000 17%,#000 83%,rgba(0,0,0,.25) 94%,transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 6%,#000 17%,#000 83%,rgba(0,0,0,.25) 94%,transparent 100%)!important;
  filter:drop-shadow(0 0 14px rgba(31,151,219,.42))!important;
}
#fleet .fleet31-route::before{
  top:-7px!important;
  right:-36%!important;
  width:36%!important;
  height:40px!important;
  background:radial-gradient(ellipse at center,rgba(100,210,255,.92) 0%,rgba(74,193,251,.48) 42%,transparent 76%)!important;
  filter:blur(8px)!important;
}
#fleet .fleet31-route::after{
  left:10%!important;
  right:10%!important;
  height:3px!important;
  background:linear-gradient(90deg,transparent,rgba(94,204,255,.74) 20%,rgba(147,227,255,.92) 50%,rgba(94,204,255,.74) 80%,transparent)!important;
  filter:blur(1.2px)!important;
}
@media(max-width:760px){
  #fleet .fleet31-route{left:2%!important;right:2%!important;bottom:14px!important;height:20px!important}
  #fleet .fleet31-route::before{height:32px!important}
}

/* V4.51 — fleet-only: match the About section background exactly */
#fleet{
  background:linear-gradient(135deg,#e3edf7 0%,#cbdced 100%)!important;
}
#fleet::before{
  opacity:0!important;
}

/* V4.52 — partners section and back-to-top control */
.partners51{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#edf4fa 0%,#d7e4ef 100%);
  border-top:1px solid rgba(76,117,157,.18);
}
.partners51::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(37,106,167,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(37,106,167,.045) 1px,transparent 1px);
  background-size:84px 84px;
  -webkit-mask-image:linear-gradient(180deg,transparent,black 28%,black 72%,transparent);
  mask-image:linear-gradient(180deg,transparent,black 28%,black 72%,transparent);
  pointer-events:none;
}
.partners51-inner{position:relative;z-index:1}
.partners51-head{text-align:center;max-width:760px;margin:0 auto}
.partners51-head h2{margin:12px 0 14px;color:#071b35;font-size:clamp(42px,5vw,72px);letter-spacing:-.055em}
.partners51-head p{margin:0 auto;max-width:640px;color:#4f657a;font-size:16px;line-height:1.7}
.partners51-stage{position:relative;display:grid;place-items:center;min-height:240px;margin-top:40px}
.partners51-rail{position:absolute;left:3%;right:3%;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(29,119,195,.35) 18%,rgba(29,119,195,.35) 82%,transparent)}
.partners51-rail::before,.partners51-rail::after{content:"";position:absolute;top:50%;width:8px;height:8px;border-radius:50%;background:#1986d7;box-shadow:0 0 0 8px rgba(25,134,215,.09);transform:translateY(-50%)}
.partners51-rail::before{left:8%}.partners51-rail::after{right:8%}
.partners51-rail span{position:absolute;top:50%;left:0;width:26%;height:2px;background:linear-gradient(90deg,transparent,#68c6ff,transparent);filter:drop-shadow(0 0 7px rgba(60,178,247,.7));animation:partners51Flow 4s ease-in-out infinite}
.partner51-card{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:min(440px,calc(100% - 32px));
  min-height:176px;
  padding:34px;
  background:rgba(248,251,254,.88);
  border:1px solid rgba(73,119,164,.24);
  border-radius:4px 28px 4px 28px;
  box-shadow:0 24px 60px rgba(9,43,76,.13),inset 0 1px 0 rgba(255,255,255,.8);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease;
}
.partner51-card:hover{transform:translateY(-6px) scale(1.018);border-color:rgba(31,139,219,.48);box-shadow:0 32px 74px rgba(9,43,76,.18),0 0 30px rgba(42,152,226,.15)}
.partner51-card small{color:#257dbd;font-size:10px;font-weight:850;letter-spacing:.22em}
.partner51-card strong{margin-top:9px;color:#111820;font-family:Arial,Helvetica,sans-serif;font-size:clamp(48px,7vw,72px);font-weight:800;letter-spacing:-.07em;line-height:1}
.partner51-card i{display:block;width:74px;height:4px;margin-top:13px;border-radius:999px;background:#ff9900;box-shadow:0 3px 13px rgba(255,153,0,.28)}
.ui-arrow{
  display:inline-block;
  width:18px;
  height:18px;
  flex:0 0 auto;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19 19 5M9 5h10v10'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19 19 5M9 5h10v10'/%3E%3C/svg%3E") center/contain no-repeat;
}
.back-to-top{
  position:fixed;
  z-index:90;
  right:26px;
  bottom:26px;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  padding:0;
  border:1px solid rgba(112,197,255,.35);
  border-radius:18px;
  background:linear-gradient(145deg,#0a3562,#0d73bd);
  color:#fff;
  font:700 25px/1 Arial,sans-serif;
  box-shadow:0 14px 34px rgba(4,33,64,.28),0 0 0 1px rgba(21,128,203,.12);
  opacity:0;
  visibility:hidden;
  transform:translateY(18px) scale(.92);
  cursor:pointer;
  transition:opacity .25s ease,visibility .25s ease,transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease;
}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}
.back-to-top:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 20px 42px rgba(4,33,64,.34),0 0 26px rgba(46,164,235,.32)}
.back-to-top:focus-visible{outline:3px solid rgba(79,182,248,.48);outline-offset:4px}
@keyframes partners51Flow{
  from{transform:translate3d(-15%, -50%,0);opacity:.3}
  50%{opacity:1}
  to{transform:translate3d(365%, -50%,0);opacity:.3}
}
@media(max-width:760px){
  .partners51{padding:76px 0}
  .partners51-stage{min-height:205px;margin-top:26px}
  .partner51-card{min-height:150px;padding:28px 22px}
  .back-to-top{right:10px;bottom:calc(12px + env(safe-area-inset-bottom));width:46px;height:46px;border-radius:14px;font-size:21px}
}
@media(prefers-reduced-motion:reduce){
  .partners51-rail span{animation:none}
  .partner51-card,.back-to-top{transition:none}
}

/* V4.53 — dedicated contact page and header contact button */
.btn-contact{
  min-width:108px;
  color:#eaf6ff;
  background:rgba(8,54,98,.68);
  border-color:rgba(103,191,250,.34);
  box-shadow:inset 0 0 18px rgba(57,157,224,.08);
}
.btn-contact:hover,.btn-contact.is-active{
  color:#fff;
  background:linear-gradient(135deg,#0b4f8d,#1687d3);
  border-color:rgba(116,207,255,.58);
  box-shadow:0 12px 30px rgba(3,39,73,.28),0 0 22px rgba(53,169,235,.18);
}
.mobile-contact-link{color:#73c8ff!important;font-weight:800!important}
.contact-page-body{background:#d8e5f0}
.contact52-main{overflow:hidden}
.contact52-hero{
  position:relative;
  display:flex;
  align-items:flex-end;
  min-height:560px;
  padding:178px 0 92px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 82% 36%,rgba(36,151,229,.24),transparent 30%),
    linear-gradient(135deg,#04162d 0%,#062a51 58%,#08497c 100%);
}
.contact52-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:74px;
  background:#dbe7f1;
  clip-path:polygon(0 72%,68% 72%,74% 0,100% 0,100% 100%,0 100%);
}
.contact52-hero-grid{
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(94,185,244,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(94,185,244,.055) 1px,transparent 1px);
  background-size:72px 72px;
  -webkit-mask-image:linear-gradient(90deg,black,transparent 82%);
  mask-image:linear-gradient(90deg,black,transparent 82%);
}
.contact52-orbit{position:absolute;border:1px solid rgba(91,187,246,.15);border-radius:50%;pointer-events:none}
.contact52-orbit-a{width:520px;height:520px;right:-110px;top:30px}
.contact52-orbit-b{width:330px;height:330px;right:-15px;top:125px;box-shadow:0 0 80px rgba(33,150,224,.08)}
.contact52-hero-inner{position:relative;z-index:2}
.contact52-back{display:inline-flex;margin-bottom:58px;color:#8ccdf5;font-size:11px;font-weight:800;letter-spacing:.15em}
.contact52-hero h1{max-width:920px;font-size:clamp(54px,7.2vw,104px);line-height:.94;letter-spacing:-.06em;text-wrap:balance}
.contact52-hero p{max-width:700px;margin:30px 0 0;color:#c5daeb;font-size:18px;line-height:1.72}
.contact52-content{position:relative;padding:94px 0 118px;background:linear-gradient(135deg,#dbe7f1 0%,#edf3f8 56%,#ceddea 100%)}
.contact52-content::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.94%,rgba(52,114,166,.07) 50%,transparent 50.06%);pointer-events:none}
.contact52-grid{position:relative;z-index:1;display:grid;grid-template-columns:.88fr 1.12fr;gap:28px;align-items:stretch}
.contact52-details,.contact52-form{border:1px solid rgba(71,115,157,.24);box-shadow:0 28px 72px rgba(7,35,64,.12)}
.contact52-details{
  position:relative;
  overflow:hidden;
  padding:44px;
  color:#fff;
  background:linear-gradient(150deg,#061a35 0%,#073e6c 100%);
  border-radius:4px 36px 4px 36px;
}
.contact52-details::after{content:"";position:absolute;width:290px;height:290px;right:-145px;bottom:-145px;border:1px solid rgba(96,192,250,.24);border-radius:50%;box-shadow:0 0 0 46px rgba(41,144,210,.045),0 0 0 92px rgba(41,144,210,.025)}
.contact52-panel-head{display:flex;align-items:flex-start;gap:18px;margin-bottom:34px}
.contact52-panel-head>span{margin-top:7px;color:#5fc0fb;font-size:10px;font-weight:850;letter-spacing:.18em}
.contact52-panel-head h2{font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.045em}
.contact52-detail-list{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.14)}
.contact52-detail-list a{position:relative;display:grid;gap:7px;padding:24px 48px 24px 0;border-bottom:1px solid rgba(255,255,255,.14);transition:padding .25s ease,background .25s ease}
.contact52-detail-list a:hover{padding-left:12px;background:linear-gradient(90deg,rgba(77,178,241,.10),transparent)}
.contact52-detail-list small{color:#82bde5;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.contact52-detail-list strong{font-size:16px;overflow-wrap:anywhere}
.contact52-detail-list b{position:absolute;right:4px;top:50%;display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(117,203,255,.25);color:#7cc9f7;transform:translateY(-50%)}
.contact52-detail-list b .ui-arrow{width:14px;height:14px}
.contact52-company-data{position:relative;z-index:2;margin-top:32px;padding-top:27px;border-top:1px solid rgba(255,255,255,.14)}
.contact52-company-data>small{color:#68c2f6;font-size:9px;font-weight:850;letter-spacing:.18em}
.contact52-company-data>strong{display:block;margin-top:11px;font-size:17px}
.contact52-address{margin-top:20px}
.contact52-address span{color:#82bde5;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.contact52-address p{margin:7px 0 0;color:#fff;font-size:14px;line-height:1.5}
.contact52-company-data ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:20px 0 0;padding:0;list-style:none}
.contact52-company-data li{display:flex;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.10);font-size:11px}
.contact52-company-data li span{color:#77b9e3;font-weight:800}
.contact52-company-data li b{color:#fff;font-weight:700}
.contact52-signature{position:relative;z-index:2;margin-top:42px;color:#fff;font-size:10px;font-weight:850;letter-spacing:.18em}
.contact52-signature span{color:#6fc3f6}
.contact52-form{
  padding:44px;
  background:rgba(247,250,253,.86);
  border-radius:36px 4px 36px 4px;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}
.contact52-form .contact52-panel-head>span{color:#157bc4}
.contact52-form .contact52-panel-head h2{color:#071b35}
.contact52-form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.contact52-form input:not([type="checkbox"]),.contact52-form select,.contact52-form textarea{
  width:100%;
  margin:0 0 13px;
  padding:16px 17px;
  border:1px solid #c7d6e3;
  border-radius:4px 14px 4px 14px;
  outline:none;
  background:rgba(232,239,245,.76);
  color:#0d2947;
  font:600 14px/1.4 Inter,Arial,sans-serif;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.contact52-form textarea{resize:vertical;min-height:150px}
.contact52-form input:not([type="checkbox"]):focus,.contact52-form select:focus,.contact52-form textarea:focus{background:#f8fbfe;border-color:#399cdd;box-shadow:0 0 0 4px rgba(40,145,213,.10)}
.contact52-form input::placeholder,.contact52-form textarea::placeholder{color:#73879a}
.contact52-consent{display:flex;align-items:flex-start;gap:11px;margin:7px 0 22px;color:#5f7183;font-size:11px;line-height:1.55;cursor:pointer}
.contact52-consent input{width:17px;height:17px;margin:1px 0 0;accent-color:#177dc6;flex:0 0 auto}
.contact52-form .btn{width:100%;display:flex;justify-content:space-between;padding:0 20px;border-radius:4px 14px 4px 14px}
.contact52-form .btn b{font-size:18px}
.contact52-note{display:block;margin-top:13px;color:#718396;font-size:10px;line-height:1.5}
.contact52-channels{position:relative;padding:108px 0 120px;color:#fff;background:linear-gradient(135deg,#06182f,#083b68)}
.contact52-channels::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(41,157,224,.18),transparent 27%),radial-gradient(circle at 88% 80%,rgba(41,157,224,.12),transparent 25%);pointer-events:none}
.contact52-channels>.container{position:relative;z-index:1}
.contact52-channels-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:42px}
.contact52-channels-head .eyebrow{margin:0;color:#63c2f8}
.contact52-channels-head h2{max-width:690px;font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.05em;text-align:right}
.contact52-channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact52-channel{position:relative;min-height:270px;padding:34px;border:1px solid rgba(107,195,248,.23);background:rgba(5,35,65,.62);border-radius:4px 28px 4px 28px;overflow:hidden;transition:transform .3s ease,background .3s ease,border-color .3s ease}
.contact52-channel::after{
  content:"";
  position:absolute;
  right:26px;
  top:22px;
  width:20px;
  height:20px;
  background:#65bff4;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19 19 5M9 5h10v10'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19 19 5M9 5h10v10'/%3E%3C/svg%3E") center/contain no-repeat;
}
.contact52-channel:hover{transform:translateY(-6px);background:rgba(8,57,100,.82);border-color:rgba(107,195,248,.5)}
.contact52-channel>span{color:#5db8ee;font-size:10px;font-weight:850;letter-spacing:.18em}
.contact52-channel h3{margin-top:38px;font-size:30px;letter-spacing:-.035em}
.contact52-channel p{max-width:460px;color:#b9cee0;line-height:1.65}
.contact52-channel strong{position:absolute;left:34px;bottom:30px;color:#fff;font-size:13px}
.contact52-channel strong b{color:#69c3f7}
.contact52-channel--partner{
  background:linear-gradient(145deg,rgba(8,54,94,.88),rgba(7,78,128,.70));
  border-color:rgba(103,202,255,.42);
  box-shadow:0 22px 48px rgba(2,22,43,.18),inset 0 1px 0 rgba(255,255,255,.04);
}
.contact52-channel--partner::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,#2da8ef,#78d5ff 52%,transparent)}
.contact52-channel--partner:hover{background:linear-gradient(145deg,rgba(9,69,117,.96),rgba(8,93,151,.86));box-shadow:0 28px 58px rgba(2,22,43,.28),0 0 30px rgba(49,166,230,.14)}
@media(max-width:1000px){
  .contact52-channel-grid{grid-template-columns:1fr 1fr}
  .contact52-channel:last-child{grid-column:1/-1}
}
@media(max-width:1100px){
  .contact52-grid{grid-template-columns:1fr}
  .contact52-details,.contact52-form{padding:36px}
}
@media(max-width:900px){
  .contact52-hero{min-height:520px;padding:150px 0 82px}
  .contact52-back{margin-bottom:38px}
  .contact52-channels-head{display:block}
  .contact52-channels-head h2{margin-top:14px;text-align:left}
}
@media(max-width:680px){
  .contact52-hero{min-height:500px;padding:130px 0 70px}
  .contact52-hero::after{height:44px}
  .contact52-hero h1{font-size:50px}
  .contact52-hero p{font-size:16px}
  .contact52-content{padding:70px 0 82px}
  .contact52-details,.contact52-form{padding:26px 22px;border-radius:4px 22px 4px 22px}
  .contact52-company-data ul{grid-template-columns:1fr}
  .contact52-form-row,.contact52-channel-grid{grid-template-columns:1fr}
  .contact52-channel:last-child{grid-column:auto}
  .contact52-panel-head h2{font-size:34px}
  .contact52-channels{padding:78px 0 86px}
  .contact52-channel{min-height:255px;padding:28px}
  .contact52-channel strong{left:28px}
}
@media(prefers-reduced-motion:reduce){
  .contact52-detail-list a,.contact52-channel{transition:none}
}

/* V4.57 — partnership contact direction */

/* V4.54 — shared map contact strip and corporate footer */
.contact53-map{
  position:relative;
  height:440px;
  overflow:hidden;
  background:#bfd4e3;
  border-top:1px solid rgba(31,91,139,.22);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.contact53-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  filter:saturate(.78) contrast(.96) brightness(.97);
  transition:filter .45s ease;
}
.contact53-map:hover iframe{filter:saturate(.95) contrast(1) brightness(1)}
.contact53-map::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,36,.38) 0%,rgba(3,18,36,.09) 42%,transparent 68%);pointer-events:none}
.contact53-map-overlay{position:absolute;z-index:2;inset:0;display:flex;align-items:flex-end;padding-bottom:28px;pointer-events:none}
.contact53-map-card{
  width:min(410px,calc(100% - 24px));
  padding:28px 30px;
  color:#fff;
  background:linear-gradient(135deg,rgba(4,25,48,.94),rgba(7,65,108,.88));
  border:1px solid rgba(108,198,250,.32);
  border-radius:4px 26px 4px 26px;
  box-shadow:0 24px 58px rgba(3,24,46,.30),0 0 28px rgba(35,151,219,.12);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  pointer-events:auto;
}
.contact53-map-card small{display:block;color:#6bc5f8;font-size:9px;font-weight:850;letter-spacing:.2em}
.contact53-map-card strong{display:block;margin-top:9px;font-size:22px;letter-spacing:-.025em}
.contact53-map-card p{margin:13px 0 17px;color:#d1e1ed;font-size:14px;line-height:1.55}
.contact53-map-card a{display:inline-flex;align-items:center;color:#7ed0ff;font-size:11px;font-weight:800;letter-spacing:.06em;transition:transform .25s ease,color .25s ease}
.contact53-map-card a:hover{color:#fff;transform:translateX(4px)}
.footer53{
  padding:74px 0 0;
  color:#b7c8d8;
  background:linear-gradient(145deg,#06152a 0%,#071f39 58%,#083456 100%);
  border-top:0!important;
}
.footer53-grid{display:grid;grid-template-columns:1.45fr .7fr .7fr;gap:72px;padding-bottom:58px}
.footer53-company{display:flex;flex-direction:column;align-items:flex-start}
.footer53-company img{width:265px;height:82px;object-fit:contain;object-position:left center;margin-bottom:10px}
.footer53-company p{margin:0 0 16px;color:#fff;font-size:15px;font-weight:800}
.footer53-company address{margin:0 0 16px;color:#9fb6ca;font-size:13px;font-style:normal;line-height:1.65}
.footer53-company>a{margin-top:6px;color:#dceaf5;font-size:13px;font-weight:650;transition:color .2s ease,transform .2s ease}
.footer53-company>a:hover{color:#6bc5f8;transform:translateX(3px)}
.footer53-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:18px}
.footer53-column h3{margin:0 0 14px;color:#fff;font-size:15px;letter-spacing:.01em}
.footer53-column a{position:relative;color:#aebfd0;font-size:13px;line-height:1.4;transition:color .2s ease,transform .2s ease}
.footer53-column a::before{content:"";position:absolute;left:-14px;top:50%;width:5px;height:5px;border-radius:50%;background:#3fa9e9;opacity:0;transform:translateY(-50%) scale(.5);transition:.2s ease}
.footer53-column a:hover{color:#fff;transform:translateX(9px)}
.footer53-column a:hover::before{opacity:1;transform:translateY(-50%) scale(1)}
.footer53-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:78px;border-top:1px solid rgba(255,255,255,.13)}
.footer53-bottom p{margin:0;color:#8097aa;font-size:11px}
.footer53-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;color:#7890a5;font-size:10px;font-weight:700;letter-spacing:.04em}
@media(max-width:900px){
  .contact53-map{height:390px}
  .footer53-grid{grid-template-columns:1.2fr 1fr;gap:44px}
  .footer53-company{grid-column:1/-1}
}
@media(max-width:620px){
  .contact53-map{height:360px}
  .contact53-map::after{background:linear-gradient(180deg,transparent 35%,rgba(3,18,36,.32))}
  .contact53-map-overlay{align-items:flex-end;padding-bottom:14px}
  .contact53-map-card{padding:21px 22px}
  .footer53{padding-top:54px}
  .footer53-grid{grid-template-columns:1fr;gap:34px;padding-bottom:42px}
  .footer53-company{grid-column:auto}
  .footer53-company img{width:230px;height:68px}
  .footer53-column{padding-top:0}
  .footer53-bottom{display:block;padding:22px 0}
  .footer53-legal{justify-content:flex-start;margin-top:15px;gap:8px 14px}
}
@media(prefers-reduced-motion:reduce){
  .contact53-map iframe,.contact53-map-card a,.footer53-column a,.footer53-company>a{transition:none}
}

/* V4.55 — contact map company query and left interactive office card */
.contact53-map-overlay{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 28px 28px!important;
}
.contact53-map-card{
  transform-origin:left bottom;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),background .35s ease,border-color .35s ease,box-shadow .35s ease!important;
}
.contact53-map-card:hover{
  transform:translateY(-7px) scale(1.035);
  background:linear-gradient(135deg,rgba(5,34,64,.97),rgba(8,83,137,.94));
  border-color:rgba(121,211,255,.62);
  box-shadow:0 32px 72px rgba(3,24,46,.38),0 0 38px rgba(42,164,231,.26);
}
.contact53-map-card:hover strong{color:#fff;text-shadow:0 0 22px rgba(98,197,251,.22)}
@media(max-width:620px){
  .contact53-map-overlay{padding:0 14px 14px!important}
  .contact53-map-card:hover{transform:translateY(-4px) scale(1.012)}
}
@media(prefers-reduced-motion:reduce){
  .contact53-map-card{transition:none!important}
}

/* V4.56 — contact map card position and fitted map action */
.contact53-map-overlay{
  align-items:center!important;
  padding:62px 18px 0!important;
}
.contact53-map-card{
  width:min(372px,calc(100% - 20px))!important;
  padding:24px 25px!important;
  transform-origin:left center!important;
}
.contact53-map-card p{margin:12px 0 15px!important}
.contact53-map-card a{
  display:flex!important;
  width:100%!important;
  min-height:42px!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-top:15px!important;
  padding:0 13px!important;
  box-sizing:border-box!important;
  background:rgba(5,31,57,.38)!important;
  border:1px solid rgba(105,199,251,.26)!important;
  border-radius:3px 12px 3px 12px!important;
  transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease!important;
}
.contact53-map-card a:hover{
  color:#fff!important;
  background:rgba(18,106,164,.42)!important;
  border-color:rgba(129,216,255,.58)!important;
  transform:translateX(3px)!important;
}
@media(max-width:620px){
  .contact53-map-overlay{align-items:flex-end!important;padding:0 12px 14px!important}
  .contact53-map-card{width:min(350px,calc(100% - 4px))!important;padding:21px 22px!important}
}

/* V4.58 — expanded partners line-up */
.partners51-stage{display:block;min-height:0;margin-top:54px}
.partners51-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  width:100%;
}
.partner51-card{
  width:auto;
  min-height:164px;
  padding:25px 18px;
}
.partner51-card strong{
  margin-top:12px;
  font-size:clamp(29px,2.5vw,43px);
  letter-spacing:-.055em;
  white-space:nowrap;
}
.partner51-card i{width:56px;height:3px;margin-top:14px}
.partner51-card--dhl strong{color:#d40511;font-style:italic;font-weight:900;letter-spacing:-.08em}
.partner51-card--dhl i{width:66px;background:#ffcc00;box-shadow:0 3px 13px rgba(255,204,0,.35)}
.partner51-card--michelin strong{color:#174a96;font-size:clamp(25px,2vw,35px);font-weight:900;letter-spacing:-.045em}
.partner51-card--michelin i{background:#f3c900;box-shadow:0 3px 13px rgba(243,201,0,.30)}
.partner51-card--continental strong{color:#161b20;font-size:clamp(25px,2vw,36px);font-weight:750;letter-spacing:-.045em}
.partner51-card--continental i{background:#f5a623;box-shadow:0 3px 13px rgba(245,166,35,.28)}
.partner51-card--basf strong{color:#1268b3;font-weight:900;letter-spacing:.015em}
.partner51-card--basf i{background:#1268b3;box-shadow:0 3px 13px rgba(18,104,179,.28)}
@media(max-width:1100px){
  .partners51-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:680px){
  .partners51-stage{margin-top:34px}
  .partners51-grid{
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:minmax(230px,78vw);
    gap:12px;
    margin-inline:-20px;
    padding:6px 20px 24px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .partners51-grid::-webkit-scrollbar{display:none}
  .partner51-card{min-height:150px;scroll-snap-align:center}
}

/* V4.61 — right-aligned TransRisk status with green hover glow */
.footer53-bottom{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  column-gap:28px;
}
.footer53-bottom .footer53-legal{justify-content:center}
.footer53-transrisk{
  justify-self:end;
  padding:8px 11px;
  color:#8de2b5;
  background:rgba(82,205,140,.055);
  border:1px solid rgba(101,220,157,.18);
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.045em;
  white-space:nowrap;
  transition:color .25s ease,background .25s ease,border-color .25s ease,box-shadow .3s ease,transform .25s ease;
}
.footer53-transrisk:hover{
  color:#c9ffe0;
  background:rgba(75,220,143,.13);
  border-color:rgba(116,240,173,.48);
  box-shadow:0 0 24px rgba(71,224,143,.24),inset 0 0 16px rgba(82,225,148,.08);
  transform:translateY(-2px);
}
@media(max-width:620px){
  .footer53-bottom{display:block}
  .footer53-bottom .footer53-legal{justify-content:flex-start}
  .footer53-transrisk{display:inline-block;margin-top:14px}
}
@media(prefers-reduced-motion:reduce){
  .footer53-transrisk{transition:none}
}

/* V4.62 — premium partner cards with supplied brand artwork */
.partner51-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  min-height:202px;
  padding:20px 16px 16px;
  background:linear-gradient(145deg,rgba(252,254,255,.94),rgba(237,244,250,.90));
  border-color:rgba(64,111,153,.22);
  box-shadow:0 20px 48px rgba(8,42,73,.12),inset 0 1px 0 rgba(255,255,255,.92);
}
.partner51-card small{flex:0 0 auto;color:#347fae;font-size:9px;letter-spacing:.20em}
.partner62-logo{
  display:grid;
  place-items:center;
  flex:1 1 auto;
  width:100%;
  min-height:130px;
  margin-top:12px;
  padding:10px;
  overflow:hidden;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(73,119,164,.10);
  border-radius:3px 18px 3px 18px;
  box-shadow:inset 0 0 24px rgba(20,62,98,.035);
}
.partner62-logo img{
  display:block;
  width:100%;
  height:112px;
  object-fit:contain;
  border-radius:10px;
  filter:saturate(.94) contrast(.99);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),filter .35s ease;
}
.partner51-card:hover .partner62-logo img{transform:scale(1.035);filter:saturate(1.06) contrast(1.02)}
.partner51-card--dhl .partner62-logo img,.partner51-card--basf .partner62-logo img{width:auto;max-width:100%;height:112px}
.partner51-card--michelin .partner62-logo img{height:104px}
.partner51-card--continental .partner62-logo img{height:94px}
.partner51-card--amazon .partner62-logo img{height:108px}
@media(max-width:680px){
  .partner51-card{min-height:192px;padding:18px 14px 14px}
  .partner62-logo{min-height:124px}
}
@media(prefers-reduced-motion:reduce){
  .partner62-logo img{transition:none}
}

/* V4.63 — dedicated transport request page */
.quote63-body{background:#d9e5f0}
.quote63-topbar{height:104px;background:linear-gradient(135deg,#05162f,#082d52)}
.quote63-main{background:linear-gradient(135deg,#dfe9f4 0%,#cbdced 100%)}
.quote63-section{
  position:relative;
  min-height:720px;
  padding:88px 0 108px;
  overflow:hidden;
  background:linear-gradient(135deg,#e5eef7 0%,#d3e1ee 100%);
  border-top:0;
}
.quote63-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(35,105,164,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(35,105,164,.04) 1px,transparent 1px);
  background-size:82px 82px;
  -webkit-mask-image:linear-gradient(180deg,transparent,black 18%,black 82%,transparent);
  mask-image:linear-gradient(180deg,transparent,black 18%,black 82%,transparent);
  pointer-events:none;
}
.quote63-section>.container{position:relative;z-index:1}
.quote63-back{display:inline-flex;align-items:center;margin-bottom:46px;color:#216fa8;font-size:11px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;transition:color .2s ease,transform .2s ease}
.quote63-back:hover{color:#0b4d83;transform:translateX(-4px)}
.quote63-section .quote-grid{align-items:center}
.quote63-section .quote-grid h1{max-width:620px;color:#08264c;font-size:clamp(48px,5.6vw,78px);line-height:1.01;letter-spacing:-.055em}
.quote63-section .quote-grid>div>p{max-width:590px;margin-top:24px;color:#536b82}
.quote63-section .quote-form{padding:32px;background:rgba(247,250,253,.90);border-color:rgba(77,122,166,.24);border-radius:4px 28px 4px 28px;box-shadow:0 28px 72px rgba(8,42,76,.14),inset 0 1px 0 rgba(255,255,255,.85);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.quote63-section .quote-form input,.quote63-section .quote-form textarea{background:rgba(255,255,255,.88);border-color:#c7d7e6;border-radius:4px 13px 4px 13px}
.quote63-section .quote-form .btn{min-height:52px;border-radius:4px 13px 4px 13px}
@media(max-width:900px){
  .quote63-section{padding:72px 0 88px}
  .quote63-section .quote-grid{gap:44px}
}
@media(max-width:560px){
  .quote63-topbar{height:86px}
  .quote63-section{padding:54px 0 76px}
  .quote63-back{margin-bottom:34px}
  .quote63-section .quote-form{padding:22px 18px;border-radius:4px 22px 4px 22px}
}
@media(prefers-reduced-motion:reduce){
  .quote63-back{transition:none}
}

/* V4.65 — compact corporate movement statement */
.power65{padding:106px 0 94px}
.power65 .power65-inner{max-width:1450px}
.power65-copy{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:72px;align-items:end}
.power65-copy h2{max-width:900px;margin:0;color:#fff;font-family:Manrope,Inter,sans-serif;font-size:clamp(48px,5.7vw,82px);font-weight:800;line-height:.98;letter-spacing:-.055em}
.power65-copy>p{max-width:430px;margin:0 0 7px;color:#b9cce2;font-size:18px;line-height:1.65}
.power65-route{position:relative;display:flex;align-items:center;width:100%;height:22px;margin:52px 0 26px}
.power65-route::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,rgba(37,139,255,0),rgba(37,139,255,.72) 14%,rgba(92,184,255,.34) 74%,rgba(37,139,255,0));box-shadow:0 0 18px rgba(42,144,255,.30)}
.power65-route::after{content:"";position:absolute;top:8px;left:0;width:180px;height:6px;border-radius:99px;background:linear-gradient(90deg,transparent,#6dc6ff,transparent);filter:blur(2px);animation:power65-pulse 4.8s ease-in-out infinite}
.power65-route i{position:relative;z-index:1;width:9px;height:9px;border:2px solid #4aa8ff;border-radius:50%;background:#061a38;box-shadow:0 0 0 6px rgba(45,144,255,.09),0 0 18px rgba(52,158,255,.58)}
.power65-route span{flex:1}
.power65-pillars{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(111,177,237,.22);border-bottom:1px solid rgba(111,177,237,.16)}
.power65-pillars article{position:relative;min-height:170px;padding:29px 36px 31px;transition:background-color .28s ease,transform .28s ease,box-shadow .28s ease}
.power65-pillars article+article{border-left:1px solid rgba(111,177,237,.18)}
.power65-pillars article:hover{z-index:1;background:linear-gradient(135deg,rgba(28,119,211,.11),rgba(43,150,255,.035));box-shadow:inset 0 2px 0 rgba(74,169,255,.55),0 18px 45px rgba(0,11,30,.17);transform:translateY(-3px)}
.power65-pillars article>span{display:block;margin-bottom:22px;color:#55b2ff;font-size:10px;font-weight:850;letter-spacing:.16em}
.power65-pillars h3{margin:0;color:#f7fbff;font-family:Manrope,Inter,sans-serif;font-size:21px;line-height:1.25;letter-spacing:-.025em}
.power65-pillars article>p{max-width:350px;margin:10px 0 0;color:#96abc3;font-size:14px;line-height:1.55}
@keyframes power65-pulse{0%{left:0;opacity:0}15%{opacity:.95}82%{opacity:.95}100%{left:calc(100% - 180px);opacity:0}}
@media(max-width:900px){
  .power65{padding:88px 0 80px}
  .power65-copy{grid-template-columns:1fr;gap:24px}
  .power65-copy>p{max-width:620px}
  .power65-pillars article{padding:26px 24px}
}
@media(max-width:680px){
  .power65{padding:72px 0 68px}
  .power65-copy h2{font-size:clamp(42px,12vw,58px)}
  .power65-route{margin:38px 0 14px}
  .power65-pillars{grid-template-columns:1fr}
  .power65-pillars article{min-height:0;padding:24px 10px}
  .power65-pillars article+article{border-left:0;border-top:1px solid rgba(111,177,237,.16)}
  .power65-pillars article:hover{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .power65-route::after{animation:none;left:50%;opacity:.55}
  .power65-pillars article{transition:none}
}

/* V4.66 — premium careers invitation */
.careers66{padding:78px 0!important;background:linear-gradient(135deg,#dce7f1 0%,#cbdbea 100%)!important}
.careers66-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:64px;align-items:center;min-height:430px;padding:64px 68px;overflow:hidden;color:#fff;background:linear-gradient(125deg,#061a38 0%,#092e5b 58%,#0a4c92 100%);border:1px solid rgba(87,169,255,.32);border-radius:4px 36px 4px 36px;box-shadow:0 28px 70px rgba(8,39,75,.18),inset 0 1px 0 rgba(255,255,255,.08)}
.careers66-panel::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(108,178,241,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(108,178,241,.035) 1px,transparent 1px);background-size:74px 74px;pointer-events:none}
.careers66-panel::after{content:"";position:absolute;width:520px;height:520px;right:-210px;top:-260px;border:1px solid rgba(81,171,255,.24);border-radius:50%;box-shadow:0 0 0 82px rgba(25,127,227,.035),0 0 110px rgba(18,128,238,.18);pointer-events:none}
.careers66-main,.careers66-action{position:relative;z-index:1}
.careers66-main .eyebrow{color:#67bdff}
.careers66-main h2{max-width:880px;margin:22px 0 22px;color:#fff;font-family:Manrope,Inter,sans-serif;font-size:clamp(43px,4.4vw,64px);font-weight:800;line-height:1.06;letter-spacing:-.045em}
.careers66-main>p{max-width:770px;margin:0;color:#b8cbe0;font-size:17px;line-height:1.68}
.careers66-roles{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}
.careers66-roles span{padding:10px 16px;color:#dceeff;background:rgba(11,70,126,.55);border:1px solid rgba(95,180,255,.28);border-radius:3px 12px 3px 12px;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.careers66-action{padding:32px;background:linear-gradient(145deg,rgba(244,249,253,.12),rgba(163,210,247,.055));border:1px solid rgba(174,220,255,.26);border-radius:4px 24px 4px 24px;box-shadow:0 22px 55px rgba(0,14,38,.26),inset 0 1px 0 rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}
.careers66-action:hover{transform:translateY(-6px) scale(1.015);border-color:rgba(102,191,255,.62);background:linear-gradient(145deg,rgba(24,115,203,.24),rgba(149,210,255,.09));box-shadow:0 30px 65px rgba(0,14,38,.33),0 0 38px rgba(43,154,255,.12),inset 0 1px 0 rgba(255,255,255,.16)}
.careers66-action small{display:block;color:#64bdff;font-size:9px;font-weight:850;letter-spacing:.18em}
.careers66-action h3{margin:22px 0 34px;color:#fff;font-family:Manrope,Inter,sans-serif;font-size:28px;line-height:1.2;letter-spacing:-.035em}
.careers66-action a{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:56px;padding:0 19px;color:#071d3b;background:#f6f9fc;border-radius:3px 14px 3px 14px;font-size:13px;font-weight:850;transition:background .22s ease,color .22s ease,box-shadow .22s ease}
.careers66-action a b{color:#0873df;font-size:20px;transition:transform .22s ease}
.careers66-action a:hover{color:#fff;background:#157cf0;box-shadow:0 12px 28px rgba(5,76,153,.34)}
.careers66-action a:hover b{color:#fff;transform:translate(3px,-3px)}
@media(max-width:900px){
  .careers66-panel{grid-template-columns:1fr;gap:42px;padding:56px 48px}
  .careers66-action{max-width:520px}
}
@media(max-width:560px){
  .careers66{padding:56px 0!important}
  .careers66-panel{padding:42px 25px;border-radius:3px 26px 3px 26px}
  .careers66-main h2{font-size:38px}
  .careers66-main>p{font-size:15px}
  .careers66-action{padding:26px 22px}
  .careers66-action h3{font-size:25px}
}
@media(prefers-reduced-motion:reduce){
  .careers66-action,.careers66-action a,.careers66-action a b{transition:none}
  .careers66-action:hover{transform:none}
}

/* V4.67 — operational journey with overlapping control panel */
.operations67{padding:92px 0;background:linear-gradient(135deg,#dce8f2 0%,#c9dbea 100%)}
.operations67-stage{position:relative;display:grid;grid-template-columns:minmax(0,1.32fr) minmax(430px,.68fr);align-items:center;min-height:590px}
.operations67-visual{position:relative;grid-column:1/3;grid-row:1;width:74%;height:548px;margin:0;overflow:hidden;background:#8b9eaf;border-radius:4px 30px 4px 30px;box-shadow:0 30px 70px rgba(10,43,76,.18)}
.operations67-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,21,45,.03),rgba(5,21,45,.18));pointer-events:none}
.operations67-visual img{width:100%;height:100%;object-fit:cover;object-position:50% center;transform:scale(1.08);transition:transform 1.1s cubic-bezier(.2,.7,.2,1)}
.operations67-stage:hover .operations67-visual img{transform:scale(1.115)}
.operations67-panel{position:relative;z-index:2;grid-column:2/3;grid-row:1;padding:52px 50px;color:#fff;background:linear-gradient(145deg,rgba(5,26,56,.96),rgba(7,56,106,.94));border:1px solid rgba(96,177,248,.34);border-radius:4px 30px 4px 30px;box-shadow:0 32px 76px rgba(5,29,60,.28),inset 0 1px 0 rgba(255,255,255,.09);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}
.operations67-panel::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(114,181,238,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(114,181,238,.035) 1px,transparent 1px);background-size:58px 58px;border-radius:inherit;pointer-events:none}
.operations67-panel>*{position:relative;z-index:1}
.operations67-panel .eyebrow{color:#65bdff}
.operations67-panel h2{max-width:650px;margin:21px 0 22px;color:#fff;font-family:Manrope,Inter,sans-serif;font-size:clamp(40px,3.8vw,58px);font-weight:800;line-height:1.03;letter-spacing:-.05em}
.operations67-panel>p{max-width:620px;margin:0;color:#b9cce0;font-size:16px;line-height:1.66}
.operations67-flow{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin:38px 0 35px;padding-top:24px;border-top:1px solid rgba(99,181,249,.24)}
.operations67-flow::before{content:"";position:absolute;left:0;top:-2px;width:34%;height:4px;border-radius:99px;background:linear-gradient(90deg,transparent,#61c4ff,transparent);filter:blur(1px);animation:operations67-route 4.6s ease-in-out infinite}
.operations67-flow article{padding:0 15px;border-left:1px solid rgba(117,187,246,.18)}
.operations67-flow article:first-child{padding-left:0;border-left:0}
.operations67-flow article>span{display:block;margin-bottom:9px;color:#5bb8ff;font-size:9px;font-weight:850;letter-spacing:.16em}
.operations67-flow article>b{display:block;color:#e6f3ff;font-size:12px;line-height:1.35}
.operations67-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:56px;padding:0 20px;color:#fff;background:#147cef;border:1px solid rgba(113,196,255,.46);border-radius:3px 14px 3px 14px;font-size:13px;font-weight:850;box-shadow:0 14px 32px rgba(3,68,143,.30);transition:transform .24s ease,background .24s ease,box-shadow .24s ease}
.operations67-cta b{font-size:20px;transition:transform .24s ease}
.operations67-cta:hover{color:#fff;background:#2b94ff;box-shadow:0 18px 40px rgba(1,82,174,.39),0 0 30px rgba(42,154,255,.18);transform:translateY(-3px)}
.operations67-cta:hover b{transform:translate(3px,-3px)}
@keyframes operations67-route{0%{left:0;opacity:0}16%{opacity:1}82%{opacity:1}100%{left:66%;opacity:0}}
@media(max-width:1000px){
  .operations67-stage{grid-template-columns:1fr;min-height:0}
  .operations67-visual{grid-column:1;grid-row:1;width:100%;height:500px}
  .operations67-panel{grid-column:1;grid-row:2;width:calc(100% - 48px);margin:-92px auto 0;padding:46px 42px}
}
@media(max-width:600px){
  .operations67{padding:68px 0}
  .operations67-visual{height:360px;border-radius:3px 22px 3px 22px}
  .operations67-panel{width:calc(100% - 20px);margin-top:-58px;padding:36px 24px;border-radius:3px 22px 3px 22px}
  .operations67-panel h2{font-size:39px}
  .operations67-flow{grid-template-columns:1fr;gap:0;padding-top:12px}
  .operations67-flow article,.operations67-flow article:first-child{padding:13px 0;border-left:0;border-top:1px solid rgba(117,187,246,.14)}
  .operations67-flow article:first-child{border-top:0}
}
@media(prefers-reduced-motion:reduce){
  .operations67-visual img,.operations67-cta,.operations67-cta b{transition:none}
  .operations67-stage:hover .operations67-visual img{transform:scale(1.08)}
  .operations67-flow::before{animation:none;left:33%;opacity:.6}
}

/* V4.68 — cinematic full-width operations scene */
.operations68{padding:78px 0;background:linear-gradient(135deg,#dce8f2 0%,#cbddea 100%)}
.operations68-frame{position:relative;min-height:630px;padding:0;overflow:hidden;color:#fff;background:#071a38;border:1px solid rgba(69,147,214,.30);border-radius:4px 34px 4px 34px;box-shadow:0 32px 80px rgba(8,39,72,.20)}
.operations68-visual{position:absolute;inset:0;margin:0;overflow:hidden}
.operations68-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,37,.95) 0%,rgba(3,19,43,.78) 38%,rgba(3,18,39,.28) 69%,rgba(3,18,39,.14) 100%),linear-gradient(0deg,rgba(3,15,35,.86) 0%,transparent 47%);pointer-events:none}
.operations68-visual img{width:100%;height:100%;object-fit:cover;object-position:54% center;transform:scale(1.06);transition:transform 1.15s cubic-bezier(.2,.7,.2,1),filter .8s ease;filter:saturate(.88) contrast(1.04)}
.operations68-frame:hover .operations68-visual img{transform:scale(1.085);filter:saturate(1) contrast(1.05)}
.operations68-copy{position:absolute;z-index:2;left:64px;top:62px;width:min(720px,58%)}
.operations68-copy .eyebrow{color:#65bdff}
.operations68-copy h2{max-width:760px;margin:22px 0;color:#fff;font-family:Manrope,Inter,sans-serif;font-size:clamp(49px,5.6vw,78px);font-weight:800;line-height:.98;letter-spacing:-.055em}
.operations68-copy>p{max-width:610px;margin:0;color:#c2d3e5;font-size:17px;line-height:1.65}
.operations68-bottom{position:absolute;z-index:3;left:28px;right:28px;bottom:28px;display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:24px;align-items:center;min-height:112px;padding:22px 24px;background:rgba(4,26,56,.78);border:1px solid rgba(107,181,242,.30);border-radius:3px 20px 3px 20px;box-shadow:0 20px 48px rgba(0,13,34,.28),inset 0 1px 0 rgba(255,255,255,.09);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}
.operations68-flow{position:relative;display:grid;grid-template-columns:repeat(3,1fr)}
.operations68-flow::before{content:"";position:absolute;left:0;right:0;top:11px;height:1px;background:linear-gradient(90deg,rgba(89,184,255,.18),rgba(89,184,255,.55),rgba(89,184,255,.18))}
.operations68-flow::after{content:"";position:absolute;left:0;top:9px;width:32%;height:5px;border-radius:99px;background:linear-gradient(90deg,transparent,#6ecbff,transparent);filter:blur(1px);animation:operations68-route 4.5s ease-in-out infinite}
.operations68-flow article{position:relative;z-index:1;padding:0 24px;border-left:1px solid rgba(118,191,248,.18)}
.operations68-flow article:first-child{padding-left:0;border-left:0}
.operations68-flow article>span{display:grid;place-items:center;width:23px;height:23px;margin-bottom:14px;color:#dff4ff;background:#137ce8;border:1px solid rgba(160,220,255,.68);border-radius:50%;box-shadow:0 0 0 6px rgba(29,137,240,.10),0 0 20px rgba(61,169,255,.38);font-size:8px;font-weight:850}
.operations68-flow article>b{display:block;color:#eaf5ff;font-size:12px;line-height:1.35}
.operations68-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:62px;padding:0 21px;color:#fff;background:linear-gradient(135deg,#1378e7,#2294ff);border:1px solid rgba(133,208,255,.52);border-radius:3px 14px 3px 14px;font-size:13px;font-weight:850;box-shadow:0 15px 34px rgba(1,70,151,.34);transition:transform .24s ease,box-shadow .24s ease,filter .24s ease}
.operations68-cta b{font-size:21px;transition:transform .24s ease}
.operations68-cta:hover{color:#fff;transform:translateY(-3px);filter:brightness(1.09);box-shadow:0 20px 44px rgba(1,75,164,.45),0 0 30px rgba(48,160,255,.18)}
.operations68-cta:hover b{transform:translate(3px,-3px)}
@keyframes operations68-route{0%{left:0;opacity:0}16%{opacity:1}82%{opacity:1}100%{left:68%;opacity:0}}
@media(max-width:900px){
  .operations68-frame{min-height:730px}
  .operations68-copy{left:42px;top:48px;width:calc(100% - 84px)}
  .operations68-copy h2{max-width:650px}
  .operations68-bottom{grid-template-columns:1fr;gap:20px}
  .operations68-cta{width:100%}
}
@media(max-width:600px){
  .operations68{padding:58px 0}
  .operations68-frame{min-height:820px;border-radius:3px 24px 3px 24px}
  .operations68-visual::after{background:linear-gradient(180deg,rgba(3,16,37,.90),rgba(3,18,40,.48) 48%,rgba(3,15,35,.93) 100%)}
  .operations68-copy{left:25px;top:38px;width:calc(100% - 50px)}
  .operations68-copy h2{font-size:43px}
  .operations68-copy>p{font-size:15px}
  .operations68-bottom{left:12px;right:12px;bottom:12px;padding:21px 18px}
  .operations68-flow{grid-template-columns:1fr}
  .operations68-flow::before,.operations68-flow::after{display:none}
  .operations68-flow article,.operations68-flow article:first-child{display:flex;align-items:center;gap:14px;padding:11px 0;border-left:0;border-top:1px solid rgba(118,191,248,.14)}
  .operations68-flow article:first-child{border-top:0}
  .operations68-flow article>span{flex:0 0 23px;margin:0}
}
@media(prefers-reduced-motion:reduce){
  .operations68-visual img,.operations68-cta,.operations68-cta b{transition:none}
  .operations68-frame:hover .operations68-visual img{transform:scale(1.06)}
  .operations68-flow::after{animation:none;left:34%;opacity:.6}
}

/* V4.69 — live GPS route monitoring status */
.operations68-gps>b{display:flex!important;align-items:center;gap:9px}
.operations68-gps>b em{font:inherit;font-style:normal;color:inherit}
.operations68-gps>b i{position:relative;flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#37d784;box-shadow:0 0 0 5px rgba(55,215,132,.10),0 0 16px rgba(55,215,132,.72)}
.operations68-gps>b i::after{content:"";position:absolute;inset:-6px;border:1px solid rgba(75,236,154,.55);border-radius:50%;animation:operations69-gps 1.9s ease-out infinite}
@keyframes operations69-gps{0%{transform:scale(.55);opacity:0}25%{opacity:.9}100%{transform:scale(1.55);opacity:0}}
@media(prefers-reduced-motion:reduce){.operations68-gps>b i::after{animation:none;opacity:.45}}

/* V4.70 — editorial company profile */
.about70{padding:96px 0!important;background:linear-gradient(135deg,#dce8f2 0%,#cadcea 100%)!important;overflow:hidden}
.about70-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:72px;align-items:center}
.about70-media{position:relative;height:560px;margin:0;overflow:hidden;background:#8d9fb1;border:1px solid rgba(66,137,199,.24);border-radius:4px 30px 4px 30px;box-shadow:0 30px 72px rgba(8,39,72,.18)}
.about70-media::before{content:"";position:absolute;z-index:2;top:34px;right:0;bottom:34px;width:3px;background:linear-gradient(180deg,transparent,#35a5ff 18%,#147de9 82%,transparent);box-shadow:0 0 22px rgba(39,151,245,.48);pointer-events:none}
.about70-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 66%,rgba(5,38,75,.12));pointer-events:none}
.about70-media img{width:100%;height:100%;object-fit:cover;object-position:49% center;transform:scale(1.12);transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .7s ease;filter:saturate(.94) contrast(1.02)}
.about70-media:hover img{transform:scale(1.155);filter:saturate(1.03) contrast(1.03)}
.about70-content{position:relative;padding:12px 0 12px 6px}
.about70-content::before{content:"";position:absolute;left:-38px;top:8px;bottom:8px;width:1px;background:linear-gradient(180deg,transparent,rgba(31,133,220,.42) 17%,rgba(31,133,220,.42) 83%,transparent);box-shadow:0 0 18px rgba(31,133,220,.16)}
.about70-content h2{max-width:720px;margin:23px 0 25px;color:#08264c;font-family:Manrope,Inter,sans-serif;font-size:clamp(48px,5vw,72px);font-weight:800;line-height:1.01;letter-spacing:-.055em}
.about70-content>p{max-width:690px;margin:0;color:#5e7188;font-size:17px;line-height:1.72}
.about70-values{display:grid;grid-template-columns:repeat(2,1fr);margin-top:38px;border-top:1px solid rgba(62,130,190,.25);border-bottom:1px solid rgba(62,130,190,.19)}
.about70-values article{min-height:104px;padding:20px 22px 20px 0;transition:background-color .26s ease,transform .26s ease,box-shadow .26s ease}
.about70-values article:nth-child(even){padding-left:22px;border-left:1px solid rgba(62,130,190,.20)}
.about70-values article:nth-child(n+3){border-top:1px solid rgba(62,130,190,.18)}
.about70-values article:hover{z-index:1;background:linear-gradient(135deg,rgba(36,129,213,.08),rgba(36,129,213,.015));box-shadow:inset 0 2px 0 rgba(29,135,227,.48);transform:translateY(-2px)}
.about70-values span{display:block;margin-bottom:10px;color:#147de9;font-size:9px;font-weight:850;letter-spacing:.16em}
.about70-values b{display:block;color:#0b294f;font-family:Manrope,Inter,sans-serif;font-size:16px;line-height:1.35}
@media(max-width:960px){
  .about70-grid{grid-template-columns:1fr;gap:50px}
  .about70-media{height:560px}
  .about70-content{padding-left:0}
  .about70-content::before{display:none}
}
@media(max-width:580px){
  .about70{padding:68px 0!important}
  .about70-media{height:410px;border-radius:3px 22px 3px 22px}
  .about70-media img{object-position:48% center;transform:scale(1.08)}
  .about70-media:hover img{transform:scale(1.08)}
  .about70-content h2{font-size:42px}
  .about70-values{grid-template-columns:1fr}
  .about70-values article,.about70-values article:nth-child(even){padding:18px 0;border-left:0}
  .about70-values article:nth-child(n+2){border-top:1px solid rgba(62,130,190,.18)}
}
@media(prefers-reduced-motion:reduce){
  .about70-media img,.about70-values article{transition:none}
  .about70-media:hover img{transform:scale(1.12)}
}
