.seo-template-page .global-testimonials {
	padding: calc(var(--fg-space-20) - var(--fg-space-2)) var(--fg-space-4) var(--fg-space-20);
	border-top: var(--fg-space-px) solid var(--fg-color-border);
	border-bottom: var(--fg-space-px) solid var(--fg-color-border);
	background: var(--fg-color-muted-surface-30);
}

.seo-template-page .global-testimonials__inner {
	max-width: var(--fg-content-6xl);
	margin: var(--fg-space-0) auto;
}

.seo-template-page .global-testimonials__header {
	max-width: var(--fg-content-3xl);
}

.seo-template-page .global-testimonials__eyebrow {
	color: var(--fg-color-muted);
	font-size: var(--fg-text-xs);
	font-weight: var(--fg-weight-semibold);
	letter-spacing: var(--fg-tracking-eyebrow);
	line-height: var(--fg-leading-xs);
	text-transform: uppercase;
}

.seo-template-page .global-testimonials__title {
	margin: var(--fg-space-3) var(--fg-space-0) var(--fg-space-0);
	color: var(--fg-color-text);
	font-size: var(--fg-text-3xl);
	font-weight: var(--fg-weight-bold);
	letter-spacing: var(--fg-tracking-tight);
	line-height: var(--fg-leading-tight);
	text-wrap: pretty;
}

.seo-template-page .global-testimonials__intro {
	margin: var(--fg-space-4) var(--fg-space-0) var(--fg-space-0);
	color: var(--fg-color-muted);
	font-size: var(--fg-text-base);
	line-height: var(--fg-leading-relaxed);
	text-wrap: pretty;
}

.seo-template-page .global-testimonials__grid {
	display: grid;
	gap: var(--fg-space-6);
	margin-top: var(--fg-space-10);
}

.seo-template-page .global-testimonials__card {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	margin: 0;
	border: var(--fg-space-px) solid var(--fg-color-border);
	border-radius: var(--fg-radius-card);
	background: var(--fg-color-surface);
	padding: var(--fg-space-6);
	box-shadow: var(--fg-shadow-card);
}

.seo-template-page .global-testimonials__badge {
	position: absolute;
	top: calc(var(--fg-space-3) * -1);
	left: var(--fg-space-5);
	display: inline-flex;
	align-items: center;
	gap: var(--fg-space-1);
	border-radius: var(--fg-radius-full);
	background: var(--fg-color-text);
	padding: var(--fg-space-1) var(--fg-space-2-5);
	color: var(--fg-color-background);
	font-size: var(--fg-text-2xs);
	font-weight: var(--fg-weight-bold);
	letter-spacing: var(--fg-tracking-wide);
	line-height: var(--fg-leading-2xs);
	text-transform: uppercase;
	box-shadow: var(--fg-shadow-card-strong);
}

.seo-template-page .global-testimonials__badge-icon {
	width: var(--fg-icon-xs);
	height: var(--fg-icon-xs);
}

.seo-template-page .global-testimonials__quote-icon {
	width: var(--fg-icon-lg);
	height: var(--fg-icon-lg);
	margin-top: var(--fg-space-3);
	color: var(--fg-color-muted-60);
}

.seo-template-page .global-testimonials__quote {
	flex: 1;
	margin: var(--fg-space-4) var(--fg-space-0) var(--fg-space-0);
	color: var(--fg-color-text);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-relaxed);
}

.seo-template-page .global-testimonials__caption {
	margin-top: var(--fg-space-6);
	padding-top: var(--fg-space-4);
	border-top: var(--fg-space-px) solid var(--fg-color-border);
}

.seo-template-page .global-testimonials__name {
	display: flex;
	align-items: center;
	gap: var(--fg-space-1-5);
	color: var(--fg-color-text);
	font-size: var(--fg-text-sm);
	font-weight: var(--fg-weight-semibold);
	line-height: var(--fg-leading-sm);
}

.seo-template-page .global-testimonials__check {
	display: inline-flex;
	width: var(--fg-icon-md);
	height: var(--fg-icon-md);
	align-items: center;
	justify-content: center;
	border-radius: var(--fg-radius-full);
	background: var(--fg-color-text);
	color: var(--fg-color-background);
}

.seo-template-page .global-testimonials__check-icon {
	width: var(--fg-space-2-5);
	height: var(--fg-space-2-5);
}

.seo-template-page .global-testimonials__role {
	margin-top: var(--fg-space-0-5);
	color: var(--fg-color-muted);
	font-size: var(--fg-text-xs);
	line-height: var(--fg-leading-xs);
}

@media (min-width: 640px) {
	.seo-template-page .global-testimonials {
		padding: calc(var(--fg-space-24) - var(--fg-space-2)) var(--fg-space-6) var(--fg-space-24);
	}

	.seo-template-page .global-testimonials__title {
		font-size: var(--fg-text-5xl);
		line-height: var(--fg-leading-none);
	}

	.seo-template-page .global-testimonials__intro {
		font-size: var(--fg-text-lg);
		line-height: var(--fg-leading-relaxed);
	}
}

@media (min-width: 1024px) {
	.seo-template-page .global-testimonials {
		padding-top: calc(var(--fg-space-24) - var(--fg-space-2));
	}
}

@media (min-width: 768px) {
	.seo-template-page .global-testimonials__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--fg-space-3);
	}
}

@media (min-width: 1024px) {
	.seo-template-page .global-testimonials__grid {
		gap: var(--fg-space-5);
	}
}
