.soft-child-pricing-page {
	padding: 70px 20px;
	background: radial-gradient(circle at 50% 0, #faf5ff 0, #f2e8ff 62%, #faf5ff 100%);
	font-family: 'Albert Sans', sans-serif;
}

.soft-child-pricing-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.soft-child-pricing-intro {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.soft-child-pricing-intro h1 {
	margin: 0 0 16px;
	color: #160520;
	font-size: clamp(2.5rem, 5vw, 4.25rem);
	letter-spacing: -.055em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.soft-child-pricing-intro p {
	color: #600084;
}

.soft-child-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.soft-child-price-selector,
.soft-child-pricing-card {
	display: flex;
	flex-direction: column;
	padding: 32px;
	min-height: 430px;
	border: 1px solid rgba(134, 0, 196, .23);
	border-radius: 16px;
	background: #faf5ff;
	box-shadow: 0 16px 34px rgba(96, 0, 132, .1);
	color: #2a1248;
}

.soft-child-price-selector label {
	margin-bottom: 10px;
	color: #2a1248;
	font-weight: 700;
}

.soft-child-pricing-select {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(96, 0, 132, .22);
	border-radius: 8px;
	background: #fff;
	color: #2a1248;
	font-weight: 600;
}

.soft-child-price {
	margin: 28px 0 0;
	font-size: clamp(2.5rem, 5vw, 4.25rem);
	font-weight: 700;
	line-height: 1;
	color: #8600c4;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.soft-child-price small {
	font-size: .95rem;
	font-weight: 400;
	color: #2a1248;
}

.soft-child-price-content {
	margin-top: 24px;
	color: #2a1248;
	font-size: .95rem;
	line-height: 1.55;
}

.soft-child-price-content > :last-child {
	margin-bottom: 0;
}

.soft-child-pricing-card h2 {
	margin: 0 0 16px;
	color: #2a1248;
	font-size: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.soft-child-pricing-card-content {
	margin-bottom: 0;
}

.soft-child-pricing-card-content > :last-child {
	margin-bottom: 0;
}

.soft-child-pricing-card-content p {
	color: #2a1248;
	line-height: 1.55;
}

.soft-child-pricing-card-content ul {
	margin: 26px 0 0;
	padding-left: 1.25em;
}

.soft-child-pricing-card-content li {
	margin: 0 0 8px;
	color: #2a1248;
}

.soft-child-pricing-card-content li::marker {
	color: #8600c4;
	content: '✓  ';
	font-weight: 800;
}

.soft-child-pricing-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin: 0 0 24px;
	padding: 13px 22px;
	border-radius: 8px;
	border-radius: 7px;
	background: linear-gradient(135deg, #9d2ee8, #8600c4);
	box-shadow: 0 7px 15px rgba(134, 0, 196, .2);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
}

.soft-child-pricing-button:hover,
.soft-child-pricing-button:focus {
	background: linear-gradient(135deg, #b76dff, #8600c4);
	color: #fff !important;
}

@media (max-width: 900px) {
	.soft-child-pricing-grid { grid-template-columns: 1fr; }
}
