/* Footer Q2 (mesmo bloco visual da página verificacao-cartao) */
.q2-page-footer.site-footer {
  background: #005f93;
  margin-top: 34px;
  color: #ffffff;
  padding: 26px 22px 34px;
  width: 100%;
  box-sizing: border-box;
}

.q2-page-footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 300px;
  margin: 0 auto;
}

.q2-page-footer .footer-q2-logo {
  width: 96px;
  height: auto;
}

.q2-page-footer .footer-q2-bank-logo {
  width: 88px;
  height: auto;
}

.q2-page-footer .social-links {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.q2-page-footer .social-links a img {
  width: 23px;
  height: 23px;
}

.q2-page-footer .footer-divider {
  border: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  margin: 24px 0;
}

.q2-page-footer .app-download h2 {
  text-align: center;
  font-size: 19px;
  margin-bottom: 16px;
  font-weight: 600;
}

.q2-page-footer .store-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.q2-page-footer .store-buttons img {
  width: 152px;
  height: auto;
}

.q2-page-footer .security-area {
  margin-top: 30px;
}

.q2-page-footer .security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  text-align: center;
}

.q2-page-footer .security-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.q2-page-footer .security-item img {
  max-width: 118px;
  height: auto;
}

.q2-page-footer .certification-row {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.q2-page-footer .certification-row img {
  width: 120px;
  height: auto;
}

@media (max-width: 460px) {
  .q2-page-footer .store-buttons img {
    width: 132px;
  }
}

/* Sobrescreve regra global * { max-width: 100vw } do index em mobile */
#root .q2-page-footer.site-footer {
  max-width: 100% !important;
}

#root .q2-page-footer .footer-q2-logo {
  max-width: 96px !important;
  width: 96px !important;
}

#root .q2-page-footer .footer-q2-bank-logo {
  max-width: 88px !important;
  width: 88px !important;
}

#root .q2-page-footer .social-links a img {
  max-width: 23px !important;
  width: 23px !important;
}

#root .q2-page-footer .store-buttons img {
  max-width: 152px !important;
}

#root .q2-page-footer .security-item img {
  max-width: 118px !important;
}

#root .q2-page-footer .certification-row img {
  max-width: 120px !important;
  width: 120px !important;
}

