.sbz-wrap{
  margin:24px 0;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(135deg,#0b5ed7 0%,#083a84 100%);
  color:#fff;
  box-shadow:0 10px 30px rgba(11,94,215,.18);
  overflow:hidden;
}
.sbz-head{
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
  flex-wrap:wrap;
}
.sbz-kicker{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.sbz-head h3{margin:10px 0 8px;font-size:26px;line-height:1.2;color:#fff}
.sbz-head p{margin:0;color:rgba(255,255,255,.88);max-width:760px}
.sbz-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:12px;
  background:#fff;
  color:#0b5ed7 !important;
  font-weight:700;
  text-decoration:none !important;
}
.sbz-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:12px;
}
.sbz-card{
  position:relative;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  color:#fff !important;
  text-decoration:none !important;
  border:1px solid rgba(255,255,255,.14);
  transition:transform .2s ease, background .2s ease;
}
.sbz-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.18)}
.sbz-num{
  width:44px;height:44px;min-width:44px;
  display:flex;align-items:center;justify-content:center;
  border-radius:12px;background:#fff;color:#0b5ed7;font-weight:800;
}
.sbz-meta strong{display:block;margin:6px 0 4px;line-height:1.35;color:#fff}
.sbz-meta small{display:block;color:rgba(255,255,255,.8)}
.sbz-badge{
  display:inline-block;
  padding:4px 8px;
  border-radius:999px;
  background:#ff8a00;
  color:#fff;
  font-size:11px;
  font-weight:700;
}
@media (max-width:782px){
  .sbz-wrap{padding:16px;border-radius:14px}
  .sbz-head h3{font-size:22px}
}
