.pricing-plans,
.pricing-plans * {
	box-sizing: border-box;
}

.pricing-plans {
	width: 100%;
	padding: 0 30px 30px;
	background-color: #eaf1fa;
	background-image:
		linear-gradient(
			180deg,
			rgba(234, 241, 250, 0) 65%,
			#eaf1fa 100%
		),
		url("/wp-content/uploads/2026/07/Rectangle-14.png");
	background-position:
		center bottom,
		center bottom;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		100% 100%,
		100% 90%;
	color: #333;
	margin-bottom: -1px;
}

.pricing-plans__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

.pricing-plans__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 100%;
	max-width: 912px;
	text-align: center;
}

.pricing-plans__heading {
	width: 100%;
	margin: 0;
	color: #333;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1.8px;
}

.pricing-plans__description {
	width: 100%;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.pricing-plans__description p {
	margin: 0;
}

.pricing-plans__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	padding: 8px;
	border-radius: 16px;
	background: #fff;
}

.pricing-plans__tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	min-height: 90px;
	padding: 16px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.pricing-plans__tab.is-active {
	background: #000;
	color: #fff;
}

.pricing-plans__tab-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.72px;
}

.pricing-plans__tab.is-active .pricing-plans__tab-title {
	background: linear-gradient(90deg, #c883d4, #fe5f35);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pricing-plans__tab-description {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.pricing-plans__panels,
.pricing-plans__panel {
	width: 100%;
}

.pricing-plans__panel[hidden] {
	display: none;
}

.pricing-plans__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
	width: 100%;
}

.pricing-plans__card {
	display: flex;
	flex-direction: column;
	gap: 48px;
	width: 100%;
	min-width: 0;
	padding: 24px;
	border: 0;
	border-radius: 8px;
	background: #fff;
}

.pricing-plans__card.is-featured {
	border: 4px solid #c883d4;
	padding: 20px;
}

.pricing-plans__card-summary {
	display: flex;
	flex-direction: column;
	gap: 48px;
	width: 100%;
}

.pricing-plans__card-header {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.pricing-plans__plan-title {
	width: 100%;
	margin: 0;
	color: #333;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1.14px;
}

.pricing-plans__card.is-featured .pricing-plans__plan-title {
	background: linear-gradient(90deg, #fe5f35, #c883d4);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pricing-plans__plan-description {
	width: 100%;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.pricing-plans__plan-description p {
	margin: 0;
}

.pricing-plans__price-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.pricing-plans__prices {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	width: 100%;
}

.pricing-plans__current-price {
	color: #333;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1.56px;
	white-space: nowrap;
}

.pricing-plans__old-price {
	color: #8b8b8b;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1.14px;
	text-decoration: line-through;
	white-space: nowrap;
}

.pricing-plans__price-note {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

.pricing-plans__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 16px;
	border-radius: 4px;
	background: #1169ec;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}

.pricing-plans__button:hover,
.pricing-plans__button:focus-visible {
	background: #0e5dcc;
	color: #fff;
}

.pricing-plans__details-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: #333 !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
}

.pricing-plans__details-icon {
	width: 9px;
	height: 9px;
	border-right: 1px solid currentcolor;
	border-bottom: 1px solid currentcolor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.2s ease;
}

.pricing-plans__details-toggle[aria-expanded='true'] .pricing-plans__details-icon {
	transform: rotate(225deg) translate(-2px, -2px);
}

.pricing-plans__details {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.pricing-plans__feature-group:not(:last-of-type) {
    margin-bottom: 24px;
}

.pricing-plans__feature-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.pricing-plans__feature-group-title {
	width: 100%;
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.14px;
	text-transform: uppercase;
}

.pricing-plans__features {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-plans__feature {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.pricing-plans__check {
	display: inline-flex;
	flex: 0 0 16px;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	border-radius: 50%;
	background: #1169ec;
	color: #fff;
	font-size: 10px;
	line-height: 1;
}

.pricing-plans__feature-copy {
	flex: 1;
	min-width: 0;
}

.pricing-plans__feature-copy p {
	margin: 0;
}

.pricing-plans__feature-copy a {
	color: #1169ec;
	font-weight: 600;
	text-decoration: none;
}

.pricing-plans__feature-copy a:hover,
.pricing-plans__feature-copy a:focus-visible {
	color: #0e5dcc;
	text-decoration: underline;
}

.pricing-plans__empty {
	width: 100%;
	padding: 24px;
	border: 1px dashed #1169ec;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
}

@media (max-width: 1024px) {
	.pricing-plans__heading {
		font-size: 48px;
	}

	.pricing-plans__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pricing-plans {
		padding: 64px 16px 32px;
	}

	.pricing-plans__inner {
		gap: 24px;
	}

	.pricing-plans__tabs {
		position: sticky;
		top: 0;
		z-index: 10;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 8px;
	}

	.pricing-plans__tab {
		min-height: 40px;
		padding: 12px 8px;
	}

	.pricing-plans__tab-title {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.18px;
	}

	.pricing-plans__tab-description {
		display: none;
	}

	.pricing-plans__grid {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.pricing-plans__card,
	.pricing-plans__card.is-featured {
		gap: 32px;
		padding: 24px;
	}

	.pricing-plans__card.is-featured {
		border-width: 3px;
		padding: 21px;
	}

	.pricing-plans__card-summary {
		gap: 32px;
	}

	.pricing-plans__plan-title {
		font-size: 28px;
		line-height: 1.1;
		letter-spacing: -0.84px;
	}

	.pricing-plans__plan-description {
		font-size: 18px;
	}

	.pricing-plans__current-price {
		font-size: 52px;
	}

	.pricing-plans__old-price {
		font-size: 38px;
	}

	.pricing-plans__details-toggle {
		display: flex;
	}

	.pricing-plans__details {
		display: none;
	}
}