/* Customs & Export page: customs supervision, export logistics and Jining industry. */

.customs-hero {
  position: relative;
  min-height: 540px;
  height: min(620px, 68vh);
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.customs-hero-media,
.customs-hero-media picture,
.customs-hero-media img,
.customs-hero-scrim,
.customs-hero-grid {
  position: absolute;
  inset: 0;
}

.customs-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 51%;
  filter: saturate(.72) contrast(1.1);
  animation: hero-image-in 1.3s var(--ease) both;
}

.customs-hero-scrim {
  background: linear-gradient(90deg, rgba(5, 29, 59, .98) 0%, rgba(6, 37, 75, .88) 36%, rgba(6, 37, 75, .4) 73%, rgba(6, 37, 75, .2) 100%), linear-gradient(0deg, rgba(4, 22, 45, .82), transparent 59%);
}

.customs-hero-grid {
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(90deg, #000, transparent 77%);
}

.customs-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 54px;
  padding-bottom: 94px;
}

.customs-hero-copy {
  max-width: 770px;
}

.customs-hero-copy h1 {
  margin: 0 0 8px;
  color: var(--paper);
  font-size: clamp(52px, 6.1vw, 88px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.customs-hero-copy h2 {
  margin: 0 0 18px;
  color: #86c4fc;
  font-size: clamp(32px, 3.55vw, 52px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.15;
}

.customs-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.9;
}

.customs-hero-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 17px;
  margin-top: 34px;
  color: rgba(255,255,255,.62);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-align: right;
}

.customs-hero-meta i {
  display: block;
  width: 44px;
  height: 1px;
  background: var(--orange);
}

.customs-hero-meta strong {
  color: rgba(255,255,255,.48);
  font-size: 8px;
  line-height: 1.85;
}

.customs-hero-signal {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 5.55vw, 80px);
  bottom: 119px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.46);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.customs-hero-signal span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(233,104,50,.12);
}

.customs-hero-signal span:nth-child(2) { opacity: .58; }
.customs-hero-signal span:nth-child(3) { opacity: .28; }

.customs-hero-signal i {
  width: 28px;
  height: 1px;
  margin-left: 4px;
  background: var(--orange);
}

.customs-hero-bottom {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 24px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.58);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

.customs-hero-bottom small {
  margin-left: auto;
  color: rgba(255,255,255,.38);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}

/* Core facts and local page navigation */
.customs-facts {
  position: relative;
  z-index: 3;
  background: var(--paper);
  box-shadow: 0 12px 35px rgba(11,46,89,.05);
}

.customs-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 37px;
  padding-bottom: 27px;
}

.customs-fact {
  min-height: 102px;
  padding: 0 28px;
  border-left: 1px solid var(--line);
}

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

.customs-fact > span {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.customs-fact strong {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  color: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .92;
  white-space: nowrap;
}

.customs-fact strong b {
  font: inherit;
}

.customs-fact-prefix {
  margin-bottom: 3px;
  color: var(--blue-deep);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.customs-fact strong em {
  margin-bottom: 3px;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
}

.customs-fact small {
  display: block;
  max-width: 230px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

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

.customs-anchor-nav {
  position: sticky;
  z-index: 12;
  top: 84px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(11,46,89,.04);
  backdrop-filter: blur(14px);
}

.customs-anchor-nav-inner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.customs-anchor-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 72px;
  padding: 13px 13px 11px 0;
  border-right: 1px solid var(--line);
  color: #8b9db0;
  transition: color .25s ease, background-color .3s ease;
}

.customs-anchor-nav a:not(:first-child) {
  padding-left: 13px;
}

.customs-anchor-nav a:last-child {
  border-right: 0;
}

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

.customs-anchor-nav a:hover,
.customs-anchor-nav a.is-active {
  color: var(--blue-deep);
  background: rgba(237,245,252,.7);
}

.customs-anchor-nav a:hover::after,
.customs-anchor-nav a.is-active::after {
  transform: scaleX(1);
}

.customs-anchor-nav a > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.customs-anchor-nav strong {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.section-number-dark,
.section-number {
  display: block;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.section-number-dark {
  color: var(--orange-soft);
}

.multimodal-dark-lead {
  max-width: 590px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.9;
}

#customs-overview,
#customs-facilities,
#streamlined-clearance,
#export-flow,
#jining-export,
#export-cargo,
#export-markets,
#manufacturing-train,
#export-cold-chain,
#export-advantages,
#customs-brand,
#export-inquiry,
#customs-explore {
  scroll-margin-top: 164px;
}

.customs-overview-section,
.customs-facilities-section,
.export-flow-section,
.jining-export-section,
.export-cargo-section,
.manufacturing-train-section,
.export-cold-chain-section,
.export-advantages-section,
.customs-explore-section {
  overflow: hidden;
}

/* 01 / Customs supervision overview */
.customs-overview-section {
  background: var(--paper);
}

.customs-overview-section::before,
.customs-facilities-section::before,
.export-cargo-section::before,
.export-advantages-section::before,
.customs-explore-section::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  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: 45px 45px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000);
  pointer-events: none;
}

.customs-overview-layout,
.customs-facilities-layout,
.jining-export-layout,
.manufacturing-train-layout,
.export-cold-chain-layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.customs-overview-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
}

.customs-overview-visual,
.jining-export-visual,
.manufacturing-train-visual,
.export-cold-chain-visual {
  position: relative;
  min-height: 505px;
  overflow: hidden;
  background: var(--blue-deep);
}

.customs-overview-visual picture,
.customs-overview-visual img,
.jining-export-visual picture,
.jining-export-visual img,
.manufacturing-train-visual picture,
.manufacturing-train-visual img,
.export-cold-chain-visual picture,
.export-cold-chain-visual img {
  position: absolute;
  inset: 0;
}

.customs-overview-visual img,
.jining-export-visual img,
.manufacturing-train-visual img,
.export-cold-chain-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.08);
  transition: transform .9s var(--ease);
}

.customs-overview-visual:hover img,
.jining-export-visual:hover img,
.manufacturing-train-visual:hover img,
.export-cold-chain-visual:hover img {
  transform: scale(1.035);
}

.customs-overview-overlay,
.jining-export-overlay,
.manufacturing-train-overlay,
.cold-export-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,29,59,.9), rgba(5,29,59,.07) 68%), linear-gradient(90deg, rgba(5,29,59,.47), transparent 58%);
}

.customs-image-label {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 20px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.customs-overview-panel,
.jining-export-caption,
.train-visual-panel {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 24px;
  left: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px 18px 16px;
  border-left: 2px solid var(--orange);
  color: var(--paper);
  background: rgba(11,46,89,.76);
  backdrop-filter: blur(10px);
}

.customs-overview-panel span,
.jining-export-caption span,
.train-visual-panel span {
  color: rgba(255,255,255,.62);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.customs-overview-panel strong,
.jining-export-caption strong,
.train-visual-panel strong {
  margin-top: 6px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}

.customs-overview-panel small,
.jining-export-caption small,
.train-visual-panel small {
  margin-top: 7px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  line-height: 1.5;
}


.customs-overview-copy h2,
.customs-facilities-copy h2,
.jining-export-copy h2,
.manufacturing-train-copy h2,
.export-cold-chain-copy h2 {
  margin: 11px 0 20px;
}

.customs-overview-copy .section-lead,
.customs-facilities-copy .section-lead,
.jining-export-copy .section-lead,
.manufacturing-train-copy .section-lead,
.export-cold-chain-copy .section-lead {
  max-width: 555px;
  margin-bottom: 27px;
}

.customs-boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
}

.customs-boundary-grid article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  min-height: 94px;
  padding: 13px 12px 12px;
  border: 1px solid var(--line);
  background: rgba(237,245,252,.5);
}

.customs-boundary-grid i,
.customs-facility-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--blue);
  background: var(--mist-blue);
}

.customs-boundary-grid .icon,
.customs-facility-list .icon {
  width: 18px;
  height: 18px;
}

.customs-boundary-grid strong,
.customs-boundary-grid small {
  display: block;
}

.customs-boundary-grid strong {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 800;
}

.customs-boundary-grid small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}

/* 02 / Facility diagram */
.customs-facilities-section {
  background: var(--mist-blue);
}

.customs-facilities-layout {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
}

.customs-facility-plan {
  position: relative;
  min-height: 500px;
  padding: 24px 25px 20px;
  overflow: hidden;
  border: 1px solid #c8ddeb;
  background: rgba(255,255,255,.66);
}

.customs-facility-plan::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border-top: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
  content: "";
}

.facility-plan-head,
.facility-plan-legend {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7f9ab4;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.facility-plan-head span:last-child {
  color: var(--orange);
}

.facility-plan-grid {
  position: absolute;
  top: 78px;
  right: 25px;
  bottom: 62px;
  left: 25px;
  overflow: hidden;
  border: 1px solid rgba(169,201,224,.7);
  background-color: rgba(237,245,252,.52);
  background-image: linear-gradient(rgba(38,132,232,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(38,132,232,.09) 1px, transparent 1px);
  background-size: 30px 30px;
}

.facility-plan-grid::after {
  position: absolute;
  top: 13%;
  right: 14%;
  bottom: 12%;
  left: 14%;
  border: 1px dashed rgba(18,86,160,.19);
  content: "";
  pointer-events: none;
}

.facility-block {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 47px;
  padding: 8px 10px;
  border: 1px solid #aacbe4;
  color: var(--blue-deep);
  background: rgba(255,255,255,.9);
  box-shadow: 0 7px 14px rgba(11,46,89,.05);
}

.facility-block .icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}

.facility-block b {
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.35;
}

.facility-gate {
  top: 11%;
  left: 7%;
  width: 34%;
  border-color: rgba(233,104,50,.55);
}

.facility-office {
  top: 10%;
  right: 7%;
  width: 33%;
}

.facility-inspection {
  top: 39%;
  left: 9%;
  width: 37%;
}

.facility-warehouse {
  top: 39%;
  right: 8%;
  width: 35%;
}

.facility-quarantine {
  bottom: 13%;
  left: 8%;
  width: 38%;
}

.facility-container {
  right: 8%;
  bottom: 13%;
  width: 37%;
}

.plan-entry,
.plan-exit {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.4;
}

.plan-entry {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.plan-exit {
  right: 50%;
  bottom: 3%;
  align-items: flex-end;
  transform: translateX(50%);
}

.plan-entry small,
.plan-exit small {
  color: #819bb3;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.plan-route {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--blue-bright));
  transform-origin: left center;
}

.plan-route-main {
  top: 50%;
  right: 9%;
  left: 9%;
}

.plan-route-branch {
  top: 50%;
  left: 50%;
  width: 34%;
  background: var(--orange);
  transform: rotate(90deg);
}

.facility-plan-legend {
  position: absolute;
  right: 25px;
  bottom: 20px;
  left: 25px;
  justify-content: flex-start;
  gap: 20px;
  color: #91a9bd;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0;
}

.facility-plan-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

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

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

.legend-dot.legend-facility {
  border-radius: 1px;
  background: var(--blue);
}

.customs-facilities-copy .section-lead {
  margin-bottom: 23px;
}

.customs-facility-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
  max-width: 560px;
  border-top: 1px solid #c9ddeb;
}

.customs-facility-list article {
  display: grid;
  grid-template-columns: 24px 34px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 73px;
  border-bottom: 1px solid #c9ddeb;
}

.customs-facility-list article > span {
  align-self: start;
  padding-top: 14px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
}

.customs-facility-list i {
  width: 31px;
  height: 31px;
}

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

.customs-facility-list strong {
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.customs-facility-list small {
  margin-top: 3px;
  color: #7892aa;
  font-size: 8px;
  line-height: 1.45;
}

/* 03 / Declaration, inspection and release */
.streamlined-clearance-section,
.export-markets-section {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.streamlined-clearance-section::before,
.export-markets-section::before {
  position: absolute;
  top: -27%;
  right: -11%;
  width: 62%;
  height: 90%;
  border: 1px solid rgba(125,188,251,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(125,188,251,.025), 0 0 0 140px rgba(125,188,251,.018);
  content: "";
  pointer-events: none;
}

.clearance-heading {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-bottom: 50px;
}

.clearance-heading h2 {
  margin: 11px 0 18px;
  color: var(--paper);
}

.clearance-heading > p:last-child {
  max-width: 630px;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.9;
}

.clearance-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.clearance-progress {
  position: absolute;
  top: 102px;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.35s .18s var(--ease);
}

.clearance-steps.is-visible .clearance-progress {
  transform: scaleX(1);
}

.clearance-steps article {
  position: relative;
  min-height: 258px;
  padding: 26px 25px 24px;
  border: 1px solid rgba(125,188,251,.3);
  background: rgba(7,39,78,.48);
  transition: border-color .3s ease, background-color .3s ease, transform .3s var(--ease);
}

.clearance-steps article:hover {
  border-color: rgba(125,188,251,.7);
  background: rgba(18,86,160,.27);
  transform: translateY(-5px);
}

.clearance-steps article:nth-child(3) {
  border-color: rgba(233,104,50,.5);
}

.clearance-steps article > span {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.clearance-steps article > i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-top: 24px;
  border: 1px solid rgba(125,188,251,.72);
  border-radius: 50%;
  color: #8bc7fd;
  background: var(--blue-deep);
  box-shadow: 0 0 0 8px rgba(11,46,89,.72);
}

.clearance-steps article:nth-child(3) > i {
  border-color: var(--orange);
  color: var(--orange-soft);
  background: rgba(233,104,50,.1);
}

.clearance-steps article .icon {
  width: 30px;
  height: 30px;
}

.clearance-steps strong,
.clearance-steps small {
  display: block;
}

.clearance-steps strong {
  margin-top: 24px;
  color: var(--paper);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1.25;
}

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

.clearance-note {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 25px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--orange);
  color: rgba(255,255,255,.52);
  font-size: 10px;
  line-height: 1.75;
}

/* 04 / Export cargo flow */
.export-flow-section {
  background: var(--paper);
}

.export-flow-section .section-heading {
  margin-bottom: 51px;
}

.export-flow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.export-flow-line {
  position: absolute;
  top: 73px;
  right: 8.5%;
  left: 8.5%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.35s .18s var(--ease);
}

.export-flow-track.is-visible .export-flow-line {
  transform: scaleX(1);
}

.export-flow-track article {
  position: relative;
  min-height: 245px;
  padding: 22px 15px 20px 0;
  border-right: 1px solid var(--line);
}

.export-flow-track article:not(:first-of-type) {
  padding-left: 15px;
}

.export-flow-track article:last-child {
  border-right: 0;
}

.export-flow-track article > span,
.export-flow-track article > i,
.export-flow-track article > strong,
.export-flow-track article > small {
  position: relative;
  z-index: 1;
}

.export-flow-track article > span {
  display: block;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.export-flow-track article > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  margin-top: 30px;
  border: 1px solid #a9cae3;
  border-radius: 50%;
  color: var(--blue);
  background: var(--paper);
  box-shadow: 0 0 0 7px var(--paper);
}

.export-flow-track article > i .icon {
  width: 22px;
  height: 22px;
}

.export-flow-track article > strong,
.export-flow-track article > small {
  display: block;
}

.export-flow-track article > strong {
  max-width: 140px;
  margin-top: 22px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.export-flow-track article > small {
  max-width: 135px;
  margin-top: 6px;
  color: #8aa0b6;
  font-size: 9px;
  line-height: 1.5;
}

.flow-disclaimer,
.cargo-disclaimer {
  color: #9aaabd;
  font-size: 10px;
  line-height: 1.7;
}

.flow-disclaimer {
  margin: 17px 0 0;
}

/* 05 / Export from Jining */
.jining-export-section {
  background: var(--mist);
}

.jining-export-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
}

.jining-export-visual {
  min-height: 510px;
}

.jining-export-copy .section-lead {
  max-width: 510px;
}

.jining-export-chain {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 570px;
  padding: 18px 0 17px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.chain-line {
  position: absolute;
  top: 47px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s .15s var(--ease);
}

.jining-export-chain.is-visible .chain-line {
  transform: scaleX(1);
}

.jining-export-chain article {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.jining-export-chain article:not(:first-of-type) {
  padding-left: 10px;
}

.jining-export-chain article > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #a9cae3;
  border-radius: 50%;
  color: var(--blue);
  background: var(--mist);
  box-shadow: 0 0 0 6px var(--mist);
}

.jining-export-chain article.is-core > i {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--blue-deep);
}

.jining-export-chain article > i .icon {
  width: 22px;
  height: 22px;
}

.jining-export-chain strong,
.jining-export-chain small {
  display: block;
}

.jining-export-chain strong {
  margin-top: 15px;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.jining-export-chain article.is-core strong {
  color: var(--orange);
}

.jining-export-chain small {
  margin-top: 4px;
  color: #8ca2b7;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.jining-export-note {
  max-width: 560px;
  margin: 19px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--orange);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.75;
}

/* 06 / Representative export cargo */
.export-cargo-section {
  background: var(--mist-blue);
}

.export-cargo-section .section-heading {
  margin-bottom: 50px;
}

.export-cargo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.export-cargo-card {
  position: relative;
  min-height: 345px;
  overflow: hidden;
  background: var(--blue-deep);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.export-cargo-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.export-cargo-card picture,
.export-cargo-card img,
.export-cargo-card > div {
  position: absolute;
  inset: 0;
}

.export-cargo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.65) contrast(1.08);
  transition: transform .75s var(--ease), filter .4s ease;
}

.export-cargo-card:hover img {
  filter: saturate(.88) contrast(1.08);
  transform: scale(1.07);
}

.export-cargo-card > div {
  background: linear-gradient(180deg, rgba(5,29,59,.1) 20%, rgba(5,29,59,.92) 100%);
}

.export-cargo-card > span,
.export-cargo-card h3,
.export-cargo-card small {
  position: absolute;
  z-index: 1;
  right: 15px;
  left: 15px;
}

.export-cargo-card > span {
  top: 17px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.export-cargo-card h3 {
  bottom: 48px;
  margin: 0;
  color: var(--paper);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.35;
}

.export-cargo-card small {
  bottom: 21px;
  color: rgba(255,255,255,.58);
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}

.cargo-disclaimer {
  margin: 17px 0 0;
  text-align: right;
}

/* 07 / Export markets */
.export-markets-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.export-markets-map {
  position: relative;
  min-width: 0;
  padding: 24px 25px 20px;
  border: 1px solid rgba(125,188,251,.3);
  background: rgba(4,30,61,.48);
}

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

.markets-map-head,
.markets-map-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(158,192,222,.7);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.markets-map-head span:last-child {
  color: var(--orange-soft);
}

.export-markets-map svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 14px;
  overflow: visible;
}

.markets-coast {
  fill: none;
  stroke: rgba(125,188,251,.27);
  stroke-width: 2;
  opacity: .65;
}

.markets-coast.coast-right {
  stroke: rgba(125,188,251,.19);
  stroke-width: 3;
}

.markets-route {
  fill: none;
  stroke: url(#markets-route);
  stroke-width: 2.5;
  stroke-dasharray: 6 7;
  animation: route-dash 8s linear infinite;
}

.markets-route.route-main {
  stroke: #7dbcfb;
}

.markets-node circle {
  fill: #1b6caf;
  stroke: rgba(255,255,255,.24);
  stroke-width: 3;
}

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

.markets-node .node-ring {
  fill: none;
  stroke: rgba(233,104,50,.25);
  stroke-width: 1.5;
}

.markets-node text {
  fill: rgba(255,255,255,.88);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
}

.markets-node .node-sub {
  fill: rgba(151,188,220,.68);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}

.markets-map-label {
  fill: rgba(151,188,220,.57);
  font-family: var(--font-sans);
  font-size: 10px;
}

.markets-map-legend {
  justify-content: flex-start;
  gap: 22px;
  margin-top: 8px;
  color: rgba(151,188,220,.62);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0;
}

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

.markets-map-legend .legend-dot {
  background: var(--orange);
}

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

.export-markets-copy h2 {
  margin: 11px 0 21px;
  color: var(--paper);
}

.export-markets-copy .multimodal-dark-lead {
  max-width: 535px;
}

.market-route-statement {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 27px;
  padding: 16px 0;
  border-top: 1px solid rgba(125,188,251,.27);
  border-bottom: 1px solid rgba(125,188,251,.27);
  color: rgba(255,255,255,.72);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  white-space: nowrap;
}

.market-route-statement i {
  flex: 1;
  min-width: 13px;
  height: 1px;
  background: var(--orange);
}

.market-region-grid {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 9px;
  margin-top: 27px;
}

.market-region-grid span {
  padding: 8px 11px;
  border: 1px solid rgba(125,188,251,.4);
  color: #a6d0f4;
  font-size: 10px;
  font-weight: 700;
}

.market-disclaimer {
  display: block;
  max-width: 500px;
  margin-top: 19px;
  color: rgba(151,188,220,.62);
  font-size: 9px;
  line-height: 1.7;
}

/* 08 / Manufacturing export train */
.manufacturing-train-section {
  background: var(--mist);
}

.manufacturing-train-layout {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
}

.manufacturing-train-copy .section-lead {
  max-width: 570px;
}

.manufacturing-train-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 610px;
  padding: 17px 0 16px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.train-route-line {
  position: absolute;
  top: 47px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.25s .15s var(--ease);
}

.manufacturing-train-route.is-visible .train-route-line {
  transform: scaleX(1);
}

.manufacturing-train-route article {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.manufacturing-train-route article:not(:first-of-type) {
  padding-left: 12px;
}

.manufacturing-train-route article::after {
  position: absolute;
  top: 39px;
  right: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--mist);
  border-radius: 50%;
  background: #80bdf3;
  content: "";
}

.manufacturing-train-route article:last-child::after {
  display: none;
}

.manufacturing-train-route article.is-core::after {
  width: 11px;
  height: 11px;
  top: 37px;
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(233,104,50,.13);
}

.manufacturing-train-route article > span,
.manufacturing-train-route article strong,
.manufacturing-train-route article small {
  display: block;
}

.manufacturing-train-route article > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
}

.manufacturing-train-route article strong {
  max-width: 112px;
  margin-top: 35px;
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
}

.manufacturing-train-route article.is-core strong {
  color: var(--orange);
}

.manufacturing-train-route article small {
  margin-top: 5px;
  color: #8ba1b5;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.manufacturing-train-cooperation {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 12px;
  margin-top: 20px;
  padding-left: 14px;
  border-left: 2px solid var(--orange);
}

.manufacturing-train-cooperation strong,
.manufacturing-train-cooperation span,
.manufacturing-train-cooperation small {
  display: block;
}

.manufacturing-train-cooperation strong {
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 800;
}

.manufacturing-train-cooperation span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.manufacturing-train-cooperation small {
  flex-basis: 100%;
  color: #8b9fb2;
  font-size: 9px;
  line-height: 1.6;
}

.manufacturing-train-cost {
  display: grid;
  grid-template-columns: minmax(175px, .62fr) minmax(0, 1.38fr);
  gap: 17px;
  margin-top: 22px;
  padding: 16px 17px 15px;
  border: 1px solid rgba(233,104,50,.42);
  background: rgba(255,255,255,.45);
}

.manufacturing-train-cost > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.manufacturing-train-cost > div > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.manufacturing-train-cost strong {
  margin-top: 7px;
  color: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -.09em;
  line-height: .9;
}

.manufacturing-train-cost > div > small {
  margin-top: 7px;
  color: #7e94a8;
  font-size: 8px;
  line-height: 1.45;
}

.manufacturing-train-cost > p {
  align-self: center;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}

.manufacturing-train-cost > small {
  grid-column: 2;
  color: #99aaba;
  font-size: 8px;
  line-height: 1.5;
}

.manufacturing-train-visual {
  min-height: 540px;
}

.manufacturing-train-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,29,59,.87), rgba(5,29,59,.08) 67%), linear-gradient(90deg, rgba(5,29,59,.62), transparent 64%);
}

.train-scan-lines {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: .18;
  background: repeating-linear-gradient(0deg, transparent 0, transparent 18px, rgba(255,255,255,.2) 19px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.train-visual-panel {
  top: 24px;
  right: 24px;
  bottom: auto;
  left: 24px;
  min-height: 91px;
  padding-block: 15px;
}

.train-visual-panel strong {
  font-size: 17px;
}

/* 09 / Export cold chain */
.export-cold-chain-section {
  background: #eaf6fc;
}

.export-cold-chain-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.export-cold-chain-visual {
  min-height: 500px;
}

.cold-export-overlay {
  background: linear-gradient(0deg, rgba(5,49,75,.88), rgba(5,49,75,.06) 68%), linear-gradient(90deg, rgba(5,49,75,.36), transparent 62%);
}

.cold-export-stamp {
  position: absolute;
  z-index: 2;
  top: 21px;
  right: 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.86);
  background: rgba(13,94,143,.5);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  backdrop-filter: blur(9px);
}

.cold-export-stamp .icon {
  width: 17px;
  height: 17px;
  color: #a5dcff;
}

.cold-export-lines {
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 66px;
  left: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: .55;
}

.cold-export-lines i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b3e1f8, transparent);
}

.export-cold-chain-copy .section-lead {
  max-width: 545px;
}

.cold-export-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 185px));
  gap: 13px;
  margin-bottom: 23px;
}

.cold-export-stats article {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  column-gap: 6px;
  padding: 16px 16px 13px;
  border: 1px solid #b8dbea;
  background: rgba(255,255,255,.53);
}

.cold-export-stats strong {
  color: #0d5e8f;
  font-family: var(--font-sans);
  font-size: 39px;
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: .9;
}

.cold-export-stats span {
  color: #3680a7;
  font-size: 12px;
  font-weight: 800;
}

.cold-export-stats small {
  grid-column: 1 / -1;
  margin-top: 9px;
  color: #628aa1;
  font-size: 10px;
  line-height: 1.45;
}

.cold-export-services {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 550px;
  margin-bottom: 24px;
}

.cold-export-services span {
  padding: 7px 10px;
  border: 1px solid #b9d9ea;
  color: #387596;
  background: rgba(255,255,255,.43);
  font-size: 10px;
  font-weight: 700;
}

.cold-export-date {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 15px;
  border-top: 1px solid #c3ddea;
}

.cold-export-date strong {
  color: #0d5e8f;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.cold-export-date span {
  color: #6f8da1;
  font-size: 10px;
  line-height: 1.6;
}

/* 10 / Qualitative export advantages */
.export-advantages-section {
  background: var(--paper);
}

.export-advantages-section .section-heading {
  margin-bottom: 50px;
}

.export-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.export-advantage-card {
  position: relative;
  min-height: 272px;
  padding: 23px 21px 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

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

.export-advantage-card > span {
  display: block;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.export-advantage-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin-top: 26px;
  border-radius: 10px;
  color: var(--blue);
  background: var(--mist-blue);
}

.export-advantage-card .icon {
  width: 23px;
  height: 23px;
}

.export-advantage-card h3 {
  margin: 19px 0 7px;
  color: var(--blue-deep);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.4;
}

.export-advantage-card p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

/* 11 / Brand visual */
.customs-brand-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.customs-brand-background,
.customs-brand-background picture,
.customs-brand-background img,
.customs-brand-background > div {
  position: absolute;
  inset: 0;
}

.customs-brand-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.7) contrast(1.1);
}

.customs-brand-background > div {
  background: linear-gradient(90deg, rgba(4,24,49,.94), rgba(4,24,49,.55) 55%, rgba(4,24,49,.33)), linear-gradient(0deg, rgba(4,24,49,.8), transparent 62%);
}

.customs-brand-content,
.customs-inquiry-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
}

.customs-brand-content h2 {
  margin: 8px 0 14px;
  color: var(--paper);
  font-size: clamp(51px, 6.2vw, 86px);
  line-height: 1.02;
}

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

.customs-brand-content > p:not(.section-kicker) {
  margin: 0 0 27px;
  color: rgba(255,255,255,.7);
  font-size: 15px;
}

.customs-brand-tags {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.65);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.customs-brand-tags i {
  width: 25px;
  height: 1px;
  background: var(--orange);
}

/* 12 / Inquiry */
.customs-inquiry {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.customs-inquiry-background,
.customs-inquiry-background picture,
.customs-inquiry-background img,
.customs-inquiry-background > div {
  position: absolute;
  inset: 0;
}

.customs-inquiry-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(.66) contrast(1.12);
}

.customs-inquiry-background > div {
  background: linear-gradient(90deg, rgba(4,24,49,.96), rgba(4,24,49,.57) 64%, rgba(4,24,49,.28)), linear-gradient(0deg, rgba(4,24,49,.78), transparent 63%);
}

.customs-inquiry-content h2 {
  margin: 9px 0 17px;
  color: var(--paper);
  font-size: clamp(42px, 5.2vw, 72px);
}

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

.customs-inquiry-content > p:not(.section-kicker) {
  max-width: 550px;
  margin-bottom: 27px;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.8;
}

/* 13 / Explore */
.customs-explore-section {
  background: var(--mist-blue);
}

.customs-explore-section .section-heading {
  margin-bottom: 50px;
}

.customs-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.customs-explore-card {
  position: relative;
  display: flex;
  min-height: 232px;
  gap: 17px;
  padding: 23px 23px 22px;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

.customs-explore-card:hover {
  border-color: rgba(38,132,232,.48);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.customs-explore-card > span {
  flex: 0 0 auto;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.customs-explore-card > div {
  flex: 1;
  min-width: 0;
}

.customs-explore-card small {
  color: #86a2ba;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.customs-explore-card h3 {
  margin: 19px 0 7px;
  color: var(--blue-deep);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.05em;
}

.customs-explore-card p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.customs-explore-card > .icon {
  position: absolute;
  right: 19px;
  bottom: 22px;
  width: 18px;
  height: 18px;
  color: var(--blue);
  transition: transform .3s var(--ease), color .25s ease;
}

.customs-explore-card:hover > .icon {
  color: var(--orange);
  transform: translateX(4px);
}

/* Tablet */
@media (max-width: 1180px) {
  .customs-anchor-nav a,
  .customs-anchor-nav a:not(:first-child) {
    padding-inline: 10px;
  }

  .customs-anchor-nav a::after {
    right: 9px;
  }

  .customs-anchor-nav strong {
    font-size: 10px;
  }

  .customs-overview-layout,
  .customs-facilities-layout,
  .jining-export-layout,
  .manufacturing-train-layout,
  .export-cold-chain-layout,
  .export-markets-layout {
    gap: 60px;
  }

  .customs-boundary-grid article {
    grid-template-columns: 32px 1fr;
    gap: 8px;
    padding-inline: 9px;
  }

  .customs-boundary-grid i {
    width: 31px;
    height: 31px;
  }

  .customs-facility-list article {
    grid-template-columns: 20px 30px 1fr;
    gap: 6px;
  }

  .customs-facility-list i {
    width: 29px;
    height: 29px;
  }

  .customs-facility-list strong {
    font-size: 10px;
  }

  .export-cargo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .export-cargo-card:nth-child(4),
  .export-cargo-card:nth-child(5) {
    min-height: 305px;
  }

  .export-advantage-card {
    padding-inline: 18px;
  }
}

@media (max-width: 900px) {
  .customs-hero {
    height: 590px;
  }

  .customs-hero-inner {
    align-items: flex-end;
    padding-top: 105px;
    padding-bottom: 112px;
  }

  .customs-hero-meta,
  .customs-hero-signal {
    display: none;
  }

  .customs-facts-grid {
    padding-top: 31px;
  }

  .customs-fact {
    padding-inline: 20px;
  }

  .customs-fact strong {
    font-size: 30px;
  }

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

  .customs-anchor-nav {
    top: 74px;
  }

  .customs-anchor-nav-inner {
    display: flex;
    padding-inline: 22px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .customs-anchor-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .customs-anchor-nav a,
  .customs-anchor-nav a:not(:first-child) {
    flex: 0 0 132px;
    min-height: 68px;
    padding: 11px 13px 10px 0;
  }

  .customs-anchor-nav a:not(:first-child) {
    padding-left: 13px;
  }

  .customs-anchor-nav a:first-child {
    padding-left: 0;
  }

  .customs-overview-layout,
  .customs-facilities-layout,
  .jining-export-layout,
  .manufacturing-train-layout,
  .export-cold-chain-layout,
  .export-markets-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .customs-overview-visual,
  .jining-export-visual,
  .manufacturing-train-visual,
  .export-cold-chain-visual {
    max-width: 760px;
  }

  .customs-overview-copy,
  .customs-facilities-copy,
  .jining-export-copy,
  .manufacturing-train-copy,
  .export-cold-chain-copy,
  .export-markets-copy {
    max-width: 760px;
  }

  .customs-facilities-layout,
  .export-cold-chain-layout {
    gap: 43px;
  }

  .export-flow-track {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
  }

  .export-flow-line {
    display: none;
  }

  .export-flow-track article:nth-child(3) {
    border-right: 0;
  }

  .export-flow-track article:nth-child(n+5) {
    border-top: 1px solid var(--line);
  }

  .export-cargo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .export-cargo-card:nth-child(4),
  .export-cargo-card:nth-child(5) {
    grid-column: span 1;
  }

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

  .customs-explore-grid {
    grid-template-columns: 1fr;
  }

  .customs-explore-card {
    min-height: 180px;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .customs-hero {
    min-height: 450px;
    height: 520px;
  }

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

  .customs-hero-scrim {
    background: linear-gradient(180deg, rgba(5,29,59,.58) 0%, rgba(6,37,75,.5) 28%, rgba(6,37,75,.96) 100%);
  }

  .customs-hero-inner {
    padding-top: 93px;
    padding-bottom: 86px;
  }

  .customs-hero-copy h1 {
    margin-bottom: 7px;
    font-size: clamp(46px, 14.5vw, 63px);
  }

  .customs-hero-copy h2 {
    margin-bottom: 13px;
    font-size: clamp(29px, 8.5vw, 37px);
  }

  .customs-hero-copy > p:not(.eyebrow) {
    max-width: 345px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.8;
  }

  .customs-hero-copy .hero-actions .button {
    min-height: 45px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .customs-hero-bottom {
    bottom: 18px;
    font-size: 8px;
  }

  .customs-hero-bottom small {
    display: none;
  }

  .customs-facts-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 25px;
    padding-bottom: 18px;
  }

  .customs-fact {
    min-height: 83px;
    padding: 0 10px;
  }

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

  .customs-fact > span {
    margin-bottom: 11px;
    font-size: 7px;
    letter-spacing: .08em;
  }

  .customs-fact strong {
    gap: 3px;
    font-size: 22px;
    letter-spacing: -.08em;
  }

  .customs-fact-prefix {
    margin-bottom: 1px;
    font-size: 13px;
  }

  .customs-fact strong em {
    margin-bottom: 1px;
    font-size: 9px;
  }

  .customs-fact small {
    margin-top: 7px;
    font-size: 8px;
    line-height: 1.35;
  }

  .customs-facts-note {
    padding-bottom: 11px;
    font-size: 8px;
    line-height: 1.55;
    text-align: left;
  }

  .customs-anchor-nav {
    top: 68px;
  }

  .customs-anchor-nav-inner {
    padding-inline: 22px;
  }

  .customs-anchor-nav a,
  .customs-anchor-nav a:not(:first-child) {
    flex-basis: 116px;
    min-height: 65px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .customs-anchor-nav strong {
    font-size: 9px;
  }

  #customs-overview,
  #customs-facilities,
  #streamlined-clearance,
  #export-flow,
  #jining-export,
  #export-cargo,
  #export-markets,
  #manufacturing-train,
  #export-cold-chain,
  #export-advantages,
  #customs-brand,
  #export-inquiry,
  #customs-explore {
    scroll-margin-top: 133px;
  }

  .section {
    padding-block: 76px;
  }

  .customs-overview-section::before,
  .customs-facilities-section::before,
  .export-cargo-section::before,
  .export-advantages-section::before,
  .customs-explore-section::before {
    width: 55%;
    opacity: .3;
  }

  .customs-overview-layout,
  .customs-facilities-layout,
  .jining-export-layout,
  .manufacturing-train-layout,
  .export-cold-chain-layout,
  .export-markets-layout {
    gap: 43px;
  }

  .customs-overview-visual,
  .jining-export-visual,
  .manufacturing-train-visual,
  .export-cold-chain-visual {
    min-height: 360px;
  }

  .customs-image-label {
    top: 15px;
    left: 16px;
    font-size: 7px;
  }

  .customs-overview-panel,
  .jining-export-caption,
  .train-visual-panel {
    right: 15px;
    bottom: 18px;
    left: 15px;
    padding: 13px 13px 12px;
  }

  .customs-overview-panel span,
  .jining-export-caption span,
  .train-visual-panel span {
    font-size: 7px;
  }

  .customs-overview-panel strong,
  .jining-export-caption strong,
  .train-visual-panel strong {
    font-size: 12px;
  }

  .customs-overview-panel small,
  .jining-export-caption small,
  .train-visual-panel small {
    font-size: 8px;
  }


  .customs-overview-copy h2,
  .customs-facilities-copy h2,
  .jining-export-copy h2,
  .manufacturing-train-copy h2,
  .export-cold-chain-copy h2,
  .export-markets-copy h2 {
    font-size: clamp(34px, 10.2vw, 48px);
  }

  .customs-overview-copy .section-lead,
  .customs-facilities-copy .section-lead,
  .jining-export-copy .section-lead,
  .manufacturing-train-copy .section-lead,
  .export-cold-chain-copy .section-lead {
    font-size: 13px;
  }

  .customs-boundary-grid {
    gap: 8px;
  }

  .customs-boundary-grid article {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 132px;
    padding: 11px;
  }

  .customs-boundary-grid i {
    width: 30px;
    height: 30px;
  }

  .customs-boundary-grid strong {
    font-size: 11px;
  }

  .customs-boundary-grid small {
    font-size: 8px;
  }

  .customs-facility-plan {
    min-height: 405px;
    padding: 18px 15px 15px;
  }

  .facility-plan-head,
  .facility-plan-legend {
    font-size: 7px;
  }

  .facility-plan-grid {
    top: 65px;
    right: 15px;
    bottom: 50px;
    left: 15px;
    background-size: 25px 25px;
  }

  .facility-block {
    min-height: 39px;
    gap: 4px;
    padding: 6px 6px;
  }

  .facility-block .icon {
    width: 14px;
    height: 14px;
  }

  .facility-block b {
    font-size: 7px;
    letter-spacing: 0;
  }

  .plan-entry,
  .plan-exit,
  .plan-entry small,
  .plan-exit small {
    font-size: 7px;
  }

  .facility-plan-legend {
    right: 15px;
    bottom: 15px;
    left: 15px;
    gap: 12px;
    font-size: 8px;
  }

  .customs-facility-list {
    gap: 0 8px;
  }

  .customs-facility-list article {
    grid-template-columns: 17px 28px 1fr;
    gap: 5px;
    min-height: 72px;
  }

  .customs-facility-list article > span {
    padding-top: 15px;
    font-size: 7px;
  }

  .customs-facility-list i {
    width: 28px;
    height: 28px;
  }

  .customs-facility-list .icon {
    width: 15px;
    height: 15px;
  }

  .customs-facility-list strong {
    font-size: 9px;
  }

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

  .streamlined-clearance-section::before,
  .export-markets-section::before {
    top: -8%;
    right: -42%;
    width: 120%;
    height: 61%;
  }

  .clearance-heading {
    margin-bottom: 34px;
  }

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

  .clearance-steps {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-left: 18px;
  }

  .clearance-progress {
    top: 47px;
    bottom: 47px;
    left: 55px;
    width: 1px;
    height: auto;
    transform: scaleY(0);
    transform-origin: top;
  }

  .clearance-steps.is-visible .clearance-progress {
    transform: scaleY(1);
  }

  .clearance-steps article {
    display: grid;
    grid-template-columns: 27px 61px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 113px;
    padding: 15px 14px 14px 0;
  }

  .clearance-steps article > span {
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 3px;
    font-size: 8px;
  }

  .clearance-steps article > i {
    grid-row: 1 / span 2;
    width: 57px;
    height: 57px;
    margin: 0;
    box-shadow: 0 0 0 6px var(--blue-deep);
  }

  .clearance-steps article .icon {
    width: 22px;
    height: 22px;
  }

  .clearance-steps strong {
    grid-column: 3;
    margin: 0;
    font-size: 17px;
  }

  .clearance-steps small {
    grid-column: 3;
    margin-top: 5px;
    font-size: 7px;
  }

  .clearance-note {
    margin-top: 20px;
    font-size: 9px;
  }

  .export-flow-section .section-heading {
    margin-bottom: 35px;
  }

  .export-flow-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 15px 0 15px 16px;
  }

  .export-flow-line {
    top: 49px;
    right: auto;
    bottom: 49px;
    left: 58px;
    width: 1px;
    height: auto;
    display: block;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange));
    transform: scaleY(0);
    transform-origin: top;
  }

  .export-flow-track.is-visible .export-flow-line {
    transform: scaleY(1);
  }

  .export-flow-track article,
  .export-flow-track article:not(:first-of-type) {
    display: grid;
    grid-template-columns: 28px 61px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 88px;
    padding: 10px 0 10px;
    border-right: 0;
  }

  .export-flow-track article:nth-child(n+5) {
    border-top: 0;
  }

  .export-flow-track article > span {
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 4px;
    font-size: 7px;
  }

  .export-flow-track article > i {
    grid-row: 1 / span 2;
    width: 56px;
    height: 56px;
    margin: 0;
    box-shadow: 0 0 0 6px var(--paper);
  }

  .export-flow-track article > i .icon {
    width: 21px;
    height: 21px;
  }

  .export-flow-track article > strong {
    max-width: none;
    margin: 0;
    font-size: 12px;
  }

  .export-flow-track article > small {
    max-width: none;
    margin-top: 4px;
    font-size: 8px;
  }

  .flow-disclaimer,
  .cargo-disclaimer {
    font-size: 9px;
  }

  .jining-export-visual {
    min-height: 365px;
  }

  .jining-export-chain {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 0;
  }

  .chain-line {
    top: 46px;
    bottom: 46px;
    left: 29px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange));
    transform: scaleY(0);
    transform-origin: top;
  }

  .jining-export-chain.is-visible .chain-line {
    transform: scaleY(1);
  }

  .jining-export-chain article,
  .jining-export-chain article:not(:first-of-type) {
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 78px;
    padding-left: 0;
  }

  .jining-export-chain article > i {
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    box-shadow: 0 0 0 6px var(--mist);
  }

  .jining-export-chain strong {
    margin: 0 0 0 15px;
    font-size: 12px;
  }

  .jining-export-chain small {
    margin: 4px 0 0 15px;
    font-size: 7px;
  }

  .jining-export-note {
    font-size: 9px;
  }

  .export-cargo-section .section-heading {
    margin-bottom: 35px;
  }

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

  .export-cargo-card,
  .export-cargo-card:nth-child(4),
  .export-cargo-card:nth-child(5) {
    min-height: 260px;
  }

  .export-cargo-card h3 {
    bottom: 42px;
    font-size: 16px;
  }

  .export-cargo-card small {
    bottom: 18px;
    font-size: 6px;
  }

  .export-markets-map {
    padding: 18px 15px 15px;
  }

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

  .export-markets-map svg {
    margin-top: 10px;
  }

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

  .markets-node .node-sub {
    font-size: 6px;
  }

  .markets-map-label {
    font-size: 8px;
  }

  .markets-map-legend {
    gap: 12px;
    font-size: 8px;
  }

  .market-route-statement {
    gap: 7px;
    font-size: 7px;
    letter-spacing: .06em;
  }

  .market-region-grid {
    gap: 7px;
    margin-top: 21px;
  }

  .market-region-grid span {
    padding: 7px 9px;
    font-size: 9px;
  }

  .market-disclaimer {
    font-size: 8px;
  }

  .manufacturing-train-route {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 15px 0;
  }

  .train-route-line {
    top: 45px;
    right: auto;
    bottom: 45px;
    left: 43px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange));
    transform: scaleY(0);
    transform-origin: top;
  }

  .manufacturing-train-route.is-visible .train-route-line {
    transform: scaleY(1);
  }

  .manufacturing-train-route article,
  .manufacturing-train-route article:not(:first-of-type) {
    display: grid;
    grid-template-columns: 24px 58px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 78px;
    padding-left: 0;
  }

  .manufacturing-train-route article::after {
    display: none;
  }

  .manufacturing-train-route article > span {
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 4px;
    font-size: 7px;
  }

  .manufacturing-train-route article > span::after {
    position: absolute;
    left: 39px;
    width: 8px;
    height: 8px;
    border: 2px solid var(--mist);
    border-radius: 50%;
    background: #80bdf3;
    content: "";
  }

  .manufacturing-train-route article.is-core > span::after {
    width: 11px;
    height: 11px;
    left: 37px;
    border-color: var(--orange);
    background: var(--orange);
  }

  .manufacturing-train-route article strong {
    grid-column: 3;
    max-width: none;
    margin: 0;
    font-size: 11px;
  }

  .manufacturing-train-route article small {
    grid-column: 3;
    margin-top: 4px;
    font-size: 7px;
  }

  .manufacturing-train-visual {
    min-height: 375px;
  }

  .train-visual-panel {
    top: 16px;
    right: 15px;
    left: 15px;
    padding: 12px 12px 11px;
  }

  .train-visual-panel strong {
    font-size: 13px;
  }

  .manufacturing-train-cooperation {
    gap: 4px 8px;
  }

  .manufacturing-train-cooperation strong,
  .manufacturing-train-cooperation span {
    font-size: 10px;
  }

  .manufacturing-train-cooperation small {
    font-size: 8px;
  }

  .manufacturing-train-cost {
    grid-template-columns: 1fr;
  }

  .manufacturing-train-cost > small {
    grid-column: auto;
  }

  .export-cold-chain-visual {
    min-height: 360px;
  }

  .cold-export-stamp {
    top: 16px;
    right: 16px;
    padding: 8px 9px;
    font-size: 7px;
  }

  .cold-export-stats {
    gap: 9px;
  }

  .cold-export-stats article {
    padding: 14px 12px 12px;
  }

  .cold-export-stats strong {
    font-size: 34px;
  }

  .cold-export-stats small {
    font-size: 9px;
  }

  .cold-export-services {
    gap: 5px;
  }

  .cold-export-services span {
    padding: 6px 8px;
    font-size: 8px;
  }

  .cold-export-date {
    gap: 9px;
  }

  .cold-export-date strong {
    font-size: 15px;
  }

  .cold-export-date span {
    font-size: 8px;
  }

  .export-advantages-section .section-heading,
  .customs-explore-section .section-heading {
    margin-bottom: 35px;
  }

  .export-advantages-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .export-advantage-card {
    min-height: 189px;
    padding: 17px 17px 16px;
  }

  .export-advantage-card i {
    width: 39px;
    height: 39px;
    margin-top: 17px;
  }

  .export-advantage-card .icon {
    width: 20px;
    height: 20px;
  }

  .export-advantage-card h3 {
    margin: 13px 0 5px;
    font-size: 16px;
  }

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

  .customs-brand-visual {
    min-height: 430px;
  }

  .customs-brand-background > div {
    background: linear-gradient(180deg, rgba(4,24,49,.72), rgba(4,24,49,.95));
  }

  .customs-brand-content h2 {
    font-size: clamp(45px, 13.8vw, 62px);
  }

  .customs-brand-content > p:not(.section-kicker) {
    font-size: 13px;
  }

  .customs-brand-tags {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 7px;
  }

  .customs-brand-tags i {
    width: 15px;
  }

  .customs-inquiry {
    min-height: 470px;
  }

  .customs-inquiry-background > div {
    background: linear-gradient(180deg, rgba(4,24,49,.79), rgba(4,24,49,.96));
  }

  .customs-inquiry-content h2 {
    font-size: clamp(37px, 10.7vw, 50px);
  }

  .customs-inquiry-content > p:not(.section-kicker) {
    max-width: 320px;
    font-size: 12px;
  }

  .customs-explore-card {
    min-height: 170px;
    padding: 18px 17px 17px;
    gap: 12px;
  }

  .customs-explore-card h3 {
    margin-top: 13px;
    font-size: 18px;
  }

  .customs-explore-card p {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .markets-route {
    animation: none;
  }
}
