.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #111;
  color: #777;
  flex-shrink: 0;
  border-top: 3px solid #FFD700;
  box-shadow: 0 -3px 10px rgba(0,0,0,0.3);
}

.footer-left { font-size: 0.9rem; color: #ccc; }

.footer-center a {
  color: #FFD700;
  margin: 0 12px;
  font-size: 1.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-center a:hover {
  transform: scale(1.4) rotate(10deg);
  color: #ffcc00;
}
