.elementor-8257 .elementor-element.elementor-element-b936a69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-8257 .elementor-element.elementor-element-b936a69{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-1115777 */.ig-hero{
  padding: 56px 0 22px;
  background:
    radial-gradient(900px 520px at 85% 10%, rgba(30,167,255,.22), transparent 60%),
    radial-gradient(700px 420px at 10% 40%, rgba(47,123,220,.18), transparent 60%),
    linear-gradient(180deg, #071526, #040d19 70%);
  color:#eaf2ff;
  font-family: Heebo, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.ig-hero__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:center;
}

.ig-hero__pill{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  font-weight:800;
  font-size:12.5px;
  color: rgba(234,242,255,.92);
  margin:0 0 12px;
}

.ig-hero h1{
  margin:0 0 10px;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height:1.18;
  letter-spacing:.2px;
}

.ig-hero h2{
  margin:0 0 14px;
  font-size: clamp(15px, 1.55vw, 18px);
  line-height:1.55;
  color: rgba(234,242,255,.88);
  font-weight:700;
  max-width: 62ch;
}

.ig-hero__lead{
  margin:0 0 18px;
  color: rgba(234,242,255,.76);
  font-size:14.8px;
  max-width: 70ch;
}

.ig-hero__cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 10px 0 12px;
}

.ig-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:#eaf2ff;
  font-weight:900;
  font-size:13.5px;
  text-decoration:none;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  white-space:nowrap;
}

.ig-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.22);
}

.ig-btn--primary{
  background: linear-gradient(135deg, rgba(30,167,255,.95), rgba(47,123,220,.65));
  border-color: rgba(30,167,255,.35);
  box-shadow: 0 18px 50px rgba(30,167,255,.22);
}

.ig-btn--wa{
  background: rgba(34,197,94,.14);
  border-color: rgba(34,197,94,.32);
}

.ig-hero__trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  color: rgba(234,242,255,.74);
  font-size:12.5px;
}

.ig-hero__media{
  display:flex;
  justify-content:center;
  align-items:center;
}

.ig-hero__media img{
  width:min(600px, 100%);
  aspect-ratio:1/1;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
  object-fit:cover;
  display:block;
}

@media (max-width: 980px){
  .ig-hero__inner{ grid-template-columns:1fr; }
}

@media (max-width: 520px){
  .ig-hero__cta{ display:grid; }
  .ig-btn{ width:100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb50681 *//* ===== חלק 2 – רקע לבן, טקסט כהה ===== */

.ig-sec{
  padding: 26px 0 40px;
  background:#ffffff;
  color:#0f172a; /* טקסט ראשי כהה */
}

.ig-sec__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}

.ig-sec__head{
  margin-bottom:14px;
}

.ig-sec h3{
  margin:0 0 10px;
  font-size:22px;
  letter-spacing:.2px;
  color:#0f172a;
}

.ig-sec__sub{
  margin:0;
  color:#334155;
  font-size:14.8px;
  max-width:85ch;
}

/* גריד */
.ig-grid{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

/* כרטיס */
.ig-card{
  border-radius:20px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:16px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.ig-card__title{
  margin:0 0 10px;
  font-size:15.5px;
  font-weight:900;
  color:#0f172a;
}

/* רשימות */
.ig-bullets,
.ig-steps{
  margin:0;
  padding:0 18px 0 0;
  display:grid;
  gap:8px;
  font-size:14.4px;
  color:#334155;
}

.ig-steps li strong{
  color:#0f172a;
}

/* CTA קטן */
.ig-mini-cta{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* הערה */
.ig-note{
  margin:12px 0 0;
  color:#475569;
  font-size:13px;
  line-height:1.75;
  border-top:1px solid #e5e7eb;
  padding-top:10px;
}

/* מובייל */
@media (max-width:980px){
  .ig-grid{
    grid-template-columns:1fr;
  }
}
/* ===== תיקון כפתור וואטסאפ (ירוק) ===== */

.ig-sec .ig-btn--wa{
  background: #22c55e;              /* ירוק ברור */
  color: #ffffff;                  /* טקסט לבן */
  border: 1px solid #16a34a;
  box-shadow: 0 10px 28px rgba(34,197,94,.35);
}

.ig-sec .ig-btn--wa:hover{
  background: #16a34a;
  border-color: #15803d;
  transform: translateY(-1px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31b5de9 *//* ===== חלק 3 – אבחון מצב החשבון ===== */

.ig-sec--diagnose{
  padding-top: 10px;
}

.ig-diagnose{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.ig-d-card{
  border-radius:20px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:16px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.ig-d-top{ margin-bottom:10px; }

.ig-d-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  font-weight:900;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#f8fafc;
  color:#0f172a;
}

.ig-d-tag--danger{
  background: rgba(225,29,72,.08);
  border-color: rgba(225,29,72,.22);
  color:#9f1239;
}
.ig-d-tag--warn{
  background: rgba(245,158,11,.12);
  border-color: rgba(245,158,11,.25);
  color:#92400e;
}
.ig-d-tag--ok{
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.25);
  color:#166534;
}

.ig-d-title{
  margin:10px 0 0;
  font-size:15.5px;
  font-weight:900;
  color:#0f172a;
}

.ig-d-list{
  margin:12px 0 0;
  padding:0 18px 0 0;
  display:grid;
  gap:8px;
  color:#334155;
  font-size:14.4px;
}

.ig-d-note{
  margin:12px 0 0;
  padding-top:10px;
  border-top:1px solid #e5e7eb;
  color:#475569;
  font-size:13.2px;
  line-height:1.75;
}

.ig-callout{
  margin-top:16px;
  border-radius:20px;
  border:1px solid #e5e7eb;
  background: linear-gradient(135deg, rgba(30,167,255,.10), rgba(47,123,220,.06));
  padding:14px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.ig-callout strong{
  display:block;
  color:#0f172a;
  font-size:15px;
  font-weight:900;
  margin-bottom:4px;
}
.ig-callout span{
  color:#334155;
  font-size:13.5px;
}

.ig-callout__cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* אם לא הדבקת את תיקון וואטסאפ מחלק 2, זה יבטיח ירוק תקין גם כאן */
.ig-sec .ig-btn--wa{
  background:#22c55e;
  color:#ffffff;
  border:1px solid #16a34a;
  box-shadow:0 10px 28px rgba(34,197,94,.35);
}
.ig-sec .ig-btn--wa:hover{
  background:#16a34a;
  border-color:#15803d;
  transform: translateY(-1px);
}

@media (max-width: 980px){
  .ig-diagnose{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7f18cc *//* ===== חלק 4 – למה לא לבד + יתרונות השירות ===== */

.ig-sec--avoid{
  padding-top: 8px;
}

.ig-avoid-grid{
  margin-top:16px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:start;
}

.ig-avoid-card{
  border-radius:20px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:16px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.ig-avoid-card--soft{
  background: linear-gradient(135deg, rgba(30,167,255,.10), rgba(47,123,220,.06));
}

.ig-avoid-title{
  margin:0 0 10px;
  font-size:15.8px;
  font-weight:900;
  color:#0f172a;
}

.ig-avoid-list{
  margin:0;
  padding:0 18px 0 0;
  display:grid;
  gap:9px;
  color:#334155;
  font-size:14.4px;
}

.ig-avoid-list li strong{
  color:#0f172a;
}

.ig-avoid-note{
  margin:12px 0 0;
  padding-top:10px;
  border-top:1px solid #e5e7eb;
  color:#475569;
  font-size:13.2px;
  line-height:1.75;
}

.ig-perks{
  display:grid;
  gap:10px;
  margin-top:10px;
}

.ig-perk{
  display:flex;
  gap:10px;
  align-items:flex-start;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  padding:10px 10px;
}

.ig-perk__icon{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background: rgba(30,167,255,.14);
  border:1px solid rgba(30,167,255,.18);
  flex: 0 0 auto;
  font-size:16px;
}

.ig-perk strong{
  display:block;
  color:#0f172a;
  font-weight:900;
  margin-bottom:2px;
  font-size:14.2px;
}
.ig-perk small{
  color:#334155;
  font-size:13px;
  line-height:1.6;
}

.ig-avoid-cta{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ig-avoid-trust{
  margin:12px 0 0;
  color:#334155;
  font-size:12.8px;
}

@media (max-width: 980px){
  .ig-avoid-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35b9651 *//* ===== חלק 4 – למה לא לבד + יתרונות השירות ===== */

.ig-sec--avoid{
  padding-top: 8px;
}

.ig-avoid-grid{
  margin-top:16px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:start;
}

.ig-avoid-card{
  border-radius:20px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:16px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.ig-avoid-card--soft{
  background: linear-gradient(135deg, rgba(30,167,255,.10), rgba(47,123,220,.06));
}

.ig-avoid-title{
  margin:0 0 10px;
  font-size:15.8px;
  font-weight:900;
  color:#0f172a;
}

.ig-avoid-list{
  margin:0;
  padding:0 18px 0 0;
  display:grid;
  gap:9px;
  color:#334155;
  font-size:14.4px;
}

.ig-avoid-list li strong{
  color:#0f172a;
}

.ig-avoid-note{
  margin:12px 0 0;
  padding-top:10px;
  border-top:1px solid #e5e7eb;
  color:#475569;
  font-size:13.2px;
  line-height:1.75;
}

.ig-perks{
  display:grid;
  gap:10px;
  margin-top:10px;
}

.ig-perk{
  display:flex;
  gap:10px;
  align-items:flex-start;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  padding:10px 10px;
}

.ig-perk__icon{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background: rgba(30,167,255,.14);
  border:1px solid rgba(30,167,255,.18);
  flex: 0 0 auto;
  font-size:16px;
}

.ig-perk strong{
  display:block;
  color:#0f172a;
  font-weight:900;
  margin-bottom:2px;
  font-size:14.2px;
}
.ig-perk small{
  color:#334155;
  font-size:13px;
  line-height:1.6;
}

.ig-avoid-cta{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ig-avoid-trust{
  margin:12px 0 0;
  color:#334155;
  font-size:12.8px;
}

@media (max-width: 980px){
  .ig-avoid-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8133e3e *//* ===== חלק 5 – תהליך שחזור + טבלה ===== */

.ig-sec--process{
  padding-top: 8px;
}

/* עטיפת טבלה */
.ig-table-wrap{
  margin-top:16px;
  overflow-x:auto;
}

/* טבלה */
.ig-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.ig-table thead{
  background:#f8fafc;
}

.ig-table th,
.ig-table td{
  padding:14px 14px;
  text-align:right;
  font-size:14.2px;
}

.ig-table th{
  color:#0f172a;
  font-weight:900;
  border-bottom:1px solid #e5e7eb;
}

.ig-table td{
  color:#334155;
  border-bottom:1px solid #e5e7eb;
}

.ig-table tr:last-child td{
  border-bottom:none;
}

.ig-table tbody tr:hover{
  background:#f9fbff;
}

/* סיכום */
.ig-process-note{
  margin-top:16px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(30,167,255,.10), rgba(47,123,220,.06));
  border:1px solid #e5e7eb;
  padding:14px;
}

.ig-process-note p{
  margin:0;
  color:#334155;
  font-size:14.4px;
  line-height:1.75;
}

.ig-process-note strong{
  color:#0f172a;
}

/* CTA */
.ig-process-cta{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* מובייל */
@media (max-width: 640px){
  .ig-table th,
  .ig-table td{
    font-size:13.5px;
    padding:12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c6202e *//* ===== חלק 6 – FAQ ===== */

.ig-sec--faq{
  padding-top: 8px;
}

.ig-faq{
  margin-top:16px;
  display:grid;
  gap:10px;
}

.ig-faq details{
  border-radius:18px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:12px 14px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.ig-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#0f172a;
  font-size:14.6px;
  list-style:none;
}

.ig-faq summary::-webkit-details-marker{
  display:none;
}

.ig-faq details p{
  margin:10px 0 0;
  color:#334155;
  font-size:14.2px;
  line-height:1.75;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb144ae *//* ===== חלק 7 – סיום + CTA ===== */

.ig-sec--final{
  padding-top: 10px;
  padding-bottom: 60px;
}

.ig-final{
  border-radius:22px;
  border:1px solid #e5e7eb;
  background: linear-gradient(135deg, rgba(30,167,255,.12), rgba(47,123,220,.06));
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  padding:16px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:center;
}

.ig-final h2{
  margin:0 0 10px;
  font-size:20px;
  letter-spacing:.2px;
  color:#0f172a;
  font-weight:900;
}

.ig-final__lead{
  margin:0 0 12px;
  color:#334155;
  font-size:14.6px;
  line-height:1.75;
}

.ig-final__bullets{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#334155;
  font-size:14.4px;
}

.ig-final__bullets li{
  display:flex;
  gap:10px;
  align-items:center;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  padding:10px 10px;
}

.ig-final__check{
  width:20px; height:20px;
  border-radius:8px;
  background: rgba(34,197,94,.14);
  border:1px solid rgba(34,197,94,.26);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}
.ig-final__check:before{
  content:"✓";
  font-weight:900;
  color:#166534;
  font-size:13px;
}

.ig-final__note{
  margin:12px 0 0;
  color:#475569;
  font-size:13.2px;
}

.ig-final__cta{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:stretch;
}

.ig-final__btn{
  width:100%;
  justify-content:center;
}

.ig-final__mini{
  text-align:center;
  color:#334155;
  font-size:12.8px;
  margin-top:2px;
}
.ig-final__mini a{ color:#0f172a; }

@media (max-width: 980px){
  .ig-final{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44aa5de *//* ===== חלק 7 – סיום + CTA ===== */

.ig-sec--final{
  padding-top: 10px;
  padding-bottom: 60px;
}

.ig-final{
  border-radius:22px;
  border:1px solid #e5e7eb;
  background: linear-gradient(135deg, rgba(30,167,255,.12), rgba(47,123,220,.06));
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  padding:16px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:center;
}

.ig-final h2{
  margin:0 0 10px;
  font-size:20px;
  letter-spacing:.2px;
  color:#0f172a;
  font-weight:900;
}

.ig-final__lead{
  margin:0 0 12px;
  color:#334155;
  font-size:14.6px;
  line-height:1.75;
}

.ig-final__bullets{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#334155;
  font-size:14.4px;
}

.ig-final__bullets li{
  display:flex;
  gap:10px;
  align-items:center;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  padding:10px 10px;
}

.ig-final__check{
  width:20px; height:20px;
  border-radius:8px;
  background: rgba(34,197,94,.14);
  border:1px solid rgba(34,197,94,.26);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}
.ig-final__check:before{
  content:"✓";
  font-weight:900;
  color:#166534;
  font-size:13px;
}

.ig-final__note{
  margin:12px 0 0;
  color:#475569;
  font-size:13.2px;
}

.ig-final__cta{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:stretch;
}

.ig-final__btn{
  width:100%;
  justify-content:center;
}

.ig-final__mini{
  text-align:center;
  color:#334155;
  font-size:12.8px;
  margin-top:2px;
}
.ig-final__mini a{ color:#0f172a; }

@media (max-width: 980px){
  .ig-final{
    grid-template-columns:1fr;
  }
}/* End custom CSS */