.site-footer {
  background: linear-gradient(180deg, #fffdf8 0%, #f8fafc 100%);
  padding: 2.5rem 0 2rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.site-footer hr {
  border-color: #e2e8f0;
}

.site-footer .footer-copy {
  color: #475569;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  color: #b98500;
  transform: translateY(-2px);
  text-decoration: none;
}

.site-footer .text-muted {
  color: #64748b !important;
}