:root {
  --navy: #071d3b;
  --ink: #111c2d;
  --blue: #2879ee;
  --cyan: #57c7f2;
  --pink: #ed008d;
  --orange: #ff6e36;
  --cream: #f5f1ea;
  --mist: #eef4fb;
  --line: #d7e0eb;
  --muted: #65748a;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 72px));
  --shadow: 0 26px 70px rgba(8, 29, 59, .12);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-synthesis: none;
}


/* GlobePilot long-title guard: keep the two requested headings readable as phrases. */
#gp-team .gp-section-intro h2,
#gp-fit .gp-section-intro h2 { max-width: 760px; font-size: clamp(34px, 3.4vw, 52px); line-height: 1.18; }
@media (max-width: 720px) {
  #gp-team .gp-section-intro h2,
  #gp-fit .gp-section-intro h2 { max-width: 100%; font-size: clamp(29px, 8vw, 40px); line-height: 1.24; }
}

/* Professional status system for the sourcing comparison cards. */
.global-status { gap: 6px; }
.global-status::before { content: ''; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 2px rgba(255,255,255,.55); }
.global-status.status-red { border-color: #d99a84; background: #fff3ef; color: #a34e35; }
.global-status.status-yellow { border-color: #d7bd83; background: #fff9eb; color: #85681e; }
.global-status.status-green { border-color: #8bc9be; background: #e9f8f4; color: #11786f; }

/* Revised sourcing timeline and operating-model comparison. */
.global-speed-grid-revised article { display: flex; min-height: 300px; flex-direction: column; }
.global-speed-grid-revised article p { margin-top: auto; }
.global-operating-model-section { background: #f5f1ea; }
.global-operating-model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.global-model-card { padding: 27px; border: 1px solid #d9e1e6; background: #fff; }
.global-model-card-mro { border-top: 4px solid #4277a8; }
.global-model-card-cbic { border-top: 4px solid #159786; }
.global-model-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.global-model-card-head span, .global-model-flow > span, .global-model-facts span, .global-operating-compare-head > span, .global-operating-compare > article > span { color: #688398; font-size: 9px; letter-spacing: .14em; font-weight: 800; }
.global-model-card-head b { color: #9aaab6; font-size: 14px; letter-spacing: .08em; }
.global-model-card-cbic .global-model-card-head span, .global-model-card-cbic .global-model-card-head b { color: #148276; }
.global-model-card h3 { min-height: 54px; margin: 37px 0 14px; color: var(--global-navy); font-size: 25px; line-height: 1.2; letter-spacing: -.04em; font-weight: 600; }
.global-model-card > p { min-height: 78px; margin: 0; color: #667c8d; font-size: 12px; line-height: 1.8; }
.global-model-flow { margin-top: 25px; padding: 16px; background: #f1f5f8; }
.global-model-card-cbic .global-model-flow { background: #e7f5f1; }
.global-model-flow > span { display: block; }
.global-model-flow strong { display: block; margin-top: 10px; color: var(--global-navy); font-size: 12px; line-height: 1.8; }
.global-model-flow i { color: var(--global-blue); font-style: normal; padding: 0 2px; }
.global-model-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 10px; }
.global-model-facts > div { padding: 15px; background: #f8fafb; }
.global-model-card-cbic .global-model-facts > div { background: #f5fbf9; }
.global-model-facts p { min-height: 54px; margin: 8px 0 0; color: #647b8c; font-size: 11px; line-height: 1.65; }
.global-model-card details { margin-top: 12px; border-top: 1px solid #e0e7eb; }
.global-model-card summary { padding: 14px 0 4px; color: var(--global-navy); cursor: pointer; font-size: 11px; font-weight: 700; list-style: none; }
.global-model-card summary::after { float: right; content: '+'; color: var(--global-blue); font-size: 16px; line-height: 1; }
.global-model-card details[open] summary::after { content: '−'; }
.global-model-card details p { margin: 9px 0 0; color: #6a7f8f; font-size: 11px; line-height: 1.7; }
.global-team-callout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: center; margin-top: 16px; padding: 24px 27px; background: var(--global-navy); color: #fff; }
.global-team-callout strong { color: #fff; font-size: 20px; line-height: 1.25; letter-spacing: -.03em; }
.global-team-callout p { margin: 0; color: #b6cbe0; font-size: 12px; line-height: 1.75; }
.global-operating-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 16px; background: #d4dfe4; }
.global-operating-compare-head { grid-column: 1 / -1; padding: 25px 27px 20px; background: #edf4f7; }
.global-operating-compare-head h3 { margin: 12px 0 0; color: var(--global-navy); font-size: 23px; line-height: 1.2; letter-spacing: -.04em; font-weight: 600; }
.global-operating-compare-head p { margin: 9px 0 0; color: #6d8493; font-size: 12px; line-height: 1.65; }
.global-operating-compare > article { min-height: 180px; padding: 23px 27px; background: #fff; }
.global-operating-compare > article > strong { display: block; margin-top: 15px; color: var(--global-navy); font-size: 16px; }
.global-operating-compare > article > p { margin: 12px 0 0; color: #63798a; font-size: 12px; line-height: 1.8; }
.global-operating-compare-featured { background: #e8f7f3 !important; }
.global-operating-compare-featured > span { color: #148276; }
.global-compare-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.global-compare-tags i { padding: 6px 8px; border: 1px solid #a8d9d0; color: #14786f; font-size: 10px; font-style: normal; }
.global-operating-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 16px; padding: 22px 27px; background: #d7eee9; }
.global-operating-summary strong { color: #0a5e59; font-size: 16px; line-height: 1.35; }
.global-operating-summary span { max-width: 410px; color: #4c7472; font-size: 11px; line-height: 1.65; }
@media (max-width: 980px) {
  .global-operating-model-grid { grid-template-columns: 1fr; }
  .global-model-card h3 { min-height: 0; }
  .global-model-card > p { min-height: 0; }
  .global-team-callout { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 720px) {
  .global-speed-grid-revised article { min-height: 0; }
  .global-model-card { padding: 21px 18px; }
  .global-model-card h3 { margin-top: 28px; font-size: 22px; }
  .global-model-facts { grid-template-columns: 1fr; }
  .global-model-facts p { min-height: 0; }
  .global-model-flow strong { font-size: 11px; }
  .global-team-callout { padding: 20px 18px; }
  .global-team-callout strong { font-size: 17px; }
  .global-operating-compare { grid-template-columns: 1fr; }
  .global-operating-compare-head { padding: 20px 18px 16px; }
  .global-operating-compare-head h3 { font-size: 20px; }
  .global-operating-compare > article { min-height: 0; padding: 20px 18px; }
  .global-operating-summary { align-items: flex-start; flex-direction: column; gap: 9px; padding: 20px 18px; }
}

@media (max-width: 720px) {
  .global-problem-grid { grid-template-columns: 1fr; gap: 12px; }
  .global-problem-grid article { min-height: 0; }
  .global-problem-grid h3, .global-problem-grid p, .global-problem-grid small { min-height: 0; }
}

/* Premium sourcing-method comparison: the desktop grid becomes a stable, selectable mobile reading flow. */
.global-methods-section { background: #eef4f8; }
.global-methods-section .global-section-heading { margin-bottom: 28px; }
.global-methods-intro { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 0 0 22px; padding: 18px 21px; border-left: 3px solid #169b8a; background: #e2f2ee; }
.global-methods-intro strong { color: #07384a; font-size: 14px; font-weight: 700; }
.global-methods-intro span { max-width: 560px; color: #5d7480; font-size: 12px; line-height: 1.65; }
.global-method-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.global-method-selector button { position: relative; display: grid; grid-template-columns: 35px 1fr; grid-template-rows: auto auto; gap: 4px 12px; min-height: 83px; padding: 16px 18px; border: 1px solid #d4dfe7; border-top: 4px solid #db8a4b; background: #fff; color: #153149; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.global-method-selector button:nth-child(2) { border-top-color: #4277a8; }
.global-method-selector button:nth-child(3) { border-top-color: #159786; }
.global-method-selector button:hover, .global-method-selector button:focus-visible { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(13,48,78,.1); outline: none; }
.global-method-selector button.is-active { border-color: #153149; background: #153149; color: #fff; box-shadow: 0 10px 22px rgba(13,48,78,.14); }
.global-method-selector button.is-active:nth-child(1) { background: #7c4a2c; }
.global-method-selector button.is-active:nth-child(2) { background: #24527e; }
.global-method-selector button.is-active:nth-child(3) { background: #126f68; }
.global-method-number { grid-row: 1 / 3; color: #b86e38; font-size: 11px; letter-spacing: .1em; font-weight: 800; }
.global-method-selector button:nth-child(2) .global-method-number { color: #4277a8; }
.global-method-selector button:nth-child(3) .global-method-number { color: #159786; }
.global-method-selector button.is-active .global-method-number { color: rgba(255,255,255,.72); }
.global-method-selector strong { font-size: 14px; font-weight: 700; }
.global-method-selector small { color: #7890a0; font-size: 10px; line-height: 1.4; }
.global-method-selector button.is-active small { color: rgba(255,255,255,.7); }
.global-methods-board { overflow: hidden; border: 1px solid #d3dfe7; background: #d3dfe7; box-shadow: 0 18px 35px rgba(22,49,73,.08); }
.global-methods-header-row, .global-method-row { display: grid; grid-template-columns: minmax(190px, .8fr) repeat(3, minmax(0, 1fr)); gap: 1px; background: #d3dfe7; }
.global-methods-header-row { align-items: stretch; }
.global-criteria-intro { display: flex; flex-direction: column; justify-content: center; min-height: 112px; padding: 17px 18px; background: #f6f9fb; }
.global-criteria-intro span, .global-method-column-head span, .global-criterion-label > span { color: #7490a3; font-size: 9px; letter-spacing: .14em; font-weight: 800; }
.global-criteria-intro strong { margin-top: 8px; color: #17374e; font-size: 13px; line-height: 1.35; }
.global-criteria-intro small { margin-top: 8px; color: #8093a2; font-size: 10px; line-height: 1.5; }
.global-method-column-head { display: flex; min-height: 112px; flex-direction: column; justify-content: center; padding: 17px 18px; color: #fff; }
.global-method-column-head strong { margin-top: 8px; font-size: 17px; line-height: 1.15; letter-spacing: -.03em; }
.global-method-column-head small { margin-top: 8px; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.4; }
.global-methods-header-row > .global-method-column-head:nth-child(2) { background: #9a6039; }
.global-methods-header-row > .global-method-column-head:nth-child(3) { background: #2e6292; }
.global-methods-header-row > .global-method-column-head:nth-child(4) { background: #147f76; }
.global-method-self .global-method-column-head { background: #9a6039; }
.global-method-mro .global-method-column-head { background: #2e6292; }
.global-method-cbic .global-method-column-head { background: #147f76; }
.global-methods-rows { display: grid; gap: 1px; background: #d3dfe7; }
.global-criterion-label { display: flex; min-height: 246px; flex-direction: column; justify-content: center; padding: 20px 18px; background: #f7fafc; }
.global-criterion-label strong { margin-top: 8px; color: #153149; font-size: 14px; line-height: 1.25; }
.global-criterion-label small { margin-top: 9px; color: #7b8f9f; font-size: 10px; line-height: 1.55; }
.global-criterion-label.global-criterion-highlight { border-left: 4px solid #147f76; background: #e2f2ee; }
.global-criterion-label.global-criterion-highlight > span { color: #147f76; }
.global-method-cell { display: flex; min-height: 246px; flex-direction: column; padding: 20px 18px; background: #fff; }
.global-method-cell.global-cell-highlight { background: #fbfffe; box-shadow: inset 0 3px 0 #159786, inset 0 -3px 0 #159786; }
.global-status { display: inline-flex; align-self: flex-start; align-items: center; min-height: 25px; padding: 5px 8px; border: 1px solid; border-radius: 4px; font-size: 10px; line-height: 1.25; font-weight: 800; letter-spacing: .01em; }
.status-effort { border-color: #e2b386; background: #fff6ed; color: #955222; }
.status-easy { border-color: #a9c4da; background: #eef5fb; color: #245a86; }
.status-uncertain { border-color: #c5b8a3; background: #fbf7ef; color: #7d684b; }
.status-handled { border-color: #8acdc2; background: #e8f8f4; color: #0c7168; }
.status-mixed { border-color: #b4c5d2; background: #f2f6f8; color: #536c7c; }
.global-method-cell > p { min-height: 48px; margin: 14px 0 16px; color: #5e7384; font-size: 11px; line-height: 1.7; }
.global-cell-result, .global-cell-risk { margin-top: auto; padding: 11px 12px; border-left: 2px solid; }
.global-cell-result { border-color: #96aaba; background: #f3f7f9; }
.global-cell-risk { margin-top: 8px; }
.global-cell-risk small, .global-cell-result small { display: block; margin-bottom: 5px; color: #8295a3; font-size: 8px; letter-spacing: .13em; font-weight: 800; }
.global-cell-result strong, .global-cell-risk strong { display: block; color: #294658; font-size: 10px; line-height: 1.55; font-weight: 600; }
.risk-danger { border-color: #d28b72; background: #fff3ee; }
.risk-danger small { color: #ae5e42; }
.risk-danger strong { color: #7b4434; }
.risk-uncertain { border-color: #ccb993; background: #fbf7ef; }
.risk-uncertain small { color: #91764d; }
.risk-uncertain strong { color: #6f5c3e; }
.risk-peace { border-color: #73c5b8; background: #e9f8f4; }
.risk-peace small { color: #23877d; }
.risk-peace strong { color: #1a645f; }
.global-methods-callout { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 16px; padding: 21px 23px; background: #153149; color: #fff; }
.global-methods-callout strong { font-size: 17px; letter-spacing: -.02em; }
.global-methods-callout span { max-width: 490px; color: #b6d0df; font-size: 11px; line-height: 1.6; }
@media (max-width: 980px) {
  .global-methods-header-row, .global-method-row { grid-template-columns: minmax(155px, .75fr) repeat(3, minmax(0, 1fr)); }
  .global-criterion-label, .global-method-cell { padding-right: 13px; padding-left: 13px; }
  .global-method-column-head strong { font-size: 14px; }
  .global-method-cell > p { font-size: 10px; }
}
@media (max-width: 720px) {
  .global-methods-intro { align-items: flex-start; flex-direction: column; gap: 7px; padding: 16px; }
  .global-method-selector { position: sticky; z-index: 30; top: 65px; display: flex; gap: 6px; margin-right: -1px; margin-left: -1px; padding: 7px 1px; overflow-x: auto; overscroll-behavior-inline: contain; background: rgba(238,244,248,.96); scrollbar-width: none; }
  .global-method-selector::-webkit-scrollbar { display: none; }
  .global-method-selector button { flex: 0 0 145px; min-height: 66px; grid-template-columns: 28px 1fr; padding: 11px 12px; }
  .global-method-selector button strong { font-size: 11px; }
  .global-method-selector button small { font-size: 9px; }
  .global-methods-board { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .global-methods-header-row { display: none; }
  .global-methods-rows { gap: 13px; background: transparent; }
  .global-method-row { display: block; background: transparent; }
  .global-criterion-label { min-height: 0; padding: 15px 16px 13px; border: 1px solid #d4dfe7; border-bottom: 0; }
  .global-criterion-label strong { font-size: 15px; }
  .global-criterion-label small { max-width: 330px; }
  .global-method-cell { min-height: 0; padding: 17px 16px; border: 1px solid #d4dfe7; }
  .global-method-cell > p { min-height: 0; margin: 12px 0 16px; font-size: 12px; }
  .global-cell-result strong, .global-cell-risk strong { font-size: 11px; }
  .global-methods-board[data-active-method="self"] .global-method-cell:not([data-method-cell="self"]), .global-methods-board[data-active-method="mro"] .global-method-cell:not([data-method-cell="mro"]), .global-methods-board[data-active-method="cbic"] .global-method-cell:not([data-method-cell="cbic"]) { display: none; }
  .global-methods-callout { align-items: flex-start; flex-direction: column; gap: 9px; padding: 19px 17px; }
  .global-methods-callout strong { font-size: 15px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell { width: var(--shell); margin: 0 auto; }
.site-shell { overflow: hidden; }
.section-pad { padding: 132px 0; }
.section-dark { background: var(--navy); color: var(--white); }
.section-light { background: var(--white); }
.section-cream { background: var(--cream); }
.section-blue { background: #0e376b; color: var(--white); }

/* Entry gateway: lets visitors choose the CBIC path before entering the main Chinese site. */
.audience-gateway { position: relative; z-index: 3; padding-top: 78px; background: #f5f1ea; border-bottom: 1px solid #dfe5eb; }
.gateway-inner { display: grid; grid-template-columns: 220px 1fr; align-items: stretch; min-height: 116px; }
.gateway-heading { display: flex; flex-direction: column; justify-content: center; padding: 20px 24px 20px 0; }
.gateway-heading span { color: var(--blue); font-size: 9px; letter-spacing: .16em; font-weight: 700; }
.gateway-heading strong { margin-top: 11px; color: var(--navy); font-size: 16px; font-weight: 500; }
.gateway-options { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid #dfe5eb; }
.gateway-option { display: grid; grid-template-columns: 27px 1fr 16px; gap: 11px; align-items: center; padding: 18px 22px; border-right: 1px solid #dfe5eb; color: var(--navy); transition: background .2s ease, color .2s ease, transform .2s ease; }
.gateway-option:last-child { border-right: 0; }
.gateway-option:hover { background: #fff; transform: translateY(-2px); }
.gateway-option > span { align-self: start; color: var(--blue); font-size: 10px; font-weight: 700; }
.gateway-option strong { display: block; font-size: 19px; font-weight: 600; }
.gateway-option small { display: block; margin-top: 7px; color: #7d8c9f; font-size: 10px; line-height: 1.4; }
.gateway-option b { color: var(--blue); font-size: 18px; font-weight: 400; }
.gateway-option-source { background: #eaf3fc; }.gateway-option-agent { background: #edf5f0; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(36px, calc((100vw - 1280px) / 2)); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(215,224,235,.7); transition: box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 66px; box-shadow: 0 8px 30px rgba(8,29,59,.08); }
.brand { width: 168px; height: 48px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; color: #445166; letter-spacing: .01em; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--blue); }
.main-nav .global-sourcing-nav { position: relative; display: inline-flex; align-items: center; gap: 6px; color: #255b9b; font-weight: 700; }
.main-nav .global-sourcing-nav small { color: var(--blue); font-size: 8px; letter-spacing: .05em; font-weight: 700; }
.nav-cta { color: var(--navy) !important; font-weight: 700; padding: 12px 16px; border: 1px solid var(--navy); }
.nav-cta span, .button span { font-size: 17px; margin-left: 10px; }
.menu-toggle { display: none; background: none; border: 0; padding: 12px 0 12px 12px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 760px; position: relative; padding-top: 78px; }
.hero-grid { min-height: 682px; display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(360px, .83fr); align-items: center; gap: 50px; }
.shell-grid { width: min(1280px, calc(100% - 112px)); margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .18em; font-weight: 700; }
.eyebrow-light { color: #a9b9d0; }
.eyebrow-mark { display: inline-block; width: 25px; height: 3px; background: var(--orange); }
.hero h1 { margin: 34px 0 28px; font-size: clamp(42px, 3.8vw, 60px); line-height: 1.08; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em { color: #72c9f3; font-style: normal; }
.hero-ecosystem { max-width: 610px; margin: -8px 0 10px; color: white; font-size: 17px; line-height: 1.55; font-weight: 600; }
.hero-lead { max-width: 500px; margin: 0; color: #bdcce0; font-size: 13px; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 21px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: #4590f5; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.36); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.hero-note { margin-top: 52px; color: #8093ad; font-size: 12px; }
.hero-note strong { color: #dce8f7; font-weight: 600; }
.hero-visual { position: relative; min-height: 590px; }
.hero-globe-wrap { position: absolute; width: min(590px, 47vw); height: min(590px, 47vw); right: -38px; top: 14px; display: grid; place-items: center; }
.hero-globe { width: 100%; height: 100%; object-fit: contain; opacity: .84; filter: saturate(.92); mix-blend-mode: screen; }
.hero-orbit { position: absolute; border: 1px solid rgba(115,200,243,.25); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 540px; height: 180px; right: -25px; top: 198px; }
.orbit-two { width: 600px; height: 220px; right: -45px; top: 190px; transform: rotate(26deg); border-color: rgba(237,0,141,.24); }
.hero-stamp { position: absolute; z-index: 2; color: #dae8f9; border-top: 1px solid rgba(255,255,255,.35); padding-top: 10px; }
.hero-stamp span { display: block; color: var(--orange); font-size: 11px; letter-spacing: .16em; font-weight: 700; }
.hero-stamp p { margin: 9px 0 0; font-size: 12px; line-height: 1.55; }
.stamp-top { top: 88px; right: 19px; width: 120px; }
.stamp-bottom { bottom: 52px; left: 23px; width: 170px; }
.stamp-bottom span { color: #70c9f3; }
.hero-coordinate { position: absolute; right: 0; bottom: 85px; color: #6683a7; font-size: 11px; line-height: 1.6; letter-spacing: .13em; }
.hero-scroll { position: absolute; right: max(36px, calc((100vw - 1280px) / 2)); bottom: 34px; display: flex; align-items: center; gap: 14px; color: #7187a3; font-size: 10px; letter-spacing: .18em; }
.hero-scroll i { display: block; width: 32px; height: 1px; background: #7187a3; position: relative; }
.hero-scroll i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-right: 1px solid #7187a3; border-bottom: 1px solid #7187a3; transform: rotate(-45deg); }

.section-kicker { display: flex; align-items: center; gap: 13px; color: #7690aa; font-size: 11px; letter-spacing: .16em; font-weight: 700; }
.section-kicker span { color: var(--blue); font-size: 17px; letter-spacing: 0; }
.section-kicker-light { color: #9ab1cf; }
.section-kicker-light span { color: #75c8f0; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin: 42px 0 58px; }
.split-heading h2, .cases-heading h2, .about h2 { margin: 0; font-size: clamp(39px, 4.2vw, 65px); line-height: 1.13; letter-spacing: -.06em; font-weight: 500; }
.split-heading h2 span, .cases-heading h2 span, .about h2 span { color: #6c7d95; }
.split-heading p { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fit-grid-four { grid-template-columns: repeat(4, 1fr); }
.fit-grid-four .fit-card { padding-left: 22px; padding-right: 22px; }
.fit-grid-four .fit-card p { max-width: none; }
.qualification .split-heading h2 { font-size: clamp(40px, 3.8vw, 58px); }
.fit-card { position: relative; min-height: 300px; padding: 30px 28px; background: #f0f4f8; border: 1px solid transparent; transition: transform .25s ease, border-color .25s ease; }
.fit-card:hover { transform: translateY(-5px); border-color: #bad2ed; }
.fit-card-featured { background: var(--mist); }
.fit-number { color: var(--blue); font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.fit-card h3 { margin: 75px 0 17px; font-size: 28px; font-weight: 500; letter-spacing: -.04em; }
.fit-card p { max-width: 250px; color: #738197; font-size: 14px; line-height: 1.8; }
.fit-line { width: 46px; height: 4px; margin-top: 42px; background: var(--cyan); }
.fit-tag { position: absolute; right: 28px; bottom: 30px; color: #9aa8ba; font-size: 11px; letter-spacing: .12em; }
.qualification-callout { display: flex; align-items: center; justify-content: center; gap: 21px; margin-top: 19px; padding: 20px; color: var(--navy); background: #dceafd; font-size: 16px; }
.qualification-callout span { color: var(--blue); font-weight: 800; letter-spacing: .13em; }
.qualification-callout strong { font-weight: 500; }

.advantage-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin: 42px 0 64px; }
.advantage h2 { margin: 0; font-size: clamp(43px, 4.7vw, 72px); line-height: 1.07; letter-spacing: -.065em; font-weight: 500; }
.advantage h2 em { color: #7bd0f1; font-style: normal; }
.advantage-top p { max-width: 340px; margin: 24px 0 0; color: #b3c7df; font-size: 14px; line-height: 1.9; }
.advantage-aside { min-width: 175px; padding-left: 22px; border-left: 1px solid #5d83ad; }
.advantage-aside span { display: block; margin-bottom: 17px; color: #8aa4c5; font-size: 10px; letter-spacing: .17em; }
.advantage-aside strong { font-size: 18px; line-height: 1.5; font-weight: 500; }
.advantage-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: stretch; }
.advantage-item { display: grid; grid-template-columns: 55px 1fr 22px; gap: 16px; align-items: start; padding: 25px 0; border-top: 1px solid rgba(187,214,240,.25); transition: color .2s ease, padding .2s ease; }
.advantage-item:last-child { border-bottom: 1px solid rgba(187,214,240,.25); }
.advantage-item:hover, .advantage-item.is-active { color: var(--white); padding-left: 10px; }
.advantage-index { color: #70c9f3; font-size: 13px; font-weight: 700; }
.advantage-item h3 { margin: 0 0 9px; font-size: 20px; font-weight: 500; }
.advantage-item p { margin: 0; color: #9eb3ce; font-size: 13px; line-height: 1.75; }
.item-arrow { color: #7fcdef; font-size: 20px; }
.advantage-visual { position: relative; min-height: 430px; background: #0b2b57; overflow: hidden; }
.visual-label { position: absolute; top: 22px; left: 25px; color: #7ea2c8; font-size: 10px; letter-spacing: .16em; }
.visual-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(121,206,241,.35); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-a { width: 260px; height: 260px; }.ring-b { width: 390px; height: 170px; transform: translate(-50%, -50%) rotate(35deg); border-color: rgba(237,0,141,.32); }.ring-c { width: 480px; height: 220px; transform: translate(-50%, -50%) rotate(-28deg); border-color: rgba(255,110,54,.34); }
.visual-core { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 144px; height: 144px; border-radius: 50%; transform: translate(-50%, -50%); background: #164782; box-shadow: 0 0 0 14px rgba(42,123,235,.1); color: white; font-size: 28px; font-weight: 800; letter-spacing: -.04em; }
.visual-core span { display: block; color: #9eddf3; font-size: 8px; line-height: 1.35; letter-spacing: .17em; text-align: center; }
.visual-node { position: absolute; padding: 7px 9px; color: #cae5fb; border: 1px solid #6391be; background: rgba(7,29,59,.75); font-size: 9px; letter-spacing: .1em; }
.node-a { top: 109px; left: 64px; }.node-b { top: 120px; right: 35px; }.node-c { bottom: 86px; right: 80px; }
.visual-caption { position: absolute; left: 25px; bottom: 24px; color: #7bd0f1; font-size: 18px; line-height: 1.45; }

.process-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin: 75px 0 58px; }
.process-line { position: absolute; top: 27px; left: 7%; right: 7%; height: 1px; background: #c6d4e3; }
.process-step { position: relative; min-width: 0; }
.step-dot { position: relative; z-index: 1; display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 28px; border-radius: 50%; background: var(--blue); color: white; font-size: 13px; font-weight: 700; }
.process-step h3 { margin: 0 0 12px; font-size: 21px; font-weight: 500; }
.process-step p { max-width: 150px; margin: 0; color: #7b8899; font-size: 13px; line-height: 1.7; }
.process-bottom { display: flex; align-items: center; justify-content: center; gap: 23px; padding: 20px 24px; background: var(--mist); color: var(--navy); }
.process-bottom span { color: var(--blue); font-size: 10px; letter-spacing: .15em; font-weight: 700; }.process-bottom strong { font-weight: 500; }

.cases-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 55px; margin: 42px 0 58px; }.cases-heading p { max-width: 380px; margin: 0 0 4px; color: #7d8794; font-size: 13px; line-height: 1.8; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.case-card { min-height: 545px; background: white; border: 1px solid #e0e0dc; transition: transform .25s ease, box-shadow .25s ease; }.case-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }.case-card-dark { background: var(--navy); color: white; border-color: var(--navy); }
.case-meta { display: flex; justify-content: space-between; padding: 20px 22px 0; color: #8c99a7; font-size: 9px; letter-spacing: .14em; }.case-card-dark .case-meta { color: #7ea2c8; }
.case-visual { position: relative; height: 170px; margin: 19px 18px 0; overflow: hidden; }.case-visual span { position: absolute; z-index: 1; left: 21px; bottom: 20px; color: white; font-size: 20px; line-height: 1.03; font-weight: 700; letter-spacing: .02em; }.case-visual i { position: absolute; width: 190px; height: 190px; right: -34px; top: -45px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }.case-visual i::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.case-visual-machinery { background: linear-gradient(130deg, #0e376b, #2177ba); }.case-visual-building { background: linear-gradient(135deg, #f05a34, #f7a24a); }.case-visual-automation { background: linear-gradient(135deg, #2c295e, #ed008d); }
.case-content { padding: 24px 22px 25px; }.case-label { display: block; margin-bottom: 14px; color: var(--blue); font-size: 10px; letter-spacing: .05em; }.case-card-dark .case-label { color: #77cff1; }.case-content h3 { margin: 0 0 14px; font-size: 23px; line-height: 1.25; letter-spacing: -.04em; font-weight: 500; }.case-content p { min-height: 77px; margin: 0; color: #788596; font-size: 13px; line-height: 1.75; }.case-card-dark .case-content p { color: #a9bdd6; }.case-more { margin-top: 18px; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--navy); font-size: 12px; }.case-card-dark .case-more { color: white; }.case-more span { margin-left: 8px; font-size: 17px; }

.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; }.about h2 { margin: 39px 0 28px; }.about-copy > p { max-width: 495px; color: #66758a; font-size: 14px; line-height: 1.9; }.about-quote { margin-top: 33px; padding: 19px 0 0 19px; border-left: 3px solid var(--blue); color: var(--navy); font-size: 17px; line-height: 1.65; }.about-link { display: inline-flex; gap: 8px; margin-top: 25px; padding-bottom: 5px; border-bottom: 1px solid var(--blue); color: var(--blue); font-size: 12px; }.about-link span { font-size: 17px; }.about-visual { position: relative; min-height: 480px; }.about-visual img { width: 100%; height: 480px; object-fit: cover; object-position: center; }.about-overlay { position: absolute; right: 0; bottom: 0; width: 235px; padding: 24px; background: var(--navy); color: white; }.about-overlay span { display: block; margin-bottom: 16px; color: #76cbee; font-size: 10px; letter-spacing: .15em; }.about-overlay strong { display: block; font-size: 24px; line-height: 1.25; font-weight: 500; }.about-overlay p { margin: 19px 0 0; color: #9eb3ce; font-size: 12px; }
.operator-inline { display: flex; align-items: baseline; gap: 15px; margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); }.operator-inline span { color: var(--blue); font-size: 10px; letter-spacing: .13em; font-weight: 700; }.operator-inline strong { color: var(--navy); font-size: 14px; font-weight: 500; }

.contact { position: relative; }.contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 50%, rgba(39,121,238,.13) 50%, rgba(39,121,238,.13) 50.2%, transparent 50.2%); pointer-events: none; }.contact-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }.contact h2 { margin: 40px 0 27px; font-size: clamp(45px, 5vw, 76px); line-height: 1.07; letter-spacing: -.065em; font-weight: 500; }.contact h2 em { color: #79cef1; font-style: normal; }.contact-copy > p { max-width: 430px; color: #b2c7df; font-size: 14px; line-height: 1.9; }.contact-direct { display: flex; flex-direction: column; gap: 11px; margin-top: 72px; color: #7c9ab9; font-size: 10px; letter-spacing: .13em; }.contact-direct a { color: #dbebfa; font-size: 14px; letter-spacing: 0; }.contact-form { padding: 32px; background: white; color: var(--ink); }.form-intro { display: flex; align-items: center; justify-content: space-between; padding-bottom: 21px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }.form-intro span { color: var(--blue); font-size: 10px; letter-spacing: .16em; font-weight: 700; }.form-intro strong { font-size: 20px; font-weight: 500; }.contact-form label { display: block; margin-bottom: 18px; color: #6e7f94; font-size: 11px; }.contact-form input, .contact-form textarea { width: 100%; margin-top: 9px; padding: 13px 0; border: 0; border-bottom: 1px solid #cbd5e1; border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }.button-submit { width: 100%; margin-top: 9px; border: 0; }.form-note, .form-status { margin: 14px 0 0; color: #8b99aa; font-size: 11px; line-height: 1.6; }.form-status { color: var(--blue); min-height: 18px; }
.site-footer { background: #04152e; color: #95a9c2; }.footer-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }.footer-brand { display: flex; align-items: center; gap: 13px; }.footer-brand img { width: 105px; height: 32px; object-fit: cover; object-position: 50% 40%; filter: saturate(.9); }.footer-brand span { font-size: 10px; letter-spacing: .08em; }.footer-links { display: flex; gap: 24px; font-size: 11px; }.footer-links a:hover { color: white; }.footer-inner p { margin: 0; font-size: 10px; }

.case-dialog { width: min(550px, calc(100% - 32px)); padding: 34px; border: 0; background: var(--white); color: var(--ink); box-shadow: 0 24px 90px rgba(0,0,0,.32); }.case-dialog::backdrop { background: rgba(4,21,46,.76); }.dialog-close { position: absolute; top: 13px; right: 17px; width: 30px; height: 30px; border: 0; background: transparent; color: #8390a0; font-size: 26px; }.dialog-kicker { color: var(--blue); font-size: 10px; letter-spacing: .14em; font-weight: 700; }.case-dialog h2 { margin: 22px 0 14px; font-size: 33px; line-height: 1.2; font-weight: 500; letter-spacing: -.05em; }.case-dialog > p { color: #68768a; font-size: 14px; line-height: 1.8; }.dialog-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 26px; color: var(--navy); font-size: 12px; }.dialog-flow span { padding: 10px 11px; background: var(--mist); }.dialog-flow b { color: var(--blue); }.dialog-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }.dialog-tags span { padding: 8px 10px; color: #63758d; border: 1px solid #d6e1ee; font-size: 11px; }
.status-link { display: inline-block; margin-top: 6px; color: var(--blue); font-weight: 700; }
.button-light { color: var(--navy); border-color: #c9d5e3; background: white; }.button-light:hover { border-color: var(--blue); color: var(--blue); }.button-danger { color: #b14848; border-color: #e2caca; background: transparent; }.button-danger:hover { border-color: #b14848; background: #fff5f5; }

/* Dedicated about page */
.about-hero { min-height: 580px; padding-top: 78px; }.about-hero-grid { min-height: 502px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }.about-hero h1 { margin: 35px 0 25px; font-size: clamp(56px, 6vw, 92px); line-height: 1.02; letter-spacing: -.08em; font-weight: 500; }.about-hero h1 em { color: #79cef1; font-style: normal; }.about-hero p { max-width: 420px; color: #b9cbe0; font-size: 17px; line-height: 1.8; }.about-hero-art { position: relative; min-height: 400px; display: grid; place-items: center; }.about-hero-art img { width: min(520px, 42vw); opacity: .82; mix-blend-mode: screen; }.about-hero-art span { position: absolute; right: 0; bottom: 25px; color: #8ca9ca; font-size: 11px; letter-spacing: .14em; }.about-intro-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 85px; align-items: start; margin-top: 56px; }.about-intro-grid h2, .about-network h2 { margin: 0; font-size: clamp(42px, 4.2vw, 68px); line-height: 1.08; letter-spacing: -.065em; font-weight: 500; }.about-intro-grid h2 span, .about-network h2 span { color: #6d7d91; }.about-body-copy { color: #66758a; font-size: 14px; line-height: 1.9; }.about-body-copy p { margin: 0 0 19px; }.operator-card { margin-bottom: 26px; padding: 22px 24px; background: var(--mist); border-left: 4px solid var(--blue); }.operator-card span { display: block; margin-bottom: 12px; color: var(--blue); font-size: 10px; letter-spacing: .14em; font-weight: 700; }.operator-card strong { display: block; color: var(--navy); font-size: 21px; line-height: 1.35; font-weight: 500; }.operator-card p { margin: 10px 0 0; color: #738297; font-size: 13px; }.about-pullquote { margin-top: 27px; padding: 21px 0 0 19px; border-left: 3px solid var(--blue); color: var(--navy); font-size: 18px; line-height: 1.6; }.about-fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.about-fit-grid article { min-height: 260px; padding: 28px; background: white; border: 1px solid #e0e2e4; }.about-fit-grid article span { color: var(--blue); font-size: 13px; font-weight: 700; }.about-fit-grid h3 { margin: 68px 0 15px; font-size: 29px; font-weight: 500; }.about-fit-grid p { margin: 0; color: #748195; font-size: 14px; line-height: 1.75; }.about-fit-note { margin-top: 19px; padding: 21px; color: var(--navy); background: #dceafd; text-align: center; font-size: 17px; }.about-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(188,215,240,.26); }.about-services-grid article { min-height: 285px; padding: 28px; background: #103b71; }.about-services-grid h3 { margin: 70px 0 16px; font-size: 29px; font-weight: 500; }.about-services-grid p { margin: 0; color: #a8c1db; font-size: 14px; line-height: 1.8; }.cooperation-grid { display: grid; grid-template-columns: 1fr 65px 1fr; align-items: center; gap: 18px; margin-top: 65px; }.cooperation-card { min-height: 260px; padding: 28px; background: #f0f3f6; }.cooperation-card-blue { color: var(--navy); background: #dceafd; }.cooperation-card span { display: block; margin-bottom: 45px; color: var(--blue); font-size: 14px; font-weight: 700; }.cooperation-card strong { display: block; font-size: 27px; line-height: 1.55; font-weight: 500; }.cooperation-plus { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; background: var(--blue); color: white; font-size: 29px; font-weight: 300; }.cooperation-caption { margin-top: 20px; color: var(--navy); text-align: center; font-size: 17px; }.about-network-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: center; }.about-network h2 { margin: 38px 0 25px; }.about-network p { max-width: 430px; color: #66758a; font-size: 14px; line-height: 1.9; }.about-network .button { margin-top: 30px; }.network-image { overflow: hidden; }.network-image img { width: 100%; height: 390px; object-fit: cover; object-position: center; }.about-cta h2 { margin: 42px 0 32px; font-size: clamp(43px, 5vw, 74px); line-height: 1.08; letter-spacing: -.065em; font-weight: 500; }.about-cta h2 em { color: #79cef1; font-style: normal; }

/* Local prototype application records */
.records-hero { padding-top: 78px; }.records-hero .section-pad { min-height: 430px; display: flex; flex-direction: column; justify-content: center; }.records-hero h1 { margin: 33px 0 20px; font-size: clamp(55px, 7vw, 100px); line-height: .98; letter-spacing: -.08em; font-weight: 500; }.records-hero h1 em { color: #79cef1; font-style: normal; }.records-hero p { max-width: 480px; margin: 0; color: #b9cbe0; font-size: 14px; line-height: 1.9; }.records-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 45px; }.records-heading h2 { margin: 23px 0 0; font-size: clamp(38px, 4vw, 60px); font-weight: 500; letter-spacing: -.06em; }.records-tools { display: flex; align-items: center; gap: 10px; }.records-tools > span { margin-right: 8px; color: #76869a; font-size: 12px; }.records-tools .button { min-height: 42px; padding: 0 13px; font-size: 11px; }.records-empty { padding: 65px 30px; background: var(--mist); text-align: center; }.records-empty > span { display: block; color: var(--blue); font-size: 10px; letter-spacing: .16em; font-weight: 700; }.records-empty strong { display: block; margin-top: 18px; color: var(--navy); font-size: 28px; font-weight: 500; }.records-empty p { margin: 12px 0 25px; color: #748195; font-size: 13px; }.record-card { padding: 24px 27px; margin-bottom: 13px; border: 1px solid #dbe3ec; background: white; }.record-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid #e5ebf1; color: var(--blue); font-size: 11px; letter-spacing: .12em; font-weight: 700; }.record-top time { color: #8694a5; font-size: 11px; letter-spacing: 0; font-weight: 400; }.record-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; padding-top: 22px; }.record-grid small { display: block; margin-bottom: 9px; color: #8a97a7; font-size: 11px; }.record-grid strong { display: block; color: var(--navy); font-size: 14px; line-height: 1.5; font-weight: 500; word-break: break-word; }.footer-internal { color: #7891ad; }

@media (max-width: 980px) { :root { --shell: min(100% - 48px, 720px); }.site-header { padding: 0 24px; }.main-nav { gap: 16px; }.hero-grid { grid-template-columns: 1fr; width: var(--shell); padding-top: 60px; }.hero { min-height: 1020px; }.hero-visual { min-height: 370px; max-width: 600px; width: 100%; margin: 0 auto; }.hero-globe-wrap { width: 420px; height: 420px; right: 50%; top: -10px; transform: translateX(50%); }.orbit-one { width: 430px; height: 145px; right: 50%; top: 130px; transform: translateX(50%) rotate(-24deg); }.orbit-two { width: 480px; height: 170px; right: 50%; top: 120px; transform: translateX(50%) rotate(26deg); }.stamp-top { top: 35px; right: 10px; }.stamp-bottom { bottom: 16px; left: 0; }.hero-coordinate { right: 0; bottom: 34px; }.hero-scroll { display: none; }.split-heading, .advantage-top, .cases-heading { align-items: flex-start; flex-direction: column; }.split-heading p, .cases-heading p { max-width: 550px; }.advantage-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }.advantage-visual { min-height: 400px; }.about-visual { min-height: 400px; }.about-visual img { height: 400px; }.contact-direct { margin-top: 40px; }.footer-inner { flex-wrap: wrap; padding: 26px 0; }.footer-inner p { width: 100%; order: 3; } }
@media (max-width: 720px) { :root { --shell: calc(100% - 36px); }.section-pad { padding: 86px 0; }.site-header { height: 66px; padding: 0 18px; }.brand { width: 145px; }.brand img { height: 39px; }.menu-toggle { display: block; }.main-nav { position: fixed; top: 66px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100vh - 66px); max-height: calc(100dvh - 66px); overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; padding: 12px 18px 20px; background: white; box-shadow: 0 18px 30px rgba(8,29,59,.14); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }.main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }.main-nav a { padding: 15px 0; border-bottom: 1px solid #edf1f5; }.main-nav .nav-cta { margin-top: 12px; text-align: center; border: 1px solid var(--navy); }.hero { min-height: 890px; padding-top: 66px; }.hero-grid { min-height: 820px; padding-top: 56px; gap: 25px; }.hero h1 { margin-top: 25px; font-size: clamp(34px, 9vw, 48px); }.hero-ecosystem { margin-top: -2px; font-size: 16px; }.hero-lead { font-size: 14px; line-height: 1.8; }.hero-detail { font-size: 12px; }.hero-actions { flex-direction: column; align-items: stretch; margin-top: 30px; }.button { min-height: 50px; }.hero-note { margin-top: 30px; line-height: 1.8; }.hero-visual { min-height: 320px; }.hero-globe-wrap { width: 330px; height: 330px; top: -5px; }.orbit-one { width: 330px; height: 115px; top: 98px; }.orbit-two { width: 370px; height: 130px; top: 90px; }.stamp-top { top: 14px; right: 0; }.stamp-bottom { bottom: 11px; left: 0; }.hero-coordinate { bottom: 27px; font-size: 9px; }.split-heading { margin: 29px 0 34px; gap: 24px; }.split-heading h2, .cases-heading h2, .about h2 { font-size: clamp(37px, 10vw, 52px); }.fit-grid, .case-grid { grid-template-columns: 1fr; gap: 13px; }.fit-card { min-height: 250px; padding: 25px 22px; }.fit-card h3 { margin-top: 55px; }.qualification-callout { align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px; font-size: 14px; line-height: 1.6; }.advantage-top { margin: 29px 0 40px; gap: 28px; }.advantage h2 { font-size: clamp(42px, 11vw, 60px); }.advantage-layout { gap: 35px; }.advantage-item { grid-template-columns: 38px 1fr 18px; gap: 8px; padding: 19px 0; }.advantage-item h3 { font-size: 18px; }.advantage-item p { font-size: 12px; }.advantage-visual { min-height: 330px; }.ring-a { width: 200px; height: 200px; }.ring-b { width: 280px; height: 130px; }.ring-c { width: 350px; height: 150px; }.visual-core { width: 108px; height: 108px; font-size: 21px; }.node-a { top: 90px; left: 25px; }.node-b { top: 92px; right: 17px; }.node-c { bottom: 60px; right: 36px; }.process-track { grid-template-columns: 1fr; gap: 28px; margin: 45px 0 38px; }.process-line { top: 25px; bottom: 24px; left: 27px; right: auto; width: 1px; height: auto; }.process-step { display: grid; grid-template-columns: 55px 1fr; gap: 16px; align-items: start; }.step-dot { margin-bottom: 0; }.process-step p { max-width: none; }.process-bottom { align-items: flex-start; flex-direction: column; gap: 7px; font-size: 14px; line-height: 1.6; }.case-card { min-height: auto; }.case-visual { height: 150px; }.case-content p { min-height: 0; }.about-grid, .contact-grid { gap: 36px; }.about-visual { min-height: 350px; }.about-visual img { height: 350px; }.about-overlay { width: 190px; padding: 18px; }.about-overlay strong { font-size: 19px; }.contact h2 { font-size: clamp(45px, 12vw, 64px); }.contact-form { padding: 23px 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-inner { align-items: flex-start; flex-direction: column; gap: 20px; }.footer-links { flex-wrap: wrap; gap: 13px 20px; }.footer-inner p { margin-top: 5px; }.case-dialog { padding: 26px 21px; }.case-dialog h2 { font-size: 27px; }.dialog-flow { gap: 6px; }.dialog-flow span { padding: 8px 7px; font-size: 10px; } }

@media (max-width: 980px) { .about-hero-grid { grid-template-columns: 1fr; gap: 0; }.about-hero-art { min-height: 300px; margin-top: -15px; }.about-hero-art img { width: min(430px, 70vw); }.about-intro-grid, .about-network-grid { grid-template-columns: 1fr; gap: 40px; }.about-network-grid { gap: 35px; }.record-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .operator-inline { align-items: flex-start; flex-direction: column; gap: 6px; }.about-hero { min-height: 780px; }.about-hero-grid { min-height: 710px; padding-top: 50px; }.about-hero h1 { font-size: clamp(49px, 13vw, 68px); }.about-hero p { font-size: 15px; }.about-hero-art { min-height: 260px; }.about-hero-art span { right: auto; left: 0; bottom: 8px; font-size: 9px; }.about-intro-grid { margin-top: 38px; }.about-intro-grid h2, .about-network h2 { font-size: clamp(39px, 11vw, 56px); }.operator-card { padding: 18px; }.operator-card strong { font-size: 18px; }.about-fit-grid, .about-services-grid { grid-template-columns: 1fr; gap: 13px; background: transparent; }.about-fit-grid article, .about-services-grid article { min-height: 220px; }.about-fit-grid h3, .about-services-grid h3 { margin-top: 52px; }.about-fit-note { text-align: left; font-size: 14px; line-height: 1.6; }.cooperation-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 42px; }.cooperation-card { min-height: 190px; }.cooperation-card span { margin-bottom: 25px; }.cooperation-card strong { font-size: 22px; }.cooperation-plus { margin: 0 auto; }.cooperation-caption { text-align: left; font-size: 14px; line-height: 1.6; }.network-image img { height: 270px; }.records-hero { padding-top: 66px; }.records-hero .section-pad { min-height: 430px; }.records-hero h1 { font-size: clamp(55px, 15vw, 78px); }.records-heading { align-items: flex-start; flex-direction: column; gap: 25px; }.records-tools { flex-wrap: wrap; }.records-grid, .record-grid { grid-template-columns: 1fr; gap: 17px; }.records-empty { padding: 50px 20px; }.record-card { padding: 20px; }.record-top { align-items: flex-start; flex-direction: column; gap: 8px; }.record-grid { padding-top: 19px; }.footer-internal { width: 100%; } }
 .operator-facts { display: grid; grid-template-columns: 1fr 1.7fr; gap: 14px; margin: 25px 0 0; padding-top: 21px; border-top: 1px solid var(--line); }.operator-facts span { display: block; margin-bottom: 8px; color: #8391a2; font-size: 10px; }.operator-facts strong { display: block; color: var(--navy); font-size: 13px; line-height: 1.55; font-weight: 500; }
@media (max-width: 720px) { .operator-facts { grid-template-columns: 1fr; gap: 15px; } }

/* Global buyer-facing sourcing page */
.global-page { --global-blue: #2f7fe8; --global-cyan: #73d2ef; --global-navy: #061b38; --global-ink: #13243a; --global-muted: #6e7e91; background: #fff; color: var(--global-ink); }
.global-page .site-header { background: rgba(255,255,255,.97); }
.global-page .main-nav { gap: 21px; font-size: 12px; }
.global-page .global-nav-current { color: var(--global-blue); font-weight: 700; }
.global-page .global-nav-current::after { content: ''; display: inline-block; width: 4px; height: 4px; margin: 0 0 3px 6px; border-radius: 50%; background: var(--global-blue); }
.global-shell { width: min(1200px, calc(100% - 72px)); margin: 0 auto; }
.global-hero { position: relative; min-height: 750px; padding: 78px 0 70px; overflow: hidden; background: var(--global-navy); color: #fff; }
.global-hero::before { content: ''; position: absolute; top: -280px; right: -100px; width: 720px; height: 720px; border: 1px solid rgba(112,206,240,.13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(112,206,240,.025), 0 0 0 180px rgba(112,206,240,.018); }
.global-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .98fr) minmax(460px, 1.02fr); align-items: center; gap: 65px; min-height: 600px; }
.global-eyebrow, .global-kicker { color: #7aa5c9; font-size: 10px; letter-spacing: .18em; font-weight: 700; }
.global-eyebrow span { display: inline-block; width: 24px; height: 3px; margin: 0 10px 3px 0; background: var(--global-cyan); }
.global-hero h1 { max-width: 650px; margin: 32px 0 25px; color: #fff; font-size: clamp(47px, 5.6vw, 78px); line-height: 1.03; letter-spacing: -.07em; font-weight: 500; }
.global-hero h1 em, .global-section h2 em, .global-inquiry-section h2 em { color: var(--global-cyan); font-style: normal; }
.global-hero-lead { max-width: 575px; margin: 0; color: #d1deed; font-size: 17px; line-height: 1.75; }
.global-hero-zh { max-width: 560px; margin: 14px 0 0; color: #91a8c2; font-size: 13px; line-height: 1.8; }
.global-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.global-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 20px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.global-button:hover { transform: translateY(-2px); }
.global-button span { margin-left: 11px; font-size: 17px; }
.global-button-primary { background: var(--global-blue); color: #fff; }
.global-button-primary:hover { background: #4a92ed; }
.global-button-light { color: #fff; border-color: rgba(255,255,255,.34); }
.global-button-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.global-hero-note { margin: 27px 0 0; color: #8299b5; font-size: 11px; letter-spacing: .06em; }
.global-hero-visual { position: relative; min-height: 505px; display: grid; place-items: center; }
.global-board { position: relative; z-index: 2; width: min(510px, 100%); padding: 0 22px 20px; border: 1px solid rgba(133,188,227,.42); background: rgba(13,52,96,.85); box-shadow: 0 25px 70px rgba(0,0,0,.24); }
.global-board-top { display: flex; align-items: center; gap: 8px; min-height: 50px; border-bottom: 1px solid rgba(145,194,227,.2); color: #9ec7e5; font-size: 9px; letter-spacing: .13em; }
.global-board-dot { width: 7px; height: 7px; border-radius: 50%; background: #67d0c0; box-shadow: 0 0 0 4px rgba(103,208,192,.1); }
.global-board-top small { margin-left: auto; color: #7694b2; font-size: 8px; letter-spacing: .1em; }
.global-board-request { margin: 22px 0 0; padding: 19px; background: #174b85; }
.global-board-request > span, .global-board-foot > span { display: block; color: #75cbed; font-size: 9px; letter-spacing: .14em; font-weight: 700; }
.global-board-request strong { display: block; margin-top: 10px; color: #fff; font-size: 23px; line-height: 1.2; font-weight: 500; }
.global-board-request p { margin: 10px 0 0; color: #aac8e1; font-size: 11px; line-height: 1.7; }
.global-board-line { display: flex; align-items: center; gap: 10px; margin: 17px 0; color: #83a8c6; font-size: 8px; letter-spacing: .13em; }
.global-board-line i { flex: 1; height: 1px; background: rgba(131,181,216,.3); }
.global-board-results { display: grid; gap: 8px; }
.global-board-results div { display: grid; grid-template-columns: 31px 1fr; padding: 12px 13px; border: 1px solid rgba(131,181,216,.27); background: rgba(7,29,59,.43); }
.global-board-results span { grid-row: 1 / 3; color: #6fc9ec; font-size: 10px; font-weight: 700; }
.global-board-results strong { color: #e5f1fb; font-size: 12px; font-weight: 600; }
.global-board-results small { margin-top: 4px; color: #87a5c0; font-size: 10px; }
.global-board-foot { display: grid; grid-template-columns: 60px 1fr 14px; gap: 10px; align-items: center; margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(145,194,227,.2); }
.global-board-foot strong { color: #c9ddec; font-size: 10px; font-weight: 500; }
.global-board-foot em { color: #67d0c0; font-size: 13px; font-style: normal; }
.global-hero-orbit { position: absolute; border: 1px solid rgba(108,203,237,.25); border-radius: 50%; }
.global-hero-orbit.orbit-a { width: 570px; height: 230px; transform: rotate(-25deg); }
.global-hero-orbit.orbit-b { width: 650px; height: 280px; transform: rotate(25deg); border-color: rgba(82,127,226,.22); }
.global-proof-strip { background: #edf4fb; border-bottom: 1px solid #d9e6f1; }
.global-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.global-proof-grid > div { min-height: 112px; padding: 26px 22px; border-left: 1px solid #d9e6f1; }
.global-proof-grid > div:last-child { border-right: 1px solid #d9e6f1; }
.global-proof-grid span { display: block; color: var(--global-blue); font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.global-proof-grid strong { display: block; margin-top: 12px; color: var(--global-navy); font-size: 14px; font-weight: 600; }
.global-proof-grid small { display: block; margin-top: 6px; color: #8395a8; font-size: 10px; }
.global-section { padding: 125px 0; }
.global-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 65px; margin-bottom: 58px; }
.global-section-heading h2, .global-inquiry-section h2 { margin: 25px 0 0; color: var(--global-navy); font-size: clamp(39px, 4.6vw, 67px); line-height: 1.06; letter-spacing: -.07em; font-weight: 500; }
.global-section-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--global-muted); font-size: 14px; line-height: 1.9; }
.global-problem-section { background: #fff; }
.global-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.global-problem-grid article { display: flex; min-height: 305px; height: 100%; flex-direction: column; padding: 24px; background: #f1f5f9; border: 1px solid #e2e9f0; }
.global-problem-grid article > span { color: var(--global-blue); font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.global-problem-grid h3 { min-height: 48px; margin: 62px 0 14px; color: var(--global-navy); font-size: 20px; line-height: 1.2; font-weight: 600; }
.global-problem-grid p { min-height: 90px; margin: 0; color: #687b91; font-size: 13px; line-height: 1.75; }
.global-problem-grid small { display: block; min-height: 32px; margin-top: auto; padding-top: 16px; color: #93a3b5; font-size: 10px; line-height: 1.6; }
.global-problem-answer { display: flex; align-items: center; gap: 23px; margin-top: 17px; padding: 21px 25px; color: var(--global-navy); background: #dceafd; }
.global-problem-answer strong { color: var(--global-blue); font-size: 13px; letter-spacing: .02em; }
.global-problem-answer span { font-size: 15px; font-weight: 500; }
.global-source-section { background: #f5f1ea; }
.global-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.global-category { border: 1px solid #dce2e7; background: #fff; }
.global-category summary { display: grid; grid-template-columns: 42px 1fr 24px; gap: 13px; align-items: start; padding: 25px 27px; cursor: pointer; list-style: none; }
.global-category summary::-webkit-details-marker { display: none; }
.global-category summary b { color: var(--global-blue); font-size: 23px; line-height: 1; font-weight: 300; transition: transform .2s ease; }
.global-category[open] summary b { transform: rotate(45deg); }
.global-category-number { color: var(--global-blue); font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.global-category h3 { margin: 0; color: var(--global-navy); font-size: 21px; line-height: 1.25; font-weight: 600; }
.global-category summary p { margin: 8px 0 0; color: #8290a1; font-size: 12px; line-height: 1.6; }
.global-category-body { padding: 0 27px 27px 82px; }
.global-category-body > p { margin: 0 0 18px; color: #64758a; font-size: 13px; line-height: 1.75; }
.global-category-body ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; margin: 0; padding: 18px 0 16px; border-top: 1px solid #e7edf2; list-style: none; }
.global-category-body li { position: relative; padding-left: 13px; color: var(--global-navy); font-size: 12px; line-height: 1.55; }
.global-category-body li::before { content: ''; position: absolute; top: .58em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--global-cyan); }
.global-category-body small { display: block; color: #8797a8; font-size: 10px; line-height: 1.65; }
.global-network-section { color: #fff; background: var(--global-navy); }
.global-heading-light h2 { color: #fff; }
.global-heading-light > p { color: #a9bed4; }
.global-network-case { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: center; padding: 45px; background: #0c315f; border: 1px solid rgba(117,183,224,.27); }
.global-network-copy > span { color: #72caee; font-size: 9px; letter-spacing: .16em; font-weight: 700; }
.global-network-copy h3 { margin: 20px 0 16px; color: #fff; font-size: 34px; font-weight: 500; letter-spacing: -.04em; }
.global-network-copy p { margin: 0 0 15px; color: #b1c6dc; font-size: 13px; line-height: 1.8; }
.global-network-copy .global-network-note { margin-top: 24px; padding-left: 17px; border-left: 2px solid var(--global-cyan); color: #e1edf8; }
.global-network-flow { position: relative; min-height: 290px; display: grid; place-items: center; }
.global-flow-main { position: relative; z-index: 2; display: grid; place-items: center; width: 180px; height: 180px; padding: 28px; border-radius: 50%; background: #1c5a98; box-shadow: 0 0 0 16px rgba(66,148,221,.1), 0 0 0 45px rgba(66,148,221,.055); color: #fff; text-align: center; font-size: 21px; line-height: 1.2; font-weight: 600; }
.global-flow-branch { position: absolute; inset: 0; }
.global-flow-branch span { position: absolute; padding: 10px 12px; border: 1px solid rgba(116,195,235,.55); background: rgba(6,27,56,.65); color: #d8ebfa; font-size: 10px; letter-spacing: .03em; }
.global-flow-branch span:nth-child(1) { top: 10px; left: 13%; }.global-flow-branch span:nth-child(2) { top: 12px; right: 14%; }.global-flow-branch span:nth-child(3) { top: 50%; right: 0; transform: translateY(-50%); }.global-flow-branch span:nth-child(4) { bottom: 12px; right: 12%; }.global-flow-branch span:nth-child(5) { bottom: 10px; left: 9%; }.global-flow-branch span:nth-child(6) { top: 50%; left: 0; transform: translateY(-50%); }
.global-network-bottom { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 18px; padding: 20px; color: #cae2f3; background: #103b71; font-size: 15px; }.global-network-bottom span { color: var(--global-cyan); font-size: 25px; }
.global-benefit-section { background: #fff; }
.global-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.global-benefit-grid article { min-height: 335px; padding: 26px 23px; border: 1px solid #dce4eb; background: #f7f9fb; }
.global-benefit-grid article > span { color: var(--global-blue); font-size: 9px; letter-spacing: .14em; font-weight: 700; }
.global-benefit-grid h3 { margin: 66px 0 15px; color: var(--global-navy); font-size: 20px; font-weight: 600; }
.global-benefit-grid p { margin: 0; color: #6f8092; font-size: 13px; line-height: 1.8; }
.global-benefit-grid small { display: block; margin-top: 18px; color: #8b9aab; font-size: 10px; line-height: 1.6; }
.global-competitive-note { display: flex; align-items: center; gap: 20px; margin-top: 16px; padding: 20px 24px; color: var(--global-navy); background: #e9f2fb; }.global-competitive-note strong { font-size: 13px; }.global-competitive-note span { color: #718298; font-size: 12px; line-height: 1.6; }
.global-process-section { background: #f5f1ea; }
.global-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.global-process article { position: relative; min-height: 240px; padding: 25px 21px; border-top: 3px solid var(--global-blue); background: #fff; }
.global-process article span { color: var(--global-blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.global-process h3 { margin: 53px 0 13px; color: var(--global-navy); font-size: 18px; line-height: 1.25; font-weight: 600; }.global-process p { margin: 0; color: #718196; font-size: 12px; line-height: 1.75; }
.global-aftercare-section { background: #edf4fb; }.global-aftercare-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }.global-aftercare-grid h2 { margin: 24px 0 22px; color: var(--global-navy); font-size: clamp(39px, 4.5vw, 64px); line-height: 1.06; letter-spacing: -.07em; font-weight: 500; }.global-aftercare-grid > div > p { max-width: 440px; margin: 0; color: #718195; font-size: 14px; line-height: 1.9; }.global-inquiry-zh { margin-top: 15px !important; color: #94a3b3 !important; font-size: 12px !important; }.global-text-link { display: inline-flex; gap: 11px; margin-top: 27px; color: var(--global-blue); font-size: 12px; font-weight: 700; }.global-text-link span { font-size: 16px; }.global-aftercare-list { border-top: 1px solid #cddbe8; }.global-aftercare-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid #cddbe8; }.global-aftercare-list span { color: var(--global-blue); font-size: 11px; font-weight: 700; }.global-aftercare-list strong { color: var(--global-navy); font-size: 18px; font-weight: 600; }.global-aftercare-list p { grid-column: 2; margin: 0; color: #718195; font-size: 12px; line-height: 1.7; }
.global-cases-section { background: #fff; }.global-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.global-case-grid article { min-height: 330px; padding: 25px; border: 1px solid #dde5ed; background: #f7f9fb; }.global-case-label { color: var(--global-blue); font-size: 9px; letter-spacing: .14em; font-weight: 700; }.global-case-grid h3 { margin: 57px 0 15px; color: var(--global-navy); font-size: 20px; line-height: 1.25; font-weight: 600; }.global-case-grid p { margin: 0; color: #718196; font-size: 12px; line-height: 1.75; }.global-case-grid article > div:last-child { margin-top: 22px; padding-top: 14px; border-top: 1px solid #dfe7ee; }.global-case-grid article > div:last-child span { display: block; color: #8b9bab; font-size: 10px; }.global-case-grid article > div:last-child strong { display: block; margin-top: 6px; color: var(--global-navy); font-size: 12px; line-height: 1.6; font-weight: 600; }
.global-inquiry-section { padding: 125px 0; color: #fff; background: var(--global-navy); }.global-inquiry-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 80px; align-items: start; }.global-inquiry-section h2 { color: #fff; }.global-inquiry-copy > p { max-width: 420px; margin: 28px 0 0; color: #b6cbe0; font-size: 14px; line-height: 1.9; }.global-inquiry-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }.global-inquiry-points span { padding: 9px 11px; border: 1px solid rgba(125,191,231,.34); color: #a9c9df; font-size: 10px; }.global-inquiry-form { padding: 31px; background: #fff; color: var(--global-navy); }.global-form-intro { padding-bottom: 21px; border-bottom: 1px solid #e1e9f0; }.global-form-intro span { display: block; color: var(--global-blue); font-size: 9px; letter-spacing: .15em; font-weight: 700; }.global-form-intro strong { display: block; margin-top: 14px; font-size: 27px; font-weight: 500; }.global-form-intro small { display: block; margin-top: 8px; color: #7a8b9e; font-size: 11px; }.global-inquiry-form label { display: block; margin-top: 18px; color: #718196; font-size: 10px; }.global-inquiry-form input, .global-inquiry-form textarea { display: block; width: 100%; margin-top: 8px; padding: 11px 0; border: 0; border-bottom: 1px solid #bfccd8; outline: 0; resize: vertical; color: var(--global-navy); font-size: 13px; }.global-inquiry-form input:focus, .global-inquiry-form textarea:focus { border-color: var(--global-blue); }.global-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.global-button-submit { width: 100%; margin-top: 24px; color: #fff; background: var(--global-blue); cursor: pointer; }.global-button-submit:hover { background: #4a92ed; }.global-form-status { min-height: 20px; margin: 14px 0 0; color: var(--global-blue); font-size: 11px; line-height: 1.6; }
.global-page .site-footer { background: #061a34; }.global-page .site-footer, .global-page .site-footer a { color: #9bb2cb; }.global-page .footer-links a:hover { color: #fff; }
@media (max-width: 1100px) { .global-page .main-nav { gap: 13px; }.global-hero-grid { gap: 30px; }.global-problem-grid, .global-benefit-grid { grid-template-columns: repeat(2, 1fr); }.global-process { grid-template-columns: repeat(3, 1fr); }.global-process article:nth-child(4), .global-process article:nth-child(5) { margin-top: 0; } }
@media (max-width: 980px) { .global-page .main-nav { gap: 16px; }.global-hero-grid { grid-template-columns: 1fr; padding-top: 55px; }.global-hero { min-height: 1050px; }.global-hero-copy { max-width: 720px; }.global-hero-visual { min-height: 450px; }.global-network-case, .global-aftercare-grid, .global-inquiry-grid { grid-template-columns: 1fr; gap: 42px; }.global-inquiry-copy > p { max-width: 620px; }.global-case-grid { grid-template-columns: repeat(2, 1fr); }.global-case-grid article:last-child { grid-column: 1 / -1; } }
@media (max-width: 720px) { .global-shell { width: calc(100% - 36px); }.global-hero { min-height: 930px; padding-top: 66px; }.global-hero-grid { min-height: 820px; padding-top: 39px; gap: 20px; }.global-hero h1 { margin-top: 26px; font-size: clamp(39px, 11vw, 57px); }.global-hero-lead { font-size: 15px; }.global-hero-zh { font-size: 12px; }.global-hero-actions { flex-direction: column; align-items: stretch; margin-top: 28px; }.global-hero-note { line-height: 1.7; }.global-hero-visual { min-height: 340px; }.global-board { padding: 0 14px 15px; }.global-board-request { padding: 15px; }.global-board-request strong { font-size: 18px; }.global-board-results div { padding: 10px; }.global-board-results strong { font-size: 11px; }.global-board-results small { font-size: 9px; }.global-hero-orbit.orbit-a { width: 360px; height: 150px; }.global-hero-orbit.orbit-b { width: 410px; height: 175px; }.global-proof-grid { grid-template-columns: repeat(2, 1fr); }.global-proof-grid > div { min-height: 103px; padding: 20px 13px; }.global-proof-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid #d9e6f1; }.global-proof-grid > div:nth-child(4) { border-top: 1px solid #d9e6f1; }.global-proof-grid strong { font-size: 12px; }.global-section, .global-inquiry-section { padding: 86px 0; }.global-section-heading { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 37px; }.global-section-heading h2, .global-inquiry-section h2 { font-size: clamp(38px, 11vw, 56px); }.global-section-heading > p { font-size: 13px; }.global-problem-grid, .global-benefit-grid, .global-category-grid, .global-case-grid { grid-template-columns: 1fr; }.global-problem-grid article { min-height: auto; }.global-problem-grid h3 { margin-top: 37px; }.global-problem-answer { align-items: flex-start; flex-direction: column; gap: 8px; font-size: 13px; line-height: 1.6; }.global-category summary { grid-template-columns: 30px 1fr 20px; gap: 10px; padding: 20px 16px; }.global-category h3 { font-size: 18px; }.global-category summary p { font-size: 11px; }.global-category-body { padding: 0 16px 20px 56px; }.global-category-body ul { grid-template-columns: 1fr; gap: 8px; }.global-network-case { padding: 25px 19px; gap: 30px; }.global-network-copy h3 { font-size: 29px; }.global-network-flow { min-height: 280px; transform: scale(.82); margin: -22px -35px; }.global-network-bottom { align-items: flex-start; flex-direction: column; gap: 5px; padding: 17px; font-size: 13px; }.global-network-bottom span { transform: rotate(90deg); }.global-benefit-grid article { min-height: auto; }.global-benefit-grid h3 { margin-top: 40px; }.global-competitive-note { align-items: flex-start; flex-direction: column; gap: 9px; font-size: 12px; }.global-process { grid-template-columns: 1fr; gap: 12px; }.global-process article { min-height: auto; padding: 20px; }.global-process h3 { margin-top: 25px; }.global-aftercare-list > div { padding: 19px 0; }.global-case-grid article, .global-case-grid article:last-child { grid-column: auto; min-height: auto; }.global-case-grid h3 { margin-top: 35px; }.global-inquiry-grid { gap: 34px; }.global-inquiry-form { padding: 22px 18px; }.global-form-row { grid-template-columns: 1fr; gap: 0; }.global-form-intro strong { font-size: 24px; } }

/* Buyer-facing page additions */
.global-buyer-card { position: relative; z-index: 2; width: min(510px, 100%); padding: 0 22px 20px; border: 1px solid rgba(133,188,227,.42); background: rgba(13,52,96,.88); box-shadow: 0 25px 70px rgba(0,0,0,.24); }
.global-buyer-question { margin: 22px 0 15px; padding: 19px; background: #174b85; }.global-buyer-question span, .global-buyer-step span, .global-buyer-status span { display: block; color: #75cbed; font-size: 9px; letter-spacing: .14em; font-weight: 700; }.global-buyer-question strong { display: block; margin-top: 10px; color: #fff; font-size: 23px; font-weight: 500; }.global-buyer-question p { margin: 10px 0 0; color: #aac8e1; font-size: 11px; }
.global-buyer-step { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid rgba(145,194,227,.2); border-bottom: 1px solid rgba(145,194,227,.2); }.global-buyer-step b { color: #e4f1fb; font-size: 10px; font-weight: 500; }
.global-option-list { display: grid; gap: 8px; margin-top: 16px; }.global-option-list div { display: grid; grid-template-columns: 78px 1fr; padding: 11px 12px; border: 1px solid rgba(131,181,216,.27); background: rgba(7,29,59,.43); }.global-option-list span { grid-row: 1 / 3; color: #6fc9ec; font-size: 9px; font-weight: 700; }.global-option-list strong { color: #e5f1fb; font-size: 12px; font-weight: 600; }.global-option-list small { margin-top: 4px; color: #87a5c0; font-size: 10px; }.global-buyer-status { display: grid; grid-template-columns: 50px 1fr 14px; gap: 10px; align-items: center; margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(145,194,227,.2); }.global-buyer-status strong { color: #c9ddec; font-size: 10px; font-weight: 500; }.global-buyer-status em { color: #67d0c0; font-size: 13px; font-style: normal; }
.global-response-strip { background: #0f396d; color: #fff; }.global-response-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 26px 0 22px; }.global-response-inner > div { min-height: 68px; padding: 0 24px; border-left: 1px solid rgba(164,204,235,.25); }.global-response-inner > div:first-child { border-left: 0; padding-left: 0; }.global-response-inner strong { display: block; color: #fff; font-size: 13px; font-weight: 600; }.global-response-inner span { display: block; margin-top: 7px; color: #a9c4dd; font-size: 10px; line-height: 1.55; }.global-response-inner > small { grid-column: 1 / -1; margin-top: 19px; color: #7fa1c1; font-size: 9px; line-height: 1.5; }
.global-buyer-clarity-section { background: #fff; }.global-buyer-clarity-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }.global-buyer-clarity-grid h2 { margin: 24px 0 22px; color: var(--global-navy); font-size: clamp(40px, 4.6vw, 66px); line-height: 1.06; letter-spacing: -.07em; font-weight: 500; }.global-buyer-clarity-grid > div > p { max-width: 440px; margin: 0; color: #718195; font-size: 14px; line-height: 1.9; }.global-clarity-zh { margin-top: 15px !important; color: #94a3b3 !important; font-size: 12px !important; }.global-clarity-panel { display: grid; grid-template-columns: 1fr 35px 1fr 35px 1fr; align-items: center; gap: 13px; }.global-clarity-panel > div { min-height: 166px; padding: 22px 17px; border: 1px solid #d5e1ec; background: #f3f7fb; }.global-clarity-panel > div span { display: block; color: var(--global-blue); font-size: 9px; letter-spacing: .13em; font-weight: 700; }.global-clarity-panel > div strong { display: block; margin-top: 39px; color: var(--global-navy); font-size: 18px; font-weight: 600; }.global-clarity-panel > div small { display: block; margin-top: 8px; color: #8292a4; font-size: 10px; line-height: 1.5; }.global-clarity-panel > b { color: var(--global-blue); font-size: 24px; font-weight: 300; text-align: center; }
.global-local-section { background: #f5f1ea; }.global-city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }.global-city-grid article { min-height: 215px; padding: 23px; background: #fff; border: 1px solid #dfe3e4; }.global-city-grid span { color: var(--global-blue); font-size: 10px; letter-spacing: .13em; font-weight: 700; }.global-city-grid strong { display: block; margin-top: 51px; color: var(--global-navy); font-size: 17px; line-height: 1.3; font-weight: 600; }.global-city-grid p { margin: 12px 0 0; color: #718196; font-size: 12px; line-height: 1.7; }.global-local-note { margin: 17px 0 0; padding: 17px 20px; border-left: 3px solid var(--global-blue); color: var(--global-navy); background: #e6eff8; font-size: 13px; }
.global-mro-section { background: #edf4fb; }.global-mro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.global-mro-grid article { min-height: 310px; padding: 27px; border: 1px solid #dbe4ed; background: #fff; }.global-mro-grid article > span { color: #8292a5; font-size: 9px; letter-spacing: .15em; font-weight: 700; }.global-mro-grid h3 { margin: 55px 0 17px; color: var(--global-navy); font-size: 24px; line-height: 1.2; font-weight: 600; }.global-mro-grid ul { display: grid; gap: 9px; margin: 0; padding: 17px 0 0; border-top: 1px solid #e2eaf1; list-style: none; }.global-mro-grid li { position: relative; padding-left: 14px; color: #708197; font-size: 12px; line-height: 1.6; }.global-mro-grid li::before { content: ''; position: absolute; top: .58em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #9babbc; }.global-mro-highlight { border-color: #afd0ee !important; background: #e6f1fc !important; }.global-mro-highlight article > span, .global-mro-highlight > span { color: var(--global-blue); }.global-mro-highlight li { color: #4e6885; }.global-mro-highlight li::before { background: var(--global-blue); }.global-mro-summary { display: flex; align-items: center; gap: 20px; margin-top: 15px; padding: 20px 23px; color: var(--global-navy); background: #dceafd; }.global-mro-summary strong { font-size: 14px; }.global-mro-summary span { color: #6e8095; font-size: 12px; line-height: 1.6; }
@media (max-width: 980px) { .global-response-inner { grid-template-columns: 1fr; gap: 18px; }.global-response-inner > div, .global-response-inner > div:first-child { min-height: auto; padding: 0 0 0 15px; border-left: 2px solid #69c9ed; }.global-response-inner > small { grid-column: auto; }.global-buyer-clarity-grid { grid-template-columns: 1fr; gap: 40px; }.global-city-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .audience-gateway { padding-top: 66px; }.gateway-inner { display: block; }.gateway-heading { padding: 18px 0 14px; }.gateway-options { grid-template-columns: 1fr; border-left: 0; border-top: 1px solid #dfe5eb; }.gateway-option { min-height: 76px; padding: 14px 0; border-right: 0; border-bottom: 1px solid #dfe5eb; }.gateway-option:last-child { border-bottom: 0; }.gateway-option strong { font-size: 17px; }.global-buyer-card { padding: 0 14px 15px; }.global-buyer-question { padding: 15px; }.global-buyer-question strong { font-size: 18px; }.global-buyer-step { align-items: flex-start; flex-direction: column; gap: 7px; }.global-option-list div { grid-template-columns: 66px 1fr; padding: 10px; }.global-option-list strong { font-size: 11px; }.global-option-list small { font-size: 9px; }.global-buyer-status { grid-template-columns: 43px 1fr 12px; }.global-clarity-panel { grid-template-columns: 1fr; gap: 8px; }.global-clarity-panel > div { min-height: 125px; }.global-clarity-panel > div strong { margin-top: 24px; }.global-clarity-panel > b { transform: rotate(90deg); }.global-city-grid { grid-template-columns: 1fr; }.global-city-grid article { min-height: auto; }.global-city-grid strong { margin-top: 30px; }.global-local-note { font-size: 12px; line-height: 1.6; }.global-mro-grid { grid-template-columns: 1fr; }.global-mro-grid article { min-height: auto; }.global-mro-grid h3 { margin-top: 35px; }.global-mro-summary { align-items: flex-start; flex-direction: column; gap: 8px; } }

/* Final global sourcing homepage system */
.global-page .global-china-link { color: #285f9c; font-weight: 700; white-space: nowrap; }.global-page .global-china-link:hover { color: var(--global-blue); }
.global-new-hero { min-height: 760px; padding: 78px 0 60px; background: #061b38; }.global-new-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(450px, 1fr); align-items: center; gap: 55px; min-height: 620px; }.global-new-hero-copy { max-width: 650px; }.global-new-hero h1 { margin: 31px 0 18px; color: #fff; font-size: clamp(50px, 6vw, 84px); line-height: .99; letter-spacing: -.075em; font-weight: 500; }.global-new-hero h1 em { color: var(--global-cyan); font-style: normal; }.global-new-hero-sub { margin: 0; color: #f4f8fc; font-size: 21px; line-height: 1.35; font-weight: 500; }.global-new-hero-lead { max-width: 570px; margin: 21px 0 0; color: #c2d4e7; font-size: 15px; line-height: 1.85; }.global-new-hero .global-hero-actions { margin-top: 31px; }.global-new-hero .global-button-light { border-color: rgba(255,255,255,.3); }.global-new-hero .global-hero-note { margin-top: 25px; }.global-network-visual { position: relative; min-height: 510px; }.global-network-visual::before { content: ''; position: absolute; inset: 50px 0; border: 1px solid rgba(112,206,240,.14); border-radius: 50%; transform: rotate(-24deg); box-shadow: 0 0 0 55px rgba(112,206,240,.025), 0 0 0 110px rgba(112,206,240,.016); }.global-demand-node, .global-network-core, .global-resource-node { position: absolute; z-index: 2; display: grid; }.global-demand-node { top: 30px; left: 50%; width: 210px; padding: 17px; transform: translateX(-50%); border: 1px solid rgba(124,196,230,.4); background: rgba(15,61,112,.86); }.global-demand-node span, .global-resource-node span { color: #70c9ed; font-size: 9px; letter-spacing: .15em; font-weight: 700; }.global-demand-node strong { margin-top: 9px; color: #fff; font-size: 17px; font-weight: 600; }.global-demand-node small, .global-resource-node small { margin-top: 5px; color: #91b1cb; font-size: 10px; }.global-network-core { top: 50%; left: 50%; place-items: center; width: 170px; height: 170px; transform: translate(-50%, -50%); border-radius: 50%; background: #247cc5; box-shadow: 0 0 0 18px rgba(66,154,224,.12), 0 0 0 50px rgba(66,154,224,.05); color: #fff; text-align: center; }.global-network-core span { color: #bdeafb; font-size: 16px; letter-spacing: .18em; font-weight: 700; }.global-network-core strong { margin-top: 7px; font-size: 14px; line-height: 1.25; letter-spacing: .08em; }.global-network-core small { margin-top: 7px; color: #c8e8f5; font-size: 10px; }.global-resource-node { min-width: 120px; padding: 11px 13px; border: 1px solid rgba(128,198,231,.42); background: rgba(7,29,59,.78); }.node-factory { top: 161px; left: 0; }.node-oem { top: 214px; right: 0; }.node-quality { bottom: 125px; left: 4px; }.node-logistics { right: 9px; bottom: 88px; }.global-network-line { position: absolute; z-index: 1; left: 50%; top: 50%; width: 1px; height: 230px; transform-origin: center top; background: rgba(113,203,237,.4); }.line-one { transform: translate(-50%, -100%) rotate(35deg); }.line-two { transform: translate(-50%, -100%) rotate(-35deg); }.line-three { transform: translate(-50%, 0) rotate(115deg); }.line-four { transform: translate(-50%, 0) rotate(-115deg); }
.global-response-strip { background: #0f396d; }.global-response-inner { grid-template-columns: repeat(3, 1fr); }.global-response-inner strong { font-size: 23px; letter-spacing: -.03em; }.global-response-inner span { color: #b4cce2; font-size: 11px; }
.global-workflow-section { background: #f5f1ea; }.global-workflow-board { padding: 34px; background: #fff; border: 1px solid #dbe3ea; }.global-workflow-request { display: grid; grid-template-columns: 190px 1fr auto; gap: 22px; align-items: center; padding: 20px; background: #e6f1fc; }.global-workflow-request span { color: var(--global-blue); font-size: 9px; letter-spacing: .14em; font-weight: 700; }.global-workflow-request strong { color: var(--global-navy); font-size: 20px; font-weight: 600; }.global-workflow-request small { color: #72859a; font-size: 11px; line-height: 1.5; }.global-workflow-arrow { margin: 14px 0; color: var(--global-blue); text-align: center; font-size: 23px; }.global-workflow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 0; padding: 0; list-style: none; counter-reset: workflow; }.global-workflow-list li { min-height: 115px; padding: 17px; border: 1px solid #dbe3ea; background: #f7f9fb; }.global-workflow-list li span { display: block; color: var(--global-blue); font-size: 10px; font-weight: 700; }.global-workflow-list li strong { display: block; margin-top: 25px; color: var(--global-navy); font-size: 12px; letter-spacing: .04em; }.global-workflow-list li small { display: block; margin-top: 6px; color: #7c8da0; font-size: 10px; line-height: 1.5; }
.global-ecosystem-section { background: #061b38; color: #fff; }.global-ecosystem-map { position: relative; min-height: 565px; margin-top: 20px; overflow: hidden; border: 1px solid rgba(117,183,224,.25); background: #0a2a53; }.global-ecosystem-map::before, .global-ecosystem-map::after { content: ''; position: absolute; top: 50%; left: 50%; border: 1px solid rgba(112,206,240,.22); border-radius: 50%; transform: translate(-50%, -50%); }.global-ecosystem-map::before { width: 330px; height: 330px; }.global-ecosystem-map::after { width: 600px; height: 360px; transform: translate(-50%, -50%) rotate(27deg); border-color: rgba(237,0,141,.2); }.global-ecosystem-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 175px; height: 175px; padding: 20px; transform: translate(-50%, -50%); border-radius: 50%; background: #247cc5; box-shadow: 0 0 0 18px rgba(66,154,224,.12); text-align: center; }.global-ecosystem-center span { color: #bdeafb; font-size: 16px; letter-spacing: .15em; font-weight: 700; }.global-ecosystem-center strong { margin-top: 8px; font-size: 14px; line-height: 1.25; letter-spacing: .05em; }.global-ecosystem-center small { margin-top: 7px; color: #c8e8f5; font-size: 9px; line-height: 1.4; }.global-eco-node { position: absolute; z-index: 2; padding: 11px 14px; border: 1px solid rgba(128,198,231,.45); background: rgba(7,29,59,.82); color: #d8ebfa; font-size: 11px; }.eco-a { top: 70px; left: 12%; }.eco-b { top: 30px; left: 41%; }.eco-c { top: 85px; right: 12%; }.eco-d { top: 45%; left: 4%; }.eco-e { top: 45%; right: 4%; }.eco-f { bottom: 83px; left: 12%; }.eco-g { bottom: 36px; left: 42%; }.eco-h { bottom: 80px; right: 14%; }.eco-i { top: 31%; left: 28%; }.eco-j { top: 31%; right: 27%; }
.global-speed-section { background: #fff; }.global-speed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.global-speed-grid article { min-height: 230px; padding: 26px; border: 1px solid #dce4eb; background: #f7f9fb; }.global-speed-grid article > strong { color: var(--global-blue); font-size: 18px; letter-spacing: -.02em; }.global-speed-grid h3 { margin: 55px 0 13px; color: var(--global-navy); font-size: 20px; font-weight: 600; }.global-speed-grid p { margin: 0; color: #708197; font-size: 12px; line-height: 1.75; }.global-speed-note { margin: 17px 0 0; padding: 18px 21px; color: var(--global-navy); background: #e6f1fc; font-size: 13px; }
.global-comparison-section { background: #f5f1ea; }.global-supplier-comparison { overflow-x: auto; border: 1px solid #d8e0e6; background: #fff; }.global-comparison-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 23px; border-bottom: 1px solid #e2e8ed; }.global-comparison-head span { color: var(--global-blue); font-size: 9px; letter-spacing: .15em; font-weight: 700; }.global-comparison-head strong { color: var(--global-navy); font-size: 13px; font-weight: 600; }.global-supplier-row { display: grid; grid-template-columns: 1.25fr repeat(5, 1fr); min-width: 720px; border-bottom: 1px solid #e6ebef; }.global-supplier-row > * { padding: 16px 17px; border-left: 1px solid #e6ebef; color: #6f8194; font-size: 11px; line-height: 1.45; }.global-supplier-row > *:first-child { border-left: 0; }.global-supplier-labels > * { color: #8797a8; font-size: 9px; letter-spacing: .12em; font-weight: 700; }.global-supplier-row strong { color: var(--global-navy); font-size: 12px; }.global-supplier-row b { color: var(--global-blue); font-size: 11px; font-weight: 600; }.global-comparison-summary { display: flex; align-items: center; gap: 18px; margin-top: 15px; padding: 19px 23px; background: #dceafd; }.global-comparison-summary strong { color: var(--global-navy); font-size: 13px; }.global-comparison-summary span { color: #6e8095; font-size: 12px; line-height: 1.6; }
.global-visual-section { background: #fff; }.global-visual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.global-visual-grid article { min-height: 290px; padding: 25px; border: 1px solid #dce4eb; background: #f7f9fb; }.global-visual-grid article > span { color: var(--global-blue); font-size: 9px; letter-spacing: .14em; font-weight: 700; }.global-visual-grid h3 { margin: 55px 0 14px; color: var(--global-navy); font-size: 21px; font-weight: 600; }.global-visual-grid p { margin: 0; color: #708197; font-size: 12px; line-height: 1.75; }.global-visual-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }.global-visual-tags i { padding: 7px 8px; border: 1px solid #cbd9e6; color: #658097; font-size: 9px; font-style: normal; }.global-visual-summary { margin-top: 16px; padding: 20px; color: var(--global-navy); background: #e6f1fc; text-align: center; font-size: 15px; font-weight: 600; }
.global-product-section { background: #f5f1ea; }.global-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.global-product-grid article { min-height: 220px; padding: 24px; border: 1px solid #dce1e3; background: #fff; }.global-product-grid article > span { color: var(--global-blue); font-size: 11px; font-weight: 700; }.global-product-grid h3 { margin: 55px 0 14px; color: var(--global-navy); font-size: 20px; font-weight: 600; }.global-product-grid p { margin: 0; color: #718196; font-size: 12px; line-height: 1.75; }
.global-values-section { background: #fff; }.global-values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }.global-values-grid article { min-height: 245px; padding: 23px; border-top: 3px solid var(--global-blue); background: #f7f9fb; }.global-values-grid article > span { color: var(--global-blue); font-size: 10px; letter-spacing: .14em; font-weight: 700; }.global-values-grid h3 { margin: 48px 0 13px; color: var(--global-navy); font-size: 17px; line-height: 1.25; font-weight: 600; }.global-values-grid p { margin: 0; color: #718196; font-size: 11px; line-height: 1.7; }
.global-about-section { background: #edf4fb; }.global-about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }.global-about-grid h2 { margin: 25px 0 0; color: var(--global-navy); font-size: clamp(43px, 5vw, 74px); line-height: 1.03; letter-spacing: -.07em; font-weight: 500; }.global-about-grid h2 em { color: var(--global-blue); font-style: normal; }.global-about-grid > div > p { max-width: 540px; margin: 0 0 18px; color: #6f8094; font-size: 14px; line-height: 1.9; }.global-text-link { display: inline-flex; gap: 10px; margin-top: 10px; color: var(--global-blue); font-size: 12px; font-weight: 700; }.global-text-link span { font-size: 17px; }
.global-inquiry-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }.global-inquiry-actions .global-button { min-height: 43px; padding: 0 14px; font-size: 10px; }.global-inquiry-section .global-button-light { border-color: rgba(255,255,255,.4); }.global-mobile-contact { display: none; }
@media (max-width: 1100px) { .global-new-hero-grid { gap: 25px; }.global-page .main-nav { gap: 13px; }.global-values-grid { grid-template-columns: repeat(3, 1fr); }.global-values-grid article:nth-child(4), .global-values-grid article:nth-child(5) { margin-top: 0; } }
@media (max-width: 980px) { .global-new-hero-grid { grid-template-columns: 1fr; padding-top: 55px; }.global-new-hero { min-height: 1110px; }.global-new-hero-copy { max-width: 720px; }.global-network-visual { max-width: 650px; width: 100%; margin: 0 auto; min-height: 450px; }.global-workflow-request { grid-template-columns: 1fr; gap: 9px; }.global-workflow-list { grid-template-columns: repeat(2, 1fr); }.global-ecosystem-map { min-height: 620px; }.global-speed-grid, .global-visual-grid { grid-template-columns: repeat(2, 1fr); }.global-visual-grid article:last-child { grid-column: 1 / -1; }.global-product-grid { grid-template-columns: repeat(2, 1fr); }.global-values-grid { grid-template-columns: repeat(3, 1fr); }.global-about-grid { grid-template-columns: 1fr; gap: 35px; } }
@media (max-width: 720px) { .global-new-hero { min-height: 1010px; padding-top: 66px; }.global-new-hero-grid { min-height: 900px; padding-top: 35px; gap: 10px; }.global-new-hero h1 { font-size: clamp(48px, 13vw, 66px); }.global-new-hero-sub { font-size: 17px; }.global-new-hero-lead { font-size: 14px; }.global-new-hero .global-hero-actions { flex-direction: column; align-items: stretch; }.global-network-visual { min-height: 320px; transform: scale(.88); transform-origin: top center; margin-bottom: -45px; }.global-demand-node { top: 10px; width: 185px; }.global-network-core { width: 125px; height: 125px; }.global-network-core span { font-size: 13px; }.global-network-core strong { font-size: 11px; }.global-resource-node { min-width: 95px; padding: 8px 9px; }.global-resource-node span { font-size: 8px; }.global-resource-node small { font-size: 8px; }.node-factory { top: 106px; left: 0; }.node-oem { top: 145px; right: 0; }.node-quality { bottom: 85px; left: 0; }.node-logistics { right: 0; bottom: 48px; }.global-response-inner { padding: 22px 0 18px; }.global-response-inner strong { font-size: 20px; }.global-response-inner span { font-size: 10px; }.global-workflow-board { padding: 18px 14px; }.global-workflow-list { grid-template-columns: 1fr; gap: 8px; }.global-workflow-list li { min-height: auto; padding: 14px; }.global-workflow-list li strong { margin-top: 17px; }.global-ecosystem-map { min-height: 670px; }.global-ecosystem-center { width: 135px; height: 135px; }.global-ecosystem-center span { font-size: 13px; }.global-eco-node { font-size: 9px; padding: 8px 9px; }.eco-a { top: 33px; left: 4%; }.eco-b { top: 86px; left: auto; right: 4%; }.eco-c { top: 165px; right: 1%; }.eco-d { top: 262px; left: 1%; }.eco-e { top: 337px; right: 1%; }.eco-f { bottom: 180px; left: 3%; }.eco-g { bottom: 84px; left: 12%; }.eco-h { bottom: 28px; right: 3%; }.eco-i { top: 265px; left: auto; right: 9%; }.eco-j { top: 410px; right: auto; left: 5%; }.global-speed-grid, .global-visual-grid, .global-product-grid, .global-values-grid { grid-template-columns: 1fr; }.global-visual-grid article:last-child { grid-column: auto; }.global-values-grid article { min-height: auto; }.global-values-grid h3 { margin-top: 31px; }.global-comparison-head { align-items: flex-start; flex-direction: column; gap: 9px; }.global-comparison-summary { align-items: flex-start; flex-direction: column; gap: 8px; }.global-about-grid h2 { font-size: clamp(45px, 13vw, 65px); }.global-inquiry-actions { flex-direction: column; align-items: stretch; }.global-mobile-contact { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 1px; padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right)); background: rgba(6,27,56,.96); box-shadow: 0 -8px 25px rgba(6,27,56,.18); }.global-mobile-contact a { display: grid; min-height: 43px; place-items: center; color: #fff; background: #16477f; font-size: 10px; font-weight: 700; }.global-mobile-contact a:last-child { background: var(--global-blue); }.global-page { padding-bottom: 65px; } }
.cities-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 55px; margin: 42px 0 56px; }.cities-heading h2 { margin: 0; font-size: clamp(41px, 4.4vw, 70px); line-height: 1.1; letter-spacing: -.065em; font-weight: 500; }.cities-heading h2 span { color: #6d7d91; }.cities-heading p { max-width: 390px; margin: 0 0 3px; color: #68778b; font-size: 14px; line-height: 1.85; }.city-module { display: grid; grid-template-columns: 265px 1fr; min-height: 370px; border: 1px solid #d9e0e7; background: white; }.city-tabs { display: flex; flex-direction: column; border-right: 1px solid #d9e0e7; }.city-tab { display: grid; grid-template-columns: 33px 1fr; grid-template-rows: 1fr 1fr; align-items: center; gap: 0 8px; flex: 1; padding: 18px 20px; border: 0; border-bottom: 1px solid #e5ebf0; background: white; color: var(--navy); text-align: left; }.city-tab:last-child { border-bottom: 0; }.city-tab span { grid-row: 1 / 3; align-self: start; color: var(--blue); font-size: 11px; font-weight: 700; }.city-tab strong { font-size: 18px; font-weight: 500; }.city-tab small { color: #8a98a9; font-size: 11px; }.city-tab.is-active { background: var(--navy); color: white; }.city-tab.is-active small { color: #9eb6d3; }.city-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 44px; align-items: center; }.city-panel-copy { max-width: 420px; }.city-panel-kicker { color: var(--blue); font-size: 10px; letter-spacing: .16em; font-weight: 700; }.city-panel h3 { margin: 20px 0 16px; color: var(--navy); font-size: clamp(27px, 3vw, 42px); line-height: 1.18; letter-spacing: -.05em; font-weight: 500; }.city-panel-copy p { margin: 0; color: #6f7e91; font-size: 14px; line-height: 1.9; }.city-capabilities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }.city-capabilities span { padding: 8px 10px; color: var(--blue); border: 1px solid #c9d9eb; font-size: 11px; }.city-panel-visual { position: relative; min-height: 250px; display: grid; place-items: center; overflow: hidden; background: #f2f0eb; }.city-panel-visual img { width: 100%; height: 250px; object-fit: cover; object-position: center; opacity: .88; }.city-marker { position: absolute; right: 20px; bottom: 17px; padding: 8px 10px; background: var(--navy); color: white; font-size: 10px; letter-spacing: .14em; }.admin-gate { width: min(560px, 100%); margin: 0 auto; padding: 42px; border: 1px solid #dbe3ec; background: var(--mist); }.admin-gate h2 { margin: 25px 0 12px; color: var(--navy); font-size: 34px; font-weight: 500; letter-spacing: -.05em; }.admin-gate p { margin: 0 0 28px; color: #748195; font-size: 13px; line-height: 1.8; }.admin-gate label { display: block; color: #6d7d90; font-size: 11px; }.admin-gate input { width: 100%; margin: 10px 0 19px; padding: 14px 0; border: 0; border-bottom: 1px solid #b9c8d8; outline: 0; background: transparent; color: var(--navy); }.admin-gate input:focus { border-color: var(--blue); }.admin-error { min-height: 22px; margin-top: 14px; color: #b14848; font-size: 12px; }.button-dark { color: white; border-color: var(--navy); background: var(--navy); }.button-dark:hover { background: #153b6c; }.records-panel[hidden], .admin-gate[hidden] { display: none; }
@media (max-width: 980px) { .cities-heading { align-items: flex-start; flex-direction: column; gap: 22px; }.city-module { grid-template-columns: 205px 1fr; }.city-panel { grid-template-columns: 1fr; padding: 30px; }.city-panel-visual { min-height: 210px; }.city-panel-visual img { height: 210px; } }
@media (max-width: 720px) { .cities-heading h2 { font-size: clamp(39px, 11vw, 56px); }.city-module { display: block; }.city-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border-right: 0; border-bottom: 1px solid #d9e0e7; }.city-tab { min-height: 105px; padding: 14px 7px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 5px; }.city-tab span { grid-row: auto; }.city-tab strong { font-size: 15px; }.city-tab small { font-size: 10px; white-space: nowrap; }.city-panel { padding: 25px 20px 20px; }.city-panel h3 { font-size: 29px; }.city-panel-visual { margin-top: 28px; min-height: 180px; }.city-panel-visual img { height: 180px; }.admin-gate { padding: 28px 20px; }.admin-gate h2 { font-size: 29px; }.records-tools .button-dark { width: 100%; } }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 50px; }
.capability-card { min-height: 340px; padding: 30px; border: 1px solid #dce3eb; background: #f7f9fb; }
.capability-card-blue { border-color: transparent; background: #dceafd; }
.capability-card > span { color: var(--blue); font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.capability-card h3 { margin: 29px 0 12px; color: var(--navy); font-size: 28px; line-height: 1.2; font-weight: 500; letter-spacing: -.04em; }
.capability-card p { margin: 0 0 20px; color: #718096; font-size: 13px; line-height: 1.75; }
.capability-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin: 0; padding: 18px 0 0; border-top: 1px solid rgba(112, 135, 159, .25); list-style: none; }
.capability-card li { position: relative; padding-left: 14px; color: var(--navy); font-size: 13px; line-height: 1.6; }
.capability-card li::before { content: ''; position: absolute; top: .62em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; background: #d8dfe6; }
.support-grid article { min-height: 205px; padding: 25px; background: #fff; }
.support-grid article > span { color: var(--blue); font-size: 12px; font-weight: 700; }
.support-grid h3 { margin: 45px 0 12px; color: var(--navy); font-size: 23px; font-weight: 500; }
.support-grid p { margin: 0; color: #718096; font-size: 13px; line-height: 1.75; }
.service-capability .capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cross-border-support .support-grid { display: flex; gap: 1px; overflow-x: auto; padding-bottom: 12px; background: #d8dfe6; scrollbar-color: #8eb4df #e8eef4; scrollbar-width: thin; }
.cross-border-support .support-grid article { flex: 0 0 clamp(225px, 17vw, 260px); }
@media (max-width: 980px) { .about-services-grid, .service-capability .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .about-services-grid, .service-capability .capability-grid { grid-template-columns: 1fr; } .cross-border-support .support-grid article { flex-basis: 255px; } }
.city-capabilities { gap: 8px; margin-top: 22px; }
.city-capabilities span { padding: 7px 9px; font-size: 10px; }
.city-focus { display: flex; align-items: baseline; gap: 9px; margin-top: 22px; padding: 13px 15px; border-left: 3px solid var(--blue); background: #eef4fa; }
.city-focus span { color: var(--blue); font-size: 10px; letter-spacing: .08em; font-weight: 700; }
.city-focus strong { color: var(--navy); font-size: 13px; font-weight: 600; }
@media (max-width: 720px) { .city-focus { align-items: flex-start; flex-direction: column; gap: 5px; margin-top: 17px; } }
@media (min-width: 981px) {
  .about-page .city-module { display: block; }
  .about-page .city-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); flex-direction: row; border-right: 0; border-bottom: 1px solid #d9e0e7; }
  .about-page .city-tab { min-height: 104px; border-right: 1px solid #e5ebf0; border-bottom: 0; }
  .about-page .city-tab:last-child { border-right: 0; }
}

/* About page: turn small content modules into clear horizontal rows. */
.about-page .about-services-grid,
.about-page .capability-grid,
.about-page .cross-border-support .support-grid { display: grid; grid-template-columns: 1fr; gap: 1px; overflow: visible; padding-bottom: 0; background: #d8dfe6; }
.about-page .about-services-grid article { display: grid; grid-template-columns: 72px minmax(190px, .45fr) 1fr; align-items: center; min-height: 0; padding: 24px 28px; background: #103b71; }
.about-page .about-services-grid .fit-number { grid-column: 1; }
.about-page .about-services-grid h3 { grid-column: 2; margin: 0; font-size: 27px; }
.about-page .about-services-grid p { grid-column: 3; margin: 0; padding-left: 28px; border-left: 1px solid rgba(188,215,240,.28); }
.about-page .capability-grid { margin-top: 50px; }
.about-page .capability-card { display: grid; grid-template-columns: 235px minmax(230px, .75fr) 1.25fr; align-items: center; min-height: 0; padding: 24px 28px; }
.about-page .capability-card h3 { grid-column: 1; grid-row: 1 / span 2; margin: 0; font-size: 25px; }
.about-page .capability-card p { grid-column: 2; grid-row: 1; margin: 0; padding: 0 28px; border-left: 1px solid #d5e0eb; }
.about-page .capability-card ul { grid-column: 3; grid-row: 1; margin: 0; padding: 0 0 0 28px; border-top: 0; border-left: 1px solid #d5e0eb; }
.about-page .cross-border-support .support-grid article { display: grid; grid-template-columns: 72px 280px 1fr; align-items: center; min-height: 0; padding: 22px 28px; }
.about-page .cross-border-support .support-grid article > span { grid-column: 1; }
.about-page .cross-border-support .support-grid h3 { grid-column: 2; margin: 0; font-size: 23px; }
.about-page .cross-border-support .support-grid p { grid-column: 3; margin: 0; padding-left: 28px; border-left: 1px solid #d8dfe6; }
.about-page .about-cooperation .cooperation-grid { position: relative; grid-template-columns: 1fr 1fr 1fr; gap: 16px; align-items: stretch; margin-top: 55px; }
.about-page .about-cooperation .cooperation-grid::before { content: ''; grid-column: 2; grid-row: 1; min-height: 300px; background: linear-gradient(90deg, rgba(8,29,59,.72), rgba(8,29,59,.12)), url('assets/cbic-network.png') center / cover; }
.about-page .about-cooperation .cooperation-card:first-child { grid-column: 1; grid-row: 1; }
.about-page .about-cooperation .cooperation-card:last-child { grid-column: 3; grid-row: 1; }
.about-page .about-cooperation .cooperation-plus { display: none; }

@media (max-width: 980px) {
  .about-page .about-services-grid article { grid-template-columns: 60px 210px 1fr; }
  .about-page .capability-card { grid-template-columns: 210px 1fr; }
  .about-page .capability-card h3 { grid-row: 1; }
  .about-page .capability-card p { grid-column: 2; }
  .about-page .capability-card ul { grid-column: 2; grid-row: 2; padding: 16px 0 0; border-top: 1px solid #d5e0eb; border-left: 0; }
  .about-page .cross-border-support .support-grid article { grid-template-columns: 60px 240px 1fr; }
}

@media (max-width: 720px) {
  .about-page .about-services-grid article,
  .about-page .capability-card,
  .about-page .cross-border-support .support-grid article { display: block; padding: 23px 20px; }
  .about-page .about-services-grid .fit-number { margin-bottom: 18px; }
  .about-page .about-services-grid h3 { margin: 0 0 13px; font-size: 24px; }
  .about-page .about-services-grid p { padding: 0; border-left: 0; }
  .about-page .capability-card h3 { margin-bottom: 13px; font-size: 24px; }
  .about-page .capability-card p { padding: 0; border-left: 0; }
  .about-page .capability-card ul { margin-top: 17px; padding: 17px 0 0; }
  .about-page .cross-border-support .support-grid article > span { display: block; margin-bottom: 16px; }
  .about-page .cross-border-support .support-grid h3 { margin: 0 0 12px; font-size: 22px; }
  .about-page .cross-border-support .support-grid p { padding: 0; border-left: 0; }
  .about-page .about-cooperation .cooperation-grid { grid-template-columns: 1fr; gap: 12px; }
  .about-page .about-cooperation .cooperation-grid::before { grid-column: 1; grid-row: 2; min-height: 190px; }
  .about-page .about-cooperation .cooperation-card:first-child { grid-column: 1; grid-row: 1; }
  .about-page .about-cooperation .cooperation-card:last-child { grid-column: 1; grid-row: 3; }
}

/* GlobePilot product layer: a restrained product identity inside the CBIC design system. */
.nav-globepilot { display: inline-flex; align-items: center; gap: 7px; color: var(--navy) !important; font-weight: 700; }
.nav-globepilot small { padding: 3px 5px; border: 1px solid #9acde8; color: #237aa7; font-size: 8px; letter-spacing: .12em; font-weight: 800; }
.nav-globepilot.is-current { color: var(--blue) !important; }
.button-outline-dark { color: var(--navy); border-color: #9cadbf; background: transparent; }
.button-outline-dark:hover { color: var(--blue); border-color: var(--blue); background: #f1f6fb; }
.globepilot-home { border-bottom: 1px solid #dfe8ef; }
.gp-home-grid, .gp-hero-grid { display: grid; grid-template-columns: minmax(500px, .9fr) minmax(500px, 1.1fr); gap: 70px; align-items: center; }
.gp-brand-lockup { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin-top: 28px; color: var(--navy); }
.gp-brand-lockup strong { font-size: 25px; letter-spacing: -.04em; }
.gp-brand-lockup span { color: #66809a; font-size: 13px; }
.gp-brand-lockup small { color: var(--blue); font: 700 9px ui-monospace, monospace; letter-spacing: .12em; }
.gp-brand-lockup-light strong { color: white; }.gp-brand-lockup-light span { color: #a9c1d9; }.gp-brand-lockup-light small { color: #79cef1; }
.gp-home-copy h2, .gp-section h2 { margin: 27px 0 22px; color: var(--navy); font-size: clamp(42px, 4.4vw, 65px); line-height: 1.1; letter-spacing: -.07em; font-weight: 500; }
.gp-home-copy h2 em, .gp-section h2 em { color: var(--blue); font-style: normal; }
.gp-home-copy > p:not(.gp-home-lead), .gp-section-intro > p { max-width: 550px; color: #687a8e; font-size: 14px; line-height: 1.9; }
.gp-home-lead { margin: 0 0 15px; color: var(--navy); font-size: 18px; line-height: 1.55; font-weight: 600; }
.gp-home-actions, .gp-hero-actions, .gp-final-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.gp-home-note { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 32px; color: #8192a3; font-size: 11px; }
.gp-home-note i { display: block; width: 28px; height: 1px; background: #aac5dd; }.gp-home-note strong { color: var(--blue); font-weight: 600; }
.gp-home-visual { min-width: 0; padding: 10px 0; }
.gp-workspace-window { position: relative; min-width: 0; border: 1px solid #b8cbd8; background: #f4f8fa; box-shadow: 0 25px 65px rgba(7,29,59,.14); }
.gp-window-top { display: flex; align-items: center; gap: 14px; min-height: 48px; padding: 0 18px; border-bottom: 1px solid #cbd9e1; color: #6d8599; font: 9px ui-monospace, monospace; letter-spacing: .06em; }
.gp-window-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 11px; letter-spacing: 0; }.gp-window-brand b { display: grid; place-items: center; width: 22px; height: 22px; background: var(--navy); color: white; font-size: 8px; }.gp-window-brand strong { font-size: 11px; }
.gp-demo-badge { padding: 4px 6px; border: 1px solid #ddba80; color: #a37122; font-size: 8px; letter-spacing: .1em; }.gp-window-status { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; white-space: nowrap; }.gp-window-status i { width: 6px; height: 6px; border-radius: 50%; background: #50b9a1; }
.gp-window-body { display: grid; grid-template-columns: 182px minmax(0, 1fr); min-height: 390px; }.gp-window-side { display: flex; flex-direction: column; gap: 14px; padding: 25px 19px; background: #0a2745; color: #a4bdd0; }.gp-window-side small { color: #6e96b1; font: 8px ui-monospace, monospace; letter-spacing: .12em; }.gp-window-side strong { color: white; font-size: 14px; line-height: 1.4; font-weight: 600; }.gp-window-side span { padding: 7px 8px; border-left: 1px solid #24567a; font-size: 10px; }.gp-window-side .gp-side-active { border-color: #66c6ec; color: #d5edf8; background: rgba(74,160,203,.12); }.gp-side-foot { margin-top: auto; color: #70c9f3; font: 9px ui-monospace, monospace; letter-spacing: .12em; }
.gp-window-main { min-width: 0; padding: 27px 29px 20px; background: #fcfefe; }.gp-window-heading { display: flex; justify-content: space-between; gap: 18px; }.gp-window-heading small, .gp-intel-top small { color: #8b9eac; font: 8px ui-monospace, monospace; letter-spacing: .1em; }.gp-window-heading h3 { margin: 8px 0 5px; color: var(--navy); font-size: 20px; font-weight: 600; }.gp-window-heading p { margin: 0; color: #7b8d9b; font-size: 11px; }.gp-window-heading > strong { color: var(--blue); font: 500 32px ui-monospace, monospace; }.gp-progress { height: 5px; margin: 22px 0 24px; background: #dce7ed; }.gp-progress i { display: block; width: 72%; height: 100%; background: var(--blue); }.gp-agent-steps { display: grid; }.gp-agent-steps > div { display: grid; grid-template-columns: 20px 1fr; gap: 9px; padding: 11px 0; border-top: 1px solid #e3ebef; color: #496276; font-size: 11px; }.gp-agent-steps b { color: #9cabb7; font: 13px ui-monospace, monospace; }.gp-agent-steps .is-done b { color: #51af9c; }.gp-agent-steps .is-active b { color: var(--blue); }.gp-agent-steps small { display: block; margin-top: 3px; color: #91a0aa; font-size: 9px; }.gp-window-stats { display: flex; gap: 22px; margin-top: 14px; padding-top: 15px; border-top: 1px solid #dfe8ed; }.gp-window-stats b { display: block; color: var(--navy); font: 600 20px ui-monospace, monospace; }.gp-window-stats span { color: #8496a3; font-size: 9px; }
.gp-account-float { position: absolute; right: -32px; bottom: 30px; width: 205px; padding: 17px; border: 1px solid #a9c3d1; background: rgba(255,255,255,.97); box-shadow: 0 15px 40px rgba(7,29,59,.15); }.gp-account-float small, .gp-account-float p { color: #8b9da9; font: 8px ui-monospace, monospace; letter-spacing: .08em; }.gp-account-float > strong { display: block; margin: 11px 0 15px; color: var(--navy); font-size: 14px; }.gp-account-float > div { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px solid #e1e9ed; color: #7d8f9d; font-size: 10px; }.gp-account-float > div b { color: var(--blue); font: 700 11px ui-monospace, monospace; }.gp-account-float p { display: flex; justify-content: space-between; margin: 11px 0 0; letter-spacing: 0; }.gp-account-float p strong { max-width: 115px; color: var(--navy); font: 600 9px/1.4 Inter, sans-serif; text-align: right; }.gp-visual-caption, .gp-preview-note { margin: 15px 0 0; color: #8399aa; font: 9px ui-monospace, monospace; letter-spacing: .1em; }

.gp-hero { position: relative; padding: 160px 0 118px; overflow: hidden; }.gp-hero::after { content: ''; position: absolute; right: -180px; bottom: -220px; width: 620px; height: 620px; border: 1px solid rgba(107,197,237,.24); border-radius: 50%; box-shadow: 0 0 0 55px rgba(62,133,184,.06), 0 0 0 110px rgba(62,133,184,.04); pointer-events: none; }.gp-hero-grid { position: relative; z-index: 1; }.gp-hero-copy h1 { margin: 29px 0 20px; color: white; font-size: clamp(48px, 4.6vw, 72px); line-height: 1.02; letter-spacing: -.08em; font-weight: 500; }.gp-hero-copy h1 em { color: #79cef1; font-style: normal; white-space: nowrap; }.gp-hero-sub { margin: 0 0 16px; color: #e7f0f8; font-size: 19px; line-height: 1.6; }.gp-hero-body { max-width: 550px; margin: 0; color: #b3c8dc; font-size: 15px; line-height: 1.9; }.gp-hero-disclaimer { display: grid; gap: 9px; margin-top: 40px; color: #7394b4; font: 9px ui-monospace, monospace; letter-spacing: .12em; }.gp-hero-disclaimer strong { color: #b5d7eb; font: 12px Inter, sans-serif; letter-spacing: 0; font-weight: 500; }.gp-hero-preview { min-width: 0; padding: 13px 32px 0 0; }.gp-workspace-large { transform: perspective(1200px) rotateY(-3deg); transform-origin: right center; }.gp-preview-note { display: block; text-align: right; }

.gp-section { overflow: hidden; }.gp-section-intro { max-width: 760px; }.gp-section-intro h2 { margin-top: 25px; }.gp-section-intro-dark h2 { color: white; }.gp-section-intro-dark h2 em { color: #79cef1; }.gp-section-intro-dark > p { color: #b4c8dc; }.gp-pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 52px; }.gp-pain-grid article { min-height: 198px; padding: 22px 20px; border-top: 3px solid #9acfe8; background: #f1f6f9; }.gp-pain-grid article:nth-child(2) { border-color: #8bb7d2; background: #edf3f8; }.gp-pain-grid article:nth-child(3) { border-color: #9ab4c8; background: #f1f4f6; }.gp-pain-grid article:nth-child(4) { border-color: #77a5bf; background: #eaf1f5; }.gp-pain-grid b { color: var(--blue); font: 700 11px ui-monospace, monospace; }.gp-pain-grid strong { display: block; margin: 33px 0 12px; color: var(--navy); font-size: 17px; line-height: 1.35; font-weight: 600; }.gp-pain-grid p { margin: 0; color: #708297; font-size: 12px; line-height: 1.7; }.gp-statement { display: flex; align-items: baseline; gap: 14px; margin-top: 25px; color: #708297; font-size: 18px; }.gp-statement strong { color: var(--navy); font-size: 22px; font-weight: 600; }
.gp-contrast-grid { display: grid; grid-template-columns: minmax(0, 1fr) 100px minmax(0, 1fr); gap: 22px; align-items: center; margin-top: 55px; }.gp-contrast-grid article { min-height: 300px; padding: 27px; border: 1px solid #315472; }.gp-contrast-grid article.is-highlight { border-color: #4b9fc2; background: #0b2d4b; }.gp-contrast-label { color: #83a4bc; font: 9px ui-monospace, monospace; letter-spacing: .12em; }.gp-contrast-grid h3 { margin: 13px 0 22px; color: white; font-size: 23px; font-weight: 500; }.gp-contrast-grid ul { display: grid; gap: 12px; margin: 0 0 22px; padding: 0; list-style: none; color: #a8bed0; font-size: 13px; }.gp-contrast-grid li { padding-bottom: 10px; border-bottom: 1px solid #274963; }.gp-contrast-grid article > strong { color: #e3eff8; font-size: 13px; font-weight: 500; }.gp-contrast-grid .is-highlight > strong { color: #80d1f2; }.gp-contrast-bridge { display: grid; justify-items: center; gap: 10px; color: #79cef1; font: 9px ui-monospace, monospace; letter-spacing: .1em; }.gp-contrast-bridge b { font-size: 32px; font-weight: 400; }.gp-contrast-bottom { margin-top: 53px; color: #afc4d6; font-size: 20px; }.gp-contrast-bottom strong { color: white; font-size: 27px; font-weight: 500; }
.gp-flow-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 58px; border-top: 1px solid #c2d2df; border-bottom: 1px solid #c2d2df; }.gp-flow-list::before { content: ''; position: absolute; top: 41px; right: 4%; left: 4%; height: 1px; background: #9fc0d7; }.gp-flow-list > div { position: relative; min-height: 160px; padding: 20px 18px 21px 0; border-right: 1px solid #d6e0e8; }.gp-flow-list > div:nth-child(5n) { border-right: 0; }.gp-flow-list > div:nth-child(n+6) { border-top: 1px solid #d6e0e8; }.gp-flow-list b { position: relative; z-index: 1; display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 28px; border-radius: 50%; background: var(--navy); color: white; font: 11px ui-monospace, monospace; }.gp-flow-list strong { display: block; color: var(--navy); font-size: 14px; line-height: 1.4; }.gp-flow-list span { display: block; margin-top: 7px; color: #7a8c9c; font-size: 11px; line-height: 1.6; }
.gp-role-list { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 55px; border-top: 1px solid #d5e0e8; }.gp-role-list article { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 25px 30px 25px 0; border-bottom: 1px solid #d5e0e8; }.gp-role-list article:nth-child(even) { padding-left: 30px; border-left: 1px solid #d5e0e8; }.gp-role-list article > span { color: var(--blue); font: 700 11px ui-monospace, monospace; }.gp-role-list b { color: var(--navy); font-size: 18px; font-weight: 600; }.gp-role-list p { margin: 10px 0 0; color: #718297; font-size: 13px; line-height: 1.8; }
.gp-intelligence-section { background: #0e376b; }.gp-intelligence-panel { margin-top: 55px; padding: 35px; background: #f8fbfc; color: var(--ink); box-shadow: 0 24px 60px rgba(3,20,46,.2); }.gp-intel-top { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 25px; border-bottom: 1px solid #d7e3e9; }.gp-intel-top h3 { margin: 12px 0 5px; color: var(--navy); font-size: 26px; font-weight: 600; }.gp-intel-top p { margin: 0; color: #8092a1; font-size: 12px; }.gp-score { display: grid; justify-items: end; min-width: 120px; }.gp-score strong { color: var(--blue); font: 500 50px ui-monospace, monospace; line-height: 1; }.gp-score span { color: #b27c25; font: 700 9px ui-monospace, monospace; letter-spacing: .1em; }.gp-intel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }.gp-intel-grid > div { padding: 21px 0; border-bottom: 1px solid #e0e8ed; }.gp-intel-grid span, .gp-evidence-strip span { display: block; color: var(--blue); font: 9px ui-monospace, monospace; letter-spacing: .1em; }.gp-intel-grid strong { display: block; margin-top: 10px; color: var(--navy); font-size: 15px; }.gp-intel-grid p { margin: 7px 0 0; color: #718496; font-size: 12px; line-height: 1.7; }.gp-evidence-strip { display: grid; grid-template-columns: 100px 100px 100px minmax(220px, 1fr); gap: 22px; align-items: center; margin-top: 24px; }.gp-evidence-strip > div:not(.gp-next-action) { padding-right: 18px; border-right: 1px solid #d7e3e9; }.gp-evidence-strip b { display: block; margin-top: 7px; color: var(--navy); font: 600 25px ui-monospace, monospace; }.gp-evidence-strip small { display: block; margin-top: 4px; color: #8a9aa6; font-size: 10px; }.gp-next-action { padding-left: 5px; }.gp-next-action strong { display: block; margin-top: 9px; color: var(--navy); font-size: 15px; }.gp-next-action span { color: #b27c25; }.gp-next-action small { line-height: 1.5; }
.gp-evidence-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }.gp-evidence-board { border-top: 1px solid #bdcdd9; }.gp-evidence-row { display: grid; grid-template-columns: 145px 1fr 35px; gap: 17px; align-items: center; padding: 25px 0; border-bottom: 1px solid #bdcdd9; }.gp-evidence-row > span { color: var(--blue); font: 700 9px ui-monospace, monospace; letter-spacing: .12em; }.gp-evidence-row strong { color: var(--navy); font-size: 17px; }.gp-evidence-row p { grid-column: 2; margin: -9px 0 0; color: #75879a; font-size: 12px; line-height: 1.7; }.gp-evidence-row b { grid-column: 3; grid-row: 1 / span 2; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: white; background: #4ea895; font: 13px ui-monospace, monospace; }.gp-evidence-row.is-inference b { background: #d09d48; }.gp-evidence-row.is-needs b { background: #7891a8; }
.gp-output-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 25px; margin-top: 55px; border-top: 1px solid #d2dee7; }.gp-output-grid article { min-height: 170px; padding: 22px 10px 20px 0; border-bottom: 1px solid #d2dee7; }.gp-output-grid b { color: var(--blue); font: 700 11px ui-monospace, monospace; }.gp-output-grid strong { display: block; margin-top: 30px; color: var(--navy); font-size: 18px; }.gp-output-grid p { margin: 9px 0 0; color: #768799; font-size: 12px; line-height: 1.7; }
.gp-fit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: start; margin-top: 55px; }.gp-fit-tags { display: flex; flex-wrap: wrap; gap: 10px; }.gp-fit-tags span { padding: 12px 14px; border: 1px solid #bed1df; color: var(--navy); background: #f8fafb; font-size: 13px; }.gp-fit-list { border-top: 1px solid #b8cad6; }.gp-fit-list p { margin: 0; padding: 15px 0; border-bottom: 1px solid #b8cad6; color: #5e7487; font-size: 14px; }.gp-fit-list p::before { content: '→'; display: inline-block; margin-right: 14px; color: var(--blue); }
.gp-cbic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }.gp-cbic-proof { padding: 33px; border: 1px solid #2f597a; background: #0b2c4c; }.gp-proof-line { margin-top: 50px; padding-top: 18px; border-top: 1px solid #3a6686; }.gp-proof-line span { display: block; color: #8fa9bd; font-size: 12px; }.gp-proof-line strong { display: block; margin-top: 14px; color: white; font-size: 22px; line-height: 1.45; font-weight: 500; }.gp-proof-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 45px; color: #9ecce4; font: 9px ui-monospace, monospace; }.gp-proof-flow b { color: #ed8a55; font-size: 16px; font-weight: 400; }
.gp-final-cta { text-align: center; }.gp-final-cta .section-kicker { justify-content: center; }.gp-final-cta h2 { margin: 32px auto 20px; color: white; font-size: clamp(48px, 5.4vw, 78px); }.gp-final-cta h2 em { color: #79cef1; font-style: normal; }.gp-final-cta p { max-width: 560px; margin: 0 auto; color: #bfd1e2; font-size: 15px; line-height: 1.9; }.gp-final-actions { justify-content: center; }.gp-final-brand { display: inline-flex; align-items: baseline; gap: 13px; margin-top: 50px; color: #7dc9ee; }.gp-final-brand strong { color: white; font-size: 20px; }.gp-final-brand span { font-size: 11px; }

@media (max-width: 1100px) {
  .gp-home-grid, .gp-hero-grid { grid-template-columns: 1fr; gap: 38px; }.gp-home-copy { max-width: 700px; }.gp-hero { padding-top: 125px; }.gp-hero-copy { max-width: 680px; }.gp-hero-preview { max-width: 780px; }.gp-pain-grid { grid-template-columns: repeat(2, 1fr); }.gp-flow-list { grid-template-columns: repeat(5, 1fr); }.gp-account-float { right: 15px; }.gp-cbic-grid { gap: 50px; }
}
@media (max-width: 720px) {
  .gp-home-grid, .gp-hero-grid { gap: 25px; }.gp-home-copy h2, .gp-section h2 { font-size: clamp(37px, 10.8vw, 55px); }.gp-brand-lockup { margin-top: 23px; }.gp-home-copy > p:not(.gp-home-lead), .gp-section-intro > p { font-size: 13px; }.gp-home-actions, .gp-hero-actions, .gp-final-actions { align-items: stretch; flex-direction: column; }.gp-home-actions .button, .gp-hero-actions .button, .gp-final-actions .button { width: 100%; }.gp-home-note { line-height: 1.7; }.gp-home-visual { padding: 0; }.gp-workspace-large { transform: none; }.gp-window-top { min-height: 44px; padding: 0 10px; gap: 8px; }.gp-window-brand strong { display: none; }.gp-window-status { font-size: 7px; }.gp-window-body { grid-template-columns: 108px minmax(0, 1fr); min-height: 335px; }.gp-window-side { gap: 11px; padding: 18px 11px; }.gp-window-side strong { font-size: 11px; }.gp-window-side span { padding: 5px; font-size: 8px; }.gp-window-main { padding: 18px 14px 15px; }.gp-window-heading h3 { font-size: 14px; }.gp-window-heading p { font-size: 9px; }.gp-window-heading > strong { font-size: 23px; }.gp-progress { margin: 15px 0 16px; }.gp-agent-steps > div { padding: 8px 0; font-size: 9px; }.gp-agent-steps small { font-size: 7px; }.gp-window-stats { gap: 10px; margin-top: 8px; padding-top: 9px; }.gp-window-stats b { font-size: 16px; }.gp-window-stats span { font-size: 7px; }.gp-account-float { right: 6px; bottom: 13px; width: 150px; padding: 11px; }.gp-account-float > strong { margin: 7px 0 9px; font-size: 10px; }.gp-account-float p { margin-top: 7px; font-size: 7px; }.gp-account-float p strong { max-width: 82px; font-size: 7px; }.gp-visual-caption, .gp-preview-note { font-size: 7px; }.gp-hero { padding: 107px 0 78px; }.gp-hero-copy h1 { font-size: clamp(46px, 13vw, 65px); }.gp-hero-sub { font-size: 17px; }.gp-hero-body { font-size: 13px; }.gp-hero-preview { padding: 0; }.gp-pain-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 35px; }.gp-pain-grid article { min-height: 0; padding: 20px; }.gp-pain-grid strong { margin-top: 21px; }.gp-statement { display: block; font-size: 16px; line-height: 1.8; }.gp-statement strong { display: block; font-size: 20px; }.gp-contrast-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 35px; }.gp-contrast-grid article { min-height: 0; padding: 22px 19px; }.gp-contrast-bridge { grid-template-columns: auto auto auto; gap: 10px; }.gp-contrast-bridge b { transform: rotate(90deg); }.gp-contrast-bottom { margin-top: 34px; font-size: 16px; line-height: 1.8; }.gp-contrast-bottom strong { display: block; font-size: 21px; }.gp-flow-list { grid-template-columns: 1fr 1fr; margin-top: 34px; }.gp-flow-list::before { display: none; }.gp-flow-list > div, .gp-flow-list > div:nth-child(n+6) { min-height: 137px; padding: 17px 12px 16px 0; border-right: 1px solid #d6e0e8; border-top: 1px solid #d6e0e8; }.gp-flow-list > div:nth-child(2n) { padding-left: 12px; border-right: 0; }.gp-flow-list b { width: 36px; height: 36px; margin-bottom: 17px; font-size: 9px; }.gp-flow-list strong { font-size: 12px; }.gp-flow-list span { font-size: 10px; }.gp-role-list { grid-template-columns: 1fr; margin-top: 35px; }.gp-role-list article, .gp-role-list article:nth-child(even) { grid-template-columns: 35px 1fr; padding: 20px 0; border-left: 0; }.gp-role-list b { font-size: 16px; }.gp-role-list p { font-size: 12px; }.gp-intelligence-panel { margin-top: 35px; padding: 20px 16px; }.gp-intel-top { display: block; }.gp-intel-top h3 { font-size: 20px; }.gp-score { display: flex; align-items: baseline; justify-items: initial; gap: 12px; margin-top: 18px; }.gp-score strong { font-size: 39px; }.gp-intel-grid { grid-template-columns: 1fr; gap: 0; }.gp-intel-grid > div { padding: 17px 0; }.gp-evidence-strip { grid-template-columns: repeat(3, 1fr); gap: 9px; }.gp-evidence-strip > div:not(.gp-next-action) { padding-right: 8px; }.gp-next-action { grid-column: 1 / -1; padding: 14px 0 0; border-top: 1px solid #d7e3e9; }.gp-evidence-layout { grid-template-columns: 1fr; gap: 35px; }.gp-evidence-row { grid-template-columns: 100px 1fr 30px; gap: 10px; padding: 19px 0; }.gp-evidence-row strong { font-size: 15px; }.gp-evidence-row p { font-size: 11px; }.gp-output-grid { grid-template-columns: 1fr 1fr; gap: 0 14px; margin-top: 35px; }.gp-output-grid article { min-height: 145px; }.gp-output-grid strong { margin-top: 21px; font-size: 15px; }.gp-output-grid p { font-size: 11px; }.gp-fit-layout { grid-template-columns: 1fr; gap: 35px; margin-top: 35px; }.gp-fit-tags span { padding: 10px; font-size: 12px; }.gp-fit-list p { font-size: 12px; }.gp-cbic-grid { grid-template-columns: 1fr; gap: 35px; }.gp-cbic-proof { padding: 22px 18px; }.gp-proof-line { margin-top: 32px; }.gp-proof-line strong { font-size: 19px; }.gp-proof-flow { margin-top: 30px; gap: 6px; }.gp-final-cta h2 { font-size: clamp(44px, 12vw, 60px); }
}

/* About page redesign: a shorter narrative with a clear enterprise journey. */
.about-redesign-page .section-pad { padding: 104px 0; }
.about-redesign-page .about-redesign-hero { min-height: 640px; }
.about-redesign-page .about-redesign-hero .about-hero-grid { min-height: 562px; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 48px; }
.about-redesign-page .about-redesign-hero-copy { max-width: 650px; }
.about-redesign-page .about-redesign-hero h1 { max-width: 680px; margin: 28px 0 23px; font-size: clamp(48px, 5.25vw, 78px); line-height: 1.05; letter-spacing: -.075em; }
.about-redesign-page .about-redesign-hero p { max-width: 560px; margin: 0; font-size: 16px; line-height: 1.85; }
.about-redesign-hero-actions { display: flex; gap: 13px; margin-top: 32px; }
.about-redesign-page .about-redesign-hero .about-hero-art { min-height: 450px; }
.about-redesign-page .about-redesign-hero .about-hero-art img { width: min(520px, 43vw); }

.about-redesign-entity-head,
.about-redesign-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .52fr); align-items: end; gap: 70px; margin-top: 35px; }
.about-redesign-entity-head h2,
.about-redesign-section-head h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.3vw, 64px); line-height: 1.08; letter-spacing: -.07em; font-weight: 500; }
.about-redesign-entity-head h2 span,
.about-redesign-section-head h2 span { color: #6d7d91; }
.about-redesign-entity-head p,
.about-redesign-section-head p { max-width: 390px; margin: 0 0 4px; color: #68778b; font-size: 14px; line-height: 1.9; }
.about-redesign-entity-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; margin-top: 52px; }
.about-redesign-operator { padding: 27px 30px; border-left: 4px solid var(--blue); background: var(--mist); }
.about-redesign-operator span { display: block; margin-bottom: 13px; color: var(--blue); font-size: 10px; letter-spacing: .15em; font-weight: 700; }
.about-redesign-operator strong { display: block; color: var(--navy); font-size: 24px; line-height: 1.35; font-weight: 500; }
.about-redesign-operator p { margin: 12px 0 0; color: #718096; font-size: 13px; line-height: 1.75; }
.about-redesign-entity-copy { padding: 4px 0 0 30px; border-left: 1px solid #dce4ec; color: #66758a; font-size: 14px; line-height: 1.9; }
.about-redesign-entity-copy p { margin: 0 0 13px; }
.about-redesign-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 46px; border-top: 1px solid #dce4ec; border-bottom: 1px solid #dce4ec; }
.about-redesign-proof div { min-height: 110px; padding: 21px 24px; border-right: 1px solid #dce4ec; }
.about-redesign-proof div:last-child { border-right: 0; }
.about-redesign-proof span { display: block; margin-bottom: 14px; color: #7b8b9d; font-size: 10px; letter-spacing: .12em; }
.about-redesign-proof strong { color: var(--navy); font-size: 14px; line-height: 1.65; font-weight: 600; }

.about-redesign-need-list { display: grid; gap: 11px; margin-top: 48px; }
.about-redesign-need-list article { display: grid; grid-template-columns: 68px minmax(230px, .58fr) 1fr; align-items: center; min-height: 116px; padding: 20px 26px; border: 1px solid #dce4ec; border-left: 4px solid #8fa6bb; background: rgba(255,255,255,.72); }
.about-redesign-need-list article:first-child { border-left-color: #78a9d4; background: #eef4f9; }
.about-redesign-need-list article:nth-child(2) { border-left-color: #9aaab8; background: #f1f4f6; }
.about-redesign-need-list article > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.about-redesign-need-list article > div { grid-column: 2 / -1; display: grid; grid-template-columns: minmax(230px, .58fr) 1fr; align-items: center; gap: 28px; }
.about-redesign-need-list h3 { margin: 0; color: var(--navy); font-size: 22px; line-height: 1.35; font-weight: 600; }
.about-redesign-need-list p { margin: 0; padding-left: 28px; border-left: 1px solid rgba(112,135,159,.25); color: #65758a; font-size: 13px; line-height: 1.8; }
.about-redesign-callout { margin-top: 16px; padding: 18px 24px; color: var(--navy); background: #dceafd; text-align: center; font-size: 15px; line-height: 1.7; }

.about-redesign-section-head-dark h2 { color: white; }
.about-redesign-section-head-dark h2 em { color: #79cef1; font-style: normal; }
.about-redesign-section-head-dark p { color: #b9cbe0; }
.about-redesign-method-list { margin-top: 48px; border-top: 1px solid rgba(188,215,240,.32); }
.about-redesign-method-list article { display: grid; grid-template-columns: 60px minmax(0, 1fr) 100px; gap: 22px; align-items: center; min-height: 135px; padding: 22px 0; border-bottom: 1px solid rgba(188,215,240,.32); }
.about-redesign-method-list article > span { color: #65b9f0; font-size: 12px; font-weight: 700; }
.about-redesign-method-list article strong { display: block; margin-bottom: 7px; color: #79cef1; font-size: 13px; letter-spacing: .08em; }
.about-redesign-method-list article h3 { margin: 0 0 8px; color: white; font-size: 21px; line-height: 1.4; font-weight: 500; }
.about-redesign-method-list article p { max-width: 670px; margin: 0; color: #b9cbe0; font-size: 13px; line-height: 1.75; }
.about-redesign-method-list article > b { color: #7897bb; font-size: 10px; letter-spacing: .15em; text-align: right; }

.about-redesign-capability-list { margin-top: 48px; border-top: 1px solid #dce4ec; }
.about-redesign-capability-list a { display: grid; grid-template-columns: 60px minmax(0, 1fr) 180px; gap: 24px; align-items: center; min-height: 112px; padding: 20px 0; border-bottom: 1px solid #dce4ec; color: inherit; transition: padding .2s ease, background .2s ease; }
.about-redesign-capability-list a:hover { padding-right: 14px; padding-left: 14px; background: #f4f7fa; }
.about-redesign-capability-list a > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.about-redesign-capability-list strong { display: block; margin-bottom: 6px; color: var(--navy); font-size: 21px; line-height: 1.4; font-weight: 600; }
.about-redesign-capability-list p { margin: 0; color: #65758a; font-size: 13px; line-height: 1.75; }
.about-redesign-capability-list b { color: #6c86a2; font-size: 11px; font-weight: 700; text-align: right; }
.about-redesign-cities .section-pad { padding-top: 104px; padding-bottom: 104px; }
.about-redesign-cta p { max-width: 520px; margin: -8px 0 28px; color: #b9cbe0; font-size: 15px; line-height: 1.8; }

@media (max-width: 980px) {
  .about-redesign-page .about-redesign-hero .about-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .about-redesign-page .about-redesign-hero .about-hero-art { min-height: 300px; margin-top: -8px; }
  .about-redesign-page .about-redesign-hero .about-hero-art img { width: min(430px, 70vw); }
  .about-redesign-entity-head, .about-redesign-section-head { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .about-redesign-entity-head p, .about-redesign-section-head p { max-width: 600px; }
}
@media (max-width: 720px) {
  .about-redesign-page .section-pad { padding: 76px 0; }
  .about-redesign-page .about-redesign-hero { min-height: 760px; }
  .about-redesign-page .about-redesign-hero .about-hero-grid { min-height: 690px; padding-top: 50px; }
  .about-redesign-page .about-redesign-hero h1 { margin-top: 25px; font-size: clamp(42px, 11.5vw, 59px); }
  .about-redesign-page .about-redesign-hero p { font-size: 14px; }
  .about-redesign-hero-actions { align-items: stretch; flex-direction: column; margin-top: 27px; }
  .about-redesign-page .about-redesign-hero .about-hero-art { min-height: 255px; }
  .about-redesign-page .about-redesign-hero .about-hero-art span { left: 0; right: auto; bottom: 4px; font-size: 9px; }
  .about-redesign-entity-head h2, .about-redesign-section-head h2 { font-size: clamp(33px, 8.7vw, 45px); }
  .about-redesign-entity-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 35px; }
  .about-redesign-operator { padding: 23px 20px; }
  .about-redesign-operator strong { font-size: 19px; }
  .about-redesign-entity-copy { padding: 0; border: 0; font-size: 13px; }
  .about-redesign-proof { grid-template-columns: 1fr; margin-top: 30px; }
  .about-redesign-proof div { min-height: auto; padding: 17px 0; border-right: 0; border-bottom: 1px solid #dce4ec; }
  .about-redesign-proof div:last-child { border-bottom: 0; }
  .about-redesign-need-list { margin-top: 32px; gap: 10px; }
  .about-redesign-need-list article { display: block; min-height: auto; padding: 21px 18px; }
  .about-redesign-need-list article > span { display: block; margin-bottom: 15px; }
  .about-redesign-need-list article > div { display: block; }
  .about-redesign-need-list h3 { margin-bottom: 10px; font-size: 20px; }
  .about-redesign-need-list p { padding: 0; border: 0; font-size: 13px; }
  .about-redesign-callout { padding: 17px 18px; text-align: left; font-size: 13px; }
  .about-redesign-method-list { margin-top: 32px; }
  .about-redesign-method-list article { grid-template-columns: 43px 1fr; gap: 13px; min-height: auto; padding: 22px 0; }
  .about-redesign-method-list article > b { display: none; }
  .about-redesign-method-list article h3 { font-size: 19px; }
  .about-redesign-method-list article p { font-size: 13px; }
  .about-redesign-capability-list { margin-top: 32px; }
  .about-redesign-capability-list a { display: block; min-height: auto; padding: 20px 0; }
  .about-redesign-capability-list a:hover { padding-right: 0; padding-left: 0; background: transparent; }
  .about-redesign-capability-list a > span { display: block; margin-bottom: 13px; }
  .about-redesign-capability-list strong { font-size: 20px; }
  .about-redesign-capability-list p { font-size: 13px; }
  .about-redesign-capability-list b { display: block; margin-top: 12px; text-align: left; }
  .about-redesign-cities .section-pad { padding-top: 76px; padding-bottom: 76px; }
  .about-redesign-cta p { font-size: 14px; }
}

/* Primary navigation current-page marker. */
.main-nav > a.is-current:not(.nav-cta),
.nav-services.is-current > summary {
  position: relative;
  color: var(--navy);
  font-weight: 700;
}
.main-nav > a.is-current:not(.nav-cta)::after,
.nav-services.is-current > summary::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: #2f6ea7;
}
.nav-services.is-current > summary span { color: #2f6ea7; }
@media (max-width: 720px) {
  .main-nav > a.is-current:not(.nav-cta),
  .nav-services.is-current > summary {
    color: var(--navy);
    font-weight: 700;
    box-shadow: inset 3px 0 0 #2f6ea7;
    padding-left: 12px;
  }
  .main-nav > a.is-current:not(.nav-cta)::after,
  .nav-services.is-current > summary::after { display: none; }
}

/* Services overview: both directories read as numbered horizontal rows. */
.services-system-page .service-stage-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #d7e0ea; }
.services-system-page .service-stage-grid > div { display: grid; grid-template-columns: 72px 280px 1fr; align-items: center; min-height: 82px; padding: 18px 24px; }
.services-system-page .service-stage-grid span { grid-column: 1; }
.services-system-page .service-stage-grid strong { grid-column: 2; margin: 0; }
.services-system-page .service-stage-grid small { grid-column: 3; margin: 0; padding-left: 28px; border-left: 1px solid #c9d8e8; }
.services-system-page .service-system-grid { display: grid; grid-template-columns: 1fr; gap: 1px; margin-top: 52px; padding-bottom: 0; overflow: visible; background: #dce3eb; }
.services-system-page .service-system-grid > .service-system-card { display: grid; grid-template-columns: 72px 300px 1fr auto; align-items: center; flex: none; min-height: 112px; padding: 22px 28px; border: 0; background: #f7f9fb; }
.services-system-page .service-system-grid > .service-system-card > span { grid-column: 1; }
.services-system-page .service-system-grid > .service-system-card h3 { grid-column: 2; margin: 0; font-size: 23px; }
.services-system-page .service-system-grid > .service-system-card p { grid-column: 3; margin: 0; padding-left: 28px; border-left: 1px solid #d5dfe9; }
.services-system-page .service-system-grid > .service-system-card b { grid-column: 4; margin: 0 0 0 25px; white-space: nowrap; }
.services-system-page .service-system-grid > .service-system-card-featured { background: #dceafd; }
.services-system-page .service-system-featured-after { display: grid; margin-top: 1px; }
@media (max-width: 720px) {
  .services-system-page .service-stage-grid > div { grid-template-columns: 45px 1fr; min-height: 92px; padding: 17px 15px; }
  .services-system-page .service-stage-grid strong { grid-column: 2; }
  .services-system-page .service-stage-grid small { grid-column: 2; padding: 6px 0 0; border-left: 0; }
  .services-system-page .service-system-grid { gap: 1px; margin-top: 35px; }
  .services-system-page .service-system-grid > .service-system-card { display: block; min-height: 0; padding: 23px 20px; }
  .services-system-page .service-system-grid > .service-system-card h3 { margin: 24px 0 12px; font-size: 23px; }
  .services-system-page .service-system-grid > .service-system-card p { padding: 0; border-left: 0; }
  .services-system-page .service-system-grid > .service-system-card b { margin: 20px 0 0; }
}

/* Homepage pain points: four numbered rows with distinct color blocks. */
.qualification .fit-grid-four { display: grid; grid-template-columns: 1fr; gap: 1px; background: #d7e0ea; }
.qualification .fit-grid-four .fit-card { display: grid; grid-template-columns: 72px 270px 1fr 170px; align-items: center; min-height: 0; padding: 24px 28px; border: 0; transform: none; }
.qualification .fit-grid-four { gap: 12px; background: transparent; }
.qualification .fit-grid-four .fit-card { min-height: 124px; border: 1px solid #dce4ec; border-left-width: 4px; }
.qualification .fit-grid-four .fit-card:nth-child(1) { background: #eef4f9; border-left-color: #78a9d4; }
.qualification .fit-grid-four .fit-card:nth-child(2) { background: #f1f4f6; border-left-color: #9aaab8; }
.qualification .fit-grid-four .fit-card:nth-child(3) { background: #eff3f6; border-left-color: #8fa6bb; }
.qualification .fit-grid-four .fit-card:nth-child(4) { background: #f2f4f5; border-left-color: #a8b6c3; }
.qualification .fit-grid-four .fit-number { grid-column: 1; }
.qualification .fit-grid-four .fit-card h3 { grid-column: 2; margin: 0; font-size: 24px; }
.qualification .fit-grid-four .fit-card p { grid-column: 3; max-width: none; margin: 0; padding-left: 28px; border-left: 1px solid rgba(112,135,159,.25); }
.qualification .fit-grid-four .fit-line { display: none; }
.qualification .fit-grid-four .fit-tag { position: static; grid-column: 4; margin: 0 0 0 22px; color: #70839a; text-align: right; }
@media (max-width: 720px) {
  .qualification .fit-grid-four { gap: 10px; }
  .qualification .fit-grid-four .fit-card { display: block; min-height: 0; padding: 23px 20px; }
  .qualification .fit-grid-four .fit-number { margin-bottom: 18px; }
  .qualification .fit-grid-four .fit-card h3 { margin: 0 0 13px; font-size: 24px; }
  .qualification .fit-grid-four .fit-card p { padding: 0; border-left: 0; }
  .qualification .fit-grid-four .fit-tag { display: block; margin: 17px 0 0; text-align: left; }
}

/* About page WHO WE SERVE: three readable horizontal rows. */
.about-page .about-fit-grid { display: grid; grid-template-columns: 1fr; gap: 12px; background: transparent; }
.about-page .about-fit-grid article { display: grid; grid-template-columns: 72px 230px 1fr; align-items: center; min-height: 118px; padding: 24px 28px; border: 1px solid #dce4ec; }
.about-page .about-fit-grid article:nth-child(1) { background: #eef4f9; border-left: 4px solid #78a9d4; }
.about-page .about-fit-grid article:nth-child(2) { background: #f1f4f6; border-left: 4px solid #9aaab8; }
.about-page .about-fit-grid article:nth-child(3) { background: #eff3f6; border-left: 4px solid #8fa6bb; }
.about-page .about-fit-grid article > span { grid-column: 1; }
.about-page .about-fit-grid h3 { grid-column: 2; margin: 0; font-size: 25px; }
.about-page .about-fit-grid p { grid-column: 3; margin: 0; padding-left: 28px; border-left: 1px solid rgba(112,135,159,.25); }
@media (max-width: 720px) {
  .about-page .about-fit-grid { gap: 10px; }
  .about-page .about-fit-grid article { display: block; min-height: 0; padding: 23px 20px; }
  .about-page .about-fit-grid article > span { display: block; margin-bottom: 18px; }
  .about-page .about-fit-grid h3 { margin: 0 0 13px; font-size: 24px; }
  .about-page .about-fit-grid p { padding: 0; border-left: 0; }
}
@media (max-width: 720px) { .capability-grid, .support-grid { grid-template-columns: 1fr; gap: 13px; background: transparent; }.capability-card { min-height: auto; padding: 24px 20px; }.capability-card h3 { font-size: 24px; }.capability-card ul { grid-template-columns: 1fr; }.support-grid article { min-height: 170px; }.support-grid h3 { margin-top: 32px; } }
.nav-services { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-services summary { cursor: pointer; list-style: none; white-space: nowrap; }
.nav-services summary::-webkit-details-marker { display: none; }
.nav-services summary span { display: inline-block; margin-left: 5px; color: var(--blue); font-size: 14px; transition: transform .2s ease; }
.nav-services:hover summary span, .nav-services:focus-within summary span { transform: rotate(180deg); }
.nav-services-menu { position: absolute; top: calc(100% - 1px); left: 50%; z-index: 80; display: grid; width: 310px; padding: 8px; border: 1px solid #d9e2ec; background: rgba(255,255,255,.98); box-shadow: 0 18px 45px rgba(8,29,59,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.nav-services:hover .nav-services-menu, .nav-services:focus-within .nav-services-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-services-menu a { display: grid; gap: 3px; padding: 12px 13px; border-bottom: 1px solid #edf1f5; color: var(--navy); }
.nav-services-menu a:last-child { border-bottom: 0; }
.nav-services-menu a:hover, .nav-services-menu a.is-current { background: var(--mist); color: var(--blue); }
.nav-services-menu strong { font-size: 12px; font-weight: 700; }
.nav-services-menu small { color: #8492a3; font-size: 10px; }
.service-hero { min-height: 540px; padding-top: 78px; }
.service-hero-inner { padding: 125px 0 110px; }
.service-hero h1 { max-width: 900px; margin: 35px 0 25px; color: white; font-size: clamp(50px, 6vw, 86px); line-height: 1.04; letter-spacing: -.075em; font-weight: 500; }
.service-hero h1 em { color: #79cef1; font-style: normal; }
.service-hero p { max-width: 570px; margin: 0; color: #b9cbe0; font-size: 17px; line-height: 1.85; }
.service-overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 52px; }
.service-overview-card { min-height: 245px; padding: 28px; border: 1px solid #dce3eb; background: #f7f9fb; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-overview-card:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-3px); }
.service-overview-card-wide { grid-column: 1 / -1; background: #dceafd; }
.service-overview-card > span, .foundation-card > span { color: var(--blue); font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.service-overview-card h3 { margin: 35px 0 12px; color: var(--navy); font-size: 27px; font-weight: 500; letter-spacing: -.04em; }
.service-overview-card p { max-width: 520px; margin: 0; color: #718096; font-size: 13px; line-height: 1.8; }
.service-overview-card b { display: block; margin-top: 23px; color: var(--blue); font-size: 12px; }
.service-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px; background: var(--navy); color: white; }
.service-callout > span { align-self: flex-start; color: #79cef1; font-size: 10px; letter-spacing: .16em; font-weight: 700; }
.service-callout strong { margin-right: auto; font-size: 25px; line-height: 1.45; font-weight: 500; }
.foundation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 52px; }
.foundation-card { min-height: 295px; padding: 30px; border: 1px solid #dce3eb; background: #f7f9fb; color: var(--ink); text-align: left; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.foundation-card:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-3px); }
.foundation-card-blue { border-color: transparent; background: #dceafd; }
.foundation-card h3 { margin: 42px 0 13px; color: var(--navy); font-size: 28px; line-height: 1.2; font-weight: 500; letter-spacing: -.04em; }
.foundation-card p { max-width: 360px; margin: 0; color: #718096; font-size: 14px; line-height: 1.8; }
.foundation-card b { display: block; margin-top: 26px; color: var(--blue); font-size: 12px; }
.foundation-card i { margin-left: 8px; font-size: 16px; font-style: normal; }
.trade-roadmap { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 54px; }
.trade-roadmap::before { content: ''; position: absolute; top: 42px; right: 10%; left: 10%; height: 1px; background: #b9cde2; }
.trade-step { position: relative; z-index: 1; min-height: 475px; padding: 24px 23px 22px; border: 1px solid #d5e0eb; background: #f4f7fa; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.trade-step:hover { border-color: var(--blue); box-shadow: 0 15px 35px rgba(8, 35, 74, .12); transform: translateY(-4px); }
.trade-step-blue { border-color: transparent; background: #dceafd; }
.trade-step-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.trade-step-number { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: white; font-size: 12px; font-weight: 700; }
.trade-step-blue .trade-step-number { background: var(--blue); }
.trade-step-code { color: var(--blue); font-size: 9px; letter-spacing: .1em; font-weight: 700; text-align: right; }
.trade-step-visual { display: grid; place-items: center; height: 84px; margin: 23px 0 18px; }
.trade-icon { position: relative; display: block; width: 57px; height: 57px; border: 1px solid #8eb4df; border-radius: 50%; background: rgba(255,255,255,.66); }
.trade-icon::before, .trade-icon::after { content: ''; position: absolute; display: block; }
.trade-icon-building::before { right: 15px; bottom: 13px; left: 15px; height: 28px; border: 2px solid var(--blue); border-bottom: 0; }
.trade-icon-building::after { right: 22px; bottom: 13px; left: 22px; height: 11px; border: 2px solid var(--blue); }
.trade-icon-badge::before { top: 13px; left: 18px; width: 18px; height: 24px; border: 2px solid var(--blue); border-radius: 4px; }
.trade-icon-badge::after { top: 20px; left: 23px; width: 8px; height: 4px; border-bottom: 2px solid var(--blue); border-left: 2px solid var(--blue); transform: rotate(-45deg); }
.trade-icon-box::before { top: 17px; left: 15px; width: 25px; height: 23px; border: 2px solid var(--blue); transform: skewY(-20deg); }
.trade-icon-box::after { top: 17px; left: 18px; width: 19px; height: 11px; border-top: 2px solid var(--blue); transform: rotate(27deg); }
.trade-icon-chart::before { right: 14px; bottom: 14px; left: 14px; height: 25px; border-bottom: 2px solid var(--blue); border-left: 2px solid var(--blue); }
.trade-icon-chart::after { right: 18px; bottom: 25px; width: 22px; height: 13px; border-top: 2px solid var(--blue); border-right: 2px solid var(--blue); transform: skewY(-32deg); }
.trade-step h3 { margin: 0 0 13px; color: var(--navy); font-size: 23px; line-height: 1.3; font-weight: 600; }
.trade-step > p { min-height: 86px; margin: 0; color: #62748b; font-size: 13px; line-height: 1.8; }
.trade-step-result { margin-top: 20px; padding: 13px 0 14px; border-top: 1px solid rgba(112, 135, 159, .28); border-bottom: 1px solid rgba(112, 135, 159, .28); }
.trade-step-result small { display: block; color: var(--blue); font-size: 10px; letter-spacing: .1em; font-weight: 700; }
.trade-step-result strong { display: block; margin-top: 7px; color: var(--navy); font-size: 13px; line-height: 1.55; font-weight: 600; }
.trade-step > b { display: block; margin-top: 19px; color: var(--blue); font-size: 11px; }
.trade-step > b i { margin-left: 5px; font-size: 15px; font-style: normal; }
.detail-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.detail-intro h2, .service-process h2, .service-city-note h2 { margin: 32px 0 0; color: var(--navy); font-size: clamp(38px, 4.3vw, 65px); line-height: 1.1; letter-spacing: -.065em; font-weight: 500; }
.detail-intro h2 span, .service-process h2 span { color: #6d7d91; }
.detail-intro > p { margin: 0 0 4px; color: #6c7b90; font-size: 14px; line-height: 1.9; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 60px; }
.detail-grid article { min-height: 300px; padding: 30px; background: #f3f6f8; }
.detail-grid article:nth-child(2) { background: #dceafd; }
.detail-grid article > span { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.detail-grid h3 { margin: 35px 0 18px; color: var(--navy); font-size: 28px; font-weight: 500; }
.detail-grid ul { display: grid; gap: 13px; margin: 0; padding: 18px 0 0 16px; border-top: 1px solid rgba(112, 135, 159, .28); color: #607087; font-size: 13px; line-height: 1.65; }
.detail-grid li.service-point { display: grid; gap: 5px; padding: 12px 10px 12px 0; list-style: none; border-bottom: 1px solid rgba(112, 135, 159, .2); transition: background .2s ease, padding .2s ease; }
.detail-grid li.service-point:hover { padding-left: 10px; background: rgba(255,255,255,.58); }
.detail-grid li.service-point strong { color: var(--navy); font-size: 14px; line-height: 1.45; font-weight: 600; }
.detail-grid li.service-point span { color: #718096; font-size: 12px; line-height: 1.65; }
.service-city-note { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.service-city-note h2 { max-width: 680px; font-size: clamp(35px, 4vw, 56px); }
.service-city-note p { max-width: 620px; margin: 22px 0 0; color: #6c7b90; font-size: 14px; line-height: 1.85; }
.service-process { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.service-process-list { padding: 5px 0; border-top: 1px solid #d4dde7; }
.service-process-list p { margin: 0; padding: 18px 0; border-bottom: 1px solid #d4dde7; color: var(--navy); font-size: 14px; }
.service-process-list b { display: inline-block; width: 37px; color: var(--blue); font-size: 11px; }
.industry-contrast { display: grid; grid-template-columns: 1fr 55px 1fr; gap: 18px; align-items: stretch; margin-top: 48px; }
.industry-contrast article { padding: 27px 30px; border: 1px solid #d8dfe6; background: rgba(255,255,255,.74); }
.industry-contrast article > span { color: #7d8b9b; font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.industry-contrast article strong { display: block; margin: 21px 0 11px; color: var(--navy); font-size: 24px; font-weight: 500; }
.industry-contrast article p { margin: 0; color: #6f7e91; font-size: 13px; line-height: 1.8; }
.industry-contrast-highlight { border-color: #b9d4f4 !important; background: #dceafd !important; }
.industry-contrast-highlight > span { color: var(--blue) !important; }
.industry-contrast-arrow { display: grid; place-items: center; align-self: center; width: 45px; height: 45px; border-radius: 50%; background: var(--blue); color: white; font-size: 24px; }
.industry-flow { display: grid; grid-template-columns: 250px 95px 1fr; gap: 18px; align-items: center; margin-top: 48px; }
.industry-core { min-height: 215px; padding: 28px; background: var(--navy); color: white; }
.industry-core > span, .industry-cluster > span { display: block; color: #79cef1; font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.industry-core strong { display: block; margin: 34px 0 10px; font-size: 31px; font-weight: 500; }
.industry-core p { margin: 0; color: #b8c9dd; font-size: 12px; line-height: 1.7; }
.industry-connector { display: grid; justify-items: center; gap: 10px; color: var(--blue); text-align: center; font-size: 11px; line-height: 1.5; }
.industry-connector i { display: block; width: 74px; height: 1px; background: #8db7e9; }
.industry-cluster { padding: 28px; border: 1px solid #cbd9e9; background: white; }
.industry-cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.industry-cluster-grid article { min-height: 70px; padding: 14px; background: #eef4fb; }
.industry-cluster-grid strong { display: block; color: var(--navy); font-size: 15px; font-weight: 600; }
.industry-cluster-grid small { display: block; margin-top: 6px; color: #7c8b9c; font-size: 10px; }
.industry-case { margin-top: 18px; padding: 28px 30px; border: 1px solid #d5e0ec; background: rgba(255,255,255,.78); }
.industry-case-heading { display: grid; gap: 8px; }
.industry-case-heading > span { color: var(--blue); font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.industry-case-heading strong { color: var(--navy); font-size: 23px; font-weight: 500; }
.industry-case-heading small { color: #8794a4; font-size: 11px; line-height: 1.6; }
.industry-case-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 25px; background: #d4dfeb; }
.industry-case-steps div { min-height: 142px; padding: 20px; background: #eef4fb; }
.industry-case-steps b { color: var(--blue); font-size: 11px; line-height: 1.45; }
.industry-case-steps p { margin: 14px 0 0; color: #6d7d90; font-size: 12px; line-height: 1.75; }
.industry-case-result { display: flex; align-items: center; gap: 22px; margin-top: 18px; padding: 15px 18px; background: var(--navy); color: white; }
.industry-case-result span { color: #79cef1; font-size: 10px; letter-spacing: .12em; font-weight: 700; white-space: nowrap; }
.industry-case-result strong { font-size: 14px; line-height: 1.6; font-weight: 500; }
.industry-caption { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 27px; color: var(--navy); font-size: 13px; }
.industry-caption span { color: var(--blue); font-size: 20px; }
@media (max-width: 720px) { .industry-contrast { grid-template-columns: 1fr; gap: 10px; }.industry-contrast article { padding: 23px 20px; }.industry-contrast article strong { font-size: 21px; }.industry-contrast-arrow { margin: 0 auto; transform: rotate(90deg); }.industry-flow { grid-template-columns: 1fr; gap: 13px; }.industry-core { min-height: auto; }.industry-connector { grid-template-columns: 1fr auto 1fr; gap: 8px; }.industry-connector i { width: 100%; }.industry-cluster { padding: 22px 18px; }.industry-cluster-grid { grid-template-columns: repeat(2, 1fr); }.industry-case { padding: 23px 18px; }.industry-case-heading strong { font-size: 20px; line-height: 1.45; }.industry-case-steps { grid-template-columns: 1fr; gap: 1px; }.industry-case-steps div { min-height: auto; padding: 17px; }.industry-case-result { align-items: flex-start; flex-direction: column; gap: 7px; }.industry-caption { align-items: flex-start; flex-wrap: wrap; gap: 7px 12px; justify-content: flex-start; line-height: 1.6; }.industry-caption span { font-size: 16px; } }
@media (max-width: 720px) { .nav-services { display: block; align-self: auto; }.nav-services summary { padding: 15px 0; border-bottom: 1px solid #edf1f5; }.nav-services[open] summary span { transform: rotate(180deg); }.nav-services-menu { position: static; width: auto; padding: 0 0 8px 13px; border: 0; box-shadow: none; background: transparent; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }.nav-services:not([open]) .nav-services-menu { display: none; }.nav-services-menu a { padding: 12px 10px; }.service-hero { min-height: 610px; padding-top: 66px; }.service-hero-inner { padding: 90px 0; }.service-hero h1 { font-size: clamp(43px, 11vw, 63px); }.service-hero p { font-size: 15px; }.service-overview-grid, .foundation-grid, .detail-grid { grid-template-columns: 1fr; gap: 13px; }.service-overview-card-wide { grid-column: auto; }.service-overview-card, .foundation-card { min-height: 230px; padding: 23px 20px; }.service-overview-card h3, .foundation-card h3 { margin-top: 30px; font-size: 24px; }.service-callout { align-items: flex-start; flex-direction: column; padding: 28px 22px; gap: 18px; }.service-callout strong { font-size: 21px; }.detail-intro, .service-process { grid-template-columns: 1fr; gap: 30px; }.detail-intro h2, .service-process h2, .service-city-note h2 { font-size: clamp(37px, 10vw, 53px); }.detail-grid article { min-height: 260px; padding: 24px 20px; }.service-city-note { align-items: flex-start; flex-direction: column; gap: 26px; }.service-city-note p { font-size: 13px; }.service-process-list { margin-top: 10px; } }
@media (max-width: 720px) { .main-nav .nav-services:hover .nav-services-menu, .main-nav .nav-services:focus-within .nav-services-menu { transform: none; } }

/* Chinese site navigation: keep the top level focused while preserving the full service directory. */
body:not(.global-page) .main-nav { gap: 18px; }
body:not(.global-page) .nav-site-link { display: inline-flex; align-items: center; gap: 6px; color: var(--navy); font-weight: 700; white-space: nowrap; }
body:not(.global-page) .nav-site-link small { color: #7d91a5; font-size: 8px; letter-spacing: .06em; font-weight: 700; }
body:not(.global-page) .nav-site-link-global { color: #275f91; }
body:not(.global-page) .nav-site-link-agent { color: #174477 !important; }
body:not(.global-page) .nav-site-link-agent small { color: #2d7aa6; }
body:not(.global-page) .nav-services-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 520px; }
body:not(.global-page) .nav-services-menu a { min-width: 0; }

@media (max-width: 1100px) {
  body:not(.global-page) .main-nav { gap: 12px; font-size: 12px; }
  body:not(.global-page) .nav-site-link small { display: none; }
}

@media (max-width: 720px) {
  body:not(.global-page) .main-nav { gap: 0; font-size: 13px; }
  body:not(.global-page) .nav-site-link { display: flex; justify-content: space-between; white-space: normal; }
  body:not(.global-page) .nav-site-link small { display: inline; }
  body:not(.global-page) .nav-services-menu { grid-template-columns: 1fr; width: auto; }
}

@media (max-width: 980px) { .fit-grid-four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .fit-grid-four { grid-template-columns: 1fr; } }

.about-logo-visual { display: grid; place-items: center; min-height: 480px; background: #eef2f6; }
.about-logo-card { width: min(510px, 90%); padding: 44px 30px; text-align: center; }
.about-logo-crop { height: 190px; overflow: hidden; }
.about-logo-crop img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.about-logo-card strong { display: block; margin-top: 22px; color: var(--navy); font-size: 22px; letter-spacing: .02em; font-weight: 500; }
.about-logo-card p { margin: 13px 0 0; color: #758499; font-size: 12px; letter-spacing: .08em; }
.industry-manifesto { margin: 24px auto 0; padding: 25px 28px 22px; background: var(--navy); color: white; }
.industry-manifesto-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.industry-manifesto-head span { color: #79cef1; font-size: 10px; letter-spacing: .15em; font-weight: 700; }
.industry-manifesto-head strong { font-size: 20px; font-weight: 500; }
.industry-manifesto blockquote { margin: 19px 0 20px; padding-left: 18px; border-left: 3px solid var(--cyan); color: white; font-size: 17px; line-height: 1.8; }
.industry-manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(145, 190, 231, .35); }
.industry-manifesto-grid p { margin: 0; padding: 17px 18px; background: #123764; color: #c0d1e4; font-size: 12px; line-height: 1.8; }
.industry-manifesto-footer { margin-top: 1px; padding: 14px 18px; background: #dceafd; color: var(--navy); font-size: 15px; line-height: 1.6; font-weight: 600; text-align: center; }

.industrial-model .section-pad { padding-bottom: 72px; }
.qualification .section-pad { padding-top: 84px; }

@media (max-width: 720px) {
  .about-logo-visual { min-height: 350px; }
  .about-logo-card { padding: 26px 18px; }
  .about-logo-crop { height: 135px; }
  .about-logo-card strong { font-size: 18px; }
  .industrial-model .section-pad { padding-bottom: 48px; }
  .qualification .section-pad { padding-top: 56px; }
  .industry-manifesto { margin-top: 20px; padding: 21px 18px 18px; }
  .industry-manifesto-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .industry-manifesto-head strong { font-size: 18px; }
  .industry-manifesto blockquote { margin: 16px 0 17px; padding-left: 13px; font-size: 14px; line-height: 1.75; }
  .industry-manifesto-grid { grid-template-columns: 1fr; }
  .industry-manifesto-grid p { padding: 14px; font-size: 12px; }
  .industry-manifesto-footer { padding: 13px 14px; font-size: 13px; text-align: left; }
  .hero-lead { font-size: 13px; }
  .qualification .split-heading h2 { font-size: clamp(36px, 9.5vw, 49px); }
}

.hero-detail { display: none; }

.industry-export-hero { min-height: 690px; padding-top: 78px; }
.industry-export-hero-grid { min-height: 612px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.industry-export-hero h1 { margin: 34px 0 25px; color: white; font-size: clamp(48px, 5vw, 70px); line-height: 1.05; letter-spacing: -.08em; font-weight: 500; }
.industry-export-hero h1 em { color: #79cef1; font-style: normal; }
.industry-export-hero p { max-width: 500px; color: #bbcee4; font-size: 15px; line-height: 1.9; }
.industry-export-hero .button { margin-top: 25px; }
.industry-export-hero-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.industry-export-hero-visual img { width: min(500px, 100%); opacity: .85; mix-blend-mode: screen; }
.industry-export-hero-visual span { position: absolute; right: 3%; bottom: 45px; color: #8fa9ca; font-size: 10px; line-height: 1.7; letter-spacing: .15em; text-align: right; }
.industry-export-intro-heading, .industry-export-system-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin: 44px 0 55px; }
.industry-export-intro-heading h2, .industry-export-system-heading h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 3.35vw, 52px); line-height: 1.12; letter-spacing: -.07em; font-weight: 500; }
.industry-export-intro-heading h2 span, .industry-export-system-heading h2 span { color: #6c7d95; }
.industry-export-intro-heading p, .industry-export-system-heading p { max-width: 390px; margin: 0; color: #69788c; font-size: 14px; line-height: 1.9; }
.industry-export-compare { display: grid; grid-template-columns: 1fr 70px 1fr; gap: 18px; align-items: center; }
.industry-export-compare article { min-height: 220px; padding: 28px; background: #f0f4f8; }
.industry-export-compare article span { color: var(--blue); font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.industry-export-compare article strong { display: block; margin: 52px 0 14px; color: var(--navy); font-size: 27px; font-weight: 500; }
.industry-export-compare article p { margin: 0; color: #748195; font-size: 13px; line-height: 1.8; }
.industry-export-compare-highlight { background: #dceafd !important; }
.industry-export-arrow { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--blue); color: white; font-size: 27px; }
.industry-export-system-heading { margin-bottom: 48px; }
.industry-export-pillars { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; background: #d4dfeb; }
.industry-export-pillars article { min-height: 285px; padding: 24px 20px; background: white; }
.industry-export-pillars b { color: var(--blue); font-size: 12px; letter-spacing: .12em; }
.industry-export-pillars h3 { margin: 48px 0 15px; color: var(--navy); font-size: 21px; line-height: 1.35; font-weight: 500; }
.industry-export-pillars p { margin: 0; color: #748195; font-size: 12px; line-height: 1.85; }
.industry-export-system .industry-export-pillars { grid-template-columns: 1fr; }
.industry-export-system .industry-export-pillars article { display: grid; grid-template-columns: 72px 270px 1fr; align-items: center; min-height: 0; padding: 22px 28px; }
.industry-export-system .industry-export-pillars h3 { grid-column: 2; margin: 0; font-size: 23px; }
.industry-export-system .industry-export-pillars p { grid-column: 3; margin: 0; padding-left: 28px; border-left: 1px solid #d4dfeb; }
.industry-export-outcome { color: white; }
.industry-export-outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin: 45px 0 55px; }
.industry-export-outcome h2 { margin: 0 0 25px; color: white; font-size: clamp(40px, 4.2vw, 60px); line-height: 1.07; letter-spacing: -.07em; font-weight: 500; }
.industry-export-outcome h2 em { color: #79cef1; font-style: normal; }
.industry-export-outcome-grid > div > p { max-width: 440px; color: #b9cce2; font-size: 14px; line-height: 1.9; }
.industry-export-quote { padding: 32px; border-left: 3px solid var(--cyan); background: rgba(4, 21, 46, .32); }
.industry-export-quote strong { display: block; color: white; font-size: 24px; line-height: 1.55; font-weight: 500; }
.industry-export-quote span { display: block; margin-top: 20px; color: #a7bfd9; font-size: 13px; line-height: 1.8; }
.industry-export-final { padding: 18px 22px; background: #dceafd; color: var(--navy); font-size: 17px; line-height: 1.6; font-weight: 600; text-align: center; }
.industry-export-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.industry-export-cta span { display: block; margin-bottom: 12px; color: #79cef1; font-size: 10px; letter-spacing: .15em; font-weight: 700; }
.industry-export-cta strong { font-size: 24px; font-weight: 500; }

@media (max-width: 980px) {
  .industry-export-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .industry-export-hero { min-height: 900px; }
  .industry-export-hero-visual { min-height: 330px; margin-top: -35px; }
  .industry-export-intro-heading, .industry-export-system-heading { grid-template-columns: 1fr; gap: 22px; }
  .industry-export-pillars { grid-template-columns: repeat(2, 1fr); }
  .industry-export-outcome-grid { gap: 40px; }
}

@media (max-width: 720px) {
  .industry-export-hero { min-height: 760px; padding-top: 66px; }
  .industry-export-hero-grid { min-height: 690px; padding-top: 50px; }
  .industry-export-hero h1 { font-size: clamp(45px, 12vw, 62px); }
  .industry-export-hero p { font-size: 14px; }
  .industry-export-hero-visual { min-height: 250px; margin-top: -15px; }
  .industry-export-hero-visual img { width: 330px; }
  .industry-export-hero-visual span { right: 0; bottom: 4px; font-size: 8px; }
  .industry-export-intro-heading, .industry-export-system-heading { margin: 30px 0 35px; }
  .industry-export-intro-heading h2, .industry-export-system-heading h2 { font-size: clamp(39px, 11vw, 56px); }
  .industry-export-compare { grid-template-columns: 1fr; gap: 10px; }
  .industry-export-compare article { min-height: auto; padding: 23px 20px; }
  .industry-export-compare article strong { margin: 30px 0 13px; font-size: 24px; }
  .industry-export-arrow { margin: 0 auto; transform: rotate(90deg); }
  .industry-export-pillars { grid-template-columns: 1fr; }
  .industry-export-pillars article { min-height: 190px; padding: 22px 20px; }
  .industry-export-pillars h3 { margin: 35px 0 13px; font-size: 22px; }
  .industry-export-outcome-grid { grid-template-columns: 1fr; gap: 30px; margin: 30px 0 35px; }
  .industry-export-outcome h2 { font-size: clamp(43px, 12vw, 62px); }
  .industry-export-quote { padding: 23px 18px; }
  .industry-export-quote strong { font-size: 20px; }
  .industry-export-final { padding: 15px 16px; font-size: 14px; text-align: left; }
  .industry-export-cta { align-items: flex-start; flex-direction: column; margin-top: 38px; }
  .industry-export-cta strong { font-size: 20px; }
  .industry-export-system .industry-export-pillars article { display: block; padding: 22px 20px; }
  .industry-export-system .industry-export-pillars h3 { margin: 34px 0 13px; font-size: 22px; }
  .industry-export-system .industry-export-pillars p { padding: 0; border-left: 0; }
}

/* Service-system typography: keep long Chinese headings readable as complete phrases. */
.service-page .service-hero h1 { max-width: 1120px; font-size: clamp(44px, 4.6vw, 68px); line-height: 1.08; }
.service-page .service-hero p { max-width: 640px; font-size: 15px; line-height: 1.85; }
.service-page .detail-intro h2, .service-page .service-process h2 { font-size: clamp(36px, 3.7vw, 54px); line-height: 1.12; }
.service-page .detail-grid h3 { font-size: 27px; }
.service-page .detail-grid li.service-point strong { font-size: 15px; }
.service-page .detail-grid li.service-point span { font-size: 13px; line-height: 1.7; }
.service-page .about-cta h2 { font-size: clamp(38px, 4.2vw, 60px); line-height: 1.12; }
.foundation-title-break { display: none; }
@media (max-width: 720px) {
  .service-page .service-hero h1 { max-width: 100%; font-size: clamp(36px, 9.2vw, 48px); line-height: 1.14; }
  .service-page .service-hero p { font-size: 14px; line-height: 1.8; }
  .service-page .detail-intro h2, .service-page .service-process h2 { font-size: clamp(32px, 8.8vw, 45px); line-height: 1.15; }
  .service-page .detail-grid h3 { font-size: 25px; }
  .service-page .about-cta h2 { font-size: clamp(35px, 9.4vw, 50px); }
  .foundation-title-break { display: inline; }
}

@media (max-width: 980px) {
  .trade-roadmap { grid-template-columns: repeat(2, 1fr); }
  .trade-roadmap::before { display: none; }
}
@media (max-width: 720px) {
  .trade-roadmap { grid-template-columns: 1fr; gap: 13px; margin-top: 35px; }
  .trade-step { min-height: auto; padding: 22px 20px; }
  .trade-step-visual { height: 70px; margin: 18px 0 13px; }
  .trade-step > p { min-height: auto; }
  .trade-step-result { margin-top: 17px; }
}

/* All service detail pages use a sequential reading flow, not side-by-side comparison cards. */
.service-page .detail-grid { display: block; margin-top: 52px; border-top: 1px solid #d5dfe9; counter-reset: service-block; }
.service-page .detail-grid article,
.service-page .service-planning-page .detail-grid article { position: relative; display: grid; grid-template-columns: minmax(230px, .72fr) 1.28fr; grid-template-rows: auto auto; column-gap: 58px; min-height: 0; padding: 34px 0; border-bottom: 1px solid #d5dfe9; background: transparent; counter-increment: service-block; }
.service-page .detail-grid article::before { content: '0' counter(service-block); position: absolute; top: 36px; left: 0; color: var(--blue); font-size: 12px; letter-spacing: .08em; font-weight: 700; }
.service-page .detail-grid article > span { grid-column: 1; grid-row: 1; padding-left: 42px; color: var(--blue); font-size: 12px; letter-spacing: .08em; font-weight: 700; }
.service-page .detail-grid article h3 { grid-column: 1; grid-row: 2; margin: 14px 0 0; padding-left: 42px; color: var(--navy); font-size: 30px; line-height: 1.25; }
.service-page .detail-grid article ul { grid-column: 2; grid-row: 1 / span 2; display: grid; gap: 0; margin: 0; padding: 0 0 0 30px; border-top: 0; border-left: 1px solid #d5dfe9; }
.service-page .detail-grid li.service-point { padding: 15px 0; border-bottom: 1px solid #e3e9ef; }
.service-page .detail-grid li.service-point strong { font-size: 16px; line-height: 1.5; }
.service-page .detail-grid li.service-point span { color: #5f7188; font-size: 14px; line-height: 1.9; }
.service-page .detail-grid li.service-point:first-child { padding-top: 0; }
.service-page .detail-grid li.service-point:last-child { padding-bottom: 0; border-bottom: 0; }
@media (max-width: 720px) {
  .service-page .detail-grid { margin-top: 35px; }
  .service-page .detail-grid article,
  .service-page .service-planning-page .detail-grid article { display: block; padding: 27px 0 29px; }
  .service-page .detail-grid article::before { top: 28px; }
  .service-page .detail-grid article > span { display: block; padding-left: 42px; }
  .service-page .detail-grid article h3 { margin: 16px 0 22px; padding-left: 42px; font-size: 27px; }
  .service-page .detail-grid article ul { display: grid; margin: 0; padding: 12px 0 0; border-top: 1px solid #d5dfe9; border-left: 0; }
  .service-page .detail-grid li.service-point:first-child { padding-top: 15px; }
  .service-page .detail-grid li.service-point:last-child { padding-bottom: 0; }
  .service-page .detail-grid li.service-point strong { font-size: 16px; }
  .service-page .detail-grid li.service-point span { font-size: 14px; line-height: 1.85; }
}

.service-page .service-process-list p { display: grid; grid-template-columns: 40px 1fr; gap: 4px 10px; align-items: start; padding: 17px 0; }
.service-page .service-process-list p b { grid-row: 1 / span 2; width: auto; }
.service-page .service-process-list p strong { color: var(--navy); font-size: 14px; line-height: 1.5; font-weight: 600; }
.service-page .service-process-list p span { grid-column: 2; color: #718096; font-size: 12px; line-height: 1.7; }
@media (max-width: 720px) {
  .service-page .service-process-list p { grid-template-columns: 32px 1fr; gap: 4px 8px; }
  .service-page .service-process-list p strong { font-size: 14px; }
  .service-page .service-process-list p span { font-size: 13px; }
}

.service-system-heading { margin-top: 42px; }
.service-stage-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 42px; background: #d7e0ea; }
.service-stage-grid > div { min-height: 142px; padding: 20px 18px; background: #eef4f9; }
.service-stage-grid span { display: block; color: var(--blue); font-size: 11px; letter-spacing: .1em; font-weight: 700; }
.service-stage-grid strong { display: block; margin-top: 25px; color: var(--navy); font-size: 15px; line-height: 1.45; font-weight: 700; }
.service-stage-grid small { display: block; margin-top: 8px; color: #718096; font-size: 11px; line-height: 1.6; }
.service-system-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.service-system-card { min-height: 275px; padding: 27px; border: 1px solid #dce3eb; background: #f7f9fb; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.service-system-card:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-3px); }
.service-system-card > span { color: var(--blue); font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.service-system-card h3 { margin: 34px 0 13px; color: var(--navy); font-size: 23px; line-height: 1.25; font-weight: 600; letter-spacing: -.04em; }
.service-system-card p { margin: 0; color: #718096; font-size: 13px; line-height: 1.8; }
.service-system-card b { display: block; margin-top: 25px; color: var(--blue); font-size: 12px; font-weight: 700; }
.service-system-card i { margin-left: 5px; font-size: 15px; font-style: normal; }
.service-system-card-featured { grid-column: 1 / -1; background: #dceafd; border-color: #c3d8ef; }
.service-system-card-featured h3 { font-size: 28px; }
.service-system-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: end; }
.service-system-bottom h2 { margin: 32px 0 0; color: var(--navy); font-size: clamp(34px, 3.3vw, 48px); line-height: 1.12; letter-spacing: -.065em; font-weight: 500; }
.service-system-bottom h2 span { color: #6d7d91; }
.logic-title-break { display: inline; }
.service-system-note { padding-bottom: 3px; }
.service-system-note p { margin: 0 0 25px; color: #6c7b90; font-size: 14px; line-height: 1.9; }
.service-system-grid { display: flex; gap: 16px; margin-top: 52px; padding-bottom: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: #8eb4df #e8eef4; scrollbar-width: thin; }
.service-system-grid > .service-system-card { flex: 0 0 clamp(235px, 23vw, 275px); }
.service-system-featured-after { display: block; margin-top: 16px; }
.service-visual-band { display: grid; grid-template-columns: .78fr 1.22fr; gap: 30px; align-items: stretch; margin-top: 44px; padding: 14px; background: #e9f0f7; }
.service-visual-band-copy { display: flex; flex-direction: column; justify-content: center; padding: 30px 25px; }
.service-visual-band-copy .section-kicker { margin: 0; }
.service-visual-band-copy h3 { margin: 25px 0 15px; color: var(--navy); font-size: clamp(30px, 3vw, 45px); line-height: 1.16; letter-spacing: -.065em; font-weight: 500; }
.service-visual-band-copy h3 span { color: #6d7d91; }
.service-visual-band-copy p { max-width: 360px; margin: 0; color: #667990; font-size: 13px; line-height: 1.85; }
.service-visual-band-media { position: relative; min-height: 270px; margin: 0; overflow: hidden; background: var(--navy); }
.service-visual-band-media img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; object-position: center; opacity: .82; }
.service-visual-band-media figcaption { position: absolute; right: 18px; bottom: 16px; color: #d7e8f9; font-size: 9px; letter-spacing: .14em; }
.service-page:not(.services-system-page) .detail-intro { position: relative; padding-bottom: 238px; }
.service-page:not(.services-system-page) .detail-intro::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 198px; background: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.48) 45%, rgba(8,29,59,.08) 100%), url('assets/cbic-cover.png') center / cover; }
.service-page.page-service-planning .detail-intro::after, .service-page.page-service-brand .detail-intro::after { background-image: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.48) 45%, rgba(8,29,59,.08) 100%), url('assets/global-globe.png'); background-color: var(--navy); background-size: cover, cover; }
.service-page.page-service-customer .detail-intro::after { background-image: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.48) 45%, rgba(8,29,59,.08) 100%), url('assets/cbic-map.png'); }
.service-page.page-service-park .detail-intro::after { background-image: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.24) 45%, rgba(8,29,59,.05) 100%), url('assets/nanjing.png'); }
.service-page.page-service-incubation .detail-intro::after { background-image: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.38) 45%, rgba(8,29,59,.08) 100%), url('assets/cbic-network.png'); }
.service-page.page-service-compliance .detail-intro::after { background-image: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.38) 45%, rgba(8,29,59,.08) 100%), url('assets/cbic-network.png'); }
.service-page.page-service-export .detail-intro::after { background-image: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.34) 45%, rgba(8,29,59,.08) 100%), url('assets/cbic-map.png'); }
.service-page.page-service-foundation .detail-intro::after { background-image: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.36) 45%, rgba(8,29,59,.08) 100%), url('assets/cbic-cover.png'); }
.service-page:not(.services-system-page) .detail-intro::before { content: 'CBIC / SERVICE IN ACTION'; position: absolute; z-index: 1; bottom: 22px; left: 24px; color: #d5e8fb; font-size: 10px; letter-spacing: .16em; font-weight: 700; }
.service-foundation-page .split-heading { position: relative; padding-bottom: 210px; }
.service-foundation-page .split-heading::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 172px; background: linear-gradient(90deg, rgba(8,29,59,.94) 0%, rgba(8,29,59,.36) 45%, rgba(8,29,59,.08) 100%), url('assets/cbic-cover.png') center / cover; }
.service-foundation-page .split-heading::before { content: 'CBIC / TRADE ENABLEMENT'; position: absolute; z-index: 1; bottom: 19px; left: 24px; color: #d5e8fb; font-size: 10px; letter-spacing: .16em; font-weight: 700; }
.service-incubation-page .service-hero h1 { max-width: 1060px; font-size: clamp(48px, 4.45vw, 68px); }
.incubation-title-break { display: none; }
.service-planning-page .service-hero h1 { max-width: 1080px; font-size: clamp(48px, 4.6vw, 70px); }
.planning-title-break { display: none; }
.service-planning-page .detail-grid { gap: 24px; margin-top: 54px; }
.service-planning-page .detail-grid article { min-height: 395px; padding: 38px 40px; }
.service-planning-page .detail-grid article > span { color: var(--blue); font-size: 13px; letter-spacing: .08em; font-weight: 700; }
.service-planning-page .detail-grid h3 { margin: 28px 0 20px; font-size: 34px; }
.service-planning-page .detail-grid ul { gap: 0; padding: 4px 0 0; font-size: 14px; }
.service-planning-page .detail-grid li.service-point { gap: 7px; padding: 16px 0; }
.service-planning-page .detail-grid li.service-point strong { font-size: 16px; }
.service-planning-page .detail-grid li.service-point span { color: #5f7188; font-size: 13px; line-height: 1.7; }
.service-planning-page .service-process h2 { max-width: 660px; font-size: clamp(36px, 3vw, 48px); }
@media (max-width: 980px) {
  .service-stage-grid { grid-template-columns: repeat(3, 1fr); }
  .service-system-grid { grid-template-columns: repeat(2, 1fr); }
  .service-system-bottom { gap: 35px; }
  .service-visual-band { grid-template-columns: 1fr 1.35fr; }
}
@media (max-width: 720px) {
  .service-stage-grid { grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 30px; }
  .service-stage-grid > div { min-height: 125px; padding: 17px 15px; }
  .service-stage-grid > div:last-child { grid-column: 1 / -1; }
  .service-stage-grid strong { margin-top: 18px; font-size: 14px; }
  .service-stage-grid small { font-size: 10px; }
  .service-system-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 35px; }
  .service-system-card, .service-system-card-featured { min-height: auto; padding: 23px 20px; }
  .service-system-card-featured { grid-column: auto; }
  .service-system-card h3, .service-system-card-featured h3 { margin-top: 28px; font-size: 23px; }
  .service-system-bottom { grid-template-columns: 1fr; gap: 28px; }
  .service-system-bottom h2 { font-size: clamp(31px, 8.4vw, 42px); }
  .logic-title-break { display: inline; }
  .service-visual-band { grid-template-columns: 1fr; gap: 0; margin-top: 30px; padding: 0; }
  .service-visual-band-copy { padding: 25px 20px; }
  .service-visual-band-copy h3 { margin-top: 20px; font-size: 32px; }
  .service-visual-band-media, .service-visual-band-media img { min-height: 190px; height: 190px; }
  .service-visual-band-media figcaption { font-size: 8px; }
  .service-page:not(.services-system-page) .detail-intro { padding-bottom: 190px; }
  .service-page:not(.services-system-page) .detail-intro::after { height: 160px; }
  .service-page:not(.services-system-page) .detail-intro::before { bottom: 17px; left: 16px; font-size: 8px; }
  .service-foundation-page .split-heading { padding-bottom: 170px; }
  .service-foundation-page .split-heading::after { height: 140px; }
  .service-foundation-page .split-heading::before { bottom: 16px; left: 16px; font-size: 8px; }
  .service-incubation-page .service-hero h1 { font-size: clamp(42px, 10.5vw, 56px); }
  .incubation-title-break { display: inline; }
  .service-planning-page .service-hero h1 { font-size: clamp(40px, 10.2vw, 54px); }
  .planning-title-break { display: inline; }
  .service-planning-page .detail-grid { gap: 14px; margin-top: 34px; }
  .service-planning-page .detail-grid article { min-height: auto; padding: 28px 22px; }
  .service-planning-page .detail-grid h3 { margin-top: 22px; font-size: 29px; }
  .service-planning-page .detail-grid li.service-point { padding: 15px 0; }
  .service-planning-page .detail-grid li.service-point strong { font-size: 15px; }
  .service-planning-page .detail-grid li.service-point span { font-size: 13px; }
  .service-planning-page .service-process h2 { font-size: clamp(30px, 8.2vw, 42px); }
}
