body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #FFFFFF; color: #1F2937; line-height: 1.6; } h1, h2, h3, h4, h5, h6 { color: #1F2937; font-weight: 700; margin-bottom: 1rem; } p { margin-bottom: 1rem; color: #1F2937; } a { color: #2563EB; text-decoration: none; transition: color 0.2s; } a:hover { color: #1E40AF; } .text-primary { color: #2563EB !important; } .text-accent { color: #1E40AF !important; } .bg-primary { background-color: #2563EB !important; } .bg-accent { background-color: #1E40AF !important; } .btn-primary { background-color: #2563EB; border-color: #2563EB; color: #FFFFFF; } .btn-primary:hover, .btn-primary:focus { background-color: #1E40AF; border-color: #1E40AF; color: #FFFFFF; } .btn-primary:disabled { background-color: #2563EB; border-color: #2563EB; opacity: 0.65; color: #FFFFFF; } .btn-outline-primary { border-color: #2563EB; color: #2563EB; } .btn-outline-primary:hover { background-color: #2563EB; border-color: #2563EB; color: #FFFFFF; } .btn-outline-primary:focus { box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.25); } .btn-outline-light { border-color: #FFFFFF; color: #FFFFFF; } .btn-outline-light:hover { background-color: #FFFFFF; border-color: #FFFFFF; color: #1F2937; } .hero-section { background-color: #FFFFFF; padding: 4rem 0; } .hero-section.bg-primary { background-color: #2563EB; color: #FFFFFF; } .hero-section.bg-primary h1, .hero-section.bg-primary h2, .hero-section.bg-primary h3, .hero-section.bg-primary p, .hero-section.bg-primary li { color: #FFFFFF; } .hero-section.bg-primary .btn-outline-light { color: #FFFFFF; border-color: #FFFFFF; } .hero-section.bg-primary .btn-outline-light:hover { color: #2563EB; background-color: #FFFFFF; border-color: #FFFFFF; } .section-alt { background-color: #F9FAFB; padding: 4rem 0; } .card { border: 1px solid #E5E7EB; border-radius: 0.5rem; transition: transform 0.2s ease, box-shadow 0.2s ease; } .card:hover { transform: translateY(-4px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); } .card-body { padding: 1.5rem; } .card-title { font-weight: 600; font-size: 1.25rem; margin-bottom: 0.5rem; } .form-control { border-color: #D1D5DB; padding: 0.75rem; } .form-control:focus { border-color: #2563EB; box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.25); } .accordion-button:not(.collapsed) { background-color: #EFF6FF; color: #1F2937; } .accordion-button:focus { box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.25); } .accordion-item { border-color: #E5E7EB; } .accordion-body { color: #1F2937; } .bg-dark-brown { background-color: #1F2937; color: #FFFFFF; } .bg-dark-brown h1, .bg-dark-brown h2, .bg-dark-brown h3, .bg-dark-brown p, .bg-dark-brown li { color: #FFFFFF; } .bg-dark-brown .btn-outline-light { color: #FFFFFF; border-color: #FFFFFF; } .bg-dark-brown .btn-outline-light:hover { color: #1F2937; background-color: #FFFFFF; border-color: #FFFFFF; } .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background-color: #1F2937; color: #FFFFFF; padding: 1rem; z-index: 1050; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 2px solid #2563EB; } .cookie-banner p { margin: 0; color: #FFFFFF; } .cookie-banner .btn { white-space: nowrap; } .fade-in { animation: fadeIn 0.6s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .u-unique-shape { border-radius: 50%; width: 100%; max-width: 300px; height: 300px; background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%); margin: 0 auto; opacity: 0.1; }
.card img,
.bg-light img,
.container img {
  display: block;
  width: 100%;
  height: auto;
}
/* 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);
}
/* 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);
}

