:root {
  --brand: #0b6b72;
  --brand-dark: #064a4e;
  --ink: #0c1b1e;
  --muted: rgb(19, 34, 38);
  --bg: #0b1a1d;
  --step: #e7f3f4;
  --bs-dark-rgb: 19, 34, 38;
  --bs-link-color-rgb: 34, 210, 223;
  --bs-body-font-size: 1.2rem;
  --bs-primary-bg-subtle: #eef7f8;
  --bs-primary-text-emphasis: #064a4e;
}

html {
  scroll-behavior: auto;
}

body {
  color: #132226;
  font-family: "Noto Sans Hebrew", sans-serif;
}

@media (max-width: 767px) {
  .postid-39786 header {
    min-height: auto !important;
  }
}

.site-container {
  max-width: 100%;
  padding: 0;
}
.content-sidebar .content {margin: 0;}
a {
  color: rgb(21, 120, 151);
  text-decoration: underline;
}

button:focus:not(:focus-visible) {
  outline: 1px solid #999;
}

.accordion-button:focus {
  outline: 1px solid #999;
}

.navbar {
  background: rgba(11, 62, 79, 0.8);
  backdrop-filter: blur(10px);
}

.navbar .nav-link,
.navbar-brand {
  color: #e8f6f7 !important;
}

.navbar-brand img {
  height: 40px
}

.hero {
  color: #e8f6f7;
  position: relative;
  overflow: hidden;
}

.intro-subtitle P {color: #fff;}
body.full-width-content.single h1,
body.membership-page h1 {
  all: unset;
  /* מאפס כמעט כל מאפיין */
  display: block;
  /* נחוץ כדי שיישאר אלמנט בלוק */
  font: inherit;
  color: inherit;
  top: 0;
  padding: auto;
  background: none;
  margin: auto;
  text-align: inherit;
}

body.full-width-content.single .hero h1 {
  font-size: 6.5rem;
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1 !important;
}
.hero .badge {
  white-space: wrap;
}
.hero .lead {
  color: #cfe7ea;
  font-size: 2rem;
  opacity: 1 !important;  
}

.btn-brand {
  min-width: 20rem;
  font-size: 2.5rem;
  background: var(--brand);
  color: #fff;
  border: none;
}

.btn-brand:hover {
  background: var(--brand-dark);
  color: #fff;
}

.text-brand {
  color: var(--brand);
}

.bg-brand {
  background: var(--brand);
}

@media (max-width: 767px) {
  /*header {
    min-height: calc(100vh - 66px) !important;
  }*/

  .n2-ss-slider {
    right: -35px;
    top: 160px;
    margin-bottom: 200px;
}
}

#steps-strip-con {
  scroll-behavior: smooth;
  transition: all 300ms linear;
}

.content-wrap {
  padding-block: 3rem;
}

.toc {
  position: sticky;
  top: 90px;
  border-inline-start: 4px solid var(--brand);
  padding-inline-start: 1rem;
  max-height: calc(100vh - 110px);
  overflow: auto;
}

.toc a {
  display: block;
  padding: .35rem .25rem;
  color: var(--muted);
  text-decoration: none;
  border-radius: .5rem;
}

.toc a.active,
.toc a:hover {
  color: var(--brand-dark);
  background: #eef7f8;
}

section.step {
  padding-block: 5rem;
  border-bottom: 1px solid #eef2f3;
}
section.step.step-type-modal-button {
  padding-block: 3rem !important;
}
section.step:last-of-type {
  border-bottom: none;
}

.step .kicker {
  color: var(--brand);
  font-weight: 700;
  letter-spacing: .05em;
}

.step h2 {
  font-weight: 800;
  margin: 2.25rem 0 1rem;
  font-size: 2.75rem;
  background: #f0f7f9;
  border-right: 5px solid #00848a;
  padding: 1.75rem 1.25rem;
  border-radius: 0 6px 6px 0;

}
.step h3 {
  font-size: 1.75rem;
    font-weight: 700;
    color: #133E4F;
    background: #f0f7f9;
    border-right: 5px solid #00848a;
    padding: 1.75rem 1.25rem;
    margin: 2rem 0 1rem;
    border-radius: 0 6px 6px 0;
}
.step p {
  color: #22363a;
}

.big-num {
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 900;
  line-height: .8;
  color: #6f9aa0;
  position: absolute;
  transform: translateY(-92%);
}

.card-tip {
  background: #f6fcfc;
  border: 1px solid #dbeff1;
}

.list-check li {
  margin: .4rem 0;
}

.list-check li::marker {
  color: var(--brand);
}

.steps-strip {
  position: sticky;
  top: 56px;
  z-index: 1020;
  background: #fff;
  border-bottom: 1px solid #e9f1f2;
}

.step-pill {
  font-size: 1.4rem;
  white-space: nowrap;
  border: 1px solid #d9ecee;
  background: #f6fcfc;
  color: #2b474c;
}

.step-pill.active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.swiper {
  padding-block: 1rem 2rem;
}

.swiper-slide {
  height: auto;
}

.quick-card {
  height: 100%;
}

[dir="rtl"] .big-num {
  inset-inline-start: -6px;
  inset-inline-end: auto;
}

.text-truncate-l-3 {
  -webkit-line-clamp: 3;
}

.text-truncate-custom {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(238, 247, 248, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);

}

.animation {
  background: var(--bs-brand);
  text-align: center;
  position: relative;
  color: white;
  border: 0;
  z-index: 1;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.animation::after,
.animation::before {
  content: '';
  position: absolute;
  height: calc(100% + 3px);
  width: calc(100% + 3px);
  background-image: conic-gradient(from var(--angle), #ffffff, #22d2df, #3dc3a9, #ff0095, #ff4545);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: var(--bs-border-radius-lg);
  animation: 3s spin linear infinite;

}

.animation::before {
  filter: blur(1.5rem);
  opacity: 1;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}
@media (max-width: 767px) {

ss3-force-full-width {
    margin: -12rem 0 0 0;
}
}

/* ניקוי הגדרות ברירת המחדל של בוטסטראפ לאקורדיון */
.accordion {
    /* הגדרת משתני בוטסטראפ ללבן ושקוף */
    --bs-accordion-active-bg: #ffffff !important; 
    --bs-accordion-active-color: #133E4F !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    --bs-accordion-border-color: #dee2e6 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #eef7f8 !important;
    color: var(--bs-accordion-active-color) !important;
    box-shadow: none !important; /* מבטל את הקו הכחול שבוטסטראפ מוסיף למטה */
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: rgba(0,0,0,.125) !important;
}

/* סידור החץ לצד שמאל (לעברית) בגלל בוטסטראפ */
.accordion-button::after {
    margin-right: auto !important;
    margin-left: 0 !important;
}

/* עיצוב ה-circle-number כדי שישב טוב בתוך הכפתור של בוטסטראפ */
.circle-number {
    flex-shrink: 0;
    margin-left: 15px; /* רווח מהטקסט בעברית */
}
.accordion-header[aria-expanded="true"] {  color: var(--bs-accordion-active-color);
  background-color: #eef7f8;
  box-shadow: inset 0 calc(-1 * #333636) 0 #abb2b3;}

/* ============================================
   Accordion — מסגרת מקווקוות עוטפת
   ============================================ */
.accordion-wrapper-dashed {
    border: 2px dashed #133E4F;
    border-radius: 16px;
    padding: 2rem 2rem 1.5rem;
    background: #ffffff;
    margin-bottom: 6rem !important;
}

/* ביטול shadow של פריטי האקורדיון כדי לא להתחרות עם המסגרת */
.accordion-wrapper-dashed .accordion-item {
    box-shadow: none !important;
    border: 1px solid #dee2e6 !important;
}

/* הסרת margin מהפריט האחרון */
.accordion-wrapper-dashed .accordion-item:last-child {
    margin-bottom: 0 !important;
}

/* רספונסיביות למובייל */
@media (max-width: 767px) {
    .accordion-wrapper-dashed {
        padding: 1rem 1rem 0.75rem;
        border-radius: 12px;
    }
}
  
button:focus:not(:focus-visible) {outline: 0;}

.circle-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--brand);
  color: white;
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  flex-shrink: 0;
}

/* עיצוב בלוק "חשוב לדעת" */
.alert-box {
    transition: transform 0.2s ease;
}

.alert-box:hover {
    transform: scale(1.01);
}

.alert-box strong {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* עיצוב פסקת הסיום */
.guide-footer .footer-content p:last-child {
    margin-bottom: 0;
}
.guide-footer p {color: #22d2df;font-size: 2rem;}


/* עיצוב כללי לכל המקטעים */
.step {
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 15px;
}

/* עיצוב למקטע מסוג אזהרה */
.step-type-warning {
    background-color: #fff5f5; /* רקע אדמדם בהיר */
    border-right: 5px solid #dc3545;
}
.step-type-warning h2 {
    color: #dc3545 !important;
}

/* עיצוב למקטע מסוג טיפ / המלצה */
.step-type-tip {
    background-color: #f0fbff; /* רקע תכלת בהיר */
    border-right: 5px solid #00848a;
}

/* עיצוב למקטע "חשוב לדעת" */
.step-type-important{
    border: 2px dashed #133E4F !important;
    background-color: #ffffff;
    padding-block: 5rem !important;
    padding-bottom: 0 !important;
    margin-bottom: 6rem !important;
}
/* שכבת ההחשכה הכללית (דסקטופ) */
.hero .hero-overlay {
    position: absolute;
    inset: 0;
    /* ה-Gradient המקורי שלך לדסקטופ */
    background: linear-gradient(180deg, rgba(0,0,0,0) 23%, rgba(19,34,38,1) 74%);
    pointer-events: none; /* מבטיח שהשכבה לא תפריע ללחיצה על כפתורים */
}
.nobullets, .nobullets li {list-style: none !important;}
/* התאמה למובייל (מסכים קטנים מ-768 פיקסלים) */
@media (max-width: 767px) {
    .hero .hero-overlay {
        /* במובייל: ההחשכה מתחילה כבר ב-10% מהגובה כדי לתת קונטרסט טוב לטקסט */
        background: linear-gradient(180deg,
            rgba(0,0,0,0) 0%,
            rgba(19,34,38,0.6) 0%,
            rgba(19,34,38,1) 40%
        );
    }
}

/* ============================================
   כפתור toggle (הצג/הסתר פרטים) בכרטיסיות (comp_cards)
   ============================================ */
.card-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    font-size: .95rem;
    font-weight: 600;
    color: var(--brand);
    background: #eef7f8;
    border: 1px solid #d9ecee;
    border-radius: 2rem;
}

.card-toggle-btn:hover,
.card-toggle-btn:focus {
    background: var(--brand);
    color: #fff;
}

.card-toggle-btn::after {
    content: "▾";
    font-size: .8em;
    transition: transform .2s ease-in-out;
}

.card-toggle-btn:not(.collapsed)::after {
    transform: rotate(180deg);
}

.card-toggle-btn .card-toggle-btn__hide {
    display: none;
}

.card-toggle-btn:not(.collapsed) .card-toggle-btn__show {
    display: none;
}

.card-toggle-btn:not(.collapsed) .card-toggle-btn__hide {
    display: inline;
}

/* ============================================
   כפתור-מודל בתוך section (section_is_modal)
   ============================================ */
/* section שהיא רק כפתור-מודל - בלי הריפוד/מסגרות של סוגי section רגילים */
.step.step-type-modal-button {
    padding-block: .5rem !important;
    margin-bottom: .75rem !important;
    padding-bottom: 0 !important;
    background: none !important;
    border: none !important;
}

.step.step-type-modal-button + .step.step-type-modal-button {
    margin-top: -.5rem;
}

.step-modal-btn {
    min-width: auto;
    font-size: 2.4rem;
    padding: .75rem 2rem;
    background: var(--brand);
    color: #fff;
    border: none;
    border-radius: .5rem;
    font-weight: 700;
}

.step-modal-btn:hover,
.step-modal-btn:focus {
    background: var(--brand-dark);
    color: #fff;
}

/* ============================================
   מודל מבוסס <dialog> טבעי - רץ ב-top layer של הדפדפן,
   תמיד מעל כל שאר העמוד, בלי תלות ב-z-index/stacking context
   ============================================ */
dialog.isoc-guide-modal {
    max-width: 1000px;
    width: 90vw;
    margin: auto;
    padding: 0;
    border: none;
    border-radius: 14px;
    border-top: 4px solid var(--brand);
    background-color: #fff;
    color: #22363a;
    font-family: "Noto Sans Hebrew", sans-serif;
    box-shadow: 0 12px 32px rgba(11, 62, 79, .18);
}

dialog.isoc-guide-modal::backdrop {
    background-color: #0b1a1d;
    opacity: .6;
}

.isoc-guide-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e2e2;
    padding: 1.25rem 1.5rem;
}

.isoc-guide-modal__title {
    color: #133E4F;
    margin: 0;
    font-size: 1.75rem;
}

.isoc-guide-modal__close {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #22363a;
    cursor: pointer;
    padding: .25rem .5rem;
}

.isoc-guide-modal__body {
    color: #22363a;
    padding: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.6;
}

.isoc-guide-modal__body a {
    color: var(--brand);
    text-decoration: underline;
    font-weight: 500;
}

.isoc-guide-modal__close:focus-visible,
.step-modal-btn:focus-visible {
    outline: 3px solid #22d2df;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    dialog.isoc-guide-modal {
        transition: none !important;
    }
}

/* ============================================
   Disclosure — section מתקפלת (section_collapsible)
   ============================================ */
.section-disclosure {
    background: #fff;
    border: 1px solid #e9f1f2;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(11, 62, 79, .06);
    padding: 0 2rem 1.75rem 2rem;
    transition: box-shadow .2s ease;
}

.section-disclosure:has(.section-disclosure-btn[aria-expanded="true"]) {
    box-shadow: 0 8px 24px rgba(11, 62, 79, .1);
}

.section-disclosure-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: start;
    color: #133E4F;
    font-weight: 800;
    font-size: 2.75rem;
    cursor: pointer;
    border-radius: 8px;
}

.section-disclosure-btn:focus-visible {
    outline: 3px solid #22d2df;
    outline-offset: 4px;
}

.section-disclosure-btn:hover,
.section-disclosure-btn:focus {
    background: transparent !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.section-disclosure-icon {
    position: relative;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #eef7f8;
    transition: background-color .2s ease, transform .35s cubic-bezier(.4, 0, .2, 1);
}

.section-disclosure-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    background: var(--brand);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
}

.section-disclosure-btn[aria-expanded="true"] .section-disclosure-icon {
    background: var(--brand);
    transform: rotate(180deg);
}

.section-disclosure-btn[aria-expanded="true"] .section-disclosure-icon::before {
    background: #fff;
}

/* אנימציית פתיחה חלקה: grid-template-rows 0fr → 1fr, בלי display:none */
.section-disclosure-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s cubic-bezier(.4, 0, .2, 1);
}

.section-disclosure-panel.is-open {
    grid-template-rows: 1fr;
}

.section-disclosure-panel__inner {
    overflow: hidden;
    min-height: 0;
}

.section-disclosure-panel.is-open .section-disclosure-panel__inner {
    padding-top: 1.5rem;
}

@media (max-width: 767px) {
    .section-disclosure {
        padding: 1.25rem 1.5rem;
        border-radius: 12px;
    }

    .section-disclosure-btn {
        font-size: 1.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-disclosure-panel,
    .section-disclosure-icon {
        transition: none !important;
    }
}

.isoc-tabs-content {padding: 2rem 10rem;background: #fff;}

.isoc-tabs-content section.step {padding-block: 10rem;}


.isoc-tabs-nav .nav-link {font-size: clamp(1.8rem, 1.3vw, 1.35rem);}

/* מרכוז כפתור su-button (Shortcodes Ultimate) בתוך תוכן המדריך.
   flex+justify-content ולא text-align, כי לכפתור יש כנראה float/display
   מה-CSS של הפלאגין עצמו שמתעלם מ-text-align. */
.isoc-tabs-content .su-button-center {
    display: flex !important;
    justify-content: center !important;
    text-align: center;
}

/* su-button-wide מגדיר רוחב מלא על הכפתור עצמו - מבטלים בתוך ה-wrapper הממורכז
   כדי שהכפתור יישאר ברוחב הטקסט שלו */
.isoc-tabs-content .su-button-center .su-button.su-button-wide {
    display: inline-block;
    float: none !important;
    width: auto;
}