/* Manual testimonials and Google Reviews. */
.testimonials-block { padding: 96px 0; background: var(--fa-color-primary-very-light); }
.testimonials-block__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 80px; align-items: end; margin-bottom: 38px; }
.testimonials-block__eyebrow { margin: 0 0 14px; color: var(--fa-color-primary); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.testimonials-block__title { max-width: 760px; margin: 0; font-size: 46px; line-height: 1.08; font-weight: 500; letter-spacing: -.045em; }
.testimonials-block__title em { color: var(--fa-color-primary); font-style: normal; }
.testimonials-block__text { max-width: 500px; color: rgba(0, 0, 0, .65); font-size: 15px; line-height: 1.7; }
.testimonials-block__text > :first-child { margin-top: 0; }
.testimonials-block__text > :last-child { margin-bottom: 0; }
.testimonials-block__summary { display: inline-flex; gap: 12px; align-items: center; margin-bottom: 24px; padding: 10px 16px; background: rgba(255, 255, 255, .72); border: 1px solid rgba(0, 101, 177, .14); border-radius: 999px; }
.testimonials-block__summary strong { color: var(--fa-color-text); font-size: 20px; }
.testimonials-block__summary span:last-child { color: rgba(0, 0, 0, .62); font-size: 13px; }
.testimonials-block__stars { color: var(--fa-color-primary); letter-spacing: .08em; }
.testimonials-block__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testimonials-block__card { display: flex; flex-direction: column; min-height: 310px; padding: 30px; background: rgba(255, 255, 255, .78); border: 1px solid rgba(0, 101, 177, .14); border-radius: 22px; box-shadow: 0 18px 44px rgba(0, 45, 79, .07); backdrop-filter: blur(18px); }
.testimonials-block__card blockquote { margin: 24px 0 32px; padding: 0; border: 0; color: var(--fa-color-text); background: transparent; font-size: 17px; line-height: 1.7; }
.testimonials-block__card blockquote > :first-child { margin-top: 0; }
.testimonials-block__card blockquote > :last-child { margin-bottom: 0; }
.testimonials-block__card footer { display: flex; gap: 12px; align-items: center; margin-top: auto; }
.testimonials-block__avatar { display: flex; width: 46px; height: 46px; flex: 0 0 auto; align-items: center; justify-content: center; overflow: hidden; color: var(--fa-color-primary); background: var(--fa-color-primary-light); border-radius: 50%; font-weight: 800; }
.testimonials-block__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonials-block__card footer > div:nth-child(2) { display: grid; gap: 2px; min-width: 0; }
.testimonials-block__card footer strong { font-size: 14px; }
.testimonials-block__card footer span { color: rgba(0, 0, 0, .56); font-size: 12px; }
.testimonials-block__source { margin-left: auto; color: var(--fa-color-primary); font-size: 11px; font-weight: 700; text-decoration: none; }
.testimonials-block__notice { max-width: 900px; margin: 22px 0 0; color: rgba(0, 0, 0, .52); font-size: 11px; line-height: 1.6; }
.testimonials-block__notice a { color: inherit; }
@media (max-width: 1000px) {
	.testimonials-block__intro { grid-template-columns: minmax(0, 1fr); gap: 24px; }
	.testimonials-block__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px) {
	.testimonials-block { padding: 64px 0; }
	.testimonials-block__title { font-size: 36px; }
	.testimonials-block__grid { grid-template-columns: minmax(0, 1fr); }
	.testimonials-block__card { min-height: 0; }
	.testimonials-block__summary { flex-wrap: wrap; border-radius: 18px; }
}
