/* Advanced Pricing Table — 17bab83a */

.apt-wrapper-17bab83a {
	width: 100%;
}

/* ===== TOGGLE ===== */
.apt-toggle-wrap-17bab83a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 40px;
}

.apt-toggle-label-17bab83a {
	font-size: 15px;
	font-weight: 600;
	color: #636e72;
	transition: color 0.3s ease;
	cursor: default;
}

.apt-toggle-label-17bab83a.apt-active-17bab83a {
	color: #2d3436;
}

.apt-toggle-track-17bab83a {
	position: relative;
	width: 56px;
	height: 30px;
	border-radius: 15px;
	background-color: #e9e5ff;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s ease;
	outline: none;
}

.apt-toggle-track-17bab83a:focus-visible {
	box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.4);
}

.apt-toggle-thumb-17bab83a {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #6c5ce7;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 6px rgba(108, 92, 231, 0.4);
}

.apt-toggle-track-17bab83a.apt-toggled-17bab83a .apt-toggle-thumb-17bab83a {
	transform: translateX(26px);
}

/* ===== GRID ===== */
.apt-grid-17bab83a {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	align-items: start;
}

.apt-grid-17bab83a.apt-equal-height-17bab83a {
	align-items: stretch;
}

.apt-grid-17bab83a.apt-equal-height-17bab83a .apt-card-17bab83a {
	display: flex;
	flex-direction: column;
}

.apt-grid-17bab83a.apt-equal-height-17bab83a .apt-features-17bab83a {
	flex: 1;
}

/* ===== CARD ===== */
.apt-card-17bab83a {
	position: relative;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	padding: 40px 30px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

.apt-card-featured-17bab83a {
	z-index: 2;
}

/* Hover Effects */
.apt-hover-lift-17bab83a:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.apt-card-featured-17bab83a.apt-hover-lift-17bab83a:hover {
	transform: scale(var(--apt-featured-scale, 1.05)) translateY(-10px);
}

.apt-hover-glow-17bab83a:hover {
	box-shadow: 0 0 30px rgba(108, 92, 231, 0.3), 0 0 60px rgba(108, 92, 231, 0.1);
}

.apt-hover-scale-17bab83a:hover {
	transform: scale(1.04);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.apt-card-featured-17bab83a.apt-hover-scale-17bab83a:hover {
	transform: scale(calc(var(--apt-featured-scale, 1.05) * 1.04));
}

.apt-hover-shadow-17bab83a:hover {
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12), 0 10px 30px rgba(0, 0, 0, 0.08);
}

.apt-hover-none-17bab83a:hover {
	transform: none;
	box-shadow: none;
}

/* ===== BADGE ===== */
.apt-badge-17bab83a {
	display: inline-block;
	padding: 4px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	background-color: #6c5ce7;
	color: #ffffff;
}

/* ===== PLAN ICON ===== */
.apt-plan-icon-17bab83a {
	margin-bottom: 16px;
	line-height: 1;
}

.apt-plan-icon-17bab83a svg {
	width: 40px;
	height: 40px;
}

/* ===== PLAN NAME ===== */
.apt-plan-name-17bab83a {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px;
	color: #2d3436;
}

/* ===== PRICE ===== */
.apt-price-wrap-17bab83a {
	position: relative;
	min-height: 60px;
	margin-bottom: 28px;
}

.apt-price-block-17bab83a {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	pointer-events: none;
	flex-wrap: wrap;
}

.apt-price-block-17bab83a.apt-price-visible-17bab83a {
	opacity: 1;
	transform: translateY(0);
	position: relative;
	pointer-events: auto;
}

.apt-price-currency-17bab83a {
	font-size: 24px;
	font-weight: 700;
	align-self: flex-start;
	margin-top: 6px;
}

.apt-price-amount-17bab83a {
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
}

.apt-price-period-17bab83a {
	font-size: 15px;
	font-weight: 500;
	color: #636e72;
	margin-left: 2px;
}

.apt-discount-badge-17bab83a {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 700;
	margin-left: 8px;
	white-space: nowrap;
}

/* ===== FEATURES ===== */
.apt-features-17bab83a {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	text-align: left;
}

.apt-feature-item-17bab83a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
}

.apt-feature-item-17bab83a + .apt-feature-item-17bab83a {
	margin-top: 12px;
}

.apt-feature-icon-17bab83a {
	flex-shrink: 0;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.apt-feature-icon-17bab83a svg {
	width: 16px;
	height: 16px;
}

.apt-feature-text-17bab83a {
	font-size: 14px;
	color: #636e72;
	line-height: 1.5;
}

/* ===== BUTTON ===== */
.apt-btn-17bab83a {
	display: inline-block;
	width: 100%;
	padding: 14px 28px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #6c5ce7;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	margin-top: auto;
}

.apt-btn-17bab83a:hover {
	opacity: 0.92;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
	.apt-grid-17bab83a {
		grid-template-columns: repeat(2, 1fr);
	}

	.apt-card-featured-17bab83a {
		transform: none;
	}
}

@media (max-width: 767px) {
	.apt-grid-17bab83a {
		grid-template-columns: 1fr;
	}

	.apt-card-featured-17bab83a {
		transform: none;
	}

	.apt-price-amount-17bab83a {
		font-size: 40px;
	}

	.apt-card-17bab83a {
		padding: 30px 24px;
	}
}
