/* ════════════════════════════════════════
   GOLD INTER STAR — Styles pages légales
   ════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --or:        #c8960c;
  --or-clair:  #f0b429;
  --noir:      #080808;
  --noir-doux: #111111;
  --gris-fonce:#1c1c1c;
  --creme:     #f2ece0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--noir);
  color: var(--creme);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--or-clair); }

/* ════════ NAV ════════ */
.legal-nav {
  position: sticky;
  top: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  background: rgba(5,5,5,0.97);
  border-bottom: 1px solid rgba(200,150,12,0.2);
  backdrop-filter: blur(20px);
}
.legal-nav .nav-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.legal-nav .logo-badge {
  width: 50px; height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  border: 1px solid rgba(200,150,12,0.5);
  margin-right: 12px;
}
.legal-nav .logo-badge img { width: 100%; height: 100%; object-fit: contain; }
.nl-gold { font-family: 'Bebas Neue', cursive; font-size: 22px; letter-spacing: 6px; color: var(--or-clair); }
.nl-int  { font-size: 9px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: rgba(245,235,215,0.45); margin: 0 8px; }
.nl-star { font-family: 'Bebas Neue', cursive; font-size: 22px; letter-spacing: 6px; color: var(--creme); }

.legal-nav-right { display: flex; align-items: center; gap: 28px; }
.legal-nav-right a {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; text-decoration: none;
  color: rgba(242,236,224,0.6); transition: color .3s;
}
.legal-nav-right a:hover { color: var(--or-clair); }
.legal-nav-right .nav-cta-btn {
  padding: 12px 22px; border: 1px solid var(--or-clair);
  color: var(--or-clair); transition: all .3s;
}
.legal-nav-right .nav-cta-btn:hover { background: var(--or-clair); color: var(--noir); }

/* ════════ EN-TÊTE PAGE ════════ */
.legal-header {
  padding: 80px 48px 50px;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(200,150,12,0.15);
}
.legal-eyebrow {
  display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
}
.legal-eyebrow .line { width: 36px; height: 1px; background: var(--or-clair); }
.legal-eyebrow span {
  font-size: 10px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--or-clair);
}
.legal-header h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.95; letter-spacing: 2px; color: var(--creme);
}
.legal-header .maj {
  margin-top: 16px; font-size: 12px; color: rgba(242,236,224,0.4);
  letter-spacing: 1px;
}

/* ════════ CONTENU ════════ */
.legal-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 48px 110px;
}
.legal-content h2 {
  font-family: 'Bebas Neue', cursive;
  font-size: 30px; letter-spacing: 1.5px;
  color: var(--or-clair);
  margin: 48px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  font-size: 15px; font-weight: 700; color: var(--creme);
  margin: 26px 0 8px;
}
.legal-content p,
.legal-content li {
  font-size: 14px; font-weight: 300; line-height: 1.85;
  color: rgba(242,236,224,0.7);
}
.legal-content p { margin-bottom: 14px; }
.legal-content ul { margin: 0 0 16px 22px; }
.legal-content li { margin-bottom: 7px; }
.legal-content strong { color: var(--creme); font-weight: 600; }
.legal-content a { text-decoration: underline; }

/* Champ à compléter (repère interne) */
.todo {
  background: rgba(240,180,41,0.18);
  border: 1px dashed var(--or-clair);
  color: var(--or-clair);
  font-weight: 600;
  padding: 1px 8px;
  border-radius: 3px;
  font-size: 13px;
}

/* Encadré info */
.legal-box {
  background: var(--gris-fonce);
  border-left: 3px solid var(--or-clair);
  padding: 20px 24px;
  margin: 22px 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(242,236,224,0.65);
}

/* ════════ FOOTER ════════ */
.legal-footer {
  background: #050505;
  border-top: 1px solid rgba(200,150,12,0.15);
  padding: 40px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.legal-footer .fl-links { display: flex; gap: 28px; flex-wrap: wrap; }
.legal-footer a {
  font-size: 12px; text-decoration: none;
  color: rgba(242,236,224,0.45); transition: color .3s;
}
.legal-footer a:hover { color: var(--or-clair); }
.legal-footer p { font-size: 11px; color: rgba(242,236,224,0.25); }

@media (max-width: 768px) {
  .legal-nav { padding: 14px 22px; }
  .legal-nav-right a:not(.nav-cta-btn) { display: none; }
  .legal-header, .legal-content { padding-left: 22px; padding-right: 22px; }
}
