.elementor-942 .elementor-element.elementor-element-432bec6{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-942 .elementor-element.elementor-element-a6c2144{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* styles.css */
/* CSS Reset והגדרות בסיס */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f8f9fa;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* טיפוגרפיה */
h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #3498db;
    text-align: center;
}

h2 {
    color: #2980b9;
    font-size: 1.8rem;
    margin: 2.5rem 0 1rem 0;
    padding: 1rem;
    background: linear-gradient(90deg, rgba(52, 152, 219, 0.1), transparent);
    border-right: 4px solid #3498db;
    border-radius: 0 8px 8px 0;
}

h3 {
    color: #16a085;
    font-size: 1.4rem;
    margin: 2rem 0 1rem 0;
    padding-right: 15px;
    border-right: 3px solid #1abc9c;
}

h2, h3 {
    font-weight: 600;
}

/* תיבת תקציר מנהלים */
.abstract {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #3498db;
    border-left: 5px solid #2980b9;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-size: 1.1rem;
    position: relative;
}

.abstract::before {
    content: "📋 תקציר מנהלים";
    display: block;
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #3498db;
}

/* תשובה ישירה מתחת לכותרת */
.direct-answer {
    background-color: #e8f4fc;
    border: 1px solid #aed6f1;
    padding: 20px;
    margin: 15px 0 25px 0;
    border-radius: 8px;
    font-weight: 500;
    color: #2c3e50;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* פסקאות ו"בלוק רעיון אחד" */
p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    text-align: justify;
    padding: 0 5px;
}

.highlight {
    background-color: #fff3cd;
    padding: 15px;
    border-right: 3px solid #ffc107;
    margin: 20px 0;
    border-radius: 0 5px 5px 0;
}

/* טבלה */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.comparison-table th {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 18px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.comparison-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.comparison-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.comparison-table tr:hover {
    background-color: #e3f2fd;
    transition: background-color 0.3s;
}

/* סעיף שאלות נפוצות */
.faq-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e9 100%);
    padding: 30px;
    margin: 40px 0;
    border-radius: 10px;
    border: 1px solid #c8e6c9;
}

.faq-section h2 {
    color: #27ae60;
    border-color: #2ecc71;
    text-align: center;
    background: none;
}

.faq-item {
    margin: 25px 0;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.faq-question {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.faq-question::before {
    content: "❓";
    margin-left: 10px;
    font-size: 1.3rem;
}

.faq-answer {
    color: #34495e;
    padding-right: 30px;
    position: relative;
}

.faq-answer::before {
    content: "💡";
    position: absolute;
    right: 0;
    top: 0;
}

/* אלמנטים כלליים */
.container {
    background-color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.meta-info {
    color: #7f8c8d;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ecf0f1;
}

.step {
    background-color: #f0f7ff;
    padding: 15px;
    margin: 15px 0;
    border-right: 4px solid #3498db;
    border-radius: 0 8px 8px 0;
    counter-increment: step-counter;
    position: relative;
    padding-right: 50px;
}

.step::before {
    content: counter(step-counter);
    background-color: #3498db;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

ol {
    counter-reset: step-counter;
    padding-right: 20px;
}

/* עיצוב רספונסיבי */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    .container {
        padding: 20px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.2rem;
    }
    
    .comparison-table {
        font-size: 0.9rem;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px 5px;
    }
    
    .faq-section {
        padding: 20px;
    }
}

/* אנימציות עדינות */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.container {
    animation: fadeIn 0.8s ease-out;
}

/* הדגשת מונחים חשובים */
.term {
    background-color: #e8f6f3;
    color: #148f77;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
}

/* כפתורים ויזואליים */
.action-box {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 25px;
    margin: 30px 0;
    border-radius: 10px;
    text-align: center;
}

.action-box h3 {
    color: white;
    border: none;
    margin-top: 0;
}

/* תגיות */
.tag {
    display: inline-block;
    background-color: #e0e7ff;
    color: #4f46e5;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin: 0 5px 10px 0;
}

/* רשימות */
ul.custom-list {
    list-style-type: none;
    padding-right: 25px;
}

ul.custom-list li {
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

ul.custom-list li::before {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0;
    color: #27ae60;
    font-weight: bold;
}

/* הערות צד */
.side-note {
    background-color: #f9f7ff;
    border-right: 4px solid #8b5cf6;
    padding: 15px;
    margin: 20px 0;
    font-size: 0.95rem;
}

.side-note strong {
    color: #7c3aed;
}

/* סרגל התקדמות ויזואלי */
.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin: 20px 0;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 4px;
    width: 0;
    animation: fillProgress 2s ease-out forwards;
}

@keyframes fillProgress {
    to { width: var(--progress-width, 100%); }
}/* End custom CSS */