/* V94 - Título premium e cards com imagens, mantendo vinho/dourado */
.v93-growth-panel{
  padding-top:46px !important;
  padding-bottom:46px !important;
}
.v93-growth-head h2{
  font-family:Georgia, 'Times New Roman', serif;
  letter-spacing:.2px;
  text-shadow:0 4px 18px rgba(0,0,0,.45);
}
.v93-growth-head p{
  font-size:17px;
  font-weight:700;
}
.v93-pill{
  box-shadow:0 10px 30px rgba(255,208,0,.18), inset 0 -2px 0 rgba(0,0,0,.16);
}
.v94-img-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:210px;
  background-size:cover !important;
  background-position:center !important;
  border-color:rgba(255,208,0,.62) !important;
}
.v94-img-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
  transition:transform .35s ease, filter .35s ease;
}
.v94-img-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(30,0,0,.55),rgba(55,0,0,.82)), radial-gradient(circle at 70% 10%,rgba(255,208,0,.24),transparent 38%);
}
.v94-img-card:hover:before{
  transform:scale(1.09);
  filter:saturate(1.13) brightness(1.06);
}
.v94-img-card h3{
  color:#ffd000 !important;
  text-shadow:0 3px 12px rgba(0,0,0,.7);
}
.v94-img-card p,.v94-img-card b{
  color:#fff7df !important;
  text-shadow:0 2px 10px rgba(0,0,0,.7);
}
.v94-img-card a,.v94-img-card button{
  box-shadow:0 10px 25px rgba(0,0,0,.22);
}
.v94-card-oracao:before{background-image:url('../img/biblia-jesus.jpg');}
.v94-card-versiculo:before{background-image:url('../img/biblia-davi.jpg');}
.v94-card-compartilhe:before{background-image:url('../img/sagrada-familia.jpg');}
.v94-card-ranking:before{background-image:url('../img/sao-miguel.jpg');}
.v94-card-retorno:before{background-image:url('../img/jesus.jpg');}
.v94-card-pedidos:before{background-image:url('../img/nossa-senhora.jpg');}
.v93-mini-list a{
  backdrop-filter:blur(3px);
}
@media(max-width:900px){
  .v94-img-card{min-height:190px;}
  .v93-growth-head p{font-size:15px;}
}
