.wp-6449-container {
	padding: 40px 0;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

.wp-6449-header {
	margin-bottom: 50px;
}

.wp-6449-title {
	font-family: 'Cinzel', serif;
	color: #E0C48F;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2;
}

.wp-6449-subtitle {
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 0;
}

.wp-6449-grid {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	margin-bottom: 50px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.wp-6449-card {
	background-color: rgba(10, 10, 10, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	position: relative;
	text-align: left;
}

.wp-6449-card:first-child {
	border-right: none;
}
.wp-6449-card:last-child {
	border-left: none;
}

.wp-6449-card--highlighted {
	border: 2px solid #C8A96A;
	background-color: rgba(20, 20, 20, 0.9);
	transform: scale(1.05);
	z-index: 2;
	box-shadow: 0 0 30px rgba(200, 169, 106, 0.15);
}

.wp-6449-badge-top {
	background: linear-gradient(135deg, #E0C48F, #C8A96A);
	color: #0A0A0A;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wp-6449-card-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(200, 169, 106, 0.3);
	padding-bottom: 15px;
}

.wp-6449-icon {
	color: #E0C48F;
	font-size: 24px;
	margin-right: 15px;
	display: flex;
}
.wp-6449-icon svg {
	width: 24px;
	height: 24px;
	fill: #E0C48F;
}

.wp-6449-card-title {
	font-family: 'Cinzel', serif;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}

.wp-6449-card-price-wrap {
	margin-bottom: 20px;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wp-6449-price-line {
	color: #E0C48F;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Cinzel', serif;
	line-height: 1.4;
}

.wp-6449-card-desc {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}
.wp-6449-card-desc ul {
	margin: 0;
}
.wp-6449-card-desc li {
	margin-bottom: 8px;
}

.wp-6449-footer {
	text-align: center;
	margin-top: 20px;
}

.wp-6449-footer-text {
	color: #FFFFFF;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 25px;
}

.wp-6449-cta-btn {
	display: inline-block;
	background: linear-gradient(to right, #E0C48F, #C8A96A);
	color: #0A0A0A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 40px;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	border: none;
}

.wp-6449-cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(200, 169, 106, 0.4);
	color: #0A0A0A;
}

@media (max-width: 992px) {
	.wp-6449-grid {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	.wp-6449-card {
		width: 100%;
		max-width: 500px;
		border: 1px solid rgba(255, 255, 255, 0.1) !important;
	}
	.wp-6449-card--highlighted {
		transform: scale(1);
		border: 2px solid #C8A96A !important;
	}
}