/* =========================
   FOOTER — Mobile-first, un seul footer responsive
   Lisible sur téléphone, pas de surcharge visuelle
========================= */

.site-footer {
  width: 100%;
  margin-top: auto;
  padding: 0;
  background: #0c0c0e;
  box-sizing: border-box;
}

.site-footer .footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 20px 24px;
  box-sizing: border-box;
}

.site-footer .footer-logo {
  display: block;
  color: #ff4d8d;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: none;
  transition: color 0.2s ease;
  width: fit-content;
  margin-left: -24px;
}

.site-footer .footer-logo:hover {
  color: #ff6b8a;
}

.site-footer .footer-logo-img {
  height: 56px;
  width: auto;
  display: block;
}

/* Grille : mobile = 1 colonne, puis 2 puis 4 sur desktop */
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 32px;
  margin-bottom: 24px;
}

.site-footer .footer-col {
  text-align: left;
}

.site-footer .footer-col h4 {
  margin: 0 0 14px 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff4d8d;
  display: block;
}

.site-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-col li {
  margin-bottom: 10px;
}

.site-footer .footer-col li:last-child {
  margin-bottom: 0;
}

.site-footer .footer-col a {
  display: inline-block;
  min-height: 44px;
  padding: 8px 0;
  box-sizing: border-box;
  line-height: 28px;
  color: #b4b4b4;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.site-footer .footer-col a:hover {
  color: #ff4d8d;
}

/* Email de contact visible */
.site-footer .footer-email {
  display: inline-block;
  color: #c8c8c8;
  font-size: 0.95rem;
  word-break: break-all;
}

/* Confiance : texte ou lien */
.site-footer .footer-trust-list .footer-trust-item {
  color: #b4b4b4;
  font-size: 0.95rem;
  line-height: 1.4;
}

.site-footer .footer-trust-list .footer-trust-link {
  display: inline-block;
  min-height: 44px;
  padding: 8px 0;
  box-sizing: border-box;
  line-height: 28px;
  color: #b4b4b4;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.site-footer .footer-trust-list .footer-trust-link:hover {
  color: #ff4d8d;
}

/* Notre engagement */
.site-footer .footer-engagement {
  margin-bottom: 20px;
  padding-top: 20px;
}

.site-footer .footer-engagement-title {
  margin: 0 0 10px 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff4d8d;
  padding-bottom: 8px;
  border-bottom: 1px solid #25252a;
  display: block;
}

.site-footer .footer-engagement-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #b0b0b0;
  max-width: 42ch;
}

/* Copyright */
.site-footer .footer-copy {
  text-align: center;
  color: #999;
  font-size: 0.8rem;
  margin: 0;
  padding-top: 20px;
}

/* Tablette : 2 colonnes */
@media (min-width: 480px) {
  .site-footer .footer-inner {
    padding: 32px 24px 28px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
    margin-bottom: 28px;
  }

  .site-footer .footer-engagement {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}

/* Desktop : 4 colonnes */
@media (min-width: 768px) {
  .site-footer .footer-inner {
    padding: 40px 32px 32px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px 32px;
    margin-bottom: 32px;
  }

  .site-footer .footer-engagement-text {
    max-width: 50ch;
  }

  .site-footer .footer-copy {
    padding-top: 24px;
  }
}

/* =========================
   Footer minimal — pages connexion / création de compte
========================= */
.site-footer-auth {
  margin-top: auto;
}

.site-footer-auth .footer-auth-inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 20px 20px;
}

.site-footer-auth .footer-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  margin-bottom: 20px;
}

.site-footer-auth .footer-auth-title {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff4d8d;
}

.site-footer-auth .footer-auth-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer-auth .footer-auth-col li {
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #b0b0b0;
}

.site-footer-auth .footer-auth-col a {
  display: inline-block;
  min-height: 44px;
  padding: 8px 0;
  box-sizing: border-box;
  line-height: 28px;
  color: #b0b0b0;
  text-decoration: none;
}

.site-footer-auth .footer-auth-col a:hover {
  color: #ff4d8d;
}

.site-footer-auth .footer-auth-trust li {
  color: #b0b0b0;
}

.site-footer-auth .footer-auth-copy {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #26262c;
  font-size: 0.8rem;
  color: #a0a0a0;
  text-align: center;
}

@media (max-width: 420px) {
  .site-footer-auth .footer-auth-grid {
    grid-template-columns: 1fr;
  }
}
