/* Wrapper adds top padding so the translated lift effect doesn't get cut off by container bounds */
.pricing-card-wrapper-dee91a87 {
	padding: 10px 10px 16px 10px;
	box-sizing: border-box;
}

.pricing-card-dee91a87 {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden; /* Keeps header corners flush and outer corners rounded by border-radius */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color: transparent;
}

.pricing-card-dee91a87:hover {
	transform: translateY(-6px);
}

.pc-header-dee91a87 {
	padding: 40px 20px 50px 20px;
	text-align: center;
	box-sizing: border-box;
}

.pc-heading-dee91a87 {
	margin: 0;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
}

.pc-body-dee91a87 {
	padding: 0 16px 30px 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	min-height: 150px;
}

/* Badge uses strictly fixed width and height with border-radius 50% to prevent ovals.
   Negative top margin pulls it up to overlap the header flushly. */
.pc-badge-dee91a87 {
	width: 80px;
	height: 80px;
	min-width: 80px; /* prevents flex shrinking */
	min-height: 80px;
	margin-top: -40px;
	margin-bottom: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.25rem;
	box-sizing: border-box;
	z-index: 2;
	flex-shrink: 0; /* CRITICAL: enforces perfect circle regardless of flex container sizing */
}

.pc-note-dee91a87 {
	margin-bottom: 24px;
	font-size: 0.875rem;
	line-height: 1.4;
}

.pc-action-dee91a87 {
	margin-top: auto; /* pushes button to bottom if height varies */
	padding-top: 10px;
}

.pc-button-dee91a87 {
	display: inline-block;
	padding: 12px 32px;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
	border: none;
	line-height: 1;
}

.pc-button-dee91a87:hover {
	text-decoration: none;
}
