/* ==========================================================
   Trade Account Help CTA — .trade-account-help-cta
   ========================================================== */

.trade-account-help-cta {
	background: var(--Brand-Colors-Primary-Colors-Deep-Red, #BE1E2D);
	padding: 48px 16px;
	display: flex;
	justify-content: center;
}

.trade-account-help-cta__inner {
	width: 100%;
	max-width: 912px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.trade-account-help-cta__heading {
	font-family: 'Gotham', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	margin: 0;
}

.trade-account-help-cta__body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	margin: 0;
}

.trade-account-help-cta__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	padding: 10px 16px;
	background: #fff;
	color: var(--Brand-Colors-Text-Colors-Charcoal, #37373E);
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

@media (min-width: 768px) {
	.trade-account-help-cta__btn {
		width: auto;
	}
}

.trade-account-help-cta__btn:hover,
.trade-account-help-cta__btn:focus {
	background: var(--brand-colors-background-section-colors-off-white, #F7F7F7);
	color: var(--Brand-Colors-Text-Colors-Charcoal, #37373E);
	text-decoration: none;
}

/* --- Responsive --- */

@media (min-width: 768px) {
	.trade-account-help-cta {
		padding: 96px 24px;
	}

	.trade-account-help-cta__heading {
		font-size: 48px;
	}
}
