.bg-light {
  background-color: var(--dark-lighter) !important;
  color: var(--text-primary) !important;
}

.terms-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
}

.terms-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}

.terms-content p {
  line-height: 1.8;
  color: var(--text-muted);
}

.terms-content ul,
.terms-content ol {
  line-height: 1.8;
  color: var(--text-muted);
}

.terms-content ul li,
.terms-content ol li {
  margin-bottom: 0.5rem;
}

.terms-content strong {
  color: var(--text-primary);
}

.last-updated {
  font-style: italic;
  color: var(--text-muted);
  font-size: 0.95rem;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.8rem) !important;
}

h2 {
  font-size: clamp(1.75rem, 3.5vw, 3rem) !important;
}

@media (max-width: 767px) {
  section.container {
    padding-top: 14rem !important;
  }
}