/* ============================================================
   v2 组件层 · 深蓝科技
   无人值守动线 / 选型卡 / 选型问答 / ROI 计算器 /
   参数对比 / 信任背书 / 分级 CTA
   全部使用 .v2-* 命名空间，与基础样式互不干扰
   ============================================================ */

/* ---------- 区块标题与文本 ---------- */
.v2-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
  color: var(--text-3); margin-bottom: 14px;
}
.v2-eyebrow::before { content: ""; width: 16px; height: 2px; border-radius: 2px; background: var(--cyan); }
.v2-lead { font-size: 17px; line-height: 1.7; color: var(--text-2); max-width: 760px; }
.v2-muted { color: var(--text-3); font-size: 13.5px; }
.v2-note-mt { margin-top: var(--s2); }

/* ---------- 指标条 ---------- */
.v2-metrics {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--s3); padding-top: var(--s4);
  border-top: 1px solid var(--border); margin-top: var(--s5);
}
.v2-metric .v {
  font-size: 30px; font-weight: 800; color: var(--text-1);
  font-variant-numeric: tabular-nums; letter-spacing: -.02em; line-height: 1.2;
}
.v2-metric .v small { font-size: 15px; font-weight: 600; color: var(--text-2); }
.v2-metric .l { font-size: 13px; color: var(--text-3); margin-top: 4px; }

/* ---------- 六步无人值守动线 ---------- */
.v2-rail { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--s3); }
.v2-step { position: relative; padding-top: var(--s1); }
.v2-step::before {
  content: ""; position: absolute; top: 23px; left: 60%; right: -40%; height: 1px;
  background: linear-gradient(90deg, rgba(39, 208, 240, .5), rgba(39, 208, 240, .05));
}
.v2-step:last-child::before { display: none; }
.v2-step .n {
  position: relative; z-index: 1; width: 46px; height: 46px; border-radius: var(--r-full);
  display: grid; place-items: center; font-size: 15px; font-weight: 800; color: #04121f;
  background: linear-gradient(135deg, var(--cyan), #7fe6f7); box-shadow: var(--glow-cyan);
  font-variant-numeric: tabular-nums;
}
/* 三步精简版（首页用），随断点自动降列 */
.v2-rail-3 { grid-template-columns: repeat(3, 1fr); }
.v2-step h4 { margin: var(--s2) 0 6px; font-size: 16px; color: var(--text-1); }
.v2-step p { font-size: 13.5px; line-height: 1.65; color: var(--text-3); }

/* ---------- 浅色展台（白底产品图专用容器） ---------- */
.v2-stage {
  position: relative;
  background-color: #ffffff;
  background-image:
    linear-gradient(180deg, #ffffff 0%, #edf1f9 100%),
    linear-gradient(rgba(80, 120, 200, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 120, 200, .05) 1px, transparent 1px);
  background-size: auto, 36px 36px, 36px 36px;
  border-radius: var(--r-lg); padding: var(--s4);
  display: grid; place-items: center; min-height: 260px;
  border: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
}
/* 地面投影，让设备"站"在展台上 */
.v2-stage::after {
  content: ""; position: absolute; left: 50%; bottom: 18px;
  transform: translateX(-50%);
  width: 56%; height: 20px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(10, 25, 55, .22), transparent 70%);
}
.v2-stage img {
  position: relative; z-index: 1;
  max-height: 280px; width: auto; object-fit: contain;
  /* 白底商品照与浅色展台融合（正片叠底），避免出现矩形白边 */
  mix-blend-mode: multiply;
}
/* 立式整机加高展台（K10 等竖长机型） */
.v2-stage-tall { min-height: 440px; padding: var(--s4) var(--s3); }
.v2-stage-tall img { max-height: 400px; }
.v2-stage-tall::after { width: 44%; height: 24px; bottom: 14px; }
/* 机型卡规格浮签：深色胶囊压在浅色展台，吸收竖图的左右留白 */
.v2-stage .st-chip {
  position: absolute; z-index: 2; top: 50%; transform: translateY(-50%);
  font-size: 12.5px; font-weight: 600; color: var(--text-1);
  background: rgba(11, 18, 38, .9); border: 1px solid var(--border-strong);
  padding: 8px 14px; border-radius: var(--r-full);
  box-shadow: var(--sh-1); white-space: nowrap;
}
.v2-stage .st-chip b { color: var(--cyan); font-weight: 800; }
.v2-stage .st-chip-l { left: 3.5%; }
.v2-stage .st-chip-r { right: 3.5%; }
/* 双屏桌面机型展台（D2） */
.v2-stage-45 { min-height: 340px; }
.v2-stage-45 img { max-height: 300px; }

/* ---------- 硬件页首屏 · K10 立式整机展示 ---------- */
/* 首屏背景：只保留极淡蓝图网格（与全站底纹一致）
   去掉原先的双层径向光晕——堆叠光晕是模板化"科技感"的典型痕迹 */
.page-hero.v2-tech-bg { position: relative; overflow: hidden; }
.page-hero.v2-tech-bg::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(110, 150, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 150, 255, .03) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 20%, transparent 72%);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 20%, transparent 72%);
}
.page-hero.v2-tech-bg .v2-hero-grid { position: relative; z-index: 1; }

.v2-hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: var(--s6); align-items: center;
}
.v2-kiosk {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background: linear-gradient(180deg, #ffffff 0%, #e9eef7 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: var(--sh-2);
  min-height: 560px;
  display: grid; place-items: center;
  padding: var(--s5) var(--s4);
}
/* 地面投影：保留——让设备"站"在展台上，是物理感而非装饰 */
.v2-kiosk::after {
  content: ""; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  width: 46%; height: 28px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(10, 25, 55, .30), transparent 70%);
}
/* 已移除：屏后青色呼吸光晕、HUD 四角框（.k-corners）、设备悬浮动画
   —— 装饰性循环特效是模板化"科技感"的典型痕迹，静置时反而显廉价 */
.v2-kiosk .k-device {
  position: relative; z-index: 1;
  max-height: 480px; width: auto; object-fit: contain;
  /* 白底照片融进展台，仅保留 ::after 地面投影 */
  mix-blend-mode: multiply;
}
/* 规格浮签：深色胶囊压在浅色展台上 */
.v2-kiosk .k-chip {
  position: absolute; z-index: 2;
  font-size: 12.5px; font-weight: 600; color: var(--text-1);
  background: rgba(11, 18, 38, .9); border: 1px solid var(--border-strong);
  padding: 8px 14px; border-radius: var(--r-full);
  box-shadow: var(--sh-1); white-space: nowrap;
}
.v2-kiosk .k-chip b { color: var(--cyan); font-weight: 800; }
.v2-kiosk .k-chip-a { top: 13%; right: 3.5%; }
.v2-kiosk .k-chip-b { bottom: 20%; left: 3.5%; }
/* 展台角标 */
.v2-kiosk .k-badge {
  position: absolute; z-index: 2; top: var(--s3); left: var(--s3);
  font-size: 11px; font-weight: 800; letter-spacing: .12em;
  color: #04121f; background: linear-gradient(135deg, var(--cyan), #7fe6f7);
  padding: 5px 12px; border-radius: var(--r-full);
}
/* 小号立式展台（首页硬件带用） */
.v2-kiosk-sm { min-height: 440px; padding: var(--s4); }
.v2-kiosk-sm .k-device { max-height: 360px; }
.v2-kiosk-sm::after { bottom: 20px; height: 22px; width: 42%; }

/* 首页硬件带：左文案 + 右整机 */
.v2-hw-band {
  display: grid; grid-template-columns: 1.02fr .98fr;
  gap: var(--s6); align-items: center;
}
.v2-mini-steps { display: grid; gap: var(--s3); margin: var(--s4) 0 var(--s5); }
.v2-mini-step { display: flex; gap: 14px; align-items: flex-start; }
.v2-mini-step .n {
  flex: none; width: 32px; height: 32px; border-radius: var(--r-full);
  display: grid; place-items: center; font-size: 13px; font-weight: 800;
  color: #04121f; background: linear-gradient(135deg, var(--cyan), #7fe6f7);
  font-variant-numeric: tabular-nums;
}
.v2-mini-step h4 { margin: 2px 0 4px; font-size: 15.5px; color: var(--text-1); }
.v2-mini-step p { margin: 0; font-size: 13.5px; line-height: 1.65; color: var(--text-3); }

/* ---------- 选型卡 ---------- */
.v2-models { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.v2-model {
  background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: var(--s4); display: flex; flex-direction: column; gap: var(--s3);
  transition: transform .2s ease-out, border-color .2s, box-shadow .2s;
}
.v2-model:hover { transform: translateY(-3px); border-color: var(--border-strong); box-shadow: var(--sh-2); }
.v2-model.is-hl { border-color: rgba(39, 208, 240, .45); box-shadow: var(--glow-cyan); }
.v2-model h3 { font-size: 21px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.v2-tag {
  font-size: 12px; font-weight: 700; padding: 3px 10px;
  border-radius: var(--r-full); background: var(--tint-cyan); color: var(--cyan);
}
.v2-model > p { font-size: 14.5px; line-height: 1.75; color: var(--text-2); margin: 0; }
.v2-specs { display: grid; gap: 8px; margin: 0; }
.v2-specs li { position: relative; padding-left: 20px; font-size: 14px; color: var(--text-2); }
.v2-specs li::before {
  content: ""; position: absolute; left: 4px; top: 9px;
  width: 6px; height: 6px; border-radius: 2px; background: var(--brand);
}
.v2-fit {
  font-size: 13.5px; line-height: 1.7; color: var(--text-3);
  padding: var(--s2) var(--s3); background: var(--surface);
  border-radius: var(--r-md); border-left: 2px solid var(--cyan);
}

/* ---------- 在线选型问答 ---------- */
.v2-picker { background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--r-lg); padding: var(--s4); }
.v2-q { margin-bottom: var(--s3); }
.v2-q.v2-q-last { margin-bottom: 0; }
.v2-q > span { display: block; font-size: 14px; font-weight: 700; color: var(--text-1); margin-bottom: 10px; }
.v2-opts { display: flex; flex-wrap: wrap; gap: 10px; }
.v2-opt {
  padding: 9px 18px; border-radius: var(--r-full); border: 1px solid var(--border);
  background: var(--surface); color: var(--text-2); font-size: 14px;
  transition: all .18s ease-out;
}
.v2-opt:hover { border-color: var(--border-strong); color: var(--text-1); }
.v2-opt[aria-pressed="true"] {
  background: var(--tint-cyan); border-color: rgba(39, 208, 240, .5);
  color: var(--cyan); font-weight: 700;
}
.v2-result {
  margin-top: var(--s3); padding: var(--s3); border-radius: var(--r-md);
  background: linear-gradient(135deg, rgba(46, 109, 246, .14), rgba(39, 208, 240, .08));
  border: 1px solid rgba(39, 208, 240, .28);
}
.v2-result > span {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em;
  color: var(--cyan); background: var(--tint-cyan); border-radius: var(--r-full);
  padding: 3px 12px; margin-bottom: 8px;
}
.v2-result b { color: var(--cyan); font-size: 17px; display: block; }
.v2-result p { font-size: 13.5px; color: var(--text-2); margin-top: 6px; line-height: 1.7; }
.v2-result .act { display: flex; gap: 10px; flex-wrap: wrap; margin-top: var(--s3); }
.v2-result.pending .act { opacity: .42; pointer-events: none; filter: grayscale(.25); }

/* ---------- ROI 计算器 ---------- */
.v2-roi { background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--r-lg); padding: var(--s4); }
.v2-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.v2-field label { display: block; font-size: 13px; color: var(--text-3); margin-bottom: 6px; }
.v2-field input {
  width: 100%; background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r-sm); padding: 10px 12px; color: var(--text-1);
  font-size: 15px; font-variant-numeric: tabular-nums; font-family: inherit;
}
.v2-field input:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(39, 208, 240, .14); }
.v2-out {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3);
  margin-top: var(--s4); padding-top: var(--s4); border-top: 1px solid var(--border);
}
.v2-out .k { font-size: 13px; color: var(--text-3); }
.v2-out .n { font-size: 28px; font-weight: 800; color: var(--cyan); font-variant-numeric: tabular-nums; line-height: 1.25; }
.v2-out .n small { font-size: 14px; font-weight: 600; color: var(--text-2); margin-left: 2px; }
.v2-note { margin-top: var(--s3); font-size: 12px; color: var(--text-3); line-height: 1.75; }

/* ---------- 参数对比表 ---------- */
.v2-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.v2-table-scroll:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; border-radius: var(--r-sm); }
.v2-compare { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.v2-compare th, .v2-compare td { padding: 14px 16px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.v2-compare thead th { font-size: 13px; color: var(--text-3); background: var(--surface); font-weight: 600; }
.v2-compare th[scope="row"] { color: var(--text-2); font-weight: 600; width: 24%; }
.v2-compare .hl { color: var(--text-1); font-weight: 600; background: rgba(39, 208, 240, .07); }
.v2-compare thead .hl { color: var(--cyan); }
.v2-compare td { color: var(--text-2); }

/* ---------- 信任背书 ---------- */
.v2-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.v2-case { background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--r-lg); padding: var(--s4); }
.v2-case .ind { font-size: 12px; color: var(--cyan); font-weight: 700; letter-spacing: .04em; }
.v2-case h4 { font-size: 17px; margin: 8px 0 10px; color: var(--text-1); }
.v2-case p { font-size: 13.5px; color: var(--text-3); line-height: 1.75; margin: 0; }
.v2-logos {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: var(--s2); margin-top: var(--s4);
}
/* 脱敏客户位：改为实线描边
   虚线框会传递"占位/未完成"的观感，实线更体面 */
.v2-logo {
  height: 64px; border-radius: var(--r-md); border: 1px solid var(--border);
  display: grid; place-items: center; font-size: 13.5px; color: var(--text-2);
  background: var(--surface); text-align: center; padding: 0 12px; line-height: 1.5;
}

/* ---------- 分级 CTA ---------- */
.v2-cta { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.v2-cta-item {
  background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: var(--s4); text-align: center;
}
.v2-cta-item h4 { font-size: 16px; margin-bottom: 8px; color: var(--text-1); }
.v2-cta-item p { font-size: 13px; color: var(--text-3); margin-bottom: var(--s3); line-height: 1.7; }
.v2-disclaimer {
  margin-top: var(--s3); font-size: 12px; color: var(--text-3);
  line-height: 1.8; padding-top: var(--s3); border-top: 1px dashed var(--border);
}

/* ---------- 访客预约屏 · 自助预约通行 ---------- */
.reserve-wrap {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: var(--s5); align-items: center; margin-top: var(--s5);
}
.reserve-shot {
  margin: 0; border-radius: var(--r-lg); overflow: hidden;
  background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-1);
}
.reserve-shot img { display: block; width: 100%; height: auto; }
.reserve-shot figcaption {
  padding: 12px 16px; font-size: 12.5px; letter-spacing: .02em;
  color: var(--text-3); border-top: 1px solid var(--border);
}
.reserve-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s2); }
.reserve-steps li {
  display: flex; gap: var(--s2); padding: var(--s2);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-md); transition: border-color .2s ease, transform .2s ease;
}
.reserve-steps li:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.reserve-steps .n {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 9px;
  background: var(--brand); color: #fff; font-weight: 800; font-size: 14px;
  line-height: 30px; text-align: center;
}
.reserve-steps h4 { margin: 0 0 4px; font-size: 15.5px; color: var(--text-1); }
.reserve-steps p { margin: 0; font-size: 13.5px; line-height: 1.7; color: var(--text-2); }
.reserve-steps p b { color: var(--cyan); font-weight: 700; }

/* ---------- 响应式 ---------- */
@media (max-width: 1080px) {
  .v2-rail { grid-template-columns: repeat(3, 1fr); row-gap: var(--s5); }
  .v2-step:nth-child(3n)::before { display: none; }
  .v2-models { grid-template-columns: 1fr; }
  .v2-trust, .v2-cta, .v2-fields, .v2-out { grid-template-columns: 1fr; }
  .v2-hero-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .v2-kiosk { min-height: 470px; }
  .v2-kiosk .k-device { max-height: 400px; }
  .v2-hw-band { grid-template-columns: 1fr; gap: var(--s4); }
  .reserve-wrap { grid-template-columns: 1fr; gap: var(--s4); }
  .reserve-shot { max-width: 480px; margin: 0 auto; width: 100%; }
}
@media (max-width: 720px) {
  .v2-rail, .v2-rail-3 { grid-template-columns: 1fr; }
  .v2-step::before { display: none; }
  .v2-metrics { grid-template-columns: repeat(2, 1fr); }
  .v2-stage { padding: var(--s3); min-height: 200px; }
  .v2-stage-tall { min-height: 380px; }
  .v2-stage-tall img { max-height: 330px; }
  .v2-kiosk { min-height: 380px; padding: var(--s4) var(--s3); }
  .v2-kiosk .k-device { max-height: 320px; }
  .v2-kiosk .k-chip { font-size: 11px; padding: 6px 10px; }
  .v2-kiosk-sm { min-height: 360px; }
  .v2-kiosk-sm .k-device { max-height: 300px; }
  .v2-compare { font-size: 13.5px; }
  .v2-compare th, .v2-compare td { padding: 11px 10px; }
}
/* ============================================================
   硬件页重构（v3）：页面内锚点导航 / Tab 容器 / 场景组件
   ============================================================ */

/* 锚点跳转时给 sticky 导航 + 锚点条留出安全距离 */
section[id] { scroll-margin-top: calc(var(--nav-h) + 64px); }

/* ---------- 页面内锚点导航（sticky + scrollspy） ---------- */
.hw-anchor {
  position: sticky; top: var(--nav-h); z-index: 90;
  background: rgba(6, 11, 24, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.hw-anchor-inner { display: flex; align-items: center; gap: 16px; height: 56px; }
.hw-anchor-list {
  display: flex; align-items: center; gap: 2px;
  list-style: none; margin: 0; padding: 0;
  overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
}
.hw-anchor-list::-webkit-scrollbar { display: none; }
.hw-anchor-list a {
  display: block; padding: 8px 12px; border-radius: var(--r-sm);
  font-size: 14px; color: var(--text-3); white-space: nowrap;
  transition: color .2s, background .2s;
}
.hw-anchor-list a:hover { color: var(--text-1); background: var(--surface-2); }
.hw-anchor-list a[aria-current="true"] { color: var(--cyan); font-weight: 700; }
.hw-anchor-list a[aria-current="true"]::after {
  content: ""; display: block; height: 2px; margin-top: 6px;
  border-radius: 2px; background: var(--cyan);
}
.hw-anchor-list a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.hw-anchor-cta { margin-left: auto; flex: none; padding: 8px 16px; font-size: 14px; }

/* ---------- 通用 Tab 容器（场景应用 / 选型中心共用） ---------- */
.hw-tabs {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
}
.hw-tablist {
  display: flex; gap: 6px; padding: 10px 12px;
  background: var(--bg-3); border-bottom: 1px solid var(--border);
  overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
}
.hw-tablist::-webkit-scrollbar { display: none; }
.hw-tab {
  flex: none; padding: 9px 16px; border-radius: var(--r-md);
  border: 1px solid transparent; background: transparent;
  color: var(--text-3); font-size: 14px; white-space: nowrap;
  transition: color .18s ease-out, background .18s ease-out, border-color .18s ease-out;
}
.hw-tab:hover { color: var(--text-1); background: var(--surface); }
.hw-tab[aria-selected="true"] {
  background: var(--bg-2); border-color: var(--border-strong);
  color: var(--text-1); font-weight: 700;
}
.hw-tab:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.hw-panels { padding: var(--s4); }
.hw-panel[hidden] { display: none; }
.hw-panel:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.hw-panel-title { font-size: clamp(20px, 2vw, 26px); margin-bottom: 10px; }
.hw-panel > .v2-lead { margin-bottom: var(--s3); }
.hw-tabs-foot { margin-top: var(--s3); font-size: 13px; color: var(--text-3); text-align: center; }

/* ---------- 场景应用：左图右文 ---------- */
.hw-scene { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s5); align-items: start; }
.hw-scene-media { display: grid; gap: var(--s2); }
.hw-shot {
  margin: 0; border-radius: var(--r-lg); overflow: hidden;
  background: var(--surface); border: 1px solid var(--border);
}
.hw-shot-main {
  position: relative; aspect-ratio: 16 / 10; background: var(--bg-3);
  display: grid; place-items: center; overflow: hidden;
}
.hw-shot-item { display: none; width: 100%; height: 100%; }
.hw-shot-item.is-on { display: grid; place-items: center; }
.hw-shot-item img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.hw-shot figcaption {
  padding: 12px 16px; font-size: 12.5px; color: var(--text-3);
  border-top: 1px solid var(--border);
}
.hw-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.hw-thumb {
  flex: 1 1 0; min-width: 92px; padding: 8px;
  border-radius: var(--r-md); border: 1px solid var(--border);
  background: var(--surface); color: var(--text-3); font-size: 12.5px;
  display: grid; gap: 6px; justify-items: center;
  transition: color .18s, border-color .18s, background .18s;
}
.hw-thumb picture { display: block; width: 100%; }
.hw-thumb img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; }
.hw-thumb:hover { color: var(--text-2); border-color: var(--border-strong); }
.hw-thumb[aria-pressed="true"] { color: var(--cyan); background: var(--tint-cyan); border-color: rgba(39, 208, 240, .55); }
.hw-thumb:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.hw-scene-body h2 { font-size: clamp(20px, 2vw, 26px); margin-bottom: 10px; }
.hw-feature { list-style: none; margin: var(--s3) 0 0; padding: 0; display: grid; gap: 10px; }
.hw-feature li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 12px 14px; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--r-md);
}
.hw-feature .n {
  flex: none; width: 28px; height: 28px; border-radius: 9px;
  background: var(--brand); color: #fff; font-weight: 800; font-size: 13px;
  display: grid; place-items: center; font-variant-numeric: tabular-nums;
}
.hw-feature h3 { font-size: 15.5px; margin: 0 0 4px; color: var(--text-1); }
.hw-feature p { margin: 0; font-size: 13.5px; line-height: 1.7; color: var(--text-2); }
.hw-scene-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: var(--s3); }
/* 凭证打印面板：凭证与打印机上下排布 */
.hw-print-media { justify-items: center; }
.hw-panel .print-specs { margin: var(--s3) 0 var(--s2); }
.hw-panel .print-scene img { max-height: 320px; }
.hw-panel .print-note { margin-bottom: 0; }
.hw-panel .reserve-steps { margin-top: var(--s3); }

/* ---------- 产品矩阵：统一卡片 ---------- */
.hw-card .hw-img { aspect-ratio: 16 / 10; padding: 14px; }
.hw-card-link {
  margin-top: 14px; font-size: 13px; color: var(--cyan);
  display: inline-flex; align-items: center; gap: 6px;
}
.hw-card-link:hover { text-decoration: underline; }

/* ---------- 响应式 ---------- */
@media (max-width: 1080px) {
  .hw-scene { grid-template-columns: 1fr; gap: var(--s4); }
  .hw-panels { padding: var(--s3); }
}
@media (max-width: 720px) {
  .hw-anchor-inner { height: 52px; gap: 10px; }
  .hw-anchor-cta { padding: 7px 12px; font-size: 13px; }
  .hw-panels { padding: var(--s2); }
  .hw-thumb { min-width: 78px; font-size: 12px; }
  .hw-panel .print-scene img { max-height: 240px; }
  .hw-anchor-list a { padding: 8px 10px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .hw-tab, .hw-thumb { transition: none; }
}
