/* ==============================================
   Restaurant Charolais — Legal Pages Styles
   © 2026 Gradly Concept
   ============================================== */

.resto-legal-content {
  max-width: 900px;
  margin: 0 auto;
  background: #FFF;
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.resto-legal-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 800;
  color: #2C1810;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
}

.resto-legal-disclaimer {
  background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);
  color: #FFF;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 50px;
  line-height: 1.7;
  font-size: 0.9375rem;
  text-align: center;
}

.resto-legal-disclaimer strong {
  font-weight: 800;
  font-size: 1.0625rem;
}

.resto-legal-section {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E8D7C3;
}

.resto-legal-section:last-of-type {
  border-bottom: none;
}

.resto-legal-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #2C1810;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #D2691E;
}

.resto-legal-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #4A4038;
  margin: 30px 0 16px 0;
}

.resto-legal-section p {
  color: #6B5D52;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 0.9375rem;
}

.resto-legal-section strong {
  color: #2C1810;
  font-weight: 700;
}

.resto-legal-section a {
  color: #D2691E;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.resto-legal-section a:hover {
  color: #CD853F;
}

.resto-legal-section ul {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 16px;
}

.resto-legal-section ul li {
  color: #6B5D52;
  line-height: 1.8;
  margin-bottom: 8px;
  font-size: 0.9375rem;
}

.resto-legal-footer {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #E8D7C3;
}

.resto-legal-footer p {
  color: #9B8876;
  font-size: 0.875rem;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .resto-legal-content {
    padding: 40px 24px;
  }

  .resto-legal-title {
    font-size: 2.25rem;
  }

  .resto-legal-section h2 {
    font-size: 1.5rem;
  }

  .resto-legal-section h3 {
    font-size: 1.25rem;
  }
}
