@media (max-width: 767px) {
/* Badge "+2,4%" — fixar no topo da seção no mobile */
  #badge-compra {
  top: 12px !important;
  right: 16px !important;
}

/* Footer — centralizar no mobile */
  .footer-main-row {
  align-items: center !important;
  text-align: center !important;
}

.footer-brand {
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.footer-brand img {
  margin: 0 auto !important;
}

.footer-brand .flex {
  justify-content: center !important;
}

/* Botões do rodapé 100% no mobile */
  .footer-cta-col {
  width: 100% !important;
  align-items: stretch !important;
  text-align: center !important;
}

.footer-cta-col a {
  width: 100% !important;
  justify-content: center !important;
  padding: 16px 24px !important;
  font-size: 0.8rem !important;
  box-sizing: border-box !important;
}

.footer-cta-col p {
  text-align: center !important;
}

.footer-cta-col .flex {
  justify-content: center !important;
}

/* Footer bottom bar */
  footer .cyan-divider ~ div {
  text-align: center !important;
}
}