.visual-core {
  overflow: hidden;
}

.visual-core img {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 270px;
  height: 270px;
  max-width: none;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .22));
}

/* Mantém os indicadores abaixo dos botões, sem sobreposição. */
.hero {
  padding-bottom: 105px;
}

.trust-strip {
  position: relative;
  bottom: auto;
  margin-top: -18px;
}

.trust-grid > div {
  min-width: 0;
}

.trust-grid strong,
.trust-grid span {
  flex-shrink: 0;
}

@media (max-width: 950px) {
  .hero {
    min-height: auto;
    padding-bottom: 95px;
  }

  .trust-strip {
    bottom: auto;
    margin-top: 20px;
  }
}

@media (max-width: 650px) {
  .hero {
    padding-bottom: 80px;
  }

  .trust-strip {
    bottom: auto;
    margin-top: 12px;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 22px;
  }
}
