.aept-pricing {
	--aept-accent: #3FAA71;
	--aept-accent-dark: #2f8658;
	--aept-border: #dfe3e6;
	--aept-text: #182029;
	--aept-muted: #5c6470;
	--aept-row: #fafbfb;
	--aept-radius: 8px;
	--aept-highlight-border-color: var(--aept-accent);
	--aept-highlight-border-width: 2px;
	--aept-highlight-radius: var(--aept-radius);
	color: var(--aept-text);
	font-family: inherit;
	line-height: 1.45;
	width: 100%;
}

.aept-pricing__desktop {
	display: block;
	overflow-x: auto;
	padding: 18px 2px 2px;
}

.aept-pricing__grid {
	border: 1px solid var(--aept-border);
	border-radius: var(--aept-radius);
	display: grid;
	grid-template-columns: minmax(210px, .72fr) repeat(var(--aept-plan-cols), minmax(230px, 1fr));
	min-width: 860px;
	overflow: visible;
}

.aept-pricing__corner,
.aept-pricing__plan,
.aept-pricing__feature,
.aept-pricing__cell {
	border-bottom: 1px solid var(--aept-border);
	border-right: 1px solid var(--aept-border);
	box-sizing: border-box;
}

.aept-pricing__plan.is-last-col,
.aept-pricing__cell.is-last-col {
	border-right: 0;
}

.aept-pricing__feature.is-last-row,
.aept-pricing__cell.is-last-row {
	border-bottom: 0;
}

.aept-pricing__corner {
	background: #fff;
	min-height: 240px;
}

.aept-pricing__plan {
	background: #fff;
	min-height: 240px;
	padding: 26px 28px 24px;
	position: relative;
	text-align: center;
}

.aept-pricing__plan.is-highlighted {
	border-left: var(--aept-highlight-border-width) solid var(--aept-highlight-border-color);
	border-right: var(--aept-highlight-border-width) solid var(--aept-highlight-border-color);
	border-top: var(--aept-highlight-border-width) solid var(--aept-highlight-border-color);
	border-top-left-radius: var(--aept-highlight-radius);
	border-top-right-radius: var(--aept-highlight-radius);
	box-shadow: none;
}

.aept-pricing__cell.is-highlighted {
	border-left: var(--aept-highlight-border-width) solid var(--aept-highlight-border-color);
	border-right: var(--aept-highlight-border-width) solid var(--aept-highlight-border-color);
}

.aept-pricing__cell.is-highlighted.is-last-row {
	border-bottom: var(--aept-highlight-border-width) solid var(--aept-highlight-border-color);
	border-bottom-left-radius: var(--aept-highlight-radius);
	border-bottom-right-radius: var(--aept-highlight-radius);
}

.aept-pricing__badge {
	align-items: center;
	background: linear-gradient(180deg, #23b96b 0%, var(--aept-accent) 100%);
	border: 0 solid transparent;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	left: 50%;
	line-height: 1;
	min-width: 178px;
	padding: 10px 16px;
	position: absolute;
	top: -22px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.aept-pricing__badge-icon {
	color: #ffd84d;
	display: inline-flex;
	flex: 0 0 auto;
	line-height: 1;
}

.aept-pricing__badge-icon i,
.aept-pricing__badge-icon svg {
	display: block;
	font-size: 14px;
	height: 14px;
	line-height: 1;
	width: 14px;
}

.aept-pricing__badge-icon svg {
	fill: currentColor;
}

.aept-pricing__title {
	color: var(--aept-text);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 14px;
}

.aept-pricing__plan.is-highlighted .aept-pricing__title,
.aept-pricing__cell.is-highlighted .aept-pricing__check,
.aept-pricing__cell.is-highlighted {
	color: var(--aept-accent);
}

.aept-pricing__subtitle {
	color: var(--aept-muted);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 18px;
	min-height: 22px;
}

.aept-pricing__price {
	align-items: baseline;
	display: flex;
	justify-content: center;
	margin-bottom: 22px;
}

.aept-pricing__price span {
	color: #121a23;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.aept-pricing__price small {
	color: #202832;
	font-size: 18px;
	font-weight: 800;
	margin-left: 8px;
}

.aept-pricing__button {
	align-items: center;
	background: #fff;
	border: 2px solid rgba(21, 150, 90, .45);
	border-radius: 999px;
	color: var(--aept-accent);
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	max-width: 100%;
	min-height: 44px;
	min-width: 230px;
	padding: 10px 22px;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.aept-pricing__button:hover,
.aept-pricing__button:focus {
	background: rgba(21, 150, 90, .08);
	color: var(--aept-accent-dark);
}

.aept-pricing__button.is-filled {
	background: linear-gradient(180deg, #23b96b 0%, var(--aept-accent) 100%);
	border-color: transparent;
	color: #fff;
}

.aept-pricing__button.is-filled:hover,
.aept-pricing__button.is-filled:focus {
	background: var(--aept-accent-dark);
	color: #fff;
}

.aept-pricing__feature,
.aept-pricing__cell {
	align-items: center;
	background: #fff;
	display: flex;
	min-height: 52px;
	padding: 10px 18px;
}

.aept-pricing__feature {
	color: #17202a;
	font-size: 15px;
	font-weight: 800;
	gap: 7px;
	justify-content: flex-start;
	overflow: visible;
}

.aept-pricing__cell {
	color: #202832;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	text-align: center;
}

.aept-pricing__feature.is-alt,
.aept-pricing__cell.is-alt {
	background: var(--aept-row);
}

.aept-pricing__tooltip {
	align-items: center;
	color: #6d7580;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 800;
	height: 17px;
	justify-content: center;
	position: relative;
	width: 17px;
	z-index: 5;
}

.aept-pricing__tooltip::after {
	background: #182029;
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(18, 26, 35, .18);
	color: #fff;
	content: attr(data-tooltip);
	font-size: 12px;
	font-weight: 600;
	left: calc(100% + 10px);
	line-height: 1.35;
	max-width: 220px;
	min-width: 150px;
	opacity: 0;
	padding: 8px 10px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translate(4px, -50%);
	transition: opacity .16s ease, transform .16s ease;
	visibility: hidden;
	white-space: normal;
	width: max-content;
	z-index: 20;
}

.aept-pricing__tooltip::before {
	border: 6px solid transparent;
	border-right-color: #182029;
	content: "";
	left: calc(100% - 1px);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(4px, -50%);
	transition: opacity .16s ease, transform .16s ease;
	visibility: hidden;
	z-index: 21;
}

.aept-pricing__tooltip:hover::after,
.aept-pricing__tooltip:focus::after,
.aept-pricing__tooltip:hover::before,
.aept-pricing__tooltip:focus::before {
	opacity: 1;
	transform: translate(0, -50%);
	visibility: visible;
}

.aept-pricing__tooltip i,
.aept-pricing__tooltip svg {
	display: block;
	font-size: 11px;
	height: 11px;
	line-height: 1;
	width: 11px;
}

.aept-pricing__tooltip svg {
	fill: currentColor;
}

.aept-pricing__check {
	color: var(--aept-accent);
	font-weight: 900;
	line-height: 1;
}

.aept-pricing__check .eicon-check {
	font-size: 26px;
	line-height: 1;
}

.aept-pricing__check-text {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
}

.aept-pricing__dash {
	color: #1f2730;
	font-weight: 800;
	line-height: 1;
}

.aept-pricing__dash i,
.aept-pricing__dash svg {
	display: block;
	font-size: 22px;
	height: 22px;
	line-height: 1;
	width: 22px;
}

.aept-pricing__dash svg {
	fill: currentColor;
}

/* ── Scroll hint overlay ── */
.aept-pricing__scroll-hint {
	display: none;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .35s ease, visibility .35s ease;
	z-index: 10;
}

.aept-pricing__scroll-hint.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.aept-pricing__scroll-hint-inner {
	align-items: center;
	background: rgba(63, 170, 113, .88);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px 24px 14px;
}

.aept-pricing__scroll-hint-arrows {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 8px;
}

.aept-pricing__scroll-hint-arrows .eicon-chevron-left,
.aept-pricing__scroll-hint-arrows .eicon-chevron-right {
	font-size: 20px;
	line-height: 1;
	opacity: .9;
}

.aept-pricing__scroll-hint-icon {
	align-items: center;
	color: #fff;
	display: inline-flex;
	justify-content: center;
}

.aept-pricing__scroll-hint-icon i,
.aept-pricing__scroll-hint-icon svg {
	display: block;
	font-size: 44px;
	height: 44px;
	line-height: 1;
	width: 44px;
}

.aept-pricing__scroll-hint-icon svg {
	fill: currentColor;
}

.aept-pricing__scroll-hint-text {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.aept-pricing__mobile {
	display: none;
}

/* ── Mobile & Tablet breakpoint ── */
@media (max-width: 1024px) {

	/* --- Scroll layout --- */
	.aept-pricing--mobile-scroll {
		position: relative;
	}

	.aept-pricing--mobile-scroll .aept-pricing__desktop {
		display: block;
		padding: 18px 2px 2px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__scroll-wrap {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.aept-pricing--mobile-scroll .aept-pricing__scroll-wrap::-webkit-scrollbar {
		height: 4px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__scroll-wrap::-webkit-scrollbar-thumb {
		background: var(--aept-border);
		border-radius: 4px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__grid {
		--aept-feature-col-width: 120px;
		grid-template-columns: minmax(var(--aept-feature-col-width), var(--aept-feature-col-width)) repeat(var(--aept-plan-cols), minmax(0, 160px));
		min-width: unset;
		width: max-content;
	}

	.aept-pricing--mobile-scroll .aept-pricing__corner {
		background: #fff;
		min-height: 0;
	}

	.aept-pricing--mobile-scroll .aept-pricing__plan {
		min-height: 0;
		padding: 14px 10px 12px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__title {
		font-size: 15px;
		margin: 0 0 6px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__subtitle {
		font-size: 12px;
		margin-bottom: 8px;
		min-height: 0;
	}

	.aept-pricing--mobile-scroll .aept-pricing__price {
		margin-bottom: 10px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__price span {
		font-size: 22px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__price small {
		font-size: 12px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__button {
		font-size: 11px;
		min-height: 30px;
		min-width: 0;
		padding: 6px 8px;
		width: 100%;
	}

	.aept-pricing--mobile-scroll .aept-pricing__feature {
		font-size: 12px;
		min-height: 40px;
		padding: 6px 10px;
		white-space: normal;
		word-break: break-word;
	}

	.aept-pricing--mobile-scroll .aept-pricing__cell {
		font-size: 13px;
		min-height: 40px;
		padding: 6px 8px;
	}

	.aept-pricing--mobile-scroll .aept-pricing__mobile {
		display: none;
	}

	.aept-pricing--mobile-scroll .aept-pricing__scroll-hint {
		display: flex;
	}

	/* --- Cards layout --- */
	.aept-pricing--mobile-cards .aept-pricing__desktop {
		display: none;
	}

	.aept-pricing--mobile-cards .aept-pricing__mobile {
		display: grid;
		gap: 18px;
	}

	/* cards */
	.aept-pricing-card {
		border: 1px solid var(--aept-border);
		border-radius: var(--aept-radius);
		overflow: visible;
		position: relative;
	}

	.aept-pricing-card.is-highlighted {
		border-color: var(--aept-highlight-border-color);
		border-radius: var(--aept-highlight-radius);
		border-width: var(--aept-highlight-border-width);
		box-shadow: none;
	}

	.aept-pricing-card .aept-pricing__plan {
		border-bottom: 1px solid var(--aept-border);
		border-right: 0;
		min-height: 0;
		padding: 28px 18px 22px;
	}

	.aept-pricing-card .aept-pricing__plan.is-highlighted {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		border-top: 0;
	}

	.aept-pricing-card__row {
		align-items: center;
		display: grid;
		gap: 14px;
		grid-template-columns: minmax(0, 1fr) minmax(112px, .7fr);
		min-height: 50px;
		padding: 11px 14px;
	}

	.aept-pricing-card__row + .aept-pricing-card__row {
		border-top: 1px solid var(--aept-border);
	}

	.aept-pricing-card__row:nth-child(even) {
		background: var(--aept-row);
	}

	.aept-pricing-card__label {
		align-items: center;
		color: #17202a;
		display: flex;
		font-size: 14px;
		font-weight: 800;
		gap: 6px;
		min-width: 0;
	}

	.aept-pricing-card__value {
		color: #202832;
		font-size: 14px;
		font-weight: 800;
		text-align: right;
	}

	.aept-pricing__button {
		min-width: 0;
		width: 100%;
	}

	.aept-pricing__price span {
		font-size: 34px;
	}
}
