.fleet-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 8vw, 112px) 0 clamp(78px, 9vw, 124px);
}

.fleet-hero::before {
  position: absolute;
  width: 720px;
  height: 720px;
  top: -390px;
  right: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(34 199 173 / 0.2), transparent 66%);
  content: "";
  pointer-events: none;
}

.fleet-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.fleet-hero-copy {
  max-width: 590px;
}

.fleet-hero-copy h1 {
  max-width: 680px;
}

.fleet-hero-lead,
.fleet-section-lead {
  max-width: 740px;
  margin-top: 24px;
  color: #bdcad4;
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
}

.fleet-hero .hero-actions {
  margin-top: 34px;
}

.fleet-mockup {
  position: relative;
  margin: 0;
  padding: 17px;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 28px;
  color: #122234;
  background: #f7fafc;
  box-shadow: 0 34px 100px rgb(0 0 0 / 0.38), 0 8px 28px rgb(24 198 169 / 0.12);
}

.fleet-mockup-toolbar,
.fleet-mockup-toolbar > div {
  display: flex;
  align-items: center;
}

.fleet-mockup-toolbar {
  justify-content: space-between;
  padding: 3px 3px 16px;
  color: #718096;
  font-size: 0.72rem;
}

.fleet-mockup-toolbar > div {
  gap: 9px;
}

.fleet-mockup-toolbar strong {
  color: #142538;
  font-size: 0.84rem;
}

.fleet-mockup-mark {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: linear-gradient(145deg, #19cbb0, #10957f);
  box-shadow: inset 0 0 0 5px rgb(255 255 255 / 0.25);
}

.fleet-mockup-metrics {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 10px;
}

.fleet-mockup-metrics article {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e2eaf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 20px rgb(22 42 60 / 0.05);
}

.fleet-mockup-metrics small,
.fleet-mockup-route-copy small,
.fleet-mockup-alert small,
.fleet-mockup-activity > small {
  display: block;
  color: #758697;
  font-size: 0.62rem;
  font-weight: 750;
}

.fleet-mockup-metrics strong {
  display: block;
  margin-top: 7px;
  color: #102337;
  font-family: Sora, sans-serif;
  font-size: 1.35rem;
}

.fleet-mockup-metrics span {
  display: block;
  margin-top: 4px;
  color: #6c7e8e;
  font-size: 0.61rem;
}

.fleet-mockup-route {
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  margin-top: 10px;
  padding: 11px;
  border: 1px solid #e2eaf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 20px rgb(22 42 60 / 0.05);
}

.fleet-mockup-map {
  position: relative;
  min-height: 126px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(124deg, transparent 28%, #e4eaed 29% 31%, transparent 32%),
    linear-gradient(35deg, transparent 48%, #e4eaed 49% 51%, transparent 52%),
    #edf3f3;
}

.fleet-map-road,
.fleet-map-route,
.fleet-map-point {
  position: absolute;
  display: block;
}

.fleet-map-road {
  height: 3px;
  border-radius: 999px;
  background: #d6e0e5;
}

.fleet-map-road-one {
  width: 160px;
  top: 40px;
  left: -14px;
  transform: rotate(19deg);
}

.fleet-map-road-two {
  width: 160px;
  right: -22px;
  bottom: 29px;
  transform: rotate(-33deg);
}

.fleet-map-route {
  width: 132px;
  height: 5px;
  left: 20px;
  top: 66px;
  border-radius: 999px;
  background: #13bca1;
  transform: rotate(-22deg);
  transform-origin: center;
  box-shadow: 0 0 0 2px rgb(255 255 255 / 0.7);
}

.fleet-map-point {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0f3150;
  box-shadow: 0 2px 7px rgb(14 48 75 / 0.3);
}

.fleet-map-point-start {
  left: 20px;
  top: 84px;
}

.fleet-map-point-stop {
  width: 16px;
  height: 16px;
  left: 76px;
  top: 61px;
  background: #13bca1;
}

.fleet-map-point-end {
  right: 24px;
  top: 30px;
}

.fleet-mockup-route-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.fleet-mockup-route-copy strong {
  margin-top: 9px;
  color: #162a3d;
  font-size: 0.77rem;
}

.fleet-mockup-route-copy > span {
  margin-top: 6px;
  color: #118c79;
  font-size: 0.7rem;
  font-weight: 800;
}

.fleet-mockup-route-copy b {
  margin-top: 14px;
  color: #123b60;
  font-size: 0.66rem;
}

.fleet-mockup-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  color: #0d705f;
  background: #e9f8f4;
}

.fleet-mockup-alert > span {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: #19ad94;
  font-weight: 900;
}

.fleet-mockup-alert strong {
  display: block;
  margin-top: 2px;
  font-size: 0.68rem;
}

.fleet-mockup-activity {
  margin-top: 13px;
}

.fleet-mockup-activity ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 7px 0 0;
  list-style: none;
}

.fleet-mockup-activity li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 9px;
  border: 1px solid #e4ebef;
  border-radius: 12px;
  background: #fff;
}

.fleet-mockup-vehicle-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: linear-gradient(145deg, #e7f7f4, #d6eee9);
}

.fleet-mockup-activity li > span:last-child {
  min-width: 0;
}

.fleet-mockup-activity strong,
.fleet-mockup-activity small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fleet-mockup-activity strong {
  color: #25384a;
  font-size: 0.65rem;
}

.fleet-mockup-activity small {
  margin-top: 3px;
  color: #748493;
  font-size: 0.54rem;
}

.fleet-section-lead {
  color: var(--muted);
}

.fleet-audience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.7fr);
  gap: clamp(42px, 8vw, 96px);
  align-items: center;
}

.fleet-audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fleet-audience-list li {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d9e4ea;
  background: rgb(255 255 255 / 0.035);
  font-size: 0.78rem;
  font-weight: 700;
}

.fleet-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.fleet-card-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 16px 44px rgb(0 0 0 / 0.1);
}

.fleet-card-grid article:nth-child(4),
.fleet-card-grid article:nth-child(5) {
  min-height: 220px;
}

.fleet-card-grid article > span {
  color: #73e4d1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.fleet-card-grid h3 {
  margin-top: 34px;
  font-size: 1.28rem;
}

.fleet-card-grid p {
  margin-top: 13px;
  color: var(--muted);
}

.fleet-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 44px 0 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--line);
  list-style: none;
}

.fleet-process li {
  min-height: 260px;
  padding: 26px;
  background: var(--surface);
}

.fleet-process li > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #04231e;
  background: #73e4d1;
  font-weight: 800;
}

.fleet-process li h3 {
  margin-top: 34px;
  font-size: 1.02rem;
}

.fleet-process li p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.84rem;
}

.fleet-form-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 0.9fr);
  align-items: start;
  gap: clamp(42px, 7vw, 88px);
}

.fleet-form-copy {
  position: sticky;
  top: 106px;
}

.fleet-form-copy > p {
  margin-top: 24px;
  color: var(--muted);
}

.fleet-form-copy .fleet-form-privacy {
  font-size: 0.82rem;
}

.fleet-form-copy .fleet-pilot-disclaimer {
  padding-left: 16px;
  border-left: 2px solid #43d5bd;
  color: #c1d1d9;
  font-size: 0.85rem;
}

.fleet-form-card {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

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

.fleet-field {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #dce7ed;
  font-size: 0.82rem;
  font-weight: 750;
}

.fleet-field input,
.fleet-field select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #31465a;
  border-radius: 13px;
  outline: none;
  color: #edf4f8;
  background: #0a192a;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.fleet-field input:focus,
.fleet-field select:focus {
  border-color: #55d9c3;
  box-shadow: 0 0 0 4px rgb(85 217 195 / 0.12);
}

.fleet-field [aria-invalid="true"],
.fleet-consent input[aria-invalid="true"] {
  border-color: #ff9b91;
}

.fleet-field-error {
  min-height: 18px;
  color: #ffb0a8;
  font-size: 0.72rem;
  font-weight: 650;
}

.fleet-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 22px;
  color: #cbd8e0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.fleet-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: #22c7ad;
}

.fleet-submit {
  margin-top: 22px;
}

.fleet-error-summary {
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 1px solid rgb(255 155 145 / 0.28);
  border-radius: 13px;
  color: #ffd1cc;
  background: rgb(255 155 145 / 0.08);
  font-size: 0.84rem;
  font-weight: 700;
}

.fleet-success {
  padding: 22px;
  border: 1px solid rgb(34 199 173 / 0.28);
  border-radius: 18px;
  background: rgb(34 199 173 / 0.08);
}

.fleet-success p {
  margin-top: 10px;
  color: #c7d7df;
}

@media (max-width: 1040px) {
  .fleet-hero-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1.22fr);
    gap: 38px;
  }

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

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

@media (max-width: 840px) {
  .fleet-hero-grid,
  .fleet-audience-grid,
  .fleet-form-layout {
    grid-template-columns: 1fr;
  }

  .fleet-hero-copy {
    max-width: 720px;
  }

  .fleet-mockup {
    width: min(100%, 650px);
  }

  .fleet-form-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .fleet-hero {
    padding-top: 54px;
  }

  .fleet-mockup {
    padding: 12px;
    border-radius: 22px;
  }

  .fleet-mockup-route {
    grid-template-columns: 1fr;
  }

  .fleet-mockup-map {
    min-height: 112px;
  }

  .fleet-mockup-activity ul,
  .fleet-card-grid,
  .fleet-process ol,
  .fleet-form-grid {
    grid-template-columns: 1fr;
  }

  .fleet-card-grid article,
  .fleet-card-grid article:nth-child(4),
  .fleet-card-grid article:nth-child(5),
  .fleet-process li {
    min-height: 0;
  }

  .fleet-form-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .fleet-field input,
  .fleet-field select {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
