/* sombra.css — overlay de pré-lançamento (90% opacidade) */

#pdc-overlay-launch {
  position: fixed;
  inset: 0; /* cobre a tela toda */
  background: rgba(5, 10, 20, 0.9);
  backdrop-filter: blur(4px);
  color: #eaf6ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  z-index: 999999;
  font-family: Inter, system-ui, sans-serif;
}

#pdc-overlay-launch h1 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  margin-bottom: 16px;
  font-weight: 800;
}

#pdc-overlay-launch p {
  font-size: clamp(1rem, 2.6vw, 1.15rem);
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 460px;
}

/* BOTÃO WHATSAPP */

#pdc-overlay-launch .cta-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 34px;
  font-size: 1.08rem;
  font-weight: 700;

  background: #25d366; /* verde oficial WhatsApp */
  color: #063;
  border-radius: 999px;

  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);

  transition:
    transform 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}

#pdc-overlay-launch .cta-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.45);
}

#pdc-overlay-launch .cta-whatsapp i {
  font-size: 1.3rem;
  line-height: 0;
}

/* espaço para o bloco Clever dentro do overlay */

#pdc-overlay-launch .clever-core-ads-97863 {
  margin-top: 24px;
  width: 100%;
  max-width: 728px; /* ajuste se quiser menor */
  display: flex;
  justify-content: center;
}
