/* ——— Pages légales ——— */
.page-legal main {
  padding-top: var(--header-h);
}

.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem clamp(1.25rem, 4vw, 3rem) 5rem;
}

.legal-page h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.legal-updated {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
}

.legal-toc {
  padding: 1.25rem 1.5rem;
  margin-bottom: 3rem;
  background: #fafafa;
  border: 1px solid var(--border);
  border-radius: 4px;
}

.legal-toc h2 {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.legal-toc ol {
  margin: 0;
  padding-left: 1.25rem;
}

.legal-toc li {
  margin-bottom: 0.35rem;
}

.legal-toc a {
  font-size: 0.9375rem;
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-toc a:hover {
  color: var(--pink);
}

.legal-section {
  margin-bottom: 2.5rem;
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

.legal-section h2 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}

.legal-section h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
}

.legal-section p,
.legal-section li {
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 0.9375rem;
}

.legal-section p + p {
  margin-top: 0.75rem;
}

.legal-section ul,
.legal-section ol {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.legal-section li {
  margin-bottom: 0.5rem;
}

.legal-section a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-section a:hover {
  color: var(--pink);
}

.legal-alert {
  padding: 1rem 1.25rem;
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #713f12;
  background: #fef9c3;
  border: 1px solid #fde047;
  border-radius: 4px;
}

.legal-alert strong {
  color: #854d0e;
}

.legal-placeholder {
  background: #fff1f2;
  color: #be123c;
  padding: 0.1em 0.35em;
  border-radius: 2px;
  font-weight: 500;
  font-size: 0.875em;
}

