.footer-general {
  background: linear-gradient(
    180deg,
    var(--dark) 0%,
    var(--dark-soft) 100%
  );
  color: #cbd5e1;
  padding: 70px 20px;
  text-align: center;
}

.footer-container {
  max-width: 900px;
  margin: auto;
}

/* Logo */
.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.footer-logo img {
  max-width: 110px;
}

/* Texto */
.footer-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-general p {
  margin: 8px 0;
  font-size: 14px;
}

/* Pagos */
.payment-methods {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.payment-methods img {
  height: 30px;
}

/* REDES SOCIALES */
.social-icons {
  margin: 25px 0;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.social-icons a {
  font-size: 22px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* WhatsApp */
.social-icons a .bi-whatsapp {
  color: #25D366;
}

/* Facebook */
.social-icons a .bi-facebook {
  color: #1877F2;
}

/* Instagram */
.social-icons a .bi-instagram {
  color: #E4405F;
}

/* TikTok */
.social-icons a .bi-tiktok {
  color: #ffffff;
}

/* Hover elegante (sin cambiar color) */
.social-icons a:hover {
  transform: translateY(-3px) scale(1.1);
  opacity: 0.9;
}


/* Copyright */
.footer-copy {
  margin-top: 30px;
  font-size: 13px;
  color: #9ca3af;
}
