.review-grid{position:relative;margin:4rem -1rem 0;min-height:40rem;max-height:120vh;overflow:hidden;display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}@media (min-width: 375px){.review-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.review-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.review-card{background:#fff;border-radius:1.25rem;padding:1.5rem;box-shadow:0 6px 12px -3px #00000008;opacity:0;transform:translateY(10px);animation:fade-up .5s ease-out forwards}.review-column>:nth-child(1){animation-delay:0s}.review-column>:nth-child(2){animation-delay:.1s}.review-column>:nth-child(3){animation-delay:.2s}.review-column>:nth-child(4){animation-delay:.3s}.review-column>:nth-child(5){animation-delay:.4s}.review-column>:nth-child(6){animation-delay:.5s}.review-column>:nth-child(n+7){animation-delay:.6s}@keyframes fade-up{to{opacity:1;transform:translateY(0)}}.star-rating{display:flex;gap:.25rem}.star{width:1.25rem;height:1.25rem;fill:#e5e7eb}.star.filled{fill:#06b6d4}.review-title{margin-top:1rem;font-size:1.125rem;font-weight:600;line-height:1.4;position:relative}.review-title:before{content:"“";color:#9ca3af;font-size:1.5rem}.review-title:after{content:"”";color:#9ca3af;font-size:1.5rem}.review-body{margin-top:.75rem;font-size:.9375rem;line-height:1.6;color:#4b5563}.review-author{margin-top:1rem;font-size:.875rem;font-weight:500;color:#6b7280;display:block}.review-author:before{content:"– ";font-weight:400}.review-column{display:flex;flex-direction:column;gap:1.75rem;padding:1.5rem 0;animation:marquee linear infinite}@keyframes marquee{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.review-grid:before,.review-grid:after{content:"";position:absolute;left:0;right:0;height:3rem;pointer-events:none;z-index:10}.review-grid:before{top:0;background:linear-gradient(to bottom,white,transparent 80%)}.review-grid:after{bottom:0;background:linear-gradient(to top,white,transparent 80%)}.review-grid.hidden{display:none}.review-column{will-change:transform}
