/* ==========================================================================
   Vital Brasil — Footer unificado (site + loja)
   Reproduz o rodapé do site institucional. Fonte única compartilhada.
   ========================================================================== */
.vb-footer {
  background: #ffffff;
  padding: 26px 40px;
  font-family: "Mulish", "Inter", system-ui, -apple-system, sans-serif;
  border-top: 1px solid #eef1f6;
}
.vb-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.vb-footer__copy {
  margin: 0;
  color: #375a9f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.vb-footer__copy a { color: inherit; text-decoration: none; }
.vb-footer__copy a:hover { text-decoration: underline; }
.vb-footer__tuliu {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 500;
  color: #8a93a6;
  letter-spacing: .2px;
}
.vb-footer__tuliu a { color: #3db885; font-weight: 700; text-decoration: none; }
.vb-footer__tuliu a:hover { text-decoration: underline; }
.vb-footer__logo { display: inline-flex; }
.vb-footer__logo img { height: 42px; width: auto; display: block; }

@media (max-width: 600px) {
  .vb-footer { padding: 24px 20px; }
  .vb-footer__inner { flex-direction: column-reverse; text-align: center; gap: 16px; }
  .vb-footer__logo img { height: 38px; }
}
