/*
 * ============================================================
 * Footer / contact cards — LIVE edits
 * Brand text → partials/footer-brand.html
 * ============================================================
 */

.footer {
  background: linear-gradient(160deg, var(--blue-dark) 0%, #1a1040 60%, #2d1055 100%) !important;
}

.footer-brand-text h3 {
  background: linear-gradient(135deg, var(--gold-light), var(--gold)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.footer-contact-card {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: var(--radius) !important;
}

.footer-contact-card:hover {
  border-color: rgba(0, 212, 255, 0.35) !important;
}

.footer-whatsapp-link {
  background: #25d366 !important;
  color: #fff !important;
}

.footer-instagram-link {
  color: #f472b6 !important;
}

.footer-copy {
  text-align: center;
  opacity: 0.75;
}
