: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;
}

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: 7rem;
  border-bottom: 1px solid #eef2f3;
}

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;
}
.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;}

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;}


/* עיצוב כללי לכל המקטעים */
.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;
    background-color: #ffffff;
}
/* שכבת ההחשכה הכללית (דסקטופ) */
.hero .hero-overlay {
    position: absolute;
    inset: 0;
    /* ה-Gradient המקורי שלך לדסקטופ */
    background: linear-gradient(180deg, rgba(0,0,0,0) 23%, rgba(19,34,38,1) 64%);
    pointer-events: none; /* מבטיח שהשכבה לא תפריע ללחיצה על כפתורים */
}

/* התאמה למובייל (מסכים קטנים מ-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%
        );
    }
}