.ppp-grid-6ee6606f {
	display: grid;
	gap: 20px;
}

.ppp-card-6ee6606f {
	position: relative;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
}

.ppp-card-6ee6606f:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.ppp-featured-6ee6606f {
	border-color: #0073e6;
	box-shadow: 0 5px 15px rgba(0, 115, 230, 0.1);
}

.ppp-badge-6ee6606f {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #0073e6;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.ppp-icon-6ee6606f {
	font-size: 40px;
	color: #0073e6;
	margin-bottom: 20px;
	text-align: center;
}
.ppp-icon-6ee6606f svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.ppp-title-6ee6606f {
	text-align: center;
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 700;
}

.ppp-pricing-wrap-6ee6606f {
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.ppp-price-original-6ee6606f {
	text-decoration: line-through;
	color: #999;
	font-size: 16px;
}

.ppp-price-current-6ee6606f {
	font-size: 42px;
	font-weight: 800;
	color: #333;
}

.ppp-discount-6ee6606f {
	background: #e6f2ff;
	color: #0073e6;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
}

.ppp-meta-6ee6606f {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.ppp-desc-6ee6606f {
	text-align: center;
	color: #666;
	font-size: 15px;
	margin-bottom: 30px;
}

.ppp-divider-6ee6606f {
	border: 0;
	border-top: 1px solid #eee;
	margin: 0 0 30px;
}

.ppp-features-6ee6606f {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	flex-grow: 1;
}

.ppp-features-6ee6606f li {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	color: #444;
}

.ppp-feature-included-6ee6606f i {
	color: #28a745;
	margin-top: 4px;
}
.ppp-feature-included-6ee6606f svg {
    fill: #28a745;
    margin-top: 4px;
}

.ppp-feature-excluded-6ee6606f {
	opacity: 0.5;
}
.ppp-feature-excluded-6ee6606f i {
	color: #dc3545;
	margin-top: 4px;
}
.ppp-feature-excluded-6ee6606f svg {
    fill: #dc3545;
    margin-top: 4px;
}

.ppp-quote-6ee6606f {
	background: #f8f9fa;
	border-left: 3px solid #0073e6;
	padding: 15px;
	font-style: italic;
	font-size: 14px;
	color: #555;
	margin-bottom: 30px;
	border-radius: 0 4px 4px 0;
}

.ppp-btn-6ee6606f {
	display: block;
	width: 100%;
	text-align: center;
	background: #0073e6;
	color: #fff;
	padding: 15px 20px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	margin-top: auto;
}

.ppp-btn-6ee6606f:hover {
	background: #005bb5;
	color: #fff;
}
