.home-news-sol{
  padding:50px 0;
  background:#f4f5f7;
}

.home-news-sol-wrap{
  width:min(1200px, calc(100% - 32px));
  margin:0 auto;
}

.home-news-sol-head{
  text-align:center;
  max-width:650px;
  margin:0 auto 28px;
}

.home-news-sol-kicker{
  display:inline-block;
  margin-bottom:8px;
  padding:6px 12px;
  border-radius:999px;
  background:#FFD200;
  color:#111;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.home-news-sol-head h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.1;
  color:#111;
  font-weight:900;
}

.home-news-sol-head p{
  margin:0;
  color:#5f5a52;
  font-size:15px;
  line-height:1.6;
}

.home-news-sol-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.home-news-sol-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  border:1px solid #ece5d8;
  box-shadow:0 10px 24px rgba(17,17,17,.06);
  display:flex;
  flex-direction:column;
  transition:all .25s ease;
  opacity:0;
  transform:translateY(18px);
}

.home-news-sol-card.is-visible{
  opacity:1;
  transform:translateY(0);
}

.home-news-sol-card:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 32px rgba(17,17,17,.12);
}

.home-news-sol-thumb{
  display:block;
  height:180px;
  background:#ece6da center center;
  background-size:cover;
  background-repeat:no-repeat;
}

.home-news-sol-body{
  padding:18px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.home-news-sol-category{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff3bf;
  color:#111;
  font-size:11px;
  font-weight:800;
}

.home-news-sol-title{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.3;
  color:#111;
  font-weight:800;
}

.home-news-sol-title a{
  color:inherit;
  text-decoration:none;
}

.home-news-sol-title a:hover{
  color:#8b6f1d;
}

.home-news-sol-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
  color:#777;
  font-size:12px;
  font-weight:600;
}

.home-news-sol-excerpt{
  margin:0 0 14px;
  color:#555;
  font-size:14px;
  line-height:1.5;
  flex:1;
}

.home-news-sol-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#111;
  font-weight:800;
  text-decoration:none;
  font-size:14px;
}

.home-news-sol-link:hover{
  color:#8b6f1d;
}

.home-news-sol-footer{
  text-align:center;
  margin-top:24px;
}

.home-news-sol-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 24px;
  border-radius:999px;
  background:#FFD200;
  color:#111;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(255,210,0,.25);
}

.home-news-sol-btn:hover{
  background:#e6be00;
  color:#111;
}

.home-news-sol-empty{
  grid-column:1 / -1;
  background:#fff;
  border:1px solid #ece5d8;
  border-radius:18px;
  padding:22px;
  text-align:center;
  color:#5f5a52;
}

@media(max-width:991px){
  .home-news-sol{
    padding:40px 0;
  }

  .home-news-sol-grid{
    grid-template-columns:1fr;
  }

  .home-news-sol-head h2{
    font-size:26px;
  }

  .home-news-sol-thumb{
    height:220px;
  }
}

#bsExitOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(6px);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:99999;
  padding:18px;
}

#bsExitPopup{
  position:relative;
  width:min(880px,96vw);
  background:#0b0b0b;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 25px 80px rgba(0,0,0,.45);
  transform:translateY(25px) scale(.97);
  opacity:0;
  transition:all .4s ease;
}

#bsExitOverlay.active #bsExitPopup{
  transform:translateY(0) scale(1);
  opacity:1;
}

.bs-grid{
  display:grid;
  grid-template-columns:55% 45%;
  min-height:320px;
}

.bs-left{
  padding:46px 36px 34px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(135deg,#050505,#121212);
}

.bs-kicker{
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f5b400;
  margin-bottom:8px;
}

.bs-left h2{
  font-size:24px;
  font-weight:700;
  margin:0 0 8px;
  line-height:1.2;
}

.bs-left h2 span{
  color:#f5b400;
}

.bs-left p{
  font-size:13.5px;
  color:#ccc;
  margin:0 0 0;
  line-height:1.5;
}

.bs-actions{
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:18px;
}

.bs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#f5b400;
  color:#000;
  padding:10px 20px;
  min-width:220px;
  min-height:44px;
  border-radius:8px;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  text-align:center;
  transition:.3s;
}

.bs-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(245,180,0,.3);
}

.bs-note{
  font-size:12px;
  color:#bbb;
  white-space:nowrap;
}

.bs-right{
  background:url('/uploads/fundo.webp?v=8') center/cover no-repeat;
}

#bsClose{
  position:absolute;
  top:10px;
  right:14px;
  font-size:22px;
  color:#fff;
  cursor:pointer;
  z-index:5;
}

@media(max-width:760px){
  #bsExitOverlay{
    align-items:flex-end;
  }

  #bsExitPopup{
    width:100%;
    border-radius:18px 18px 12px 12px;
  }

  .bs-grid{
    grid-template-columns:1fr;
  }

  .bs-right{
    height:180px;
  }

  .bs-left{
    padding:26px 20px 24px;
  }

  .bs-left h2{
    font-size:20px;
  }

  .bs-left p{
    font-size:13px;
  }

  .bs-actions{
    margin-top:14px;
    display:block;
  }

  .bs-btn{
    width:100%;
    min-width:0;
  }

  .bs-note{
    display:block;
    text-align:center;
    margin-top:8px;
  }
}
