
.sh-testimonials{padding:95px 22px;background:linear-gradient(180deg,#061229,#040a18)}
.sh-testimonial-grid{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.sh-testimonial-card{padding:30px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(126,218,255,.15);box-shadow:0 24px 70px rgba(0,0,0,.28);transition:.25s}
.sh-testimonial-card:hover{transform:translateY(-8px);border-color:rgba(19,223,255,.35)}
.stars{color:#ffd84d;font-size:22px;margin-bottom:18px}
.review{color:#dbeeff;line-height:1.8;font-size:16px;min-height:120px}
.author strong{display:block;color:#fff;font-size:18px}
.author small{color:#9fb6d0}
@media(max-width:900px){.sh-testimonial-grid{grid-template-columns:1fr}}
