.review-carousel{overflow-x:scroll;-webkit-overflow-scrolling:touch;padding:1rem 0;position:relative;scrollbar-width:none}.review-carousel::-webkit-scrollbar{display:none}.review-track{display:flex;gap:1rem;padding-left:1rem;padding-right:2rem}.review-card{background:#fff;border-radius:16px;box-shadow:0 10px 20px rgba(0,0,0,.1);display:flex;flex:0 0 32%;flex-direction:column;justify-content:space-between;min-width:260px;padding:1.2rem;position:relative}.review-card:after{background:#57c1c9;border:1px;border-radius:2px;bottom:0;content:"";height:4px;left:10%;position:absolute;width:80%}.review-name{font-size:1rem;font-weight:700;margin-bottom:.5rem}.stars{font-size:.9rem;margin-left:.3rem}.stars.trustpilot{color:#00b67a}.stars.google{color:#fbbc05}.review-text{font-size:.9rem;line-height:1.4;margin-bottom:.8rem}.review-logo{height:auto;margin-top:auto;width:80px}.review-logo.small{height:24px;width:24px}.cta-card{align-items:center;background:#e4f6f7;border:2px dashed #57c1c9;color:#57c1c9;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;position:relative;transition:all .3s ease}.cta-card:after{display:none}.cta-button{border:2px solid #57c1c9;border-radius:8px;color:#57c1c9;display:inline-block;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#57c1c9;color:#fff}@media (max-width:1024px){.review-card{flex:0 0 70%}}@media (max-width:768px){.review-card{flex:0 0 90%}}