.testimonials-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;padding:2rem}@media (min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(4,1fr)}}.testimonial-card{background:white;border-radius:.75rem;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:2.5rem 1.5rem;text-align:center;border:2px solid #3b82f6;position:relative;height:24rem;display:flex;flex-direction:column;justify-content:space-between;max-width:16rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.2)}.testimonial-avatar-wrapper{position:absolute;top:-2.5rem;left:50%;transform:translateX(-50%)}.testimonial-avatar{width:4rem;height:4rem;border-radius:9999px;border:4px solid #22c55e;overflow:hidden;background:#e5e7eb}.testimonial-quote{margin-top:2.5rem;font-style:italic;color:#374151;flex:1 1;overflow:scroll}.testimonial-author{margin-top:1rem;font-weight:600;color:#1d4ed8}.testimonial-link{text-decoration:none;color:inherit;display:inline-block}.carousel-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:32rem;margin:0 auto}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;padding:.5rem;cursor:pointer;color:#16a34a;transition:color .2s ease;font-size:1.25rem}.carousel-arrow:hover{color:#166534}.carousel-arrow.left{left:-.5rem}.carousel-arrow.right{right:-.5rem}.product-list{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;padding:20px}.product-card{flex:0 1 300px;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:8px;padding:16px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.1)}