@import url("streaming-cards.css");

/* Rodapé compacto: somente os selos reais de pagamento em uma única fileira. */
.trust-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,.055);
  border-bottom: 1px solid rgba(255,255,255,.035);
  background: rgba(4,9,16,.42);
}

.trust-strip__inner {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.trust-strip__intro,
.trust-strip__note {
  display: none;
}

.trust-seals {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 18px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.trust-seals::-webkit-scrollbar {
  display: none;
}

.trust-seal {
  flex: 0 0 78px;
  width: 78px;
  height: 34px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.trust-seal > * {
  display: none !important;
}

.trust-seal::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.trust-seal:nth-child(1)::before {
  background-image: url("https://cdn.simpleicons.org/mercadopago");
}

.trust-seal:nth-child(2)::before {
  background-image: url("https://cdn.simpleicons.org/pix");
}

.trust-seal:nth-child(3)::before {
  background-image: url("https://cdn.simpleicons.org/visa");
}

.trust-seal:nth-child(4)::before {
  background-image: url("https://cdn.simpleicons.org/mastercard");
}

.trust-seal:nth-child(n+5) {
  display: none;
}

.footer-seo-link {
  display: none !important;
}

@media (max-width: 600px) {
  .trust-strip__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .trust-seals {
    justify-content: flex-start;
    gap: 14px;
    padding: 0 2px;
  }

  .trust-seal {
    flex-basis: 68px;
    width: 68px;
    height: 30px;
  }
}
