/* Theme adaptation for light site */
.bg-dark {
  background-color: #f8f9fa !important;
  color: #212529 !important;
}

/* Clean document styling */
body {
  color: var(--text-primary);
  line-height: 1.8;
}

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

h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: var(--text-primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.5rem;
}

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

p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

ul, ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

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

.alert-info {
  background-color: rgba(var(--primary), 0.1);
  border-left: 4px solid var(--primary);
  padding: 1.25rem;
  margin-bottom: 2rem;
  border-radius: var(--border-radius);
}

.contact-box {
  background: var(--gradient-primary);
  padding: 2rem;
  border-radius: var(--border-radius);
  margin-top: 3rem;
  color: #FFFFFF;
}

.contact-box h3,
.contact-box p,
.contact-box strong {
  color: #FFFFFF !important;
  margin-bottom: 0.5rem;
}

.contact-box h3 {
  margin-top: 0;
}