.elementor-1492 .elementor-element.elementor-element-77cfe72e{--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 );}.elementor-1492 .elementor-element.elementor-element-1a6ae0e{font-family:"Noto Sans Hebrew", Sans-serif;font-size:16px;font-weight:300;line-height:1.4em;}@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 );}.elementor-1492 .elementor-element.elementor-element-1a6ae0e{font-size:15px;}}@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 );}.elementor-1492 .elementor-element.elementor-element-1a6ae0e{font-size:15px;}}/* Start custom CSS *//* Reset בסיסי */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', 'Arial', sans-serif;
    line-height: 1.6;
    direction: rtl;
    background-color: #f4f7fc;
    color: #1e2b3c;
    padding: 20px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 30px;
}

h1 {
    font-size: 2.2rem;
    color: #003366;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 700;
}

h2 {
    font-size: 1.8rem;
    color: #002244;
    margin-top: 40px;
    margin-bottom: 15px;
    background: #eef4ff;
    padding: 8px 16px;
    border-radius: 40px;
    border-right: 5px solid #ffc107;
}

h3 {
    font-size: 1.4rem;
    color: #003366;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.answer-block {
    background: #f0f7fa;
    padding: 20px 25px;
    border-radius: 18px;
    margin: 25px 0;
    border-left: 6px solid #2a7faa;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,40,80,0.1);
}

.answer-block p {
    margin-bottom: 0;
    font-size: 1.15rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

th {
    background-color: #003366;
    color: white;
    font-weight: 600;
    padding: 14px 8px;
    text-align: center;
}

td {
    padding: 12px 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
}

tr:last-child td {
    border-bottom: none;
}

ul, ol {
    margin: 15px 0 25px 30px;
}

li {
    margin-bottom: 8px;
}

.key-points {
    background: #e9f2f5;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0;
    border-top: 4px solid #ffc107;
}

.key-points h4 {
    font-size: 1.4rem;
    color: #001f3f;
    margin-bottom: 12px;
}

.key-points ul {
    list-style-type: square;
    margin-bottom: 0;
}

.badge {
    background: #ffc107;
    color: #1e2b3c;
    padding: 4px 12px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 8px;
}

.data-highlight {
    font-weight: 700;
    background: #fff1c0;
    padding: 2px 6px;
    border-radius: 6px;
    color: #003366;
}

footer {
    margin-top: 50px;
    border-top: 1px dashed #aaa;
    padding-top: 20px;
    font-size: 0.95rem;
    color: #555;
    text-align: center;
}

hr {
    border: none;
    border-top: 2px solid #e0e7ef;
    margin: 30px 0;
}

.faq-section {
    background: #f9f9f9;
    border-radius: 30px;
    padding: 20px;
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #dde;
    padding-bottom: 15px;
}

.faq-item h4 {
    font-size: 1.3rem;
    color: #113355;
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .container { padding: 18px; }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
}/* End custom CSS */