/* =========================================================
   FOOTER FINAL AMÉLIORÉ
========================================================= */
.site-footer {
  background: linear-gradient(135deg, #071120 0%, #0d1b33 45%, #10213d 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 255, 200, 0.08), transparent 70%);
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 140, 255, 0.08), transparent 70%);
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.site-footer a {
  transition: all 0.3s ease;
}

.footer-main {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-brand {
  max-width: 340px;
  position: relative;
}

.footer-brand::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
  margin-top: 1.2rem;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-logo-box {
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 16px;
  display: inline-block;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.footer-logo-box img {
  max-height: 78px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-slogan {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7;
  color: #ffffff;
  margin-top: 0.9rem;
  margin-bottom: 0.8rem;
  border-left: 3px solid #14e7ff;
  padding-left: 12px;
}

.footer-description {
  font-size: 0.98rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 0;
}

.footer-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.7rem;
  letter-spacing: 0.4px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #14e7ff, #29d766);
}

.footer-links {
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 1rem;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  transform: translateX(8px);
}

.footer-link-icon {
  color: #14e7ff;
  font-size: 0.78rem;
  transition: transform 0.3s ease;
}

.footer-link:hover .footer-link-icon {
  transform: translateX(4px);
}

.footer-muted {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
}

.footer-contact {
  margin: 0;
  padding: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.15rem;
}

.footer-contact-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14e7ff;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-contact-text {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 500;
}

.footer-contact-text a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.footer-contact-text a:hover {
  color: #ffffff;
}

.footer-actions {
  margin-top: 1.5rem;
}

.footer-whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.3px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.28);
  transition: all 0.3s ease;
}

.footer-whatsapp-btn:hover {
  color: #ffffff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.35);
}

.footer-social {
  margin-top: 2rem;
}

.footer-social-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.social-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: linear-gradient(135deg, #14e7ff, #29d766);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.footer-extra {
  margin-top: 2rem;
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
}

.footer-extra a {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom-bar {
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 2;
}

.footer-copyright,
.footer-credit {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.74);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991.98px) {
  .footer-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-description {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .footer-main {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-title {
    margin-top: 0.5rem;
  }

  .footer-contact li {
    align-items: flex-start;
  }

  .footer-whatsapp-btn {
    width: 100%;
  }

  .footer-copyright,
  .footer-credit {
    text-align: center;
  }
}