.rpd-resource-prefooter {
	background: var(--rpd-gold);
	color: var(--rpd-navy);
	padding-block: var(--rpd-space-16);
	text-align: center;
}

.rpd-resource-prefooter__inner {
	max-width: 50rem;
}

.rpd-resource-prefooter__eyebrow {
	color: var(--rpd-navy);
	font-size: var(--rpd-font-size-xs);
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin: 0 0 var(--rpd-space-3);
	text-transform: uppercase;
}

.rpd-resource-prefooter__headline {
	color: var(--rpd-navy);
	font-family: var(--font-heading);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: var(--rpd-line-height-tight);
	margin: 0;
}

.rpd-resource-prefooter__body {
	color: var(--rpd-navy);
	font-size: var(--rpd-font-size-md);
	line-height: var(--rpd-line-height-body);
	margin: var(--rpd-space-4) auto 0;
	max-width: 44rem;
}

.rpd-resource-prefooter__cta {
	align-items: center;
	background: var(--rpd-navy);
	border: 2px solid var(--rpd-navy);
	border-radius: var(--rpd-radius-pill);
	box-shadow: 0 1.125rem 2.375rem rgba(35, 31, 88, 0.22);
	color: var(--rpd-white);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.25;
	margin-top: var(--rpd-space-6);
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.rpd-resource-prefooter__cta:hover {
	background: var(--rpd-navy-deep);
	border-color: var(--rpd-navy-deep);
	color: var(--rpd-white);
	transform: translateY(-1px);
}

.rpd-resource-prefooter__cta:focus-visible {
	box-shadow:
		0 0 0 3px var(--rpd-white),
		0 0 0 6px var(--rpd-navy),
		0 1.125rem 2.375rem rgba(35, 31, 88, 0.22);
	color: var(--rpd-white);
	outline: 0;
}

.rpd-resource-prefooter__microcopy {
	color: var(--rpd-navy);
	font-size: var(--rpd-font-size-sm);
	font-weight: 700;
	line-height: 1.5;
	margin: var(--rpd-space-4) 0 0;
}

@media (max-width: 48rem) {
	.rpd-resource-prefooter {
		padding-block: var(--rpd-space-12);
	}

	.rpd-resource-prefooter__headline {
		font-size: clamp(1.75rem, 8vw, 2.35rem);
	}
}

@media (max-width: 30rem) {
	.rpd-resource-prefooter__cta {
		width: 100%;
	}
}
