/*--------------------------------------------------------------
Homepage — Closing CTA
--------------------------------------------------------------*/
.hp-closing-cta {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(rgba(12, 22, 25, 0.28), rgba(12, 22, 25, 0.28)),
		linear-gradient(105deg, #002f3a 0%, #1d7e6f 42%, #8a5514 78%, #ef950d 100%);
	text-align: center;
}

.hp-closing-cta .container {
	position: relative;
	z-index: 2;
}

.hp-closing-cta__inner {
	max-width: 720px;
	margin: 0 auto;
}

.hp-closing-cta__inner .fade-anim-box {
	display: block;
}

/* Keep CTA button row as flex — .fade-anim-box { display:block } collapses gap */
.hp-closing-cta__inner .hp-closing-cta__btn.fade-anim-box {
	display: flex;
}

.hp-closing-cta__title {
	margin: 0 0 20px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.06;
	letter-spacing: -0.5px;
	color: #fff;
}

.hp-closing-cta__lead {
	margin: 0 auto 40px;
	max-width: 38em;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.hp-closing-cta__btn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 48px;
}

/* Same ghost button treatment as homepage banner CTAs on dark slides */
.hp-closing-cta .border-btn-box {
	border: 1px solid #dae9f4;
}

.hp-closing-cta .border-btn:before {
	color: #fff;
}

@media only screen and (max-width: 520px) {
	.hp-closing-cta__lead {
		font-size: 16px;
		margin-bottom: 32px;
	}

	.hp-closing-cta__btn {
		gap: 28px;
	}
}
