:root{--navy:#061f3d;--navy2:#0b3158;--red:#d71920;--ink:#071b34;--light:#f5f7fa;--white:#fff;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.topbar{background:#031a32;color:#fff;padding:8px max(24px,calc((100% - var(--max))/2));display:flex;justify-content:space-between;gap:18px;font-size:13px;border-bottom:2px solid var(--red)}header{height:88px;padding:0 max(24px,calc((100% - var(--max))/2));display:flex;align-items:center;gap:34px;background:#0a2948;color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 5px 20px #0003}.brand img{width:285px;max-height:70px;object-fit:contain}nav{display:flex;gap:28px;margin-left:auto;text-transform:uppercase;font-weight:700;font-size:13px}nav a:hover{color:#ff4a4f}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;text-transform:uppercase;font-weight:800;padding:15px 24px;border-radius:3px;border:2px solid var(--red);cursor:pointer}.btn.outline{background:transparent;border-color:#fff}.header-cta{white-space:nowrap}.menu{display:none}.hero{min-height:540px;background:#0c385f;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);overflow:hidden}.hero-copy{padding:70px max(30px,calc((100vw - var(--max))/2)) 60px; padding-right:40px;color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-weight:800;color:#fff}.eyebrow.dark{color:var(--red)}h1{font-size:clamp(48px,6vw,82px);line-height:.92;margin:14px 0 24px;letter-spacing:-2px}h2{font-size:34px;text-transform:uppercase;margin:8px 0 18px}.lead{font-size:20px;line-height:1.5;max-width:550px}.hero ul{padding:0;list-style:none;line-height:1.9}.hero li:before{content:'✓';color:#ff3037;font-weight:900;margin-right:10px}.actions{display:flex;gap:12px;margin-top:25px}.hero-photo{position:relative;min-width:0;background:#d8dee3;overflow:hidden}.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.trust{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(5,1fr);padding:22px 0;background:#fff}.trust div{display:flex;gap:12px;justify-content:center;align-items:center;text-transform:uppercase;font-size:13px;border-right:1px solid #ccd4dd}.trust div:last-child{border:0}.section{max-width:var(--max);margin:auto;padding:58px 24px}.section-head{display:flex;align-items:center;justify-content:center;gap:20px}.section-head span{height:2px;background:var(--red);width:170px}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.cards article{border:1px solid #cfd7e0;padding:28px 18px;text-align:center;min-height:245px;box-shadow:0 3px 10px #00000008}.service-icon{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#eef3f7;border:1px solid #dbe3ea}.service-icon svg{width:34px;height:34px;fill:none;stroke:var(--navy);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-icon svg circle,.service-icon svg rect{fill:none}.cards article:hover .service-icon{background:var(--navy)}.cards article:hover .service-icon svg{stroke:#fff}.cards h3{text-transform:uppercase;font-size:18px}.cards h3:after{content:'';display:block;width:40px;height:2px;background:var(--red);margin:12px auto}.cards p{font-size:14px;line-height:1.5}.why{display:grid;grid-template-columns:42% 58%;background:var(--navy);color:#fff}.why>div:first-child{padding:45px max(30px,calc((100vw - var(--max))/2));padding-right:40px}.why p{line-height:1.4}.why small{color:#d7e0e9}.why-photo{position:relative;min-height:380px}.why-photo img{width:100%;height:100%;object-fit:cover}.why-photo aside{position:absolute;right:4%;bottom:8%;background:#c71017;padding:20px 28px;text-align:center;font-size:14px;box-shadow:0 5px 18px #0005}.why-photo strong{display:block;font-size:26px;margin-top:5px}.about{display:grid;grid-template-columns:34% 1fr 180px;gap:32px;align-items:center}.about>img{width:100%;height:230px;object-fit:cover}.about p{line-height:1.55}.years{border:7px solid #d9e0e7;text-align:center;padding:22px 10px}.years strong{display:block;font-size:64px}.years span{display:block;font-size:24px;font-weight:900}.years small{display:block;background:var(--red);color:#fff;padding:8px;margin:12px -22px -10px;font-weight:800}.careers{display:flex;justify-content:space-between;align-items:center;background:#f3f6f9;max-width:none;padding-left:max(24px,calc((100% - var(--max))/2));padding-right:max(24px,calc((100% - var(--max))/2))}.careers div{max-width:760px}.quote{background:linear-gradient(90deg,#d71920,#a7060c);color:#fff;padding:42px max(24px,calc((100% - var(--max))/2));display:grid;grid-template-columns:1fr 1.4fr;gap:45px;align-items:start}.quote form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quote input,.quote textarea{padding:14px;border:0;border-radius:2px;font:inherit}.quote textarea{grid-column:1/-1;min-height:100px}.quote button{justify-self:start}footer{background:#031b34;color:#fff;padding:45px max(24px,calc((100% - var(--max))/2)) 20px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:35px;font-size:14px}footer img{width:230px}footer p{line-height:1.6;color:#dce5ed}footer h3{text-transform:uppercase}.small{padding:10px 15px}.copyright{grid-column:1/-1;text-align:center;border-top:1px solid #ffffff22;padding-top:20px;color:#b9c6d3}
@media(max-width:900px){.topbar span:last-child{display:none}header{height:74px}.brand img{width:210px}.menu{display:block;margin-left:auto;background:none;border:0;color:#fff;font-size:28px}nav{display:none;position:absolute;top:74px;left:0;right:0;background:#071f39;padding:20px;flex-direction:column}nav.open{display:flex}.header-cta{display:none}.hero{grid-template-columns:1fr;background:#0d355a}.hero-copy{padding:55px 28px}.hero-photo{height:360px}.trust{grid-template-columns:1fr 1fr}.trust div{padding:12px;border-bottom:1px solid #ddd}.cards{grid-template-columns:1fr 1fr}.why{grid-template-columns:1fr}.about{grid-template-columns:1fr}.years{max-width:220px}.careers{align-items:flex-start;gap:20px;flex-direction:column}.quote{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}}@media(max-width:560px){.topbar{justify-content:center}.topbar span:nth-child(2){display:none}.cards{grid-template-columns:1fr}.trust{grid-template-columns:1fr}.hero-photo{height:280px}.actions{flex-direction:column}.quote form{grid-template-columns:1fr}.quote input,.quote textarea{grid-column:1}.section-head span{width:45px}footer{grid-template-columns:1fr}h2{font-size:28px}}
.section-intro{max-width:760px;margin:0 auto 28px;text-align:center;line-height:1.6;color:#4e6073}.services-grid{grid-template-columns:repeat(4,1fr)}.values{padding-top:30px}.value-grid,.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value-grid article,.team-grid article{background:#f5f7fa;border-top:4px solid var(--red);padding:24px;box-shadow:0 3px 12px #0000000d}.value-grid h3,.team-grid h3{text-transform:uppercase;color:var(--navy)}.value-grid p,.team-grid p{line-height:1.6}.team-grid{grid-template-columns:1.2fr 1fr 1fr}.careers-section{background:linear-gradient(110deg,var(--navy) 0%,var(--navy2) 43%,#f3f6f9 43%);display:grid;grid-template-columns:40% 60%;padding:60px max(24px,calc((100% - var(--max))/2));gap:48px}.careers-copy{color:#fff;padding-right:20px}.careers-copy h2{font-size:42px}.career-note{border-left:4px solid var(--red);padding-left:14px;font-weight:700}.career-form{background:#fff;padding:30px;box-shadow:0 12px 35px #0002}.career-form h3{text-transform:uppercase;font-size:26px;margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.career-form label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}.career-form input,.career-form select,.career-form textarea{padding:12px;border:1px solid #bcc8d4;font:inherit;background:#fff}.career-form textarea{min-height:90px;margin-bottom:12px}.career-form .consent{flex-direction:row;align-items:flex-start;font-weight:400}.career-form .consent input{margin-top:2px}.form-status{font-weight:700;margin:8px 0 0}.quality{font-weight:900;color:#fff;letter-spacing:1px}.brand{background:#fff;padding:4px 10px;border-radius:2px}.brand img{display:block}footer>div:first-child{background:#fff;padding:12px;border-radius:3px;color:var(--ink)}footer>div:first-child p{color:var(--ink)}footer>div:first-child .quality{color:var(--red)}
@media(max-width:900px){.services-grid{grid-template-columns:1fr 1fr}.value-grid,.team-grid{grid-template-columns:1fr 1fr}.careers-section{grid-template-columns:1fr;background:var(--navy);padding:45px 24px}.career-form{color:var(--ink)}}
@media(max-width:560px){.services-grid,.value-grid,.team-grid,.form-grid{grid-template-columns:1fr}.careers-copy h2{font-size:32px}}
/* V4: real Hills Air Support fleet gallery */
.fleet-section{padding-top:40px}.fleet-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:14px}.fleet-gallery figure{position:relative;margin:0;overflow:hidden;background:#e8edf2;border-radius:3px;box-shadow:0 5px 18px #00152a1a}.fleet-gallery figure.wide{grid-column:span 2}.fleet-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.fleet-gallery figure:hover img{transform:scale(1.025)}.fleet-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:28px 18px 14px;color:#fff;font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(transparent,#031b34e8)}
@media(max-width:900px){.fleet-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:230px}.fleet-gallery figure.wide{grid-column:span 2}}
@media(max-width:560px){.fleet-gallery{grid-template-columns:1fr;grid-auto-rows:230px}.fleet-gallery figure.wide{grid-column:span 1}}

/* V5 visual corrections */
.trust-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eef3f7;flex:0 0 42px}.trust-icon svg{width:24px;height:24px;fill:none;stroke:var(--navy);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.services-grid article{background:#fff;border:1px solid #d8e0e8;border-top:4px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.services-grid article:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00152a16;border-top-color:var(--red)}
@media(min-width:901px){.hero-copy{padding-top:62px;padding-bottom:58px}.hero-photo{min-height:540px}}


/* ===== V6 VERIFIED REDESIGN ===== */
body.v6{background:#fff}
body.v6 .topbar{min-height:30px;align-items:center;background:#061b31;padding-top:6px;padding-bottom:6px}
body.v6 .topbar>span{display:inline-flex;align-items:center;gap:6px}
.tb-icon{width:14px;height:14px;display:inline-block;position:relative;flex:0 0 14px}
.tb-icon.phone:before{content:"";position:absolute;inset:2px 3px;border:2px solid #fff;border-top-color:transparent;border-right-color:transparent;border-radius:2px 7px 2px 7px;transform:rotate(-45deg)}
.tb-icon.mail:before{content:"";position:absolute;left:1px;right:1px;top:3px;bottom:2px;border:1.7px solid #fff;border-radius:1px}.tb-icon.mail:after{content:"";position:absolute;width:8px;height:8px;left:3px;top:0;border-left:1.7px solid #fff;border-bottom:1.7px solid #fff;transform:rotate(-45deg)}
.tb-icon.fax:before{content:"";position:absolute;left:2px;top:1px;width:9px;height:5px;border:1.7px solid #fff}.tb-icon.fax:after{content:"";position:absolute;left:1px;top:6px;width:11px;height:6px;border:1.7px solid #fff;border-radius:1px}
.tb-icon.pin:before{content:"";position:absolute;left:3px;top:1px;width:8px;height:8px;border:1.7px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}
body.v6 header{height:90px;background:#092b4e;border-bottom:1px solid rgba(255,255,255,.15)}
body.v6 .brand{background:#fff;padding:8px 20px;border-radius:2px;box-shadow:0 4px 14px rgba(0,0,0,.12)}
body.v6 .brand img{width:245px;height:62px;max-height:62px}
body.v6 nav{gap:30px}
body.v6 nav a{position:relative;padding:36px 0 31px}
body.v6 nav a:after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:2px;background:var(--red);transition:right .18s ease}
body.v6 nav a:hover:after{right:0}
body.v6 .header-cta{padding:16px 24px;box-shadow:0 6px 16px rgba(215,25,32,.22)}

/* Full-bleed hero: same hero image, no split-screen crop */
body.v6 .hero{position:relative;display:block;min-height:620px;background:#092b4e;overflow:hidden}
body.v6 .hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,25,48,.96) 0%,rgba(8,45,78,.90) 31%,rgba(8,45,78,.58) 50%,rgba(8,45,78,.10) 72%,rgba(8,45,78,0) 100%),url("hero-daycab.png");background-size:cover;background-position:center 48%;background-repeat:no-repeat;z-index:0}
body.v6 .hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:110px;background:linear-gradient(to top,rgba(3,25,48,.28),transparent);pointer-events:none}
body.v6 .hero-photo{display:none}
body.v6 .hero-copy{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:72px 24px 74px;color:#fff}
body.v6 .hero-copy>*{max-width:610px}
body.v6 .eyebrow{font-size:16px;letter-spacing:2.6px;margin-bottom:18px}
body.v6 h1{font-size:clamp(58px,6.3vw,88px);line-height:.90;margin:0 0 26px;letter-spacing:-2.6px;text-shadow:0 2px 10px rgba(0,0,0,.2)}
body.v6 .lead{font-size:21px;line-height:1.45;margin-bottom:24px}
body.v6 .hero ul{font-size:16px;line-height:2;margin:0}
body.v6 .actions{margin-top:28px}
.phone-icon{width:15px;height:15px;display:inline-block;margin-right:7px;position:relative}.phone-icon:before{content:"";position:absolute;inset:1px 2px;border:2px solid currentColor;border-top-color:transparent;border-right-color:transparent;border-radius:2px 7px 2px 7px;transform:rotate(-45deg)}

/* Trust strip */
body.v6 .trust{max-width:none;padding:0;background:#fff;border-bottom:1px solid #e3e8ee;box-shadow:0 7px 22px rgba(0,24,51,.07)}
body.v6 .trust>div{min-height:92px;padding:16px 24px;border-right:1px solid #e2e7ec}
body.v6 .trust-icon{width:46px;height:46px;flex-basis:46px;background:#f3f6f9;border:1px solid #e1e7ed}
body.v6 .trust-icon svg{width:24px;height:24px;stroke:#0b3158;stroke-width:1.9}

/* Service cards: 4 x 2, cleaner and more substantial */
body.v6 #services.section{padding-top:68px;padding-bottom:72px}
body.v6 .section-intro{max-width:760px;margin:0 auto 34px;text-align:center;color:#506174;line-height:1.65}
body.v6 .cards{grid-template-columns:repeat(4,1fr);gap:18px}
body.v6 .cards article{min-height:255px;padding:30px 22px 26px;border:1px solid #dce3ea;border-radius:4px;border-top:4px solid #0b3158;box-shadow:0 7px 22px rgba(2,28,53,.06);background:#fff;text-align:left}
body.v6 .cards article:hover{transform:translateY(-4px);border-top-color:var(--red);box-shadow:0 14px 30px rgba(2,28,53,.12)}
body.v6 .service-icon{margin:0 0 19px;width:58px;height:58px;border-radius:8px;background:#0b3158;border:0}
body.v6 .service-icon svg{width:31px;height:31px;stroke:#fff;stroke-width:1.8}
body.v6 .cards h3{font-size:17px;line-height:1.2;margin:0;color:#082849}
body.v6 .cards h3:after{margin:12px 0 14px;width:34px}
body.v6 .cards p{font-size:14px;line-height:1.6;color:#526273;margin:0}

/* Fleet presentation */
body.v6 .fleet-section{padding-top:70px}
body.v6 .fleet-gallery{gap:12px}
body.v6 .fleet-gallery figure{border-radius:4px;overflow:hidden;box-shadow:0 6px 18px rgba(0,25,50,.10)}
body.v6 .fleet-gallery figcaption{background:linear-gradient(transparent,rgba(1,22,43,.90));padding:50px 18px 15px;font-size:14px;letter-spacing:.6px}

@media(max-width:1000px){body.v6 .cards{grid-template-columns:repeat(2,1fr)}body.v6 .hero:before{background-position:60% center}}
@media(max-width:900px){body.v6 .hero{min-height:auto}body.v6 .hero:before{background-image:linear-gradient(90deg,rgba(3,25,48,.94),rgba(6,36,66,.78)),url("hero-daycab.png");background-position:center}body.v6 .hero-copy{padding:58px 28px 62px}body.v6 .hero-photo{display:none}body.v6 nav a{padding:8px 0}.tb-icon{display:none}}
@media(max-width:560px){body.v6 .cards{grid-template-columns:1fr}body.v6 h1{font-size:52px}body.v6 .hero-copy{padding:48px 22px 54px}}

/* V6.2 approved visual revision */
header{background:#fff;color:var(--ink);height:92px}.brand{background:#fff}.brand img{width:300px}.menu{color:var(--navy)}nav a:hover{color:var(--red)}
.hero.hero-approved{min-height:500px;display:block;position:relative;background:linear-gradient(90deg,rgba(3,24,47,.96) 0%,rgba(3,24,47,.82) 25%,rgba(3,24,47,.20) 52%,rgba(3,24,47,0) 72%),url('hero-real-fleet.jpg') center 48%/cover no-repeat}.hero-approved .hero-copy{padding:55px max(30px,calc((100vw - var(--max))/2)) 48px;max-width:760px}.hero-approved h1{font-size:clamp(48px,5vw,72px);line-height:.93;margin:0 0 18px}.hero-approved h1 span{color:#ed1c24}.hero-approved .lead{font-size:22px;font-weight:600;margin:0 0 24px}.hero-approved .quote-only{background:var(--navy);border-color:#fff;padding:13px 22px}.hero-approved .quote-only:hover{background:var(--red)}
#services.section{max-width:none;padding:12px max(20px,calc((100% - 1500px)/2)) 20px}.section-head h2{font-size:27px;margin:0 0 8px}.services-grid{grid-template-columns:repeat(8,1fr);gap:0}.cards article{border:0;border-right:1px solid #d4dbe2;box-shadow:none;min-height:185px;padding:14px 12px}.cards article:last-child{border-right:0}.service-icon{background:transparent;border:0;border-radius:0;width:52px;height:52px;margin-bottom:6px}.service-icon svg{width:38px;height:38px;stroke-width:2}.cards article:hover .service-icon{background:transparent}.cards article:hover .service-icon svg{stroke:var(--red)}.cards h3{font-size:14px;color:var(--red);margin:4px 0}.cards h3:after{display:none}.cards p{font-size:12px;margin:7px 0;line-height:1.45}.careers-cta{display:flex;justify-content:space-between;align-items:center;background:#f3f6f9}.career-page-hero{background:linear-gradient(90deg,rgba(3,24,47,.95),rgba(3,24,47,.45)),url('fleet-kenworth-lineup.jpg') center/cover;color:#fff;padding:70px max(24px,calc((100% - var(--max))/2));min-height:330px}.career-page-hero h1{font-size:clamp(44px,6vw,72px);margin:8px 0 20px}.career-page-hero p{font-size:20px;max-width:650px}.careers-section.standalone{margin:0}.careers-section.standalone .careers-copy{align-self:start}
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(4,1fr)}.cards article:nth-child(4){border-right:0}}@media(max-width:900px){header{background:#fff}.hero.hero-approved{background:linear-gradient(90deg,rgba(3,24,47,.94),rgba(3,24,47,.58)),url('hero-real-fleet.jpg') center/cover no-repeat}.hero-approved .hero-copy{padding:50px 28px}.services-grid{grid-template-columns:1fr 1fr}.cards article{border-bottom:1px solid #d4dbe2}.careers-cta{align-items:flex-start;flex-direction:column}.menu{color:var(--navy)}}@media(max-width:560px){.services-grid{grid-template-columns:1fr}.cards article{border-right:0}.brand img{width:210px}}

/* ===== V6.3 APPROVED HERO — FINAL OVERRIDES =====
   Intentionally high-specificity to supersede legacy V6 rules above. */
body.v6 header{
  height:92px;
  background:#fff;
  color:var(--ink);
  border-bottom:0;
}
body.v6 .brand{
  background:#fff;
  padding:6px 14px;
  box-shadow:none;
  border-radius:0;
}
body.v6 .brand img{
  width:300px;
  height:auto;
  max-height:70px;
  object-fit:contain;
}
body.v6 nav{gap:34px}
body.v6 nav a{
  color:#071d36;
  padding:36px 0 31px;
}
body.v6 nav a:hover{color:var(--red)}
body.v6 .header-cta{display:none}

body.v6 .hero.hero-approved{
  position:relative;
  display:block;
  min-height:500px;
  overflow:hidden;
  background:
    linear-gradient(90deg,
      rgba(2,21,42,.97) 0%,
      rgba(2,21,42,.93) 18%,
      rgba(2,21,42,.72) 33%,
      rgba(2,21,42,.34) 48%,
      rgba(2,21,42,.06) 64%,
      rgba(2,21,42,0) 76%),
    url('hero-truck.png') center 46% / cover no-repeat;
}
body.v6 .hero.hero-approved:before,
body.v6 .hero.hero-approved:after{
  content:none !important;
  display:none !important;
  background:none !important;
}
body.v6 .hero.hero-approved .hero-copy{
  position:relative;
  z-index:2;
  max-width:680px;
  margin:0;
  padding:48px 28px 44px max(28px,calc((100vw - 1540px)/2 + 26px));
  color:#fff;
}
body.v6 .hero.hero-approved .hero-copy>*{max-width:560px}
body.v6 .hero.hero-approved h1{
  margin:0 0 16px;
  font-size:clamp(48px,5vw,72px);
  line-height:.94;
  letter-spacing:-1.4px;
  text-shadow:0 2px 10px rgba(0,0,0,.18);
}
body.v6 .hero.hero-approved h1 span{color:#ed1c24}
body.v6 .hero.hero-approved .lead{
  margin:0 0 22px;
  font-size:22px;
  line-height:1.32;
  font-weight:500;
}
body.v6 .hero.hero-approved .actions{margin-top:0}
body.v6 .hero.hero-approved .quote-only{
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:#082846;
  color:#fff;
  border:1px solid #fff;
  padding:12px 20px;
  box-shadow:none;
}
body.v6 .hero.hero-approved .quote-only:hover{background:#d71920}

/* Approved narrow service strip immediately under hero */
body.v6 #services.section{
  max-width:none;
  padding:8px max(10px,calc((100% - 1540px)/2)) 10px;
  background:#fff;
}
body.v6 #services .section-head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:0 0 2px;
}
body.v6 #services .section-head span{
  display:block;
  width:160px;
  height:2px;
  background:#ed1c24;
}
body.v6 #services .section-head h2{
  color:#082846;
  font-size:25px;
  line-height:1;
  margin:0;
  text-transform:uppercase;
}
body.v6 #services .section-intro{display:none}
body.v6 #services .services-grid{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:0;
}
body.v6 #services .cards article{
  min-height:138px;
  padding:8px 10px 10px;
  border:0;
  border-right:1px solid #d5dce4;
  border-radius:0;
  box-shadow:none;
  text-align:center;
  transform:none;
}
body.v6 #services .cards article:last-child{border-right:0}
body.v6 #services .cards article:hover{transform:none;box-shadow:none;border-top-color:transparent}
body.v6 #services .service-icon{
  width:46px;
  height:46px;
  margin:0 auto 2px;
  background:transparent;
  border:0;
  border-radius:0;
  display:grid;
  place-items:center;
}
body.v6 #services .service-icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:#082846;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.v6 #services .cards article:hover .service-icon svg{stroke:#082846}
body.v6 #services .cards h3{
  color:#df171d;
  font-size:12px;
  line-height:1.15;
  margin:3px 0 0;
  text-transform:uppercase;
}
body.v6 #services .cards h3:after{display:none}
body.v6 #services .cards p{
  color:#17283b;
  font-size:11px;
  line-height:1.32;
  margin:6px auto 0;
  max-width:160px;
}

@media(max-width:1100px){
  body.v6 #services .services-grid{grid-template-columns:repeat(4,1fr)}
  body.v6 #services .cards article:nth-child(4n){border-right:0}
  body.v6 #services .cards article{border-bottom:1px solid #d5dce4}
}
@media(max-width:900px){
  body.v6 header{height:auto;background:#fff}
  body.v6 .hero.hero-approved{
    min-height:480px;
    background:
      linear-gradient(90deg,rgba(2,21,42,.96),rgba(2,21,42,.68)),
      url('hero-truck.png') center / cover no-repeat;
  }
  body.v6 .hero.hero-approved .hero-copy{padding:46px 28px 42px}
  body.v6 #services .services-grid{grid-template-columns:repeat(2,1fr)}
  body.v6 #services .cards article:nth-child(odd){border-right:1px solid #d5dce4}
  body.v6 #services .cards article:nth-child(even){border-right:0}
}
@media(max-width:560px){
  body.v6 .brand img{width:210px}
  body.v6 .hero.hero-approved h1{font-size:48px}
  body.v6 #services .services-grid{grid-template-columns:1fr}
  body.v6 #services .cards article{border-right:0}
  body.v6 #services .section-head span{width:55px}
  body.v6 #services .section-head h2{font-size:20px}
}

/* ===== V6.4 EXACT APPROVED TOP SECTION ===== */
body.v6{background:#fff}
body.v6 .topbar{
  height:38px; padding:0 42px; max-width:none; margin:0;
  background:#031b34; color:#fff; border-bottom:0;
  display:flex; align-items:center; justify-content:space-between;
  font-size:13px; line-height:1;
}
body.v6 .topbar a{color:#fff;text-decoration:none}
body.v6 .topbar span{display:flex;align-items:center;gap:8px}
body.v6 .tb-icon{width:14px;height:14px;opacity:.95}

body.v6 header.approved-header{
  height:92px; max-width:none; margin:0; padding:0 0 0 38px;
  background:#fff; color:#071d36; display:grid;
  grid-template-columns:320px 1fr 318px; align-items:stretch;
  box-shadow:none; border:0; position:relative; z-index:20;
}
body.v6 .approved-header .brand{
  display:flex;align-items:center;justify-content:flex-start;background:#fff;
  padding:10px 0;box-shadow:none;border-radius:0;
}
body.v6 .approved-header .brand img{width:285px;max-height:72px;object-fit:contain}
body.v6 .approved-header nav{
  display:flex;align-items:center;justify-content:center;gap:44px;height:92px;
}
body.v6 .approved-header nav a{
  padding:36px 0 30px;color:#071d36;font-size:14px;font-weight:800;
  text-transform:uppercase;border-bottom:3px solid transparent;
}
body.v6 .approved-header nav a:first-child{color:#df171d;border-bottom-color:#df171d}
body.v6 .approved-header nav a:hover{color:#df171d;border-bottom-color:#df171d}
body.v6 .dispatch-header{
  display:flex;align-items:center;justify-content:center;gap:14px;
  background:#d9161d;color:#fff;text-decoration:none;padding:0 24px;
}
body.v6 .dispatch-header .dispatch-phone{font-size:39px;line-height:1}
body.v6 .dispatch-header span:last-child{display:flex;flex-direction:column;line-height:1}
body.v6 .dispatch-header small{font-size:12px;font-weight:800;margin-bottom:5px}
body.v6 .dispatch-header strong{font-size:30px;letter-spacing:-.5px;white-space:nowrap}
body.v6 .approved-header .menu{display:none}

body.v6 .hero.hero-approved{
  min-height:395px;height:395px;position:relative;display:block;overflow:hidden;
  background:
    linear-gradient(90deg,rgba(3,23,44,.98) 0%,rgba(3,23,44,.93) 18%,rgba(3,23,44,.72) 31%,rgba(3,23,44,.32) 46%,rgba(3,23,44,.03) 63%,rgba(3,23,44,0) 74%),
    url('fleet-kenworth-front.jpg') 63% 50% / cover no-repeat !important;
}
body.v6 .hero.hero-approved .hero-copy{
  padding:27px 0 20px 38px;max-width:530px;margin:0;color:#fff;
}
body.v6 .hero.hero-approved .hero-copy>*{max-width:510px}
body.v6 .hero.hero-approved h1{
  font-size:55px;line-height:.92;letter-spacing:-1.6px;margin:0 0 13px;
  font-weight:900;text-shadow:none;
}
body.v6 .hero.hero-approved h1 span{color:#ed1c24}
body.v6 .hero.hero-approved .lead{
  font-size:19px;line-height:1.28;font-weight:500;margin:0 0 15px;
}
body.v6 .hero.hero-approved .actions{margin:0}
body.v6 .hero.hero-approved .quote-only{
  display:inline-flex;align-items:center;gap:10px;background:#072a4d;color:#fff;
  border:1px solid #fff;border-radius:3px;padding:11px 20px;font-size:14px;font-weight:800;
  text-transform:uppercase;box-shadow:none;
}
body.v6 .hero.hero-approved .quote-only:hover{background:#d9161d}
body.v6 .hero.hero-approved:before,body.v6 .hero.hero-approved:after{content:none!important;display:none!important}

body.v6 #services.section{
  max-width:none;padding:6px 30px 12px;background:#fff;
}
body.v6 #services .section-head{
  display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 4px;
}
body.v6 #services .section-head span{width:185px;height:2px;background:#e71922}
body.v6 #services .section-head h2{
  font-size:23px;line-height:1;margin:0;color:#07284a;text-transform:uppercase;font-weight:900;
}
body.v6 #services .section-intro{display:none}
body.v6 #services .services-grid{
  display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:0;
}
body.v6 #services .cards article{
  min-height:144px;padding:5px 12px 8px;border:0;border-right:1px solid #d8dee5;
  border-radius:0;box-shadow:none;text-align:center;background:#fff;transform:none;
}
body.v6 #services .cards article:last-child{border-right:0}
body.v6 #services .cards article:hover{transform:none;box-shadow:none}
body.v6 #services .service-icon{
  width:46px;height:46px;margin:0 auto 2px;background:transparent;border:0;border-radius:0;display:grid;place-items:center;
}
body.v6 #services .service-icon svg{width:35px;height:35px;fill:none;stroke:#07284a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
body.v6 #services .cards h3{
  color:#e01820;font-size:11.5px;line-height:1.15;margin:2px auto 0;text-transform:uppercase;font-weight:900;max-width:150px;
}
body.v6 #services .cards h3:after{display:none}
body.v6 #services .cards p{color:#16283b;font-size:10.5px;line-height:1.35;margin:6px auto 0;max-width:145px}

@media(max-width:1150px){
  body.v6 header.approved-header{grid-template-columns:260px 1fr 260px;padding-left:22px}
  body.v6 .approved-header .brand img{width:230px}
  body.v6 .approved-header nav{gap:24px}
  body.v6 .dispatch-header strong{font-size:24px}
  body.v6 #services .services-grid{grid-template-columns:repeat(4,1fr)}
  body.v6 #services .cards article{border-bottom:1px solid #d8dee5}
  body.v6 #services .cards article:nth-child(4n){border-right:0}
}
@media(max-width:900px){
  body.v6 .topbar{padding:0 14px;font-size:11px;gap:10px;overflow:hidden}
  body.v6 .topbar span:nth-child(3),body.v6 .topbar span:nth-child(4){display:none}
  body.v6 header.approved-header{height:auto;grid-template-columns:1fr auto;padding:0 18px;align-items:center}
  body.v6 .approved-header .brand img{width:220px}
  body.v6 .approved-header .menu{display:block;color:#071d36;font-size:28px}
  body.v6 .approved-header nav{display:none}
  body.v6 .dispatch-header{display:none}
  body.v6 .hero.hero-approved{height:430px;min-height:430px;background:linear-gradient(90deg,rgba(3,23,44,.96),rgba(3,23,44,.58)),url('fleet-kenworth-front.jpg') 60% center/cover no-repeat!important}
  body.v6 .hero.hero-approved .hero-copy{padding:38px 24px 24px}
  body.v6 #services .services-grid{grid-template-columns:repeat(2,1fr)}
  body.v6 #services .cards article:nth-child(odd){border-right:1px solid #d8dee5}
  body.v6 #services .cards article:nth-child(even){border-right:0}
}
@media(max-width:560px){
  body.v6 .hero.hero-approved h1{font-size:46px}
  body.v6 #services{padding-left:12px!important;padding-right:12px!important}
  body.v6 #services .services-grid{grid-template-columns:1fr}
  body.v6 #services .cards article{border-right:0!important}
  body.v6 #services .section-head span{width:52px}
}

/* V6.5 LOCKED APPROVED HERO + SERVICES IMAGE
   Do not recreate, crop, retouch or otherwise alter this visual. */
.locked-hero-services{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#fff;
  line-height:0;
}
.locked-hero-services > img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  object-fit:contain;
}
.locked-hero-services .hero-hotspot{
  position:absolute;
  display:block;
  z-index:3;
  background:transparent;
  border:0;
  text-indent:-9999px;
  overflow:hidden;
}
/* Hotspots are percentages of the locked 1032 x 365 art. */
.locked-hero-services .dispatch-hotspot{
  left:2.4%;
  top:59.7%;
  width:12.1%;
  height:8.2%;
}
.locked-hero-services .quote-hotspot{
  left:16.0%;
  top:59.7%;
  width:13.8%;
  height:8.2%;
}
@media (max-width:700px){
  /* Preserve the approved artwork exactly; allow horizontal viewing instead of shrinking text into illegibility. */
  .locked-hero-services{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .locked-hero-services > img{
    width:1032px;
    max-width:none;
  }
  .locked-hero-services .hero-hotspot{
    /* Hotspots track the fixed artwork on small screens. */
  }
}

/* V6.6 approved high-resolution hero/services image */
.locked-hero-services.final-approved{position:relative;width:100%;background:#fff;overflow:hidden;line-height:0}
.locked-hero-services.final-approved>img{display:block;width:100%;height:auto;object-fit:contain}
.locked-hero-services.final-approved .quote-hotspot-final{position:absolute;left:2.8%;top:59.5%;width:17.5%;height:6.5%;z-index:5}

/* V6.7 — approved live header + untouched approved artwork below header */
body.v6 .approved-live-topbar{
  height:43px; min-height:43px; padding:0 3.2%;
  background:#03182f; border-bottom:0; color:#fff;
  display:grid; grid-template-columns:1fr 1.45fr 2fr; align-items:center;
  gap:22px; font-size:16px; font-weight:600;
}
body.v6 .approved-live-topbar>span:nth-child(2){justify-self:start}
body.v6 .approved-live-topbar>span:last-child{justify-self:end}
body.v6 .approved-live-topbar .tb-icon{display:none}
body.v6 header.live-approved-header{
  position:relative; top:auto; z-index:20; height:117px; padding:0;
  display:grid; grid-template-columns:31% 1fr 23%; align-items:stretch; gap:0;
  background:#fff; color:#071d36; box-shadow:none;
}
body.v6 .live-approved-header .brand{
  padding:0 0 0 3.2%; border-radius:0; background:#fff;
  display:flex; align-items:center;
}
body.v6 .live-approved-header .brand img{width:320px; max-width:88%; max-height:92px; object-fit:contain}
body.v6 .live-approved-header nav{
  margin:0; display:flex; align-items:center; justify-content:center;
  gap:42px; text-transform:uppercase; font-weight:800; font-size:16px;
}
body.v6 .live-approved-header nav a{
  height:100%; display:flex; align-items:center; border-bottom:4px solid transparent; padding-top:4px;
}
body.v6 .live-approved-header nav a:first-child{color:#e31319;border-bottom-color:#e31319}
body.v6 .live-approved-header nav a:hover{color:#e31319;border-bottom-color:#e31319}
body.v6 .live-approved-header .dispatch-header.phone-only{
  background:#e10f15; color:#fff; display:flex; align-items:center; justify-content:center;
  gap:18px; padding:0 24px; min-width:0;
}
body.v6 .live-approved-header .dispatch-header.phone-only .dispatch-phone{
  font-size:46px; line-height:1; width:58px; height:58px; border:4px solid #fff; border-radius:50%;
  display:grid; place-items:center; overflow:hidden;
}
body.v6 .live-approved-header .dispatch-header.phone-only strong{
  font-size:31px; line-height:1; letter-spacing:-.6px; white-space:nowrap;
}
body.v6 .locked-hero-services.final-approved.no-header-art{margin:0; padding:0; width:100%; overflow:hidden; background:#fff; line-height:0}
body.v6 .locked-hero-services.final-approved.no-header-art>img{display:block;width:100%;height:auto;object-fit:contain}
body.v6 .locked-hero-services.final-approved.no-header-art .quote-hotspot-final{
  position:absolute; left:2.8%; top:50.5%; width:17.5%; height:7.0%; z-index:5;
}
@media(max-width:1100px){
  body.v6 .approved-live-topbar{font-size:13px}
  body.v6 header.live-approved-header{grid-template-columns:28% 1fr 24%;height:102px}
  body.v6 .live-approved-header nav{gap:24px;font-size:14px}
  body.v6 .live-approved-header .dispatch-header.phone-only strong{font-size:24px}
  body.v6 .live-approved-header .dispatch-header.phone-only .dispatch-phone{font-size:34px;width:48px;height:48px}
}
@media(max-width:900px){
  body.v6 .approved-live-topbar{height:36px;min-height:36px;grid-template-columns:1fr 1fr;padding:0 16px;font-size:12px}
  body.v6 .approved-live-topbar>span:last-child{display:none}
  body.v6 header.live-approved-header{height:82px;grid-template-columns:1fr auto;padding:0 16px}
  body.v6 .live-approved-header .brand{padding:0}
  body.v6 .live-approved-header .brand img{width:235px}
  body.v6 .live-approved-header .menu{display:block;color:#071d36;background:transparent;border:0;font-size:28px}
  body.v6 .live-approved-header nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;box-shadow:0 8px 18px #0002;padding:16px;flex-direction:column;align-items:flex-start;gap:0;z-index:30}
  body.v6 .live-approved-header nav.open{display:flex}
  body.v6 .live-approved-header nav a{height:auto;width:100%;padding:12px 4px;border-bottom:1px solid #e6ebef}
  body.v6 .live-approved-header .dispatch-header.phone-only{display:none}
}
@media(max-width:560px){
  body.v6 .approved-live-topbar{grid-template-columns:1fr;justify-items:center}
  body.v6 .approved-live-topbar>span:nth-child(2){display:none}
  body.v6 header.live-approved-header{height:72px}
  body.v6 .live-approved-header .brand img{width:205px}
  body.v6 .live-approved-header nav{top:72px}
}

/* V6.9 */
.hero-v69{position:relative;overflow:hidden;background:#061c35}
.hero-v69>img{display:block;width:100%;height:auto}
.hero-v69-copy{position:absolute;z-index:2;left:3%;top:7%;color:#fff;text-shadow:0 2px 7px rgba(0,0,0,.55)}
.hero-v69-copy h1{font-size:clamp(38px,4.5vw,72px);line-height:.98;letter-spacing:-1.5px;margin:0 0 18px;font-weight:900}
.hero-v69-copy h1 span{color:#e31b23}.hero-v69-copy p{font-size:clamp(16px,1.55vw,25px);line-height:1.25;margin:0 0 24px}
.hero-v69-quote{display:inline-block;color:#fff;border:2px solid #fff;border-radius:4px;padding:14px 20px;font-weight:800;background:rgba(4,30,57,.72)}
.hero-v69-quote:hover{background:#e31b23}
.services-v69{background:#fff;padding:14px 0 30px;color:#071f3d}
.services-v69-title{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 auto 10px;max-width:700px}
.services-v69-title span{height:2px;background:#e31b23;flex:1}.services-v69-title h2{font-size:28px;margin:0;font-weight:900}
.services-v69-grid{display:grid;grid-template-columns:repeat(7,1fr);max-width:1536px;margin:auto}
.services-v69-grid article{text-align:center;padding:10px 18px 18px;border-right:1px solid #d9e0e7;min-height:190px}
.services-v69-grid article:last-child{border-right:0}.svc-icon{font-size:38px;line-height:1;color:#092b4e;margin:2px 0 13px}
.services-v69-grid h3{font-size:13px;line-height:1.12;color:#e31b23;margin:0 0 13px;font-weight:900}
.services-v69-grid p{font-size:12px;line-height:1.45;margin:0;color:#071f3d}
@media(max-width:900px){.hero-v69-copy{left:4%;top:6%}.hero-v69-copy h1{font-size:clamp(30px,7vw,52px)}.hero-v69-copy p{font-size:16px}.services-v69-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.hero-v69{min-height:480px}.hero-v69>img{height:480px;object-fit:cover;object-position:center}.hero-v69-copy{top:7%;left:6%}.hero-v69-copy h1{font-size:42px}.services-v69-grid{grid-template-columns:1fr}}

/* V6.10 locked hero + locked services assets. Do not regenerate these images. */
.hero-locked{background:#061c35;overflow:hidden}
.hero-locked>img{display:block;width:100%;height:auto}
.services-locked{background:#fff;padding:0 0 18px;overflow:hidden}
.services-locked-title{display:block;width:min(475px,46vw);height:auto;margin:0 auto}
.services-locked-grid{display:grid;grid-template-columns:repeat(7,1fr);width:100%;max-width:1536px;margin:0 auto;align-items:stretch}
.services-locked-grid img{display:block;width:100%;height:auto;min-width:0}
@media(max-width:900px){.services-locked-title{width:min(475px,80vw)}.services-locked-grid{grid-template-columns:repeat(2,1fr)}.services-locked-grid img:last-child{grid-column:1/-1;width:50%;justify-self:center}}
@media(max-width:560px){.services-locked-grid{grid-template-columns:1fr}.services-locked-grid img:last-child{grid-column:auto;width:100%}}

/* ===== V10 controlled revisions ===== */
.live-approved-header{min-height:78px;height:78px;padding:0 22px;grid-template-columns:280px 1fr 235px}
.live-approved-header .brand img{max-height:60px;width:auto}
.live-approved-header nav{gap:34px}
.live-approved-header nav a{font-size:14px}
.live-approved-header .dispatch-header{height:78px;padding:0 20px;gap:10px}
.live-approved-header .dispatch-phone{font-size:31px}
.live-approved-header .dispatch-header strong{font-size:24px}

.hero-live{position:relative;overflow:hidden;background:#071b36}
.hero-live>img{display:block;width:100%;height:auto;position:relative;z-index:0}
.hero-live-mask{position:absolute;z-index:1;left:0;top:0;bottom:0;width:34%;background:linear-gradient(90deg,rgba(4,24,48,.98) 0%,rgba(4,24,48,.95) 58%,rgba(4,24,48,.82) 78%,rgba(4,24,48,0) 100%)}
.hero-live-copy{position:absolute;z-index:2;left:2.3%;top:7%;color:#fff;font-family:Arial,Helvetica,sans-serif}
.hero-live-copy h1{margin:0;font-size:clamp(34px,4.4vw,68px);line-height:.96;font-weight:900;letter-spacing:-1.5px;text-shadow:0 1px 1px rgba(0,0,0,.15)}
.hero-live-copy h1 span{color:#e10b12}
.hero-live-copy p{font-size:clamp(15px,1.55vw,23px);line-height:1.35;margin:22px 0 20px}
.hero-quote{display:inline-flex;align-items:center;color:#fff;border:2px solid #fff;border-radius:3px;padding:14px 22px;text-decoration:none;font-weight:800;font-size:clamp(13px,1.15vw,17px);background:#09244a}
.hero-quote:hover{background:#e10b12}

.services-live{background:#fff;padding:12px 18px 28px;color:#071b36}
.services-title{display:flex;align-items:center;justify-content:center;gap:20px;margin:0 auto 12px}
.services-title span{height:2px;background:#e10b12;width:160px}
.services-title h2{margin:0;font:900 28px/1 Arial,Helvetica,sans-serif}
.services-grid{display:grid;grid-template-columns:repeat(7,1fr);max-width:1500px;margin:auto}
.services-grid article{text-align:center;padding:4px 14px 12px;border-right:1px solid #dfe5ec;min-width:0}
.services-grid article:last-child{border-right:0}
.services-grid svg{width:54px;height:54px;fill:#082650;margin:0 auto 8px;display:block}
.services-grid h3{color:#e10b12;font:800 14px/1.15 Arial,Helvetica,sans-serif;margin:0 0 12px}
.services-grid p{font:400 13px/1.45 Arial,Helvetica,sans-serif;margin:0;color:#0a2447}

.freight-cta{align-self:center;background:#fff;border:1px solid #d9e0e8;padding:30px;text-align:center;border-radius:4px;box-shadow:0 8px 24px rgba(5,30,58,.08)}
.freight-cta b{font-size:20px;color:#0a2447}
.freight-cta p{margin:8px 0}
.freight-cta a{display:inline-block;font-size:28px;font-weight:900;color:#d90d14;text-decoration:none}

@media(max-width:900px){
 .live-approved-header{height:auto;min-height:68px;grid-template-columns:1fr auto;padding:6px 14px}
 .live-approved-header .brand img{max-height:52px}
 .live-approved-header .dispatch-header{display:none}
 .hero-live-mask{width:55%}
 .hero-live-copy{top:8%;left:4%}
 .hero-live-copy p{margin:12px 0}
 .hero-quote{padding:10px 14px}
 .services-grid{grid-template-columns:repeat(2,1fr)}
 .services-grid article{border-bottom:1px solid #dfe5ec;padding:18px 12px}
 .services-title span{width:60px}
 .services-title h2{font-size:22px}
}

/* ===== V11 CONTROLLED REVISION ===== */
:root{--navy:#1d4c91;--navy2:#1d4c91;--red:#d02d26}
.topbar,body.v6 .approved-live-topbar,body.v6 .topbar,footer,.why,.career-page-hero{background:#1d4c91!important}
.btn,.quote,.years small,.live-approved-header .dispatch-header,body.v6 .dispatch-header,body.v6 .live-approved-header .dispatch-header.phone-only{background:#d02d26!important;border-color:#d02d26!important}
.services-grid svg{fill:#1d4c91!important}.services-title h2,.value-grid h3,.team-grid h3{color:#1d4c91!important}.services-title span,.section-head span{background:#d02d26!important}.services-grid h3,.eyebrow.dark,footer .quality{color:#d02d26!important}.value-grid article,.team-grid article{border-top-color:#d02d26!important}
nav a:hover,body.v6 nav a:hover,body.v6 .live-approved-header nav a:first-child,body.v6 .live-approved-header nav a:hover{color:#d02d26!important;border-bottom-color:#d02d26!important}
body.v6 header.live-approved-header{height:62px!important;min-height:62px!important;grid-template-columns:235px 1fr 205px!important;padding:0 0 0 20px!important}
body.v6 .live-approved-header .brand{padding:0!important}body.v6 .live-approved-header .brand img{width:205px!important;max-width:205px!important;max-height:52px!important}
body.v6 .live-approved-header nav{gap:28px!important;font-size:13px!important}body.v6 .live-approved-header nav a{padding:0!important;height:62px!important;border-bottom-width:3px!important}
body.v6 .live-approved-header .dispatch-header.phone-only{height:62px!important;padding:0 14px!important;gap:0!important}body.v6 .live-approved-header .dispatch-header.phone-only strong{font-size:22px!important;letter-spacing:0!important}body.v6 .live-approved-header .dispatch-phone{display:none!important}
.hero-live{background:#1d4c91!important}.hero-live-copy h1 span{color:#d02d26!important}.hero-quote{background:#1d4c91!important;border-color:#fff!important}.hero-quote:hover{background:#d02d26!important}
.services-live{width:100%;max-width:none;padding:12px 0 28px!important}.services-title{padding:0 24px}.services-grid{width:100%!important;max-width:none!important;grid-template-columns:repeat(7,minmax(0,1fr))!important}.services-grid article{padding:6px 16px 16px!important}.services-grid h3{color:#d02d26!important}.services-grid p{color:#202020!important}
.why{grid-template-columns:46% 54%!important;overflow:hidden}.why>div:first-child{padding-top:40px!important;padding-bottom:40px!important}.why-van{position:relative;min-height:360px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;padding:20px 25px 0}.why-van img{display:block;width:min(92%,760px);max-height:350px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 16px 18px rgba(0,0,0,.28))}.career-note{border-left-color:#d02d26!important}footer .btn{background:#d02d26!important}
@media(max-width:900px){body.v6 header.live-approved-header{min-height:58px!important;height:58px!important;grid-template-columns:1fr auto!important;padding:0 14px!important}body.v6 .live-approved-header .brand img{width:185px!important;max-width:185px!important;max-height:48px!important}body.v6 .live-approved-header nav{top:58px!important}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.why{grid-template-columns:1fr!important}.why-van{min-height:280px;padding-top:0}.why-van img{max-height:270px}}
@media(max-width:560px){.services-grid{grid-template-columns:1fr!important}}


/* ===== V12 TARGETED FIXES ONLY ===== */
/* Header remains 62px tall; enlarge existing logo within it. */
body.v6 header.live-approved-header{
  grid-template-columns:280px 1fr 205px!important;
}
body.v6 .live-approved-header .brand img{
  width:250px!important;
  max-width:250px!important;
  max-height:58px!important;
}
/* Active HOME underline stays inside the white header. */
body.v6 .live-approved-header nav a{
  height:62px!important;
  border-bottom:0!important;
  position:relative!important;
}
body.v6 .live-approved-header nav a:first-child::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:7px;
  height:3px;
  background:#d02d26;
}
/* Hide only the old baked-in hero button remnants beneath the live hero UI. */
.hero-live::after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  top:70%;
  bottom:0;
  width:34%;
  pointer-events:none;
  background:linear-gradient(90deg,#1d4c91 0%,#1d4c91 72%,rgba(29,76,145,.92) 84%,rgba(29,76,145,0) 100%);
}
/* Exact supplied transparent VAN.png; CSS positioning only. */
.why-van img{
  width:min(94%,800px)!important;
  max-height:355px!important;
  object-fit:contain!important;
}
/* Fleet layout only: remove Box Trucks and put existing Sprinter card in its old position. */
.fleet-gallery .fleet-tractors{grid-column:1 / span 2;grid-row:1}
.fleet-gallery .fleet-bobtails{grid-column:1;grid-row:2}
.fleet-gallery .fleet-sprinter{grid-column:2;grid-row:2}
.fleet-gallery .fleet-flatbed{grid-column:1 / span 2;grid-row:3}
/* Quote form: make submit visibly a button against the red quote section. */
.quote form button.btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:185px!important;
  padding:13px 22px!important;
  background:#1d4c91!important;
  border:2px solid #fff!important;
  border-radius:3px!important;
  color:#fff!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
}
.quote form button.btn:hover{background:#173d75!important}
@media(max-width:900px){
  body.v6 header.live-approved-header{grid-template-columns:1fr auto!important}
  body.v6 .live-approved-header .brand img{width:215px!important;max-width:215px!important;max-height:54px!important}
  .fleet-gallery .fleet-tractors{grid-column:1 / span 2;grid-row:1}
  .fleet-gallery .fleet-bobtails{grid-column:1;grid-row:2}
  .fleet-gallery .fleet-sprinter{grid-column:2;grid-row:2}
  .fleet-gallery .fleet-flatbed{grid-column:1 / span 2;grid-row:3}
}
@media(max-width:560px){
  .fleet-gallery .fleet-tractors,.fleet-gallery .fleet-bobtails,.fleet-gallery .fleet-sprinter,.fleet-gallery .fleet-flatbed{grid-column:1!important;grid-row:auto!important}
}

/* ===== V13 TOP-AREA CORRECTIONS ONLY ===== */
/* Remove the right-side phone block completely. */
body.v6 header.live-approved-header{
  grid-template-columns:320px 1fr!important;
  padding:0 22px!important;
}
body.v6 .live-approved-header .dispatch-header.phone-only{display:none!important;}

/* Larger logo while preserving the existing 62px header height. */
body.v6 .live-approved-header .brand img{
  width:275px!important;
  max-width:275px!important;
  max-height:59px!important;
  object-fit:contain!important;
}

/* Centered, compact HOME underline fully inside header. */
body.v6 .live-approved-header nav a:first-child::after{
  left:50%!important;
  right:auto!important;
  width:44px!important;
  transform:translateX(-50%)!important;
  bottom:5px!important;
  height:3px!important;
}

/* Reduce hero headline and keep it confined to the left side. */
body.v6 .hero-live-copy{
  left:2.5%!important;
  top:8%!important;
  width:31%!important;
  max-width:410px!important;
}
body.v6 .hero-live-copy h1{
  font-size:clamp(30px,3.55vw,54px)!important;
  line-height:.98!important;
  letter-spacing:-1px!important;
}
body.v6 .hero-live-copy p{
  font-size:clamp(14px,1.25vw,19px)!important;
  margin:16px 0 16px!important;
}
body.v6 .hero-quote{
  font-size:14px!important;
  padding:12px 18px!important;
}

@media(max-width:900px){
  body.v6 header.live-approved-header{grid-template-columns:1fr auto!important;padding:0 14px!important;}
  body.v6 .live-approved-header .brand img{width:215px!important;max-width:215px!important;max-height:54px!important;}
  body.v6 .hero-live-copy{width:45%!important;max-width:340px!important;}
}

/* ===== V14 TOP SECTION FIX ONLY ===== */
/* Header: keep compact, enlarge logo, no phone block. */
body.v6 header.live-approved-header{
  height:66px!important;
  min-height:66px!important;
  grid-template-columns:330px 1fr!important;
  padding:0 28px!important;
  align-items:center!important;
}
body.v6 .live-approved-header .brand{
  height:66px!important;
  display:flex!important;
  align-items:center!important;
  padding:0!important;
  box-shadow:none!important;
}
body.v6 .live-approved-header .brand img{
  width:285px!important;
  max-width:285px!important;
  height:auto!important;
  max-height:62px!important;
  object-fit:contain!important;
}
body.v6 .live-approved-header .dispatch-header.phone-only{display:none!important;}
body.v6 .live-approved-header nav{
  height:66px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  gap:34px!important;
}
body.v6 .live-approved-header nav a{
  height:66px!important;
  display:flex!important;
  align-items:center!important;
  padding:0!important;
  position:relative!important;
  border:0!important;
}
body.v6 .live-approved-header nav a:first-child::after{
  content:""!important;
  position:absolute!important;
  width:42px!important;
  height:3px!important;
  left:50%!important;
  bottom:6px!important;
  transform:translateX(-50%)!important;
  background:#d02d26!important;
}

/* Hero: one full-width photograph directly under header. */
body.v6 .hero-live{
  position:relative!important;
  width:100%!important;
  overflow:hidden!important;
  background:#061f3d!important;
}
body.v6 .hero-live>img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  position:relative!important;
  z-index:0!important;
}
/* Fully conceal baked-in left-side text/buttons, then feather into the untouched photo. */
body.v6 .hero-live-mask{
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  inset:0 auto 0 0!important;
  width:42%!important;
  background:linear-gradient(90deg,
    #061f3d 0%,
    #061f3d 66%,
    rgba(6,31,61,.99) 76%,
    rgba(6,31,61,.92) 84%,
    rgba(6,31,61,.62) 91%,
    rgba(6,31,61,0) 100%)!important;
  pointer-events:none!important;
}
/* Remove V12 patch that created the blue rectangle at the bottom-left. */
body.v6 .hero-live::after{display:none!important;content:none!important;}

body.v6 .hero-live-copy{
  position:absolute!important;
  z-index:2!important;
  left:2.6%!important;
  top:8%!important;
  width:30%!important;
  max-width:390px!important;
  color:#fff!important;
}
body.v6 .hero-live-copy h1{
  margin:0!important;
  font-size:clamp(29px,3.25vw,50px)!important;
  line-height:.98!important;
  letter-spacing:-1px!important;
  font-weight:900!important;
}
body.v6 .hero-live-copy h1 span{color:#d02d26!important;}
body.v6 .hero-live-copy p{
  font-size:clamp(14px,1.2vw,18px)!important;
  line-height:1.35!important;
  margin:14px 0 15px!important;
  color:#fff!important;
}
body.v6 .hero-quote{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  padding:11px 17px!important;
  font-size:13px!important;
  background:transparent!important;
  border:2px solid #fff!important;
  color:#fff!important;
  border-radius:3px!important;
}
body.v6 .hero-quote:hover{background:#d02d26!important;}

@media(max-width:900px){
  body.v6 header.live-approved-header{height:60px!important;min-height:60px!important;grid-template-columns:1fr auto!important;padding:0 14px!important;}
  body.v6 .live-approved-header .brand{height:60px!important;}
  body.v6 .live-approved-header .brand img{width:225px!important;max-width:225px!important;max-height:56px!important;}
  body.v6 .live-approved-header nav{top:60px!important;height:auto!important;}
  body.v6 .hero-live-mask{width:58%!important;}
  body.v6 .hero-live-copy{width:46%!important;max-width:330px!important;}
}

/* ===== V15 FLEET SECTION ONLY =====
   V14 header + hero remain locked and untouched. */
body.v6 #fleet .fleet-gallery{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:min(100%,980px)!important;
  max-width:980px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.v6 #fleet .fleet-tractors{grid-column:1 / span 2!important;grid-row:1!important}
body.v6 #fleet .fleet-bobtails{grid-column:1!important;grid-row:2!important}
body.v6 #fleet .fleet-sprinter{grid-column:2!important;grid-row:2!important}
body.v6 #fleet .fleet-flatbed{grid-column:1 / span 2!important;grid-row:3!important}
@media(max-width:560px){
  body.v6 #fleet .fleet-gallery{grid-template-columns:1fr!important;width:100%!important}
  body.v6 #fleet .fleet-tractors,body.v6 #fleet .fleet-bobtails,body.v6 #fleet .fleet-sprinter,body.v6 #fleet .fleet-flatbed{grid-column:1!important;grid-row:auto!important}
}


/* ===== V17 CAREERS HEADER MATCH ===== */
/* Careers uses the exact approved main-page header; only the active underline moves to CAREERS. */
body.v6.careers-page .live-approved-header nav a:first-child{color:inherit!important;}
body.v6.careers-page .live-approved-header nav a:first-child::after{display:none!important;content:none!important;}
body.v6.careers-page .live-approved-header nav a:nth-child(4){color:#d02d26!important;}
body.v6.careers-page .live-approved-header nav a:nth-child(4)::after{
  content:""!important;
  position:absolute!important;
  width:42px!important;
  height:3px!important;
  left:50%!important;
  bottom:6px!important;
  transform:translateX(-50%)!important;
  background:#d02d26!important;
}

/* CMS visibility control - must override legacy display rules. */
.cms-hidden{display:none!important;}

/* V18.11 CMS visibility: intentionally stronger than locked V14 !important display rules. */
body.v6 .hero-quote.cms-hidden,
body.v6 .live-approved-header nav a.cms-hidden,
body.v6 section.cms-hidden,
body.v6 footer .cms-hidden{display:none!important;}

/* ===== V18.12 MOBILE COMPACT SPACING ONLY =====
   Mobile/iPhone layout cleanup only.
   NO logo, photo, icon, or desktop asset changes. */
@media(max-width:560px){

  body.v6 .section{
    padding:34px 24px!important;
  }
  body.v6 .section-head{
    gap:14px!important;
    margin-bottom:10px!important;
  }
  body.v6 .section-head h2{
    margin:0!important;
    line-height:1.08!important;
  }
  body.v6 .section-intro{
    margin:0 auto 18px!important;
    line-height:1.45!important;
  }

  body.v6 #services.section,
  body.v6 .services-live{
    padding:10px 24px 16px!important;
  }
  body.v6 .services-title{
    margin:0 auto 8px!important;
    gap:12px!important;
  }
  body.v6 .services-title span{
    width:48px!important;
  }
  body.v6 .services-grid{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  body.v6 .services-grid article{
    min-height:0!important;
    padding:13px 10px!important;
    border-right:0!important;
    border-bottom:1px solid #dfe5ec!important;
    display:grid!important;
    grid-template-columns:62px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:14px!important;
    row-gap:3px!important;
    align-items:center!important;
    text-align:left!important;
  }
  body.v6 .services-grid article:last-child{
    border-bottom:0!important;
  }
  body.v6 .services-grid article svg,
  body.v6 .services-grid .service-icon{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    margin:0 auto!important;
  }
  body.v6 .services-grid h3{
    grid-column:2!important;
    grid-row:1!important;
    margin:0!important;
    max-width:none!important;
    text-align:left!important;
    line-height:1.15!important;
  }
  body.v6 .services-grid p{
    grid-column:2!important;
    grid-row:2!important;
    margin:0!important;
    max-width:none!important;
    text-align:left!important;
    line-height:1.35!important;
  }

  body.v6 .why{
    grid-template-columns:1fr!important;
  }
  body.v6 .why>div:first-child{
    padding:30px 26px!important;
  }
  body.v6 .why>div:first-child h2{
    margin-bottom:18px!important;
  }
  body.v6 .why>div:first-child p{
    margin:4px 0 14px!important;
    line-height:1.4!important;
  }
  body.v6 .why-van{
    min-height:220px!important;
    padding:0 18px!important;
  }
  body.v6 .why-van img{
    max-height:220px!important;
  }

  body.v6 .fleet-section{
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
  body.v6 #fleet .section-intro{
    margin-bottom:18px!important;
  }
  body.v6 #fleet .fleet-gallery{
    gap:10px!important;
  }

  body.v6 .about{
    gap:20px!important;
  }
  body.v6 .about p{
    margin:0 0 14px!important;
    line-height:1.48!important;
  }
  body.v6 .years{
    margin-top:6px!important;
    padding:16px 10px!important;
  }
  body.v6 .years strong{
    font-size:54px!important;
  }
  body.v6 .years span{
    font-size:21px!important;
  }
  body.v6 .years small{
    margin-top:10px!important;
  }

  body.v6 .values{
    padding-top:24px!important;
  }
  body.v6 .value-grid,
  body.v6 .team-grid{
    gap:12px!important;
  }
  body.v6 .value-grid article,
  body.v6 .team-grid article{
    padding:18px 18px!important;
    min-height:0!important;
  }
  body.v6 .value-grid h3,
  body.v6 .team-grid h3{
    margin:0 0 10px!important;
  }
  body.v6 .value-grid p,
  body.v6 .team-grid p{
    margin:0!important;
    line-height:1.45!important;
  }

  body.v6 .careers,
  body.v6 .careers-cta{
    gap:14px!important;
    padding-top:28px!important;
    padding-bottom:28px!important;
  }

  body.v6 footer{
    padding:30px 24px 16px!important;
    gap:22px!important;
  }
  body.v6 footer>div:first-child{
    padding:10px!important;
  }
  body.v6 footer h3{
    margin:0 0 12px!important;
  }
  body.v6 footer p{
    margin:0 0 12px!important;
    line-height:1.5!important;
  }
  body.v6 .copyright{
    padding-top:14px!important;
  }
}

/* ===== V18.13 MOBILE SERVICE ROW SPACING =====
   Slightly increases mobile service-row breathing room only.
   No logos, photos, icons, colors, desktop layout, or other sections changed. */
@media(max-width:560px){
  body.v6 .services-grid article{
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
}

/* ===== V18.14 MOBILE HEADER + HERO FIX =====
   Mobile-only adjustment:
   1) moves the existing logo farther left;
   2) gives the existing hero more height so EVERYTIME. is fully visible.
   No image, logo, icon, color, or desktop asset changes. */
@media(max-width:560px){

  /* Header/logo alignment */
  body.v6 header.live-approved-header{
    padding-left:8px!important;
    padding-right:14px!important;
  }
  body.v6 .live-approved-header .brand{
    justify-content:flex-start!important;
    margin:0!important;
    padding:0!important;
  }
  body.v6 .live-approved-header .brand img{
    margin-left:0!important;
    margin-right:auto!important;
  }

  /* Hero height/crop only — same existing image and artwork */
  body.v6 .hero-live{
    height:285px!important;
    min-height:285px!important;
  }
  body.v6 .hero-live>img{
    width:100%!important;
    height:285px!important;
    object-fit:cover!important;
    object-position:63% center!important;
  }
  body.v6 .hero-live-mask{
    width:61%!important;
  }
  body.v6 .hero-live-copy{
    left:3%!important;
    top:6%!important;
    width:50%!important;
    max-width:350px!important;
  }
  body.v6 .hero-live-copy h1{
    font-size:34px!important;
    line-height:.96!important;
    letter-spacing:-.7px!important;
  }
}

/* ===== V18.15 MOBILE HERO FINAL POLISH =====
   Mobile-only hero refinement:
   - keeps the existing logo, photo, icons and services untouched;
   - keeps EVERY TIME. on one line;
   - slightly reduces hero height while preserving tagline + quote button. */
@media(max-width:560px){

  body.v6 .hero-live{
    height:270px!important;
    min-height:270px!important;
  }

  body.v6 .hero-live>img{
    height:270px!important;
    object-fit:cover!important;
    object-position:63% center!important;
  }

  body.v6 .hero-live-mask{
    width:64%!important;
  }

  body.v6 .hero-live-copy{
    left:3%!important;
    top:5%!important;
    width:58%!important;
    max-width:360px!important;
  }

  body.v6 .hero-live-copy h1{
    font-size:31px!important;
    line-height:.95!important;
    letter-spacing:-.7px!important;
    white-space:normal!important;
  }

  body.v6 .hero-live-copy h1 span{
    white-space:nowrap!important;
  }

  body.v6 .hero-live-copy p{
    font-size:14px!important;
    line-height:1.28!important;
    margin:11px 0 12px!important;
  }

  body.v6 .hero-quote{
    font-size:12px!important;
    padding:9px 14px!important;
  }
}

/* ===== V18.16 MOBILE HERO TRUCK FRAMING =====
   Mobile-only crop adjustment:
   - shows more of the existing tractor/cab;
   - shows less of the trailer;
   - keeps all current text, hero height, logo, services, icons and desktop layout unchanged. */
@media(max-width:560px){
  body.v6 .hero-live>img{
    object-position:52% center!important;
  }
}

/* ===== V18.17 MOBILE MENU POLISH =====
   Mobile-only navigation cleanup.
   Keeps existing logo, hamburger icon, colors, images, hero, services and desktop nav unchanged. */
@media(max-width:560px){

  body.v6 header.live-approved-header{
    position:relative!important;
    overflow:visible!important;
  }

  /* Compact dropdown panel directly under the header */
  body.v6 .live-approved-header nav{
    display:none!important;
    position:absolute!important;
    top:60px!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:8px 14px 10px!important;
    background:#fff!important;
    box-shadow:0 10px 24px rgba(0,0,0,.14)!important;
    border-top:1px solid #e5e9ee!important;
    z-index:100!important;
    gap:0!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
  }

  body.v6 .live-approved-header nav.open{
    display:flex!important;
  }

  body.v6 .live-approved-header nav a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    height:48px!important;
    padding:0 10px!important;
    margin:0!important;
    color:#071d36!important;
    font-size:15px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    border:0!important;
    border-bottom:1px solid #e7ebef!important;
    position:relative!important;
  }

  body.v6 .live-approved-header nav a:last-child{
    border-bottom:0!important;
  }

  body.v6 .live-approved-header nav a:first-child{
    color:#d02d26!important;
  }

  /* Remove the desktop underline treatment from the mobile menu */
  body.v6 .live-approved-header nav a:first-child::after,
  body.v6.careers-page .live-approved-header nav a:nth-child(4)::after{
    display:none!important;
    content:none!important;
  }

  /* Active item gets a simple left accent instead */
  body.v6 .live-approved-header nav a:first-child::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    top:12px!important;
    bottom:12px!important;
    width:3px!important;
    background:#d02d26!important;
  }

  body.v6.careers-page .live-approved-header nav a:first-child{
    color:#071d36!important;
  }
  body.v6.careers-page .live-approved-header nav a:first-child::before{
    display:none!important;
    content:none!important;
  }
  body.v6.careers-page .live-approved-header nav a:nth-child(4){
    color:#d02d26!important;
  }
  body.v6.careers-page .live-approved-header nav a:nth-child(4)::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    top:12px!important;
    bottom:12px!important;
    width:3px!important;
    background:#d02d26!important;
  }

  body.v6 .live-approved-header .menu{
    display:block!important;
    margin-left:auto!important;
    padding:8px!important;
    background:transparent!important;
    color:#071d36!important;
    border:0!important;
    font-size:28px!important;
    line-height:1!important;
  }
}

/* ===== V18.18 MOBILE QUOTE + CAREERS POLISH =====
   Mobile-only cleanup for:
   - Request a Quote section/form
   - Careers hero
   - Driver Opportunities / application section
   No homepage hero, logo, photos, icons, services, desktop layout or navigation changes. */
@media(max-width:560px){

  /* ----- REQUEST A QUOTE ----- */
  body.v6 .quote{
    grid-template-columns:1fr!important;
    gap:20px!important;
    padding:32px 24px 34px!important;
  }

  body.v6 .quote>div{
    max-width:none!important;
  }

  body.v6 .quote h2{
    font-size:34px!important;
    line-height:1.06!important;
    margin:0 0 12px!important;
  }

  body.v6 .quote p{
    margin:0!important;
    font-size:17px!important;
    line-height:1.45!important;
  }

  body.v6 .quote form{
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
  }

  body.v6 .quote input,
  body.v6 .quote textarea{
    grid-column:1!important;
    width:100%!important;
    min-height:50px!important;
    padding:12px 14px!important;
    font-size:16px!important;
    border-radius:3px!important;
  }

  body.v6 .quote textarea{
    min-height:118px!important;
    resize:vertical!important;
  }

  body.v6 .quote form button.btn{
    width:100%!important;
    min-width:0!important;
    min-height:50px!important;
    padding:12px 18px!important;
    justify-self:stretch!important;
    font-size:15px!important;
  }

  /* ----- CAREERS HERO ----- */
  body.v6.careers-page .career-page-hero{
    min-height:0!important;
    padding:36px 24px 38px!important;
  }

  body.v6.careers-page .career-page-hero .eyebrow,
  body.v6.careers-page .career-page-hero .eyebrow.dark{
    margin:0 0 12px!important;
    font-size:14px!important;
    letter-spacing:3px!important;
  }

  body.v6.careers-page .career-page-hero h1{
    font-size:48px!important;
    line-height:.98!important;
    letter-spacing:-1.5px!important;
    margin:0 0 18px!important;
    max-width:100%!important;
  }

  body.v6.careers-page .career-page-hero p{
    font-size:18px!important;
    line-height:1.45!important;
    margin:0!important;
    max-width:100%!important;
  }

  /* ----- DRIVER OPPORTUNITIES / APPLY TODAY ----- */
  body.v6.careers-page .careers-section,
  body.v6.careers-page .careers-section.standalone{
    grid-template-columns:1fr!important;
    gap:22px!important;
    padding:34px 24px 38px!important;
    background:var(--navy)!important;
  }

  body.v6.careers-page .careers-copy{
    padding:0!important;
    max-width:none!important;
  }

  body.v6.careers-page .careers-copy .eyebrow,
  body.v6.careers-page .careers-copy .eyebrow.dark{
    margin:0 0 10px!important;
    font-size:14px!important;
    letter-spacing:3px!important;
  }

  body.v6.careers-page .careers-copy h2{
    font-size:36px!important;
    line-height:1.05!important;
    margin:0 0 16px!important;
  }

  body.v6.careers-page .careers-copy p{
    margin:0 0 16px!important;
    font-size:17px!important;
    line-height:1.45!important;
  }

  body.v6.careers-page .career-note{
    margin:18px 0 0!important;
    padding-left:14px!important;
    font-size:16px!important;
    line-height:1.4!important;
  }

  /* ----- CAREERS APPLICATION FORM ----- */
  body.v6.careers-page .career-form{
    padding:22px 18px!important;
    margin:0!important;
    box-shadow:0 8px 24px rgba(0,0,0,.15)!important;
  }

  body.v6.careers-page .career-form h3{
    font-size:24px!important;
    line-height:1.1!important;
    margin:0 0 16px!important;
  }

  body.v6.careers-page .form-grid{
    grid-template-columns:1fr!important;
    gap:11px!important;
  }

  body.v6.careers-page .career-form label{
    gap:5px!important;
    font-size:13px!important;
  }

  body.v6.careers-page .career-form input,
  body.v6.careers-page .career-form select,
  body.v6.careers-page .career-form textarea{
    width:100%!important;
    min-height:48px!important;
    padding:11px 12px!important;
    font-size:16px!important;
  }

  body.v6.careers-page .career-form textarea{
    min-height:105px!important;
    margin-bottom:8px!important;
  }

  body.v6.careers-page .career-form .consent{
    gap:8px!important;
    line-height:1.35!important;
  }

  body.v6.careers-page .career-form .consent input{
    width:auto!important;
    min-height:0!important;
    margin-top:2px!important;
  }

  body.v6.careers-page .career-form button.btn{
    width:100%!important;
    min-height:50px!important;
    justify-content:center!important;
  }
}
