:root {
  color-scheme: light;
  --ink: #111318;
  --muted: #5e6673;
  --line: rgba(17, 19, 24, 0.12);
  --paper: #f4f6f7;
  --white: #ffffff;
  --deep: #0c1117;
  --panel: #141b23;
  --blue: #0071e3;
  --teal: #0ba89a;
  --green: #87b94f;
  --amber: #b88a44;
  --shadow: 0 24px 70px rgba(13, 31, 45, 0.1);
  --quiet-shadow: 0 16px 44px rgba(13, 31, 45, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f8f9fa 0%, var(--paper) 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(249, 250, 251, 0.82);
  border-bottom: 1px solid rgba(17, 19, 24, 0.08);
  box-shadow: 0 10px 34px rgba(13, 31, 45, 0.06);
  backdrop-filter: blur(22px);
}

.brand,
nav,
.lang-switcher {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 720;
}

.brand img {
  width: 34px;
  height: 34px;
}

nav {
  gap: clamp(14px, 2vw, 26px);
  color: rgba(17, 19, 24, 0.72);
  font-size: 14px;
  font-weight: 560;
}

nav a:hover {
  color: var(--ink);
}

.nav-inquiry {
  color: var(--blue);
  font-weight: 750;
}

.lang-switcher {
  justify-self: end;
  gap: 4px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.lang-switcher button {
  min-width: 38px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.lang-switcher button.active {
  color: var(--white);
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.62fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  overflow: hidden;
  padding: 118px clamp(20px, 6vw, 92px) 72px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(248, 249, 250, 0.98) 0%, rgba(248, 249, 250, 0.86) 43%, rgba(17, 19, 24, 0.2) 100%),
    linear-gradient(0deg, rgba(244, 246, 247, 1) 0%, rgba(244, 246, 247, 0) 34%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-signals span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(17, 19, 24, 0.78);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 700;
}

.hero-command {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  justify-self: end;
  align-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(12, 17, 23, 0.92), rgba(20, 27, 35, 0.76)),
    linear-gradient(135deg, rgba(0, 113, 227, 0.2), rgba(11, 168, 154, 0.14));
  box-shadow: 0 30px 90px rgba(13, 31, 45, 0.32);
  color: #ffffff;
  backdrop-filter: blur(20px);
}

.command-topline,
.command-metrics {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.command-topline {
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.command-topline span,
.command-metrics span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.command-topline strong {
  color: #77e2d4;
}

.command-map {
  position: relative;
  min-height: 260px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
}

.command-map::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.route-line,
.network-route {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(119, 226, 212, 0.9), transparent);
  transform-origin: left center;
}

.route-a { left: 23%; top: 45%; width: 55%; transform: rotate(-18deg); }
.route-b { left: 24%; top: 48%; width: 50%; transform: rotate(16deg); }
.route-c { left: 28%; top: 56%; width: 42%; transform: rotate(38deg); }

.map-point {
  position: absolute;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 750;
}

.point-hainan {
  left: 20%;
  top: 44%;
  color: #111318;
  background: #ffffff;
}

.point-russia { right: 10%; top: 22%; }
.point-asean { right: 12%; top: 52%; }
.point-aus { right: 18%; bottom: 15%; }
.point-hk { left: 46%; bottom: 28%; }

.command-metrics {
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.command-metrics div {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 12px;
  align-items: center;
}

.command-metrics strong {
  font-size: 15px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(46px, 6.7vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 720;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2 {
  text-wrap: auto;
}

html[lang="zh-CN"] h1 {
  font-size: clamp(42px, 5.9vw, 80px);
  line-height: 1.04;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 700;
  text-wrap: balance;
}

h3 {
  font-size: 22px;
  line-height: 1.15;
  text-wrap: balance;
}

.hero-copy,
.intro p,
.why-copy p,
.contact p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 650;
}

.primary-button {
  color: var(--white);
  background: var(--blue);
}

.secondary-button {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
}

.intro,
.world-stage,
.global-vision,
.solution-suite,
.benchmark,
.policy-insight,
.services,
.commodity,
.outbound,
.clients,
.compliance,
.capabilities,
.jurisdictions,
.risk,
.industries,
.model,
.why,
.contact {
  padding: 96px clamp(20px, 6vw, 92px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 44px;
  align-items: end;
  background: var(--paper);
}

.world-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 1.26fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, var(--deep), #121a22);
  background-size: 64px 64px, 64px 64px, auto;
  color: #ffffff;
}

.world-stage .section-label {
  color: #77e2d4;
}

.stage-copy {
  max-width: 660px;
}

.stage-copy p:not(.section-label) {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.stage-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 16px;
  min-height: 620px;
}

.stage-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--deep);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.stage-main {
  grid-row: span 2;
}

.stage-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.stage-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.58));
}

.stage-gallery figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.global-vision {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 54px;
  align-items: center;
  min-height: 760px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #10161e, var(--deep));
  background-size: 72px 72px, 72px 72px, auto;
  color: #ffffff;
}

.global-vision .section-label {
  color: #77e2d4;
}

.global-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.network-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025));
  background-size: 56px 56px, 56px 56px, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.network-gridline {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
}

.network-gridline.vertical {
  top: 8%;
  bottom: 8%;
  width: 1px;
}

.network-gridline.horizontal {
  left: 8%;
  right: 8%;
  height: 1px;
}

.v1 { left: 28%; }
.v2 { right: 27%; }
.h1 { top: 32%; }
.h2 { bottom: 30%; }

.network-route {
  left: 50%;
  top: 50%;
  width: 34%;
}

.r1 { transform: rotate(-28deg); }
.r2 { transform: rotate(18deg); }
.r3 { transform: rotate(58deg); width: 28%; }

.orbit {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.orbit-two {
  inset: 24% 8%;
  transform: rotate(24deg);
}

.orbit-three {
  inset: 8% 24%;
  transform: rotate(64deg);
}

.hub,
.node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-weight: 700;
}

.hub {
  left: 50%;
  top: 50%;
  color: #111318;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.n1 { left: 10%; top: 18%; }
.n2 { right: 12%; top: 20%; }
.n3 { right: 8%; bottom: 18%; }
.n4 { left: 16%; bottom: 18%; }
.n5 { left: 45%; bottom: 8%; }

.solution-suite {
  background: #ffffff;
}

.solution-suite > h2 {
  max-width: 980px;
}

.solution-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.solution-links a {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 250, 0.94));
  box-shadow: var(--quiet-shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-links a:hover {
  border-color: rgba(11, 168, 154, 0.34);
  box-shadow: 0 22px 64px rgba(13, 31, 45, 0.1);
  transform: translateY(-3px);
}

.solution-links a.priority {
  border-color: rgba(0, 113, 227, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(241, 247, 252, 0.96));
}

.solution-links span {
  display: block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.solution-links strong {
  display: block;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
}

.solution-links p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.46;
}

.solution-links em {
  display: block;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  color: #23303a;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.38;
}

.solution-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.solution-proof article {
  min-height: 132px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 8px;
  padding: 20px;
  background: #f8fafb;
}

.solution-proof strong,
.solution-proof span {
  display: block;
}

.solution-proof strong {
  margin-bottom: 10px;
  color: #16202a;
  font-size: 17px;
}

.solution-proof span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.services {
  background: var(--white);
}

.benchmark {
  background: linear-gradient(180deg, #f4f6f7, #ffffff);
}

.benchmark > h2,
.clients > h2,
.model > h2 {
  max-width: 980px;
}

.client-grid,
.model-steps {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.client-grid article,
.model-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--quiet-shadow);
}

.proof-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.proof-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 8px;
  background: var(--deep);
  box-shadow: 0 24px 80px rgba(13, 31, 45, 0.18);
}

.proof-card.large {
  grid-row: span 2;
}

.proof-card img,
.service-grid img,
.commodity-image img,
.outbound-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.04);
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.64));
}

.proof-card div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 1;
  color: var(--white);
}

.proof-card h3 {
  margin-bottom: 8px;
}

.proof-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.services > h2 {
  max-width: 900px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.service-grid article {
  overflow: hidden;
  min-height: 356px;
  padding: 0 0 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7fafb);
  box-shadow: var(--quiet-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-grid article:hover {
  border-color: rgba(11, 168, 154, 0.28);
  box-shadow: 0 24px 68px rgba(13, 31, 45, 0.11);
  transform: translateY(-3px);
}

.service-grid img {
  height: 178px;
  margin-bottom: 24px;
}

.service-grid article:nth-child(1),
.service-grid article:nth-child(6) {
  grid-column: span 2;
}

.service-grid article:nth-child(1) img,
.service-grid article:nth-child(6) img {
  height: 240px;
}

.service-grid span {
  display: block;
  padding: 0 28px;
  color: var(--amber);
  font-weight: 750;
}

.service-grid h3,
.service-grid p {
  padding: 0 28px;
}

.service-grid p,
.commodity-grid p,
.outbound-grid p,
.client-grid p,
.model-steps p,
.assurance-grid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.service-grid ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0 28px;
  list-style: none;
  color: #313842;
  font-size: 15px;
  line-height: 1.38;
}

.service-grid li {
  position: relative;
  padding-left: 18px;
}

.service-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.policy-insight {
  background:
    linear-gradient(180deg, #eef4f5 0%, #ffffff 56%);
}

.policy-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 36px;
  align-items: end;
}

.policy-head p:not(.section-label) {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.policy-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  margin-top: 42px;
  align-items: stretch;
}

.policy-feature figure {
  overflow: hidden;
  min-height: 360px;
  margin: 0;
  border-radius: 8px;
  box-shadow: var(--quiet-shadow);
}

.policy-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 360px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--quiet-shadow);
}

.policy-diagram span,
.policy-diagram strong {
  display: flex;
  min-width: 0;
  min-height: 138px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 18px;
  text-align: center;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.policy-diagram span {
  border: 1px solid var(--line);
  background: #ffffff;
  color: #24313d;
}

.policy-diagram strong {
  background: linear-gradient(135deg, var(--deep), #1b2834);
  color: #ffffff;
  box-shadow: 0 20px 54px rgba(13, 31, 45, 0.16);
}

.policy-diagram i {
  width: 32px;
  height: 2px;
  background: var(--teal);
}

.policy-diagram i::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin: -3.5px 0 0 23px;
  border-top: 2px solid var(--teal);
  border-right: 2px solid var(--teal);
  transform: rotate(45deg);
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.policy-grid article {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--quiet-shadow);
}

.policy-grid span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
}

.policy-grid p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.policy-note {
  max-width: 980px;
  margin: 26px 0 0;
  color: #67707a;
  font-size: 14px;
  line-height: 1.55;
}

.policy-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.policy-sources a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(0, 113, 227, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 650;
}

.commodity {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(340px, 1.16fr);
  gap: 42px;
  align-items: start;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, var(--deep), #121a22);
  background-size: 68px 68px, 68px 68px, auto;
  color: var(--white);
}

.commodity .section-label {
  color: #77e2d4;
}

.commodity-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.commodity-image {
  overflow: hidden;
  min-height: 430px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.commodity-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.commodity-grid article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  backdrop-filter: blur(12px);
}

.commodity-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.trade-lanes {
  grid-column: 1 / -1;
  padding-top: 18px;
}

.lane-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lane-list span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
}

.outbound {
  background: linear-gradient(180deg, #ffffff, #f4f6f7);
}

.outbound-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
}

.outbound-head h2 {
  max-width: 920px;
}

.outbound-head img {
  height: 280px;
  border-radius: 8px;
  box-shadow: var(--quiet-shadow);
}

.market-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 36px;
}

.market-strip span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.86);
  color: #27313d;
  font-weight: 650;
}

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

.outbound-grid article {
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--quiet-shadow);
}

.clients {
  background: #ffffff;
}

.client-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-grid article {
  padding: 28px;
}

.client-grid h3 {
  font-size: 21px;
}

.compliance {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #111821, var(--deep));
  background-size: 70px 70px, 70px 70px, auto;
  color: var(--white);
}

.compliance .section-label {
  color: #77e2d4;
}

.compliance-visual {
  overflow: hidden;
  min-height: 620px;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.compliance-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.compliance-copy > p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.assurance-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px);
}

.assurance-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.fine-print {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 14px !important;
}

.capabilities {
  background: #ffffff;
}

.capabilities > h2,
.jurisdiction-head h2,
.risk h2,
.industries h2 {
  max-width: 980px;
}

.capability-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.capability-table article {
  min-height: 320px;
  padding: 30px;
  background: #ffffff;
  transition: background 180ms ease;
}

.capability-table article:hover {
  background: #f8fbfb;
}

.capability-table span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.capability-table p,
.risk-list p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.jurisdictions {
  background: linear-gradient(180deg, #f4f6f7, #ffffff);
}

.jurisdiction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.jurisdiction-grid article {
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(13, 31, 45, 0.045);
}

.jurisdiction-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 21px;
}

.jurisdiction-grid span {
  color: var(--muted);
  line-height: 1.42;
}

.risk {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: center;
  background: #ffffff;
}

.risk figure {
  overflow: hidden;
  min-height: 620px;
  margin: 0;
  border-radius: 8px;
  box-shadow: var(--quiet-shadow);
}

.risk img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.risk-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.risk-list article {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.industries {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, var(--deep), #141b23);
  background-size: 72px 72px, 72px 72px, auto;
  color: #ffffff;
}

.industries .section-label {
  color: #77e2d4;
}

.industry-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.industry-strip span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
}

.model {
  background: linear-gradient(180deg, #f4f6f7, #eef4f5);
}

.model-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.model-steps article {
  padding: 28px;
  background: rgba(255, 255, 255, 0.68);
}

.model-steps b {
  display: block;
  margin-bottom: 22px;
  color: var(--teal);
  font-size: 14px;
}

.why {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 42px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(11, 168, 154, 0.11), transparent 30%),
    linear-gradient(180deg, #f5fbfb, #f7f8f9);
}

.stats {
  display: grid;
  gap: 14px;
}

.stats div {
  padding: 28px 30px;
  border: 1px solid rgba(0, 113, 227, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--quiet-shadow);
}

.stats strong {
  display: block;
  margin-bottom: 8px;
  font-size: 32px;
}

.stats span {
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 42px;
  align-items: start;
  background: #f4f6f7;
}

.contact-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--quiet-shadow);
}

.contact-card a {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-card .inquiry-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-radius: 999px;
  padding: 0 18px;
  color: #ffffff;
  background: var(--ink);
  font-size: 16px;
}

.inquiry-page {
  background: #f4f6f7;
}

.inquiry-hero {
  position: relative;
  overflow: hidden;
  padding: 112px clamp(20px, 6vw, 92px) 42px;
  background: #f4f6f7;
}

.inquiry-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 246, 247, 0.98) 0%, rgba(244, 246, 247, 0.94) 52%, rgba(244, 246, 247, 0.64) 100%),
    url("assets/inquiry-consultation-hero.jpg") right center / min(46vw, 680px) auto no-repeat;
}

.inquiry-hero > * {
  position: relative;
}

.inquiry-hero h1 {
  max-width: 980px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.inquiry-hero p:not(.section-label) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.inquiry-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  padding: 0 clamp(20px, 6vw, 92px) 96px;
}

.inquiry-form,
.screening-card,
.next-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--quiet-shadow);
}

.inquiry-form {
  padding: 30px;
}

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

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: #2c333d;
  font-weight: 650;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fbfcfd;
  color: var(--ink);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-color: rgba(0, 113, 227, 0.42);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.08);
}

.inquiry-form textarea {
  resize: vertical;
}

.wide-label,
.consent,
.form-actions {
  margin-top: 20px;
}

.consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-weight: 500 !important;
}

.consent input {
  width: auto;
  margin-top: 3px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.form-actions button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: #ffffff;
  background: var(--blue);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

#formStatus {
  margin: 0;
  color: var(--muted);
}

.inquiry-sidebar {
  align-self: start;
  display: grid;
  gap: 18px;
  position: sticky;
  top: 88px;
}

.screening-card,
.next-card {
  padding: 30px;
}

.screening-card h2,
.next-card h2 {
  font-size: 34px;
}

.screening-card li,
.next-card li {
  margin-bottom: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.next-card {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, var(--deep), #18222c);
  background-size: 42px 42px, 42px 42px, auto;
  color: #ffffff;
}

.next-card h2 {
  color: #ffffff;
}

.next-card li {
  color: rgba(255, 255, 255, 0.72);
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.contact-card p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 16px;
}

.brief {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.brief strong {
  margin-bottom: 6px;
}

.brief span {
  color: var(--muted);
}

.ai-consultant {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  font-family: inherit;
}

.ai-toggle {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 0 9px 0 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--deep), #1a2632);
  box-shadow: 0 20px 60px rgba(17, 19, 24, 0.28);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.ai-toggle b {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #111318;
  background: #ffffff;
  font-size: 13px;
}

.ai-window {
  position: absolute;
  right: 0;
  bottom: 68px;
  display: grid;
  grid-template-rows: auto minmax(180px, 1fr) auto auto auto;
  width: min(420px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 104px));
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 100px rgba(17, 19, 24, 0.22);
  backdrop-filter: blur(22px);
}

.ai-window[hidden] {
  display: none;
}

.ai-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #f7fafb);
}

.ai-header strong,
.ai-header span {
  display: block;
}

.ai-header span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.ai-header button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: #f2f4f6;
  font-size: 22px;
  cursor: pointer;
}

.ai-messages {
  display: grid;
  align-content: start;
  gap: 10px;
  overflow-y: auto;
  padding: 16px;
}

.ai-message {
  max-width: 88%;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.45;
  white-space: normal;
}

.ai-message.assistant {
  justify-self: start;
  color: #202832;
  background: #f1f5f7;
}

.ai-message.user {
  justify-self: end;
  color: #ffffff;
  background: var(--blue);
}

.ai-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 12px;
}

.ai-chips button,
.ai-actions a {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: #24313d;
  background: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.ai-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 16px 14px;
}

.ai-actions a:first-child {
  color: #ffffff;
  border-color: #111318;
  background: #111318;
}

.ai-input {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px 16px 16px;
  border-top: 1px solid var(--line);
}

.ai-input textarea {
  width: 100%;
  resize: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 12px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
}

.ai-input button {
  align-self: stretch;
  border: 0;
  border-radius: 10px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--blue);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

footer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 92px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

footer a {
  color: var(--ink);
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 120px 24px 80px;
}

.legal-page h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.legal-page h2 {
  margin-top: 40px;
  font-size: 28px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.solution-page {
  background: #f4f6f7;
}

.solution-hero {
  position: relative;
  overflow: hidden;
  padding: 132px clamp(20px, 6vw, 92px) 86px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, var(--deep), #14202a);
  background-size: 68px 68px, 68px 68px, auto;
  color: #ffffff;
}

.solution-hero > * {
  position: relative;
}

.solution-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: 42px;
  align-items: center;
}

.solution-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.solution-hero-media {
  overflow: hidden;
  min-height: 360px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.solution-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.04);
}

.solution-content {
  padding: 86px clamp(20px, 6vw, 92px);
}

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

.solution-narrative {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.62fr);
  gap: 32px;
  align-items: end;
  margin-top: 18px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(18, 75, 95, 0.92), rgba(17, 19, 24, 0.94)),
    #111318;
  box-shadow: 0 24px 74px rgba(17, 19, 24, 0.2);
}

.solution-narrative .section-label {
  color: rgba(255, 255, 255, 0.64);
}

.solution-narrative h2 {
  max-width: 860px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.03;
}

.solution-narrative p:not(.section-label) {
  max-width: 860px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.solution-proof-row {
  display: grid;
  gap: 10px;
}

.solution-proof-row span {
  display: flex;
  min-height: 46px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 760;
}

.solution-detail-panel {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 75, 95, 0.07), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: var(--quiet-shadow);
}

.solution-detail-panel h2 {
  max-width: 980px;
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}

.solution-detail-panel p:not(.section-label) {
  max-width: 900px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.solution-content article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--quiet-shadow);
}

.solution-detail-grid article {
  min-height: auto;
  padding: 26px;
}

.solution-content article::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 52px;
  height: 3px;
  background: var(--teal);
}

.solution-detail-grid ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.solution-detail-grid li {
  position: relative;
  padding-left: 18px;
}

.solution-detail-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--teal);
}

.solution-flow {
  margin-top: 18px;
}

.solution-flow > h2 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

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

.solution-flow-grid article {
  min-height: 220px;
}

.solution-flow-grid span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 999px;
  color: #ffffff;
  background: #111318;
  font-size: 13px;
  font-weight: 800;
}

.solution-content p,
.solution-content li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.solution-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--quiet-shadow);
}

.solution-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 48px);
}

.solution-cta p:last-child {
  max-width: 720px;
  margin-bottom: 0;
}

.solution-cta a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  color: #ffffff;
  background: #111318;
  font-weight: 750;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .intro,
  .world-stage,
  .stage-gallery,
  .global-vision,
  .solution-links,
  .solution-proof,
  .inquiry-shell,
  .form-grid,
  .why,
  .contact,
  .proof-layout,
  .policy-head,
  .policy-feature,
  .policy-diagram,
  .policy-grid,
  .commodity,
  .commodity-grid,
  .outbound-head,
  .compliance,
  .assurance-grid,
  .capability-table,
  .jurisdiction-grid,
  .risk,
  .solution-content-grid,
  .solution-detail-grid,
  .solution-flow-grid,
  .solution-narrative,
  .solution-hero-split,
  .solution-cta,
  .service-grid,
  .outbound-grid,
  .client-grid,
  .model-steps,
  .contact {
    grid-template-columns: 1fr;
  }

  .network-panel {
    min-height: 430px;
  }

  .proof-card.large {
    grid-row: auto;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-command {
    width: 100%;
    justify-self: stretch;
  }

  .stage-gallery {
    min-height: auto;
  }

  .stage-main {
    grid-row: auto;
  }

  .stage-gallery figure {
    min-height: 260px;
  }

  .service-grid article:nth-child(1),
  .service-grid article:nth-child(6) {
    grid-column: auto;
  }

  .commodity-image,
  .policy-feature figure,
  .outbound-head img,
  .compliance-visual,
  .compliance-visual img,
  .risk figure,
  .risk img,
  .solution-hero-media,
  .solution-hero-media img {
    min-height: 260px;
    height: 260px;
  }

  .solution-hero {
    padding: 112px 20px 56px;
  }

  .solution-content {
    padding: 56px 20px;
  }

  .solution-content article,
  .solution-detail-grid article,
  .solution-flow-grid article {
    min-height: auto;
    padding: 26px;
  }

  .solution-narrative,
  .solution-detail-panel,
  .solution-cta {
    padding: 28px;
  }

  .hero {
    min-height: 82vh;
    padding-top: 96px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(247, 248, 249, 0.72) 0%, rgba(247, 248, 249, 0.96) 72%),
      linear-gradient(0deg, rgba(247, 248, 249, 1) 0%, rgba(247, 248, 249, 0) 40%);
  }

  .policy-diagram {
    min-height: auto;
  }

  .inquiry-sidebar {
    position: static;
  }

  .policy-diagram i {
    width: 2px;
    height: 34px;
    justify-self: center;
  }

  .policy-diagram i::after {
    margin: 23px 0 0 -3.5px;
    transform: rotate(135deg);
  }
}

@media (max-width: 700px) {
  .inquiry-hero {
    padding-top: 88px;
  }

  .inquiry-hero h1 {
    font-size: clamp(34px, 8vw, 44px);
    line-height: 1.06;
  }

  .inquiry-hero p:not(.section-label) {
    font-size: 17px;
  }

  .ai-toggle {
    width: 56px;
    min-width: 56px;
    padding: 0;
    border-radius: 50%;
  }

  .ai-toggle span {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 10px;
    padding-inline: 12px;
  }

  .brand span {
    display: none;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .intro,
  .world-stage,
  .global-vision,
  .solution-suite,
  .benchmark,
  .policy-insight,
  .services,
  .commodity,
  .outbound,
  .clients,
  .compliance,
  .capabilities,
  .jurisdictions,
  .risk,
  .industries,
  .model,
  .why,
  .contact {
    padding: 72px 18px;
  }

  .solution-hero,
  .solution-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ai-consultant {
    right: 12px;
    bottom: 12px;
  }

  .ai-toggle span {
    display: none;
  }

  .ai-window {
    right: -2px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 86px);
  }

  footer {
    flex-direction: column;
  }
}

/* Executive homepage pass: fewer presentation blocks, more operating-company clarity. */
body {
  background: #f7f8f9;
  overflow-x: hidden;
}

h1,
h2,
h3,
p,
a,
span,
strong,
em,
li {
  overflow-wrap: anywhere;
}

.intro,
.solution-suite,
.global-vision,
.policy-insight,
.compliance,
.capabilities,
.jurisdictions,
.contact {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.world-stage,
.services,
.commodity,
.outbound,
.clients,
.risk,
.industries,
.model,
.why {
  display: none;
}

.site-header {
  border-color: rgba(17, 19, 24, 0.08);
  background: rgba(247, 248, 249, 0.82);
}

.hero {
  min-height: 88vh;
}

.hero-content {
  max-width: 880px;
}

.hero h1 {
  max-width: 860px;
  font-size: clamp(62px, 8vw, 118px);
  letter-spacing: 0;
  line-height: 0.94;
}

.hero-copy {
  max-width: 720px;
  font-size: clamp(19px, 2vw, 25px);
}

.hero-command {
  align-self: end;
  max-width: 500px;
  border-color: rgba(17, 19, 24, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: #111318;
}

.command-topline {
  border-bottom-color: rgba(17, 19, 24, 0.1);
}

.command-topline span,
.command-metrics span {
  color: #66727f;
}

.command-topline strong {
  color: var(--teal);
}

.command-map {
  background:
    linear-gradient(rgba(17, 19, 24, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 24, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
}

.command-map::before {
  border-color: rgba(17, 19, 24, 0.1);
}

.map-point {
  border-color: rgba(17, 19, 24, 0.12);
  background: rgba(255, 255, 255, 0.74);
  color: #24313d;
}

.command-metrics {
  border-top-color: rgba(17, 19, 24, 0.1);
}

.command-metrics strong {
  color: #18222c;
}

.hero-signals {
  gap: 8px;
}

.hero-signals span {
  min-height: 34px;
  padding-inline: 13px;
  font-size: 13px;
}

.intro {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  align-items: start;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.intro h2 {
  max-width: 720px;
  font-size: clamp(32px, 4vw, 56px);
}

.intro p {
  max-width: 760px;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.28;
  color: #1d2731;
}

.solution-suite {
  background: #f7f8f9;
}

.solution-suite > h2,
.global-vision h2,
.policy-head h2,
.capabilities > h2,
.jurisdiction-head h2,
.contact h2 {
  max-width: 980px;
  font-size: clamp(42px, 6vw, 78px);
  letter-spacing: 0;
  line-height: 0.98;
}

.solution-links {
  display: block;
  margin-top: clamp(42px, 5vw, 72px);
  border-top: 1px solid rgba(17, 19, 24, 0.14);
}

.solution-links a,
.solution-links a.priority {
  display: grid;
  grid-template-columns: minmax(110px, 0.26fr) minmax(260px, 0.84fr) minmax(240px, 0.62fr) auto;
  min-height: auto;
  gap: clamp(20px, 4vw, 56px);
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(17, 19, 24, 0.14);
  border-radius: 0;
  padding: clamp(24px, 4vw, 44px) 0;
  background: transparent;
  box-shadow: none;
}

.solution-links a:hover {
  box-shadow: none;
  transform: none;
}

.solution-links span {
  color: #45515f;
  font-size: 13px;
}

.solution-links strong {
  max-width: 680px;
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 1.05;
}

.solution-links p {
  max-width: 640px;
  font-size: 17px;
}

.solution-links em {
  justify-self: end;
  grid-column: 4;
  grid-row: 1;
  margin-top: 0;
  border-top: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: #111318;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}

.solution-proof {
  display: none;
}

.global-vision {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.88fr);
  min-height: auto;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #0f151c, #18222c);
  background-size: 72px 72px, 72px 72px, auto;
}

.global-copy p {
  max-width: 700px;
  font-size: clamp(18px, 2vw, 24px);
}

.network-panel {
  min-height: 460px;
  box-shadow: none;
}

.policy-insight {
  background: #ffffff;
}

.policy-head {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  border-bottom: 1px solid var(--line);
  padding-bottom: 36px;
}

.policy-feature {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 0;
  margin-top: 0;
  border-bottom: 1px solid var(--line);
}

.policy-feature figure {
  min-height: 340px;
  border-radius: 0;
  box-shadow: none;
}

.policy-feature figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.policy-diagram {
  min-height: 340px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
}

.policy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-bottom: 1px solid var(--line);
}

.policy-grid article {
  min-height: auto;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: clamp(28px, 4vw, 46px) clamp(0px, 3vw, 36px);
  background: transparent;
  box-shadow: none;
}

.policy-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.policy-grid h3 {
  max-width: 640px;
  font-size: clamp(24px, 2.5vw, 36px);
}

.policy-grid p {
  max-width: 700px;
  font-size: 17px;
}

.policy-note,
.policy-sources {
  margin-left: auto;
  margin-right: auto;
}

.compliance {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  background: #121a22;
}

.compliance-visual,
.compliance-visual img {
  min-height: 520px;
}

.assurance-grid {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.assurance-grid article {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.capabilities {
  background: #f7f8f9;
}

.capability-table {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-radius: 0;
  background: transparent;
}

.capability-table article {
  min-height: 250px;
  border-right: 1px solid var(--line);
  background: transparent;
}

.capability-table article:last-child {
  border-right: 0;
}

.jurisdictions {
  background: #ffffff;
}

.jurisdiction-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.jurisdiction-grid article {
  min-height: 126px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.contact {
  background: #10161e;
  color: #ffffff;
}

.contact .section-label {
  color: #77e2d4;
}

.contact p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.contact-card p,
.contact-card span,
.contact-card strong {
  color: rgba(255, 255, 255, 0.76);
}

.contact-card a {
  color: #ffffff;
}

.contact-card .inquiry-link {
  background: #ffffff;
  color: #111318;
}

@media (max-width: 900px) {
  .solution-links a,
  .solution-links a.priority,
  .policy-grid,
  .policy-feature {
    grid-template-columns: 1fr;
  }

  .solution-links em {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }

  .policy-grid article:nth-child(odd) {
    border-right: 0;
  }

  .capability-table,
  .jurisdiction-grid {
    grid-template-columns: 1fr;
  }

  .capability-table article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(52px, 14vw, 68px);
  }

  .solution-suite > h2,
  .global-vision h2,
  .policy-head h2,
  .capabilities > h2,
  .jurisdiction-head h2,
  .contact h2 {
    font-size: clamp(36px, 10vw, 48px);
  }
}

/* Choice-led homepage: keep the homepage as a clear service selector. */
#network,
#policy,
#compliance,
#capabilities,
.jurisdictions {
  display: none;
}

.site-header nav {
  justify-content: center;
}

.selector-intro {
  max-width: 720px;
  margin: 18px 0 0;
  color: #586473;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.45;
}

.solution-suite {
  min-height: auto;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f6f7 100%);
}

.solution-suite > h2 {
  max-width: 760px;
  font-size: clamp(44px, 7vw, 82px);
}

.solution-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(34px, 5vw, 58px);
  border-top: 1px solid rgba(17, 19, 24, 0.12);
  border-left: 1px solid rgba(17, 19, 24, 0.12);
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(13, 31, 45, 0.08);
}

.solution-links a,
.solution-links a.priority {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(16px, 2vw, 26px);
  align-items: center;
  min-height: clamp(132px, 15vw, 184px);
  border: 0;
  border-right: 1px solid rgba(17, 19, 24, 0.12);
  border-bottom: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 0;
  padding: clamp(24px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 248, 0.96)),
    #ffffff;
  box-shadow: none;
}

.solution-links a::after {
  content: ">";
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(17, 19, 24, 0.16);
  border-radius: 999px;
  color: #111318;
  font-weight: 800;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.solution-links a:hover {
  border-color: rgba(17, 19, 24, 0.12);
  background:
    linear-gradient(135deg, rgba(18, 75, 95, 0.09), rgba(255, 255, 255, 0.98)),
    #ffffff;
  box-shadow: none;
  transform: none;
}

.solution-links a:hover::after {
  border-color: #111318;
  background: #111318;
  color: #ffffff;
  transform: translateX(2px);
}

.solution-links span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.solution-links strong {
  max-width: none;
  color: #111318;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.02;
}

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

@media (max-width: 1100px) {
  .solution-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .solution-links {
    grid-template-columns: 1fr;
  }

  .solution-links a,
  .solution-links a.priority {
    min-height: 116px;
    padding: 24px 20px;
  }

  .solution-links strong {
    font-size: clamp(28px, 9vw, 40px);
  }

  .solution-links a::after {
    width: 36px;
    height: 36px;
  }
}

/* Visual solution pages: cinematic first impression, lighter reading rhythm. */
.visual-solution {
  background: #eef2f4;
}

.visual-solution .site-header {
  background: rgba(247, 248, 249, 0.76);
  backdrop-filter: blur(20px);
}

.visual-solution .solution-hero {
  isolation: isolate;
  display: flex;
  min-height: min(880px, 100svh);
  align-items: flex-end;
  padding: clamp(120px, 14vw, 190px) clamp(20px, 6vw, 92px) clamp(62px, 8vw, 104px);
  background: #0b1118;
}

.visual-solution .solution-hero::before,
.visual-solution .solution-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.visual-solution .solution-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 12, 18, 0.94) 0%, rgba(7, 12, 18, 0.74) 40%, rgba(7, 12, 18, 0.2) 72%),
    linear-gradient(180deg, rgba(7, 12, 18, 0.1) 0%, rgba(7, 12, 18, 0.84) 100%);
}

.visual-solution .solution-hero::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 72%);
}

.visual-solution .solution-hero > div {
  z-index: 2;
  max-width: 860px;
}

.visual-solution .solution-hero h1 {
  max-width: 820px;
  margin-bottom: clamp(18px, 3vw, 30px);
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.95;
}

.visual-solution .solution-hero p:not(.section-label) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(19px, 2.1vw, 26px);
  line-height: 1.44;
}

.visual-solution .solution-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.visual-solution .solution-hero-media img {
  min-height: 100%;
  opacity: 0.82;
  filter: saturate(1.06) contrast(1.08);
}

.visual-solution .solution-content {
  padding-top: 0;
  background:
    linear-gradient(180deg, #0b1118 0, #eef2f4 280px),
    #eef2f4;
}

.visual-solution .solution-content-grid {
  position: relative;
  z-index: 2;
  margin-top: -64px;
  counter-reset: solution-card;
}

.visual-solution .solution-content-grid article {
  counter-increment: solution-card;
  min-height: 250px;
  padding-top: 88px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 250, 0.88)),
    #ffffff;
  box-shadow: 0 30px 90px rgba(7, 15, 24, 0.18);
}

.visual-solution .solution-content-grid article::before {
  content: counter(solution-card, decimal-leading-zero);
  left: 30px;
  top: 28px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #111318;
  font-size: 13px;
  font-weight: 850;
}

.visual-solution .solution-content-grid p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.visual-solution .solution-content-grid article::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(18, 75, 95, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(18, 75, 95, 0.14) 0 3px, transparent 4px),
    conic-gradient(from 90deg, rgba(18, 75, 95, 0.18), rgba(18, 75, 95, 0.02), rgba(18, 75, 95, 0.18));
}

.visual-solution .solution-narrative {
  margin-top: 22px;
  background:
    linear-gradient(135deg, rgba(10, 17, 25, 0.98), rgba(18, 75, 95, 0.9)),
    #111318;
}

.visual-solution .solution-detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 28px;
  align-items: end;
  margin-top: 22px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.visual-solution .solution-detail-panel::after {
  content: "";
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 8px;
  padding: 24px;
  background:
    radial-gradient(circle at 22% 34%, rgba(18, 75, 95, 0.28) 0 6px, transparent 7px),
    radial-gradient(circle at 58% 62%, rgba(18, 75, 95, 0.2) 0 5px, transparent 6px),
    radial-gradient(circle at 82% 28%, rgba(18, 75, 95, 0.26) 0 6px, transparent 7px),
    linear-gradient(115deg, transparent 0 26%, rgba(18, 75, 95, 0.16) 27% 28%, transparent 29% 54%, rgba(18, 75, 95, 0.14) 55% 56%, transparent 57%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(227, 238, 240, 0.86)),
    #ffffff;
}

.visual-solution .solution-detail-grid {
  gap: 0;
  border-top: 1px solid rgba(17, 19, 24, 0.1);
  border-left: 1px solid rgba(17, 19, 24, 0.1);
}

.visual-solution .solution-detail-grid article {
  min-height: 340px;
  border: 0;
  border-right: 1px solid rgba(17, 19, 24, 0.1);
  border-bottom: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.visual-solution .solution-detail-grid article:nth-child(2),
.visual-solution .solution-detail-grid article:nth-child(4) {
  background: rgba(255, 255, 255, 0.92);
}

.visual-solution .solution-detail-grid article::before,
.visual-solution .solution-flow-grid article::before {
  width: 100%;
  left: 0;
  background: linear-gradient(90deg, var(--teal), transparent);
}

.visual-solution .solution-detail-grid h3,
.visual-solution .solution-flow-grid h3 {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.06;
}

.visual-solution .solution-detail-grid li {
  padding-left: 0;
  color: #4b5563;
  font-size: 15px;
}

.visual-solution .solution-detail-grid li::before {
  display: none;
}

.visual-solution .solution-detail-grid li:nth-child(n + 4) {
  display: none;
}

.visual-solution .solution-flow {
  margin-top: clamp(44px, 6vw, 78px);
  padding: clamp(34px, 5vw, 60px);
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #0f171f, #17252f);
  background-size: 64px 64px, 64px 64px, auto;
}

.visual-solution .solution-flow .section-label,
.visual-solution .solution-flow h2 {
  color: #ffffff;
}

.visual-solution .solution-flow-grid article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.visual-solution .solution-flow-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.visual-solution .solution-flow-grid span {
  background: #ffffff;
  color: #111318;
}

.visual-solution .solution-cta {
  border: 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(18, 75, 95, 0.98), rgba(17, 19, 24, 0.96)),
    #111318;
  box-shadow: 0 30px 90px rgba(7, 15, 24, 0.22);
}

.visual-solution .solution-cta .section-label,
.visual-solution .solution-cta h2 {
  color: #ffffff;
}

.visual-solution .solution-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.visual-solution .solution-cta a {
  background: #ffffff;
  color: #111318;
}

@media (max-width: 900px) {
  .visual-solution .solution-hero {
    min-height: 86svh;
    padding: 108px 20px 54px;
  }

  .visual-solution .solution-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 12, 18, 0.58) 0%, rgba(7, 12, 18, 0.9) 72%),
      linear-gradient(90deg, rgba(7, 12, 18, 0.88), rgba(7, 12, 18, 0.2));
  }

  .visual-solution .solution-hero h1 {
    font-size: clamp(40px, 11vw, 58px);
    line-height: 1;
  }

  .visual-solution .solution-content-grid {
    margin-top: -34px;
  }

  .visual-solution .solution-content-grid article,
  .visual-solution .solution-detail-grid article {
    min-height: auto;
  }

  .visual-solution .solution-detail-panel {
    grid-template-columns: 1fr;
  }

  .visual-solution .solution-detail-panel::after {
    min-height: 96px;
  }
}

/* Future homepage pass: cinematic free-trade field and high-intent routing. */
.future-home {
  background: #f3f6f6;
}

.future-home .site-header {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(8, 13, 18, 0.54);
  box-shadow: none;
  color: #ffffff;
}

.future-home .brand,
.future-home nav {
  color: rgba(255, 255, 255, 0.86);
}

.future-home .brand span {
  color: #ffffff;
}

.future-home .nav-inquiry {
  color: #071018;
  background: #ffffff;
}

.future-home .lang-switcher {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.future-home .lang-switcher button {
  color: rgba(255, 255, 255, 0.7);
}

.future-home .lang-switcher button.active {
  color: #071018;
  background: #ffffff;
}

.future-home .hero {
  isolation: isolate;
  min-height: 100svh;
  grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.56fr);
  align-items: end;
  padding-top: clamp(120px, 13vw, 176px);
  padding-bottom: clamp(54px, 7vw, 92px);
  background: #071018;
}

.future-home .hero-image {
  z-index: -2;
  transform: scale(1.035);
  filter: saturate(1.16) contrast(1.08) brightness(0.94);
}

.future-home .hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 9, 14, 0.97) 0%, rgba(5, 9, 14, 0.88) 38%, rgba(5, 9, 14, 0.48) 68%, rgba(5, 9, 14, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 9, 14, 0.12) 0%, rgba(5, 9, 14, 0.88) 100%);
}

.future-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.field-line,
.field-horizon {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(133, 242, 226, 0.74), rgba(255, 255, 255, 0.5), transparent);
  opacity: 0.68;
  transform-origin: left center;
}

.field-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  background: #8ff7e8;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.line-one {
  left: 8vw;
  top: 26%;
  width: 58vw;
  transform: rotate(-7deg);
}

.line-two {
  left: 21vw;
  top: 45%;
  width: 56vw;
  transform: rotate(11deg);
}

.line-three {
  left: 4vw;
  top: 66%;
  width: 68vw;
  transform: rotate(-15deg);
}

.line-four {
  left: 49vw;
  top: 21%;
  width: 32vw;
  transform: rotate(31deg);
  opacity: 0.44;
}

.field-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(133, 242, 226, 0.86);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  box-shadow: 0 0 26px rgba(133, 242, 226, 0.62);
}

.node-a { left: 20%; top: 31%; }
.node-b { right: 27%; top: 48%; }
.node-c { left: 42%; bottom: 21%; }
.node-d { right: 15%; top: 24%; }

.field-horizon {
  left: -4vw;
  right: -4vw;
  bottom: 16%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), rgba(133, 242, 226, 0.74), transparent);
  opacity: 0.62;
}

.future-home .hero-content,
.future-home .hero-command {
  z-index: 1;
}

.future-home .hero-content {
  max-width: 930px;
  color: #ffffff;
}

.future-home .eyebrow {
  color: #8ff7e8;
}

.future-home .hero h1 {
  max-width: 940px;
  color: #ffffff;
  font-size: clamp(58px, 7vw, 110px);
  line-height: 0.92;
  text-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
}

html[lang="zh-CN"] .future-home .hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: 0.98;
}

.future-home .hero-copy {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 2vw, 24px);
}

.future-home .primary-button {
  color: #071018;
  background: #ffffff;
}

.future-home .secondary-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.future-home .hero-signals span {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.09);
}

.future-home .hero-command {
  width: min(520px, 100%);
  align-self: center;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(6, 13, 20, 0.88), rgba(9, 18, 27, 0.68)),
    linear-gradient(135deg, rgba(133, 242, 226, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.34);
  color: #ffffff;
}

.future-home .command-topline {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.future-home .command-topline span,
.future-home .command-metrics span {
  color: rgba(255, 255, 255, 0.58);
}

.future-home .command-topline strong {
  color: #8ff7e8;
}

.future-home .command-map {
  min-height: 318px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  background-size: 44px 44px, 44px 44px, auto;
}

.future-home .command-map::before {
  border-color: rgba(255, 255, 255, 0.13);
}

.future-home .route-line {
  background: linear-gradient(90deg, transparent, rgba(143, 247, 232, 0.96), transparent);
}

.future-home .map-point {
  border-radius: 6px;
  border-color: rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
}

.future-home .point-hainan {
  color: #071018;
  background: #ffffff;
}

.future-home .command-metrics {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.future-home .command-metrics strong {
  color: #ffffff;
}

.future-home .solution-suite {
  position: relative;
  overflow: hidden;
  padding-top: clamp(82px, 10vw, 130px);
  padding-bottom: clamp(84px, 10vw, 136px);
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #061018 0%, #0b1820 48%, #102922 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.future-home .solution-suite::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 22%, rgba(143, 247, 232, 0.13) 22% 22.35%, transparent 22.7% 52%, rgba(255, 255, 255, 0.11) 52% 52.25%, transparent 52.6%),
    linear-gradient(18deg, transparent 0 38%, rgba(135, 185, 79, 0.16) 38% 38.3%, transparent 38.6%);
  pointer-events: none;
}

.future-home .solution-suite > * {
  position: relative;
  z-index: 1;
}

.future-home .solution-suite .section-label,
.future-home .solution-suite > h2 {
  color: #ffffff;
}

.future-home .solution-suite > h2 {
  max-width: 980px;
  font-size: clamp(46px, 6.5vw, 96px);
}

.future-home .selector-intro {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.68);
}

.future-home .solution-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.28);
}

.future-home .solution-links a,
.future-home .solution-links a.priority {
  --route-image: url("assets/port-logistics-opt.jpg");
  position: relative;
  display: flex;
  min-height: clamp(210px, 23vw, 310px);
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: clamp(24px, 3.2vw, 40px);
  color: #ffffff;
  background: #0b151d;
}

.future-home .solution-links a:nth-child(1) { --route-image: url("assets/detail-market-entry-hainan.jpg"); }
.future-home .solution-links a:nth-child(2) { --route-image: url("assets/detail-sourcing-inspection.jpg"); }
.future-home .solution-links a:nth-child(3) { --route-image: url("assets/detail-commodity-trade.jpg"); }
.future-home .solution-links a:nth-child(4) { --route-image: url("assets/business-mission-visual.jpg"); }
.future-home .solution-links a:nth-child(5) { --route-image: url("assets/detail-outbound-expansion.jpg"); }
.future-home .solution-links a:nth-child(6) { --route-image: url("assets/processing-policy-visual.jpg"); }

.future-home .solution-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 9, 14, 0.16), rgba(5, 9, 14, 0.82)),
    var(--route-image) center / cover no-repeat;
  opacity: 0.88;
  transform: scale(1.02);
  transition: transform 360ms ease, opacity 360ms ease;
}

.future-home .solution-links a::after {
  content: ">";
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.future-home .solution-links a:hover::before {
  opacity: 1;
  transform: scale(1.08);
}

.future-home .solution-links a:hover::after {
  color: #071018;
  background: #ffffff;
  transform: translateX(3px);
}

.future-home .solution-links span,
.future-home .solution-links strong {
  position: relative;
  z-index: 1;
}

.future-home .solution-links span {
  color: #8ff7e8;
  font-size: 13px;
}

.future-home .solution-links strong {
  max-width: 340px;
  color: #ffffff;
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.future-home .intro {
  display: grid;
  padding-top: clamp(72px, 9vw, 112px);
  padding-bottom: clamp(72px, 9vw, 112px);
  border-top: 0;
  background: #f3f6f6;
}

.future-home .intro h2 {
  max-width: 760px;
  font-size: clamp(36px, 4.7vw, 72px);
}

.future-home .intro p {
  color: #24313d;
}

.future-home .world-stage {
  display: grid;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #ffffff 0%, #f2f6f4 50%, #e8f3ef 100%);
  color: #071018;
}

.future-home .world-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(11, 168, 154, 0.14) 34% 34.25%, transparent 34.6%),
    linear-gradient(rgba(7, 16, 24, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 24, 0.04) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  pointer-events: none;
}

.future-home .world-stage > * {
  position: relative;
  z-index: 1;
}

.future-home .world-stage .section-label {
  color: #0b756c;
}

.future-home .stage-copy p:not(.section-label) {
  color: #586473;
}

.future-home .stage-gallery {
  min-height: 640px;
}

.future-home .stage-gallery figure {
  border-radius: 0;
  box-shadow: 0 30px 90px rgba(7, 16, 24, 0.16);
}

.future-home .stage-gallery figcaption {
  color: #ffffff;
}

.future-home .contact {
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #071018, #10231f);
  background-size: 72px 72px, 72px 72px, auto;
}

.future-home .contact h2,
.future-home .contact .section-label {
  color: #ffffff;
}

.future-home .contact p {
  color: rgba(255, 255, 255, 0.72);
}

.future-home .contact-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.future-home footer {
  color: rgba(255, 255, 255, 0.7);
  background: #071018;
}

@media (prefers-reduced-motion: no-preference) {
  .future-home .field-line,
  .future-home .field-horizon {
    animation: future-field-drift 9s ease-in-out infinite alternate;
  }

  .future-home .line-two,
  .future-home .line-four {
    animation-duration: 11s;
  }
}

@keyframes future-field-drift {
  from { margin-left: -10px; opacity: 0.48; }
  to { margin-left: 14px; opacity: 0.82; }
}

@media (max-width: 1100px) {
  .future-home .hero {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .future-home .hero-command {
    justify-self: start;
    width: min(620px, 100%);
  }

  .future-home .solution-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .future-home .world-stage {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .future-home .site-header {
    color: #111318;
    background: rgba(247, 248, 249, 0.86);
  }

  .future-home .brand,
  .future-home .brand span,
  .future-home nav {
    color: #111318;
  }

  .future-home .nav-inquiry {
    color: #ffffff;
    background: #111318;
  }

  .future-home .lang-switcher {
    border-color: rgba(17, 19, 24, 0.1);
    background: rgba(255, 255, 255, 0.72);
  }

  .future-home .lang-switcher button {
    color: #5e6673;
  }

  .future-home .lang-switcher button.active {
    color: #ffffff;
    background: #111318;
  }

  .future-home .hero {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 34px;
  }

  .future-home .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 9, 14, 0.34) 0%, rgba(5, 9, 14, 0.9) 55%, rgba(5, 9, 14, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 9, 14, 0.8), rgba(5, 9, 14, 0.26));
  }

  .future-home .hero h1,
  html[lang="zh-CN"] .future-home .hero h1 {
    font-size: clamp(46px, 13vw, 66px);
    line-height: 0.96;
  }

  .future-home .hero-copy {
    font-size: 18px;
  }

  .future-home .hero-command {
    margin-top: 18px;
  }

  .future-home .command-map {
    min-height: 220px;
  }

  .future-home .command-metrics div {
    grid-template-columns: 82px 1fr;
  }

  .future-home .solution-links {
    grid-template-columns: 1fr;
  }

  .future-home .solution-links a,
  .future-home .solution-links a.priority {
    min-height: 160px;
  }

  .future-home .solution-links strong {
    font-size: clamp(30px, 9vw, 44px);
  }

  .future-home .stage-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .future-home .stage-main {
    grid-row: auto;
  }

  .future-home .stage-gallery figure {
    min-height: 240px;
  }
}

/* Premium conversion pass: consulting-grade structure, trust, and mobile behavior. */
.future-home {
  color: #f7fbfc;
  background: #071018;
  overflow-x: hidden;
}

.future-home .site-header {
  position: fixed;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(14px, 2vw, 28px);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(5, 10, 16, 0.72);
  backdrop-filter: blur(24px);
}

.future-home .site-header nav {
  display: flex;
  justify-self: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: clamp(14px, 1.7vw, 24px);
  white-space: nowrap;
}

.future-home .site-header nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease;
}

.future-home .site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: #8ff7e8;
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.future-home .site-header nav a:hover {
  color: #ffffff;
}

.future-home .site-header nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.future-home .hero {
  min-height: 100svh;
  padding-top: clamp(118px, 12vw, 168px);
  padding-bottom: clamp(64px, 8vw, 108px);
}

.future-home .hero h1 {
  max-width: 1040px;
  font-size: clamp(48px, 6.8vw, 104px);
  line-height: 0.94;
  letter-spacing: 0;
}

html[lang="zh-CN"] .future-home .hero h1 {
  max-width: 980px;
  font-size: clamp(44px, 6vw, 88px);
}

.future-home .hero-copy {
  max-width: 850px;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.58;
}

.future-home .hero-actions {
  gap: 12px;
}

.future-home .primary-button,
.future-home .secondary-button {
  min-height: 48px;
  border-radius: 6px;
  padding: 0 22px;
  font-weight: 760;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.future-home .primary-button {
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(255, 255, 255, 0.12), 0 22px 60px rgba(0, 0, 0, 0.24);
}

.future-home .primary-button:hover,
.future-home .secondary-button:hover {
  transform: translateY(-2px);
}

.future-home .primary-button:hover {
  box-shadow: 0 22px 70px rgba(143, 247, 232, 0.16), 0 26px 70px rgba(0, 0, 0, 0.28);
}

.future-home .secondary-button:hover {
  border-color: rgba(143, 247, 232, 0.56);
  background: rgba(255, 255, 255, 0.16);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(16px, 5vw, 72px);
  background: #071018;
}

.trust-strip div {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px clamp(14px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.035);
}

.trust-strip span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(143, 247, 232, 0.48);
  border-radius: 999px;
  color: #8ff7e8;
}

.trust-strip strong {
  font-size: 14px;
  line-height: 1.35;
}

.future-home .solution-suite {
  padding-top: clamp(76px, 9vw, 118px);
  padding-bottom: clamp(78px, 10vw, 132px);
}

.future-home .solution-suite > h2 {
  max-width: 980px;
  font-size: clamp(36px, 5.2vw, 78px);
  line-height: 0.98;
}

.future-home .selector-intro {
  max-width: 720px;
  font-size: clamp(16px, 1.6vw, 19px);
}

.conversion-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(36px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
}

.service-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    #09131b;
  transition: transform 220ms ease, background 220ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, #8ff7e8, rgba(184, 138, 68, 0.92));
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform 220ms ease;
}

.service-card:hover {
  background:
    linear-gradient(180deg, rgba(143, 247, 232, 0.13), rgba(255, 255, 255, 0.045)),
    #0c1822;
  transform: translateY(-3px);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card span {
  color: #8ff7e8;
  font-size: 13px;
  font-weight: 760;
}

.service-card h3 {
  margin: auto 0 0;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1;
  letter-spacing: 0;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.52;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
}

.service-card li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.38;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 1px;
  background: #8ff7e8;
}

.conversion-process,
.case-studies {
  padding: clamp(74px, 9vw, 122px) clamp(18px, 6vw, 92px);
  color: #ffffff;
  background: #071018;
}

.process-head,
.case-head {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(24px, 5vw, 72px);
  margin: 0 auto clamp(34px, 5vw, 58px);
}

.conversion-process .section-label,
.case-studies .section-label {
  color: #8ff7e8;
}

.process-head h2,
.case-head h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 1;
  letter-spacing: 0;
}

.case-head p {
  grid-column: 2;
  margin: -36px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.58;
}

.process-steps {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.process-steps article {
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.045);
}

.process-steps b {
  color: #8ff7e8;
  font-size: 13px;
}

.process-steps h3 {
  margin: 58px 0 14px;
  color: #ffffff;
  font-size: clamp(21px, 2vw, 28px);
}

.process-steps p,
.case-grid dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.56;
}

.case-studies {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    #0a141c;
  background-size: 80px 80px, 80px 80px, auto;
}

.case-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.case-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.055);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.case-grid article:hover {
  border-color: rgba(143, 247, 232, 0.38);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-3px);
}

.case-grid span,
.case-grid dt {
  color: #8ff7e8;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.case-grid h3 {
  margin: 18px 0 28px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.case-grid dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.case-grid dd + dt {
  margin-top: 12px;
}

.future-home .policy-insight {
  scroll-margin-top: 82px;
}

.future-home .intro,
.future-home .world-stage {
  background: #f3f6f6;
}

.contact-widget {
  position: fixed;
  right: clamp(14px, 2vw, 26px);
  bottom: clamp(14px, 2vw, 26px);
  z-index: 60;
  display: grid;
  gap: 10px;
  width: min(360px, calc(100vw - 36px));
  color: #ffffff;
}

.contact-widget-panel {
  display: grid;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(6, 13, 20, 0.92);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
}

.contact-widget-panel[hidden] {
  display: none;
}

.contact-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.contact-widget-head strong {
  font-size: 15px;
}

.contact-widget-head span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.contact-widget-toggle,
.contact-widget-close {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.contact-widget-toggle {
  justify-self: end;
  min-height: 46px;
  padding: 0 16px;
  color: #071018;
  background: #ffffff;
  font: inherit;
  font-weight: 760;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-widget-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.contact-widget-close {
  width: 34px;
  height: 34px;
  font-size: 18px;
}

.contact-widget-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.contact-widget-links a {
  display: grid;
  min-height: 78px;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.055);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-widget-links a:hover {
  border-color: rgba(143, 247, 232, 0.42);
  background: rgba(143, 247, 232, 0.1);
  transform: translateY(-2px);
}

.contact-widget-links strong {
  font-size: 14px;
}

.contact-widget-links span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

@media (max-width: 1180px) {
  .conversion-services,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .future-home .site-header {
    grid-template-columns: 1fr auto;
    padding: 12px 14px;
  }

  .future-home .site-header nav {
    display: flex;
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: hidden;
    padding-bottom: 2px;
    white-space: normal;
    row-gap: 8px;
    scrollbar-width: none;
  }

  .future-home .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .future-home .hero {
    padding-top: 164px;
    overflow: hidden;
  }

  .future-home .hero-image {
    transform: none;
  }

  .future-home .field-horizon {
    left: 0;
    right: 0;
  }

  .future-home .hero h1,
  html[lang="zh-CN"] .future-home .hero h1 {
    font-size: clamp(42px, 12vw, 62px);
    line-height: 0.98;
  }

  .future-home .hero-actions {
    display: grid;
  }

  .future-home .primary-button,
  .future-home .secondary-button {
    justify-content: center;
    width: 100%;
  }

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

  .trust-strip div {
    min-height: 64px;
    border-bottom: 0;
  }

  .process-head,
  .case-head {
    grid-template-columns: 1fr;
  }

  .case-head p {
    grid-column: auto;
    margin: 0;
  }
}

@media (max-width: 620px) {
  .conversion-services,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .future-home .intro {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .future-home .intro p {
    max-width: 100%;
  }

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

  .contact-widget {
    right: 16px;
    bottom: 12px;
    width: calc(100vw - 36px);
  }

  .contact-widget-panel {
    max-height: min(74vh, 560px);
    overflow-y: auto;
  }

  .contact-widget-links {
    grid-template-columns: 1fr;
  }
}
