/* =========================================================
   PFIN Brand Theme Overrides
   Deep Red #7B0000 | Gold #D4AF37 | White #FFFFFF
   Load this AFTER main.css
   ========================================================= */
:root {
  --body: #FFFBF5;          /* soft cream background */
  --black: #1a0303;
  --white: #fff;
  --theme: #D4AF37;         /* gold accent - buttons, highlights */
  --header: #7B0000;        /* deep red - dark sections, headings */
  --text: #2a1414;          /* body copy */
  --border: #F1E4D2;
  --bg: #7B0000;
  --box-shadow: 0px 1px 14px 0px rgba(123, 0, 0, 0.15);
}

a, .theme-btn, .grt-hero-shape, .split-title span {
  transition: all .3s ease;
}

/* Gold buttons should keep dark, readable text */
.theme-btn {
  color: #2a1414 !important;
}
.theme-btn:hover {
  color: #fff !important;
}

/* Deep red header background elements */
.header-bg, .grt-donation-section, .grt-footer-section, .grt-cta-banner-section {
  background-color: #7B0000 !important;
}

/* PFIN badge / scripture callouts */
.pfin-scripture {
  border-left: 4px solid #D4AF37;
  padding: 18px 24px;
  background: #FFF8E7;
  border-radius: 6px;
  font-style: italic;
  color: #4a1414;
}

.pfin-scripture cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  color: #7B0000;
}

/* Program card accent */
.grt-causes-card .icon,
.program-icon {
  color: #D4AF37;
}

/* Stat numbers gold */
.counter-number, .grt-counter-title {
  color: #D4AF37 !important;
}
