/**
 * Sales Funnel Pro - Elementor Widgets CSS
 */

/* General */
.sfp-countdown-widget,
.sfp-social-proof,
.sfp-guarantee,
.sfp-cta-button,
.sfp-pricing,
.sfp-testimonials,
.sfp-faq-accordion {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* CTA Button Hover */
.sfp-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* FAQ Animation */
.sfp-faq-item.open .sfp-faq-answer {
    max-height: 500px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .sfp-testimonials {
        grid-template-columns: 1fr !important;
    }
    
    .sfp-pricing {
        padding: 24px !important;
    }
    
    .sfp-pricing > div:last-child {
        font-size: 36px !important;
    }
}

