/* ===============================
   FOOTER PREMIUM
================================ */

.main-footer{
  background:#060b1a;
  padding:100px 0 50px;
  border-top:1px solid rgba(255,255,255,0.05);
}

/* GRID */

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:50px;
  max-width:1200px;
  margin:auto;
}

/* COLONNES */

.footer-col{
  background:rgba(15,20,40,0.6);
  border-radius:20px;
  padding:35px;
  border:1px solid rgba(255,255,255,0.04);
  backdrop-filter:blur(12px);
}

/* TITRES */

.footer-col h4{
  color:#fff;
  font-size:20px;
  margin-bottom:22px;
  letter-spacing:1px;
}

/* LOGO FOOTER */

.footer-logo{
  display:block;
  margin-bottom:30px;
}

.footer-logo img{
  height:120px;   /* taille du logo */
  width:auto;
  max-width:100%;
  object-fit:contain;
  display:block;
}



/* DESCRIPTION */

.footer-description{
  color:#9aa3b2;
  line-height:1.7;
  margin-bottom:25px;
}

/* TRUST */

.footer-trust{
  display:flex;
  flex-direction:column;
  gap:12px;
  font-size:14px;
  color:#a5afc3;
}

/* LISTES */

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

.footer-list li{
  margin-bottom:14px;
}

.footer-list a{
  color:#a5afc3;
  text-decoration:none;
  transition:0.3s;
}

.footer-list a:hover{
  color:#fff;
}

/* CTA */

.footer-cta{
  display:inline-block;
  margin-top:18px;
  padding:14px 26px;
  background:linear-gradient(135deg,#7C5CFF,#5A3DFF);
  border-radius:40px;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 15px 40px rgba(124,92,255,0.45);
  transition:0.3s;
}

.footer-cta:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px rgba(124,92,255,0.6);
}

/* BOTTOM */

.footer-bottom{
  text-align:center;
  margin-top:70px;
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,0.05);
  color:#8b93a7;
  font-size:14px;
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width:1000px){

.footer-grid{
  grid-template-columns:1fr;
  gap:35px;
}

.footer-col{
  padding:28px;
}

}

.footer-link-btn{
  appearance:none;
  background:none;
  border:none;
  padding:0;
  margin:0;
  color:#a5afc3;
  cursor:pointer;
  font:inherit;
}
.footer-link-btn:hover{ color:#fff; }

.rgpd-note{
  margin:14px 0 10px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:14px;
  background:rgba(255,255,255,0.04);
  color:#cbd5e1;
  font-size:14px;
  line-height:1.6;
}
.rgpd-note a{
  color:#fff;
  text-decoration:underline;
}

.cookie-banner{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:9999;
  max-width:980px;
  margin:0 auto;
  background:#0b1220;
  color:#e5e7eb;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.cookie-banner__content{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  padding:18px 20px;
}
.cookie-banner__content p{
  margin:0;
  line-height:1.6;
}
.cookie-banner__content a{ color:#fff; text-decoration:underline; }
.cookie-banner__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.cookie-btn{
  border:none;
  border-radius:999px;
  padding:12px 18px;
  cursor:pointer;
  font-weight:600;
}
.cookie-btn--primary{
  background:linear-gradient(135deg,#7C5CFF,#5A3DFF);
  color:#fff;
}
.cookie-btn--secondary{
  background:rgba(255,255,255,0.08);
  color:#fff;
  border:1px solid rgba(255,255,255,0.14);
}

.legal-wrapper{
  padding:80px 20px;
  background:linear-gradient(180deg,#08101d,#0b1220);
}
.legal-card{
  max-width:980px;
  margin:0 auto;
  padding:32px 28px;
  border-radius:24px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  color:#dbe4f0;
  line-height:1.8;
}
.legal-card h1,.legal-card h2,.legal-card h3{ color:#fff; }
.legal-card a{ color:#fff; text-decoration:underline; }
.legal-date{ color:#a5afc3; }
.legal-list{ padding-left:20px; }

@media(max-width:768px){
  .cookie-banner__content{ flex-direction:column; align-items:flex-start; }
  .cookie-banner{ left:12px; right:12px; bottom:12px; }
}
