.ept-grid-ed6a5d89 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ept-card-ed6a5d89 {
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 16px;
	padding: 32px 28px 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: box-shadow 0.3s ease;
}

.ept-card-ed6a5d89:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ept-card-highlighted-ed6a5d89 {
	background: #ffffff;
	border-color: #c9a0dc;
	box-shadow: 0 2px 16px rgba(150, 80, 200, 0.1);
}

.ept-title-ed6a5d89 {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.ept-card-highlighted-ed6a5d89 .ept-title-ed6a5d89 {
	color: #5b2d8e;
}

.ept-desc-ed6a5d89 {
	font-size: 14px;
	color: #777;
	line-height: 1.6;
	margin: 0 0 24px 0;
}

.ept-packages-ed6a5d89 {
	margin-bottom: 28px;
	flex-grow: 1;
}

.ept-package-row-ed6a5d89 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 14px 0;
	border-bottom: 1px solid #ececec;
}

.ept-package-row-ed6a5d89:first-child {
	padding-top: 0;
}

.ept-package-row-ed6a5d89:last-child {
	border-bottom: none;
}

.ept-card-highlighted-ed6a5d89 .ept-package-row-ed6a5d89 {
	border-bottom-color: #e8d5f5;
}

.ept-package-left-ed6a5d89 {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ept-package-name-ed6a5d89 {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.ept-package-per-ed6a5d89 {
	font-size: 12px;
	color: #999;
}

.ept-card-highlighted-ed6a5d89 .ept-package-per-ed6a5d89 {
	color: #a07cc5;
}

.ept-package-price-ed6a5d89 {
	font-size: 20px;
	font-weight: 300;
	color: #333;
	font-style: italic;
	white-space: nowrap;
	padding-left: 12px;
}

.ept-card-highlighted-ed6a5d89 .ept-package-price-ed6a5d89 {
	color: #5b2d8e;
}

.ept-btn-ed6a5d89 {
	display: block;
	text-align: center;
	padding: 14px 24px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-top: auto;
}

.ept-btn-outline-ed6a5d89 {
	background: transparent;
	border: 1.5px solid #333;
	color: #333;
}

.ept-btn-outline-ed6a5d89:hover {
	background: #333;
	color: #fff;
}

.ept-btn-filled-ed6a5d89 {
	background: #8b5fbf;
	border: 1.5px solid #8b5fbf;
	color: #fff;
}

.ept-btn-filled-ed6a5d89:hover {
	background: #7a4fad;
	border-color: #7a4fad;
}

@media (max-width: 1024px) {
	.ept-grid-ed6a5d89 {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.ept-grid-ed6a5d89 {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 12px;
	}

	.ept-card-ed6a5d89 {
		padding: 24px 20px 20px;
	}

	.ept-title-ed6a5d89 {
		font-size: 20px;
	}

	.ept-package-price-ed6a5d89 {
		font-size: 18px;
	}
}
