/* Modern Footer Styles - Archivo específico */
footer.modern-footer {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%) !important;
  color: #ecf0f1 !important;
  padding: 4rem 0 2rem !important;
  margin-top: 4rem !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 4px solid #F85C70 !important;
}

.modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F85C70, #e74c3c, #F85C70);
}

.modern-footer .footer-title {
  color: #F85C70 !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  margin-bottom: 1.2rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  position: relative !important;
  padding-bottom: 0.5rem !important;
}

.modern-footer .footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #F85C70, #e74c3c);
  border-radius: 2px;
}

.modern-footer .footer-subtitle {
  color: #F85C70 !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.2rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  position: relative !important;
  padding-bottom: 0.4rem !important;
}

.modern-footer .footer-subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #F85C70;
  border-radius: 1px;
}

.modern-footer .footer-description {
  color: #bdc3c7 !important;
  line-height: 1.6 !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.9rem !important;
}

.modern-footer .social-links {
  display: flex !important;
  gap: 1rem !important;
  margin-top: 1rem !important;
}

.modern-footer .social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 45px !important;
  height: 45px !important;
  background: linear-gradient(135deg, rgba(248, 92, 112, 0.1), rgba(231, 76, 60, 0.1)) !important;
  color: #F85C70 !important;
  border-radius: 50% !important;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  border: 2px solid rgba(248, 92, 112, 0.2) !important;
  position: relative !important;
  overflow: hidden !important;
}

.modern-footer .social-link:hover {
  background: linear-gradient(135deg, #F85C70, #e74c3c) !important;
  color: white !important;
  transform: translateY(-3px) scale(1.1) !important;
  box-shadow: 0 8px 25px rgba(248, 92, 112, 0.4) !important;
  border-color: #F85C70 !important;
}

.modern-footer .footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modern-footer .footer-links li {
  margin-bottom: 0.6rem !important;
  position: relative !important;
  padding-left: 1rem !important;
}

.modern-footer .footer-links li::before {
  content: '▶' !important;
  position: absolute !important;
  left: 0 !important;
  color: #F85C70 !important;
  font-size: 0.7rem !important;
  top: 0.1rem !important;
  transition: transform 0.3s ease !important;
}

.modern-footer .footer-links li:hover::before {
  transform: translateX(3px) !important;
}

.modern-footer .footer-links a {
  color: #bdc3c7 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 0.9rem !important;
  display: block !important;
  padding: 0.2rem 0 !important;
  border-radius: 3px !important;
  position: relative !important;
}

.modern-footer .footer-links a:hover {
  color: #F85C70 !important;
  padding-left: 0.5rem !important;
  background: rgba(248, 92, 112, 0.1) !important;
}

.modern-footer .contact-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
}

.modern-footer .contact-item {
  display: flex !important;
  align-items: center !important;
  gap: 0.8rem !important;
  color: #bdc3c7 !important;
  font-size: 0.9rem !important;
  padding: 0.5rem !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.modern-footer .contact-item:hover {
  background: rgba(248, 92, 112, 0.1) !important;
  border-color: rgba(248, 92, 112, 0.2) !important;
  transform: translateX(5px) !important;
}

.modern-footer .contact-item i {
  color: #F85C70 !important;
  font-size: 1.1rem !important;
  width: 20px !important;
  text-align: center !important;
  background: rgba(248, 92, 112, 0.1) !important;
  padding: 0.3rem !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.modern-footer .contact-item:hover i {
  background: #F85C70 !important;
  color: white !important;
  transform: scale(1.1) !important;
}

.modern-footer .footer-divider {
  border: none !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #F85C70, #e74c3c, #F85C70, transparent) !important;
  margin: 2.5rem 0 1.5rem !important;
  border-radius: 1px !important;
}

.modern-footer .footer-copyright {
  color: #95a5a6 !important;
  font-size: 0.85rem !important;
  margin: 0 !important;
  padding: 0.5rem 1rem !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px !important;
  border-left: 3px solid #F85C70 !important;
}

.modern-footer .footer-badge {
  background: linear-gradient(135deg, #F85C70, #e74c3c) !important;
  color: white !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: 25px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(248, 92, 112, 0.3) !important;
  transition: all 0.3s ease !important;
}

.modern-footer .footer-badge:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(248, 92, 112, 0.4) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-footer {
    padding: 2rem 0 1.5rem !important;
  }
  
  .modern-footer .footer-title {
    font-size: 1.2rem !important;
  }
  
  .modern-footer .social-links {
    justify-content: center !important;
  }
  
  .modern-footer .text-right {
    text-align: center !important;
    margin-top: 1rem !important;
  }
}
