.etg-pc-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #e5d4f8;
	border-radius: 24px;
	background: #fcfaff;
	box-shadow: 0 8px 24px rgba(45, 23, 73, 0.06);
	overflow: hidden;
}

.etg-pc-cta__media {
	flex: 0 1 220px;
	min-width: 150px;
	max-width: 220px;
}

.etg-pc-cta__image {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 16px;
}

.etg-pc-cta__content {
	flex: 1 1 320px;
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.etg-pc-cta__badge {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f1e7ff;
	color: #6a2bbe;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	white-space: normal;
}

.etg-pc-cta__heading {
	margin: 0 0 8px !important;
	color: #2f2d37;
	font-size: clamp(20px, 2.1vw, 27px);
	line-height: 1.25;
	overflow-wrap: normal;
	word-break: normal;
}

.etg-pc-cta__description {
	margin: 0 0 14px;
	color: #4f4b57;
	font-size: 15px;
	line-height: 1.65;
	overflow-wrap: normal;
	word-break: normal;
}

.etg-pc-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 42px;
	padding: 10px 18px;
	border-radius: 10px;
	background: #6a2bbe;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: normal;
	overflow-wrap: normal;
	word-break: normal;
	transition: transform 0.15s ease, background 0.15s ease;
}

.etg-pc-cta__button:hover,
.etg-pc-cta__button:focus {
	background: #57229e;
	transform: translateY(-1px);
}

.etg-pc-cta__footnote {
	margin: 10px 0 0;
	color: #625d69;
	font-size: 13px;
	line-height: 1.5;
	overflow-wrap: normal;
	word-break: normal;
}

@media (max-width: 650px) {
	.etg-pc-cta {
		display: block;
		margin: 24px 0;
		padding: 14px;
		border-radius: 18px;
	}

	.etg-pc-cta__media {
		width: 100%;
		max-width: none;
		min-width: 0;
		margin: 0 0 14px;
	}

	.etg-pc-cta__image {
		width: 100%;
		height: auto;
		max-height: 240px;
		object-fit: contain;
		object-position: center;
		border-radius: 12px;
		background: #ffffff;
	}

	.etg-pc-cta__content {
		width: 100%;
		min-width: 0;
	}

	.etg-pc-cta__badge {
		margin-bottom: 9px;
		padding: 6px 10px;
		font-size: 11px;
	}

	.etg-pc-cta__heading {
		margin: 0 0 8px !important;
		font-size: 21px;
		line-height: 1.3;
	}

	.etg-pc-cta__description {
		margin-bottom: 12px;
		font-size: 15px;
		line-height: 1.55;
	}

	.etg-pc-cta__button {
		width: fit-content;
		min-height: 40px;
		padding: 10px 15px;
		font-size: 14px;
	}

	.etg-pc-cta__footnote {
		margin-top: 9px;
		font-size: 13px;
		line-height: 1.5;
	}
}

@media (max-width: 390px) {
	.etg-pc-cta {
		padding: 12px;
	}

	.etg-pc-cta__image {
		max-height: 210px;
	}

	.etg-pc-cta__heading {
		font-size: 19px;
	}
}
