.tutoring-pricing-wrapper-a22bf646 {
	width: 100%;
	padding: 2rem 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pricing-grid-a22bf646 {
	display: grid;
	grid-template-columns: repeat(4, minmax(180px, 1fr));
	gap: 1rem;
	align-items: stretch;
}

@media screen and (max-width: 1200px) {
	.pricing-grid-a22bf646 {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap: 1.5rem;
	}
}

.pricing-card-a22bf646 {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 1.5rem 1rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.pricing-card-a22bf646:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	border-color: #3b82f6;
}

.pricing-card-a22bf646.is-popular-a22bf646 {
	border-color: #3b82f6;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	transform: scale(1.03);
}

.pricing-card-a22bf646.is-popular-a22bf646:hover {
	transform: scale(1.03) translateY(-8px);
}

.pricing-badge-a22bf646 {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 0.65rem;
	font-weight: 700;
	padding: 0.2rem 0.5rem;
	border-radius: 9999px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.pricing-card-a22bf646.is-popular-a22bf646 .pricing-badge-a22bf646 {
	background: #3b82f6;
	color: #ffffff;
}

.pricing-header-a22bf646 {
	text-align: center;
	margin-bottom: 1.25rem;
}

.package-title-a22bf646 {
	font-size: 1.15rem;
	color: #1f2937;
	font-weight: 700;
	margin: 0.5rem 0 0.25rem 0;
	white-space: nowrap;
}

.package-hours-a22bf646 {
	font-size: 0.8rem;
	color: #6b7280;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}

.package-price-a22bf646 {
	margin-bottom: 0.2rem;
}

.price-value-a22bf646 {
	font-size: 2.25rem;
	font-weight: 800;
	color: #111827;
}

.package-rate-a22bf646 {
	font-size: 0.8rem;
	color: #10b981;
	font-weight: 600;
}

.pricing-features-a22bf646 {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
	flex-grow: 1;
}

.pricing-features-a22bf646 li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8rem;
	color: #4b5563;
	margin-bottom: 0.5rem;
}

.pricing-features-a22bf646 li svg {
	width: 1rem;
	height: 1.25rem;
	color: #10b981;
	flex-shrink: 0;
}

.pricing-footer-a22bf646 {
	text-align: center;
}

.pricing-btn-a22bf646 {
	display: block;
	width: 100%;
	padding: 0.6rem 1rem;
	background-color: #f3f4f6;
	color: #374151;
	font-weight: 600;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.2s ease;
	font-size: 0.85rem;
}

.pricing-btn-a22bf646:hover {
	background-color: #3b82f6;
	color: #ffffff;
}

.pricing-card-a22bf646.is-popular-a22bf646 .pricing-btn-a22bf646 {
	background-color: #3b82f6;
	color: #ffffff;
}

.pricing-card-a22bf646.is-popular-a22bf646 .pricing-btn-a22bf646:hover {
	background-color: #1d4ed8;
}
