/* ─────────────────────────────────────────────────────────────
   PAGES LÉGALES — Mentions légales, Confidentialité, CGU
   ───────────────────────────────────────────────────────────── */

.cbg-legal-content {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-xl) var(--pad-x) calc(var(--space-xl) + 20px);
}

.cbg-legal-section {
  margin-bottom: 36px;
}

.cbg-legal-section h2 {
  font-family: var(--f-serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--warm);
  letter-spacing: -.01em;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}

.cbg-legal-section p {
  font-size: 13px;
  color: var(--body);
  line-height: 1.75;
  font-weight: 300;
  margin: 0 0 12px;
}

.cbg-legal-section p:last-child {
  margin-bottom: 0;
}

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

.cbg-legal-section a:hover {
  color: var(--gold2);
}

.cbg-legal-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.cbg-legal-list li {
  font-size: 13px;
  color: var(--body);
  line-height: 1.7;
  font-weight: 300;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}

.cbg-legal-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 1px;
  background: var(--gold);
}

.cbg-legal-list strong {
  color: var(--sand);
  font-weight: 500;
}

.cbg-legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 16px;
  font-size: 12px;
}

.cbg-legal-table th {
  text-align: left;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  padding: 8px 12px;
  border-bottom: 1px solid var(--rule);
  background: var(--surface);
}

.cbg-legal-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--rule);
  color: var(--body);
  font-weight: 300;
  line-height: 1.5;
  vertical-align: top;
}

.cbg-legal-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .cbg-legal-content {
    padding: 40px var(--pad-x) 60px;
  }

  .cbg-legal-table {
    font-size: 11px;
  }

  .cbg-legal-table th,
  .cbg-legal-table td {
    padding: 8px;
  }
}
