.elementor-1046 .elementor-element.elementor-element-51d0f23{--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-1046 .elementor-element.elementor-element-3eef362{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* איפוס והגדרות כלליות */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rubik', 'Heebo', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* טיפוגרפיה */
h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a365d;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

h3 {
    font-size: 1.4rem;
    margin-top: 1.8rem;
    color: #2d3748;
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

strong {
    font-weight: 600;
    color: #2d3748;
}

/* כותרת ראשית */
.main-header {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    color: white;
    padding: 1.2rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: white;
}

.logo-text {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.logo-subtext {
    font-size: 0.9rem;
    opacity: 0.9;
}

.trust-badge {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
}

.badge-icon {
    background-color: #38a169;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-size: 0.8rem;
}

/* תוכן המאמר */
.main-content {
    padding: 3rem 0;
}

.article-content {
    background-color: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.article-header {
    margin-bottom: 3rem;
}

.direct-answer {
    background-color: #f0f9ff;
    border-right: 4px solid #3182ce;
    padding: 1.8rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.direct-answer .section-title {
    font-size: 1.5rem;
    color: #3182ce;
    margin-top: 0;
    border-bottom: none;
}

.content-section {
    margin-bottom: 3rem;
}

/* טבלאות */
.factors-table, .comparison-table {
    width: 100%;
    margin: 1.5rem 0 2.5rem;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.factor-row, .comp-row {
    display: flex;
    border-bottom: 1px solid #e2e8f0;
}

.factor-row:last-child, .comp-row:last-child {
    border-bottom: none;
}

.factor-header, .comp-header {
    background-color: #1a365d;
    color: white;
    font-weight: 600;
}

.factor-name, .comp-param {
    flex: 2;
    padding: 1.2rem 1rem;
}

.factor-weight, .comp-before, .comp-after {
    flex: 1.5;
    padding: 1.2rem 1rem;
}

.factor-impact, .comp-impact {
    flex: 1;
    padding: 1.2rem 1rem;
}

.comp-summary {
    background-color: #f0f9ff;
    font-weight: 600;
}

.impact-positive {
    background-color: #c6f6d5;
    color: #22543d;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.high { background-color: #fed7d7; color: #742a2a; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.9rem; }
.medium { background-color: #feebc8; color: #744210; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.9rem; }
.low { background-color: #c6f6d5; color: #22543d; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.9rem; }

/* רשימות */
.bullet-list {
    list-style-position: outside;
    margin-right: 1.5rem;
    margin-bottom: 1.8rem;
}

.bullet-list li {
    margin-bottom: 0.8rem;
    padding-right: 0.5rem;
}

.bullet-list li::marker {
    color: #3182ce;
    font-size: 1.2em;
}

/* תיבות מידע */
.notice-box {
    background-color: #fffaf0;
    border-right: 4px solid #dd6b20;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.cta-box {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 12px;
    margin: 2.5rem 0;
    text-align: center;
}

.cta-box h3 {
    color: white;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.cta-box p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    background-color: #38a169;
    color: white;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.cta-button:hover {
    background-color: #2f855a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta-note {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 1rem;
}

/* ציר זמן */
.timeline {
    margin: 2rem 0;
}

.timeline-month {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 1.8rem;
    margin-bottom: 1.5rem;
    border-right: 4px solid #3182ce;
}

.timeline-month h3 {
    color: #3182ce;
    margin-top: 0;
}

/* שאלות נפוצות */
.faq-section {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 3rem;
}

.faq-item {
    margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #e2e8f0;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-item h3 {
    color: #2d3748;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

/* כותרת תחתונה */
.article-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.footer-cta {
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.footer-cta a {
    color: #3182ce;
    text-decoration: none;
    font-weight: 600;
}

.footer-cta a:hover {
    text-decoration: underline;
}

.article-meta {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.9rem;
    color: #718096;
}

/* כותרת תחתונה של הדף */
.main-footer {
    background-color: #1a365d;
    color: white;
    padding: 3rem 0;
    margin-top: 3rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-brand, .footer-contact, .footer-social {
    flex: 1;
    min-width: 250px;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.footer-brand h3, .footer-contact h4, .footer-social h4 {
    color: white;
    margin-bottom: 1rem;
}

.footer-contact p, .footer-social p {
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.footer-contact a, .social-link {
    color: #90cdf4;
    text-decoration: none;
}

.footer-contact a:hover, .social-link:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-legal {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-top: 1rem;
}

/* רספונסיביות */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.6rem;
    }
    
    .article-content {
        padding: 2rem;
    }
    
    .header-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .factor-row, .comp-row {
        flex-direction: column;
    }
    
    .factor-name, .factor-weight, .factor-impact,
    .comp-param, .comp-before, .comp-after, .comp-impact {
        flex: auto;
        width: 100%;
        padding: 0.8rem;
    }
    
    .factor-header, .comp-header {
        display: none;
    }
    
    .footer-content {
        flex-direction: column;
    }
    
    .footer-brand, .footer-contact, .footer-social {
        min-width: 100%;
        margin-bottom: 2rem;
    }
}/* End custom CSS */