/* Port-Industry Integration page: a wide-area development story built on the shared Longgong system. */

/* Hero — the thesis is a port-to-region development spine. */
.industry-hero {
  position: relative;
  min-height: 580px;
  height: min(650px, 70vh);
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

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

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

.industry-hero-scrim {
  background: linear-gradient(90deg, rgba(5, 29, 59, .98) 0%, rgba(6, 37, 75, .88) 34%, rgba(6, 37, 75, .38) 72%, rgba(6, 37, 75, .18) 100%), linear-gradient(0deg, rgba(4, 22, 45, .9), transparent 62%);
}

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

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

.industry-hero-copy {
  max-width: 790px;
}

.industry-hero-copy h1 {
  margin: 0 0 12px;
  color: var(--paper);
  font-size: clamp(54px, 6.3vw, 90px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.02;
}

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

.industry-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;
}

.industry-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;
}

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

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

.industry-hero-signal {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 5.55vw, 80px);
  bottom: 174px;
  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;
}

.industry-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);
}

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

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

.industry-hero-axis {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 58px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 72px;
  border-top: 1px solid rgba(255,255,255,.28);
}

.industry-axis-line {
  position: absolute;
  top: 31px;
  right: 16.67%;
  left: 8.33%;
  height: 1px;
  background: linear-gradient(90deg, #7dbcfb, var(--orange));
  opacity: .72;
}

.industry-hero-axis article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
  padding: 15px 15px 0 0;
  border-right: 1px solid rgba(255,255,255,.17);
}

.industry-hero-axis article:not(:first-of-type) {
  padding-left: 15px;
}

.industry-hero-axis article::before {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--blue-deep);
  border-radius: 50%;
  background: #8ac8fb;
  content: "";
}

.industry-hero-axis article:first-of-type::before {
  left: auto;
  right: -4px;
}

.industry-hero-axis article:nth-of-type(2)::before {
  width: 12px;
  height: 12px;
  top: 24px;
  left: -6px;
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(233,104,50,.14);
}

.industry-hero-axis article small,
.industry-hero-axis article strong {
  position: relative;
  z-index: 3;
  display: block;
}

.industry-hero-axis article small {
  color: rgba(255,255,255,.48);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
}

.industry-hero-axis article strong {
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 700;
}

.industry-hero-axis > b {
  position: absolute;
  right: 0;
  top: 13px;
  color: rgba(255,255,255,.38);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .19em;
}

.industry-hero-bottom {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 22px;
  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;
}

.industry-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;
}

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

.industry-anchor-nav-inner {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

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

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

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

.industry-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);
}

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

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

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

.industry-anchor-nav strong {
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Keep anchored sections clear of both the fixed header and sticky section nav. */
#development-model,
#port-rail-park,
#integration-area,
#logistics-park,
#port-led-development,
#industrial-support,
#logistics-infrastructure,
#supporting-services,
#resource-synergy,
#port-industry-city {
  scroll-margin-top: 160px;
}

/* Shared page-specific helpers */
.section-number,
.section-number-dark {
  display: block;
  margin: -5px 0 8px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
}

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

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

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

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

.section-disclaimer,
.cycle-disclaimer,
.infrastructure-note {
  margin: 28px 0 0;
  color: #91a2b6;
  font-size: 10px;
  line-height: 1.8;
}

.section-disclaimer::before,
.cycle-disclaimer::before {
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 9px 3px 0;
  background: var(--orange);
  content: "";
}

.planned-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(233,104,50,.5);
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.planned-badge::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.planned-badge-light {
  color: var(--orange);
}


/* Development model */
.development-model-section {
  background: var(--paper);
}

.development-model-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
  align-items: center;
  gap: clamp(55px, 7vw, 110px);
}

.development-model-copy h2 {
  max-width: 600px;
  margin-bottom: 21px;
}

.development-model-copy .section-lead {
  max-width: 540px;
}

.development-model-visual {
  min-height: 530px;
  padding: 18px 20px 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--mist);
}

.model-visual-head,
.concept-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #91a4b8;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.model-ecosystem {
  position: relative;
  height: 452px;
  margin-top: 9px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(237,245,252,.62));
}

.model-ecosystem::before {
  position: absolute;
  inset: 0;
  opacity: .6;
  background-image: linear-gradient(rgba(126,174,217,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(126,174,217,.15) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  mask-image: linear-gradient(135deg, #000, transparent 75%);
}

.model-ecosystem > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.model-orbit-line {
  fill: none;
  stroke: var(--blue-bright);
  stroke-width: 1.5;
  stroke-dasharray: 8 9;
  opacity: .28;
  transition: stroke-dashoffset 1.3s var(--ease), opacity .7s ease;
}

.model-orbit-line.line-industry,
.model-orbit-line.line-park {
  stroke: var(--orange);
}

.development-model-visual[data-route] .model-orbit-line {
  stroke-dashoffset: 480;
}

.development-model-visual[data-route].is-visible .model-orbit-line {
  stroke-dashoffset: 0;
  opacity: .82;
}

.model-orbit-ring {
  fill: none;
  stroke: rgba(38,132,232,.19);
  stroke-width: 1;
  stroke-dasharray: 2 12;
}

.model-core-ring {
  fill: rgba(18,86,160,.06);
  stroke: rgba(18,86,160,.2);
  stroke-width: 1;
}

.model-node {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 112px;
  padding: 13px 12px 11px;
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(11,46,89,.06);
  text-align: center;
}

.model-node i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  color: var(--blue);
  background: var(--mist-blue);
}

.model-node .icon {
  width: 18px;
  height: 18px;
}

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

.model-node small {
  margin-top: 1px;
  color: #94a7bb;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.model-node-logistics { top: 8%; left: 6%; }
.model-node-rail { bottom: 8%; left: 5%; }
.model-node-industry { top: 8%; right: 6%; }
.model-node-park { right: 5%; bottom: 8%; }

.model-node-core {
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 124px;
  min-width: 0;
  height: 124px;
  padding: 19px 10px;
  border: 0;
  border-radius: 50%;
  color: var(--paper);
  background: var(--blue-deep);
  box-shadow: 0 0 0 10px rgba(18,86,160,.1), 0 18px 38px rgba(11,46,89,.2);
  transform: translate(-50%, -50%);
}

.model-node-core::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(125,188,251,.45);
  border-radius: 50%;
  content: "";
}

.model-node-core span,
.model-node-core strong,
.model-node-core small {
  position: relative;
  z-index: 1;
  color: var(--paper);
  font-family: var(--font-sans);
  letter-spacing: .13em;
}

.model-node-core span {
  font-size: 8px;
  font-weight: 800;
}

.model-node-core strong {
  margin-top: 2px;
  color: #86c4fc;
  font-size: 20px;
  font-weight: 800;
}

.model-node-core small {
  margin-top: 4px;
  color: rgba(255,255,255,.55);
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0;
}

.model-region-label {
  position: absolute;
  top: 4%;
  right: 50%;
  color: #a2b5c7;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
  transform: translateX(50%);
}

.model-visual-note {
  margin: 11px 0 0;
  color: #7d8fa4;
  font-size: 10px;
  line-height: 1.6;
}

/* Port + rail + park — a three-part development spine. */
.port-rail-park-section {
  background: var(--mist);
}

.port-rail-park-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-top: 24px;
}

.development-spine {
  position: absolute;
  z-index: 0;
  top: 8px;
  right: 16.67%;
  left: 16.67%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
}

.development-node {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease;
}

.development-node::before {
  position: absolute;
  z-index: 3;
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: #87c6fb;
  box-shadow: 0 0 0 1px rgba(38,132,232,.6);
  content: "";
  transform: translateX(-50%);
}

.development-node:nth-of-type(3)::before {
  background: var(--orange);
  box-shadow: 0 0 0 1px var(--orange), 0 0 0 5px rgba(233,104,50,.13);
}

.development-node:hover {
  border-color: rgba(38,132,232,.42);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.development-node-media {
  position: relative;
  height: 224px;
  overflow: hidden;
  background: var(--blue-deep);
}

.development-node-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.05);
  transition: transform .6s var(--ease);
}

.development-node:hover .development-node-media img {
  transform: scale(1.04);
}

.development-node-media > div:not(.image-slot) {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,31,62,.08), rgba(6,31,62,.8));
}

.development-node-media > .image-slot,
.logistics-park-visual > .image-slot {
  position: absolute;
  inset: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
}

.development-node-media > .image-slot {
  padding: 18px;
}

.development-node-media > .image-slot strong {
  font-size: 20px;
}

.logistics-park-visual > .image-slot {
  padding: clamp(24px, 4vw, 55px);
}

.development-node-media > span {
  position: absolute;
  top: 16px;
  left: 17px;
  color: rgba(255,255,255,.78);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}


.development-node-body {
  min-height: 285px;
  padding: 22px 24px 24px;
}

.node-label {
  margin: 0 0 12px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.development-node-body h3 {
  margin: 0 0 7px;
  color: var(--blue-deep);
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1.05;
}

.development-node-body > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.development-node-body > p:not(.node-label) {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.node-status {
  display: inline-flex;
  margin-top: 19px;
  padding: 5px 9px;
  color: var(--blue);
  background: var(--mist-blue);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
}

.node-status-planned {
  color: var(--orange);
  background: rgba(233,104,50,.08);
}

/* Integrated area — planned number with a deliberately non-geographic concept diagram. */
.integration-area-section {
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.integration-area-section::before {
  position: absolute;
  top: -220px;
  right: -150px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(125,188,251,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(125,188,251,.025), 0 0 0 140px rgba(125,188,251,.02);
  content: "";
}

.integration-area-section > .container {
  position: relative;
  z-index: 1;
}

.integration-area-layout {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(35px, 6vw, 92px);
}

.area-metric {
  padding-left: 27px;
  border-left: 1px solid rgba(125,188,251,.4);
}

.area-number {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 29px 0 15px;
  line-height: .9;
  white-space: nowrap;
}

.area-number > span {
  align-self: flex-start;
  margin-top: 13px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 700;
}

.area-number strong {
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: clamp(68px, 7.7vw, 113px);
  font-weight: 800;
  letter-spacing: -.12em;
}

.area-number em {
  padding-bottom: 11px;
  color: #87c6fb;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}

.area-metric p {
  margin: 0 0 5px;
  color: #8bc6fc;
  font-size: 16px;
  font-weight: 800;
}

.area-metric > small {
  display: block;
  max-width: 280px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  line-height: 1.7;
}

.area-concept-map {
  min-width: 0;
  padding: 18px 20px 14px;
  border: 1px solid rgba(125,188,251,.25);
  background: rgba(4,26,54,.46);
}

.area-concept-map svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.area-water {
  fill: none;
  stroke: rgba(125,188,251,.4);
  stroke-width: 13;
  opacity: .45;
}

.area-road {
  fill: none;
  stroke: rgba(125,188,251,.72);
  stroke-width: 1;
  stroke-dasharray: 5 7;
}

.area-road-two {
  stroke: rgba(233,104,50,.65);
}

.area-rail {
  fill: none;
  stroke: #e96832;
  stroke-width: 2;
  stroke-dasharray: 2 8;
}

.area-zone {
  fill: rgba(38,132,232,.09);
  stroke: rgba(125,188,251,.55);
  stroke-width: 1;
  stroke-dasharray: 7 5;
}

.area-zone.zone-logistics {
  fill: rgba(233,104,50,.08);
  stroke: rgba(233,104,50,.65);
}

.area-zone.zone-industry {
  fill: rgba(125,188,251,.06);
}

.area-core-ring {
  fill: none;
  stroke: rgba(233,104,50,.8);
  stroke-width: 1;
  stroke-dasharray: 2 5;
}

.area-core {
  fill: var(--orange);
  stroke: var(--paper);
  stroke-width: 2;
}

.area-label text,
.area-core-label,
.area-note-label {
  fill: rgba(255,255,255,.88);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
}

.area-label .label-sub {
  fill: #8ac8fb;
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.area-core-label {
  fill: #f28a58;
  font-size: 14px;
}

.area-note-label {
  fill: rgba(255,255,255,.42);
  font-size: 10px;
  font-weight: 500;
}

.concept-map-foot {
  display: flex;
  gap: 22px;
  margin-top: 6px;
  color: rgba(255,255,255,.5);
  font-size: 9px;
}

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

.legend-dot,
.legend-line {
  display: inline-block;
  flex: 0 0 auto;
}

.legend-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8ac8fb;
}

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

.legend-line {
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
}

.area-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 48px;
}

.area-pillars article {
  min-height: 134px;
  padding: 20px 21px;
  border: 1px solid rgba(125,188,251,.2);
  background: rgba(255,255,255,.045);
}

.area-pillars article > span {
  display: block;
  margin-bottom: 17px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.area-pillars strong {
  display: block;
  margin-bottom: 5px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
}

.area-pillars small {
  color: rgba(255,255,255,.5);
  font-size: 10px;
  line-height: 1.6;
}

/* Planned logistics park */
.logistics-park-section {
  background: var(--mist-blue);
}

.logistics-park-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(55px, 8vw, 130px);
}

.logistics-park-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--blue-deep);
  box-shadow: var(--shadow-md);
}

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

.logistics-park-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.66) contrast(1.08);
}

.logistics-park-overlay {
  background: linear-gradient(135deg, rgba(5,29,59,.9), rgba(7,54,102,.38) 62%, rgba(4,22,45,.75));
}

.industry-image-label {
  position: absolute;
  top: 21px;
  left: 22px;
  color: rgba(255,255,255,.72);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.planned-image-panel {
  position: absolute;
  right: 27px;
  bottom: 29px;
  left: 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding-left: 15px;
  border-left: 2px solid var(--orange);
}

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

.planned-image-panel strong {
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .03em;
}

.planned-image-panel small {
  color: rgba(255,255,255,.58);
  font-size: 10px;
}


.logistics-park-copy h2 {
  margin-bottom: 21px;
}

.logistics-park-copy .section-lead {
  max-width: 590px;
  margin-bottom: 19px;
}

.park-data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 31px 0 29px;
}

.park-data-grid article {
  min-height: 116px;
  padding: 17px 15px;
  border-top: 2px solid var(--blue);
  background: var(--paper);
}

.park-data-grid article:nth-child(2) {
  border-color: var(--orange);
}

.park-data-grid article > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
}

.park-data-grid article strong {
  color: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: .9;
}

.park-data-grid article em {
  margin-left: 3px;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.park-data-grid article small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.park-functions {
  padding-top: 19px;
  border-top: 1px solid var(--line-strong);
}

.group-label {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.park-functions > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.park-functions > div > span {
  padding: 6px 10px;
  border: 1px solid var(--line-strong);
  color: var(--blue-deep);
  background: rgba(255,255,255,.66);
  font-size: 11px;
}

.logistics-park-copy > .section-disclaimer {
  margin-top: 22px;
}

/* Port-led development loop */
.port-led-section {
  background: var(--paper);
}

.port-led-cycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
  min-height: 308px;
  padding-top: 28px;
}

.cycle-line {
  position: absolute;
  z-index: 0;
  top: 77px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange), var(--blue-bright));
  opacity: .48;
}

.cycle-line-one {
  right: 9%;
  left: 9%;
}

.cycle-line-two {
  right: 22%;
  bottom: 47px;
  left: 22%;
  background: var(--orange);
  opacity: .24;
  transform: rotate(180deg);
}

.port-led-cycle article {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 218px;
  padding: 20px 18px;
  border: 1px solid var(--line);
  background: var(--mist);
  transition: transform .3s var(--ease), border-color .3s ease, background-color .3s ease;
}

.port-led-cycle article:hover {
  border-color: rgba(38,132,232,.45);
  background: var(--mist-blue);
  transform: translateY(-4px);
}

.port-led-cycle article i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  color: var(--blue);
  background: var(--paper);
}

.port-led-cycle article:nth-of-type(3) i,
.port-led-cycle article:nth-of-type(5) i {
  color: var(--orange);
}

.port-led-cycle article .icon {
  width: 22px;
  height: 22px;
}

.port-led-cycle article > span {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #9aacbe;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.port-led-cycle article strong {
  display: block;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 800;
}

.port-led-cycle article small {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.cycle-center {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 74px;
  border: 1px solid rgba(233,104,50,.5);
  color: var(--paper);
  background: var(--blue-deep);
  text-align: center;
  transform: translateX(-50%);
}

.cycle-center span {
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.cycle-center strong {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 800;
}

.cycle-center small {
  color: rgba(255,255,255,.5);
  font-size: 8px;
}

/* Industrial support */
.industrial-support-section {
  background: var(--mist);
}

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

.industrial-support-card {
  position: relative;
  min-width: 0;
  min-height: 290px;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: border-color .3s ease, transform .3s var(--ease), box-shadow .3s ease;
}

.industrial-support-card::after {
  position: absolute;
  right: -24px;
  bottom: -32px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(38,132,232,.1);
  border-radius: 50%;
  content: "";
}

.industrial-support-card:hover {
  border-color: rgba(38,132,232,.42);
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.support-card-index {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #9aacc0;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.industrial-support-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  color: var(--blue);
  background: var(--mist-blue);
}

.industrial-support-card > i .icon {
  width: 22px;
  height: 22px;
}

.industrial-support-card > p {
  margin: 0 0 7px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.industrial-support-card h3 {
  margin: 0 0 15px;
  color: var(--blue-deep);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1.2;
}

.industrial-support-card > strong {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.75;
}

.support-card-tag {
  position: absolute;
  right: 21px;
  bottom: 20px;
  left: 21px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
}

/* Logistics infrastructure */
.logistics-infrastructure-section {
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

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

.logistics-infrastructure-section > .container {
  position: relative;
  z-index: 1;
}

.infrastructure-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  min-height: 228px;
  margin-top: 8px;
}

.infrastructure-line {
  position: absolute;
  z-index: 0;
  top: 52px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  opacity: .72;
  transform-origin: left center;
  transition: transform 1.3s var(--ease);
}

.infrastructure-route[data-route] .infrastructure-line {
  transform: scaleX(0);
}

.infrastructure-route[data-route].is-visible .infrastructure-line {
  transform: scaleX(1);
}

.infrastructure-route article {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 24px 10px 0;
  text-align: center;
}

.infrastructure-route article::before {
  position: absolute;
  z-index: 2;
  top: 46px;
  left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--blue-deep);
  border-radius: 50%;
  background: #84c4fc;
  content: "";
}

.infrastructure-route article:first-of-type::before {
  left: auto;
  right: -4px;
}

.infrastructure-route article.is-core::before {
  top: 43px;
  left: -7px;
  width: 14px;
  height: 14px;
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(233,104,50,.15);
}

.infrastructure-route article i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border: 1px solid rgba(125,188,251,.38);
  color: #8ac8fb;
  background: rgba(255,255,255,.05);
}

.infrastructure-route article.is-core i {
  color: var(--paper);
  border-color: var(--orange);
  background: var(--orange);
}

.infrastructure-route article .icon {
  width: 23px;
  height: 23px;
}

.infrastructure-route article > span {
  margin-bottom: 8px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.infrastructure-route article strong {
  max-width: 165px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.infrastructure-route article small {
  margin-top: 5px;
  color: rgba(255,255,255,.43);
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
}

.infrastructure-keywords {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 22px;
  border: 1px solid rgba(125,188,251,.24);
}

.infrastructure-keywords > span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  padding: 13px 21px;
  border-right: 1px solid rgba(125,188,251,.2);
}

.infrastructure-keywords > span:last-child {
  border-right: 0;
}

.infrastructure-keywords i {
  display: inline-flex;
  color: #8ac8fb;
}

.infrastructure-keywords .icon {
  width: 19px;
  height: 19px;
}

.infrastructure-keywords b {
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: .12em;
}

.infrastructure-keywords small {
  color: rgba(255,255,255,.48);
  font-size: 9px;
}

.infrastructure-keywords .is-core {
  background: rgba(233,104,50,.14);
}

.infrastructure-keywords .is-core i,
.infrastructure-keywords .is-core b {
  color: var(--orange-soft);
}

.infrastructure-note {
  color: rgba(255,255,255,.45);
  text-align: center;
}

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

.supporting-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.supporting-service-card {
  position: relative;
  min-width: 0;
  min-height: 238px;
  padding: 23px 19px 20px;
  border: 1px solid var(--line);
  background: var(--mist);
  transition: border-color .3s ease, background-color .3s ease, transform .3s var(--ease);
}

.supporting-service-card:hover {
  border-color: rgba(38,132,232,.43);
  background: var(--mist-blue);
  transform: translateY(-4px);
}

.supporting-service-card > span {
  position: absolute;
  top: 21px;
  right: 17px;
  color: #9aacc0;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.supporting-service-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 19px;
  color: var(--blue);
  background: var(--paper);
}

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

.supporting-service-card > small {
  display: block;
  margin-bottom: 6px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

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

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

/* Group resource synergy */
.resource-synergy-section {
  background: var(--mist-blue);
}

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

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

.resource-synergy-copy .section-lead {
  max-width: 500px;
}

.group-resource-tag {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
}

.resource-synergy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.resource-synergy-grid article {
  display: grid;
  grid-template-columns: 51px minmax(0, 1fr);
  align-items: start;
  gap: 17px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,.7);
  transition: border-color .3s ease, transform .3s var(--ease), background-color .3s ease;
}

.resource-synergy-grid article:hover {
  border-color: rgba(38,132,232,.45);
  background: var(--paper);
  transform: translateY(-4px);
}

.resource-synergy-grid article > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  color: var(--blue);
  background: var(--mist-blue);
}

.resource-synergy-grid article .icon {
  width: 24px;
  height: 24px;
}

.resource-synergy-grid article small {
  display: block;
  margin-bottom: 7px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.4;
}

.resource-synergy-grid article h3 {
  margin: 0 0 5px;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.resource-synergy-grid article p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

/* Port · industry · city climax */
.port-industry-city-section {
  position: relative;
  min-height: 665px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.port-city-background,
.port-city-background::before,
.port-city-background::after {
  position: absolute;
  inset: 0;
}

.port-city-background::before {
  opacity: .4;
  background-image: linear-gradient(rgba(125,188,251,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(125,188,251,.11) 1px, transparent 1px);
  background-size: 62px 62px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.port-city-background::after {
  right: -16%;
  bottom: -45%;
  left: auto;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(125,188,251,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(125,188,251,.025), 0 0 0 150px rgba(125,188,251,.018);
  content: "";
}

.port-city-background > div {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 42%, rgba(38,132,232,.16), transparent 34%), linear-gradient(90deg, rgba(4,22,45,.2), rgba(4,22,45,.68));
}

.port-city-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(52px, 9vw, 145px);
  min-height: 665px;
}

.port-city-heading h2 {
  margin: 0 0 22px;
  color: var(--paper);
  font-size: clamp(55px, 6.4vw, 94px);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .98;
}

.port-city-heading h2 span {
  display: inline-block;
}

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

.port-city-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.port-city-cards article {
  min-height: 230px;
  padding: 20px 19px;
  border: 1px solid rgba(125,188,251,.27);
  background: rgba(255,255,255,.045);
}

.port-city-cards article:nth-child(2) {
  margin-top: 43px;
  border-color: rgba(233,104,50,.4);
  background: rgba(233,104,50,.08);
}

.port-city-cards article > span {
  display: block;
  margin-bottom: 63px;
  color: #84c2fc;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.port-city-cards article:nth-child(2) > span {
  color: var(--orange-soft);
}

.port-city-cards strong {
  display: block;
  min-height: 42px;
  margin-bottom: 9px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.port-city-cards p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  line-height: 1.65;
}

.port-city-mantra {
  position: absolute;
  right: clamp(24px, 5.55vw, 80px);
  bottom: 47px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(255,255,255,.48);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.port-city-mantra i {
  width: 28px;
  height: 1px;
  background: var(--orange);
}

/* Development ecosystem visual — intentionally a relationship diagram, not a fake plan. */
.industry-ecosystem-section {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

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

.industry-ecosystem-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(.58) contrast(1.08);
}

.industry-ecosystem-background > div {
  background: linear-gradient(180deg, rgba(5,29,59,.92), rgba(5,29,59,.78) 48%, rgba(4,22,45,.95)), linear-gradient(90deg, rgba(4,22,45,.85), rgba(4,22,45,.4));
}

.industry-ecosystem-inner {
  position: relative;
  z-index: 1;
  padding-top: 91px;
  padding-bottom: 77px;
}

.ecosystem-heading {
  text-align: center;
}

.ecosystem-heading p {
  margin: 0 0 14px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.ecosystem-heading h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(34px, 4vw, 57px);
}

.ecosystem-graph {
  position: relative;
  max-width: 960px;
  height: 485px;
  margin: 26px auto 0;
  border-top: 1px solid rgba(125,188,251,.22);
  border-bottom: 1px solid rgba(125,188,251,.22);
  background: rgba(4,22,45,.32);
}

.ecosystem-graph::before {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(rgba(125,188,251,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(125,188,251,.13) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(135deg, #000, transparent 85%);
}

.ecosystem-graph > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ecosystem-line {
  fill: none;
  stroke: #7dbcfb;
  stroke-width: 1.5;
  stroke-dasharray: 7 8;
  opacity: .62;
  transition: stroke-dashoffset 1.45s var(--ease), opacity .7s ease;
}

.ecosystem-line.line-industry,
.ecosystem-line.line-park {
  stroke: var(--orange);
}

.ecosystem-graph[data-route] .ecosystem-line {
  stroke-dashoffset: 430;
}

.ecosystem-graph[data-route].is-visible .ecosystem-line {
  stroke-dashoffset: 0;
  opacity: .88;
}

.eco-node {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 145px;
  padding: 12px 16px 10px;
  border: 1px solid rgba(125,188,251,.34);
  color: var(--paper);
  background: rgba(11,46,89,.84);
  text-align: center;
}

.eco-node span {
  color: #87c6fb;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.eco-node small {
  margin-top: 4px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
}

.eco-global { top: 4%; left: 50%; transform: translateX(-50%); }
.eco-logistics { top: 25%; left: 50%; transform: translateX(-50%); }
.eco-industry { top: 46%; left: 8%; }
.eco-core { top: 42%; left: 50%; min-width: 182px; padding-block: 22px; border-color: var(--orange); background: rgba(233,104,50,.15); transform: translateX(-50%); }
.eco-core span { color: var(--orange-soft); font-size: 11px; }
.eco-core small { color: rgba(255,255,255,.66); }
.eco-rail { top: 46%; right: 8%; }
.eco-park { bottom: 15%; left: 50%; border-color: rgba(233,104,50,.42); transform: translateX(-50%); }
.eco-region { bottom: 2%; left: 50%; transform: translateX(-50%); }

.ecosystem-note {
  margin: 18px 0 0;
  color: rgba(255,255,255,.45);
  font-size: 10px;
  text-align: center;
}

/* Cooperation */
.industry-contact-section {
  background: var(--mist);
}

.industry-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 55px clamp(60px, 9vw, 140px);
}

.industry-contact-heading h2 {
  margin-bottom: 20px;
}

.industry-contact-heading .section-lead {
  max-width: 470px;
  margin-bottom: 0;
}

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

.cooperation-grid article {
  min-height: 203px;
  padding: 20px 17px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: border-color .3s ease, transform .3s var(--ease);
}

.cooperation-grid article:hover {
  border-color: rgba(38,132,232,.43);
  transform: translateY(-4px);
}

.cooperation-grid article > span {
  display: block;
  margin-bottom: 21px;
  color: #9aacc0;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.cooperation-grid article i {
  display: inline-flex;
  margin-bottom: 13px;
  color: var(--blue);
}

.cooperation-grid article .icon {
  width: 22px;
  height: 22px;
}

.cooperation-grid h3 {
  margin: 0 0 7px;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 800;
}

.cooperation-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}

.industry-contact-inner > .cta-actions {
  grid-column: 2;
  display: flex;
  gap: 13px;
}

.industry-contact-inner > .cta-actions .button-dark {
  color: var(--paper);
  background: var(--blue-deep);
}

/* Tablet */
@media (max-width: 1240px) {
  .industry-hero-inner {
    padding-bottom: 158px;
  }

  .development-model-layout {
    grid-template-columns: minmax(0, .78fr) minmax(450px, 1.22fr);
    gap: 50px;
  }

  .development-model-visual {
    padding-inline: 16px;
  }

  .model-node {
    min-width: 100px;
    padding-inline: 9px;
  }

  .port-rail-park-track {
    gap: 14px;
  }

  .development-node-body {
    padding-inline: 19px;
  }

  .development-node-body > strong {
    font-size: 14px;
  }

  .industrial-support-card {
    padding-inline: 18px;
  }

  .supporting-service-card {
    padding-inline: 15px;
  }

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

  .resource-synergy-layout,
  .industry-contact-inner {
    gap: 48px;
  }
}

@media (max-width: 1040px) {
  .industry-hero {
    height: min(620px, 68vh);
  }

  .industry-hero-inner {
    padding-top: 86px;
  }

  .industry-hero-copy {
    max-width: 650px;
  }

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

  .industry-anchor-nav {
    overflow-x: auto;
    scrollbar-width: none;
  }

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

  .industry-anchor-nav-inner {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(10, minmax(115px, 1fr));
  }

  .development-model-layout,
  .logistics-park-layout,
  .resource-synergy-layout,
  .industry-contact-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .development-model-copy,
  .logistics-park-copy,
  .resource-synergy-copy,
  .industry-contact-heading {
    max-width: 720px;
  }

  .development-model-visual {
    max-width: 720px;
  }

  .logistics-park-visual {
    max-width: 690px;
    min-height: min(62vw, 500px);
  }

  .industry-contact-inner > .cta-actions {
    grid-column: 1;
  }

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

  .supporting-service-card:nth-child(4),
  .supporting-service-card:nth-child(5) {
    margin-top: 0;
  }
}

/* Mobile / tablet portrait */
@media (max-width: 900px) {
  .industry-hero {
    min-height: 620px;
    height: 680px;
  }

  .industry-hero-inner {
    padding-top: 104px;
    padding-bottom: 169px;
  }

  .industry-hero-copy > p:not(.eyebrow) {
    max-width: 530px;
  }

  .industry-hero-signal {
    bottom: 174px;
  }

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

  #development-model,
  #port-rail-park,
  #integration-area,
  #logistics-park,
  #port-led-development,
  #industrial-support,
  #logistics-infrastructure,
  #supporting-services,
  #resource-synergy,
  #port-industry-city {
    scroll-margin-top: 143px;
  }

  .industry-anchor-nav-inner {
    display: flex;
    width: max-content;
    min-width: 100%;
  }

  .industry-anchor-nav a {
    flex: 0 0 125px;
  }

  .industry-anchor-nav a:last-child {
    border-right: 1px solid var(--line);
  }

  .industry-anchor-nav a::after {
    right: 0;
  }

  .port-rail-park-track {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 25px;
    padding-left: 21px;
  }

  .development-spine {
    top: 8px;
    bottom: 8px;
    left: 5px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange));
  }

  .development-node::before,
  .development-node:nth-of-type(3)::before {
    top: 50%;
    left: -26px;
    width: 9px;
    height: 9px;
    border-color: var(--paper);
    background: #87c6fb;
    box-shadow: 0 0 0 1px rgba(38,132,232,.6);
    transform: translateY(-50%);
  }

  .development-node:nth-of-type(3)::before {
    background: var(--orange);
    box-shadow: 0 0 0 1px var(--orange), 0 0 0 5px rgba(233,104,50,.13);
  }

  .development-node-media {
    height: 245px;
  }

  .development-node-body {
    min-height: 0;
  }

  .integration-area-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .area-metric {
    max-width: 600px;
  }

  .area-concept-map {
    max-width: 750px;
  }

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

  .logistics-park-visual {
    min-height: 480px;
  }

  .port-city-inner {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 45px;
    min-height: 665px;
  }

  .port-city-heading {
    max-width: 600px;
  }

  .port-city-cards {
    max-width: 760px;
  }

  .industry-contact-inner {
    grid-template-columns: 1fr;
  }

  .industry-contact-inner > .cta-actions {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .industry-hero {
    min-height: 650px;
    height: 700px;
  }

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

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

  .industry-hero-grid {
    opacity: .11;
    background-size: 52px 52px;
    mask-image: linear-gradient(180deg, #000, transparent 76%);
  }

  .industry-hero-inner {
    align-items: flex-start;
    padding-top: 111px;
    padding-bottom: 189px;
  }

  .industry-hero-copy h1 {
    margin-bottom: 10px;
    font-size: clamp(50px, 15.5vw, 69px);
  }

  .industry-hero-copy h2 {
    margin-bottom: 17px;
    font-size: clamp(27px, 8.3vw, 37px);
    line-height: 1.2;
  }

  .industry-hero-copy > p:not(.eyebrow) {
    max-width: 315px;
    margin-bottom: 23px;
    font-size: 13px;
    line-height: 1.8;
  }

  .industry-hero-copy .hero-actions {
    flex-wrap: wrap;
    gap: 9px;
  }

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

  .industry-hero-signal {
    right: 22px;
    bottom: 183px;
  }

  .industry-hero-axis {
    right: 22px;
    bottom: 59px;
    left: 22px;
    height: 66px;
  }

  .industry-axis-line {
    top: 28px;
    right: 16.67%;
    left: 8.33%;
  }

  .industry-hero-axis article {
    padding-top: 12px;
  }

  .industry-hero-axis article:not(:first-of-type) {
    padding-left: 10px;
  }

  .industry-hero-axis article::before {
    top: 23px;
  }

  .industry-hero-axis article:nth-of-type(2)::before {
    top: 21px;
  }

  .industry-hero-axis article small {
    font-size: 7px;
  }

  .industry-hero-axis article strong {
    font-size: 11px;
  }

  .industry-hero-axis > b {
    top: 70px;
    right: 0;
    font-size: 7px;
  }

  .industry-hero-bottom {
    right: 22px;
    bottom: 19px;
    left: 22px;
    display: block;
    font-size: 9px;
    line-height: 1.5;
  }

  .industry-hero-bottom .live-dot {
    display: inline-block;
    margin-right: 6px;
  }

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

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

  #development-model,
  #port-rail-park,
  #integration-area,
  #logistics-park,
  #port-led-development,
  #industrial-support,
  #logistics-infrastructure,
  #supporting-services,
  #resource-synergy,
  #port-industry-city {
    scroll-margin-top: 137px;
  }

  .industry-anchor-nav a {
    flex-basis: 119px;
    min-height: 69px;
    padding: 12px 10px 10px 0;
  }

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

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

  .section-number,
  .section-number-dark {
    margin-top: -2px;
  }

  .section-disclaimer,
  .cycle-disclaimer,
  .infrastructure-note {
    margin-top: 23px;
    font-size: 9px;
    line-height: 1.65;
  }

  .development-model-layout {
    gap: 42px;
  }

  .development-model-visual {
    min-height: 475px;
    padding: 14px 12px 13px;
  }

  .model-visual-head,
  .concept-map-head {
    font-size: 7px;
    letter-spacing: .1em;
  }

  .model-ecosystem {
    height: 395px;
  }

  .model-node {
    min-width: 84px;
    padding: 9px 6px 8px;
  }

  .model-node i {
    width: 27px;
    height: 27px;
    margin-bottom: 4px;
  }

  .model-node .icon {
    width: 15px;
    height: 15px;
  }

  .model-node strong {
    font-size: 11px;
  }

  .model-node small {
    font-size: 6px;
    letter-spacing: .07em;
  }

  .model-node-logistics { top: 9%; left: 2%; }
  .model-node-rail { bottom: 8%; left: 2%; }
  .model-node-industry { top: 9%; right: 2%; }
  .model-node-park { right: 2%; bottom: 8%; }

  .model-node-core {
    width: 96px;
    height: 96px;
    padding: 12px 5px;
  }

  .model-node-core::before {
    inset: 6px;
  }

  .model-node-core span {
    font-size: 6px;
  }

  .model-node-core strong {
    font-size: 15px;
  }

  .model-node-core small {
    font-size: 7px;
  }

  .model-region-label {
    font-size: 6px;
  }

  .model-visual-note {
    margin-top: 8px;
    font-size: 9px;
  }

  .port-rail-park-track {
    gap: 19px;
    padding-left: 17px;
  }

  .development-node::before,
  .development-node:nth-of-type(3)::before {
    left: -22px;
  }

  .development-node-media {
    height: 205px;
  }

  .development-node-body {
    padding: 19px 19px 21px;
  }

  .development-node-body h3 {
    font-size: 28px;
  }

  .development-node-body > strong {
    font-size: 14px;
  }

  .development-node-body > p:not(.node-label) {
    font-size: 11px;
    line-height: 1.7;
  }

  .area-metric {
    padding-left: 18px;
  }

  .area-number {
    gap: 4px;
    margin-top: 24px;
  }

  .area-number > span {
    margin-top: 8px;
    font-size: 22px;
  }

  .area-number strong {
    font-size: clamp(57px, 18vw, 76px);
  }

  .area-number em {
    padding-bottom: 8px;
    font-size: 16px;
  }

  .area-metric p {
    font-size: 14px;
  }

  .area-concept-map {
    padding: 13px 11px 11px;
  }

  .area-concept-map svg {
    margin-top: 9px;
  }

  .area-label text,
  .area-core-label,
  .area-note-label {
    font-size: 12px;
  }

  .area-label .label-sub {
    font-size: 6px;
  }

  .area-note-label {
    font-size: 8px;
  }

  .concept-map-foot {
    gap: 12px;
    font-size: 8px;
  }

  .area-pillars {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 28px;
  }

  .area-pillars article {
    min-height: 0;
    padding: 16px 17px;
  }

  .area-pillars article > span {
    margin-bottom: 10px;
  }

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

  .logistics-park-layout {
    gap: 38px;
  }

  .logistics-park-visual {
    min-height: 355px;
  }

  .industry-image-label {
    top: 16px;
    left: 17px;
    font-size: 8px;
  }

  .planned-image-panel {
    right: 18px;
    bottom: 25px;
    left: 18px;
  }

  .planned-image-panel strong {
    font-size: 18px;
  }


  .logistics-park-copy .section-lead {
    font-size: 14px;
  }

  .park-data-grid {
    gap: 7px;
    margin: 25px 0;
  }

  .park-data-grid article {
    min-height: 101px;
    padding: 13px 10px;
  }

  .park-data-grid article strong {
    font-size: 28px;
  }

  .park-data-grid article > span {
    font-size: 14px;
  }

  .park-data-grid article em {
    font-size: 10px;
  }

  .park-data-grid article small {
    margin-top: 10px;
    font-size: 8px;
  }

  .park-functions > div > span {
    font-size: 10px;
  }

  .port-led-cycle {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding: 0 0 0 20px;
  }

  .cycle-line {
    top: 17px;
    right: auto;
    bottom: 17px;
    left: 6px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange), var(--blue-bright));
    transform: none;
  }

  .cycle-line-two {
    display: none;
  }

  .port-led-cycle article {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 15px;
    min-height: 89px;
    padding: 13px 16px 13px 13px;
  }

  .port-led-cycle article::before {
    position: absolute;
    top: 33px;
    left: -18px;
    width: 8px;
    height: 8px;
    border: 2px solid var(--paper);
    border-radius: 50%;
    background: var(--blue-bright);
    content: "";
  }

  .port-led-cycle article:nth-of-type(3)::before,
  .port-led-cycle article:nth-of-type(5)::before {
    background: var(--orange);
  }

  .port-led-cycle article i {
    grid-row: 1 / span 2;
    width: 45px;
    height: 45px;
    margin: 0;
  }

  .port-led-cycle article > span {
    top: 13px;
    right: 15px;
  }

  .port-led-cycle article strong {
    align-self: end;
    font-size: 14px;
  }

  .port-led-cycle article small {
    align-self: start;
    margin-top: 2px;
  }

  .cycle-center {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    align-self: flex-start;
    width: 120px;
    height: 59px;
    margin: 8px 0 0 21px;
    transform: none;
  }

  .cycle-center span {
    font-size: 6px;
  }

  .cycle-center strong {
    font-size: 12px;
  }

  .industrial-support-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .industrial-support-card {
    min-height: 267px;
    padding: 19px 16px 17px;
  }

  .industrial-support-card > i {
    width: 38px;
    height: 38px;
    margin-bottom: 17px;
  }

  .industrial-support-card > i .icon {
    width: 19px;
    height: 19px;
  }

  .industrial-support-card h3 {
    font-size: 17px;
  }

  .industrial-support-card > strong {
    font-size: 10px;
    line-height: 1.65;
  }

  .support-card-tag {
    right: 16px;
    bottom: 16px;
    left: 16px;
    font-size: 8px;
  }

  .logistics-infrastructure-section {
    padding-bottom: 74px;
  }

  .infrastructure-route {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    margin-top: 2px;
    padding-left: 17px;
  }

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

  .infrastructure-route[data-route] .infrastructure-line {
    transform: scaleY(0);
  }

  .infrastructure-route[data-route].is-visible .infrastructure-line {
    transform: scaleY(1);
  }

  .infrastructure-route article,
  .infrastructure-route article.is-core {
    display: grid;
    grid-template-columns: 51px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 15px;
    min-height: 91px;
    padding: 12px 0 12px 0;
    text-align: left;
  }

  .infrastructure-route article::before,
  .infrastructure-route article:first-of-type::before,
  .infrastructure-route article.is-core::before {
    top: 41px;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid var(--blue-deep);
    background: #84c4fc;
    box-shadow: none;
    transform: translateX(-50%);
  }

  .infrastructure-route article.is-core::before {
    width: 13px;
    height: 13px;
    left: -1px;
    border-color: var(--orange);
    background: var(--orange);
    box-shadow: 0 0 0 5px rgba(233,104,50,.15);
  }

  .infrastructure-route article i {
    grid-row: 1 / span 2;
    width: 51px;
    height: 51px;
    margin: 0;
  }

  .infrastructure-route article > span {
    align-self: end;
    margin: 0;
  }

  .infrastructure-route article strong {
    align-self: end;
    max-width: none;
    font-size: 13px;
  }

  .infrastructure-route article small {
    grid-column: 2;
    align-self: start;
    margin-top: 1px;
  }

  .infrastructure-keywords {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 21px;
  }

  .infrastructure-keywords > span {
    min-width: 0;
    padding: 11px 13px;
    border-bottom: 1px solid rgba(125,188,251,.2);
  }

  .infrastructure-keywords > span:nth-child(2) {
    border-right: 0;
  }

  .infrastructure-keywords > span:nth-child(3),
  .infrastructure-keywords > span:nth-child(4) {
    border-bottom: 0;
  }

  .infrastructure-keywords b {
    font-size: 8px;
  }

  .infrastructure-keywords small {
    font-size: 8px;
  }

  .supporting-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .supporting-service-card {
    min-height: 218px;
    padding: 18px 15px 16px;
  }

  .supporting-service-card > i {
    width: 37px;
    height: 37px;
    margin-bottom: 14px;
  }

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

  .supporting-service-card p {
    font-size: 9px;
    line-height: 1.6;
  }

  .resource-synergy-grid {
    gap: 9px;
  }

  .resource-synergy-grid article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-height: 144px;
    padding: 14px 12px;
  }

  .resource-synergy-grid article > i {
    width: 38px;
    height: 38px;
  }

  .resource-synergy-grid article .icon {
    width: 19px;
    height: 19px;
  }

  .resource-synergy-grid article small {
    font-size: 7px;
    line-height: 1.3;
  }

  .resource-synergy-grid article h3 {
    font-size: 12px;
  }

  .resource-synergy-grid article p {
    font-size: 9px;
  }

  .port-industry-city-section,
  .port-city-inner {
    min-height: 760px;
  }

  .port-city-inner {
    gap: 39px;
  }

  .port-city-heading h2 {
    font-size: clamp(52px, 15.8vw, 70px);
  }

  .port-city-heading > p:last-child {
    max-width: 300px;
    font-size: 13px;
  }

  .port-city-cards {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .port-city-cards article,
  .port-city-cards article:nth-child(2) {
    min-height: 123px;
    margin-top: 0;
    padding: 15px 16px;
  }

  .port-city-cards article > span {
    margin-bottom: 16px;
    font-size: 8px;
  }

  .port-city-cards strong {
    min-height: 0;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .port-city-cards p {
    font-size: 9px;
  }

  .port-city-mantra {
    right: 22px;
    bottom: 25px;
    left: 22px;
    justify-content: flex-start;
    gap: 10px;
    font-size: 8px;
    letter-spacing: .1em;
  }

  .port-city-mantra i {
    width: 20px;
  }

  .industry-ecosystem-section {
    min-height: 0;
  }

  .industry-ecosystem-inner {
    padding-top: 70px;
    padding-bottom: 53px;
  }

  .ecosystem-heading {
    text-align: left;
  }

  .ecosystem-heading h2 {
    font-size: 36px;
  }

  .ecosystem-graph {
    height: auto;
    margin-top: 24px;
    padding: 21px 16px;
    border-top: 1px solid rgba(125,188,251,.22);
    border-bottom: 1px solid rgba(125,188,251,.22);
  }

  .ecosystem-graph::before,
  .ecosystem-graph > svg {
    display: none;
  }

  .eco-node,
  .eco-global,
  .eco-logistics,
  .eco-industry,
  .eco-core,
  .eco-rail,
  .eco-park,
  .eco-region {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin: 0;
    transform: none;
  }

  .eco-node:not(:last-child)::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 1px;
    height: 17px;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange));
    content: "";
  }

  .eco-global { order: 1; }
  .eco-logistics { order: 2; }
  .eco-industry { order: 3; }
  .eco-core { order: 4; min-height: 72px; }
  .eco-rail { order: 5; }
  .eco-park { order: 6; }
  .eco-region { order: 7; }

  .ecosystem-note {
    font-size: 9px;
    line-height: 1.6;
  }

  .industry-contact-inner {
    gap: 35px;
  }

  .cooperation-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cooperation-grid article {
    display: grid;
    grid-template-columns: 34px 24px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    min-height: 83px;
    padding: 13px 14px;
  }

  .cooperation-grid article > span {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .cooperation-grid article i {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .cooperation-grid article h3 {
    align-self: end;
    margin: 0 0 2px;
    font-size: 13px;
  }

  .cooperation-grid article p {
    align-self: start;
    font-size: 9px;
    line-height: 1.5;
  }

  .industry-contact-inner > .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .industry-contact-inner > .cta-actions .button {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .industry-hero-copy h1 {
    font-size: 49px;
  }

  .industry-hero-copy h2 {
    font-size: 26px;
  }

  .industry-hero-copy > p:not(.eyebrow) {
    max-width: 290px;
  }

  .industry-hero-axis article strong {
    font-size: 10px;
  }

  .industry-hero-axis > b {
    font-size: 6px;
  }

  .area-number strong {
    font-size: 55px;
  }

  .industrial-support-card {
    min-height: 282px;
  }

  .resource-synergy-grid article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .resource-synergy-grid article > i {
    width: 34px;
    height: 34px;
  }

  .resource-synergy-grid article h3 {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .model-orbit-line,
  .ecosystem-line,
  .infrastructure-line {
    transition: none;
  }
}
