.site-footer {
  background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
  color: #e5e7eb;
}

.site-footer a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.site-footer-brand h2 {
  margin: 0;
}

.site-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0;
}

.site-footer-contact-link {
  display: inline-block;
  color: #f9fafb;
  transition: color 0.2s ease, transform 0.15s ease;
}

.site-footer-contact-link:hover {
  color: #ffffff;
  transform: translateX(-2px);
}

.site-footer-contact-link:active {
  opacity: 0.85;
}

.site-footer-contact-icon {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fca5a5;
  flex-shrink: 0;
}

.site-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.65rem 1rem;
  border-radius: 0.85rem;
  background: #059669;
  color: #ffffff !important;
  font-weight: 800;
}

.site-footer-whatsapp:hover {
  background: #047857;
  color: #ffffff !important;
}

.site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9ca3af;
}
