.testimonials-section{background:var(--off-white);overflow:hidden;padding:170px 48px 120px;position:relative}.testimonials-section:before{color:hsla(0,0%,100%,.04);content:'"';font-family:var(--font-display);font-size:600px;font-weight:900;left:-40px;line-height:1;pointer-events:none;position:absolute;top:-70px}.testimonials-section .testimonials-header{margin-bottom:64px}.testimonials-section .testimonials-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);position:relative;z-index:1}.testimonials-section .testimonial-card{background:var(--white);border-left:3px solid var(--red);padding:40px 36px;position:relative;transition:all .3s ease-in-out}.testimonials-section .testimonial-quote{color:var(--mid);font-size:15px;font-style:italic;font-weight:300;line-height:1.75;margin-bottom:28px}.testimonials-section .testimonial-author{color:var(--charcoal);font-family:var(--font-semi);font-size:18px;font-weight:600;margin-bottom:2px}.testimonials-section .testimonial-company{color:var(--muted);font-size:16px;letter-spacing:.04em}.testimonials-section .section-eyebrow{align-items:center;color:var(--red);display:flex;font-family:var(--font-semi);font-size:16px;font-weight:600;gap:10px;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.testimonials-section .section-eyebrow:before{background:var(--red);content:"";display:block;height:2px;width:24px}.testimonials-section .section-headline h2{color:var(--charcoal);font-family:var(--font-display);font-size:clamp(40px,4vw,75px);font-weight:800;letter-spacing:-.01em;line-height:.95;margin-bottom:24px;text-transform:uppercase}.testimonials-section .section-body p{color:var(--mid);font-size:20px;font-weight:300;line-height:1.7;margin-bottom:32px}.testimonials-section .testimonial-card:hover{background:linear-gradient(135deg,#c8202a,#a81820);border-color:#fff;box-shadow:0 20px 50px rgba(0,0,0,.35),0 0 0 1px hsla(0,0%,100%,.05);color:#fff;transform:translateY(-6px)}.testimonials-section .testimonial-card:hover .testimonial-company,.testimonials-section .testimonial-card:hover p{color:#fff}.testimonials-section .testimonial-quote p{font-size:20px;font-weight:500;font-weight:400;line-height:1.8}.testimonial-author{font-size:18px;font-weight:700;margin-top:10px}.testimonial-company{font-size:16px;opacity:.7}.testimonial-card:hover{transform:translateY(-8px)}@media (max-width:1024px){.testimonials-section{padding:100px 32px}.testimonials-section .testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.testimonials-section{padding:80px 20px}.testimonials-section:before{font-size:180px;left:-10px;top:-40px}.testimonials-section .testimonials-grid{grid-template-columns:1fr}.testimonials-section .testimonial-card{padding:28px 22px}}