.testimonial-card{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;min-width:260px;max-width:280px;flex-shrink:0;box-shadow:0 2px 12px rgba(0,0,0,.1)}.testimonial-card__body{padding:var(--space-sm);position:relative}.testimonial-card__date{position:absolute;top:var(--space-sm);right:var(--space-sm);font-size:.7rem;color:var(--color-text-secondary)}.testimonial-card__author{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background-color:var(--color-bg-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-secondary);overflow:hidden}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__avatar svg{width:22px;height:22px}.testimonial-card__name{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--color-text);line-height:1.2}.testimonial-card__stars{display:flex;gap:2px;font-size:1.1rem}.star--filled{color:#FBBC04;text-shadow:0 1px 2px rgba(251,188,4,.3)}.star--empty{color:#dadce0}.testimonial-card__review{font-size:.8rem;color:var(--color-text-secondary);line-height:1.5}.testimonial-card__review--truncated{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.testimonials{background-color:#872021;background-image:var(--buildings-url,none);background-position:bottom;background-size:100% 100%;background-repeat:no-repeat;overflow:hidden;position:relative}.testimonials .container{position:relative;z-index:1}.testimonials__title{font-size:2.75rem;font-weight:700;color:var(--color-white);margin-bottom:.25rem}.testimonials__subtitle{font-size:1.9rem;color:var(--color-white);font-style:italic;font-weight:300;margin-bottom:var(--space-md)}.testimonials__track{width:100%;overflow:hidden;position:relative;z-index:1}.testimonials__cards{display:flex;gap:var(--space-md);padding:var(--space-sm) 0 var(--space-md);width:max-content;animation:scroll-reviews 40s linear infinite}.testimonials__cards:hover{animation-play-state:paused}@keyframes scroll-reviews{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonials__footer{position:relative}.testimonials__action{padding-top:var(--space-sm);text-align:left}.testimonials__reviews-img{position:absolute;right:0;bottom:0;height:300px;width:auto;z-index:2;pointer-events:none}@media (max-width:768px){.testimonials__title{font-size:1.6rem}.testimonials__subtitle{font-size:1.2rem}.testimonials__cards{animation-duration:30s}.testimonials__reviews-img{height:160px}}