.service-page {
  overflow-x: hidden;
  background: var(--paper);
}

.service-page .content-shell {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.service-page .service-section {
  padding: 110px 5.7vw;
}

.service-page .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-page .breadcrumbs a {
  transition: color 0.2s ease;
}

.service-page .breadcrumbs a:hover,
.service-page .breadcrumbs a:focus-visible {
  color: var(--orange-bright);
}

.service-hero {
  position: relative;
  display: flex;
  min-height: 820px;
  padding: 150px 5.7vw 0;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 22, 0.98) 0%,
      rgba(4, 13, 22, 0.91) 45%,
      rgba(4, 13, 22, 0.48) 100%
    ),
    linear-gradient(0deg, rgba(4, 13, 22, 0.84), transparent 46%),
    url("images/hero-logistics.webp") center / cover no-repeat;
  flex-direction: column;
}

.road-page .service-hero {
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 22, 0.98) 0%,
      rgba(4, 13, 22, 0.91) 45%,
      rgba(4, 13, 22, 0.48) 100%
    ),
    linear-gradient(0deg, rgba(4, 13, 22, 0.84), transparent 46%),
    url("images/road-freight.webp") center / cover no-repeat;
}

.air-page .service-hero,
.air-china-page .service-hero {
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 22, 0.98) 0%,
      rgba(4, 13, 22, 0.91) 45%,
      rgba(4, 13, 22, 0.48) 100%
    ),
    linear-gradient(0deg, rgba(4, 13, 22, 0.84), transparent 46%),
    url("images/air-freight.webp") center / cover no-repeat;
}

.multimodal-page .service-hero {
  background:
    radial-gradient(
      circle at 77% 40%,
      rgba(47, 158, 216, 0.25) 0,
      rgba(47, 158, 216, 0.08) 18%,
      transparent 35%
    ),
    radial-gradient(
      circle at 72% 44%,
      transparent 0 18%,
      rgba(255, 255, 255, 0.1) 18.15% 18.3%,
      transparent 18.45% 28%,
      rgba(255, 255, 255, 0.07) 28.15% 28.3%,
      transparent 28.45%
    ),
    linear-gradient(115deg, #04101b 0%, #071b2b 58%, #0b2f4d 100%);
}

.service-hero::after {
  position: absolute;
  top: 0;
  right: 6vw;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}

.service-hero-grid,
.service-cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 8.333vw 8.333vw;
  mask-image: linear-gradient(90deg, black, transparent 82%);
}

.service-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: min(1080px, 100%);
  min-height: 560px;
  padding: 35px 0 70px;
  flex: 1;
  flex-direction: column;
}

.service-hero .kicker {
  margin-bottom: 28px;
}

.service-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.service-hero h1 em {
  color: transparent;
  font-weight: 300;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}

.service-hero-lead {
  max-width: 690px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.7;
}

.service-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.service-phone-link {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.service-hero-facts {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 0 -5.7vw;
  padding: 0 5.7vw;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(4, 13, 22, 0.68);
  backdrop-filter: blur(12px);
  grid-template-columns: repeat(3, 1fr);
}

.service-hero-facts article {
  min-height: 142px;
  padding: 26px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.service-hero-facts article:first-child {
  padding-left: 0;
}

.service-hero-facts article:last-child {
  border-right: 0;
}

.service-hero-facts article > span {
  display: block;
  margin-bottom: 13px;
  color: var(--orange-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-hero-facts strong {
  display: block;
  font-size: 15px;
}

.service-hero-facts p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.5;
}

.service-eyebrow {
  margin: 0 0 24px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-intro {
  background: var(--paper);
}

.service-intro-grid,
.service-guidance-grid {
  display: grid;
  align-items: start;
  gap: 8vw;
  grid-template-columns: 1fr 0.8fr;
}

.service-intro h2,
.service-section-heading h2,
.service-documents h2,
.service-guidance h2,
.service-faq h2,
.service-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 4.7vw, 72px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.service-rich-copy {
  max-width: 650px;
}

.service-rich-copy > p {
  margin: 0 0 22px;
  color: #455968;
  font-size: 15px;
  line-height: 1.86;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(11, 47, 87, 0.35);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.inline-link span {
  color: var(--orange);
}

.service-offers {
  background: var(--cream);
}

.service-section-heading {
  display: grid;
  align-items: end;
  gap: 7vw;
  margin-bottom: 65px;
  grid-template-columns: 1.2fr 0.55fr;
}

.service-section-heading > p {
  margin: 0;
  color: #526573;
  font-size: 14px;
  line-height: 1.8;
}

.service-card-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.service-card-grid article {
  position: relative;
  min-height: 330px;
  padding: 40px 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.service-card-grid article:hover {
  z-index: 2;
  background: var(--white);
  transform: translateY(-4px);
}

.service-card-grid article > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-card-grid h3 {
  margin: 62px 0 18px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.1;
}

.service-card-grid p {
  margin: 0;
  color: #526573;
  font-size: 13px;
  line-height: 1.75;
}

.service-process {
  color: var(--white);
  background: var(--navy);
}

.service-section-heading--light h2 {
  color: var(--white);
}

.service-section-heading--light > p {
  color: rgba(255, 255, 255, 0.64);
}

.service-steps {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
}

.service-steps li {
  min-height: 310px;
  padding: 36px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.service-steps li > span {
  color: var(--orange-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-steps h3 {
  margin: 76px 0 18px;
  color: var(--white);
  font-size: 21px;
}

.service-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  line-height: 1.75;
}

.service-documents {
  background: var(--paper);
}

.service-documents-grid {
  display: grid;
  align-items: start;
  gap: 5vw;
  grid-template-columns: 0.8fr 1.1fr 0.65fr;
}

.service-documents-lead {
  max-width: 510px;
  margin: 28px 0 0;
  color: #526573;
  font-size: 14px;
  line-height: 1.8;
}

.document-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.document-list li {
  display: grid;
  gap: 24px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 34px 1fr;
}

.document-list li > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.document-list strong {
  color: var(--ink);
  font-size: 15px;
}

.document-list p {
  margin: 8px 0 0;
  color: #596b77;
  font-size: 12px;
  line-height: 1.7;
}

.document-note {
  padding: 34px 30px;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(47, 158, 216, 0.28), transparent 55%),
    var(--ink);
}

.document-note > span {
  color: var(--orange-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.document-note h3 {
  margin: 48px 0 18px;
  font-size: 25px;
  line-height: 1.08;
}

.document-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  line-height: 1.75;
}

.document-note a {
  display: inline-flex;
  gap: 12px;
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 800;
}

.document-note a span {
  color: var(--orange-bright);
}

.service-guidance {
  background: var(--cream);
}

.service-faq {
  background: var(--paper);
}

.service-faq-grid {
  display: grid;
  align-items: start;
  gap: 8vw;
  grid-template-columns: 0.72fr 1.28fr;
}

.service-faq-grid > div:first-child > p:last-child {
  max-width: 480px;
  margin: 28px 0 0;
  color: #526573;
  font-size: 14px;
  line-height: 1.8;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 27px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--orange);
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 760px;
  margin: -5px 0 26px;
  color: #536674;
  font-size: 13px;
  line-height: 1.8;
}

.service-cta {
  position: relative;
  padding: 100px 5.7vw;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(47, 158, 216, 0.32),
      transparent 30%
    ),
    var(--ink);
}

.service-cta-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: end;
  gap: 8vw;
  grid-template-columns: 1.1fr 0.7fr;
}

.service-cta-content > div:first-child > p {
  margin: 0 0 22px;
  color: var(--orange-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-cta h2 {
  color: var(--white);
}

.service-cta-content > div:last-child > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.8;
}

.service-cta-phone {
  display: block;
  width: fit-content;
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
  .service-page .service-section {
    padding: 88px 5vw;
  }

  .service-hero {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .service-hero-facts {
    margin-right: -5vw;
    margin-left: -5vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .service-intro-grid,
  .service-guidance-grid,
  .service-faq-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }

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

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

  .service-documents-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .document-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .service-page .service-section {
    padding: 72px 20px;
  }

  .service-hero {
    min-height: auto;
    padding: 112px 20px 0;
    background:
      linear-gradient(
        90deg,
        rgba(4, 13, 22, 0.97) 0%,
        rgba(4, 13, 22, 0.82) 68%,
        rgba(4, 13, 22, 0.64)
      ),
      url("images/hero-logistics.webp") 62% center / cover no-repeat;
  }

  .road-page .service-hero {
    background:
      linear-gradient(
        90deg,
        rgba(4, 13, 22, 0.97) 0%,
        rgba(4, 13, 22, 0.82) 68%,
        rgba(4, 13, 22, 0.64)
      ),
      url("images/road-freight.webp") 62% center / cover no-repeat;
  }

  .air-page .service-hero,
  .air-china-page .service-hero {
    background:
      linear-gradient(
        90deg,
        rgba(4, 13, 22, 0.97) 0%,
        rgba(4, 13, 22, 0.82) 68%,
        rgba(4, 13, 22, 0.64)
      ),
      url("images/air-freight.webp") 62% center / cover no-repeat;
  }

  .multimodal-page .service-hero {
    background:
      radial-gradient(
        circle at 76% 43%,
        rgba(47, 158, 216, 0.22) 0,
        rgba(47, 158, 216, 0.07) 24%,
        transparent 42%
      ),
      linear-gradient(120deg, #04101b 0%, #071b2b 65%, #0b2f4d 100%);
  }

  .service-hero-content {
    min-height: 610px;
    padding: 22px 0 60px;
  }

  .service-page .breadcrumbs {
    margin-bottom: 25px;
    font-size: 8px;
  }

  .service-hero h1 {
    font-size: clamp(46px, 14vw, 66px);
    line-height: 0.94;
  }

  .service-hero-lead {
    margin-top: 28px;
    font-size: 15px;
  }

  .service-hero-actions {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }

  .service-hero-facts {
    margin: 0 -20px;
    padding: 0 20px;
    grid-template-columns: 1fr;
  }

  .service-hero-facts article,
  .service-hero-facts article:first-child {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .service-hero-facts article:last-child {
    border-bottom: 0;
  }

  .service-intro-grid,
  .service-guidance-grid,
  .service-faq-grid {
    gap: 40px;
  }

  .service-intro h2,
  .service-section-heading h2,
  .service-documents h2,
  .service-guidance h2,
  .service-faq h2,
  .service-cta h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .service-section-heading {
    gap: 30px;
    margin-bottom: 42px;
    grid-template-columns: 1fr;
  }

  .service-card-grid,
  .service-steps,
  .service-documents-grid,
  .service-cta-content {
    grid-template-columns: 1fr;
  }

  .service-card-grid article {
    min-height: 280px;
    padding: 32px 26px;
  }

  .service-card-grid h3 {
    margin-top: 48px;
  }

  .service-steps li {
    min-height: 270px;
    padding: 30px 25px;
  }

  .service-steps h3 {
    margin-top: 55px;
  }

  .document-note {
    grid-column: auto;
  }

  .service-cta {
    padding: 78px 20px;
  }

  .service-cta-content {
    gap: 42px;
  }

  .faq-list summary {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card-grid article,
  .faq-list summary span {
    transition: none;
  }
}
