.tml-summary{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.tml-summary-score{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.tml-big-score{font-size:3.5rem;font-weight:800;color:#0f172a;line-height:1}.tml-stars{display:flex;gap:3px}.tml-score-sub{font-size:.82rem;color:#64748b;font-weight:500}.tml-summary-divider{width:1px;height:80px;background:#e2e8f0;flex-shrink:0}.tml-summary-stats{display:flex;gap:40px;flex-wrap:wrap}.tml-summary-stat{display:flex;flex-direction:column;gap:4px}.tml-stat-num{font-size:2rem;font-weight:800;color:#0f4c75;line-height:1}.tml-stat-lbl{font-size:.82rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.tml-filter-row{display:flex;gap:10px;margin-bottom:24px;flex-wrap:wrap}.tml-filter-btn{padding:7px 18px;border:1.5px solid #e2e8f0;border-radius:20px;background:#fff;color:#475569;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s}.tml-filter-btn:hover{border-color:#0f4c75;color:#0f4c75}.tml-filter-btn--active{background:#0f4c75;border-color:#0f4c75;color:#fff}.tml-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-bottom:40px}.tml-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s,transform .2s}.tml-card:hover{box-shadow:0 6px 24px rgba(15,76,117,.1);transform:translateY(-2px)}.tml-card-top{display:flex;justify-content:space-between;align-items:center}.tml-quote-icon{color:#bfdbfe}.tml-text{font-size:.92rem;line-height:1.7;color:#475569;flex:1 1;margin:0;font-style:italic}.tml-card-foot{gap:12px;border-top:1px solid #f1f5f9;padding-top:14px}.tml-avatar,.tml-card-foot{display:flex;align-items:center}.tml-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#0f4c75,#1b6ca8);color:#fff;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}.tml-author{display:flex;flex-direction:column;gap:2px;min-width:0}.tml-name{font-weight:700;font-size:.875rem;color:#0f172a}.tml-meta{font-size:.75rem;color:#94a3b8}.tml-product{font-size:.75rem;color:#0f4c75;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tml-cta-btn{display:inline-block;padding:11px 28px;border-radius:9px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.tml-cta-btn--primary{background:#0f4c75;color:#fff}.tml-cta-btn--primary:hover{background:#1b6ca8}.tml-cta-btn--outline{border:2px solid #0f4c75;color:#0f4c75}.tml-cta-btn--outline:hover{background:#0f4c75;color:#fff}@media (max-width:600px){.tml-summary{gap:24px}.tml-summary-divider{display:none}.tml-summary-stats{gap:20px}.tml-grid{grid-template-columns:1fr}}