/* ================================
   PAGE MENTIONS LÉGALES – CORTALES
   ================================ */

.legal-page {
  background: #f8f8f8;
  color: #111;
  font-family: "Inter", sans-serif;
}

/* HERO */
.legal-hero {
  padding: 80px 0 60px;
  background: #111;
  color: #fff;
  text-align: center;
}

.legal-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

.legal-hero p {
  font-size: 18px;
  opacity: 0.85;
}

/* SECTIONS */
.legal-section {
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.legal-section:last-child {
  border-bottom: none;
}

.legal-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
  position: relative;
}

.legal-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #d4a84e; /* doré Cortales */
  margin-top: 8px;
}

.legal-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .legal-hero {
    padding: 60px 20px;
  }

  .legal-hero h1 {
    font-size: 32px;
  }

  .legal-section {
    padding: 40px 20px;
  }
}
