.llpcta-box {
	--llpcta-pink: #ed5c88;
	--llpcta-purple: #7d60d6;
	--llpcta-heading: #26182c;
	--llpcta-text: #76687a;
	margin: 34px 0 20px;
	padding: 1px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(237,92,136,.28), rgba(125,96,214,.23));
	box-shadow: 0 16px 40px rgba(79,42,94,.10);
	overflow: hidden;
}

.llpcta-box__inner {
	position: relative;
	padding: 30px;
	border-radius: 21px;
	background:
		radial-gradient(circle at 100% 0%, rgba(125,96,214,.12), transparent 34%),
		radial-gradient(circle at 0% 100%, rgba(237,92,136,.11), transparent 38%),
		#FFFDFE;
	text-align: center;
}

.llpcta-box__inner::before,
.llpcta-box__inner::after {
	position: absolute;
	z-index: 0;
	color: rgba(237,92,136,.10);
	font-size: 46px;
	line-height: 1;
	content: "♡";
	pointer-events: none;
}

.llpcta-box__inner::before { top: 14px; left: 18px; transform: rotate(-12deg); }
.llpcta-box__inner::after { right: 20px; bottom: 12px; transform: rotate(13deg); }

.llpcta-box__eyebrow,
.llpcta-box__title,
.llpcta-box__description,
.llpcta-button,
.llpcta-box__microcopy {
	position: relative;
	z-index: 1;
}

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

.llpcta-box .llpcta-box__title {
	margin: 0 auto 10px !important;
	padding: 0 !important;
	max-width: 760px;
	border: 0 !important;
	background: transparent !important;
	color: var(--llpcta-heading) !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;
}

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

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

.llpcta-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(100%, 540px);
	min-height: 58px;
	margin: 0 auto;
	padding: 14px 22px;
	border: 0;
	border-radius: 15px;
	background: linear-gradient(90deg, #ed5c88 0%, #7d60d6 100%);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	box-shadow: 0 12px 28px rgba(176,79,145,.25);
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

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

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

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

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

.llpcta-box__microcopy span {
	color: var(--llpcta-pink);
	font-weight: 900;
}

.widget .llpcta-box { margin: 0; }
.widget .llpcta-box__inner { padding: 22px 18px; }
.widget .llpcta-box .llpcta-box__title { font-size: 20px !important; }
.widget .llpcta-box__description { font-size: 14px; }
.widget .llpcta-button { min-height: 52px; padding: 12px 14px; font-size: 14px; }

@media (max-width: 680px) {
	.llpcta-box { margin: 26px 0 16px; border-radius: 18px; }
	.llpcta-box__inner { padding: 23px 17px; border-radius: 17px; }
	.llpcta-box .llpcta-box__title { font-size: 21px !important; line-height: 1.55 !important; }
	.llpcta-box__description { margin-bottom: 18px; font-size: 14px; line-height: 1.8; }
	.llpcta-button { min-height: 54px; padding: 13px 14px; font-size: 15px; }
	.llpcta-box__inner::before, .llpcta-box__inner::after { font-size: 34px; }
}

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