/* Pricing Comparison Widget — styles */
.pcw-wrapper {
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 1px solid #E1E5EE;
	border-radius: 24px;
	overflow: hidden;
	backdrop-filter: blur(30px);
	box-shadow: 0px 10px 20px 0px #1E2F7D08;
}

/* ---------- LEFT PANEL ---------- */
.pcw-left {
	flex: 0 0 28%;
	max-width: 28%;
	padding: 56px 40px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%),
		linear-gradient(108deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.80) 100%),
		linear-gradient(123deg, #4977E9 3.09%, #416DDB 48.72%, #B235FB 96.23%);
	box-sizing: border-box;
}

.pcw-left-title {
	font-family: "Manrope", Sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 140%;
	color: #103C59;
	margin: 0 0 24px 0;
}

.pcw-contact-box {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: #F3F9FF;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 16px;
	border: 1px solid #E2EBFF;
	transition: background 0.2s ease, transform 0.15s ease;
}

.pcw-contact-box:hover {
	/* transform: translateY(-1px); */
	box-shadow: 0px 4px 15px 0px #DDEEFF;
}

.pcw-contact-icon {
	flex: 0 0 49px;
	width: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 0;
}

.pcw-contact-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pcw-contact-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pcw-contact-title {
	font-family: "Manrope", Sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 1%;
	color: #0A2540;
}

.pcw-contact-subtitle {
	font-family: "DM Sans", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: 0%;
	color: #3C415B;
}

/* ---------- PLANS ---------- */
.pcw-plans {
	flex: 1 1 72%;
	display: flex;
}

.pcw-plan {
	flex: 1 1 0;
	/* min-width: 0; */
	position: relative;
	padding: 26px 48px 52px 48px;
	border-left: 1px solid #E1E5EE;
	box-sizing: border-box;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 100%),
		linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
}

.pcw-plan-recommended {
	background:
		radial-gradient(49.4% 69.41% at 11.49% -0.66%, #289cfa29 0%, #289cfa00 100%),
		radial-gradient(42.04% 70.02% at 100% 100.05%, #b235fb1f 0%, #b235fb00 100%),
		#FFF;
}

.pcw-badge {
	display: inline-block;
	background: #289EFD1F;
	color: #289EFD;
	font-family: "DM Sans", Sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 6%;
	/* text-transform: uppercase; */
	padding: 4px 16px;
	border-radius: 100px;
	margin-bottom: 8px;
}

/* Reserves the same vertical space as a real badge so plan titles
   stay aligned across columns, even on plans with no badge. */
.pcw-badge-invisible {
	visibility: hidden;
	pointer-events: none;
}

.pcw-plan-title {
	font-family: "Manrope", Sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #103C59;
	margin: 0 0 8px 0;
}

.pcw-price,
.pcw-price-period {
	font-family: "Manrope", Sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 140%;
	color: #289EFD !important;
	margin-bottom: 24px;
}

/* Buttons */
.pcw-btn {
	display: block;
	text-align: center;
	width: 100%;
	padding: 18px 48px;
	border-radius: 50px;
	font-family: "Manrope", Sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 1%;
	margin-bottom: 24px;
	box-sizing: border-box;
	color: white;
}

.pcw-btn-filled {
	transition: all 0.3s ease;
	border-bottom: none;
	position: relative;
	display: inline-block;
	background: radial-gradient(50% 50% at 50% 0%, #ffffff80 0%, #ffffff00 100%),
		linear-gradient(92deg, #26BFE5 0%, #289EFD 25.38%, #CC96FF 100%);
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset,
		0 6px 12px 0 rgba(126, 147, 249, 0.30);
	overflow: hidden;
	z-index: 0;
}

.pcw-plan-recommended .pcw-features {
	margin-top: -6px;
}

.pcw-btn-filled:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
	color: white !important;
}

.pcw-btn-filled::before,
.pcw-btn-filled::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 50px;
	transition: opacity 0.4s ease;
}

.pcw-btn-filled::after {
	border-bottom: 3px solid rgba(255, 255, 255, 0.20);
	opacity: 1;
}

.pcw-btn-filled::before {
	background: linear-gradient(94deg, #004487 0%, #492686 100%);
	opacity: 0;
}

.pcw-btn-filled:hover::after {
	opacity: 0;
}

.pcw-btn-filled:hover::before {
	opacity: 1;
}

.pcw-btn-outline {
	background: #289EFD1A;
	color: #289EFD;
	border: 1px solid #27A8FF;
}

.pcw-btn-outline:hover {
	background: #289EFD40;
	color: #289EFD;
}

/* Features list */
.pcw-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pcw-features li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "DM Sans", Sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 170%;
	color: #3C415B;
	margin-bottom: 12px;
}

/* No forced background/circle here anymore — the icon image itself
   (e.g. check-list-icon.svg) already includes its own circle/background,
   so whatever icon you swap in is shown exactly as uploaded. */
.pcw-check {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.pcw-check img {
	width: 100%;
	height: 100%;
	display: block;
}

.pcw-features li>span:last-child {
	flex: 1;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 767px) {
	.pcw-wrapper {
		display: flex;
		flex-direction: column;
		border: none;
		border-radius: 0;
		border-top: 1px solid #E1E5EE;
		border-bottom: 1px solid #E1E5EE;
	}

	.pcw-left {
		order: 3;
		flex: 1 1 auto;
		max-width: 100%;
		padding: 20px 20px 14px;
	}

	.pcw-plan-recommended {
		order: 1;
	}

	.pcw-plan:not(.pcw-plan-recommended) {
		order: 2;
	}

	.pcw-plans {
		flex-direction: column;
	}

	.pcw-plan {
		border-left: none;
		padding: 32px 20px 24px;
		border-bottom: 1px solid #E1E5EE;
	}

	.pcw-plan-title {
		font-size: 28px;
		line-height: 38px;
		margin: 0 0 5px 0;
	}

	.pcw-price,
	.pcw-price-period {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.pcw-btn {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.16px;
		padding: 15px 20px 15px 20px;
		margin-bottom: 20px;
	}

	.pcw-features li {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 25px;
	}
}