/*
Theme Name: Loadmax Logistics
Theme URI: https://example.com/loadmax-logistics
Author: Loadmax Logistics
Description: A responsive logistics and trucking theme with editable homepage, About, Services, Contact and footer sections in Appearance > Customize.
Version: 1.7.7
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: loadmax-logistics
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "Loadmax Nav";
  src: url("assets/LoadmaxNav-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Loadmax Nav";
  src: url("assets/LoadmaxNav-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #08090b;
  --orange: #f6a12c;
  --orange-dark: #d8871e;
  --panel-top: #f5f6f8;
  --panel-bottom: #d7dae0;
  --track: #9ca4b1;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .62), transparent 39%),
    linear-gradient(115deg, #c5cad2 0%, #e6e8ec 46%, #bac1ca 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: repeating-linear-gradient(102deg, rgba(255, 255, 255, .18) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

.loadmax-content {
  width: min(1100px, calc(100% - 40px));
  min-height: 55vh;
  margin: 42px auto;
  padding: 34px;
  border-radius: 24px;
  background: rgba(244, 246, 249, .9);
  box-shadow: 0 12px 24px rgba(49, 63, 83, .3);
}

.loadmax-content img {
  max-width: 100%;
  height: auto;
}

.loadmax-content a {
  color: #a85f08;
}

.admin-bar .site-header {
  margin-top: 0;
}

.site-header {
  position: relative;
  min-height: 90px;
  overflow: hidden;
  border: 2px solid rgba(155, 165, 178, .42);
  border-bottom-color: rgba(101, 114, 132, .55);
  border-radius: 31px 31px 0 0;
  background:
    radial-gradient(ellipse at 49% 32%, rgba(255, 255, 255, .63) 0, rgba(255, 255, 255, .15) 44%, transparent 70%),
    linear-gradient(111deg, #cfd5dc 0%, #eef1f5 48%, #c8d0da 100%);
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, .75),
    inset 0 -2px 5px rgba(83, 98, 117, .28),
    0 6px 15px rgba(67, 79, 96, .38);
}

.header-inner {
  position: relative;
  width: 100%;
  min-height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.brand {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.25%;
  display: block;
  width: clamp(200px, 16vw, 240px);
  height: 80px;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 3px rgba(43, 51, 61, .25));
}

.nav-toggle {
  display: none;
}

.main-nav {
  position: absolute;
  left: 40.35%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 54.95%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0 0 0 17px;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(245, 247, 250, .91), rgba(198, 205, 215, .88));
  box-shadow:
    0 10px 13px rgba(60, 72, 88, .49),
    inset 1px 2px 3px rgba(255, 255, 255, .92),
    inset -1px -2px 3px rgba(105, 117, 133, .22);
}

.main-nav a {
  position: relative;
  flex: 0 0 auto;
  color: #0a0a0b;
  padding: 13px 12px;
  font-family: "Loadmax Nav", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  font-stretch: condensed;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1px;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .62);
  transition: color .18s ease, transform .18s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #b68546;
  outline: none;
  transform: translateY(-1px);
}

.main-nav .active {
  color: #b4884f;
}

.main-nav .contact-link {
  width: clamp(140px, 11vw, 170px);
  min-width: 140px;
  margin: -2px -2px -2px 3px;
  padding: 13px 18px;
  text-align: center;
  color: #12100c;
  border: 2px solid #8f5a19;
  border-radius: 29px;
  background: linear-gradient(180deg, #f3b95d 0%, #dea04b 55%, #c88432 100%);
  box-shadow:
    0 0 0 2px #ffd98d,
    0 0 14px rgba(241, 160, 52, .82),
    0 7px 10px rgba(95, 63, 27, .45),
    inset 0 2px 3px rgba(255, 236, 185, .9),
    inset 0 -2px 2px rgba(125, 70, 15, .35);
}

.main-nav .contact-link:hover,
.main-nav .contact-link:focus-visible {
  color: #12100c;
}

.connecting-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #d7dce3;
  box-shadow: 0 10px 20px rgba(36, 47, 61, .34);
}

.connecting-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 7.3% 0;
  width: 55%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 10, 14, .5), rgba(4, 10, 14, .13) 72%, transparent);
}

.connecting-hero__art {
  display: block;
  width: 100%;
  height: auto;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: 15.3%;
  left: 6.85%;
  width: 48%;
  color: #f5f6f7;
  text-shadow: 0 3px 4px rgba(0, 0, 0, .72);
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(30px, 3.35vw, 50px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: .4px;
  color: #f2f3f4;
}

.hero-copy p {
  margin: 15px 0 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 29px;
}

.hero-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border: 2px solid #c18a4f;
  border-radius: 999px;
  color: #fff;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .42), inset 0 1px 2px rgba(255, 255, 255, .32);
  transition: transform .18s ease, filter .18s ease;
}

.hero-button:hover,
.hero-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  outline: none;
}

.hero-button--primary {
  min-width: 224px;
  color: #17120b;
  border-color: #f2b65a;
  background: linear-gradient(180deg, #ffc05d, #e99738);
  box-shadow: 0 0 18px rgba(247, 162, 58, .42), 0 8px 15px rgba(0, 0, 0, .45), inset 0 2px 2px rgba(255, 239, 194, .72);
}

.hero-button--secondary {
  min-width: 237px;
  background: linear-gradient(180deg, rgba(64, 65, 64, .92), rgba(35, 39, 41, .96));
}

.hero-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 8px 12px;
  border: 1px solid rgba(218, 184, 134, .58);
  border-radius: 8px;
  color: #f2f2f2;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(10px, 1.03vw, 15px);
  line-height: 1.05;
  background: linear-gradient(145deg, rgba(65, 67, 64, .89), rgba(40, 43, 44, .93));
  box-shadow: 0 6px 12px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .15);
  white-space: nowrap;
}

.hero-chip strong {
  font: inherit;
  font-weight: 700;
}

.hero-chip--truck-one {
  top: 39%;
  left: 59.6%;
}

.hero-chip--trace {
  top: 25.7%;
  left: 78.8%;
}

.hero-chip--truck-two {
  top: 30.6%;
  right: 2.25%;
}

.hero-chip--speed {
  top: 53%;
  right: 3.25%;
}

.hero-chip--location {
  top: 66%;
  right: 4.7%;
}

.hero-chip--pulse {
  top: 82.5%;
  right: 7.6%;
}

.road-reading {
  position: absolute;
  z-index: 3;
  color: #f3f3f2;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(12px, 1.45vw, 21px);
  text-shadow: 0 2px 3px rgba(0, 0, 0, .85);
  transform: rotate(-31deg);
}

.road-reading--engine {
  left: 38%;
  bottom: 15%;
}

.road-reading--fuel {
  left: 51%;
  bottom: 13%;
}

.road-reading--speed {
  left: 62%;
  bottom: 13%;
}

.hero-stream {
  position: absolute;
  z-index: 3;
  right: 5.9%;
  bottom: 2.9%;
  color: #0c0d0f;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(11px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1;
}

.key-features {
  position: relative;
  min-height: 581px;
  padding: 58px 48px 39px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .94), rgba(246, 247, 249, .84) 42%, transparent 72%),
    linear-gradient(112deg, #e2e5e9 0%, #f7f8fa 46%, #dce1e7 100%);
  box-shadow: inset 0 10px 22px rgba(81, 95, 113, .18), inset 0 -7px 14px rgba(69, 84, 103, .12);
}

.home .section-heading h1,
.home .section-heading h2 {
  font-size: clamp(18px, 2vw, 40px) !important;
  line-height: 1.08;
}

.key-features .section-heading h2 {
  font-weight: 400;
  letter-spacing: .01em;
}

.features-heading {
  width: min(710px, 76%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 54px;
}

.features-heading h2 {
  margin: 0;
  color: #07090b;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .4px;
  white-space: nowrap;
  text-shadow: 0 3px 2px rgba(88, 97, 109, .3);
}

.heading-line {
  position: relative;
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(247, 151, 33, .8));
}

.heading-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5941b;
  transform: translateY(-50%);
  box-shadow: 0 0 4px rgba(246, 146, 25, .42);
}

.section-subtitle {
  max-width: 970px;
  margin: 26px auto 26px;
  text-align: center;
  color: #1c2026;
  font-family: "Loadmax Nav", sans-serif;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.3;
}

.mission-section {
  width: min(1510px, 100%);
  margin: 0 auto 72px;
  padding: 58px 48px;
  border: 4px solid #6c7681;
  border-radius: 32px;
  color: #eef1f4;
  background: linear-gradient(145deg, #2d3741, #10151c);
  box-shadow: 0 18px 30px rgba(34, 42, 53, .43), inset 0 2px 3px rgba(255, 255, 255, .14);
  text-align: center;
}

.mission-section h2 {
  margin: 0 0 20px;
  font-family: "Loadmax Nav", sans-serif;
  font-size: clamp(32px, 3vw, 49px);
  line-height: 1;
  color: #eef1f4;
  text-shadow: 0 3px 2px #000;
}

.mission-section p {
  max-width: 800px;
  margin: 0 auto;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.5;
  color: #cbd1d7;
}

.about-card-grid.commitment-grid {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.commitment-grid>.inner-card {
  flex: 0 1 calc((100% - 56px) / 3);
  min-width: 0;
}

.heading-line--right {
  transform: scaleX(-1);
}

.features-grid {
  width: min(1296px, 100%);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.feature-card {
  position: relative;
  min-width: 0;
  /* min-height: 400px; */
  display: flex;
  flex-direction: column;
  padding: 0 27px 27px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 17%, rgba(255, 255, 255, .98), rgba(255, 255, 255, .4) 48%, transparent 75%),
    linear-gradient(145deg, rgba(251, 251, 251, .98), rgba(227, 230, 235, .96));
  box-shadow:
    0 14px 14px rgba(53, 67, 85, .38),
    0 4px 2px rgba(115, 127, 142, .3),
    inset 1px 2px 4px rgba(255, 255, 255, .98),
    inset -2px -2px 3px rgba(121, 134, 150, .12);
}

.feature-card--tracking {
  box-shadow:
    0 14px 14px rgba(53, 67, 85, .38),
    5px 6px 11px rgba(239, 151, 61, .2),
    inset 1px 2px 4px rgba(255, 255, 255, .98),
    inset -2px -2px 3px rgba(224, 147, 74, .14);
}

.feature-visual {
  height: 169px;
  margin: -31px -10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 13px 9px rgba(35, 45, 56, .31));
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.feature-card:hover .feature-visual img {
  transform: scale(1.08);
}

.panel.truck-card:hover img {
  transform: scale(1.28);
}

.feature-card h3 {
  margin: 14px 0 0;
  min-height: 70px;
  color: #07080a;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(23px, 1.75vw, 29px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .1px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.feature-metrics {
  margin-top: auto;
}

.feature-metrics p {
  margin: 10px 0 0;
  color: #111216;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(15px, .95vw, 17px);
  line-height: 1.48;
  white-space: normal;
  text-align: center;
}

.feature-metrics strong {
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 1.08em;
  font-weight: 700;
}

.feature-metrics p>span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.metric-icon {
  flex: 0 0 23px;
  width: 23px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff8d0a;
  font-weight: 700;
}

.metric-icon--bars {
  align-items: flex-end;
  gap: 3px;
  padding-bottom: 2px;
}

.metric-icon--bars i {
  display: block;
  width: 4px;
  border-radius: 1px 1px 0 0;
  background: #ff8d0a;
}

.metric-icon--bars i:nth-child(1) {
  height: 8px;
}

.metric-icon--bars i:nth-child(2) {
  height: 15px;
}

.metric-icon--bars i:nth-child(3) {
  height: 22px;
}

.metric-icon--target {
  width: 21px;
  height: 21px;
  border: 4px solid #ff8d0a;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.metric-icon--route {
  font-size: 25px;
  transform: rotate(10deg);
}

.driver-careers {
  padding: 35px 32px 28px;
  background: linear-gradient(112deg, #b9c0ca, #e4e7eb 47%, #b6bec9);
}

.careers-panel {
  width: min(1980px, 100%);
  margin: 0 auto;
  padding: 105px 106px 80px;
  color: #f6f6f5;
  border-radius: 27px;
  background:
    radial-gradient(circle at 54% 39%, rgba(76, 81, 90, .34), transparent 43%),
    linear-gradient(135deg, #282c32, #202329 62%, #282c32);
  box-shadow: 0 18px 25px rgba(42, 50, 62, .36), inset 0 1px 2px rgba(255, 255, 255, .08);
}

.careers-panel .section-heading {
  margin: 0 0 71px;
  text-align: center;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(54px, 5.1vw, 88px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  text-shadow: 0 5px 4px rgba(0, 0, 0, .48);
}

.careers-layout {
  display: grid;
  grid-template-columns: .95fr 1.2fr 1.72fr;
  grid-template-rows: auto auto;
  gap: 54px 76px;
  align-items: start;
}

.driver-profile {
  display: flex;
  justify-content: center;
}

.driver-profile img {
  display: block;
  width: min(100%, 410px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 0 13px rgba(242, 164, 83, .38));
}

.careers-intro {
  margin: 10px 0 0;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(20px, 1.56vw, 31px);
  line-height: 1.52;
}

.careers-form {
  grid-column: 3;
  grid-row: 1 / span 2;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 54px 49px 51px;
  border: 6px solid #626a79;
  border-radius: 45px;
  background:
    linear-gradient(135deg, rgba(49, 53, 61, .96), rgba(41, 45, 52, .94)),
    repeating-linear-gradient(35deg, transparent 0 55px, rgba(148, 156, 171, .12) 56px 57px);
  box-shadow: 0 16px 24px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .12);
}

.careers-form::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(30deg, transparent 48%, #9da5b2 49% 50%, transparent 51%),
    linear-gradient(150deg, transparent 48%, #9da5b2 49% 50%, transparent 51%);
  background-size: 145px 110px;
}

.careers-form>* {
  position: relative;
  z-index: 1;
}

.careers-form h3 {
  margin: 0 0 13px;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(34px, 3.55vw, 59px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

.careers-form h3 span {
  color: #ee9d49;
}

.careers-form label {
  display: block;
}

.careers-form>.wpcf7 {
  flex: 1 1 auto;
  min-height: 0;
}

.careers-form .careers-cf7-form {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.careers-form .careers-form-field,
.careers-form .careers-form-field>p,
.careers-form .careers-form-submit,
.careers-form .careers-form-submit>p {
  margin: 0;
}

.careers-form .wpcf7-form-control-wrap {
  display: block;
}

.careers-form input,
.careers-form textarea {
  width: 100%;
  border: 2px solid #aaadb7;
  border-radius: 35px;
  outline: none;
  color: #323740;
  font-family: Arial, sans-serif;
  font-size: clamp(23px, 2.1vw, 37px);
  background: linear-gradient(145deg, #eef0f4, #d9dde5);
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, .92), 0 4px 7px rgba(0, 0, 0, .26);
}

.careers-form input {
  height: 77px;
  padding: 0 32px;
}

.careers-form textarea {
  height: 160px;
  padding: 23px 32px;
  resize: vertical;
}

.careers-form input:focus,
.careers-form textarea:focus {
  border-color: #eda048;
  box-shadow: 0 0 0 4px rgba(237, 160, 72, .23), inset 0 2px 3px rgba(255, 255, 255, .92);
}

.careers-form button,
.careers-form input[type="submit"] {
  height: 87px;
  margin-top: 4px;
  border: 0;
  border-radius: 44px;
  color: #302819;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(28px, 2.4vw, 43px);
  font-weight: 700;
  background: linear-gradient(180deg, #f9b257, #eb983c);
  box-shadow: 0 9px 13px rgba(0, 0, 0, .38), inset 0 2px 3px rgba(255, 229, 178, .65);
  cursor: pointer;
}

.careers-form .wpcf7-submit {
  width: 100%;
}

.careers-form .wpcf7-spinner {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
}

.careers-form .wpcf7-not-valid-tip {
  margin: 4px 20px 0;
  color: #ffb45f;
  font-size: 13px;
}

.careers-form .wpcf7-response-output {
  margin: 0;
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.career-list h3 {
  margin: 0 0 28px;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(34px, 2.7vw, 49px);
  font-weight: 700;
  line-height: 1;
}

.career-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-list li {
  position: relative;
  min-height: 40px;
  margin: 0 0 10px;
  padding-left: 56px;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(17px, 1.32vw, 26px);
  line-height: 1.06;
}

.career-list li::before {
  position: absolute;
  left: 0;
  top: -2px;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: #efa251;
  font-family: Arial, sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.career-duties li::before {
  content: "✓";
  border: 3px solid #efa251;
  border-radius: 50%;
  transform: rotate(-10deg);
}

.career-benefits li::before {
  content: "⚙";
  font-size: 37px;
}

.success-motion {
  padding: 31px 29px 30px;
  background: linear-gradient(120deg, #f4f4f2, #fff 46%, #eeeeeb);
}

.success-motion .section-heading {
  margin: 0 0 25px;
  text-align: center;
  color: #30383e;
  font-family: Arial, sans-serif;
  font-size: clamp(35px, 4.3vw, 55px);
  font-weight: 800;
  line-height: 1;
}

.studies-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.study-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 12px rgba(55, 64, 72, .26);
}

.study-card__header {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(120deg, #354047, #283139);
}

.study-card__header h3 {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(24px, 3vw, 33px);
  font-weight: 800;
  line-height: 1.04;
}

.study-icon,
.folder-mark,
.clock-mark {
  color: #f4b65f;
  font-size: 44px;
  line-height: 1;
}

.study-card__body {
  position: relative;
  min-height: 345px;
  padding: 18px 18px 14px;
  background: #fff;
}

.chart-y-labels {
  position: absolute;
  top: 15px;
  bottom: 40px;
  left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.saving-bubble,
.gain-bubble,
.time-bubble {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 15px;
  border: 2px solid #6e7479;
  border-radius: 15px;
  background: linear-gradient(145deg, #fff, #e8e9e9);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
  font-family: Arial, sans-serif;
}

.saving-bubble {
  top: 17px;
  right: 67px;
}

.saving-bubble strong,
.gain-bubble strong,
.time-bubble strong {
  font-size: 24px;
  line-height: 1;
}

.saving-bubble span,
.gain-bubble span,
.time-bubble span {
  font-size: 15px;
}

.bar-chart {
  position: absolute;
  left: 50px;
  right: 16px;
  top: 35px;
  bottom: 38px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  border-left: 1px solid #aeb4b8;
  border-bottom: 1px solid #aeb4b8;
}

.stack-bar {
  position: relative;
  width: 9%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.stack-bar i {
  display: block;
  height: var(--orange-h);
  background: #f6b658;
}

.stack-bar b {
  display: block;
  height: var(--dark-h);
  background: #30383e;
}

.stack-bar span {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  font: 13px/1 Arial, sans-serif;
  white-space: nowrap;
}

.case-summary {
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
}

.case-summary strong {
  font-size: 25px;
}

.case-summary small {
  font-size: 20px;
}

.case-summary span {
  font-size: 22px;
}

.case-summary b {
  font-size: 25px;
}

.gain-bubble {
  top: 12px;
  right: 50px;
}

.combo-chart {
  position: absolute;
  left: 30px;
  right: 20px;
  top: 112px;
  bottom: 39px;
  border-bottom: 1px solid #aeb4b8;
}

.combo-bars {
  position: absolute;
  inset: 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.combo-bars i {
  display: block;
  width: 8%;
  height: var(--h);
  background: linear-gradient(to top, #333b42 0 52%, #f6b658 52%);
}

.combo-chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 80%;
  overflow: visible;
}

.combo-labels,
.delivery-labels {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  display: flex;
  justify-content: space-around;
  font: 13px/1 Arial, sans-serif;
}

.delivery-title {
  justify-content: space-between;
  text-align: center;
}

.clock-mark {
  font-size: 58px;
}

.delivery-study {
  padding-top: 20px;
}

.time-bubble {
  top: 23px;
  left: 41%;
}

.delivery-chart {
  position: absolute;
  left: 52px;
  right: 18px;
  top: 52px;
  bottom: 40px;
  border-left: 1px solid #aeb4b8;
  border-bottom: 1px solid #aeb4b8;
}

.delivery-bars {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.delivery-bars i {
  width: 9%;
  height: var(--h);
  background: linear-gradient(90deg, #30383e 0 55%, #f6b658 55%);
}

.delivery-chart svg {
  position: absolute;
  inset: 10% 4% 0 4%;
  width: 92%;
  height: 82%;
  overflow: visible;
}

.operations-title {
  text-align: center;
}

.ops-study {
  display: grid;
  grid-template-columns: 44% 56%;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

.gauge-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}

.gauge-block b {
  font-size: 18px;
}

.gauge-block>span {
  font-size: 17px;
}

.gauge {
  position: relative;
  width: 175px;
  height: 94px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  overflow: hidden;
  border-radius: 180px 180px 0 0;
  background: conic-gradient(from 270deg at 50% 100%, #f6b658 0 42%, #d5d7d5 42% 50%, transparent 50%);
}

.gauge::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -1px;
  height: 71px;
  border-radius: 150px 150px 0 0;
  background: #fff;
}

.gauge strong {
  top: -17px;
  position: relative;
  z-index: 2;
  font: 800 30px/1 Arial, sans-serif;
}

.gauge-needle {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 7px;
  width: 68px;
  height: 6px;
  border-radius: 5px;
  background: #30383e;
  transform-origin: left center;
  transform: rotate(-12deg);
}

.gauge-needle::before {
  content: "";
  position: absolute;
  left: -9px;
  top: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #30383e;
}

.gauge-needle--latency {
  transform: rotate(-27deg);
}

.ops-network {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  min-height: 300px;
  font-family: Arial, sans-serif;
}

.network-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 9px;
  color: #fff;
  background: #333b42;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .28);
}

.node-main {
  top: 18px;
  left: 44%;
  background: #e9a94e;
  color: #222;
}

.node-left {
  top: 130px;
  left: 12%;
}

.node-right {
  top: 130px;
  right: 8%;
}

.node-bottom {
  bottom: 10px;
  left: 44%;
  background: #e9a94e;
  color: #222;
}

.ops-network::before {
  content: "";
  position: absolute;
  left: 20%;
  right: 18%;
  top: 42px;
  bottom: 34px;
  border: 3px solid #313b42;
  border-radius: 9px;
}

.network-copy {
  position: absolute;
  z-index: 2;
  inset: 102px 24% auto 24%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  text-align: center;
  font-size: 13px;
  background: #fff;
}

/* Client testimonials and dashboard preview — proportional to the supplied 2048px reference. */


.testimonial-dashboard__canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 2048 / 1477;
  container-type: inline-size;
}

.testimonial-dashboard .section-heading {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}

.testimonial-dashboard h2 {
  margin: 0;
  text-align: center;
  color: #070b1b;
  font-family: "Loadmax Nav", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 5.05cqw;
  font-weight: 700;
  line-height: .95;
  letter-spacing: .08cqw;
  text-shadow: 0 .12cqw .05cqw rgba(255, 255, 255, .3);
}

.testimonial-dashboard .section-heading.testimonials-title-wrap {
  top: 5.75cqw;
}

.testimonial-slider-wrap {
  position: absolute;
  top: 12.35cqw;
  left: 0;
  right: 0;
  height: 19cqw;
  display: flex;
  align-items: center;
  padding: 0 5cqw;
}

.testimonial-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 3.8cqw;
  height: 3.8cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: .15cqw solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  color: #2a2e35;
  font-size: 1.8cqw;
  line-height: 1;
  cursor: pointer;
  background: linear-gradient(145deg, rgba(245, 247, 250, .94), rgba(205, 210, 218, .92));
  box-shadow:
    0 .5cqw .8cqw rgba(44, 55, 72, .38),
    inset .08cqw .1cqw .14cqw rgba(255, 255, 255, .95),
    inset -.06cqw -.1cqw .12cqw rgba(110, 120, 135, .2);
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.testimonial-arrow:hover {
  color: #e8961e;
  transform: translateY(-50%) scale(1.1);
  box-shadow:
    0 .6cqw 1cqw rgba(44, 55, 72, .45),
    0 0 1.2cqw rgba(238, 159, 61, .35),
    inset .08cqw .1cqw .14cqw rgba(255, 255, 255, .95);
}

.testimonial-arrow:active {
  transform: translateY(-50%) scale(.95);
}

.testimonial-arrow--prev {
  left: .6cqw;
}

.testimonial-arrow--next {
  right: .6cqw;
}

.testimonial-viewport {
  position: relative;
  flex: 1;
  width: 100%;
  height: 19cqw;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 2cqw;
  width: max-content;
  margin-left: 0;
  padding: 0 .5cqw;
  transition: transform .45s cubic-bezier(.4, 0, .2, 1);
}

.testimonial-card {
  position: relative;
  flex: 0 0 26.75cqw;
  height: 17.25cqw;
  padding: 4.55cqw 1.95cqw 1.45cqw;
  overflow: hidden;
  border: .15cqw solid rgba(255, 255, 255, .9);
  border-radius: 1.62cqw;
  background: linear-gradient(136deg, rgba(245, 245, 246, .96), rgba(211, 214, 220, .96));
  box-shadow:
    0 .65cqw .7cqw rgba(44, 55, 72, .42),
    inset .1cqw .13cqw .18cqw rgba(255, 255, 255, .95),
    inset -.08cqw -.12cqw .16cqw rgba(131, 139, 150, .2);
  display: flex;
  flex-direction: column;
}

.testimonial-card--featured {
  background:
    radial-gradient(circle at 50% 88%, rgba(250, 174, 85, .78), transparent 48%),
    linear-gradient(136deg, rgba(248, 246, 243, .98), rgba(230, 218, 207, .96));
  box-shadow:
    0 .75cqw 1cqw rgba(215, 129, 35, .54),
    inset .1cqw .13cqw .18cqw rgba(255, 255, 255, .96),
    inset -.08cqw -.12cqw .16cqw rgba(176, 129, 79, .2);
}

.testimonial-quote {
  position: absolute;
  top: .65cqw;
  left: 1.72cqw;
  color: #eda143;
  font-family: Georgia, serif;
  font-size: 6.1cqw;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 .1cqw .18cqw rgba(158, 91, 13, .22);
}

.testimonial-card p {
  margin: 0;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.38;
  flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.testimonial-card footer {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1cqw;
  margin-top: .6cqw;
}

.testimonial-card footer span {
  display: flex;
  flex-direction: column;
}

.testimonial-card footer strong,
.testimonial-card footer b {
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: 1.62cqw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.testimonial-card footer small {
  margin-top: .35cqw;
  font-size: 1.12cqw;
  line-height: 1;
}

.testimonial-card footer b {
  font-weight: 400;
}

.testimonial-dots {
  position: absolute;
  top: 32.5cqw;
  left: 50%;
  display: flex;
  align-items: center;
  gap: .68cqw;
  transform: translateX(-50%);
}

.testimonial-dots>i {
  display: block;
  width: 1.02cqw;
  height: 1.02cqw;
  border-radius: 50%;
  background: #a2a5ad;
  box-shadow: inset 0 .08cqw .12cqw rgba(0, 0, 0, .13);
  cursor: pointer;
  transition: all .25s ease;
}

.testimonial-dots>i.is-active {
  width: 1.22cqw;
  height: 1.22cqw;
  background: #f2ae55;
  box-shadow: 0 0 .7cqw rgba(238, 159, 61, .62);
}

.testimonial-dots span {
  position: absolute;
  top: 1.8cqw;
  left: 2.9cqw;
  display: flex;
  gap: 1.02cqw;
}

.testimonial-dots span b {
  width: .48cqw;
  height: .48cqw;
  border-radius: 50%;
  background: #bec2ca;
}

.testimonial-dashboard .section-heading.dashboard-preview-wrap {
  top: 40.85cqw;
}

.dashboard-preview-grid {
  position: absolute;
  top: 47.45cqw;
  left: 5.48cqw;
  right: 5.48cqw;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.85cqw;
}

.dashboard-preview-card {
  position: relative;
  height: 13.75cqw;
  padding: 1.35cqw 1.35cqw 2.8cqw;
  border: .15cqw solid rgba(255, 255, 255, .85);
  border-radius: 1.25cqw;
  background: linear-gradient(145deg, rgba(242, 243, 246, .98), rgba(208, 211, 218, .97));
  box-shadow:
    0 .75cqw .75cqw rgba(49, 61, 80, .45),
    inset .1cqw .12cqw .18cqw rgba(255, 255, 255, .9),
    inset -.08cqw -.12cqw .16cqw rgba(127, 136, 149, .18);
}

.dashboard-preview-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25cqw;
  height: 8.5cqw;
}

.dashboard-preview-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .72cqw;
  box-shadow: inset 0 .1cqw .16cqw rgba(255, 255, 255, .2);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dashboard-preview-card:hover .dashboard-preview-images img {
  transform: scale(1.08);
}

.dashboard-preview-progress {
  position: absolute;
  left: 1.35cqw;
  right: 1.35cqw;
  bottom: 1.42cqw;
  height: .86cqw;
  border-radius: 99px;
  background: linear-gradient(#aab1bc, #929aa7);
  box-shadow: inset 0 .08cqw .14cqw rgba(31, 40, 52, .3), 0 .08cqw .08cqw rgba(255, 255, 255, .8);
}

.dashboard-preview-progress span {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ec9224, #f5ad49);
  box-shadow: 0 .18cqw .38cqw rgba(196, 111, 12, .46), inset 0 .08cqw .08cqw rgba(255, 226, 168, .7);
}



/* Dark illuminated logistics footer from the supplied 1848 x 1304 reference. */
.site-footer {
  width: 100%;
  max-width: none;
  margin: 0 0 26px;
  color: #e8ebee;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
}

.site-footer__canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 1848 / 1304;
  overflow: hidden;
  container-type: inline-size;
  border: .62cqw solid #c5cbd1;
  border-radius: 3.15cqw;
  background:
    linear-gradient(rgba(145, 156, 169, .16) .1cqw, transparent .1cqw),
    linear-gradient(90deg, rgba(145, 156, 169, .16) .1cqw, transparent .1cqw),
    radial-gradient(circle at 50% 25%, rgba(54, 65, 79, .34), transparent 45%),
    linear-gradient(135deg, #232a33 0%, #10151c 54%, #202730 100%);
  background-size: 10cqw 10cqw, 10cqw 10cqw, auto, auto;
  box-shadow:
    0 1.15cqw 1.8cqw rgba(24, 29, 37, .5),
    inset 0 0 0 .38cqw #262d36,
    inset 0 0 0 .52cqw #090d12,
    inset 0 0 3cqw rgba(0, 0, 0, .7);
}

.site-footer__canvas::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18cqw;
  background: linear-gradient(180deg, #343b44 0%, #242a32 100%);
  border-top: .12cqw solid #12171e;
  box-shadow: inset 0 .28cqw .55cqw rgba(255, 255, 255, .08);
}

.site-footer__canvas::after {
  display: none;
}

/* Visually equal outer spacing for the About page service-area image and copy. */
@media (min-width: 1061px) {
  .about-page .service-area-section.service-area-layout {
    --service-area-edge-space: clamp(24px, 10vw, 180px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 5vw, 80px);
  }

  .about-page .service-area-visual {
    display: flex;
    justify-content: flex-start;
    padding-left: var(--service-area-edge-space);
    padding-right: 0;
  }

  .about-page .service-area-content {
    padding-left: 0;
    padding-right: var(--service-area-edge-space);
  }
}

@media (max-width: 1060px) {

  .about-page .service-area-visual,
  .about-page .service-area-content {
    padding-left: 0;
    padding-right: 0;
  }

  .about-page .service-area-visual {
    justify-content: center;
  }
}

/* Equal left and right gutters across the About Us page. */
.about-page {
  --about-page-gutter: clamp(20px, 5vw, 80px);
  padding-left: var(--about-page-gutter);
  padding-right: var(--about-page-gutter);
}

.about-page>.inner-hero,
.about-page>.inner-section,
.about-page>.inner-cta {
  width: min(1510px, 100%);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.about-page .service-area-section.service-area-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.about-page .service-area-visual,
.about-page .service-area-content {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1060px) {
  .about-page .service-area-section.service-area-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 650px) {
  .about-page {
    --about-page-gutter: 20px;
  }

  .about-page .service-area-section.service-area-layout {
    gap: 20px;
  }
}

/* Compact only the mobile footer Tracking Map card. */
@media (max-width: 760px) {
  .site-footer .footer-map {
    height: 340px;
  }

  .site-footer .footer-map h2 {
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 24px;
    text-align: center;
  }

  .site-footer .footer-map img {
    top: 62px;
    bottom: auto;
    width: 100%;
    height: 278px;
    object-fit: cover;
    object-position: center 68%;
  }
}

/* Consistent vector contact icons and an address row matching phone/email. */
.loadmax-icon {
  display: block;
  width: 1em;
  height: 1em;
}

.footer-icon .loadmax-icon {
  width: 1.15em;
  height: 1.15em;
  filter: drop-shadow(0 0 .28em rgba(248, 155, 59, .7));
}

.footer-contact__address.footer-contact__row {
  align-items: center;
  margin: 0;
  margin-bottom: 0;
  line-height: 1.15;
}

.footer-contact__address.footer-contact__row b {
  white-space: normal;
}

.contact-detail-card>span .loadmax-icon {
  width: 24px;
  height: 24px;
}

/* Keep the content-specific service map framed consistently without shifting the panel gutters. */
body .about-page .service-area-section.service-area-layout .service-area-map {
  display: block;
  width: min(100%, 344px);
  height: auto;
  aspect-ratio: 4 / 5;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1060px) {
  body .about-page .service-area-section.service-area-layout .service-area-map {
    width: min(100%, 430px);
    margin-inline: auto;
  }
}

.footer-screw {
  position: absolute;
  z-index: 20;
  width: 1.28cqw;
  height: 1.28cqw;
  border: .15cqw solid #8c949d;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #a9b0b8 0 8%, #38414b 11% 38%, #0e1319 42% 100%);
  box-shadow: 0 .13cqw .2cqw rgba(0, 0, 0, .8), inset 0 0 .15cqw #000;
}

.footer-screw::after {
  content: "";
  position: absolute;
  left: 25%;
  right: 25%;
  top: 47%;
  height: .09cqw;
  background: #12161c;
  transform: rotate(52deg);
}

.footer-screw--tl {
  top: .52cqw;
  left: .85cqw;
}

.footer-screw--tr {
  top: .52cqw;
  right: .85cqw;
}

.footer-screw--bl {
  bottom: 19.9cqw;
  left: .42cqw;
}

.footer-screw--br {
  bottom: 19.9cqw;
  right: .42cqw;
}

.footer-routes {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.footer-routes path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-halo {
  stroke: rgba(238, 142, 48, .72);
  stroke-width: 22;
  filter: url(#orangeGlow);
}

.route-line {
  stroke: #ffd08c;
  stroke-width: 4;
  filter: url(#orangeGlow);
}

.route-line--two {
  stroke: #efa551;
  stroke-width: 3;
}

.route-line--three {
  stroke: #c87e37;
  stroke-width: 3;
}

.route-dash {
  stroke: #edb36b;
  stroke-width: 3;
  stroke-dasharray: 9 8;
}

.route-nodes circle {
  fill: #f4a64e;
  stroke: #ffcc82;
  stroke-width: 3;
  filter: url(#orangeGlow);
}

.footer-logo-plate {
  position: absolute;
  z-index: 8;
  top: 1.9cqw;
  left: 3.25cqw;
  width: 30.85cqw;
  height: 11.9cqw;
  object-fit: cover;
  border-radius: 1.7cqw;
  box-shadow: 0 .8cqw 1.25cqw rgba(0, 0, 0, .72), 0 0 1.1cqw rgba(242, 151, 60, .3);
}

.footer-contact,
.footer-map,
.footer-links {
  position: absolute;
  z-index: 7;
  border: .1cqw solid rgba(255, 255, 255, .15);
  background: linear-gradient(135deg, rgba(230, 240, 255, 0.06), rgba(15, 20, 25, 0.25));
  box-shadow:
    0 1cqw 1.5cqw rgba(0, 0, 0, .4),
    inset .1cqw .1cqw .3cqw rgba(255, 255, 255, .1),
    inset -.1cqw -.1cqw .3cqw rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.footer-contact {
  top: 18.65cqw;
  left: 4.18cqw;
  width: 25.95cqw;
  height: 23.25cqw;
  padding: 2.15cqw 1.05cqw 1.15cqw;
  border-radius: 1.65cqw;
}

.footer-contact__row {
  min-height: 3.85cqw;
  display: flex;
  align-items: center;
  gap: 1.05cqw;
  margin-bottom: .55cqw;
  padding: 0 .9cqw;
  color: #e9ecf0;
  border: .12cqw solid #6f7781;
  border-radius: .9cqw;
  background: linear-gradient(90deg, #1b2027, #3a3e45);
  box-shadow: inset 0 .14cqw .22cqw rgba(255, 255, 255, .08), 0 .15cqw .25cqw rgba(0, 0, 0, .4);
  font-size: 1.68cqw;
  line-height: 1;
  text-decoration: none;
}

.footer-contact__row b {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  white-space: nowrap;
}

.footer-contact__row em {
  margin-left: auto;
  color: #f4b164;
  font-size: 1.55cqw;
  font-style: normal;
}

.footer-contact__row mark {
  color: #f0b36e;
  background: transparent;
}

.footer-icon {
  color: #f5a74c;
  font-size: 2cqw;
  text-shadow: 0 0 .55cqw rgba(248, 155, 59, .7);
}

.footer-contact__address {
  display: flex;
  align-items: flex-start;
  gap: 1.2cqw;
  margin: 1.1cqw .8cqw 0;
  font-size: 1.65cqw;
  line-height: 1.15;
}

.footer-contact__hours.footer-contact__row {
  align-items: center;
  margin: .55cqw 0 0;
  line-height: 1.25;
}

.footer-contact__hours.footer-contact__row b {
  white-space: normal;
}

.footer-contact__address b {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}

.footer-contact__address i {
  margin-left: auto;
  color: #bd9467;
  font-size: 1.7cqw;
  font-style: normal;
  text-shadow: 0 0 .4cqw #e29a49;
}

.footer-map {
  top: 18.45cqw;
  left: 35.2cqw;
  width: 23cqw;
  height: 34.45cqw;
  border-radius: 1.7cqw;
  background: rgba(75, 96, 108, .65);
}

.footer-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, .1), transparent 36%);
  pointer-events: none;
  border-radius: inherit;
}

.footer-map h2 {
  position: absolute;
  z-index: 2;
  top: 3.55cqw;
  left: 4.1cqw;
  margin: 0;
  color: #d8dde2;
  font-family: inherit;
  font-size: 2.05cqw;
  font-weight: 700;
  text-shadow: 0 .18cqw .2cqw #20242b;
}

.footer-map img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 27.7cqw;
  object-fit: cover;
  object-position: center top;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.footer-call-badge {
  position: absolute;
  z-index: 10;
  top: -3.3cqw;
  left: 9cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6cqw;
  height: 4.6cqw;
  border: .1cqw solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  color: #f7a249;
  background: linear-gradient(135deg, rgba(132, 146, 159, .6), rgba(53, 64, 76, .9) 70%);
  box-shadow:
    0 .6cqw 1.2cqw rgba(0, 0, 0, .4),
    inset .1cqw .1cqw .3cqw rgba(255, 255, 255, .3),
    inset -.15cqw -.15cqw .4cqw rgba(0, 0, 0, .5),
    0 0 0 1.1cqw rgba(72, 86, 101, .2);
  font-size: 2.2cqw;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-shadow: 0 0 .6cqw rgba(247, 162, 73, .7);
}

/* Contact page business hours card */
.contact-detail-card--hours strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
}

.footer-links {
  top: 18.45cqw;
  padding: 3.3cqw 1.6cqw 1.5cqw;
  border-radius: 1.75cqw;
}

.footer-services {
  left: 60.95cqw;
  width: 17.7cqw;
  height: 24.65cqw;
}

.footer-resources {
  left: 80.3cqw;
  width: 15.45cqw;
  height: 28.35cqw;
}

.footer-links h2 {
  margin: 0 0 2.55cqw;
  color: #d7dce1;
  font-family: inherit;
  font-size: 2cqw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 .18cqw .2cqw #20242a;
}

.footer-links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.55cqw;
  padding: 0 .25cqw;
  color: #eef0f2;
  font-size: 1.7cqw;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.footer-links a::before {
  content: "";
  position: absolute;
  left: -2.3cqw;
  width: .9cqw;
  height: .9cqw;
  border-radius: 50%;
  background: #f7a956;
  box-shadow: 0 0 .5cqw #f7a956;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: -3.8cqw;
  width: 1.5cqw;
  height: .1cqw;
  background: linear-gradient(90deg, transparent, rgba(247, 169, 86, .8));
  z-index: -1;
}

.footer-links a:hover {
  margin-left: -1.25cqw;
  margin-right: -1.4cqw;
  padding: 0 1.25cqw;
  border: .1cqw solid rgba(255, 255, 255, .1);
  border-radius: .8cqw;
  background: linear-gradient(145deg, rgba(200, 210, 230, .1), rgba(20, 25, 30, .4));
  box-shadow:
    0 .4cqw .6cqw rgba(0, 0, 0, .4),
    inset .1cqw .1cqw .2cqw rgba(255, 255, 255, .1),
    inset -.15cqw -.15cqw .2cqw rgba(0, 0, 0, .2);
}

.footer-links a:hover::before {
  left: -1.05cqw;
  background: #fedb88;
  box-shadow: 0 0 .8cqw #f7a956;
}

.footer-links a:hover::after {
  content: none;
}

.active-truck-icon {
  margin-left: auto;
  width: 4.8cqw;
  height: 2.3cqw;
  display: flex;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.footer-links a:hover .active-truck-icon {
  opacity: 1;
  transform: translateX(0);
}

.active-truck-icon svg {
  width: 100%;
  height: 100%;
}

.active-tooltip {
  position: absolute;
  z-index: 10;
  bottom: 118%;
  right: 0;
  padding: 0.8cqw 1cqw;
  border-radius: .5cqw;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  background: rgba(43, 49, 58, 0.95);
  box-shadow: 0 1cqw 1.5cqw rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  color: #c5cbd1;
  font-size: .65cqw;
  line-height: 1.4;
  letter-spacing: .02em;
  font-family: inherit;
  font-weight: 500;
  text-align: left;
  white-space: normal;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.footer-links a:hover .active-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.active-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 2.2cqw;
  border-width: .5cqw;
  border-style: solid;
  border-color: rgba(43, 49, 58, 0.95) transparent transparent transparent;
}



.footer-floating-icons {
  position: absolute;
  z-index: 6;
  top: 4.15cqw;
  left: 64cqw;
  right: 6.7cqw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #d39a5c;
}

.footer-floating-icons span {
  position: relative;
  display: grid;
  place-items: center;
  width: 5.35cqw;
  height: 4.45cqw;
  padding: .55cqw;
  border: .12cqw solid #81838a;
  border-radius: .72cqw;
  background: linear-gradient(145deg, #626269 0%, #4a4b52 54%, #34363c 100%);
  box-shadow: 0 .55cqw .8cqw rgba(0, 0, 0, .58), inset .12cqw .12cqw .2cqw rgba(255, 255, 255, .17), inset -.1cqw -.12cqw .18cqw rgba(0, 0, 0, .45);
}

.footer-floating-icons span:not(.footer-pin-icon)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -.7cqw;
  width: 1.25cqw;
  height: 1.25cqw;
  background: #3d3f46;
  border-right: .12cqw solid #81838a;
  border-bottom: .12cqw solid #81838a;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: .28cqw .28cqw .35cqw rgba(0, 0, 0, .22);
}

.footer-floating-icons svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.footer-floating-icons svg path {
  fill: none;
  stroke: #d39a5c;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 .12cqw .12cqw rgba(0, 0, 0, .4));
}

.footer-package-icon {
  width: 8.55cqw !important;
}

.footer-package-icon .pin-shape,
.footer-pin-icon svg path {
  fill: #d39a5c;
  stroke: #3c2d22;
  stroke-width: 2;
}

.footer-pin-icon {
  width: 4.15cqw !important;
  height: 4.65cqw !important;
  margin-top: -.15cqw;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.footer-route-note {
  position: absolute;
  z-index: 7;
  top: 4.75cqw;
  left: 54.9cqw;
  width: 7.25cqw;
  padding: .55cqw .7cqw;
  border: .1cqw dashed #8c7765;
  border-radius: .35cqw;
  color: #bdb6ae;
  background: linear-gradient(145deg, #493f39, #302c2b);
  box-shadow: 0 .4cqw .65cqw rgba(0, 0, 0, .5), inset .08cqw .08cqw .15cqw rgba(255, 255, 255, .08);
  font: 400 .56cqw/1.08 Arial, sans-serif;
}

.footer-route-note::after {
  content: "";
  position: absolute;
  right: .65cqw;
  bottom: -1.2cqw;
  width: 1.5cqw;
  height: 1.5cqw;
  border-right: .1cqw dashed #8c7765;
  transform: skewY(42deg);
}

.footer-social-dots {
  position: absolute;
  z-index: 8;
  top: 46.25cqw;
  left: 7.1cqw;
  display: flex;
  gap: .72cqw;
}

.footer-social-dots i {
  width: .7cqw;
  height: .7cqw;
  border-radius: 50%;
  background: #6f6a61;
  box-shadow: inset 0 .08cqw .12cqw rgba(0, 0, 0, .6);
}

.footer-social-dots i.is-active {
  background: #f0a657;
  box-shadow: 0 0 .55cqw rgba(238, 155, 70, .65);
}

.footer-social {
  position: absolute;
  z-index: 8;
  top: 48.6cqw;
  left: 6.55cqw;
  display: flex;
  gap: 1.65cqw;
}

.footer-social a {
  display: block;
  width: 4.15cqw;
  height: 4.55cqw;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.footer-social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-certifications {
  position: absolute;
  z-index: 8;
  top: 55.65cqw;
  left: 24.05cqw;
  width: 51.8cqw;
  height: 7.65cqw;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-certifications img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 25px;
}

.footer-mountain {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 50%;
  height: 11.45cqw;
  object-fit: fill;
  pointer-events: none;
}

.footer-mountain--left {
  left: 0;
}

.footer-mountain--right {
  right: 0;
}

.footer-copyright {
  position: absolute;
  z-index: 9;
  left: 29.25cqw;
  bottom: 1.45cqw;
  min-width: 41.6cqw;
  margin: 0;
  padding: .62cqw 1.65cqw;
  border: .17cqw solid #535a64;
  border-radius: 1.15cqw;
  color: #e7e9ec;
  background: rgba(27, 31, 38, .92);
  box-shadow: 0 .38cqw .6cqw rgba(0, 0, 0, .55), inset .1cqw .1cqw .2cqw rgba(255, 255, 255, .08);
  font-size: 1.45cqw;
  text-align: center;
}

.footer-copyright a {
  color: inherit;
  text-decoration: none;
}

.fleet-dashboard {
  width: min(1182px, calc(100% - 50px));
  margin: 0 auto;
  padding: 26px 0 14px;
}

h1,
h2,
h3,
strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  letter-spacing: .15px;
}

h1 {
  margin: 0 0 31px;
  text-align: center;
  font-size: clamp(38px, 3.55vw, 49px);
  line-height: 1;
  transform: scaleX(.92);
  text-shadow: 0 2px 1px rgba(255, 255, 255, .35);
}

h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.05;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 322px 484px 322px;
  gap: 24px;
  align-items: stretch;
}

.side-column {
  display: grid;
  grid-template-rows: 141px repeat(3, 142px);
  gap: 17px;
}

.panel {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 20px;
  background: linear-gradient(145deg, var(--panel-top), var(--panel-bottom));
  box-shadow:
    0 12px 13px rgba(49, 63, 83, .50),
    0 4px 1px rgba(104, 113, 127, .35),
    inset 1px 1px 3px rgba(255, 255, 255, .98),
    inset -1px -2px 3px rgba(126, 136, 150, .16);
}

.stats-card {
  padding: 16px 20px;
}

.active-number {
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
  color: var(--orange);
  font: 400 48px/.85 Impact, Haettenschweiler, sans-serif;
  letter-spacing: 1px;
  text-shadow: 0 3px 5px rgba(147, 91, 18, .45), 0 0 4px rgba(255, 193, 90, .65);
}

.signal {
  display: flex;
  gap: 5px;
  height: 35px;
  align-items: flex-end;
  margin: 0 7px 0 2px;
}

.signal i {
  display: block;
  width: 7px;
  border-radius: 2px 2px 0 0;
  background: var(--orange);
  box-shadow: 0 2px 4px rgba(155, 89, 5, .4);
}

.signal i:nth-child(1) {
  height: 16px;
}

.signal i:nth-child(2) {
  height: 30px;
}

.signal i:nth-child(3) {
  height: 21px;
}

.signal i:nth-child(4) {
  height: 35px;
}

.truck-card {
  padding: 15px 16px 26px;
  display: flex;
  align-items: flex-start;
}

.truck-card img {
  width: 124px;
  height: 83px;
  object-fit: contain;
  margin: 0 10px 0 1px;
  filter: drop-shadow(2px 8px 6px rgba(38, 46, 56, .38));
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.truck-copy {
  min-width: 0;
  flex: 1;
  padding-top: 1px;
}

.truck-copy h3 {
  margin: 0;
  font-size: 25px;
  line-height: .95;
  white-space: nowrap;
}

.truck-copy strong {
  display: block;
  font-size: 19px;
  line-height: 1.15;
  white-space: nowrap;
}

.truck-copy dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.1;
}

.truck-copy dt,
.truck-copy dd {
  margin: 0 0 2px;
}

.truck-copy dd:last-child {
  color: #cf8d49;
  font-weight: 800;
}

.progress {
  position: absolute;
  height: 10px;
  left: 20px;
  right: 18px;
  bottom: 17px;
  border-radius: 99px;
  background: linear-gradient(#aeb5bf, #919aa7);
  box-shadow: inset 0 1px 2px rgba(34, 44, 57, .32), 0 1px 1px rgba(255, 255, 255, .85);
}

.progress span {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f09a27, #f5ab3c);
  box-shadow: 0 3px 6px rgba(147, 89, 13, .38), inset 0 1px 1px rgba(255, 223, 159, .65);
}

.map-card {
  min-height: 621px;
  padding: 16px 9px 10px;
}

.map-card>h2 {
  margin: 0 10px 12px;
}

.map-visual {
  height: 408px;
  border-radius: 15px;
  overflow: hidden;
  background: #27313e;
}

.map-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.status-table {
  margin: 10px 0 0;
  overflow: hidden;
  border: 1px solid #9da3ad;
  border-radius: 14px;
  background: rgba(231, 233, 237, .93);
  box-shadow: inset 0 1px 2px #fff;
}

.table-row {
  display: grid;
  grid-template-columns: 1.32fr .9fr 1.05fr .82fr;
  min-height: 37px;
  align-items: center;
  border-top: 1px solid #9299a5;
  font-size: 17px;
}

.table-row:first-child {
  border-top: 0;
}

.table-row span {
  padding: 0 8px;
  white-space: nowrap;
}

.table-head {
  min-height: 38px;
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 17px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.red {
  background: #d63720;
}

.green {
  background: #25ad45;
}

.orange {
  background: #f49c2c;
}

.right-column {
  grid-template-rows: 141px 142px 142px 142px;
}

.transit-card {
  padding: 15px 20px;
}

.transit-card h2 {
  font-size: 26px;
  line-height: 1.04;
}

.transit-card .progress {
  bottom: 28px;
}

.main-transit .progress {
  height: 20px;
  bottom: 29px;
}

.interactive b {
  position: absolute;
  right: 8px;
  top: 7px;
  font-family: Arial, sans-serif;
  font-size: 47px;
  line-height: 1;
  transform: rotate(-17deg);
  color: white;
  -webkit-text-stroke: 2px #05070a;
  text-shadow: 1px 2px 0 #000;
}

.visual-progress p {
  margin: 10px 0 0;
  font-size: 17px;
}

/* Exact proportional desktop canvases for the two supplied reference sections. */
@media (min-width: 761px) {
  .driver-careers {
    padding: 28px 24px 32px;
  }

  .careers-panel {
    position: relative;
    width: min(1296px, 100%);
    aspect-ratio: 1959 / 1185;
    padding: 0;
    container-type: inline-size;
  }

  .careers-panel .section-heading {
    position: absolute;
    z-index: 2;
    top: 10.5%;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 4.62cqw;
    letter-spacing: .08cqw;
  }

  .careers-layout {
    position: absolute;
    inset: 0;
    display: block;
  }

  .driver-profile {
    position: absolute;
    top: 22.8%;
    left: 5.55%;
    width: 20.95%;
  }

  .driver-profile img {
    width: 100%;
    max-width: none;
  }

  .careers-intro {
    position: absolute;
    top: 23.8%;
    left: 29.65%;
    width: 22.6%;
    margin: 0;
    font-size: 1.5cqw;
    line-height: 1.52;
  }

  .careers-form {
    position: absolute;
    top: 22.8%;
    left: 55.7%;
    width: 38.85%;
    height: 67.7%;
    display: flex;
    gap: 1.42cqw;
    padding: 2.72cqw 2.45cqw 2.55cqw;
    border-width: .3cqw;
    border-radius: 2.3cqw;
  }

  .careers-form .careers-cf7-form {
    gap: 1.42cqw;
  }

  .careers-form h3 {
    margin: 0 0 .65cqw;
    font-size: 3.02cqw;
  }

  .careers-form input,
  .careers-form textarea {
    border-width: .1cqw;
    border-radius: 1.78cqw;
    font-size: 1.88cqw;
  }

  .careers-form input {
    height: 3.92cqw;
    padding: 0 1.62cqw;
  }

  .careers-form textarea {
    height: 8.12cqw;
    padding: 1.15cqw 1.62cqw;
  }

  .careers-form button,
  .careers-form input[type="submit"] {
    height: 4.43cqw;
    margin-top: .2cqw;
    border-radius: 2.25cqw;
    font-size: 2.15cqw;
  }

  .career-list {
    position: absolute;
    top: 61.25%;
  }

  .career-duties {
    left: 5.55%;
    width: 23.7%;
  }

  .career-benefits {
    left: 29.65%;
    width: 25.7%;
  }

  .career-list h3 {
    margin: 0 0 1.35cqw;
    font-size: 2.52cqw;
  }

  .career-list li {
    min-height: 2.02cqw;
    margin: 0 0 .5cqw;
    padding-left: 2.82cqw;
    font-size: 1.32cqw;
    line-height: 1.08;
  }

  .career-list li::before {
    top: -.1cqw;
    width: 1.9cqw;
    height: 1.9cqw;
    font-size: 1.58cqw;
  }

  .career-duties li::before {
    border-width: .15cqw;
  }

  .career-benefits li::before {
    font-size: 1.9cqw;
  }

  .success-motion {
    width: min(1250px, calc(100% - 50px));
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    padding: 3.05cqw 2.83cqw 2.95cqw;
    container-type: inline-size;
  }

  .success-motion .section-heading {
    margin: 0 0 2.55cqw;
    font-size: 3.18cqw;
  }

  .studies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 40.7cqw 43.9cqw;
    gap: 2.3cqw 2.35cqw;
  }

  .study-card {
    border-radius: 1.45cqw;
  }

  .study-card__header {
    min-height: 6.95cqw;
    height: 6.95cqw;
    padding: 0 2.35cqw;
  }

  .study-card__header h3 {
    font-size: 2.05cqw;
  }

  .study-icon,
  .folder-mark,
  .clock-mark {
    font-size: 4.35cqw;
  }

  .clock-mark {
    font-size: 5.6cqw;
  }

  .study-card__body {
    min-height: 0;
    height: calc(100% - 6.95cqw);
    padding: 1.75cqw 1.75cqw 1.35cqw;
  }

  .chart-y-labels {
    top: 1.45cqw;
    bottom: 3.9cqw;
    left: 1.35cqw;
    font-size: 1.27cqw;
  }

  .saving-bubble,
  .gain-bubble,
  .time-bubble {
    padding: .75cqw 1.45cqw;
    border-width: .18cqw;
    border-radius: 1.45cqw;
  }

  .saving-bubble {
    top: 1.65cqw;
    right: 6.5cqw;
  }

  .saving-bubble strong,
  .gain-bubble strong,
  .time-bubble strong {
    font-size: 2.35cqw;
  }

  .saving-bubble span,
  .gain-bubble span,
  .time-bubble span {
    font-size: 1.47cqw;
  }

  .bar-chart {
    left: 4.9cqw;
    right: 1.55cqw;
    top: 3.4cqw;
    bottom: 3.72cqw;
  }

  .stack-bar span {
    bottom: -2.72cqw;
    font-size: 1.25cqw;
  }

  .case-summary strong {
    font-size: 2.43cqw;
  }

  .case-summary small {
    font-size: 1.95cqw;
  }

  .case-summary span {
    font-size: 2.12cqw;
  }

  .case-summary b {
    font-size: 2.43cqw;
  }

  .gain-bubble {
    top: 1.12cqw;
    right: 4.85cqw;
  }

  .combo-chart {
    left: 2.9cqw;
    right: 1.95cqw;
    top: 10.9cqw;
    bottom: 3.8cqw;
  }

  .combo-labels,
  .delivery-labels {
    bottom: -2.42cqw;
    font-size: 1.23cqw;
  }

  .delivery-study {
    padding-top: 1.95cqw;
  }

  .time-bubble {
    top: 2.25cqw;
    left: 41%;
  }

  .delivery-chart {
    left: 5.05cqw;
    right: 1.75cqw;
    top: 5.05cqw;
    bottom: 3.85cqw;
  }

  .ops-study {
    gap: .78cqw;
  }

  .gauge-block b {
    font-size: 1.72cqw;
  }

  .gauge-block>span {
    font-size: 1.62cqw;
  }

  .gauge {
    width: 17.1cqw;
    height: 9.18cqw;
    padding-bottom: 1.15cqw;
    border-radius: 18cqw 18cqw 0 0;
  }

  .gauge::after {
    left: 1.15cqw;
    right: 1.15cqw;
    height: 6.95cqw;
  }

  .gauge strong {
    font-size: 2.92cqw;
  }

  .gauge-needle {
    bottom: .68cqw;
    width: 6.62cqw;
    height: .58cqw;
  }

  .gauge-needle::before {
    left: -.87cqw;
    top: -.58cqw;
    width: 1.75cqw;
    height: 1.75cqw;
  }

  .ops-network {
    min-height: 0;
  }

  .network-node {
    width: 4.58cqw;
    height: 4.58cqw;
    border-radius: .85cqw;
    font-size: 1.5cqw;
  }

  .node-main {
    top: 1.75cqw;
  }

  .node-left,
  .node-right {
    top: 12.7cqw;
  }

  .node-bottom {
    bottom: .95cqw;
  }

  .ops-network::before {
    top: 4.1cqw;
    bottom: 3.3cqw;
    border-width: .28cqw;
  }

  .network-copy {
    inset: 9.9cqw 23% auto;
    gap: .72cqw;
    padding: .75cqw;
    font-size: 1.24cqw;
  }
}

@media (max-width: 1120px) {
  .site-header {
    min-height: 190px;
  }

  .header-inner {
    min-height: 188px;
  }

  .main-nav {
    left: 0;
    right: 0;
    width: auto;
    justify-content: space-between;
  }

  .main-nav a {
    padding-inline: 10px;
    font-size: 20px;
  }

  .key-features {
    min-height: 0;
    padding-inline: 34px;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 24px;
  }

  .feature-card {
    min-height: 400px;
  }

  .fleet-dashboard {
    width: min(790px, calc(100% - 32px));
  }

  .dashboard-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .right-column {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 142px);
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: auto;
    border-radius: 22px 22px 0 0;
    overflow: visible;
  }

  .header-inner {
    width: 100%;
    min-height: 80px;
    padding: 0 16px;
    justify-content: space-between;
  }

  .brand {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: clamp(140px, 40vw, 170px);
    height: 48px;
    margin: 0;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: linear-gradient(180deg, #f3b95d 0%, #c88432 100%);
    border: 2px solid #8f5a19;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    transform: none;
    padding: 0 10px;
    z-index: 100;
  }

  .nav-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #12100c;
    transition: 0.3s;
    border-radius: 2px;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    z-index: 99;
    min-height: 0;
    display: none;
    transform: none;
    /* crucial to prevent upward collision */
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    padding: 10px;
    border-radius: 12px;
    background: #e4e7ed;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), inset 0 2px 4px rgba(255, 255, 255, 1);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 12px 7px;
    text-align: center;
    font-size: 18px;
  }

  .main-nav .contact-link {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 12px 7px;
    border-radius: 18px;
  }

  .connecting-hero {
    min-height: 521px;
  }

  .connecting-hero__art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 36% center;
  }

  .connecting-hero::after {
    inset: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(3, 8, 12, .72), rgba(3, 8, 12, .16) 66%, rgba(3, 8, 12, .32));
  }

  .hero-copy {
    top: 7%;
    left: 6%;
    width: 88%;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 35px;
  }

  .hero-copy p {
    font-size: 19px;
    line-height: 1.15;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    margin-top: 20px;
  }

  .hero-button {
    min-height: 49px;
    font-size: 17px;
  }

  .hero-button--primary,
  .hero-button--secondary {
    min-width: 220px;
  }

  .hero-chip,
  .hero-stream,
  .road-reading {
    display: none !important;
  }

  .key-features {
    padding: 45px 18px 50px;
  }

  .features-heading {
    width: 100%;
    gap: 18px;
  }

  .features-heading h2 {
    font-size: 36px;
  }

  .features-grid {
    width: min(390px, 100%);
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 46px;
  }

  .feature-card {
    min-height: 400px;
    padding-inline: 27px;
  }

  .feature-card h3 {
    font-size: 32px;
  }

  .feature-metrics p {
    font-size: 19px;
  }

  .driver-careers {
    padding: 18px 12px;
  }

  .careers-panel {
    padding: 48px 22px 42px;
    border-radius: 22px;
  }

  .careers-panel .section-heading {
    margin-bottom: 42px;
    font-size: 49px;
  }

  .careers-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .driver-profile img {
    width: min(100%, 350px);
  }

  .careers-intro {
    font-size: 21px;
  }

  .careers-form {
    grid-column: auto;
    padding: 32px 20px;
    border-width: 4px;
    border-radius: 28px;
    gap: 18px;
  }

  .careers-form h3 {
    font-size: 34px;
    white-space: normal;
  }

  .careers-form input {
    height: 62px;
  }

  .careers-form textarea {
    height: 135px;
  }

  .careers-form button,
  .careers-form input[type="submit"] {
    height: 66px;
  }

  .career-list h3 {
    font-size: 37px;
  }

  .career-list li {
    font-size: 19px;
  }

  .success-motion {
    padding: 28px 12px;
  }

  .success-motion .section-heading {
    font-size: 37px;
    line-height: 1.1;
  }

  .studies-grid {
    grid-template-columns: 1fr;
  }

  .study-card__header {
    padding-inline: 16px;
  }

  .study-card__header h3 {
    font-size: 24px;
  }

  .study-card__body {
    min-height: 360px;
  }

  .ops-study {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 740px;
  }

  .uptime-gauge {
    grid-row: 1;
  }

  .latency-gauge {
    grid-row: 2;
  }

  .ops-network {
    grid-column: 1;
    grid-row: 3;
  }

  .saving-bubble {
    right: 20px;
  }

  .gain-bubble {
    right: 16px;
  }

  .testimonial-dashboard {
    width: calc(100% - 24px);
    margin: 18px auto 28px;
    overflow: visible;
  }

  .testimonial-dashboard__canvas {
    aspect-ratio: auto;
    padding: 46px 14px 4px;
  }

  .testimonial-dashboard h2 {
    position: static;
    font-size: 38px;
    line-height: 1;
    letter-spacing: .3px;
  }

  .testimonial-slider-wrap {
    position: relative;
    height: auto;
    margin: -4px 0 0;
    padding: 0 14px;
  }

  .testimonial-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-width: 2px;
  }

  .testimonial-arrow--prev {
    left: -19px;
  }

  .testimonial-arrow--next {
    right: -19px;
  }

  .testimonial-viewport {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .testimonial-track {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    gap: 20px;
    align-items: stretch;
  }

  .testimonial-card {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    min-height: 315px;
    padding: 50px 20px 24px;
    border-width: 2px;
    border-radius: 22px;
  }

  .testimonial-card--peek {
    display: none;
  }

  .testimonial-quote {
    top: 5px;
    left: 23px;
    font-size: 86px;
  }

  .testimonial-card p {
    font-size: 20px;
    line-height: 1.34;
  }

  .testimonial-card footer {
    flex-wrap: wrap;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 15px;
  }

  .testimonial-card footer strong,
  .testimonial-card footer b {
    font-size: 16px;
  }

  .testimonial-card footer small {
    margin-top: 5px;
    font-size: 13px;
  }

  .testimonial-dots {
    position: relative;
    top: auto;
    left: auto;
    justify-content: center;
    margin: 15px auto 40px;
    transform: none;
    gap: 9px;
  }

  .testimonial-dots>i {
    width: 12px;
    height: 12px;
  }

  .testimonial-dots>i.is-active {
    width: 15px;
    height: 15px;
  }

  .testimonial-dots span {
    top: 24px;
    left: 50%;
    gap: 12px;
    transform: translateX(-50%);
  }

  .testimonial-dots span b {
    width: 6px;
    height: 6px;
  }

  .testimonial-dashboard .section-heading.dashboard-preview-wrap {
    position: static;
    margin-bottom: 38px;
  }

  .dashboard-preview-grid {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dashboard-preview-card {
    height: 205px;
    padding: 16px 16px 42px;
    border-width: 2px;
    border-radius: 18px;
  }

  .dashboard-preview-images {
    height: 126px;
    gap: 12px;
  }

  .dashboard-preview-images img {
    border-radius: 10px;
  }

  .dashboard-preview-progress {
    left: 16px;
    right: 16px;
    bottom: 19px;
    height: 10px;
  }

  .site-footer {
    width: calc(100% - 3px);
    margin-bottom: 18px;
    margin-top: 9px;
  }

  .site-footer__canvas {
    aspect-ratio: auto;
    padding: 24px 16px 22px;
    border-width: 5px;
    border-radius: 28px;
    background-size: 80px 80px, 80px 80px, auto, auto;
  }

  .site-footer__canvas::before,
  .site-footer__canvas::after,
  .footer-routes,
  .footer-floating-icons,
  .footer-route-note,
  .footer-social-dots {
    display: none;
  }

  .footer-screw {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .footer-screw--tl {
    top: 7px;
    left: 7px;
  }

  .footer-screw--tr {
    top: 7px;
    right: 7px;
  }

  .footer-screw--bl {
    bottom: 7px;
    left: 7px;
  }

  .footer-screw--br {
    bottom: 7px;
    right: 7px;
  }

  .footer-logo-plate {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    height: auto;
    margin: 4px auto 24px;
    border-radius: 18px;
  }

  .footer-contact,
  .footer-map,
  .footer-links {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    border-width: 2px;
    border-radius: 20px;
  }

  .footer-contact {
    padding: 20px 14px 18px;
  }

  .footer-contact__row {
    min-height: 56px;
    gap: 12px;
    margin-bottom: 9px;
    padding: 0 12px;
    border-width: 1px;
    border-radius: 13px;
    font-size: 20px;
  }

  .footer-contact__row em {
    font-size: 18px;
  }

  .footer-icon {
    font-size: 26px;
  }

  .footer-contact__address {
    gap: 13px;
    margin: 16px 10px 4px;
    font-size: 20px;
  }

  .footer-map {
    height: 520px;
  }

  .footer-map h2 {
    top: 35px;
    left: 68px;
    font-size: 29px;
  }

  .footer-map img {
    height: 440px;
  }

  .footer-call-badge {
    top: -38px;
    left: calc(50% - 38px);
    width: 76px;
    height: 76px;
    border-width: 2px;
    font-size: 36px;
    box-shadow:
      0 10px 20px rgba(0, 0, 0, .4),
      inset 2px 2px 5px rgba(255, 255, 255, .3),
      inset -3px -3px 6px rgba(0, 0, 0, .5),
      0 0 0 16px rgba(72, 86, 101, .2);
  }



  .footer-links {
    padding: 32px 26px 24px;
  }

  .footer-links h2 {
    margin-bottom: 23px;
    font-size: 28px;
  }

  .footer-links a {
    min-height: 54px;
    padding-inline: 10px;
    font-size: 22px;
  }

  .footer-links a::before {
    left: -18px;
    width: 9px;
    height: 9px;
  }

  .footer-links a:hover {
    margin-left: -8px;
    padding: 0 18px;
    border-radius: 14px;
  }

  .footer-links a:hover::before {
    left: -10px;
  }



  .footer-social {
    position: relative;
    top: auto;
    left: auto;
    justify-content: center;
    gap: 14px;
    margin: 8px 0 24px;
  }

  .footer-social a {
    width: 56px;
    height: 50px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .footer-certifications {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .footer-certifications img {
    width: 100%;
    height: auto;
  }

  .footer-mountain {
    display: none;
  }

  .footer-copyright {
    position: relative;
    left: auto;
    bottom: auto;
    min-width: 0;
    margin: 0;
    padding: 12px 14px;
    border-width: 2px;
    border-radius: 14px;
    font-size: 16px;
  }

  .fleet-dashboard {
    width: min(430px, calc(100% - 24px));
    padding-top: 22px;
  }

  h1 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .dashboard-grid {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .side-column,
  .right-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 141px repeat(3, 142px);
    gap: 17px;
  }

  .map-card {
    order: -1;
    min-height: auto;
  }

  .map-visual {
    height: auto;
    aspect-ratio: 1.11;
  }

  .table-row {
    font-size: 12px;
  }

  .table-row span {
    padding: 0 4px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .progress span {
    animation: load 1s ease-out both;
    transform-origin: left;
  }

  @keyframes load {
    from {
      transform: scaleX(0);
    }

    to {
      transform: scaleX(1);
    }
  }
}

/* About, Services and Contact page templates */
.inner-page {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 42px clamp(20px, 5vw, 80px) 76px;
  background:
    radial-gradient(circle at 50% 7%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(118deg, #b7bec8 0%, #eef0f3 47%, #b8c0ca 100%);
}

.inner-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: repeating-linear-gradient(100deg, rgba(255, 255, 255, .36) 0 1px, transparent 1px 4px);
}

.inner-page>* {
  position: relative;
  z-index: 1;
}

.inner-hero {
  width: min(1510px, 100%);
  min-height: 535px;
  display: grid;
  grid-template-columns: .95fr 1.25fr;
  align-items: stretch;
  margin: 0 auto 72px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, .78);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(245, 247, 250, .96), rgba(196, 203, 213, .92));
  box-shadow: 0 22px 38px rgba(43, 53, 68, .36), inset 0 2px 4px #fff, inset 0 -3px 5px rgba(69, 82, 100, .25);
}

.inner-hero__copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 95px);
}

.inner-eyebrow {
  display: inline-block;
  width: fit-content;
  margin-bottom: 18px;
  padding: 10px 18px;
  border: 1px solid #b97824;
  border-radius: 22px;
  color: #8a510b;
  background: linear-gradient(180deg, #ffd18a, #e9a34d);
  box-shadow: 0 0 18px rgba(244, 157, 47, .45), inset 0 1px 1px rgba(255, 255, 255, .8);
  font-family: "Loadmax Nav", "Arial Narrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.inner-hero h1,
.contact-hero h1 {
  margin: 0;
  color: #080b10;
  font-family: "Loadmax Nav", "Arial Narrow", sans-serif;
  font-size: clamp(48px, 5vw, 82px);
  line-height: .92;
  letter-spacing: -.7px;
  text-shadow: 0 2px 1px #fff;
}

.inner-hero__copy>p,
.contact-hero>p {
  max-width: 660px;
  margin: 25px 0 0;
  color: #30353d;
  font-size: clamp(19px, 1.6vw, 25px);
  line-height: 1.42;
}

.inner-hero__visual {
  position: relative;
  min-height: 535px;
  overflow: hidden;
}

.inner-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(214, 219, 226, .94) 0%, transparent 25%), linear-gradient(180deg, transparent 70%, rgba(18, 23, 29, .25));
}

.inner-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.inner-hero--dark {
  color: #f2f4f6;
  background: linear-gradient(145deg, #252c34, #10151c);
  border-color: #69737f;
}

.inner-hero--dark .inner-hero__copy {
  background: linear-gradient(100deg, #121820 76%, transparent);
}

.inner-hero--dark h1 {
  color: #f0f2f4;
  text-shadow: 0 3px 2px #000;
}

.inner-hero--dark .inner-hero__copy>p {
  color: #d5dae0;
}

.inner-hero--dark .inner-hero__visual::after {
  background: linear-gradient(90deg, #121820 0%, transparent 32%), linear-gradient(180deg, transparent 58%, rgba(7, 10, 14, .76));
}

.inner-section {
  /* width: min(1510px, 100%); */
  margin: 0 auto 72px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  align-items: center;
  gap: 28px;
}

.section-heading span {
  position: relative;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(246, 171, 88, 0.3) 60%, rgba(246, 171, 88, 1));
  box-shadow: none;
}

.section-heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f6ab58;
  box-shadow: 0 0 5px rgba(246, 171, 88, 0.8);
}

.section-heading span:last-child {
  transform: scaleX(-1);
}

.section-heading h1,
.section-heading h2,
.process-section>h2 {
  margin: 0;
  text-align: center;
  font-family: "Loadmax Nav", "Arial Narrow", sans-serif;
  font-size: clamp(21px, 2.4vw, 70px) !important;
  line-height: 1;
  /* text-shadow: 0 2px 1px #fff; */
}

.section-lead {
  max-width: 970px;
  margin: 26px auto 42px;
  text-align: center;
  color: #343a43;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.5;
}

.about-card-grid,
.service-card-grid {
  display: grid;
  gap: 28px;
}

.about-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.inner-card {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(246, 247, 249, .96), rgba(200, 205, 213, .93));
  box-shadow: 0 16px 27px rgba(49, 60, 75, .31), inset 2px 2px 3px rgba(255, 255, 255, .95), inset -2px -2px 3px rgba(80, 92, 109, .2);
}

.about-value-card {
  min-height: 285px;
  padding: 42px 38px;
}

.why-choose-section .inner-card {
  padding: 42px 38px;
}

.commitment-section .inner-card {
  padding: 42px 38px;
}

.about-value-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 161, 44, .45), transparent 68%);
}

.card-index {
  display: block;
  margin-bottom: 20px;
  color: var(--orange-dark);
  font-family: "Loadmax Nav", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}

.inner-card h3 {
  margin: 0 0 16px;
  font-family: "Loadmax Nav", sans-serif;
  font-size: clamp(28px, 2.3vw, 39px);
  line-height: 1;
}

.inner-card p {
  margin: 0;
  color: #3b4149;
  font-size: 19px;
  line-height: 1.45;
}

.about-stats {
  width: min(1510px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 72px;
  padding: 28px;
  border: 4px solid #69727e;
  border-radius: 30px;
  color: #edf0f3;
  background: linear-gradient(145deg, #28313a, #10151c 64%);
  box-shadow: 0 18px 30px rgba(34, 42, 53, .43), inset 0 0 0 2px #10151c, inset 0 2px 3px rgba(255, 255, 255, .16);
}

.about-stats div {
  padding: 17px 22px;
  text-align: center;
  border-right: 1px solid #4a535d;
}

.about-stats div:last-child {
  border-right: 0;
}

.about-stats strong {
  display: block;
  color: #f3ae52;
  font-family: "Loadmax Nav", sans-serif;
  font-size: clamp(34px, 3.2vw, 55px);
  text-shadow: 0 0 17px rgba(245, 157, 43, .45);
}

.about-stats span {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.service-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 40px rgba(49, 60, 75, .38), inset 2px 2px 3px rgba(255, 255, 255, .95), inset -2px -2px 3px rgba(80, 92, 109, .2);
}

.service-card__image {
  height: 235px;
  overflow: hidden;
  background: #182029;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-card:hover .service-card__image img {
  transform: scale(1.08);
}

.service-card__copy {
  flex-grow: 1;
  padding: 30px 32px 20px;
}

.service-card__copy .card-index {
  margin-bottom: 11px;
}

.service-card__copy p {
  /* min-height: 82px; */
}

.service-card__action {
  padding: 0 32px 34px;
  text-align: center;
}

.service-card__action .inner-button {
  width: 100%;
  font-size: 17px;
  padding: 16px 20px;
}

.process-section {
  width: min(1510px, 100%);
  margin: 0 auto 72px;
  padding: 58px 48px;
  border: 4px solid #6c7681;
  border-radius: 32px;
  color: #eef1f4;
  background: linear-gradient(145deg, #2d3741, #10151c);
  box-shadow: 0 18px 30px rgba(34, 42, 53, .43), inset 0 2px 3px rgba(255, 255, 255, .14);
}

.process-section>h2 {
  color: #eef1f4;
  text-shadow: 0 3px 2px #000;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 43px;
}

.process-grid article {
  position: relative;
  min-height: 225px;
  padding: 31px 27px;
  border: 1px solid #6d7782;
  border-radius: 22px;
  background: linear-gradient(145deg, #343e49, #20262e);
  box-shadow: 0 12px 17px rgba(0, 0, 0, .36), inset 1px 1px 2px rgba(255, 255, 255, .13);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 25px rgba(0, 0, 0, .42), inset 1px 1px 2px rgba(255, 255, 255, .13);
}

.process-grid article::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  width: 31px;
  height: 3px;
  background: #f3a64a;
  box-shadow: 0 0 10px #f3a64a;
}

.process-grid article:last-child::after {
  display: none;
}

.process-grid span {
  color: #f1a449;
  font-family: "Loadmax Nav", sans-serif;
  font-size: 31px;
}

.process-grid h3 {
  margin: 20px 0 12px;
  font-family: "Loadmax Nav", sans-serif;
  font-size: 28px;
}

.process-grid p {
  margin: 0;
  color: #cbd1d7;
  font-size: 17px;
  line-height: 1.4;
}

.inner-cta {
  width: min(1510px, 100%);
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin: 0 auto;
  padding: 40px clamp(30px, 5vw, 78px);
  border: 3px solid rgba(255, 255, 255, .8);
  border-radius: 31px;
  background: linear-gradient(145deg, #eef1f4, #c6ccd4);
  box-shadow: 0 18px 30px rgba(48, 59, 74, .34), inset 0 2px 3px #fff;
}

.inner-cta {
  gap: 20px;
}

.inner-cta__actions {
  flex-shrink: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.inner-cta h2 {
  margin: 0 0 9px;
  font-family: "Loadmax Nav", sans-serif;
  font-size: clamp(18px, 3vw, 49px);
  line-height: 1;
}

.inner-cta p {
  margin: 0;
  color: #414750;
  font-size: 16px;
}

.inner-button {
  flex: 0 0 auto;
  min-width: 220px;
  padding: 19px 28px;
  text-align: center;
  border: 2px solid #8e5815;
  border-radius: 29px;
  color: #17120b;
  background: linear-gradient(180deg, #ffc86f, #dd9338);
  box-shadow: 0 0 0 2px #ffdda2, 0 0 20px rgba(242, 157, 46, .62), 0 8px 13px rgba(83, 58, 28, .35), inset 0 2px 3px rgba(255, 244, 210, .9);
  font-family: "Loadmax Nav", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.service-area-map {
  display: block;
  /* width: min(970px, 100%); */
  /* Let layout-specific rules control width */
  height: auto;
  margin: 42px auto 0;
  border: 3px solid #fff;
  border-radius: 24px;
  box-shadow: 0 12px 24px rgba(49, 63, 83, .3);
}

/* New styles for the service area layout */
.service-area-section.service-area-layout {
  display: flex;
  flex-wrap: wrap;
  /* Allows stacking on smaller screens */
  justify-content: center;
  /* Center the items when they wrap */
  align-items: center;
  /* Vertically align items */
  gap: 40px;
  /* Space between image and content */
}

.service-area-visual {
  flex: 1 1 45%;
  /* Allow it to grow/shrink, base width 45% */
  max-width: 45%;
  /* Max width for larger screens */
  text-align: center;
  /* Center the image within its container */
}

.service-area-section.service-area-layout .service-area-map {
  margin: 0 auto;
  /* Override the default margin for this specific layout */
  width: auto;
  max-width: 100%;
  max-height: 430px;
}

.service-area-content {
  flex: 1 1 45%;
  /* Allow it to grow/shrink, base width 45% */
  max-width: 45%;
  /* Max width for larger screens */
}

@media (max-width: 1060px) {

  /* Tablet breakpoint */
  .service-area-section.service-area-layout {
    flex-direction: column;
    /* Stack items vertically */
    gap: 30px;
  }

  .service-area-visual,
  .service-area-content {
    flex: 1 1 100%;
    /* Take full width */
    max-width: 100%;
    padding: 0;
    /* Remove padding when stacked, as inner-page already has it */
  }

  .service-area-section.service-area-layout .service-area-map {
    margin: 0 auto 30px;
    /* Add some bottom margin when stacked */
    width: min(550px, 100%);
    /* Set a reasonable max-width for stacked view */
    max-height: none;
    /* Reset max-height for responsive scaling */
  }
}

@media (max-width: 650px) {

  /* Mobile breakpoint */
  .service-area-section.service-area-layout {
    gap: 20px;
  }

  .service-area-section.service-area-layout .service-area-map {
    margin: 0 auto 20px;
    /* Adjust bottom margin for smaller screens */
  }

  .loadmax-contact-form input {
    height: 35px;
  }

  .loadmax-contact-form textarea {
    height: auto;
  }

  .loadmax-contact-form button,
  .loadmax-contact-form input[type="submit"] {
    min-height: 35px;
    font-size: 21px;
  }
}

.contact-hero {
  width: min(1510px, 100%);
  margin: 0 auto 50px;
  padding: 72px clamp(30px, 7vw, 105px);
  border: 4px solid #69737e;
  border-radius: 36px;
  color: #edf0f3;
  background: radial-gradient(circle at 78% 38%, rgba(246, 161, 44, .25), transparent 24%), linear-gradient(135deg, #2a343e, #10151c 64%);
  box-shadow: 0 22px 38px rgba(42, 51, 64, .42), inset 0 2px 3px rgba(255, 255, 255, .13);
}

.contact-hero h1 {
  color: #f0f2f4;
  text-shadow: 0 3px 2px #000;
}

.contact-hero>p {
  color: #d5dae0;
}

.contact-layout {
  width: min(1510px, 100%);
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 34px;
  margin: 0 auto;
}

.contact-details,
.contact-form-panel {
  padding: clamp(28px, 4vw, 55px);
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(245, 247, 249, .96), rgba(199, 205, 214, .95));
  box-shadow: 0 17px 29px rgba(48, 59, 75, .32), inset 2px 2px 3px rgba(255, 255, 255, .95);
}

.contact-details h2,
.contact-form-panel h2 {
  margin: 0 0 28px;
  font-family: "Loadmax Nav", sans-serif;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
}

.contact-detail-card {
  min-height: 83px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 13px;
  padding: 14px 20px;
  border: 1px solid #858d98;
  border-radius: 17px;
  color: #161a1f;
  background: linear-gradient(145deg, #e8ebef, #c8cdd4);
  box-shadow: 0 7px 11px rgba(60, 70, 84, .23), inset 1px 1px 2px #fff;
  text-decoration: none;
}

.contact-detail-card>span {
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #965a12;
  border-radius: 13px;
  color: #663a08;
  background: linear-gradient(145deg, #ffc16b, #db8c32);
  box-shadow: 0 0 13px rgba(242, 158, 48, .45);
  font-size: 23px;
}

.contact-detail-card div {
  min-width: 0;
}

.contact-detail-card small {
  display: block;
  margin-bottom: 5px;
  color: #8b520d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.contact-detail-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 19px;
  line-height: 1.25;
}

.contact-map {
  height: 270px;
  margin-top: 22px;
  overflow: hidden;
  border: 2px solid #77818c;
  border-radius: 22px;
  background: #242c34;
  box-shadow: 0 12px 18px rgba(38, 46, 57, .34);
}

.contact-map img,
.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.contact-form-panel>p {
  margin: -13px 0 28px;
  color: #424851;
  font-size: 18px;
  line-height: 1.45;
}

.loadmax-contact-form .loadmax-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.loadmax-contact-form label,
.loadmax-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.loadmax-contact-form .loadmax-form-field,
.loadmax-contact-form .loadmax-form-field>p {
  min-width: 0;
  margin: 0;
}

.loadmax-contact-form .loadmax-form-field br {
  display: none;
}

.loadmax-contact-form input,
.loadmax-contact-form textarea {
  width: 100%;
  border: 1px solid #737c88;
  border-radius: 16px;
  color: #171a1e;
  background: linear-gradient(145deg, #dfe3e8, #f1f3f5);
  box-shadow: inset 2px 3px 5px rgba(77, 88, 102, .2), 0 1px 1px #fff;
  font: 18px inherit;
}

.loadmax-contact-form input {
  height: 55px;
  padding: 0 20px;
}

.loadmax-contact-form input[type="date"] {
  color: #4b5159;
}

.loadmax-contact-form textarea {
  height: 189px;
  padding: 19px 20px;
  resize: vertical;
}

.loadmax-contact-form input:focus,
.loadmax-contact-form textarea:focus {
  outline: 2px solid #e99b3d;
  outline-offset: 2px;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.loadmax-contact-form button,
.loadmax-contact-form input[type="submit"] {
  min-height: 55px;
  border: 2px solid #8d5715;
  border-radius: 29px;
  color: #17120b;
  background: linear-gradient(180deg, #ffc870, #dc9135);
  box-shadow: 0 0 0 2px #ffdda2, 0 0 18px rgba(242, 157, 46, .55), 0 8px 12px rgba(82, 57, 27, .34), inset 0 2px 3px rgba(255, 244, 210, .9);
  font-family: "Loadmax Nav", sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.loadmax-contact-form .wpcf7-submit {
  width: 100%;
}

.loadmax-contact-form .wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}

.loadmax-contact-form .wpcf7-not-valid-tip {
  margin: 6px 8px 0;
  color: #8b1f18;
  font-size: 14px;
  font-weight: 700;
}

.loadmax-contact-form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 13px 16px;
  border-radius: 12px;
  font-weight: 700;
}

.loadmax-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-notice {
  margin: 0 0 18px !important;
  padding: 13px 16px;
  border-radius: 12px;
  font-weight: 700;
}

.form-notice--success {
  border: 1px solid #4a7a54;
  color: #285833 !important;
  background: #d8eadc;
}

.form-notice--error {
  border: 1px solid #9c4c45;
  color: #742b25 !important;
  background: #f1d7d4;
}

@media (max-width: 1060px) {
  .inner-hero {
    grid-template-columns: 1fr;
  }

  .inner-hero__copy {
    min-height: 410px;
  }

  .inner-hero__visual {
    min-height: 420px;
  }

  .about-card-grid,
  .service-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-card-grid .about-value-card:last-child {
    grid-column: 1 / -1;
  }

  .commitment-grid>.inner-card {
    flex-basis: calc((100% - 28px) / 2);
  }

  .about-stats,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-stats div:nth-child(2) {
    border-right: 0;
  }

  .process-grid article:nth-child(2)::after {
    display: none;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .inner-page {
    padding: 4px 20px 42px;
  }

  .inner-hero,
  .contact-hero {
    border-radius: 25px;
    margin-bottom: 45px;
  }

  .inner-hero__copy {
    min-height: 390px;
    padding: 35px 25px;
  }

  .inner-hero__visual {
    min-height: 290px;
  }

  .inner-hero h1,
  .contact-hero h1 {
    font-size: 43px;
  }

  .contact-hero {
    padding: 50px 25px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .section-heading span {
    display: none;
  }

  .about-card-grid,
  .service-card-grid,
  .about-stats,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .about-card-grid .about-value-card:last-child {
    grid-column: auto;
  }

  .commitment-grid>.inner-card {
    flex-basis: 100%;
  }

  .about-stats div {
    border-right: 0;
    border-bottom: 1px solid #4a535d;
  }

  .about-stats div:last-child {
    border-bottom: 0;
  }

  .service-card {
    min-height: 0;
  }

  .process-section {
    padding: 42px 18px;
  }

  .process-grid article::after {
    display: none;
  }

  .inner-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 35px 24px;
    text-align: center;
  }

  .inner-cta__actions {
    flex-direction: column;
    width: 100%;
  }

  .inner-button {
    width: 100%;
    font-size: 15px;
  }

  .contact-details,
  .contact-form-panel {
    padding: 28px 18px;
  }

  .loadmax-contact-form .loadmax-form-grid {
    grid-template-columns: 1fr;
  }

  .form-field--wide {
    grid-column: auto;
  }
}

/* Homepage content panels and compact typography refinements. */
.company-highlights {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 2.3vw, 38px) clamp(18px, 4.5vw, 74px);
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .78), transparent 64%), linear-gradient(112deg, #cbd3dc 0%, #edf1f5 48%, #c7d0da 100%);
  box-shadow: inset 0 9px 18px rgba(255, 255, 255, .74), inset 0 -10px 19px rgba(77, 94, 114, .2), 0 10px 20px rgba(38, 50, 66, .27);
}

.company-highlights::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .27;
  background: repeating-linear-gradient(103deg, rgba(255, 255, 255, .26) 0 1px, transparent 1px 5px);
}

.company-highlights__panel {
  position: relative;
  width: min(1260px, 100%);
  min-height: 154px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .82);
  border-bottom-color: rgba(104, 121, 140, .52);
  border-radius: 28px;
  background: radial-gradient(ellipse at 50% 12%, rgba(255, 255, 255, .92), transparent 64%), linear-gradient(145deg, rgba(235, 240, 245, .96), rgba(202, 211, 221, .92));
  box-shadow: 0 17px 20px rgba(55, 70, 89, .36), 0 4px 3px rgba(74, 90, 109, .25), inset 0 3px 4px rgba(255, 255, 255, .98), inset 0 -5px 8px rgba(104, 120, 139, .2);
}

.company-highlight {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 25px 34px 22px;
  text-align: center;
}

.company-highlight+.company-highlight::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(99, 115, 134, .28), transparent);
  box-shadow: 1px 0 rgba(255, 255, 255, .75);
}

.company-highlight strong {
  color: #07527b;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(29px, 2.7vw, 43px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.02em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .85), 0 4px 7px rgba(34, 76, 105, .16);
}

.company-highlight>span {
  color: #515a69;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(11px, .85vw, 14px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.company-highlight__flags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.company-highlight__flags span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(112, 132, 151, .35);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #e8edf2);
  box-shadow: 0 9px 16px rgba(58, 75, 94, .22), inset 1px 2px 2px #fff, inset -2px -2px 3px rgba(103, 122, 142, .13);
  font: 29px/1 "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
}

.home-introduction,
.home-why-choose,
.home-service-area {
  padding: clamp(52px, 5vw, 78px) clamp(24px, 5vw, 76px);
  margin-bottom: 0;
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .9), transparent 67%), linear-gradient(112deg, #dbe0e6, #f4f6f8 48%, #d4dbe3);
  box-shadow: inset 0 10px 20px rgba(255, 255, 255, .65), inset 0 -9px 18px rgba(74, 89, 108, .15);
}

.home-copy {
  max-width: 1020px;
  margin: 25px auto 0;
  text-align: center;
}

.home-copy p {
  margin: 0;
  color: #343a43;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.6;
}

.home-copy p+p {
  margin-top: 16px;
}

.home-why-choose {
  background: radial-gradient(circle at 50% 15%, rgba(255, 255, 255, .96), transparent 67%), linear-gradient(112deg, #ccd3dc, #eef1f4 48%, #cbd3dc);
}

.home-why-choose .about-card-grid {
  margin-top: 38px;
}

.home-why-choose .about-value-card {
  min-height: 240px;
}

.home-why-choose .inner-card h3 {
  font-size: clamp(23px, 1.6vw, 29px);
  line-height: 1.15;
}

.home-why-choose .inner-card p {
  margin: 0;
  color: #3d444e;
  font-size: 16px;
  line-height: 1.52;
}

.service-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 25px;
}

.service-area-list span {
  padding: 12px 21px;
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 24px;
  color: #07527b;
  background: linear-gradient(145deg, rgba(247, 248, 250, .98), rgba(205, 212, 221, .96));
  box-shadow: 0 8px 13px rgba(56, 70, 87, .25), inset 1px 2px 2px #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}



@media (max-width: 760px) {

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 32px;
  }

  .hero-copy p {
    font-size: 16px;
    line-height: 1.4;
  }

  .feature-card h3 {
    min-height: 0;
    font-size: 27px;
    line-height: 1.16;
  }

  .feature-metrics p {
    font-size: 16px;
    line-height: 1.5;
  }

  .company-highlights {
    padding: 24px 15px 29px;
  }

  .company-highlights__panel {
    width: min(390px, 100%);
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .company-highlight {
    min-height: 145px;
    padding: 24px 18px;
  }

  .company-highlight+.company-highlight::before {
    top: 0;
    bottom: auto;
    left: 12%;
    width: 76%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 115, 134, .32), transparent);
    box-shadow: 0 1px rgba(255, 255, 255, .8);
  }

  .company-highlight strong {
    font-size: 35px;
  }
}

@media (max-width: 650px) {

  .home-introduction,
  .home-why-choose,
  .home-service-area {
    padding: 42px 18px;
  }

  .home-why-choose .about-value-card {
    min-height: 0;
    padding: 32px 26px;
  }

  .service-area-list {
    flex-direction: column;
  }
}

/* Accurate fleet dashboard content and overlap prevention. */
.fleet-dashboard .active-number {
  align-items: center;
  margin-top: 17px;
  font-size: 36px;
  letter-spacing: .01em;
}

.fleet-dashboard .truck-card {
  align-items: center;
  padding: 12px 13px;
}

.fleet-dashboard .truck-card img {
  flex: 0 0 110px;
  width: 110px;
  height: 84px;
  margin: 0 10px 0 0;
}

.fleet-dashboard .truck-copy {
  min-width: 0;
  padding-top: 0;
}

.fleet-dashboard .truck-copy h3,
.fleet-dashboard .truck-copy strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  transform: none;
}

.fleet-dashboard .truck-copy h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.08;
  letter-spacing: 0;
}

.fleet-dashboard .truck-copy strong {
  margin-top: 4px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.25;
}

.fleet-dashboard .truck-copy dl {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 6px;
  margin-top: 6px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}

.fleet-dashboard .truck-copy dt,
.fleet-dashboard .truck-copy dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.fleet-dashboard .truck-copy dd {
  color: #4d5560;
}

.fleet-dashboard .truck-copy dt,
.fleet-dashboard .truck-copy dd:last-child {
  color: #b87322;
  font-weight: 700;
}

.fleet-dashboard .map-visual img {
  object-fit: contain;
  object-position: center;
}

.fleet-dashboard .map-visual {
  background: #07121d;
}

.fleet-dashboard .table-row {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
}

.fleet-dashboard .table-head {
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
}

.fleet-dashboard .table-row span {
  min-width: 0;
  overflow: hidden;
  padding-inline: 7px;
  text-overflow: ellipsis;
}

.fleet-dashboard .transit-card h2 {
  font-size: 19px;
  line-height: 1.06;
  transform: none;
}

.fleet-dashboard .transit-card p {
  margin: 12px 0 0;
  color: #414955;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.fleet-dashboard .fleet-info-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
}

.fleet-info-card__image {
  display: block;
  width: 84px;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(2px 7px 5px rgba(38, 46, 56, .3));
  transition: transform .4s cubic-bezier(.25, .8, .25, 1);
  transform-origin: center;
}

.fleet-info-card:hover .fleet-info-card__image {
  transform: scale(1.2);
}

.fleet-info-card__copy {
  min-width: 0;
}

.fleet-dashboard .fleet-info-card h3 {
  overflow-wrap: anywhere;
}

.fleet-dashboard>.section-heading h2 {
  font-size: 34px !important;
}

.fleet-dashboard .stats-card h2,
.fleet-dashboard .map-card>h2 {
  font-size: 22px;
}

@media (max-width: 760px) {
  .fleet-dashboard .truck-card img {
    flex-basis: 96px;
    width: 96px;
    height: 70px;
  }

  .fleet-dashboard .truck-copy h3 {
    font-size: 14px;
  }

  .fleet-dashboard .fleet-info-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .fleet-info-card__image {
    width: 72px;
    height: 68px;
  }
}

/* Compact Driver Careers section while preserving its original proportions. */
@media (min-width: 761px) {
  .driver-careers {
    padding: 20px 18px 24px;
  }

  .careers-panel {
    width: min(1100px, 100%);
  }
}

@media (max-width: 760px) {
  .careers-panel {
    padding: 38px 18px 34px;
  }

  .careers-panel .section-heading {
    margin-bottom: 32px;
    font-size: 42px;
  }

  .careers-layout {
    gap: 32px;
  }

  .driver-profile img {
    width: min(100%, 300px);
  }

  .careers-intro {
    font-size: 18px;
    line-height: 1.45;
  }

  .careers-form {
    gap: 9px;
    padding: 0px 7px;
  }

  .careers-form .careers-cf7-form {
    gap: 9px;
  }

  .careers-form h3 {
    font-size: 21px;
    margin-top: 20px;
  }

  .careers-form input,
  .careers-form textarea {
    font-size: 18px;
  }

  .careers-form input {
    height: 30px;
    padding-inline: 20px;
  }

  .careers-form textarea {
    height: 115px;
    padding: 18px 22px;
  }

  .careers-form button,
  .careers-form input[type="submit"] {
    height: 33px;
    font-size: 17px;
    margin-bottom: 20px;
  }

  .career-list h3 {
    margin-bottom: 21px;
    font-size: 31px;
  }

  .career-list li {
    min-height: 34px;
    padding-left: 47px;
    font-size: 16px;
  }

  .career-list li::before {
    width: 32px;
    height: 32px;
    font-size: 25px;
  }

  .career-benefits li::before {
    font-size: 31px;
  }
}

/* Balanced, readable testimonial typography. */
.testimonial-card p {
  font-size: clamp(13px, .9cqw, 17px);
  line-height: 1.42;
}

.testimonial-card footer strong,
.testimonial-card footer b {
  font-size: clamp(16px, 1.2cqw, 23px);
}

.testimonial-card footer small {
  font-size: clamp(13px, .88cqw, 17px);
}

@media (max-width: 760px) {
  .testimonial-card p {
    font-size: 16px;
    line-height: 1.42;
  }

  .testimonial-card footer strong,
  .testimonial-card footer b {
    font-size: 14px;
  }

  .testimonial-card footer small {
    font-size: 12px;
  }
}

/* Four testimonial cards on desktop; the existing mobile slider shows one. */
@media (min-width: 761px) {
  .testimonial-track {
    gap: 1.5cqw;
  }

  .testimonial-card {
    flex-basis: 21cqw;
    padding: 4.25cqw 1.45cqw 1.3cqw;
  }
}

/* Keep the review text and reviewer details as one balanced visual group. */
.testimonial-card {
  justify-content: center;
}

.testimonial-card p {
  flex: 0 0 auto;
}

.testimonial-card__label {
  display: flex;
  align-items: center;
  gap: .5cqw;
  margin: .85cqw 0 .75cqw;
  color: #b87322;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(10px, .62cqw, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}

.testimonial-card__label::before {
  content: "";
  width: 1.35cqw;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ee9f3d;
}

.testimonial-card footer {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .testimonial-card__label {
    gap: 8px;
    margin: 16px 0 14px;
    font-size: 11px;
  }

  .testimonial-card__label::before {
    width: 24px;
  }
}

/* Compact, content-led dashboard preview with crisp single-image cards. */
@media (min-width: 761px) {
  .testimonial-dashboard__canvas {
    aspect-ratio: 2048 / 1260;
  }

  .testimonial-dashboard .section-heading.dashboard-preview-wrap {
    top: 37.5cqw;
  }

  .dashboard-preview-grid {
    top: 42.8cqw;
  }

  .dashboard-preview-card {
    height: 15cqw;
    padding: 1.05cqw;
  }
}

.dashboard-preview-image {
  height: 11.15cqw;
  overflow: hidden;
  border-radius: .72cqw;
  background: #111a24;
  box-shadow: inset 0 .1cqw .16cqw rgba(255, 255, 255, .2);
}

.dashboard-preview-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .4s cubic-bezier(.25, .8, .25, 1);
}

.dashboard-preview-card:hover .dashboard-preview-image img {
  transform: scale(1.04);
}

.dashboard-preview-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7cqw;
  margin-top: .65cqw;
  color: #333b47;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(10px, .68cqw, 13px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
}

.dashboard-preview-meta span {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: .42cqw;
}

.dashboard-preview-meta i {
  width: .58cqw;
  height: .58cqw;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #25ad58;
  box-shadow: 0 0 .45cqw rgba(37, 173, 88, .55);
}

.dashboard-preview-meta strong {
  flex: 0 0 auto;
  padding: .38cqw .62cqw;
  border: 1px solid rgba(224, 134, 34, .35);
  border-radius: 999px;
  color: #a75f13;
  background: rgba(240, 158, 62, .14);
}

@media (max-width: 760px) {
  .dashboard-preview-card {
    height: auto;
    padding: 14px;
  }

  .dashboard-preview-image {
    height: 170px;
    border-radius: 12px;
  }

  .dashboard-preview-meta {
    gap: 10px;
    margin-top: 12px;
    font-size: 11px;
  }

  .dashboard-preview-meta span {
    gap: 7px;
  }

  .dashboard-preview-meta i {
    width: 9px;
    height: 9px;
  }

  .dashboard-preview-meta strong {
    padding: 7px 9px;
  }
}

/* Footer matched to the supplied blue shipping-container reference. */
.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: #f4f5f6;
}

.site-footer__canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 1494 / 642;
  overflow: hidden;
  container-type: inline-size;
  border: 0;
  border-radius: 0;
  background-image:
    linear-gradient(180deg, rgba(239, 245, 250, .7) 0, rgba(91, 131, 174, .42) 1.25cqw, transparent 2.25cqw),
    repeating-linear-gradient(90deg, #124b8d 0 1.05cqw, #2070bc 1.05cqw 1.85cqw, #155a9e 1.85cqw 2.7cqw, #0b3f7e 2.7cqw 3.3cqw, #2377c4 3.3cqw 4.15cqw);
  background-size: 100% 100%, auto 100%;
  box-shadow: inset 0 1.05cqw 1.3cqw rgba(0, 24, 68, .35), inset 0 -1cqw 1.2cqw rgba(0, 18, 54, .48);
}

.site-footer__canvas::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1.25cqw;
  left: 0;
  right: 0;
  height: 1.2cqw;
  display: block;
  border-top: .16cqw solid rgba(10, 42, 79, .62);
  border-bottom: .12cqw solid rgba(154, 184, 210, .46);
  background: repeating-linear-gradient(90deg, #1a5da5 0 1.15cqw, #0b3970 1.15cqw 1.7cqw, #2b77bb 1.7cqw 2.55cqw);
  box-shadow: 0 .25cqw .4cqw rgba(4, 26, 57, .5);
}

.site-footer__canvas::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.8cqw;
  display: block;
  border-top: .2cqw solid #365578;
  background: linear-gradient(180deg, #133b6e, #071e3e 70%, #152a45);
  box-shadow: inset 0 .18cqw .2cqw rgba(255, 255, 255, .18);
}

.footer-screw,
.footer-routes,
.footer-call-badge,
.footer-floating-icons,
.footer-route-note,
.footer-social-dots,
.footer-social,
.footer-certifications,
.footer-mountain {
  display: none !important;
}

@media (min-width: 761px) {
  .footer-logo-plate {
    top: 4.25cqw;
    left: 4cqw;
    width: 25.7cqw;
    height: 10.15cqw;
    border-radius: 1.45cqw;
    box-shadow: 0 .55cqw .8cqw rgba(1, 17, 35, .65), 0 0 .7cqw rgba(242, 160, 73, .25);
  }

  .footer-contact,
  .footer-map,
  .footer-links {
    z-index: 3;
    border: .08cqw solid rgba(144, 169, 191, .14);
    background: rgba(15, 29, 43, .76);
    box-shadow: 0 .45cqw .8cqw rgba(0, 17, 39, .26), inset 0 .1cqw .18cqw rgba(255, 255, 255, .04);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .footer-contact {
    top: 15.2cqw;
    left: 4cqw;
    width: 25.7cqw;
    height: 20.4cqw;
    padding: 2.05cqw 1.05cqw 1.05cqw;
    border-radius: 1.55cqw;
  }

  .footer-contact__row {
    min-height: 3.8cqw;
    gap: .9cqw;
    margin-bottom: .55cqw;
    padding: 0 .85cqw;
    border: .11cqw solid #6b7783;
    border-radius: .85cqw;
    color: #f1f2f3;
    background: rgba(22, 31, 43, .82);
    font-size: 1.35cqw;
    box-shadow: inset 0 .1cqw .18cqw rgba(255, 255, 255, .08), 0 .15cqw .25cqw rgba(0, 0, 0, .38);
  }

  .footer-contact__row em {
    font-size: 1.25cqw;
  }

  .footer-icon {
    font-size: 1.55cqw;
  }

  .footer-contact__address {
    gap: .9cqw;
    margin: 1.05cqw .8cqw 0;
    font-size: 1.35cqw;
    line-height: 1.2;
  }

  .footer-map {
    top: 4.65cqw;
    left: 35.85cqw;
    width: 21.45cqw;
    height: 32cqw;
    overflow: hidden;
    border-radius: 1.55cqw;
    background: rgba(80, 104, 116, .72);
  }

  .footer-map h2 {
    top: 1.55cqw;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.95cqw;
    color: #fff;
  }

  .footer-map img {
    top: 5.45cqw;
    bottom: auto;
    width: 100%;
    height: 26.55cqw;
    object-fit: cover;
    object-position: center top;
    border-radius: 0 0 1.45cqw 1.45cqw;
  }

  .footer-links {
    top: 5.2cqw;
    padding: 3.15cqw 1.8cqw 1.5cqw;
    border-radius: 1.55cqw;
  }

  .footer-services {
    left: 60.65cqw;
    width: 17.55cqw;
    height: 24.05cqw;
  }

  .footer-resources {
    left: 80cqw;
    width: 15.15cqw;
    height: 27.95cqw;
  }

  .footer-links h2 {
    margin: 0 0 2.45cqw;
    color: #fff;
    font-size: 1.85cqw;
    text-shadow: 0 .13cqw .18cqw rgba(0, 0, 0, .55);
  }

  .footer-links a {
    min-height: 3.5cqw;
    padding: 0;
    color: #f5f6f7;
    font-size: 1.45cqw;
  }

  .footer-links a::before,
  .footer-links a::after {
    content: none;
  }

  .footer-links a:hover {
    margin-left: -.7cqw;
    margin-right: -.75cqw;
    padding: 0 .75cqw;
    border: .08cqw solid rgba(151, 164, 178, .2);
    border-radius: .7cqw;
    color: #f5f6f7;
    background: linear-gradient(145deg, rgba(65, 75, 87, .72), rgba(18, 27, 38, .92));
    box-shadow: 0 .32cqw .55cqw rgba(0, 10, 25, .55), inset .08cqw .08cqw .15cqw rgba(255, 255, 255, .08);
  }

  .footer-links a::before {
    content: "";
    position: absolute;
    left: -2.15cqw;
    width: 1.05cqw;
    height: 1.05cqw;
    border-radius: 50%;
    background: #f5a34b;
    box-shadow: 0 0 .65cqw rgba(246, 161, 68, .82);
  }

  .footer-links a::after {
    content: "";
    position: absolute;
    left: -3.2cqw;
    width: 1.15cqw;
    height: .13cqw;
    background: #e6a151;
  }

  .footer-links a:hover::before {
    left: -1.8cqw;
    background: #ffd27c;
    box-shadow: 0 0 .8cqw #f5a34b;
  }

  .footer-links a:hover::after {
    content: "";
  }

  .active-truck-icon {
    width: 3.8cqw;
    height: 1.9cqw;
    display: flex !important;
    margin-left: auto;
    opacity: 0;
    transform: translateX(.65cqw);
    transition: opacity .25s ease, transform .25s ease;
  }

  .footer-links a:hover .active-truck-icon {
    opacity: 1;
    transform: translateX(0);
  }

  .active-tooltip {
    position: absolute;
    z-index: 20;
    top: -4.25cqw;
    right: .25cqw;
    width: 9.2cqw;
    display: block !important;
    padding: .9cqw .55cqw;
    border: .08cqw dashed #9ca6b1;
    border-radius: .62cqw;
    color: #cbd0d6;
    background: rgba(34, 43, 55, .97);
    box-shadow: 0 .4cqw .65cqw rgba(0, 0, 0, .55);
    font: 400 .62cqw/1.1 Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(.45cqw);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }

  .footer-links a:hover .active-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .active-tooltip::after {
    content: "";
    position: absolute;
    right: 2.4cqw;
    bottom: -.52cqw;
    border-width: .52cqw .42cqw 0;
    border-style: solid;
    border-color: rgba(34, 43, 55, .97) transparent transparent;
  }

  .footer-services a:nth-of-type(3)::after {
    content: "";
    display: block;
    width: 1.15cqw;
    height: .13cqw;
    margin: 0;
    background: #e6a151;
    transform: none;
  }

  .footer-copyright {
    z-index: 4;
    left: 25.65cqw;
    bottom: 1.75cqw;
    min-width: 41.55cqw;
    padding: .65cqw 1.4cqw;
    border: .13cqw solid #627487;
    border-radius: 1.1cqw;
    color: #f1f3f5;
    background: rgba(18, 39, 61, .86);
    box-shadow: 0 .28cqw .4cqw rgba(0, 13, 31, .5), inset 0 .1cqw .14cqw rgba(255, 255, 255, .08);
    font-size: 1.15cqw;
    line-height: 1;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .site-footer {
    width: 100%;
    margin: 0;
  }

  .site-footer__canvas {
    aspect-ratio: auto;
    padding: 42px 16px 28px;
    border: 0;
    border-radius: 0;
    background-size: 100% 100%, auto 100%;
  }

  .footer-logo-plate,
  .footer-contact,
  .footer-map,
  .footer-links,
  .footer-copyright {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
  }

  .footer-logo-plate {
    height: auto;
    margin: 0 0 18px;
    border-radius: 16px;
  }

  .footer-contact,
  .footer-map,
  .footer-links {
    margin: 0 0 18px;
    border: 1px solid rgba(144, 169, 191, .14);
    border-radius: 18px;
    background: rgba(15, 29, 43, .82);
  }

  .footer-contact {
    padding: 18px 13px;
  }

  .footer-contact__row {
    min-height: 52px;
    gap: 10px;
    margin-bottom: 8px;
    padding: 0 11px;
    font-size: 17px;
  }

  .footer-contact__row em {
    font-size: 15px;
  }

  .footer-contact__address {
    margin: 14px 10px 3px;
    font-size: 17px;
  }

  .footer-map {
    height: 490px;
    overflow: hidden;
  }

  .footer-map h2 {
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 28px;
  }

  .footer-map img {
    top: 76px;
    bottom: auto;
    height: 414px;
    object-fit: cover;
  }

  .footer-links {
    padding: 27px 24px 20px;
  }

  .footer-links h2 {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .footer-links a {
    min-height: 47px;
    padding: 0;
    font-size: 20px;
  }

  .footer-links a::before,
  .footer-links a::after {
    content: none;
  }

  .footer-links a:hover {
    margin: 0;
    padding-left: 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .footer-copyright {
    margin: 0;
    padding: 12px 10px;
    border: 2px solid #627487;
    border-radius: 14px;
    background: rgba(18, 39, 61, .9);
    font-size: 14px;
  }

  .active-truck-icon,
  .active-tooltip {
    display: none !important;
  }
}

/* User-supplied white container panel used as the footer background. */
.site-footer__canvas {
  background-image: url("assets/footer-white-container-background-v2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
}

.site-footer__canvas::before,
.site-footer__canvas::after {
  display: none;
}

/* Final About page alignment override: keep both visible outer edges equal. */
@media (min-width: 1061px) {
  body .about-page .service-area-section.service-area-layout {
    --service-area-edge-space: clamp(24px, 10vw, 180px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 5vw, 80px);
  }

  body .about-page .service-area-visual {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    padding: 0 0 0 var(--service-area-edge-space);
  }

  body .about-page .service-area-content {
    width: 100%;
    max-width: none;
    padding: 0 var(--service-area-edge-space) 0 0;
  }
}

@media (max-width: 1060px) {

  body .about-page .service-area-visual,
  body .about-page .service-area-content {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body .about-page .service-area-visual {
    justify-content: center;
  }
}

/* Precise About service-area alignment: equal section edges and aligned tops. */
@media (min-width: 1061px) {
  body .about-page .service-area-section.service-area-layout {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(60px, 8vw, 130px);
    padding-left: clamp(40px, 8.5vw, 130px);
    padding-right: clamp(40px, 8.5vw, 130px);
  }

  body .about-page .service-area-visual {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body .about-page .service-area-content {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body .about-page .service-area-content .section-heading {
    margin-top: 0;
  }
}

@media (max-width: 1060px) {
  body .about-page .service-area-section.service-area-layout {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Defined visual container for the About Us service-area section. */
body .about-page .service-area-section.service-area-layout {
  position: relative;
  overflow: hidden;
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(48px, 5vw, 72px);
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 32px;
  background:
    radial-gradient(circle at 25% 35%, rgba(255, 255, 255, .82), transparent 42%),
    linear-gradient(125deg, rgba(220, 225, 231, .96), rgba(244, 246, 248, .97) 50%, rgba(207, 214, 223, .96));
  box-shadow:
    0 18px 32px rgba(51, 64, 81, .28),
    inset 2px 2px 3px rgba(255, 255, 255, .92),
    inset -2px -2px 4px rgba(91, 107, 126, .14);
}

body .about-page .service-area-section.service-area-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image: repeating-linear-gradient(100deg, rgba(255, 255, 255, .45) 0 1px, transparent 1px 5px);
}

body .about-page .service-area-visual,
body .about-page .service-area-content {
  position: relative;
  z-index: 1;
}

@media (max-width: 1060px) {
  body .about-page .service-area-section.service-area-layout {
    padding: 38px 28px;
    border-radius: 27px;
  }
}

@media (max-width: 650px) {
  body .about-page .service-area-section.service-area-layout {
    padding: 30px 18px;
    border-radius: 23px;
  }
}

/* Refined About and Services heroes with balanced copy and content-specific imagery. */
body .about-page>.inner-hero,
body .services-page>.inner-hero {
  min-height: 480px;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  margin-bottom: 62px;
  border: 2px solid #697684;
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 18%, rgba(245, 166, 65, .12), transparent 29%),
    linear-gradient(135deg, #19212a, #0d1218 72%);
  box-shadow:
    0 20px 36px rgba(38, 48, 61, .34),
    inset 0 1px 2px rgba(255, 255, 255, .16);
}

body .about-page>.inner-hero .inner-hero__copy,
body .services-page>.inner-hero .inner-hero__copy {
  min-width: 0;
  padding: clamp(42px, 4.8vw, 72px);
  background: linear-gradient(100deg, rgba(15, 21, 28, .98) 77%, rgba(15, 21, 28, .68));
}

body .about-page>.inner-hero h1,
body .services-page>.inner-hero h1 {
  max-width: 610px;
  font-size: clamp(46px, 4.3vw, 70px);
  line-height: .98;
}

body .about-page>.inner-hero .inner-hero__copy>p,
body .services-page>.inner-hero .inner-hero__copy>p {
  max-width: 590px;
  margin-top: 23px;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.5;
}

body .about-page>.inner-hero .inner-eyebrow,
body .services-page>.inner-hero .inner-eyebrow {
  margin-bottom: 21px;
  padding: 8px 16px;
  font-size: 13px;
}

body .about-page>.inner-hero .inner-hero__visual,
body .services-page>.inner-hero .inner-hero__visual {
  min-height: 442px;
  margin: 18px 18px 18px 0;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25), 0 12px 24px rgba(0, 0, 0, .3);
}

body .about-page>.inner-hero .inner-hero__visual::after,
body .services-page>.inner-hero .inner-hero__visual::after {
  background:
    linear-gradient(90deg, rgba(15, 21, 28, .55), transparent 22%),
    linear-gradient(180deg, transparent 67%, rgba(7, 10, 14, .38));
}

body .about-page>.inner-hero .inner-hero__visual img,
body .services-page>.inner-hero .inner-hero__visual img {
  object-position: center;
}

@media (max-width: 1060px) {

  body .about-page>.inner-hero,
  body .services-page>.inner-hero {
    grid-template-columns: 1fr;
  }

  body .about-page>.inner-hero .inner-hero__copy,
  body .services-page>.inner-hero .inner-hero__copy {
    min-height: 0;
    padding: 48px clamp(28px, 7vw, 64px);
    background: linear-gradient(180deg, #121920, #171f28);
  }

  body .about-page>.inner-hero .inner-hero__visual,
  body .services-page>.inner-hero .inner-hero__visual {
    min-height: 360px;
    margin: 0 24px 24px;
  }
}

@media (max-width: 650px) {

  body .about-page>.inner-hero,
  body .services-page>.inner-hero {
    margin-bottom: 45px;
    border-radius: 24px;
  }

  body .about-page>.inner-hero .inner-hero__copy,
  body .services-page>.inner-hero .inner-hero__copy {
    padding: 36px 24px 32px;
  }

  body .about-page>.inner-hero h1,
  body .services-page>.inner-hero h1 {
    font-size: clamp(38px, 12vw, 46px);
  }

  body .about-page>.inner-hero .inner-hero__copy>p,
  body .services-page>.inner-hero .inner-hero__copy>p {
    font-size: 17px;
  }

  body .about-page>.inner-hero .inner-hero__visual,
  body .services-page>.inner-hero .inner-hero__visual {
    min-height: 260px;
    margin: 0 14px 14px;
    border-radius: 18px;
  }
}

/* Final hero typography: override the global centered/scaled h1 treatment. */
body .about-page>.inner-hero .inner-hero__copy,
body .services-page>.inner-hero .inner-hero__copy {
  align-items: flex-start;
  text-align: left;
}

body .about-page>.inner-hero h1,
body .services-page>.inner-hero h1 {
  width: 100%;
  max-width: 560px;
  margin: 0;
  color: #f4f6f8;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(40px, 3.25vw, 56px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: .2px;
  text-align: left;
  text-wrap: balance;
  transform: none;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .42);
}

body .about-page>.inner-hero h1::after,
body .services-page>.inner-hero h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 19px;
  border-radius: 99px;
  background: linear-gradient(90deg, #f39b32, #ffc56f);
  box-shadow: 0 0 12px rgba(243, 155, 50, .45);
}

body .about-page>.inner-hero .inner-hero__copy>p,
body .services-page>.inner-hero .inner-hero__copy>p {
  width: 100%;
  max-width: 540px;
  margin: 22px 0 0;
  color: #cbd2da;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: .05px;
  text-align: left;
}

body .about-page>.inner-hero .inner-eyebrow,
body .services-page>.inner-hero .inner-eyebrow {
  margin-bottom: 20px;
  padding: 8px 14px;
  border-color: rgba(243, 164, 64, .72);
  border-radius: 8px;
  color: #ffc36b;
  background: rgba(243, 155, 50, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.55px;
  text-align: left;
}

@media (min-width: 1061px) {

  body .about-page>.inner-hero .inner-hero__copy,
  body .services-page>.inner-hero .inner-hero__copy {
    padding: 54px clamp(42px, 4vw, 64px);
  }
}

@media (max-width: 650px) {

  body .about-page>.inner-hero h1,
  body .services-page>.inner-hero h1 {
    font-size: clamp(34px, 10.8vw, 42px);
    line-height: 1.06;
  }

  body .about-page>.inner-hero h1::after,
  body .services-page>.inner-hero h1::after {
    width: 58px;
    margin-top: 15px;
  }

  body .about-page>.inner-hero .inner-hero__copy>p,
  body .services-page>.inner-hero .inner-hero__copy>p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  body .about-page>.inner-hero .inner-eyebrow,
  body .services-page>.inner-hero .inner-eyebrow {
    font-size: 10.5px;
    letter-spacing: 1.2px;
  }
}

/* Homepage hero typography: readable hierarchy without the global centered h1 treatment. */
.connecting-hero .hero-copy {
  top: 14.5%;
  left: 6.8%;
  width: 52%;
  max-width: 1040px;
  text-align: left;
}

.connecting-hero .hero-copy h1 {
  width: 100%;
  max-width: 980px;
  margin: 0;
  color: #f6f7f8;
  font-family: "Loadmax Nav", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(36px, 2.55vw, 48px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: .25px;
  text-align: left;
  text-wrap: balance;
  transform: none;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .72);
}

.connecting-hero .hero-description {
  width: 100%;
  max-width: 920px;
  margin-top: 24px;
  font-family: "Segoe UI", Arial, sans-serif;
  text-align: left;
}

.connecting-hero .hero-description p {
  width: 100%;
  margin: 0;
  color: #f0f2f4;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0 2px 7px rgba(0, 0, 0, .88);
}

.connecting-hero .hero-description__lead {
  max-width: 900px;
  font-size: clamp(17px, 1.22vw, 21px);
  font-weight: 600;
  line-height: 1.45;
}

.connecting-hero .hero-description__body {
  max-width: 890px;
  margin-top: 18px !important;
  padding-left: 16px;
  border-left: 3px solid rgba(245, 164, 61, .9);
  font-size: clamp(15px, 1.08vw, 19px);
  font-weight: 400;
  line-height: 1.5;
}

.connecting-hero .hero-actions {
  margin-top: 25px;
}

@media (max-width: 1100px) {
  .connecting-hero .hero-copy {
    top: 9%;
    width: 58%;
  }

  .connecting-hero .hero-copy h1 {
    font-size: clamp(31px, 3.6vw, 42px);
  }

  .connecting-hero .hero-description {
    margin-top: 18px;
  }

  .connecting-hero .hero-description__body {
    margin-top: 14px !important;
  }
}

@media (max-width: 760px) {
  .connecting-hero .hero-copy {
    top: 6.5%;
    left: 6%;
    width: 88%;
  }

  .connecting-hero .hero-copy h1 {
    font-size: clamp(28px, 8.7vw, 36px);
    line-height: 1.06;
  }

  .connecting-hero .hero-description {
    margin-top: 15px;
  }

  .connecting-hero .hero-description__lead {
    font-size: 16px;
    line-height: 1.4;
  }

  .connecting-hero .hero-description__body {
    margin-top: 12px !important;
    padding-left: 11px;
    font-size: 14px;
    line-height: 1.42;
  }

  .connecting-hero .hero-actions {
    margin-top: 18px;
  }
}

/* Keep the homepage hero image equal to the available screen height. */
.connecting-hero {
  height: calc(100vh - 120px);
  height: calc(99svh - 120px);
  min-height: 640px;
}

.connecting-hero__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.connecting-hero::after {
  inset: 0;
  height: 100%;
}

@media (max-width: 1120px) {
  .connecting-hero {
    height: calc(100vh - 188px);
    height: calc(100svh - 188px);
    min-height: 650px;
  }
}

@media (max-width: 760px) {
  .connecting-hero {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    min-height: 620px;
  }

  .connecting-hero__art {
    object-position: 36% center;
  }
}

/* Two dry vans travel in opposite directions along the footer's top frame. */
.footer-truck-track {
  position: absolute;
  z-index: 40;
  width: 100%;
  top: 0;
  left: 0.3%;
  right: 0.3%;
  height: clamp(58px, 4.35cqw, 82px);
  overflow: hidden;
  pointer-events: none;
  border-bottom: clamp(2px, .18cqw, 4px) solid #17222d;
  background:
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(246, 166, 65, .82) 54px 104px, transparent 104px 158px) 0 74% / 100% 3px no-repeat,
    linear-gradient(180deg, rgba(35, 43, 52, .97), rgba(10, 15, 21, .98));
  box-shadow: inset 0 -7px 10px rgba(0, 0, 0, .55), 0 3px 7px rgba(0, 0, 0, .58);
}

.footer-border-truck {
  position: absolute;
  bottom: 0;
  display: block;
  width: clamp(220px, 17.5cqw, 335px);
  height: clamp(55px, 4.15cqw, 78px);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .62));
  will-change: left, right, transform;
}

.footer-border-truck__vehicle {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-border-truck__brand {
  position: absolute;
  z-index: 2;
  top: 19%;
  left: 50%;
  width: 28%;
  height: 38%;
  object-fit: contain;
  filter: contrast(1.18) saturate(1.08);
}

.footer-border-truck--right .footer-border-truck__brand {
  transform: scaleX(-1);
}

.footer-border-truck--right {
  left: -20cqw;
  transform: scaleX(-1);
  animation: footer-truck-drive-right 18s linear infinite;
}

.footer-border-truck--left {
  right: -20cqw;
  animation: footer-truck-drive-left 18s linear -9s infinite;
}

@keyframes footer-truck-drive-right {
  from {
    left: -20cqw;
    transform: scaleX(-1);
  }

  to {
    left: 100%;
    transform: scaleX(-1);
  }
}

@keyframes footer-truck-drive-left {
  from {
    right: -20cqw;
  }

  to {
    right: 100%;
  }
}

@media (max-width: 760px) {
  .footer-truck-track {
    left: 0%;
    right: 0%;
    height: 42px;
    border-bottom-width: 2px;
    background:
      repeating-linear-gradient(90deg, transparent 0 32px, rgba(246, 166, 65, .82) 32px 61px, transparent 61px 93px) 0 75% / 100% 2px no-repeat,
      linear-gradient(180deg, rgba(35, 43, 52, .97), rgba(10, 15, 21, .98));
  }

  .footer-border-truck {
    width: 160px;
    height: 39px;
  }

  .footer-border-truck--right {
    animation: footer-truck-drive-right-mobile 12s linear infinite;
  }

  .footer-border-truck--left {
    animation: footer-truck-drive-left-mobile 12s linear -6s infinite;
  }
}

@keyframes footer-truck-drive-right-mobile {
  from {
    left: -175px;
    transform: scaleX(-1);
  }

  to {
    left: 100%;
    transform: scaleX(-1);
  }
}

@keyframes footer-truck-drive-left-mobile {
  from {
    right: -175px;
  }

  to {
    right: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-border-truck {
    animation: none;
  }

  .footer-border-truck--right {
    left: 10%;
  }

  .footer-border-truck--left {
    right: 10%;
  }
}

/* Branded dry van travelling left-to-right along the homepage hero border. */
.hero-truck-track {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(52px, 4.1vw, 68px);
  overflow: hidden;
  pointer-events: none;
  border-bottom: 3px solid rgba(8, 14, 20, .95);
  background:
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(246, 166, 65, .78) 58px 108px, transparent 108px 166px) 0 78% / 100% 3px no-repeat,
    linear-gradient(180deg, rgba(16, 23, 30, .18), rgba(10, 15, 21, .86));
  box-shadow: inset 0 -8px 12px rgba(0, 0, 0, .45);
}

.hero-border-truck {
  position: absolute;
  bottom: 1px;
  left: -300px;
  width: clamp(225px, 17vw, 310px);
  height: clamp(49px, 3.85vw, 64px);
  transform: scaleX(-1);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .68));
  animation: hero-truck-drive-right 15s linear infinite;
  will-change: left, transform;
}

.hero-border-truck__vehicle {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-border-truck__brand {
  position: absolute;
  z-index: 2;
  top: 19%;
  left: 50%;
  width: 28%;
  height: 38%;
  object-fit: contain;
  filter: contrast(1.18) saturate(1.08);
  transform: scaleX(-1);
}

@keyframes hero-truck-drive-right {
  from {
    left: -330px;
    transform: scaleX(-1);
  }

  to {
    left: 100%;
    transform: scaleX(-1);
  }
}

@media (max-width: 760px) {
  .hero-truck-track {
    height: 40px;
    border-bottom-width: 2px;
    background:
      repeating-linear-gradient(90deg, transparent 0 32px, rgba(246, 166, 65, .78) 32px 60px, transparent 60px 92px) 0 78% / 100% 2px no-repeat,
      linear-gradient(180deg, rgba(16, 23, 30, .18), rgba(10, 15, 21, .86));
  }

  .hero-border-truck {
    left: -170px;
    width: 155px;
    height: 37px;
    animation-name: hero-truck-drive-right-mobile;
    animation-duration: 11s;
  }
}

@keyframes hero-truck-drive-right-mobile {
  from {
    left: -170px;
    transform: scaleX(-1);
  }

  to {
    left: 100%;
    transform: scaleX(-1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-border-truck {
    left: 8%;
    animation: none;
  }
}

/* Equal homepage section gutters and a fluid, perfectly centered fleet dashboard. */
body.home {
  --home-content-gutter: clamp(20px, 5vw, 80px);
  --home-half-gutter: clamp(10px, 2.5vw, 40px);
}

body.home .home-introduction,
body.home .home-why-choose,
body.home .home-service-area,
body.home .inner-cta,
body.home .features-grid,
body.home .company-highlights__panel,
body.home .careers-panel,
body.home .fleet-dashboard {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (min-width: 1121px) {
  body.home .fleet-dashboard {
    width: min(1320px, calc(100% - var(--home-content-gutter) - var(--home-content-gutter)));
    padding-left: 0;
    padding-right: 0;
  }

  body.home .fleet-dashboard .dashboard-grid {
    width: 100%;
    grid-template-columns: minmax(0, 322fr) minmax(0, 484fr) minmax(0, 322fr);
    justify-content: center;
  }
}

/* Keep Driver Careers on balanced page gutters without changing its design. */
@media (min-width: 761px) {
  body.home .driver-careers {
    padding-left: var(--home-content-gutter);
    padding-right: var(--home-content-gutter);
    box-sizing: border-box;
  }

  body.home .driver-careers>.careers-panel {
    width: min(1320px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  body.home .driver-careers {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  body.home .driver-careers>.careers-panel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Align the visible content edges of the following homepage sections to one
   shared left/right gutter: Why Choose, Testimonials and Dashboard Preview. */
@media (min-width: 761px) {
  body.home .testimonial-dashboard__canvas {
    width: min(1320px, calc(100% - var(--home-content-gutter) - var(--home-content-gutter)));
    margin-left: auto;
    margin-right: auto;
  }

  body.home .home-why-choose {
    width: 100%;
    padding-left: var(--home-content-gutter);
    padding-right: var(--home-content-gutter);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    box-shadow: none !important;
  }

  body.home .home-why-choose>.section-heading,
  body.home .home-why-choose>.about-card-grid {
    width: min(1320px, 100%);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  body.home .testimonial-slider-wrap {
    padding-left: var(--home-content-gutter);
    padding-right: var(--home-content-gutter);
    box-sizing: border-box;
  }

  body.home .testimonial-track {
    padding-left: 0;
    padding-right: 0;
  }

  body.home .testimonial-card {
    flex-basis: calc(23.875cqw - var(--home-half-gutter));
  }

  body.home .dashboard-preview-grid {
    left: var(--home-content-gutter);
    right: var(--home-content-gutter);
  }
}

/* Final shared inner-page alignment: one canvas and identical side gutters. */
.inner-page.about-page,
.inner-page.services-page,
.inner-page.contact-page {
  --inner-page-gutter: clamp(20px, 5vw, 80px);
  padding-left: var(--inner-page-gutter);
  padding-right: var(--inner-page-gutter);
  box-sizing: border-box;
}

.inner-page.about-page>.inner-hero,
.inner-page.about-page>.inner-section,
.inner-page.about-page>.inner-cta,
.inner-page.services-page>.inner-hero,
.inner-page.services-page>.inner-section,
.inner-page.services-page>.inner-cta,
.inner-page.contact-page>.contact-hero,
.inner-page.contact-page>.contact-layout {
  width: min(1320px, 100%);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (max-width: 650px) {

  .inner-page.about-page,
  .inner-page.services-page,
  .inner-page.contact-page {
    --inner-page-gutter: 5px;
  }
}

/* Match About and Services typography to the homepage scale. */
body .about-page>.inner-hero h1,
body .services-page>.inner-hero h1 {
  font-size: clamp(36px, 2.55vw, 48px);
  line-height: 1.06;
}

body .about-page>.inner-hero .inner-hero__copy>p,
body .services-page>.inner-hero .inner-hero__copy>p {
  font-size: clamp(15px, 1.08vw, 19px);
  line-height: 1.5;
}

body .about-page .section-heading h2,
body .services-page .section-heading h2,
body .services-page .process-section>h2,
body .about-page .mission-section>h2 {
  font-size: clamp(21px, 2.4vw, 70px) !important;
  line-height: 1;
}

body .about-page .section-subtitle,
body .services-page .section-subtitle {
  font-size: clamp(21px, 1.6vw, 29px);
  line-height: 1.3;
}

body .about-page .section-lead,
body .services-page .section-lead,
body .about-page .mission-section>p {
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.6;
}

body .about-page .inner-card h3,
body .services-page .inner-card h3 {
  font-size: clamp(23px, 1.6vw, 29px);
  line-height: 1.15;
}

body .about-page .inner-card p,
body .services-page .inner-card p {
  font-size: 16px;
  line-height: 1.52;
}

body .services-page .process-grid h3 {
  font-size: clamp(23px, 1.6vw, 29px);
  line-height: 1.15;
}

body .services-page .process-grid p,
body .services-page .service-card__action .inner-button {
  font-size: 16px;
}

@media (max-width: 650px) {

  body .about-page>.inner-hero h1,
  body .services-page>.inner-hero h1 {
    font-size: clamp(28px, 8.7vw, 36px);
  }

  body .about-page>.inner-hero .inner-hero__copy>p,
  body .services-page>.inner-hero .inner-hero__copy>p,
  body .about-page .section-lead,
  body .services-page .section-lead {
    font-size: 16px;
  }

  body .about-page .inner-card h3,
  body .services-page .inner-card h3,
  body .services-page .process-grid h3 {
    font-size: 27px;
  }
}

/* Contact hero: About-style typography over a Customizer-selectable image. */
body .contact-page>.contact-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border: 3px solid #69737e;
  border-radius: 32px;
  background: #10151c;
}

body .contact-page>.contact-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 18, 25, .96) 0%, rgba(12, 18, 25, .91) 42%, rgba(12, 18, 25, .45) 69%, rgba(12, 18, 25, .2) 100%),
    linear-gradient(180deg, rgba(7, 11, 16, .12), rgba(7, 11, 16, .48));
}

body .contact-page .contact-hero__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body .contact-page .contact-hero__copy {
  position: relative;
  z-index: 2;
  width: min(58%, 680px);
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 54px clamp(42px, 4vw, 64px);
  text-align: left;
}

body .contact-page .contact-hero__copy .inner-eyebrow {
  margin-bottom: 20px;
  padding: 8px 14px;
  font-size: 13px;
}

body .contact-page .contact-hero__copy h1 {
  width: 100%;
  max-width: 560px;
  margin: 0;
  color: #f4f5f6;
  font-size: clamp(36px, 2.55vw, 48px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: .2px;
  text-align: left;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .62);
}

body .contact-page .contact-hero__copy h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: #f3a440;
  box-shadow: 0 0 12px rgba(243, 155, 50, .45);
}

body .contact-page .contact-hero__copy>p {
  width: 100%;
  max-width: 540px;
  margin: 22px 0 0;
  color: #d8dde2;
  font-size: clamp(15px, 1.08vw, 19px);
  line-height: 1.55;
  text-align: left;
  text-shadow: 0 2px 7px rgba(0, 0, 0, .7);
}

@media (max-width: 760px) {
  body .contact-page>.contact-hero {
    min-height: 430px;
    border-radius: 24px;
  }

  body .contact-page>.contact-hero::before {
    background: linear-gradient(90deg, rgba(10, 16, 23, .94), rgba(10, 16, 23, .7));
  }

  body .contact-page .contact-hero__copy {
    width: 100%;
    min-height: 430px;
    padding: 38px 24px;
  }

  body .contact-page .contact-hero__copy h1 {
    font-size: clamp(28px, 8.7vw, 36px);
  }

  body .contact-page .contact-hero__copy>p {
    font-size: 16px;
  }
}