#tc-stage{position:relative;width:100%;height:340px;overflow:hidden;--tc-slide-h:280px;--tc-stage-h:340px}.card-testimonial{position:absolute;top:0;left:-9999px;height:var(--tc-slide-h)}#tc-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:16px}#tc-prev,#tc-next{width:40px;height:40px;border-radius:50%;border:1px solid #b8cee8;background:#fff;color:#1a4fad;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,border-color 0.2s,color 0.2s,transform 0.15s;user-select:none}#tc-prev:hover,#tc-next:hover{background:#0f1f4a;border-color:#0f1f4a;color:#fff;transform:scale(1.08)}#tc-prev.tc-disabled,#tc-next.tc-disabled{opacity:.25;cursor:default;pointer-events:none}#tc-dots{display:flex;gap:8px;align-items:center}#tc-dots .tc-dot{width:8px;height:8px;border-radius:50%;background:#b8cee8;cursor:pointer;flex-shrink:0;transition:width 0.3s ease,background 0.3s ease}#tc-dots .tc-dot.tc-active{width:22px;border-radius:100px;background:#1a4fad}@media (max-width:600px){#tc-stage{height:360px;--tc-slide-h:310px;--tc-stage-h:360px}.card-testimonial{width:calc(100vw - 20px);max-width:340px;padding:20px 18px 16px;gap:10px}}