.blog-cta-box{
  margin-top:45px!important;
  margin-bottom:45px!important;
  background:linear-gradient(135deg,#03111f,#0f172a)!important;
  color:#fff!important;
  border-radius:32px!important;
  padding:34px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  box-shadow:0 26px 70px rgba(2,6,23,.25)!important;
}
.blog-cta-box span{
  color:#38bdf8!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  font-size:12px!important;
}
.blog-cta-box h2{
  margin:10px 0!important;
  color:#fff!important;
}
.blog-cta-box p{
  color:#cbd5e1!important;
  margin:0!important;
  line-height:1.7!important;
}
.blog-cta-actions{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.blog-cta-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.cta-wa{background:#16a34a!important}
.cta-call{background:#0ea5e9!important}
.cta-offer{background:#f97316!important}

.auto-internal-link{
  color:#0ea5e9!important;
  font-weight:900!important;
  text-decoration:none!important;
  border-bottom:2px solid #bae6fd!important;
}

.seo-score-box{
  display:grid!important;
  gap:10px!important;
}
.seo-score-box > div:first-child{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
}
.seo-score-box strong{
  font-size:18px!important;
  color:#03111f!important;
}
.seo-score-box span{
  font-size:22px!important;
  font-weight:900!important;
  color:#16a34a!important;
}
.score-bar{
  height:12px!important;
  background:#e5e7eb!important;
  border-radius:999px!important;
  overflow:hidden!important;
}
.score-bar i{
  display:block!important;
  height:100%!important;
  background:linear-gradient(135deg,#22c55e,#16a34a)!important;
  border-radius:999px!important;
}
@media(max-width:900px){
  .blog-cta-box{
    display:grid!important;
    padding:24px!important;
  }
  .blog-cta-actions a{
    width:100%!important;
  }
}
