landing-footer { display:block; }
.landing-footer { border-top:1px solid #e4eaf2; padding:28px 0; color:#708097; font-size:13px; background:#fff; }
.landing-footer__inner { width:min(100% - 40px,1180px); margin-inline:auto; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.landing-footer__brand { display:flex; align-items:center; gap:10px; color:#172033; font-weight:800; text-decoration:none; }
.landing-footer__brand img { width:44px; height:44px; object-fit:contain; }
.landing-footer__links { display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; }
.landing-footer__links a { color:inherit; text-decoration:none; }
.landing-footer__links a:hover { color:#2563eb; }
.landing-footer__socials { order:5; flex:0 0 100%; display:flex; align-items:center; justify-content:center; gap:16px; padding-top:18px; border-top:1px solid #edf1f6; }
.landing-footer__socials span { color:#4b5d76; font-weight:700; }
.landing-footer__socials a { color:#2563eb; text-decoration:none; font-weight:700; }
.landing-footer__socials a:hover { color:#1d4ed8; }
.landing-footer__enamad { display:block; flex:0 0 auto; line-height:0; }
.landing-footer__enamad img { display:block; max-width:90px; height:auto; cursor:pointer; }
.landing-footer__copyright { text-align:center; }
@media(max-width:700px) {
  .landing-footer__inner { width:min(100% - 26px,1180px); flex-direction:column; text-align:center; }
  .landing-footer__links { gap:12px; }
  .landing-footer__socials { gap:12px; flex-wrap:wrap; }
}
