/* MRE Area CTA — visual baseline matches Vision Builder Control's cta-centered-yellow component. */

.mre-area-cta {
	background: #1a2b3c; /* placeholder dark — will be tuned to match the live site's footer band */
	color: #fff;
	padding: 64px 24px;
	text-align: center;
}

.mre-area-cta__inner {
	max-width: 760px;
	margin: 0 auto;
}

.mre-area-cta__tagline {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 12px;
	opacity: 0.85;
}

.mre-area-cta__heading {
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.15;
	margin: 0 0 18px;
	font-weight: 700;
}

.mre-area-cta__paragraph {
	font-size: 17px;
	line-height: 1.55;
	margin: 0 auto 14px;
	max-width: 640px;
	opacity: 0.92;
}

.mre-area-cta__buttons {
	margin-top: 28px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.mre-area-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	transition: transform 120ms ease, opacity 120ms ease;
}

.mre-area-cta__button:hover {
	transform: translateY(-1px);
	opacity: 0.92;
	text-decoration: none;
}

.mre-area-cta__button--primary {
	background: #f5c518; /* yellow primary, baseline */
	color: #111;
}

.mre-area-cta__button--secondary {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
