:root {
  --bg: #07080c;
  --bg-2: #0c0f16;
  --panel: rgba(16, 19, 28, 0.74);
  --panel-strong: rgba(251, 251, 252, 0.96);
  --ink: #f7f8fb;
  --muted: rgba(245, 247, 251, 0.84);
  --muted-2: rgba(239, 243, 249, 0.72);
  --dark: #08090d;
  --dark-2: #11141d;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.22);
  --orange: #ff6b21;
  --orange-2: #ff8f3f;
  --orange-3: #ffc169;
  --gold: #f5af45;
  --green: #3bd28f;
  --red: #ff5d5d;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.45);
  --shadow-hot: 0 22px 74px rgba(255, 107, 33, 0.26);
  --radius: 30px;
  --radius-sm: 18px;
  --container: 1320px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 16% -4%, rgba(255, 107, 33, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 10%, rgba(255, 193, 105, 0.12), transparent 26rem),
    linear-gradient(180deg, #07080c 0%, #0c0f16 44%, #08090d 100%);
  overflow-x: hidden;
}

body::selection {
  color: #190904;
  background: var(--orange-3);
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; }

button { appearance: none; }

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 14px;
  top: 14px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 999px;
  color: #120702;
  background: var(--orange-3);
  font-weight: 900;
  transition: transform 0.2s ease;
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 35;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 8, 12, 0.76);
  backdrop-filter: blur(22px);
  transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(7, 8, 12, 0.94);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.36);
}

.header__inner {
  width: 100%;
  max-width: none;
  min-height: 94px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  gap: 24px;
  padding-inline: clamp(24px, 3.2vw, 72px);
}

.brand {
  width: clamp(250px, 15vw, 330px);
  min-width: 250px;
  height: clamp(58px, 5.1vw, 78px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 0;
  filter: drop-shadow(0 10px 24px rgba(255, 107, 33, 0.2));
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  justify-self: center;
  margin: 0;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.74);
  font-size: 0.9rem;
  font-weight: 830;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.085);
}

.nav-admin-link,
.nav-client-link {
  display: none;
}

.header-ctas {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.header-ctas .btn {
  min-height: 44px;
  padding: 0.72rem 0.92rem;
  font-size: 0.92rem;
}

.btn--admin {
  min-height: 42px;
  padding: 0.68rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
}

.btn--admin:hover,
.btn--admin:focus-visible {
  color: #fff;
  border-color: rgba(255, 193, 105, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  padding: 10px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0.82rem 1.08rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 950;
  letter-spacing: -0.012em;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn--primary {
  color: #160805;
  background:
    linear-gradient(135deg, var(--orange-3), var(--orange-2) 42%, var(--orange));
  box-shadow: 0 18px 38px rgba(255, 107, 33, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn--primary:hover,
.btn--primary:focus-visible { box-shadow: var(--shadow-hot); }

.btn--ghost {
  color: rgba(248, 250, 252, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.13);
}

.btn--white {
  color: #100f12;
  background: #fff;
  box-shadow: 0 18px 38px rgba(255, 255, 255, 0.14);
}

.btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.048);
}

.btn--large { min-height: 54px; padding-inline: 1.28rem; }
.btn--full { width: 100%; min-height: 56px; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 0 74px;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #07080c url("assets/video/crest-heavy-haul-action-poster.jpg") center / cover no-repeat;
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: -5%;
  z-index: 0;
  background: url("assets/video/crest-heavy-haul-action-poster.jpg") center / cover no-repeat;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.45s ease;
  animation: heroPosterDrift 18s ease-in-out infinite alternate;
}

.hero__media.is-fallback::before {
  opacity: 0.92;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(7, 8, 12, 0.88) 0%, rgba(7, 8, 12, 0.72) 46%, rgba(7, 8, 12, 0.88) 100%),
    linear-gradient(180deg, rgba(7, 8, 12, 0.62) 0%, rgba(7, 8, 12, 0.2) 38%, rgba(7, 8, 12, 0.72) 100%);
}

.hero__media video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(1.08);
  opacity: 1;
  transition: opacity 0.45s ease;
}

.hero__media.is-fallback video {
  opacity: 0;
}

.hero-motion {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-motion__lane,
.hero-motion__beam,
.hero-motion__pulse {
  position: absolute;
  display: block;
}

.hero-motion__lane {
  left: -18%;
  width: 44%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 18%, rgba(255, 132, 42, 0.9) 52%, rgba(255, 255, 255, 0.08) 84%, transparent 100%);
  box-shadow: 0 0 24px rgba(255, 107, 33, 0.28);
  opacity: 0.72;
  transform: rotate(-10deg);
  animation: heroLaneRun 7.4s linear infinite;
}

.hero-motion__lane--one {
  top: 31%;
}

.hero-motion__lane--two {
  top: 54%;
  width: 36%;
  opacity: 0.56;
  animation-duration: 9.2s;
  animation-delay: -2.8s;
}

.hero-motion__lane--three {
  top: 72%;
  width: 52%;
  opacity: 0.44;
  animation-duration: 11s;
  animation-delay: -5.3s;
}

.hero-motion__beam {
  top: -20%;
  bottom: -20%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0.22;
  transform: translateX(-160%) skewX(-19deg);
  animation: heroLightSweep 12s ease-in-out infinite;
}

.hero-motion__beam--one {
  left: 24%;
}

.hero-motion__beam--two {
  left: 68%;
  width: 12%;
  opacity: 0.16;
  animation-delay: -6s;
  animation-duration: 15s;
}

.hero-motion__pulse {
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255, 132, 42, 0.86);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(255, 107, 33, 0.52);
  animation: heroPulse 2.4s ease-in-out infinite;
}

.hero-motion__pulse--one {
  right: 22%;
  top: 34%;
}

.hero-motion__pulse--two {
  right: 12%;
  bottom: 27%;
  animation-delay: -1.2s;
}

@keyframes heroPosterDrift {
  0% { transform: scale(1) translate3d(0, 0, 0); }
  100% { transform: scale(1.08) translate3d(-1.8%, 1.1%, 0); }
}

@keyframes heroLaneRun {
  0% { transform: translate3d(-10%, 0, 0) rotate(-10deg); }
  100% { transform: translate3d(320%, 0, 0) rotate(-10deg); }
}

@keyframes heroLightSweep {
  0%, 18% { transform: translateX(-170%) skewX(-19deg); }
  52%, 100% { transform: translateX(380%) skewX(-19deg); }
}

@keyframes heroPulse {
  0%, 100% {
    opacity: 0.38;
    transform: scale(0.82);
  }
  50% {
    opacity: 0.92;
    transform: scale(1.42);
  }
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 520px);
  gap: clamp(36px, 4vw, 76px);
  align-items: center;
}

.hero__copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 14px;
  color: var(--orange-3);
  font-size: 0.79rem;
  font-weight: 980;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow > span:not(.hero-truck) {
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 25px;
  border-radius: 0;
  background:
    radial-gradient(circle at 15px 20px, #090a0f 0 3px, var(--orange-3) 3px 5px, transparent 5.5px),
    radial-gradient(circle at 46px 20px, #090a0f 0 3px, var(--orange-3) 3px 5px, transparent 5.5px);
  box-shadow: none;
  animation: truckSettle 2.8s ease-in-out infinite;
}

.eyebrow > span:not(.hero-truck)::before,
.eyebrow > span:not(.hero-truck)::after {
  content: "";
  position: absolute;
  bottom: 7px;
  background: linear-gradient(135deg, var(--orange-3), var(--orange));
  box-shadow: 0 0 18px rgba(255, 107, 33, 0.38);
}

.eyebrow > span:not(.hero-truck)::before {
  left: 0;
  width: 35px;
  height: 12px;
  border-radius: 3px;
}

.eyebrow > span:not(.hero-truck)::after {
  right: 0;
  width: 15px;
  height: 16px;
  border-radius: 4px 7px 3px 2px;
}

.eyebrow--dark { color: #a74b11; }

.hero-kicker {
  gap: 13px;
}

.hero-kicker .hero-truck {
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 25px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: truckSettle 2.8s ease-in-out infinite;
}

.hero-truck::before,
.hero-truck::after {
  content: "";
  position: absolute;
  bottom: 7px;
  background: linear-gradient(135deg, var(--orange-3), var(--orange));
  box-shadow: 0 0 18px rgba(255, 107, 33, 0.38);
}

.hero-truck::before {
  left: 0;
  width: 35px;
  height: 12px;
  border-radius: 3px;
}

.hero-truck::after {
  right: 0;
  width: 15px;
  height: 16px;
  border-radius: 4px 7px 3px 2px;
}

.hero-truck i,
.hero-truck b {
  position: absolute;
  bottom: 2px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #090a0f;
  border: 2px solid var(--orange-3);
  animation: wheelRoll 0.9s linear infinite;
}

.hero-truck i { left: 8px; }
.hero-truck b { right: 7px; }

@keyframes truckSettle {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

@keyframes wheelRoll {
  to { transform: rotate(360deg); }
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: 5.85rem;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

h2 {
  margin-bottom: 17px;
  font-size: clamp(2.18rem, 4.8vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

h3 {
  margin-bottom: 11px;
  font-size: clamp(1.22rem, 2vw, 1.65rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.hero__lead {
  max-width: 720px;
  margin-bottom: 26px;
  color: rgba(247, 248, 251, 0.76);
  font-size: clamp(1.07rem, 1.7vw, 1.35rem);
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.quote-card {
  position: sticky;
  top: 112px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 250, 0.96));
  color: #10131b;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  overflow: hidden;
}

.quote-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  background: linear-gradient(90deg, var(--orange), var(--orange-3), var(--orange));
}

.quote-card--console {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.quote-card--page {
  position: relative;
  top: auto;
}

.quote-card__top {
  position: relative;
  padding: 22px 28px 12px;
}

.quote-card h2 {
  margin-bottom: 8px;
  color: #0a0c12;
  font-size: 2.28rem;
  line-height: 0.98;
}

.quote-card__top p:not(.eyebrow) {
  margin-bottom: 0;
  color: #5d6574;
  font-size: 0.92rem;
  line-height: 1.4;
}

.quote-details {
  display: grid;
  gap: 8px;
  padding: 0 28px 22px;
}

.form-grid {
  display: grid;
  gap: 9px;
}

.form-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.quote-details label {
  display: grid;
  gap: 5px;
}

.quote-details label span {
  color: #242936;
  font-size: 0.8rem;
  font-weight: 900;
}

.quote-details input,
.quote-details select,
.quote-details textarea {
  width: 100%;
  border: 1px solid #d7dce6;
  border-radius: 16px;
  color: #0f131b;
  background: #fff;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.quote-details input,
.quote-details select { min-height: 40px; padding: 0 13px; }
.quote-details textarea { min-height: 82px; padding: 10px 13px; resize: vertical; }

.load-details-field textarea {
  min-height: 86px;
}

.attachment-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px;
  border: 1px dashed #c5ccd8;
  border-radius: 16px;
  background: #f8fafc;
}

.attachment-control__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 12px;
  color: #1a1f2b;
  background: #fff;
  border: 1px solid #d6dce7;
  box-shadow: 0 8px 18px rgba(20, 25, 35, 0.08);
  cursor: pointer;
  white-space: nowrap;
}

.attachment-control__button input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.attachment-control small {
  color: #5f6878;
  font-size: 0.78rem;
  line-height: 1.35;
}

.quote-details input:focus,
.quote-details select:focus,
.quote-details textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 107, 33, 0.14);
}

.quote-details [aria-invalid="true"] {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(255, 93, 93, 0.12);
}

.quote-details ::placeholder { color: #9ca4b2; }

.quote-details .btn--full {
  min-height: 50px;
}

.hp-field {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-status {
  min-height: 18px;
  margin: 0;
  color: #4c5668;
  font-size: 0.86rem;
  font-weight: 800;
}

.form-status.is-success { color: #087744; }
.form-status.is-error { color: #b72121; }
.form-status.is-warning { color: #9b5a05; }

.microcopy {
  margin: -2px 0 0;
  color: #5f6878;
  font-size: 0.86rem;
  text-align: center;
}

.microcopy a {
  color: #ac480b;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.section {
  padding: clamp(46px, 6vw, 78px) 0;
}

.section[id] {
  scroll-margin-top: 124px;
}

.section__intro {
  max-width: 880px;
  margin: 0 auto clamp(28px, 5vw, 52px);
  text-align: center;
}

.section__intro--left { text-align: left; margin-inline: 0; }

.section__intro--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.68fr);
  gap: clamp(20px, 5vw, 56px);
  align-items: end;
  text-align: left;
}

.section__intro p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.quote-rail {
  position: relative;
  z-index: 2;
  margin-top: -28px;
}

.quote-rail__inner {
  display: grid;
  grid-template-columns: 1.12fr repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.quote-rail__intro,
.quote-step {
  min-height: 176px;
  padding: 24px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(11, 14, 20, 0.88);
}

.quote-rail__intro span,
.quote-step span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--orange-3);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quote-rail__intro strong,
.quote-step strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.quote-step p {
  margin: 10px 0 0;
  color: var(--muted-2);
  font-size: 0.92rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.026)),
    rgba(14, 17, 25, 0.82);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
}

.service-card > * { position: relative; z-index: 1; }

.service-card__visual {
  position: relative;
  height: clamp(178px, 13.5vw, 230px);
  overflow: hidden;
  border-radius: 17px;
  background: #11141d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.service-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 13, 0.06) 0%, rgba(8, 9, 13, 0.1) 48%, rgba(8, 9, 13, 0.5) 100%),
    radial-gradient(circle at 78% 18%, rgba(255, 107, 33, 0.2), transparent 12rem);
  pointer-events: none;
}

.service-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.05);
  transform: scale(1.01);
}

.service-card__visual--heavy img { object-position: 50% 50%; }
.service-card__visual--reefer img { object-position: 44% 52%; }
.service-card__visual--hazmat img { object-position: 54% 48%; }
.service-card__visual--flatbed img { object-position: 50% 36%; }
.service-card__visual--truckload img { object-position: 48% 52%; }
.service-card__visual--power img { object-position: 58% 52%; }

.service-card__meta {
  margin: 18px 12px 9px;
}

.service-card__meta span {
  color: var(--orange-3);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-card h3 {
  max-width: none;
  margin-inline: 12px;
}

.service-card p {
  flex: 1;
  margin: 0 12px 22px;
  color: var(--muted);
  font-size: 0.96rem;
}

.service-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 12px 10px;
}

.service-card__links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.86rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 950;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.072);
}

.service-card__links a:last-child {
  color: #160805;
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange-3), var(--orange));
}

.homepage-collections {
  padding-top: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.025) 100%);
}

.homepage-collections .section__intro h2 {
  max-width: 820px;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.collection-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #10131c;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.collection-card::before,
.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

.collection-card::before {
  background: var(--collection-image) center / cover no-repeat;
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.02);
}

.collection-card::after {
  background:
    linear-gradient(180deg, rgba(8, 9, 13, 0.1) 0%, rgba(8, 9, 13, 0.52) 48%, rgba(8, 9, 13, 0.94) 100%),
    radial-gradient(circle at 84% 18%, rgba(255, 107, 33, 0.2), transparent 11rem);
}

.collection-card--capabilities { --collection-image: url("assets/services/heavy-haul-action.jpg"); }
.collection-card--coverage { --collection-image: url("assets/services/ftl-ltl-dry-van.jpg"); }
.collection-card--process { --collection-image: url("assets/services/flatbed-stepdeck.jpg"); }
.collection-card--trust { --collection-image: url("assets/services/power-only-tractor.jpg"); }

.collection-card span,
.collection-card strong,
.collection-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.collection-card span {
  margin-bottom: 10px;
  color: var(--orange-3);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.collection-card strong {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.collection-card small {
  margin-top: 10px;
  color: rgba(245, 247, 251, 0.8);
  font-size: 0.94rem;
  line-height: 1.45;
}

.clean-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(12, 15, 24, 0.88);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
}

.clean-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}

.clean-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.conversion-panel {
  padding-block: clamp(34px, 6vw, 70px);
}

.conversion-panel__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  overflow: hidden;
  min-height: 300px;
  padding: 18px clamp(24px, 4vw, 42px) 18px 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(9, 11, 17, 0.86);
  box-shadow: var(--shadow);
}

.conversion-panel__media {
  height: 264px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #11141d;
}

.conversion-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  filter: saturate(1.08) contrast(1.04);
}

.conversion-panel__inner p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.conversion-panel__actions {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.text-link {
  color: #fff;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.coverage__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.coverage-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1fr);
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(12, 15, 24, 0.82);
  box-shadow: var(--shadow);
}

.coverage-card__photo {
  position: relative;
  min-height: 470px;
  overflow: hidden;
}

.coverage-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(9, 11, 17, 0.36) 58%, rgba(9, 11, 17, 0.92) 100%),
    linear-gradient(180deg, transparent 42%, rgba(9, 11, 17, 0.7) 100%);
}

.coverage-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% 58%;
}

.coverage-card__body {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 40px);
}

.coverage-card__body div {
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.coverage-card__body div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.coverage-card strong {
  display: block;
  font-size: 1.15rem;
}

.coverage-card span {
  display: block;
  margin-top: 5px;
  color: var(--muted-2);
  font-size: 0.92rem;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-grid article {
  position: relative;
  min-height: 252px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    rgba(12, 15, 24, 0.76);
}

.process-grid article::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 83px;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent);
  opacity: 0.7;
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 44px;
  border-radius: 15px;
  color: #150904;
  background: linear-gradient(135deg, var(--orange-3), var(--orange));
  font-weight: 1000;
  box-shadow: 0 15px 34px rgba(255, 107, 33, 0.22);
}

.process-grid p {
  color: var(--muted);
  margin: 0;
}

.why {
  padding-top: 38px;
}

.why__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
}

.why__visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 26px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 107, 33, 0.26), transparent 16rem),
    linear-gradient(160deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(12, 15, 24, 0.8);
  box-shadow: var(--shadow);
}

.why__visual::before,
.why__visual::after {
  content: "";
  position: absolute;
  inset: auto auto auto 50%;
  width: 2px;
  height: 116%;
  background: linear-gradient(transparent, rgba(255, 107, 33, 0.55), transparent);
}

.why__visual::before { transform: rotate(56deg); }
.why__visual::after { transform: rotate(-56deg); }

.why__visual img {
  position: relative;
  z-index: 2;
  width: min(270px, 72%);
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.52));
}

.ops-card {
  position: absolute;
  z-index: 3;
  min-width: 170px;
  padding: 13px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(7, 8, 12, 0.74);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
}

.ops-card--one { left: 24px; top: 38px; }
.ops-card--two { right: 24px; top: 42%; }
.ops-card--three { left: 40px; bottom: 38px; }

.ops-card span,
.ops-card strong { display: block; }
.ops-card span {
  color: var(--orange-3);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.ops-card strong { margin-top: 4px; }

.why p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.feature-list div {
  min-height: 132px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.054);
}

.feature-list strong,
.feature-list span { display: block; }

.feature-list span {
  margin-top: 7px;
  color: var(--muted-2);
  font-size: 0.93rem;
}

.faq { padding-top: 34px; }

.faq__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(24px, 5vw, 56px);
}

.faq-list { display: grid; gap: 12px; }

details {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

summary {
  cursor: pointer;
  padding: 19px 22px;
  font-weight: 950;
  list-style: none;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "+";
  float: right;
  color: var(--orange-3);
  font-weight: 1000;
}

details[open] summary::after { content: "-"; }

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 106px) 0;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 22% -12% auto;
  height: 230px;
  transform: skewY(-3deg);
  background: linear-gradient(90deg, rgba(255, 107, 33, 0.17), rgba(255, 255, 255, 0.05), rgba(255, 107, 33, 0.1));
  z-index: -1;
}

.final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 88% 38%, rgba(255, 107, 33, 0.25), transparent 16rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(9, 11, 17, 0.9);
  box-shadow: var(--shadow);
}

.final-cta__inner p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(248, 250, 252, 0.76);
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer {
  padding: 56px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 107, 33, 0.13), transparent 25rem),
    #05060a;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 28px;
}

.footer__brand {
  display: block;
  width: min(330px, 100%);
  margin-bottom: 18px;
}

.footer__brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.footer p,
.footer a { color: var(--muted); }

.footer a {
  display: block;
  margin-top: 9px;
}

.footer a:hover,
.footer a:focus-visible { color: #fff; }

.footer h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
}

.mobile-sticky {
  position: fixed;
  z-index: 60;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 8, 13, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.mobile-sticky.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: none;
}

.mobile-sticky a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 950;
  font-size: 0.94rem;
}

.btn--client {
  min-height: 42px;
  padding: 0.68rem 0.82rem;
  border: 1px solid rgba(255, 107, 33, 0.38);
  color: #fff;
  font-size: 0.94rem;
  background: rgba(255, 107, 33, 0.16);
  box-shadow: none;
  font-weight: 950;
}

.mobile-sticky a:nth-child(2) {
  color: #160804;
  background: linear-gradient(135deg, var(--orange-3), var(--orange));
}

@media (max-width: 1320px) {
  .header-ctas .btn--ghost { display: none; }
}

@media (max-width: 1120px) {
  .header__inner {
    grid-template-columns: minmax(230px, 1fr) auto minmax(160px, 1fr);
    padding-inline: 20px;
  }

  .brand {
    width: clamp(220px, 23vw, 290px);
    min-width: 220px;
    height: clamp(54px, 7vw, 70px);
  }

  .hero {
    padding: 48px 0 64px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .quote-card {
    position: relative;
    top: auto;
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .quote-rail__inner,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage__grid,
  .coverage-card,
  .why__grid,
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .conversion-panel__inner {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .conversion-panel__media {
    height: 260px;
  }

  .conversion-panel__actions {
    justify-items: start;
  }

  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  body { padding-bottom: 80px; }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .header__inner {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    padding-inline: 14px;
  }

  .brand {
    width: clamp(180px, 52vw, 264px);
    min-width: 180px;
    height: 58px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav {
    position: fixed;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 10px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(6, 8, 13, 0.97);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    padding: 14px;
    border-radius: 15px;
  }

  .nav-admin-link,
  .nav-client-link {
    display: block;
    margin-top: 6px;
    color: var(--orange-3) !important;
    background: rgba(255, 107, 33, 0.12);
  }

  .nav-client-link {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.09);
  }

  .header-ctas {
    display: none;
  }

  .header-ctas .btn--primary { display: none; }

  .hero {
    padding-top: 34px;
  }

  .hero__media video {
    object-position: center center;
  }

  h1 {
    font-size: 3.45rem;
    line-height: 0.95;
    letter-spacing: -0.045em;
  }

  .eyebrow {
    align-items: center;
    font-size: 0.72rem;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }

  .eyebrow > span:not(.hero-truck),
  .hero-kicker .hero-truck {
    flex-basis: 48px;
    width: 48px;
    height: 23px;
  }

  .eyebrow > span:not(.hero-truck) {
    background:
      radial-gradient(circle at 13px 18px, #090a0f 0 3px, var(--orange-3) 3px 5px, transparent 5.5px),
      radial-gradient(circle at 41px 18px, #090a0f 0 3px, var(--orange-3) 3px 5px, transparent 5.5px);
  }

  .eyebrow > span:not(.hero-truck)::before,
  .hero-truck::before {
    width: 31px;
    height: 11px;
  }

  .eyebrow > span:not(.hero-truck)::after,
  .hero-truck::after {
    width: 14px;
    height: 15px;
  }

  .hero__lead {
    font-size: 1.08rem;
  }

  .quote-rail__inner,
  .process-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .section__intro--split,
  .conversion-panel__inner,
  .clean-cta,
  .final-cta__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .clean-cta__actions {
    justify-content: flex-start;
  }

  .final-cta__actions {
    justify-content: flex-start;
  }

  .why__visual { min-height: 400px; }

  .mobile-sticky { display: grid; }

  .mobile-sticky--quote,
  .mobile-sticky--coverage {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__media video {
    filter: saturate(1.02) contrast(1.02);
  }

  .hero__media::before,
  .hero-motion__lane,
  .hero-motion__beam,
  .hero-motion__pulse,
  .hero-kicker .hero-truck,
  .hero-truck i,
  .hero-truck b {
    animation-duration: 18s;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-bottom: 46px;
  }

  h1 {
    font-size: 2.78rem;
  }

  .hero__actions .btn,
  .final-cta__actions .btn {
    width: 100%;
  }

  .form-grid--two,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .collection-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
    margin-inline: 0;
    padding: 0;
    scroll-snap-type: none;
  }

  .service-card,
  .collection-card {
    min-width: 0;
    width: 100%;
    scroll-snap-align: none;
  }

  .collection-card {
    min-height: 240px;
  }

  .quote-card {
    border-radius: 26px;
  }

  .quote-card__top,
  .quote-details {
    padding-inline: 20px;
  }

  .quote-details { padding-bottom: 22px; }

  .attachment-control {
    align-items: stretch;
    flex-direction: column;
  }

  .attachment-control__button {
    width: 100%;
  }

  .service-card__visual {
    height: 176px;
  }

  .coverage-card__photo {
    min-height: 260px;
  }

  .ops-card {
    min-width: 140px;
    font-size: 0.86rem;
  }

  .ops-card--one { left: 14px; top: 22px; }
  .ops-card--two { right: 14px; top: 42%; }
  .ops-card--three { left: 18px; bottom: 24px; }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
  }
}

.subpage-main {
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 106, 43, 0.12), transparent 30%),
    linear-gradient(180deg, #08090d 0%, #111621 42%, #f4f6f8 42%, #f4f6f8 100%);
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 118px) 0 clamp(46px, 6vw, 78px);
  color: #fff;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 13, 0.92), rgba(8, 9, 13, 0.76)),
    url("assets/video/crest-heavy-haul-action-poster.jpg") center / cover no-repeat;
  z-index: 0;
}

.subpage-hero > .container {
  position: relative;
  z-index: 1;
}

.subpage-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.quote-page .subpage-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 13, 0.92), rgba(8, 9, 13, 0.72)),
    url("assets/services/heavy-haul-action.jpg") center / cover no-repeat;
}

.quote-page__grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
}

.quote-template-panel,
.quote-template-summary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06)),
    rgba(10, 13, 20, 0.66);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  padding: clamp(20px, 3vw, 30px);
  border-radius: 22px;
}

.quote-template-panel strong,
.quote-template-summary h2 {
  display: block;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  line-height: 0.98;
}

.quote-template-panel p,
.quote-template-panel li {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.58;
}

.quote-template-panel p {
  margin: 12px 0 16px;
}

.quote-template-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-template-panel li {
  position: relative;
  padding-left: 24px;
}

.quote-template-panel li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 24px rgba(255, 107, 33, 0.72);
}

.quote-template-summary {
  position: sticky;
  top: 112px;
  border-color: rgba(17, 24, 39, 0.1);
  background: #111827;
}

.quote-template-summary h2 {
  margin: 12px 0;
}

.quote-template-summary p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.quote-template-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.quote-template-tags span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
}

.subpage-hero h1 {
  margin-top: 16px;
  max-width: 960px;
}

.subpage-hero__lead {
  margin: 18px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.26rem);
  line-height: 1.72;
}

.subpage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.subpage-proof {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  padding: clamp(22px, 3vw, 32px);
}

.subpage-proof--image {
  overflow: hidden;
  padding: 0;
}

.subpage-proof--image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  object-position: center;
}

.subpage-proof--image strong,
.subpage-proof--image span {
  padding-inline: clamp(20px, 3vw, 28px);
}

.subpage-proof--image strong {
  padding-top: clamp(20px, 3vw, 28px);
}

.subpage-proof--image span {
  padding-bottom: clamp(20px, 3vw, 28px);
}

.subpage-proof strong,
.subpage-proof span {
  display: block;
}

.subpage-proof strong {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 0.95;
}

.subpage-proof span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.detail-section {
  padding: clamp(54px, 7vw, 96px) 0;
  background: #f4f6f8;
  color: #111827;
}

.detail-section--dark {
  background: #0f131b;
  color: #fff;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.detail-copy h2 {
  margin-bottom: 18px;
  color: #111827;
}

.detail-section--dark .detail-copy h2 {
  color: #fff;
}

.detail-copy p,
.detail-list p {
  color: #4b5563;
  line-height: 1.72;
}

.detail-section--dark .detail-copy p,
.detail-section--dark .detail-list p {
  color: rgba(255, 255, 255, 0.72);
}

.detail-list {
  display: grid;
  gap: 16px;
}

.detail-list article,
.quote-band {
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(20px, 3vw, 28px);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(8, 12, 20, 0.08);
}

.detail-section--dark .detail-list article,
.detail-section--dark .quote-band {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.detail-list h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 1.08rem;
}

.detail-section--dark .detail-list h3 {
  color: #fff;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: clamp(32px, 5vw, 64px);
}

.quote-band h2,
.quote-band p {
  margin: 0;
}

.quote-band h2 {
  color: #111827;
}

.detail-section--dark .quote-band h2 {
  color: #fff;
}

.quote-band p {
  margin-top: 8px;
  color: #4b5563;
  line-height: 1.65;
}

.detail-section--dark .quote-band p {
  color: rgba(255, 255, 255, 0.72);
}

.service-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.service-link-tile {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-link-tile:hover,
.service-link-tile:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 137, 56, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.service-link-tile img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  object-position: center;
}

.service-link-tile[href="/flatbed-stepdeck"] img {
  object-position: center 34%;
}

.service-link-tile span {
  color: var(--orange-3);
  font-size: 0.78rem;
  font-weight: 980;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-link-tile strong {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.45;
}

.coverage-visual,
.process-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.coverage-visual strong,
.coverage-visual span {
  display: block;
}

.coverage-visual strong {
  margin-top: 18px;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1;
}

.coverage-visual span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.coverage-visual--ops {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 107, 33, 0.2), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(98, 214, 255, 0.13), transparent 26%),
    radial-gradient(circle at 64% 88%, rgba(255, 193, 105, 0.1), transparent 24%),
    linear-gradient(145deg, rgba(7, 10, 16, 0.98), rgba(19, 26, 39, 0.9));
}

.coverage-visual--ops::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 86%);
  pointer-events: none;
}

.coverage-visual--ops > * {
  position: relative;
  z-index: 1;
}

.command-map-copy {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.command-map-copy > span {
  margin: 0;
  color: var(--orange-3);
  font-size: 0.74rem;
  font-weight: 980;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-visual .command-map-copy > strong {
  margin: 0;
  max-width: 560px;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 3.15rem);
  letter-spacing: -0.045em;
}

.coverage-visual .command-map-copy > p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.lane-map-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 107, 33, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 10, 16, 0.72);
  box-shadow:
    inset 0 0 58px rgba(255, 107, 33, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.24);
}

.lane-map-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.68;
  pointer-events: none;
}

.lane-map-sweep {
  position: absolute;
  inset: -35% -20%;
  z-index: 1;
  background: conic-gradient(from 240deg at 50% 50%, transparent 0deg, rgba(98, 214, 255, 0.16) 16deg, rgba(255, 193, 105, 0.11) 28deg, transparent 42deg);
  opacity: 0.52;
  transform-origin: center;
  animation: mapSweep 16s linear infinite;
  pointer-events: none;
}

.lane-map-status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px 0;
}

.lane-map-status span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lane-map-status span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #55f0a7;
  box-shadow: 0 0 18px rgba(85, 240, 167, 0.8);
  animation: laneStatusPulse 1.8s ease-in-out infinite;
}

.lane-map-status strong {
  margin: 0;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.2;
  text-align: right;
}

.lane-map {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-top: 8px;
}

.lane-map__grid {
  fill: url("#opsGrid");
  stroke: rgba(255, 255, 255, 0.12);
}

.lane-map__topo {
  fill: url("#topoLines");
  opacity: 0.82;
}

.lane-map__us {
  fill: rgba(255, 255, 255, 0.08);
  stroke: rgba(255, 255, 255, 0.32);
  stroke-width: 2;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.2));
}

.lane-map__coast,
.lane-map__border {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.lane-map__coast {
  stroke: rgba(255, 255, 255, 0.18);
}

.lane-map__border {
  stroke: url("#borderLaneGlow");
  stroke-dasharray: 6 10;
}

.lane-map__border--canada {
  animation: freightLaneFlow 18s linear infinite;
}

.lane-map__border--mexico {
  animation: freightLaneFlow 15s linear infinite reverse;
}

.lane-route {
  fill: none;
  stroke: url("#laneGlow");
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-dasharray: 12 18;
  animation: freightLaneFlow 8s linear infinite;
}

.lane-route--border {
  stroke: url("#borderLaneGlow");
  stroke-width: 3;
}

.lane-route--two { animation-duration: 9.4s; }
.lane-route--three { animation-duration: 10.6s; }
.lane-route--four { animation-duration: 7.6s; }
.lane-route--five { animation-duration: 11s; }
.lane-route--six { animation-duration: 9.8s; }

.lane-pulse {
  fill: #ffc169;
  stroke: rgba(8, 9, 13, 0.82);
  stroke-width: 3;
  filter: drop-shadow(0 0 10px rgba(255, 107, 33, 0.95));
  offset-rotate: 0deg;
  animation: laneDrive 7.8s linear infinite;
}

.lane-pulse--one {
  offset-path: path("M145 242 C244 159 375 150 511 174 C604 190 677 221 741 265");
}

.lane-pulse--two {
  offset-path: path("M145 242 C269 258 365 297 470 333 C548 360 626 359 704 324");
  animation-duration: 9.2s;
  animation-delay: -2.4s;
}

.lane-pulse--three {
  offset-path: path("M145 242 C237 343 356 402 496 384 C572 374 630 346 679 306");
  animation-duration: 10.2s;
  animation-delay: -4.4s;
}

.lane-pulse--four {
  offset-path: path("M145 242 C233 221 308 222 385 239 C472 259 532 276 602 271");
  animation-duration: 7s;
  animation-delay: -1.1s;
}

.lane-pulse--five {
  offset-path: path("M145 242 C114 199 133 142 184 104 C247 58 363 64 456 102");
  animation-duration: 10.8s;
  animation-delay: -5.8s;
}

.lane-pulse--six {
  offset-path: path("M145 242 C207 328 313 391 426 421 C497 439 586 407 638 370");
  animation-duration: 9.6s;
  animation-delay: -3.2s;
}

.lane-hub circle:first-child {
  fill: rgba(255, 107, 33, 0.18);
  stroke: rgba(255, 193, 105, 0.48);
  stroke-width: 2;
  animation: laneHubPulse 2.8s ease-in-out infinite;
}

.lane-hub circle:last-of-type {
  fill: #ffc169;
  stroke: rgba(8, 9, 13, 0.8);
  stroke-width: 3;
}

.lane-hub--home circle:first-child {
  fill: rgba(255, 107, 33, 0.34);
  stroke: #ff6b21;
}

.lane-hub--border circle:first-child {
  fill: rgba(98, 214, 255, 0.2);
  stroke: rgba(139, 232, 255, 0.65);
}

.lane-hub text {
  fill: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.lane-hub text:first-of-type {
  fill: #fff;
  font-size: 14px;
}

.lane-map-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

.lane-map-metrics span {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 15px 16px 17px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.lane-map-metrics span + span {
  border-left: 0;
}

.lane-map-metrics strong {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1;
}

.coverage-map-legend--lanes {
  margin-top: 16px;
}

@keyframes freightLaneFlow {
  to { stroke-dashoffset: -120; }
}

@keyframes laneDash {
  to { stroke-dashoffset: -120; }
}

@keyframes mapSweep {
  to { transform: rotate(360deg); }
}

@keyframes laneDrive {
  from { offset-distance: 0%; opacity: 0; }
  8% { opacity: 1; }
  88% { opacity: 1; }
  to { offset-distance: 100%; opacity: 0; }
}

@keyframes laneHubPulse {
  50% { r: 22px; opacity: 0.62; }
}

@keyframes laneStatusPulse {
  50% { transform: scale(1.5); opacity: 0.58; }
}

.route-radar {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 107, 33, 0.2), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
}

.route-radar__ring,
.route-radar__lane,
.route-radar__pin {
  position: absolute;
  display: block;
}

.route-radar__ring {
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.route-radar__lane {
  left: 16%;
  right: 16%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--orange), rgba(255, 255, 255, 0.82), transparent);
  transform-origin: center;
}

.route-radar__lane--one {
  top: 45%;
  transform: rotate(13deg);
}

.route-radar__lane--two {
  top: 55%;
  transform: rotate(-24deg);
}

.route-radar__pin {
  width: 15px;
  height: 15px;
  border: 3px solid rgba(8, 9, 13, 0.7);
  border-radius: 999px;
  background: var(--orange-3);
  box-shadow: 0 0 0 8px rgba(255, 107, 33, 0.16);
}

.route-radar__pin--one { left: 20%; top: 38%; }
.route-radar__pin--two { left: 37%; top: 60%; }
.route-radar__pin--three { right: 28%; top: 30%; }
.route-radar__pin--four { right: 18%; top: 58%; }

.process-panel strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1;
}

.process-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-panel li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.region-grid,
.process-flow,
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}

.process-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.region-grid article,
.process-flow article,
.value-grid article {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  padding: clamp(20px, 3vw, 30px);
  border-radius: 22px;
}

.region-grid span,
.process-flow span,
.value-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--orange-3);
  font-size: 0.78rem;
  font-weight: 980;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.region-grid h2,
.process-flow h2,
.value-grid h2 {
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.08;
}

.region-grid p,
.process-flow p,
.value-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.68;
}

@media (max-width: 920px) {
  .subpage-hero__grid,
  .quote-page__grid,
  .detail-grid,
  .quote-band {
    grid-template-columns: 1fr;
  }

  .quote-template-summary {
    position: relative;
    top: auto;
  }

  .service-link-grid,
  .region-grid,
  .process-flow,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .quote-band .btn {
    width: 100%;
  }

  .coverage-region-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lane-map-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .lane-map-status strong {
    text-align: left;
  }

  .lane-hub text {
    display: none;
  }

  .lane-map-metrics {
    grid-template-columns: 1fr;
  }

  .lane-map-metrics span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
}

/* ── USA State Tile Map ──────────────────────────────── */

.usa-tile-map {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 3px;
  aspect-ratio: 1.56;
  width: 100%;
}

.state-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 107, 33, 0.24);
  border: 1px solid rgba(255, 107, 33, 0.4);
  color: rgba(255, 255, 255, 0.84);
  transition: background 0.14s ease, transform 0.14s ease;
  cursor: default;
  line-height: 1;
}

.state-tile:hover {
  background: rgba(255, 107, 33, 0.5);
  transform: scale(1.12);
  z-index: 2;
  position: relative;
}

.state-tile--home {
  background: linear-gradient(135deg, var(--orange-3), var(--orange));
  border-color: var(--orange);
  color: #1a0803;
  box-shadow: 0 0 0 2px rgba(255, 107, 33, 0.38), 0 6px 18px rgba(255, 107, 33, 0.32);
}

.state-tile--border {
  background: rgba(255, 193, 105, 0.18);
  border-color: rgba(255, 193, 105, 0.32);
  color: rgba(255, 255, 255, 0.62);
}

.coverage-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.62);
}

.coverage-map-legend > span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.coverage-map-legend i {
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 107, 33, 0.45);
  background: rgba(255, 107, 33, 0.28);
  font-style: normal;
}

.coverage-map-legend .l--home i {
  background: linear-gradient(135deg, var(--orange-3), var(--orange));
  border-color: var(--orange);
}

.coverage-map-legend .l--border i {
  background: rgba(255, 193, 105, 0.22);
  border-color: rgba(255, 193, 105, 0.36);
}

/* ── Coverage Region Cards ───────────────────────────── */

.coverage-intro {
  max-width: 720px;
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
}

.coverage-intro .eyebrow--dark { color: #a74b11; }

.coverage-intro h2 {
  color: #111827;
  margin-bottom: 14px;
}

.coverage-intro p {
  color: #4b5563;
  font-size: 1.04rem;
  margin: 0;
  line-height: 1.7;
}

.coverage-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.region-card {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.5vw, 28px);
  border-radius: 22px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  background: #fff;
  box-shadow: 0 14px 46px rgba(8, 12, 20, 0.07);
}

.region-card__label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 11px;
  border-radius: 999px;
  color: #160805;
  background: linear-gradient(135deg, var(--orange-3), var(--orange));
  font-size: 0.66rem;
  font-weight: 980;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.region-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 1.1rem;
}

.region-card > p {
  flex: 1;
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.68;
}

.region-card__states {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}

.region-card__states em {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 7px;
  background: rgba(255, 107, 33, 0.09);
  border: 1px solid rgba(255, 107, 33, 0.2);
  color: #8b3508;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
}

.detail-section .coverage-intro p { color: #4b5563; }

/* ── Lane Intelligence ──────────────────────────────── */

.lane-intelligence-section {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 107, 33, 0.08), transparent 24%),
    linear-gradient(180deg, #f4f6f8, #eef2f6);
}

.lane-intelligence {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.lane-intelligence__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: end;
}

.lane-intelligence__intro h2 {
  margin-top: 12px;
  color: #111827;
}

.lane-intelligence__intro p:not(.eyebrow) {
  margin: 0;
  color: #4b5563;
  font-size: 1.04rem;
  line-height: 1.72;
}

.corridor-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.corridor-card,
.ops-signal-grid article {
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(8, 12, 20, 0.08);
}

.corridor-card {
  display: grid;
  align-content: space-between;
  min-height: 268px;
  padding: clamp(20px, 2.5vw, 28px);
}

.corridor-card--primary {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(16, 24, 39, 0.96), rgba(32, 41, 58, 0.92)),
    #111827;
}

.corridor-card span,
.ops-signal-grid span {
  color: #b94d0e;
  font-size: 0.68rem;
  font-weight: 980;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.corridor-card--primary span {
  color: var(--orange-3);
}

.corridor-card h3 {
  margin: 14px 0 12px;
  color: #111827;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.corridor-card--primary h3 {
  color: #fff;
}

.corridor-card p {
  margin: 0 0 24px;
  color: #4b5563;
  line-height: 1.65;
}

.corridor-card--primary p {
  color: rgba(255, 255, 255, 0.74);
}

.corridor-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.corridor-card em {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 8px;
  color: #9a3f0b;
  background: rgba(255, 107, 33, 0.09);
  border: 1px solid rgba(255, 107, 33, 0.18);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
}

.corridor-card--primary em {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
}

.ops-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.ops-signal-grid article {
  padding: clamp(18px, 2.4vw, 24px);
}

.ops-signal-grid h3 {
  margin: 16px 0 10px;
  color: #111827;
  font-size: 1.1rem;
}

.ops-signal-grid p {
  margin: 0;
  color: #4b5563;
  line-height: 1.62;
}

@media (max-width: 1080px) {
  .corridor-grid,
  .ops-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .usa-tile-map {
    gap: 2px;
  }

  .state-tile {
    font-size: 0.46rem;
    border-radius: 4px;
  }

  .coverage-region-grid {
    grid-template-columns: 1fr;
  }

  .lane-intelligence__intro,
  .corridor-grid,
  .ops-signal-grid {
    grid-template-columns: 1fr;
  }

  .corridor-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lane-map-sweep {
    animation: none !important;
    opacity: 0.16;
  }

  .lane-route,
  .lane-pulse,
  .lane-hub circle:first-child,
  .lane-map__border,
  .lane-map-status span::before {
    animation: none !important;
  }

  .lane-pulse {
    opacity: 0.82;
  }
}
