/* ===================== LEGAL PAGES ===================== */
.legal {
  padding: 140px 80px 80px;
  min-height: 100vh;
}
.legal__container {
  max-width: 800px;
  margin: 0 auto;
}
.legal__title {
  font-family: 'Voltaire', sans-serif;
  font-size: 64px;
  letter-spacing: 4px;
  line-height: 1.1;
  color: #fff;
}
.legal__subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  margin-top: 8px;
}
.legal__date {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  margin-top: 16px;
  margin-bottom: 48px;
}
.legal__section {
  margin-bottom: 36px;
}
.legal__section h2 {
  font-family: 'Voltaire', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 12px;
}
.legal__section h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 16px 0 8px;
}
.legal__section p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
}
.legal__section ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.legal__section li {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  list-style: disc;
  margin-bottom: 4px;
}
.legal__section a {
  color: #f33;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal__section a:hover {
  color: #ff6655;
}
.legal__section strong {
  color: #fff;
}

/* Footer override for legal pages */
.footer--legal {
  padding-top: 40px;
}
.footer--legal .footer__bottom {
  padding-top: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .legal {
    padding: 120px 24px 60px;
  }
  .legal__title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .legal__title {
    font-size: 28px;
  }
  .legal__section h2 {
    font-size: 20px;
  }
}
