.customer-reviews-container{max-width:1400px;margin:0 auto}.reviews-heading{text-align:center;font-size:clamp(28px, 5vw, 36px);font-weight:600;margin-bottom:12px;color:#2f2f2f}.reviews-subheading{text-align:center;font-size:clamp(16px, 2.5vw, 20px);color:#777;margin-bottom:140px}.reviews-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:64px}.reviews-controls{display:none;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:20px}.reviews-control{width:44px;height:44px;border-radius:50%;border:1px solid #e5e5e5;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.reviews-control svg{width:20px;height:20px}.review-card{position:relative;background:#f6f6f6;border-radius:36px;padding:40px;margin-top:3em}.review-header{position:absolute;top:-100px;left:-20px;display:flex;align-items:center;gap:20px}.customer-image{width:140px;height:140px;border-radius:50%;overflow:hidden;background:#e0e0e0;flex-shrink:0}.customer-image img{width:100%;height:100%;object-fit:cover}.customer-info{padding-bottom:20px}.customer-name{font-size:22px;font-weight:600;color:#2f2f2f;margin-bottom:6px}.star-rating{display:flex;gap:0}.star{width:18px;height:18px}.review-title{font-size:20px;font-weight:400;color:#2f2f2f;margin-bottom:18px}.review-text{font-size:16px;line-height:1.75;color:#5e5e5e;max-width:520px}@media (min-width:768px){.customer-reviews-container{padding:100px 24px}}@media (max-width:767px){.customer-reviews-container{padding:24px}.reviews-controls{display:flex}.reviews-wrapper{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:20px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.reviews-wrapper::-webkit-scrollbar{display:none}.review-card{flex:0 0 85%;scroll-snap-align:start}.review-card{min-height:auto}.review-header{left:28px;top:-40px}.customer-image{width:80px;height:80px}.customer-name{font-size:20px}.review-title{font-size:18px}.review-text{font-size:16px}}@media (min-width:1024px){.reviews-wrapper{grid-template-columns:repeat(3,1fr)}}