/* Perfect hover – lighter color + lift (works on EVERY color) */
.wp-block-pctaa-cta-button a {
    display: inline-block !important;
    transition: all 0.4s ease !important;
}

.wp-block-pctaa-cta-button a:hover {
    filter: brightness(1.2) !important;            /* ۲۰٪ روشن‌تر – خیلی قشنگ می‌شه */
    transform: translateY(-5px) !important;       /* کمی بالا می‌ره */
    box-shadow: 0 15px 30px rgba(0,0,0,0.25) !important;
}