: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;
}

* { 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); }

.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); }
.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(4, 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; 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; } }
.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(4, 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(4, 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(4, 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; }
}

/* 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; }
.no-changzhou-page .city-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.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(50% + 28px); 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: 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); }
}
