/* Advantages page: a capability-led layout built from the existing Longgong Port tokens. */

.advantages-hero {
  position: relative;
  min-height: 520px;
  height: min(610px, 66vh);
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

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

.advantages-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.78) contrast(1.08);
  animation: hero-image-in 1.3s var(--ease) both;
}

.advantages-hero-scrim {
  background: linear-gradient(90deg, rgba(5, 29, 59, .97) 0%, rgba(6, 37, 75, .86) 38%, rgba(6, 37, 75, .38) 75%, rgba(6, 37, 75, .2) 100%), linear-gradient(0deg, rgba(4, 22, 45, .72), transparent 56%);
}

.advantages-hero-grid {
  opacity: .15;
  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: 62px 62px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

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

.advantages-hero-copy {
  max-width: 840px;
}

.advantages-hero-copy h1 {
  margin: 0 0 19px;
  color: var(--paper);
  font-size: clamp(45px, 5.35vw, 76px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.08;
}

.advantages-hero-copy h1 span:last-child {
  color: #84c2fc;
  white-space: nowrap;
}

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

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

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

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

.advantage-anchor-nav {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.advantage-anchor-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 74px;
  padding: 14px 15px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, .19);
  color: rgba(255, 255, 255, .6);
  transition: color .25s ease, background-color .3s ease, padding .3s var(--ease);
}

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

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

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

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

.advantage-anchor-nav a:hover,
.advantage-anchor-nav a.is-active {
  color: var(--paper);
  background: rgba(255, 255, 255, .06);
}

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

.advantage-anchor-nav span {
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.advantage-anchor-nav strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

/* Overview */
.advantage-overview {
  overflow: hidden;
  background: var(--paper);
}

.advantage-overview::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  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;
}

.advantage-overview .container {
  position: relative;
  z-index: 1;
}

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

.advantage-feature-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 23px 24px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease), background-color .3s ease;
}

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

.feature-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-number {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.feature-label {
  color: #9bafc3;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.feature-card-main {
  position: relative;
  z-index: 1;
  max-width: 58%;
}

.feature-card-image-slot {
  position: absolute;
  z-index: 0;
  top: 76px;
  right: 20px;
  width: 39%;
  height: 112px;
  overflow: hidden;
  border: 1px solid rgba(38, 132, 232, .22);
  border-radius: 14px;
  background: var(--blue-deep);
  box-shadow: 0 14px 30px rgba(11, 46, 89, .08);
  isolation: isolate;
  opacity: .9;
  transform: translateZ(0);
  transition: width .35s var(--ease), opacity .35s ease, transform .35s var(--ease);
}

.feature-card-image-slot::before,
.feature-card-image-slot::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.feature-card-image-slot::before {
  background: linear-gradient(135deg, rgba(11, 46, 89, .22), rgba(11, 46, 89, .68));
}

.feature-card-image-slot::after {
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .22);
}

.feature-card-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.05);
  transition: transform .65s var(--ease), filter .35s ease;
}

.feature-card-image-slot:hover img,
.advantage-feature-card:hover .feature-card-image-slot img {
  filter: saturate(.98) contrast(1.08);
  transform: scale(1.06);
}

.feature-image-label {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 9px;
  padding: 4px 6px 3px;
  border: 1px solid rgba(255, 255, 255, .42);
  color: rgba(255, 255, 255, .84);
  background: rgba(5, 29, 59, .66);
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  white-space: nowrap;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin-top: 28px;
  border-radius: 13px;
  color: var(--blue);
  background: var(--mist-blue);
  transition: color .3s ease, background-color .3s ease, transform .3s var(--ease);
}

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

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

.feature-card-main h3 {
  max-width: 260px;
  margin: 17px 0 8px;
  color: var(--blue-deep);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.35;
}

.feature-card-main p {
  position: relative;
  z-index: 1;
  max-width: 305px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.feature-visual {
  position: absolute;
  right: 22px;
  bottom: 26px;
  left: 23px;
  height: 40px;
  opacity: .9;
  pointer-events: none;
}

.feature-visual span,
.feature-visual b,
.feature-visual i {
  display: block;
  font-style: normal;
}

.route-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 13px;
}

.route-mini i {
  position: relative;
  display: block;
  flex: 1;
  height: 2px;
  background: var(--blue-bright);
}

.route-mini i:nth-of-type(2) {
  background: var(--orange);
}

.route-mini i::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.route-mini span {
  position: absolute;
  right: 0;
  bottom: -1px;
  color: #9fb2c7;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.feature-card-dark {
  border-color: var(--blue-deep);
  background: var(--blue-deep);
}

.feature-card-dark .feature-number,
.feature-card-dark .feature-card-main h3 {
  color: var(--paper);
}

.feature-card-dark .feature-label,
.feature-card-dark .feature-card-main p {
  color: rgba(255, 255, 255, .51);
}

.feature-card-dark .feature-icon {
  color: #8bc3fb;
  background: rgba(38, 132, 232, .2);
}

.feature-card-dark .feature-card-image-slot {
  border-color: rgba(125, 188, 251, .32);
  box-shadow: 0 14px 30px rgba(1, 17, 37, .2);
}

.feature-card-dark .feature-card-image-slot::before {
  background: linear-gradient(135deg, rgba(5, 29, 59, .18), rgba(5, 29, 59, .78));
}

.feature-card-dark:hover {
  border-color: rgba(125, 188, 251, .55);
}

.tech-mini {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 12px;
}

.tech-mini b {
  color: #8ac4fb;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: .08em;
}

.tech-mini b:nth-child(2) {
  color: var(--orange-soft);
}

.tech-mini b:nth-child(3) {
  color: var(--paper);
}

.tech-mini i {
  height: 2px;
  flex: 1;
  margin-left: auto;
  background: linear-gradient(90deg, #8ac4fb, var(--orange));
}

.berth-mini {
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.berth-mini b {
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 20px;
  line-height: 1;
}

.berth-mini i {
  width: 1px;
  height: 24px;
  background: var(--orange);
}

.berth-mini span {
  margin-left: auto;
  color: #9fb2c7;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.customs-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 13px;
}

.customs-mini b {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.customs-mini i {
  width: 16px;
  height: 1px;
  background: var(--orange);
}

.network-mini {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.network-mini span {
  position: absolute;
  bottom: 8px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 0 1px var(--blue-bright);
}

.network-mini span:nth-child(1) { left: 9%; }
.network-mini span:nth-child(2) { left: 36%; bottom: 26px; }
.network-mini span:nth-child(3) { left: 63%; bottom: 18px; background: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.network-mini span:nth-child(4) { right: 7%; bottom: 30px; }

.network-mini i {
  position: absolute;
  right: 6%;
  bottom: 13px;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  transform: rotate(-9deg);
  transform-origin: left;
}

.feature-card-orange {
  border-color: rgba(233, 104, 50, .25);
  background: linear-gradient(145deg, #fff 0%, #fff8f3 100%);
}

.feature-card-orange:hover {
  border-color: rgba(233, 104, 50, .6);
}

.industry-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(233, 104, 50, .26);
  padding-top: 13px;
}

.industry-mini span {
  position: static;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.industry-mini i {
  width: 22px;
  height: 1px;
  background: var(--orange);
}

.feature-arrow {
  position: absolute;
  right: 23px;
  bottom: 22px;
  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: background-color .25s ease, color .25s ease, border-color .25s ease, transform .3s var(--ease);
}

.feature-arrow .icon {
  width: 14px;
  height: 14px;
}

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

.feature-card-dark .feature-arrow {
  border-color: rgba(255,255,255,.25);
  color: #8ac4fb;
}

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

.multimodal-advantage-section::before {
  position: absolute;
  top: -180px;
  right: -90px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(125, 188, 251, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(125, 188, 251, .025), 0 0 0 140px rgba(125, 188, 251, .025);
  content: "";
  pointer-events: none;
}

.capability-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.capability-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: start;
  min-height: 465px;
  padding: 28px 22px 24px;
  border: 1px solid rgba(125, 188, 251, .22);
  background: rgba(3, 25, 52, .36);
}

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

.capability-route-head {
  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .45);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.capability-flow-line {
  position: absolute;
  z-index: 0;
  top: 211px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(125, 188, 251, .28);
}

.capability-flow-line::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.35s .2s var(--ease);
}

.capability-route.is-visible .capability-flow-line::after {
  transform: scaleX(1);
}

.capability-node {
  position: relative;
  z-index: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 138px;
  text-align: center;
}

.capability-node-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border: 1px solid rgba(125, 188, 251, .38);
  border-radius: 50%;
  color: #8ac4fb;
  background: rgba(11, 46, 89, .9);
  box-shadow: 0 0 0 8px rgba(11, 46, 89, .78);
  transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .3s var(--ease);
}

.capability-node-icon .icon {
  width: 25px;
  height: 25px;
}

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

.capability-node strong {
  max-width: 105px;
  margin-top: 22px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.capability-node small {
  margin-top: 7px;
  color: rgba(255,255,255,.37);
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.capability-node-core .capability-node-icon {
  border-color: var(--orange);
  color: var(--paper);
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(11, 46, 89, .78), 0 0 28px rgba(38, 132, 232, .3);
}

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

.capability-route-foot {
  position: absolute;
  right: 22px;
  bottom: 23px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.47);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.capability-route-foot i {
  width: 18px;
  height: 1px;
  background: var(--orange);
}

.capability-copy {
  position: relative;
}

.capability-copy .section-kicker-dark {
  margin-bottom: 13px;
}

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

.capability-copy h2 {
  margin: 11px 0 22px;
  color: var(--paper);
}

.capability-copy > p:not(.section-kicker) {
  max-width: 500px;
  margin: 0 0 29px;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.9;
}

.capability-points {
  border-top: 1px solid rgba(255, 255, 255, .19);
}

.capability-points article {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .19);
}

.capability-points article > span {
  padding-top: 2px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
}

.capability-points strong,
.capability-points small {
  display: block;
}

.capability-points strong {
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
}

.capability-points small {
  margin-top: 2px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  line-height: 1.6;
}

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

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

.smart-advantage-copy h2 {
  margin: 11px 0 21px;
}

.smart-advantage-copy .section-lead {
  max-width: 520px;
}

.smart-technology-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  max-width: 540px;
  margin-top: 35px;
  border-top: 1px solid var(--line);
}

.smart-technology-list article {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 76px;
  padding: 17px 0 13px;
  border-bottom: 1px solid var(--line);
}

.js .smart-technology-list article {
  opacity: 0;
  transform: translateY(12px);
}

.js .smart-technology-list.is-visible article {
  opacity: 1;
  transform: none;
  transition: opacity .55s ease, transform .55s var(--ease);
}

.js .smart-technology-list.is-visible article:nth-child(2) { transition-delay: .1s; }
.js .smart-technology-list.is-visible article:nth-child(3) { transition-delay: .2s; }
.js .smart-technology-list.is-visible article:nth-child(4) { transition-delay: .3s; }

.smart-technology-list article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
}

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

.smart-technology-list strong {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
}

.smart-technology-list small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

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

.smart-technology-visual > picture,
.smart-technology-visual > picture > img,
.smart-visual-overlay,
.smart-visual-grid {
  position: absolute;
  inset: 0;
}

.smart-technology-visual > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.08);
  transition: transform .9s var(--ease);
}

.smart-technology-visual:hover > picture > img {
  transform: scale(1.035);
}

.smart-visual-overlay {
  background: linear-gradient(90deg, rgba(5, 29, 59, .84), rgba(5, 29, 59, .32)), linear-gradient(0deg, rgba(5, 29, 59, .78), transparent 70%);
}

.smart-visual-grid {
  opacity: .23;
  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: 55px 55px;
  mask-image: linear-gradient(135deg, #000, transparent 80%);
}

.smart-orbit {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(125, 188, 251, .6);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(11, 46, 89, .72);
  box-shadow: 0 0 0 9px rgba(11, 46, 89, .25);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  transition: border-color .3s ease, color .3s ease, transform .3s var(--ease);
}

.smart-orbit:hover {
  border-color: var(--orange);
  color: var(--orange-soft);
  transform: scale(1.08);
}

.smart-orbit-one {
  top: 26%;
  left: 28%;
  width: 74px;
  height: 74px;
}

.smart-orbit-two {
  top: 44%;
  right: 19%;
  width: 92px;
  height: 92px;
  border-color: rgba(233, 104, 50, .7);
}

.smart-orbit-three {
  bottom: 23%;
  left: 17%;
  width: 64px;
  height: 64px;
}

.smart-orbit::before,
.smart-orbit::after {
  position: absolute;
  border: 1px dashed rgba(125,188,251,.3);
  border-radius: 50%;
  content: "";
}

.smart-orbit::before {
  inset: -18px;
}

.smart-orbit::after {
  inset: -34px;
}

.smart-visual-label {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  color: rgba(255,255,255,.74);
  background: rgba(11,46,89,.7);
  backdrop-filter: blur(10px);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

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

.smart-visual-foot {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.53);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}

.smart-visual-foot strong {
  color: var(--orange-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
}

/* Capacity */
.capacity-advantage-section {
  background: var(--mist);
}

.capacity-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.capacity-copy h2 {
  margin: 11px 0 21px;
}

.capacity-copy .section-lead {
  max-width: 400px;
}

.capacity-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 39px;
  color: var(--muted);
  font-size: 11px;
}

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

.capacity-legend i {
  display: inline-block;
  width: 14px;
  height: 3px;
}

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

.legend-built {
  background: var(--blue);
}

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

.capacity-visual picture,
.capacity-visual img,
.capacity-visual-overlay {
  position: absolute;
  inset: 0;
}

.capacity-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.07);
  transition: transform .9s var(--ease);
}

.capacity-visual:hover img {
  transform: scale(1.035);
}

.capacity-visual-overlay {
  background: linear-gradient(90deg, rgba(5,29,59,.63), rgba(5,29,59,.12) 70%), linear-gradient(0deg, rgba(5,29,59,.79), transparent 60%);
}

.capacity-label {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 23px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.capacity-data-card {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 123px;
  padding: 13px 15px 12px;
  border: 1px solid rgba(255,255,255,.25);
  color: var(--paper);
  background: rgba(11,46,89,.8);
  backdrop-filter: blur(11px);
}

.capacity-data-card strong {
  font-family: var(--font-sans);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
}

.capacity-data-card > span {
  position: absolute;
  top: 22px;
  left: 58px;
  color: var(--orange-soft);
  font-size: 11px;
  font-weight: 800;
}

.capacity-data-card small {
  margin-top: 8px;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  line-height: 1.45;
}

.capacity-data-card-one {
  top: 28%;
  left: 8%;
}

.capacity-data-card-two {
  top: 28%;
  right: 8%;
}

.capacity-data-card-three {
  bottom: 11%;
  left: 8%;
}

.capacity-data-card-three > span {
  left: 54px;
  color: var(--orange-soft);
}

.capacity-data-card-four {
  right: 8%;
  bottom: 11%;
}

.capacity-data-card-four strong {
  font-size: 18px;
  letter-spacing: -.04em;
}

.capacity-data-card-four small {
  max-width: 100px;
}

.capacity-note {
  padding-top: 17px;
  color: #9aaabd;
  font-size: 10px;
  text-align: right;
}

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

.customs-advantage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

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

.customs-advantage-visual picture,
.customs-advantage-visual img,
.customs-image-overlay {
  position: absolute;
  inset: 0;
}

.customs-advantage-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.08);
  transition: transform .9s var(--ease);
}

.customs-advantage-visual:hover img {
  transform: scale(1.035);
}

.customs-image-overlay {
  background: linear-gradient(90deg, rgba(5,29,59,.65), rgba(5,29,59,.1)), linear-gradient(0deg, rgba(5,29,59,.86), transparent 61%);
}

.customs-image-tag {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 25px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.customs-facility-stack {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.customs-facility-stack span {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.77);
  background: rgba(11,46,89,.69);
  font-size: 10px;
  backdrop-filter: blur(9px);
}

.customs-advantage-copy h2 {
  margin: 11px 0 20px;
}

.customs-advantage-copy .section-lead {
  margin-bottom: 24px;
}

.customs-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.customs-steps article {
  min-height: 100px;
  padding: 16px 13px 14px 0;
  border-right: 1px solid var(--line);
}

.customs-steps article:not(:first-child) {
  padding-left: 13px;
}

.customs-steps article:last-child {
  border-right: 0;
}

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

.customs-steps span {
  margin-bottom: 11px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
}

.customs-steps strong {
  color: var(--blue-deep);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.customs-steps small {
  margin-top: 4px;
  color: #9aacc0;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}

.customs-area-count {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 29px;
}

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

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

.customs-area-count small {
  margin: 0 0 4px 8px;
  color: var(--muted);
  font-size: 10px;
}

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

.routes-advantage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.advantage-network-map {
  position: relative;
  min-height: 520px;
  padding: 25px 24px 18px;
  border: 1px solid #d3e3f0;
  background: rgba(255,255,255,.55);
}

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

.advantage-network-svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 11px auto 3px;
}

.adv-map-water {
  fill: none;
  stroke: #b8d2ea;
  stroke-width: 14;
  opacity: .3;
}

.adv-map-route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  stroke-dasharray: 4 7;
  animation: route-dash 22s linear infinite;
}

.adv-map-main {
  stroke: url(#adv-map-route);
}

.adv-map-secondary {
  stroke: #91b8dc;
  stroke-width: 1.1;
  opacity: .72;
}

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

.adv-map-node text,
.adv-map-core text {
  fill: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
}

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

.adv-map-core circle:nth-child(2) {
  fill: none;
  stroke: var(--orange);
  stroke-width: 1;
  opacity: .55;
  animation: advantage-node-pulse 2.7s ease-out infinite;
}

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

.advantage-network-map .map-legend {
  padding-top: 10px;
}

.routes-advantage-copy h2 {
  margin: 11px 0 21px;
}

.routes-advantage-copy .section-lead {
  margin-bottom: 28px;
}

.route-connection-groups {
  display: grid;
  gap: 22px;
}

.route-connection-groups .group-label {
  margin-bottom: 10px;
}

.routes-advantage-copy .chip-list span {
  background: rgba(255,255,255,.55);
}

.routes-advantage-copy .text-link {
  margin-top: 30px;
}

@keyframes advantage-node-pulse {
  0%, 100% { opacity: .55; transform: scale(1); transform-origin: 326px 260px; }
  50% { opacity: .12; transform: scale(1.22); transform-origin: 326px 260px; }
}

/* Manufacturing */
.manufacturing-advantage-section {
  overflow: hidden;
  background: var(--paper);
}

.manufacturing-advantage-section .section-heading {
  margin-bottom: 49px;
}

.manufacturing-advantage-section .section-number {
  margin-bottom: 10px;
}

.manufacturing-advantage-section .section-heading h2 {
  margin-bottom: 0;
}

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

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

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

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

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

.manufacturing-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,29,59,.04) 20%, rgba(5,29,59,.91) 100%);
}

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

.manufacturing-content > span {
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.manufacturing-content h3 {
  margin: 11px 0 1px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.35;
}

.manufacturing-content small {
  color: rgba(255,255,255,.68);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
}

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

.manufacturing-content a .icon {
  width: 14px;
  height: 14px;
}

.manufacturing-card:hover .manufacturing-content a {
  max-height: 28px;
  margin-top: 16px;
  opacity: 1;
}

.export-cost-card {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 34px;
  margin-top: 21px;
  padding: 22px 26px;
  border: 1px solid rgba(233,104,50,.25);
  background: linear-gradient(100deg, #fff7f1, var(--mist));
}

.cost-label,
.export-cost-card small {
  display: block;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.cost-label {
  margin-bottom: 7px;
  color: var(--orange);
}

.export-cost-card strong {
  display: inline-block;
  color: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: clamp(38px, 4vw, 55px);
  font-weight: 800;
  letter-spacing: -.09em;
  line-height: 1;
}

.export-cost-card > div > small {
  display: inline-block;
  max-width: 80px;
  margin-left: 8px;
  color: var(--muted);
  vertical-align: bottom;
  letter-spacing: 0;
}

.export-cost-card > p {
  max-width: 535px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.cost-note {
  grid-column: 2;
  margin-top: -16px;
  color: #a3afbc;
  font-size: 9px;
}

/* One-order / one-container */
.one-service-section {
  overflow: hidden;
  background: var(--mist-blue);
}

.one-service-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.one-service-visual {
  display: grid;
  gap: 18px;
}

.one-service-image-slot {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  padding: 21px 23px;
  border: 1px solid rgba(38, 132, 232, .28);
  color: var(--paper);
  background: var(--blue-deep);
  isolation: isolate;
}

.one-service-image-slot::before,
.one-service-image-slot::after,
.one-service-image-slot img,
.one-service-image-overlay {
  position: absolute;
  inset: 0;
}

.one-service-image-slot img {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.08);
  transition: transform .8s var(--ease), filter .35s ease;
}

.one-service-image-slot::before {
  z-index: -1;
  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: .65;
}

.one-service-image-slot::after {
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  content: "";
}

.one-service-image-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 29, 59, .88), rgba(5, 29, 59, .3) 72%), linear-gradient(0deg, rgba(5, 29, 59, .72), transparent 70%);
}

.one-service-image-slot:hover img {
  filter: saturate(.95) contrast(1.1);
  transform: scale(1.04);
}

.one-service-image-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 7px 4px;
  border: 1px solid rgba(255, 255, 255, .38);
  color: rgba(255, 255, 255, .82);
  background: rgba(5, 29, 59, .58);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
}

.one-service-image-slot strong,
.one-service-image-slot small {
  position: relative;
  z-index: 1;
  display: block;
}

.one-service-image-slot strong {
  margin-top: 25px;
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .08em;
}

.one-service-image-slot small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .66);
  font-size: 10px;
}

.one-service-copy h2 {
  margin: 11px 0 21px;
}

.one-service-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 34px 0 5px;
  border-top: 1px solid #cddfeb;
  border-bottom: 1px solid #cddfeb;
}

.one-service-line {
  position: absolute;
  top: 73px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
}

.one-service-flow article {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 180px;
  text-align: center;
}

.one-service-flow article > span {
  align-self: flex-start;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
}

.one-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  border: 1px solid #a9c9e3;
  border-radius: 50%;
  color: var(--blue);
  background: var(--mist-blue);
  box-shadow: 0 0 0 8px var(--mist-blue);
}

.one-service-icon .icon {
  width: 23px;
  height: 23px;
}

.one-service-flow strong {
  max-width: 115px;
  margin-top: 20px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.one-service-flow small {
  margin-top: 7px;
  color: #9cafc1;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

/* Value summary */
.value-section {
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.value-section::before {
  position: absolute;
  top: 50%;
  left: -230px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(125, 188, 251, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(125, 188, 251, .025), 0 0 0 140px rgba(125, 188, 251, .025);
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}

.value-heading {
  position: relative;
  z-index: 1;
}

.value-heading h2 {
  margin-bottom: 0;
  color: var(--paper);
}

.value-graph {
  position: relative;
  min-height: 455px;
  margin-top: 37px;
}

.value-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(125, 188, 251, .22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.value-orbit-one {
  width: 300px;
  height: 300px;
}

.value-orbit-two {
  width: 480px;
  height: 390px;
  border-style: dashed;
  opacity: .55;
}

.value-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--paper);
  background: var(--blue);
  box-shadow: 0 0 0 12px rgba(11,46,89,.8), 0 0 40px rgba(38,132,232,.28);
  transform: translate(-50%, -50%);
}

.value-core span {
  color: rgba(255,255,255,.62);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.value-core strong {
  margin-top: 4px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 22px;
  letter-spacing: .08em;
}

.value-satellite {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid rgba(125,188,251,.35);
  color: rgba(255,255,255,.75);
  background: rgba(11,46,89,.88);
  font-size: 11px;
  font-weight: 700;
}

.value-satellite::before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.value-satellite-location { top: 7%; left: 26%; }
.value-satellite-rail { top: 21%; right: 22%; }
.value-satellite-water { top: 51%; left: 8%; }
.value-satellite-smart { top: 61%; right: 4%; }
.value-satellite-customs { bottom: 8%; left: 28%; }
.value-satellite-routes { bottom: 13%; right: 28%; }
.value-satellite-industry { top: 35%; right: 1%; }

.value-satellite-location::before,
.value-satellite-water::before,
.value-satellite-customs::before {
  right: -9px;
}

.value-satellite-rail::before,
.value-satellite-smart::before,
.value-satellite-routes::before,
.value-satellite-industry::before {
  left: -9px;
}

.value-connector {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(233,104,50,0));
  transform-origin: left;
}

.value-connector-a {
  transform: rotate(7deg);
}

.value-connector-b {
  transform: rotate(187deg);
}

.value-endpoint {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 50px;
  border: 1px solid rgba(125,188,251,.42);
  color: var(--paper);
  background: rgba(11,46,89,.9);
  font-size: 13px;
  font-weight: 700;
}

.value-endpoint::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.value-endpoint-jining {
  top: 4%;
  left: 1%;
}

.value-endpoint-jining::after {
  right: -4px;
}

.value-endpoint-global {
  right: 1%;
  bottom: 3%;
  border-color: var(--orange);
  color: var(--orange-soft);
}

.value-endpoint-global::after {
  bottom: -4px;
  left: -4px;
}

.value-note {
  position: relative;
  z-index: 1;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.42);
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: .1em;
}

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

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

.advantage-explore-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 22px 23px;
  border: 1px solid #d6e4f0;
  background: var(--paper);
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

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

.advantage-explore-card > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.advantage-explore-card > div:not(.explore-card-media) {
  margin-top: auto;
}

.explore-card-media {
  position: relative;
  height: 112px;
  margin: 14px -23px 0;
  overflow: hidden;
  background: var(--blue-deep);
}

.explore-card-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 29, 59, .68), rgba(5, 29, 59, .12)), linear-gradient(0deg, rgba(5, 29, 59, .68), transparent 60%);
  content: "";
  pointer-events: none;
}

.explore-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.06);
  transition: transform .65s var(--ease), filter .35s ease;
}

.advantage-explore-card:hover .explore-card-media img {
  filter: saturate(.98) contrast(1.08);
  transform: scale(1.05);
}

.explore-card-media small {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 10px;
  padding: 4px 6px 3px;
  border: 1px solid rgba(255, 255, 255, .4);
  color: rgba(255, 255, 255, .84);
  background: rgba(5, 29, 59, .62);
  font-size: 7px;
  letter-spacing: .1em;
  line-height: 1.2;
}

.explore-card-copy {
  padding-top: 18px;
}

.advantage-explore-card small {
  color: #92a8be;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.advantage-explore-card h3 {
  margin: 8px 0 6px;
  color: var(--blue-deep);
  font-size: 22px;
  font-weight: 800;
}

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

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

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

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

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

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

.advantages-cta-background > div {
  background: linear-gradient(90deg, rgba(5,29,59,.95), rgba(5,29,59,.5) 64%, rgba(5,29,59,.3)), linear-gradient(0deg, rgba(5,29,59,.7), transparent 62%);
}

.advantages-cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 445px;
}

.advantages-cta-content h2 {
  margin-bottom: 18px;
  color: var(--paper);
  font-size: clamp(42px, 5vw, 70px);
}

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

.advantages-cta-content > p:not(.section-kicker) {
  margin-bottom: 28px;
  color: rgba(255,255,255,.63);
  font-size: 14px;
}

/* Responsive */
@media (max-width: 1180px) {
  .advantage-anchor-nav strong {
    font-size: 11px;
  }

  .advantage-feature-card {
    padding-inline: 19px;
  }

  .feature-card-image-slot {
    right: 17px;
    width: 40%;
  }

  .feature-arrow {
    right: 18px;
  }

  .capability-layout,
  .smart-advantage-layout,
  .capacity-layout,
  .customs-advantage-layout,
  .routes-advantage-layout,
  .one-service-layout {
    gap: 60px;
  }

  .capacity-data-card {
    min-width: 105px;
    padding-inline: 12px;
  }

  .capacity-data-card strong {
    font-size: 27px;
  }

  .value-satellite-location { left: 21%; }
  .value-satellite-rail { right: 17%; }
  .value-satellite-industry { right: -2%; }
}

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

  .advantages-hero-inner {
    align-items: flex-end;
    padding-top: 110px;
    padding-bottom: 150px;
  }

  .advantages-hero-meta {
    display: none;
  }

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

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

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

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

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

  .capability-layout,
  .smart-advantage-layout,
  .capacity-layout,
  .customs-advantage-layout,
  .routes-advantage-layout,
  .one-service-layout {
    grid-template-columns: 1fr;
    gap: 53px;
  }

  .capability-route {
    max-width: 800px;
  }

  .capability-copy,
  .smart-advantage-copy,
  .capacity-copy,
  .customs-advantage-copy,
  .routes-advantage-copy,
  .one-service-copy {
    max-width: 720px;
  }

  .smart-technology-visual,
  .capacity-visual,
  .customs-advantage-visual,
  .advantage-network-map {
    max-width: 740px;
  }

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

  .value-graph {
    max-width: 760px;
  }

  .advantage-explore-grid {
    grid-template-columns: 1fr;
    max-width: 730px;
  }

  .advantage-explore-card {
    min-height: 190px;
  }
}

@media (max-width: 680px) {
  .advantages-hero {
    min-height: 450px;
    height: 520px;
  }

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

  .advantages-hero-scrim {
    background: linear-gradient(180deg, rgba(5,29,59,.62) 0%, rgba(6,37,75,.5) 30%, rgba(6,37,75,.94) 100%);
  }

  .advantages-hero-inner {
    padding-top: 110px;
    padding-bottom: 128px;
  }

  .advantages-hero-copy h1 {
    margin-bottom: 13px;
    font-size: clamp(39px, 12.4vw, 56px);
  }

  .advantages-hero-copy h1 span:last-child {
    white-space: normal;
  }

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

  .advantages-hero-copy .hero-actions .button {
    min-height: 45px;
    padding-inline: 15px;
    font-size: 12px;
  }

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

  .advantage-anchor-nav a,
  .advantage-anchor-nav a:not(:first-child) {
    flex-basis: 116px;
  }

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

  .section {
    padding-block: 78px;
  }

  .advantage-overview .section-heading {
    margin-bottom: 36px;
  }

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

  .advantage-feature-card {
    min-height: 260px;
    padding: 21px 20px;
  }

  .feature-icon {
    width: 42px;
    height: 42px;
    margin-top: 20px;
  }

  .feature-card-main {
    max-width: 100%;
  }

  .feature-card-image-slot {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 116px;
    margin-top: 16px;
    border-radius: 12px;
  }

  .feature-image-label {
    right: 7px;
    bottom: 7px;
    font-size: 6px;
  }

  .feature-card-main h3 {
    margin-top: 14px;
    font-size: 18px;
  }

  .feature-card-main h3,
  .feature-card-main p {
    max-width: 100%;
  }

  .feature-card-main p {
    max-width: 290px;
    font-size: 11px;
  }

  .feature-visual {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 24px;
  }

  .advantage-feature-card {
    min-height: 0;
    padding-bottom: 72px;
  }

  .feature-arrow {
    right: 20px;
    bottom: 19px;
  }

  .capability-layout,
  .smart-advantage-layout,
  .capacity-layout,
  .customs-advantage-layout,
  .routes-advantage-layout,
  .one-service-layout {
    gap: 44px;
  }

  .capability-route {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 0;
    padding: 69px 17px 25px;
  }

  .capability-route-head {
    top: 22px;
    right: 17px;
    left: 17px;
    font-size: 7px;
  }

  .capability-flow-line {
    top: 105px;
    bottom: 83px;
    left: 49px;
    width: 1px;
    height: auto;
    background: rgba(125,188,251,.28);
  }

  .capability-flow-line::after {
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange));
    transform: scaleY(0);
    transform-origin: top;
  }

  .capability-route.is-visible .capability-flow-line::after {
    transform: scaleY(1);
  }

  .capability-node {
    display: grid;
    grid-template-columns: 57px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 17px;
    margin: 0;
    text-align: left;
  }

  .capability-node-icon {
    grid-row: 1 / span 2;
    width: 57px;
    height: 57px;
    box-shadow: 0 0 0 7px rgba(11,46,89,.8);
  }

  .capability-node-icon .icon {
    width: 22px;
    height: 22px;
  }

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

  .capability-node small {
    margin-top: 2px;
    font-size: 7px;
  }

  .capability-route-foot {
    position: static;
    display: flex;
    gap: 6px;
    margin-top: 4px;
    font-size: 7px;
  }

  .capability-route-foot i {
    width: 10px;
  }

  .capability-copy h2,
  .smart-advantage-copy h2,
  .capacity-copy h2,
  .customs-advantage-copy h2,
  .routes-advantage-copy h2,
  .one-service-copy h2 {
    font-size: clamp(34px, 10.2vw, 48px);
  }

  .capability-copy > p:not(.section-kicker) {
    font-size: 13px;
  }

  .smart-technology-list {
    gap: 0 15px;
    margin-top: 26px;
  }

  .smart-technology-list article {
    gap: 8px;
    min-height: 70px;
    padding: 14px 0 11px;
  }

  .smart-technology-list article > span {
    width: 29px;
    height: 29px;
    font-size: 8px;
  }

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

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

  .smart-technology-visual {
    min-height: 410px;
  }

  .smart-orbit-one {
    top: 27%;
    left: 25%;
    width: 57px;
    height: 57px;
  }

  .smart-orbit-two {
    top: 45%;
    right: 17%;
    width: 70px;
    height: 70px;
  }

  .smart-orbit-three {
    bottom: 22%;
    left: 15%;
    width: 50px;
    height: 50px;
  }

  .smart-orbit::before { inset: -12px; }
  .smart-orbit::after { inset: -24px; }

  .smart-visual-label {
    top: 17px;
    left: 17px;
    padding: 9px 10px;
    font-size: 7px;
  }

  .smart-visual-foot {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding-top: 12px;
  }

  .smart-visual-foot strong {
    font-size: 9px;
  }

  .capacity-visual {
    min-height: 370px;
  }

  .capacity-data-card {
    min-width: 0;
    width: 111px;
    padding: 10px 11px;
  }

  .capacity-data-card strong {
    font-size: 24px;
  }

  .capacity-data-card > span {
    top: 18px;
    left: 48px;
    font-size: 9px;
  }

  .capacity-data-card small {
    margin-top: 6px;
    font-size: 8px;
  }

  .capacity-data-card-four strong {
    font-size: 15px;
  }

  .capacity-label {
    top: 18px;
    left: 18px;
    font-size: 7px;
  }

  .capacity-note {
    padding-top: 13px;
    font-size: 8px;
    text-align: left;
  }

  .customs-advantage-visual {
    min-height: 390px;
  }

  .customs-image-tag {
    top: 18px;
    left: 18px;
  }

  .customs-facility-stack {
    right: 17px;
    bottom: 17px;
    left: 17px;
    gap: 5px;
  }

  .customs-facility-stack span {
    padding: 5px 7px;
    font-size: 8px;
  }

  .customs-steps article {
    min-height: 90px;
    padding-right: 8px;
  }

  .customs-steps article:not(:first-child) {
    padding-left: 8px;
  }

  .customs-steps strong {
    font-size: 14px;
  }

  .customs-steps small {
    font-size: 6px;
  }

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

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

  .advantage-network-map {
    min-height: 390px;
    padding: 18px 12px 12px;
  }

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

  .adv-map-node text,
  .adv-map-core text {
    font-size: 9px;
  }

  .adv-map-core text {
    font-size: 11px;
  }

  .route-connection-groups {
    gap: 17px;
  }

  .manufacturing-advantage-section .section-heading {
    margin-bottom: 35px;
  }

  .manufacturing-grid {
    gap: 9px;
  }

  .manufacturing-card {
    min-height: 275px;
  }

  .manufacturing-content {
    right: 13px;
    bottom: 14px;
    left: 13px;
  }

  .manufacturing-content h3 {
    font-size: 17px;
  }

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

  .manufacturing-content a {
    display: none;
  }

  .export-cost-card {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
    padding: 18px 17px;
  }

  .export-cost-card strong {
    font-size: 42px;
  }

  .export-cost-card > p {
    font-size: 11px;
  }

  .cost-note {
    grid-column: auto;
    margin-top: -4px;
    font-size: 8px;
  }

  .one-service-flow {
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding: 26px 0 5px 17px;
  }

  .one-service-image-slot {
    min-height: 150px;
    padding: 18px 17px;
  }

  .one-service-image-slot::after {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .one-service-image-slot strong {
    margin-top: 21px;
    font-size: 15px;
  }

  .one-service-image-slot small {
    font-size: 9px;
  }

  .one-service-line {
    top: 41px;
    bottom: 42px;
    left: 49px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange));
  }

  .one-service-flow article {
    display: grid;
    grid-template-columns: 55px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 16px;
    min-height: 65px;
    text-align: left;
  }

  .one-service-flow article > span {
    grid-row: 1 / span 2;
    align-self: start;
    margin-left: -12px;
    padding-top: 3px;
  }

  .one-service-icon {
    grid-row: 1 / span 2;
    width: 55px;
    height: 55px;
    margin: 0;
    box-shadow: 0 0 0 7px var(--mist-blue);
  }

  .one-service-icon .icon {
    width: 21px;
    height: 21px;
  }

  .one-service-flow strong {
    max-width: none;
    margin: 0;
    font-size: 13px;
  }

  .one-service-flow small {
    margin-top: 1px;
  }

  .value-heading h2 {
    font-size: clamp(34px, 10.2vw, 48px);
  }

  .value-graph {
    min-height: 485px;
    margin-top: 25px;
  }

  .value-orbit-one {
    width: 220px;
    height: 220px;
  }

  .value-orbit-two {
    width: 325px;
    height: 390px;
  }

  .value-core {
    width: 96px;
    height: 96px;
  }

  .value-core span {
    font-size: 7px;
  }

  .value-core strong {
    font-size: 17px;
  }

  .value-satellite {
    min-width: 64px;
    height: 29px;
    padding-inline: 7px;
    font-size: 9px;
  }

  .value-satellite-location { top: 9%; left: 16%; }
  .value-satellite-rail { top: 22%; right: 13%; }
  .value-satellite-water { top: 51%; left: 0; }
  .value-satellite-smart { top: 61%; right: 0; }
  .value-satellite-customs { bottom: 10%; left: 15%; }
  .value-satellite-routes { bottom: 14%; right: 14%; }
  .value-satellite-industry { top: 36%; right: -5%; }

  .value-endpoint {
    width: 105px;
    height: 39px;
    font-size: 10px;
  }

  .value-endpoint-jining {
    top: 1%;
    left: -5%;
  }

  .value-endpoint-global {
    right: -5%;
    bottom: 1%;
  }

  .value-note {
    font-size: 8px;
    line-height: 1.6;
  }

  .advantage-explore-card {
    min-height: 0;
    padding: 0 20px 64px;
  }

  .advantage-explore-card > span {
    display: block;
    padding-top: 20px;
  }

  .explore-card-media {
    height: 122px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .explore-card-copy {
    padding-top: 16px;
  }

  .advantage-explore-card h3 {
    font-size: 20px;
  }

  .advantages-cta,
  .advantages-cta-content {
    min-height: 430px;
  }

  .advantages-cta-background > div {
    background: linear-gradient(180deg, rgba(5,29,59,.82), rgba(5,29,59,.96));
  }

  .advantages-cta-content h2 {
    font-size: clamp(39px, 11.2vw, 54px);
  }

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

/* Keep the image and copy stacked before the compact mobile breakpoint. */
@media (max-width: 1240px) {
  .advantage-feature-card {
    min-height: 0;
    padding-bottom: 72px;
  }

  .feature-card-image-slot {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 116px;
    margin-top: 16px;
    border-radius: 12px;
  }

  .feature-card-main {
    max-width: 100%;
  }

  .feature-card-main h3,
  .feature-card-main p {
    max-width: 100%;
  }

  .feature-visual {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 24px;
  }
}
