.ts-section{background:var(--ts-bg);padding:64px 0;}
.ts-heading{text-align:center;font-size:clamp(26px,3vw,36px);font-weight:600;margin:0 0 40px;}
.ts-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;}
.ts-card{flex:0 0 320px;scroll-snap-align:start;background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05);}
.ts-stars{display:flex;gap:2px;margin-bottom:12px;}
.ts-stars svg{width:16px;height:16px;fill:#E0DED8;}
.ts-stars svg.is-filled{fill:#E6B800;}
.ts-comment{font-size:14.5px;line-height:1.6;color:#3A3A36;margin:0 0 20px;min-height:80px;}
.ts-author{display:flex;align-items:center;gap:10px;}
.ts-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;}
.ts-author strong{display:block;font-size:14px;}
.ts-author span{font-size:12.5px;color:#8A8A85;}
.ts-controls{display:flex;justify-content:center;gap:12px;margin-top:24px;}
.ts-nav{width:40px;height:40px;border-radius:50%;border:1px solid #E0DED8;background:#fff;cursor:pointer;font-size:16px;}
