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

.privacy-section {
  margin-bottom: 3rem;
}

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

.privacy-section h3 {
  color: var(--text-primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

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

.privacy-section ul,
.privacy-section ol {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.privacy-section ul li,
.privacy-section ol li {
  margin-bottom: 0.5rem;
}

.effective-date {
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 2rem;
}

.contact-info {
  background: var(--dark-card);
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
}

.contact-info p {
  margin-bottom: 0.5rem;
}

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