.testimonials-grid{font-family:Inter,sans-serif;padding:80px 20px;width:100%}.testimonials-grid__container{margin:0 auto;max-width:1200px}.testimonials-grid__header{padding:0 0 40px;text-align:center}.testimonials-grid__main-title{color:#183f36;font-size:48px;font-weight:700;line-height:1.2;margin:0 0 20px}.testimonials-grid__subtitle{color:#183f36;font-size:18px;font-weight:400;margin:0 auto;max-width:800px}.testimonials-grid__grid{display:grid;gap:8px;grid-template-columns:repeat(4,1fr);margin-bottom:50px}.testimonials-grid__card,.testimonials-grid__featured{border:1px solid #183f36;border-radius:30px;box-shadow:none;height:100%;overflow:hidden}.testimonials-grid__featured{display:flex;flex-direction:column;min-height:500px;position:relative}.testimonials-grid__featured-image,.testimonials-grid__featured-video{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.testimonials-grid__featured-image img{height:100%;object-fit:cover;width:100%}.testimonials-grid__featured-video iframe,.testimonials-grid__featured-video video{border:none;height:100%;object-fit:cover;width:100%}.testimonials-grid__featured-content{background:rgba(0,0,0,.4);display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:30px;position:relative;z-index:2}.testimonials-grid__featured-name{color:#fff;font-size:24px;font-weight:700;margin:0 0 5px}.testimonials-grid__featured-title{color:#fff;font-size:16px;margin:0}.testimonials-grid__card{background-color:#fff;display:flex;flex-direction:column;padding:30px}.testimonials-grid__name{color:#183f36;font-size:22px;font-weight:700;margin:0 0 5px}.testimonials-grid__title{color:#183f36;font-size:16px;margin:0 0 20px}.testimonials-grid__quote{color:#1e1e1e;flex-grow:1;font-size:16px;line-height:1.6;margin-bottom:20px}.testimonials-grid__rating{display:flex;margin-top:auto}.testimonials-grid__star{color:#dcb935;font-size:18px;margin-right:3px}.testimonials-grid__cta-container{display:flex;justify-content:center;margin-top:30px}.testimonials-grid__cta-button{background-color:#183f36;border-radius:16px;color:#fff;display:inline-block;font-size:16px;font-weight:600;padding:12px 60px;text-align:center;text-decoration:none;transition:background-color .3s ease}.testimonials-grid__cta-button:hover{background-color:#122e28;color:#fff;font-weight:600;text-decoration:none}.testimonials-grid__cta-button:active,.testimonials-grid__cta-button:focus,.testimonials-grid__cta-button:visited{background-color:#183f36;color:#fff;outline:none;text-decoration:none}.testimonials-grid__cta-button:hover:active,.testimonials-grid__cta-button:hover:focus,.testimonials-grid__cta-button:hover:visited{background-color:#122e28;color:#fff;text-decoration:none}@media (max-width:1100px){.testimonials-grid__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.testimonials-grid{box-sizing:border-box;margin:0 20px;padding:16px 0;width:calc(100% - 40px)}.testimonials-grid__container{margin:0 auto;max-width:none;padding:0}.testimonials-grid__header{padding:0 0 25px}.testimonials-grid__main-title{font-size:36px;line-height:1.3;margin:0 0 15px}.testimonials-grid__subtitle{margin:0 0 5px}.testimonials-grid__grid{gap:20px;grid-template-columns:1fr;margin-bottom:30px}.testimonials-grid__card{padding:20px}.testimonials-grid__featured{min-height:420px}.testimonials-grid__featured-content{padding:20px}.testimonials-grid__cta-container{margin-top:20px}.testimonials-grid__cta-button{display:block;padding:15px 20px;text-align:center;width:100%}}