.trust-reviews{margin:0;padding:var(--spacing-xl) 0;background-color:var(--section-bg-white)}.trust-reviews .section-title{padding-top:0}.trust-reviews__container{background-color:var(--section-bg-alt);border-radius:var(--radius);box-shadow:0 4px 12px rgba(0,0,0,.20);padding:20px;display:flex;gap:var(--spacing-md);align-items:stretch;height:240px}.trust-reviews__rating-section{flex:0 0 150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-width:150px;position:relative;gap:var(--spacing-sm)}.trust-reviews__rating-section::after{content:'';position:absolute;right:0;top:5%;bottom:5%;width:1px;background-color:#ddd}.trust-reviews__rating-number{font-size:2.25rem;font-weight:700;color:#fbbc04;margin-bottom:var(--spacing-xs);height:auto;display:flex;align-items:center}.trust-reviews__stars{display:flex;gap:3px;margin-bottom:var(--spacing-sm)}.trust-reviews__star{width:21px;height:21px;fill:#fbbc04}.trust-reviews__google-icon{display:flex;justify-content:center;align-items:center;height:38px}.trust-reviews__google-icon svg{width:38px;height:38px}.trust-reviews__reviews-section{flex:1;position:relative;display:flex;flex-direction:column;justify-content:stretch;overflow:hidden}.trust-reviews__mobile-carousel{display:none}.trust-reviews__desktop-grid{display:none}.trust-reviews__desktop-carousel{display:block;height:100%;position:relative}.trust-reviews__desktop-carousel-container{overflow:hidden;height:calc(100% - 40px)}.trust-reviews__desktop-track{display:flex;transition:transform .5s ease;height:100%}.trust-reviews__review-card{background-color:#fff;border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;justify-content:space-between;flex:0 0 calc(33.333% - 10px);margin-right:15px;height:100%;border:none}.trust-reviews__review-card:last-child{margin-right:0}.trust-reviews__review-card .trust-reviews__review-text{font-size:1rem;margin-bottom:var(--spacing-md);line-height:1.6;flex-grow:1;color:#333;font-style:italic;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.trust-reviews__review-card .trust-reviews__review-meta{flex-direction:row;align-items:center;justify-content:space-between;gap:6px;font-size:.85rem}.trust-reviews__review-card .trust-reviews__reviewer-name{font-size:.9rem;font-weight:600}.trust-reviews__review-card .trust-reviews__review-date{font-size:.8rem}.trust-reviews__desktop-dots{display:flex;justify-content:center;gap:6px;position:absolute;bottom:0;left:0;right:0;margin:0}.trust-reviews__desktop-dot{width:8px;height:8px;border-radius:50%;background-color:#ddd;cursor:pointer;transition:background-color .3s ease}.trust-reviews__desktop-dot.active{background-color:var(--primary-color)}.trust-reviews__review-text{font-size:1rem;line-height:1.6;color:#333;margin-bottom:var(--spacing-md);font-style:italic;overflow:visible;display:block}.trust-reviews__review-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#666}.trust-reviews__reviewer-name{font-size:.9rem;font-weight:600}.trust-reviews__review-date{font-size:.8rem;color:#999}@media (max-width:1023px){.trust-reviews{padding-top:20px}.trust-reviews__container{padding:10px;height:132px}.trust-reviews__rating-section{flex:0 0 33%;min-width:80px;justify-content:flex-start;gap:0;padding:8px 0}.trust-reviews__rating-number{font-size:1.35rem;margin-bottom:0;height:30px}.trust-reviews__stars{gap:1px;margin-bottom:auto}.trust-reviews__star{width:16px;height:16px}.trust-reviews__google-icon{height:44px}.trust-reviews__google-icon svg{width:44px;height:44px}.trust-reviews__reviews-section{justify-content:center;padding-top:10px;padding-bottom:0}.trust-reviews__mobile-carousel{display:block;height:100%}.trust-reviews__desktop-carousel{display:none}.trust-reviews__carousel-container{position:relative;height:60px;display:flex;align-items:center}.trust-reviews__review-slide{display:none;opacity:0;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0;right:0;height:100%}.trust-reviews__review-slide.active{display:block;opacity:1}.trust-reviews__review-slide .trust-reviews__review-text{font-size:.75rem;line-height:1.4;margin-bottom:4px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.trust-reviews__review-slide .trust-reviews__review-meta{font-size:.656rem}.trust-reviews__review-slide .trust-reviews__reviewer-name{font-size:.656rem;font-weight:600}.trust-reviews__review-slide .trust-reviews__review-date{font-size:.6rem;color:#999}.trust-reviews__carousel-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;gap:4px}.trust-reviews__dot{width:6px;height:6px;border-radius:50%;background-color:#ddd;cursor:pointer;transition:background-color .3s ease}.trust-reviews__dot.active{background-color:var(--primary-color)}}