:root {
  --navy-950: #041225;
  --navy-900: #071b34;
  --navy-800: #0b294a;
  --blue: #1768e5;
  --blue-2: #1649bb;
  --green: #00d86c;
  --green-2: #51ee8e;
  --ink: #102036;
  --muted: #67758a;
  --line: #dce3eb;
  --paper: #f4f7fa;
  --white: #fff;
  --shell: min(1240px, calc(100% - 48px));
  --shadow: 0 24px 80px rgba(5, 28, 52, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.mobile-break { display: none; }
.desktop-break { display: block; }
.skip-link {
  position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-160%);
  padding: 10px 16px; border-radius: 4px; color: #fff; background: var(--blue);
}
.skip-link:focus { transform: translateY(0); }

.topbar { color: rgba(255,255,255,.68); background: var(--navy-950); font-size: 12px; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-welcome, .topbar-contact { display: flex; align-items: center; gap: 12px; }
.topbar-welcome i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0,216,108,.11); }
.topbar-welcome span { color: rgba(255,255,255,.88); font-weight: 650; }
.topbar-welcome em { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-style: normal; }
.topbar-position { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); }
.topbar-position i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0,216,108,.12); }
.topbar-domain { color: rgba(255,255,255,.42); font: 700 9px/1 Arial, sans-serif; letter-spacing: .14em; }

.site-header {
  position: sticky; z-index: 900; top: 0; height: 78px;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(18px); box-shadow: 0 8px 32px rgba(5,25,48,.055);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo-link { min-width: 410px; display: flex; align-items: center; gap: 14px; }
.logo-link img { width: 142px; height: 68px; object-fit: contain; flex: 0 0 auto; }
.logo-link > span { display: grid; gap: 6px; }
.logo-link strong { color: var(--navy-900); font-size: 18px; letter-spacing: .16em; }
.logo-link .brand-signature { color: #111; font-family: "STXingkai", "FZKai-Z03", "KaiTi", "Microsoft YaHei", serif; font-size: 17px; font-weight: 700; line-height: 1; letter-spacing: .14em; white-space: nowrap; text-shadow: 0 .4px 0 rgba(0,0,0,.18); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 34px); }
.main-nav > a { position: relative; color: #34465d; font-size: 14px; font-weight: 650; white-space: nowrap; }
.main-nav > a:not(.nav-action)::after {
  content: ""; position: absolute; left: 0; bottom: -12px; width: 0; height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green)); transition: width .25s ease;
}
.main-nav > a:hover::after { width: 100%; }
.main-nav .nav-action { padding: 13px 18px; color: #fff; background: var(--navy-900); }
.nav-action span { margin-left: 16px; color: var(--green); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-button span { width: 24px; height: 2px; margin: 5px auto; display: block; background: var(--navy-900); }

.hero {
  position: relative; min-height: 754px; display: flex; flex-direction: column; overflow: hidden; color: #fff; background: var(--navy-950);
}
.hero-media {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(3,14,29,.98) 0%, rgba(4,20,39,.9) 42%, rgba(4,20,39,.45) 72%, rgba(4,20,39,.72) 100%),
    url("assets/media/factory-floor.jpg") center / cover no-repeat;
  transform: scale(1.015);
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 78% 44%, rgba(0,216,108,.13), transparent 26%), linear-gradient(180deg, transparent 72%, rgba(3,16,32,.74));
}
.hero-grid {
  position: absolute; inset: 0; opacity: .11;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.hero-layout { position: relative; z-index: 2; min-height: 570px; flex: 0 0 570px; display: grid; grid-template-columns: 1.38fr .62fr; align-items: center; gap: 80px; }
.hero-copy { padding: 30px 0 20px; }
.hero-eyebrow { margin-bottom: 25px; color: #a9b9ca; font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.hero-eyebrow span { width: 28px; height: 2px; margin-right: 12px; display: inline-block; vertical-align: middle; background: var(--green); }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 5.35vw, 78px); line-height: 1.12; letter-spacing: -.055em; font-weight: 760; }
.hero-line { display: block; white-space: nowrap; }
.hero h1 em { color: var(--green-2); font-style: normal; }
.hero h1 em.hero-line { font-size: clamp(42px, 4.1vw, 58px); letter-spacing: -.045em; }
.hero-copy > p { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.95; }
.hero-actions { margin-top: 38px; display: flex; gap: 14px; }
.button {
  min-height: 52px; padding: 0 24px; border: 0; display: inline-flex; align-items: center; justify-content: center;
  gap: 26px; cursor: pointer; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--green); box-shadow: 0 12px 36px rgba(0,216,108,.2); }
.button-outline { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.hero-proof { max-width: 680px; margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(4,1fr); list-style: none; }
.hero-proof li { display: grid; gap: 8px; }
.hero-proof b { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.hero-proof span { color: rgba(255,255,255,.78); font-size: 13px; }

.hero-panel {
  position: relative; min-height: 430px; border: 1px solid rgba(255,255,255,.18); background: rgba(4,21,41,.58);
  backdrop-filter: blur(12px); box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; width: 38px; height: 38px; border-style: solid; border-color: var(--green); }
.hero-panel::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.hero-panel::after { right: -1px; bottom: -1px; border-width: 0 2px 2px 0; }
.panel-top, .panel-bottom { height: 56px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: #9eb2c5; font-size: 9px; letter-spacing: .13em; }
.panel-top { border-bottom: 1px solid rgba(255,255,255,.12); }
.panel-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.panel-bottom span { flex: 1; text-align: center; }
.panel-bottom span + span { border-left: 1px solid rgba(255,255,255,.13); }
.pulse { display: flex; align-items: center; gap: 7px; }
.pulse::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,216,108,.12); }
.panel-center { min-height: 317px; padding: 30px 34px; }
.panel-kicker { color: var(--green); font-size: 10px; letter-spacing: .16em; }
.panel-center > strong { margin-top: 14px; display: block; font-size: 21px; line-height: 1.55; }
.route-map {
  position: relative; height: 160px; margin-top: 20px; border: 1px solid rgba(112,182,220,.2); overflow: hidden;
  background: radial-gradient(circle at 50% 46%, rgba(0,216,108,.16), transparent 27%), linear-gradient(155deg, rgba(13,49,75,.55), rgba(3,17,34,.3));
  box-shadow: inset 0 0 38px rgba(0,0,0,.22);
}
.route-map::before { content: ""; position: absolute; inset: 0; opacity: .72; background-image: linear-gradient(rgba(130,194,226,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(130,194,226,.08) 1px, transparent 1px); background-size: 25px 25px; }
.route-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 36%, rgba(82,214,255,.07) 48%, transparent 60%); transform: translateX(-120%); animation: routeScan 7s ease-in-out infinite; }
.route-network { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; }
.route-arc { fill: none; stroke: url(#routeFlow); stroke-width: 1.35; stroke-dasharray: 5 6; animation: routeDash 6s linear infinite; }
.route-packet { fill: #43f59d; }
.route-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 6px; color: #a9bed1; font-size: 7px; letter-spacing: .05em; white-space: nowrap; }
.route-node b { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(109,179,224,.46); border-radius: 50%; color: #d6e7f5; background: rgba(7,37,67,.94); box-shadow: 0 0 18px rgba(26,130,195,.12); font-size: 8px; }
.route-node small { opacity: .72; font-size: 7px; }
.point-eu { top: 10px; left: 12px; }.point-us { bottom: 13px; left: 18px; }.point-jp { top: 18px; right: 10px; flex-direction: row-reverse; }.point-cn { right: 12px; bottom: 13px; flex-direction: row-reverse; }
.route-core { position: absolute; z-index: 4; left: 50%; top: 47%; width: 68px; height: 68px; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--navy-950); background: radial-gradient(circle at 36% 30%, #3cf49b, var(--green) 58%, #00a95a); box-shadow: 0 0 0 9px rgba(0,216,108,.08), 0 0 28px rgba(0,216,108,.22); }
.route-core::before, .route-core::after { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(0,233,138,.28); border-radius: 50%; animation: routePulse 3s ease-out infinite; }
.route-core::after { inset: -18px; animation-delay: 1.5s; }
.route-core b { font-size: 11px; letter-spacing: .08em; }.route-core small { margin-top: 2px; font-size: 5px; letter-spacing: .1em; opacity: .7; }
@keyframes routeDash { to { stroke-dashoffset: -44; } }
@keyframes routeScan { 0%,52% { transform: translateX(-120%); } 78%,100% { transform: translateX(120%); } }
@keyframes routePulse { 0% { transform: scale(.84); opacity: 0; } 25% { opacity: .7; } 100% { transform: scale(1.18); opacity: 0; } }
.hero-foot { position: relative; z-index: 2; height: 40px; flex: 0 0 40px; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .18em; }
.hero-foot i { width: 80px; height: 1px; background: rgba(255,255,255,.24); }

.brand-universe { position: relative; overflow: hidden; padding-top: 32px; background: #f5f8fb; }

.brand-marquee { position: relative; width: 100%; margin-top: 68px; padding: 26px 0; overflow: hidden; background: var(--navy-900); }
.hero .brand-marquee { z-index: 4; flex: 0 0 144px; margin-top: 0; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.08); background: rgba(7,27,52,.98); }
.hero .marquee-row + .marquee-row { margin-top: 8px; }
.hero .marquee-brand { width: 200px; height: 58px; padding: 6px 18px; }
.marquee-row { overflow: hidden; }
.marquee-row + .marquee-row { margin-top: 10px; }
.marquee-track { width: max-content; display: flex; gap: 10px; animation: brand-flow 48s linear infinite; will-change: transform; }
.marquee-row.reverse .marquee-track { animation-direction: reverse; animation-duration: 56s; }
.brand-marquee:hover .marquee-track, .brand-marquee:focus-within .marquee-track { animation-play-state: paused; }
.marquee-brand { width: 218px; height: 72px; padding: 8px 18px; border: 1px solid #d9e2ec; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; color: var(--navy-900); background: linear-gradient(145deg,#fff 12%,#f4f7fb 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.92); }
.marquee-logo { width: 158px; height: 34px; display: flex; align-items: center; justify-content: center; }
.marquee-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.marquee-logo .brand-mark-text { font-size: 18px; }
.marquee-brand small { max-width: 100%; overflow: hidden; color: #7a8899; font: 700 7px/1 Arial, sans-serif; letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
.marquee-brand.theme-ink .marquee-logo img { filter: brightness(0) saturate(100%) invert(14%) sepia(39%) saturate(1937%) hue-rotate(178deg) brightness(91%) contrast(96%); }
.marquee-brand.theme-pearson { border-color: #2c814d; background: #126b36; box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.marquee-brand.theme-dynisco { border-color: #1f526f; background: #072b45; box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.marquee-brand.theme-pearson small, .marquee-brand.theme-dynisco small { color: rgba(255,255,255,.68); }
.brand-marquee-fade { position: absolute; z-index: 3; top: 0; bottom: 0; width: min(11vw, 150px); pointer-events: none; }
.brand-marquee-fade.left { left: 0; background: linear-gradient(90deg, var(--navy-900), transparent); }
.brand-marquee-fade.right { right: 0; background: linear-gradient(-90deg, var(--navy-900), transparent); }
@keyframes brand-flow { to { transform: translateX(-50%); } }

.brand-catalog { position: relative; margin-top: 0; padding: 45px; border: 1px solid #d9e2eb; background: #fff; box-shadow: 0 25px 80px rgba(6,31,58,.07); }
.brand-catalog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.catalog-kicker { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.brand-catalog-head h3 { margin: 9px 0 0; color: var(--navy-900); font-size: 25px; }
.brand-catalog-head p { max-width: 620px; margin: 12px 0 0; color: #728197; font-size: 12px; line-height: 1.75; }
.brand-search-box { width: min(100%, 390px); flex: 0 0 390px; }
.brand-search-box > label { display: block; margin-bottom: 8px; color: #6f7e90; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.brand-search-box > div { height: 48px; border: 1px solid #cdd8e4; display: flex; align-items: center; background: #f8fafc; }
.brand-search-box input { width: 100%; min-width: 0; height: 100%; padding: 0 15px; border: 0; outline: 0; color: var(--navy-900); background: transparent; font-size: 13px; }
.brand-search-box button { align-self: stretch; padding: 0 16px; border: 0; border-left: 1px solid #dce4ed; cursor: pointer; color: var(--blue); background: #fff; font-size: 11px; font-weight: 700; }
.brand-tools { padding: 22px 0 0; display: grid; gap: 15px; }
.brand-filters { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; }
.brand-filter { min-height: 42px; padding: 0 15px; border: 1px solid #d5dee8; cursor: pointer; color: #65758a; background: #fff; font-size: 11px; font-weight: 700; transition: .2s ease; }
.brand-filter:hover { border-color: var(--blue); color: var(--blue); }
.brand-filter.active { color: #fff; border-color: var(--navy-900); background: var(--navy-900); }
.brand-filter:focus-visible, .brand-card:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.brand-letters { display: flex; flex-wrap: wrap; gap: 5px; }
.brand-letters button { width: 31px; height: 31px; padding: 0; border: 1px solid #dce4ed; cursor: pointer; color: #718096; background: #fff; font: 700 10px Arial, sans-serif; }
.brand-letters button:first-child { width: 48px; }
.brand-letters button:hover, .brand-letters button.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.brand-result { margin: 22px 0 14px; color: #8492a3; font-size: 10px; letter-spacing: .08em; }
.brand-matrix { border-top: 1px solid var(--line); border-left: 1px solid var(--line); display: grid; grid-template-columns: repeat(5,1fr); }
.brand-card { --brand-accent: #1768e5; position: relative; min-width: 0; min-height: 150px; padding: 22px 18px 18px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; cursor: default; text-align: left; background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.brand-card::before { content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 0; background: var(--brand-accent); transition: height .25s ease; }
.brand-card::after { content: ""; position: absolute; right: -34px; top: -34px; width: 72px; height: 72px; border: 1px solid color-mix(in srgb, var(--brand-accent) 18%, transparent); border-radius: 50%; }
.brand-card:hover { z-index: 2; transform: translateY(-4px); background: #fbfdff; box-shadow: 0 18px 42px rgba(6,31,58,.12); }
.brand-card:hover::before { height: 100%; }
.brand-mark { position: relative; z-index: 1; width: 160px; max-width: 100%; height: 54px; padding: 7px 10px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.brand-card.theme-ink .brand-mark img { filter: brightness(0) saturate(100%) invert(14%) sepia(39%) saturate(1937%) hue-rotate(178deg) brightness(91%) contrast(96%); }
.brand-card.theme-pearson .brand-mark, .brand-card.theme-dynisco .brand-mark { padding: 9px 12px; border-radius: 4px; }
.brand-card.theme-pearson .brand-mark { background: #126b36; }
.brand-card.theme-dynisco .brand-mark { background: #072b45; }
.brand-mark-text { color: var(--brand-accent); font: 820 clamp(15px,1.35vw,21px)/1 Arial, sans-serif; letter-spacing: -.035em; text-transform: none; }
.brand-mark-text.compact { font-size: 15px; letter-spacing: -.045em; }
.brand-mark-text.wide { font-size: 14px; letter-spacing: -.03em; }
.brand-meta { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.brand-meta span { color: #7b899a; font-size: 9px; }
.brand-meta small { color: #a3aebb; font: 700 8px Arial, sans-serif; letter-spacing: .08em; }
.brand-card[hidden] { display: none; }
.brand-card.enter { animation: brand-enter .38s ease both; }
@keyframes brand-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.brand-empty { grid-column: 1 / -1; margin: 0; padding: 56px 20px; color: #718096; text-align: center; font-size: 13px; }
.brand-pagination { margin-top: 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; }
.brand-pagination button { min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid #d6e0ea; cursor: pointer; color: #64748b; background: #fff; font-size: 11px; font-weight: 700; }
.brand-pagination button:hover, .brand-pagination button.active { color: #fff; border-color: var(--navy-900); background: var(--navy-900); }
.brand-pagination button:disabled { cursor: not-allowed; opacity: .38; }
.brand-pagination span { color: #94a3b8; }
.brand-text-index { margin-top: 22px; border: 1px solid var(--line); background: #fff; }
.brand-text-index summary { min-height: 52px; padding: 0 18px; display: flex; align-items: center; cursor: pointer; color: var(--navy-900); font-size: 11px; font-weight: 750; list-style: none; }
.brand-text-index summary::-webkit-details-marker { display: none; }
.brand-text-index summary::after { content: "＋"; margin-left: auto; color: var(--blue); font-size: 18px; }
.brand-text-index[open] summary::after { content: "−"; }
.brand-text-index > div { padding: 4px 18px 17px; border-top: 1px solid var(--line); }
.brand-text-index p { margin: 12px 0 0; color: #6f7e90; font-size: 11px; line-height: 1.85; }
.brand-text-index strong { color: var(--navy-900); }
.brand-noscript { color: #a23a3a; font-size: 12px; }

.section-kicker { margin: 0 0 18px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.section-kicker.light { color: var(--green); }

.about { position: relative; overflow: hidden; background: var(--paper); }
.about::before { content: ""; position: absolute; left: -170px; top: 180px; width: 430px; height: 430px; border: 68px solid rgba(16,91,210,.027); border-radius: 50%; pointer-events: none; }
.about-layout { position: relative; z-index: 1; display: grid; gap: 54px; }
.about-heading { max-width: 780px; margin: 0 auto; text-align: center; }
.about .section-kicker { margin-bottom: 14px; font-size: 11px; }
.about-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(36px,3.2vw,46px); line-height: 1.2; letter-spacing: -.035em; }
.about-heading > p:last-child { margin: 18px 0 0; color: var(--blue); font-size: 18px; font-weight: 650; letter-spacing: .02em; }
.about-story { padding: 42px 50px; border-top: 1px solid #cbd5df; border-bottom: 1px solid #cbd5df; display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; }
.about-story p { margin: 0; color: #4d5f74; font-size: 15px; line-height: 2; }
.about-lead { position: relative; padding-left: 22px; color: var(--navy-900) !important; font-size: 17px !important; font-weight: 700; }
.about-lead::before { content: ""; position: absolute; left: 0; top: 7px; bottom: 7px; width: 3px; background: var(--green); }
.about-detail { display: grid; gap: 14px; }
.about-network { color: #fff; background: var(--navy-900); display: grid; grid-template-columns: .62fr 1.38fr; align-items: stretch; }
.about-network-title { padding: 32px 38px; border-right: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.about-network-title span { color: var(--green); font: 750 10px/1 Arial,sans-serif; letter-spacing: .16em; }
.about-network-title h3 { margin: 0; font-size: 27px; line-height: 1.2; }
.about-network-lanes { display: grid; grid-template-columns: 1fr 1.22fr; }
.about-network-lanes > div { min-height: 150px; padding: 30px 36px; display: flex; flex-direction: column; justify-content: center; gap: 9px; }
.about-network-lanes > div + div { border-left: 1px solid rgba(255,255,255,.14); }
.about-network-lanes strong { color: #a9b7c8; font-size: 12px; font-weight: 600; }
.about-network-lanes span { color: #fff; font-size: 19px; font-weight: 800; line-height: 1.5; }
.about-network-lanes small { color: #8395a9; font-size: 11px; line-height: 1.65; }
.about-strength { border-top: 1px solid #cbd5df; border-bottom: 1px solid #cbd5df; display: grid; grid-template-columns: repeat(4,1fr); }
.about-strength > div { min-height: 112px; padding: 26px 30px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.about-strength > div + div { border-left: 1px solid #cbd5df; }
.about-strength strong { color: var(--navy-900); font: 800 27px/1 Arial,sans-serif; letter-spacing: -.02em; }
.about-strength strong sup { color: var(--green); font-size: .58em; }
.about-strength span { color: #64748a; font-size: 13px; line-height: 1.4; }

.capabilities { color: #fff; background: var(--navy-900); }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.section-head h2, .process-head h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.2; letter-spacing: -.045em; }
.capability-industry-title { font-size: clamp(36px,3.2vw,50px) !important; line-height: 1.28 !important; letter-spacing: -.035em !important; }
.capability-industry-title span { display: block; }
.section-head > p, .process-head > p { margin: 0 0 8px; color: #97aabd; font-size: 14px; line-height: 1.9; }
.section-head.dark h2 { color: var(--navy-900); }
.section-head.dark > p { color: var(--muted); }
.capability-grid { margin-top: 62px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(4,1fr); }
.capability-card { position: relative; min-height: 410px; padding: 32px 28px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); overflow: hidden; transition: background .25s ease, transform .25s ease; }
.capability-card::after { content: ""; position: absolute; right: -60px; bottom: -90px; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.capability-card:hover { z-index: 2; transform: translateY(-6px); background: var(--blue-2); }
.card-no { color: #8296ab; font-size: 10px; letter-spacing: .14em; }
.line-icon { position: relative; width: 86px; height: 86px; margin: 47px 0 30px; border: 1px solid rgba(255,255,255,.18); }
.line-icon::before, .line-icon::after, .line-icon i, .line-icon b, .line-icon span { content: ""; position: absolute; display: block; }
.icon-control::before { inset: 18px; border: 1px solid var(--green); }
.icon-control i { left: 27px; top: 30px; width: 30px; height: 2px; background: #fff; box-shadow: 0 10px #fff, 0 20px #fff; }
.icon-control b { left: 15px; top: 24px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 10px var(--green), 0 20px var(--green), 65px 0 var(--green), 65px 10px var(--green), 65px 20px var(--green); }
.icon-sensor::before { width: 25px; height: 25px; left: 29px; top: 29px; border: 1px solid var(--green); border-radius: 50%; }
.icon-sensor::after { width: 42px; height: 42px; left: 20px; top: 20px; border: 1px dashed rgba(255,255,255,.7); border-radius: 50%; }
.icon-sensor i { width: 1px; height: 85px; left: 42px; top: 0; background: rgba(255,255,255,.24); }
.icon-sensor b { width: 85px; height: 1px; top: 42px; left: 0; background: rgba(255,255,255,.24); }
.icon-motion::before { width: 46px; height: 46px; left: 19px; top: 19px; border: 1px solid var(--green); transform: rotate(45deg); }
.icon-motion::after { width: 18px; height: 18px; left: 33px; top: 33px; border: 2px solid #fff; border-radius: 50%; }
.icon-motion i { width: 7px; height: 7px; left: 7px; top: 7px; border-radius: 50%; background: var(--green); box-shadow: 65px 0 var(--green), 0 65px var(--green), 65px 65px var(--green); }
.icon-mro::before { inset: 19px; border: 1px solid var(--green); }
.icon-mro::after { left: 19px; right: 19px; top: 40px; height: 1px; background: #fff; box-shadow: 0 21px #fff; }
.icon-mro i { top: 19px; bottom: 19px; left: 40px; width: 1px; background: #fff; box-shadow: 21px 0 #fff; }
.capability-card h3 { margin: 0; font-size: 21px; }
.capability-card p { min-height: 72px; margin: 15px 0 24px; color: #a7b7c8; font-size: 13px; line-height: 1.85; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { padding: 5px 8px; color: #8ca3b9; border: 1px solid rgba(255,255,255,.13); font-size: 8px; letter-spacing: .1em; }
.capability-card:hover p, .capability-card:hover .tag-row span { color: rgba(255,255,255,.8); }

.global { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: var(--navy-950); }
.global-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,34,.98) 0%, rgba(5,23,44,.88) 48%, rgba(5,23,44,.62) 100%), url("assets/media/global-trade-port.jpg") center / cover no-repeat; }
.global-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(3,17,33,.4)); }
.global-layout { position: relative; display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 130px; }
.global-copy { padding: 60px 0; }
.global-copy h2 { margin: 0; font-size: clamp(40px, 4.3vw, 64px); line-height: 1.22; letter-spacing: -.05em; }
.global-copy h2 span { color: var(--green); }
.global-copy > p:not(.section-kicker) { max-width: 640px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 2; }
.text-action { margin-top: 32px; display: inline-flex; align-items: center; gap: 25px; padding-bottom: 8px; border-bottom: 1px solid var(--green); font-size: 13px; font-weight: 700; }
.text-action span { color: var(--green); }
.global-route { margin: 30px 0; border: 1px solid rgba(255,255,255,.18); background: rgba(3,17,34,.6); backdrop-filter: blur(13px); }
.route-step { min-height: 112px; padding: 24px 26px; display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 18px; }
.route-step + .route-step { border-top: 1px solid rgba(255,255,255,.14); }
.route-step b { color: var(--green); font: 800 11px Arial, sans-serif; }
.route-step span { display: grid; gap: 8px; }
.route-step strong { font-size: 15px; }
.route-step small { color: #95a9bc; font-size: 11px; }

.verification { background: var(--paper); }
.verification-head { display: grid; grid-template-columns: 120px 1fr .62fr; align-items: end; gap: 38px; }
.verification-head h2 { margin: 0; color: var(--navy-900); font-size: clamp(38px,4vw,58px); line-height: 1.2; letter-spacing: -.045em; }
.verification-head h2 span { color: var(--blue); }
.verification-head > p { margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.95; }
.verification-layout { margin-top: 60px; display: grid; grid-template-columns: .72fr 1.28fr; }
.verification-manifesto { position: relative; min-height: 500px; padding: 46px 38px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #071b34, #0b3866); }
.verification-manifesto::before { content: ""; position: absolute; width: 330px; height: 330px; right: -165px; bottom: -165px; border: 1px solid rgba(0,216,108,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(0,216,108,.035); }
.manifesto-code { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.verification-manifesto h3 { margin: 74px 0 20px; font-size: clamp(32px,3.2vw,48px); line-height: 1.25; letter-spacing: -.04em; }
.verification-manifesto > p { max-width: 370px; margin: 0; color: #9db0c2; font-size: 13px; line-height: 1.9; }
.verification-manifesto .text-action { position: absolute; left: 38px; bottom: 42px; }
.verification-axis { margin-top: 38px; display: flex; gap: 8px; }
.verification-axis i { width: 38px; height: 3px; background: rgba(255,255,255,.16); }
.verification-axis i:first-child { background: var(--green); }
.verification-grid { border-top: 1px solid #d3dce6; border-left: 1px solid #d3dce6; display: grid; grid-template-columns: 1fr 1fr; }
.verification-card { position: relative; min-height: 250px; padding: 30px; border-right: 1px solid #d3dce6; border-bottom: 1px solid #d3dce6; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.verification-card:hover { z-index: 2; transform: translateY(-4px); box-shadow: 0 20px 50px rgba(5,31,58,.12); }
.verification-card > span { color: var(--blue); font: 800 8px Arial, sans-serif; letter-spacing: .13em; }
.verification-card > b { position: absolute; top: 30px; right: 28px; color: #9aa7b5; font-size: 9px; font-weight: 600; }
.verification-card h3 { margin: 66px 0 12px; color: var(--navy-900); font-size: 19px; }
.verification-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.faq-block { margin-top: 90px; display: grid; grid-template-columns: .68fr 1.32fr; gap: 85px; }
.faq-heading h2 { margin: 0; color: var(--navy-900); font-size: 34px; letter-spacing: -.035em; }
.faq-heading > span { margin-top: 22px; display: block; color: var(--muted); font-size: 12px; line-height: 1.85; }
.faq-list { border-top: 1px solid #cfd9e4; }
.faq-list details { border-bottom: 1px solid #cfd9e4; }
.faq-list summary { min-height: 76px; display: flex; align-items: center; gap: 20px; cursor: pointer; color: var(--navy-900); font-size: 14px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { margin-left: auto; color: var(--blue); font-size: 22px; font-style: normal; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -6px 48px 24px 0; color: var(--muted); font-size: 12px; line-height: 1.9; }

.process { color: #fff; background: var(--navy-900); }
.process-head { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.process-list { margin: 58px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(4,1fr); list-style: none; counter-reset: none; }
.process-list li { position: relative; min-height: 240px; padding: 33px 26px; border-right: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.process-list li::after { content: "↗"; position: absolute; top: 34px; right: 26px; color: var(--green); font-size: 18px; }
.process-list > li > span { color: #738aa0; font: 700 10px Arial, sans-serif; }
.process-list div { margin-top: 72px; }
.process-list h3 { margin: 0; font-size: 20px; }
.process-list p { margin: 13px 0 0; color: #93a7bb; font-size: 12px; line-height: 1.8; }

.inquiry { color: #fff; background: linear-gradient(120deg, #071b34 0%, #0b3156 100%); }
.inquiry-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; }
.inquiry-copy h2 { margin: 0; font-size: clamp(42px, 4.4vw, 64px); line-height: 1.2; letter-spacing: -.05em; }
.inquiry-copy > p:not(.section-kicker) { margin: 25px 0 0; color: #9fb1c3; font-size: 14px; line-height: 1.95; }
.contact-block { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-block > a, .contact-block > div { min-height: 76px; border-bottom: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-block small { color: #8499ad; font-size: 9px; letter-spacing: .1em; }
.contact-block strong { font: 700 17px Arial, sans-serif; letter-spacing: .03em; }
.contact-block a:hover strong { color: var(--green); }
.location-line { margin-top: 24px; display: flex; align-items: center; gap: 10px; color: #8da1b5; font-size: 11px; }
.location-line span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,216,108,.12); }
.inquiry-form { padding: 38px; color: var(--ink); background: #fff; box-shadow: 0 30px 80px rgba(1,12,25,.25); }
.form-head { margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.form-head span { color: var(--navy-900); font-size: 15px; font-weight: 800; }
.form-head small { color: #8a97a7; font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid label { display: grid; gap: 10px; }
.form-grid label > span:first-child { color: #607087; font-size: 11px; font-weight: 700; }
.form-grid input, .form-grid textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #cfd8e3; border-radius: 0; outline: 0; color: var(--navy-900); background: transparent; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--blue); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #a3adba; font-size: 12px; }
.form-wide { grid-column: 1 / -1; }
.form-trap { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.button-submit { width: 100%; margin-top: 24px; color: #fff; background: linear-gradient(90deg, var(--blue), #0752c8); }
.button-submit span { color: var(--green); }
.form-message { margin: 12px 0 0; color: #8a97a7; font-size: 10px; line-height: 1.6; }

.site-footer { color: #95a6b7; background: #030e1d; }
.footer-main { padding: 62px 0 46px; display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 80px; }
.footer-brand img { width: 150px; height: 80px; padding: 5px 8px; object-fit: contain; background: #fff; }
.footer-brand p { margin: 20px 0 0; color: #76899c; font-size: 11px; letter-spacing: .04em; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-links strong, .footer-contact strong { margin-bottom: 8px; color: #fff; font-size: 12px; }
.footer-links a, .footer-contact a, .footer-contact span { font-size: 11px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--green); }
[data-public-phone-item][hidden] { display: none !important; }
.footer-bottom { min-height: 64px; border-top: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }

.contact-float { position: fixed; z-index: 920; top: 178px; right: 22px; bottom: auto; }
.chat-nudge { position: absolute; top: -8px; right: 90px; width: 286px; padding: 17px 18px 15px; border: 1px solid rgba(0,216,108,.34); border-radius: 14px; opacity: 0; visibility: hidden; pointer-events: none; text-align: left; color: #eaf4ff; background: linear-gradient(145deg, rgba(5,25,47,.98), rgba(9,45,76,.98)); box-shadow: 0 20px 54px rgba(1,12,25,.34); transform: translateX(12px) scale(.97); transform-origin: right center; transition: opacity .3s ease, visibility .3s ease, transform .3s ease; }
.chat-nudge::after { content: ""; position: absolute; top: 36px; right: -7px; width: 12px; height: 12px; border-top: 1px solid rgba(0,216,108,.34); border-right: 1px solid rgba(0,216,108,.34); background: #092b49; transform: rotate(45deg); }
.chat-nudge > strong, .chat-nudge > span { display: block; }
.chat-nudge-kicker { margin: 0 0 8px !important; display: flex !important; align-items: center; gap: 7px; color: var(--green) !important; font-size: 9px !important; letter-spacing: .12em; }
.chat-nudge-kicker i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,216,108,.12); }
.chat-nudge strong { color: #fff; font-size: 15px; line-height: 1.45; }
.chat-nudge > span:not(.chat-nudge-kicker):not(.chat-nudge-actions) { margin-top: 5px; color: #a9bdd0; font-size: 11px; line-height: 1.65; }
.chat-nudge-actions { margin-top: 13px; display: flex !important; align-items: center; gap: 8px; }
.chat-nudge-actions button { min-height: 33px; padding: 0 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 5px; cursor: pointer; color: #b8c9d9; background: rgba(255,255,255,.04); font-size: 10px; font-weight: 700; }
.chat-nudge-actions button:first-child { flex: 1; border-color: var(--green); color: var(--navy-950); background: var(--green); }
.chat-nudge-actions button:hover { border-color: var(--green); color: #fff; }
.chat-nudge-actions button:first-child:hover { color: var(--navy-950); filter: brightness(1.06); }
.chat-nudge.visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0) scale(1); animation: chat-nudge-arrive .48s ease both; }
.chat-status { position: absolute; top: 82px; right: 0; width: max-content; max-width: 300px; min-height: 34px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; display: flex; align-items: center; gap: 7px; color: #dbe8f4; background: rgba(5,25,47,.96); box-shadow: 0 14px 34px rgba(1,12,25,.26); font-size: 10px; line-height: 1.45; }
.chat-status[hidden] { display: none; }
.chat-status > i { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0,216,108,.13); }
.chat-status[data-tone="loading"] > i { animation: contact-pulse-ring 1.2s ease-out infinite; }
.chat-status[data-tone="error"] { border-color: rgba(255,176,92,.4); }
.chat-status[data-tone="error"] > i { background: #ffb05c; box-shadow: 0 0 0 4px rgba(255,176,92,.12); }
.chat-status button { flex: 0 0 auto; padding: 4px 7px; border: 0; border-radius: 4px; cursor: pointer; color: var(--navy-950); background: var(--green); font-size: 9px; font-weight: 800; }
.float-main.ready::after { opacity: .5; animation-duration: 3.8s; }
.float-main { position: relative; isolation: isolate; width: 74px; height: 74px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; align-content: center; gap: 3px; cursor: pointer; color: var(--navy-950); background: var(--green); box-shadow: 0 14px 38px rgba(0,104,68,.3); animation: contact-float-breathe 3.2s ease-in-out infinite; transition: box-shadow .25s ease, transform .25s ease; }
.float-main::before, .float-main::after { content: ""; position: absolute; z-index: -1; inset: -7px; border: 1px solid rgba(0,216,108,.52); border-radius: 50%; opacity: 0; pointer-events: none; animation: contact-pulse-ring 2.8s ease-out infinite; }
.float-main::after { animation-delay: 1.4s; }
.float-main:hover { animation: none; transform: translateY(-3px) scale(1.06); box-shadow: 0 18px 48px rgba(0,132,80,.42); }
.float-main:hover::before, .float-main:hover::after, .float-main[aria-expanded="true"]::before, .float-main[aria-expanded="true"]::after { animation-play-state: paused; opacity: 0; }
.float-main[aria-expanded="true"] { animation: none; transform: scale(.96); }
.chat-icon { width: 28px; height: 20px; padding: 0 6px; display: flex; align-items: center; justify-content: space-between; border-radius: 11px; background: var(--navy-900); }
.chat-icon i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); animation: contact-chat-dot 1.35s ease-in-out infinite; }
.chat-icon i:nth-child(2) { animation-delay: .14s; }
.chat-icon i:nth-child(3) { animation-delay: .28s; }
.float-main b { font-size: 10px; }
@keyframes contact-float-breathe { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes contact-pulse-ring { 0% { opacity: .55; transform: scale(.82); } 75%,100% { opacity: 0; transform: scale(1.22); } }
@keyframes contact-chat-dot { 0%,60%,100% { transform: translateY(0); opacity: .65; } 30% { transform: translateY(-3px); opacity: 1; } }
@keyframes chat-nudge-arrive { 0% { transform: translateX(12px) scale(.97); } 65% { transform: translateX(-3px) scale(1.01); } 100% { transform: translateX(0) scale(1); } }
.contact-popover { position: absolute; top: 0; right: 88px; bottom: auto; width: 420px; max-height: min(680px, calc(100vh - 130px)); visibility: hidden; opacity: 0; transform: translateX(12px) scale(.985); overflow: hidden; color: var(--ink); border: 1px solid rgba(8,39,72,.1); border-radius: 16px; background: #fff; box-shadow: 0 28px 90px rgba(2,17,34,.3); transform-origin: right top; transition: .22s ease; }
.contact-popover.open { visibility: visible; opacity: 1; transform: translateY(0); }
.service-head { min-height: 76px; padding: 14px 16px 14px 18px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(120deg, #0b294a, #1768e5); }
.service-agent { display: flex; align-items: center; gap: 12px; }
.service-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--green); font: 800 11px/1 Arial, sans-serif; box-shadow: 0 0 0 5px rgba(255,255,255,.08); }
.service-agent > div { display: grid; gap: 5px; }
.service-agent strong { font-size: 15px; }
.service-agent small { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.72); font-size: 10px; }
.service-agent small i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0,216,108,.15); }
.service-head > button { width: 34px; height: 34px; border: 0; border-radius: 50%; cursor: pointer; color: #fff; background: rgba(255,255,255,.1); font-size: 22px; }
.service-body { max-height: calc(min(680px, 100vh - 130px) - 116px); padding: 18px; overflow-y: auto; background: #f4f7fb; }
.service-welcome { margin-bottom: 14px; color: #8a98a8; text-align: center; font-size: 9px; letter-spacing: .08em; }
.service-message { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 10px; }
.service-message > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy-900); font: 800 12px Arial, sans-serif; }
.service-message p { margin: 0; padding: 12px 14px; border-radius: 3px 14px 14px; color: #43546a; background: #fff; box-shadow: 0 8px 24px rgba(7,27,52,.07); font-size: 12px; line-height: 1.75; }
.service-quick { margin: 14px 0 16px 44px; display: flex; flex-wrap: wrap; gap: 7px; }
.service-quick button { padding: 7px 10px; border: 1px solid #d6e0eb; border-radius: 14px; cursor: pointer; color: #52647a; background: #fff; font-size: 10px; }
.service-quick button:hover { color: var(--blue); border-color: #9bbcf0; }
.service-rfq { padding: 16px; border: 1px solid #dbe3ec; border-radius: 12px; background: #fff; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-rfq label { display: grid; gap: 7px; color: #586a80; font-size: 10px; }
.service-rfq input, .service-rfq textarea { width: 100%; padding: 10px 11px; border: 1px solid #d5dee8; border-radius: 6px; outline: 0; color: var(--navy-900); background: #f9fbfd; font-size: 12px; resize: vertical; }
.service-rfq input:focus, .service-rfq textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,104,229,.08); }
.service-detail { margin-top: 12px; }
.service-actions { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.service-actions > * { min-height: 40px; border: 0; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-size: 11px; font-weight: 750; }
.service-copy { color: var(--blue); background: #edf4ff; }
.service-qq { color: var(--navy-950); background: var(--green); }
.service-livechat { width: 100%; min-height: 46px; margin-top: 9px; padding: 0 13px; border: 1px solid #cddced; border-radius: 6px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: var(--navy-900); background: #f5f9ff; font-size: 11px; font-weight: 760; }
.service-livechat span { display: inline-flex; align-items: center; gap: 8px; }
.service-livechat i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0,216,108,.13); }
.service-livechat b { color: var(--blue); font-size: 10px; }
.service-livechat:hover { border-color: #9bbcf0; background: #edf5ff; }
.service-status { min-height: 16px; margin: 10px 0 0; color: #8b98a7; font-size: 9px; line-height: 1.5; }
.service-status[data-tone="error"] { color: #a23a3a; }
.service-status[data-tone="success"] { color: #0b8c50; }
.service-phone { margin-top: 12px; min-height: 62px; padding: 10px 12px; border: 1px solid #dbe3ec; border-radius: 10px; display: flex; align-items: center; gap: 11px; background: #fff; }
.service-phone > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy-800); }
.service-phone > div { display: grid; gap: 3px; }
.service-phone small { color: #8491a1; font-size: 9px; }
.service-phone strong { color: var(--navy-900); font-size: 13px; }
.service-phone > b { margin-left: auto; color: var(--blue); font-size: 10px; }
.service-foot { min-height: 40px; padding: 0 18px; display: flex; align-items: center; color: #8794a3; background: #fff; font-size: 9px; }

.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .route-packet { display: none; }
  .route-map::after, .route-core::before, .route-core::after { animation: none !important; }
  .chat-nudge { transform: none; }
}

@media (max-width: 1100px) {
  .logo-link { min-width: 220px; }
  .logo-link span { display: none; }
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1.2fr .8fr; gap: 40px; }
  .brand-matrix { grid-template-columns: repeat(4,1fr); }
  .capability-grid { grid-template-columns: repeat(2,1fr); }
  .verification-head { grid-template-columns: 80px 1fr .7fr; }
  .verification-layout { grid-template-columns: .8fr 1.2fr; }
  .global-layout { gap: 70px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section { padding: 84px 0; }
  .topbar-welcome { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .site-header { height: 70px; }
  .logo-link img { width: 116px; height: 56px; }
  .menu-button { display: block; }
  .main-nav {
    position: fixed; left: 0; right: 0; top: 104px; padding: 28px 24px 32px; display: grid; gap: 0;
    visibility: hidden; opacity: 0; transform: translateY(-8px); background: #fff; box-shadow: 0 20px 50px rgba(6,26,49,.16); transition: .2s ease;
  }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav > a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-action { margin-top: 16px; padding: 15px 18px; }
  .hero { min-height: auto; display: block; }
  .hero-layout { min-height: auto; padding: 80px 0 48px; flex: none; grid-template-columns: 1fr; }
  .hero-copy { padding: 0; }
  .hero-panel { width: min(100%, 500px); min-height: 410px; }
  .route-map { height: 160px; }
  .hero-foot { height: 64px; }
  .brand-universe { padding-top: 28px; }
  .brand-catalog { padding: 32px; }
  .brand-catalog-head { align-items: flex-start; flex-direction: column; }
  .brand-search-box { width: 100%; flex-basis: auto; }
  .brand-filters { justify-content: flex-start; }
  .brand-matrix { grid-template-columns: repeat(3,1fr); }
  .about-layout { gap: 44px; }
  .about-story { padding: 38px 26px; grid-template-columns: 1fr; gap: 28px; }
  .about-network { grid-template-columns: 1fr; }
  .about-network-title { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .about-strength { grid-template-columns: repeat(2,1fr); }
  .about-strength > div:nth-child(3) { border-left: 0; border-top: 1px solid #cbd5df; }
  .about-strength > div:nth-child(4) { border-top: 1px solid #cbd5df; }
  .section-head, .process-head { grid-template-columns: 1fr; gap: 24px; }
  .global-layout { grid-template-columns: 1fr; gap: 10px; }
  .global-copy { padding-bottom: 0; }
  .global-route { width: min(100%, 580px); }
  .verification-head { grid-template-columns: 55px 1fr; }
  .verification-head > p { grid-column: 2; }
  .verification-layout { grid-template-columns: 1fr; }
  .verification-manifesto { min-height: 410px; }
  .faq-block { grid-template-columns: 1fr; gap: 38px; }
  .process-list { grid-template-columns: repeat(2,1fr); }
  .process-list li:nth-child(3) { border-left: 1px solid rgba(255,255,255,.14); }
  .inquiry-layout { grid-template-columns: 1fr; gap: 55px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 62px; }
  .section { padding: 68px 0; }
  .topbar { display: none; }
  .site-header { top: 0; height: 66px; }
  .main-nav { top: 66px; }
  .logo-link img { width: 104px; height: 50px; }
  .hero-media { background-position: 62% center; }
  .hero-layout { padding: 62px 0 32px; gap: 36px; }
  .hero h1 { font-size: clamp(32px, 9.75vw, 38px); line-height: 1.18; }
  .hero h1 em.hero-line { font-size: clamp(24px, 6.7vw, 27px); }
  .hero-copy > p { margin-top: 22px; font-size: 14px; line-height: 1.85; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .hero-panel { min-height: 390px; }
  .panel-center { padding: 32px 24px; }
  .route-map { height: 160px; }
  .route-node small { display: none; }
  .hero-foot { display: none; }
  .mobile-break { display: block; }
  .desktop-break { display: none; }
  .brand-marquee { margin-top: 48px; }
  .hero .brand-marquee { margin-top: 0; padding: 8px 0; }
  .hero .marquee-brand { width: 170px; height: 56px; }
  .marquee-brand { width: 170px; height: 62px; }
  .marquee-logo { width: 132px; height: 30px; }
  .brand-universe { padding-top: 20px; }
  .brand-catalog { width: 100%; margin-top: 0; padding: 24px 14px; border-left: 0; border-right: 0; }
  .brand-filters { width: 100%; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 5px; }
  .brand-filter { flex: 0 0 auto; scroll-snap-align: start; }
  .brand-letters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .brand-letters button { flex: 0 0 31px; }
  .brand-letters button:first-child { flex-basis: 48px; }
  .brand-matrix { grid-template-columns: repeat(2,1fr); }
  .brand-card { min-height: 120px; padding: 18px 13px 15px; }
  .brand-mark { width: 136px; height: 46px; padding: 6px 8px; }
  .brand-mark-text, .brand-mark-text.compact, .brand-mark-text.wide { font-size: 14px; }
  .about-layout { gap: 34px; }
  .about-heading h2, .section-head h2, .verification-head h2, .process-head h2, .global-copy h2, .inquiry-copy h2 { font-size: 35px; }
  .capability-industry-title { font-size: 31px !important; }
  .capability-industry-title span { display: inline; }
  .about-heading > p:last-child { font-size: 15px; line-height: 1.7; }
  .about-story { padding: 30px 5px; }
  .about-story p, .about-lead { font-size: 14px !important; line-height: 1.9; }
  .about-network-title, .about-network-lanes > div { padding: 25px 22px; }
  .about-network-lanes { grid-template-columns: 1fr; }
  .about-network-lanes > div { min-height: 124px; }
  .about-network-lanes > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .about-network-lanes span { font-size: 17px; }
  .about-strength { grid-template-columns: 1fr 1fr; }
  .about-strength > div { min-height: 104px; padding: 22px 16px; }
  .about-strength strong { font-size: 22px; }
  .about-strength span { font-size: 12px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 350px; }
  .verification-head { grid-template-columns: 1fr; }
  .verification-head > p { grid-column: auto; }
  .verification-grid { grid-template-columns: 1fr; }
  .verification-card { min-height: 220px; }
  .verification-manifesto { min-height: 390px; padding: 34px 24px; }
  .verification-manifesto .text-action { left: 24px; bottom: 32px; }
  .faq-block { margin-top: 65px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(3) { min-height: 190px; border-left: 1px solid rgba(255,255,255,.14); }
  .process-list div { margin-top: 45px; }
  .inquiry-form { padding: 28px 20px; }
  .form-head { display: grid; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .contact-block > a, .contact-block > div { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .contact-float { top: 92px; right: 14px; bottom: auto; }
  .chat-nudge { top: 66px; right: 0; width: min(286px, calc(100vw - 28px)); }
  .chat-nudge::after { top: -7px; right: 24px; border: 0; border-top: 1px solid rgba(0,216,108,.32); border-left: 1px solid rgba(0,216,108,.32); }
  .float-main { width: 58px; height: 58px; }
  .float-main b { display: none; }
  .chat-status { top: 66px; right: 0; max-width: min(286px, calc(100vw - 28px)); }
  .contact-popover { position: fixed; left: 14px; right: 14px; top: 72px; bottom: auto; width: auto; max-height: calc(100svh - 86px); transform-origin: center top; }
  .service-body { max-height: calc(100svh - 204px); padding: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-quick { margin-left: 0; }
  .mobile-actions { position: fixed; z-index: 1000; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: repeat(4,1fr); color: #fff; background: var(--navy-900); box-shadow: 0 -8px 30px rgba(4,20,39,.18); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 7px; border-right: 1px solid rgba(255,255,255,.1); font-size: 11px; }
  .mobile-actions a:last-child { color: var(--navy-950); background: var(--green); font-weight: 800; }
}

@media (min-width: 861px) and (max-height: 800px) {
  .hero { min-height: 606px; height: calc(100svh - 112px); }
  .hero-layout { min-height: 500px; flex: 1 1 auto; }
  .hero-copy { padding: 18px 0 14px; }
  .hero h1 { font-size: clamp(48px, 4.5vw, 58px); }
  .hero-copy > p { margin-top: 18px; font-size: 15px; }
  .hero-actions { margin-top: 22px; }
  .hero-proof { margin-top: 25px; padding-top: 15px; }
  .hero-panel { min-height: 400px; }
  .panel-center { min-height: 287px; padding: 24px 30px; }
  .route-map { height: 140px; margin-top: 16px; }
  .route-core { width: 58px; height: 58px; }
  .hero-foot { height: 30px; flex-basis: 30px; }
  .hero .brand-marquee { flex-basis: 76px; padding: 9px 0; }
  .brand-marquee-bridge .marquee-row.reverse { display: none; }
}
