/* MP2T Mobile Footer Nav (HiTech Compact) */
.mp2t-mfn-bar { display:none; }
@media (max-width: 1200px) {
  .mp2t-mfn-bar { display:block !important; position: fixed; left:0; right:0; bottom:0; z-index: 2147483000;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; }
  .mp2t-mfn__tabs {
    display:grid; grid-template-columns:repeat(4,1fr); gap:6px;
    padding:8px 10px 6px;
    background:rgba(255,255,255,.95);
    border-top:1px solid rgba(0,0,0,.06);
    backdrop-filter:saturate(180%) blur(8px);
  }
  .mp2t-mfn__tabs .mi {
    text-decoration:none; display:flex; flex-direction:column; align-items:center; justify-content:center;
    gap:4px; padding:6px 4px; border-radius:10px; color:#1f2937; font-size:12px; font-weight:600;
  }
  .mp2t-mfn__tabs .mi .ic { width:22px; height:22px; display:inline-flex; }
  .mp2t-mfn__tabs .mi .ic svg { width:100%; height:100%; fill:currentColor; }

  .mp2t-mfn__cta {
    display:grid; grid-template-columns:repeat(3,1fr); gap:10px;
    padding:6px 10px calc(8px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,.98); border-top:1px solid rgba(0,0,0,.06);
  }
  .mp2t-mfn__cta .btn {
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:12px 10px; border-radius:12px; text-decoration:none; color:#fff; font-weight:700;
    box-shadow:0 6px 16px rgba(0,0,0,.12); text-align:center;
  }
  .mp2t-mfn__cta .btn .ic { width:18px; height:18px; }
  .btn--call { background:#12b886; }
  .btn--zalo { background:#2962ff; }
  .btn--quote { background:#0f172a; }

  @media (prefers-color-scheme: dark){
    .mp2t-mfn__tabs, .mp2t-mfn__cta { background:rgba(17,17,20,.9); border-top-color:rgba(255,255,255,.08); }
    .mp2t-mfn__tabs .mi { color:#e5e7eb; }
  }
}
