/* ==================== Shared Footer ==================== */
/* 两个页面共用，禁止在各页面单独定义 footer 相关样式 */

.site-footer {
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
  padding: 24px 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.footer-inner p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footer-inner a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-inner a:hover {
  color: #334155;
}
