/* Header V8 — 深色反色条 */
body.hf-header-8 .hf-inv-strap {
  background: var(--accent);
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  padding: 8px 12px;
  letter-spacing: 0.06em;
}
body.hf-header-8 .hf-shell--inverse {
  background: var(--primary);
  border-bottom: none;
}
body.hf-header-8 .hf-inv-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 0;
}
body.hf-header-8 .hf-logo-inv,
body.hf-header-8 .hf-logo-inv span,
body.hf-header-8 #main-nav.hf-nav-inverse a {
  color: #fff !important;
}
body.hf-header-8 #main-nav.hf-nav-inverse a:hover,
body.hf-header-8 #main-nav.hf-nav-inverse a.active {
  color: var(--accent) !important;
}
body.hf-header-8 .header-icons a,
body.hf-header-8 .mobile-menu-btn {
  color: #fff !important;
}
body.hf-header-8 .hf-inv-checkout .secure-badge {
  color: rgba(255,255,255,0.9);
}
