/* Homepage customer testimonials. */
.home-reviews {
	padding: clamp(76px, 7vw, 104px) 0;
	border-bottom: 1px solid #e7ebf2;
	background: linear-gradient(180deg, #f8faff, #fff);
}
.home-reviews__head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.home-reviews__head .eyebrow { margin-bottom: 17px; }
.home .home-reviews__head h2 { margin: 0; color: var(--home-ink, #0f172a); font-size: clamp(36px, 4vw, 50px); line-height: 1.08; letter-spacing: -.042em; }
.home-reviews__head p { max-width: 610px; margin: 16px auto 0; color: var(--home-copy, #526075); font-size: 16px; line-height: 1.7; }
.home-reviews__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-review { display: flex; min-width: 0; min-height: 272px; padding: 25px; flex-direction: column; border: 1px solid #e2e7f0; border-radius: 18px; background: #fff; box-shadow: 0 14px 32px rgba(15,23,42,.055); }
.home-review__stars { color: #f59e0b; font-size: 16px; letter-spacing: .12em; line-height: 1; }
.home-review blockquote { margin: 19px 0 23px; }
.home-review blockquote p { margin: 0; color: #344054; font-size: 14px; line-height: 1.72; }
.home-review footer { display: grid; gap: 4px; margin-top: auto; padding-top: 17px; border-top: 1px solid #edf0f5; }
.home-review footer strong { color: #1d2939; font: 800 13px/1.4 'Manrope', sans-serif; }
.home-review footer span { color: #697586; font-size: 11.5px; line-height: 1.45; }
@media (hover: hover) { .home-review { transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; } .home-review:hover { border-color: rgba(91,92,240,.33); box-shadow: 0 20px 38px rgba(15,23,42,.1); transform: translateY(-3px); } }
@media (max-width: 980px) { .home-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-review { min-height: 228px; } }
@media (max-width: 640px) { .home-reviews { padding: 67px 0; } .home .home-reviews__head h2 { font-size: clamp(31px, 9.5vw, 39px); } .home-reviews__head p { font-size: 14.5px; } .home-reviews__grid { grid-template-columns: 1fr; gap: 13px; } .home-review { min-height: 0; padding: 23px; } }
