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

.terms-content h1 {
  color: var(--text-primary);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

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

.terms-content h3 {
  color: var(--text-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.terms-content p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.terms-content ul,
.terms-content ol {
  color: var(--text-secondary);
  line-height: 1.8;
  padding-left: 1.5rem;
}

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

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

.last-updated {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 2rem;
}

.important-notice {
  border-left: 3px solid var(--accent);
  padding-left: 1rem;
  margin: 1.5rem 0;
}

.important-notice p {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

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