.tsx-section{background:var(--tsx-bg);color:var(--tsx-text);padding:52px 0;}
.tsx-rating{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:36px;}
.tsx-stars{display:flex;gap:2px;}
.tsx-stars svg{width:18px;height:18px;fill:rgba(255,255,255,.25);}
.tsx-stars svg.is-filled{fill:var(--tsx-primary);}
.tsx-rating-text{font-family:'Inter',sans-serif;font-size:14px;opacity:.85;}
.tsx-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;}
.tsx-number{display:block;font-family:'Poppins',sans-serif;font-weight:700;font-size:clamp(24px,3vw,34px);color:var(--tsx-primary);}
.tsx-label{display:block;font-family:'Inter',sans-serif;font-size:13px;opacity:.8;margin-top:4px;}
@media (max-width:768px){.tsx-stats{grid-template-columns:repeat(2,1fr);row-gap:32px;}}
