.elementor-11 .elementor-element.elementor-element-d252e96{--display:flex;}.elementor-11 .elementor-element.elementor-element-f79b10f{--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-11 .elementor-element.elementor-element-4f6c8e9{--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-11 .elementor-element.elementor-element-789e08e{--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-11 .elementor-element.elementor-element-5925ecd{--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-11 .elementor-element.elementor-element-23445fa{--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-11 .elementor-element.elementor-element-996d7de{--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-11 .elementor-element.elementor-element-9da95c7{margin:-104px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11 .elementor-element.elementor-element-df0ecd4{--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-11 .elementor-element.elementor-element-9ee3028{margin:-160px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-b486390 *//* HERO BABÁ VIRTUAL */

.bv-hero{
  padding: 80px 20px;
  background: linear-gradient(180deg, #a8c4dd 0%, #f4f8fc 100%);
}

.bv-hero-wrap{
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* TEXTO */
.bv-hero-text{
  max-width: 520px;
}

.bv-badge{
  display: inline-block;
  background: rgba(255,255,255,0.6);
  color: #1c2b39;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 15px;
  backdrop-filter: blur(6px);
}

.bv-hero h1{
  font-size: clamp(28px, 4vw, 42px);
  color: #1c2b39;
  line-height: 1.2;
  margin-bottom: 15px;
}

.bv-hero h1 span{
  color: #e94fa3;
}

.bv-hero p{
  font-size: 17px;
  color: #4a5a6a;
  margin-bottom: 25px;
}

/* BOTÃO */
.bv-btn{
  display: inline-block;
  background: linear-gradient(135deg, #e94fa3, #ff7bc3);
  color: white;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 15px 30px -10px rgba(233,79,163,.5);
  transition: 0.25s;
}

.bv-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -10px rgba(233,79,163,.7);
}

/* PROVA */
.bv-proof{
  margin-top: 15px;
  font-size: 14px;
  color: #5a6b7b;
}

/* IMAGEM */
.bv-hero-img img{
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.2);
}

/* RESPONSIVO */
@media(max-width: 900px){
  .bv-hero-wrap{
    flex-direction: column;
    text-align: center;
  }

  .bv-hero-img img{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc46cc8 */:root{
  --bv-bg: #f4f8fc;
  --bv-card: #ffffff;
  --bv-border: rgba(0,0,0,.08);
  --bv-text: #5a6b7b;
  --bv-title: #1c2b39;
  --bv-accent: #e94fa3;
  --bv-soft: #a8c4dd;
  --bv-glow: rgba(168,196,221,.35);
}

.bv-section{
  padding: 60px 20px;
  background: linear-gradient(180deg, #f4f8fc, #ffffff);
}

.bv-card{
  max-width: 1000px;
  margin: auto;
  padding: 30px;
  background: var(--bv-card);
  border-radius: 20px;
  border: 1px solid var(--bv-border);
  box-shadow: 0 30px 60px -25px var(--bv-glow);
  text-align: center;
}

.bv-title{
  font-size: clamp(26px, 4vw, 34px);
  color: var(--bv-title);
  margin-bottom: 10px;
}

.bv-sub{
  color: var(--bv-text);
  margin-bottom: 40px;
  font-size: 16px;
}

.bv-features{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.bv-feat{
  grid-column: span 6;
  background: #f7fbff;
  border: 1px solid var(--bv-border);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  transition: 0.3s;
}

.bv-feat:hover{
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -20px var(--bv-glow);
}

.bv-icon{
  font-size: 30px;
  flex: 0 0 40px;
}

.bv-feat h3{
  margin: 0 0 5px;
  color: var(--bv-title);
  font-size: 18px;
}

.bv-feat p{
  margin: 0;
  font-size: 14px;
  color: var(--bv-text);
}

/* RESPONSIVO */
@media(max-width: 860px){
  .bv-feat{
    grid-column: span 12;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-483c5e2 */.bv-pain{
  padding: 80px 20px;
  background: linear-gradient(180deg, #ffffff, #f4f8fc);
}

.bv-pain-wrap{
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.bv-pain-title{
  font-size: clamp(26px, 4vw, 36px);
  color: #1c2b39;
  margin-bottom: 10px;
}

.bv-pain-title span{
  color: #e94fa3;
}

.bv-pain-sub{
  color: #5a6b7b;
  margin-bottom: 40px;
}

/* GRID */
.bv-pain-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.bv-pain-card{
  grid-column: span 4;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 18px;
  text-align: left;
  transition: 0.3s;
}

.bv-pain-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -20px rgba(0,0,0,.15);
}

.bv-pain-card h3{
  margin-bottom: 8px;
  color: #1c2b39;
  font-size: 16px;
}

.bv-pain-card p{
  font-size: 14px;
  color: #5a6b7b;
}

/* DESTAQUE FINAL */
.bv-pain-highlight{
  margin-top: 40px;
  padding: 20px;
  background: linear-gradient(135deg, #e94fa3, #ff7bc3);
  color: white;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: 0 20px 40px -20px rgba(233,79,163,.5);
}

/* RESPONSIVO */
@media(max-width: 900px){
  .bv-pain-card{
    grid-column: span 12;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0d06da */.bv-solution{
  padding: 90px 20px;
  background: linear-gradient(180deg, #f4f8fc, #ffffff);
}

.bv-solution-wrap{
  max-width: 1000px;
  margin: auto;
}

.bv-solution-box{
  background: white;
  border-radius: 20px;
  padding: 35px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 30px 60px -25px rgba(168,196,221,.4);
  text-align: center;
}

/* TITULOS */
.bv-solution-title{
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #a0b3c7;
  margin-bottom: 10px;
}

.bv-solution-sub{
  color: #5a6b7b;
  margin-bottom: 20px;
}

.bv-solution-main{
  font-size: clamp(28px, 4vw, 38px);
  color: #1c2b39;
  margin-bottom: 15px;
}

.bv-solution-main span{
  color: #e94fa3;
  font-weight: bold;
}

.bv-solution-desc{
  color: #5a6b7b;
  max-width: 600px;
  margin: auto;
  margin-bottom: 35px;
}

/* FEATURES */
.bv-solution-features{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.bv-s-item{
  grid-column: span 6;
  display: flex;
  gap: 14px;
  align-items: center;
  text-align: left;
  background: #f7fbff;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.05);
  transition: 0.3s;
}

.bv-s-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 15px 30px -20px rgba(0,0,0,.15);
}

.bv-s-icon{
  font-size: 26px;
}

.bv-s-item h3{
  margin: 0;
  font-size: 16px;
  color: #1c2b39;
}

.bv-s-item p{
  margin: 2px 0 0;
  font-size: 14px;
  color: #5a6b7b;
}

/* DESTAQUE */
.bv-solution-highlight{
  margin-top: 20px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #a8c4dd, #d8e6f2);
  color: #1c2b39;
  font-weight: 600;
}

/* RESPONSIVO */
@media(max-width: 900px){
  .bv-s-item{
    grid-column: span 12;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89a4124 */.bv-chat{
  padding: 90px 20px;
  background: linear-gradient(180deg, #ffffff, #f4f8fc);
}

.bv-chat-wrap{
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.bv-chat-title{
  font-size: clamp(26px, 4vw, 34px);
  color: #1c2b39;
  margin-bottom: 10px;
}

.bv-chat-sub{
  color: #5a6b7b;
  margin-bottom: 40px;
}

/* CHAT BOX */
.bv-chat-box{
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 30px 60px -25px rgba(168,196,221,.4);
  text-align: left;
}

/* MENSAGENS */
.bv-msg{
  max-width: 80%;
  padding: 14px 16px;
  border-radius: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  animation: fadeUp 0.6s ease;
}

/* USUÁRIO */
.bv-msg.user{
  background: #e9f2fb;
  color: #1c2b39;
  margin-left: auto;
}

/* BOT */
.bv-msg.bot{
  background: #f7fbff;
  border: 1px solid rgba(0,0,0,.05);
  color: #1c2b39;
}

/* ANIMAÇÃO */
@keyframes fadeUp{
  from{
    opacity: 0;
    transform: translateY(10px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* DESTAQUE */
.bv-chat-highlight{
  margin-top: 25px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e94fa3, #ff7bc3);
  color: white;
  font-weight: 600;
  box-shadow: 0 20px 40px -20px rgba(233,79,163,.5);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4052832 */.bv-proof-section{
  padding: 90px 20px;
  background: linear-gradient(180deg, #f4f8fc, #ffffff);
}

.bv-proof-wrap{
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.bv-proof-title{
  font-size: clamp(26px, 4vw, 34px);
  color: #1c2b39;
  margin-bottom: 10px;
}

.bv-proof-title span{
  color: #e94fa3;
}

.bv-proof-sub{
  color: #5a6b7b;
  margin-bottom: 40px;
}

/* GRID */
.bv-proof-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

/* CARD */
.bv-proof-card{
  grid-column: span 6;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 20px 40px -25px rgba(0,0,0,.1);
  transition: 0.3s;
}

.bv-proof-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 25px 50px -25px rgba(0,0,0,.15);
}

.bv-proof-card p{
  font-size: 15px;
  color: #1c2b39;
  margin-bottom: 10px;
}

.bv-proof-card span{
  font-size: 13px;
  color: #5a6b7b;
}

/* DESTAQUE FINAL */
.bv-proof-highlight{
  margin-top: 40px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #a8c4dd, #d8e6f2);
  color: #1c2b39;
  font-weight: 600;
}

/* RESPONSIVO */
@media(max-width: 900px){
  .bv-proof-card{
    grid-column: span 12;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9da95c7 */.bv-offer{
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff, #f4f8fc);
}

.bv-offer-wrap{
  max-width: 900px;
  margin: auto;
}

.bv-offer-card{
  background: white;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 40px 80px -30px rgba(168,196,221,.5);
}

/* BADGE */
.bv-offer-badge{
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(168,196,221,.2);
  color: #1c2b39;
  margin-bottom: 15px;
}

/* TITULOS */
.bv-offer-title{
  font-size: clamp(26px, 4vw, 34px);
  color: #1c2b39;
  margin-bottom: 10px;
}

.bv-offer-sub{
  color: #5a6b7b;
  margin-bottom: 30px;
}

/* PREÇO */
.bv-price-box{
  margin-bottom: 25px;
}

.bv-price-old{
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
}

.bv-price-old span{
  text-decoration: line-through;
  color: #e94fa3;
  font-weight: bold;
}

.bv-price-new{
  font-size: 28px;
  color: #1c2b39;
}

.bv-price-new strong{
  color: #00b894;
  font-size: 36px;
}

.bv-price-note{
  font-size: 13px;
  color: #5a6b7b;
}

/* LISTA */
.bv-offer-list{
  list-style: none;
  padding: 0;
  margin: 25px 0;
  text-align: left;
}

.bv-offer-list li{
  margin-bottom: 10px;
  color: #1c2b39;
}

/* BOTÃO */
.bv-offer-btn{
  display: inline-block;
  background: linear-gradient(135deg, #e94fa3, #ff7bc3);
  color: white;
  padding: 16px 30px;
  border-radius: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  box-shadow: 0 20px 40px -15px rgba(233,79,163,.6);
  transition: 0.3s;
}

.bv-offer-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 25px 50px -15px rgba(233,79,163,.8);
}

/* GARANTIA */
.bv-offer-guarantee{
  margin-top: 15px;
  font-size: 14px;
  color: #5a6b7b;
}

/* RESPONSIVO */
@media(max-width: 600px){
  .bv-offer-card{
    padding: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ee3028 */.bv-final{
  padding: 100px 20px 140px;
  background: linear-gradient(180deg, #f4f8fc, #ffffff);
  text-align: center;
}

.bv-final-wrap{
  max-width: 800px;
  margin: auto;
}

.bv-final-title{
  font-size: clamp(26px, 4vw, 34px);
  color: #1c2b39;
  margin-bottom: 10px;
}

.bv-final-title span{
  color: #e94fa3;
}

.bv-final-sub{
  color: #5a6b7b;
  margin-bottom: 30px;
}

/* BOX */
.bv-final-box{
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 25px 50px -25px rgba(0,0,0,.1);
  text-align: left;
  margin-bottom: 30px;
}

.bv-final-box p{
  margin-bottom: 12px;
  color: #1c2b39;
}

.bv-final-strong{
  font-weight: bold;
  color: #e94fa3;
}

/* URGÊNCIA */
.bv-urgency{
  margin-bottom: 20px;
  font-size: 14px;
  color: #d63031;
  font-weight: 600;
}

/* BOTÃO */
.bv-final-btn{
  display: inline-block;
  background: linear-gradient(135deg, #e94fa3, #ff7bc3);
  color: white;
  padding: 18px 35px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 25px 50px -15px rgba(233,79,163,.7);
  transition: 0.3s;
}

.bv-final-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 30px 60px -15px rgba(233,79,163,.9);
}

/* GARANTIA */
.bv-final-guarantee{
  margin-top: 15px;
  font-size: 14px;
  color: #5a6b7b;
}/* End custom CSS */