.testimonials-page{padding-top:0;min-height:100vh;background:var(--bg-secondary)}.testimonials-page .testimonials-container{max-width:1200px;margin:0 auto;padding:clamp(20px,3vw,28px) 20px 40px}.testimonials-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.testimonials-page .testimonial-card{background:var(--bg-primary);padding:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.testimonials-page .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.testimonials-page .testimonial-photo{position:relative;width:100%;aspect-ratio:6/5;background:var(--bg-light,#f0ebe3);overflow:hidden}.testimonials-page .testimonial-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1 1}.testimonials-page .testimonial-header{display:flex;gap:12px;margin-bottom:14px;align-items:flex-start}.testimonials-page .testimonial-info{flex:1 1;min-width:0}.testimonials-page .testimonial-name{font-size:17px;margin:0 0 4px;color:var(--text-primary);font-family:Cormorant Garamond,Playfair Display,serif;font-weight:600}.testimonials-page .testimonial-location{font-size:13px;color:var(--text-tertiary);margin:0 0 8px}.testimonials-page .testimonial-rating{display:flex;gap:3px}.testimonials-page .star{color:var(--border-light);font-size:13px}.testimonials-page .star.filled{color:var(--accent-gold)}.testimonials-page .testimonial-content{position:relative;margin-bottom:16px;flex:1 1}.testimonials-page .quote-icon{position:absolute;top:-2px;left:0;font-size:18px;color:var(--primary-color);opacity:.35}.testimonials-page .testimonial-text{font-size:14.5px;color:var(--text-secondary);line-height:1.55;padding-left:22px;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.testimonials-page .testimonial-footer{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--border-light);margin-top:auto}.testimonials-page .testimonial-date{font-size:12px;color:var(--text-quaternary)}@media (max-width:968px){.testimonials-page .testimonials-container{padding:16px 14px 32px}.testimonials-page .testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.testimonials-page .testimonial-photo{aspect-ratio:1/1}.testimonials-page .testimonial-body{padding:12px 12px 14px}.testimonials-page .testimonial-header{margin-bottom:8px;gap:8px}.testimonials-page .testimonial-name{font-size:14px;margin-bottom:2px}.testimonials-page .testimonial-location{font-size:11px;margin-bottom:6px}.testimonials-page .star{font-size:11px}.testimonials-page .testimonial-content{margin-bottom:10px}.testimonials-page .quote-icon{font-size:14px}.testimonials-page .testimonial-text{font-size:12px;line-height:1.45;padding-left:18px;-webkit-line-clamp:4}.testimonials-page .testimonial-footer{padding-top:10px;gap:6px}.testimonials-page .testimonial-date{font-size:10px}}@media (max-width:480px){.testimonials-page .testimonials-container{padding:12px 10px 28px}.testimonials-page .testimonials-grid{gap:10px}.testimonials-page .testimonial-body{padding:10px 10px 12px}.testimonials-page .testimonial-name{font-size:12.5px}.testimonials-page .testimonial-location{font-size:10px}.testimonials-page .testimonial-text{font-size:11px;padding-left:16px;-webkit-line-clamp:3}}