/* ── ELOHIM FOOTER ENHANCED STYLES (override) ── */

/* Top accent bar via border */
.site-footer {
  background: linear-gradient(180deg, #0d1b35 0%, #091428 100%) !important;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, transparent 0%, #8b1a1a 20%, #c9952a 50%, #8b1a1a 80%, transparent 100%) 1;
  padding-top: 60px !important;
}
.site-footer::before {
  font-size: 26rem !important;
  color: rgba(201,149,42,.03) !important;
  right: -20px !important;
  bottom: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Brand */
.footer-brand .f-logo { height: 64px !important; filter: drop-shadow(0 2px 12px rgba(201,149,42,.32)) !important; }
.footer-brand h3 { font-size: 1.05rem !important; letter-spacing: .06em !important; }
.footer-brand p { color: rgba(255,255,255,.55) !important; font-size: .82rem !important; }
.footer-brand-reg {
  font-size: .72rem; color: rgba(201,149,42,.65); font-family: 'Cinzel', serif;
  letter-spacing: .07em; padding: 6px 0; margin: 4px 0 22px;
  border-top: 1px solid rgba(201,149,42,.15); border-bottom: 1px solid rgba(201,149,42,.15);
  display: block;
}

/* Social */
.footer-social-label {
  font-family: 'Cinzel', serif; font-size: .63rem; letter-spacing: .18em;
  color: rgba(255,255,255,.32); text-transform: uppercase; margin-bottom: 11px; display: block;
}
.footer-social a {
  border-radius: 10px !important;
  border: 1px solid rgba(201,149,42,.28) !important;
  background: rgba(255,255,255,.04) !important;
  color: rgba(255,255,255,.55) !important;
  width: 38px !important; height: 38px !important;
  transition: all .25s ease !important;
}
.footer-social a:hover {
  background: var(--gold) !important;
  color: var(--navy) !important;
  border-color: var(--gold) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(201,149,42,.38) !important;
}

/* Section headings */
.footer-heading {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: #fff !important;
  font-size: .77rem !important;
  letter-spacing: .2em !important;
  padding-bottom: 14px !important;
  margin-bottom: 22px !important;
}
.footer-heading::after {
  width: 100% !important;
  background: linear-gradient(90deg, rgba(201,149,42,.5), transparent) !important;
}
.footer-heading i { color: var(--gold); font-size: .78rem; }

/* Quick links */
.footer-links li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.05) !important;
}
.footer-links li:last-child { border-bottom: none !important; }
.footer-links a {
  padding: 8px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: .83rem !important;
  color: rgba(255,255,255,.55) !important;
  transition: all .2s !important;
}
.footer-links a::before { display: none !important; }
.footer-links a::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: .58rem;
  color: rgba(201,149,42,.3);
  transition: all .2s;
}
.footer-links a:hover { color: var(--gold) !important; padding-left: 6px !important; }
.footer-links a:hover::after { color: var(--gold); }

/* Scripture */
.footer-scripture .verse-block {
  background: linear-gradient(135deg, rgba(201,149,42,.08), rgba(201,149,42,.02)) !important;
  border-left: 3px solid var(--gold) !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 16px 18px !important;
  margin-bottom: 14px !important;
  position: relative;
}
.footer-scripture .verse-block::before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  font-size: .58rem;
  color: rgba(201,149,42,.35);
  position: absolute;
  top: 10px; right: 12px;
}
.footer-scripture .verse-block p { color: rgba(255,255,255,.72) !important; font-size: .85rem !important; }

/* Contact items */
.footer-contact-item {
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  padding-bottom: 14px !important;
  margin-bottom: 14px !important;
}
.footer-contact-item:last-child { border-bottom: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
.footer-contact-item .fc-icon {
  border-radius: 10px !important;
  background: linear-gradient(135deg, rgba(201,149,42,.15), rgba(201,149,42,.05)) !important;
  border: 1px solid rgba(201,149,42,.28) !important;
  width: 36px !important; height: 36px !important;
}
.fc-label {
  font-family: 'Cinzel', serif;
  font-size: .63rem;
  letter-spacing: .12em;
  color: rgba(201,149,42,.7);
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}

/* Divider */
.footer-divider {
  background: linear-gradient(90deg, transparent, rgba(201,149,42,.25) 30%, rgba(201,149,42,.25) 70%, transparent) !important;
}

/* Bottom bar */
.footer-bottom { background: rgba(0,0,0,.3) !important; padding: 18px 0 !important; }
.footer-bottom p { color: rgba(255,255,255,.38) !important; font-size: .76rem !important; }
.footer-bottom .fb-right a { color: rgba(255,255,255,.32) !important; font-size: .71rem !important; }
