/* ============================================
   O'SMASH BURGER — Pages légales
   ============================================ */

.page-legal {
  background-color: #0e0e0e;
  color: #f5f0e8;
}

.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}

.legal-page h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #c8102e;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 1px;
  margin: 0 0 2rem;
  line-height: 1.1;
}

.legal-page h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #c8102e;
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  letter-spacing: 0.5px;
  margin: 2.5rem 0 1rem;
  line-height: 1.2;
}

.legal-page p,
.legal-page li,
.legal-page address {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #f5f0e8;
  margin: 0 0 1rem;
  font-style: normal;
}

.legal-page ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal-page li {
  margin-bottom: 0.5rem;
}

.legal-page a {
  color: #ed1c24;
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}

.legal-page .legal-updated {
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 13px;
  color: #5f5e5a;
  line-height: 1.5;
}

/* Liens légaux footer (toutes pages) */
.footer-legal-links {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: #5f5e5a;
  font-family: Inter, sans-serif;
  line-height: 1.5;
}

.footer-legal-links a {
  color: #5f5e5a;
  text-decoration: none;
}

.footer-legal-links a:hover {
  color: #c8102e;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal-page {
    padding: 40px 20px 60px;
  }

  .legal-page h1 {
    font-size: 1.75rem;
  }

  .legal-page h2 {
    font-size: 1.15rem;
  }
}
