/* Legal Pages (Terms, Privacy) Styles */

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 24px;
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.8;
  color: #212B36;
}

.legal-page h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #212B36;
  text-align: center;
}

.legal-page h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #212B36;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 5px;
}

.legal-page h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #212B36;
}

.legal-page p {
  margin-bottom: 16px;
  font-size: 16px;
}

.legal-page p.text-center {
  text-align: center;
}

.legal-page p em {
  font-style: italic;
}

.legal-page ul,
.legal-page ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

.legal-page li {
  margin-bottom: 8px;
  font-size: 16px;
}

.legal-page strong {
  font-weight: 600;
}

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

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

@media (max-width: 640px) {
  .legal-page {
    padding: 48px 16px;
  }

  .legal-page h1 {
    font-size: 28px;
  }

  .legal-page h2 {
    font-size: 20px;
  }

  .legal-page h3 {
    font-size: 16px;
  }
}
