/* =====================================================
   Pages légales – Waitis Studio (harmonie thème clair)
   ===================================================== */

/* Layout */
.legal-page {
  padding: 80px 0 60px;
  /* On laisse le fond du site (clair) défini dans index.css */
  background: transparent;
}

.legal-page .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Titles */
.legal-page h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.legal-page em {
  color: var(--text-secondary);
  display: inline-block;
  margin-bottom: 24px;
}

.legal-page h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 28px 0 12px;
  color: var(--text-primary);
}

/* Sections */
.legal-page section {
  background: var(--card-bg);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 22px 24px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-card);
}

.legal-page p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Lists */
.legal-list {
  list-style: disc outside;
  padding-left: 26px;
  margin: 10px 0 0;
}

.legal-list li {
  color: var(--text-secondary);
  padding: 8px 0;
  border-bottom: 1px dashed var(--border-color);
}

.legal-list li:last-child {
  border-bottom: none;
}

.legal-list a {
  color: var(--primary-color);
  text-decoration: none;
}

.legal-list a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-page h1 {
    font-size: 28px;
  }
  .legal-page h2 {
    font-size: 20px;
  }
}

/* Espacement des puces dans toutes les listes des pages légales */
.legal-page ul {
  list-style: disc outside;
  padding-left: 26px;
}
