.elementor-19839 .elementor-element.elementor-element-d99acee{--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;}/* Start custom CSS for html, class: .elementor-element-f70be52 */*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  background:#05070d !important;
  font-family:Arial, sans-serif;
  color:#ffffff;
}

/* REMOVE HEADER */
header{
  display:none !important;
}

/* CONTAINER */
.lp-container{
  max-width:1100px;
  width:100%;
  margin:0 auto;
  padding:0 20px;
}

/* HERO */
.lp-hero{
  position:relative;
  overflow:hidden;
  padding:100px 0 80px;
  background:
    radial-gradient(circle at top left, rgba(30,107,255,0.25), transparent 45%),
    radial-gradient(circle at top right, rgba(37,211,102,0.15), transparent 35%),
    linear-gradient(180deg, #05070d 0%, #02040a 100%);
}

.lp-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,0.02), transparent 30%);
  pointer-events:none;
}

/* WRAP */
.lp-hero-wrap{
  position:relative;
  z-index:2;
  max-width:780px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

/* BADGE */
.lp-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 18px;
  margin:0 0 18px;
  border:1px solid rgba(107,124,255,0.25);
  border-radius:999px;
  background:rgba(10,16,30,0.9);
  color:#91a4ff;
  font-size:13px;
  font-weight:700;
  line-height:1.3;
  box-shadow:0 14px 34px rgba(0,0,0,0.28);
}

.lp-badge-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#25d366;
  box-shadow:0 0 0 6px rgba(37,211,102,0.10);
  flex:0 0 auto;
}

/* PROOF LINE */
.lp-proofline-top{
  margin:0 0 20px;
  color:#6f86ff;
  font-size:15px;
  font-weight:800;
  line-height:1.5;
}

/* TITLE */
.lp-hero h1{
  margin:0 0 24px;
  font-size:clamp(36px, 6vw, 64px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-0.03em;
  color:#ffffff;
}

.lp-hero h1 span{
  color:#79a3ff;
}

/* SUBTEXT */
.lp-hero p{
  max-width:660px;
  margin:0 auto 30px;
  font-size:18px;
  line-height:1.8;
  color:#c3cee3;
}

/* BENEFITS */
.lp-proof{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  width:100%;
  margin:0 0 28px;
  padding:0;
  list-style:none;
}

.lp-proof li{
  padding:11px 15px;
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.10);
  color:#e2eaff;
  font-size:13px;
  font-weight:700;
  line-height:1.3;
  box-shadow:0 10px 24px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.03);
}

/* CTA GRID */
.lp-cta-group{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  width:100%;
  max-width:620px;
  margin:0 auto 18px;
}

/* BUTTON */
.lp-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  padding:16px 24px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.08);
  text-decoration:none;
  text-align:center;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  transition:.25s ease;
}

.lp-btn:hover{
  transform:translateY(-3px) scale(1.01);
}

/* PRIMARY */
.lp-btn-primary{
  background:#1e6bff;
  color:#ffffff;
  box-shadow:0 14px 30px rgba(30,107,255,0.30);
}

/* SECONDARY */
.lp-btn-secondary{
  background:#0d1530;
  color:#dfe7ff;
  box-shadow:0 12px 24px rgba(0,0,0,0.18);
}

/* MAIN CTA */
.lp-btn-whatsapp{
  grid-column:1 / -1;
  min-height:60px;
  background:#25d366;
  color:#ffffff;
  font-size:16px;
  font-weight:900;
  letter-spacing:.2px;
  box-shadow:0 28px 60px rgba(37,211,102,0.45);
}

/* NOTE */
.lp-hero-note{
  max-width:620px;
  margin:6px auto 0;
  font-size:13px;
  line-height:1.6;
  color:#97a3bd;
  text-align:center;
}

/* MOBILE */
@media (max-width:768px){
  .lp-container{
    padding:0 16px;
  }

  .lp-hero{
    padding:72px 0 56px;
  }

  .lp-badge{
    margin:0 0 16px;
  }

  .lp-proofline-top{
    margin:0 0 18px;
    font-size:13px;
  }

  .lp-hero h1{
    font-size:38px;
    margin:0 0 20px;
  }

  .lp-hero p{
    max-width:100%;
    font-size:16px;
    margin:0 0 26px;
  }

  .lp-proof{
    gap:10px;
    margin:0 0 24px;
  }

  .lp-proof li{
    width:100%;
  }

  .lp-cta-group{
    grid-template-columns:1fr;
    max-width:100%;
  }

  .lp-btn-whatsapp{
    grid-column:auto;
  }

  .lp-hero-note{
    max-width:100%;
  }
}

/* SMALL MOBILE */
@media (max-width:480px){
  .lp-hero{
    padding:64px 0 48px;
  }

  .lp-hero h1{
    font-size:32px;
  }

  .lp-hero p{
    font-size:15px;
    line-height:1.75;
  }

  .lp-badge{
    font-size:12px;
    padding:9px 14px;
  }

  .lp-btn{
    min-height:54px;
    padding:15px 18px;
    font-size:15px;
  }

  .lp-btn-whatsapp{
    min-height:56px;
    font-size:15px;
  }

  .lp-hero-note{
    font-size:12px;
  }
}
.lp-hero{
  padding:110px 0 88px;
}

.lp-proofline-top{
  max-width:520px;
  margin:0 auto 22px;
}

.lp-hero h1{
  max-width:760px;
}

.lp-hero p{
  max-width:640px;
}

.lp-proof{
  margin:0 0 30px;
}

.lp-hero-note{
  max-width:560px;
  line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e3fe7c *//* =========================
   BLOCO CONTEXTO (BLOCO 2)
========================= */

.lp-context{
  background:#05070d;
  padding:80px 20px;
}

/* INTRO */
.lp-context-intro{
  max-width:780px;
  margin:0 auto 48px;
  text-align:center;
}

.lp-context-intro h2{
  font-size:32px;
  line-height:1.2;
  font-weight:800;
  color:#ffffff;
  margin-bottom:16px;
  letter-spacing:-0.02em;
}

.lp-context-intro p{
  color:#c5d0ea;
  font-size:16px;
  line-height:1.7;
  margin:0;
}

/* PROBLEMAS */
.lp-problem-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:980px;
  margin:0 auto 60px;
}

.lp-problem-card{
  background:linear-gradient(145deg,#11182b,#162044);
  border:1px solid rgba(255,255,255,0.12);
  padding:22px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 18px 38px rgba(0,0,0,0.25);
  transition:.25s;
}

.lp-problem-card:hover{
  transform:translateY(-4px);
  border-color:#3b82f6;
}

.lp-problem-card p{
  color:#e6ecff;
  font-weight:600;
  line-height:1.6;
  margin:0;
}

/* CHOQUE */
.lp-shock{
  max-width:720px;
  margin:0 auto 60px;
  text-align:center;
  padding:34px 24px;
  background:linear-gradient(145deg,#0c1224,#0f1733);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:22px;
}

.lp-shock h2{
  font-size:26px;
  color:#ffffff;
  margin-bottom:14px;
  font-weight:800;
  line-height:1.3;
}

.lp-shock p{
  color:#b7c2d9;
  font-size:15px;
  line-height:1.7;
  margin:0;
}

/* INSIGHT */
.lp-insight{
  max-width:720px;
  margin:0 auto 48px;
  text-align:center;
}

.lp-insight h2{
  font-size:28px;
  color:#ffffff;
  margin-bottom:16px;
  font-weight:800;
}

.lp-insight p{
  color:#c5d0ea;
  line-height:1.7;
  margin-bottom:10px;
}

.lp-insight-strong{
  color:#ffffff;
  font-weight:800;
  font-size:17px;
}

/* CTA */
.lp-context-cta{
  text-align:center;
  margin-top:20px;
}

.lp-context-cta p{
  color:#aab6d3;
  font-size:15px;
  margin-bottom:14px;
}

.lp-context-btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:12px;
  background:#0d1530;
  border:1px solid rgba(255,255,255,0.10);
  color:#dfe7ff;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
  transition:.25s ease;
}

.lp-context-btn:hover{
  background:#111b3b;
  border-color:#3b82f6;
  transform:translateY(-2px);
}

/* RESPONSIVO */
@media(max-width:768px){

  .lp-context{
    padding:60px 16px;
  }

  .lp-context-intro h2{
    font-size:26px;
  }

  .lp-problem-grid{
    grid-template-columns:1fr;
  }

  .lp-shock h2{
    font-size:22px;
  }

  .lp-insight h2{
    font-size:24px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f78883 *//* =========================
   BLOCO 3 — SOLUÇÃO
========================= */

.lp-solution{
  background:#05070d;
  padding:80px 20px;
}

.lp-solution .lp-container{
  max-width:1140px;
  margin:0 auto;
}

/* INTRO */
.lp-solution-intro{
  max-width:780px;
  margin:0 auto 52px;
  text-align:center;
}

.lp-solution-intro h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:32px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-solution-intro p{
  max-width:660px;
  margin:0 auto;
  color:#c5d0ea;
  font-size:16px;
  line-height:1.75;
}

/* GRID SOLUÇÃO */
.lp-solution-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:980px;
  margin:0 auto 64px;
}

.lp-solution-card{
  background:linear-gradient(145deg,#11182b,#162044);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:20px;
  padding:28px 24px;
  box-shadow:0 22px 46px rgba(0,0,0,0.26);
  transition:.25s ease;
}

.lp-solution-card:hover{
  transform:translateY(-4px);
  border-color:rgba(77,163,255,0.30);
}

.lp-solution-number{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 18px;
  border-radius:12px;
  background:rgba(77,163,255,0.14);
  border:1px solid rgba(77,163,255,0.22);
  color:#79a3ff;
  font-size:16px;
  font-weight:800;
}

.lp-solution-card h3{
  margin:0 0 12px;
  color:#ffffff;
  font-size:20px;
  line-height:1.3;
  font-weight:800;
}

.lp-solution-card p{
  margin:0;
  color:#c5d0ea;
  font-size:15px;
  line-height:1.75;
}

/* DIFERENCIAIS */
.lp-diff{
  max-width:980px;
  margin:0 auto 64px;
  padding:40px 28px;
  border-radius:24px;
  background:linear-gradient(145deg,#0c1224,#0f1733);
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 24px 50px rgba(0,0,0,0.28);
}

.lp-diff-head{
  max-width:720px;
  margin:0 auto 32px;
  text-align:center;
}

.lp-diff-head h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:30px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-diff-head p{
  margin:0;
  color:#c5d0ea;
  font-size:16px;
  line-height:1.75;
}

.lp-diff-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.lp-diff-item{
  padding:22px 20px;
  border-radius:18px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.06);
}

.lp-diff-item h3{
  margin:0 0 10px;
  color:#ffffff;
  font-size:18px;
  line-height:1.3;
  font-weight:800;
}

.lp-diff-item p{
  margin:0;
  color:#c5d0ea;
  font-size:15px;
  line-height:1.7;
}

/* PROCESSO */
.lp-process{
  max-width:980px;
  margin:0 auto;
}

.lp-process-head{
  max-width:720px;
  margin:0 auto 32px;
  text-align:center;
}

.lp-process-head h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:30px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-process-head p{
  margin:0;
  color:#c5d0ea;
  font-size:16px;
  line-height:1.75;
}

.lp-process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.lp-process-step{
  background:linear-gradient(145deg,#11182b,#162044);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:20px;
  padding:28px 24px;
  box-shadow:0 22px 46px rgba(0,0,0,0.26);
}

.lp-process-step span{
  display:inline-block;
  margin:0 0 14px;
  color:#79a3ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lp-process-step h3{
  margin:0 0 12px;
  color:#ffffff;
  font-size:20px;
  line-height:1.3;
  font-weight:800;
}

.lp-process-step p{
  margin:0;
  color:#c5d0ea;
  font-size:15px;
  line-height:1.75;
}

/* CTA LEVE */
.lp-solution-cta{
  max-width:760px;
  margin:44px auto 0;
  text-align:center;
}

.lp-solution-cta p{
  margin:0 0 14px;
  color:#aab6d3;
  font-size:15px;
  line-height:1.7;
}

.lp-solution-btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:12px;
  background:#0d1530;
  border:1px solid rgba(255,255,255,0.10);
  color:#dfe7ff;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
  transition:.25s ease;
  box-shadow:0 14px 28px rgba(0,0,0,0.20);
}

.lp-solution-btn:hover{
  background:#111b3b;
  border-color:#3b82f6;
  transform:translateY(-2px);
}

/* RESPONSIVO */
@media (max-width:768px){

  .lp-solution{
    padding:60px 16px;
  }

  .lp-solution-intro h2,
  .lp-diff-head h2,
  .lp-process-head h2{
    font-size:26px;
  }

  .lp-solution-grid,
  .lp-diff-grid,
  .lp-process-grid{
    grid-template-columns:1fr;
  }

  .lp-solution-grid{
    margin:0 auto 48px;
  }

  .lp-diff{
    padding:32px 20px;
    margin:0 auto 48px;
  }

  .lp-diff-grid,
  .lp-process-grid{
    gap:14px;
  }

  .lp-solution-card,
  .lp-process-step{
    padding:24px 20px;
  }
}

@media (max-width:480px){

  .lp-solution{
    padding:48px 16px;
  }

  .lp-solution-intro h2,
  .lp-diff-head h2,
  .lp-process-head h2{
    font-size:24px;
  }

  .lp-solution-intro p,
  .lp-solution-card p,
  .lp-diff-head p,
  .lp-diff-item p,
  .lp-process-head p,
  .lp-process-step p,
  .lp-solution-cta p{
    font-size:15px;
  }

  .lp-solution-card h3,
  .lp-process-step h3{
    font-size:18px;
  }

  .lp-solution-btn{
    width:100%;
    max-width:320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e369f11 *//* =========================
   BLOCO 4 — FECHAMENTO
========================= */

.lp-close{
  background:#05070d;
  padding:72px 0 96px;
}

.lp-close .lp-container{
  max-width:1140px;
}

/* BENEFÍCIOS */
.lp-benefits{
  max-width:980px;
  margin:0 auto 72px;
}

.lp-benefits-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.lp-benefits-head h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:34px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-benefits-head p{
  margin:0;
  color:#b7c2d9;
  font-size:16px;
  line-height:1.75;
}

.lp-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
}

.lp-benefit-card{
  background:linear-gradient(145deg,#0f1424,#121a30);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  padding:28px 24px;
  box-shadow:0 22px 44px rgba(0,0,0,0.26);
  transition:.25s ease;
}

.lp-benefit-card:hover{
  transform:translateY(-4px);
  border-color:rgba(120,150,255,0.24);
}

.lp-benefit-icon{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 16px;
  border-radius:12px;
  background:rgba(37,211,102,0.10);
  border:1px solid rgba(37,211,102,0.16);
  color:#25d366;
  font-size:18px;
  font-weight:900;
}

.lp-benefit-card h3{
  margin:0 0 12px;
  color:#ffffff;
  font-size:20px;
  line-height:1.3;
  font-weight:800;
}

.lp-benefit-card p{
  margin:0;
  color:#b7c2d9;
  font-size:15px;
  line-height:1.75;
}

/* OBJEÇÕES */
.lp-faq{
  max-width:980px;
  margin:0 auto 72px;
  padding:40px 28px;
  border-radius:24px;
  background:linear-gradient(145deg,#0c1224,#0f1733);
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 24px 50px rgba(0,0,0,0.28);
}

.lp-faq-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.lp-faq-head h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:32px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-faq-head p{
  margin:0;
  color:#b7c2d9;
  font-size:16px;
  line-height:1.75;
}

.lp-faq-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}

.lp-faq-item{
  padding:22px 20px;
  border-radius:18px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.06);
}

.lp-faq-item h3{
  margin:0 0 10px;
  color:#ffffff;
  font-size:18px;
  line-height:1.35;
  font-weight:800;
}

.lp-faq-item p{
  margin:0;
  color:#b7c2d9;
  font-size:15px;
  line-height:1.7;
}

/* DESQUALIFICAÇÃO */
.lp-disqualify{
  max-width:760px;
  margin:0 auto 72px;
  text-align:center;
}

.lp-disqualify h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:32px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-disqualify p{
  margin:0;
  color:#b7c2d9;
  font-size:16px;
  line-height:1.8;
}

.lp-disqualify strong{
  color:#ffffff;
}

/* CTA FINAL */
.lp-final-cta{
  max-width:860px;
  margin:0 auto;
  padding:44px 28px;
  border-radius:24px;
  text-align:center;
  background:
    radial-gradient(circle at top left, rgba(30,107,255,0.16), transparent 35%),
    radial-gradient(circle at top right, rgba(37,211,102,0.10), transparent 30%),
    linear-gradient(145deg,#0c1224,#0f1733);
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 26px 56px rgba(0,0,0,0.30);
}

.lp-final-cta h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:34px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-final-cta p{
  max-width:640px;
  margin:0 auto 24px;
  color:#b7c2d9;
  font-size:16px;
  line-height:1.8;
}

.lp-final-cta-buttons{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  max-width:620px;
  margin:0 auto 18px;
}

.lp-final-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  width:100%;
  padding:16px 22px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.08);
  text-decoration:none;
  text-align:center;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  transition:.25s ease;
}

.lp-final-btn:hover{
  transform:translateY(-3px) scale(1.01);
}

.lp-final-btn-main{
  grid-column:1 / -1;
  background:#25d366;
  color:#ffffff;
  font-size:16px;
  font-weight:900;
  letter-spacing:.2px;
  box-shadow:0 28px 60px rgba(37,211,102,0.45);
}

.lp-final-btn-alt{
  background:#1e6bff;
  color:#ffffff;
  box-shadow:0 14px 30px rgba(30,107,255,0.30);
}

.lp-final-btn-ghost{
  background:#0d1530;
  color:#dfe7ff;
}

.lp-final-note{
  margin:0;
  color:#97a3bd;
  font-size:13px;
  line-height:1.7;
}

/* RESPONSIVO */
@media (max-width:768px){

  .lp-close{
    padding:56px 0 72px;
  }

  .lp-benefits{
    margin:0 auto 48px;
  }

  .lp-benefits-head h2,
  .lp-faq-head h2,
  .lp-disqualify h2,
  .lp-final-cta h2{
    font-size:28px;
  }

  .lp-benefits-grid,
  .lp-faq-grid,
  .lp-final-cta-buttons{
    grid-template-columns:1fr;
  }

  .lp-faq{
    padding:32px 20px;
    margin:0 auto 48px;
  }

  .lp-disqualify{
    margin:0 auto 48px;
  }

  .lp-final-cta{
    padding:36px 20px;
  }

  .lp-final-btn-main{
    grid-column:auto;
  }
}

@media (max-width:480px){

  .lp-close{
    padding:48px 0 64px;
  }

  .lp-benefits-head h2,
  .lp-faq-head h2,
  .lp-disqualify h2,
  .lp-final-cta h2{
    font-size:25px;
  }

  .lp-benefits-head p,
  .lp-benefit-card p,
  .lp-faq-head p,
  .lp-faq-item p,
  .lp-disqualify p,
  .lp-final-cta p{
    font-size:15px;
  }

  .lp-benefit-card h3,
  .lp-faq-item h3{
    font-size:18px;
  }

  .lp-final-btn{
    min-height:54px;
    font-size:15px;
  }

  .lp-final-btn-main{
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d4be1e *//* =========================
   BLOCO PROVA / AUTORIDADE
   REFEITO — ALTO NÍVEL
========================= */

.lp-proof-section{
  background:#05070d;
  padding:84px 0;
}

.lp-proof-section .lp-container{
  max-width:1140px;
}

/* HEAD */
.lp-proof-head{
  max-width:780px;
  margin:0 auto 48px;
  text-align:center;
}

.lp-proof-head h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:34px;
  line-height:1.16;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-proof-head h2 span{
  color:#4da3ff;
}

.lp-proof-head p{
  max-width:640px;
  margin:0 auto;
  color:#c5d0ea;
  font-size:16px;
  line-height:1.75;
}

/* MÉTRICAS */
.lp-proof-metrics{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  max-width:980px;
  margin:0 auto 40px;
}

.lp-proof-metric{
  background:linear-gradient(145deg,#11182b,#162044);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  padding:24px 22px;
  text-align:center;
  box-shadow:0 20px 44px rgba(0,0,0,0.24);
  transition:.25s ease;
}

.lp-proof-metric:hover{
  transform:translateY(-4px);
  border-color:rgba(77,163,255,0.32);
}

.lp-proof-metric strong{
  display:block;
  margin:0 0 8px;
  color:#ffffff;
  font-size:20px;
  font-weight:800;
  line-height:1.2;
}

.lp-proof-metric span{
  display:block;
  color:#c5d0ea;
  font-size:15px;
  line-height:1.65;
}

/* DEPOIMENTOS */
.lp-proof-testimonials{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  max-width:980px;
  margin:0 auto 48px;
}

.lp-proof-card{
  background:linear-gradient(145deg,#11182b,#162044);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:20px;
  padding:24px 22px;
  box-shadow:0 22px 46px rgba(0,0,0,0.26);
  transition:.25s ease;
}

.lp-proof-card:hover{
  transform:translateY(-4px);
  border-color:rgba(77,163,255,0.30);
}

.lp-proof-card p{
  margin:0 0 16px;
  color:#e6ecff;
  font-size:15px;
  line-height:1.8;
}

.lp-proof-card small{
  display:block;
  color:#8ea2d6;
  font-size:13px;
  line-height:1.6;
  font-weight:600;
}

/* FOOTER */
.lp-proof-footer{
  max-width:760px;
  margin:0 auto;
  text-align:center;
}

.lp-proof-footer h3{
  margin:0 0 14px;
  color:#ffffff;
  font-size:30px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-0.02em;
}

.lp-proof-footer p{
  max-width:620px;
  margin:0 auto 22px;
  color:#c5d0ea;
  font-size:16px;
  line-height:1.8;
}

/* CTA LEVE */
.lp-proof-cta{
  display:flex;
  justify-content:center;
}

.lp-proof-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 22px;
  border-radius:14px;
  background:#0d1530;
  border:1px solid rgba(255,255,255,0.10);
  color:#dfe7ff;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
  transition:.25s ease;
  box-shadow:0 14px 28px rgba(0,0,0,0.20);
}

.lp-proof-cta-btn:hover{
  transform:translateY(-2px);
  background:#111b3b;
  border-color:rgba(77,163,255,0.28);
}

/* RESPONSIVO */
@media (max-width:768px){

  .lp-proof-section{
    padding:56px 0;
  }

  .lp-proof-head{
    margin:0 auto 40px;
  }

  .lp-proof-head h2{
    font-size:28px;
  }

  .lp-proof-metrics,
  .lp-proof-testimonials{
    grid-template-columns:1fr;
    max-width:100%;
  }

  .lp-proof-metrics{
    margin:0 auto 32px;
  }

  .lp-proof-testimonials{
    margin:0 auto 40px;
  }

  .lp-proof-footer h3{
    font-size:26px;
  }
}

@media (max-width:480px){

  .lp-proof-section{
    padding:48px 0;
  }

  .lp-proof-head h2{
    font-size:25px;
  }

  .lp-proof-head p,
  .lp-proof-metric span,
  .lp-proof-card p,
  .lp-proof-footer p{
    font-size:15px;
  }

  .lp-proof-metric strong{
    font-size:18px;
  }

  .lp-proof-footer h3{
    font-size:24px;
  }

  .lp-proof-cta-btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-860d512 *//* =========================
   BOTÃO FLUTUANTE WHATSAPP
========================= */

.lp-float-wa{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:60px;
  padding:14px 18px;
  border-radius:999px;
  text-decoration:none;
  background:linear-gradient(135deg,#25d366 0%, #1fb85a 100%);
  color:#ffffff;
  border:1px solid rgba(255,255,255,0.10);
  box-shadow:0 24px 48px rgba(0,0,0,0.28), 0 18px 40px rgba(37,211,102,0.28);
  transition:.25s ease;
  backdrop-filter:blur(8px);
}

.lp-float-wa:hover{
  transform:translateY(-3px) scale(1.02);
  box-shadow:0 28px 58px rgba(0,0,0,0.34), 0 22px 48px rgba(37,211,102,0.34);
}

.lp-float-wa-icon{
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,0.14);
  font-size:16px;
  font-weight:900;
  line-height:1;
}

.lp-float-wa-text{
  display:flex;
  flex-direction:column;
  line-height:1.15;
}

.lp-float-wa-text strong{
  font-size:14px;
  font-weight:900;
  color:#ffffff;
}

.lp-float-wa-text span{
  font-size:12px;
  font-weight:600;
  color:rgba(255,255,255,0.86);
  margin-top:3px;
}

/* MOBILE */
@media (max-width:768px){
  .lp-float-wa{
    right:14px;
    bottom:14px;
    min-height:56px;
    padding:12px 16px;
    gap:10px;
  }

  .lp-float-wa-icon{
    width:30px;
    height:30px;
    flex:0 0 30px;
    font-size:15px;
  }

  .lp-float-wa-text strong{
    font-size:13px;
  }

  .lp-float-wa-text span{
    font-size:11px;
  }
}

@media (max-width:480px){
  .lp-float-wa{
    right:12px;
    bottom:12px;
    min-height:52px;
    padding:12px 14px;
  }

  .lp-float-wa-text span{
    display:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29f8d16 *//* =========================
   BLOCO BACKLINK / PRÉ-RODAPÉ
========================= */

.lp-footer-bridge{
  max-width:760px;
  margin:56px auto 28px;
  text-align:center;
  padding:24px 20px 0;
  border-top:1px solid rgba(255,255,255,0.06);
}

.lp-footer-bridge-label{
  margin:0 0 8px;
  color:#ffffff;
  font-size:16px;
  font-weight:700;
  line-height:1.4;
}

.lp-footer-bridge-text{
  max-width:620px;
  margin:0 auto 10px;
  color:#8fa0c2;
  font-size:14px;
  line-height:1.7;
}

.lp-footer-bridge a{
  display:inline-block;
  color:#79a3ff;
  font-size:14px;
  font-weight:600;
  line-height:1.6;
  text-decoration:none;
  transition:.2s ease;
}

.lp-footer-bridge a:hover{
  color:#a9c4ff;
  text-decoration:underline;
}

@media (max-width:768px){
  .lp-footer-bridge{
    margin:48px auto 24px;
    padding:22px 16px 0;
  }

  .lp-footer-bridge-label{
    font-size:15px;
  }

  .lp-footer-bridge-text,
  .lp-footer-bridge a{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab42a26 *//* =========================
   FOOTER FINAL (LP CLEAN)
========================= */

.lp-footer{
  padding:28px 16px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,0.06);
  background:#05070d;
}

.lp-footer p{
  margin:0;
  font-size:13px;
  color:#7f8db0;
  line-height:1.6;
}/* End custom CSS */