/* ===== MAUS universal footer ===== */
.maus-footer{
  margin-top:40px;
  padding:24px 16px;
  background:#0f2f66;
}
.maus-footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.maus-socials{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;}
.maus-social{
  width:40px;height:40px;border-radius:10px;
  background:rgba(255,255,255,.15);
  display:flex;align-items:center;justify-content:center;
  position:relative;
  text-decoration:none;
}
.maus-social svg{width:22px;height:22px;fill:#fff;}
.maus-social:hover{background:#1d4999;}
.maus-counter{
  position:absolute;top:-6px;right:-6px;
  background:#1d4999;color:#fff;
  font-size:11px;font-weight:800;
  padding:2px 6px;border-radius:999px;
  pointer-events:none;
}
.maus-footer-title{color:#fff;font-weight:700;text-align:center;}
