.elementor-678 .elementor-element.elementor-element-1aaf842{--display:flex;}/* Start custom CSS *//* CSS מותאם לאלמנטור - נטען בנפרד */
.zix-article-wrapper {
    font-family: 'Heebo', 'Segoe UI', Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    background: #f9f9f9;
    direction: rtl;
    text-align: right;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.zix-article-wrapper * {
    box-sizing: border-box;
}

/* עיצוב כותרות */
.zix-article-wrapper h1 {
    font-size: 2.5rem !important;
    color: #2c3e50 !important;
    border-bottom: 4px solid #3498db !important;
    padding-bottom: 15px !important;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

.zix-article-wrapper h1 i {
    color: #3498db !important;
    margin-left: 15px !important;
}

.zix-article-wrapper h2 {
    font-size: 2rem !important;
    color: #2c3e50 !important;
    margin-top: 40px !important;
    margin-bottom: 25px !important;
    padding-right: 15px !important;
    border-right: 4px solid #3498db !important;
    font-weight: 600 !important;
}

.zix-article-wrapper h2 i {
    color: #3498db !important;
    margin-left: 10px !important;
}

.zix-article-wrapper h3 {
    font-size: 1.6rem !important;
    color: #2c3e50 !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

.zix-article-wrapper h4 {
    font-size: 1.3rem !important;
    color: #2c3e50 !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
}

/* עיצוב פסקאות */
.zix-article-wrapper p {
    margin-bottom: 20px !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
}

/* עיצוב כרטיסים */
.zix-article-wrapper .card {
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    padding: 35px !important;
    margin-bottom: 35px !important;
    border: 1px solid #e8e8e8 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.zix-article-wrapper .card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15) !important;
}

/* עיצוב כותרת המאמר */
.zix-article-wrapper .article-header {
    text-align: center !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
}

.zix-article-wrapper .article-header h1 {
    color: white !important;
    border-bottom: none !important;
}

.zix-article-wrapper .article-subtitle {
    font-size: 1.3rem !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 25px !important;
}

.zix-article-wrapper .article-meta {
    display: flex !important;
    justify-content: center !important;
    gap: 25px !important;
    flex-wrap: wrap !important;
    color: rgba(255,255,255,0.8) !important;
    font-size: 1rem !important;
}

.zix-article-wrapper .article-meta span {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* עיצוב נתונים בלעדיים */
.zix-article-wrapper .exclusive-data {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%) !important;
    border-right: 5px solid #ffb300 !important;
    padding: 25px !important;
    margin: 30px 0 !important;
    border-radius: 10px !important;
    border-left: 3px solid #ffb300 !important;
}

.zix-article-wrapper .exclusive-data h4 {
    color: #e65100 !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 0 !important;
}

.zix-article-wrapper .zix-badge {
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%) !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
    display: inline-block !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
}

/* עיצוב אזהרות */
.zix-article-wrapper .warning {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%) !important;
    border-right: 5px solid #ffc107 !important;
    padding: 25px !important;
    margin: 30px 0 !important;
    border-radius: 10px !important;
    border-left: 3px solid #ffc107 !important;
}

.zix-article-wrapper .warning h4 {
    color: #856404 !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 0 !important;
}

/* עיצוב טבלאות */
.zix-article-wrapper .table-responsive {
    overflow-x: auto !important;
    margin: 30px 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

.zix-article-wrapper .comparison-table {
    width: 100% !important;
    border-collapse: collapse !important;
    min-width: 800px !important;
}

.zix-article-wrapper .comparison-table th {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%) !important;
    color: white !important;
    padding: 18px 15px !important;
    text-align: right !important;
    font-weight: 600 !important;
    font-size: 1.05rem !important;
    border-bottom: 3px solid #2980b9 !important;
}

.zix-article-wrapper .comparison-table td {
    padding: 15px !important;
    border-bottom: 1px solid #eee !important;
    font-size: 1rem !important;
}

.zix-article-wrapper .comparison-table tr:nth-child(even) {
    background: #f8f9fa !important;
}

.zix-article-wrapper .comparison-table tr:hover {
    background: #e8f4fc !important;
    transition: background 0.3s !important;
}

.zix-article-wrapper .table-note {
    background: #f8f9fa !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-top: 20px !important;
    font-size: 0.95rem !important;
    color: #666 !important;
    border-right: 3px solid #ddd !important;
}

/* עיצוב סוגי הלוואות */
.zix-article-wrapper .loan-type-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.zix-article-wrapper .loan-type {
    background: white !important;
    border: 2px solid #e8e8e8 !important;
    border-radius: 10px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.zix-article-wrapper .loan-type:hover {
    border-color: #3498db !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.15) !important;
}

.zix-article-wrapper .loan-icon {
    font-size: 3rem !important;
    color: #3498db !important;
    margin-bottom: 15px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.zix-article-wrapper .loan-details {
    background: #f8f9fa !important;
    padding: 15px !important;
    border-radius: 8px !important;
    margin-top: 15px !important;
    font-size: 0.9rem !important;
}

.zix-article-wrapper .detail-label {
    font-weight: bold !important;
    color: #2c3e50 !important;
    margin-left: 10px !important;
}

/* עיצוב מקרי בוחן */
.zix-article-wrapper .case-study {
    background: linear-gradient(135deg, #f0f9ff 0%, #e1f5fe 100%) !important;
    border: 2px solid #b3e0ff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    margin: 35px 0 !important;
    position: relative !important;
}

.zix-article-wrapper .case-study::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: linear-gradient(90deg, #3498db, #2c3e50) !important;
    border-radius: 12px 12px 0 0 !important;
}

.zix-article-wrapper .case-study-header {
    border-bottom: 2px solid #b3e0ff !important;
    padding-bottom: 20px !important;
    margin-bottom: 25px !important;
}

.zix-article-wrapper .case-study-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 15px !important;
    padding: 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
}

.zix-article-wrapper .case-study-meta span {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.zix-article-wrapper .case-study-conclusion {
    background: white !important;
    padding: 25px !important;
    border-radius: 10px !important;
    margin-top: 25px !important;
    border-right: 4px solid #27ae60 !important;
    font-style: italic !important;
}

.zix-article-wrapper .mini-table {
    width: 100% !important;
    max-width: 400px !important;
    margin: 20px 0 !important;
    border-collapse: collapse !important;
}

.zix-article-wrapper .mini-table th {
    background: #3498db !important;
    color: white !important;
    padding: 12px !important;
    text-align: right !important;
}

.zix-article-wrapper .mini-table td {
    padding: 10px !important;
    border-bottom: 1px solid #ddd !important;
}

/* עיצוב שאלות נפוצות */
.zix-article-wrapper .faq-container {
    margin-top: 25px !important;
}

.zix-article-wrapper .faq-item {
    border-bottom: 1px solid #eee !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.zix-article-wrapper .faq-question {
    background: #f8f9fa !important;
    padding: 18px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
    color: #2c3e50 !important;
    font-size: 1.1rem !important;
}

.zix-article-wrapper .faq-question:hover {
    background: #e8f4fc !important;
    padding-right: 25px !important;
}

.zix-article-wrapper .faq-answer {
    padding: 25px !important;
    background: white !important;
    border-radius: 0 0 10px 10px !important;
    border: 1px solid #eee !important;
    border-top: none !important;
    display: none !important;
    animation: fadeIn 0.3s ease-out !important;
}

.zix-article-wrapper .faq-answer.active {
    display: block !important;
}

.zix-article-wrapper .faq-answer .source {
    font-size: 0.9rem !important;
    color: #666 !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px dashed #ddd !important;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* עיצוב שלבים */
.zix-article-wrapper .steps-container {
    margin-top: 30px !important;
}

.zix-article-wrapper .step {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
    padding: 25px !important;
    background: white !important;
    border-radius: 10px !important;
    border: 2px solid #e8e8e8 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.zix-article-wrapper .step:hover {
    border-color: #3498db !important;
    transform: translateX(-10px) !important;
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.1) !important;
}

.zix-article-wrapper .step-number {
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%) !important;
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    flex-shrink: 0 !important;
    margin-left: 20px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
}

.zix-article-wrapper .step-content {
    flex: 1 !important;
}

/* עיצוב גרפים */
.zix-article-wrapper .chart-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin: 30px 0 !important;
}

.zix-article-wrapper .chart-item {
    background: white !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    padding: 25px !important;
    text-align: center !important;
}

.zix-article-wrapper .chart-placeholder {
    display: flex !important;
    justify-content: space-around !important;
    align-items: flex-end !important;
    height: 200px !important;
    margin: 20px 0 !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
}

.zix-article-wrapper .chart-visual {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex: 1 !important;
    margin: 0 10px !important;
}

.zix-article-wrapper .chart-bar {
    width: 50px !important;
    border-radius: 5px 5px 0 0 !important;
    transition: height 1s ease !important;
    position: relative !important;
}

.zix-article-wrapper .chart-value {
    position: absolute !important;
    top: -30px !important;
    width: 100% !important;
    text-align: center !important;
    font-weight: bold !important;
    color: #2c3e50 !important;
}

.zix-article-wrapper .chart-label {
    margin-top: 10px !important;
    font-size: 0.9rem !important;
    color: #666 !important;
    text-align: center !important;
}

.zix-article-wrapper .chart-source {
    font-size: 0.9rem !important;
    color: #888 !important;
    font-style: italic !important;
    margin-top: 10px !important;
}

/* עיצוב נתונים */
.zix-article-wrapper .data-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 25px !important;
}

.zix-article-wrapper .data-item {
    background: white !important;
    border: 2px solid #e8e8e8 !important;
    border-radius: 10px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.zix-article-wrapper .data-item:hover {
    border-color: #3498db !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.1) !important;
}

.zix-article-wrapper .data-value {
    font-size: 2.5rem !important;
    font-weight: bold !important;
    color: #3498db !important;
    margin-bottom: 10px !important;
}

.zix-article-wrapper .data-label {
    font-size: 1rem !important;
    color: #666 !important;
}

/* עיצוב סיכום */
.zix-article-wrapper .key-takeaways {
    background: linear-gradient(135deg, #e8f4fc 0%, #d1e7ff 100%) !important;
    padding: 30px !important;
    border-radius: 12px !important;
    margin: 30px 0 !important;
    border-right: 5px solid #3498db !important;
}

.zix-article-wrapper .key-takeaways h4 {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    color: #2c3e50 !important;
    margin-top: 0 !important;
}

.zix-article-wrapper .final-message {
    background: white !important;
    border: 2px solid #3498db !important;
    border-radius: 12px !important;
    padding: 30px !important;
    margin-top: 30px !important;
    text-align: center !important;
}

/* עיצוב ביוגרפיה */
.zix-article-wrapper .author-content {
    display: flex !important;
    gap: 30px !important;
    align-items: flex-start !important;
    margin-top: 20px !important;
}

.zix-article-wrapper .author-avatar {
    font-size: 5rem !important;
    color: #3498db !important;
    flex-shrink: 0 !important;
}

.zix-article-wrapper .author-title {
    color: #3498db !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
}

.zix-article-wrapper .author-credentials {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin: 25px 0 !important;
}

.zix-article-wrapper .credential {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-size: 1rem !important;
}

.zix-article-wrapper .credential i {
    color: #3498db !important;
    width: 20px !important;
}

.zix-article-wrapper .author-disclaimer {
    background: #f8f9fa !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-top: 25px !important;
    border-right: 3px solid #ddd !important;
    font-size: 0.95rem !important;
    color: #666 !important;
}

/* עיצוב אודות */
.zix-article-wrapper .about-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin: 30px 0 !important;
}

.zix-article-wrapper .about-item {
    background: white !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.zix-article-wrapper .about-item:hover {
    border-color: #3498db !important;
    transform: translateY(-5px) !important;
}

.zix-article-wrapper .about-item h4 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 0 !important;
}

.zix-article-wrapper .resources {
    background: #f8f9fa !important;
    padding: 25px !important;
    border-radius: 10px !important;
    margin-top: 30px !important;
}

.zix-article-wrapper .resources ul {
    list-style: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.zix-article-wrapper .resources li {
    margin-bottom: 10px !important;
    padding-right: 0 !important;
}

.zix-article-wrapper .resources a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px !important;
    background: white !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.zix-article-wrapper .resources a:hover {
    background: #e8f4fc !important;
    padding-right: 20px !important;
}

/* עיצוב רשימות */
.zix-article-wrapper ul,
.zix-article-wrapper ol {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

.zix-article-wrapper li {
    margin-bottom: 10px !important;
    padding-right: 10px !important;
    line-height: 1.6 !important;
}

/* עיצוב קישורים */
.zix-article-wrapper a {
    color: #3498db !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
    font-weight: 500 !important;
}

.zix-article-wrapper a:hover {
    color: #2980b9 !important;
    text-decoration: underline !important;
}

/* עיצוב סרגל התקדמות */
.zix-article-wrapper .progress-container {
    background: #e0e0e0 !important;
    height: 12px !important;
    border-radius: 6px !important;
    margin: 25px 0 !important;
    overflow: hidden !important;
}

.zix-article-wrapper .progress-bar {
    background: linear-gradient(90deg, #3498db, #5dade2) !important;
    height: 100% !important;
    width: 0 !important;
    transition: width 1.2s ease-in-out !important;
    position: relative !important;
    overflow: hidden !important;
}

.zix-article-wrapper .progress-bar::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
    animation: shimmer 2s infinite !important;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* עיצוב כללי */
.zix-article-wrapper .info-box {
    background: #e8f4fc !important;
    border-radius: 10px !important;
    padding: 25px !important;
    margin: 25px 0 !important;
    border-right: 4px solid #3498db !important;
}

.zix-article-wrapper .info-box h4 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 0 !important;
}

.zix-article-wrapper .data-summary {
    background: white !important;
    border: 2px solid #e8e8e8 !important;
    border-radius: 12px !important;
    padding: 30px !important;
    margin-top: 30px !important;
}

.zix-article-wrapper .data-summary h4 {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .zix-article-wrapper {
        padding: 15px !important;
    }
    
    .zix-article-wrapper h1 {
        font-size: 2rem !important;
        padding: 0 10px !important;
    }
    
    .zix-article-wrapper h2 {
        font-size: 1.6rem !important;
    }
    
    .zix-article-wrapper .card {
        padding: 25px 20px !important;
    }
    
    .zix-article-wrapper .article-header {
        padding: 30px 20px !important;
    }
    
    .zix-article-wrapper .article-meta {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .zix-article-wrapper .loan-type-grid {
        grid-template-columns: 1fr !important;
    }
    
    .zix-article-wrapper .steps-container .step {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .zix-article-wrapper .step-number {
        margin-left: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .zix-article-wrapper .author-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .zix-article-wrapper .chart-grid {
        grid-template-columns: 1fr !important;
    }
    
    .zix-article-wrapper .chart-placeholder {
        height: 150px !important;
    }
    
    .zix-article-wrapper .data-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .zix-article-wrapper .about-content {
        grid-template-columns: 1fr !important;
    }
    
    .zix-article-wrapper .table-responsive {
        margin: 20px -15px !important;
        padding: 0 15px !important;
    }
}

@media (max-width: 480px) {
    .zix-article-wrapper h1 {
        font-size: 1.8rem !important;
    }
    
    .zix-article-wrapper h2 {
        font-size: 1.4rem !important;
    }
    
    .zix-article-wrapper .card {
        padding: 20px 15px !important;
    }
    
    .zix-article-wrapper .data-grid {
        grid-template-columns: 1fr !important;
    }
    
    .zix-article-wrapper .chart-bar {
        width: 30px !important;
    }
}

/* אנימציות */
.zix-article-wrapper .card,
.zix-article-wrapper .loan-type,
.zix-article-wrapper .step,
.zix-article-wrapper .chart-item,
.zix-article-wrapper .data-item,
.zix-article-wrapper .about-item {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* עיצוב פונטים מיוחד */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap');

.zix-article-wrapper {
    font-family: 'Heebo', 'Segoe UI', Arial, sans-serif !important;
}

/* שיפור קריאות */
.zix-article-wrapper p, 
.zix-article-wrapper li {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
}

/* עיצוב בלעדי ל-Zix */
.zix-article-wrapper .zix-only {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 20px !important;
    border-radius: 10px !important;
    margin: 25px 0 !important;
    text-align: center !important;
}

.zix-article-wrapper .zix-only h3 {
    color: white !important;
}/* End custom CSS */