.elementor-3192 .elementor-element.elementor-element-8e7f27b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3192 .elementor-element.elementor-element-8e7f27b.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-3192 .elementor-element.elementor-element-8e7f27b{--width:93.663%;}}/* Start custom CSS for html, class: .elementor-element-c3ea333 *//* Fundo preto em toda a página */
html, body { height: 100%; }
html, body, .elementor, .elementor-location-header, .elementor-location-footer {
  background: #000000 !important;
}

/* Seção ocupa a tela toda */
.page-full {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 16px;
  box-sizing: border-box;
}

/* Tema base */
:root{
  --bg:#000000;
  --text:#ffffff;
  --muted:#cfcfcf;
  --accent:#ff5722;     /* laranja CVAT (se quiser roxo, troque aqui) */
  --wa:#25D366;         /* verde WhatsApp oficial */
  --wa-hover:#1ebe5d;
  --radius:18px;
}

/* ======== 95% ======== */
.step95 { background: var(--bg); color: var(--text); }
.s95-wrap { width:100%; max-width: 860px; margin: 0 auto; text-align: center; }

.s95-kicker{
  margin: 0 0 6px;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: .95rem;
  color: var(--accent);
  text-transform: uppercase;
}

.s95-title{
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3.2vw + 1rem, 3rem);
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff !important;
}

/* Barra */
.s95-progress{ margin: 10px auto 16px; }
.s95-progress-track{
  position: relative;
  background: #1a1a1a;
  border: 2px solid #2a2a2a;
  border-radius: 999px;
  padding: 6px;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.s95-progress-fill{
  --pct: 95%;
  width: var(--pct);
  background: linear-gradient(180deg, var(--accent), var(--accent));
  border-radius: 999px;
  height: 36px;
  display: flex; align-items:center; justify-content:center;
  box-shadow: 0 0 0 2px rgba(255,87,34,.25), 0 8px 20px rgba(0,0,0,.35);
  transition: width .35s ease;
}

.s95-progress-text{ color: #000; font-weight: 900; }

/* Subtítulo */
.s95-sub{
  margin: 14px 0 24px;
  font-size: 1.15rem;
  font-weight: 700;
}

/* CTA */
.s95-cta{ display:flex; justify-content:center; flex-wrap:wrap; margin:-6px; }
.s95-cta .btn{ margin:6px; text-decoration:none; }

.btn.s95-btn.whatsapp{
  background: var(--wa);
  color:#ffffff;
  border:none;
  border-radius:14px;
  padding:16px 22px;
  font-weight:900;
  letter-spacing:.3px;
  cursor:pointer;
  display:inline-block;
  min-width:320px;
  max-width:520px;
  width:100%;
  text-align:center;
  box-shadow:0 10px 28px rgba(37,211,102,.28);
  transition:transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.btn.s95-btn.whatsapp:hover{
  background: var(--wa-hover);
  transform: translateY(-2px);
  box-shadow:0 14px 36px rgba(37,211,102,.36);
}

/* Responsivo */
@media (max-width:520px){
  .s95-progress-fill{ height: 32px; }
  .btn.s95-btn.whatsapp{ min-width: 0; }
}


/* CTA único (WhatsApp) */
.s80-cta{ display:flex; justify-content:center; flex-wrap:wrap; margin:-6px; }
.s80-cta .btn{ margin:6px; text-decoration:none; }

.btn.s80-btn.whatsapp{
  background: var(--wa);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 16px 22px;
  font-weight: 900;
  letter-spacing: .3px;
  cursor: pointer;
  display: inline-block;
  min-width: 320px;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 28px rgba(37,211,102,.28);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.btn.s80-btn.whatsapp:hover{
  background: var(--wa-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(37,211,102,.36);
}

/* Acessibilidade */
.sr-only{
  position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap
}

/* Responsivo fino */
@media (max-width:520px){
  .s80-progress-fill{ height: 32px; }
  .btn.s80-btn.whatsapp{ min-width: 0; }
}/* End custom CSS */