/* Oculta a marca inserida automaticamente pelo script do Webflow. */
.w-webflow-badge,
a.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
}

/* Mantém a ilustração da seção de objetivo alinhada ao centro. */
.goal-wrap,
.goal-block {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.goal-image {
  flex: 0 0 auto;
}

/* Logo em texto: altere apenas "NOME DA MARCA" no index.html quando desejar. */
.text-logo {
  display: inline-block;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.text-logo--nav {
  color: #2c2c2c;
}

.text-logo--preloader {
  font-size: 1.15rem;
}

.text-logo--footer {
  font-size: clamp(1.8rem, 6vw, 5rem);
}

/* Evita que a tela de carregamento do template bloqueie o conteúdo. */
.preloader {
  display: none !important;
  opacity: 0 !important;
}

/* CTA de agendamento pelo WhatsApp no rodapé. */
.footer-form .form-block {
  display: none;
}

.footer-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.75rem;
  padding: 1rem 2.25rem;
  border-radius: 999px;
  background: #fff;
  color: #90755f;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-whatsapp-button:hover {
  background: #f5eee8;
}

/* Alinha o título da apresentação com os demais elementos da seção. */
.about-wrap > .heading-h2 {
  position: relative;
  left: 50%;
  width: fit-content;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  transform: translateX(-50%) !important;
}

/* Remove a assinatura do desenvolvedor original do template. */
.developer {
  display: none !important;
}

.footer-back .div-block {
  display: none !important;
}
