.pc-wrap-cedb6786 {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	padding: 48px 40px;
	height: 100%;
	transition: all 0.3s ease;
	font-family: inherit;
}

/* Light Theme Base Colors */
.pc-theme-light {
	background-color: #FAFAFA;
}
.pc-theme-light .pc-subtitle {
	color: #8C8279;
}
.pc-theme-light .pc-title,
.pc-theme-light .pc-currency {
	color: #1A1A1A;
}
.pc-theme-light .pc-price-val {
	color: #3E2F28;
}
.pc-theme-light .pc-price-per {
	color: #8C8279;
}
.pc-theme-light .pc-feat-cedb6786 li span:not(.pc-icon-cedb6786) {
	color: #4A4A4A;
}
.pc-theme-light .pc-icon-cedb6786 {
	color: #4A5D4E;
}
.pc-theme-light .pc-btn-cedb6786 {
	background-color: #D9855B;
	color: #fff;
}
.pc-theme-light .pc-divider {
	background-color: rgba(0,0,0,0.05);
}
.pc-theme-light .pc-bonus-box {
	background-color: rgba(217, 133, 91, 0.1);
}
.pc-theme-light .pc-bonus-text {
	color: #3E2F28;
}
.pc-theme-light .pc-bonus-icon {
	color: #D9855B;
}


/* Dark Theme Base Colors */
.pc-theme-dark {
	background-color: #3E2F28;
}
.pc-theme-dark .pc-subtitle {
	color: #CBA47E;
}
.pc-theme-dark .pc-title,
.pc-theme-dark .pc-bonus-text {
	color: #FFFFFF;
}
.pc-theme-dark .pc-currency,
.pc-theme-dark .pc-price-val,
.pc-theme-dark .pc-icon-cedb6786,
.pc-theme-dark .pc-bonus-icon {
	color: #CBA47E;
}
.pc-theme-dark .pc-price-per {
	color: #BDB5B0;
}
.pc-theme-dark .pc-feat-cedb6786 li span:not(.pc-icon-cedb6786) {
	color: #E8E8E8;
}
.pc-theme-dark .pc-btn-cedb6786 {
	background-color: #CBA47E;
	color: #3E2F28;
}
.pc-theme-dark .pc-divider {
	background-color: rgba(255,255,255,0.1);
}
.pc-theme-dark .pc-bonus-box {
	background-color: rgba(139, 93, 62, 0.4);
}

/* Base structural styles (apply to both) */
.pc-subtitle {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 600;
}
.pc-title {
	font-size: 32px;
	font-family: serif;
	margin: 0 0 32px;
}
.pc-currency {
	font-size: 32px;
	font-weight: 400;
	position: relative;
	top: -12px;
}
.pc-price-val {
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
}
.pc-price-per {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 32px;
}

.pc-price-wrap-cedb6786 {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}
.pc-price-amount {
	display: flex;
	align-items: flex-start;
}

.pc-savings-tag {
	background: #4A5D4E;
	color: #fff;
	font-size: 13px;
	padding: 4px 12px;
	border-radius: 12px;
	display: inline-block;
	align-self: flex-start;
	margin-top: 4px;
}

.pc-divider {
	height: 1px;
	margin-bottom: 32px;
	width: 100%;
}

.pc-feat-cedb6786 {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	flex-grow: 1;
}
.pc-feat-cedb6786 li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
	font-size: 15px;
}
.pc-icon-cedb6786 {
	margin-right: 12px;
	margin-top: 3px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pc-icon-cedb6786 svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.pc-btn-cedb6786 {
	display: block;
	text-align: center;
	padding: 16px 30px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 40px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
}
.pc-btn-cedb6786:hover {
	opacity: 0.9;
}

.pc-bonus-box {
	border-radius: 16px;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 24px;
}
.pc-bonus-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.pc-bonus-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.pc-bonus-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* Badge */
.pc-badge-cedb6786 {
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	background: #CBA47E;
	color: #fff;
	padding: 6px 20px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	white-space: nowrap;
}
.pc-badge-cedb6786 svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
}
