.testimonials-hero{padding:64px 0 48px;background:linear-gradient(180deg,#fbf6ee 0%,#f6f0e6 100%)}
.testimonials-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:28px;align-items:stretch}
.testimonials-hero-copy{max-width:760px}
.testimonials-hero h1{font-size:clamp(3.6rem,7vw,5.8rem);line-height:.9;max-width:8.5ch;margin:12px 0 20px}
.testimonials-hero-intro{max-width:42rem;font-size:1.12rem;line-height:1.7;color:var(--muted)}
.testimonial-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.testimonial-hero-points span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid rgba(8,46,71,.08);color:var(--text);font-size:.92rem;font-weight:700}
.testimonials-hero-aside{display:grid;gap:16px}
.testimonial-summary-card{padding:28px;border-radius:28px;background:linear-gradient(145deg,rgba(8,46,71,.94),rgba(13,66,97,.92));color:#fff;border:none;box-shadow:0 22px 46px rgba(8,46,71,.18);text-align:left}
.testimonial-summary-card>strong{font-size:clamp(3rem,5vw,4rem);line-height:1}
.testimonial-summary-card small{opacity:.88;color:rgba(255,255,255,.84)}
.testimonial-hero-mini-grid{display:grid;gap:14px}
.testimonial-hero-mini{padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.82);border:1px solid rgba(8,46,71,.08);box-shadow:0 14px 30px rgba(8,46,71,.08)}
.testimonial-hero-mini-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.testimonial-hero-mini-head strong{font-size:1rem;color:var(--text)}
.testimonial-hero-mini-head span{font-size:.86rem;color:var(--muted)}
.testimonial-hero-mini h2{margin:10px 0 8px;font-size:1rem;line-height:1.3}
.testimonial-hero-mini p{margin:0;color:var(--muted);line-height:1.65;font-size:.94rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.testimonials-section .testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.testimonials-section .testimonial-card{border-radius:26px;padding:24px 22px}
.testimonials-section .testimonial-card blockquote{font-size:.98rem;line-height:1.8}
@media (max-width: 980px){.testimonials-hero-grid{grid-template-columns:1fr}.testimonials-hero h1{max-width:none;font-size:clamp(2.8rem,11vw,4.4rem)}.testimonial-hero-points span{width:100%;justify-content:flex-start}}
