/* ============================================
   LEGAL.CSS — Mentions légales & CGV v2
   Cinématique · Violet/Rouge/Blanc · Sombre
   ============================================ */

.legal-hero {
  padding: 10rem 0 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.legal-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 0%, rgba(139,47,201,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.legal-content { padding: 3rem 0 6rem; position: relative; z-index: 1; }
.legal-container { max-width: 820px; }

.legal-block {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(232,25,44,0.08);
}
.legal-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.legal-block h2 {
  font-size: 1rem; letter-spacing: 0.15em; color: #ff6b7a;
  margin-bottom: 1rem; font-family: var(--font-display); font-weight: 700;
}
.legal-block p { font-size: 0.95rem; color: #c8c0d8; line-height: 1.9; margin-bottom: 0.8rem; }
.legal-block p:last-child { margin-bottom: 0; }
.legal-block ul { padding-left: 1.5rem; margin: 0.8rem 0; display: flex; flex-direction: column; gap: 0.4rem; }
.legal-block ul li { font-size: 0.92rem; color: #c8c0d8; line-height: 1.7; }
.legal-block ul li::marker { color: #ff6b7a; }
.legal-block ul li strong { color: var(--cream); }
.legal-block a { color: #d4a0ff; border-bottom: 1px solid rgba(212,160,255,0.3); transition: all 0.3s; text-decoration: underline; }
.legal-block a:hover { color: #ff6b7a; border-color: #ff6b7a; }
.legal-block em { color: #9890b8; font-size: 0.85rem; }
.legal-block code {
  background: var(--bg3); padding: 0.15rem 0.5rem; border-radius: 4px;
  font-size: 0.82rem; color: var(--gold-light);
  border: 1px solid var(--border-soft);
}
