/* ============================================================
   PAGE : MENTIONS LÉGALES
   ============================================================ */

html, body { height: auto; overflow: auto; }

.legal-page {
  padding: 10rem 8vw 8rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.legal-title {
  font-family: var(--font-main);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 4rem;
  line-height: 1;
}

.legal-section { margin-bottom: 3.5rem; }

.legal-section-title {
  font-family: var(--font-main);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.legal-text {
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 2;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.legal-text ul {
  margin-top: 0.8rem;
  padding-left: 1.5rem;
  list-style: none;
}

.legal-text ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.4rem;
}

.legal-text ul li::before {
  content: '—';
  position: absolute;
  left: -1rem;
  color: rgba(255,255,255,0.4);
}

.legal-list {
  margin: 0.6rem 0 0.8rem 0;
  padding-left: 0;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 0.45rem;
}

.legal-list li::before {
  content: '—';
  position: absolute;
  left: 1rem;
  color: rgba(255,255,255,0.35);
}

.legal-text a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}

.legal-text a:hover { opacity: 0.7; }
