.elementor-9 .elementor-element.elementor-element-d3bf2fd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-b7153a7{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-70b9ae0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-e6e37cd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-bda5455{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-813192e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-7d8799c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-bea4496{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-02fea12{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-e8ee149{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-142b611{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-220285c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-d3bf2fd */:root {
  --brand:#6FBD4B;
  --accent:var(--brand);
  --ink:#0f1720;
  --muted:#5b6876;
  --paper:#f6f8f7;
  --border:#E8EDF0;
  --gpad: clamp(16px,4vw,24px);
  --h1: clamp(42px,6vw,72px); /* כותרת ראשית גדולה */
  --h2: clamp(26px,3vw,36px); /* כותרת שנייה (עם iCanSit) */
  --p: clamp(16px,1.1vw,20px);
}

/* === HERO SECTION === */
#ics-hero {
  min-height: calc(min(100svh, 100dvh));
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: clamp(24px,4vh,40px) var(--gpad) 0;
  background: linear-gradient(135deg, transparent 35%, rgba(106,190,69,.06) 100%),
              radial-gradient(120% 80% at 70% 18%, rgba(0,0,0,.06) 0%, transparent 60%),
              linear-gradient(180deg,#fff,#f7fbf8);
  border-bottom: 1px solid #e7ecef;
  overflow: hidden;
  direction: rtl;
}

.ics-hero__grid {
  max-width: 1200px;
  margin-inline: auto;
  min-height: calc(min(100svh, 100dvh) - clamp(24px,4vh,40px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
  padding: 0;
}

@media (min-width: 992px) {
  .ics-hero__grid {
    grid-template-columns: 6fr 6fr;
    gap: 28px;
  }
}

.ics-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  padding-right: calc(var(--gpad) + 16px);
}

/* ✅ שורות ראשונות גדולות */
.ics-type {
  display: block;
  font-weight: 800;
  color: var(--accent);
  font-family: "Heebo", sans-serif;
  font-size: var(--h1);
  line-height: 1.15;
  margin-bottom: 0.5em;
}

/* ✅ השורות עם iCanSit קטנות אך מודגשות */
.ics-type .subline {
  display: block;
  font-size: var(--h2);
  font-weight: 700;
  color: var(--ink);
  margin-top: 0.2em;
}

.ics-type .stay {
  color: var(--accent)!important;
  font-style: normal;
}

/* מבטלים את הפס */
.ics-type .caret { display: none; }

/* טקסט פסקה */
.ics-sub {
  margin: 14px 0 30px;
  font-size: clamp(16px,1.3vw,20px);
  color: var(--muted);
  max-width: 640px;
  line-height: 1.7;
}

/* כפתור */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid transparent;
  text-decoration: none !important;
  line-height: 1;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}

.btn--primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(111,189,75,.22);
}

.btn--primary:hover { transform: translateY(-1px); }

/* תמונה */
.ics-hero__visual {
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: 100%;
}

.hero-img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: -34px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.hero-img.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .ics-hero__visual { justify-items: center; }
  .hero-img { max-width: min(90vw,900px); }
}
/* ⭐ תיקון יישור טקסט במובייל ל-HERO החדש */
@media (max-width: 768px){

  .ics-hero__text {
    text-align: center !important;   /* מרכז את הכותרת */
    margin: 0 auto !important;       /* מיישר את הבלוק עצמו */
    padding: 0 16px !important;      /* ריווח פנימי נעים */
  }

  .ics-hero__text h1,
  .ics-hero__text .ics-sub {
    text-align: center !important;   /* כל הטקסטים */
  }

  .ics-hero__grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }

  .ics-hero__visual {
    margin: 0 auto !important;
    max-width: 90% !important;
    text-align: center !important;
  }

  .ics-hero__text .subline {
    display: block;
    text-align: center !important;
  }
}
/* ⭐ התאמת HERO למובייל — טקסט קטן יותר, יותר אוורירי */
@media (max-width: 768px){

  /* כותרת ראשית */
  .ics-type {
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.35em !important;
  }

  /* שורת iCanSit */
  .ics-type .subline {
    font-size: clamp(18px, 4.5vw, 22px) !important;
    line-height: 1.4 !important;
    margin-top: 0.1em !important;
  }

  /* פסקה */
  .ics-sub {
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.55 !important;
    margin: 10px auto 20px !important;
  }

  /* כפתור */
  .btn--primary {
    font-size: 15px !important;
    padding: 0.65rem 1rem !important;
  }
}
/* ⭐ גודל טקסט Slightly Larger + כפתור צר יותר במובייל */
@media (max-width: 768px){

  /* כותרת ראשית */
  .ics-type {
    font-size: clamp(32px, 8vw, 38px) !important;
    line-height: 1.22 !important;
    margin-bottom: 0.4em !important;
  }

  /* שורה עם iCanSit */
  .ics-type .subline {
    font-size: clamp(19px, 4.8vw, 24px) !important;
    line-height: 1.45 !important;
    margin-top: 0.15em !important;
  }

  /* טקסט הפסקה */
  .ics-sub {
    font-size: clamp(15px, 4.2vw, 18px) !important;
    line-height: 1.6 !important;
    margin: 12px auto 22px !important;
  }

  /* כפתור – צר, אלגנטי, פחות מגושם */
  .btn--primary {
    font-size: 15px !important;
    padding: 0.55rem 0.9rem !important;  /* הצרתי משמעותית */
    min-width: 180px !important;         /* שלא יימתח לרוחב */
    max-width: 60% !important;           /* מראה פרימיום */
  }
}
/* ⭐ ממרכז כפתור במובייל באופן מלא */
@media (max-width: 768px){
  .ics-hero__text .btn--primary {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    text-align: center !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-70b9ae0 *//* ============ TARGET AUDIENCE v3 (ta3) — גרסה עברית מלאה ============ */

.ta3 {
  --cardW: clamp(170px, 18vw, 220px);
  --cardH: clamp(230px, 24vw, 280px);
  --radius: 18px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--paper);
  color: var(--ink);
  padding-block: clamp(24px, 4vw, 44px);
  border-top: 1px solid var(--border);
  overflow: hidden;
  direction: rtl;
}

.ta3-wrap {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--gpad);
}

.ta3-head {
  text-align: center;
  margin-bottom: clamp(14px, 2.4vw, 22px);
}

.ta3-head h2 {
  margin: 0 0 6px;
  font-size: clamp(24px, 3.8vw, 42px);
  line-height: 1.2;
  font-weight: 800;
  color: var(--brand);
}

.ta3-sub {
  margin: 0;
  opacity: .85;
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--muted);
}

.ta3-sub-title {
  margin: 12px 0 0;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  color: var(--ink);
}

.ta3-grid {
  display: grid;
  gap: clamp(12px, 1.8vw, 18px);
  grid-template-columns: repeat(6, 1fr);
  align-items: start;
  justify-items: center;
  margin-top: clamp(20px, 3vw, 36px);
}

/* רספונסיביות מושלמת */
@media (max-width: 1100px) {
  .ta3-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .ta3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ta3-card {
  width: 100%;
  min-height: var(--cardH);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 6px 20px rgba(10,13,18,.09);
  padding: 12px;
  display: grid;
  grid-template-rows: 1fr auto;
  transition: transform .35s ease, box-shadow .35s ease, opacity .35s ease;
  will-change: transform, opacity;
  text-align: center;
}

.ta3-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(10,13,18,.12);
}

.ta3 .media {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ta3 .media img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: auto;
}

.ta3 .title {
  text-align: center;
  margin: 10px 4px 2px;
  font-weight: 600;
  font-size: clamp(13px, 1.7vw, 15px);
  line-height: 1.3;
  color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .ta3-card {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e6e37cd *//* ===== סקשן 3 — מה הבעיה (גרסה יציבה ומוכנה) ===== */
.problem {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: clamp(80px, 10vw, 120px);
  overflow: hidden;
  text-align: center;
  color: #0f1720;

  /* רקע: תמונה + גרדיאנט רך */
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(247,251,248,0.94) 100%),
    url('https://icansit.co.il/wp-content/uploads/2025/10/כאבי-גב.webp')
    no-repeat center / cover;
  background-attachment: fixed; /* אפקט פרלקסה */
}

/* טקסט */
.problem__wrap {
  max-width: 900px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 40px);
}

.problem h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  color: #6FBD4B;
  margin-bottom: clamp(20px, 3vw, 32px);
}

.problem .lead {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 28px;
  color: #0f1720;
}

.problem__text p {
  margin: 8px 0;
  font-size: clamp(16px, 1.4vw, 18px);
  color: #5b6876;
  line-height: 1.7;
}

.problem__quote {
  margin-top: clamp(32px, 5vw, 48px);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
  color: #0f1720;
}

.problem__quote strong { color: #6FBD4B; }

/* מובייל */
@media (max-width: 768px) {
  .problem {
    background-attachment: scroll; /* ביטול פרלקסה בטלפונים */
    background-position: center top;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bda5455 *//* ============ SECTION 4 — הפתרון (Solution RTL) ============ */
.solution {
  background: linear-gradient(135deg, transparent 30%, rgba(92,196,65,.045) 100%),
              radial-gradient(140% 120% at 70% 18%, rgba(0,0,0,.06) 0%, transparent 60%),
              linear-gradient(180deg, #F5FAF7, #FFFFFF);
  padding: clamp(56px, 7vw, 92px) 0;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-top: 1px solid var(--border);
  overflow: hidden;
}

.ps__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 7fr 5fr; /* תמונה משמאל */
  gap: 64px;
  align-items: center;
  padding-inline: var(--gpad);
}

.ps__text {
  max-width: 700px;
  text-align: right;
}

.ps__text h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--brand);
  margin: 0 0 12px;
  line-height: 1.2;
}

.ps__copy {
  font-size: clamp(16px, 1.3vw, 20px);
  color: var(--ink);
  margin-bottom: 24px;
}

.ps__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.ps__benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ps__benefits img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.ps__benefits span {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--muted);
  line-height: 1.6;
}

/* תמונה */
.ps__visual {
  min-height: 320px;
  position: relative;
}
.vis__wrap {
  position: relative;
  width: 100%;
  max-width: min(720px, 90vw);
  margin-right: auto; /* תמונה בצד שמאל */
  aspect-ratio: 16/12;
}
.vis__img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: translateX(-30vw); /* מתחילה שמאלה */
  transition: transform 1.2s ease, opacity 1.2s ease;
  opacity: 0;
}
.shadow-floor, .shadow-contact {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  will-change: opacity, transform;
}
.shadow-floor {
  bottom: 6%;
  width: 66%;
  height: 26%;
  filter: blur(28px);
  background: radial-gradient(50% 60% at 50% 45%, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.16) 55%, rgba(0,0,0,0) 100%);
}
.shadow-contact {
  bottom: 10%;
  width: 40%;
  height: 18%;
  filter: blur(16px);
  background: radial-gradient(60% 60% at 50% 50%, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0) 100%);
  z-index: 2;
}

/* מובייל */
@media (max-width: 768px) {
  .ps__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ps__visual {
    order: -1; /* תמונה מעל טקסט */
  }
  .vis__img {
    transform: translateX(0);
    opacity: 1;
  }
}
.vis__img { will-change: transform; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-813192e */.how {
  background: linear-gradient(180deg,#fff,#f7fbf8);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-top: 1px solid var(--border);
  padding: clamp(60px,7vw,100px) 0;
  overflow: hidden;
}

.how__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 6fr 6fr;
  align-items: center;
  gap: 60px;
  padding-inline: var(--gpad);
}

.how__points {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 12px;
}

.how__points li {
  font-size: clamp(15px,1.2vw,18px);
  color: var(--muted);
  line-height: 1.6;
  transition: color .4s ease, transform .4s ease;
  position: relative;
  z-index: 5;
}

.how__points li.active {
  color: var(--brand);
  transform: translateX(-6px);
}

.how__visual {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}

.how__img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.hotspot {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111,189,75,1) 0%, rgba(111,189,75,0.2) 60%, transparent 90%);
  box-shadow: 0 0 20px rgba(111,189,75,0.6);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity .6s ease, transform .6s ease;
  z-index: 4;
}

.hotspot.active {
  opacity: 1;
  transform: scale(1);
  animation: pulse 1.8s infinite ease-in-out;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(111,189,75,0.5); }
  70% { box-shadow: 0 0 0 22px rgba(111,189,75,0); }
  100% { box-shadow: 0 0 0 0 rgba(111,189,75,0); }
}

/* מיקומים */
.hotspot--cutout { top: 24%; left: 68%; }
.hotspot--foam   { top: 72%; left: 66%; }
.hotspot--slope  { top: 63%; left: 45%; }
.hotspot--gel    { top: 50%; left: 52%; }
.hotspot--balance{ top: 18%; left: 56%; }

/* SVG */
.how__dynamic-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.how__dynamic-lines line {
  stroke: rgba(111,189,75,0.8);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  opacity: 0;
  transition: opacity .5s ease, stroke-dashoffset 1.2s ease;
}

.how__dynamic-lines line.active {
  opacity: 1;
  stroke-dashoffset: 0;
}

/* מובייל */
@media (max-width: 768px) {
  .how__grid { grid-template-columns: 1fr; }
  .how__dynamic-lines line { display: none; }
}
.how__visual {
  contain: layout paint;
}
.hotspot {
  will-change: transform, opacity;
}
@media (max-width:768px){
  .how .btn--primary {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    width: 100%;
  }
}
/* ⭐ ממרכז כפתור במובייל באופן מלא */
@media (max-width: 768px){
  .ics-hero__text .btn--primary {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    text-align: center !important;
  }
}
/* ⭐ ממרכז את הכפתור של סקשן HOW במובייל */
@media (max-width: 768px){
  #ics-how .btn--primary {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8917f1 */:root{
  --ics-brand:#6FBD4B;
  --ics-ink:#0f1720;
  --ics-muted:#5b6876;
  --ics-border:#E8EDF0;
}

/* ===== סקשן ===== */
.ics-diff{
  width:100%;
  padding: clamp(56px,6vw,88px) 0;
  background: radial-gradient(circle at 0 0, rgba(111,189,75,0.06), transparent 55%),
              radial-gradient(circle at 100% 100%, rgba(15,23,32,0.05), transparent 60%),
              #ffffff;
}

.ics-diff__wrap{
  max-width:1200px;
  margin:auto;
  padding:0 clamp(16px,4vw,32px);
}

/* ===== כותרת ===== */
.ics-diff__header{
  text-align:right;
  margin-bottom:40px;
}

.ics-diff__title{
  margin:0;
  font-size: clamp(26px,3vw,36px);
  font-weight:800;
  color:var(--ics-ink);
  line-height:1.3;
}

.ics-diff__title .brand{
  color:var(--ics-brand);
}

.ics-diff__underline{
  display:block;
  width:85px;
  height:3px;
  background:var(--ics-brand);
  margin-top:10px;
  border-radius:999px;
  opacity:0;
  transform:scaleX(0);
  transform-origin:right;
  transition:.6s;
}

/* ===== גריד ===== */
.ics-diff__grid{
  display:grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap:38px;
  align-items:center;
}

@media(max-width:900px){
  .ics-diff__grid{
    grid-template-columns:1fr;
  }
}

/* ===== צד שמאל — טקסט ===== */
.ics-diff__content{
  background:#ffffff;
  padding:26px;
  border-radius:24px;
  border:1px solid var(--ics-border);
  box-shadow:0 12px 32px rgba(15,23,32,.08);
}

.ics-diff__list{
  list-style:none;
  margin:0;
  padding:0;
}

.ics-diff__list li{
  font-size:15px;
  padding-right:22px;
  margin-bottom:10px;
  color:var(--ics-ink);
  line-height:1.7;
  position:relative;
  opacity:0;
  transform:translateY(12px);
  transition:.4s ease-out;
}

.ics-diff__list li::before{
  content:"";
  position:absolute;
  right:0;
  top:0.6em;
  width:8px;
  height:8px;
  background:var(--ics-brand);
  border-radius:50%;
  box-shadow:0 0 0 4px rgba(111,189,75,0.18);
}

/* ציטוט */
.ics-diff__quote{
  margin-top:20px;
  padding:15px 18px;
  background:#f7fafc;
  border-radius:16px;
  border:1px dashed rgba(148,163,184,0.6);
  font-style:italic;
  color:var(--ics-muted);
  opacity:0;
  transform:translateY(10px);
  transition:.45s ease-out;
}

/* ===== צד ימין — Before / After ===== */
.ics-diff__visual{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.ics-diff__imgcard{
  background:#ffffff;
  border-radius:24px;
  border:1px solid var(--ics-border);
  padding:18px;
  height:360px;                /* 💎 הגדרה שמיישרת את שתי התמונות */
  display:flex;
  flex-direction:column;
  box-shadow:0 16px 40px rgba(15,23,32,.08);
  opacity:0;
  transform:translateY(20px);
  transition:.7s ease-out;
}

.ics-diff__imgcard img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:18px;
}

.ics-diff__label{
  font-size:13px;
  font-weight:700;
  margin-bottom:10px;
  padding:4px 10px;
  border-radius:999px;
  width:max-content;
}

.before{ background:#e2e8f0; color:#475569; }
.after{ background:#ceeecd; color:var(--ics-brand); }

.ics-diff__badge{
  position:absolute;
  top:18px;
  left:18px;
  padding:4px 10px;
  font-size:11px;
  border-radius:999px;
  background:#0f172a;
  color:white;
}

/* ===== אפקט כניסה ===== */
.ics-diff.is-inview .ics-diff__underline{
  opacity:1;
  transform:scaleX(1);
}

/* תמונות */
.ics-diff.is-inview .ics-diff__imgcard{
  opacity:1;
  transform:translateY(0);
}

/* בולטים (סטאגר) */
.ics-diff.is-inview .ics-diff__list li:nth-child(1){opacity:1; transform:translateY(0); transition-delay:.15s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(2){opacity:1; transform:translateY(0); transition-delay:.22s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(3){opacity:1; transform:translateY(0); transition-delay:.29s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(4){opacity:1; transform:translateY(0); transition-delay:.36s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(5){opacity:1; transform:translateY(0); transition-delay:.43s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(6){opacity:1; transform:translateY(0); transition-delay:.50s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(7){opacity:1; transform:translateY(0); transition-delay:.57s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(8){opacity:1; transform:translateY(0); transition-delay:.64s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(9){opacity:1; transform:translateY(0); transition-delay:.71s;}
.ics-diff.is-inview .ics-diff__list li:nth-child(10){opacity:1; transform:translateY(0); transition-delay:.78s;}

.ics-diff.is-inview .ics-diff__quote{
  opacity:1;
  transform:translateY(0);
  transition-delay:1s;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bea4496 *//* ============ SECTION 7 — מומחים ============ */
.experts {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: linear-gradient(180deg,#fff,#f7fbf8);
  border-top: 1px solid #E8EDF0;
  padding: clamp(60px,8vw,100px) 0;
  overflow: hidden;
  color: #0f1720;
}

.experts__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(16px,3vw,32px);
}

/* כותרת */
.experts__title {
  text-align: center;
  font-size: clamp(26px,3.5vw,42px);
  font-weight: 800;
  color: #6FBD4B;
  margin-bottom: clamp(30px,4vw,48px);
  position: relative;
}
.experts__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 3px;
  border-radius: 2px;
  background: #6FBD4B;
}

/* ===== גריד חכם למומחים ===== */
.experts__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(18px, 2vw, 24px);
}

.expert {
  flex: 1 1 calc(33.333% - 24px);
  max-width: 360px;
  background: #fff;
  border: 1px solid #E8EDF0;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(10,13,18,.06);
  padding: clamp(18px,2vw,28px);
  transition: transform .4s ease, box-shadow .4s ease, opacity .6s ease;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

/* הופעה הדרגתית */
.expert.visible {
  opacity: 1;
  transform: translateY(0);
}

/* אפקט ריחוף */
.expert:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(10,13,18,.09);
}

/* פרטי מומחה */
.expert__name {
  font-weight: 700;
  font-size: clamp(17px,1.4vw,20px);
  margin-bottom: 4px;
}
.expert__role {
  font-size: clamp(14px,1.2vw,16px);
  color: #5b6876;
  margin-bottom: 10px;
}

/* ציטוט */
.expert__quote {
  position: relative;
  font-size: clamp(15px,1.1vw,18px);
  line-height: 1.6;
  color: #3b464a;
  margin: 0;
  padding-right: 14px;
}
.expert__quote::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 3px;
  height: calc(100% - 16px);
  background: #6FBD4B;
  border-radius: 2px;
  animation: pulseBar 2s infinite ease-in-out;
}
@keyframes pulseBar {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}

/* רספונסיביות מובייל */
@media (max-width: 720px){
  .experts__grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .expert {
    max-width: 100%;
  }
  .experts__title { font-size: 28px; }
}

/* ===== כפתור ראה עוד ===== */
.experts__btn-wrap {
  text-align: center;
  margin-top: clamp(32px, 5vw, 48px);
  opacity: 0;
  transform: translateY(20px);
  transition: all .7s ease;
  will-change: transform, opacity;
}
.experts__btn-wrap.visible {
  opacity: 1;
  transform: translateY(0);
}

.experts__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6FBD4B;
  color: #fff;
  font-weight: 700;
  font-size: clamp(15px, 1.2vw, 17px);
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  box-shadow: 0 8px 22px rgba(111,189,75,.25);
  text-decoration: none;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}
.experts__btn:hover {
  background: #5aab42;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(111,189,75,.35);
}

/* אפקט פעימת אור בכפתור */
.experts__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 60%);
  opacity: 0;
  transition: opacity .4s ease;
  border-radius: inherit;
}
.experts__btn:hover::after {
  opacity: 1;
  animation: btnPulse 1.6s ease-in-out infinite;
}
@keyframes btnPulse {
  0%,100% { opacity: 0; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.2); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-02fea12 *//* ===== Testimonials RTL with luxury medical look ===== */
.ts7 {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: clamp(48px,6vw,90px);
  border-top: 1px solid var(--border);
  direction: rtl;
  background:
    radial-gradient(100% 120% at 70% 0%, rgba(111,189,75,0.06) 0%, transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}
.ts7__wrap {
  max-width: 1280px;
  margin: auto;
  padding-inline: clamp(16px,4vw,24px);
  display: grid;
  gap: clamp(18px,3vw,36px);
  grid-template-columns: 5fr 7fr;
  align-items: start;
}
.ts7__aside {
  position: sticky;
  top: 80px;
  align-self: start;
  text-align: right;
}
.ts7__title {
  margin: 0 0 .35em;
  font-weight: 800;
  font-size: clamp(28px,4.4vw,46px);
  color: var(--brand);
}
.ts7__intro {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(15px,2.8vw,18px);
}

/* stack effect - desktop */
.ts7__stack { position: relative; }
.ts7__card {
  position: sticky;
  top: 100px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(0,0,0,.06);
  padding: clamp(18px,3vw,28px);
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .35s ease, transform .35s ease, box-shadow .35s ease;
}
.ts7__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(111,189,75,.15);
}
.ts7__card blockquote {
  margin: 0;
  font-size: clamp(15px,1.2vw,18px);
  line-height: 1.8;
  color: #22303a;
}
.ts7__card footer {
  margin-top: 14px;
  font-weight: 600;
  color: var(--ink);
  font-size: .95em;
}

/* Mobile fallback */
@media(max-width:767px){
  .ts7__wrap { grid-template-columns: 1fr; }
  .ts7__aside { position: static; text-align: center; }
  .ts7__card {
    position: relative !important;
    top: auto !important;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
  }
}
/* === קו ירוק עדין בצד כל כרטיס === */
.ts7__card::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(180deg,
              rgba(111,189,75,0.0) 0%,
              rgba(111,189,75,0.35) 40%,
              rgba(111,189,75,0.35) 60%,
              rgba(111,189,75,0.0) 100%);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* בזמן ריחוף – הקו מעט בוהק יותר */
.ts7__card:hover::before {
  opacity: 1;
  background: linear-gradient(180deg,
              rgba(111,189,75,0.1) 0%,
              rgba(111,189,75,0.5) 40%,
              rgba(111,189,75,0.5) 60%,
              rgba(111,189,75,0.1) 100%);
}
/* כפתור "ראה עוד ביקורות" */
.ts7__more-wrap {
  text-align: center;
  margin-top: 20px;
}

.ts7__more-btn {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(111,189,75,0.25);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ts7__more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(111,189,75,0.35);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e8ee149 *//* ===== FAQ Accordion – Premium Medical Design ===== */
.faq {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: clamp(60px, 8vw, 100px);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  border-top: 4px solid #6FBD4B;
  border-bottom: 4px solid #6FBD4B;
  overflow: hidden;
}

.faq__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 32px);
  position: relative;
  z-index: 2;
}

.faq__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #6FBD4B;
  margin-bottom: clamp(40px, 6vw, 60px);
  position: relative;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq__item {
  background: #fff;
  border: 1px solid #E8EDF0;
  border-right: 5px solid #6FBD4B;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(10,13,18,.08);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.faq__item:hover { box-shadow: 0 10px 28px rgba(111,189,75,0.15); }

/* שאלה */
.faq__q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 22px;
  text-align: right;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  color: #0f1720;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color .3s ease;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.faq__q:hover { color: #6FBD4B; }
.faq__q:focus, .faq__q:active {
  background: none;
  outline: none;
  box-shadow: none;
  color: #6FBD4B;
}
.faq__q:focus-visible {
  outline: 2px solid rgba(111,189,75,0.4);
  outline-offset: 4px;
  border-radius: 8px;
}

/* תשובה */
.faq__a {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height .5s ease, padding .3s ease;
}
.faq__a p {
  color: #5b6876;
  font-size: clamp(15px,1.2vw,18px);
  line-height: 1.7;
  margin: 12px 0 22px;
}
.faq__item.active .faq__a {
  max-height: 400px;
  padding: 0 22px 16px;
}

/* ===== SVG ICON ===== */
.faq__icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  transition: filter 0.4s ease;
}
.faq__icon svg {
  width: 100%;
  height: 100%;
  stroke: #6FBD4B;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.4s ease, stroke 0.3s ease;
}
/* כשהשאלה פתוחה — הקו האנכי נעלם (פלוס → מינוס) */
.faq__item.active .faq__icon svg line:first-child {
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
/* אפקט זוהר ירקרק */
.faq__item.active .faq__icon,
.faq__q:hover .faq__icon {
  filter: drop-shadow(0 0 8px rgba(111,189,75,0.6));
}

/* ===== דמות רקע רגועה ===== */
.faq__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.faq__person {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(540px, 60vw);
  opacity: 0.13;
  filter: saturate(80%) contrast(105%);
  transform: translateY(0);
}

/* מובייל */
@media(max-width: 800px){
  .faq__person { display: none; }
}
/* ✅ ביטול מוחלט של הרקע הורוד בהקלקה */
.faq__q,
.faq__q:focus,
.faq__q:active,
.faq__q:visited {
  background: none !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: #0f1720;
}

/* צבע טקסט ירוק עדין בריחוף בלבד */
.faq__q:hover {
  color: #6FBD4B;
  background: none !important;
}

/* בזמן פתיחה (active) – נשמר אותו צבע ולא ורוד */
.faq__item.active .faq__q {
  background: none !important;
  background-color: transparent !important;
  color: #6FBD4B;
}

/* נגישות – קו ירקרק עדין רק למי שמגיע במקלדת */
.faq__q:focus-visible {
  outline: 2px solid rgba(111,189,75,0.4);
  outline-offset: 4px;
  border-radius: 8px;
}
/* ✅ תיקון חיתוך שאלות במובייל - שבירת שורות והצגה מלאה */
@media (max-width: 768px) {
  .faq__q {
    white-space: normal !important; /* מאפשר שבירת שורות */
    word-wrap: break-word !important; /* מחייב שבירה גם במילים ארוכות */
    text-align: right !important;
    line-height: 1.5 !important;
    font-size: 17px !important;
    padding: 16px 18px !important;
  }

  /* מבטיח שהתיבה תתרחב לפי גודל המסך */
  .faq__item {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* מבטל ריווח צדדי מיותר */
  .faq__wrap {
    padding-inline: 12px !important;
  }

  /* שומר שהאייקון לא יזוז לטקסט הבא */
  .faq__icon {
    flex-shrink: 0;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-142b611 *//* ===== Compare Section – Premium Alignment & Mobile Fix ===== */
.compare {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: clamp(40px, 6vw, 70px);
  background: linear-gradient(180deg,#fff,#f7fbf8);
  border-top: 4px solid #6FBD4B;
  border-bottom: 4px solid #6FBD4B;
}
.compare__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 32px);
}
.compare__title {
  text-align: center;
  font-size: clamp(28px,3.8vw,40px);
  font-weight: 800;
  color: #6FBD4B;
  margin-bottom: clamp(28px, 4vw, 40px);
}

/* table */
.compare__table {
  display: grid;
  gap: 10px;
}
.compare__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #fff;
  border: 1px solid #E8EDF0;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(10,13,18,.06);
}
.compare__head {
  background: #f1f7f2;
}
.compare__head .compare__col {
  padding: 20px 10px;
}
.compare__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.compare__header h3 {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #0f1720;
}

/* images */
.compare__img {
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}
.compare__img.small { width: 120px; }
.compare__img.large { width: 160px; transform: scale(1.05); }
.compare__img:hover { transform: scale(1.1); }

/* cells */
.compare__col {
  padding: 16px 18px;
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.compare__label {
  background: #f9faf9;
  font-weight: 700;
  color: #0f1720;
  text-align: right;
}
.compare__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.compare__col ul li {
  position: relative;
  padding-right: 16px;
  margin-bottom: 5px;
}
.compare__col ul li::before {
  content: "•";
  position: absolute;
  right: 0;
  top: 0;
  color: #6FBD4B;
}
.compare__col.highlight {
  background: rgba(111,189,75,0.05);
  border-right: 2px solid #6FBD4B;
}

/* CTA */
.compare__cta {
  text-align: center;
  margin-top: 30px;
}
.compare__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6FBD4B;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(111,189,75,.25);
  transition: all 0.3s ease;
}
.compare__btn:hover {
  background: #5aa845;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(111,189,75,.35);
}

/* ===== Mobile ===== */
@media(max-width:850px){
  .compare__row {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .compare__col, .compare__label {
    text-align: center !important;
  }
  .compare__col ul { text-align: center !important; }
  .compare__col ul li {
    padding-right: 0;
    margin-bottom: 8px;
  }
  .compare__col ul li::before {
    display: none;
  }
  .compare__col.highlight {
    background: rgba(111,189,75,0.08);
    border: none;
    border-top: 2px solid #6FBD4B;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-220285c *//* ===== CTA Section – Premium Ending ===== */
.cta {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
  border-top: 4px solid #6FBD4B;
  padding-block: clamp(60px, 8vw, 120px);
  text-align: center;
  overflow: hidden;
}

.cta__wrap {
  max-width: 900px;
  margin: 0 auto;
  padding-inline: 20px;
}

.cta__title {
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 800;
  color: #0f1720;
  margin-bottom: 16px;
  line-height: 1.3;
}
.cta__title span {
  color: #6FBD4B;
}

.cta__subtitle {
  font-size: clamp(18px, 2.4vw, 24px);
  color: #3a4944;
  margin-bottom: 12px;
  line-height: 1.7;
}

.cta__details {
  font-size: clamp(16px, 2vw, 18px);
  color: #6FBD4B;
  margin-bottom: 36px;
  font-weight: 600;
}

/* Button */
.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6FBD4B;
  color: #fff;
  font-weight: 700;
  font-size: clamp(17px, 1.6vw, 20px);
  padding: 16px 42px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(111,189,75,0.3);
  transition: all 0.3s ease;
}
.cta__btn:hover {
  background: #5aa845;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(111,189,75,0.35);
}
.cta__btn:active {
  transform: translateY(0);
}

/* רקע קישוטי עדין */
.cta::before,
.cta::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(111,189,75,0.15) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
}
.cta::before {
  top: -60px;
  right: 15%;
}
.cta::after {
  bottom: -60px;
  left: 15%;
}
/* 📱 מובייל – תיקון בעיית לחיצה */
@media (max-width: 600px){
  .cta {
    width: 100% !important;
    margin-inline: 0 !important;
    overflow: visible !important;
  }
}/* End custom CSS */