:root {
  /* ============================================================
   * LaoBiz Visual System v2 — Commercial Data Platform
   *   浅底 · 品牌深绿 · 克制金 · 轻阴影 · 现代商业信息平台
   *   旧变量名保留以兼容存量样式，仅更新取值
   * ============================================================ */

  /* Brand — Jade (LaoBiz Commercial Green) */
  --jade: #075B5B;
  --jade-light: #168486;
  --jade-dark: #064747;

  /* Accent — Restrained Gold（仅用于极少量强调） */
  --gold: #C6A13A;
  --gold-hover: #A88423;

  /* Text — 略带绿灰调，避免蓝紫科技感 */
  --ink: #173536;
  --muted: #647676;

  /* Surface & border — 浅色为主 */
  --border: #DCE7E4;
  --surface: #EDF4F2;
  --white: #ffffff;
  --bg: #F4F8F7;
  --container: 1240px;

  /* Shadow — 克制轻阴影；Border 优先，Shadow 辅助 */
  --shadow: 0 1px 3px rgba(20, 55, 55, 0.05);
  --shadow-lg: 0 6px 20px rgba(20, 55, 55, 0.08);

  /* Radius — 收敛体系 */
  --radius: 10px;
  --radius-lg: 14px;

  /* 兼容旧「glow」token：保留名字，退化为极轻阴影，避免 AI SaaS 发光感 */
  --glow-jade: 0 4px 14px rgba(7, 91, 91, 0.10);
  --glow-gold: 0 4px 14px rgba(198, 161, 58, 0.14);

  --font-mono: ui-monospace, "SFMono-Regular", "Cascadia Mono", "Segoe UI Mono", Menlo, Consolas, monospace;
  /* 系统字体：零下载、无授权负担（各 OS 自带中文字体） */
  --font-sans: system-ui, -apple-system, "Segoe UI", "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  --font-display: var(--font-sans);
  --grid-line: transparent;

  /* ---------- 新一代 Design Token（--lb-* 命名空间） ---------- */
  --lb-primary: var(--jade);
  --lb-primary-dark: var(--jade-dark);
  --lb-primary-light: var(--jade-light);

  --lb-gold: var(--gold);
  --lb-gold-light: #E3CB76;

  --lb-bg: var(--bg);
  --lb-bg-soft: var(--surface);
  --lb-surface: var(--white);

  --lb-text: var(--ink);
  --lb-text-secondary: var(--muted);
  --lb-text-muted: #8A9998;
  --lb-text-inverse: #FFFFFF;

  --lb-border: var(--border);
  --lb-border-strong: #C8D8D5;

  --lb-success: #27836F;
  --lb-warning: #B68A26;
  --lb-danger: #B84B4B;
  --lb-info: #4B7C86;

  --lb-radius-sm: 6px;
  --lb-radius-md: 10px;
  --lb-radius-lg: 14px;
  --lb-radius-pill: 999px;

  --lb-shadow-sm: 0 1px 3px rgba(20, 55, 55, 0.05);
  --lb-shadow-md: 0 6px 20px rgba(20, 55, 55, 0.08);

  --lb-transition: 180ms ease-out;
}
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  line-height: 1.75;
  background-color: var(--bg);
  /* 去除网格纹理与蓝色渐变，恢复商业信息平台的克制背景 */
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--jade-light); }
img { max-width: 100%; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; width: 100%; }
.site-main { display: block; width: 100%; }
.muted { color: var(--muted); font-size: 0.92rem; }
.small { font-size: 0.85rem; }

/* Glass card — 收敛为普通白底轻边框卡片，去毛玻璃感 */
.glass-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

/* Page shells */
.page-shell { width: 100%; }
.page-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(52px, 7vw, 72px) 24px clamp(72px, 9vw, 96px);
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  /* 单调品牌深绿 + 极轻明度层，去掉蓝色/金色发光与科技网格 */
  background: linear-gradient(180deg, var(--jade-dark) 0%, var(--jade) 100%);
}
.page-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.10));
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; }
.page-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: var(--font-mono);
}
.page-eyebrow--dark {
  background: rgba(13, 79, 82, 0.08);
  border-color: rgba(13, 79, 82, 0.15);
  color: var(--jade);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.6vw, 2.85rem);
  line-height: 1.18;
  margin: 0 0 14px;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.page-lead {
  margin: 0 auto;
  max-width: 580px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}
.page-body { position: relative; z-index: 2; }
.contact-page-body { margin-top: -48px; padding-bottom: 72px; }

/* Header — 纯白 + 浅边框；去毛玻璃/inset 高光，回到商业信息平台稳重感 */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(20, 55, 55, 0.04);
}
.header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; position: relative; }
/* 页眉字标：唯一品牌标识 */
img.logo-text {
  display: block;
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  background: transparent;
}
/* 供百度抓 3:2 站标，不占排版 */
.logo-baidu-crawl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.main-nav { display: flex; gap: 4px; align-items: center; }
.main-nav a { color: var(--ink); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color .15s; }
.main-nav a:hover { color: var(--jade-light); }
.main-nav a.btn-gold,
.main-nav a.btn-gold:hover,
.main-nav a.nav-cta {
  color: #fff;
}
.main-nav a.btn-gold:hover {
  color: #fff;
}
.nav-link--top { padding: 6px 10px; border-radius: 6px; }
.nav-link--featured {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  margin: 0 6px;
  border-radius: 8px;
  background: var(--jade);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: background var(--lb-transition, 180ms ease-out);
  letter-spacing: 0.01em;
}
.nav-link--featured:hover {
  color: #fff !important;
  background: var(--jade-dark);
}
.nav-featured-icon { flex-shrink: 0; opacity: .95; }
.nav-cta { margin-left: 4px; white-space: nowrap; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}
.nav-toggle-bar {
  display: block;
  width: 100%; height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform .2s, opacity .2s;
}
.site-header.nav-open .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-group { position: relative; }
.nav-group-toggle {
  display: flex; align-items: center; gap: 4px;
  padding: 6px 10px;
  border: none; border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font: inherit; font-size: 0.9rem; font-weight: 500;
  cursor: pointer;
  transition: color .15s, background .15s;
}
.nav-group-toggle::after {
  content: "";
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: .55;
  transition: transform .2s;
}
.nav-group-toggle:hover { color: var(--jade-light); background: rgba(13, 79, 82, 0.05); }
.nav-group.is-open .nav-group-toggle::after { transform: rotate(180deg); }

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 168px;
  padding: 6px;
  padding-top: 10px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
  z-index: 120;
}
/* 透明桥接：填补按钮与下拉之间的空隙，避免鼠标下移时 hover 断开 */
.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
}
.nav-dropdown a {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.88rem;
  white-space: nowrap;
}
.nav-dropdown a:hover { background: #f0f7f7; color: var(--jade); }

.nav-dropdown--services {
  min-width: min(720px, calc(100vw - 32px));
  padding: 12px 14px 14px;
}
.nav-dropdown-overview {
  display: flex !important;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
  padding: 10px 12px !important;
  border-radius: 8px;
  background: #f4f8f8;
  font-weight: 650;
}
.nav-dropdown-overview span {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--muted);
}
.nav-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 14px;
}
.nav-services-heading {
  margin: 0 0 6px;
  padding: 4px 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--jade-dark, #083538);
}
.nav-services-heading span {
  display: block;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.nav-services-col a {
  white-space: normal;
  line-height: 1.35;
}
.nav-services-more {
  margin-top: 4px;
  color: var(--jade) !important;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .nav-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .nav-dropdown--services { min-width: 0; }
  .nav-services-grid { grid-template-columns: 1fr; gap: 12px; }
}

/* Services IA hub / category / laos */
.page-shell--svc-ia { padding: 24px 0 64px; }
.svc-ia-hero {
  padding: 40px 36px 36px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--border);
  margin-bottom: 36px;
}
.svc-ia-hero--compact { padding: 32px 28px; }
.svc-ia-eyebrow {
  margin: 0 0 10px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--jade-light);
}
.svc-ia-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.25;
  color: var(--jade-dark, #083538);
}
.svc-ia-title-en {
  margin: 8px 0 0;
  font-size: 1.05rem;
  color: var(--muted);
}
.svc-ia-pitch {
  margin: 16px 0 0;
  max-width: 42em;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
}
.svc-ia-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.svc-ia-section { margin-bottom: 40px; }
.svc-ia-section-head { margin-bottom: 18px; }
.svc-ia-section-head h2 {
  margin: 0;
  font-size: 1.35rem;
  color: var(--jade-dark, #083538);
}
.svc-ia-section-en {
  margin: 4px 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}
.svc-ia-cat-grid,
.svc-ia-svc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.svc-ia-cat-card,
.svc-ia-svc-card {
  padding: 22px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--border);
}
.svc-ia-cat-card h3,
.svc-ia-svc-card h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}
.svc-ia-cat-card h3 a,
.svc-ia-svc-card h3 a { color: inherit; }
.svc-ia-cat-card h3 a:hover,
.svc-ia-svc-card h3 a:hover { color: var(--jade); }
.svc-ia-cat-en,
.svc-ia-svc-en {
  margin: 0 0 6px;
  font-size: 0.8rem;
  color: var(--muted);
}
.svc-ia-cat-card > p,
.svc-ia-svc-card > p {
  margin: 0;
  line-height: 1.55;
  color: var(--ink);
  font-size: 0.95rem;
}
.svc-ia-cat-links {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.svc-ia-cat-links li { margin: 0; }
.svc-ia-cat-links a {
  display: block;
  padding: 5px 0;
  font-size: 0.9rem;
  color: var(--jade);
}
.svc-ia-cat-more {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--jade);
}
.svc-ia-cta-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 26px;
  border-radius: var(--radius-lg);
  background: var(--jade-dark);
  color: #f4f7f7;
}
.svc-ia-cta-band h2 { margin: 0 0 6px; font-size: 1.25rem; }
.svc-ia-cta-band p { margin: 0; opacity: 0.9; max-width: 36em; }
.svc-ia-advantage-list {
  margin: 12px 0 0;
  padding-left: 1.2em;
  line-height: 1.7;
}
.svc-ia-advantage-list--grid {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.svc-lang-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0 0 18px;
}
.svc-lang-switch {
  display: inline-flex;
  gap: 4px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(13, 79, 82, 0.08);
}
.svc-lang-btn {
  border: none;
  background: transparent;
  color: #5b6b73;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  cursor: pointer;
}
.svc-lang-btn.is-active {
  background: #fff;
  color: var(--jade, #0d4f52);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.svc-lang-btn:hover { color: var(--jade, #0d4f52); }
.svc-lang-hint {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Service page i18n: show one language at a time; both stay in DOM for SEO */
[data-svc-i18n][data-svc-lang="zh"] [data-svc-lang="en"] { display: none !important; }
[data-svc-i18n][data-svc-lang="en"] [data-svc-lang="zh"] { display: none !important; }

.svc-lp-pitch-en,
.svc-seo-lead-en,
.svc-seo-en-body,
.svc-seo-para-en {
  margin: 10px 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--muted);
}
.svc-seo-lead {
  margin: 0 0 16px;
  font-size: 1.02rem;
  line-height: 1.7;
}
.svc-seo-point-grid,
.svc-seo-scene-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.svc-seo-point,
.svc-seo-scene {
  padding: 18px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border);
}
.svc-seo-point h3,
.svc-seo-scene h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}
.svc-seo-para {
  margin: 0 0 12px;
  line-height: 1.75;
  font-size: 0.98rem;
}
.svc-seo-faq-list { display: flex; flex-direction: column; gap: 10px; }
.svc-seo-faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 0 16px;
}
.svc-seo-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
  font-weight: 650;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.svc-seo-faq-item summary::-webkit-details-marker { display: none; }
.svc-seo-faq-en {
  font-weight: 500;
  font-size: 0.85rem;
  color: var(--muted);
}
.svc-seo-faq-item p { margin: 0 0 14px; line-height: 1.65; }
.svc-seo-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.svc-seo-related-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.svc-seo-related-card:hover { border-color: var(--jade-light); }
.svc-seo-related-card strong { font-size: 1rem; }
.svc-seo-related-card span:nth-child(2) {
  font-size: 0.8rem;
  color: var(--muted);
}
.svc-seo-related-card span:nth-child(3) {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink);
}
@media (max-width: 720px) {
  .svc-seo-point-grid,
  .svc-seo-scene-grid,
  .svc-seo-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .svc-ia-cat-grid,
  .svc-ia-svc-grid,
  .svc-ia-advantage-list--grid { grid-template-columns: 1fr; }
  .svc-ia-hero { padding: 28px 20px; }
}

@media (min-width: 961px) {
  .nav-group::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
  }
  .nav-group:hover .nav-dropdown,
  .nav-group:focus-within .nav-dropdown { display: block; }
}

@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  .header-inner { flex-wrap: nowrap; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 16px 20px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .site-header.nav-open .main-nav { display: flex; }
  .nav-link--top,
  .nav-group-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 12px 10px;
    text-align: left;
  }
  .nav-link--featured {
    order: -1;
    width: 100%;
    margin: 0 0 12px;
    padding: 14px 16px;
    justify-content: center;
    font-size: 1rem;
  }
  .nav-group { border-bottom: 1px solid var(--border); }
  .nav-group:last-of-type { border-bottom: none; }
  .nav-dropdown {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    padding: 0 0 8px 12px;
    padding-top: 0;
    background: transparent;
  }
  .nav-dropdown::before { display: none; }
  .nav-group::after { display: none; }
  .nav-group.is-open .nav-dropdown { display: block; }
  .nav-dropdown a { padding: 10px 12px; }
  .nav-cta { margin: 12px 0 0; width: 100%; text-align: center; }
}

body.nav-scroll-lock { overflow: hidden; }

/* Buttons — 商业信息平台按钮体系
 *   Primary: 深绿实色 (.btn-primary)
 *   Secondary/Outline: 白底 + 深绿描边 (.btn-outline)
 *   Accent: 品牌金，仅少量强调 (.btn-gold)
 *   Ghost: 透明文字/图标 (.btn-ghost)
 */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 22px; border-radius: 8px; text-decoration: none;
  font-weight: 600; border: 1px solid transparent; cursor: pointer;
  transition: background var(--lb-transition, 180ms ease-out),
              border-color var(--lb-transition, 180ms ease-out),
              color var(--lb-transition, 180ms ease-out);
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}
.btn-primary { background: var(--jade); color: #fff; }
.btn-primary:hover { background: var(--jade-dark); color: #fff; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-hover); color: #fff; }
.btn-glow { box-shadow: none; }
.btn-outline { background: #fff; border-color: var(--lb-border-strong, #C8D8D5); color: var(--jade); }
.btn-outline:hover { background: var(--surface); border-color: var(--jade); color: var(--jade-dark); }
.btn-lg { padding: 13px 28px; font-size: 0.98rem; }
.btn-sm { padding: 6px 14px; font-size: 0.84rem; }

/* Hero — full-bleed visual */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-visual {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 clamp(36px, 5vw, 64px);
  background: transparent;
  overflow: visible;
}
.hero-visual-frame {
  position: relative;
  width: 100%;
  line-height: 0;
  background: #c8dce8;
}
.hero-visual-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1774 / 887;
  object-fit: cover;
  object-position: left center;
  animation: hero-visual-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes hero-visual-in {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}
.hero-visual-hotspot {
  position: absolute;
  left: 4.8%;
  bottom: 14%;
  width: min(28%, 340px);
  height: 7.5%;
  min-height: 36px;
  border-radius: 999px;
  z-index: 2;
}
.hero-visual-hotspot:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.hero-visual-bar {
  position: relative;
  z-index: 1;
  margin-top: -2.5vw;
  padding: 0 24px;
}
.hero-visual-bar-inner {
  max-width: var(--container);
  margin: 0 auto;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-ghost {
  background: transparent;
  color: var(--jade);
  border: 1px solid transparent;
  box-shadow: none;
}
.btn-ghost:hover {
  background: rgba(13, 79, 82, 0.06);
  border-color: rgba(13, 79, 82, 0.12);
}
.hero-stats {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.metric-strip-wrap {
  max-width: var(--container);
  margin: -1.5vw auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.hero-stats-grid .stat-item-link {
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}
.hero-stats-grid .stat-item-link:hover {
  background: rgba(13, 79, 82, 0.04);
}
.hero-stats-grid .stat-item {
  padding: 22px 18px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  border-right: 1px solid var(--border);
  animation: hero-stat-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-stats-grid .stat-item:last-child { border-right: none; }
.hero-stats-grid .stat-item:nth-child(2) { animation-delay: 0.08s; }
.hero-stats-grid .stat-item:nth-child(3) { animation-delay: 0.16s; }
.hero-stats-grid .stat-item:nth-child(4) { animation-delay: 0.24s; }
@keyframes hero-stat-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.stat-num {
  display: block;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 700;
  color: var(--jade);
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.stat-label {
  display: block;
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 901px) {
  /* Desktop: baked-in CTA + hotspot; keep the page uncluttered */
  .hero-visual-bar { display: none; }
}
@media (max-width: 900px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats-grid .stat-item:nth-child(2n) { border-right: none; }
  .hero-stats-grid .stat-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  /* Prefer HTML CTAs when the baked button is too small to tap */
  .hero-visual-hotspot { display: none; }
}
@media (max-width: 640px) {
  .hero-visual-img {
    min-height: min(58vw, 320px);
    object-position: 12% center;
  }
  .hero-visual-bar { margin-top: 12px; }
  .hero-actions .btn-lg { width: 100%; justify-content: center; }
  .metric-strip-wrap { margin-top: 16px; }
}
@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats-grid .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .hero-stats-grid .stat-item:last-child { border-bottom: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-visual-img,
  .hero-stats-grid .stat-item { animation: none; }
}
.lead { font-size: 1.15rem; color: var(--muted); max-width: 640px; margin: 0 0 28px; }

/* Sections */
.section { padding: clamp(56px, 8vw, 88px) 24px; max-width: var(--container); margin: 0 auto; }
.section-band { padding: clamp(56px, 8vw, 88px) 0; max-width: none; position: relative; }
.section-band.section-alt { background: var(--surface); }
.section-inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section-alt { background: var(--surface); max-width: none; }
.section-alt > * { max-width: var(--container); margin-left: auto; margin-right: auto; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(28px, 4vw, 40px);
  flex-wrap: wrap;
  gap: 16px 24px;
}
.section-head-copy { min-width: min(100%, 280px); max-width: 720px; }
.section-eyebrow {
  display: block;
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--jade-light);
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  margin: 0;
  letter-spacing: -0.025em;
  line-height: 1.25;
  font-weight: 700;
}
.section-head p { color: var(--muted); margin: 10px 0 0; font-size: 0.98rem; line-height: 1.65; max-width: 42em; }
.section-more {
  color: var(--jade);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
}
.section-more:hover { border-bottom-color: var(--jade); color: var(--jade-dark); }

/* Cards */
.grid { display: grid; gap: 18px; }
.cards-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.cards-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 26px 24px;
  transition: border-color var(--lb-transition, 180ms ease-out), box-shadow var(--lb-transition, 180ms ease-out);
  box-shadow: none;
}
.service-card::before { content: none; }
.service-card:hover {
  box-shadow: var(--shadow);
  border-color: var(--lb-border-strong, #c8d8d5);
  transform: none;
}
.card-num {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.12em;
  font-family: var(--font-mono);
}
.service-card h3 { font-size: 1.12rem; margin: 10px 0 8px; letter-spacing: -0.01em; }
.service-card h3 a { color: var(--ink); text-decoration: none; }
.service-card h3 a:hover { color: var(--jade); }
.service-card p { color: var(--muted); font-size: 0.9rem; margin: 0 0 14px; line-height: 1.65; }
.card-link { font-size: 0.88rem; font-weight: 600; text-decoration: none; color: var(--jade-light); }
.card-link:hover { color: var(--jade-dark); }
.trust-item { padding: 8px 4px; }
.trust-item strong { display: block; font-size: 1rem; margin-bottom: 8px; color: var(--ink); letter-spacing: -0.01em; }
.trust-item p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.65; }

/* Lists */
.link-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px; }
.link-list a {
  text-decoration: none; color: var(--ink); padding: 12px 16px; display: block;
  border-radius: 8px; border: 1px solid var(--border); font-size: 0.9rem;
  background: var(--white); transition: border-color .2s, background .2s;
}
.link-list a:hover { border-color: rgba(26, 138, 143, 0.45); background: rgba(240, 247, 247, 0.8); }

/* CTA — 单调品牌深绿，去多重径向渐变与科技网格 */
.cta-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--jade-dark) 0%, var(--jade) 100%);
  color: #fff;
  text-align: center;
  padding: clamp(56px, 8vw, 88px) 24px;
  margin-top: 0;
}
.cta-banner::before { content: none; }
.cta-banner h2,
.cta-banner p,
.cta-banner .cta-actions { position: relative; z-index: 1; }
.cta-banner h2 {
  font-family: var(--font-display);
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}
.cta-banner p { opacity: .78; margin: 0 0 28px; font-size: 1.02rem; }
.cta-banner .btn-gold { background: var(--gold); }
.cta-banner .btn-gold:hover { background: var(--gold-hover); }

/* Content layouts */
.layout-content { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 32px 24px 64px; }
.layout-content--full { grid-template-columns: 1fr; }
.layout-content--full .content-main {
  width: 100%;
  min-width: 0;
}
body.page-insight {
  background-color: var(--bg);
}
body.page-insight .layout-content--full .content-main {
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 1.25rem clamp(1.25rem, 3vw, 2.5rem) 2.75rem;
}
.layout-data { padding: 32px 24px 64px; }
@media (max-width: 900px) { .layout-content { grid-template-columns: 1fr; } }
.content-main h1, .layout-data h1, .data-page h1 { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.25; margin-top: 0; }
.summary { font-size: 1.05rem; color: var(--muted); }
.prose { max-width: 72ch; }
.prose h2 { font-size: 1.25rem; margin-top: 2em; }

/* Formality */
.meta-grid { display: grid; grid-template-columns: 130px 1fr; gap: 10px 20px; background: var(--surface); padding: 24px; border-radius: 12px; margin: 24px 0; border: 1px solid var(--border); }
.meta-grid dt { font-weight: 600; color: var(--muted); font-size: 0.88rem; }
.meta-grid dd { margin: 0; }
.authority-multilingual .authority-alt { color: var(--muted); font-size: 0.88rem; line-height: 1.5; }
.tag { display: inline-block; background: var(--surface); color: var(--jade); padding: 4px 12px; border-radius: 999px; margin: 4px 6px 0 0; font-size: 0.8rem; font-weight: 500; border: 1px solid var(--border); }
.related-links ul { list-style: none; padding: 0; }
.related-links li { margin-bottom: 8px; font-size: 0.9rem; }
.cta-consult { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.cta-consult h2 { font-size: 1.1rem; margin: 0 0 8px; }

/* Listing */
.listing-page { width: 100%; }
.listing-page-inner { padding: 32px 0 64px; }
.listing-page:not(.listing-page--register) .listing-page-inner { max-width: var(--container); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.listing-page--register { max-width: none; padding: 0; }
.register-hub { display: grid; grid-template-columns: 1fr 300px; gap: 40px; max-width: var(--container); margin: 0 auto; padding: 32px 24px 64px; align-items: start; }
.register-hub-main { min-width: 0; }
.register-hub-aside { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 20px; }
.register-quick-nav { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.register-quick-nav h2 { font-size: 1rem; margin: 0 0 12px; color: var(--jade); }
.register-quick-nav ul { list-style: none; padding: 0; margin: 0; }
.register-quick-nav li { margin-bottom: 8px; }
.register-quick-nav a { text-decoration: none; color: var(--ink); font-size: 0.9rem; }
.register-quick-nav a:hover { color: var(--jade); }
.register-section { margin-top: 32px; }
.register-section-title { font-size: 1.1rem; margin: 0 0 16px; color: var(--jade); font-family: var(--font-display); }
.register-section--secondary { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); }
.listing-grid--register { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.listing-grid--compact { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.listing-card--featured { border-color: var(--lb-border-strong, #c8d8d5); background: var(--white); }
@media (max-width: 900px) {
  .register-hub { grid-template-columns: 1fr; }
  .register-hub-aside { position: static; }
}
.listing-intro { margin-bottom: 24px; }
.listing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-top: 24px; }
.listing-grid--lsic { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.listing-card { position: relative; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px 16px; transition: border-color var(--lb-transition, 180ms ease-out), box-shadow var(--lb-transition, 180ms ease-out); background: var(--white); }
.listing-card:hover { border-color: var(--lb-border-strong, #c8d8d5); box-shadow: var(--shadow); }
.listing-card h3 { font-size: 0.98rem; margin: 0 0 8px; line-height: 1.4; }
.listing-card h3 a { color: var(--ink); text-decoration: none; }
.listing-card h3 a:hover { color: var(--jade); }
.listing-meta { font-size: 0.86rem; color: var(--muted); margin: 0 0 8px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.list-meta { color: var(--muted); font-size: 0.9rem; }
.listing-empty { color: var(--muted); padding: 32px; text-align: center; background: var(--surface); border-radius: 12px; }
.lsic-code-badge { display: inline-block; font-size: 0.75rem; font-weight: 700; font-family: ui-monospace, monospace; color: var(--jade); background: #e8f2f2; padding: 2px 8px; border-radius: 6px; margin-bottom: 8px; }
.sector-tag { display: inline-block; font-size: 0.72rem; color: var(--muted); background: var(--surface); padding: 2px 8px; border-radius: 20px; }
.lsic-hub.is-loading [data-lsic-grid] { opacity: 0.55; pointer-events: none; }
.lsic-hub.is-loading::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 42%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 2px solid rgba(13, 79, 82, 0.2);
  border-top-color: var(--jade);
  border-radius: 50%;
  animation: lsic-spin .7s linear infinite;
  z-index: 2;
}
.lsic-hub { position: relative; }
@keyframes lsic-spin { to { transform: rotate(360deg); } }
.lsic-hub.is-booting[data-pending-filter] [data-lsic-grid],
.lsic-hub.is-booting[data-pending-filter] [data-lsic-meta],
.lsic-hub.is-booting[data-pending-filter] [data-lsic-pager] {
  opacity: 0;
}
.lsic-hub.is-ready [data-lsic-grid],
.lsic-hub.is-ready [data-lsic-meta],
.lsic-hub.is-ready [data-lsic-pager] {
  opacity: 1;
  transition: opacity .18s ease;
}
.lsic-hub .section-pill { cursor: pointer; }
.lsic-hub .section-pill:focus-visible,
.lsic-hub .division-pill:focus-visible,
.lsic-hub .page-link:focus-visible {
  outline: 2px solid rgba(13, 79, 82, 0.45);
  outline-offset: 2px;
}
.lsic-division-nav { margin: 8px 0 20px; padding: 14px 16px; background: #f5f8fa; border: 1px solid var(--border); border-radius: 12px; }
.lsic-division-label { margin: 0 0 10px; font-size: 0.82rem; font-weight: 700; color: var(--muted); }
.lsic-division-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.division-pill {
  display: inline-flex; flex-direction: column; gap: 2px;
  padding: 8px 12px; border-radius: 10px; text-decoration: none;
  background: #fff; border: 1px solid var(--border); color: var(--ink);
  max-width: 280px;
}
.division-pill:hover, .division-pill.active {
  border-color: rgba(13, 79, 82, 0.45);
  background: #eef6f6;
}
.division-pill-zh { font-size: 0.88rem; font-weight: 650; line-height: 1.35; }
.division-pill-en { font-size: 0.72rem; color: var(--muted); line-height: 1.3; }
.division-pill-count {
  align-self: flex-start; margin-top: 2px;
  font-size: 0.7rem; font-weight: 700; color: var(--jade);
}
.lsic-card-division {
  margin: 0 0 6px; font-size: 0.78rem; color: var(--jade); font-weight: 600;
}
.listing-meta-en { font-size: 0.8rem !important; color: #7a8796 !important; }
.section-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 20px; border: 1px solid var(--border); text-decoration: none; color: var(--ink); font-size: 0.82rem; background: var(--white); }
.section-pill span { color: var(--muted); font-size: 0.75rem; }
.section-pill:hover, .section-pill.active { border-color: var(--jade); background: #f0f7f7; color: var(--jade); }
.pagination { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 32px; align-items: center; }
.page-link { padding: 8px 14px; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--ink); font-size: 0.88rem; }
.page-link:hover, .page-link.active { border-color: var(--jade); background: var(--jade); color: #fff; }
.lsic-meta { margin-bottom: 24px; }

/* Data tables */
.stats-hub { max-width: 100%; }
.stats-intro { margin-bottom: 24px; }
.stats-kpi { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 24px 0 28px; }
.stats-kpi-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 20px 22px; }
.stats-kpi-num { display: block; font-size: 1.75rem; font-weight: 700; color: var(--jade); font-variant-numeric: tabular-nums; }
.stats-kpi-label { display: block; margin-top: 6px; font-size: 0.88rem; color: var(--muted); }
.stats-kpi-sub { display: block; font-size: 0.9rem; color: var(--text); margin-top: 4px; }
.stats-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.stats-tab { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--border); background: #fff; color: var(--text); text-decoration: none; font-size: 0.9rem; transition: .15s; }
.stats-tab:hover { border-color: var(--gold); color: var(--jade); }
.stats-tab.active { background: var(--jade); border-color: var(--jade); color: #fff; }
.stats-panel { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px; margin-bottom: 32px; }
.stats-panel-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 20px; }
.stats-panel-head h2 { margin: 0; font-size: 1.2rem; }
.stats-bars { margin-bottom: 24px; display: grid; gap: 10px; }
.stats-bar-row { display: grid; grid-template-columns: minmax(100px, 140px) 1fr 48px; gap: 12px; align-items: center; font-size: 0.85rem; }
.stats-bar-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stats-bar-track { height: 8px; background: #eee; border-radius: 4px; overflow: hidden; }
.stats-bar-fill { height: 100%; background: var(--jade); border-radius: 4px; }
.stats-bar-val { text-align: right; font-variant-numeric: tabular-nums; color: var(--muted); }
.stats-table-wrap { overflow-x: auto; }
.stats-table { margin: 0; min-width: 480px; }
.stats-total-row { background: #f0f7f4 !important; }
.stats-total-row td { border-top: 2px solid var(--jade); }
.stats-foot { margin-top: 16px; }
.stats-detail-links { margin-top: 8px; }
.stats-detail-links h2 { font-size: 1.05rem; margin-bottom: 12px; }
.stats-link-grid { display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; padding: 0; margin: 0; }
.stats-link-grid a { color: var(--jade); }
.stats-empty { padding: 40px; text-align: center; color: var(--muted); }
/* Data tables */
.data-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.9rem; }
.data-table th, .data-table td { border: 1px solid var(--border); padding: 10px 14px; text-align: left; }
.data-table th { background: var(--surface); font-weight: 600; color: var(--jade); }
.data-table tr:nth-child(even) { background: #fafaf8; }

/* Static / contact pages */
.page-shell--static { padding: 48px 0 72px; }

/* —— Service landing (B2B consult) —— */
.page-shell--svc-lp {
  padding: 28px 0 80px;
  background: var(--bg);
}
.svc-lp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}
.svc-lp-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.svc-lp-hero {
  padding: 36px 36px 32px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.svc-lp-eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--jade-light);
  text-transform: uppercase;
}
.svc-lp-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.35rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.svc-lp-title-en {
  margin: 8px 0 0;
  font-size: 1rem;
  color: var(--muted, #667);
  letter-spacing: 0.01em;
}
.svc-lp-pitch {
  margin: 18px 0 0;
  max-width: 40rem;
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--ink);
}
.svc-lp-tags {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.svc-lp-tags li {
  position: relative;
  padding: 8px 14px 8px 30px;
  border-radius: 8px;
  background: rgba(13, 79, 82, 0.06);
  color: var(--jade-dark);
  font-size: 0.9rem;
  font-weight: 550;
}
.svc-lp-tags li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--jade-light);
  font-weight: 700;
}
.svc-lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.svc-lp-hero .service-commercial-notice {
  margin: 20px 0 0;
}
.svc-lp-section {
  padding: 28px 32px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
}
.svc-lp-section-head {
  margin-bottom: 20px;
}
.svc-lp-section-head h2 {
  margin: 0;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
}
.svc-lp-section-en {
  margin: 4px 0 0;
  font-size: 0.88rem;
  color: var(--muted, #667);
}
.svc-lp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.svc-lp-why-card {
  padding: 18px 16px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.svc-lp-why-card h3 {
  margin: 0;
  font-size: 1.02rem;
}
.svc-lp-card-en {
  margin: 4px 0 10px;
  font-size: 0.82rem;
  color: var(--muted, #667);
}
.svc-lp-why-card > p:last-child {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #334155;
}
.svc-lp-example-card {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--jade-dark);
  color: #fff;
}
.svc-lp-example-media {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  cursor: zoom-in;
}
.svc-lp-example-media img {
  display: block;
  width: 100%;
  height: auto;
}
.svc-lp-example-zoom {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(11, 18, 32, 0.72);
  color: #fff;
  font-size: 0.75rem;
}
.svc-lp-example-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.svc-lp-example-card figcaption strong {
  font-size: 1.15rem;
}
.svc-lp-example-card figcaption span[lang="en"] {
  opacity: 0.85;
  font-size: 0.9rem;
}
.svc-lp-example-note {
  margin-top: 8px;
  font-size: 0.85rem;
  opacity: 0.8;
  line-height: 1.5;
}
.svc-lp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.svc-lp-steps li {
  display: flex;
  gap: 14px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
}
.svc-lp-step-num {
  flex: 0 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--jade);
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.svc-lp-steps strong {
  display: block;
  font-size: 1rem;
}
.svc-lp-steps p {
  margin: 6px 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
}
.svc-lp-suitable-grid,
.svc-lp-include-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.svc-lp-suitable-grid li,
.svc-lp-include-grid li {
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
}
.svc-lp-suitable-grid strong {
  display: block;
  font-size: 1rem;
}
.svc-lp-suitable-grid span[lang="en"] {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: var(--muted, #667);
}
.svc-lp-mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--lb-border-strong, #c8d8d5);
  background: var(--surface);
  border-left: 3px solid var(--gold);
}
.svc-lp-mid-cta strong {
  display: block;
  font-size: 1.15rem;
}
.svc-lp-mid-cta > div > p:first-of-type {
  margin: 2px 0 0;
  color: var(--muted, #667);
  font-size: 0.9rem;
}
.svc-lp-mid-cta-lead {
  margin: 8px 0 0;
  font-size: 0.95rem;
  color: #334155;
}
.svc-lp-details {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 0 20px;
}
.svc-lp-details > summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 600;
}
.svc-lp-details > summary::-webkit-details-marker { display: none; }
.svc-lp-details > summary::after {
  content: "＋";
  float: right;
  color: var(--muted, #667);
  font-weight: 500;
}
.svc-lp-details[open] > summary::after { content: "－"; }
.svc-lp-body {
  padding: 0 0 18px;
  border-top: 1px solid var(--border);
}
.svc-lp-consult-lead {
  margin: -8px 0 18px;
  color: var(--muted, #667);
  font-size: 0.95rem;
}
.svc-lp-form {
  max-width: 560px;
}
.svc-lp-form.is-submitting {
  opacity: 0.72;
  pointer-events: none;
}
.svc-lp-inq-progress {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(13, 79, 82, 0.08);
  color: var(--jade-dark);
  font-size: 0.92rem;
  font-weight: 550;
}
.svc-lp-inq-success {
  max-width: 560px;
  padding: 22px 20px;
  border-radius: 12px;
  border: 1px solid rgba(39, 131, 111, 0.35);
  background: rgba(39, 131, 111, 0.06);
  outline: none;
}
.svc-lp-inq-success-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #0d7a4a;
}
.svc-lp-inq-success-lead {
  margin: 0 0 12px;
  color: #334155;
  line-height: 1.6;
}
.svc-lp-inq-ticket {
  margin: 0 0 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--jade-dark);
}
.svc-lp-inq-ticket:not([hidden])::before {
  content: "工单号：";
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--muted, #667);
}
.svc-lp-aside {
  position: relative;
}
.svc-lp-sticky-card {
  position: sticky;
  top: 96px;
  padding: 24px 22px;
  border-radius: var(--radius-lg);
  background: var(--jade-dark);
  color: #f5f7fa;
  box-shadow: var(--shadow-lg);
}
.svc-lp-sticky-eyebrow {
  margin: 0 0 8px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}
.svc-lp-sticky-card h2 {
  margin: 0;
  font-size: 1.35rem;
  color: #fff;
}
.svc-lp-sticky-en {
  margin: 8px 0 12px;
  font-size: 0.9rem;
  line-height: 1.55;
  opacity: 0.88;
}
.svc-lp-sticky-card > p:last-of-type {
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.6;
  opacity: 0.92;
}
.svc-lp-sticky-btn {
  width: 100%;
  justify-content: center;
}
.svc-lp-sticky-link {
  display: inline-block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  text-decoration: none;
}
.svc-lp-sticky-link:hover {
  color: #fff;
  text-decoration: underline;
}
.service-commercial-notice--compact {
  padding: 10px 14px;
}
.service-commercial-notice {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(26, 138, 143, 0.22);
  background: rgba(26, 138, 143, 0.06);
}
.service-commercial-notice p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--muted, #4b5563);
}
@media (max-width: 980px) {
  .svc-lp-layout {
    grid-template-columns: 1fr;
  }
  .svc-lp-aside { order: -1; }
  .svc-lp-sticky-card {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    align-items: center;
  }
  .svc-lp-sticky-card h2,
  .svc-lp-sticky-eyebrow,
  .svc-lp-sticky-en,
  .svc-lp-sticky-card > p:last-of-type {
    grid-column: 1;
  }
  .svc-lp-sticky-btn {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: auto;
    align-self: center;
  }
  .svc-lp-sticky-link {
    grid-column: 1 / -1;
    margin-top: 4px;
  }
}
@media (max-width: 760px) {
  .page-shell--svc-lp { padding: 18px 0 56px; }
  .svc-lp-hero,
  .svc-lp-section { padding: 22px 18px; }
  .svc-lp-why-grid,
  .svc-lp-steps,
  .svc-lp-suitable-grid,
  .svc-lp-include-grid {
    grid-template-columns: 1fr;
  }
  .svc-lp-example-card {
    grid-template-columns: 1fr;
  }
  .svc-lp-example-media {
    max-width: 220px;
  }
  .svc-lp-sticky-card {
    display: block;
  }
  .svc-lp-sticky-btn {
    width: 100%;
  }
}
.data-page { min-width: 0; }
.breadcrumb { font-size: 0.85rem; color: var(--muted); margin-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; }
.breadcrumb a { color: var(--jade); text-decoration: none; font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb-sep { color: #b0b8c4; user-select: none; }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 500; }
.static-page { padding: 0; }
.static-page-head { text-align: center; margin-bottom: 32px; }
.static-page-head h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0;
}
.static-page .glass-card { padding: 36px 40px; }

.page-shell--legal .legal-prose {
  max-width: 48rem;
  margin: 0 auto;
}

.page-shell--legal .legal-prose h2 {
  font-size: 1.15rem;
  margin-top: 1.75em;
}

.page-shell--legal .legal-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 1em 0 1.5em;
}

.page-shell--legal .legal-prose th,
.page-shell--legal .legal-prose td {
  border-bottom: 1px solid rgba(13, 79, 82, 0.12);
  padding: 10px 12px 10px 0;
  vertical-align: top;
  text-align: left;
}

.page-shell--legal .legal-prose th {
  width: 7.6rem;
  color: #5b6b73;
  font-weight: 600;
  white-space: nowrap;
}

.page-shell--legal .legal-prose .muted {
  display: block;
  margin-top: 4px;
  font-size: 0.82em;
  color: #7a868e;
  font-weight: 400;
}

.legal-doc-head {
  position: relative;
}

.legal-lang-switch {
  display: inline-flex;
  gap: 4px;
  margin: 0 0 14px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(13, 79, 82, 0.08);
}

.legal-lang-btn {
  border: none;
  background: transparent;
  color: #5b6b73;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.legal-lang-btn.is-active {
  background: #fff;
  color: var(--jade, #0d4f52);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.legal-lang-btn:hover {
  color: var(--jade, #0d4f52);
}

.legal-cross-links {
  text-align: center;
  margin: 20px 0 40px;
}

.legal-cross-links a {
  color: var(--jade, #0d4f52);
}

/* About page — B2B intelligence + services */
.page-shell--about {
  padding-bottom: 0;
  background: #f4f7fb;
}
.page-hero--about {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(300px, 42vh, 440px);
  padding: 64px 0;
  text-align: center;
}
.page-hero--about .page-hero-bg {
  background: linear-gradient(180deg, var(--jade-dark) 0%, var(--jade) 100%);
}
.about-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
.about-hero-brand {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
}
.page-hero--about .page-eyebrow {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
}
.page-hero--about h1 {
  margin: 0 auto 14px;
  max-width: 22em;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.35;
  color: #fff;
  font-weight: 650;
}
.page-hero--about .page-lead {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}
.about-hero-sub {
  margin: 12px auto 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
  text-align: center;
}
.about-hero-sub[lang="en"] {
  margin-top: 8px;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}
.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.about-band {
  padding: 72px 0;
  border-bottom: 1px solid rgba(13, 79, 82, 0.08);
}
.about-band--story { background: #fff; }
.about-band--intel { background: #f7fafc; }
.about-band--ip { background: #fff; }
.about-band--services {
  background: var(--jade-dark);
  color: #fff;
  border-bottom: 0;
}
.about-band--insights { background: #f7fafc; }
.about-band--trust { background: #fff; border-bottom: 0; padding-bottom: 96px; }
.about-band-inner { max-width: var(--container); }
.about-band-head { max-width: 40rem; margin-bottom: 28px; }
.about-band-head--center {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about-band-kicker {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--jade-light);
}
.about-band--services .about-band-kicker { color: rgba(255, 220, 150, 0.9); }
.about-band h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.3;
  color: var(--jade-dark);
}
.about-band--services h2 { color: #fff; }
.about-band-en {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
.about-band--services .about-band-en { color: rgba(255, 255, 255, 0.72); }

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.9fr);
  gap: 36px;
  align-items: start;
}
.about-story-copy p {
  margin: 0 0 16px;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--ink);
}
.about-story-formula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 28px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--border);
  background: var(--surface);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--jade-dark);
  letter-spacing: 0.01em;
}
.about-story-formula > span[aria-hidden="true"] {
  color: var(--gold);
  font-weight: 600;
}
.about-story-aside {
  padding: 28px 26px;
  border: 1px solid var(--jade-dark);
  background: var(--jade-dark);
  color: #fff;
}
.about-aside-label {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.about-aside-title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 700;
}
.about-aside-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.about-module {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.85fr);
  gap: 40px;
  align-items: center;
}
.about-module--reverse { direction: rtl; }
.about-module--reverse > * { direction: ltr; }
.about-module-copy p {
  margin: 0 0 16px;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--ink);
}
.about-module-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 700;
  color: var(--jade);
  text-decoration: none;
}
.about-module-link:hover { color: var(--jade-light); }
.about-module-panel {
  padding: 28px 26px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
}
.about-panel-metric-label {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--jade-light);
}
.about-panel-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.about-panel-points li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
}
.about-panel-points li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-journey {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: journey;
  display: grid;
  gap: 14px;
}
.about-journey li {
  counter-increment: journey;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
}
.about-journey li::before {
  content: counter(journey, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--jade);
  padding-top: 2px;
}

.about-services-lead {
  max-width: 46rem;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}
.about-services-grid {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.about-services-grid li {
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 8px;
}
.about-services-grid strong {
  font-size: 0.98rem;
  color: #fff;
}
.about-services-grid span {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.about-services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.about-biz-email {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}
.about-biz-email a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.about-band--trust .about-biz-email {
  text-align: left;
  color: var(--ink);
}
.about-band--trust .about-biz-email a {
  color: var(--jade);
}
.about-entity {
  margin: 8px 0 16px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  background: var(--surface);
}
.about-entity dt {
  margin: 10px 0 2px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a868e;
  font-weight: 650;
}
.about-entity dt:first-child {
  margin-top: 0;
}
.about-entity dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink);
}
.about-entity-more {
  margin: 0 0 14px;
  font-size: 0.88rem;
}
.about-entity-more a {
  color: var(--jade, #0d4f52);
}
.about-panel .about-biz-email {
  margin: 0 0 14px;
  text-align: left;
  font-size: 0.92rem;
  color: var(--ink);
}
.about-panel .about-biz-email a {
  color: var(--jade);
  font-weight: 600;
}
.about-band--services .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.about-band--services .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.about-trust-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.8fr);
  gap: 36px;
  align-items: stretch;
}
.about-trust-inner p {
  margin: 0 0 14px;
  line-height: 1.8;
  color: var(--ink);
}
.about-trust-cta {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
}
.about-trust-cta p {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--jade-dark);
  line-height: 1.5;
}
.about-trust-cta .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

@media (max-width: 960px) {
  .page-hero--about { padding: 56px 0 64px; }
  .page-hero--about h1 { max-width: none; }
  .about-band { padding: 56px 0; }
  .about-story-grid,
  .about-module,
  .about-module--reverse,
  .about-trust-inner,
  .about-services-grid {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .about-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .about-services-grid { grid-template-columns: 1fr; }
  .about-hero-actions .btn { width: 100%; justify-content: center; }
}



.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(360px, 1.2fr);
  gap: 28px;
  align-items: start;
}
@media (max-width: 900px) { .contact-page-grid { grid-template-columns: 1fr; } }
.card-icon-head { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.card-icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(7, 91, 91, 0.08);
  color: var(--jade);
  border-radius: 10px;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-info-card, .contact-form-section { padding: 32px 36px; }
.contact-info-card h2, .contact-form-section h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0;
  color: var(--jade);
}
.contact-address-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--jade);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: 22px;
}
.contact-address-label { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; color: var(--jade-light); text-transform: uppercase; margin-bottom: 6px; }
.contact-address-value { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--ink); line-height: 1.5; }
.contact-address-en {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}
.contact-address-label-en { margin: 6px 0 0; }
.footer-address {
  margin: 0 0 8px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #aab0bc;
}
.footer-address strong {
  display: inline-block;
  margin-bottom: 4px;
  color: #d8dde6;
  font-weight: 600;
  font-size: 0.78rem;
}
.footer-address-en { color: #6f7888; font-size: 0.78rem; }

/* Home mini map */
.location-mini {
  padding: clamp(48px, 7vw, 72px) 24px;
  max-width: var(--container);
  margin: 0 auto;
}
.location-mini-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: stretch;
}
.location-mini-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.location-mini-addr {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--ink);
  line-height: 1.5;
}
.location-mini-addr-en {
  margin: 0 0 8px;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
}
.location-mini-note {
  margin: 14px 0 0;
  font-size: 0.84rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 40em;
}
.location-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.location-mini-map {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #d9e3eb;
  min-height: 260px;
  box-shadow: var(--shadow);
}
.location-mini-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}
@media (max-width: 860px) {
  .location-mini-grid { grid-template-columns: 1fr; }
  .location-mini-map iframe { min-height: 240px; }
}
.contact-info-list { list-style: none; padding: 0; margin: 0 0 18px; }
.contact-info-list li { display: grid; grid-template-columns: 5.5em 1fr; gap: 8px 12px; margin-bottom: 14px; font-size: 0.95rem; align-items: baseline; }
.contact-info-list strong { color: var(--muted); font-weight: 600; font-size: 0.88rem; }
.contact-info-list span { word-break: break-word; }
.contact-region-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.region-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(13, 79, 82, 0.07);
  border: 1px solid rgba(13, 79, 82, 0.12);
  color: var(--jade);
  font-size: 0.8rem;
  font-weight: 500;
}
/* 404 */
.page-shell--error { padding: 48px 0 72px; }
.error-page-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 40px 36px;
  text-align: center;
}
.error-code {
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 12px;
  color: rgba(13, 79, 82, 0.12);
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.error-page-head { margin-bottom: 28px; }
.error-page-head h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin: 0 0 12px;
  color: var(--ink);
}
.error-lead {
  margin: 0 auto;
  max-width: 480px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}
.error-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.error-links a {
  font-size: 0.86rem;
  color: var(--jade);
  text-decoration: none;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(13, 79, 82, 0.06);
  border: 1px solid rgba(13, 79, 82, 0.1);
  transition: background 0.15s, color 0.15s;
}
.error-links a:hover {
  background: rgba(13, 79, 82, 0.1);
  color: var(--jade-dark);
  text-decoration: none;
}
@media (max-width: 640px) {
  .error-page-card { padding: 32px 24px 28px; }
}
/* Footer */
.site-footer {
  background: linear-gradient(180deg, #0b1220 0%, #070d16 100%);
  color: #9aa3b5;
  margin-top: 0;
  padding: 56px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
  gap: 28px 32px;
  align-items: start;
  padding-bottom: 32px;
}

@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }
  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.footer-about {
  min-width: 0;
}

.footer-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
}

.footer-brand-row:hover .footer-brand {
  color: #fff;
}

.footer-brand-mark {
  width: 48px;
  height: 48px;
  max-height: 56px;
  max-width: 56px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  /* 深色页脚：图形滤成纯白，背景保持透明 */
  opacity: 1;
  border-radius: 10px;
  background: transparent;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.footer-brand {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.25;
  display: block;
  margin: 0;
}

.footer-brand-en {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #6f7888;
  letter-spacing: 0.01em;
}

.footer-tagline {
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0 0 8px;
  color: #8a919c;
  max-width: 32em;
}

.footer-regions {
  font-size: 0.76rem;
  color: #6f7888;
  margin: 0;
  line-height: 1.5;
}

.footer-col-title,
.site-footer h4.footer-col-title {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 14px;
  line-height: 1.3;
}

.footer-col-list,
.site-footer ul.footer-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col-list li {
  margin: 0 0 8px;
  line-height: 1.4;
}

.footer-col-list li:last-child {
  margin-bottom: 0;
}

.footer-col-list a,
.site-footer .footer-col-list a {
  color: #aab0bc;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 450;
  transition: color 0.15s ease;
}

.footer-col-list a:hover,
.site-footer .footer-col-list a:hover {
  color: #fff;
}

.footer-contact p {
  margin: 0 0 8px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #aab0bc;
}

.footer-contact-nav {
  margin-bottom: 0;
}

.footer-contact-nav a[data-inquiry-open] {
  color: #d4af37 !important;
  font-weight: 600;
}

.footer-contact-nav a[data-inquiry-open]:hover {
  color: #fff !important;
}

.footer-contact-channels {
  list-style: none;
  padding: 12px 0 0;
  margin: 0 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact-channels li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.footer-contact-k {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6f7888;
  line-height: 1.3;
}

.footer-contact-v {
  font-size: 0.84rem;
  color: #c5cad3;
  line-height: 1.45;
  word-break: break-word;
}

a.footer-contact-v {
  color: #7fd4d8;
  text-decoration: none;
}

a.footer-contact-v:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-contact-meta {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-address {
  font-size: 0.8rem !important;
  line-height: 1.45 !important;
  color: #8a919c !important;
}

.footer-address strong {
  color: #aab0bc;
  font-weight: 550;
}

.footer-contact-links {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-contact-links a[data-inquiry-open],
.footer-contact-nav a[data-inquiry-open] {
  color: #d4af37 !important;
  font-weight: 600;
}

.footer-contact-links a[data-inquiry-open]:hover,
.footer-contact-nav a[data-inquiry-open]:hover {
  color: #fff !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  font-size: 0.78rem;
}

.footer-bottom-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
}

.footer-bottom-left {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 16px;
  min-width: 0;
}

.footer-copy {
  margin: 0;
  color: #d8dde6;
  font-size: 0.84rem;
  font-weight: 550;
  line-height: 1.45;
  white-space: nowrap;
}

.footer-operators-inline {
  margin: 0;
  line-height: 1.45;
  color: #8a919c;
  font-size: 0.78rem;
}

.footer-operators-inline a {
  color: #c5cad3;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-operators-inline a:hover {
  color: #fff;
}

.footer-entity-no {
  color: #8a919c;
}

.footer-entity-no::before {
  content: " · ";
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}



.footer-legal-link {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #b8c4d4;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.4;
}

.footer-legal-link:hover,
.footer-legal-link:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  outline: none;
}

/* 兼容旧结构残留 */
.footer-logo,
.footer-legal-fold,
.footer-legal-open {
  display: none !important;
}

.footer-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.footer-legal-card {
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-legal-card h5 {
  margin: 0 0 6px;
  color: #b8c0cc;
  font-size: 0.76rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}
.footer-legal-h-en {
  font-weight: 500;
  font-size: 0.78em;
  opacity: 0.75;
}
.footer-legal-card p {
  margin: 0;
  line-height: 1.6;
  color: #6f7888;
  font-size: 0.71rem;
}
.footer-legal-card .footer-legal-en {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8b93a3;
  font-size: 0.68rem;
  line-height: 1.65;
}
.footer-legal-card--wide {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(212, 175, 55, 0.15);
}
.footer-legal-card--wide h5 { color: #c9d0db; }

/* 法律声明弹窗 */
.legal-modal {
  border: none;
  padding: 0;
  max-width: min(720px, calc(100vw - 32px));
  width: 100%;
  background: transparent;
  color: var(--ink, #1a2e2e);
}
.legal-modal::backdrop {
  background: rgba(7, 13, 22, 0.72);
  backdrop-filter: blur(4px);
}
.legal-modal-panel {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  max-height: min(85vh, 720px);
  display: flex;
  flex-direction: column;
}
.legal-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border, #e5e7eb);
  background: #f8faf9;
}
.legal-modal-titles {
  min-width: 0;
  flex: 1;
}
.legal-modal-head h2 {
  margin: 0;
  font-size: 1rem;
  color: var(--jade, #0d4f4f);
}
.legal-modal-sub {
  margin: 4px 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--muted, #6b7280);
}
.legal-modal-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--muted, #6b7280);
  cursor: pointer;
}
.legal-modal-close:hover { background: #eef2f2; color: var(--ink); }
.legal-modal-body {
  padding: 16px 20px 20px;
  overflow-y: auto;
}
.legal-modal-body .footer-legal-grid { gap: 12px; }
.legal-modal-body .footer-legal-card {
  background: #f8faf9;
  border-color: var(--border, #e5e7eb);
}
.legal-modal-body .footer-legal-card h5 { color: var(--jade, #0d4f4f); font-size: 0.82rem; }
.legal-modal-body .footer-legal-card p { color: var(--muted, #4b5563); font-size: 0.8rem; }
.legal-modal-body .footer-legal-card .footer-legal-en {
  border-top-color: rgba(15, 23, 42, 0.08);
  color: #64748b;
}
.legal-modal-body .footer-legal-h-en { color: #64748b; }
.legal-modal-body .footer-legal-card--wide {
  background: #f0f7f6;
  border-color: rgba(13, 79, 79, 0.2);
}

@media (max-width: 720px) {
  .site-footer {
    padding: 44px 0 24px;
  }
  .footer-bottom-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .footer-copy {
    white-space: normal;
  }
  .footer-brand-mark {
    height: 48px;
    max-height: 48px;
    max-width: 48px;
  }
  .footer-legal-grid { grid-template-columns: 1fr; }
}

.cta-wechat, .cta-phone { font-size: 0.88rem; margin: 0 0 8px; }
.contact-strip { display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: 0.82rem; color: var(--muted); padding: 8px 0 0; }
.contact-item a { color: inherit; }

/* Service page */
.process-steps .steps { list-style: none; padding: 0; }
.process-steps li { display: flex; gap: 16px; margin-bottom: 20px; padding: 16px; background: var(--surface); border-radius: 10px; }
.step-num { width: 36px; height: 36px; background: var(--jade); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.service-cover {
  margin: 0 0 24px;
  text-align: left;
  max-width: 200px;
}
.service-cover a {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 6px 18px rgba(15, 40, 45, 0.07);
  background: #fff;
  cursor: zoom-in;
}
.service-cover a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.service-cover img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}
.service-cover-hint {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(15, 40, 45, 0.72);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.4;
  pointer-events: none;
}
.service-cover figcaption {
  margin-top: 8px;
  font-size: 0.82rem;
  color: var(--muted, #667);
  line-height: 1.45;
}
.content-body .service-cover {
  margin-top: 4px;
  float: right;
  margin-left: 20px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .content-body .service-cover {
    float: none;
    margin-left: 0;
    max-width: 160px;
  }
}
.site-lightbox[hidden] { display: none !important; }
.site-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.site-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(10, 20, 20, 0.78);
  cursor: zoom-out;
}
.site-lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: min(720px, 96vw);
  max-height: 92vh;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.site-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 48px);
  margin: 0 auto;
  object-fit: contain;
}
.site-lightbox-close {
  position: absolute;
  top: 4px;
  right: 8px;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
  padding: 4px 8px;
}
.site-lightbox-close:hover { color: #000; }
.price-box {
  background: var(--surface);
  border: 2px solid var(--gold);
  border-radius: 12px;
  padding: 28px;
  margin-top: 32px;
  text-align: center;
  clear: both;
}
.price-label { margin: 0 0 6px; color: var(--muted, #667); font-size: 0.9rem; }
.price-value { font-size: 1.25rem; font-weight: 600; color: var(--jade); }
.includes-list ul { padding-left: 1.2em; }
.includes-list li { margin-bottom: 6px; }

/* Content pages */
.content-body h2 { font-size: 1.15rem; margin: 28px 0 12px; color: var(--ink); border-left: 3px solid var(--jade); padding-left: 12px; }
.content-body h3.formality-docs-sub {
  font-size: 0.98rem; margin: 16px 0 8px; color: var(--ink); font-weight: 650;
  border: 0; padding: 0;
}
.formality-docs { margin: 0 0 12px; }
.formality-note { margin-top: 8px; }
.content-body ul { padding-left: 1.2em; }
.content-body li { margin-bottom: 8px; line-height: 1.6; }
.content-body .lead { font-size: 1.05rem; color: var(--ink); }
.content-body .source-note { margin-top: 32px; color: var(--muted); font-size: 0.85rem; }
.meta-grid { display: grid; grid-template-columns: 120px 1fr; gap: 8px 16px; background: var(--surface); padding: 20px; border-radius: 10px; margin: 20px 0; }
.meta-grid dt { font-weight: 600; color: var(--muted); font-size: 0.88rem; }
.meta-grid dd { margin: 0; }
.authority-multilingual .authority-alt { color: var(--muted); font-size: 0.88rem; line-height: 1.5; }
.doc-note { color: var(--muted); font-size: 0.88rem; }

/* Contact form */
.contact-form { width: 100%; display: flex; flex-direction: column; gap: 18px; }
.contact-form .field { display: flex; flex-direction: column; gap: 8px; margin: 0; }
.contact-form .field-label { font-size: 0.9rem; font-weight: 600; color: var(--ink); }
.contact-form .req { color: #b42318; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 13px 16px;
  border: 1px solid var(--border); border-radius: 10px;
  font: inherit; background: rgba(255,255,255,0.9);
  transition: border-color .15s, box-shadow .15s;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--jade-light);
  box-shadow: 0 0 0 4px rgba(26, 138, 143, 0.12);
}
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 520px) { .contact-form-row { grid-template-columns: 1fr; } }
.contact-prefs {
  margin: 0; padding: 18px 20px;
  border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--surface);
}
.contact-prefs legend { font-size: 0.9rem; font-weight: 600; padding: 0 6px; color: var(--ink); }
.contact-pref-options { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }
.contact-form .field-check { flex-direction: row; align-items: flex-start; gap: 10px; font-weight: 400; cursor: pointer; }
.contact-form .field-check span { line-height: 1.45; font-size: 0.9rem; color: var(--ink); }
.contact-form .field-check input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--jade); cursor: pointer; }
.contact-form-hint { margin: -4px 0 0; font-size: 0.85rem; }
.contact-form .btn { align-self: flex-start; min-width: 140px; }
.form-msg { margin: 0; font-size: 0.92rem; font-weight: 500; }
.form-msg.ok { color: #0d7a4a; }
.form-msg.err { color: #b42318; }

/* Home extras */
.capability-intro { padding-top: clamp(36px, 5vw, 56px); }
.capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.7fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.capability-title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  line-height: 1.3;
}
.keyword-lead {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.85;
  margin: 0;
  text-align: left;
  max-width: none;
}
.keyword-lead a { font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(26, 138, 143, 0.25); }
.keyword-lead a:hover { border-bottom-color: var(--jade-light); }
.capability-aside {
  padding: 22px 22px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}
.capability-tags {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.capability-tags li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: baseline;
  font-size: 0.88rem;
  color: var(--ink);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(213, 221, 232, 0.8);
}
.capability-tags li:last-child { border-bottom: none; padding-bottom: 0; }
.capability-tag-k {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--jade-light);
}
.section-foot-link { text-align: center; margin-top: 20px; font-weight: 600; }

.feature-card .card-num {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: rgba(13, 79, 82, 0.18);
  letter-spacing: -0.04em;
}

.digital-band {
  background: var(--jade-dark);
  color: #e8eef4;
}
.digital-band .section-eyebrow { color: rgba(201, 162, 39, 0.9); }
.digital-band .section-head h2 { color: #fff; }
.digital-band .section-head p { color: rgba(232, 238, 244, 0.68); }
.section-more--on-dark {
  color: rgba(255, 255, 255, 0.88);
}
.section-more--on-dark:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.55);
}
.digital-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}
.digital-card::before { content: none; }
.digital-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  transform: none;
}
.digital-card .card-num { color: rgba(201, 162, 39, 0.75); }
.digital-card h3 a { color: #fff; }
.digital-card h3 a:hover { color: #f0d878; }
.digital-card p { color: rgba(232, 238, 244, 0.62); }
.digital-card .card-link { color: rgba(201, 162, 39, 0.95); }
.digital-card .card-link:hover { color: #f0d878; }

.scenario-rows {
  display: grid;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}
.scenario-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 28px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.scenario-row:last-child { border-bottom: none; }
.scenario-row:hover { background: rgba(240, 247, 247, 0.55); }
.scenario-row-copy h3 {
  font-size: 1rem;
  margin: 0 0 4px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.scenario-row-copy p {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.scenario-links {
  display: flex;
  gap: 8px 14px;
  flex-wrap: wrap;
  font-size: 0.84rem;
  font-weight: 600;
}
.scenario-links a {
  text-decoration: none;
  color: var(--jade-light);
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}
.scenario-links a:hover { border-bottom-color: var(--jade-light); }

.resource-bento {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.resource-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 22px;
  transition: border-color var(--lb-transition, 180ms ease-out), box-shadow var(--lb-transition, 180ms ease-out);
  min-height: 148px;
}
.resource-card:hover {
  border-color: var(--lb-border-strong, #c8d8d5);
  box-shadow: var(--shadow);
}
.resource-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  color: var(--jade-light);
  background: rgba(26, 138, 143, 0.08);
  border: 1px solid rgba(26, 138, 143, 0.14);
  border-radius: 4px;
  padding: 3px 8px;
  margin-bottom: 12px;
}
.resource-card h3 { font-size: 1.05rem; margin: 0 0 8px; color: var(--ink); letter-spacing: -0.01em; }
.resource-card p { font-size: 0.86rem; color: var(--muted); margin: 0; line-height: 1.55; }

.keyword-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.keyword-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--white);
  text-decoration: none;
  color: var(--ink);
  font-size: 0.86rem;
  transition: border-color .15s, background .15s, color .15s;
}
.keyword-chip:hover {
  border-color: rgba(26, 138, 143, 0.4);
  background: rgba(240, 247, 247, 0.9);
  color: var(--jade);
}
/* legacy pill class kept for any other templates */
.keyword-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.keyword-pill { display: inline-block; padding: 8px 14px; border-radius: 6px; border: 1px solid var(--border); background: var(--white); text-decoration: none; color: var(--ink); font-size: 0.86rem; transition: all .2s; }
.keyword-pill:hover { border-color: var(--jade); background: #f0f7f7; color: var(--jade); }

.guide-links { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.guide-links a {
  display: block; text-decoration: none; color: inherit;
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 18px 20px; background: var(--white);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.guide-links a:hover { border-color: var(--lb-border-strong, #c8d8d5); box-shadow: var(--shadow); }
.guide-links strong { display: block; font-size: 0.95rem; margin-bottom: 6px; color: var(--ink); }
.guide-links span { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }

.faq-mini-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 10px; }
.faq-mini-card {
  display: block; padding: 14px 16px; border: 1px solid var(--border); border-radius: 8px;
  text-decoration: none; color: var(--ink); font-size: 0.9rem; background: var(--white);
  transition: border-color .2s, background .2s;
}
.faq-mini-card:hover { border-color: rgba(26, 138, 143, 0.4); background: rgba(240, 247, 247, 0.85); }

.trust-strip { gap: 24px 28px; }
.trust-band .trust-item {
  padding: 4px 0 4px 18px;
  border-left: 2px solid rgba(26, 138, 143, 0.35);
}

.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-outline-light { border-color: rgba(255,255,255,.45) !important; color: #fff !important; background: transparent !important; }
.cta-outline-light:hover { background: rgba(255,255,255,.1) !important; border-color: rgba(255,255,255,.7) !important; }

/* Inquiry modal — wide two-column */
.inquiry-modal {
  border: none;
  padding: 0;
  max-width: min(820px, calc(100vw - 24px));
  width: 100%;
  background: transparent;
  color: var(--ink);
}
.inquiry-modal::backdrop {
  background: rgba(6, 14, 22, 0.72);
  backdrop-filter: blur(5px);
}
.inquiry-modal-panel {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  max-height: min(90vh, 680px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.inquiry-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 20px 12px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}
.inquiry-modal-head h2 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.25;
}
.inquiry-modal-lead {
  margin: 4px 0 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: var(--muted);
}
.inquiry-modal-close {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}
.inquiry-modal-close:hover { background: rgba(13, 79, 82, 0.08); color: var(--ink); }
.inquiry-modal-body {
  padding: 16px 20px 18px;
  overflow-y: auto;
}
.inquiry-modal-form.contact-form {
  gap: 14px;
}
.inquiry-modal-form .inq-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px 28px;
  align-items: start;
}
.inquiry-modal-form .inq-form-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.inquiry-modal-form .field {
  gap: 4px;
}
.inquiry-modal-form .field-label {
  font-size: 0.82rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}
.inquiry-modal-form .field-optional {
  font-weight: 500;
  font-size: 0.72rem;
  color: var(--muted);
}
.inquiry-modal-form input,
.inquiry-modal-form textarea {
  padding: 9px 12px;
  font-size: 0.92rem;
  border-radius: 8px;
}
.inquiry-modal-form textarea,
.inquiry-modal-form .field-message textarea {
  min-height: 180px;
  height: 100%;
  resize: vertical;
  field-sizing: auto;
  line-height: 1.55;
}
.inquiry-modal-form .field-message {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.inquiry-modal-form .btn {
  width: 100%;
  justify-content: center;
  min-width: 0;
  padding: 11px 16px;
  margin-top: 2px;
}
.inquiry-submit-btn:disabled { opacity: 0.7; cursor: wait; }

/* default (non-modal): stack */
.inq-form-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inq-form-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.inq-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.inq-captcha {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 2px 0 0;
}
.inq-captcha[hidden] { display: none !important; }
.inq-captcha-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.inq-captcha-frame {
  position: relative;
  width: 140px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 6px;
  border: 1px solid rgba(13, 79, 82, 0.18);
  background: #eef2f3;
  overflow: hidden;
}
.inq-captcha-ph {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(15, 76, 81, 0.38);
  pointer-events: none;
  user-select: none;
}
.inq-captcha-spinner {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(13, 79, 82, 0.15);
  border-top-color: rgba(13, 79, 82, 0.75);
  border-radius: 50%;
  display: none;
  pointer-events: none;
}
.inq-captcha-frame.is-loading .inq-captcha-spinner {
  display: block;
  animation: inq-captcha-spin 0.7s linear infinite;
}
.inq-captcha-frame.is-loading .inq-captcha-ph {
  opacity: 0.55;
}
/* 有图则显示图并关掉蒙版（不依赖 JS class，避免缓存/onload 坑） */
.inq-captcha-frame:has(img[src^="data:"]) .inq-captcha-ph,
.inq-captcha-frame:has(img[src^="data:"]) .inq-captcha-spinner,
.inq-captcha-frame.is-ready .inq-captcha-ph,
.inq-captcha-frame.is-ready .inq-captcha-spinner {
  display: none !important;
}
.inq-captcha-frame.is-error:not(:has(img[src^="data:"])) .inq-captcha-ph {
  display: flex;
  opacity: 1;
  color: rgba(185, 28, 28, 0.7);
  letter-spacing: 0;
  font-size: 0.72rem;
}
.inq-captcha-frame.is-error .inq-captcha-spinner {
  display: none;
}
.inq-captcha-img {
  position: relative;
  z-index: 3;
  display: block;
  width: 140px;
  height: 48px;
  object-fit: contain;
  background: #f5f7f8;
  opacity: 1;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.inq-captcha-frame.is-loading img:not([src]),
.inq-captcha-frame.is-loading img[src=""] {
  opacity: 0;
}
@keyframes inq-captcha-spin {
  to { transform: rotate(360deg); }
}
.inq-captcha-refresh {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(13, 79, 82, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}
.inq-captcha-refresh:hover { background: rgba(13, 79, 82, 0.06); }
.inq-captcha-refresh:disabled {
  opacity: 0.55;
  cursor: wait;
}
.inq-captcha-row input[name="captcha_code"] {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 140px;
}

.inq-channels {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inq-channels-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.inq-channels-hint {
  font-size: 0.7rem;
  color: var(--muted);
}
.inq-user-block {
  margin-bottom: 14px;
  padding: 10px 12px;
  background: rgba(13, 79, 82, 0.06);
  border-radius: 8px;
}
.inq-user-hint {
  margin: 0 0 4px;
  font-size: 0.88rem;
  color: var(--ink);
}
.inq-user-meta {
  margin: 0;
}
.inq-channel-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.inq-channel-toggle {
  appearance: none;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.inq-channel-toggle:hover {
  border-color: rgba(26, 138, 143, 0.45);
  background: rgba(26, 138, 143, 0.06);
}
.inq-channel-toggle[aria-pressed="true"] {
  border-color: var(--jade);
  background: rgba(26, 138, 143, 0.12);
  color: var(--jade);
}
.inq-channel-panels {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inq-channel-panel[hidden] {
  display: none !important;
}
.inq-prefs-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.inq-pref-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.76rem;
  color: var(--ink);
  cursor: pointer;
  user-select: none;
  background: #fff;
}
.inq-pref-chip input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--jade);
  flex-shrink: 0;
}
.inq-pref-chip:has(input:checked) {
  border-color: var(--jade);
  background: rgba(26, 138, 143, 0.08);
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}
.contact-form-cta-card { display: flex; flex-direction: column; }
.contact-form-cta-lead {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
.contact-form-cta-points {
  margin: 0 0 24px;
  padding-left: 1.15em;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.7;
}
.contact-form-cta-points li { margin-bottom: 6px; }
.contact-form-cta-card .btn { align-self: flex-start; }
.contact-form-cta-note { margin: 16px 0 0; }

@media (max-width: 720px) {
  .inquiry-modal {
    max-width: min(440px, calc(100vw - 24px));
  }
  .inquiry-modal-form .inq-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .inquiry-modal-form textarea,
  .inquiry-modal-form .field-message textarea {
    min-height: 120px;
  }
}
@media (max-width: 560px) {
  .inquiry-modal-head,
  .inquiry-modal-body { padding-left: 12px; padding-right: 12px; }
  .contact-form-cta-card .btn { width: 100%; justify-content: center; }
}

@media (max-width: 900px) {
  .capability-grid { grid-template-columns: 1fr; }
  .resource-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scenario-row { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 560px) {
  .resource-bento { grid-template-columns: 1fr; }
}

/* —— Floating consult dock —— */
.wa-float__pill { display: none !important; } /* legacy safety */

.wa-float {
  --wa-size: 52px;
  position: fixed;
  right: 12px;
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  z-index: 9990;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
.wa-float.is-snapping {
  transition: left 0.28s cubic-bezier(0.22, 1, 0.36, 1), top 0.28s cubic-bezier(0.22, 1, 0.36, 1), right 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.wa-float.is-dragging {
  cursor: grabbing;
  filter: drop-shadow(0 10px 28px rgba(15, 23, 42, 0.18));
}
.wa-float__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wa-float.is-edge-right .wa-float__actions { align-items: flex-end; }
.wa-float.is-edge-left .wa-float__actions { align-items: flex-start; }

/* One tile = icon + text on ONE row; clipped to square when idle */
.wa-float__btn {
  box-sizing: border-box !important;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: auto !important;
  min-width: var(--wa-size) !important;
  max-width: var(--wa-size);
  height: var(--wa-size) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px;
  color: #fff !important;
  text-decoration: none !important;
  cursor: grab;
  overflow: hidden !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  font: inherit;
  transition: max-width 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease;
  position: relative;
}
.wa-float.is-edge-right .wa-float__btn { border-radius: 12px 6px 6px 12px; }
.wa-float.is-edge-left .wa-float__btn { border-radius: 6px 12px 12px 6px; }

.wa-float__btn--form {
  background: var(--gold) !important;
  box-shadow: 0 4px 12px rgba(198, 161, 58, 0.28);
}
.wa-float__btn--wa {
  background: #1FAD54 !important;
  box-shadow: 0 4px 12px rgba(31, 173, 84, 0.28);
}

.wa-float__icon {
  flex: 0 0 var(--wa-size) !important;
  width: var(--wa-size) !important;
  height: var(--wa-size) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none;
}
.wa-float__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.wa-float__text {
  flex: 0 0 auto !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 16px 0 2px !important;
  color: #fff !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  line-height: var(--wa-size) !important;
  white-space: nowrap !important;
  pointer-events: none;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  max-width: none !important;
}

/* Hover: widen tile so text after icon becomes visible */
@media (hover: hover) and (pointer: fine) {
  .wa-float:not(.is-dragging) .wa-float__btn:hover,
  .wa-float:not(.is-dragging) .wa-float__btn:focus-visible {
    max-width: 200px;
    z-index: 2;
  }
  .wa-float:not(.is-dragging) .wa-float__btn--form:hover,
  .wa-float:not(.is-dragging) .wa-float__btn--form:focus-visible {
    max-width: 156px;
  }
  .wa-float:not(.is-dragging) .wa-float__btn--wa:hover,
  .wa-float:not(.is-dragging) .wa-float__btn--wa:focus-visible {
    max-width: 148px;
  }
}

.wa-float.is-dragging .wa-float__btn {
  max-width: var(--wa-size) !important;
  cursor: grabbing;
}
.wa-float__btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .wa-float { --wa-size: 48px; }
  .wa-float__actions { gap: 8px; }
  .wa-float__icon svg { width: 20px; height: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .wa-float__btn,
  .wa-float.is-snapping { transition: none; }
}


/* —— 广告位（无内容时不渲染 DOM，有内容时再占位） —— */
.lb-ad-slot {
  margin: 0 0 12px;
  min-width: 0;
}
.lb-ad-slot--sidebar {
  margin: 0 0 14px;
}
.lb-ad-slot--grid {
  grid-column: span 3;
  min-height: 96px;
  margin: 0;
  display: flex;
  align-items: stretch;
}
.lb-ad-code,
.lb-ad-native {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 88px;
  padding: 12px 14px;
  border: 1px dashed rgba(13, 79, 82, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
.lb-ad-slot--sidebar .lb-ad-code,
.lb-ad-slot--sidebar .lb-ad-native {
  min-height: 120px;
  border-radius: 10px;
  background: #fff;
  border-style: solid;
  border-color: var(--border, #d5dde8);
}
.lb-ad-img {
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: 8px;
}
.lb-ad-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.lb-ad-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink, #0b1220);
  line-height: 1.35;
}
.lb-ad-text {
  font-size: 0.82rem;
  color: var(--muted, #5a6578);
  line-height: 1.5;
}
.lb-ad-native:hover .lb-ad-title { color: var(--jade, #0d4f52); }
.lb-ad-code > * { max-width: 100%; }
@media (max-width: 900px) {
  .lb-ad-slot--grid { grid-column: 1 / -1; }
}

/* —— 服务商品页定价 / 关联 / 下单 —— */
.svc-hero-commerce {
  margin: 20px 0 0;
  max-width: min(42rem, 100%);
}
.svc-product-price,
.svc-product-price--hero {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(13, 79, 82, 0.06);
  border: 1px solid rgba(13, 79, 82, 0.12);
}
.svc-product-price-mode {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-weight: 650;
  color: var(--jade-dark, #0d4f52);
  margin-bottom: 4px;
}
.svc-product-price-amt {
  display: inline-block;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--ink, #0b1220);
  line-height: 1.2;
}
.svc-product-price-ccy {
  margin-left: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted, #667);
}
.svc-product-price-note,
.svc-product-price-note--hero {
  margin: 8px 0 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--muted, #667);
}
.svc-order-flow {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  align-items: stretch;
}
.svc-order-flow li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 5.5rem;
  padding: 8px 14px 8px 8px;
  margin-right: 10px;
  border-radius: 10px;
  background: #f8fafb;
  border: 1px solid #e8ecef;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink, #0b1220);
  line-height: 1.25;
}
.svc-order-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--jade-light, #1a8a8f);
  font-weight: 700;
  font-size: 0.85rem;
  z-index: 1;
}
.svc-order-flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(13, 79, 82, 0.1);
  color: var(--jade-dark, #0d4f52);
  font-size: 0.72rem;
  font-weight: 700;
  flex: 0 0 auto;
}
.svc-order-flow-note {
  margin: 10px 0 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted, #667);
}
@media (max-width: 720px) {
  .svc-order-flow li {
    flex: 1 1 calc(50% - 10px);
    margin-right: 0;
  }
  .svc-order-flow li:not(:last-child)::after {
    display: none;
  }
}
.svc-related-aside {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--border, #e5e7eb);
  background: #fff;
}
.svc-related-aside-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.svc-related-aside-hd h3 {
  margin: 0;
  font-size: 0.95rem;
}
.svc-related-refresh {
  border: 0;
  background: #f3f4f6;
  color: #374151;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
}
.svc-related-refresh:hover { background: #e5e7eb; }
.svc-related-aside-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.svc-related-aside-card {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef2f6;
  text-decoration: none;
  color: inherit;
}
.svc-related-aside-card:hover {
  border-color: var(--jade-light, #5eead4);
}
.svc-related-aside-card strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 4px;
}
.svc-related-aside-card em {
  font-style: normal;
  font-size: 0.78rem;
  color: #0f766e;
  font-weight: 650;
}
.svc-order-dialog {
  border: 0;
  padding: 0;
  border-radius: 16px;
  max-width: 480px;
  width: calc(100% - 32px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}
.svc-order-dialog::backdrop { background: rgba(15, 23, 42, 0.45); }
.svc-order-dialog-card { margin: 0; padding: 20px 20px 16px; }
.svc-order-dialog-hd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.svc-order-dialog-hd h2 { margin: 0; font-size: 1.15rem; }
.svc-order-dialog-x {
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: #6b7280;
}
.svc-order-dialog-lead {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 0.9rem;
}
.svc-order-field {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 0.82rem;
  color: #4b5563;
}
.svc-order-field input,
.svc-order-field textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: #111827;
}
.svc-order-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0 14px;
  font-size: 0.82rem;
  color: #4b5563;
  line-height: 1.5;
}
.svc-order-check input {
  margin-top: 3px;
}
.svc-order-check a { color: #0f766e; }
.svc-order-dialog-ft {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}
.svc-order-msg { font-size: 0.88rem; margin: 0 0 8px; }
.svc-order-msg.is-err { color: #b91c1c; }
.svc-order-msg.is-ok { color: #047857; }
@media (max-width: 960px) {
  .svc-lp-sticky-card { position: static; }
}
.svc-seo-related-price{display:block;margin-top:6px;font-size:.82rem;font-weight:650;color:#0f766e;}
.svc-seo-related-price{display:block;margin-top:6px;font-size:.82rem;font-weight:650;color:#0f766e;}

/* ==== merged: language-switch.v4.css ==== */
/* LaoBiz language segmented control — company module */
.lb-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 2px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--co-ink, #0f2f32) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--co-ink, #0f2f32) 12%, transparent);
  flex-shrink: 0;
}

.lb-lang-switch__btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: color-mix(in srgb, var(--co-ink, #0f2f32) 72%, transparent);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.45rem 0.7rem;
  min-height: 32px;
  min-width: 2.4rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

a.lb-lang-switch__btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.lb-lang-switch__btn:hover {
  color: var(--co-ink, #0f2f32);
}

.lb-lang-switch__btn.is-active,
.lb-lang-switch__btn[aria-pressed='true'],
.lb-lang-switch__btn[aria-current='true'] {
  background: #fff;
  color: var(--co-ink, #0f2f32);
  box-shadow: 0 1px 2px rgba(15, 47, 50, 0.08);
}

.lb-lang-switch__btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--co-accent, #c9a227) 80%, #fff);
  outline-offset: 2px;
}

.lb-official-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 0.4rem;
  vertical-align: middle;
}

.lb-official-badge [data-lang] {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--co-ink, #0f2f32) 18%, transparent);
  color: color-mix(in srgb, var(--co-ink, #0f2f32) 70%, transparent);
  background: color-mix(in srgb, var(--co-ink, #0f2f32) 4%, #fff);
  white-space: nowrap;
}

.co-header-titles-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
}

.co-header-titles-row .co-header-titles {
  flex: 1 1 12rem;
  min-width: 0;
}

.co-header-lang {
  margin-top: 0.15rem;
}

.co-module-lang {
  display: flex;
  justify-content: flex-end;
  margin: 0.5rem 0 0;
}

/* 深绿 Hero：语言条必须与背景拉开对比（默认 ink 浅底与父级同色不可读） */
.company-hero .lb-lang-switch,
.ip-hero .lb-lang-switch,
.home-hero .lb-lang-switch {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.company-hero .lb-lang-switch__btn,
.ip-hero .lb-lang-switch__btn,
.home-hero .lb-lang-switch__btn {
  color: rgba(255, 255, 255, 0.78);
}

.company-hero .lb-lang-switch__btn:hover,
.ip-hero .lb-lang-switch__btn:hover,
.home-hero .lb-lang-switch__btn:hover {
  color: #fff;
}

.company-hero .lb-lang-switch__btn.is-active,
.company-hero .lb-lang-switch__btn[aria-pressed='true'],
.company-hero .lb-lang-switch__btn[aria-current='true'],
.ip-hero .lb-lang-switch__btn.is-active,
.ip-hero .lb-lang-switch__btn[aria-pressed='true'],
.ip-hero .lb-lang-switch__btn[aria-current='true'],
.home-hero .lb-lang-switch__btn.is-active,
.home-hero .lb-lang-switch__btn[aria-pressed='true'],
.home-hero .lb-lang-switch__btn[aria-current='true'] {
  background: #fff;
  color: #0a4545;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}

.company-hero .lb-lang-switch__btn:focus-visible,
.ip-hero .lb-lang-switch__btn:focus-visible,
.home-hero .lb-lang-switch__btn:focus-visible {
  outline-color: #ffe8a3;
}

.home-hero .co-module-lang {
  margin: 0 0 0.75rem;
}

.co-overview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.co-overview-head-main {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.co-overview-gt {
  display: inline-flex;
  align-items: center;
}

.lb-gt-btn {
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--co-ink, #0f2f32) 16%, transparent);
  background: #fff;
  color: color-mix(in srgb, var(--co-ink, #0f2f32) 78%, transparent);
  border-radius: 999px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  min-height: 40px;
  min-width: 40px;
  cursor: pointer;
  line-height: 1.1;
}

.lb-gt-btn:hover {
  border-color: color-mix(in srgb, var(--co-accent, #c9a227) 55%, transparent);
}

.lb-gt-btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--co-accent, #c9a227) 80%, #fff);
  outline-offset: 2px;
}

.lb-gt-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 720px) {
  .lb-lang-switch__btn {
    padding: 0.4rem 0.55rem;
    font-size: 0.72rem;
    min-height: 30px;
  }

  .lb-gt-btn {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 0;
  }

  .lb-gt-btn::before {
    content: '文A';
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
}

/* —— Site header language control —— */
.header-lang {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 4px;
  position: relative;
  z-index: 160;
}

.header-lang .lb-lang-wrap {
  position: relative;
}

.header-lang .lb-lang-switch {
  background: color-mix(in srgb, #0b1220 6%, transparent);
  border-color: color-mix(in srgb, #0b1220 10%, transparent);
}

.header-lang .lb-lang-switch__btn {
  color: color-mix(in srgb, #0b1220 70%, transparent);
}

.header-lang .lb-lang-switch__btn.is-active,
.header-lang .lb-lang-switch__btn[aria-current='true'] {
  background: #fff;
  color: #0b1220;
  box-shadow: 0 1px 2px rgba(11, 18, 32, 0.08);
}

.lb-lang-hint {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 170;
  min-width: min(280px, calc(100vw - 32px));
  max-width: 320px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(213, 221, 232, 0.95);
  box-shadow: 0 12px 32px rgba(11, 18, 32, 0.12);
  display: grid;
  gap: 10px;
}

.lb-lang-hint[hidden] {
  display: none !important;
}

.lb-lang-hint__text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: color-mix(in srgb, #0b1220 78%, transparent);
}

.lb-lang-hint__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lb-lang-hint__apply {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #0f2f32;
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  line-height: 1.2;
}

.lb-lang-hint__apply:hover {
  filter: brightness(1.08);
}

.lb-lang-hint__dismiss {
  appearance: none;
  border: 0;
  background: transparent;
  color: color-mix(in srgb, #0b1220 55%, transparent);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  cursor: pointer;
}

.lb-lang-hint__dismiss:hover {
  color: #0b1220;
}

@media (min-width: 961px) {
  .header-inner {
    flex-wrap: nowrap;
  }

  .header-lang {
    order: 3;
    margin-left: 8px;
  }

  .main-nav {
    order: 2;
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .nav-toggle {
    order: 4;
  }

  .logo {
    order: 1;
  }
}

@media (max-width: 960px) {
  .header-inner > .logo {
    order: 1;
  }

  .header-inner > .header-lang {
    order: 2;
    margin-left: auto;
    margin-right: 4px;
  }

  .header-inner > .nav-toggle {
    order: 3;
  }

  .header-inner > .main-nav {
    order: 4;
  }

  .header-lang .lb-lang-switch__btn {
    padding: 0.38rem 0.5rem;
    min-height: 28px;
    font-size: 0.7rem;
  }

  .lb-lang-hint {
    right: 0;
    left: auto;
  }
}


/* ==== merged: page-progress.v1.css ==== */
/* 站内跳转顶部进度条（多页站点：点击启动，新页衔接后收束） */
.lb-page-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 10060;
  pointer-events: none;
  transform-origin: 0 50%;
  transform: scaleX(0);
  opacity: 0;
  background: var(--gold, #C6A13A);
  box-shadow: none;
  transition: transform 0.22s ease-out, opacity 0.18s ease;
  will-change: transform, opacity;
}

.lb-page-progress.is-active {
  opacity: 1;
}

.lb-page-progress.is-done {
  transform: scaleX(1) !important;
  opacity: 1;
  transition: transform 0.16s ease-out, opacity 0.22s ease 0.08s;
}

.lb-page-progress.is-done.is-hide {
  opacity: 0;
}

.lb-page-progress__peg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  transform: rotate(2deg) translateY(-1px);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55));
  opacity: 0.85;
}

@media (prefers-reduced-motion: reduce) {
  .lb-page-progress {
    transition: opacity 0.12s linear;
  }
  .lb-page-progress__peg {
    display: none;
  }
}
