:root {
  --ink: #172015;
  --muted: #596454;
  --line: #dce3d3;
  --paper: #f7f8f2;
  --white: #ffffff;
  --green: #1c6b3d;
  --green-2: #0f3f2a;
  --lime: #b6dd4f;
  --safety: #f2b84b;
  --steel: #405263;
  --red: #a53b32;
  --shadow: 0 24px 80px rgba(20, 30, 19, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(247, 248, 242, 0.94);
  border-bottom: 1px solid rgba(23, 32, 21, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}

.main-nav a {
  padding: 9px 10px;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--green-2);
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.header-call,
.button.primary {
  color: var(--white);
  background: var(--green);
}

.button.primary:hover,
.header-call:hover {
  background: var(--green-2);
}

.button.secondary {
  color: var(--green-2);
  background: var(--white);
  border-color: var(--line);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.button.light {
  color: var(--ink);
  background: var(--lime);
}

.button.wide {
  width: 100%;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 42px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}

.hero picture,
.hero picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 17, 13, 0.88), rgba(12, 17, 13, 0.56) 48%, rgba(12, 17, 13, 0.18)),
    linear-gradient(0deg, rgba(12, 17, 13, 0.82), rgba(12, 17, 13, 0.06) 45%);
}

.hero-content {
  position: relative;
  width: min(1100px, calc(100% - 36px));
  margin: 0 auto;
  padding: 110px 0 42px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.28rem;
}

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

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 46px 0 0;
}

.proof-row div {
  border-left: 4px solid var(--lime);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.11);
}

.proof-row dt {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--lime);
}

.proof-row dd {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.band {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 4vw, 54px);
}

.band > * {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid,
.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 14px;
}

.feature,
.link-tile,
.request-panel,
.tracker-card,
.photo-panel,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 32, 21, 0.06);
}

.feature,
.link-tile {
  padding: 22px;
}

.feature-number,
.link-tile span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.feature h3,
.link-tile strong {
  display: block;
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.15;
}

.feature p,
.link-tile p {
  margin: 0;
  color: var(--muted);
}

.link-tile {
  text-decoration: none;
}

.link-tile:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}

.dark-band {
  color: var(--white);
  background: var(--ink);
}

.dark-band .section-heading p:last-child,
.dark-band .process-list span,
.dark-band .photo-panel figcaption {
  color: rgba(255, 255, 255, 0.72);
}

.light-band {
  background: #eef2e6;
}

.split-section,
.two-column,
.tracker-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: start;
}

.split-section .feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
}

.two-column {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
}

.process-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.process-list li {
  position: relative;
  padding: 18px 18px 18px 58px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  counter-increment: step;
}

.process-list li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 18px;
  color: var(--lime);
  font-weight: 900;
}

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

.process-list span {
  margin-top: 4px;
}

.photo-panel {
  overflow: hidden;
  margin-top: 0;
}

.photo-panel img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.photo-panel figcaption {
  margin: 0;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.map-embed {
  overflow: hidden;
  width: 100%;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: var(--steel);
  box-shadow: var(--shadow);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 330px;
  border: 0;
}

.local-dispatch-panel {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.local-dispatch-panel h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1.45rem;
  line-height: 1.1;
}

.local-dispatch-panel dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.local-dispatch-panel div {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.local-dispatch-panel dt {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.local-dispatch-panel dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.request-panel {
  padding: clamp(22px, 4vw, 34px);
}

.request-panel h2 {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.05;
}

.request-panel p {
  margin-top: 0;
  color: var(--muted);
}

.lead-form,
.tracker-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lead-form label,
.tracker-form label {
  display: grid;
  gap: 6px;
}

.lead-form label span,
.tracker-form label span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea,
.tracker-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form .wide,
.tracker-form .wide {
  grid-column: 1 / -1;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.related-band {
  padding-top: 64px;
  padding-bottom: 64px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 14px;
}

.gallery figure {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.gallery figure:first-child {
  grid-row: span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  color: var(--white);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent);
  font-size: 0.92rem;
}

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

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.tracker-card {
  overflow: hidden;
}

.map-surface {
  position: relative;
  height: 360px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(64, 82, 99, 0.14) 1px, transparent 1px),
    linear-gradient(0deg, rgba(64, 82, 99, 0.14) 1px, transparent 1px),
    #e7eadf;
  background-size: 42px 42px;
}

.route-line {
  position: absolute;
  left: 18%;
  top: 52%;
  width: 64%;
  height: 7px;
  border-radius: 99px;
  background: var(--green);
  transform: rotate(-13deg);
  transform-origin: left center;
}

.map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--white);
  background: var(--steel);
  font-weight: 900;
  box-shadow: var(--shadow);
}

.map-pin.shop {
  left: 10%;
  top: 58%;
  background: var(--green-2);
}

.map-pin.tech {
  left: 46%;
  top: 42%;
  background: var(--safety);
  color: var(--ink);
  transition: left 400ms ease, top 400ms ease;
}

.map-pin.truck {
  right: 9%;
  top: 26%;
  background: var(--red);
}

.tracker-status {
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.tracker-status strong,
.tracker-status span {
  display: block;
}

.tracker-status span {
  margin-top: 3px;
  color: var(--muted);
}

.status-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 20px 22px 24px;
  list-style: none;
}

.status-steps li {
  position: relative;
  padding-left: 32px;
  color: var(--muted);
  font-weight: 800;
}

.status-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: var(--white);
}

.status-steps li.active {
  color: var(--green-2);
}

.status-steps li.active::before {
  border-color: var(--green);
  background: var(--lime);
}

.tracker-note {
  color: var(--muted);
  font-weight: 800;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #10170f;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(34px, 6vw, 58px) clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-cta h2 {
  margin: 0;
  color: var(--white);
  font-size: 2.5rem;
  line-height: 1.05;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1.1fr 0.85fr;
  gap: clamp(20px, 5vw, 54px);
  padding: clamp(42px, 7vw, 72px) clamp(18px, 4vw, 54px);
}

.site-footer h2 {
  margin: 0 0 12px;
  color: var(--white);
}

.footer-links {
  columns: 2;
}

.footer-links a {
  display: block;
  margin: 0 0 8px;
  text-decoration: none;
}

.footer-links a:hover,
.site-footer a:hover {
  color: var(--lime);
}

.legal {
  margin: 0;
  padding: 0 clamp(18px, 4vw, 54px) 34px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.58);
}

.mobile-call {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 3px;
  }

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

  .hero h1 {
    font-size: 4.2rem;
  }

  .section-heading h2 {
    font-size: 2.8rem;
  }

  .footer-cta h2 {
    font-size: 2.1rem;
  }

  .split-section,
  .two-column,
  .tracker-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-row {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 640px) {
  body {
    padding-bottom: 70px;
  }

  .site-header {
    position: static;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-call {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 690px;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding-top: 70px;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .section-heading h2 {
    font-size: 2.15rem;
  }

  .request-panel h2,
  .local-dispatch-panel h2 {
    font-size: 1.55rem;
  }

  .footer-cta h2 {
    font-size: 1.8rem;
  }

  .hero-actions,
  .lead-form,
  .tracker-form {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .lead-form .wide,
  .tracker-form .wide {
    width: 100%;
  }

  .feature-grid,
  .link-grid,
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery figure:first-child {
    grid-row: auto;
  }

  .footer-links {
    columns: 1;
  }

  .mobile-call {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 6px;
    color: var(--white);
    background: var(--green);
    font-weight: 900;
    text-decoration: none;
    box-shadow: var(--shadow);
  }
}