/**
 * Pricing Page Styles
 */

.bg-gradient-pro {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 50%, #4f46e5 100%);
}

/* Pro plan button hover effect - white to grey */
.bg-gradient-pro .btn-white {
    transition: all 0.2s ease;
}

.bg-gradient-pro .btn-white:hover {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #1f2937 !important;
}


