/* Start custom CSS for html, class: .elementor-element-7b28a66 *//* CSS למרכוז ארבעת שלבי המשפך - הסבר מפורט */

.funnel-guide-wrapper .stages-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.funnel-guide-wrapper .stage-box {
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    color: white;
    max-width: 800px;
}

.funnel-guide-wrapper .stage-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    width: 100%;
}

.funnel-guide-wrapper .stage-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    width: 100%;
}

.funnel-guide-wrapper .stage-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    width: 100%;
}

.funnel-guide-wrapper .stage-4 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    width: 100%;
}

.funnel-guide-wrapper .stage-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.funnel-guide-wrapper .stage-content {
    font-size: 1.05em;
    line-height: 1.7;
}

.funnel-guide-wrapper .stage-content p {
    margin-bottom: 12px;
    text-align: right;
}

.funnel-guide-wrapper .stage-content strong {
    font-weight: 700;
}

/* התאמה למסכים קטנים */
@media (max-width: 768px) {
    .funnel-guide-wrapper .stages-section {
        padding: 0 15px;
    }
    
    .funnel-guide-wrapper .stage-box {
        width: 100% !important;
        padding: 15px;
    }
    
    .funnel-guide-wrapper .stage-title {
        font-size: 1.3em;
    }
    
    .funnel-guide-wrapper .stage-content {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .funnel-guide-wrapper .stage-title {
        font-size: 1.2em;
    }
    
    .funnel-guide-wrapper .stage-content {
        font-size: 0.95em;
    }
}/* End custom CSS */