/* ════════════════════════════════
   PAGES LÉGALES
════════════════════════════════ */

.legal-page {
  padding: 3rem 2rem 6rem;
}

.legal-inner {
  max-width: 760px;
  margin: 0 auto;
}

.legal-header {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0deda;
}

.legal-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--pk);
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.legal-date {
  font-size: 0.78rem;
  color: #bbb;
}

.legal-date a {
  color: #bbb;
  text-decoration: none;
}

.legal-intro {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--pk-light);
  border-left: 3px solid var(--pk-amber);
  border-radius: 0 8px 8px 0;
}

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

.legal-section h2 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f0efeb;
}

.legal-section h3 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #555;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

.legal-section p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.legal-section ul {
  margin: 0.5rem 0 0.75rem 1.25rem;
  list-style: disc;
}

.legal-section ul li {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0.25rem;
}

.legal-section a {
  color: var(--pk);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-section a:hover {
  color: #1e3550;
}
