/* Footer V4 — 极简横排链接 */
body.hf-footer-4 .hf-foot--minimal {
  padding: 36px 0 24px;
}
body.hf-footer-4 .hf-foot-links-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  margin-bottom: 20px;
}
body.hf-footer-4 .hf-foot-links-row a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.06em;
}
body.hf-footer-4 .hf-foot-links-row a:hover {
  color: var(--accent);
}
body.hf-footer-4 .hf-foot-company {
  text-align: center;
  font-size: 0.72rem;
  opacity: 0.55;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 20px;
}
body.hf-footer-4 .hf-foot-min-bottom {
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  padding-top: 16px !important;
}
