
/* ===== st-trustbar ===== */
.st-trustbar{background:#060F1C;padding:48px 2rem}
.st-trustbar-inner{
  display:grid;grid-template-columns:repeat(4,1fr);gap:32px;
  max-width:1200px;margin:0 auto;text-align:center;
}
.st-trustbar-num{
  font-size:3rem;font-weight:800;color:#C9971A;
  font-family:'Georgia','Times New Roman',serif;line-height:1;
}
.st-trustbar-num span{font-size:1.6rem;font-weight:600}
.st-trustbar-label{font-size:0.9rem;color:rgba(255,255,255,0.5);margin-top:8px}
@media(max-width:1024px){
  .st-trustbar-inner{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media(max-width:768px){
  .st-trustbar-inner{grid-template-columns:repeat(2,1fr)}
  .st-trustbar-num{font-size:2.2rem}
}
@media(max-width:480px){
  .st-trustbar-inner{grid-template-columns:1fr 1fr}
}
