:root {
  --blue: #1256a0;
  --blue-bright: #2684e8;
  --blue-deep: #0b2e59;
  --blue-ink: #0a2343;
  --orange: #e96832;
  --orange-soft: #f28a58;
  --paper: #ffffff;
  --mist: #f5f9fd;
  --mist-blue: #edf5fc;
  --line: #dce8f4;
  --line-strong: #c4d7e9;
  --text: #16243a;
  --muted: #66778f;
  --muted-light: #9db5cf;
  --shadow-sm: 0 12px 30px rgba(11, 46, 89, .07);
  --shadow-md: 0 18px 48px rgba(11, 46, 89, .14);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --page-max: 1440px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --font-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--mist);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--mist);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea {
  font-family: inherit;
}

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

picture {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  border: 0;
  border-radius: 0;
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(38, 132, 232, .42);
  outline-offset: 4px;
}

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

.icon {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  flex: 0 0 auto;
}

/* Visual slot components keep image treatment, semantics and future asset swaps consistent. */
.image-slot {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  overflow: hidden;
  padding: clamp(22px, 3vw, 42px);
  color: var(--paper);
  background:
    radial-gradient(circle at 72% 28%, rgba(38, 132, 232, .34), transparent 31%),
    linear-gradient(135deg, #0b2e59 0%, #123e70 52%, #071c39 100%);
}

.image-slot::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: linear-gradient(rgba(185, 205, 226, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(185, 205, 226, .12) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  opacity: .7;
}

.image-slot::after {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: 14%;
  width: 58%;
  height: 46%;
  border: 1px solid rgba(255, 255, 255, .2);
  transform: skewX(-26deg) rotate(-11deg);
  content: "";
  box-shadow: 0 0 0 12px rgba(255, 255, 255, .035), 0 0 0 30px rgba(255, 255, 255, .025);
}

.image-slot-code,
.image-slot small {
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.image-slot-code {
  position: absolute;
  top: clamp(18px, 2.4vw, 32px);
  left: clamp(20px, 2.8vw, 38px);
  color: var(--orange-soft);
}

.image-slot-icon {
  display: grid;
  place-items: center;
  width: clamp(56px, 7vw, 88px);
  height: clamp(56px, 7vw, 88px);
  margin-bottom: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  color: var(--orange-soft);
  background: rgba(5, 29, 59, .4);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, .04);
}

.image-slot-icon .icon {
  width: 36%;
  height: 36%;
  stroke-width: 1.35;
}

.image-slot strong {
  max-width: 15ch;
  color: var(--paper);
  font-size: clamp(20px, 2.15vw, 32px);
  font-weight: 800;
  line-height: 1.2;
}

.image-slot small {
  margin-top: 9px;
  color: rgba(255, 255, 255, .62);
}

.image-slot-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  pointer-events: none;
}

.image-slot-orbit-one {
  top: 18%;
  right: 10%;
  width: 26%;
  aspect-ratio: 1;
}

.image-slot-orbit-two {
  top: 28%;
  right: 18%;
  width: 12%;
  aspect-ratio: 1;
  border-color: rgba(233, 104, 50, .68);
}

.image-slot-rail {
  background: radial-gradient(circle at 70% 35%, rgba(38, 132, 232, .42), transparent 30%), linear-gradient(135deg, #102f58, #0a203e 65%, #06152d);
}

.image-slot-waterway {
  background: radial-gradient(circle at 26% 28%, rgba(75, 173, 224, .44), transparent 29%), linear-gradient(145deg, #0a426a, #0a2d55 64%, #07182f);
}

.image-slot-solution {
  background: radial-gradient(circle at 80% 22%, rgba(233, 104, 50, .38), transparent 26%), linear-gradient(135deg, #173c66, #09254a 64%, #071a34);
}

.image-slot-supply {
  background: radial-gradient(circle at 72% 35%, rgba(228, 168, 67, .26), transparent 28%), linear-gradient(135deg, #15375d, #0a274a 64%, #071a34);
}

.image-slot-night {
  background: radial-gradient(circle at 68% 28%, rgba(38, 132, 232, .48), transparent 28%), linear-gradient(145deg, #071a35, #102e53 58%, #030c1b);
}

.journey-image > .image-slot,
.service-card-media > .image-slot,
.transport-card-media > .image-slot,
.supply-card-media > .image-slot {
  position: absolute;
  inset: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  padding: 18px;
}

.journey-image > .image-slot strong,
.service-card-media > .image-slot strong,
.transport-card-media > .image-slot strong,
.supply-card-media > .image-slot strong {
  font-size: clamp(15px, 1.7vw, 24px);
}

.journey-image > .image-slot .image-slot-icon,
.service-card-media > .image-slot .image-slot-icon,
.transport-card-media > .image-slot .image-slot-icon,
.supply-card-media > .image-slot .image-slot-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
}

.rail-connection-visual > .image-slot,
.rail-sea-visual > .image-slot,
.trade-train-service-visual > .image-slot {
  position: absolute;
  z-index: 0;
  inset: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
}

.solution-image-slot {
  min-height: 170px;
  margin-bottom: 28px;
}

.cta-background > .image-slot,
.about-cta-background > .image-slot,
.services-cta-background > .image-slot,
.routes-cta-background > .image-slot,
.contact-brand-background > .image-slot {
  z-index: 0;
  padding: clamp(24px, 4vw, 58px);
}

.cta-background > .image-slot strong,
.about-cta-background > .image-slot strong,
.services-cta-background > .image-slot strong,
.routes-cta-background > .image-slot strong,
.contact-brand-background > .image-slot strong {
  opacity: .46;
}

.routes-waterway-visual,
.routes-rail-visual {
  min-height: clamp(360px, 42vw, 560px);
}

.routes-waterway-visual {
  align-self: stretch;
}

.inland-waterway-map > .image-slot {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 56px;
  display: flex;
  width: min(230px, 43%);
  height: 132px;
  min-height: 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.inland-waterway-map > .image-slot .image-slot-code {
  top: 12px;
  left: 15px;
  font-size: 7px;
}

.inland-waterway-map > .image-slot .image-slot-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 11px;
}

.inland-waterway-map > .image-slot strong {
  font-size: 14px;
}

.inland-waterway-map > .image-slot small {
  margin-top: 4px;
  font-size: 7px;
}

@media (max-width: 700px) {
  .inland-waterway-map > .image-slot {
    right: 15px;
    bottom: 48px;
    width: 170px;
    height: 108px;
    padding: 13px;
  }

  .inland-waterway-map > .image-slot .image-slot-icon {
    width: 29px;
    height: 29px;
    margin-bottom: 8px;
  }

  .inland-waterway-map > .image-slot strong {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .image-slot {
    min-height: 245px;
    padding: 20px;
  }

  .image-slot-code {
    top: 17px;
    left: 20px;
    font-size: 8px;
  }

  .image-slot-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
  }

  .image-slot strong {
    font-size: 21px;
  }

  .solution-image-slot {
    min-height: 150px;
    margin-bottom: 23px;
  }

  .cta-background > .image-slot,
  .about-cta-background > .image-slot,
  .services-cta-background > .image-slot,
  .routes-cta-background > .image-slot,
  .contact-brand-background > .image-slot {
    padding: 24px;
  }
}

/* Activated concept visuals retain the same slot geometry while using the supplied image assets. */
.image-slot-filled {
  background: var(--blue-deep);
}

.image-slot-concept {
  position: absolute;
  z-index: 3;
  top: clamp(18px, 2.4vw, 32px);
  right: clamp(20px, 2.8vw, 38px);
  padding: 5px 8px 4px;
  border: 1px solid rgba(255, 255, 255, .42);
  color: rgba(255, 255, 255, .82);
  background: rgba(5, 29, 59, .68);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}

.inland-waterway-map > .image-slot .image-slot-concept {
  top: 12px;
  right: 15px;
  padding: 4px 6px 3px;
  font-size: 7px;
}

@media (max-width: 700px) {
  .image-slot-concept {
    top: 17px;
    right: 20px;
    padding: 4px 6px 3px;
    font-size: 7px;
  }
}

.image-slot-filled::before {
  z-index: -1;
  background-image: linear-gradient(180deg, rgba(5, 29, 59, .08), rgba(5, 29, 59, .72)), linear-gradient(rgba(185, 205, 226, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(185, 205, 226, .12) 1px, transparent 1px);
  background-size: cover, 34px 34px, 34px 34px;
  opacity: 1;
}

.image-slot-filled > .image-slot-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-slot-filled > .image-slot-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-background > .image-slot-filled,
.about-cta-background > .image-slot-filled,
.services-cta-background > .image-slot-filled,
.routes-cta-background > .image-slot-filled,
.contact-brand-background > .image-slot-filled {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: var(--page-max);
  margin-inline: auto;
  padding-inline: clamp(24px, 5.55vw, 80px);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  color: var(--paper);
  transition: background-color .35s ease, color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .92);
  color: var(--blue-deep);
  box-shadow: 0 8px 28px rgba(11, 46, 89, .08);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  min-width: 178px;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  width: 28px;
  height: 28px;
  padding: 4px 0;
  color: currentColor;
}

.brand-mark::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.brand-mark i {
  display: block;
  height: 4px;
  border: 1px solid currentColor;
  border-radius: 1px;
}

.brand-mark i:nth-child(1) {
  width: 18px;
}

.brand-mark i:nth-child(2) {
  width: 26px;
  background: currentColor;
}

.brand-mark i:nth-child(3) {
  width: 14px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1;
}

.brand-copy strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .12em;
  white-space: nowrap;
}

.brand-copy em {
  margin-top: 5px;
  color: currentColor;
  font-family: var(--font-sans);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .17em;
  opacity: .7;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 1.55vw, 28px);
  margin-left: auto;
}

.nav-link {
  position: relative;
  padding-block: 8px;
  color: currentColor;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  opacity: .84;
  white-space: nowrap;
  transition: opacity .25s ease, color .25s ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .3s var(--ease);
}

.nav-link:hover,
.nav-link.is-active {
  opacity: 1;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 4px;
}

.language-switch,
.footer-language {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

.language-switch > span,
.footer-language > span {
  opacity: .42;
}

.language-button,
.footer-language button {
  padding: 4px 0;
  color: currentColor;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  opacity: .52;
  transition: opacity .25s ease, color .25s ease;
}

.language-button:hover,
.language-button.is-active,
.footer-language button:hover,
.footer-language button.is-active {
  color: var(--orange);
  opacity: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease, transform .3s var(--ease), box-shadow .3s ease;
}

.button .icon {
  width: 17px;
  height: 17px;
  transition: transform .3s var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover .icon {
  transform: translateX(3px);
}

.button-header {
  min-height: 42px;
  padding: 10px 15px;
  background: var(--blue);
  color: var(--paper);
  font-size: 12px;
}

.button-header:hover {
  background: var(--blue-bright);
  box-shadow: 0 8px 20px rgba(18, 86, 160, .25);
}

.button-primary {
  background: var(--orange);
  color: var(--paper);
  box-shadow: 0 10px 24px rgba(233, 104, 50, .2);
}

.button-primary:hover {
  background: #f27b45;
  box-shadow: 0 14px 28px rgba(233, 104, 50, .3);
}

.button-ghost {
  border-color: rgba(255, 255, 255, .42);
  color: var(--paper);
  background: transparent;
}

.button-ghost:hover {
  border-color: var(--paper);
  background: rgba(255, 255, 255, .12);
}

.button-dark {
  background: var(--blue-deep);
  color: var(--paper);
}

.button-dark:hover {
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(11, 46, 89, .22);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: currentColor;
  background: transparent;
}

.menu-toggle .icon-close {
  display: none;
}

.site-header.menu-open .menu-toggle .icon-menu {
  display: none;
}

.site-header.menu-open .menu-toggle .icon-close {
  display: block;
}

/* Shared section language */
.section {
  position: relative;
  padding-block: clamp(92px, 9.7vw, 144px);
}

.section-kicker,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 21px;
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
}

.kicker-line,
.eyebrow-mark {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--orange);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 58px;
}

@media (min-width: 1101px) {
  .section-heading {
    margin-bottom: 64px;
  }
}

.section-heading > p {
  max-width: 365px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  margin-bottom: 28px;
  color: var(--blue-deep);
  font-size: clamp(38px, 4.3vw, 66px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.13;
}

.heading-accent {
  color: var(--blue);
}

.section-lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  transition: color .25s ease, gap .3s var(--ease);
}

.text-link .icon {
  width: 18px;
  height: 18px;
}

.text-link:hover {
  color: var(--orange);
  gap: 15px;
}

.section-tint {
  background: var(--mist);
}

/* Hero */
.hero {
  position: relative;
  min-height: 720px;
  height: min(940px, 94vh);
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.hero-media,
.hero-scrim,
.hero-grid-overlay {
  position: absolute;
  inset: 0;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 54% center;
  animation: hero-image-in 1.7s var(--ease) both;
  filter: saturate(.88) contrast(1.05);
}

.hero-scrim {
  background: linear-gradient(90deg, rgba(8, 39, 78, .98) 0%, rgba(8, 46, 95, .86) 27%, rgba(8, 46, 95, .43) 62%, rgba(8, 46, 95, .15) 100%), linear-gradient(0deg, rgba(4, 22, 45, .78) 0%, rgba(4, 22, 45, 0) 42%);
}

.hero-grid-overlay {
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  gap: 60px;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 170px;
}

.hero-main {
  max-width: 820px;
}

.eyebrow-light {
  color: rgba(255, 255, 255, .72);
}

.hero h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(60px, 7.25vw, 108px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
}

.hero-title-cn {
  display: block;
  color: var(--paper);
}

.hero-title-sub {
  display: block;
  margin-top: 25px;
  color: var(--paper);
  font-size: clamp(30px, 3.6vw, 54px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.27;
}

.hero-lead {
  margin: 38px 0 13px;
  color: rgba(255, 255, 255, .93);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .02em;
}

.hero-services {
  margin-bottom: 36px;
  color: rgba(255, 255, 255, .62);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: .07em;
  line-height: 1.65;
}

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

.hero-aside {
  align-self: center;
  justify-self: end;
  width: 160px;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .36);
  color: rgba(255, 255, 255, .78);
}

.hero-aside-code {
  display: block;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.6;
}

.hero-aside-rule {
  display: block;
  width: 30px;
  height: 1px;
  margin: 27px 0 18px;
  background: var(--orange);
}

.hero-aside p {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
}

.hero-bottom {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 34px;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.hero-bottom-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .58);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  white-space: nowrap;
}

.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(233, 104, 50, .16);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(105px, 1fr));
  min-width: min(720px, 58vw);
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .28);
}

.hero-stat strong {
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.2vw, 33px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1;
  white-space: nowrap;
}

.hero-stat strong b {
  margin-left: 4px;
  color: var(--orange-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}

.hero-stat > span {
  color: rgba(255, 255, 255, .57);
  font-size: 10px;
  line-height: 1.4;
  white-space: nowrap;
}

.hero-stat-mode strong {
  font-family: var(--font-sans);
  font-size: 20px;
  letter-spacing: .02em;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 31px;
  left: 23px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .52);
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left bottom;
}

.scroll-cue span {
  display: block;
  width: 38px;
  height: 1px;
  background: currentColor;
}

.scroll-cue small {
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
  white-space: nowrap;
}

/* Core numbers */
.core-numbers {
  position: relative;
  z-index: 3;
  background: var(--paper);
  box-shadow: 0 12px 35px rgba(11, 46, 89, .04);
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 42px;
  padding-bottom: 38px;
}

.number-item {
  position: relative;
  padding: 0 28px;
  border-left: 1px solid var(--line);
}

.number-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.number-index {
  display: block;
  margin-bottom: 17px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.number-value {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  line-height: 1;
}

.number-value strong {
  color: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -.08em;
}

.number-value b {
  padding-bottom: 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.number-item p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.data-note {
  padding-bottom: 13px;
  color: #9aaabd;
  font-size: 10px;
  text-align: right;
}

/* About */
.about-section {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(0, .93fr);
  align-items: center;
  gap: clamp(54px, 8vw, 126px);
}

.about-media {
  position: relative;
  padding-right: 42px;
  padding-bottom: 38px;
}

.image-frame {
  position: relative;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  background: var(--blue-deep);
}

.image-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .23);
  content: "";
  pointer-events: none;
}

.image-frame picture,
.image-frame img {
  width: 100%;
  height: 100%;
}

.image-frame img {
  object-fit: cover;
  transition: transform .8s var(--ease);
}

.about-media:hover .image-frame img {
  transform: scale(1.035);
}

.image-grid-mark {
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-color: var(--orange);
  border-style: solid;
}

.image-grid-mark-top {
  top: 18px;
  left: 18px;
  border-width: 2px 0 0 2px;
}

.image-grid-mark-bottom {
  right: 18px;
  bottom: 18px;
  border-width: 0 2px 2px 0;
}

.image-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 184px;
  padding: 14px 15px;
  color: var(--paper);
  background: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.about-side-note {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

.vertical-line {
  display: inline-block;
  width: 1px;
  height: 34px;
  background: var(--orange);
}

.section-copy h2 {
  max-width: 600px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 36px 0 31px;
}

.pill-row span {
  padding: 8px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
}

/* Advantages */
.advantages-section {
  overflow: hidden;
}

.advantages-section::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  opacity: .42;
  background-image: linear-gradient(rgba(18, 86, 160, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 86, 160, .06) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000);
  pointer-events: none;
}

.advantages-section .container {
  position: relative;
  z-index: 1;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.advantage-card {
  position: relative;
  min-height: 250px;
  padding: 28px 27px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: 0 6px 18px rgba(11, 46, 89, .02);
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

.advantage-card:hover {
  border-color: rgba(38, 132, 232, .45);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  color: var(--blue);
  background: var(--mist-blue);
  transition: color .3s ease, background-color .3s ease, transform .3s var(--ease);
}

.icon-badge .icon {
  width: 23px;
  height: 23px;
}

.advantage-card:hover .icon-badge {
  color: var(--paper);
  background: linear-gradient(135deg, var(--blue) 48%, var(--orange));
  transform: rotate(-4deg);
}

.card-code,
.service-number {
  color: #9aacc0;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.advantage-card h3 {
  margin: 27px 0 9px;
  color: var(--blue-deep);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.35;
}

.advantage-card p {
  max-width: 290px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.card-link {
  position: absolute;
  right: 27px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--blue);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .3s var(--ease);
}

.card-link .icon {
  width: 14px;
  height: 14px;
}

.advantage-card:hover .card-link {
  border-color: var(--orange);
  color: var(--paper);
  background: var(--orange);
  transform: translateX(3px);
}

/* Multimodal */
.multimodal-section {
  overflow: hidden;
  background: var(--blue-deep);
  color: var(--paper);
}

.multimodal-section::before,
.multimodal-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.multimodal-section::before {
  top: -200px;
  right: -100px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(100, 177, 248, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(100, 177, 248, .025), 0 0 0 140px rgba(100, 177, 248, .025);
}

.multimodal-section::after {
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  opacity: .2;
  background-image: linear-gradient(rgba(129, 194, 255, .35) 1px, transparent 1px), linear-gradient(90deg, rgba(129, 194, 255, .35) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent);
}

.multimodal-section .container {
  position: relative;
  z-index: 1;
}

.dark-section-heading {
  max-width: 690px;
  margin-bottom: 73px;
}

.section-kicker-dark {
  color: rgba(255, 255, 255, .65);
}

.dark-section-heading h2 {
  margin-bottom: 22px;
  color: var(--paper);
}

.dark-heading-accent {
  color: #7dbcfb;
}

.dark-section-heading > p:last-child {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, .59);
  font-size: 15px;
  line-height: 1.9;
}

.route-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  min-height: 192px;
}

.route-track::before,
.route-progress {
  position: absolute;
  z-index: 0;
  top: 46px;
  right: 8.33%;
  left: 8.33%;
  height: 1px;
  content: "";
}

.route-track::before {
  background: rgba(125, 188, 251, .24);
}

.route-progress {
  right: auto;
  width: 83.34%;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.45s 0.22s var(--ease);
}

.route-track.is-visible .route-progress {
  transform: scaleX(1);
}

.route-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.route-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  border: 1px solid rgba(125, 188, 251, .35);
  border-radius: 50%;
  color: #8ac4fb;
  background: rgba(11, 46, 89, .8);
  box-shadow: 0 0 0 10px rgba(11, 46, 89, .55);
  transition: border-color .4s ease, color .4s ease, background-color .4s ease, transform .4s var(--ease);
}

.route-icon .icon {
  width: 29px;
  height: 29px;
}

.route-node:hover .route-icon {
  border-color: var(--orange);
  color: var(--paper);
  background: var(--blue);
  transform: translateY(-4px);
}

.route-node strong {
  max-width: 160px;
  margin-top: 26px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.route-node > span {
  margin-top: 7px;
  color: rgba(255, 255, 255, .39);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.route-node.is-core .route-icon {
  border-color: var(--orange);
  color: var(--paper);
  background: linear-gradient(145deg, var(--blue), #0c407d);
  box-shadow: 0 0 0 10px rgba(11, 46, 89, .55), 0 0 34px rgba(38, 132, 232, .24);
}

.route-node.is-core strong {
  color: var(--orange-soft);
}

.route-bottomline {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  padding-top: 19px;
  border-top: 1px solid rgba(125, 188, 251, .17);
  color: rgba(255, 255, 255, .45);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .1em;
}

.route-bottomline-signal {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--orange);
}

/* Smart port */
.smart-section {
  background: var(--paper);
}

.smart-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.smart-copy h2 {
  max-width: 570px;
}

.smart-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 0 30px;
  max-width: 560px;
  margin: 37px 0 0;
  padding: 0;
  list-style: none;
}

.smart-list li {
  display: flex;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.smart-list li > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.smart-list strong,
.smart-list small {
  display: block;
}

.smart-list strong {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.smart-list small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.smart-visual {
  position: relative;
  min-height: 525px;
  overflow: hidden;
  background: var(--blue-deep);
}

.smart-visual picture,
.smart-visual img {
  width: 100%;
  height: 100%;
}

.smart-visual img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(.85) contrast(1.08);
  transition: transform .9s var(--ease);
}

.smart-visual:hover img {
  transform: scale(1.045);
}

.smart-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 35, 69, .15), rgba(6, 35, 69, .65));
  content: "";
}

.smart-visual-grid {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}

.smart-corner {
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-color: var(--orange);
  border-style: solid;
}

.smart-corner-tl {
  top: 24px;
  left: 24px;
  border-width: 2px 0 0 2px;
}

.smart-corner-br {
  right: 24px;
  bottom: 24px;
  border-width: 0 2px 2px 0;
}

.smart-panel {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .77);
  background: rgba(11, 46, 89, .78);
  backdrop-filter: blur(10px);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.smart-panel-top {
  top: 25px;
  right: 25px;
  padding: 12px 14px;
}

.smart-panel-top .live-dot {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 4px rgba(233, 104, 50, .18);
}

.smart-panel-bottom {
  right: 25px;
  bottom: 25px;
  padding: 10px 13px;
  color: var(--paper);
}

.smart-panel-bottom span {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.smart-panel-bottom span:last-of-type {
  border-right: 0;
}

.smart-panel-bottom i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}

.smart-image-label {
  position: absolute;
  z-index: 3;
  bottom: 27px;
  left: 26px;
  color: rgba(255, 255, 255, .62);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

/* Customs */
.customs-section {
  min-height: 670px;
  overflow: hidden;
  background: var(--blue-deep);
}

.customs-background,
.customs-background picture,
.customs-background img,
.customs-background-overlay {
  position: absolute;
  inset: 0;
}

.customs-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.8) contrast(1.06);
}

.customs-background-overlay {
  background: linear-gradient(90deg, rgba(6, 30, 60, .96) 0%, rgba(6, 30, 60, .87) 35%, rgba(6, 30, 60, .48) 70%, rgba(6, 30, 60, .38) 100%), linear-gradient(0deg, rgba(6, 30, 60, .64), transparent 50%);
}

.customs-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 132px);
  min-height: 520px;
}

.customs-card {
  max-width: 530px;
  padding: 43px 47px 45px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 65px rgba(3, 21, 44, .2);
}

.customs-card h2 {
  margin-bottom: 20px;
}

.customs-card .section-lead {
  max-width: 430px;
  margin-bottom: 29px;
  font-size: 14px;
  line-height: 1.85;
}

.customs-area {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 5px 0 32px;
}

.customs-area strong {
  color: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .9;
}

.customs-area > span {
  margin-bottom: 4px;
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 800;
}

.customs-area small {
  margin-bottom: 4px;
  margin-left: 8px;
  color: var(--muted);
  font-size: 11px;
}

.customs-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: end;
  gap: 0;
  color: var(--paper);
}

.customs-step {
  position: relative;
  min-height: 126px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, .37);
}

.customs-step:first-child {
  padding-left: 0;
  border-left: 0;
}

.customs-step strong,
.customs-step span,
.customs-step small {
  display: block;
}

.customs-step strong {
  margin-bottom: 18px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .1em;
}

.customs-step span {
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1.35;
}

.customs-step small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .47);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

/* Routes */
.routes-section {
  overflow: hidden;
  background: var(--mist-blue);
}

.routes-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  align-items: center;
  gap: clamp(55px, 7vw, 105px);
}

.network-map-wrap {
  position: relative;
  min-height: 540px;
  padding: 28px 28px 21px;
  border: 1px solid #d4e4f2;
  background: rgba(255, 255, 255, .5);
}

.network-map-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-top: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
  content: "";
}

.map-meta,
.map-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8da5bd;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.network-map {
  display: block;
  width: 100%;
  height: auto;
  margin: 12px auto 5px;
  overflow: visible;
}

.map-water {
  fill: none;
  stroke: #b9d4ec;
  stroke-width: 13;
  opacity: .32;
}

.map-route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-main {
  stroke: url(#map-line);
  stroke-width: 2.2;
  stroke-dasharray: 4 7;
  animation: route-dash 22s linear infinite;
}

.route-secondary {
  stroke: #91b8dc;
  stroke-width: 1.1;
  stroke-dasharray: 3 8;
  opacity: .75;
}

.map-node circle {
  fill: var(--blue);
  stroke: var(--paper);
  stroke-width: 3;
  filter: drop-shadow(0 2px 4px rgba(18, 86, 160, .24));
}

.map-node text {
  fill: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}

.map-node-core circle:first-child {
  fill: var(--orange);
  stroke-width: 4;
}

.map-node-core .node-ring {
  fill: none;
  stroke: var(--orange);
  stroke-width: 1;
  opacity: .55;
  animation: node-pulse 2.6s ease-out infinite;
}

.map-node-core text {
  fill: var(--orange);
  font-size: 15px;
}

.map-legend {
  justify-content: flex-start;
  gap: 19px;
  padding-top: 10px;
  border-top: 1px solid #d4e4f2;
  letter-spacing: .05em;
}

.map-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.legend-core {
  background: var(--orange);
}

.network-copy h2 {
  margin-bottom: 20px;
}

.network-copy .section-lead {
  max-width: 500px;
  margin-bottom: 32px;
}

.connection-group {
  margin-top: 24px;
}

.group-label {
  display: block;
  margin-bottom: 11px;
  color: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.chip-list,
.market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-list span {
  padding: 6px 11px;
  border: 1px solid #cddfec;
  border-radius: 2px;
  color: var(--blue);
  background: rgba(255, 255, 255, .48);
  font-size: 12px;
  font-weight: 600;
}

.market-list {
  gap: 9px 19px;
}

.market-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
}

.market-list i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}

.network-copy .text-link {
  margin-top: 34px;
}

/* Industries */
.industries-section {
  overflow: hidden;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.industry-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background: var(--blue-deep);
}

.industry-card picture,
.industry-card img {
  width: 100%;
  height: 100%;
}

.industry-card img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .75s var(--ease), filter .5s ease;
}

.industry-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.1);
}

.industry-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 23, 47, .05) 24%, rgba(4, 23, 47, .88) 100%);
}

.industry-content {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: var(--paper);
}

.industry-content .card-code {
  color: var(--orange-soft);
}

.industry-content h3 {
  margin: 11px 0 1px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.3;
}

.industry-content p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .03em;
}

.industry-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: var(--orange-soft);
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transition: max-height .35s var(--ease), margin-top .35s var(--ease), opacity .35s ease;
}

.industry-content a .icon {
  width: 15px;
  height: 15px;
}

.industry-card:hover .industry-content a {
  max-height: 30px;
  margin-top: 17px;
  opacity: 1;
}

/* Services */
.services-section {
  background: var(--paper);
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(55px, 8vw, 135px);
}

.services-lede h2 {
  margin-bottom: 22px;
}

.cold-chain-note {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 430px;
  margin-top: 41px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.cold-chain-note .icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.cold-chain-note strong {
  color: var(--blue-deep);
  font-size: 13px;
}

.cold-chain-note p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 23px;
  border-top: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 163px;
  padding: 22px 10px 21px 2px;
  border-bottom: 1px solid var(--line);
  transition: color .25s ease, transform .3s var(--ease);
}

.service-card:hover {
  color: var(--blue);
  transform: translateX(5px);
}

.service-card > .icon {
  width: 24px;
  height: 24px;
  margin: 21px 0 16px;
  color: var(--blue);
  transition: color .25s ease, transform .3s var(--ease);
}

.service-card:hover > .icon {
  color: var(--orange);
  transform: translateY(-3px);
}

.service-card h3 {
  margin: 0 0 3px;
  color: var(--blue-deep);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.service-number {
  position: absolute;
  top: 24px;
  right: 5px;
}

/* CTA */
.cta-banner {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.cta-background,
.cta-background picture,
.cta-background img,
.cta-background > div:not(.image-slot) {
  position: absolute;
  inset: 0;
}

.cta-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(.82) contrast(1.1);
}

.cta-background > div:not(.image-slot) {
  background: linear-gradient(90deg, rgba(4, 24, 49, .96) 0%, rgba(4, 24, 49, .76) 45%, rgba(4, 24, 49, .36) 100%), linear-gradient(0deg, rgba(4, 24, 49, .65), transparent 60%);
}

.cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 555px;
}

.cta-content h2 {
  margin-bottom: 19px;
  color: var(--paper);
  font-size: clamp(44px, 5.5vw, 79px);
}

.cta-content h2 span:last-child {
  color: #84c2fc;
}

.cta-content > p:not(.section-kicker) {
  margin-bottom: 29px;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Contact */
.contact-section {
  background: var(--paper);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(55px, 9vw, 150px);
}

.contact-info h2 {
  margin-bottom: 22px;
}

.contact-company {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.contact-company strong {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 800;
}

.contact-company span {
  color: #9aaabd;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.contact-list a:hover {
  color: var(--blue);
}

.contact-list li > div {
  display: flex;
  flex-direction: column;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--blue);
  background: var(--mist-blue);
}

.contact-icon .icon {
  width: 15px;
  height: 15px;
}

.contact-form {
  position: relative;
  padding: 32px 36px 34px;
  border: 1px solid var(--line);
  background: var(--mist);
}

.form-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.form-heading i {
  display: block;
  width: 35px;
  height: 2px;
  background: var(--orange);
}

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

.contact-form label {
  display: block;
  margin-bottom: 19px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #d8e4ef;
  border-radius: 2px;
  outline: 0;
  color: var(--text);
  background: var(--paper);
  font-size: 13px;
  line-height: 1.5;
  transition: border-color .25s ease, box-shadow .25s ease;
  resize: vertical;
}

.contact-form input {
  height: 47px;
}

.contact-form textarea {
  min-height: 117px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aab8c7;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue-bright);
  box-shadow: 0 0 0 3px rgba(38, 132, 232, .11);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  margin-top: 2px;
}

.form-hint {
  color: var(--muted);
  font-size: 11px;
}

.form-footer .button {
  min-height: 45px;
  padding-inline: 17px;
  font-size: 12px;
}

.form-status {
  margin: 17px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--orange);
  color: var(--blue-deep);
  background: rgba(233, 104, 50, .08);
  font-size: 12px;
}

.form-status[data-state="error"] {
  border-color: #c7513e;
  color: #9e3e31;
  background: rgba(199, 81, 62, .08);
}

.form-status[data-state="success"] {
  border-color: var(--blue);
  color: var(--blue-deep);
  background: rgba(38, 132, 232, .08);
}

/* Footer */
.site-footer {
  color: rgba(255, 255, 255, .66);
  background: var(--blue-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(2, minmax(125px, .75fr)) minmax(230px, 1.25fr);
  gap: clamp(25px, 3.2vw, 52px);
  padding-block: 58px 54px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.footer-brand-column .brand {
  min-width: 0;
}

.brand-footer {
  color: var(--paper);
}

.footer-slogan {
  max-width: 270px;
  margin: 25px 0 9px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.footer-motto {
  margin: 0;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

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

.footer-column-label {
  margin: 3px 0 18px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
}

.footer-link-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.footer-link-list a,
.footer-contact-list a {
  transition: color .25s ease;
}

.footer-link-list a:hover,
.footer-contact-list a:hover {
  color: var(--paper);
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  font-size: 12px;
  line-height: 1.55;
}

.footer-contact-company {
  max-width: 250px;
  margin: 0 0 4px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
}

.footer-contact-list a,
.footer-contact-list > span:not(.footer-contact-company) {
  color: rgba(255, 255, 255, .7);
}

.footer-contact-note {
  max-width: 250px;
  color: rgba(255, 255, 255, .38);
  font-size: 10px;
  line-height: 1.5;
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  min-height: 91px;
  padding-block: 22px 25px;
}

.footer-bottom-meta,
.footer-bottom-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom-links {
  gap: 17px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.footer-bottom-links > a {
  transition: color .25s ease;
}

.footer-bottom-links > a:hover {
  color: var(--orange-soft);
}

.footer-language {
  color: var(--paper);
}

.copyright {
  color: rgba(255, 255, 255, .35);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .03em;
}

body.menu-open {
  overflow: hidden;
}

.menu-backdrop {
  display: none;
}

.back-to-top {
  position: fixed;
  z-index: 15;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(18, 86, 160, .16);
  border-radius: 50%;
  color: var(--blue);
  background: rgba(255, 255, 255, .87);
  box-shadow: 0 8px 20px rgba(11, 46, 89, .1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s var(--ease), background-color .25s ease;
  backdrop-filter: blur(8px);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  color: var(--paper);
  background: var(--blue);
}

.back-to-top .icon {
  transform: rotate(-90deg);
}

/* Reveal / motion */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s var(--ease);
}

.js .reveal.reveal-delay-1 {
  transition-delay: .1s;
}

.js .reveal.reveal-delay-2 {
  transition-delay: .2s;
}

.js .reveal.reveal-delay-3 {
  transition-delay: .3s;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes hero-image-in {
  from { transform: scale(1.04); opacity: .75; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes route-dash {
  to { stroke-dashoffset: -120; }
}

@keyframes node-pulse {
  0%, 100% { opacity: .55; transform: scale(1); transform-origin: 302px 286px; }
  50% { opacity: .15; transform: scale(1.22); transform-origin: 302px 286px; }
}

@media (max-width: 1240px) {
  .header-inner {
    gap: 18px;
  }

  .brand {
    min-width: 158px;
  }

  .main-nav {
    gap: 13px;
  }

  .nav-link {
    font-size: 12px;
  }

  .header-actions {
    gap: 12px;
  }

  .button-header {
    padding-inline: 11px;
  }

  .hero-stats {
    min-width: min(650px, 58vw);
  }

  .about-grid,
  .smart-grid,
  .routes-layout,
  .services-layout,
  .contact-layout {
    gap: 65px;
  }
}

@media (min-width: 1241px) {
  .header-inner {
    gap: 14px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-copy strong {
    font-size: 15px;
    letter-spacing: .08em;
  }

  .brand-copy em {
    font-size: 7px;
    letter-spacing: .11em;
  }

  .main-nav {
    gap: clamp(8px, .65vw, 12px);
  }

  .nav-link {
    font-size: 11px;
  }

  .header-actions {
    gap: 10px;
    margin-left: 0;
  }

  .button-header {
    min-height: 42px;
    gap: 7px;
    padding: 10px 12px;
    font-size: 11px;
  }
}

@media (min-width: 1241px) and (max-width: 1300px) {
  .button-header {
    display: none;
  }
}

@media (max-width: 1040px) {
  .main-nav {
    gap: 10px;
  }

  .nav-link {
    font-size: 11px;
  }

  .language-switch {
    display: none;
  }

  .hero-aside {
    display: none;
  }

  .hero-content {
    display: block;
    padding-top: 130px;
  }

  .hero-main {
    max-width: 820px;
  }

  .advantage-card {
    padding-inline: 22px;
  }

  .card-link {
    right: 22px;
  }

  .customs-card {
    padding-inline: 37px;
  }

  .contact-layout {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 50px;
  }
}

@media (max-width: 1240px) {
  .site-header {
    height: 74px;
  }

  .language-switch {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    padding: 0 22px;
    overflow: hidden;
    border: 0 solid var(--line);
    color: var(--blue-deep);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 30px rgba(11, 46, 89, .12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height .4s var(--ease), padding .4s var(--ease), opacity .25s ease, visibility 0s linear .4s, transform .35s var(--ease), border-width .4s ease;
    backdrop-filter: blur(15px);
  }

  .site-header.menu-open .main-nav {
    max-height: calc(100vh - 100px);
    padding-block: 8px;
    border-width: 1px;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-link {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    opacity: .72;
  }

  .nav-link:last-child {
    border-bottom: 0;
  }

  .nav-link::after {
    right: auto;
    bottom: -1px;
    width: 28px;
  }

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

  .button-header {
    display: none;
  }

  .menu-backdrop {
    position: fixed;
    z-index: 18;
    inset: 0;
    display: block;
    background: rgba(5, 25, 51, .34);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  .menu-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

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

@media (max-width: 900px) {
  .site-header {
    height: 74px;
  }

  .header-inner {
    justify-content: space-between;
  }

  .header-actions {
    margin-left: auto;
  }

  .language-switch {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    padding: 0 22px;
    overflow: hidden;
    border: 0 solid var(--line);
    color: var(--blue-deep);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 30px rgba(11, 46, 89, .12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height .4s var(--ease), padding .4s var(--ease), opacity .25s ease, visibility 0s linear .4s, transform .35s var(--ease), border-width .4s ease;
    backdrop-filter: blur(15px);
  }

  .site-header.menu-open .main-nav {
    max-height: calc(100vh - 100px);
    padding-block: 8px;
    border-width: 1px;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-link {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    opacity: .72;
  }

  .nav-link:last-child {
    border-bottom: 0;
  }

  .nav-link::after {
    right: auto;
    bottom: -1px;
    width: 28px;
  }

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

  .button-header {
    display: none;
  }

  .hero {
    height: 820px;
  }

  .hero-content {
    padding-top: 130px;
    padding-bottom: 250px;
  }

  .hero-bottom {
    bottom: 32px;
    display: block;
  }

  .hero-bottom-label {
    margin-bottom: 20px;
  }

  .hero-stats {
    min-width: 0;
    max-width: 660px;
  }

  .scroll-cue {
    display: none;
  }

  .about-grid,
  .smart-grid,
  .routes-layout,
  .services-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .about-media {
    max-width: 680px;
  }

  .smart-grid {
    gap: 48px;
  }

  .smart-copy {
    max-width: 720px;
  }

  .smart-visual {
    min-height: min(65vw, 560px);
  }

  .customs-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .customs-card {
    max-width: 590px;
  }

  .customs-steps {
    max-width: 650px;
  }

  .network-map-wrap {
    max-width: 690px;
  }

  .services-lede {
    max-width: 650px;
  }

  .contact-info {
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  .container {
    padding-inline: 22px;
  }

  .site-header {
    height: 68px;
  }

  .main-nav {
    top: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .hero {
    min-height: 720px;
    height: 800px;
  }

  .hero-media img {
    object-position: 61% center;
  }

  .hero-scrim {
    background: linear-gradient(180deg, rgba(8, 39, 78, .75) 0%, rgba(8, 46, 95, .57) 30%, rgba(8, 46, 95, .9) 100%), linear-gradient(90deg, rgba(8, 46, 95, .62), rgba(8, 46, 95, .1));
  }

  .hero-content {
    padding-top: 125px;
    padding-bottom: 260px;
  }

  .hero h1 {
    font-size: clamp(54px, 16vw, 78px);
    letter-spacing: -.06em;
  }

  .hero-title-sub {
    margin-top: 18px;
    font-size: clamp(28px, 8.2vw, 41px);
    letter-spacing: -.045em;
    line-height: 1.3;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .hero-services {
    max-width: 300px;
    font-size: 10px;
    line-height: 1.8;
  }

  .hero-actions .button {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .hero-bottom {
    bottom: 23px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .hero-stat {
    min-height: 45px;
    padding-left: 14px;
  }

  .hero-stat:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .hero-stat strong {
    font-size: 24px;
  }

  .hero-stat-mode strong {
    font-size: 18px;
  }

  .hero-stat > span {
    font-size: 9px;
  }

  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px 0;
    padding-top: 32px;
    padding-bottom: 26px;
  }

  .number-item {
    padding: 0 17px;
  }

  .number-item:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .number-index {
    margin-bottom: 11px;
  }

  .number-value strong {
    font-size: 42px;
  }

  .number-item p {
    margin-top: 8px;
    font-size: 11px;
  }

  .data-note {
    padding-bottom: 11px;
    font-size: 9px;
    text-align: left;
  }

  .section {
    padding-block: 78px;
  }

  .section-kicker,
  .eyebrow {
    margin-bottom: 17px;
    font-size: 9px;
    letter-spacing: .12em;
  }

  h2 {
    margin-bottom: 20px;
    font-size: clamp(35px, 10.2vw, 48px);
    line-height: 1.16;
  }

  .section-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .about-grid,
  .smart-grid,
  .routes-layout,
  .services-layout,
  .contact-layout {
    gap: 46px;
  }

  .about-media {
    padding-right: 28px;
    padding-bottom: 28px;
  }

  .image-caption {
    width: 150px;
    padding: 11px 12px;
    font-size: 8px;
  }

  .about-side-note {
    font-size: 8px;
  }

  .pill-row {
    margin: 26px 0 26px;
  }

  .pill-row span {
    padding: 6px 10px;
    font-size: 10px;
  }

  .section-heading {
    display: block;
    margin-bottom: 36px;
  }

  .section-heading > p {
    max-width: 500px;
    margin-top: 19px;
    font-size: 13px;
    line-height: 1.8;
  }

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

  .advantage-card {
    min-height: 218px;
    padding: 22px 20px 22px;
  }

  .advantage-card h3 {
    margin-top: 20px;
    font-size: 18px;
  }

  .advantage-card p {
    max-width: 280px;
    font-size: 12px;
  }

  .card-link {
    right: 20px;
    bottom: 20px;
  }

  .dark-section-heading {
    margin-bottom: 52px;
  }

  .dark-section-heading > p:last-child {
    font-size: 13px;
  }

  .route-track {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 0 0 16px;
  }

  .route-track::before,
  .route-progress {
    top: 40px;
    right: auto;
    bottom: 40px;
    left: 43px;
    width: 1px;
    height: auto;
  }

  .route-track::before {
    background: rgba(125, 188, 251, .24);
  }

  .route-progress {
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 1.45s .22s var(--ease);
  }

  .route-track.is-visible .route-progress {
    transform: scaleY(1);
  }

  .route-node {
    display: grid;
    grid-template-columns: 55px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 17px;
    min-height: 68px;
    text-align: left;
  }

  .route-icon {
    grid-row: 1 / span 2;
    width: 55px;
    height: 55px;
    box-shadow: 0 0 0 7px rgba(11, 46, 89, .75);
  }

  .route-icon .icon {
    width: 22px;
    height: 22px;
  }

  .route-node strong {
    max-width: none;
    margin: 0;
    font-size: 14px;
  }

  .route-node > span {
    margin-top: 2px;
    font-size: 8px;
  }

  .route-bottomline {
    margin-top: 36px;
    font-size: 8px;
    line-height: 1.5;
  }

  .smart-list {
    gap: 0 18px;
    margin-top: 27px;
  }

  .smart-list li {
    gap: 9px;
    padding: 14px 0;
  }

  .smart-list strong {
    font-size: 12px;
  }

  .smart-list small {
    font-size: 10px;
  }

  .smart-visual {
    min-height: 390px;
  }

  .smart-panel {
    font-size: 7px;
  }

  .smart-panel-top {
    top: 17px;
    right: 17px;
    padding: 9px 10px;
  }

  .smart-panel-bottom {
    right: 17px;
    bottom: 17px;
    padding: 8px 9px;
  }

  .smart-image-label {
    bottom: 19px;
    left: 18px;
  }

  .customs-section {
    min-height: 750px;
  }

  .customs-background-overlay {
    background: linear-gradient(180deg, rgba(6, 30, 60, .9) 0%, rgba(6, 30, 60, .76) 100%);
  }

  .customs-inner {
    gap: 53px;
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .customs-card {
    padding: 28px 23px 30px;
  }

  .customs-card .section-lead {
    font-size: 13px;
  }

  .customs-area {
    margin-bottom: 25px;
  }

  .customs-area strong {
    font-size: 38px;
  }

  .customs-area small {
    font-size: 10px;
  }

  .customs-card .button {
    min-height: 45px;
    padding-inline: 15px;
    font-size: 12px;
  }

  .customs-steps {
    gap: 0;
  }

  .customs-step {
    min-height: 100px;
    padding: 0 12px;
  }

  .customs-step strong {
    margin-bottom: 13px;
  }

  .customs-step span {
    font-size: 18px;
  }

  .customs-step small {
    font-size: 7px;
  }

  .network-map-wrap {
    min-height: 400px;
    padding: 20px 15px 15px;
  }

  .map-meta,
  .map-legend {
    font-size: 7px;
  }

  .network-map {
    margin-top: 10px;
  }

  .map-node text {
    font-size: 10px;
  }

  .map-node-core text {
    font-size: 12px;
  }

  .network-copy .section-lead {
    margin-bottom: 25px;
  }

  .connection-group {
    margin-top: 20px;
  }

  .chip-list span {
    padding: 5px 9px;
    font-size: 10px;
  }

  .market-list {
    gap: 8px 13px;
  }

  .market-list span {
    font-size: 10px;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .industry-card {
    min-height: 285px;
  }

  .industry-content {
    right: 15px;
    bottom: 16px;
    left: 15px;
  }

  .industry-content h3 {
    font-size: 18px;
  }

  .industry-content p {
    font-size: 9px;
  }

  .industry-content a {
    display: none;
  }

  .services-grid {
    gap: 0 16px;
  }

  .service-card {
    min-height: 147px;
  }

  .service-card h3 {
    font-size: 15px;
  }

  .service-card p {
    font-size: 10px;
  }

  .cta-banner,
  .cta-content {
    min-height: 540px;
  }

  .cta-background > div:not(.image-slot) {
    background: linear-gradient(180deg, rgba(4, 24, 49, .8), rgba(4, 24, 49, .94));
  }

  .cta-content > p:not(.section-kicker) {
    max-width: 280px;
    font-size: 13px;
    line-height: 1.8;
  }

  .contact-form {
    padding: 26px 20px 23px;
  }

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

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

  .form-footer .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    padding-block: 40px 36px;
  }

  .footer-brand-column,
  .footer-contact-column {
    grid-column: 1 / -1;
  }

  .footer-slogan {
    margin-top: 20px;
    font-size: 12px;
  }

  .footer-motto {
    font-size: 9px;
  }

  .footer-column-label {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .footer-link-list {
    gap: 9px;
    font-size: 11px;
  }

  .footer-contact-list {
    gap: 8px;
    font-size: 11px;
  }

  .footer-contact-company {
    font-size: 12px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    gap: 17px;
    padding-block: 23px 27px;
  }

  .footer-bottom-meta,
  .footer-bottom-links {
    align-items: flex-start;
    gap: 12px 17px;
  }

  .footer-bottom-links {
    font-size: 11px;
  }

  .copyright {
    font-size: 8px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 38px;
    height: 38px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }

  .js .reveal,
  .js .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1240px) {
  .site-header.menu-open .main-nav {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
}
