:root {
  --landing-ink: #071426;
  --landing-navy: #06111f;
  --landing-blue: #1657b8;
  --landing-electric: #2c8cff;
  --landing-red: #ed1c2a;
  --landing-line: #d8e1ee;
  --landing-muted: #5f6f83;
  --landing-soft: #f3f7fc;
}

.landing-page {
  background: #f4f7fb;
  color: var(--landing-ink);
}

.landing-page .hero {
  margin-bottom: 0;
}

.landing-benefits {
  position: relative;
  z-index: 8;
  padding: 26px 24px 38px;
  background:
    linear-gradient(90deg, rgba(22, 87, 184, 0.05), transparent 20%, transparent 80%, rgba(237, 28, 42, 0.04)),
    #f4f7fb;
}

.landing-benefits-inner {
  width: min(1510px, calc(100% - 32px));
  margin: -8px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #fff;
  border: 1px solid rgba(11, 42, 78, 0.1);
  box-shadow: 0 22px 55px rgba(8, 26, 51, 0.12);
  overflow: hidden;
}

.landing-benefits article {
  min-width: 0;
  padding: 18px 14px 20px;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  border-right: 1px solid var(--landing-line);
}

.landing-benefits article:last-child {
  border-right: 0;
}

.landing-benefits strong {
  min-height: 38px;
  display: grid;
  place-items: center;
  font-size: 15px;
  line-height: 1.25;
}

.landing-benefits article > span:last-child {
  max-width: 180px;
  color: var(--landing-muted);
  font-size: 12px;
  line-height: 1.45;
}

.landing-icon {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 14px 12px rgba(9, 42, 86, 0.2));
}

.landing-icon-1 { background-image: url("assets/feature-icons-v2/security.webp"); }
.landing-icon-2 { background-image: url("assets/feature-icons-v2/pallet.webp"); }
.landing-icon-3 { background-image: url("assets/feature-icons-v2/forklift.webp"); }
.landing-icon-4 { background-image: url("assets/feature-icons-v2/access.webp"); }
.landing-icon-5 { background-image: url("assets/feature-icons-v2/reporting.webp"); }
.landing-icon-6 { background-image: url("assets/feature-icons-v2/manager.webp"); }

.landing-section {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;
}

.landing-heading {
  max-width: 870px;
}

.landing-heading-row {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.landing-heading-row > p {
  margin: 0 0 9px;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.65;
}

.landing-kicker {
  margin: 0 0 12px;
  color: var(--landing-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.landing-kicker::after {
  content: "";
  width: 54px;
  height: 3px;
  display: block;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--landing-red), var(--landing-electric));
  box-shadow: 0 0 12px rgba(44, 140, 255, 0.35);
}

.landing-heading h2,
.warehouse-copy h2,
.landing-request h2 {
  margin: 0;
  color: var(--landing-ink);
  font-size: clamp(32px, 3vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

.landing-heading > p:last-child {
  margin: 22px 0 0;
  color: var(--landing-muted);
  font-size: 18px;
  line-height: 1.65;
}

.landing-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  gap: 80px;
  align-items: end;
}

.landing-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--landing-line);
  border-bottom: 1px solid var(--landing-line);
}

.landing-metrics div {
  min-width: 0;
  padding: 28px 20px;
  border-right: 1px solid var(--landing-line);
}

.landing-metrics div:last-child {
  border-right: 0;
}

.landing-metrics strong,
.landing-metrics span {
  display: block;
}

.landing-metrics strong {
  margin-bottom: 8px;
  color: var(--landing-red);
  font-size: 27px;
  line-height: 1;
}

.landing-metrics span {
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.45;
}

.landing-scenarios {
  padding-top: 42px;
}

.scenario-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--landing-line);
  border-bottom: 1px solid var(--landing-line);
}

.scenario-grid article {
  min-width: 0;
  min-height: 260px;
  padding: 32px 28px;
  border-right: 1px solid var(--landing-line);
  background: rgba(255, 255, 255, 0.56);
}

.scenario-grid article:last-child {
  border-right: 0;
}

.scenario-grid article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  color: #fff;
  font-weight: 800;
  background: var(--landing-red);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(237, 28, 42, 0.08), 0 8px 18px rgba(237, 28, 42, 0.18);
}

.scenario-grid h3 {
  margin: 0 0 12px;
  color: var(--landing-ink);
  font-size: 21px;
  line-height: 1.2;
}

.scenario-grid p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.62;
}

.landing-dark-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(44, 140, 255, 0.09) 1px, transparent 1px) 0 0 / 110px 100%,
    linear-gradient(180deg, #071426, #040c17);
}

.landing-dark-band::before,
.landing-dark-band::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
}

.landing-dark-band::before {
  top: 0;
  background: linear-gradient(90deg, transparent, var(--landing-electric), var(--landing-red), transparent);
  box-shadow: 0 0 16px rgba(44, 140, 255, 0.55);
}

.landing-dark-band::after {
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(44, 140, 255, 0.45), transparent);
}

.landing-dark-band .landing-kicker {
  color: #72b5ff;
}

.landing-dark-band .landing-heading h2 {
  color: #fff;
}

.neon-process {
  position: relative;
  margin: 54px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
}

.neon-process::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--landing-red), #a743ff 44%, var(--landing-electric));
  box-shadow: 0 0 18px rgba(44, 140, 255, 0.75);
}

.neon-process li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 22px;
  text-align: center;
}

.neon-process li > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 2px solid #73b8ff;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  background: #08182c;
  box-shadow: 0 0 0 7px rgba(44, 140, 255, 0.08), 0 0 22px rgba(44, 140, 255, 0.45);
}

.neon-process li:first-child > span {
  border-color: #ff4a55;
  box-shadow: 0 0 0 7px rgba(237, 28, 42, 0.08), 0 0 22px rgba(237, 28, 42, 0.48);
}

.neon-process strong,
.neon-process small {
  display: block;
}

.neon-process strong {
  margin-bottom: 8px;
  font-size: 17px;
}

.neon-process small {
  color: #aebed1;
  font-size: 13px;
  line-height: 1.5;
}

.rate-table {
  margin-top: 44px;
  border-top: 1px solid #bfcddd;
  border-bottom: 1px solid #bfcddd;
}

.rate-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.5fr;
  align-items: center;
  border-bottom: 1px solid var(--landing-line);
}

.rate-row:last-child {
  border-bottom: 0;
}

.rate-row > span {
  min-width: 0;
  padding: 20px 24px;
  border-right: 1px solid var(--landing-line);
}

.rate-row > span:last-child {
  border-right: 0;
}

.rate-row strong,
.rate-row small {
  display: block;
}

.rate-row strong {
  font-size: 17px;
}

.rate-row small {
  margin-top: 4px;
  color: var(--landing-muted);
  font-size: 12px;
}

.rate-row > span:last-child strong {
  color: var(--landing-blue);
  font-size: 21px;
}

.rate-head {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: var(--landing-ink);
}

.rate-head > span {
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: rgba(255, 255, 255, 0.15);
}

.rate-row.is-primary {
  background: linear-gradient(90deg, rgba(237, 28, 42, 0.07), rgba(44, 140, 255, 0.04));
  box-shadow: inset 4px 0 0 var(--landing-red);
}

.rate-note {
  padding: 24px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.5;
}

.rate-note strong {
  color: var(--landing-ink);
}

.landing-warehouse {
  padding-top: 30px;
}

.warehouse-panel {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  color: #fff;
  background: var(--landing-navy);
  overflow: hidden;
}

.warehouse-photo {
  position: relative;
  margin: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  align-self: stretch;
  min-height: 480px;
  overflow: hidden;
  background: #08182a;
}

.warehouse-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 64%, rgba(6, 17, 31, 0.46) 100%),
    linear-gradient(0deg, rgba(6, 17, 31, 0.34), transparent 34%);
}

.warehouse-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: 54% center;
}

.warehouse-copy {
  padding: 68px 66px;
  align-self: center;
}

.warehouse-copy .landing-kicker {
  color: #72b5ff;
}

.warehouse-copy h2 {
  color: #fff;
}

.warehouse-copy address {
  margin: 26px 0 24px;
  color: #d7e2ef;
  font-size: 18px;
  font-style: normal;
  line-height: 1.55;
}

.warehouse-copy ul {
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
  color: #adbed1;
}

.warehouse-copy li {
  position: relative;
  padding-left: 24px;
}

.warehouse-copy li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background: var(--landing-electric);
  box-shadow: 0 0 12px var(--landing-electric);
}

.warehouse-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-ghost-dark {
  border: 1px solid rgba(114, 181, 255, 0.55);
  color: #fff;
  background: transparent;
}

.btn-ghost-dark:hover {
  border-color: #72b5ff;
  background: rgba(44, 140, 255, 0.08);
}

.warehouse-facts {
  margin-top: 26px;
  padding: 40px 42px 34px;
  color: #fff;
  background: #06111f;
  border-top: 1px solid rgba(44, 140, 255, 0.45);
  box-shadow: 0 18px 48px rgba(8, 26, 51, 0.13);
}

.warehouse-facts-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 40px;
  align-items: end;
  padding-bottom: 30px;
}

.warehouse-facts-heading .landing-kicker {
  color: #72b5ff;
}

.warehouse-facts-heading h2 {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.08;
}

.warehouse-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(114, 181, 255, 0.2);
  border-bottom: 1px solid rgba(114, 181, 255, 0.2);
}

.warehouse-facts-grid > div {
  min-width: 0;
  padding: 24px 26px;
  border-right: 1px solid rgba(114, 181, 255, 0.2);
  border-bottom: 1px solid rgba(114, 181, 255, 0.2);
}

.warehouse-facts-grid > div:nth-child(3n) {
  border-right: 0;
}

.warehouse-facts-grid > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.warehouse-facts-grid strong,
.warehouse-facts-grid span {
  display: block;
}

.warehouse-facts-grid strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}

.warehouse-facts-grid strong::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--landing-electric);
  box-shadow: 0 0 13px var(--landing-electric);
}

.warehouse-facts-grid span {
  color: #adbed1;
  font-size: 13px;
  line-height: 1.5;
}

.landing-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: 80px;
}

.faq-list {
  border-top: 1px solid #bfcddd;
}

.faq-list details {
  border-bottom: 1px solid #bfcddd;
}

.faq-list summary {
  position: relative;
  padding: 22px 54px 22px 0;
  color: var(--landing-ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 17px;
  display: grid;
  place-items: center;
  border: 1px solid #b9c9dc;
  color: var(--landing-blue);
  border-radius: 50%;
}

.faq-list details[open] summary::after {
  content: "−";
  color: #fff;
  border-color: var(--landing-red);
  background: var(--landing-red);
}

.faq-list p {
  margin: -4px 54px 22px 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.65;
}

.landing-request {
  position: relative;
  padding: 88px 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(44, 140, 255, 0.08) 1px, transparent 1px) 0 0 / 96px 100%,
    var(--landing-navy);
}

.landing-request::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--landing-electric), var(--landing-red), transparent);
  box-shadow: 0 0 18px rgba(44, 140, 255, 0.55);
}

.landing-request-inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 90px;
  align-items: center;
}

.landing-request .landing-kicker {
  color: #72b5ff;
}

.landing-request h2 {
  color: #fff;
}

.landing-request-inner > div > p:not(.landing-kicker) {
  max-width: 520px;
  margin: 24px 0;
  color: #adbed1;
  font-size: 17px;
  line-height: 1.65;
}

.request-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.request-contacts a {
  color: #fff;
  font-size: 18px;
  font-weight: 750;
}

.landing-request-form {
  padding: 30px;
  color: var(--landing-ink);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.landing-request-form .btn {
  min-height: 52px;
}

.ltl-network {
  overflow: hidden;
}

.ltl-network-shell {
  min-height: 520px;
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.45fr);
  overflow: hidden;
  color: #fff;
  background: #06111f;
  border: 1px solid rgba(44, 140, 255, 0.24);
  border-radius: 6px;
  box-shadow: 0 28px 72px rgba(8, 26, 51, 0.2), 0 0 38px rgba(44, 140, 255, 0.08);
}

.ltl-network-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 15% 56%, rgba(237, 28, 42, 0.18), transparent 18%),
    radial-gradient(circle at 72% 48%, rgba(44, 140, 255, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(76, 140, 222, 0.08) 1px, transparent 1px) 0 0 / 88px 100%,
    linear-gradient(rgba(76, 140, 222, 0.06) 1px, transparent 1px) 0 0 / 100% 72px,
    #06111f;
}

.ltl-network-map::before,
.ltl-network-map::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ltl-network-map::before {
  inset: 0;
  z-index: 0;
  opacity: 0.36;
  background-image:
    radial-gradient(circle at 12% 22%, #62adff 0 1px, transparent 2px),
    radial-gradient(circle at 31% 77%, #62adff 0 1px, transparent 2px),
    radial-gradient(circle at 52% 18%, #ed1c2a 0 1px, transparent 2px),
    radial-gradient(circle at 74% 82%, #62adff 0 1px, transparent 2px),
    radial-gradient(circle at 91% 31%, #62adff 0 1px, transparent 2px);
}

.ltl-network-map::after {
  inset: 0;
  z-index: 4;
  box-shadow: inset 0 0 80px 34px #06111f;
}

.ltl-map-compass {
  position: absolute;
  top: 24px;
  left: 34px;
  right: 34px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #7393ba;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.ltl-map-compass i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(237, 28, 42, 0.75), #9b43ec 48%, rgba(44, 140, 255, 0.78));
  box-shadow: 0 0 10px rgba(44, 140, 255, 0.55);
}

.ltl-network-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ltl-route-line {
  fill: none;
  stroke: rgba(76, 143, 226, 0.16);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  transition: stroke 0.22s ease, stroke-width 0.22s ease, opacity 0.22s ease;
}

.ltl-route-line.active {
  stroke: url(#route-active-gradient);
  stroke-width: 4;
  stroke-dasharray: 11 8;
  filter: drop-shadow(0 0 6px rgba(44, 140, 255, 0.9));
  animation: ltl-route-flow 12s linear infinite;
}

@keyframes ltl-route-flow {
  to { stroke-dashoffset: -190; }
}

.ltl-network-city {
  position: absolute;
  left: var(--city-x);
  top: var(--city-y);
  z-index: 3;
  min-width: 90px;
  padding: 8px;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #a8c6eb;
  background: transparent;
  border: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.ltl-network-city span {
  width: 14px;
  height: 14px;
  display: block;
  background: #071426;
  border: 2px solid #72b5ff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(44, 140, 255, 0.08), 0 0 18px rgba(44, 140, 255, 0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ltl-network-city strong {
  color: inherit;
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 8px #020811;
}

.ltl-network-city:hover span,
.ltl-network-city:focus-visible span {
  transform: scale(1.2);
}

.ltl-network-city.is-origin {
  color: #fff;
}

.ltl-network-city.is-origin span {
  background: #ed1c2a;
  border-color: #fff;
  box-shadow: 0 0 0 7px rgba(237, 28, 42, 0.16), 0 0 24px rgba(237, 28, 42, 0.95);
}

.ltl-network-city.is-destination {
  color: #fff;
}

.ltl-network-city.is-destination span {
  background: #2c8cff;
  border-color: #fff;
  box-shadow: 0 0 0 7px rgba(44, 140, 255, 0.16), 0 0 24px rgba(44, 140, 255, 0.95);
}

.ltl-network-panel {
  position: relative;
  z-index: 6;
  padding: 42px 34px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(18, 48, 88, 0.94), rgba(7, 20, 38, 0.98)),
    #071426;
  border-left: 1px solid rgba(114, 181, 255, 0.18);
}

.ltl-network-label {
  margin: 0 0 10px;
  color: #72b5ff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ltl-network-panel h3 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.08;
}

.ltl-network-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(114, 181, 255, 0.18);
  border-bottom: 1px solid rgba(114, 181, 255, 0.18);
}

.ltl-network-facts div {
  min-width: 0;
  padding: 17px 10px 17px 0;
}

.ltl-network-facts div:nth-child(even) {
  padding-left: 16px;
  border-left: 1px solid rgba(114, 181, 255, 0.18);
}

.ltl-network-facts span {
  display: block;
  margin-bottom: 5px;
  color: #8fa9c7;
  font-size: 11px;
}

.ltl-network-facts strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.28;
}

.ltl-network-minimum {
  margin: 22px 0 24px;
  color: #9cb0c9;
  font-size: 13px;
  line-height: 1.45;
}

.ltl-network-minimum strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 22px;
}

.ltl-network-panel .btn {
  width: 100%;
}

.ltl-route-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--landing-line);
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.ltl-route-switcher button {
  min-height: 42px;
  padding: 8px 14px;
  color: #18324f;
  background: #f3f7fc;
  border: 1px solid #d8e3f0;
  border-radius: 6px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.ltl-route-switcher button:hover,
.ltl-route-switcher button.active {
  color: #fff;
  background: var(--landing-red);
  border-color: var(--landing-red);
}

@media (max-width: 1180px) {
  .landing-benefits-inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .landing-benefits article:nth-child(3) {
    border-right: 0;
  }

  .landing-benefits article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--landing-line);
  }

  .landing-intro {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .scenario-grid article:nth-child(2) {
    border-right: 0;
  }

  .scenario-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--landing-line);
  }

  .warehouse-panel {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .landing-request-inner {
    grid-template-columns: 0.75fr 1.25fr;
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .landing-benefits {
    padding: 18px 12px 26px;
  }

  .landing-benefits-inner {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-benefits article,
  .landing-benefits article:nth-child(3) {
    border-right: 1px solid var(--landing-line);
    border-bottom: 1px solid var(--landing-line);
  }

  .landing-benefits article:nth-child(even) {
    border-right: 0;
  }

  .landing-benefits article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .landing-icon {
    width: 78px;
    height: 78px;
  }

  .ltl-network-shell {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ltl-network-map {
    min-height: 410px;
  }

  .ltl-network-panel {
    padding: 32px 24px;
    border-top: 1px solid rgba(114, 181, 255, 0.18);
    border-left: 0;
  }

  .ltl-route-switcher {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .ltl-route-switcher button {
    flex: 0 0 auto;
  }

  .landing-section {
    width: min(100% - 32px, 680px);
    padding: 64px 0;
  }

  .landing-heading-row,
  .landing-faq {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .landing-heading h2,
  .warehouse-copy h2,
  .landing-request h2 {
    font-size: 34px;
  }

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

  .landing-metrics div,
  .landing-metrics div:last-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--landing-line);
  }

  .landing-metrics div:last-child {
    border-bottom: 0;
  }

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

  .scenario-grid article,
  .scenario-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--landing-line);
  }

  .scenario-grid article:last-child {
    border-bottom: 0;
  }

  .neon-process {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .neon-process::before {
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--landing-red), #a743ff 44%, var(--landing-electric));
  }

  .neon-process li {
    min-height: 116px;
    padding: 0 0 26px 78px;
    text-align: left;
  }

  .neon-process li > span {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .rate-table {
    border-top: 0;
  }

  .rate-head {
    display: none;
  }

  .rate-row {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
    border: 1px solid var(--landing-line);
  }

  .rate-row > span {
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--landing-line);
  }

  .rate-row > span:last-child {
    border-bottom: 0;
  }

  .rate-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rate-note .btn {
    width: 100%;
  }

  .warehouse-panel {
    grid-template-columns: 1fr;
  }

  .warehouse-photo,
  .warehouse-photo img {
    min-height: 300px;
  }

  .warehouse-photo {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .warehouse-copy {
    padding: 40px 28px;
  }

  .warehouse-links {
    display: grid;
  }

  .warehouse-facts {
    padding: 34px 24px 28px;
  }

  .warehouse-facts-heading,
  .warehouse-facts-grid {
    grid-template-columns: 1fr;
  }

  .warehouse-facts-heading {
    gap: 8px;
  }

  .warehouse-facts-grid > div,
  .warehouse-facts-grid > div:nth-child(3n),
  .warehouse-facts-grid > div:nth-last-child(-n + 3) {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(114, 181, 255, 0.2);
  }

  .warehouse-facts-grid > div:last-child {
    border-bottom: 0;
  }

  .landing-request {
    padding: 64px 0;
  }

  .landing-request-inner {
    width: min(100% - 32px, 680px);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .landing-request-form {
    padding: 22px 18px;
  }
}

@media (max-width: 480px) {
  .landing-benefits article {
    padding: 14px 8px 16px;
  }

  .landing-benefits strong {
    font-size: 13px;
  }

  .landing-benefits article > span:last-child {
    font-size: 11px;
  }

  .landing-icon {
    width: 68px;
    height: 68px;
  }

  .ltl-network-map {
    min-height: 350px;
  }

  .ltl-map-compass {
    left: 18px;
    right: 18px;
  }

  .ltl-network-city {
    min-width: 70px;
    padding: 6px 2px;
  }

  .ltl-network-city strong {
    font-size: 9px;
  }

  .ltl-network-panel h3 {
    font-size: 28px;
  }

  .landing-heading h2,
  .warehouse-copy h2,
  .landing-request h2 {
    font-size: 30px;
  }

  .landing-heading > p:last-child,
  .landing-heading-row > p {
    font-size: 16px;
  }

  .scenario-grid article {
    padding: 26px 20px;
  }

  .warehouse-copy {
    padding: 34px 20px;
  }
}
.landing-page .hero-copy h1 {
  max-width: 610px;
}

@media (min-width: 1001px) {
  .landing-page .hero-copy h1 {
    font-size: clamp(46px, 3.35vw, 52px);
  }
}
/* Keyboard users can bypass the repeated header without changing the layout. */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  color: #fff;
  background: #ef1b2d;
  border-radius: 6px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 0.18s ease;
}

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