.sas-trend{background:#f7f9ff linear-gradient(to bottom,#f7f9ff,#ffffff);padding:24px 0}
.sas-trend__wrap{max-width:var(--sas-maxw);margin:0 auto;padding:0 16px}
.sas-trend__title{font-size:28px;line-height:1.15;margin:0 0 18px;font-weight:800}

.sas-trend__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:18px}
@media(max-width:1200px){.sas-trend__grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:990px){.sas-trend__grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.sas-trend__grid{grid-template-columns:repeat(2,1fr)}}

.card{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#111;gap:10px}
.card .pic{width:180px;height:180px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 2px 16px rgba(17,24,39,.08);overflow:hidden}
.card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.card:hover img{transform:scale(1.04)}
.card .label{font-size:16px;font-weight:700;text-align:center}

@media(max-width:990px){
  .card .pic{width:160px;height:160px}
}
@media(max-width:480px){
  .card .pic{width:128px;height:128px}
  .card .label{font-size:14px}
}
