/* ============================================================
   מקצוענים AI  ·  אתר תדמית  ·  Gold Noir  (אח של xSITE Plus)
   קובץ CSS משותף לכל העמודים (index / club / workshops / mentoring / about)
   רקע שחור עמוק #08080C · זהב חם #E6B968 + gradient #F6D89A
   Frank Ruhl Libre לכותרות · Heebo/Assistant לגוף · Rajdhani למספרים
   ============================================================ */

:root{
  --noir:        #08080C;
  --noir-2:      #0C0C12;
  --surface:     #101018;
  --surface-2:   #15141C;
  --gold:        #E6B968;
  --gold-bright: #F6D89A;
  --gold-deep:   #B8862F;
  --cream:       #F4EFE4;
  --cream-muted: #A9A290;
  --gold-grad:   linear-gradient(135deg, #F6D89A 0%, #E6B968 45%, #B8862F 100%);
  --gold-line:   linear-gradient(90deg, transparent, rgba(246,216,154,.55), transparent);
  --hair:        rgba(230,185,104,.14);
  --hair-strong: rgba(230,185,104,.30);
  --f-display: "Frank Ruhl Libre", "Playfair Display", serif;
  --f-sub:     "Rubik", system-ui, sans-serif;
  --f-body:    "Heebo", "Assistant", system-ui, sans-serif;
  --f-num:     "Rajdhani", sans-serif;
  --maxw: 1140px;
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; overflow-x:hidden; }
::selection{ background:var(--gold); color:#08080C; }

/* פס גלילה זהב יוקרתי ודק */
html{ scrollbar-width:thin; scrollbar-color:var(--gold-deep) transparent; }
::-webkit-scrollbar{ width:7px; height:7px; }
::-webkit-scrollbar-track{ background:transparent; }
::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg, var(--gold-bright), var(--gold), var(--gold-deep));
  border-radius:999px;
  box-shadow:0 0 6px rgba(230,185,104,.35);
}
::-webkit-scrollbar-thumb:hover{ background:linear-gradient(180deg, #FCEFC7, var(--gold-bright), var(--gold)); }

body{
  background:var(--noir);
  color:var(--cream);
  font-family:var(--f-body);
  font-weight:400;
  line-height:1.75;
  font-feature-settings:"kern","liga";
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  position:relative;
}

/* film grain - לעולם לא רקע שחור שטוח */
body::before{
  content:"";
  position:fixed; inset:0; z-index:1;
  pointer-events:none;
  opacity:.05; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* vignette קולנועי */
body::after{
  content:"";
  position:fixed; inset:0; z-index:0;
  pointer-events:none;
  background:radial-gradient(120% 80% at 50% 0%, transparent 55%, rgba(0,0,0,.55) 100%);
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }

h1,h2,h3,h4{ font-family:var(--f-display); font-weight:700; letter-spacing:-.01em; line-height:1.18; }

.wrap{ max-width:var(--maxw); margin-inline:auto; padding-inline:24px; position:relative; z-index:2; }
.sec{ padding:110px 0; position:relative; }
.sec.tight{ padding:78px 0; }

/* גרדיאנט זהב לטקסט - חתימת הכותרות */
.gtext{
  background:var(--gold-grad);
  -webkit-background-clip:text; background-clip:text;
  color:transparent;
}
.gtext.shine{
  background:linear-gradient(100deg,var(--gold) 20%,#FCEFC7 45%,var(--gold) 70%);
  background-size:200% 100%;
  -webkit-background-clip:text; background-clip:text; color:transparent;
  animation:shine 6s linear infinite;
}
@keyframes shine{ 0%{background-position:-200% 0} 100%{background-position:200% 0} }

/* kicker editorial עם קו זהב */
.kicker{
  display:inline-flex; align-items:center; gap:14px;
  font-family:var(--f-sub); font-weight:600; font-size:.74rem;
  letter-spacing:.32em; text-transform:uppercase;
  color:var(--gold); margin-bottom:22px;
}
.kicker::before,.kicker::after{
  content:""; width:34px; height:1px; background:var(--gold-line); opacity:.9;
}
.kicker.solo::after{ display:none; }

/* hairline divider בין סקשנים */
.hairline{ height:1px; background:var(--gold-line); opacity:.5; max-width:var(--maxw); margin-inline:auto; }

/* תווית "לגברים בלבד" — עדינה */
.menonly{
  display:inline-flex; align-items:center; margin-top:16px;
  font-family:var(--f-sub); font-size:.8rem; font-weight:500; letter-spacing:.03em;
  color:var(--gold-bright); border:1px solid var(--hair-strong); border-radius:999px;
  padding:6px 16px; background:rgba(230,185,104,.05);
}

/* glow blobs עדינים */
.glow{ position:absolute; border-radius:50%; filter:blur(150px); pointer-events:none; z-index:0; }

/* ========== CTA ========== */
.cta{
  --p:22px 44px;
  display:inline-flex; align-items:center; justify-content:center; gap:12px;
  font-family:var(--f-sub); font-weight:700; font-size:1.06rem;
  padding:var(--p); border-radius:999px;
  color:#08080C; background:var(--gold-grad);
  border:none; cursor:pointer; position:relative; overflow:hidden;
  box-shadow:0 10px 30px -8px rgba(230,185,104,.45);
  transition:transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
  white-space:nowrap;
}
.cta::before{
  content:""; position:absolute; inset:0;
  background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.55) 50%,transparent 80%);
  transform:translateX(-130%);
}
.cta:hover{ transform:translateY(-3px); box-shadow:0 18px 46px -8px rgba(230,185,104,.62); }
.cta:hover::before{ animation:sweep 1s ease; }
@keyframes sweep{ to{ transform:translateX(130%); } }
.cta.big{ --p:24px 52px; font-size:1.16rem; }
.cta.pulse{ animation:ctaPulse 3.2s ease-in-out infinite; }
@keyframes ctaPulse{
  0%,100%{ box-shadow:0 10px 30px -8px rgba(230,185,104,.45), 0 0 0 0 rgba(230,185,104,.35); }
  50%{ box-shadow:0 16px 44px -8px rgba(230,185,104,.6), 0 0 0 10px rgba(230,185,104,0); }
}
/* CTA משני - קו מתאר */
.cta.ghost{
  color:var(--gold-bright); background:transparent;
  border:1.5px solid var(--hair-strong); box-shadow:none;
}
.cta.ghost::before{ display:none; }
.cta.ghost:hover{ border-color:var(--gold); background:rgba(230,185,104,.06); box-shadow:none; }

/* ========== HEADER / NAV ========== */
header{
  position:fixed; top:0; inset-inline:0; z-index:100;
  transition:background .4s ease, backdrop-filter .4s ease, border-color .4s ease, padding .4s ease;
  border-bottom:1px solid transparent;
  padding:18px 0;
}
header.scrolled{
  background:rgba(8,8,12,.82);
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-bottom-color:var(--hair);
  padding:12px 0;
}
.nav{ display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand{ display:flex; align-items:center; flex-shrink:0; }
.brand img{ height:52px; width:auto; transition:height .4s ease; }
header.scrolled .brand img{ height:40px; }

/* wordmark טקסטואלי Mike2B AI (מותג המטריה) */
.brand.wordmark{ gap:0; line-height:1; direction:ltr; }
.wordmark .wm{
  font-family:var(--f-display); font-weight:900; letter-spacing:-.01em;
  font-size:1.72rem; transition:font-size .4s ease; white-space:nowrap;
  background:var(--gold-grad); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.wordmark .wm .ai{ font-family:var(--f-num); font-weight:700; letter-spacing:.02em; }
header.scrolled .wordmark .wm{ font-size:1.42rem; }

.navlinks{ display:flex; align-items:center; gap:30px; margin-inline-start:auto; }
.navlinks a{
  font-family:var(--f-sub); font-weight:500; font-size:.98rem;
  color:var(--cream); position:relative; padding:4px 0;
  transition:color .3s ease;
}
.navlinks a::after{
  content:""; position:absolute; inset-inline:0; bottom:-2px; height:1px;
  background:var(--gold-grad); transform:scaleX(0); transform-origin:center;
  transition:transform .3s ease;
}
.navlinks a:hover{ color:var(--gold-bright); }
.navlinks a:hover::after,.navlinks a.active::after{ transform:scaleX(1); }
.navlinks a.active{ color:var(--gold-bright); }

/* ===== תפריט נפתח "מקצוענים AI" ===== */
.navitem{ position:relative; }
.navtoggle{
  font-family:var(--f-sub); font-weight:500; font-size:.98rem;
  color:var(--cream); background:none; border:none; cursor:pointer;
  padding:4px 0; display:inline-flex; align-items:center; gap:6px;
  position:relative; transition:color .3s ease;
}
.navtoggle::after{
  content:""; position:absolute; inset-inline:0; bottom:-2px; height:1px;
  background:var(--gold-grad); transform:scaleX(0); transform-origin:center;
  transition:transform .3s ease;
}
.navtoggle:hover{ color:var(--gold-bright); }
.navitem:hover .navtoggle::after,
.navitem.active .navtoggle::after{ transform:scaleX(1); }
.navitem.active > .navtoggle{ color:var(--gold-bright); }
.navtoggle .caret{
  font-size:.7em; line-height:1; margin-top:1px;
  transition:transform .3s ease; color:var(--gold);
}
.navitem:hover .navtoggle .caret,
.navtoggle[aria-expanded="true"] .caret{ transform:rotate(180deg); }

/* submenu dropdown — Gold Noir */
.submenu{
  position:absolute; top:calc(100% + 14px); inset-inline-end:0; min-width:186px;
  display:flex; flex-direction:column; padding:8px;
  background:rgba(12,12,18,.94);
  backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
  border:1px solid var(--hair-strong); border-radius:14px;
  box-shadow:0 18px 44px rgba(0,0,0,.55), 0 0 0 1px rgba(246,216,154,.05) inset;
  opacity:0; visibility:hidden; transform:translateY(-8px);
  transition:opacity .28s ease, transform .28s ease, visibility 0s .28s;
  z-index:60;
}
.submenu::before{
  content:""; position:absolute; top:-1px; inset-inline:14px; height:1px;
  background:var(--gold-line);
}
.navitem:hover .submenu,
.navitem.open .submenu{ opacity:1; visibility:visible; transform:translateY(0);
  transition:opacity .28s ease, transform .28s ease, visibility 0s 0s; }
.submenu a{
  font-family:var(--f-sub); font-weight:500; font-size:.94rem;
  color:var(--cream); text-align:start; padding:11px 14px; border-radius:9px;
  transition:color .25s ease, background .25s ease; white-space:nowrap;
}
.submenu a::after{ display:none; }
.submenu a:hover{ color:#08080C; background:var(--gold-grad); }
.submenu a.active{ color:var(--gold-bright); background:rgba(230,185,104,.08); }
.submenu a.active:hover{ color:#08080C; }

.nav .cta{ --p:13px 26px; font-size:.92rem; box-shadow:none; }

/* burger */
.burger{
  display:none; flex-direction:column; gap:5px; cursor:pointer;
  background:none; border:none; padding:6px; margin-inline-start:auto;
}
.burger span{ width:26px; height:2px; background:var(--gold); border-radius:2px;
  transition:transform .3s ease, opacity .3s ease; }
.burger.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity:0; }
.burger.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* כפתור CTA אחד בלבד בכל רוחב:
   דסקטופ = js-nav-cta (בהדר) · מובייל = ה-cta שבתוך navlinks (המגירה) */
.navlinks > .cta{ display:none; }
.nav > .cta.js-nav-cta{ display:inline-flex; }

@media(max-width:860px){
  .burger{ display:flex; }
  .nav > .cta.js-nav-cta{ display:none; }
  .navlinks > .cta{ display:inline-flex; }
  .navlinks{
    position:fixed; inset:0 0 auto 0; top:0; flex-direction:column; gap:0;
    background:rgba(8,8,12,.97); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
    padding:96px 24px 30px; margin:0;
    transform:translateY(-100%); transition:transform .4s cubic-bezier(.22,1,.36,1);
    border-bottom:1px solid var(--hair);
  }
  .navlinks.open{ transform:translateY(0); }
  .navlinks a{ width:100%; text-align:center; padding:16px 0; font-size:1.14rem;
    border-bottom:1px solid var(--hair); }
  .navlinks a::after{ display:none; }
  .navlinks .cta{ margin-top:20px; --p:16px 32px; }
  .navlinks .cta::after{ display:none; }

  /* accordion "מקצוענים AI" בתוך המגירה */
  .navitem{ width:100%; position:static; }
  .navtoggle{
    width:100%; justify-content:center; padding:16px 0; font-size:1.14rem;
    border-bottom:1px solid var(--hair);
  }
  .navtoggle::after{ display:none; }
  .navitem.active > .navtoggle{ color:var(--gold-bright); }
  .submenu{
    position:static; inset:auto; min-width:0; width:100%;
    background:rgba(230,185,104,.05); backdrop-filter:none; -webkit-backdrop-filter:none;
    border:none; border-radius:0; box-shadow:none; padding:0;
    opacity:1; visibility:visible; transform:none; overflow:hidden;
    max-height:0; transition:max-height .34s cubic-bezier(.22,1,.36,1);
  }
  .submenu::before{ display:none; }
  .navitem.open .submenu{ max-height:280px; }
  .submenu a{
    text-align:center; font-size:1.02rem; padding:14px 0; border-radius:0;
    color:var(--cream-muted); border-bottom:1px solid var(--hair);
  }
  .submenu a:hover,.submenu a:active{ background:none; color:var(--gold-bright); }
  .submenu a.active{ background:none; color:var(--gold-bright); }
}

/* ========== HERO (עמוד פנימי + בית) ========== */
.hero{
  position:relative; min-height:92vh;
  display:flex; align-items:center;
  padding:150px 0 90px; overflow:hidden;
}
.hero.short{ min-height:auto; padding:180px 0 96px; }
.hero-bg{
  position:absolute; inset:0; z-index:0;
  background:url("assets/hero-club-wide.png") center right / cover no-repeat;
  opacity:.30;
}
.hero-bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, var(--noir) 26%, rgba(8,8,12,.72) 55%, rgba(8,8,12,.35) 100%);
}
.hero .glow.g1{ width:640px; height:640px; top:-160px; inset-inline-start:-160px;
  background:radial-gradient(circle,rgba(230,185,104,.30),transparent 70%); opacity:.7; }
.hero-inner{ position:relative; z-index:2; max-width:820px; }
.hero .kicker{ margin-bottom:26px; }
.hero h1{
  font-size:clamp(2.4rem,6vw,4.4rem); font-weight:900;
  line-height:1.1; letter-spacing:-.02em; margin-bottom:26px;
}
.hero h1 .l2{ display:block; }
.hero-sub{
  font-size:clamp(1.06rem,2.1vw,1.26rem); font-weight:300;
  color:var(--cream); max-width:640px; margin-bottom:20px; line-height:1.72;
}
.hero-sub b{ color:var(--gold-bright); font-weight:500; }
.hero-base{ font-size:.98rem; font-weight:300; color:var(--cream-muted); max-width:600px; margin-bottom:30px; }
.hero-base b{ color:var(--gold); font-weight:500; }
.hero-status{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--f-sub); font-weight:500; font-size:.94rem;
  color:var(--gold-bright); margin-bottom:28px;
}
.hero-status::before{ content:""; width:8px; height:8px; border-radius:50%;
  background:var(--gold); box-shadow:0 0 12px var(--gold); animation:blink 2s ease-in-out infinite; }
.hero-cta-row{ display:flex; flex-wrap:wrap; align-items:center; gap:16px 22px; }
.hero-trust{ font-size:.9rem; color:var(--cream-muted); }
.hero-trust b{ color:var(--gold); font-weight:600; }

@keyframes blink{ 50%{ opacity:.35; } }

/* countdown (club) */
.count-wrap{ margin:34px 0 30px; }
.count-label{
  font-family:var(--f-sub); font-weight:600; font-size:.72rem;
  letter-spacing:.26em; text-transform:uppercase; color:var(--gold);
  margin-bottom:14px; display:flex; align-items:center; gap:10px;
}
.count-label::before{ content:""; width:8px; height:8px; border-radius:50%;
  background:var(--gold); box-shadow:0 0 12px var(--gold); animation:blink 2s ease-in-out infinite; }
.countdown{
  display:inline-flex; align-items:stretch;
  border:1px solid var(--hair-strong); border-radius:16px;
  background:transparent;
  overflow:hidden; box-shadow:0 24px 50px -30px rgba(0,0,0,.85);
}
.cd-cell{ padding:16px 22px; text-align:center; position:relative; min-width:78px; }
.cd-cell + .cd-cell::before{ content:""; position:absolute; inset-inline-start:0; top:18%; bottom:18%;
  width:1px; background:var(--hair); }
.cd-num{ font-family:var(--f-num); font-weight:700; font-size:2.3rem; line-height:1;
  color:var(--gold-bright); letter-spacing:.02em; }
.cd-lbl{ font-family:var(--f-sub); font-size:.62rem; letter-spacing:.18em; text-transform:uppercase;
  color:var(--cream-muted); margin-top:8px; }
@media(max-width:520px){
  .cd-cell{ padding:13px 14px; min-width:60px; }
  .cd-num{ font-size:1.7rem; }
}

/* ========== SECTION HEAD כללי ========== */
.sec-head{ max-width:820px; margin-bottom:44px; }
.sec-head.center{ text-align:center; margin-inline:auto; }
.sec-head h2{ font-size:clamp(1.9rem,4.2vw,3rem); margin-bottom:18px; }
.sec-head .lead{ font-size:1.12rem; font-weight:300; color:var(--cream-muted); }
.sec p.body{ font-size:1.1rem; font-weight:300; color:var(--cream); max-width:820px;
  margin-bottom:22px; line-height:1.8; }
.sec p.body b{ color:var(--gold-bright); font-weight:500; }
.punch{
  font-family:var(--f-display); font-weight:700;
  font-size:clamp(1.4rem,3vw,2rem); line-height:1.4;
  color:var(--cream); max-width:860px; margin:26px 0; }
.punch b{ color:var(--gold-bright); }

/* פסקאות לפני/אחרי */
.beforeafter{ display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:920px; margin:10px 0 20px; }
.ba-card{
  padding:32px 30px; border-radius:18px;
  background:transparent;
  border:1px solid var(--hair);
}
.ba-card.after{ border-top:2px solid var(--gold-deep); }
.ba-card .balbl{ font-family:var(--f-sub); font-weight:600; font-size:.72rem;
  letter-spacing:.2em; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
.ba-card p{ font-size:1.04rem; font-weight:300; color:var(--cream); line-height:1.75; }
@media(max-width:760px){ .beforeafter{ grid-template-columns:1fr; } }

/* ========== רשימת בולטים (סימון + / ›) ========== */
.bullets{ list-style:none; max-width:860px; margin:28px 0; display:grid; gap:16px; }
.bullets li{ position:relative; padding-inline-start:34px; font-size:1.06rem;
  font-weight:300; color:var(--cream); line-height:1.7; }
.bullets li b{ color:var(--gold-bright); font-weight:600; }
.bullets li::before{ content:"›"; position:absolute; inset-inline-start:0; top:-1px;
  font-family:var(--f-num); font-weight:700; font-size:1.4rem; color:var(--gold); }

/* painlist (עמוד סדנאות/ליווי) */
.painlist{ list-style:none; max-width:860px; margin:34px 0; display:grid; gap:18px; }
.painlist li{
  position:relative; padding:20px 26px;
  border-inline-start:2px solid var(--gold-deep);
  background:transparent;
  border-radius:0 12px 12px 0;
  font-size:1.04rem; font-weight:300; color:var(--cream);
}
.painlist li b{ color:var(--gold-bright); font-weight:600; }

/* ========== סולם ההצעות (עמוד בית) ========== */
.ladder .glow{ width:600px; height:600px; top:12%; inset-inline-end:-200px;
  background:radial-gradient(circle,rgba(230,185,104,.20),transparent 70%); opacity:.55; }
.lcards{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:52px; }
.lcard{
  position:relative; display:flex; flex-direction:column;
  padding:34px 28px 30px; border-radius:20px;
  background:transparent;
  border:1px solid var(--hair);
  box-shadow:0 24px 50px -30px rgba(0,0,0,.85);
  transition:transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}
.lcard:hover{ transform:translateY(-6px); border-color:var(--hair-strong);
  box-shadow:0 30px 60px -30px rgba(230,185,104,.28); }
.lcard.featured{
  border-color:var(--gold-deep);
  background:transparent;
  box-shadow:0 0 0 1px rgba(230,185,104,.28) inset, 0 34px 66px -30px rgba(230,185,104,.35);
}
.lcard.featured::before{
  content:"מומלץ להתחלה"; position:absolute; top:-13px; inset-inline-start:50%;
  transform:translateX(50%);
  font-family:var(--f-sub); font-weight:700; font-size:.66rem; letter-spacing:.16em;
  text-transform:uppercase; color:#08080C; background:var(--gold-grad);
  padding:6px 16px; border-radius:999px; white-space:nowrap;
  box-shadow:0 8px 20px -6px rgba(230,185,104,.5);
}
.lcard .lnum{ font-family:var(--f-num); font-weight:700; font-size:1rem; color:var(--gold-deep);
  letter-spacing:.1em; margin-bottom:12px; }
.lcard h3{ font-size:1.42rem; margin-bottom:12px; color:var(--cream); }
.lcard .ltag{ font-family:var(--f-sub); font-weight:600; color:var(--gold-bright);
  font-size:1rem; margin-bottom:10px; }
.lcard p{ font-size:.98rem; font-weight:300; color:var(--cream-muted); line-height:1.7; flex-grow:1; }
.lcard .lprice{ font-family:var(--f-num); font-weight:700; font-size:1.3rem; color:var(--gold-bright);
  margin:18px 0 6px; }
.lcard .lprice .cur{ font-size:.7em; }
.lcard .lnote{ font-size:.86rem; color:var(--cream-muted); font-weight:300; margin-bottom:18px; }
.lcard .lcta{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  margin-top:auto; padding:13px 20px; border-radius:999px;
  font-family:var(--f-sub); font-weight:600; font-size:.94rem;
  border:1.5px solid var(--hair-strong); color:var(--gold-bright);
  transition:border-color .3s ease, background .3s ease;
}
.lcard .lcta:hover{ border-color:var(--gold); background:rgba(230,185,104,.08); }
.lcard.featured .lcta{ background:var(--gold-grad); color:#08080C; border-color:transparent; }
.lcard.featured .lcta:hover{ box-shadow:0 12px 30px -8px rgba(230,185,104,.55); }
@media(max-width:980px){ .lcards{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ .lcards{ grid-template-columns:1fr; } }

/* ========== "מה זה" בולטים (עמוד בית) ========== */
.whatgrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; margin-top:40px; }
.whatcard{
  padding:30px 28px; border-radius:18px;
  background:transparent;
  border:1px solid var(--hair);
}
.whatcard h4{ font-size:1.2rem; margin-bottom:10px; color:var(--gold-bright); }
.whatcard p{ font-size:1rem; font-weight:300; color:var(--cream-muted); line-height:1.7; }
@media(max-width:760px){ .whatgrid{ grid-template-columns:1fr; } }

/* ========== OFFER cards (מה מקבלים - ליווי/מועדון) ========== */
.ocards{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:44px; }
.ocard{
  position:relative; padding:38px 30px 34px;
  background:transparent;
  border:1px solid var(--hair); border-radius:20px;
  box-shadow:0 24px 50px -30px rgba(0,0,0,.85);
  transition:transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}
.ocard::after{ content:""; position:absolute; top:0; left:14%; right:14%; height:1px; background:var(--gold-line); }
.ocard:hover{ transform:translateY(-6px); border-color:var(--hair-strong);
  box-shadow:0 30px 60px -30px rgba(230,185,104,.28); }
/* אייקוני PNG: רק האלמנט הזהב, רקע שקוף אמיתי (הרקע הכהה הוסר מהקבצים). */
.ocard .ico{ width:88px; height:88px; margin-bottom:20px;
  background:transparent; border:none; }
.ocard .ico img{ width:100%; height:100%; object-fit:contain;
  filter:drop-shadow(0 6px 18px rgba(230,185,104,.4)); }
.ocard .eico{ font-size:2.6rem; margin-bottom:16px; display:block;
  background:transparent; border:none;
  filter:drop-shadow(0 4px 14px rgba(230,185,104,.4)); }
.ocard h3{ font-size:1.32rem; margin-bottom:12px; color:var(--cream); }
.ocard p{ font-size:1rem; font-weight:300; color:var(--cream-muted); line-height:1.7; }
.ocards.four{ grid-template-columns:repeat(2,1fr); }
@media(max-width:900px){ .ocards,.ocards.four{ grid-template-columns:1fr; } }

/* value stack + price (club) */
.value{ margin-top:64px; display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center; }
.value .stack h3{ font-size:1.6rem; margin-bottom:22px; color:var(--cream); }
.stacklist{ list-style:none; display:grid; gap:14px; }
.stacklist li{ position:relative; padding-inline-start:32px; font-size:1.04rem;
  font-weight:300; color:var(--cream); }
.stacklist li::before{ content:"+"; position:absolute; inset-inline-start:0; top:-1px;
  font-family:var(--f-num); font-weight:700; font-size:1.3rem; color:var(--gold); }
.pricebox{
  text-align:center; padding:44px 34px;
  background:transparent;
  border:1px solid var(--hair-strong); border-radius:22px;
  box-shadow:0 30px 60px -30px rgba(0,0,0,.9);
  position:relative; overflow:hidden;
}
.pricebox::after{ content:""; position:absolute; top:0; left:20%; right:20%; height:1px; background:var(--gold-line); }
.pricebox .pk{ font-family:var(--f-sub); font-weight:600; font-size:.72rem;
  letter-spacing:.24em; text-transform:uppercase; color:var(--cream-muted); margin-bottom:14px; }
.price-big{ font-family:var(--f-num); font-weight:700; line-height:1;
  font-size:clamp(4rem,10vw,6rem); }
.price-big .cur{ font-size:.5em; vertical-align:.28em; }
.price-per{ font-family:var(--f-sub); font-size:1rem; color:var(--cream-muted); margin-top:6px; }
.price-line{ font-family:var(--f-display); font-style:italic; font-weight:500;
  color:var(--gold-bright); font-size:1.16rem; margin-top:18px; }
.price-line2{ font-size:.94rem; color:var(--cream-muted); margin-top:6px; font-weight:300; }
@media(max-width:900px){ .value{ grid-template-columns:1fr; gap:34px; } }

/* ========== PROOF NOTE ========== */
.proof-note{
  margin-top:36px; padding:26px 30px;
  border:1px dashed var(--hair-strong); border-radius:16px;
  background:transparent;
  display:flex; align-items:center; gap:18px; max-width:820px;
}
.proof-note .badge{
  flex-shrink:0; font-family:var(--f-sub); font-weight:700; font-size:.72rem;
  letter-spacing:.16em; text-transform:uppercase; color:#08080C;
  background:var(--gold-grad); padding:8px 16px; border-radius:999px;
}
.proof-note span:last-child{ font-size:.98rem; color:var(--cream-muted); font-weight:300; }

/* ========== FOUNDERS / EVENT (club) ========== */
.fcards{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin:44px 0 52px; }
.fcard{
  padding:34px 28px; border-radius:18px;
  background:transparent;
  border:1px solid var(--hair);
  border-top:2px solid var(--gold-deep);
}
.fcard .fnum{ font-family:var(--f-num); font-weight:700; font-size:2.4rem;
  color:var(--gold); line-height:1; margin-bottom:16px; }
.fcard h3{ font-size:1.24rem; margin-bottom:12px; color:var(--cream); }
.fcard p{ font-size:1rem; font-weight:300; color:var(--cream-muted); line-height:1.7; }
.eventcard{
  display:flex; align-items:center; justify-content:center; gap:20px 40px; flex-wrap:wrap;
  padding:32px 40px; border-radius:18px;
  background:transparent;
  border:1px solid var(--hair-strong);
  box-shadow:0 24px 50px -30px rgba(0,0,0,.85);
  text-align:center;
}
.eventcard .ev-item .k{ font-family:var(--f-sub); font-size:.66rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--cream-muted); margin-bottom:6px; }
.eventcard .ev-item .v{ font-family:var(--f-num); font-weight:700; font-size:1.6rem; color:var(--gold-bright); }
.eventcard .ev-sep{ width:1px; height:40px; background:var(--hair); }
@media(max-width:640px){ .eventcard .ev-sep{ display:none; } }
@media(max-width:900px){ .fcards{ grid-template-columns:1fr; } }

/* ========== STEPS ========== */
.steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:900px;
  margin:0 auto 52px; }
.step{ text-align:center; padding:26px 20px; }
.step .sn{ width:48px; height:48px; margin:0 auto 16px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-family:var(--f-num); font-weight:700; font-size:1.4rem; color:#08080C;
  background:var(--gold-grad); box-shadow:0 8px 22px -6px rgba(230,185,104,.5); }
.step h4{ font-size:1.08rem; margin-bottom:8px; color:var(--cream); }
.step p{ font-size:.94rem; font-weight:300; color:var(--cream-muted); line-height:1.6; }
@media(max-width:900px){ .steps{ grid-template-columns:1fr; } }

/* ========== JOIN / FORM ========== */
.join{ position:relative; overflow:hidden; }
.join .glow{ width:600px; height:600px; top:-140px; inset-inline-end:-180px;
  background:radial-gradient(circle,rgba(230,185,104,.24),transparent 70%); opacity:.6; }
.join .head{ text-align:center; max-width:760px; margin-inline:auto; margin-bottom:48px; }
.join h2{ font-size:clamp(1.9rem,4.2vw,3rem); margin-bottom:20px; }
.join .head p{ font-size:1.1rem; font-weight:300; color:var(--cream-muted); }

.formcard{
  max-width:580px; margin-inline:auto;
  padding:44px 40px; border-radius:24px;
  background:transparent;
  border:1px solid var(--hair-strong);
  box-shadow:0 40px 80px -40px rgba(0,0,0,.9);
  position:relative;
}
.formcard::after{ content:""; position:absolute; top:0; left:16%; right:16%; height:1px; background:var(--gold-line); }
.formcard h3{ font-size:1.5rem; text-align:center; margin-bottom:8px; color:var(--cream); }
.formcard .fnote{ text-align:center; color:var(--cream-muted); font-size:.94rem; font-weight:300; margin-bottom:28px; }
.field{ margin-bottom:22px; }
.field label{ display:block; font-family:var(--f-sub); font-size:.8rem; font-weight:600;
  letter-spacing:.06em; color:var(--cream-muted); margin-bottom:8px; }
.field input,.field textarea{
  width:100%; background:transparent; border:none;
  border-bottom:1.5px solid var(--hair-strong);
  padding:12px 4px; font-family:var(--f-body); font-size:1.06rem; color:var(--cream);
  transition:border-color .3s ease; resize:vertical;
}
.field textarea{ min-height:88px; line-height:1.6; }
.field input::placeholder,.field textarea::placeholder{ color:rgba(169,162,144,.5); }
.field input:focus,.field textarea:focus{ outline:none; border-bottom-color:var(--gold); }
.hp{ position:absolute; left:-9999px; opacity:0; height:0; overflow:hidden; }
.form-cta{ width:100%; margin-top:8px; }
.formmsg{ margin-top:18px; text-align:center; font-size:.96rem; display:none; }
.formmsg.ok{ display:block; color:var(--gold-bright); }
.formmsg.err{ display:block; color:#F0A48A; }
.formfine{ text-align:center; font-size:.82rem; color:var(--cream-muted);
  font-weight:300; margin-top:18px; line-height:1.6; }
.contactline{ text-align:center; margin-top:22px; font-size:1rem; color:var(--cream-muted); font-weight:300; }
.contactline a{ color:var(--gold); font-weight:600; direction:ltr; unicode-bidi:embed; display:inline-block; }

.askbox{ max-width:580px; margin:30px auto 0; text-align:center;
  font-size:.98rem; font-weight:300; color:var(--cream-muted); }
.askbox a{ color:var(--gold); font-weight:600; }

/* ========== FAQ ========== */
.faqsec .head{ text-align:center; max-width:720px; margin-inline:auto; margin-bottom:46px; }
.faqsec h2{ font-size:clamp(1.9rem,4.2vw,2.8rem); }
.faqlist{ max-width:800px; margin-inline:auto; }
.faq{ border-bottom:1px solid var(--hair); }
.faq q{ display:flex; align-items:center; justify-content:space-between; gap:18px;
  cursor:pointer; padding:26px 4px; font-family:var(--f-display); font-weight:700;
  font-size:1.16rem; color:var(--cream); transition:color .3s ease; }
.faq q::before,.faq q::after{ content:none; }
.faq q:hover{ color:var(--gold-bright); }
.faq .plus{ flex-shrink:0; font-family:var(--f-num); font-weight:500; font-size:1.8rem;
  color:var(--gold); line-height:1; transition:transform .35s ease; }
.faq.open .plus{ transform:rotate(45deg); }
.faq .a{ max-height:0; overflow:hidden; transition:max-height .45s ease; }
.faq .a p{ padding:0 4px 26px; font-size:1rem; font-weight:300; color:var(--cream-muted); line-height:1.8; }

/* ========== CLOSING ========== */
.closing{ text-align:center; position:relative; overflow:hidden; }
.closing .glow{ width:680px; height:680px; top:50%; left:50%; transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(230,185,104,.18),transparent 70%); }
.closing h2{ font-size:clamp(2rem,5vw,3.4rem); max-width:820px; margin:0 auto 30px; }
.closing p{ font-size:1.12rem; font-weight:300; color:var(--cream); max-width:680px;
  margin:0 auto 18px; line-height:1.8; }
.closing p b{ color:var(--gold-bright); font-weight:500; }
.closing .cta{ margin-top:16px; }

/* ========== FOOTER ========== */
footer{ padding:64px 0 100px; border-top:1px solid var(--hair); text-align:center; position:relative; z-index:2; }
footer .flogo img{ height:96px; width:auto; margin:0 auto 22px; opacity:.95; }
footer .fwordmark{ margin:0 auto 24px; direction:ltr; line-height:1; }
footer .fwordmark .wm{ font-family:var(--f-display); font-weight:900; letter-spacing:-.01em;
  font-size:2rem; background:var(--gold-grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
footer .fwordmark .wm .ai{ font-family:var(--f-num); font-weight:700; letter-spacing:.02em; }
.footnav{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px 26px; margin-bottom:24px; }
.footnav a{ font-family:var(--f-sub); font-weight:500; font-size:.96rem; color:var(--cream);
  transition:color .3s ease; }
.footnav a:hover{ color:var(--gold-bright); }
footer .fby{ font-size:.9rem; color:var(--cream-muted); font-weight:300; }
footer .fby b{ color:var(--gold); font-weight:600; }
footer .fkosher{ margin-top:8px; font-size:.82rem; color:var(--gold); font-weight:500; letter-spacing:.02em; opacity:.85; }
footer .flinks{ margin-top:14px; font-size:.86rem; color:var(--cream-muted); }
footer .flinks a{ color:var(--gold); }
footer .fcopy{ margin-top:20px; font-size:.78rem; color:rgba(169,162,144,.6); }

/* ========== באנר בונוס הרשמה מוקדמת ========== */
.bonus-strip{
  display:flex; align-items:center; justify-content:center; gap:12px 18px; flex-wrap:wrap;
  margin:26px 0 0; padding:16px 24px;
  border:1px solid var(--hair-strong); border-radius:14px;
  background:transparent; position:relative; overflow:hidden;
  text-align:center;
}
.bonus-strip::before{
  content:""; position:absolute; top:0; left:12%; right:12%; height:1px; background:var(--gold-line);
}
.bonus-strip .btag{
  flex-shrink:0; font-family:var(--f-sub); font-weight:700; font-size:.68rem;
  letter-spacing:.16em; text-transform:uppercase; color:#08080C;
  background:var(--gold-grad); padding:7px 15px; border-radius:999px; white-space:nowrap;
}
.bonus-strip .btext{ font-size:.98rem; font-weight:300; color:var(--cream); line-height:1.6; }
.bonus-strip .btext b{ color:var(--gold-bright); font-weight:600; }
.bonus-strip.hero-bonus{ display:inline-flex; max-width:640px; margin-top:30px; }

/* ========== המערכות שלנו (2B4 + xSITE) ========== */
.systems{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:44px; }
.syscard{
  display:flex; flex-direction:column;
  padding:38px 32px; border-radius:20px;
  background:transparent; border:1px solid var(--hair);
  box-shadow:0 24px 50px -30px rgba(0,0,0,.85);
  transition:transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}
.syscard:hover{ transform:translateY(-6px); border-color:var(--hair-strong);
  box-shadow:0 30px 60px -30px rgba(230,185,104,.28); }
.syscard .sysname{ font-family:var(--f-display); font-weight:700; font-size:1.5rem;
  color:var(--gold-bright); margin-bottom:6px; }
.syscard .systag{ font-family:var(--f-sub); font-weight:600; font-size:.82rem;
  letter-spacing:.06em; color:var(--gold); margin-bottom:14px; }
.syscard p{ font-size:1rem; font-weight:300; color:var(--cream-muted); line-height:1.7; flex-grow:1; }
.syscard .syscta{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  margin-top:20px; padding:13px 22px; border-radius:999px; align-self:flex-start;
  font-family:var(--f-sub); font-weight:600; font-size:.94rem;
  border:1.5px solid var(--hair-strong); color:var(--gold-bright);
  transition:border-color .3s ease, background .3s ease;
}
.syscard .syscta:hover{ border-color:var(--gold); background:rgba(230,185,104,.08); }
@media(max-width:760px){ .systems{ grid-template-columns:1fr; } }

/* ========== STICKY MOBILE CTA (club) ========== */
.sticky{
  position:fixed; inset-inline:0; bottom:0; z-index:95;
  display:none; align-items:center; justify-content:space-between; gap:14px;
  padding:12px 18px;
  background:rgba(8,8,12,.94); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-top:1px solid var(--hair-strong);
}
.sticky .sp{ display:flex; flex-direction:column; line-height:1.2; }
.sticky .sp .sprice{ font-family:var(--f-num); font-weight:700; font-size:1.4rem; color:var(--gold-bright); }
.sticky .sp .sper{ font-size:.72rem; color:var(--cream-muted); }
.sticky .cta{ --p:14px 24px; font-size:.94rem; box-shadow:none; }
@media(max-width:760px){ .sticky.on{ display:flex; } }

/* ========== CTA אמצע-עמוד (בין סקשנים, אלגנטי וממורכז) ========== */
.midcta{ display:flex; justify-content:center; margin-top:40px; }
.midcta .cta{ --p:18px 40px; font-size:1.02rem; }
@media(max-width:520px){ .midcta .cta{ --p:16px 30px; font-size:.96rem; width:100%; max-width:360px; } }

/* reveal */
.rv{ opacity:0; transform:translateY(26px); transition:opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.rv.in{ opacity:1; transform:none; }
.rv.d1{ transition-delay:.08s; } .rv.d2{ transition-delay:.16s; }
.rv.d3{ transition-delay:.24s; } .rv.d4{ transition-delay:.32s; }

/* ========== RESPONSIVE כללי ========== */
@media(max-width:900px){
  .sec{ padding:80px 0; }
  .hero-bg{ opacity:.20; }
  .hero-bg::after{ background:linear-gradient(180deg, rgba(8,8,12,.5), var(--noir) 70%); }
}
@media(max-width:640px){
  .wrap{ padding-inline:20px; }
  .hero{ padding-top:130px; }
  .hero.short{ padding-top:150px; }
  .formcard{ padding:34px 24px; }
  .eventcard{ padding:26px 24px; }
}

/* ========== שלושת השערים (דף בית מטריה) ========== */
.gates{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:52px; }
.gate{
  position:relative; display:flex; flex-direction:column;
  padding:40px 32px 34px; border-radius:22px;
  background:transparent; border:1px solid var(--hair);
  box-shadow:0 24px 50px -30px rgba(0,0,0,.85);
  transition:transform .4s ease, border-color .4s ease, box-shadow .4s ease;
  overflow:hidden;
}
.gate::after{ content:""; position:absolute; top:0; left:16%; right:16%; height:1px; background:var(--gold-line); }
.gate:hover{ transform:translateY(-6px); border-color:var(--hair-strong);
  box-shadow:0 30px 60px -30px rgba(230,185,104,.28); }
.gate .glbl{ font-family:var(--f-sub); font-weight:600; font-size:.72rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--gold); margin-bottom:16px; }
.gate .gemoji{ font-size:2.5rem; margin-bottom:16px; display:block; line-height:1;
  background:transparent; border:none;
  filter:drop-shadow(0 4px 14px rgba(230,185,104,.4)); }
.gate h3{ font-size:1.5rem; margin-bottom:14px; color:var(--cream); }
.gate .gsub{ font-family:var(--f-sub); font-weight:600; color:var(--gold-bright);
  font-size:1.02rem; margin-bottom:12px; }
.gate p{ font-size:.99rem; font-weight:300; color:var(--cream-muted); line-height:1.72; flex-grow:1; }
.gate .gcta{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  margin-top:24px; padding:14px 22px; border-radius:999px;
  font-family:var(--f-sub); font-weight:700; font-size:.96rem;
  border:1.5px solid var(--hair-strong); color:var(--gold-bright);
  transition:border-color .3s ease, background .3s ease;
}
.gate .gcta:hover{ border-color:var(--gold); background:rgba(230,185,104,.08); }
.gate.featured{ border-color:var(--gold-deep);
  box-shadow:0 0 0 1px rgba(230,185,104,.26) inset, 0 34px 66px -30px rgba(230,185,104,.32); }
.gate.featured .gcta{ background:var(--gold-grad); color:#08080C; border-color:transparent; }
.gate.featured .gcta:hover{ box-shadow:0 12px 30px -8px rgba(230,185,104,.55); }
@media(max-width:940px){ .gates{ grid-template-columns:1fr; } }

/* ========== בלוק 2B4 בולט (דף בית) ========== */
.feature2b4{ position:relative; overflow:hidden; }
.feature2b4 .glow{ width:620px; height:620px; top:-140px; inset-inline-end:-180px;
  background:radial-gradient(circle,rgba(230,185,104,.22),transparent 70%); opacity:.6; }
.b4wrap{
  display:grid; grid-template-columns:1.15fr .85fr; gap:48px; align-items:center;
  padding:52px 48px; border-radius:26px;
  background:transparent; border:1px solid var(--hair-strong);
  box-shadow:0 40px 80px -40px rgba(0,0,0,.9); position:relative;
}
.b4wrap::after{ content:""; position:absolute; top:0; left:22%; right:22%; height:1px; background:var(--gold-line); }
.b4text .b4tag{ font-family:var(--f-sub); font-weight:600; font-size:.74rem; letter-spacing:.22em;
  text-transform:uppercase; color:var(--gold); margin-bottom:16px; display:inline-flex; align-items:center; gap:12px; }
.b4text .b4tag::before{ content:""; width:30px; height:1px; background:var(--gold-line); }
.b4text h2{ font-size:clamp(1.8rem,3.8vw,2.6rem); margin-bottom:16px; color:var(--cream); }
.b4text h2 .gtext{ display:inline; }
.b4text p{ font-size:1.06rem; font-weight:300; color:var(--cream-muted); line-height:1.75; margin-bottom:24px; }
.b4text p b{ color:var(--gold-bright); font-weight:500; }
.b4side{ text-align:center; padding:36px 30px; border-radius:20px;
  border:1px solid var(--hair); background:transparent; position:relative; }
.b4side .b4name{ font-family:var(--f-num); font-weight:700; font-size:3.4rem; line-height:1;
  background:var(--gold-grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.b4side .b4kind{ font-family:var(--f-sub); font-weight:600; font-size:.8rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--cream-muted); margin-top:12px; }
@media(max-width:860px){ .b4wrap{ grid-template-columns:1fr; gap:32px; padding:38px 28px; } }

/* ========== מיצוב חרדי - שורת שיוך אחת ========== */
.kosher-line{
  display:inline-flex; align-items:center; gap:12px;
  font-family:var(--f-sub); font-weight:500; font-size:.92rem;
  color:var(--gold); letter-spacing:.02em; margin-top:22px;
  padding:9px 18px; border:1px solid var(--hair); border-radius:999px;
  background:transparent;
}
.kosher-line::before{ content:""; width:7px; height:7px; border-radius:50%;
  background:var(--gold); box-shadow:0 0 10px var(--gold); }

/* ========== רשימת "איך זה עובד / למי" (xSITE) - משתמש ב-.painlist/.bullets/.steps הקיימים ========== */
/* פסקת מבוא ממורכזת רכה */
.leadp{ font-size:1.16rem; font-weight:300; color:var(--cream-muted); max-width:760px; line-height:1.75; }
.leadp.center{ text-align:center; margin-inline:auto; }

@media(prefers-reduced-motion:reduce){
  *{ animation:none !important; transition:none !important; }
  .rv{ opacity:1; transform:none; }
  html{ scroll-behavior:auto; }
}
