@font-face {
  font-family: 'BunkenTech';
  src: url('fonts/01. Primary - Bunken Tech Sans Pro Wide Bold/Bunken Tech Sans Pro WideW01Bd/Web Fonts/d5427f0d5e9d2190b0924d2a2d070d00.woff2') format('woff2'),
       url('fonts/01. Primary - Bunken Tech Sans Pro Wide Bold/Bunken Tech Sans Pro WideW01Bd/Web Fonts/d5427f0d5e9d2190b0924d2a2d070d00.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HostGrotesk';
  src: url('fonts/02. Secondary - Host Grotesk/HostGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --teal-dark:   #003F3D;
  --teal-deep:   #061F20;
  --teal-mid:    #005B57;
  --yellow:      #F6B800;
  --white:       #FFFFFF;
  --off-white:   #F5F6F2;
  --text-dark:   #071919;
  --text-muted:  #B8C9C6;
  --border:      #DEE5E2;
  --f-head: 'BunkenTech','Rajdhani','Oswald','Arial Narrow',sans-serif;
  --f-body: 'HostGrotesk','Inter',Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%}
body{font-family:var(--f-body);color:var(--text-dark);background:#fff;overflow-x:hidden;max-width:100%}
body:has(.hdr-nav.open){overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}

/* ── HEADER ── */
.hdr{
  position:absolute;top:0;left:0;width:100%;z-index:200;
  height:86px;padding:0 80px;
  background:transparent;
  transition:background .3s,box-shadow .3s;
}
.hdr-in{
  max-width:1440px;margin:0 auto;height:100%;
  display:flex;align-items:center;justify-content:space-between;
}
.hdr.solid{
  position:fixed;
  background:var(--teal-dark);
  box-shadow:0 2px 24px rgba(0,0,0,.35);
}
.hdr-logo img{height:60px;width:auto}
.hdr-nav{display:flex;align-items:center;gap:34px;list-style:none}
.hdr-nav a{
  font-family:var(--f-body);font-size:15.5px;font-weight:500;
  letter-spacing:.02em;color:#fff;padding-bottom:3px;
  position:relative;transition:color .2s;
}
.hdr-nav a:hover{color:var(--yellow)}
.hdr-nav .active a::after{
  content:'';position:absolute;bottom:-2px;left:0;width:100%;
  height:2px;background:var(--yellow);
}
.hdr-nav .drop-arrow{
  display:inline-block;width:7px;height:7px;margin-left:4px;
  border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
}
.hdr-nav-ctas{display:none}
.hdr-right{display:flex;align-items:center;gap:10px}
.btn{
  display:inline-flex;align-items:center;gap:7px;
  height:44px;padding:0 20px;border-radius:2px;border:none;
  font-family:var(--f-body);font-size:12.5px;font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;
  transition:transform .2s,filter .2s,background .2s;
}
.btn:hover{transform:translateY(-2px);filter:brightness(1.08)}
.btn-ghost{background:transparent;border:1px solid #fff;color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.1)}
.btn-yellow{background:var(--yellow);color:var(--text-dark)}
.btn-yellow:hover{background:#e6ab00}
.btn-dark{background:var(--teal-dark);color:#fff}
.btn-dark:hover{background:var(--teal-mid)}
.btn-ico{font-size:16px;margin-left:4px}
.mob-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.mob-btn span{display:block;width:24px;height:2px;background:#fff;transition:.3s}

/* ── HERO ── */
.hero{
  position:relative;height:73vh;min-height:690px;
  padding:0 80px;
  background:url('assets/home-hero-banner.webp') center right/cover no-repeat;
  overflow:visible;
}
.hero-ov{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(3,25,25,.95) 0%,rgba(3,25,25,.72) 38%,rgba(3,25,25,.35) 75%,transparent 100%);
}
.hero-con{
  position:relative;
  max-width:1440px;
  margin:0 auto;
  height:100%;
}
.hero-body{
  position:relative;z-index:2;
  padding:135px 0 0;max-width:560px;
}
.hero-eye{
  font-family:var(--f-body);font-size:13.5px;font-weight:700;
  letter-spacing:.13em;text-transform:uppercase;color:var(--yellow);
  margin-bottom:14px;
}
.hero-h1{
  font-family:var(--f-head);font-size:72px;line-height:.92;
  text-transform:uppercase;font-weight:700;
  margin-bottom:22px;
  text-shadow:0 2px 20px rgba(0,0,0,.3);
}
.hero-h1 .w{display:block;color:#fff}
.hero-h1 .y{display:block;color:var(--yellow)}
.hero-p{
  font-family:var(--f-body);font-size:16.5px;line-height:1.65;
  color:rgba(255,255,255,.8);margin-bottom:34px;max-width:410px;
}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}

/* scroll indicator */
.scroll-ind{
  position:absolute;left:28px;top:50%;transform:translateY(-50%);
  z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;
}
.scroll-ind .s-line{width:1px;height:56px;background:linear-gradient(to bottom,var(--yellow),transparent)}
.scroll-ind .s-dot{width:6px;height:6px;background:var(--yellow);border-radius:50%;animation:spulse 2s infinite}
.scroll-ind .s-txt{
  font-family:var(--f-body);font-size:9px;letter-spacing:.15em;
  text-transform:uppercase;color:var(--yellow);
  writing-mode:vertical-rl;transform:rotate(180deg);
}
@keyframes spulse{0%,100%{opacity:1;transform:translateY(0)}50%{opacity:.35;transform:translateY(4px)}}

/* hero cards */
.hero-cards{
  position:absolute;bottom:-64px;left:0;
  display:flex;gap:8px;z-index:10;
}
.hcard{
  width:212px;min-height:140px;
  background:rgba(0,63,61,.92);
  border:1px solid rgba(246,184,0,.6);
  padding:20px 20px 32px;position:relative;
  transition:transform .25s,border-color .25s,background .25s;
  text-decoration:none;color:inherit;display:block;
}
.hcard:hover{transform:translateY(-6px);border-color:var(--yellow);background:rgba(0,63,61,1)}
.hcard-num{
  font-family:var(--f-head);font-size:26px;font-weight:700;
  color:var(--yellow);opacity:.9;line-height:1;margin-bottom:9px;
  padding-right:56px;
}
.hcard-ttl{
  font-family:var(--f-head);font-size:13px;font-weight:700;
  color:#fff;text-transform:uppercase;letter-spacing:.04em;
  line-height:1.2;margin-bottom:5px;
  padding-right:56px;
}
.hcard-dsc{font-family:var(--f-body);font-size:11.5px;color:var(--text-muted);line-height:1.45}
.hcard-arr{position:absolute;bottom:13px;right:14px;color:var(--yellow);font-size:25px}
.hcard-ico{
  position:absolute;top:16px;right:14px;
  width:48px;height:auto;
  opacity:.38;pointer-events:none;
  filter:brightness(0) invert(1);
  transition:filter .25s,opacity .25s;
}
.hcard:hover .hcard-ico{
  opacity:.85;
  filter:brightness(0) invert(74%) sepia(97%) saturate(632%) hue-rotate(2deg) brightness(104%) contrast(101%);
}

/* ── INTRO STATS ── */
.intro{
  background:var(--teal-dark);
  padding:0 80px;
}
.intro-in{
  max-width:1440px;margin:0 auto;
  display:grid;grid-template-columns:310px 1fr 460px;
  gap:48px;align-items:center;padding:96px 0;
}
.intro-h{
  font-family:var(--f-head);font-size:36px;font-weight:700;
  text-transform:uppercase;line-height:1.05;
}
.intro-h .w{display:block;color:#fff}
.intro-h .y{display:block;color:var(--yellow)}
.intro-p{font-family:var(--f-body);font-size:15.5px;line-height:1.7;color:rgba(255,255,255,.7)}
.intro-p p+p{margin-top:10px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.stat{
  display:flex;flex-direction:column;align-items:center;text-align:center;
  padding:10px 8px;border-left:1px solid rgba(255,255,255,.1);gap:10px;
}
.stat:first-child{border-left:none}
.stat-ico{
  width:64px;height:64px;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.stat-ico img{
  width:52px;height:52px;
  filter:invert(74%) sepia(97%) saturate(632%) hue-rotate(2deg) brightness(104%) contrast(101%);
}
.stat-lbl{
  font-family:var(--f-head);font-size:12px;font-weight:700;
  color:#fff;text-transform:uppercase;letter-spacing:.05em;line-height:1.35;
}

/* ── SERVICES ── */
.svc{background:var(--off-white);padding:96px 80px;position:relative;overflow:hidden}
.svc .con{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.sec-h{
  font-family:var(--f-head);font-size:44px;font-weight:700;
  text-transform:uppercase;line-height:1;margin-bottom:44px;
  color:var(--teal-dark);
}
.sec-h .hl{color:var(--yellow)}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.sc{
  background:#fff;border:1px solid var(--border);
  padding:24px 22px 38px;display:flex;gap:16px;position:relative;
  transition:transform .25s,border-color .25s,box-shadow .25s;
  text-decoration:none;color:inherit;
}
.sc:hover{transform:translateY(-6px);border-color:var(--yellow);box-shadow:0 8px 28px rgba(0,63,61,.1)}
.sc-ico{width:42px;height:42px;flex-shrink:0}
.sc-ico img{
  width:42px;height:42px;
  filter:invert(15%) sepia(51%) saturate(1283%) hue-rotate(155deg) brightness(90%) contrast(97%);
}
.sc-ttl{
  font-family:var(--f-head);font-size:15px;font-weight:700;
  text-transform:uppercase;letter-spacing:.04em;color:var(--text-dark);margin-bottom:5px;
}
.sc-dsc{font-family:var(--f-body);font-size:13px;color:#5a7070;line-height:1.55}
.sc-arr{
  position:absolute;bottom:16px;right:16px;
  width:26px;height:26px;background:var(--yellow);
  display:flex;align-items:center;justify-content:center;
  color:var(--text-dark);font-size:13px;
  opacity:0;transition:opacity .25s;
}
.sc:hover .sc-arr{opacity:1}

/* faint X bg */
.x-bg{
  position:absolute;right:-30px;top:50%;transform:translateY(-50%);
  width:300px;height:300px;opacity:.05;pointer-events:none;z-index:1;
}

/* ── ROUTE ── */
.route{background:var(--teal-dark);padding:96px 80px;position:relative;overflow:hidden}
.route-in{
  max-width:1440px;margin:0 auto;
  display:grid;grid-template-columns:250px 1fr;gap:60px;align-items:center;
}
.route-h{font-family:var(--f-head);font-size:36px;font-weight:700;text-transform:uppercase;line-height:1.05}
.route-h .w{display:block;color:#fff}
.route-h .y{display:block;color:var(--yellow)}
.route-cities{display:flex;justify-content:space-between;margin-bottom:6px}
.r-city{
  display:flex;align-items:center;gap:6px;
  font-family:var(--f-head);font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.1em;color:#fff;
}
.r-pin{color:var(--yellow);font-size:15px}
.route-line-wrap{position:relative;height:20px;margin-bottom:22px}
.r-line{
  position:absolute;bottom:0;left:0;right:0;
  height:2px;
  background:repeating-linear-gradient(to right,var(--yellow) 0,var(--yellow) 14px,transparent 14px,transparent 24px);
}
.r-truck{
  position:absolute;bottom:0;left:0;
  z-index:2;
  animation:tmove 9s linear infinite;
}
.r-truck img{width:280px;height:auto;display:block}
@keyframes tmove{0%{left:0}100%{left:calc(100% - 284px)}}
.route-svcs{
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.1);padding-top:18px;
}
.r-svc{
  display:flex;align-items:center;gap:9px;
  padding:6px 12px 6px 0;border-right:1px solid rgba(255,255,255,.1);
}
.r-svc:last-child{border-right:none}
.r-svc:not(:first-child){padding-left:12px}
.r-svc-ico{flex-shrink:0;display:flex;align-items:center}
.r-svc-ico img{
  width:22px;height:22px;
  filter:invert(74%) sepia(97%) saturate(632%) hue-rotate(2deg) brightness(104%) contrast(101%);
}
.r-svc-lbl{
  font-family:var(--f-head);font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;color:#fff;line-height:1.25;
}

/* ── FLEET ── */
.fleet{
  position:relative;height:60vh;
  background:url('assets/home-sub-banner.webp') center 75%/cover no-repeat;
  overflow:hidden;
}
.fleet-ov{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(6,31,32,.93) 0%,rgba(6,31,32,.78) 35%,rgba(6,31,32,.38) 62%,transparent 82%);
}
.fleet-body{
  position:relative;z-index:2;
  width:100%;max-width:1600px;margin:0 auto;
  padding:0 80px;height:100%;
  display:flex;flex-direction:column;justify-content:center;
}
.fleet-body>*{max-width:480px;}
.fleet-eye{
  font-family:var(--f-body);font-size:12.5px;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;color:var(--yellow);margin-bottom:8px;
}
.fleet-h{
  font-family:var(--f-head);font-size:44px;font-weight:700;
  text-transform:uppercase;line-height:.95;margin-bottom:14px;
}
.fleet-h .w{display:block;color:#fff}
.fleet-h .y{display:block;color:var(--yellow)}
.fleet-p{font-family:var(--f-body);font-size:15.5px;color:rgba(255,255,255,.75);line-height:1.6;margin-bottom:22px}

/* ── WHY ── */
.why{background:var(--teal-deep);padding:96px 80px}
.why-in{
  max-width:1440px;margin:0 auto;
  display:grid;grid-template-columns:250px 1fr;gap:56px;align-items:center;
}
.why-h{font-family:var(--f-head);font-size:32px;font-weight:700;text-transform:uppercase;line-height:1.08}
.why-h .w{display:block;color:#fff}
.why-h .y{display:block;color:var(--yellow)}
.why-feats{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.wf{display:flex;flex-direction:column;gap:10px}
.wf-ico{width:52px;height:52px}
.wf-ico img{
  width:52px;height:52px;
  filter:invert(74%) sepia(97%) saturate(632%) hue-rotate(2deg) brightness(104%) contrast(101%);
}
.wf-ttl{
  font-family:var(--f-head);font-size:13px;font-weight:700;
  text-transform:uppercase;letter-spacing:.05em;color:#fff;line-height:1.25;
}
.wf-dsc{font-family:var(--f-body);font-size:12px;color:var(--text-muted);line-height:1.55}

/* ── QUOTE ── */
.quote{background:var(--yellow);padding:96px 80px}
.quote-in{
  max-width:1440px;margin:0 auto;
  display:grid;grid-template-columns:290px 1fr;gap:72px;align-items:start;
}
.q-eye{
  font-family:var(--f-body);font-size:13px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;
  color:rgba(7,25,25,.65);margin-bottom:10px;
}
.q-h{
  font-family:var(--f-head);font-size:38px;font-weight:700;
  text-transform:uppercase;line-height:1.0;color:var(--text-dark);margin-bottom:14px;
}
.q-sub{font-family:var(--f-body);font-size:16px;color:rgba(7,25,25,.7);line-height:1.6}

/* ── FORM STATUS (quote + contact) ── */
.form-status{
  grid-column:1/-1;
  font-family:var(--f-body);font-size:13.5px;font-weight:600;line-height:1.5;
  padding:14px 18px;margin-bottom:4px;border-left:3px solid;border-radius:2px;
  background:#fff;
}
.form-status-ok{border-color:var(--teal-dark);color:var(--teal-dark)}
.form-status-err{border-color:#c62828;color:#c62828}

/* ── ADDRESS AUTOCOMPLETE ── */
.addr-ac-list{
  position:absolute;top:100%;left:0;right:0;z-index:50;
  margin-top:4px;padding:4px 0;list-style:none;
  background:#fff;border:1px solid var(--border);border-radius:2px;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
  max-height:220px;overflow-y:auto;
}
.addr-ac-item{
  padding:10px 14px;font-family:var(--f-body);font-size:13px;
  color:var(--text-dark);line-height:1.4;cursor:pointer;
}
.addr-ac-item:hover,.addr-ac-item.active{background:var(--off-white);color:var(--teal-dark)}
.addr-ac-attribution{
  padding:6px 14px;font-family:var(--f-body);font-size:10.5px;
  color:#9aa5a3;border-top:1px solid var(--border);cursor:default;
}

.q-form{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.q-form .s2{grid-column:span 2}
.q-form .s3{grid-column:span 3;display:flex;justify-content:flex-start;margin-top:2px}
.q-form input,.q-form select,.q-form textarea{
  font-family:var(--f-body);font-size:13px;color:var(--text-dark);
  background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:2px;
  padding:11px 14px;outline:none;width:100%;
  transition:border-color .2s;
}
.q-form input::placeholder,.q-form textarea::placeholder{color:#aab8b5}
.q-form input:focus,.q-form select:focus,.q-form textarea:focus{border-color:var(--teal-dark)}
.q-form textarea{resize:vertical;min-height:100px}
.q-form select{
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 5L10 1' stroke='%23071919' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;
}

/* ── FOOTER ── */
.ftr{background:var(--teal-deep);padding:96px 80px;position:relative;overflow:hidden}
.ftr-xpat{
  position:absolute;right:0;top:0;width:340px;height:100%;
  opacity:.07;pointer-events:none;
}
.ftr-in{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.ftr-grid{
  display:grid;grid-template-columns:210px 200px 1fr 1fr 1fr;
  gap:36px;margin-bottom:36px;padding-bottom:32px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.ftr-logo img{height:30px;width:auto;margin-bottom:8px}
.ftr-tag{font-family:var(--f-body);font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}
.ftr-contact{display:flex;align-items:flex-start;gap:9px;margin-bottom:11px;color:var(--text-muted);font-family:var(--f-body);font-size:13px}
.ftr-contact svg{width:14px;height:14px;color:var(--yellow);flex-shrink:0;margin-top:2px}
.ftr-col-t{
  font-family:var(--f-head);font-size:12.5px;font-weight:700;
  text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:14px;
}
.ftr-links{list-style:none;display:flex;flex-direction:column;gap:7px}
.ftr-links a{font-family:var(--f-body);font-size:13px;color:var(--text-muted);transition:color .2s}
.ftr-links a:hover{color:var(--yellow)}
.ftr-bot{display:flex;align-items:center;justify-content:space-between}
.ftr-copy{font-family:var(--f-body);font-size:13.5px;color:rgba(184,201,198,.45)}
.ftr-legal{display:flex;gap:18px}
.ftr-legal a{font-family:var(--f-body);font-size:11.5px;color:rgba(184,201,198,.45);transition:color .2s}
.ftr-legal a:hover{color:var(--yellow)}
.socials{display:flex;gap:8px;margin-top:14px}
.soc{
  width:34px;height:34px;border:1px solid rgba(255,255,255,.14);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--text-muted);transition:border-color .2s,color .2s,transform .2s;
}
.soc:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-2px)}
.soc svg{width:15px;height:15px}

/* ── NAV DROPDOWN ── */
.has-drop { position: relative; }
/* Invisible bridge so hover doesn't break when cursor moves from nav item to menu */
.has-drop::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -20px;
  right: -20px;
  height: 12px;
  display: none;
}
.drop-menu {
  list-style: none;
  position: absolute;
  top: calc(100% + 12px);
  left: -20px;
  min-width: 290px;
  background: var(--teal-dark);
  border-top: 2px solid var(--yellow);
  border-left: 1px solid rgba(255,255,255,.1);
  border-right: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 400;
  pointer-events: none;
}
.drop-menu li { list-style: none; }
.drop-menu a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  font-family: var(--f-body);
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,.72) !important;
  letter-spacing: .01em;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: color .18s, background .18s;
  text-transform: none !important;
}
.drop-menu li:last-child a { border-bottom: none; }
.drop-menu a:hover,
.drop-menu a.current {
  color: var(--yellow) !important;
  background: rgba(255,255,255,.06);
}
.drop-menu a::after { display: none !important; }
.dm-ico {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: .5;
  flex-shrink: 0;
  display: block;
}
.drop-menu a:hover .dm-ico,
.drop-menu a.current .dm-ico {
  opacity: 1;
  filter: invert(74%) sepia(97%) saturate(632%) hue-rotate(2deg) brightness(104%) contrast(101%);
}
@media (min-width: 901px) {
  .has-drop::after { display: block; }
  .has-drop:hover .drop-menu,
  .has-drop:focus-within .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .hdr{padding:0 20px}
  .hdr-logo img{height:40px}
  .hdr-nav{display:none;flex-direction:column;align-items:stretch;gap:0;
    position:fixed;top:86px;left:0;right:0;bottom:0;
    background:var(--teal-dark);padding:8px 24px 24px;
    overflow-y:auto;-webkit-overflow-scrolling:touch;
    animation:navIn .25s ease;
  }
  .hdr-nav.open{display:flex}
  @keyframes navIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
  .hdr-nav li{border-bottom:1px solid rgba(255,255,255,.1)}
  .hdr-nav a{display:block;padding:18px 2px;font-size:18px;font-weight:600;text-align:left}
  .hdr-nav .drop-arrow{margin-left:auto}
  .hdr-nav .has-drop>a{display:flex!important;align-items:center;justify-content:space-between}
  .drop-menu{
    position:static;opacity:1;visibility:hidden;transform:none;
    max-height:0;overflow:hidden;pointer-events:none;
    border:none;padding:0;background:rgba(0,0,0,.2);
    transition:max-height .3s ease,visibility 0s .3s;
  }
  .drop-menu.mob-open{
    visibility:visible;max-height:500px;pointer-events:auto;
    transition:max-height .3s ease,visibility 0s;
  }
  .drop-menu a{padding:13px 10px 13px 28px;font-size:15.5px;font-weight:500}
  .hdr-nav .hdr-nav-ctas{display:flex;flex-direction:column;gap:10px;margin-top:20px;border-bottom:none}
  .hdr-nav-ctas a{
    display:flex!important;align-items:center;justify-content:center;gap:8px;
    height:auto!important;padding:15px!important;border-radius:2px;
    font-size:14px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.05em;
  }
  .has-drop::after{display:none}
  .hdr-right .btn-ghost{display:none}
  .mob-btn{display:flex}
  .hero{height:auto;min-height:680px;padding:0;background-position:18% center}
  .hero-con{padding:0 20px}
  .hero-body{padding:110px 0 0;max-width:100%}
  .hero-h1{font-size:48px}
  .scroll-ind{display:none}
  .hero-cards{position:static;flex-direction:column;padding:24px 0;bottom:auto;left:auto;gap:10px}
  .hcard{width:100%;min-height:auto;padding-bottom:40px}
  .fleet-body{padding:0 20px}
  .fleet-body>*{max-width:100%}
  .intro{padding:56px 20px}
  .intro-in{grid-template-columns:1fr;gap:28px;padding:0}
  .stats{grid-template-columns:repeat(2,1fr);gap:16px}
  .stat{border-left:none;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:14px}
  .svc{padding:56px 20px}
  .svc-grid{grid-template-columns:1fr}
  .route{padding:56px 20px}
  .route-in{grid-template-columns:1fr;gap:24px}
  .r-truck img{width:200px}
  @keyframes tmove{0%{left:0}100%{left:calc(100% - 204px)}}
  .route-svcs{grid-template-columns:repeat(2,1fr);gap:10px}
  .r-svc{border-right:none;padding:0}
  .fleet-body{padding:0 20px}
  .why{padding:56px 20px}
  .why-in{grid-template-columns:1fr;gap:24px}
  .why-feats{grid-template-columns:repeat(2,1fr)}
  .quote{padding:56px 20px}
  .quote-in{grid-template-columns:1fr;gap:28px}
  .q-form{grid-template-columns:1fr}
  .q-form .s2,.q-form .s3{grid-column:span 1}
  .ftr{padding:56px 20px}
  .ftr-grid{grid-template-columns:1fr 1fr;gap:24px}
  .ftr-bot{flex-direction:column;gap:12px;text-align:center}
}
@media(max-width:500px){
  .ftr-grid{grid-template-columns:1fr}
  .why-feats{grid-template-columns:1fr}
  .sec-h{font-size:34px}
}
