:root {
  --logistics-green: #08783f;
  --logistics-green-dark: #056333;
  --logistics-ink: #101b2d;
  --logistics-copy: #52615a;
  --logistics-line: #dce7e0;
  --logistics-mint: #eef7f1;
  --logistics-surface: #f7faf8;
  --logistics-shadow: 0 15px 40px rgba(19, 52, 35, 0.09);
}

.logistics-page {
  overflow-x: clip;
  color: var(--logistics-ink);
  background: #fff;
}

.logistics-page *,
.logistics-page *::before,
.logistics-page *::after {
  box-sizing: border-box;
}

.logistics-page .skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}

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

.logistics-page-container,
.logistics-page .nav-container {
  width: min(calc(100% - 72px), 1440px);
  margin-inline: auto;
}

.logistics-page-eyebrow {
  margin: 0 0 12px;
  color: var(--logistics-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.region-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Approved utility bar and single page header */
.logistics-utility {
  min-height: 36px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #edf1ef;
  color: #17212b;
  background: #fafcfb;
  font-size: 12px;
  font-weight: 550;
}

.logistics-utility .logistics-page-container,
.logistics-utility div,
.logistics-utility span,
.logistics-utility a {
  display: flex;
  align-items: center;
}

.logistics-utility .logistics-page-container {
  justify-content: space-between;
  gap: 28px;
}

.logistics-utility p {
  margin: 0;
}

.logistics-utility div {
  gap: 34px;
}

.logistics-utility span,
.logistics-utility a {
  gap: 7px;
  color: #17212b;
}

.logistics-utility svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--logistics-green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logistics-page .site-header {
  position: relative;
  top: auto;
  z-index: 80;
  min-height: 70px;
  border-bottom: 1px solid #edf1ef;
  background: #fff;
  box-shadow: 0 4px 16px rgba(18, 42, 31, 0.035);
}

.logistics-page .nav-container {
  min-height: 70px;
}

.logistics-page .brand {
  width: 208px;
  padding: 0;
}

.logistics-page .brand__official-logo {
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.logistics-page .desktop-navigation {
  gap: clamp(26px, 3vw, 44px);
}

.logistics-page .nav-link {
  min-height: 70px;
  font-size: 14px;
}

.logistics-page .nav-link.is-active {
  color: var(--logistics-green);
}

.logistics-page .nav-link.is-active::after {
  height: 2px;
}

.logistics-header-contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-inline: 20px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
}

.logistics-header-contact svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.logistics-page .mobile-navigation {
  top: 70px;
}

/* Hero */
.logistics-hero {
  background: #fff;
}

.logistics-hero__grid {
  position: relative;
  min-height: 400px;
  display: grid;
  grid-template-columns: minmax(420px, 0.46fr) minmax(0, 0.54fr);
  overflow: hidden;
}

.logistics-hero__content {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 24px 30px max(36px, calc((100vw - 1440px) / 2 + 36px));
  background: linear-gradient(90deg, #fff 0%, #fff 83%, rgba(255,255,255,.8) 100%);
}

.logistics-hero h1 {
  max-width: 570px;
  margin: 0;
  color: var(--logistics-ink);
  font-size: clamp(40px, 4.25vw, 58px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.logistics-hero h1 span {
  color: var(--logistics-green);
}

.logistics-hero__content > p:last-of-type {
  max-width: 455px;
  margin: 20px 0 0;
  color: var(--logistics-copy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.logistics-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 28px;
}

.logistics-benefit {
  min-width: 0;
}

.logistics-benefit__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  color: var(--logistics-green);
}

.logistics-benefit__icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logistics-benefit h3 {
  margin: 0 0 6px;
  color: var(--logistics-ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.logistics-benefit p {
  margin: 0;
  color: #5f6c65;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.55;
}

.logistics-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 400px;
  overflow: hidden;
}

.logistics-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.45) 10%, transparent 34%);
}

.logistics-hero__visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(.98) contrast(1.03);
}

.logistics-hero__free-badge {
  position: absolute;
  right: clamp(30px, 6vw, 86px);
  bottom: 34px;
  z-index: 3;
  width: 165px;
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-content: center;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 18px;
  color: var(--logistics-green);
  background: rgba(255,255,255,.92);
  box-shadow: 0 15px 36px rgba(12,43,29,.18);
  backdrop-filter: blur(7px);
}

.logistics-hero__free-badge small {
  grid-column: 1 / -1;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.logistics-hero__free-badge strong {
  font-size: 28px;
  line-height: 1;
}

.logistics-hero__free-badge b {
  font-size: 17px;
}

.logistics-hero__free-badge svg {
  grid-row: 2 / 4;
  grid-column: 2;
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

/* Destination regions and map */
.logistics-destinations {
  position: relative;
  padding: 42px 0 30px;
  background:
    linear-gradient(rgba(18,74,48,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,74,48,.032) 1px, transparent 1px),
    #fbfdfc;
  background-size: 36px 36px;
}

.logistics-section-header {
  margin-bottom: 22px;
}

.logistics-section-header h2 {
  margin: 0;
  color: var(--logistics-ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.logistics-section-header div > p:last-child {
  max-width: 475px;
  margin: 10px 0 0;
  color: #56645c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.destination-overview {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(330px, .38fr) minmax(0, .62fr);
  gap: 24px;
}

.destination-region-grid {
  display: grid;
  gap: 12px;
}

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

.destination-region-grid--secondary {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
}

.destination-region {
  min-width: 0;
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid #dce6e0;
  border-radius: 10px;
  color: var(--logistics-ink);
  text-align: left;
  background: rgba(255,255,255,.95);
  box-shadow: 0 5px 15px rgba(27,52,40,.07);
  font: inherit;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.destination-region-grid--secondary .destination-region {
  min-height: 96px;
}

.destination-region:hover,
.destination-region.is-selected {
  border-color: var(--logistics-green);
  box-shadow: 0 10px 24px rgba(8,90,49,.11);
  transform: translateY(-2px);
}

.destination-region:focus-visible {
  outline: 3px solid rgba(8,120,63,.22);
  outline-offset: 2px;
}

.destination-region__landmark {
  width: 54px;
  height: 64px;
  padding: 6px;
  border-radius: 12px;
  color: var(--logistics-green);
  background: linear-gradient(145deg, #f6fbf7, #eaf6ed);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.destination-region > span:last-child,
.delivery-demo__region > span:last-child {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.destination-region strong {
  font-size: 13px;
  line-height: 1.25;
}

.destination-region small {
  color: var(--logistics-green);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.destination-region em,
.delivery-demo__region em {
  width: max-content;
  padding: 3px 7px;
  border-radius: 99px;
  color: #2d7a3e;
  background: #dff3c5;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.distribution-panel__map {
  position: relative;
  min-width: 0;
  min-height: 350px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  background: transparent;
}

.distribution-panel__map > p {
  color: #607068;
  font-size: 13px;
  font-weight: 650;
}

/* Delivery estimate workspace */
.delivery-enquiry {
  padding: 28px 0 36px;
  scroll-margin-top: 20px;
  background: #f2f4f3;
}

.delivery-demo {
  display: grid;
  grid-template-columns: minmax(285px, .32fr) minmax(0, .68fr);
  gap: 20px;
  align-items: start;
}

.delivery-demo__regions {
  padding-top: 14px;
}

.delivery-demo__region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.delivery-demo__region {
  min-width: 0;
  min-height: 98px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid #dce6e0;
  border-radius: 9px;
  color: var(--logistics-ink);
  text-align: left;
  background: #fff;
  font: inherit;
  cursor: pointer;
  transition: border-color 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.delivery-demo__region .destination-region__landmark {
  width: 46px;
  height: 58px;
  padding: 5px;
}

.delivery-demo__region strong {
  font-size: 11px;
}

.delivery-demo__region small {
  color: var(--logistics-green);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.35;
}

.delivery-demo__region.is-muted {
  opacity: .68;
}

.delivery-demo__region.is-active,
.delivery-demo__region.is-selected {
  border-color: var(--logistics-green);
  opacity: 1;
  box-shadow: 0 8px 20px rgba(8,90,49,.09);
}

.delivery-enquiry__panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid #e1e7e3;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 0 rgba(20,40,30,.05), 0 20px 48px rgba(20,48,34,.12);
}

.delivery-enquiry__header {
  min-height: 50px;
  margin-bottom: 15px;
}

.delivery-enquiry__header::before {
  content: "";
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border: 1px solid #d7eadf;
  border-radius: 10px;
  background:
    linear-gradient(135deg, transparent 46%, var(--logistics-green) 47% 53%, transparent 54%),
    linear-gradient(45deg, transparent 46%, var(--logistics-green) 47% 53%, transparent 54%),
    #f0f7f2;
  background-size: 14px 14px;
}

.delivery-enquiry__eyebrow {
  display: none;
}

.delivery-enquiry h2 {
  margin: 0;
  padding-top: 2px;
  color: var(--logistics-ink);
  font-size: 22px;
  line-height: 1.2;
}

.delivery-enquiry__intro {
  margin: 3px 0 0;
  color: #617069;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.delivery-rate-workspace {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(230px, .75fr);
  gap: 18px;
}

.delivery-city-panel {
  min-width: 0;
}

.delivery-city-panel__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .72fr);
  gap: 18px;
  padding: 10px 14px;
  border-radius: 8px 8px 0 0;
  color: #435149;
  background: #f3f6f4;
}

.delivery-city-panel__heading h3,
.delivery-city-panel__heading span {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.delivery-city-list {
  min-height: 252px;
  border: 1px solid #e2e8e4;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.delivery-city-list__loading,
.delivery-city-list__empty {
  margin: 0;
  padding: 28px 18px;
  color: #617069;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.delivery-city-row {
  width: 100%;
  min-height: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .72fr);
  align-items: center;
  gap: 18px;
  padding: 7px 14px;
  border: 0;
  border-bottom: 1px solid #edf1ef;
  color: var(--logistics-ink);
  text-align: left;
  background: #fff;
  font: inherit;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

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

.delivery-city-row:hover,
.delivery-city-row.is-selected {
  color: var(--logistics-green);
  background: #eff8f2;
}

.delivery-city-row:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(8,120,63,.22);
  outline-offset: -3px;
}

.delivery-city-row__name {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
}

.delivery-city-row__name svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--logistics-green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delivery-city-row__fee {
  color: #66736b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.delivery-city-row__fee.is-verified {
  color: var(--logistics-green);
}

.delivery-city-panel__note {
  margin: 10px 0 0;
  color: #6a766f;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.55;
}

.delivery-info-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid #d6eadf;
  border-radius: 10px;
  background: linear-gradient(150deg, #f7fbf8, #edf7f0);
}

.delivery-info-card > img {
  width: 100%;
  height: 105px;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #d8e7dd;
  border-radius: 8px;
  object-fit: cover;
  object-position: 67% 55%;
}

.delivery-info-card h3 {
  margin: 0 0 5px;
  font-size: 12px;
}

.delivery-info-card__selection {
  min-height: 18px;
  margin: 0 0 8px;
  color: var(--logistics-green);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.4;
}

.delivery-info-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.delivery-info-card li {
  position: relative;
  padding-left: 16px;
  color: #52615a;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.5;
}

.delivery-info-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--logistics-green);
  font-weight: 800;
}

.delivery-city-whatsapp {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  background: var(--logistics-green);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
  transition: background 160ms ease, transform 160ms ease;
}

.delivery-city-whatsapp:hover {
  color: #fff;
  background: var(--logistics-green-dark);
  transform: translateY(-1px);
}

.delivery-city-whatsapp[aria-disabled="true"] {
  color: #69746e;
  background: #dfe6e2;
  cursor: not-allowed;
}

.delivery-city-whatsapp svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.delivery-detail {
  margin-top: 18px;
  border-top: 1px solid #e2e8e4;
}

.delivery-detail > summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--logistics-green);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.delivery-detail > summary::-webkit-details-marker {
  display: none;
}

.delivery-detail > summary span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #cee3d5;
  border-radius: 50%;
  font-size: 17px;
  transition: transform 160ms ease;
}

.delivery-detail[open] > summary span {
  transform: rotate(45deg);
}

.delivery-enquiry__layout {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(225px, .7fr);
  gap: 18px;
  align-items: stretch;
  padding-top: 16px;
}

.delivery-form {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.delivery-field {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.delivery-field > span {
  color: #273541;
  font-size: 11px;
  font-weight: 700;
}

.delivery-field input,
.delivery-field select {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding-inline: 10px;
  border: 1px solid #d8e2dc;
  border-radius: 8px;
  color: var(--logistics-ink);
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
}

.delivery-field input:focus,
.delivery-field select:focus {
  border-color: var(--logistics-green);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(8,120,63,.12);
}

.delivery-field--full,
.delivery-form__notice,
.delivery-form__submit {
  grid-column: 1 / -1;
}

.delivery-form__notice {
  margin: 0;
  padding: 9px 10px;
  border-radius: 8px;
  color: #536159;
  background: #f2f8f4;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.45;
}

.delivery-form__submit,
.delivery-summary__button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--logistics-green);
  border-radius: 8px;
  color: #fff;
  background: var(--logistics-green);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.delivery-form__submit:hover,
.delivery-summary__button:hover {
  background: var(--logistics-green-dark);
  box-shadow: 0 10px 22px rgba(8,120,63,.18);
  transform: translateY(-1px);
}

.delivery-form__submit:focus-visible,
.delivery-summary__button:focus-visible {
  outline: 3px solid rgba(8,120,63,.25);
  outline-offset: 2px;
}

.delivery-summary {
  position: relative;
  min-width: 0;
  min-height: 100%;
  padding: 148px 16px 16px;
  overflow: hidden;
  border: 1px solid #d6eadf;
  border-radius: 10px;
  background: linear-gradient(150deg, #f7fbf8, #edf7f0);
}

.delivery-summary__visual {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: 67% 56%;
  border-bottom: 1px solid #d7e8dd;
}

.delivery-summary[data-ready="false"] .delivery-summary__ready,
.delivery-summary[data-ready="true"] .delivery-summary__empty {
  display: none;
}

.delivery-summary__empty {
  margin: 0;
  color: #617066;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.65;
}

.delivery-summary h2 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 16px;
}

.delivery-summary dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.delivery-summary dl > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 7px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(8,120,63,.12);
}

.delivery-summary dt,
.delivery-summary dd {
  font-size: 9px;
}

.delivery-summary dt {
  color: #66736b;
  font-weight: 650;
}

.delivery-summary dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--logistics-ink);
  font-weight: 700;
}

.delivery-summary__rate {
  margin: 10px 0;
  padding: 9px;
  border-radius: 8px;
  color: #134c31;
  background: #e2f2e7;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
}

.delivery-summary__rate[data-available="true"] {
  color: #704f00;
  background: #fff3cc;
}

.delivery-summary__actions {
  display: grid;
  gap: 7px;
}

.delivery-summary__button--secondary {
  color: var(--logistics-green);
  background: #fff;
}

.delivery-summary__disclaimer {
  margin: 9px 0 0;
  color: #68766e;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.5;
}

/* Operational support */
.logistics-operations {
  padding: 14px 0 20px;
  background: #f8faf9;
}

.logistics-operations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #dde7e1;
  border-radius: 12px;
  background: #fff;
}

.operation-card {
  min-width: 0;
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  border-right: 1px solid #e0e8e3;
}

.operation-card:last-child {
  border-right: 0;
}

.operation-card__icon {
  flex: 0 0 50px;
  color: var(--logistics-green);
}

.operation-card__icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.operation-card h3 {
  margin: 0 0 5px;
  color: var(--logistics-green);
  font-size: 13px;
}

.operation-card p {
  margin: 0;
  color: #5c6862;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .logistics-page-container,
  .logistics-page .nav-container {
    width: min(calc(100% - 48px), 1080px);
  }

  .logistics-page .brand {
    width: 175px;
  }

  .logistics-page .desktop-navigation {
    gap: 24px;
  }

  .logistics-hero__grid {
    grid-template-columns: minmax(390px, .48fr) minmax(0, .52fr);
  }

  .logistics-hero__content {
    padding-left: 24px;
  }

  .logistics-hero h1 {
    font-size: 42px;
  }

  .destination-overview {
    grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr);
  }

  .delivery-demo {
    grid-template-columns: minmax(255px, .31fr) minmax(0, .69fr);
  }
}

@media (max-width: 980px) {
  .logistics-page .desktop-navigation {
    display: none;
  }

  .logistics-page .menu-toggle {
    display: inline-flex;
  }

  .logistics-hero__grid {
    grid-template-columns: 1fr;
  }

  .logistics-hero__content {
    padding: 46px 40px 38px;
  }

  .logistics-hero h1 {
    font-size: clamp(42px, 6vw, 56px);
  }

  .logistics-hero__content > p:last-of-type {
    max-width: 600px;
  }

  .logistics-hero__visual {
    min-height: 390px;
  }

  .logistics-hero__visual::before {
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.14) 22%, transparent 50%);
  }

  .destination-overview,
  .delivery-demo {
    grid-template-columns: 1fr;
  }

  .distribution-panel__map {
    min-height: 410px;
  }

  .destination-region-grid--secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .delivery-demo__regions {
    padding-top: 0;
  }

  .delivery-demo__region-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 720px) {
  .logistics-utility {
    display: none;
  }

  .logistics-page-container,
  .logistics-page .nav-container {
    width: min(calc(100% - 32px), 600px);
  }

  .logistics-page .site-header,
  .logistics-page .nav-container {
    min-height: 66px;
  }

  .logistics-page .brand {
    width: 160px;
  }

  .logistics-page .nav-actions > .logistics-header-contact {
    display: none;
  }

  .logistics-page .mobile-navigation {
    top: 66px;
  }

  .logistics-hero__content {
    padding: 36px 22px 32px;
  }

  .logistics-hero h1 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .logistics-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }

  .logistics-benefit h3 {
    font-size: 12px;
  }

  .logistics-benefit p {
    font-size: 10px;
  }

  .logistics-hero__visual {
    min-height: 310px;
  }

  .logistics-hero__free-badge {
    right: 16px;
    bottom: 16px;
    width: 140px;
    min-height: 94px;
    padding: 12px 14px;
  }

  .logistics-destinations {
    padding: 52px 0 28px;
  }

  .destination-region-grid--primary,
  .destination-region-grid--secondary,
  .delivery-demo__region-grid {
    grid-template-columns: 1fr;
  }

  .destination-region-grid--secondary {
    margin-top: 12px;
  }

  .distribution-panel__map {
    min-height: 300px;
  }

  .delivery-enquiry {
    padding: 24px 0 30px;
  }

  .delivery-enquiry__panel {
    padding: 18px;
  }

  .delivery-rate-workspace {
    grid-template-columns: 1fr;
  }

  .delivery-city-panel__heading,
  .delivery-city-row {
    grid-template-columns: minmax(0, 1fr) minmax(118px, .8fr);
    gap: 10px;
    padding-inline: 10px;
  }

  .delivery-city-row__fee {
    font-size: 9px;
  }

  .delivery-info-card > img {
    height: 150px;
  }

  .delivery-detail > summary {
    font-size: 11px;
  }

  .delivery-enquiry__layout,
  .delivery-form {
    grid-template-columns: 1fr;
  }

  .delivery-field--full,
  .delivery-form__notice,
  .delivery-form__submit {
    grid-column: auto;
  }

  .delivery-summary {
    min-height: 320px;
  }

  .logistics-operations__grid {
    grid-template-columns: 1fr;
  }

  .operation-card {
    border-right: 0;
    border-bottom: 1px solid #e0e8e3;
  }

  .operation-card:last-child {
    border-bottom: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .destination-region,
  .delivery-demo__region,
  .delivery-form__submit,
  .delivery-summary__button {
    transition: none;
  }
}
