.mm-footer-cols{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:32px;padding:40px 0;border-bottom:1px solid var(--mm-border);}
.mm-footer-brand img{height:40px;width:auto;max-width:180px;object-fit:contain;display:block;margin-bottom:10px;}
.mm-footer-brand p{color:var(--mm-muted);font-size:13px;line-height:1.6;max-width:280px;}
.mm-footer-col h4{font-family:var(--mm-font-head);font-size:15px;margin:0 0 14px;}
.mm-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px;}
.mm-footer-col a{color:var(--mm-black);text-decoration:none;font-size:13px;}
.mm-footer-col a:hover{color:var(--mm-accent);}
.mm-footer-social{display:flex;gap:12px;margin-top:6px;}
.mm-footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid var(--mm-border);display:flex;align-items:center;justify-content:center;color:var(--mm-black);}
.mm-footer-social svg{width:16px;height:16px;}
@media(max-width:900px){.mm-footer-cols{grid-template-columns:1fr 1fr;}}
