:root{--primarybg:linear-gradient(90deg,#ce2029,#18405b);--text-dark:#1a1a1a;--text-muted:#666;--dot-inactive:rgba(0,0,0,0.15);--dot-active:#18405b}.animated-testimonials{display:flex;flex-direction:column;align-items:center;padding:20px;overflow:hidden;position:relative}.testimonial-wrapper{width:min(90vw,1300px);position:relative}.testimonial-row{display:flex;justify-content:center;align-items:stretch;gap:2rem;flex-wrap:nowrap}.testimonial-card{flex:1 1 45%;border-radius:.75rem;overflow:hidden;display:flex;align-items:stretch;justify-content:space-between;gap:1.5rem;padding:2rem;transition:transform .4s ease;position:relative;background:transparent}.testimonial-card:hover{transform:translateY(-6px)}.testimonial-content{flex:1;display:flex;flex-direction:column;justify-content:center;background:var(--primarybg);color:white;padding:20px;border-radius:.75rem;box-shadow:0 10px 20px rgba(0,0,0,.15)}.quote{font-size:1.05rem;font-weight:600;line-height:1.6;margin-bottom:1rem}.name{font-size:.95rem;font-weight:700;color:#ffd700!important}.role{font-size:.85rem;color:rgba(255,255,255,.7)}.testimonial-image{width:100px;height:100px;object-fit:cover;border-radius:50%;border:4px solid #fff;position:absolute;right:0!important;bottom:0!important;transform:none;flex-shrink:0}.testimonial-nav{display:flex;justify-content:center;margin-top:2rem}.dot{width:.8rem;height:.8rem;border-radius:1rem;border:none;background-color:var(--dot-inactive);cursor:pointer;margin:0 .3rem;transition:all .4s ease}.dot.active{width:2rem;background:var(--primarybg);box-shadow:0 0 10px rgba(206,32,41,.3)}@media (max-width:768px){.testimonial-row{flex-direction:column;align-items:stretch}.testimonial-card{flex-direction:column-reverse;padding:1.5rem}.testimonial-content{padding:1.5rem}.testimonial-image{width:80px;height:80px;position:absolute;right:0!important;bottom:0!important;transform:none;flex-shrink:0}}.disclaimer-inner{margin-top:40px;color:#666;font-size:.9rem}