.chamada-cta-imagem {
  background-color: #0D120F;
  color: #fff;
  min-height: 420px;
}

.chamada-cta-imagem__parallax-wrap {
  position: absolute;
  inset: -20% 0;
  overflow: hidden;
  z-index: 0;
}

.chamada-cta-imagem__parallax-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* Padrão de estrelas/pontos decorativos */
.chamada-cta-imagem__stars {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.3;
  background-image: radial-gradient(circle, #0AE64C 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 8px 8px;
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.12) 40%,
    transparent 70%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.12) 40%,
    transparent 70%
  );
}

.chamada-cta-imagem__cta:focus-visible {
  outline: 2px solid #0AE64C;
  outline-offset: 3px;
}

@media (max-width: 1023px) {
  .chamada-cta-imagem__accent {
    width: min(50vw, 200px);
    opacity: 0.4;
    clip-path: polygon(0 45%, 80% 0, 55% 100%, 0 100%);
  }

  .chamada-cta-imagem {
    min-height: 360px;
  }
}
