.elementor-4560 .elementor-element.elementor-element-5a6208b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ========================================= */
        /* M.E Finance - "כריזמה ומהירות" למובייל   */
        /* ========================================= */
        @media (max-width: 767px) {
            /* 1. ביצועים ומהירות: ביטול תקיעות גלילה באייפון */
            html { scroll-behavior: auto !important; }
            .fade-up { opacity: 1 !important; transform: none !important; transition: none !important; }
            
            /* הסרת הטשטוש שחונק את המעבד, החלפה ברקע כהה ויוקרתי */
            .sim-card, .indices-panel { 
                backdrop-filter: none !important; 
                -webkit-backdrop-filter: none !important; 
                background: rgba(15, 30, 53, 0.98) !important; 
            }

            /* 2. ניקיון ויזואלי: הסתרת טקסטים ארוכים מעל הסימולטורים */
            .section-header p, 
            .price-disclaimer-banner { 
                display: none !important; 
            }
            .category-section { padding: 30px 0 10px !important; }
            .section-header h2 { font-size: 2rem !important; }

            /* 3. מהפך תצוגה: הפיכת הרשימה הארוכה לגריד אפליקציה של 2 בשורה */
            .sim-grid, .insurance-grid, .finance-grid { 
                grid-template-columns: repeat(2, 1fr) !important; 
                gap: 12px !important; 
                margin-bottom: 24px !important;
            }

            /* כיווץ הכרטיסיות למראה פאנצ'י ומהיר */
            .sim-card { 
                padding: 16px 12px !important; 
                min-height: auto !important; 
                justify-content: flex-start !important;
            }

            /* התאמת האייקונים והעלמת טקסט ההסבר החופר */
            .sim-icon { 
                width: 42px !important; 
                height: 42px !important; 
                font-size: 18px !important; 
                margin: 0 auto 10px !important; 
            }
            .sim-card p { display: none !important; }
            .sim-card h3 { font-size: 13px !important; margin-bottom: 6px !important; }
            .sim-cta { font-size: 11px !important; margin-top: auto !important; }

            /* טיפול בתגיות "חם במיוחד" / "בקרוב" שיתאימו לגודל החדש */
            .sim-card-badge { 
                font-size: 9px !important; 
                padding: 2px 6px !important; 
                top: -6px !important; 
                right: 8px !important; 
            }

            /* 4. אופטימיזציה לגרפים ולבאנר ייעוץ */
            .expert-banner { padding: 20px 16px !important; margin-top: 10px !important; }
            .expert-banner-content h3 { font-size: 18px !important; }
            .expert-banner-content p { display: none !important; } /* משאירים רק כותרת וכפתור בוואטסאפ */
            
            .charts-section { padding: 20px 0 40px !important; }
            .indices-panel { padding: 20px 16px !important; }
            .panel-title { font-size: 1.1rem !important; }
            .panel-desc { font-size: 12px !important; margin-bottom: 16px !important; }
            .chart-container { height: 200px !important; }
        }/* End custom CSS */