/* Rodapé institucional Brasa Burguer */
.brasa-site-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 40px 20px 36px;
  margin-top: 32px;
  font-family: 'Poppins', system-ui, sans-serif;
}

.brasa-site-footer .brasa-footer-inner {
  max-width: 480px;
  margin: 0 auto;
}

.brasa-site-footer .brasa-footer-legal {
  font-size: 12px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  margin-bottom: 22px;
}

.brasa-site-footer .brasa-footer-legal a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.brasa-site-footer .brasa-footer-legal a:hover {
  text-decoration: underline;
}

.brasa-site-footer .brasa-footer-pay-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
}

.brasa-site-footer .brasa-footer-pay-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.brasa-site-footer .brasa-footer-pix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  width: 56px;
  height: 40px;
  flex-shrink: 0;
}

.brasa-site-footer .brasa-footer-pix img,
.brasa-site-footer .brasa-footer-pix svg {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.brasa-site-footer .brasa-footer-secure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
}

.brasa-site-footer .brasa-footer-secure i {
  font-size: 22px;
  opacity: 0.95;
}

.brasa-site-footer .brasa-footer-secure span {
  display: block;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

/* Full-bleed no fluxo de checkout */
body.brasa-checkout .brasa-site-footer {
  margin-top: 28px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Espaço para sacola flutuante na home */
body:not(.brasa-checkout) .brasa-site-footer {
  padding-bottom: 56px;
}
