body { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; background-color: #f5f5dc; color: #1a1a1a; } .bg-light-olive { background-color: #f5f5dc; } .bg-dark { background-color: #1a1a1a; } .text-dark { color: #1a1a1a; } .text-light { color: #f5f5dc; } .btn-primary { background-color: #d4af37; border-color: #d4af37; color: #1a1a1a; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #c5a028; border-color: #c5a028; color: #1a1a1a; } .btn-outline-light { border-color: #f5f5dc; color: #f5f5dc; } .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active { background-color: #f5f5dc; color: #1a1a1a; } .navbar-brand { font-weight: bold; font-size: 1.5rem; } .hero-section { padding: 4rem 0; background-color: #f5f5dc; } .section-alt { background-color: #f5f5dc; } .card { border: none; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .card:hover { box-shadow: 0 4px 8px rgba(0,0,0,0.15); } .accordion-button { background-color: #f5f5dc; color: #1a1a1a; } .accordion-button:not(.collapsed) { background-color: #d4af37; color: #1a1a1a; } .accordion-button:focus { box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25); } .timeline-item { border-left: 3px solid #d4af37; padding-left: 1rem; margin-bottom: 1rem; } .testimonial-card { background-color: #f5f5dc; border: 1px solid #d4af37; } .footer a:hover { color: #d4af37 !important; } .navbar-nav .nav-link:hover { color: #d4af37 !important; } .btn-primary:hover { color: #1a1a1a !important; } .btn-outline-light:hover { color: #1a1a1a !important; }
.card img,
.bg-light img,
.container img {
  display: block;
  width: 100%;
  height: auto;
}

.accordion-button{
  color: #1a1a1a !important;
}
/* Font safety overrides */
:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
input,
textarea,
select {
  font-family: var(--font-sans);
}

/* Contrast safety overrides (auto-generated) */
.bg-dark, .bg-dark *, [class*="bg-dark"] * { color: #f8f9fa; }
.bg-light, .bg-light *, [class*="bg-light"] * { color: #212529; }
.text-white { color: #ffffff !important; }
.text-dark { color: #212529 !important; }
section[class*="dark"] h1, section[class*="dark"] h2, section[class*="dark"] h3,
section[class*="dark"] h4, section[class*="dark"] h5, section[class*="dark"] h6,
section[class*="dark"] p, section[class*="dark"] li, section[class*="dark"] span,
section[class*="dark"] a:not(.btn) { color: #f0f0f0; }
.card { color: #212529; }
.card p, .card h1, .card h2, .card h3, .card h4, .card h5, .card h6,
.card li, .card span { color: inherit; }
/* WP Generator feature helpers */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #0ea5e9, #22c55e);
  z-index: 9999;
  transition: width 120ms ease-out;
}
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 200ms ease, transform 200ms ease;
  z-index: 9998;
}
.scroll-top.is-visible {
  opacity: 0.95;
  transform: translateY(0);
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

