

/* ===== V71: Nút Zalo tư vấn ===== */
.zalo-consult-btn{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9998;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:8px 14px 8px 8px;
  border:1px solid #e3e8ef;
  border-radius:999px;
  background:#fff;
  color:#111827;
  text-decoration:none;
  box-shadow:0 8px 28px rgba(15,23,42,.16);
  transition:transform .18s ease,box-shadow .18s ease;
}
.zalo-consult-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 32px rgba(15,23,42,.20);
}
.zalo-consult-icon{
  width:40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#0068ff;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.3px;
}
.zalo-consult-text{
  display:flex;
  flex-direction:column;
  line-height:1.15;
}
.zalo-consult-text strong{
  font-size:14px;
  font-weight:800;
}
.zalo-consult-text small{
  margin-top:3px;
  color:#667085;
  font-size:11px;
}
@media (max-width: 640px){
  .zalo-consult-btn{
    right:14px;
    bottom:18px;
    min-height:50px;
    padding:6px 12px 6px 6px;
    gap:8px;
  }
  .zalo-consult-icon{
    width:38px;
    height:38px;
  }
  .zalo-consult-text strong{font-size:13px}
  .zalo-consult-text small{font-size:10px}
}

/* Zalo floating contact - V73 */
.zalo-float{
  position:fixed;
  left:18px;
  bottom:22px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:9px;
  text-decoration:none;
  color:#0866c6;
  font:600 14px/1.2 Arial,Helvetica,sans-serif;
}
.zalo-float__icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  border-radius:50%;
  background:#0068ff;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.5px;
  border:4px solid #fff;
  box-shadow:0 0 0 2px rgba(0,104,255,.20),0 4px 14px rgba(0,0,0,.16);
}
.zalo-float__text{
  background:#fff;
  border:1px solid #d9e5f5;
  border-radius:7px;
  padding:7px 10px;
  box-shadow:0 3px 10px rgba(0,0,0,.10);
  white-space:nowrap;
}
.zalo-float:hover .zalo-float__icon{transform:scale(1.05)}
.zalo-float__icon{transition:transform .18s ease}
@media(max-width:640px){
  .zalo-float{left:12px;bottom:16px;gap:7px}
  .zalo-float__icon{width:52px;height:52px;flex-basis:52px;font-size:14px}
  .zalo-float__text{font-size:13px;padding:6px 8px}
}

/* V74 force visible */
#zaloConsultBtn.zalo-float{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  position:fixed !important;
  left:18px !important;
  right:auto !important;
  bottom:22px !important;
  z-index:2147483647 !important;
}
@media(max-width:640px){
  #zaloConsultBtn.zalo-float{
    left:12px !important;
    right:auto !important;
    bottom:16px !important;
  }
}

/* V396 - Footer pháp lý / Bộ Công Thương */
.sdd-footer-legal{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 24px;border-top:1px solid rgba(255,255,255,.08);background:color-mix(in srgb,var(--sdd-footer-bg,#111b25) 88%,#fff 12%);color:var(--sdd-footer-text,#f8fafc)}
.sdd-footer-legal[hidden]{display:none!important}.sdd-footer-legal-info{min-width:0;flex:1}.sdd-footer-legal-head{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:900;letter-spacing:.02em}.sdd-footer-legal-head>span{display:inline-flex;color:var(--sdd-footer-accent,#ff5a00)}.sdd-footer-legal-head svg{width:20px;height:20px}.sdd-footer-legal-lines{display:flex;flex-wrap:wrap;gap:7px 18px;margin-top:9px;color:var(--sdd-footer-muted,#b8c2cc);font-size:11.5px;line-height:1.5}.sdd-footer-legal-lines b{color:var(--sdd-footer-text,#f8fafc);font-weight:800}.sdd-footer-legal-links{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:10px}.sdd-footer-legal-links a{color:var(--sdd-footer-muted,#b8c2cc);font-size:11px;text-decoration:none}.sdd-footer-legal-links a:hover{color:var(--sdd-footer-accent,#ff5a00)}
.sdd-moit-badge{flex:0 0 auto;min-width:230px;max-width:300px;padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.035);text-decoration:none;color:var(--sdd-footer-text,#f8fafc)}.sdd-moit-badge[hidden]{display:none!important}.sdd-moit-badge img{display:block;max-width:230px;max-height:74px;object-fit:contain;margin:auto}.sdd-moit-badge-fallback{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:10px}.sdd-moit-badge-fallback i{grid-row:1/3;display:flex;color:#16c784}.sdd-moit-badge-fallback svg{width:30px;height:30px}.sdd-moit-badge-fallback b{font-size:12px}.sdd-moit-badge-fallback small{color:var(--sdd-footer-muted,#b8c2cc);font-size:10px;margin-top:2px}.sdd-moit-badge img:not([hidden])+.sdd-moit-badge-fallback{display:none}
@media(max-width:760px){.sdd-footer-legal{align-items:stretch;flex-direction:column;padding:16px}.sdd-moit-badge{width:100%;max-width:none;box-sizing:border-box}.sdd-footer-legal-lines{display:grid;gap:5px}.sdd-footer-legal-links{gap:8px 12px}}
