/**
 * SSRP LP — Featured Testimonial Banner block.
 *
 * Figma node 1393:23065.
 */

.ssrp-lp-section--featured-testimonial-banner {
	padding: 48px 16px;
}

.ssrp-lp-section--featured-testimonial-banner .ssrp-lp-section__inner {
	max-width: 1280px;
	padding: 0;
}

.ssrp-lp-ftb__header {
	padding: 0 0 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
}

.ssrp-lp-ftb__eyebrow {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--ssrp-lp-font, 'Barlow', sans-serif);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #030712;
}

.ssrp-lp-ftb__eyebrow-icon {
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	color: #1995E2;
}

.ssrp-lp-ftb__heading {
	margin: 0;
	font-family: var(--ssrp-lp-font, 'Barlow', sans-serif);
	font-weight: 400;
	font-size: clamp(2rem, 4vw, 48px);
	line-height: 1.2;
	color: #030712;
	text-wrap: balance;
}

/* ----- Banner ----- */
.ssrp-lp-ftb__banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	overflow: hidden;
	text-decoration: none;
	margin: 24px 0;
	aspect-ratio: 1280 / 400;       /* Constrained widescreen banner */
	min-height: 280px;
	max-height: 480px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	font: inherit;
	color: inherit;
	width: 100%;
}

.ssrp-lp-ftb__banner-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.ssrp-lp-ftb__banner-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.ssrp-lp-ftb__banner-btn {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 48px;
	padding: 0 12px 0 20px;
	border-radius: 9999px;
	background: #FFFFFF;
	color: #030712;
	font-family: var(--ssrp-lp-font, 'Barlow', sans-serif);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ssrp-lp-ftb__banner-btn-icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

/* ----- Quote ----- */
.ssrp-lp-ftb__quote {
	max-width: 768px;
	margin: 20px auto 32px;
	padding: 0 3px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ssrp-lp-ftb__quote-text,
.ssrp-lp-ftb__quote-text.wp-block-quote {
	margin: 0;
	padding: 0;
	border: none !important;
	border-left: none !important;
	background: transparent !important;
	background-color: transparent !important;
	quotes: none;
	font-family: var(--ssrp-lp-font, 'Barlow', sans-serif);
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.125rem, 2vw, 24px);
	line-height: 1.5;
	color: #030712;
	box-shadow: none;
}

.ssrp-lp-ftb__quote-text::before,
.ssrp-lp-ftb__quote-text::after {
	content: '';
}

.ssrp-lp-ftb__attribution {
	font-family: var(--ssrp-lp-font, 'Barlow', sans-serif);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #374151;
}

/* ----- CTA ----- */
.ssrp-lp-ftb__cta-wrap {
	display: flex;
	justify-content: center;
	padding-bottom: 48px;
}

.ssrp-lp-ftb__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 20px;
	border-radius: 9999px;
	background: #030712;
	color: #FFFFFF;
	font-family: var(--ssrp-lp-font, 'Barlow', sans-serif);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.18s ease;
}

.ssrp-lp-ftb__cta:hover,
.ssrp-lp-ftb__cta:focus-visible {
	background: #1F2937;
	color: #FFFFFF;
}

/* Testimonial blockquote — Figma reg/2xl 24px / 150% lh, plain dark text, no
   browser default blockquote styling. */
.ssrp-lp-ftb__quote-text {
	margin: 0;
	padding: 0;
	border: none;
	quotes: none;
}

.ssrp-lp-ftb__quote-text::before,
.ssrp-lp-ftb__quote-text::after {
	content: '';
}

@media (max-width: 768px) {
	.ssrp-lp-ftb__header {
		padding: 48px 0 16px;
	}
	.ssrp-lp-ftb__banner {
		padding: 96px 16px;
		min-height: 280px;
	}
}
