.elementor-kit-20{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-20 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== CONFIG GERAL ===== */
:root{
  --lp-primary: #0F172A;
  --lp-secondary: #2563EB;
  --lp-accent: #F97316;
  --lp-accent-hover: #EA580C;
  --lp-bg-light: #F8FAFC;
  --lp-bg-soft: #EFF6FF;
  --lp-text: #1E293B;
  --lp-text-light: #64748B;
  --lp-white: #FFFFFF;
  --lp-border: #E2E8F0;
  --lp-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --lp-radius: 16px;
  --lp-radius-sm: 10px;
}

body{
  color: var(--lp-text);
}

.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-widget-icon-box,
.elementor-widget-button,
.elementor-widget-accordion{
  word-break: break-word;
}

/* ===== SEÇÕES GERAIS ===== */
.lp-hero,
.lp-dor,
.lp-beneficios,
.lp-conteudo,
.lp-como-funciona,
.lp-diferenciais,
.lp-depoimentos,
.lp-objecoes,
.lp-oferta,
.lp-faq,
.lp-institucional,
.lp-cta-final{
  position: relative;
}

.lp-dor,
.lp-beneficios,
.lp-conteudo,
.lp-como-funciona,
.lp-diferenciais,
.lp-depoimentos,
.lp-objecoes,
.lp-oferta,
.lp-faq,
.lp-institucional,
.lp-cta-final{
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ===== HERO ===== */
.lp-hero{
  background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}

.lp-hero h1{
  color: var(--lp-primary);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.lp-hero .lp-mini{
  display: inline-block;
  background: rgba(37, 99, 235, 0.08);
  color: var(--lp-secondary);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lp-hero p{
  color: var(--lp-text-light);
  font-size: 18px;
  line-height: 1.7;
}

.lp-hero .elementor-icon-list-text{
  color: var(--lp-text);
  font-weight: 500;
}

.lp-hero img{
  border-radius: 18px;
}

/* ===== BOTÕES ===== */
.lp-btn .elementor-button,
.elementor-button.lp-btn,
.lp-hero .elementor-button,
.lp-oferta .elementor-button,
.lp-cta-final .elementor-button{
  background: var(--lp-accent);
  color: #fff !important;
  border-radius: 12px;
  padding: 16px 30px;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.22);
  transition: all 0.25s ease;
  border: none;
}

.lp-btn .elementor-button:hover,
.elementor-button.lp-btn:hover,
.lp-hero .elementor-button:hover,
.lp-oferta .elementor-button:hover,
.lp-cta-final .elementor-button:hover{
  background: var(--lp-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(249, 115, 22, 0.28);
}

/* ===== TÍTULOS ===== */
.lp-dor h2,
.lp-beneficios h2,
.lp-conteudo h2,
.lp-como-funciona h2,
.lp-diferenciais h2,
.lp-depoimentos h2,
.lp-objecoes h2,
.lp-oferta h2,
.lp-faq h2,
.lp-institucional h2,
.lp-cta-final h2{
  color: var(--lp-primary);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

/* ===== TEXTOS ===== */
.lp-dor p,
.lp-beneficios p,
.lp-conteudo p,
.lp-como-funciona p,
.lp-diferenciais p,
.lp-depoimentos p,
.lp-objecoes p,
.lp-oferta p,
.lp-faq p,
.lp-institucional p{
  color: var(--lp-text-light);
  line-height: 1.7;
}

/* ===== FUNDOS ESPECÍFICOS ===== */
.lp-dor{
  background: var(--lp-bg-light);
}

.lp-beneficios{
  background: #ffffff;
}

.lp-conteudo{
  background: #ffffff;
}

.lp-como-funciona{
  background: var(--lp-bg-soft);
}

.lp-diferenciais{
  background: #ffffff;
}

.lp-depoimentos{
  background: var(--lp-bg-light);
}

.lp-objecoes{
  background: #ffffff;
}

.lp-oferta{
  background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.lp-faq{
  background: #ffffff;
}

.lp-institucional{
  background: var(--lp-bg-light);
}

.lp-cta-final{
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
}

/* ===== CARDS ===== */
.lp-card,
.lp-beneficios .elementor-icon-box,
.lp-dor .elementor-icon-box,
.lp-conteudo .elementor-icon-box,
.lp-como-funciona .elementor-icon-box,
.lp-diferenciais .elementor-icon-box,
.lp-testimonial{
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 28px 22px;
  box-shadow: var(--lp-shadow);
  height: 100%;
  transition: all 0.25s ease;
}

.lp-card:hover,
.lp-beneficios .elementor-icon-box:hover,
.lp-dor .elementor-icon-box:hover,
.lp-conteudo .elementor-icon-box:hover,
.lp-como-funciona .elementor-icon-box:hover,
.lp-diferenciais .elementor-icon-box:hover,
.lp-testimonial:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.10);
}

.lp-card h3,
.lp-beneficios .elementor-icon-box-title,
.lp-dor .elementor-icon-box-title,
.lp-conteudo .elementor-icon-box-title,
.lp-como-funciona .elementor-icon-box-title,
.lp-diferenciais .elementor-icon-box-title,
.lp-testimonial h3{
  color: var(--lp-primary);
  font-weight: 700;
  margin-bottom: 10px;
}

.lp-card p,
.lp-beneficios .elementor-icon-box-description,
.lp-dor .elementor-icon-box-description,
.lp-conteudo .elementor-icon-box-description,
.lp-como-funciona .elementor-icon-box-description,
.lp-diferenciais .elementor-icon-box-description,
.lp-testimonial p{
  color: var(--lp-text-light);
  line-height: 1.7;
}

/* ===== ÍCONES ===== */
.lp-dor .elementor-icon,
.lp-beneficios .elementor-icon,
.lp-conteudo .elementor-icon,
.lp-como-funciona .elementor-icon,
.lp-diferenciais .elementor-icon{
  background: rgba(37, 99, 235, 0.08);
  border-radius: 12px;
  padding: 14px;
}

.lp-dor .elementor-icon i,
.lp-beneficios .elementor-icon i,
.lp-conteudo .elementor-icon i,
.lp-como-funciona .elementor-icon i,
.lp-diferenciais .elementor-icon i,
.lp-dor .elementor-icon svg,
.lp-beneficios .elementor-icon svg,
.lp-conteudo .elementor-icon svg,
.lp-como-funciona .elementor-icon svg,
.lp-diferenciais .elementor-icon svg{
  color: var(--lp-secondary);
  fill: var(--lp-secondary);
}

/* ===== DEPOIMENTOS ===== */
.lp-testimonial{
  position: relative;
}

.lp-testimonial:before{
  content: "“";
  font-size: 60px;
  line-height: 1;
  color: rgba(37, 99, 235, 0.12);
  position: absolute;
  top: 12px;
  left: 18px;
  font-weight: 800;
}

.lp-testimonial .elementor-widget-text-editor,
.lp-testimonial p{
  position: relative;
  z-index: 2;
}

.lp-testimonial strong,
.lp-depoimentos strong{
  color: var(--lp-primary);
}

/* ===== ACCORDION ===== */
.lp-objecoes .elementor-accordion .elementor-tab-title,
.lp-faq .elementor-accordion .elementor-tab-title{
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: #fff;
  margin-bottom: 12px;
  padding: 18px 20px;
  font-weight: 700;
  color: var(--lp-primary);
}

.lp-objecoes .elementor-accordion .elementor-tab-content,
.lp-faq .elementor-accordion .elementor-tab-content{
  border: 1px solid var(--lp-border);
  border-top: none;
  margin-top: -12px;
  margin-bottom: 12px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  padding: 20px;
  color: var(--lp-text-light);
  line-height: 1.7;
}

/* ===== OFERTA ===== */
.lp-offer-box{
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
  padding: 38px 32px;
}

.lp-offer-box h2,
.lp-offer-box h3{
  color: var(--lp-primary);
}

.lp-price{
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid #fdba74;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
}

.lp-price strong{
  display: block;
  font-size: 34px;
  line-height: 1.1;
  color: var(--lp-accent);
  font-weight: 800;
}

.lp-price span{
  display: block;
  margin-top: 8px;
  color: var(--lp-text);
  font-weight: 600;
}

.lp-oferta .elementor-icon-list-text{
  color: var(--lp-text);
  font-weight: 500;
}

.lp-oferta .elementor-icon-list-icon i,
.lp-oferta .elementor-icon-list-icon svg{
  color: #16a34a;
  fill: #16a34a;
}

/* ===== INSTITUCIONAL ===== */
.lp-institucional{
  text-align: center;
}

.lp-institucional p:last-child{
  font-weight: 700;
  color: var(--lp-primary);
}

/* ===== CTA FINAL ===== */
.lp-cta-final h2,
.lp-cta-final p,
.lp-cta-final .elementor-heading-title{
  color: #fff !important;
}

.lp-cta-final p{
  opacity: 0.92;
}

.lp-cta-final .elementor-button{
  margin-top: 10px;
}

/* ===== MICROTEXTOS ===== */
.lp-mini{
  font-size: 13px;
  color: var(--lp-text-light);
  font-weight: 600;
}

/* ===== IMAGENS ===== */
.lp-hero img,
.lp-institucional img,
.lp-depoimentos img{
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

/* ===== LISTAS ===== */
.lp-beneficios .elementor-icon-list-items,
.lp-diferenciais .elementor-icon-list-items,
.lp-oferta .elementor-icon-list-items{
  gap: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 1024px){
  .lp-dor,
  .lp-beneficios,
  .lp-conteudo,
  .lp-como-funciona,
  .lp-diferenciais,
  .lp-depoimentos,
  .lp-objecoes,
  .lp-oferta,
  .lp-faq,
  .lp-institucional,
  .lp-cta-final{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lp-hero{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lp-hero h1{
    font-size: 40px;
  }
}

@media (max-width: 767px){
  .lp-hero{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lp-dor,
  .lp-beneficios,
  .lp-conteudo,
  .lp-como-funciona,
  .lp-diferenciais,
  .lp-depoimentos,
  .lp-objecoes,
  .lp-oferta,
  .lp-faq,
  .lp-institucional,
  .lp-cta-final{
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .lp-hero h1{
    font-size: 30px;
    line-height: 1.15;
  }

  .lp-dor h2,
  .lp-beneficios h2,
  .lp-conteudo h2,
  .lp-como-funciona h2,
  .lp-diferenciais h2,
  .lp-depoimentos h2,
  .lp-objecoes h2,
  .lp-oferta h2,
  .lp-faq h2,
  .lp-institucional h2,
  .lp-cta-final h2{
    font-size: 26px;
    line-height: 1.2;
  }

  .lp-hero p,
  .lp-dor p,
  .lp-beneficios p,
  .lp-conteudo p,
  .lp-como-funciona p,
  .lp-diferenciais p,
  .lp-depoimentos p,
  .lp-objecoes p,
  .lp-oferta p,
  .lp-faq p,
  .lp-institucional p,
  .lp-cta-final p{
    font-size: 16px;
  }

  .lp-card,
  .lp-beneficios .elementor-icon-box,
  .lp-dor .elementor-icon-box,
  .lp-conteudo .elementor-icon-box,
  .lp-como-funciona .elementor-icon-box,
  .lp-diferenciais .elementor-icon-box,
  .lp-testimonial,
  .lp-offer-box{
    padding: 22px 18px;
    border-radius: 14px;
  }

  .lp-btn .elementor-button,
  .elementor-button.lp-btn,
  .lp-hero .elementor-button,
  .lp-oferta .elementor-button,
  .lp-cta-final .elementor-button{
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 15px 20px;
  }

  .lp-price strong{
    font-size: 28px;
  }

  .lp-hero .lp-mini{
    font-size: 11px;
    line-height: 1.4;
  }
}/* End custom CSS */