/**
 * Estilos del Footer de Billetaxo
 * Unificado con el estilo de recargas-cuba
 * Degradado: linear-gradient(135deg, #1E3A8A 0%, #22D3EE 100%)
 */

.footer-main {
  background: linear-gradient(135deg, #1E3A8A 0%, #22D3EE 100%);
  color: white;
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.footer-section h4 {
  color: #FACC15 !important;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  font-size: 0.95rem;
  display: inline-block;
}

.footer-section ul li a:hover {
  color: white;
  text-decoration: underline;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin: 0;
}

/* WhatsApp Floating Button */
#whatsapp-soporte-flotante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

#whatsapp-soporte-flotante:hover {
  transform: scale(1.1);
}

#whatsapp-soporte-flotante img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }

  .footer-main {
    padding: 2rem 0 1rem;
  }

  #whatsapp-soporte-flotante {
    bottom: 15px;
    right: 15px;
  }

  #whatsapp-soporte-flotante img {
    width: 50px;
    height: 50px;
  }
}

/* 🎯 Trustpilot Footer Badge - Diseño destacado con alto contraste */
.trustpilot-footer-wrapper {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.trustpilot-footer {
  background: rgba(0, 182, 122, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 1.75rem 2rem;
  margin-top: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.trustpilot-footer:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 182, 122, 0.25);
}

.trustpilot-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

/* Logo container removido - solo usamos la estrella pequeña */
.trustpilot-logo-container {
  display: none;
}

.trustpilot-logo-icon {
  display: none;
}

.trustpilot-content {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

.trustpilot-star-single {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trustpilot-star-emoji {
  font-size: 14px;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 182, 122, 0.4));
  flex-shrink: 0;
}

.trustpilot-text-content {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.trustpilot-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.trustpilot-brand {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  letter-spacing: -0.3px;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.trustpilot-footer:hover .trustpilot-brand {
  color: #FACC15;
  text-shadow: 0 2px 6px rgba(250, 204, 21, 0.5);
}

/* Responsive para Trustpilot */
@media (max-width: 768px) {
  .trustpilot-footer-wrapper {
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .trustpilot-footer {
    padding: 1.5rem 1.25rem;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  
  .trustpilot-link {
    flex-direction: row;
    gap: 0.75rem;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .trustpilot-content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
  }
  
  .trustpilot-star-single {
    justify-content: center;
    display: flex;
    align-items: center;
  }
  
  .trustpilot-text-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  
  .trustpilot-star-emoji {
    font-size: 12px;
  }
  
  .trustpilot-label {
    font-size: 0.7rem;
  }
  
  .trustpilot-brand {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .trustpilot-footer-wrapper {
    padding: 0 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .trustpilot-footer {
    padding: 1rem 0.75rem;
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  
  .trustpilot-link {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .trustpilot-content {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .trustpilot-text-content {
    justify-content: center;
    align-items: center;
  }
  
  .trustpilot-star-emoji {
    font-size: 11px;
  }
  
  .trustpilot-label {
    font-size: 0.65rem;
  }
  
  .trustpilot-brand {
    font-size: 0.85rem;
  }
  
  .trustpilot-content {
    gap: 0.4rem;
  }
  
  .trustpilot-text-content {
    gap: 0.4rem;
  }

  /* Redes sociales responsivas */
  .red-social {
    width: 40px;
    height: 40px;
  }
}

/* ========================================
   Redes Sociales (Estilo PDC)
   ======================================== */
.footer-social {
  text-align: center;
  padding: 2rem 0 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer-social h3 {
  color: white !important;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.redes-sociales {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 400px;
  flex-wrap: wrap;
}

.red-social {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.red-social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.red-social:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}