.elementor-5392 .elementor-element.elementor-element-a99e72a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* style.css - עיצוב נקי, מקצועי ומותאם לנייד עבור DCN ישראל */

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.article-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 20, 50, 0.08);
    padding: 40px 35px;
}

/* Brand Bar */
.brand-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e0e9f2;
    padding-bottom: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.brand-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #003b6f;
    letter-spacing: -0.5px;
}

.brand-tagline {
    color: #5b6f82;
    font-size: 1rem;
    background-color: #eef3f9;
    padding: 5px 12px;
    border-radius: 30px;
}

/* Headings */
h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 15px;
    border-right: 6px solid #003b6f;
    padding-right: 20px;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0a2540;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dde3ea;
}

h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e3a5f;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Author Byline */
.author-byline {
    background-color: #f2f6fc;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    border-right: 4px solid #003b6f;
}

.author-name {
    display: block;
    font-weight: 600;
    font-size: 1.2rem;
    color: #0f2b45;
}

.author-cred {
    display: block;
    color: #3f5e7a;
    font-size: 0.95rem;
    margin-top: 5px;
}

/* Executive Summaries */
.executive-summary {
    background-color: #f8fafd;
    padding: 20px 25px;
    border-radius: 18px;
    margin-bottom: 20px;
    border: 1px solid #d9e2ef;
}

.executive-summary.english {
    background-color: #edf2f9;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.summary-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1d3b5c;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Key Takeaways */
.key-takeaways {
    background-color: #e4f0fa;
    padding: 20px 30px;
    border-radius: 24px;
    margin: 30px 0;
    border-right: 6px solid #003b6f;
}

.key-takeaways h3 {
    margin-top: 0;
    color: #003366;
}

.key-takeaways ul {
    list-style-type: none;
    padding-right: 0;
}

.key-takeaways li {
    margin-bottom: 12px;
    padding-right: 28px;
    position: relative;
    font-size: 1.05rem;
}

.key-takeaways li::before {
    content: "✨";
    position: absolute;
    right: 0;
    color: #003b6f;
}

.highlight {
    background-color: #f9e05e;
    color: #0a1e2f;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 6px;
}

/* Article Content */
.article-content p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: #2a3f54;
}

.direct-answer {
    background-color: #f0f7ff;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 500;
    border-right: 4px solid #0077be;
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #003060;
}

/* Table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 0.98rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.03);
    border-radius: 16px;
    overflow: hidden;
}

.comparison-table th {
    background-color: #003b6f;
    color: white;
    font-weight: 600;
    padding: 14px 8px;
    text-align: center;
}

.comparison-table td {
    border: 1px solid #d4dee8;
    padding: 12px 10px;
    text-align: center;
    background-color: white;
}

.comparison-table tr:last-child td {
    border-bottom: 2px solid #003b6f;
}

.comparison-table td:first-child {
    font-weight: 500;
    background-color: #f9fbfe;
    text-align: right;
}

/* FAQ Section */
.faq-section {
    background-color: #f7fafd;
    padding: 30px;
    border-radius: 28px;
    margin: 45px 0;
    border: 1px solid #cbd6e4;
}

.faq-item {
    margin-bottom: 25px;
    border-bottom: 1px dashed #bcc9d9;
    padding-bottom: 20px;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-item h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #0f3b6b;
    cursor: default;
}

.faq-item p {
    color: #344e6c;
    padding-right: 20px;
}

/* Closing Abstract */
.closing-abstract {
    background: linear-gradient(145deg, #eef4fa, #ffffff);
    padding: 30px;
    border-radius: 24px;
    margin-top: 30px;
    border: 1px solid #bdd1e8;
}

.closing-abstract h3 {
    color: #003b6f;
    margin-top: 0;
}

/* CTA Section */
.cta-section {
    background-color: #003b6f;
    color: white;
    padding: 40px 30px;
    border-radius: 32px;
    text-align: center;
    margin: 40px 0 20px;
}

.cta-section p {
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: 500;
}

.cta-button {
    display: inline-block;
    background-color: white;
    color: #003b6f;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 8px 8px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.cta-button:hover {
    background-color: #ffd966;
    color: #001f3f;
    transform: translateY(-2px);
}

.cta-button.secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.cta-button.secondary:hover {
    background-color: white;
    color: #003b6f;
}

.cta-note {
    font-size: 0.95rem;
    margin-top: 25px;
    opacity: 0.9;
}

/* Footer */
.footer-note {
    text-align: center;
    font-size: 0.85rem;
    color: #6b7e97;
    border-top: 1px solid #dee6f0;
    padding-top: 25px;
    margin-top: 20px;
}

/* Mobile Responsive */
@media (max-width: 650px) {
    .article-container {
        padding: 25px 15px;
    }

    h1 {
        font-size: 1.9rem;
        padding-right: 12px;
    }

    h2 {
        font-size: 1.5rem;
    }

    .brand-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .brand-name {
        font-size: 1.5rem;
    }

    .comparison-table {
        font-size: 0.8rem;
    }

    .comparison-table th, 
    .comparison-table td {
        padding: 8px 3px;
    }

    .cta-button {
        display: block;
        margin: 10px 0;
    }
}/* End custom CSS */