/* Pricing Page Styles */
#toggleContainer {
    user-select: none;
}

.price-value {
    transition: all 0.3s ease;
}

.billing-period {
    transition: opacity 0.3s ease;
}

.plan-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.plan-card:hover {
    transform: translateY(-8px);
}
