/* --- Shared Footer Styles (based on index.html reference) --- */
.site-footer {
  background: var(--color-bg-white, #FFFFFF);
  color: var(--color-text-primary, #101828);
  padding: 60px 24px;
  border-top: 3px solid var(--color-accent-gold, #EBA937);
  text-align: center;
}
.site-footer .container {
  text-align: center;
}
.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 32px;
}
.site-footer .footer-links a {
  color: var(--color-text-primary, #101828);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.site-footer .footer-links a:hover {
  color: var(--color-accent-gold, #EBA937);
}
.site-footer .footer-copyright {
  color: #64748B;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 0;
}
.site-footer .footer-built {
  color: #64748B;
  font-size: 13px;
  margin-top: 8px;
}
.site-footer .footer-built .heart {
  color: #E25555;
}
