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

.terms-section {
  color: var(--text-primary);
  line-height: 1.8;
}

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

.terms-section h2 {
  color: var(--text-primary);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.75rem;
}

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

.terms-section h4 {
  color: var(--text-primary);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1.15rem;
}

.terms-section p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.terms-section ul,
.terms-section ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  color: var(--text-secondary);
}

.terms-section li {
  margin-bottom: 0.75rem;
}

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

.update-date {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  display: block;
}

.terms-intro {
  background: var(--dark-card);
  padding: 2rem;
  border-radius: var(--border-radius);
  border-left: 4px solid var(--primary);
  margin-bottom: 3rem;
}

.section-number {
  color: var(--primary);
  font-weight: 700;
}