.smcta-box {
	--smcta-deep: #3d2d61;
	--smcta-purple: #7456c8;
	--smcta-violet: #9a79df;
	--smcta-gold: #c89f58;
	--smcta-text: #302943;
	--smcta-muted: #756d84;
	margin: 36px 0 22px;
	padding: 1px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(116,86,200,.30), rgba(200,159,88,.24));
	box-shadow: 0 18px 46px rgba(61,45,97,.12);
	overflow: hidden;
}

.smcta-box__inner {
	position: relative;
	padding: 34px 30px 30px;
	border-radius: 23px;
	background:
		radial-gradient(circle at 92% 2%, rgba(154,121,223,.18), transparent 31%),
		radial-gradient(circle at 5% 100%, rgba(200,159,88,.12), transparent 34%),
		linear-gradient(180deg, #fff 0%, #fdfbff 100%);
	text-align: center;
	isolation: isolate;
}

.smcta-box__inner::before,
.smcta-box__inner::after {
	position: absolute;
	z-index: -1;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(116,86,200,.08);
	border-radius: 50%;
	content: "";
}

.smcta-box__inner::before {
	top: -54px;
	right: -38px;
}

.smcta-box__inner::after {
	bottom: -68px;
	left: -44px;
}

.smcta-box__stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 8px;
	color: var(--smcta-gold);
	font-size: 13px;
	line-height: 1;
}

.smcta-box__stars span:nth-child(2) {
	font-size: 9px;
	opacity: .72;
}

.smcta-box__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 12px;
	margin-bottom: 13px;
	border: 1px solid rgba(116,86,200,.12);
	border-radius: 999px;
	background: rgba(116,86,200,.07);
	color: var(--smcta-purple);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1;
}

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

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

.smcta-box__description {
	margin: 0 auto 23px;
	max-width: 680px;
	color: var(--smcta-muted);
	font-size: 15px;
	line-height: 1.95;
	text-align: center;
}

.smcta-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(100%, 540px);
	min-height: 60px;
	margin: 0 auto;
	padding: 14px 22px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(100deg, #5f43ad 0%, #8c6ad4 58%, #a781cf 100%);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	box-shadow: 0 13px 30px rgba(90,63,164,.26);
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.smcta-button:hover {
	transform: translateY(-2px);
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 17px 36px rgba(90,63,164,.34);
	filter: brightness(1.035);
}

.smcta-button__icon {
	color: #f5dfaa;
	font-size: 13px;
	line-height: 1;
}

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

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

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

.smcta-box__microcopy span {
	color: var(--smcta-purple);
	font-weight: 900;
}

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

.widget .smcta-box__inner {
	padding: 24px 18px;
}

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

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

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

@media (max-width: 680px) {
	.smcta-box {
		margin: 27px 0 17px;
		border-radius: 19px;
	}

	.smcta-box__inner {
		padding: 25px 17px 22px;
		border-radius: 18px;
	}

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

	.smcta-box__description {
		margin-bottom: 19px;
		font-size: 14px;
		line-height: 1.85;
	}

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

	.smcta-box__microcopy {
		font-size: 11px;
	}
}

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