/* ============================================================ */
/* PAGES LÉGALES (juridique, confidentialité, conditions, éthique) */
/* ============================================================ */

.legal-hero {
  position: relative;
  width: 100%;
  background: #070707;
  padding-bottom: 40px;
  overflow: hidden;
}

.legal-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
}

.legal-title {
  font-family: 'Azeret Mono', monospace;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin-top: 44px;
  padding: 0 24px;
}

/* Contenu */
.legal-main {
  background: #ffffff;
}

.legal-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  color: #131415;
}

.legal-updated {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #777777;
  margin-bottom: 40px;
}

.legal-intro {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 40px;
}

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

.legal-content h2 {
  font-family: 'Azeret Mono', monospace;
  font-size: 22px;
  font-weight: 700;
  color: #131415;
  margin-bottom: 14px;
  border-left: 4px solid #f83f42;
  padding-left: 14px;
}

.legal-content h3 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #131415;
  margin: 20px 0 8px;
}

.legal-content p,
.legal-content li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.legal-content p { margin-bottom: 12px; }

.legal-content ul {
  padding-left: 22px;
  margin: 10px 0 14px;
}

.legal-content li { margin-bottom: 6px; }

.legal-content a {
  color: #1f8fc0;
  text-decoration: underline;
}

.legal-content a:hover { opacity: 0.8; }

/* Champs à compléter — surlignés pour les repérer facilement */
.todo {
  background: #fff3f3;
  border: 1px dashed #f83f42;
  border-radius: 4px;
  padding: 1px 6px;
  color: #c0392b;
  font-size: 0.92em;
  font-weight: 600;
  white-space: nowrap;
}

/* Encart d'avertissement (ex. relecture juridique) */
.legal-note {
  background: #f5f7fa;
  border-left: 4px solid #40b0e5;
  border-radius: 4px;
  padding: 16px 18px;
  margin-bottom: 40px;
  font-size: 15px;
  color: #444444;
}

@media (max-width: 600px) {
  .legal-title { font-size: 28px; margin-top: 32px; }
  .legal-content { padding: 44px 20px 60px; }
  .legal-content h2 { font-size: 19px; }
}
