.pc-994137-card {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: 40px 30px;
	border: 1px solid #eaeaea;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	height: 100%;
	transition: all 0.3s ease;
}

.pc-994137-card.is-featured {
	border-width: 2px;
}

.pc-994137-header {
	margin-bottom: 24px;
}

.pc-994137-pill {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.pc-994137-title {
	margin: 0 0 12px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.pc-994137-desc {
	margin: 0;
	font-size: 15px;
	color: #666;
	line-height: 1.6;
}

.pc-994137-features {
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0;
	flex-grow: 1;
}

.pc-994137-features li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
}

.pc-994137-features li:last-child {
	margin-bottom: 0;
}

.pc-994137-icon {
	margin-right: 12px;
	font-size: 18px;
	margin-top: 2px;
}

.pc-994137-icon svg {
	width: 18px;
	height: 18px;
}

.pc-994137-feature-text {
	font-size: 15px;
	color: #333;
	line-height: 1.5;
}

.pc-994137-footer {
	margin-top: auto;
	text-align: center;
}

.pc-994137-button {
	display: block;
	width: 100%;
	padding: 16px 24px;
	border-radius: 50px;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.3s ease;
	margin-bottom: 12px;
}

.pc-994137-button:hover {
	opacity: 0.9;
}

.pc-994137-note {
	margin: 0;
	font-size: 12px;
	font-style: italic;
	color: #888;
}
