/* =====================================================================
   掌合人工智能 · 国潮红金统一覆盖层  (shared/zh-brand.css)
   作用：在不修改任何原页面的前提下，把全站 9 类冲突配色收敛到
   国潮红金 —— 中国红 #B11D2E / 哑光金 #C8A45C / 暖象牙 #FAF6F0，
   统一布局栅格、精致化烟花元素、保留深色模式。
   覆盖层可回滚：删除本文件 + 各页面两处引用（<link> 与 <script>）即原样还原。
   本文件自身不含任何冲突色（grep 冲突色 = 0）。
   ===================================================================== */

/* ---------- 1. 国潮红金设计变量（覆盖各页面自带 :root / [data-theme] 颜色类变量） ---------- */
:root,
:root[data-theme="dark"],
:root[data-theme="light"],
[data-theme="light"]{
  /* 品牌主色（红/金/象牙），供本层与其它层引用 */
  --zh-red:#B11D2E !important;
  --zh-red-deep:#8E1626 !important;
  --zh-gold:#C8A45C !important;
  --zh-gold-bright:#D9BC7F !important;
  --zh-ivory:#FAF6F0 !important;
  --zh-ink:#3B2A2A !important;
  /* 收敛各页面常用颜色变量（红系→中国红，金系→哑光金，蓝紫粉橙→红/金） */
  --red:#B11D2E !important;
  --red2:#8E1626 !important;
  --red-deep:#8E1626 !important;
  --gold:#C8A45C !important;
  --gold2:#D9BC7F !important;
  --accent:#B11D2E !important;
  --accent-grad:linear-gradient(135deg,#D9BC7F 0%,#C8A45C 100%) !important;
  --red-grad:linear-gradient(135deg,#B11D2E 0%,#8E1626 100%) !important;
  --primary:#B11D2E !important;
  --brand:#B11D2E !important;
  --brand-color:#B11D2E !important;
  --theme-color:#B11D2E !important;
  --main-color:#B11D2E !important;
  --color-primary:#B11D2E !important;
  --c-brand:#B11D2E !important;
  --link:#B11D2E !important;
}

/* 0.5 中和既有 shared/zh-ui.css 中遗留的冲突色（该文件为存量、不改动，此处覆盖其渲染效果） */
:root{--zh-accent:#B11D2E !important}
::selection{background:rgba(177,29,46,.18) !important}
input:focus,input[type=text]:focus,input[type=password]:focus,input[type=number]:focus,
input[type=tel]:focus,input[type=search]:focus,input[type=email]:focus,select:focus,textarea:focus,
.search-input:focus,.dlg-input:focus,.dlg-select:focus{
  border-color:#B11D2E !important;
  box-shadow:0 0 0 3px rgba(177,29,46,.12) !important;
}

/* ---------- 2. Element Plus 主题收敛（后台类页面，消除蓝/紫默认色） ---------- */
:root{
  --el-color-primary:#B11D2E !important;
  --el-color-primary-light-3:#c0392b !important;
  --el-color-primary-light-5:#cf5a4e !important;
  --el-color-primary-light-7:#e3a39c !important;
  --el-color-primary-light-8:#edc4bf !important;
  --el-color-primary-light-9:#f6e3e0 !important;
  --el-color-primary-dark-2:#8E1626 !important;
  --el-color-success:#C8A45C !important;
  --el-color-warning:#C8A45C !important;
  --el-color-danger:#B11D2E !important;
  --el-color-error:#B11D2E !important;
  --el-color-info:#8E1626 !important;
}
.el-button--primary{background:#B11D2E !important;border-color:#8E1626 !important;color:#fff !important}
.el-button--primary:hover,.el-button--primary:focus{background:#8E1626 !important;border-color:#6e1019 !important}
.el-button--success{background:#C8A45C !important;border-color:#b08f4e !important;color:#3B2A2A !important}
.el-button--success:hover{background:#D9BC7F !important;border-color:#b08f4e !important}
.el-button--danger{background:#B11D2E !important;border-color:#8E1626 !important}
.el-link,.el-button--text{color:#B11D2E !important}
.el-tabs__item.is-active{color:#B11D2E !important}
.el-tabs__active-bar{background-color:#B11D2E !important}
.el-menu-item.is-active{color:#B11D2E !important}
.el-radio__input.is-checked .el-radio__inner,
.el-checkbox__input.is-checked .el-checkbox__inner{background:#B11D2E !important;border-color:#B11D2E !important}
.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#B11D2E !important}

/* ---------- 3. 统一导航条（unified-nav，原蓝紫/深海军蓝→深红金） ---------- */
.unified-nav{
  background:rgba(40,8,12,.92) !important;
  border-bottom:1px solid rgba(200,164,92,.28) !important;
}
.unified-nav-brand{color:#F3E9DC !important}
.unified-nav-brand .dot{
  background:#B11D2E !important;
  box-shadow:0 0 6px rgba(177,29,46,.6) !important;
}
.unified-nav-links a{color:rgba(243,233,220,.72) !important}
.unified-nav-links a:hover{color:#D9BC7F !important}
.unified-nav-links .current{color:#B11D2E !important;font-weight:600}

/* ---------- 4. 商城 / 订货 / 购物车类页面品牌色收敛 ---------- */
/* 顶部条、标签、价格、主按钮 */
.top-bar{
  background:linear-gradient(135deg,#B11D2E 0%,#B11D2E 50%,#8E1626 100%) !important;
  box-shadow:0 2px 16px rgba(177,29,46,.35) !important;
}
.disc-tag{background:#B11D2E !important}
.hot-tag{background:linear-gradient(135deg,#D9BC7F 0%,#C8A45C 100%) !important}
.cat-tab.active{background:#B11D2E !important;border-color:#8E1626 !important;box-shadow:0 2px 8px rgba(177,29,46,.3) !important}
.combo-card:hover{border-color:#C8A45C !important;box-shadow:0 8px 24px rgba(200,164,92,.18) !important}
.retail-card.active{border-color:#B11D2E !important;background:#fbecee !important;box-shadow:0 0 0 3px rgba(177,29,46,.12) !important}
.dp-tags .tag.hot{background:#fbecee !important;color:#B11D2E !important}
.tag.hot{background:#fbecee !important;color:#B11D2E !important}
.cart-badge-dot{color:#B11D2E !important}

/* 价格（红系冲突→中国红） */
.feat-price,.prod-price,.vcard-price,.prod-old-price,.bottom-sum-val,.cart-total-val,
.ok-pay-amt,.cart-item-price,.ci-price,.dlg-os-total,.ok-no,.match-hint.warn,.ai-rec-price,
.ai-prev-row .pp,.ai-total,.dp-media-tabs span.active,.hc-dot.active,.loading-more,
.detail-price-box .now,.cart-footer .total-amt,.pay-amt{
  color:#B11D2E !important;
}

/* 主操作按钮（红系渐变→中国红渐变；金系渐变→哑光金渐变） */
.feat-add,.prod-add,.dp-add,.dlg-submit,.cart-checkout,.bottom-cart-btn,.ok-btn,.vcard-add,
.submit-btn,.btn-buy,.cart-footer .btn-checkout,.ai-btn{
  background:linear-gradient(135deg,#B11D2E 0%,#8E1626 100%) !important;
  color:#fff !important;
}
.bottom-checkout,.query-fab{
  background:linear-gradient(135deg,#D9BC7F 0%,#C8A45C 100%) !important;
  color:#3B2A2A !important;
  box-shadow:0 6px 18px rgba(200,164,92,.35) !important;
}
.ok-btn-2{color:#B11D2E !important;border:1px solid #B11D2E !important}
.btn-cart{color:#B11D2E !important;border:1px solid #B11D2E !important}
.btn-link{background:#B11D2E !important;color:#fff !important}
.cart-fab{background:#B11D2E !important;color:#fff !important;box-shadow:0 4px 16px rgba(177,29,46,.4) !important}
.qty-ctrl button{color:#B11D2E !important}
.req::after{color:#B11D2E !important}
.pay-page h3{color:#B11D2E !important}
.spinner{border-top-color:#B11D2E !important}
.dlg-input:focus,.ai-textarea:focus,.ai-input-row input:focus,.ai-qinput:focus{
  border-color:#B11D2E !important;box-shadow:0 0 0 3px rgba(177,29,46,.1) !important;
}
.hc-cta{color:#B11D2E !important}
.nav-item.active{color:#B11D2E !important}

/* AI 助手浮窗（紫粉→红金，保留功能与烟花喜庆感） */
.ai-fab,.ai-head{background:linear-gradient(135deg,#B11D2E 0%,#C8A45C 100%) !important;color:#fff !important}
.ai-tab.active{background:#fff !important;color:#B11D2E !important;box-shadow:0 2px 8px rgba(177,29,46,.2) !important}
.ai-btn.alt{color:#B11D2E !important;border:1px solid #e0cfa6 !important}
.ai-rec-add{background:#B11D2E !important;color:#fff !important}
.ai-msg.user{background:linear-gradient(135deg,#B11D2E 0%,#8E1626 100%) !important;color:#fff !important}

/* ---------- 5. 登录 / 后台类页面（深海军蓝 / 紫 → 深红金） ---------- */
/* admin_login.html：由 zh-icons.js 注入 .zh-admin-login 作用域，避免污染其它页面 body */
.zh-admin-login{background:linear-gradient(135deg,#8E1626 0%,#B11D2E 100%) !important}
.zh-admin-login .brand,.zh-admin-login h1{color:#F3E9DC !important}
.zh-admin-login .logo{background:linear-gradient(135deg,#B11D2E,#8E1626) !important;color:#fff !important}
.zh-admin-login input:focus{border-color:#B11D2E !important;background:#fff}
.zh-admin-login button{background:linear-gradient(135deg,#B11D2E 0%,#8E1626 100%) !important;color:#fff !important}
.zh-admin-login #error{color:#FFE2E2 !important}

/* admin.html 后台 SPA */
.login-wrap{background:linear-gradient(135deg,#8E1626 0%,#B11D2E 100%) !important}
.login-wrap .login-title{color:#F3E9DC !important}
.stat-value,.kpi-value,.panel-head,.cov-num{color:#B11D2E !important}
.panel-tip,.cat-val,.ord-amt{color:#B11D2E !important;font-weight:600}
.cat-fill{background:linear-gradient(90deg,#B11D2E,#C8A45C) !important}
.pd-media-tabs span.active{background:#B11D2E !important;color:#fff !important}
.top{background:#8E1626 !important;color:#F3E9DC !important}
.card .num{color:#B11D2E !important}

/* ---------- 6. 烟花元素精致化（保留主题，红金化粒子与光晕） ---------- */
#fx .spark,
.spark{
  background:radial-gradient(circle,#D9BC7F 0%,rgba(177,29,46,.28) 70%,transparent 100%) !important;
  box-shadow:0 0 6px rgba(200,164,92,.5) !important;
}
::selection{background:rgba(177,29,46,.18) !important}

/* ---------- 7. 布局归一（移动优先栅格，480/768/1200 三档统一，轻量不破坏原结构） ---------- */
*,*::before,*::after{box-sizing:border-box}
.wrap,.container{max-width:1200px;margin:0 auto}
.unified-nav-inner{max-width:1200px;margin:0 auto}
.table{border-collapse:collapse;width:100%}
.table th,.table td{padding:8px 10px;vertical-align:middle}
@media (max-width:768px){
  .unified-nav-links{display:none}
  table{font-size:13px}
}
@media (max-width:480px){
  .cta-row,.btn-row{display:flex;flex-direction:column;gap:12px}
  .cta-row .btn,.btn{width:100%;justify-content:center}
}

/* ---------- 8. 注入式红金 SVG 图标对齐 ---------- */
.zh-ico{display:inline-flex;align-items:center;justify-content:center;line-height:0}
.zh-ico svg{width:1em;height:1em;vertical-align:-0.125em;display:inline-block}
.brand .logo.zh-ico svg,.f-logo.zh-ico svg{width:1em;height:1em}

/* =====================================================================
   9. 硬编码中和（第二遍精准收口 · 仅新增，可回滚）
   原理：inline style 无 !important，本段用「属性子串选择器」精准命中
   style 属性字面含对应 hex 的元素，以 !important 压制 inline，零误伤。
   删本段即原样还原。
   - 含 background 关键字的元素（横幅/入口卡/按钮/气泡）→ 改品牌渐变并保白字；
   - 纯文字色元素 → 蓝紫/橙改金、旧红/粉改红；
   - 绿(#2e7d32/#4caf50)与中性灰不动；深色模式天然兼容（红金在深底对比足够）。
   ===================================================================== */

/* 9.1 蓝紫背景 → 红金渐变（保留白字，阴影转红） */
[style*="background"][style*="667eea"],
[style*="background"][style*="667EEA"],
[style*="background"][style*="764ba2"],
[style*="background"][style*="7c4dff"],
[style*="background"][style*="1f2d5c"],
[style*="background"][style*="3a5bbf"]{
  background-image:linear-gradient(135deg,var(--zh-red) 0%,var(--zh-gold) 100%) !important;
  box-shadow:0 5px 20px rgba(177,29,46,.25) !important;
  color:#fff !important;
}

/* 9.2 粉背景 → 红金渐变（喜庆横幅，保留白字） */
[style*="background"][style*="ff6b6b"],
[style*="background"][style*="ee5a6f"]{
  background-image:linear-gradient(135deg,var(--zh-red) 0%,var(--zh-gold) 100%) !important;
  box-shadow:0 5px 20px rgba(177,29,46,.25) !important;
  color:#fff !important;
}

/* 9.3 旧红/橙背景 → 品牌红渐变（按钮/聊天气泡，保留白字） */
[style*="background"][style*="d62828"],
[style*="background"][style*="e53935"],
[style*="background"][style*="c41e3a"],
[style*="background"][style*="c62828"],
[style*="background"][style*="b71c1c"],
[style*="background"][style*="e4393c"],
[style*="background"][style*="c41230"],
[style*="background"][style*="b51d1d"],
[style*="background"][style*="f57c00"],
[style*="background"][style*="ff9800"],
[style*="background"][style*="e65100"]{
  background-image:var(--red-grad) !important;
  box-shadow:0 5px 20px rgba(177,29,46,.25) !important;
  color:#fff !important;
}

/* 9.4 文字色中和：蓝紫+橙 → 金；旧红+粉 → 红
   （背景类元素已由 9.1/9.2/9.3 以更高特异性保白字，此处不重复触发） */
[style*="667eea"],[style*="667EEA"],[style*="764ba2"],[style*="7c4dff"],
[style*="1f2d5c"],[style*="3a5bbf"],
[style*="f57c00"],[style*="ff9800"],[style*="e65100"]{
  color:var(--zh-gold) !important;
}
[style*="d62828"],[style*="e53935"],[style*="c41e3a"],[style*="c62828"],
[style*="b71c1c"],[style*="e4393c"],[style*="c41230"],[style*="b51d1d"],
[style*="ff6b6b"],[style*="ee5a6f"]{
  color:var(--zh-red) !important;
}

/* =====================================================================
   10. 全国标杆级高级组件扩展（2026-08-10）
   玻璃拟态 / 数据展示 / 流程 / 时间线 / 证书 / 页脚
   ===================================================================== */

/* ---------- 10.1 玻璃拟态卡片 ---------- */
.zh-card{
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(20px) saturate(160%);
  -webkit-backdrop-filter:blur(20px) saturate(160%);
  border:1px solid rgba(200,164,92,.18);
  border-radius:18px;
  padding:24px;
  transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s cubic-bezier(.16,1,.3,1),border-color .28s;
}
.zh-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
  border-color:rgba(200,164,92,.35);
}
[data-theme="light"] .zh-card,
:root[data-theme="light"] .zh-card{
  background:rgba(255,255,255,.72);
  border-color:rgba(177,29,46,.10);
  box-shadow:0 4px 20px rgba(0,0,0,.06);
}
[data-theme="light"] .zh-card:hover{
  background:rgba(255,255,255,.9);
  border-color:rgba(177,29,46,.22);
}

/* ---------- 10.2 按钮系统 ---------- */
.zh-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 24px;border-radius:999px;font-weight:600;font-size:15px;
  cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);border:none;text-decoration:none;
}
.zh-btn-primary{
  background:linear-gradient(135deg,var(--zh-red) 0%,var(--zh-red-deep) 100%);
  color:#fff;box-shadow:0 6px 18px rgba(177,29,46,.35);
}
.zh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(177,29,46,.45)}
.zh-btn-gold{
  background:linear-gradient(135deg,var(--zh-gold-bright) 0%,var(--zh-gold) 100%);
  color:#3B2A2A;box-shadow:0 6px 18px rgba(200,164,92,.35);
}
.zh-btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(200,164,92,.45)}
.zh-btn-ghost{
  background:transparent;color:var(--zh-gold);border:1px solid rgba(200,164,92,.5);
}
.zh-btn-ghost:hover{background:rgba(200,164,92,.12);border-color:var(--zh-gold)}
.zh-btn-lg{padding:14px 32px;font-size:16px}
.zh-btn-sm{padding:8px 16px;font-size:13px}

/* ---------- 10.3 标题系统 ---------- */
.zh-section{padding:72px 20px;max-width:1200px;margin:0 auto}
.zh-section-title{
  text-align:center;margin-bottom:42px;
}
.zh-section-title h2{
  font-size:clamp(26px,4vw,38px);font-weight:800;letter-spacing:1px;
  margin:0 0 12px;background:linear-gradient(135deg,var(--zh-ivory),var(--zh-gold-bright));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
[data-theme="light"] .zh-section-title h2,
:root[data-theme="light"] .zh-section-title h2{
  background:linear-gradient(135deg,var(--zh-red),var(--zh-red-deep));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.zh-section-title p{
  color:rgba(243,233,220,.65);font-size:16px;max-width:600px;margin:0 auto;line-height:1.7;
}
[data-theme="light"] .zh-section-title p,
:root[data-theme="light"] .zh-section-title p{color:rgba(59,42,42,.65)}

/* ---------- 10.4 数据网格 ---------- */
.zh-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:0 auto;max-width:1100px;
}
.zh-stat{
  text-align:center;padding:28px 16px;border-radius:16px;
  background:linear-gradient(135deg,rgba(177,29,46,.15),rgba(200,164,92,.08));
  border:1px solid rgba(200,164,92,.15);
}
.zh-stat-num{
  font-size:clamp(32px,5vw,48px);font-weight:900;
  background:linear-gradient(135deg,var(--zh-gold-bright),var(--zh-gold));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.zh-stat-label{font-size:14px;color:rgba(243,233,220,.7);margin-top:8px}
[data-theme="light"] .zh-stat-label,
:root[data-theme="light"] .zh-stat-label{color:rgba(59,42,42,.65)}
@media (max-width:768px){.zh-stats{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.zh-stats{grid-template-columns:1fr}}

/* ---------- 10.5 流程步骤 ---------- */
.zh-steps{
  display:flex;justify-content:space-between;position:relative;max-width:1000px;margin:0 auto;
}
.zh-steps::before{
  content:'';position:absolute;top:24px;left:10%;right:10%;height:2px;
  background:linear-gradient(90deg,var(--zh-red),var(--zh-gold));
}
.zh-step{position:relative;text-align:center;flex:1;padding:0 10px;z-index:1}
.zh-step-ico{
  width:50px;height:50px;border-radius:50%;margin:0 auto 14px;
  background:linear-gradient(135deg,var(--zh-red),var(--zh-red-deep));
  border:2px solid var(--zh-gold);display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;font-size:18px;
}
.zh-step-title{font-weight:700;font-size:15px;margin-bottom:6px}
.zh-step-desc{font-size:13px;color:rgba(243,233,220,.6);line-height:1.5}
[data-theme="light"] .zh-step-desc,
:root[data-theme="light"] .zh-step-desc{color:rgba(59,42,42,.6)}
@media (max-width:768px){
  .zh-steps{flex-direction:column;gap:20px}
  .zh-steps::before{display:none}
  .zh-step{display:flex;align-items:center;text-align:left;gap:16px}
  .zh-step-ico{flex-shrink:0;margin:0}
}

/* ---------- 10.6 时间线 ---------- */
.zh-timeline{position:relative;max-width:800px;margin:0 auto;padding-left:24px}
.zh-timeline::before{
  content:'';position:absolute;left:8px;top:8px;bottom:8px;width:2px;
  background:linear-gradient(180deg,var(--zh-red),var(--zh-gold));
}
.zh-tl-item{position:relative;margin-bottom:28px;padding-left:28px}
.zh-tl-dot{
  position:absolute;left:-21px;top:4px;width:14px;height:14px;border-radius:50%;
  background:var(--zh-gold);border:3px solid var(--zh-red-deep);box-shadow:0 0 0 3px rgba(200,164,92,.2);
}
.zh-tl-title{font-weight:700;margin-bottom:6px}
.zh-tl-desc{font-size:14px;color:rgba(243,233,220,.65);line-height:1.7}
[data-theme="light"] .zh-tl-desc,
:root[data-theme="light"] .zh-tl-desc{color:rgba(59,42,42,.65)}

/* ---------- 10.7 证书/资质卡片 ---------- */
.zh-cert{
  background:linear-gradient(135deg,rgba(243,233,220,.08),rgba(200,164,92,.05));
  border:1px solid rgba(200,164,92,.2);border-radius:16px;padding:24px;
  position:relative;overflow:hidden;
}
.zh-cert::before{
  content:'';position:absolute;top:-50%;right:-30%;width:220px;height:220px;
  background:radial-gradient(circle,rgba(200,164,92,.12),transparent 70%);pointer-events:none;
}
.zh-cert-title{font-size:18px;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.zh-cert-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed rgba(200,164,92,.2);font-size:14px}
.zh-cert-row:last-child{border-bottom:none}
.zh-cert-label{color:rgba(243,233,220,.55)}
[data-theme="light"] .zh-cert-label,
:root[data-theme="light"] .zh-cert-label{color:rgba(59,42,42,.55)}
.zh-cert-value{font-weight:600}

/* ---------- 10.8 页脚 ---------- */
.zh-footer{
  background:rgba(0,0,0,.35);border-top:1px solid rgba(200,164,92,.15);padding:48px 20px 28px;
}
.zh-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px}
.zh-footer-brand{font-size:18px;font-weight:800;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.zh-footer-desc{font-size:13px;color:rgba(243,233,220,.55);line-height:1.8;margin-bottom:16px}
.zh-footer-col h4{font-size:14px;font-weight:700;margin:0 0 16px;color:var(--zh-gold-bright)}
.zh-footer-col a{display:block;color:rgba(243,233,220,.6);text-decoration:none;font-size:13px;padding:6px 0;transition:color .2s}
.zh-footer-col a:hover{color:var(--zh-gold-bright)}
.zh-footer-bottom{
  max-width:1200px;margin:32px auto 0;padding-top:20px;border-top:1px solid rgba(200,164,92,.12);
  text-align:center;font-size:12px;color:rgba(243,233,220,.45);
}
[data-theme="light"] .zh-footer,
:root[data-theme="light"] .zh-footer{background:rgba(250,246,240,.8)}
[data-theme="light"] .zh-footer-desc,
:root[data-theme="light"] .zh-footer-desc{color:rgba(59,42,42,.55)}
[data-theme="light"] .zh-footer-col a,
:root[data-theme="light"] .zh-footer-col a{color:rgba(59,42,42,.6)}
[data-theme="light"] .zh-footer-bottom,
:root[data-theme="light"] .zh-footer-bottom{color:rgba(59,42,42,.45)}
@media (max-width:768px){
  .zh-footer-inner{grid-template-columns:1fr 1fr;gap:24px}
}
@media (max-width:480px){
  .zh-footer-inner{grid-template-columns:1fr}
}

/* ---------- 10.9 统一导航增强 ---------- */
.unified-nav{backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%)}
.unified-nav-links a{position:relative;padding:6px 2px}
.unified-nav-links a::after{
  content:'';position:absolute;left:0;bottom:-2px;width:0;height:2px;
  background:linear-gradient(90deg,var(--zh-gold-bright),var(--zh-gold));transition:width .25s;
}
.unified-nav-links a:hover::after{width:100%}
.unified-nav-links .current::after{width:100%}

/* ---------- 10.10 滚动淡入动画 ---------- */
.zh-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1)}
.zh-reveal.visible{opacity:1;transform:translateY(0)}

/* ---------- 10.11 业务数据条 ---------- */
.zh-databar{
  background:linear-gradient(90deg,rgba(177,29,46,.2),rgba(200,164,92,.12));
  border-bottom:1px solid rgba(200,164,92,.15);padding:10px 20px;
}
.zh-databar-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:32px;flex-wrap:wrap;font-size:13px;color:rgba(243,233,220,.75)}
.zh-databar-inner span{display:flex;align-items:center;gap:6px}
[data-theme="light"] .zh-databar-inner,
:root[data-theme="light"] .zh-databar-inner{color:rgba(59,42,42,.7)}
