/* ==========================================================================
   מחשבון ריבית דריבית V2 — CSS של הדף (Investments/WhatIs-CompoundInterest.aspx)
   --------------------------------------------------------------------------
   כל הכללים תחומים ל-.sm-cic (compound interest calculator). הבלוק הקודם הגדיר
   .btn / .table / .container / .section בלי תיחום, ולכן דרס את כפתורי ShareBar
   (btn btn-sm של Bootstrap) ואת ה-.container של המאסטר. זו הסיבה לתיחום המלא.
   הפלטה: כחול-נייבי #224970 לממשק המחשבון (זהות הדף הקיימת) וירוק המותג
   #17765a / #198754 לתוצאה ול-CTA (כמו modern-article.css). אין פונט אייקונים —
   SVG inline בלבד (article-writing SKILL §4.1).
   ========================================================================== */

.sm-cic {
    --cic-ink: #16302a;
    --cic-ink-2: #3d524a;
    --cic-ink-3: #6b7f77;
    --cic-line: #d9e6e1;
    --cic-line-2: #c5d6ce;
    --cic-wash: #eef4f1;
    --cic-wash-2: #eaf5ef;
    --cic-brand: #17765a;
    --cic-brand-2: #198754;
    --cic-brand-hover: #157347;
    --cic-brand-ink: #14654B;
    --cic-navy: #224970;
    --cic-navy-hover: #1b3b5b;
    --cic-amber: #C77700;
    --cic-amber-bg: #FFF9EC;
    --cic-amber-line: #FFE69C;
    --cic-amber-ink: #8A5300;
    --cic-s1: #2b5f97;   /* השקעה ראשונית */
    --cic-s2: #5b9bd5;   /* הפקדות */
    --cic-s3: #219a63;   /* רווח מריבית */
    direction: rtl;
    margin: 0 0 1.75rem;
    color: var(--cic-ink);
    font-variant-numeric: tabular-nums;
    line-height: 1.5;
}

.sm-cic *, .sm-cic *::before, .sm-cic *::after { box-sizing: border-box; }

.sm-cic .sm-cic__lede { margin: 0 0 .75rem; color: var(--cic-ink-2); font-size: 15.5px; }

/* "איך משתמשים" — ההנחיות הקיימות, בקיפול */
.sm-cic .sm-cic__howto { margin: 0 0 1rem; border: 1px solid var(--cic-line); border-radius: 8px; background: #fff; }
.sm-cic .sm-cic__howto summary { list-style: none; cursor: pointer; padding: .6rem .9rem; font-weight: 700; color: var(--cic-navy); display: flex; align-items: center; gap: .5rem; font-size: 15px; }
.sm-cic .sm-cic__howto summary::-webkit-details-marker { display: none; }
.sm-cic .sm-cic__howto summary svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }
.sm-cic .sm-cic__howto summary .sm-cic__chev { margin-inline-start: auto; transition: transform .2s; }
.sm-cic .sm-cic__howto[open] summary .sm-cic__chev { transform: rotate(180deg); }
.sm-cic .sm-cic__howto ul { margin: 0; padding: 0 1.5rem .5rem 1rem; }
.sm-cic .sm-cic__howto li { margin: .25rem 0; font-size: 15px; }
.sm-cic .sm-cic__howto p { margin: .25rem .9rem .75rem; font-size: 15px; }

/* פריסה: שתי עמודות רק כשעמודת המאמר רחבה מספיק (מעל 1100px חלון) */
.sm-cic .sm-cic__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; align-items: start; }
@media (min-width: 1100px) {
    .sm-cic .sm-cic__grid { grid-template-columns: minmax(300px, 350px) minmax(0, 1fr); }
}

.sm-cic .sm-cic__card { background: #fff; border: 1px solid var(--cic-line); border-radius: 10px; min-width: 0; }
.sm-cic .sm-cic__inputs { padding: 16px; background: #f5f9f7; }
.sm-cic .sm-cic__results { padding: 16px; }
.sm-cic .sm-cic__h { margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .03em; color: var(--cic-ink-3); text-transform: uppercase; }

/* שדות */
.sm-cic .sm-cic__field { margin-bottom: 14px; }
.sm-cic .sm-cic__field-row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.sm-cic .sm-cic__field label, .sm-cic .sm-cic__label { font-size: 14.5px; font-weight: 600; color: var(--cic-ink); }
.sm-cic .sm-cic__hint { font-size: 12px; color: var(--cic-ink-3); }
.sm-cic .sm-cic__num { display: flex; align-items: center; border: 1px solid var(--cic-line-2); border-radius: 8px; background: #fff; height: 44px; margin-top: 6px; overflow: hidden; }
.sm-cic .sm-cic__num:focus-within { border-color: var(--cic-navy); box-shadow: 0 0 0 3px rgba(34, 73, 112, .12); }
.sm-cic .sm-cic__unit { padding: 0 10px; color: var(--cic-ink-3); font-size: 14px; border-inline-end: 1px solid var(--cic-line); height: 100%; display: flex; align-items: center; background: #fbfcfc; white-space: nowrap; }
.sm-cic .sm-cic__num input { border: 0; outline: 0; flex: 1; min-width: 0; height: 100%; padding: 0 10px; margin: 0; font: inherit; font-size: 17px; font-weight: 600; color: var(--cic-navy); direction: ltr; text-align: right; background: transparent; box-shadow: none; border-radius: 0; }
.sm-cic .sm-cic__step { border: 0; background: transparent; width: 36px; height: 100%; cursor: pointer; color: var(--cic-ink-2); font-size: 18px; line-height: 1; border-inline-start: 1px solid var(--cic-line); padding: 0; }
.sm-cic .sm-cic__step:hover { background: var(--cic-wash); }
.sm-cic .sm-cic__step:focus-visible { outline: 2px solid var(--cic-navy); outline-offset: -2px; }
.sm-cic input[type=range] { width: 100%; margin: 8px 0 2px; accent-color: var(--cic-navy); height: 24px; padding: 0; background: transparent; border: 0; }
.sm-cic .sm-cic__chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.sm-cic .sm-cic__chips button { font: inherit; font-size: 12.5px; font-weight: 600; color: var(--cic-ink-2); background: #fff; border: 1px solid var(--cic-line-2); border-radius: 999px; padding: 3px 10px; cursor: pointer; line-height: 1.4; }
.sm-cic .sm-cic__chips button:hover, .sm-cic .sm-cic__chips button.is-on { border-color: var(--cic-navy); color: var(--cic-navy); background: #eef3f8; }
.sm-cic .sm-cic__divider { height: 1px; background: var(--cic-line); margin: 14px 0; }

/* אפשרויות נוספות */
.sm-cic .sm-cic__adv summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-weight: 700; font-size: 15px; color: var(--cic-navy); padding: 4px 0; }
.sm-cic .sm-cic__adv summary::-webkit-details-marker { display: none; }
.sm-cic .sm-cic__adv summary .sm-cic__chev { transition: transform .2s; flex-shrink: 0; }
.sm-cic .sm-cic__adv[open] summary .sm-cic__chev { transform: rotate(180deg); }
.sm-cic .sm-cic__adv-count { font-size: 12px; font-weight: 700; color: #fff; background: var(--cic-brand); border-radius: 999px; padding: 1px 8px; margin-inline-start: 8px; }
.sm-cic .sm-cic__switch-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid var(--cic-line); }
.sm-cic .sm-cic__switch-row:first-of-type { border-top: 0; }
.sm-cic .sm-cic__switch-row .sm-cic__t { font-weight: 600; font-size: 14.5px; display: block; }
.sm-cic .sm-cic__switch-row .sm-cic__s { font-size: 12px; color: var(--cic-ink-3); display: block; }
.sm-cic .sm-cic__switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; margin: 0; }
.sm-cic .sm-cic__switch input { position: absolute; opacity: 0; inset: 0; margin: 0; width: 100%; height: 100%; cursor: pointer; }
.sm-cic .sm-cic__switch i { position: absolute; inset: 0; border-radius: 999px; background: #c9d4cf; transition: .2s; }
.sm-cic .sm-cic__switch i::after { content: ""; position: absolute; top: 3px; right: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); transition: .2s; }
.sm-cic .sm-cic__switch input:checked + i { background: var(--cic-brand-2); }
.sm-cic .sm-cic__switch input:checked + i::after { transform: translateX(-20px); }
.sm-cic .sm-cic__switch input:focus-visible + i { outline: 2px solid var(--cic-navy); outline-offset: 2px; }
.sm-cic .sm-cic__sub { display: none; padding: 4px 0 10px; margin-bottom: 6px; }
.sm-cic .sm-cic__sub.is-on { display: block; }
.sm-cic .sm-cic__sub .sm-cic__field { margin-bottom: 10px; }
.sm-cic .sm-cic__seg { display: flex; border: 1px solid var(--cic-line-2); border-radius: 8px; overflow: hidden; margin-top: 6px; background: #fff; }
.sm-cic .sm-cic__seg label { flex: 1; text-align: center; font-size: 13px; font-weight: 600; padding: 8px 4px; cursor: pointer; color: var(--cic-ink-2); background: #fff; position: relative; margin: 0; }
.sm-cic .sm-cic__seg input { position: absolute; opacity: 0; inset: 0; margin: 0; width: 100%; height: 100%; cursor: pointer; }
.sm-cic .sm-cic__seg label.is-on { background: var(--cic-navy); color: #fff; }
.sm-cic .sm-cic__seg label + label { border-inline-start: 1px solid var(--cic-line-2); }
.sm-cic .sm-cic__seg input:focus-visible + span { outline: 2px solid var(--cic-navy); outline-offset: -3px; }
.sm-cic .sm-cic__calc-btn { width: 100%; height: 46px; border: 0; border-radius: 8px; background: var(--cic-navy); color: #fff; font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 14px; }
.sm-cic .sm-cic__calc-btn:hover { background: var(--cic-navy-hover); }
.sm-cic .sm-cic__calc-btn:focus-visible { outline: 3px solid rgba(34, 73, 112, .35); outline-offset: 2px; }
.sm-cic .sm-cic__live { font-size: 12px; color: var(--cic-ink-3); text-align: center; margin: 6px 0 0; }

/* תוצאות */
.sm-cic .sm-cic__hero-lbl { font-size: 14px; color: var(--cic-ink-2); font-weight: 600; margin: 0; }
.sm-cic .sm-cic__hero { font-size: 40px; font-weight: 800; color: var(--cic-brand-ink); line-height: 1.05; letter-spacing: -.01em; margin: 2px 0 0; word-break: break-word; }
.sm-cic .sm-cic__hero-after { font-size: 13px; color: var(--cic-ink-3); margin: 4px 0 0; }
.sm-cic .sm-cic__insight { background: var(--cic-wash-2); border: 1px solid #cfe6da; border-radius: 8px; padding: 10px 12px; font-size: 14.5px; margin: 10px 0 14px; display: flex; gap: 8px; align-items: flex-start; }
.sm-cic .sm-cic__insight svg { width: 18px; height: 18px; fill: var(--cic-brand); flex-shrink: 0; margin-top: 3px; }
.sm-cic .sm-cic__insight b { color: var(--cic-brand-ink); }
.sm-cic .sm-cic__tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.sm-cic .sm-cic__tiles + .sm-cic__tiles { margin-top: 8px; }
.sm-cic .sm-cic__tile { border: 1px solid var(--cic-line); border-radius: 8px; padding: 10px 12px; background: #fff; min-width: 0; margin: 0; }
.sm-cic .sm-cic__tile--soft { background: var(--cic-wash); }
.sm-cic .sm-cic__tile.is-hidden { display: none; }
.sm-cic .sm-cic__tile .sm-cic__k { font-size: 12.5px; color: var(--cic-ink-3); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.sm-cic .sm-cic__tile .sm-cic__k i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; flex-shrink: 0; }
.sm-cic .sm-cic__tile .sm-cic__v { font-size: 19px; font-weight: 800; color: var(--cic-ink); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sm-cic .sm-cic__tiles--extra .sm-cic__v { font-size: 17px; }
.sm-cic .sm-cic__tiles--extra.is-hidden { display: none; }

/* גרף */
.sm-cic .sm-cic__chart-wrap { margin-top: 18px; }
.sm-cic .sm-cic__chart-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.sm-cic .sm-cic__chart-top h5 { margin: 0; font-size: 15px; font-weight: 700; color: var(--cic-ink); }
.sm-cic .sm-cic__cmp { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--cic-ink-2); cursor: pointer; user-select: none; margin: 0; }
.sm-cic .sm-cic__cmp input { accent-color: var(--cic-navy); width: 16px; height: 16px; margin: 0; }
.sm-cic .sm-cic__legend { display: flex; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: var(--cic-ink-2); margin: 4px 0 2px; }
.sm-cic .sm-cic__legend span { display: inline-flex; align-items: center; gap: 6px; }
.sm-cic .sm-cic__legend i { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
.sm-cic .sm-cic__legend i.sm-cic__legend-line { width: 18px; height: 0; border-top: 2px dashed var(--cic-amber); border-radius: 0; }
.sm-cic .sm-cic__legend [hidden] { display: none; }
.sm-cic .sm-cic__chart { position: relative; width: 100%; height: 260px; }
.sm-cic .sm-cic__chart svg { width: 100%; height: 100%; display: block; overflow: visible; }
/* ⚠️ חובה: בלי זה תוויות הצירים יורשות direction:rtl מהדף, ואז text-anchor
   "end"/"start" מתהפכים והתוויות נמתחות שמאלה אל תוך אזור העמודות. */
.sm-cic .sm-cic__chart svg text { direction: ltr; }
.sm-cic .sm-cic__tip { position: absolute; pointer-events: none; background: #16302a; color: #fff; font-size: 12.5px; padding: 8px 10px; border-radius: 6px; box-shadow: 0 4px 14px rgba(0, 0, 0, .2); white-space: nowrap; opacity: 0; transition: opacity .12s; z-index: 2; line-height: 1.5; }
.sm-cic .sm-cic__tip b { font-weight: 700; }
.sm-cic .sm-cic__tip .sm-cic__tip-row { display: flex; justify-content: space-between; gap: 14px; }
.sm-cic .sm-cic__tip i { width: 9px; height: 9px; border-radius: 2px; display: inline-block; margin-inline-end: 6px; }

/* דמי ניהול — השוואה */
.sm-cic .sm-cic__fee-cmp { margin-top: 16px; border: 1px solid var(--cic-amber-line); background: var(--cic-amber-bg); border-radius: 8px; padding: 12px 14px; display: none; }
.sm-cic .sm-cic__fee-cmp.is-on { display: block; }
.sm-cic .sm-cic__fee-cmp h5 { margin: 0 0 8px; font-size: 14.5px; color: var(--cic-amber-ink); display: flex; align-items: center; gap: 6px; }
.sm-cic .sm-cic__fee-cmp h5 svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }
.sm-cic .sm-cic__fee-bars { display: grid; gap: 6px; }
.sm-cic .sm-cic__fee-bar { display: grid; grid-template-columns: minmax(80px, 120px) minmax(0, 1fr) auto; gap: 10px; align-items: center; font-size: 13px; }
.sm-cic .sm-cic__fee-bar .sm-cic__bar { height: 14px; border-radius: 3px; background: var(--cic-s2); }
.sm-cic .sm-cic__fee-bar .sm-cic__bar--net { background: var(--cic-s1); }
.sm-cic .sm-cic__fee-bar .sm-cic__val { font-weight: 700; direction: ltr; }
.sm-cic .sm-cic__fee-cmp p { margin: 8px 0 0; font-size: 13.5px; color: var(--cic-ink-2); }
@media (max-width: 420px) {
    .sm-cic .sm-cic__fee-bar { grid-template-columns: minmax(0, 1fr) auto; }
    .sm-cic .sm-cic__fee-bar > span:first-child { grid-column: 1 / -1; margin-bottom: -2px; }
}

/* פעולות + טבלה */
.sm-cic .sm-cic__actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; align-items: center; }
.sm-cic .sm-cic__actions button { font: inherit; font-size: 13.5px; font-weight: 600; border: 1px solid var(--cic-line-2); background: #fff; color: var(--cic-ink-2); border-radius: 6px; padding: 7px 11px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; line-height: 1.4; min-height: 36px; }
.sm-cic .sm-cic__actions svg { width: 15px; height: 15px; fill: currentColor; }
.sm-cic .sm-cic__actions button:hover { border-color: var(--cic-ink-3); }
.sm-cic .sm-cic__actions button:focus-visible { outline: 2px solid var(--cic-navy); outline-offset: 2px; }
.sm-cic .sm-cic__actions .sm-cic__tbl-btn { margin-inline-start: auto; }
@media (pointer: coarse) { .sm-cic__actions button { min-height: 44px; } }
.sm-cic .sm-cic__yearly { margin-top: 12px; display: none; }
.sm-cic .sm-cic__yearly.is-on { display: block; }
.sm-cic .sm-cic__scroller { overflow-x: auto; border: 1px solid var(--cic-line); border-radius: 8px; -webkit-overflow-scrolling: touch; }
/* ⚠️ הטבלה בלי class="table" בכוונה: כך היא מקבלת את עיצוב טבלאות התוכן המשותף
   מ-modern-article.css, וכאן רק מצמצמים אותה. ההחרגה של .table בקובץ המשותף
   נשארת כפי שהיא. */
.sm-cic .sm-cic__table { min-width: 560px; margin: 0 !important; border: 0 !important; font-size: 13.5px !important; }
.sm-cic .sm-cic__table th { background: var(--cic-wash); color: var(--cic-ink-2); font-weight: 700; padding: 9px 10px !important; text-align: center !important; font-size: 12.5px; position: sticky; top: 0; }
.sm-cic .sm-cic__table td { padding: 8px 10px !important; border-top: 1px solid var(--cic-line); text-align: center !important; }
.sm-cic .sm-cic__table td:first-child { font-weight: 700; background: #fbfcfc; position: sticky; right: 0; }
.sm-cic .sm-cic__table td:last-child { font-weight: 700; }
.sm-cic .sm-cic__table th.is-hidden, .sm-cic .sm-cic__table td.is-hidden { display: none; }

/* הנחות */
.sm-cic .sm-cic__assump { margin-top: 14px; font-size: 13px; color: var(--cic-ink-3); }
.sm-cic .sm-cic__assump p { margin: 0 0 2px; font-size: 13px; }
.sm-cic .sm-cic__assump ul { margin: 0; padding-inline-start: 18px; }
.sm-cic .sm-cic__assump li { margin: 2px 0; font-size: 13px; }

/* CTA צמוד לתוצאה */
.sm-cic .sm-cic__cta { margin-top: 18px; background: linear-gradient(180deg, #f3f9f6, #eaf5ef); border: 1px solid #cfe6da; border-radius: 10px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.sm-cic .sm-cic__cta-txt b { font-size: 17px; color: var(--cic-ink); display: block; }
.sm-cic .sm-cic__cta-txt span { font-size: 14px; color: var(--cic-ink-2); }
.sm-cic .sm-cic__cta-btns { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 !important; }
.sm-cic .sm-cic__btn, .sm-cic .sm-cic__btn:link, .sm-cic .sm-cic__btn:visited { font: inherit; font-weight: 700; font-size: 15px; border-radius: 8px; padding: 11px 18px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; line-height: 1.3; }
.sm-cic .sm-cic__btn--primary, .sm-cic .sm-cic__btn--primary:link, .sm-cic .sm-cic__btn--primary:visited { background: var(--cic-brand-2); color: #fff; border: 1px solid var(--cic-brand-2); }
.sm-cic .sm-cic__btn--primary:hover, .sm-cic .sm-cic__btn--primary:focus-visible { background: var(--cic-brand-hover); color: #fff; text-decoration: none; }
.sm-cic .sm-cic__btn--secondary, .sm-cic .sm-cic__btn--secondary:link, .sm-cic .sm-cic__btn--secondary:visited { background: #fff; color: var(--cic-brand); border: 1px solid rgba(23, 118, 90, .35); }
.sm-cic .sm-cic__btn--secondary:hover, .sm-cic .sm-cic__btn--secondary:focus-visible { background: #f0faf6; color: var(--cic-brand-ink); text-decoration: none; }
.sm-cic .sm-cic__btn:focus-visible { outline: 3px solid rgba(23, 118, 90, .35); outline-offset: 2px; }

/* CTA בכרטיס התוצאה: כפתור ראשי אחד (עוגן לבלוק ההטבות) + קישור משני להשוואה.
   הכרעת רונן (2026-08-22, אופציה 2): ההטבות הן היעד הראשי, ההשוואות משניות. */
.sm-cic .sm-cic__cta-r { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.sm-cic .sm-cic__cta-alt, .sm-cic .sm-cic__cta-alt:link, .sm-cic .sm-cic__cta-alt:visited { font-size: 13px; font-weight: 600; color: var(--cic-brand); text-decoration: none; }
.sm-cic .sm-cic__cta-alt:hover, .sm-cic .sm-cic__cta-alt:focus-visible { text-decoration: underline; color: var(--cic-brand-ink); }
@media (max-width: 767.98px) {
    .sm-cic .sm-cic__cta-r { width: 100%; align-items: center; }
    .sm-cic .sm-cic__cta-r .sm-cic__btn { width: 100%; }
}

/* הנחות החישוב — בקיפול, מחוץ לזרימה (רונן: הפסקה האפורה לא התחברה למעבר להטבות) */
.sm-cic details.sm-cic__assump { margin-top: 10px; }
.sm-cic details.sm-cic__assump summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--cic-ink-3); padding: 4px 0; }
.sm-cic details.sm-cic__assump summary::-webkit-details-marker { display: none; }
.sm-cic details.sm-cic__assump summary::after { content: ""; width: 12px; height: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236b7f77'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .2s; }
.sm-cic details.sm-cic__assump[open] summary::after { transform: rotate(180deg); }
.sm-cic details.sm-cic__assump ul { margin: 4px 0 0; }

/* ==========================================================================
   בלוק ההטבות (אופציה 2): גשר + 3 כרטיסי הצעה, מיד אחרי המחשבון.
   markup של הדף (לא הקונטרול YearEndTeaser, שעבר למטה בגוף המאמר). הקישורים
   ו-data-event-name זהים לקונטרול, כך ש-supermarker.js מודד אותם באותו אירוע.
   ========================================================================== */
.sm-cic-offers { margin: 22px 0 28px; direction: rtl; scroll-margin-top: 84px; /* הכותרת הנעוצה במובייל (68px) + אוויר */ }
.sm-modern-article .article .sm-cic-offers p { margin: 0; }
.sm-cic-offers .sm-cic-offers__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .05em; color: #17765a; text-transform: uppercase; }
.sm-cic-offers .sm-cic-offers__title { margin: 4px 0 6px !important; font-size: 22px; font-weight: 800; line-height: 1.3; color: #16302a; }
.sm-cic-offers .sm-cic-offers__proof { margin: 0 0 14px !important; font-size: 15.5px; color: #3d524a; max-width: 75ch; line-height: 1.55; }
.sm-cic-offers .sm-cic-offers__proof b { color: #8A5300; }
.sm-cic-offers .sm-cic-offers__proof.is-hidden { display: none; }
.sm-cic-offers__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 767.98px) { .sm-cic-offers__cards { grid-template-columns: minmax(0, 1fr); } }
.sm-cic-offer { position: relative; background: #fff; border: 1px solid #d9e6e1; border-radius: 12px; padding: 16px; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.sm-cic-offer--best { border-color: rgba(23, 118, 90, .45); box-shadow: 0 0 0 3px rgba(23, 118, 90, .08); }
.sm-cic-offer .sm-cic-offer__badge { position: absolute; top: -10px; right: 14px; background: #198754; color: #fff; font-size: 11.5px; font-weight: 700; padding: 2px 9px; border-radius: 999px; line-height: 1.4; }
.sm-cic-offer .sm-cic-offer__name { margin: 0 !important; min-height: 30px; display: flex; align-items: center; font-weight: 800; font-size: 16px; color: #16302a; line-height: 1.25; }
.sm-cic-offer .sm-cic-offer__name small { font-weight: 600; font-size: 11.5px; color: #6b7f77; margin-inline-start: 6px; }
.sm-modern-article .article .sm-cic-offer ul.sm-cic-offer__list { margin: 0; padding: 0; list-style: none; font-size: 14px; color: #3d524a; flex: 1; }
.sm-modern-article .article .sm-cic-offer ul.sm-cic-offer__list li { position: relative; padding-inline-start: 22px; margin: 4px 0; line-height: 1.4; }
.sm-cic-offer .sm-cic-offer__list li::before { content: ""; position: absolute; inset-inline-start: 0; top: 4px; width: 15px; height: 15px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") center / contain no-repeat; }
.sm-cic-offer .sm-cic__btn { width: 100%; margin-top: 4px; }
.sm-cic-offer .sm-cic__btn, .sm-cic-offer .sm-cic__btn:link, .sm-cic-offer .sm-cic__btn:visited { font: inherit; font-weight: 700; font-size: 14.5px; border-radius: 8px; padding: 10px 14px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; line-height: 1.3; text-align: center; }
.sm-cic-offer .sm-cic__btn--primary, .sm-cic-offer .sm-cic__btn--primary:link, .sm-cic-offer .sm-cic__btn--primary:visited { background: #198754; color: #fff; border: 1px solid #198754; }
.sm-cic-offer .sm-cic__btn--primary:hover, .sm-cic-offer .sm-cic__btn--primary:focus-visible { background: #157347; color: #fff; text-decoration: none; }
.sm-cic-offers .sm-cic-offers__foot { margin: 12px 0 0 !important; font-size: 13.5px; color: #3d524a; }
.sm-cic-offers .sm-cic-offers__foot a { color: #17765a; font-weight: 600; }
.sm-cic-offers .sm-cic-offers__fine { margin: 6px 0 0 !important; font-size: 12px; color: #6b7f77; }

/* סיכום דביק במובייל — התוצאה נשארת בעין בזמן שינוי הקלט */
.sm-cic .sm-cic__sticky { display: none; }

@media (max-width: 767.98px) {
    .sm-cic .sm-cic__hero { font-size: 32px; }
    .sm-cic .sm-cic__tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm-cic .sm-cic__cta-btns, .sm-cic .sm-cic__cta-btns .sm-cic__btn { width: 100%; }
    /* top נמדד בזמן ריצה ל-‎--cic-sticky-top (גובה #searchBox הנעוץ, שהוא
       ‎68px + safe-area ולכן משתנה בין מכשירים). 68px הוא נפילה-אחורה בלבד. */
    .sm-cic .sm-cic__sticky { display: flex; position: sticky; top: var(--cic-sticky-top, 68px); z-index: 3; background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-bottom: 1px solid var(--cic-line); margin: 0 0 10px; padding: 8px 12px; align-items: center; justify-content: space-between; gap: 10px; }
    .sm-cic .sm-cic__sticky .sm-cic__k { font-size: 12px; color: var(--cic-ink-3); }
    .sm-cic .sm-cic__sticky .sm-cic__v { font-size: 18px; font-weight: 800; color: var(--cic-brand-ink); }
    /* יעד מגע 44px (WCAG 2.5.5), כמו ShareBar ושאר כפתורי המחשבון */
    .sm-cic .sm-cic__sticky a, .sm-cic .sm-cic__sticky a:link, .sm-cic .sm-cic__sticky a:visited { display: inline-flex; align-items: center; min-height: 44px; font-size: 12.5px; font-weight: 700; color: #fff; background: var(--cic-brand-2); padding: 0 12px; border-radius: 6px; text-decoration: none; white-space: nowrap; }
    .sm-cic .sm-cic__sticky a:hover, .sm-cic .sm-cic__sticky a:focus-visible { background: var(--cic-brand-hover); color: #fff; text-decoration: none; }
}

/* הדפסה: בלי כפתורים, עם הטבלה */
@media print {
    .sm-cic .sm-cic__actions, .sm-cic .sm-cic__sticky, .sm-cic .sm-cic__cta, .sm-cic .sm-cic__calc-btn, .sm-cic .sm-cic__live { display: none !important; }
    .sm-cic .sm-cic__yearly { display: block !important; }
}

@media (prefers-reduced-motion: reduce) {
    .sm-cic * { transition: none !important; }
}

/* ==========================================================================
   רכיבי המאמר שנוספו בגל הזה (גוף המאמר, מחוץ למחשבון)
   ========================================================================== */
/* שלושה מספרים ברצועת "אותה הפקדה, זמן שונה" */
.sm-cic-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: .6rem 0 .6rem; }
.sm-cic-stats > div { background: #fff; border: 1px solid #cfe6da; border-radius: 8px; padding: 10px; text-align: center; }
.sm-cic-stats .sm-cic-stats__y { font-size: 12.5px; color: #6b7f77; font-weight: 600; }
.sm-cic-stats .sm-cic-stats__p { font-size: 24px; font-weight: 800; color: #14654B; line-height: 1.1; }
.sm-cic-stats .sm-cic-stats__s { font-size: 12px; color: #3d524a; }
@media (max-width: 480px) { .sm-cic-stats { grid-template-columns: minmax(0, 1fr); } }

/* ציטוט מובלט */
.sm-modern-article .sm-cic-pull { margin: 1.4rem 0; padding: .3rem 1.3rem .3rem 0; border-inline-start: 4px solid #17765a; font-size: 1.25rem; font-weight: 700; color: #1a2b3c; line-height: 1.45; }
.sm-modern-article .sm-cic-pull p { margin: 0; font-size: inherit; line-height: inherit; }
.sm-modern-article .sm-cic-pull footer { font-size: 13px; font-weight: 600; color: #6b7f77; margin-top: 4px; }

/* פאנל CTA בגוף המאמר — שני יעדים זה לצד זה בדסקטופ */
.sm-modern-article .sm-cic-cta-panel { margin: 1.4rem 0; border: 1px solid #cfe6da; background: #f3f9f6; border-radius: 10px; padding: 16px 18px; }
.sm-modern-article .sm-cic-cta-panel p { margin: 0 0 .6rem; }
.sm-modern-article .sm-cic-cta-panel .sm-cic-cta-panel__btns { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.sm-modern-article .sm-cic-cta-panel .ctaMargin { margin: 0; flex: 1 1 260px; max-width: 320px; }
