.bg-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: var(--text-primary) !important;
}

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

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

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

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

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

.terms-section h4 {
  color: var(--text-secondary);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.1rem;
}

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

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

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

.last-updated {
  color: var(--text-secondary);
  font-style: italic;
  margin-bottom: 2rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--primary-electric);
}

.important-notice {
  padding: 1.5rem;
  background: rgba(255, 107, 107, 0.1);
  border-left: 4px solid var(--accent-coral);
  margin: 2rem 0;
}

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

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