/* =======================================================================
   דף נחיתה - רז אזולאי | הכנה לגיבושים לחניכי מכינות קדם צבאיות
   ======================================================================= */
:root{
  --orange:#FF6A00;
  --orange-2:#FF8C2B;
  --orange-dim:rgba(255,106,0,.14);
  --ink:#0A0A0A;
  --ink-2:#131313;
  --ink-3:#1C1C1C;
  --line:#2A2A2A;
  --paper:#FFFFFF;
  --paper-2:#F4F4F2;
  --muted:#A3A3A3;
  --muted-dark:#5B5B5B;
  --ok:#2FA36B;
  --no:#C8412F;
  --wrap:1180px;
  --r:14px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Heebo',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  background:var(--ink);color:var(--paper);
  font-size:17px;line-height:1.75;direction:rtl;text-align:right;
  overflow-x:hidden;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
section{position:relative}

/* ---------- טיפוגרפיה ---------- */
h1,h2,h3{line-height:1.12;font-weight:900;letter-spacing:-.02em}
h1{font-size:clamp(31px,6.1vw,62px)}
h2{font-size:clamp(26px,4.4vw,46px)}
h3{font-size:clamp(19px,2.4vw,24px);line-height:1.25}
.hl{color:var(--orange)}
.eyebrow{
  display:inline-block;font-size:13px;font-weight:800;letter-spacing:.12em;
  color:var(--orange);border:1px solid rgba(255,106,0,.45);
  background:var(--orange-dim);border-radius:999px;padding:7px 16px;margin-bottom:20px;
}
.kicker{font-size:13px;font-weight:800;letter-spacing:.14em;color:var(--orange);margin-bottom:12px}
.lead{font-size:clamp(17px,2.1vw,20px);color:#D8D8D8;max-width:60ch}
.sec-head{max-width:44ch;margin-bottom:34px}
.sec-head p{color:#C3C3C3;margin-top:14px}

/* ---------- כפתורים ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--orange);color:#fff;font-weight:900;font-size:18px;
  padding:17px 34px;border-radius:var(--r);text-decoration:none;border:0;cursor:pointer;
  box-shadow:0 10px 0 -2px rgba(255,106,0,.28), 0 18px 40px rgba(255,106,0,.24);
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  font-family:inherit;
}
.btn:hover{background:#ff7c1c;transform:translateY(-2px)}
.btn:active{transform:translateY(1px)}
.btn-ghost{background:transparent;color:#fff;border:1.5px solid #3A3A3A;box-shadow:none;font-size:16px;padding:14px 26px}
.btn-ghost:hover{background:#1E1E1E;border-color:var(--orange)}
.cta-note{font-size:14px;color:var(--muted);margin-top:12px}

/* ---------- כותרת עליונה ---------- */
.topbar{
  position:sticky;top:0;z-index:60;background:rgba(10,10,10,.82);
  backdrop-filter:blur(10px);border-bottom:1px solid #1E1E1E;
}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;height:64px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:17px;letter-spacing:-.01em;text-decoration:none}
.brand i{width:10px;height:22px;background:var(--orange);display:block;transform:skewX(-12deg)}
.brand small{display:block;font-size:11px;font-weight:600;color:var(--muted);letter-spacing:.06em}
.topbar .btn{padding:10px 20px;font-size:15px;box-shadow:none}
@media(max-width:600px){.topbar .btn{padding:9px 14px;font-size:13.5px}.brand{font-size:15px}}

/* ---------- הירו ---------- */
.hero{
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(255,106,0,.16), transparent 60%),
    var(--ink);
  padding:64px 0 0;overflow:hidden;
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.hero h1{margin-bottom:20px}
.hero .lead{margin-bottom:12px}
.hero-cta{margin-top:28px}
.hero-photo{position:relative}
.hero-photo img{border-radius:18px;border:1px solid #262626;filter:grayscale(.18) contrast(1.06)}
.hero-photo::after{
  content:"";position:absolute;inset:auto -14px -14px auto;width:150px;height:150px;
  background:repeating-linear-gradient(-45deg,var(--orange) 0 4px,transparent 4px 11px);
  opacity:.5;z-index:-1;border-radius:8px;
}
.hero-tag{
  position:absolute;bottom:18px;right:18px;left:18px;background:rgba(10,10,10,.86);
  backdrop-filter:blur(6px);border:1px solid #2C2C2C;border-radius:12px;padding:12px 16px;
  font-size:14px;color:#D9D9D9;
}
.hero-tag b{color:#fff;display:block;font-size:15px}
@media(max-width:940px){
  .hero{padding-top:38px}
  .hero-grid{grid-template-columns:1fr;gap:30px}
}

/* ---------- רצועת יחידות ---------- */

/* ---------- אזורי צבע ---------- */
.dark{background:var(--ink);padding:78px 0}
.darker{background:var(--ink-2);padding:78px 0}
.light{background:var(--paper);color:#111;padding:78px 0}
.light .lead,.light .sec-head p{color:#4A4A4A}
.light .kicker{color:#C24E00}
.light h2{color:#0C0C0C}
@media(max-width:700px){.dark,.darker,.light{padding:54px 0}}

/* ---------- כרטיסי כאב ---------- */
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
@media(max-width:960px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}}
@media(max-width:640px){.grid-4,.grid-2{grid-template-columns:1fr}}
.card{
  background:var(--ink-2);border:1px solid #242424;border-radius:var(--r);padding:26px 22px;
  position:relative;overflow:hidden;
}
.card::before{content:"";position:absolute;top:0;right:0;width:100%;height:3px;background:var(--orange);opacity:.85}
.card h3{margin-bottom:10px}
.card p{color:#B9B9B9;font-size:16px}
.card .num{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--orange);display:block;margin-bottom:12px}

/* ---------- למה זה קורה ---------- */
.reason{display:flex;gap:18px;padding:24px 0;border-bottom:1px solid #EAEAEA}
.reason:last-child{border-bottom:0}
.reason .n{
  flex:0 0 46px;height:46px;border-radius:10px;background:#111;color:var(--orange);
  display:flex;align-items:center;justify-content:center;font-weight:900;font-size:19px;
}
.reason h3{margin-bottom:6px;color:#0C0C0C}
.reason p{color:#4A4A4A;font-size:16px}

/* ---------- מה מקבלים ---------- */
.deliver{display:flex;gap:16px;align-items:flex-start;background:var(--ink-2);border:1px solid #242424;border-radius:var(--r);padding:22px}
.deliver .ic{flex:0 0 42px;height:42px;border-radius:10px;background:var(--orange-dim);border:1px solid rgba(255,106,0,.4);display:flex;align-items:center;justify-content:center}
.deliver .ic svg{width:20px;height:20px;stroke:var(--orange);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.deliver h3{font-size:19px;margin-bottom:6px}
.deliver p{color:#B4B4B4;font-size:15.5px;line-height:1.65}

/* ---------- מספרים ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:900px){.stats{grid-template-columns:repeat(2,1fr)}}
.stat{background:#111;border:1px solid #262626;border-radius:var(--r);padding:22px 18px;text-align:center}
.stat b{display:block;font-size:clamp(32px,4.4vw,44px);font-weight:900;color:var(--orange);letter-spacing:-.02em;line-height:1.05;white-space:nowrap}
.stat span{display:block;font-size:14px;color:#B4B4B4;margin-top:8px}
.stat em{display:block;font-style:normal;font-size:12.5px;color:#7C7C7C;margin-top:6px}

/* ---------- ציטוטים ---------- */
.quote{background:#fff;border:1px solid #E6E6E6;border-radius:var(--r);padding:26px;position:relative}
.quote::before{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:var(--orange);border-radius:0 4px 4px 0}
.quote p{color:#232323;font-size:16.5px}
.quote footer{margin-top:14px;font-size:13.5px;color:#777;font-weight:700}

/* ---------- גלריית הוכחות ---------- */
.proof-scroll{
  display:flex;gap:14px;overflow-x:auto;padding:6px 20px 20px;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}
.proof-scroll::-webkit-scrollbar{height:8px}
.proof-scroll::-webkit-scrollbar-thumb{background:#333;border-radius:99px}
.proof-scroll figure{
  flex:0 0 232px;scroll-snap-align:center;background:#101010;border:1px solid #262626;
  border-radius:12px;overflow:hidden;
}
.proof-scroll img{width:100%;height:auto}
.proof-note{font-size:13.5px;color:var(--muted);text-align:center;margin-top:6px}

/* ---------- גלריית אימונים ---------- */
.gal{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
@media(max-width:820px){.gal{grid-template-columns:repeat(2,1fr)}}
.gal img{border-radius:10px;aspect-ratio:3/4;object-fit:cover;filter:grayscale(.2) contrast(1.05);transition:filter .3s,transform .3s}
.gal img:hover{filter:none;transform:scale(1.02)}

/* ---------- רז ---------- */
.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:center}
@media(max-width:900px){.about{grid-template-columns:1fr;gap:26px}}
.about img{border-radius:16px;border:1px solid #262626}
.about h2{margin-bottom:16px}
.about p{color:#C6C6C6;margin-bottom:14px}
.about p strong{color:#fff}
.about-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.about-thumbs img{aspect-ratio:4/3;object-fit:cover}

/* ---------- למי מתאים ---------- */
.fit{display:grid;grid-template-columns:1fr 1fr;gap:20px}
@media(max-width:760px){.fit{grid-template-columns:1fr}}
.fit-box{border-radius:var(--r);padding:26px;border:1px solid}
.fit-yes{background:rgba(47,163,107,.07);border-color:rgba(47,163,107,.35)}
.fit-no{background:rgba(200,65,47,.06);border-color:rgba(200,65,47,.3)}
.fit-box h3{margin-bottom:16px}
.fit-box ul{list-style:none;display:grid;gap:12px}
.fit-box li{display:flex;gap:11px;font-size:16px;color:#D2D2D2;line-height:1.6}
.fit-box li i{flex:0 0 22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:900;font-size:13px;margin-top:3px}
.fit-yes li i{background:rgba(47,163,107,.18);color:#5FD39B}
.fit-no li i{background:rgba(200,65,47,.16);color:#F0806E}

/* ---------- שאלות ---------- */
.faq{max-width:840px;margin:0 auto}
.faq-item{border:1px solid #242424;border-radius:12px;margin-bottom:12px;background:var(--ink-2);overflow:hidden}
.faq-q{
  width:100%;background:none;border:0;color:#fff;font-family:inherit;font-size:17.5px;font-weight:800;
  text-align:right;padding:19px 22px;cursor:pointer;display:flex;justify-content:space-between;gap:14px;align-items:center;
}
.faq-q span{flex:0 0 26px;height:26px;border-radius:7px;background:var(--orange-dim);color:var(--orange);
  display:flex;align-items:center;justify-content:center;font-size:19px;line-height:1;transition:transform .25s}
.faq-item.open .faq-q span{transform:rotate(45deg)}
.faq-item.open{border-color:rgba(255,106,0,.4)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a div{padding:0 22px 20px;color:#B8B8B8;font-size:16px}

/* ---------- טופס ---------- */
.form-sec{
  background:
    linear-gradient(rgba(10,10,10,.9),rgba(10,10,10,.95)),
    url('images/band.webp') center 28%/cover no-repeat;
  padding:80px 0;border-top:1px solid #1E1E1E;
}
.form-box{max-width:640px;margin:0 auto;background:var(--ink-2);border:1px solid #2A2A2A;border-radius:18px;padding:34px}
@media(max-width:600px){.form-box{padding:24px 20px}}
.form-box h2{margin-bottom:10px}
.form-box>p{color:#BDBDBD;margin-bottom:24px}
.field{margin-bottom:14px}
.field label{display:block;font-size:14px;font-weight:700;color:#CFCFCF;margin-bottom:7px}
.field input,.field select{
  width:100%;background:#0D0D0D;border:1px solid #333;border-radius:10px;color:#fff;
  font-family:inherit;font-size:16px;padding:14px 15px;
}
.field input:focus,.field select:focus{outline:0;border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,106,0,.16)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:520px){.field-row{grid-template-columns:1fr}}
.form-box .btn{width:100%;margin-top:8px}
.form-msg{margin-top:14px;font-size:15px;border-radius:10px;padding:12px 14px;display:none}
.form-msg.ok{display:block;background:rgba(47,163,107,.12);border:1px solid rgba(47,163,107,.4);color:#7BE0AE}
.form-msg.err{display:block;background:rgba(200,65,47,.12);border:1px solid rgba(200,65,47,.4);color:#F19684}
.consent{font-size:13px;color:#8A8A8A;margin-top:14px;line-height:1.6}
.consent a{color:#B9B9B9}

/* ---------- פוטר ---------- */
footer.site{background:#050505;border-top:1px solid #1B1B1B;padding:40px 0;font-size:14px;color:#8E8E8E}
footer.site .wrap{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center}
footer.site a{color:#B4B4B4;text-decoration:none;border-bottom:1px solid #333}
footer.site a:hover{color:var(--orange)}
footer.site nav{display:flex;flex-wrap:wrap;gap:16px}

/* ---------- מודאלים משפטיים ---------- */
.modal-back{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:200;display:none;padding:24px;overflow-y:auto}
.modal-back.on{display:block}
.modal{max-width:760px;margin:40px auto;background:#fff;color:#1A1A1A;border-radius:16px;padding:34px}
.modal h2{color:#0C0C0C;margin-bottom:16px;font-size:26px}
.modal h3{font-size:18px;margin:20px 0 8px;color:#111}
.modal p,.modal li{font-size:15.5px;color:#3A3A3A;line-height:1.75}
.modal ul{margin:8px 22px 8px 0}
.modal .close{position:sticky;top:0;float:left;background:#111;color:#fff;border:0;border-radius:8px;
  width:34px;height:34px;font-size:19px;cursor:pointer;font-family:inherit}

/* ---------- עוגיות ---------- */
.cookies{
  position:fixed;bottom:14px;right:14px;left:14px;z-index:150;max-width:520px;margin:0 auto;
  background:#141414;border:1px solid #303030;border-radius:14px;padding:18px;display:none;
  box-shadow:0 20px 50px rgba(0,0,0,.5);
}
.cookies.on{display:block}
.cookies p{font-size:14px;color:#C4C4C4;margin-bottom:12px}
.cookies a{color:var(--orange)}
.cookies div{display:flex;gap:10px;flex-wrap:wrap}
.cookies button{font-family:inherit;font-weight:800;font-size:14px;border-radius:9px;padding:10px 18px;cursor:pointer;border:0}
.cookies .yes{background:var(--orange);color:#fff}
.cookies .no{background:transparent;color:#C4C4C4;border:1px solid #3A3A3A}

/* ---------- נגישות ---------- */
.a11y-btn{
  position:fixed;bottom:18px;left:18px;z-index:140;width:52px;height:52px;border-radius:50%;
  background:#1A56C4;border:2px solid #fff;color:#fff;cursor:pointer;display:flex;align-items:center;
  justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.45);
}
.a11y-btn svg{width:26px;height:26px;fill:#fff}
.a11y-panel{
  position:fixed;bottom:80px;left:18px;z-index:141;background:#fff;color:#1A1A1A;border-radius:14px;
  padding:16px;width:250px;display:none;box-shadow:0 20px 50px rgba(0,0,0,.4);
}
.a11y-panel.on{display:block}
.a11y-panel b{display:block;font-size:15px;margin-bottom:10px;color:#111}
.a11y-panel button{
  width:100%;text-align:right;font-family:inherit;font-size:14.5px;background:#F1F1F1;border:1px solid #DDD;
  border-radius:8px;padding:9px 12px;margin-bottom:7px;cursor:pointer;color:#222;
}
.a11y-panel button:hover{background:#E6E6E6}
body.a11y-big{font-size:19.5px}
body.a11y-contrast{filter:contrast(1.32) saturate(1.15)}
body.a11y-links a{text-decoration:underline!important}
body.a11y-nomotion *{animation:none!important;transition:none!important;scroll-behavior:auto!important}

/* ---------- אנימציית כניסה ---------- */
.rise{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.rise.seen{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.rise{opacity:1;transform:none;transition:none}}
.skip{position:absolute;right:-9999px;top:0;background:var(--orange);color:#fff;padding:10px 16px;z-index:300}
.skip:focus{right:10px;top:10px}

/* =======================================================================
   מבנה נרטיבי (גרסה שנייה)
   ======================================================================= */
.story{max-width:640px}
.story p{font-size:clamp(18px,2.2vw,21px);color:#D6D6D6;margin-bottom:20px;line-height:1.7}
.story p.tight{margin-bottom:9px}
.story strong{color:#fff;font-weight:800}
.story .punch{font-size:clamp(21px,2.8vw,27px);font-weight:900;color:#fff;line-height:1.35;margin:30px 0 22px;letter-spacing:-.01em}
.story .punch em{font-style:normal;color:var(--orange)}
.light .story p{color:#404040}
.light .story strong{color:#0C0C0C}
.light .story .punch{color:#0C0C0C}

/* שלוש אופציות רעות */
.opts{display:grid;gap:14px;max-width:820px;margin-top:8px}
.opt{display:flex;gap:16px;background:var(--ink-2);border:1px solid #242424;border-left:0;border-right:3px solid #3A2A20;border-radius:12px;padding:20px 22px}
.opt .k{flex:0 0 auto;font-size:13px;font-weight:900;color:#7A7A7A;letter-spacing:.1em;padding-top:4px}
.opt h3{font-size:19px;margin-bottom:6px}
.opt p{color:#ABABAB;font-size:16px}
.opt p b{color:var(--orange);font-weight:800}

/* המנגנון */
.mech{
  background:linear-gradient(180deg,rgba(255,106,0,.09),rgba(255,106,0,0));
  border:1px solid rgba(255,106,0,.35);border-radius:18px;padding:34px;max-width:860px;margin:0 auto;
}
@media(max-width:600px){.mech{padding:24px 20px}}
.mech .tag{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--orange);margin-bottom:12px}
.mech h3{font-size:clamp(23px,3.2vw,32px);margin-bottom:16px}
.mech p{color:#CFCFCF;font-size:17px;margin-bottom:14px}
.mech ul{list-style:none;display:grid;gap:11px;margin-top:18px}
.mech li{display:flex;gap:11px;color:#DEDEDE;font-size:16.5px;line-height:1.6}
.mech li i{flex:0 0 8px;height:8px;background:var(--orange);border-radius:2px;margin-top:11px;transform:skewX(-12deg)}

/* ציטוט מודגש בתוך טקסט */
.pull{
  border-right:3px solid var(--orange);padding:4px 18px 4px 0;margin:26px 0;max-width:620px;
  font-size:clamp(18px,2.3vw,22px);font-weight:800;color:#fff;line-height:1.5;
}
.pull span{display:block;font-size:13.5px;font-weight:600;color:#8E8E8E;margin-top:8px}
.light .pull{color:#0C0C0C}
.light .pull span{color:#777}

/* שלבים */
.phases{display:grid;gap:0;max-width:880px;margin:0 auto}
.phase{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:26px 0;border-bottom:1px solid #232323}
.phase:last-child{border-bottom:0}
.phase .p-n{
  width:56px;height:56px;border-radius:14px;background:var(--ink-2);border:1px solid #303030;
  display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px;color:var(--orange);
}
.phase h3{margin-bottom:4px}
.phase .p-when{font-size:13px;font-weight:800;letter-spacing:.1em;color:#7C7C7C;margin-bottom:10px}
.phase p{color:#B6B6B6;font-size:16.5px;margin-bottom:10px}
.phase ul{list-style:none;display:grid;gap:8px}
.phase li{display:flex;gap:10px;font-size:16px;color:#CFCFCF}
.phase li i{flex:0 0 7px;height:7px;background:var(--orange);border-radius:2px;margin-top:10px;transform:skewX(-12deg)}
@media(max-width:600px){.phase{grid-template-columns:1fr;gap:12px}.phase .p-n{width:46px;height:46px;font-size:17px}}

/* הירו: תג עם היחידות */
.hero-units{font-size:13.5px;color:#9E9E9E;margin-top:6px;line-height:1.6}
.hero-units b{color:#DADADA;font-weight:700}

/* פסקת פתיחה קטנה מעל הכותרת */
.pre-h{font-size:clamp(16px,2vw,18.5px);color:#BDBDBD;line-height:1.65;margin-bottom:18px;max-width:52ch}
.pre-h b{color:#fff}

/* פריסת סיפור + תמונה */
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.split .shot img{border-radius:16px;border:1px solid #262626;filter:grayscale(.15) contrast(1.05)}
.split .shot{position:relative}
.split .shot .cap{
  position:absolute;bottom:16px;right:16px;left:16px;background:rgba(10,10,10,.85);
  backdrop-filter:blur(6px);border:1px solid #2C2C2C;border-radius:11px;padding:11px 15px;
  font-size:13.5px;color:#D0D0D0;line-height:1.5;
}
.light .split .shot .cap{background:rgba(255,255,255,.92);border-color:#E2E2E2;color:#4A4A4A}
.light .split .shot img{border-color:#E4E4E4}
@media(max-width:940px){.split{grid-template-columns:1fr;gap:28px}.split .shot{order:2}}

/* רצועת סמלי יחידות */
.units{
  text-align:center;padding:52px 0 46px;
  background:
    radial-gradient(620px 200px at 50% 0%, rgba(255,106,0,.13), transparent 70%),
    var(--ink-2);
  border-top:1px solid #1E1E1E;border-bottom:1px solid #1E1E1E;margin-top:56px;
}
.units p.units-title{
  font-size:clamp(21px,3.1vw,32px);font-weight:900;letter-spacing:-.015em;color:#fff;
  line-height:1.25;margin:0 auto 34px;max-width:22ch;
}
.units ul.unit-logos{
  list-style:none;display:flex;flex-wrap:wrap;gap:26px 30px;align-items:center;justify-content:center;
  max-width:980px;margin-inline:auto;
}
.units ul.unit-logos li{
  width:160px;height:112px;display:flex;align-items:center;justify-content:center;
  transition:transform .25s ease, filter .25s ease;
  filter:drop-shadow(0 6px 18px rgba(0,0,0,.55));
}
.units ul.unit-logos li:hover{transform:translateY(-5px) scale(1.05)}
.units ul.unit-logos img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.units .credit{font-size:11.5px;color:#5A5A5A;margin-top:30px;line-height:1.5;max-width:62ch;margin-inline:auto}
.units .credit a{color:#7A7A7A}
@media(max-width:760px){
  .units{padding:40px 0 36px;margin-top:40px}
  .units ul.unit-logos{gap:24px 26px}
  .units ul.unit-logos li{width:126px;height:92px}
  .units p.units-title{margin-bottom:26px}
}
@media(prefers-reduced-motion:reduce){.units ul.unit-logos li:hover{transform:none}}

/* ===== כפתור "לצפייה בהודעה המקורית" ===== */
.qproof{margin-top:14px;padding-top:12px;border-top:1px dashed #E0E0E0}
.qproof button{
  background:none;border:0;padding:0;font-family:inherit;font-size:14px;font-weight:800;
  color:#C24E00;cursor:pointer;display:inline-flex;align-items:center;gap:7px;
  text-decoration:underline;text-underline-offset:3px;
}
.qproof button:hover{color:var(--orange)}
.qproof button:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:4px}
/* בתוך הציטוט הכהה של המנגנון */
.pull .qproof{border-top-color:#3A3A3A;margin-top:12px}
.pull .qproof button{color:var(--orange)}
/* שורת המקור מתחת למספרים */
.stats-src{font-size:14.5px;color:#9A9A9A;margin-top:16px;text-align:center}
.stats-src button{
  background:none;border:0;padding:0;font-family:inherit;font-size:14.5px;font-weight:800;
  color:var(--orange);cursor:pointer;text-decoration:underline;text-underline-offset:3px;
}
.stats-src button:hover{color:var(--orange-2)}

/* ===== לייטבוקס ===== */
.lb{
  position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.93);display:none;
  align-items:center;justify-content:center;padding:26px 16px;
}
.lb.on{display:flex}
.lb img{max-width:min(430px,100%);max-height:90vh;object-fit:contain;border-radius:14px;border:1px solid #2A2A2A}
.lb-x{
  position:absolute;top:18px;left:18px;width:46px;height:46px;border-radius:13px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:#fff;
  font-size:26px;line-height:1;cursor:pointer;font-family:inherit;
}
.lb-x:hover{background:rgba(255,255,255,.2)}
.qproof button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;flex:0 0 auto}
