/* ===== SPARK FOOTER — Tailwind Override ===== */

/* الفوتر الرئيسي */
footer.bg-white {
  background: #080808 !important;
  border-top: 1px solid rgba(200,16,46,0.3) !important;
  position: relative !important;
}

/* glow line أعلى الفوتر */
footer.bg-white::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, #c8102e, transparent) !important;
  pointer-events: none !important;
}

/* كل النصوص */
footer.bg-white h1,
footer.bg-white h2,
footer.bg-white h3,
footer.bg-white h4,
footer.bg-white p,
footer.bg-white span,
footer.bg-white li {
  color: rgba(255,255,255,0.7) !important;
  font-family: 'Cairo', sans-serif !important;
}

/* العناوين أبيض كامل */
footer.bg-white h3 {
  color: #ffffff !important;
  font-weight: 900 !important;
}

/* الـ links */
footer.bg-white a {
  color: rgba(255,255,255,0.55) !important;
  transition: color 0.2s ease !important;
}

footer.bg-white a:hover {
  color: #c8102e !important;
}

/* الـ borders */
footer.bg-white .border-t,
footer.bg-white [class*="border"] {
  border-color: rgba(200,16,46,0.2) !important;
}

/* الـ SVG icons */
footer.bg-white svg {
  color: rgba(255,255,255,0.5) !important;
  stroke: rgba(255,255,255,0.5) !important;
  transition: all 0.2s ease !important;
}

footer.bg-white svg:hover {
  color: #c8102e !important;
  stroke: #c8102e !important;
}

/* disclosure buttons (الأقسام، الصفحات) */
footer.bg-white button {
  background: transparent !important;
  color: #ffffff !important;
}