.testimonial-popup{position:fixed;z-index:10000;max-width:350px;background-color:rgba(255,255,255,.98);border:1px solid rgba(0,0,0,.1);border-left:5px solid var(--color-accent);border-radius:8px;padding:1rem 1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.15);opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,transform .5s ease-in-out;height:auto!important;min-height:0!important}.testimonial-popup.bottom-right{bottom:20px;right:20px;transform:translateX(100px)}.testimonial-popup.bottom-left{bottom:20px;left:20px;transform:translateX(-100px)}.testimonial-popup.top-right{top:20px;right:20px;transform:translateX(100px)}.testimonial-popup.top-left{top:20px;left:20px;transform:translateX(-100px)}.testimonial-popup.show{opacity:1;visibility:visible;transform:translateX(0)}.testimonial-popup-content p{margin:0;font-size:.9rem;color:#555;line-height:1.4}.testimonial-popup-content strong{display:block;font-size:.95rem;color:var(--color-dark);margin-top:5px;font-weight:600}.testimonial-popup-content .company{font-size:.8rem;color:var(--color-accent);font-weight:500}@media (max-width:767px){.testimonial-popup{max-width:none;width:calc(100% - 24px);left:12px!important;right:12px!important;padding:.5rem .75rem;box-shadow:0 6px 18px rgba(0,0,0,.12);max-height:20vh;overflow:hidden;pointer-events:none;height:auto!important;min-height:0!important;top:auto!important}.testimonial-popup.top-left,.testimonial-popup.top-right{top:auto!important;bottom:16px!important;transform:translateX(0)}.testimonial-popup-content p{font-size:.8rem;line-height:1.3;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.testimonial-popup-content strong{font-size:.85rem;margin-top:4px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere;word-break:break-word}.testimonial-popup-content .company{display:none}}