/* ==========================================================================
   SIMU Pricing — webinaro planų kortelės ([simu_pricing] shortcode)
   Spalvos savarankiškos (nepriklauso nuo checkout --simu-* kintamųjų).
   ========================================================================== */

#kzp-pricing {
	--kzp-blue: #00564D;
	--kzp-blue-dark: #0C392D;
	--kzp-text: #0C392D;
	--kzp-muted: #65708a;
	--kzp-soft: #E7F3F0;
	--kzp-card: #ffffff;
	--kzp-green: #31b84f;
	--kzp-red: #ff3b3b;
	--kzp-line: #DDF0E8;
	font-family: inherit;
	padding: 20px 20px 0;
}

#kzp-pricing * {
	box-sizing: border-box;
}

#kzp-pricing .kzp-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
	max-width: 1240px;
	margin: 0 auto;
}

#kzp-pricing .kzp-card {
	position: relative;
	background: var(--kzp-card);
	border: 1px solid #e8eef8;
	border-radius: 22px;
	padding: 46px 34px 26px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 18px 45px rgba(7, 31, 77, .08);
	transition: transform .3s ease, box-shadow .3s ease;
}

#kzp-pricing .kzp-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 60px rgba(7, 31, 77, .14);
}

#kzp-pricing .kzp-card.kzp-premium {
	border: 2px solid var(--kzp-blue);
	box-shadow: 0 22px 55px rgba(0, 86, 77, .14);
	transform: translateY(-10px);
}

#kzp-pricing .kzp-card.kzp-premium:hover {
	transform: translateY(-18px);
	box-shadow: 0 32px 70px rgba(0, 86, 77, .22), 0 10px 30px rgba(0, 86, 77, .16);
}

#kzp-pricing .kzp-badge {
	position: absolute;
	top: -19px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #1A856C, #00564D);
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .06em;
	padding: 10px 26px;
	border-radius: 999px;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(0, 86, 77, .22);
}

#kzp-pricing .kzp-tier {
	text-align: center;
	letter-spacing: .24em;
	color: var(--kzp-blue);
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 24px;
}

#kzp-pricing .kzp-price {
	text-align: center;
	margin-bottom: 30px;
	min-height: 68px;
}

#kzp-pricing .kzp-price .kzp-new {
	font-size: 54px;
	font-weight: 800;
	line-height: 1;
	color: var(--kzp-blue);
}

#kzp-pricing .kzp-price .kzp-brutto {
	display: block;
	font-size: 15px;
	color: #7A859E;
	margin-top: 8px;
	font-weight: 400;
}

#kzp-pricing ul.kzp-feats {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	flex: 1;
}

#kzp-pricing ul.kzp-feats li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	font-size: 16px;
	line-height: 1.5;
	padding: 9px 0;
	color: var(--kzp-text);
	font-weight: 400;
}

#kzp-pricing ul.kzp-feats li.kzp-off {
	color: #6f7890;
	text-decoration: line-through;
}

#kzp-pricing .kzp-ic {
	flex: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.4;
}

#kzp-pricing .kzp-ic.kzp-y {
	color: var(--kzp-green);
}

#kzp-pricing .kzp-ic.kzp-n {
	color: var(--kzp-red);
}

#kzp-pricing .kzp-btn {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: .04em;
	padding: 18px;
	border-radius: 999px;
	font-size: 16px;
	border: 1.5px solid var(--kzp-blue);
	color: var(--kzp-blue);
	background: #fff;
	transition: .2s ease;
}

#kzp-pricing .kzp-btn:hover {
	background: #EAF5F0;
	transform: translateY(-1px);
}

#kzp-pricing .kzp-btn.kzp-fill {
	background: linear-gradient(180deg, #1A856C 0%, #0E7A63 35%, #00564D 100%);
	color: #fff;
	border-color: #00564D;
	box-shadow: 0 0 24px rgba(0, 86, 77, .2), 0 0 55px rgba(0, 86, 77, .18);
	transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

#kzp-pricing .kzp-btn.kzp-fill:hover {
	background: linear-gradient(180deg, #33C4A7 0%, #1FA98F 35%, #0E9E88 100%);
	border-color: #33C4A7;
	transform: translateY(-2px);
	box-shadow: 0 0 30px rgba(51, 196, 167, .38), 0 0 60px rgba(51, 196, 167, .22);
}

#kzp-pricing .kzp-foot {
	max-width: 900px;
	margin: 72px auto 10px;
	color: var(--kzp-text);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 34px;
	text-align: left;
}

#kzp-pricing .kzp-foot .kzp-g,
#kzp-pricing .kzp-foot > div:last-child {
	position: relative;
	font-size: 18px;
	color: var(--kzp-text);
	padding-left: 48px;
	font-weight: 700;
}

#kzp-pricing .kzp-foot .kzp-g::before,
#kzp-pricing .kzp-foot > div:last-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 36px;
	height: 36px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #E7F3F0;
}

#kzp-pricing .kzp-foot .kzp-g::after {
	content: "✓";
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--kzp-blue);
	font-weight: 800;
}

#kzp-pricing .kzp-foot > div:last-child::after {
	content: "🔒";
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
}

#kzp-pricing .kzp-legal {
	max-width: 960px;
	margin: 38px auto 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	color: #5d6680;
	border-top: 1px solid var(--kzp-line);
	padding-top: 34px;
	text-align: center;
}

#kzp-pricing .kzp-legal p {
	margin: 9px 0;
}

#kzp-pricing .kzp-legal a {
	color: var(--kzp-blue);
	text-decoration: underline;
}

#kzp-pricing .kzp-legal strong {
	color: var(--kzp-text);
}

@media (max-width: 900px) {
	#kzp-pricing {
		padding: 10px 16px 0;
	}

	#kzp-pricing .kzp-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	#kzp-pricing .kzp-card {
		padding-top: 46px;
	}

	#kzp-pricing .kzp-card.kzp-premium {
		transform: none;
	}

	#kzp-pricing .kzp-foot {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		padding: 0 30px;
	}

	#kzp-pricing .kzp-foot .kzp-g,
	#kzp-pricing .kzp-foot > div:last-child {
		font-size: 13px;
		font-weight: 600;
	}
}
