/* Single Footer Premium V3.9 */
.brand img{
  width:300px;
  max-height:70px;
  object-fit:contain;
}
.footer-logo{
  width:250px;
  max-width:100%;
  filter:none !important;
  background:rgba(255,255,255,.96);
  border-radius:16px;
  padding:8px 10px;
  box-shadow:0 10px 22px rgba(0,0,0,.10);
}
.site-footer{
  padding:128px 0 14px !important;
}
.footer-grid{
  gap:24px !important;
  align-items:start;
}
.footer-grid p{margin-bottom:10px}
.footer-bottom{
  margin-top:20px !important;
  padding-top:12px !important;
}
@media (max-width:980px){
  .site-footer{padding:110px 0 14px !important}
}
@media (max-width:640px){
  .brand img{width:235px;max-height:60px}
  .footer-logo{width:225px;padding:6px 8px;border-radius:14px}
  .site-footer{padding:96px 0 12px !important}
}
