/* Consistent blue result headings on cards and page excerpts. */
.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}
.testimonial-card{margin:0;padding:28px;background:#f7f9fc;border:1px solid var(--line);border-top:3px solid var(--blue);border-radius:4px;min-width:0;scroll-margin-top:115px}
.testimonial-card .testimonial-result,.subject-testimonial .testimonial-result{font-family:var(--sans);font-size:1.65rem;font-weight:600;line-height:1.35;letter-spacing:-.025em;color:var(--blue);margin:0 0 16px;overflow-wrap:break-word}
.testimonial-card .testimonial-result-detail,.subject-testimonial .testimonial-result-detail{font-size:.875rem;line-height:1.55;color:var(--muted);margin:-6px 0 20px;max-width:48ch}
.testimonial-card blockquote{margin:0;font-size:1.02rem;line-height:1.7;overflow-wrap:anywhere}
.testimonial-card blockquote p:before,.subject-testimonial blockquote:before{content:'“'}
.testimonial-card blockquote p:after,.subject-testimonial blockquote:after{content:'”'}
.testimonial-person{display:flex;flex-direction:column;margin-top:24px;font-size:.875rem;line-height:1.6;gap:2px}
.testimonial-person strong{font-weight:600}
.testimonial-person span,.testimonial-person small{color:var(--muted)}
.testimonial-person small{font-size:.8125rem;margin-top:5px}
.testimonial-card .review-source{display:table;font-size:.875rem;color:var(--blue);text-decoration:underline;text-underline-offset:4px;margin-top:18px}
.testimonial-card .review-source:hover{color:var(--deep)}
.testimonial-featured .testimonial-grid{align-items:stretch}
.testimonial-compact{display:flex;flex-direction:column}
.testimonial-compact blockquote{font-family:var(--serif);font-size:1.65rem;line-height:1.35;letter-spacing:-.01em}
.testimonial-compact .testimonial-person{margin-top:auto;padding-top:24px}
.testimonial-compact .review-source{align-self:start}
.testimonial-translation{font-size:.8125rem;color:var(--muted);margin-top:14px}
.testimonials-hero h1{font-size:clamp(3.2rem,5.5vw,4.8rem)}
.testimonials-hero .body-large{max-width:620px}
.testimonial-collection{padding-top:40px}
.testimonial-collection .testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.testimonial-collection .testimonial-card{background:white;padding:28px 30px}
.review-controls{display:flex;align-items:end;gap:22px;margin-bottom:15px}
.review-search{display:flex;flex-direction:column;gap:7px;flex:1 1 245px;max-width:480px;font-size:.875rem;color:var(--muted)}
.review-search input{border:1px solid var(--line);background:white;border-radius:4px;padding:10px 12px;min-height:44px;width:100%;font-size:1rem;color:var(--ink)}
.review-count{font-size:.875rem;color:var(--muted);margin-bottom:20px}
.review-count:empty{display:none}
.review-empty{padding-block:30px;color:var(--muted)}
.testimonial-collection [hidden]{display:none!important}
.subject-testimonial{padding-block:54px;background:#f7f9fc;border-block:1px solid var(--line)}
.subject-testimonial .wrap{max-width:850px}
.subject-testimonial blockquote{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.35;margin:0 0 22px}
.subject-testimonial .eyebrow{margin-bottom:18px}
.subject-testimonial p{font-size:.875rem;color:var(--muted)}
.subject-testimonial .text-link{font-size:.875rem;margin-top:15px}
.rates-details+.faq-section{padding-top:48px}
@media(max-width:1050px){.testimonial-card{padding:23px}.testimonial-compact blockquote{font-size:1.5rem}}
@media(max-width:720px){
  .testimonial-grid,.testimonial-collection .testimonial-grid{grid-template-columns:1fr;gap:20px}
  .testimonial-card,.testimonial-collection .testimonial-card{padding:24px}
  .testimonial-card .testimonial-result,.subject-testimonial .testimonial-result{font-size:1.5rem}
  .testimonial-compact blockquote{font-size:1.65rem}
  .testimonial-featured .section-head .text-link{font-size:.875rem}
  .testimonials-hero h1{font-size:clamp(2.9rem,9.5vw,4rem)}
  .testimonial-collection{padding-top:30px}
  .review-search{max-width:none}
  .subject-testimonial{padding-block:40px}
  .rates-details+.faq-section{padding-top:36px}
}
.testimonial-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px 30px}
.testimonial-section-heading .text-link{flex:none;margin-top:0;white-space:nowrap}
@media(max-width:720px){.testimonial-section-heading{display:block}.testimonial-section-heading .text-link{margin:0 0 22px}.testimonial-section-heading .testimonial-result{margin-bottom:10px}}
