.section-header {
  text-align: center;
  margin-bottom: var(--spacing-12);
}

.section-header h2 {
  margin-bottom: var(--spacing-4);
  font-size: var(--font-size-5xl);
}

.section-header p {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-lg);
  font-size: var(--font-size-xl);
  color: var(--color-gray-600);
  /* max-width: 600px; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacing-8);
}

@media (max-width: 480px) {
  .section-header h2 {
    font-size: var(--font-size-3xl);
  }

  .section-header p {
    font-size: var(--font-size-base);
  }
}

/* Beta Banner */
.beta-banner {
  background-color: #f0fdf4;
  border-bottom: 1px solid #bbf7d0;
  text-align: center;
  padding: 10px 0;
}

.beta-banner p {
  margin: 0;
  font-size: 14px;
  color: #166534;
}

.beta-banner a {
  color: #15803d;
  font-weight: 600;
  text-decoration: underline;
}

.beta-banner a:hover {
  color: #166534;
}

/* Beta Badge in Nav */
.beta-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #dbeafe;
  color: #1e40af;
  vertical-align: middle;
  margin-left: 8px;
}

/* Legal page content heading spacing */
.legal-content h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.legal-content h3 {
  margin-top: 28px;
  margin-bottom: 12px;
}

.legal-content h2:first-child {
  margin-top: 0;
}
