body.aera-lp-page .aera-lp-section-testimonials__title {
	margin: 0 0 1.5rem;
	font-size: clamp(1.4rem, 2.2vw, 1.9rem);
	line-height: 1.2;
	text-align: center;
	color: var(--aera-lp-text);
}

body.aera-lp-page .aera-lp-section-testimonials__grid {
	display: grid;
	gap: 1.25rem;
	padding-top: 0.9rem;
}

@media (min-width: 640px) {
	body.aera-lp-page .aera-lp-section-testimonials__grid {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}
}

body.aera-lp-page .aera-lp-testimonial__quote {
	margin: 0 0 1.25rem;
	color: var(--aera-lp-text);
	font-size: 0.97rem;
	line-height: 1.65;
}

body.aera-lp-page .aera-lp-testimonial__author-name {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--aera-lp-text);
}

body.aera-lp-page .aera-lp-testimonial__author-role {
	margin: 2px 0 0;
	font-size: 0.82rem;
	color: var(--aera-lp-muted);
}

/* Avatar break-out: image protrudes above the card edge */
body.aera-lp-page .aera-lp-testimonial {
	overflow: visible !important;
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 42px;
}

body.aera-lp-page .aera-lp-testimonial__author {
	margin-top: auto;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
}

body.aera-lp-page .aera-lp-testimonial__author-image {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 56px;
	border-radius: var(--aera-lp-radius-button);
	object-fit: cover;
	border: 2px solid var(--aera-lp-accent);
	box-shadow:
		0 0 0 4px var(--aera-lp-surface),
		0 0 18px color-mix(in srgb, var(--aera-lp-accent) 40%, transparent),
		0 6px 20px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
