#crescimento-beneficios-v2{
  --p:#FF7D00;
  --bg:#F4F6F8;
  --card:#fff;
  --text:#111827;
  --muted:#6B7280;

  padding: 90px 0;
  background: var(--bg);
}

/* ==================================================
   BLOCO 1 — EDITORIAL PREMIUM AJUSTADO
================================================== */

#crescimento-beneficios-v2 .btn-cb{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: 100%;
  max-width: max-content;
  padding: 0 30px;
  height: 56px;
  border-radius: 12px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#crescimento-beneficios-v2 .btn-cb.center{
  margin-right: auto;
  margin-left: auto;
}
#crescimento-beneficios-v2 .btn-cb:hover{
  font-weight: bold;
  background-color: #d45f00;
  color: #fff;
  text-decoration: none;
}

#crescimento-beneficios-v2 .cbv2-editorial{
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 22px;
  padding: 50px 50px 45px 50px;
  border: 1px solid rgba(0,0,0,.04);
  box-shadow:
    0 30px 80px rgba(0,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.6);
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}

/* Halo institucional suave */
#crescimento-beneficios-v2 .cbv2-editorial::before{
  content:"";
  position:absolute;
  width: 900px;
  height: 900px;
  top: -450px;
  left: -250px;
  background: radial-gradient(circle, rgba(255,125,0,.08) 0%, transparent 60%);
  pointer-events:none;
}

#crescimento-beneficios-v2 .cbv2-editorial-inner{
  /* background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 22px;
  padding: 50px 50px 35px 50px;
  border: 1px solid rgba(0,0,0,.04);
  box-shadow:
    0 30px 80px rgba(0,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.6); */

  display: grid;
  grid-template-columns: 1.4fr .6fr; /* texto dominante */
  gap: 50px;
  align-items: center;
  /* position: relative;
  overflow: hidden; */
  /* min-height: 480px; */
}

/* ================================================
   COLUNA ESQUERDA (TEXTO)
================================================ */

#crescimento-beneficios-v2 .cbv2-editorial-left{
  position: relative;
  z-index: 2;
}

#crescimento-beneficios-v2 h2{
  max-width: 760px;
  margin: 0 0 18px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #111827;
  font-size: clamp(34px, 2.5vw + 16px, 46px);
}

#crescimento-beneficios-v2 h2 span{
  color: #FF7D00;
  text-transform: uppercase;
}

#crescimento-beneficios-v2 .cbv2-editorial-left p{
  max-width: 450px;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 26px;
  color: #4b5563;
}

#crescimento-beneficios-v2 .cbv2-editorial-left p strong{
  color: #111827;
  font-weight: 800;
}

/* LISTA */
#crescimento-beneficios-v2 .cbv2-lista{
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 840px;
}

#crescimento-beneficios-v2 .cbv2-lista li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

#crescimento-beneficios-v2 .cbv2-check{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FF7D00;
  color: #fff;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: translateY(2px);
}

/* FRASE FINAL */
#crescimento-beneficios-v2 .cbv2-editorial-inner .cbv2-editorial-left .cbv2-frase{
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* ================================================
   COLUNA DIREITA (MAPA)
================================================ */

#crescimento-beneficios-v2 .cbv2-editorial-right{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#crescimento-beneficios-v2 .cbv2-mapa{
  /*max-width: 680px;        /* maior presença */
  width: 200%;             /* ocupa mais vertical */
  height: auto;
  opacity: .95;
  transform: translate(-70px, -35px);
  filter: drop-shadow(0 25px 40px rgba(0,0,0,.15));
}


#crescimento-beneficios-v2 .cbv2-editorial .btn-cb{
  width: 100%;
  max-width: 320px;
}

/* ===== Hero Telemedicina ===== */
#crescimento-beneficios-v2 .cbv2-hero{
  position: relative;
}

/*#crescimento-beneficios-v2 .cbv2-hero::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height: 5px;
  background: var(--p);
}*/

#crescimento-beneficios-v2 .cbv2-hero-inner{
  display: grid;
  grid-template-columns: 1.2fr .8fr; /* texto / imagem */
  gap: 22px;
  align-items: center;
  padding: 34px;
}

#crescimento-beneficios-v2 .cbv2-card-body{
  padding: 0;
  width: 100%;
}

#crescimento-beneficios-v2 .cbv2-card h3{
  margin: 0 0 14px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.18;
  font-size: 22px;
}

#crescimento-beneficios-v2 .cbv2-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 13px 18px;
  border-radius: 12px;
  background: var(--p);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(255,125,0,.26);
}

#crescimento-beneficios-v2 .cbv2-btn:hover{
  filter: brightness(.95);
}

#crescimento-beneficios-v2 .cbv2-card-media{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

#crescimento-beneficios-v2 .cbv2-card-media img{
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}



/* ================================================
   BLOCO 2 — HERO LARANJA COM IMAGEM ABSOLUTA
================================================ */

#crescimento-beneficios-v2 .cbv2-hero{
  position: relative;
  border-radius: 26px;
  overflow: visible;

  background:
    radial-gradient(600px 300px at 80% 20%, rgba(255,255,255,.15), transparent 60%),
    linear-gradient(180deg, #FF8A1A 0%, #FF7D00 60%, #E66E00 100%);

  box-shadow: 0 40px 80px rgba(255,125,0,.35);
  padding: 50px 60px;
  min-height: 420px;
}

/* TEXTO ocupa quase toda largura */
#crescimento-beneficios-v2 .cbv2-hero-content{
  width: 64%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#crescimento-beneficios-v2 .cbv2-hero h3{
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

#crescimento-beneficios-v2 .cbv2-hero h3 span{
  font-size: 38px;
  color: #111;
  text-transform: uppercase;
}

#crescimento-beneficios-v2 .cbv2-hero p{
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 18px;
}

#crescimento-beneficios-v2 .cbv2-hero .cbv2-btn{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 900;
  padding: 13px 0;
  width: 50%;
  text-align: center;
  font-size: 18px;
  border-radius: 12px;
  margin: 40px auto 0 auto;
  /*box-shadow: 0 25px 50px rgba(0,0,0,.25);*/
  display: block;
  text-decoration: none;
}

#crescimento-beneficios-v2 .cbv2-hero .cbv2-btn:hover{
  border: 2px solid #8e4501;
  color: #8e4501;  
}

/* IMAGEM ABSOLUTA */
#crescimento-beneficios-v2 .cbv2-hero-image{
  position: absolute;
  top: -50px;
  right: -160px;
  width: 520px;
  z-index: 1;
  transform: rotate(5deg);
}

#crescimento-beneficios-v2 .cbv2-hero-image img{
  width: 100%;
  height: auto;
  filter: drop-shadow(0 45px 65px rgba(0,0,0,.35));
  transform: rotate(0deg); /* garante que só o container gira */
}




/* ================================================
   BLOCO 3 — INDICAÇÃO PREMIUM
================================================ */

#crescimento-beneficios-v2 .cbv2-compact{
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 22px;
  box-shadow: 
    0 25px 60px rgba(0,0,0,.07),
    inset 0 1px 0 rgba(255,255,255,.6);
}

#crescimento-beneficios-v2 .cbv2-card-media-top{
  padding: 24px 24px 0;
  text-align: center;
}

#crescimento-beneficios-v2 .cbv2-card-media-top img{
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 18px;
}

#crescimento-beneficios-v2 .cbv2-compact .cbv2-card-body{
  padding: 20px 36px 50px;
}

#crescimento-beneficios-v2 .cbv2-compact h3{
  font-size: 23px;
  text-align: center;
}

#crescimento-beneficios-v2 .cbv2-valor-num{
  font-size: 32px;
  font-weight: bold;
}

#crescimento-beneficios-v2 .cbv2-valor{
  margin-top: 2px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;

}

#crescimento-beneficios-v2 .cbv2-compact p{
  font-size: 15.5px;
  line-height: 1.4;
}

#crescimento-beneficios-v2 .cbv2-compact .btn-cb{
  width: 100%;
  max-width: 210px;
}

/* ================================================
   GRID INFERIOR — ESTRUTURA CORRETA
================================================ */

#crescimento-beneficios-v2 .cbv2-grid{
  display: grid;
  grid-template-columns: 1.6fr 1fr; /* hero maior */
  gap: 32px;
  align-items: stretch; /* força mesma altura */
}

/* Ambos ocupam 100% da altura */
#crescimento-beneficios-v2 .cbv2-hero,
#crescimento-beneficios-v2 .cbv2-compact{
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* HERO interno ocupa toda altura */
#crescimento-beneficios-v2 .cbv2-hero-inner{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
  padding: 55px;
  align-items: center;
  height: 100%;
}

/* BLOCO 3 também ocupa toda altura */
#crescimento-beneficios-v2 .cbv2-compact{
  display: flex;
  flex-direction: column;
}

#crescimento-beneficios-v2 .cbv2-compact .cbv2-card-body{
  flex: 1; /* empurra conteúdo e mantém altura */
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
}





/* ==========================================================
   MOBILE — crescimento-beneficios-v2
   NÃO ALTERA DESKTOP
========================================================== */

@media (max-width: 991px){
  /* ===== Seção geral ===== */
  #crescimento-beneficios-v2{
    padding: 60px 0 0 0;
  }

  #crescimento-beneficios-v2 .btn-cb{
    font-size: 16px;
    padding: 0 20px;
    margin: 0 auto;
  }

  /* ================= BLOCO 1 ================= */

  #crescimento-beneficios-v2 .cbv2-editorial{
    padding: 36px 24px;
  }

  #crescimento-beneficios-v2 .cbv2-editorial-inner{
    grid-template-columns: 1fr;
    min-height: auto;
  }

  #crescimento-beneficios-v2 .cbv2-lista{
    grid-template-columns: 1fr;
  }

  #crescimento-beneficios-v2 .cbv2-editorial-right{
    margin-top: 20px;
  }

  #crescimento-beneficios-v2 .cbv2-mapa{
    width: 110%;
    transform: translate(0, -30px);
  }


  /* ================= GRID INFERIOR ================= */

  #crescimento-beneficios-v2 .cbv2-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* ================= BLOCO 2 — HERO ================= */

  #crescimento-beneficios-v2 .cbv2-hero{
    padding: 40px 24px 60px;
    min-height: auto;
  }

  #crescimento-beneficios-v2 .cbv2-hero-content{
    width: 100%;
  }

  /* imagem deixa de ser absoluta */
#crescimento-beneficios-v2 .cbv2-hero-image{
  position: relative;
  width: 100%;
  right: auto;
  margin: 30px auto -110px auto;
  transform: translate(5px, 60px);
  overflow: visible;
	container-type: inline-size;
}

#crescimento-beneficios-v2 .cbv2-hero-image img{
  width: 100%;
  height: 100cqw;
  display: block;
  object-fit: cover;
}

  #crescimento-beneficios-v2 .cbv2-hero .cbv2-btn{
    width: 100%;
    margin: 30px 0 0;
  }


  /* ================= BLOCO 3 ================= */

  #crescimento-beneficios-v2 .cbv2-compact{
    padding-bottom: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    height: auto;
  }

  #crescimento-beneficios-v2 .cbv2-card-media-top img{
    width: 80%;
  }

  #crescimento-beneficios-v2 .cbv2-compact .cbv2-card-body{
    padding: 20px 24px 20px 24px;
    flex: unset;
  }

  #crescimento-beneficios-v2 .cbv2-compact h3{
    font-size: 20px;
  }

  #crescimento-beneficios-v2 .cbv2-valor-num{
    font-size: 28px;
  }

}