.site-footer-rich {
  border-top: 1px solid var(--border, #e2e8f0);
  background: #fff;
  margin-top: auto;
  padding: 40px 24px 28px;
  font-size: 13px;
  color: var(--text-muted, #64748b);
}
.site-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 28px 32px;
}
.site-footer-col h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text, #1e293b);
  margin-bottom: 10px;
}
.site-footer-col ul { list-style: none; padding: 0; margin: 0; }
.site-footer-col li { margin-bottom: 7px; }
.site-footer-col a {
  color: var(--text-muted, #64748b);
  text-decoration: none;
}
.site-footer-col a:hover { color: var(--accent, #0284c7); }
.site-footer-bottom {
  max-width: 960px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--border, #e2e8f0);
  text-align: center;
  font-size: 12px;
}
.site-footer-bottom a { color: var(--text-muted, #64748b); text-decoration: none; }
.site-footer-bottom a:hover { color: var(--accent, #0284c7); }
