/* Footer V8 — 纵向堆叠极简 */
body.hf-footer-8 .hf-foot--stack {
  padding: 40px 0 32px;
  text-align: center;
}
body.hf-footer-8 .hf-stack-logo {
  font-size: 1.5rem !important;
  display: inline-block;
  margin-bottom: 20px;
}
body.hf-footer-8 .hf-stack-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 20px;
}
body.hf-footer-8 .hf-stack-nav a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
}
body.hf-footer-8 .hf-stack-nav a:hover {
  color: var(--accent);
}
body.hf-footer-8 .hf-stack-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
}
body.hf-footer-8 .hf-stack-social a {
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
}
body.hf-footer-8 .hf-stack-copy {
  font-size: 0.78rem;
  opacity: 0.6;
  margin-bottom: 14px;
}
body.hf-footer-8 .hf-stack-pay {
  justify-content: center;
}
