.elementor-2930 .elementor-element.elementor-element-cb8cb8f{--display:flex;--min-height:100vh;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;}/* Start custom CSS for shortcode, class: .elementor-element-be25004 *//* Botão na paleta gold */
.pa-config-email .pa-btn{
  background:#C9A36B;
  border:1px solid #C9A36B;
  color:#0B0B0B;
  font-weight:700;
  padding:10px 18px;
  border-radius:10px;
  cursor:pointer;
  appearance:none;
  box-shadow:none;
  text-shadow:none;
  transition:background .2s ease, border-color .2s ease, transform .02s ease, box-shadow .2s ease;
}

.pa-config-email .pa-btn:hover,
.pa-config-email .pa-btn:focus{
  background:#E0C08D;   /* gold mais claro no hover */
  border-color:#E0C08D;
  color:#0B0B0B;
}

.pa-config-email .pa-btn:active{
  background:#B88E56;   /* gold mais escuro no active */
  border-color:#B88E56;
  transform:translateY(1px);
}

.pa-config-email .pa-btn:focus-visible{
  outline:2px solid #E0C08D;
  outline-offset:2px;
  box-shadow:0 0 0 3px rgba(201,163,107,.35);
}/* End custom CSS */
/* Start custom CSS *//* Deixa as sections da página transparentes */
body.elementor-page-2930 .elementor-section,
body.elementor-page-2930 .elementor-container,
body.elementor-page-2930 {
  background: transparent !important;
}

/* Cor base no wrapper da página */
body.elementor-page-2930 {
  background: #121212;
  position: relative; /* garante contexto para o pseudo, embora usaremos fixed */
}

/* Tapete de brilhos fixo, cobrindo a viewport inteira */
body.elementor-page-2930::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;            /* atrás de tudo */
  pointer-events: none;

  background:
    radial-gradient(circle at 90% 10%, rgba(220,180,90,.15), transparent 60%),
    radial-gradient(circle at 70% 50%, rgba(204,164,61,.10), transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(204,164,61,.08), transparent 40%);
  background-repeat: no-repeat;
  background-size: cover;
}

/* --- Opção 1: remover QUALQUER rodapé do site (global) --- */
footer,
.footer,
#footer,
.site-footer,
#colophon,
.elementor-location-footer {
  display: none !important;
}

/* Remove possíveis espaços reservados pelo tema */
.site,
.site-content,
#content,
main {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Se o rodapé for fixo (sticky), força a “descolar” e sumir */
footer.is-sticky,
.site-footer.is-sticky {
  position: static !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* --- Opção 2: esconder APENAS em uma página específica ---
   Troque 123 pelo ID da página (veja em WP Admin na URL: post=123) */
.page-id-123 footer,
.page-id-123 .elementor-location-footer,
.page-id-123 .site-footer,
.page-id-123 #colophon {
  display: none !important;
}

/* --- Opção 3 (Elementor Theme Builder): template de Footer --- */
.elementor-location-footer {
  display: none !important;
}/* End custom CSS */