/* “Fronteiras do Infinito” — fundo-lua só a partir de tablet (min 768px); fora isso, não mostrar. */

#como-construimos.wp-purpose {
  isolation: isolate;
}

#como-construimos .wp-purpose__bg-moon {
  display: none;
}

/* Faixa branca atrás do parágrafo de abertura (propósito) */
#como-construimos .wp-purpose__lead {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 1.1rem 1.25rem 1.15rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

@media (min-width: 48rem) {
  #como-construimos .wp-purpose__bg-moon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: min(64vw, 38rem);
    max-width: none;
    object-fit: cover;
    object-position: 100% 50%;
    z-index: 0;
    pointer-events: none;
    user-select: none;
  }
}
