/* Styles spécifiques aux pages légales */

.legal-content {
  max-width: 760px;
  width: 93%;
  margin-top: 22px;
  padding: 30px 34px;
  background: var(--glass);
  border: 1.5px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  animation: fadeUp 0.8s ease;
}

.legal-content h2 {
  color: var(--blue-dark);
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.4em 0 0.5em;
  text-align: left;
}

.legal-content h2:first-child { margin-top: 0; }

.legal-content p { margin-bottom: 1em; }

.legal-content ul { margin: 0 0 1.2em 1.4em; font-weight: 600; line-height: 1.6; }

.legal-content .updated {
  font-size: 0.8rem;
  color: rgba(0,50,80,0.55);
  font-weight: 600;
  margin-bottom: 1.4em;
}

@media (max-width: 600px) {
  .legal-content { padding: 22px 18px; }
}
