
/* ===== MisterETec Footer Styles ===== */
.m-footer{background:#f8f9fb;color:#222;border-top:1px solid #e6e6e6;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}

/* Grid layout */
.m-grid{
  max-width:1180px;margin:0 auto;padding:40px 20px;
  display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px;align-items:start
}
@media (max-width:1100px){.m-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.m-grid{grid-template-columns:1fr}}

/* About */
.m-logo{width:160px;height:auto;display:block;margin-bottom:10px}
.m-desc{max-width:60ch;font-size:14px;line-height:1.6;color:#555}

/* Headings */
.m-h{font-size:16px;margin:0 0 12px;font-weight:700;color:#111;letter-spacing:.2px}

/* Links */
.m-ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.m-ul a{color:#333;text-decoration:none;font-size:14px;line-height:1.5}
.m-ul a:hover{color:#1e88e5;text-decoration:underline}

/* Connect section */
.m-contactblock{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}
.m-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;line-height:1.5}
.m-row img{width:18px;height:18px;opacity:.9;flex-shrink:0}
.m-row a{color:#1e88e5;text-decoration:none}
.m-row a:hover{text-decoration:underline}

/* Social icons */
.m-social{display:flex;align-items:center;gap:10px;margin-top:6px}
.m-sq{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#eef4ff;border-radius:8px;transition:transform .2s}
.m-sq img{width:18px;height:18px}
.m-sq:hover{transform:scale(1.08)}

/* Bottom */
.m-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid #ddd;background:#f1f3f6;padding:12px 18px}
.m-copy{font-size:13px;color:#666}
.m-pay{display:flex;gap:8px;align-items:center}
.m-pay img{height:20px;width:auto;opacity:.9;vertical-align:middle}
.m-pay img:hover{opacity:1}
