/* #memberships-section {
	width: 90%;
	max-width: 1250px;
	margin: auto;
	padding: 5rem 0 10rem;
} */

#memberships-section {
	padding-bottom: 5rem;
}

.memberships-intro {
	text-align: center;
	padding: 5rem 0 3rem;
}

.memberships-intro h1 {
	margin-bottom: 0.5rem;
}

#memberships-section .row {
	justify-content: center;
	gap: 3rem;
}

.membership-card {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* soft shadow */
	border-radius: 5px;
	padding: 4.5rem 4rem 5rem;
	background: linear-gradient(135deg, #e4ecf2, #d5dfe7);
	gap: 1rem;
}

.membership-card h2 {
	font-size: 1.5rem;
	text-align: center;
}

.price {
	text-align: center;
}

.price-number {
	font-size: clamp(3rem, 5vw, 4rem);
}

.price-detail {
	font-size: 1.25rem;
	margin-top: -1.2rem;
}

.membership-benefits {
	margin: 1rem 0.5rem 1rem clamp(1rem, 2vw, 2rem);
	/* margin: 1rem 0; */
	/* list-style-position: inside; */
}

.membership-benefits li {
	margin-bottom: 1rem;
}

.membership-benefits li::marker {
	color: #1A73B8;
}

.membership-card a {
	font-style: none;
	text-decoration: none;
}
