/* Toga Safety — Footer PUTIH untuk halaman berlatar putih.
   Disertakan hanya pada halaman yang body-nya putih/terang, agar
   footer menyatu (tidak lagi navy). Teks otomatis jadi gelap.
   Versi: 20260703 */
footer{
  background:#ffffff !important;
  color:#5b6478 !important;
  border-top:1px solid #eef1f7 !important;
}
footer .footer-top{ border-bottom:1px solid #eef1f7 !important; }
footer .footer-brand .logo-box{ background:#14203f !important; }
footer .footer-brand .logo-text .name,
footer .footer-brand .name{ color:#14203f !important; }
footer .footer-desc{ color:#5b6478 !important; }
footer .footer-social .social-btn{ background:#f1f4fb !important; color:#5b6478 !important; border-color:#e6eaf3 !important; }
footer .footer-social .social-btn:hover{ background:#c0392b !important; color:#fff !important; }
footer .footer-col h4{ color:#14203f !important; }
footer .footer-links a{ color:#5b6478 !important; }
footer .footer-links a:hover{ color:#14203f !important; }
footer .contact-item{ color:#5b6478 !important; }
footer .contact-item a{ color:#5b6478 !important; }
footer .contact-item a:hover{ color:#14203f !important; }
footer .footer-mini-links a{ color:#5b6478 !important; }
footer .footer-mini-links a:hover{ color:#14203f !important; }
footer .footer-bottom{ border-top:1px solid #eef1f7 !important; }
footer .footer-bottom-inner{ color:#8a94ad !important; }
footer .footer-legal a{ color:#8a94ad !important; }
footer .footer-legal a:hover{ color:#14203f !important; }
/* Bila ada elemen gelombang/aksen gelap di footer, netralkan */
footer .footer-wave, footer::before, footer::after{ opacity:1; }
