.bzcta-box {
	--bzcta-blue: #326fed;
	--bzcta-purple: #817af5;
	--bzcta-text: #222a3a;
	--bzcta-muted: #697188;
	margin: 34px 0 20px;
	padding: 1px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(50,111,237,.22), rgba(129,122,245,.22));
	box-shadow: 0 16px 40px rgba(39,58,110,.10);
	overflow: hidden;
}

.bzcta-box__inner {
	position: relative;
	padding: 30px;
	border-radius: 21px;
	background:
		radial-gradient(circle at 100% 0%, rgba(129,122,245,.13), transparent 34%),
		radial-gradient(circle at 0% 100%, rgba(50,111,237,.09), transparent 38%),
		#fff;
	text-align: center;
}

.bzcta-box__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 11px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: rgba(50,111,237,.09);
	color: var(--bzcta-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1;
}

.bzcta-box .bzcta-box__title {
	margin: 0 auto 10px !important;
	padding: 0 !important;
	max-width: 720px;
	border: 0 !important;
	background: transparent !important;
	color: var(--bzcta-text) !important;
	font-size: clamp(22px, 3.5vw, 29px) !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	letter-spacing: .01em;
	text-align: center !important;
	box-shadow: none !important;
}

.bzcta-box .bzcta-box__title::before,
.bzcta-box .bzcta-box__title::after {
	display: none !important;
	content: none !important;
}

.bzcta-box__description {
	margin: 0 auto 22px;
	max-width: 660px;
	color: var(--bzcta-muted);
	font-size: 15px;
	line-height: 1.9;
	text-align: center;
}

.bzcta-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(100%, 520px);
	min-height: 58px;
	margin: 0 auto;
	padding: 14px 22px;
	border: 0;
	border-radius: 15px;
	background: linear-gradient(90deg, #326fed 0%, #817af5 100%);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	box-shadow: 0 12px 28px rgba(81,103,232,.25);
	transition:
		transform .22s ease,
		box-shadow .22s ease,
		filter .22s ease;
}

.bzcta-button:hover {
	transform: translateY(-2px);
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 16px 34px rgba(81,103,232,.32);
	filter: brightness(1.025);
}

.bzcta-button__arrow {
	font-size: 19px;
	line-height: 1;
	transition: transform .22s ease;
}

.bzcta-button:hover .bzcta-button__arrow {
	transform: translateX(4px);
}

.bzcta-box__microcopy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 11px 0 0;
	color: #606a80;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.bzcta-box__microcopy span {
	color: var(--bzcta-blue);
	font-weight: 900;
}

.widget .bzcta-box {
	margin: 0;
}

.widget .bzcta-box__inner {
	padding: 22px 18px;
}

.widget .bzcta-box .bzcta-box__title {
	font-size: 20px !important;
}

.widget .bzcta-box__description {
	font-size: 14px;
}

.widget .bzcta-button {
	min-height: 52px;
	padding: 12px 14px;
	font-size: 14px;
}

@media (max-width: 680px) {
	.bzcta-box {
		margin: 26px 0 16px;
		border-radius: 18px;
	}

	.bzcta-box__inner {
		padding: 23px 17px;
		border-radius: 17px;
	}

	.bzcta-box .bzcta-box__title {
		font-size: 21px !important;
		line-height: 1.55 !important;
	}

	.bzcta-box__description {
		margin-bottom: 18px;
		font-size: 14px;
		line-height: 1.8;
	}

	.bzcta-button {
		min-height: 54px;
		padding: 13px 14px;
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bzcta-button,
	.bzcta-button__arrow {
		transition: none;
	}
}
