/* ── FOOTER ── */
.mob-footer{background:#0B2A4A;padding:28px 24px 28px;text-align:center}
.mob-footer-logo{display:flex;justify-content:center;margin-bottom:24px}
.mob-footer-logo img{width:360px;height:106px;object-fit:contain}
.mob-footer-h{
  font-family:'Cochin',Georgia,serif;
  font-size:25px;line-height:29px;font-weight:bold;
  color:#D3B481;margin-bottom:18px;
}
.mob-footer-item{
  display:flex;align-items:center;justify-content:center;
  gap:10px;font-size:17px;color:#fff;
  margin-bottom:14px;
  text-decoration:underline;text-underline-offset:2px;
}
.mob-footer-item img{
  width:24px;height:24px;flex-shrink:0;
  filter:brightness(0) invert(1);
}
.mob-footer-social{
  display:flex;justify-content:center;gap:22px;margin-top:14px;margin-bottom:14px;
}
.mob-footer-mhte{font-size:17px;color:#fff;margin-bottom:32px;}
.mob-footer-social img{
  width:26px;height:26px;
  filter:brightness(0) saturate(100%) invert(74%) sepia(27%) saturate(500%) hue-rotate(10deg) brightness(95%) contrast(90%);
}
.mob-footer-bottom{background:#082441;margin:0 -24px -28px;padding:24px 24px 28px}
.mob-footer-lang{
  display:flex;align-items:center;justify-content:center;
  gap:8px;font-size:14px;color:#fff;
  margin-bottom:14px;
}
.mob-footer-lang img{width:28px;height:28px;filter:brightness(0) saturate(100%) invert(74%) sepia(27%) saturate(500%) hue-rotate(10deg) brightness(95%) contrast(90%)}
.mob-footer-lang a{color:#fff}
.mob-footer-lang a.active{color:#D3B481}
.mob-footer-terms{font-size:14px;color:#fff;margin-bottom:8px}
.mob-footer-terms a{color:#fff;text-decoration:underline}
.mob-footer-copy{font-size:14px;color:#fff}
