.jsm-bottom-cta {
	margin: 0;
	padding: 96px 20px 88px;
	background: linear-gradient(180deg, #eef6ff 0%, #dbeafe 100%);
	text-align: center;
	color: #06172e;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.jsm-bottom-cta__inner {
	width: min(100%, 1080px);
	margin: 0 auto;
}

.jsm-bottom-cta h2 {
	margin: 0;
	color: #050b18;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.14;
	font-weight: 900;
	letter-spacing: 0;
	text-wrap: balance;
}

.jsm-bottom-cta h2 span {
	color: #8abfff;
}

.jsm-bottom-cta p {
	margin: 18px auto 0;
	max-width: 760px;
	color: #111827;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.65;
	font-weight: 500;
	text-wrap: pretty;
}

.jsm-bottom-cta__actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 40px;
}

.jsm-bottom-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 178px;
	min-height: 58px;
	padding: 0 36px;
	border-radius: 999px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.jsm-bottom-cta__btn:hover {
	transform: translateY(-2px);
}

.jsm-bottom-cta__btn:focus-visible {
	outline: 2px solid #ef232a;
	outline-offset: 3px;
}

.jsm-bottom-cta__btn--primary {
	border: 1px solid #ef232a;
	background: #ef232a;
	color: #fff !important;
	box-shadow: 0 16px 30px rgba(239, 35, 42, 0.18);
}

.jsm-bottom-cta__btn--primary:hover {
	background: #f0444a;
	border-color: #f0444a;
	box-shadow: 0 18px 34px rgba(239, 35, 42, 0.24);
}

.jsm-bottom-cta__btn--outline {
	border: 1px solid #ef232a;
	background: rgba(255, 255, 255, 0.5);
	color: #ef232a !important;
}

.jsm-bottom-cta__btn--outline:hover {
	background: #fff;
}

@media (max-width: 640px) {
	.jsm-bottom-cta {
		padding: 64px 18px 60px;
	}

	.jsm-bottom-cta__actions {
		margin-top: 30px;
		gap: 12px;
	}

	.jsm-bottom-cta__btn {
		width: min(100%, 240px);
		min-height: 52px;
		font-size: 17px;
	}
}
