/* =========================================================
   VERSI 10 - FOOTER CLEAN FIX
   Hanya footer yang biru. Area atas/body HP tetap putih.
   ========================================================= */

html,
body{
  background-color:#ffffff !important;
}

.footer-clean-v10{
  background:linear-gradient(120deg, #061b44 0%, #0b2f6f 54%, #2563eb 100%) !important;
  color:#ffffff !important;
  padding:42px 0 18px !important;
  margin-top:0 !important;
}

.footer-clean-v10 *{
  box-sizing:border-box;
}

.footer-clean-grid-v10{
  display:grid !important;
  grid-template-columns:1fr 1.35fr !important;
  gap:70px !important;
  align-items:start !important;
}

.footer-clean-v10 h4{
  color:#ffffff !important;
  margin:0 0 16px !important;
  font-size:18px !important;
  font-weight:800 !important;
}

.footer-clean-v10 p{
  color:rgba(255,255,255,.88) !important;
  margin:0 0 10px !important;
  line-height:1.7 !important;
}

.footer-clean-v10 a{
  color:rgba(255,255,255,.88) !important;
  text-decoration:none !important;
}

.footer-clean-v10 a:hover{
  color:#ffffff !important;
  text-decoration:underline !important;
}

.footer-clean-v10 .copyright{
  margin-top:26px !important;
  padding-top:16px !important;
  border-top:1px solid rgba(255,255,255,.18) !important;
  color:rgba(255,255,255,.70) !important;
  text-align:center !important;
  font-size:14px !important;
}

/* Pastikan bagian lama tidak muncul jika cache CSS lama masih terbaca */
.footer-clean-v10 .footer-logo,
.footer-clean-v10 .footer-brand,
.footer-clean-v10 .footer-brand-text,
.footer-clean-v10 .footer-info{
  display:none !important;
}

@media (max-width:900px){
  html,
  body{
    background-color:#ffffff !important;
  }

  .footer-clean-v10{
    padding:34px 0 18px !important;
  }

  .footer-clean-grid-v10{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }

  .footer-clean-v10 .copyright{
    text-align:left !important;
  }
}
