.bg-light {
  background-color: rgba(255, 255, 255, 0.03) !important;
  color: var(--text-primary) !important;
  border: 1px solid var(--border-color);
}

.table {
  color: var(--text-primary);
  border-color: var(--border-color);
}

.table-dark {
  --bs-table-bg: var(--dark-card);
  --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
  --bs-table-border-color: var(--border-color);
}

.table thead {
  background: var(--dark-card);
  border-bottom: 2px solid var(--border-color);
}

.info-box {
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--primary);
  padding: 1.25rem;
  margin-bottom: 2rem;
}

h2 {
  color: var(--primary);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-color);
}

h3 {
  color: var(--text-primary);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

ul, ol {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

li {
  margin-bottom: 0.75rem;
}

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

.contact-section {
  background: rgba(255, 255, 255, 0.02);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

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

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

section.container h1:first-of-type {
  margin-top: 6rem !important;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  section.container h1:first-of-type {
    margin-top: 5rem !important;
  }
}