/* ===== LEGAL PAGES ===== */
.legal-page {
  padding: 120px 24px 80px;
  background: #fff;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}

.legal-content h1 {
  font-family: 'Montserrat', 'Oswald', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #F26522;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.legal-content h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2C1A00;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 8px;
}

.legal-content p, .legal-content ul {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.legal-content ul {
  list-style-type: disc;
  padding-left: 25px;
}

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

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

.legal-updated {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 40px;
}
