/* ============================================================
   九南科技商城 · 极简页脚（v6.0）
   ============================================================ */
.site-footer {
  background: var(--mh-bg-dark);
  color: rgba(250, 250, 247, 0.65);
  padding: 48px 0 28px;
  margin-top: 40px;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(250, 250, 247, 0.12);
}
.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}
.footer-logo-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--mh-bg-page);
  letter-spacing: 1px;
}
.footer-slogan {
  font-size: 12px;
  color: rgba(250, 250, 247, 0.5);
  letter-spacing: 1px;
}
.footer-links {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 13px;
  color: rgba(250, 250, 247, 0.6) !important;
  transition: color var(--mh-dur) var(--mh-ease);
}
.footer-links a:hover {
  color: var(--mh-bg-page) !important;
}
.footer-contact-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.footer-contact-col .fc-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(250, 250, 247, 0.5);
  margin-bottom: 2px;
}
.footer-contact-col .fc-tel {
  font-size: 16px;
  font-weight: 600;
  color: var(--mh-bg-page);
  letter-spacing: 0.5px;
}
.footer-contact-col .fc-mail {
  font-size: 12px;
  color: rgba(250, 250, 247, 0.5) !important;
}
.footer-contact-col .fc-line {
  font-size: 12px;
  color: rgba(250, 250, 247, 0.5);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 20px;
}
.footer-record-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-record-left a,
.footer-record-left span,
.footer-record-left .copyright {
  font-size: 12px;
  color: rgba(250, 250, 247, 0.4) !important;
}
.footer-record-left a:hover {
  color: rgba(250, 250, 247, 0.7) !important;
}
.footer-friend-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  color: rgba(250, 250, 247, 0.35);
}
.footer-friend-links a {
  color: rgba(250, 250, 247, 0.35) !important;
}
.footer-friend-links a:hover {
  color: rgba(250, 250, 247, 0.6) !important;
}
/* 备案号等记录项前的标题标签（区别于常规 0.4 灰的 record 项，稍亮以标示） */
.footer-record-left .record-label {
  letter-spacing: 1px;
  color: rgba(250, 250, 247, 0.6) !important;
}

/* 响应式 */
@media (max-width: 768px) {
  .footer-row { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer-contact-col { align-items: flex-start; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
