/* =========================================================
   הסיסטם | צור ברמן – Landing Page
   ========================================================= */
:root{
  --bg:#07090d;
  --bg-alt:#0d1117;
  --surface:#121821;
  --surface-2:#182130;
  --line:rgba(255,255,255,.09);
  --text:#eef2f7;
  --muted:#9aa7b8;
  --gold:#d9a441;
  --gold-2:#f3c96b;
  --green:#28c76f;
  --red:#e5484d;
  --radius:16px;
  --radius-sm:10px;
  --maxw:1140px;
  --font:'Heebo',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
/* overflow-x על body הופך אותו לתיבת גלילה עצמאית: window.scrollY נתקע על 0,
   ובעקבות זה loading=lazy לא מזהה שהתמונות נכנסו למסך והן לא נטענות.
   לכן החיתוך האופקי יושב על html בלבד. */
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:var(--font);font-size:17px;line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:20px}
.container.narrow{max-width:760px}
.form-section .container.narrow{max-width:620px}
.form-section .section-title{font-size:clamp(22px,3.1vw,32px);margin-bottom:10px}
.form-section .section-sub{font-size:15.5px;margin-bottom:30px;max-width:540px}
.center{text-align:center}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:15px 32px;border-radius:999px;border:1px solid transparent;
  font-family:var(--font);font-weight:700;font-size:17px;cursor:pointer;
  transition:transform .15s ease,box-shadow .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--gold-2),var(--gold));
  color:#1a1206;box-shadow:0 10px 30px -10px rgba(217,164,65,.7);
}
.btn-primary:hover{box-shadow:0 16px 40px -12px rgba(217,164,65,.85)}
.btn-ghost{border-color:var(--line);color:var(--text);background:rgba(255,255,255,.03)}
.btn-lg{padding:18px 44px;font-size:19px}
.btn-sm{padding:10px 20px;font-size:15px}
.btn-block{width:100%}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(7,9,13,.82);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.logo{display:flex;align-items:center;gap:12px}
.logo-text{font-weight:800;font-size:19px;letter-spacing:-.2px}
.logo-text .sep{color:var(--gold);margin-inline:2px}
@media(max-width:640px){.header-cta{display:none}}
@media(max-width:520px){.logo-text{font-size:16px}}

/* ---------- Hero ---------- */
.hero{position:relative;padding:64px 0 72px;text-align:center;overflow:hidden}
.hero-glow{
  position:absolute;inset:-20% 50% auto;transform:translateX(50%);
  width:900px;height:900px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(217,164,65,.18),transparent 62%);
}
.hero>.container{position:relative;z-index:1}
.eyebrow{
  display:inline-block;padding:7px 16px;border-radius:999px;
  border:1px solid rgba(217,164,65,.4);background:rgba(217,164,65,.08);
  color:var(--gold-2);font-size:14px;font-weight:600;letter-spacing:.4px;margin-bottom:22px;
}
.hero-title{
  font-size:clamp(30px,5.4vw,58px);line-height:1.18;font-weight:900;
  margin:0 0 18px;letter-spacing:-1px;
}
.hl{
  background:linear-gradient(135deg,var(--gold-2),var(--gold));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hl-red{color:var(--red)}
.hero-sub{max-width:720px;margin:0 auto 36px;color:var(--muted);font-size:clamp(16px,2vw,19px)}

/* ---------- Video ---------- */
.video-wrap{max-width:900px;margin:0 auto}
.video-frame{
  position:relative;border-radius:var(--radius);overflow:hidden;
  border:1px solid rgba(217,164,65,.28);
  box-shadow:0 30px 80px -30px rgba(0,0,0,.9),0 0 0 6px rgba(217,164,65,.05);
  background:var(--surface);
}
.video-frame iframe,.video-frame video,.video-placeholder{
  display:block;width:100%;aspect-ratio:16/9;border:0;background:#000;
}
.video-placeholder{
  position:relative;display:grid;place-items:center;cursor:pointer;
  background-color:#0a0e14;
  background-size:cover;background-position:center;background-repeat:no-repeat;
}
/* שכבת כהות עדינה כדי שכפתור הנגינה יבלוט מעל הכריכה */
.video-placeholder::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.45));
}
.play-btn{
  position:relative;z-index:2;width:88px;height:88px;border-radius:50%;border:0;cursor:pointer;
  background:linear-gradient(135deg,var(--gold-2),var(--gold));
  display:grid;place-items:center;box-shadow:0 0 0 12px rgba(217,164,65,.14);
  transition:transform .2s ease;
}
.play-btn:hover{transform:scale(1.07)}
.play-btn svg{width:38px;height:38px;fill:#1a1206;margin-inline-start:4px}
.video-badge{
  position:absolute;z-index:2;bottom:14px;inset-inline-start:14px;
  background:rgba(0,0,0,.6);border:1px solid var(--line);
  padding:5px 12px;border-radius:999px;font-size:13px;color:var(--muted);
}
.hero-cta{margin-top:36px}
.cta-note{color:var(--muted);font-size:14px;margin-top:12px}

/* ---------- Stats ---------- */
.stats{border-block:1px solid var(--line);background:var(--bg-alt);padding:34px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.stat{display:flex;flex-direction:column;gap:2px}
.stat-num{font-size:clamp(24px,3.4vw,34px);font-weight:900;color:var(--gold-2);line-height:1.2;
  direction:ltr;unicode-bidi:isolate}
.stat-label{font-size:14px;color:var(--muted)}
@media(max-width:700px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:26px}}

/* ---------- Sections ---------- */
.section{padding:82px 0}
.section-alt{background:var(--bg-alt)}
.section-title{
  font-size:clamp(26px,3.8vw,40px);font-weight:900;letter-spacing:-.6px;
  text-align:center;margin:0 0 12px;
}
.section-title.right{text-align:start}
.section-sub{text-align:center;color:var(--muted);max-width:640px;margin:0 auto 46px}


/* ---------- Step badge (שלב ב׳) ---------- */
.step-badge{
  display:block;width:fit-content;margin:0 auto 18px;padding:8px 20px;border-radius:999px;
  border:1px solid rgba(217,164,65,.4);background:rgba(217,164,65,.08);
  color:var(--gold-2);font-size:15px;font-weight:700;letter-spacing:.3px;
}

/* ---------- Proof grid (צילומי מסך) ---------- */
/* 2 עמודות בעמודה צרה במרכז – זהה בדסקטופ ובמובייל */
.proof-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;
  max-width:780px;margin:44px auto 0;
}
/* נעילה מפורשת: 2 עמודות בכל רוחב מסך, כולל מסכים קטנים מאוד */
@media(max-width:480px){.proof-grid{grid-template-columns:1fr 1fr}}
@media(max-width:360px){.proof-grid{grid-template-columns:1fr 1fr;gap:8px}}
.shot{
  margin:0;border-radius:14px;overflow:hidden;cursor:zoom-in;
  background:#2b2f36;border:1px solid rgba(255,255,255,.06);
  aspect-ratio:3/4.3;position:relative;
  transition:transform .2s,border-color .2s,box-shadow .2s;
}
.shot:hover{
  transform:translateY(-4px);border-color:rgba(217,164,65,.5);
  box-shadow:0 20px 44px -22px rgba(0,0,0,.95);
}
.shot img{
  width:100%;height:100%;object-fit:cover;object-position:top center;display:block;
}
@media(max-width:700px){
  .proof-grid{gap:10px;margin-top:32px}
  .shot{border-radius:11px}
}

/* ---------- Lightbox (הגדלת צילום מסך) ---------- */
.lightbox{
  position:fixed;inset:0;z-index:100;display:none;
  background:rgba(4,6,10,.94);backdrop-filter:blur(6px);
  padding:24px;place-items:center;
}
.lightbox.open{display:grid}
.lightbox img{
  max-width:min(100%,620px);max-height:calc(100vh - 100px);
  width:auto;height:auto;border-radius:12px;
  box-shadow:0 30px 80px -20px rgba(0,0,0,.9);
}
.lightbox-close{
  position:absolute;top:16px;inset-inline-end:16px;
  width:44px;height:44px;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.1);border:1px solid var(--line);
  color:var(--text);font-size:26px;line-height:1;display:grid;place-items:center;
}
.lightbox-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  width:48px;height:48px;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.1);border:1px solid var(--line);
  color:var(--text);font-size:24px;line-height:1;display:grid;place-items:center;
}
.lightbox-prev{inset-inline-end:16px;top:auto;bottom:24px;transform:none}
.lightbox-next{inset-inline-start:16px;top:auto;bottom:24px;transform:none}
.lightbox-count{
  position:absolute;bottom:34px;inset-inline:0;text-align:center;
  color:var(--muted);font-size:14px;pointer-events:none;
  direction:ltr;unicode-bidi:isolate;
}
@media(max-width:600px){
  .lightbox{padding:12px}
  .lightbox img{max-height:calc(100vh - 130px)}
}

/* ---------- Video testimonials grid ---------- */
/* 2 עמודות בעמודה צרה במרכז – זהה בדסקטופ ובמובייל */
.vid-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:22px;
  max-width:780px;margin:44px auto 0;
}
.vid-card{margin:0}
.video-frame.vertical .video-placeholder,
.video-frame.vertical iframe,
.video-frame.vertical video{aspect-ratio:9/16;object-fit:cover}
.vid-card figcaption{
  display:flex;flex-direction:column;gap:2px;text-align:center;margin-top:14px;line-height:1.5;
}
.vid-card figcaption strong{font-size:16px}
.vid-card figcaption span{color:var(--muted);font-size:14px}
.play-btn.sm{width:60px;height:60px;box-shadow:0 0 0 8px rgba(217,164,65,.14)}
.play-btn.sm svg{width:26px;height:26px}

/* ---------- Prose block ---------- */
.section-title.big{font-size:clamp(28px,4.6vw,46px);margin-bottom:30px}
.prose p{color:#c9d3e0;font-size:clamp(16px,2vw,18px);margin:0 0 16px;text-align:center}
.prose .emph,.about-text .emph{
  color:var(--gold-2);font-weight:700;font-size:clamp(17px,2.2vw,20px);
}
.video-caption{
  text-align:center;color:var(--muted);font-size:16px;max-width:620px;margin:26px auto 0;
}

/* ---------- Two column lists ---------- */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:48px}
@media(max-width:820px){.two-col{grid-template-columns:1fr;gap:36px}}
.check-list,.x-list{list-style:none;padding:0;margin:22px 0 0}
.check-list li,.x-list li{
  position:relative;padding-inline-start:36px;margin-bottom:16px;color:#dbe3ee;
}
.check-list li::before,.x-list li::before{
  position:absolute;inset-inline-start:0;top:2px;width:24px;height:24px;
  border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:900;
}
.check-list li::before{content:"✓";background:rgba(40,199,111,.14);color:var(--green)}
.x-list li::before{content:"✕";background:rgba(229,72,77,.14);color:var(--red)}

/* ---------- About ---------- */
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:center}
@media(max-width:860px){.about-grid{grid-template-columns:1fr;gap:32px}}
.about-img{
  border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
  background:var(--surface);aspect-ratio:1/1;
  box-shadow:0 30px 70px -35px rgba(0,0,0,.9);
}
.about-img img{width:100%;height:100%;object-fit:cover}
.about-text p{color:var(--muted);margin:0 0 14px;font-size:16px}
.about-text strong{color:var(--text)}
.about-text .btn{margin-top:12px}

/* ---------- FAQ ---------- */
.faq details{
  background:var(--surface);border:1px solid var(--line);
  border-radius:var(--radius-sm);margin-bottom:12px;overflow:hidden;
}
.faq summary{
  cursor:pointer;list-style:none;padding:18px 22px;font-weight:700;font-size:17px;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--gold);font-size:24px;font-weight:400;line-height:1}
.faq details[open] summary::after{content:"−"}
.faq details p{margin:0;padding:0 22px 20px;color:var(--muted)}


/* ---------- Quiz-style form (כרטיסי בחירה) ---------- */
.qbox{border:0;padding:0;margin:0 0 22px;min-width:0}
.qbox legend{
  display:flex;align-items:flex-start;gap:9px;padding:0;margin-bottom:11px;
  font-size:16px;font-weight:700;line-height:1.45;
}
.q-num{
  flex:0 0 auto;width:24px;height:24px;border-radius:50%;
  background:rgba(217,164,65,.14);color:var(--gold-2);
  display:grid;place-items:center;font-size:13px;font-weight:800;margin-top:1px;
}
.options{display:flex;flex-direction:column;gap:8px}
.opt{
  display:flex;align-items:center;gap:11px;cursor:pointer;
  padding:11px 14px;border-radius:10px;
  background:var(--bg-alt);border:1.5px solid var(--line);
  transition:border-color .15s,background .15s,transform .1s;
}
.opt:hover{border-color:rgba(217,164,65,.5);background:rgba(217,164,65,.05)}
.opt:active{transform:scale(.995)}
.opt input{position:absolute;opacity:0;width:0;height:0}
.opt-mark{
  flex:0 0 auto;width:19px;height:19px;border-radius:50%;
  border:2px solid #4a5568;position:relative;transition:border-color .15s;
}
.opt-mark::after{
  content:"";position:absolute;inset:3px;border-radius:50%;
  background:var(--gold);transform:scale(0);transition:transform .15s ease;
}
.opt-text{font-size:15px;line-height:1.45}
.opt.selected{
  border-color:var(--gold);background:rgba(217,164,65,.10);
  box-shadow:0 0 0 3px rgba(217,164,65,.10);
}
.opt.selected .opt-mark{border-color:var(--gold)}
.opt.selected .opt-mark::after{transform:scale(1)}
.opt input:focus-visible + .opt-mark{box-shadow:0 0 0 3px rgba(217,164,65,.35)}
.qbox.invalid .options{
  outline:1.5px solid var(--red);outline-offset:6px;border-radius:14px;
}
.qbox .field{margin-bottom:16px}
.qbox .field:last-child{margin-bottom:0}

@media(max-width:600px){
  .qbox{margin-bottom:20px}
  .qbox legend{font-size:15.5px;gap:8px;margin-bottom:10px}
  .q-num{width:22px;height:22px;font-size:12px}
  .opt{padding:10px 12px;gap:10px;border-radius:9px}
  .opt-text{font-size:14.5px}
  .opt-mark{width:18px;height:18px}
  .options{gap:7px}
}

/* ---------- Form ---------- */
.form-section{background:
  radial-gradient(ellipse at top,rgba(217,164,65,.10),transparent 60%),var(--bg);}
.lead-form{
  background:var(--surface);border:1px solid var(--line);
  border-radius:var(--radius);padding:28px 26px;text-align:start;
}
@media(max-width:520px){.lead-form{padding:20px 15px}}
.field{margin-bottom:14px;display:flex;flex-direction:column;gap:6px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:560px){.field-row{grid-template-columns:1fr;gap:0}}
.field label{font-size:14.5px;font-weight:600}
.field input,.field select,.field textarea{
  font-family:var(--font);font-size:15px;color:var(--text);
  background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--radius-sm);
  padding:11px 13px;outline:none;transition:border-color .15s,box-shadow .15s;
  width:100%;resize:vertical;
}
.field input::placeholder,.field textarea::placeholder{color:#5f6b7c}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--gold);box-shadow:0 0 0 3px rgba(217,164,65,.15);
}
.field .invalid{border-color:var(--red)}
.consent{display:flex;gap:9px;align-items:flex-start;font-size:13.5px;color:var(--muted);margin:4px 0 18px}
.consent input{margin-top:5px;accent-color:var(--gold);width:17px;height:17px;flex:0 0 auto}
.consent a{color:var(--gold-2);text-decoration:underline}
.form-note{text-align:center;color:var(--muted);font-size:14px;margin:14px 0 0}
.form-status{text-align:center;margin:10px 0 0;font-size:15px;min-height:22px}
.form-status.ok{color:var(--green)}
.form-status.err{color:var(--red)}


/* ---------- כפתור וואטסאפ (קהילה) ---------- */
/* משני בכוונה: הזהב שמור ל-CTA היחיד של הדף – הטופס */
.btn-whatsapp{
  background:#25D366;color:#08240f;border-color:#25D366;
  box-shadow:0 10px 30px -12px rgba(37,211,102,.65);
}
.btn-whatsapp:hover{background:#20bd5a;box-shadow:0 16px 40px -14px rgba(37,211,102,.8)}
.btn-whatsapp svg{width:22px;height:22px;fill:currentColor;flex:0 0 auto}

.community{background:var(--bg-alt);border-top:1px solid var(--line)}
.community .section-sub{margin-bottom:28px}

/* הכפתור שמופיע בהודעת התודה אחרי שליחת הטופס */
.form-status.ok{display:flex;flex-direction:column;align-items:center;gap:12px}
.thanks-next{color:var(--muted);font-size:14.5px;line-height:1.6;max-width:420px}
.form-status .btn-whatsapp{margin-top:2px;width:auto;padding:13px 26px;font-size:16px}
@media(max-width:600px){
  .form-status .btn-whatsapp{width:100%}
}

/* ---------- Footer ---------- */
.site-footer{background:var(--bg-alt);border-top:1px solid var(--line);padding:52px 0 40px}
.footer-inner{display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center}
.footer-brand-name{font-weight:800;font-size:20px;margin:0 0 8px}
.footer-brand-name .sep{color:var(--gold);margin-inline:2px}
.footer-brand p{margin:0;color:var(--muted);font-size:15px}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px}
.footer-links a{color:var(--muted);font-size:15px}
.footer-links a:hover{color:var(--gold-2)}
.footer-legal{color:#6a7484;font-size:13px;line-height:1.8;margin:0;max-width:720px}


/* ---------- Legal doc modal (פופאפ צף) ---------- */
.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 26px}
.footer-legal-links a{color:var(--muted);font-size:15px;text-decoration:underline;text-underline-offset:3px}
.footer-legal-links a:hover{color:var(--gold-2)}

.doc-modal{
  position:fixed;inset:0;z-index:140;display:none;
  background:rgba(4,6,10,.86);backdrop-filter:blur(6px);
  padding:24px;place-items:center;
}
.doc-modal.open{display:grid}
.doc-panel{
  background:var(--surface);border:1px solid var(--line);border-radius:16px;
  width:min(100%,780px);max-height:min(86vh,900px);
  display:flex;flex-direction:column;overflow:hidden;
  box-shadow:0 40px 100px -30px rgba(0,0,0,.95);
}
.doc-head{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:20px 24px;border-bottom:1px solid var(--line);flex:0 0 auto;
  background:linear-gradient(180deg,rgba(217,164,65,.08),transparent);
}
.doc-head h3{margin:0;font-size:21px;font-weight:800}
.doc-close{
  flex:0 0 auto;width:38px;height:38px;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.07);border:1px solid var(--line);
  color:var(--text);font-size:22px;line-height:1;display:grid;place-items:center;
}
.doc-close:hover{background:rgba(255,255,255,.14)}
.doc-body{padding:22px 26px 28px;overflow-y:auto;flex:1 1 auto;-webkit-overflow-scrolling:touch}
.doc-body h4{
  margin:24px 0 8px;font-size:17px;font-weight:800;color:var(--gold-2);
}
.doc-body h4:first-child{margin-top:0}
.doc-body p{margin:0 0 12px;color:#c9d3e0;font-size:15.5px;line-height:1.8}
.doc-body ul{margin:0 0 14px;padding-inline-start:22px;color:#c9d3e0}
.doc-body li{margin-bottom:7px;font-size:15.5px;line-height:1.75}
@media(max-width:600px){
  .doc-modal{padding:0}
  .doc-panel{width:100%;max-height:100vh;height:100%;border-radius:0;border:0}
  .doc-head{padding:16px 18px}
  .doc-head h3{font-size:18px}
  .doc-body{padding:18px 18px 40px}
  .doc-body p,.doc-body li{font-size:15px}
}

/* ---------- Accessibility widget (סרגל נגישות) ---------- */
.a11y-toggle{
  position:fixed;bottom:18px;left:18px;right:auto;z-index:130;
  width:52px;height:52px;border-radius:50%;cursor:pointer;
  background:#1a56db;border:2px solid rgba(255,255,255,.85);
  display:grid;place-items:center;box-shadow:0 8px 24px -6px rgba(0,0,0,.7);
  transition:transform .15s;
}
.a11y-toggle:hover{transform:scale(1.06)}
.a11y-toggle svg{width:30px;height:30px;fill:#fff}
@media(max-width:820px){.a11y-toggle{bottom:82px;width:46px;height:46px}
  .a11y-toggle svg{width:26px;height:26px}}

.a11y-panel{
  position:fixed;bottom:82px;left:18px;right:auto;z-index:131;
  width:min(320px,calc(100vw - 36px));max-height:min(72vh,620px);overflow-y:auto;
  background:var(--surface);border:1px solid var(--line);border-radius:14px;
  padding:16px;display:none;box-shadow:0 30px 70px -20px rgba(0,0,0,.95);
}
.a11y-panel.open{display:block}
@media(max-width:820px){.a11y-panel{bottom:140px}}
.a11y-panel h3{margin:0 0 4px;font-size:17px;font-weight:800}
.a11y-panel .a11y-sub{margin:0 0 14px;font-size:13px;color:var(--muted)}
.a11y-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.a11y-btn{
  display:flex;align-items:center;justify-content:center;text-align:center;
  min-height:52px;padding:8px 6px;border-radius:9px;cursor:pointer;
  background:var(--bg-alt);border:1.5px solid var(--line);
  color:var(--text);font-family:var(--font);font-size:13px;font-weight:600;line-height:1.35;
  transition:border-color .15s,background .15s;
}
.a11y-btn:hover{border-color:rgba(217,164,65,.5)}
.a11y-btn.on{border-color:var(--gold);background:rgba(217,164,65,.12);color:var(--gold-2)}
.a11y-btn.wide{grid-column:1 / -1}
.a11y-reset{background:rgba(229,72,77,.10);border-color:rgba(229,72,77,.35);color:#ff9a9d}
.a11y-statement{
  display:block;text-align:center;margin-top:10px;font-size:13px;
  color:var(--muted);text-decoration:underline;text-underline-offset:3px;
}

/* מצבי נגישות שמופעלים על <html> */
html.a11y-contrast body{background:#000;color:#fff}
html.a11y-contrast .section-alt,html.a11y-contrast .stats,
html.a11y-contrast .site-header,html.a11y-contrast .site-footer{background:#000}
html.a11y-contrast .card,html.a11y-contrast .lead-form,html.a11y-contrast .opt,
html.a11y-contrast .faq details,html.a11y-contrast .shot{background:#000;border-color:#fff}
html.a11y-contrast p,html.a11y-contrast li,html.a11y-contrast .section-sub,
html.a11y-contrast .stat-label,html.a11y-contrast label{color:#fff}
html.a11y-grayscale body{filter:grayscale(1)}
html.a11y-invert body{filter:invert(1) hue-rotate(180deg)}
html.a11y-links a{text-decoration:underline !important;text-underline-offset:3px;font-weight:700}
html.a11y-readable body,html.a11y-readable button,html.a11y-readable input,
html.a11y-readable select,html.a11y-readable textarea{font-family:Arial,Helvetica,sans-serif !important}
html.a11y-nomotion *,html.a11y-nomotion *::before,html.a11y-nomotion *::after{
  animation:none !important;transition:none !important;scroll-behavior:auto !important;
}
html.a11y-bigcursor,html.a11y-bigcursor *{
  cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M6 2l20 12-9 2 5 11-4 2-5-11-7 6z' fill='%23fff' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E") 4 2, auto !important;
}

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta{
  position:fixed;inset-inline:0;bottom:0;z-index:60;padding:12px 16px;
  background:rgba(7,9,13,.92);backdrop-filter:blur(10px);
  border-top:1px solid var(--line);display:none;
}
.sticky-cta.show{display:block}
@media(min-width:821px){.sticky-cta{display:none !important}}

/* ---------- Reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:none}
/* ---------- Mobile polish ---------- */
@media(max-width:600px){
  body{font-size:16px}
  .container{padding-inline:16px}
  .section{padding:56px 0}
  .hero{padding:40px 0 48px}
  .hero-title{letter-spacing:-.5px}
  .hero-sub{margin-bottom:28px}
  .section-sub{margin-bottom:32px}
  .eyebrow,.step-badge{font-size:13px;padding:6px 14px}
  .video-frame{border-radius:12px}
  .play-btn{width:66px;height:66px;box-shadow:0 0 0 9px rgba(217,164,65,.14)}
  .play-btn svg{width:28px;height:28px}
  .play-btn.sm{width:52px;height:52px;box-shadow:0 0 0 7px rgba(217,164,65,.14)}
  .vid-grid{gap:14px;margin-top:30px}
  .stats{padding:26px 0}
  .btn-lg{padding:16px 26px;font-size:17px}
  .btn{width:100%;max-width:420px}
  .header-inner{height:60px}
  .faq summary{padding:15px 17px;font-size:16px}
  .faq details p{padding:0 17px 17px}
  .site-footer{padding:40px 0 96px}
  .about-text .btn{width:100%}
}
/* מרווח לכפתור הדביק במובייל */
@media(max-width:820px){
  body.has-sticky{padding-bottom:78px}
}

@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  html{scroll-behavior:auto}
}
