.faq-item {
        transition: all 0.3s ease;
        cursor: pointer;
        background: #fff;
    }
    .faq-item.faq-active {
        background: linear-gradient(135deg, #A249ED 0%, #6135D7 100%) !important;
    }
    .faq-item.faq-active .title {
        color: #fff !important;
    }
    .faq-item.faq-active .desc {
        color: rgba(255,255,255,0.9) !important;
    }
    .faq-item.faq-active .icon {
        color: #fff !important;
    }
