/* ==========================================================================
   כוכב האירועים — אשדוד
   מבנה: Claude Design · "כוכב האירועים.dc.html"
   פלטה: Light Festive — חול חם + זהב + מג'נטה חגיגית
   מיטוב: מסכים רחבים (1366 / 1920 / 2560) בלי מתיחת תוכן
   ========================================================================== */

:root {
  /* --- משטחים ------------------------------------------------------------ */
  --bg:        #f7efe2;
  --bg-band:   #f0e4d1;
  --bg-soft:   #fbf5ea;
  --bg-card:   #ffffff;
  --bg-footer: #eadcc6;

  /* --- טקסט — כל ערך נבדק מול הרקע שמתחתיו ------------------------------ */
  --text:      #2a1c11;  /* 14.5:1 */
  --text-1:    #4a3626;  /*  9.4:1 — פסקאות מובילות */
  --text-2:    #5c4735;  /*  7.7:1 — גוף טקסט משני */
  --text-3:    #6b5340;  /*  6.2:1 — מטא־דאטה */
  --ink:       #2a1c11;

  /* --- מותג -------------------------------------------------------------- */
  --gold:      #f2a61c;
  --gold-hi:   #ffb733;
  --gold-ink:  #8f5400;
  --gold-soft: #f9e7c4;

  --party:      #be1b5c;
  --party-hi:   #96144a;
  --party-soft: #fbe4ed;

  /* משטחים ואפקטים — כולם טוקנים כדי לשמור על עקביות וניגודיות */
  --hero-glow:   rgba(242, 166, 28, 0.20);
  --hero-bloom:  rgba(190, 27, 92, 0.09);
  --pill-border: color-mix(in srgb, var(--party) 58%, var(--bg));
  --pill-shadow: rgba(190, 27, 92, 0.08);
  --hero-underline: color-mix(in srgb, var(--gold) 72%, transparent);
  --media-scrim:  rgba(42, 28, 17, 0.16);
  --bg-aura-gold: rgba(242, 166, 28, 0.12);
  --bg-aura-party: rgba(190, 27, 92, 0.055);
  --bg-sparkle-gold: rgba(242, 166, 28, 0.26);
  --bg-sparkle-party: rgba(190, 27, 92, 0.16);
  --faq-surface: rgba(255, 255, 255, 0.55);
  --faq-open-wash: rgba(242, 166, 28, 0.11);

  --wa:      #25d366;
  --wa-ink:  #06301a;

  /* --- קווים וצללים ------------------------------------------------------ */
  --line:      rgba(74, 48, 20, 0.10);
  --line-2:    rgba(74, 48, 20, 0.16);
  --line-3:    rgba(74, 48, 20, 0.24);

  --shadow-sm: 0 1px 2px rgba(74, 48, 20, 0.06), 0 2px 8px rgba(74, 48, 20, 0.05);
  --shadow-md: 0 2px 4px rgba(74, 48, 20, 0.06), 0 10px 24px rgba(74, 48, 20, 0.08);
  --shadow-lg: 0 8px 20px rgba(74, 48, 20, 0.10), 0 22px 48px rgba(74, 48, 20, 0.10);

  /* --- מידות ------------------------------------------------------------ */
  --maxw:      1320px;   /* טקסט, כרטיסים, טופס — לא נמתח מעבר לזה ב-2K */
  --maxw-wide: 1520px;   /* גלריה בלבד, מעט רחבה יותר מהטקסט */
  --maxw-read: 900px;    /* שאלות נפוצות — אורך שורה נוח לקריאה */
  --gutter:    clamp(20px, 3.4vw, 64px);

  /* ריווח אנכי דינמי: מצטמצם ב-1080p, נשאר נדיב ב-2K, בלי קפיצות */
  --section-y: clamp(56px, 4.6vw, 112px);
  --section-y-lg: clamp(64px, 5.4vw, 128px);

  /* --- טיפוגרפיה ---------------------------------------------------------- */
  /* נפילה עברית אמיתית לפני sans-serif הגנרי — מונע FOUT לגופן לטיני
     שאין לו כלל תווים עבריים אם Google Fonts איטי או חסום */
  --display: Heebo, 'Segoe UI', 'Noto Sans Hebrew', Arial, sans-serif;
  --body: Assistant, 'Segoe UI', 'Noto Sans Hebrew', Arial, sans-serif;

  --fs-body:   16px;
  --fs-body-lg: clamp(16.5px, 1.05vw, 18px);
  --fs-lead:   clamp(17px, 1.25vw, 20px);
  --fs-h2:     clamp(30px, 2.9vw, 46px);
  --fs-h1:     clamp(38px, 4.4vw, 68px);
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; background: var(--bg); }

/* הפוקוס לא נחבא מתחת להדר הדביק: הריפוד נגזר מגובהו בפועל (JS מעדכן --header-h) */
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h, 80px) + 16px); }

body {
  font-family: var(--body);
  font-size: var(--fs-body);
  line-height: 1.7;
  /* מרווח מילים קל משפר קריאוּת בעברית ולא משפיע על לטינית */
  word-spacing: 0.04em;
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* שכבת עומק חגיגית ועדינה: הגוונים והניצוצות שוברים את המשטח האחיד,
   אך אינם מתחרים בטקסט או בתמונות. */
main {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 7% 7%, var(--bg-aura-gold), transparent 20rem),
    radial-gradient(circle at 92% 24%, var(--bg-aura-party), transparent 24rem),
    radial-gradient(circle at 10% 63%, var(--bg-aura-party), transparent 20rem),
    radial-gradient(circle at 88% 87%, var(--bg-aura-gold), transparent 23rem);
}
main::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    radial-gradient(circle at 1.5px 1.5px, var(--bg-sparkle-gold) 1.4px, transparent 1.7px),
    radial-gradient(circle at 1.2px 1.2px, var(--bg-sparkle-party) 1.1px, transparent 1.5px);
  background-position: 0 0, 96px 148px;
  background-size: 286px 332px, 348px 406px;
  pointer-events: none;
}
main > * { position: relative; z-index: 1; }

a { color: var(--gold-ink); text-decoration: none; }
a:hover { color: var(--party); }
a:active { color: var(--party-hi); }

img { max-width: 100%; }

::selection { background: var(--gold); color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--party);
  outline-offset: 3px;
  border-radius: 6px;
}

/* מעל הכהה של ה-lightbox הוורוד יורד ל-3.0:1 — הזהב הבהיר נותן מעל 8:1 */
.lightbox :focus-visible { outline-color: var(--gold-hi); }

.skip-link {
  position: absolute;
  inset-inline: 0;
  top: -100px;
  margin-inline: auto;
  inline-size: fit-content;
  z-index: 200;
  padding: 14px 26px;
  border-radius: 0 0 14px 14px;
  background: var(--party);
  color: #fff;
  font-weight: 700;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; color: #fff; }

.icon { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; }

/* --- שכבת התנועה ---------------------------------------------------------- */

.confetti { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.hero > *:not(.confetti) { position: relative; z-index: 1; }

.reveal { opacity: 0; transform: translateY(20px); }
.reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .ticker__track { animation: none; }
  .confetti { display: none; }
  .reveal { opacity: 1; transform: none; }
}

/* --- עזרים משותפים -------------------------------------------------------- */

.pad { padding-inline: var(--gutter); }
.wrap { max-width: var(--maxw); margin-inline: auto; }
.wrap--wide { max-width: var(--maxw-wide); }

.section { padding-block: var(--section-y); }
.section--band { background: var(--bg-band); border-block: 1px solid var(--line); }
.section--rule { border-top: 1px solid var(--line); }

.eyebrow {
  margin: 0;
  font-size: 14px;
  /* בלי letter-spacing: תווים עבריים מעוצבים למרווח הטבעי שלהם.
     ה-word-spacing נותן את תחושת ה"תווית" בלי לשבור את הזרימה. */
  word-spacing: 0.14em;
  color: var(--party);
  font-weight: 700;
}

.h2 {
  font-family: var(--display);
  font-weight: 900;
  font-size: var(--fs-h2);
  line-height: 1.22;
  margin: 12px 0 0;
  text-wrap: balance;
}

.link-arrow { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; font-size: var(--fs-body-lg); }

/* --- כפתורים -------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: var(--fs-body-lg);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease,
              box-shadow 0.2s ease, transform 0.12s ease;
}
.btn:active { transform: translateY(1px); }

.btn--gold {
  background: var(--gold);
  color: var(--ink);
  border: 1px solid transparent;
  box-shadow: var(--shadow-sm), 0 0 0 0 var(--hero-glow);
}
.btn--gold:hover { background: var(--gold-hi); color: var(--ink); box-shadow: var(--shadow-md), 0 0 0 5px var(--hero-glow); }

/* ה-CTA הראשי — גדול ובעל נוכחות, כדי שלא יתחרה בו כפתור משני */
.btn--hero { min-height: 58px; padding: 16px 34px; font-size: clamp(17px, 1.1vw, 19px); }

/* משני בכוונה: בלי מילוי, בלי מסגרת כבדה */
.btn--quiet {
  color: var(--text-1);
  border: 1px solid transparent;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: var(--line-3);
  text-decoration-thickness: 1.5px;
}
.btn--quiet:hover { color: var(--party); text-decoration-color: currentColor; }

.btn--outline-gold { border: 1.5px solid var(--gold-ink); color: var(--gold-ink); background: transparent; }
.btn--outline-gold:hover { background: var(--gold-ink); color: #fff; }

/* --- תמונות --------------------------------------------------------------- */

.frame {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--bg-band);
  box-shadow: var(--shadow-md);
  margin: 0;
}

.shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.frame:hover .shot { transform: scale(1.05); }

/* --- כותרת עליונה --------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  /* שלוש עמודות: הלוגו בהתחלה, הניווט ממורכז אמיתית, ה-CTA בקצה.
     1fr משני הצדדים שומר על הניווט במרכז גם כשהצדדים לא שווים ברוחבם. */
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-block: 14px;
  background: rgba(247, 239, 226, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: padding 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.is-scrolled {
  padding-block: 9px;
  box-shadow: var(--shadow-md);
  background: rgba(247, 239, 226, 0.96);
}

.header__end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.2vw, 20px);
  justify-self: end;   /* ערך לוגי — נוחת בשמאל ב-RTL (רלוונטי במצב גריד) */
}

/* יישור הגריד רלוונטי רק כשההדר באמת גריד. מתחת ל-1020px הוא flex
   והתפריט ממוקם אבסולוטית — שם justify-self:center הופך אותו ל-shrink-to-fit
   ומבטל את המתיחה מקצה לקצה. */
@media (min-width: 1021px) {
  .site-header .brand { justify-self: start; }
  .site-header .nav { justify-self: center; }
}

.brand { display: flex; align-items: center; min-height: 44px; gap: 11px; color: inherit; }
.brand:hover { color: inherit; }

.brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--party), var(--party-hi));
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  flex: none;
  box-shadow: var(--shadow-sm);
}

.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name { font-family: var(--display); font-weight: 900; font-size: 20px; }
.brand__tag { font-size: 13px; word-spacing: 0.1em; color: var(--text-3); }

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.7vw, 34px);
  font-size: clamp(15.5px, 0.95vw, 17px);
  font-weight: 600;
}

.nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;   /* "גלריה" קצר מ-44px — שומר על אזור לחיצה תקני */
  color: var(--text-1);
  white-space: nowrap;
}

/* הקו התחתון הוא הסמן הפעיל — נמתח מ-0 גם ב-hover וגם במצב פעיל */
.nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 6px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--party);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav a:hover { color: var(--party); }
.nav a:hover::after { transform: scaleX(0.55); }

.nav a.is-active { color: var(--party); font-weight: 700; }
.nav a.is-active::after { transform: scaleX(1); }

.header__cta { min-height: 46px; padding: 11px 22px; font-size: 16px; white-space: nowrap; }

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line-2);
  border-radius: 12px;
  background: var(--bg-card);
  color: var(--text);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle .icon { width: 24px; height: 24px; }
.nav-toggle:hover { border-color: var(--party); color: var(--party); }

/* --- Hero ----------------------------------------------------------------- */

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 4vw, 64px);
  align-items: center;
  padding-block: var(--section-y-lg);
}

/* שכבת אור עדינה מוסיפה עומק לכניסה, בלי לפגוע בקריאות או בתמונה. */
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block: 8%;
  inset-inline: 0;
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 36%, var(--hero-glow), transparent 30%),
    radial-gradient(circle at 84% 16%, var(--hero-bloom), transparent 28%);
  pointer-events: none;
}

.hero__copy { max-inline-size: 660px; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--pill-border);
  background: var(--party-soft);
  color: var(--party);
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 12px var(--pill-shadow);
}

.hero h1 {
  font-family: var(--display);
  font-weight: 900;
  font-size: var(--fs-h1);
  line-height: 1.15;
  /* שתי שורות מאוזנות דרך הגבלת המידה, לא דרך <br> קשיח שנשבר
     בכל רוחב/גופן אחר. text-wrap: balance מחלק את השאר. */
  max-inline-size: 17ch;
  margin: 20px 0 0;
  text-wrap: balance;
}
.hero h1 em {
  font-style: normal;
  color: var(--party);
  text-decoration: underline;
  text-decoration-color: var(--hero-underline);
  text-decoration-thickness: 0.13em;
  text-underline-offset: 0.13em;
}

.hero__lead {
  font-size: var(--fs-lead);
  line-height: 1.75;
  color: var(--text-1);
  max-width: 46ch;
  margin: 20px 0 0;
  text-wrap: pretty;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 1.4vw, 22px);
  margin-top: 30px;
}

/* הוכחת אמון: מספרים גדולים על משטח לבן, לא שורת טקסט עדינה */
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 1.4vw, 22px);
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.stats li {
  flex: 1 1 150px;
  padding-block: 18px;
  padding-inline: 20px 18px;
  border-radius: 16px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-inline-start: 3px solid var(--gold);
  box-shadow: var(--shadow-sm);
}

.stats__num {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(34px, 2.6vw, 44px);
  line-height: 1;
  color: var(--gold-ink);
  font-variant-numeric: tabular-nums;
}

.stats__label { display: block; font-size: 15px; color: var(--text-2); margin-top: 6px; }

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  font-size: 15.5px;
  color: var(--text-2);
}
.hero__trust-stars { color: var(--gold-ink); letter-spacing: 0.14em; font-size: 15px; }
.hero__trust a { font-weight: 700; }

.hero__media { position: relative; }
.hero__media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inline-size: 78%;
  aspect-ratio: 1;
  inset-block-start: -4%;
  inset-inline-end: -7%;
  border-radius: 50%;
  background: var(--gold-soft);
}
.hero__media-main { aspect-ratio: 4 / 5; border-radius: 24px; box-shadow: var(--shadow-lg); }
.hero__media-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, var(--media-scrim));
  pointer-events: none;
}

.hero__media-inset {
  position: absolute;
  bottom: -26px;
  inset-inline-end: -18px;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 20px;
  border: 5px solid var(--bg);
  box-shadow: var(--shadow-lg);
}

/* --- רצועת שירותים -------------------------------------------------------- */

.ticker {
  position: relative;
  overflow: hidden;
  padding-block: 18px;
  border-block: 1px solid var(--line);
  background: var(--gold-soft);
  font-family: var(--display);
  font-weight: 700;
  font-size: 15px;
  word-spacing: 0.1em;
  color: var(--text-2);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
}

/* פריסת LTR מכוונת: הלולאה חייבת כיוון צפוי, וכל ביטוי עברי מבודד בפני עצמו */
.ticker__track { display: flex; direction: ltr; width: max-content; animation: kohavMarquee 34s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__group { display: flex; align-items: center; gap: 34px; padding-inline-end: 34px; }
.ticker__group span { direction: rtl; unicode-bidi: isolate; }
.ticker__star { color: var(--party); }

@keyframes kohavMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* --- פקד השהיית תנועה (WCAG 2.2.2 Pause, Stop, Hide) --------------------
   תוכן שזז אוטומטית ונמשך מעל 5 שניות חייב מנגנון עצירה נגיש למקלדת,
   לא רק עצירה במעבר עכבר.
   ---------------------------------------------------------------------- */

.motion-toggle {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  transform: translateY(-50%);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--line-3);
  background: var(--bg-card);
  color: var(--gold-ink);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.motion-toggle:hover { border-color: var(--party); color: var(--party); }
.motion-toggle svg { width: 17px; height: 17px; fill: currentColor; }

/* התווית זמינה לקוראי מסך, חבויה ויזואלית */
.motion-toggle__label {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.motion-toggle__play { display: none; }
[data-motion="paused"] .motion-toggle__pause { display: none; }
[data-motion="paused"] .motion-toggle__play { display: block; }
[data-motion="paused"] .ticker__track { animation-play-state: paused; }

/* בהעדפת תנועה מופחתת אין מה להשהות — הכל כבר עצור */
@media (prefers-reduced-motion: reduce) { .motion-toggle { display: none; } }

/* --- ראש מקטע ------------------------------------------------------------- */

.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 48px);
  flex-wrap: wrap;
  margin-bottom: clamp(30px, 3vw, 48px);
}

.section__head p:not(.eyebrow) {
  font-size: var(--fs-body-lg);
  color: var(--text-2);
  max-width: 40ch;
  margin: 0;
  line-height: 1.7;
}

/* --- כרטיסים -------------------------------------------------------------- */

.cards { display: grid; gap: clamp(14px, 1.3vw, 22px); }
.cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: var(--shadow-lg); }

.card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid var(--line);
}
.card__media .shot { position: absolute; inset: 0; }
.card:hover .card__media .shot { transform: scale(1.05); }

.card__body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.card__num {
  display: inline-grid;
  place-items: center;
  inline-size: 34px;
  block-size: 28px;
  margin: 0 0 3px;
  border-radius: 999px;
  background: var(--party-soft);
  font-family: var(--display);
  font-weight: 900;
  font-size: 14px;
  color: var(--party);
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

.card__title { font-family: var(--display); font-weight: 900; font-size: clamp(20px, 1.35vw, 23px); margin: 0; }
.card__body p:not(.card__num) { font-size: var(--fs-body); line-height: 1.7; color: var(--text-2); margin: 0; }

.also {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin: clamp(20px, 2vw, 30px) 0 0;
  padding: 22px 26px;
  border-radius: 18px;
  border: 1px dashed var(--line-3);
  background: var(--bg-soft);
}
.also__label { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--gold-ink); }
.also__list { font-size: var(--fs-body); color: var(--text-2); line-height: 1.7; }

/* --- מגנטים --------------------------------------------------------------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(36px, 4vw, 64px);
  align-items: center;
  padding-block: var(--section-y);
}

.split__media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.split__media .frame { aspect-ratio: 3 / 4; border-radius: 18px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.split__media .frame:nth-child(2) { margin-top: 34px; }
.split__media .frame:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.split h2 { margin-bottom: 18px; }
.split__lead { font-size: var(--fs-lead); line-height: 1.75; color: var(--text-1); margin: 0 0 24px; max-width: 46ch; text-wrap: pretty; }

.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; max-width: 48ch; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: var(--fs-body-lg); color: var(--text); }
.checklist li::before { content: "★"; color: var(--gold-ink); font-weight: 900; }

.split .btn--outline-gold { margin-top: 30px; }

/* --- ציר זמן -------------------------------------------------------------- */

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 30px);
  list-style: none;
  margin: clamp(30px, 3vw, 46px) 0 0;
  padding: 0;
  counter-reset: step;
}

.timeline__item { padding-top: 22px; border-top: 3px solid var(--gold); }
.timeline__time { margin: 0; font-family: var(--display); font-weight: 900; font-size: clamp(24px, 1.7vw, 28px); color: var(--gold-ink); font-variant-numeric: tabular-nums; }
.timeline__item h3 { font-family: var(--display); font-weight: 700; font-size: clamp(18px, 1.2vw, 20px); margin: 10px 0 8px; }
.timeline__item p:not(.timeline__time) { font-size: var(--fs-body); line-height: 1.7; color: var(--text-2); margin: 0; }

/* --- גלריה ---------------------------------------------------------------- */

.gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.1vw, 18px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery__cell { grid-column: span 2; }
.gallery__cell--wide { grid-column: span 3; }

.shot-btn {
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  cursor: zoom-in;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery__cell--wide .shot-btn { aspect-ratio: 16 / 10; }
.shot-btn:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* --- המלצות --------------------------------------------------------------- */

.reviews__head { text-align: center; margin-bottom: clamp(28px, 3vw, 44px); }
.reviews__head .h2 { font-size: clamp(28px, 2.6vw, 40px); }

.quote { margin: 0; padding: 30px 28px; border-radius: 20px; background: var(--bg-card); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.quote__stars { margin: 0; color: var(--gold-ink); font-size: 16px; letter-spacing: 0.2em; }
.quote__text { font-size: var(--fs-body-lg); line-height: 1.75; margin: 14px 0 16px; color: var(--text); }
.quote footer { font-size: 14.5px; color: var(--text-3); font-weight: 600; }

.review-links {
  display: flex;
  gap: clamp(16px, 2vw, 30px);
  justify-content: center;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  flex-wrap: wrap;
}

/* --- שאלות נפוצות --------------------------------------------------------- */

.section--faq {
  position: relative;
  isolation: isolate;
  max-width: var(--maxw-read);
  margin-inline: auto;
  text-align: center;
}
.section--faq::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block: clamp(28px, 4vw, 56px);
  inset-inline: -5vw;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 18%, var(--bg-aura-gold), transparent 26%),
    radial-gradient(circle at 91% 78%, var(--bg-aura-party), transparent 24%),
    var(--faq-surface);
  box-shadow: var(--shadow-sm);
  pointer-events: none;
}
.section--faq .h2 { font-size: clamp(28px, 2.7vw, 42px); margin-bottom: clamp(24px, 2.6vw, 36px); }

.faq { display: grid; gap: 12px; text-align: start; }

.faq__item {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.faq__item:hover { border-color: var(--line-3); box-shadow: var(--shadow-md); }
.faq__item[data-open="true"] { border-color: var(--gold); background: var(--faq-open-wash); box-shadow: var(--shadow-md); }

.faq__h { margin: 0; }

.faq__q {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 18px;
  padding-inline: 26px 22px;
  background: none;
  border: 0;
  color: inherit;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.4;
  text-align: start;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.faq__q:hover { color: var(--party); background: var(--party-soft); }
.faq__q > span { flex: 1 1 auto; }

.faq__chev {
  display: grid;
  place-items: center;
  inline-size: 36px;
  block-size: 36px;
  padding: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--party-soft);
  color: var(--party);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq__item[data-open="true"] .faq__chev { transform: rotate(180deg); background: var(--gold); color: var(--ink); }

/* פתיחה מונפשת בלי max-height שרירותי */
.faq__panel { display: grid; grid-template-rows: minmax(0, 0fr); transition: grid-template-rows 0.32s cubic-bezier(0.16, 1, 0.3, 1); }
.faq__item[data-open="true"] .faq__panel { grid-template-rows: 1fr; }
.faq__panel > * { min-height: 0; overflow: hidden; }
.faq__a { margin: 0; padding-block: 0 26px; padding-inline: 26px; font-size: var(--fs-body-lg); line-height: 1.75; color: var(--text-2); max-width: 68ch; }

/* --- צור קשר -------------------------------------------------------------- */

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 3.6vw, 56px);
  align-items: start;
  padding-block: var(--section-y-lg);
}

.contact h2 { font-size: clamp(30px, 3.4vw, 50px); line-height: 1.18; margin-bottom: 16px; }
.contact__lead { font-size: var(--fs-lead); line-height: 1.75; color: var(--text-1); max-width: 44ch; margin: 0 0 30px; }

.contact__links { display: flex; flex-direction: column; gap: 12px; max-width: 440px; }

.contact__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
  padding: 16px 26px;
  border-radius: 16px;
  border: 1px solid var(--line-2);
  background: var(--bg-card);
  color: var(--text);
  font-weight: 700;
  font-size: var(--fs-body-lg);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease;
}
.contact__link:hover { border-color: var(--party); color: var(--text); box-shadow: var(--shadow-md); }
.contact__link:hover .contact__arrow { transform: translateX(-5px); }
.contact__link:active { transform: translateY(1px); }
.contact__arrow { transition: transform 0.2s ease; color: var(--party); }

.contact__link--wa { background: var(--gold); color: var(--ink); border-color: transparent; }
.contact__link--wa:hover { background: var(--gold-hi); color: var(--ink); }
.contact__link--wa .contact__arrow { color: var(--ink); }

.contact__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 2.4vw, 38px);
  border-radius: 24px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-block-start: 4px solid var(--gold);
  box-shadow: var(--shadow-lg);
}

/* ברירת המחדל היא כרטיסי האמון המפורטים בתוך הטקסט. השורה המקוצרת
   מיועדת למובייל בלבד ומופיעה לאחר התמונה, כך שהחלק הרגשי של ההירו
   אינו נדחק מתחת לקפל. */
.hero__mobile-proof { display: none; }
.contact__panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  inline-size: 220px;
  block-size: 220px;
  border-radius: 50%;
  inset-block-start: -150px;
  inset-inline-end: -98px;
  background: var(--gold-soft);
  opacity: 0.64;
  pointer-events: none;
}
.contact__panel > * { position: relative; z-index: 1; }

/* --- טופס ----------------------------------------------------------------- */

.form { display: grid; gap: 18px; }

.form__errors {
  padding: 16px 20px;
  border-radius: 14px;
  border: 1.5px solid var(--party);
  background: var(--party-soft);
}
.form__errors-title { margin: 0 0 6px; font-family: var(--display); font-weight: 800; font-size: 16.5px; color: var(--party-hi); }
.form__errors-list { margin: 0; padding-inline-start: 20px; font-size: 15.5px; }
.form__errors-list li { margin-block: 4px; }
.form__errors-list a {
  display: inline-block;
  min-height: 24px;      /* WCAG 2.2 AA — Target Size (Minimum) לרשת הוא 24px, לא 44 */
  line-height: 24px;
  color: var(--party-hi);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}
.form__errors-list a:hover { color: var(--party); }
.form__title { margin: 0; font-family: var(--display); font-weight: 700; font-size: clamp(19px, 1.35vw, 22px); }

.field { display: grid; gap: 7px; }
.field label { font-size: 15px; color: var(--text-1); font-weight: 700; }
.req { color: var(--party); }

.field input,
.field textarea {
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1.5px solid var(--line-3);
  background: var(--bg-soft);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.field textarea { resize: vertical; min-height: 96px; }

.field input:hover, .field textarea:hover { border-color: var(--line-3); background: var(--bg-card); }
.field input:focus, .field textarea:focus {
  border-color: var(--party);
  background: var(--bg-card);
  box-shadow: 0 0 0 4px var(--party-soft);
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-3); opacity: 0.75; }

.field__hint { margin: 0; font-size: 14px; color: var(--text-3); }

.field__error { margin: 0; font-size: 14px; font-weight: 700; color: var(--party); min-height: 0; }
.field__error:empty { display: none; }

.field.has-error input,
.field.has-error textarea { border-color: var(--party); }

.form__submit {
  position: relative;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 999px;
  border: 0;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease;
}
.form__submit:hover { background: var(--gold-hi); box-shadow: var(--shadow-md); }
.form__submit:active { transform: translateY(1px); }
.form__submit[disabled] { cursor: progress; opacity: 0.85; }

.spinner { display: none; }
.form__submit.is-loading .form__submit-label { visibility: hidden; }
.form__submit.is-loading .spinner {
  display: block;
  position: absolute;
  inset-inline-start: calc(50% - 11px);
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border: 2.5px solid rgba(42, 28, 17, 0.25);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: kohavSpin 0.7s linear infinite;
}
@keyframes kohavSpin { to { transform: rotate(360deg); } }

.form__status { margin: 0; font-size: 15px; font-weight: 700; color: var(--party); }
.form__status:empty { display: none; }

.panel-state { display: flex; flex-direction: column; gap: 12px; padding: 30px 0; text-align: center; align-items: center; }
.panel-state__star { margin: 0; font-size: 36px; color: var(--gold-ink); }
.panel-state__title { margin: 0; font-family: var(--display); font-weight: 900; font-size: clamp(22px, 1.7vw, 26px); }
.panel-state p:not(.panel-state__title):not(.panel-state__star) { font-size: var(--fs-body-lg); color: var(--text-2); margin: 0; max-width: 34ch; }

[hidden] { display: none !important; }

/* --- כותרת תחתונה --------------------------------------------------------- */

.site-footer { padding-block: clamp(32px, 3vw, 48px); background: var(--bg-footer); border-top: 3px solid var(--gold); }
.site-footer__inner { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.site-footer__brand { display: flex; align-items: center; gap: 10px; }

.site-footer__mark {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(140deg, var(--party), var(--party-hi));
  display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 16px;
}
.site-footer__name { font-family: var(--display); font-weight: 900; font-size: 18px; }

.site-footer__nav { display: flex; flex-wrap: wrap; gap: clamp(14px, 1.6vw, 26px); font-size: 16px; font-weight: 600; }
.site-footer__nav a { display: flex; align-items: center; min-height: 44px; min-width: 44px; color: var(--text-2); }
.site-footer__nav a:hover { color: var(--party); }
.site-footer__legal { margin: 0; font-size: 15px; color: var(--text-3); }

/* --- כפתור וואטסאפ צף ------------------------------------------------------
   מעטפת בצבע המותג, אייקון וואטסאפ ירוק בלבד — נוכחות מדודה שלא שוברת
   את שפת הזהב־ורוד־חום.
   ------------------------------------------------------------------------ */

.wa-float {
  position: fixed;
  bottom: 22px;
  inset-inline-start: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--bg-card);
  border: 1.5px solid var(--gold);
  color: var(--text);
  font-family: var(--display);
  font-weight: 800;
  font-size: 16px;
  box-shadow: var(--shadow-md);
  transition: box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}
.wa-float:hover { color: var(--text); border-color: var(--gold-ink); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.wa-float:active { transform: translateY(0); }
.wa-float__icon { width: 24px; height: 24px; fill: var(--wa); flex: none; }

/* --- Lightbox ------------------------------------------------------------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 26px);
  padding: clamp(16px, 3vw, 48px);
  background: rgba(28, 18, 10, 0.92);
  backdrop-filter: blur(6px);
}

.lightbox__stage { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 0; min-width: 0; }
.lightbox__img { max-width: min(1200px, 82vw); max-height: 78vh; width: auto; border-radius: 12px; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5); }
.lightbox__caption { color: #f7efe2; font-size: 15.5px; text-align: center; max-width: 60ch; }
.lightbox__count { color: #c9b39b; font-variant-numeric: tabular-nums; margin-inline-start: 8px; }

.lightbox__btn {
  width: 52px; height: 52px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(247, 239, 226, 0.3);
  background: rgba(247, 239, 226, 0.1);
  color: #f7efe2;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lightbox__btn:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.lightbox__btn svg { width: 26px; height: 26px; }
.lightbox__close { position: absolute; top: clamp(14px, 2vw, 26px); inset-inline-end: clamp(14px, 2vw, 26px); }

/* ==========================================================================
   נקודות שבירה — נבדקו ב-2560, 1920, 1366, 900, 375
   ========================================================================== */

/* 1366×768: פריסה צפופה יותר בלי לשנות את סדר התוכן */
@media (max-width: 1400px) {
  :root { --section-y: clamp(52px, 4.2vw, 88px); --section-y-lg: clamp(58px, 4.8vw, 100px); }
  .hero__media-inset { inset-inline-end: -8px; }
}

@media (max-width: 1120px) {
  .cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1020px) {
  /* הניווט יוצא מהזרימה (תפריט נפתח), אז גריד תלת-עמודתי ישאיר חלל ריק */
  .site-header { display: flex; justify-content: space-between; }
  .nav-toggle { display: flex; }

  .nav {
    position: absolute;
    top: 100%;
    inset-inline: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px var(--gutter) 14px;
    background: var(--bg-card);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    font-size: 17px;
  }
  .nav[data-open="false"] { display: none; }
  .nav a { min-height: 52px; padding-inline: 4px; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { bottom: 10px; inset-inline: 4px auto; width: 34px; }
}

@media (max-width: 900px) {
  .hero,
  .split,
  .contact { grid-template-columns: minmax(0, 1fr); }

  .hero__media { margin-top: 16px; }
  .hero__media-inset { inset-inline-end: 0; }

  .cards--3 { grid-template-columns: minmax(0, 1fr); }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery__cell,
  .gallery__cell--wide { grid-column: span 1; }
  .gallery__cell--wide .shot-btn { aspect-ratio: 1; }

  /* גם bdi: מספר הטלפון עטוף ב-bdi לבידוד בידי, לא ב-span */
  .header__cta span,
  .header__cta bdi { display: none; }
  .header__cta { padding: 11px 14px; }
  .section__head { align-items: flex-start; }
}

@media (max-width: 620px) {
  .cards--4 { grid-template-columns: minmax(0, 1fr); }
  .timeline { grid-template-columns: minmax(0, 1fr); }
  .brand__tag { display: none; }
  .review-links { flex-direction: column; align-items: center; gap: 6px; }
  .wa-float__label { display: none; }
  .wa-float { padding: 13px; min-width: 52px; justify-content: center; }
  .lightbox__btn { width: 46px; height: 46px; }
  .lightbox__close { top: 10px; inset-inline-end: 10px; }
}

/* ==========================================================================
   מחירים וחבילות
   ========================================================================== */

.card__price {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: 17px;
  color: var(--gold-ink);
  font-variant-numeric: tabular-nums;
}

.reply-promise {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 16px 0 0;
  font-size: 16px;
  color: var(--ink);
}
.reply-promise .icon { width: 20px; height: 20px; fill: var(--go, #1f6b3f); color: #1f6b3f; }
.reply-promise strong { color: #1f6b3f; }

.packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
  align-items: start;
}

.pkg {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 26px;
  border-radius: 20px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.pkg--featured {
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-lg);
  padding-block-start: 34px;
}

.pkg__badge {
  position: absolute;
  inset-block-start: -14px;
  inset-inline-start: 26px;
  margin: 0;
  padding: 5px 15px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 900;
  font-size: 13.5px;
}

.pkg__name { margin: 0; font-family: var(--display); font-weight: 700; font-size: 21px; }

.pkg__price {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(24px, 1.9vw, 30px);
  color: var(--gold-ink);
  font-variant-numeric: tabular-nums;
}

.pkg__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; flex: 1; }
.pkg__list li { display: flex; gap: 10px; font-size: 16px; color: var(--text-2); line-height: 1.6; }
.pkg__list li::before { content: "★"; color: var(--gold-ink); font-weight: 900; flex: none; }

.pkg__cta { margin-top: 6px; justify-content: center; }

.packages__note {
  margin: clamp(20px, 2vw, 30px) auto 0;
  max-width: 62ch;
  text-align: center;
  font-size: 15.5px;
  color: var(--text-3);
}

@media (max-width: 900px) { .packages { grid-template-columns: minmax(0, 1fr); } }

/* ==========================================================================
   פקד העדפות נגישות — תקנה 35
   כלי נוחות למשתמש. מחליף מחלקות על <html> בלבד, לא נוגע ב-DOM של התוכן.
   ========================================================================== */

.a11y-trigger {
  position: fixed;
  bottom: 22px;
  inset-inline-end: 22px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-ink);
  background: var(--bg-card);
  color: var(--gold-ink);
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.a11y-trigger svg { width: 27px; height: 27px; fill: currentColor; }
.a11y-trigger:hover { background: var(--gold-ink); color: #fff; transform: translateY(-2px); }

.a11y-panel {
  position: fixed;
  bottom: 86px;
  inset-inline-end: 22px;
  z-index: 91;
  width: min(340px, calc(100vw - 44px));
  padding: 20px;
  border-radius: 20px;
  background: var(--bg-card);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-lg);
}

.a11y-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.a11y-panel__title { margin: 0; font-family: var(--display); font-weight: 900; font-size: 19px; }

.a11y-close {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: none;
  color: var(--text);
  cursor: pointer;
}
.a11y-close svg { width: 19px; height: 19px; }
.a11y-close:hover { border-color: var(--party); color: var(--party); }

.a11y-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }

.a11y-opt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 62px;
  padding: 11px 12px;
  border-radius: 13px;
  border: 1px solid var(--line-2);
  background: var(--bg-soft);
  color: var(--text);
  font-family: var(--body);
  font-weight: 700;
  font-size: 14.5px;
  text-align: start;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.a11y-opt:hover { border-color: var(--gold-ink); }
.a11y-opt[aria-pressed="true"] { background: var(--gold-soft); border-color: var(--gold-ink); color: var(--gold-ink); }
.a11y-opt__val { font-weight: 900; font-size: 13.5px; color: var(--gold-ink); font-variant-numeric: tabular-nums; }
.a11y-opt--reset { grid-column: 1 / -1; min-height: 46px; align-items: center; justify-content: center; text-align: center; color: var(--party); border-color: var(--party); }
.a11y-opt--reset:hover { background: var(--party-soft); }

.a11y-panel__note { margin: 14px 0 0; font-size: 14px; line-height: 1.75; color: var(--text-3); }
/* גובה יעד 24px גם לקישור inline — בתוך פקד נגישות לא נשענים על פטור */
.a11y-panel__note a { display: inline-block; min-height: 24px; line-height: 24px; font-weight: 700; }

.a11y-live { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

@media (max-width: 620px) {
  .a11y-trigger { bottom: 16px; inset-inline-end: 16px; }
  /* עיגון לשני הצדדים עם width:auto — לא יכול לגלוש מאף קצה,
     בניגוד לרוחב מחושב שתלוי ב-100vw ובפס הגלילה */
  .a11y-panel { bottom: 78px; inset-inline: 16px; width: auto; }
}

/* --- שכבת המחלקות שהפקד מפעיל -------------------------------------------- */

html.a11y-text-115 { font-size: 115%; }
html.a11y-text-130 { font-size: 130%; }
html.a11y-text-150 { font-size: 150%; }

html.a11y-lines-18 body, html.a11y-lines-18 p, html.a11y-lines-18 li { line-height: 1.8 !important; }
html.a11y-lines-20 body, html.a11y-lines-20 p, html.a11y-lines-20 li { line-height: 2 !important; }

html.a11y-links a { text-decoration: underline !important; text-underline-offset: 3px; font-weight: 700 !important; outline: 1px dashed currentColor; outline-offset: 2px; }

/* מחסנית מערכת בלבד — בלי webfont שמשנה רוחב טקסט ומזיז את הפריסה */
html.a11y-readable, html.a11y-readable body,
html.a11y-readable h1, html.a11y-readable h2, html.a11y-readable h3 {
  font-family: "Segoe UI", Arial, sans-serif !important;
}

html.a11y-cursor, html.a11y-cursor * { cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M6 2l24 14-10 2-4 12z" fill="black" stroke="white" stroke-width="2"/></svg>') 4 2, auto !important; }

html.a11y-contrast-high { --text: #000; --text-1: #000; --text-2: #1a1a1a; --text-3: #1a1a1a; --bg: #fff; --bg-band: #fff; --bg-soft: #fff; --bg-card: #fff; --bg-footer: #fff; --gold-ink: #6b3d00; --party: #8c0f43; --line: #000; --line-2: #000; --line-3: #000; }
html.a11y-contrast-high * { box-shadow: none !important; }

html.a11y-contrast-invert { filter: invert(1) hue-rotate(180deg); background: #fff; }
html.a11y-contrast-invert img, html.a11y-contrast-invert canvas { filter: invert(1) hue-rotate(180deg); }

html.a11y-contrast-mono { filter: grayscale(1); }

/* הפקד עצמו חייב להישאר קריא גם כשההיפוך פעיל, אחרת אי אפשר לכבות אותו */
html.a11y-contrast-invert .a11y-panel,
html.a11y-contrast-invert .a11y-trigger { filter: invert(1) hue-rotate(180deg); }

@media print {
  html[class*="a11y-"] { filter: none !important; }
  html[class*="a11y-text-"] { font-size: 100% !important; }
  html[class*="a11y-lines-"] { line-height: normal !important; }
  .a11y-trigger, .a11y-panel, .wa-float, .motion-toggle { display: none !important; }
}

/* --- מסירת הטופס ל-WhatsApp ------------------------------------------------ */

.form__note {
  margin: -4px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-3);
}

/* מספר טלפון שאינו ניתן לחיוג במכשיר הזה — נשאר גלוי ובר-העתקה */
.is-display-only {
  cursor: default;
  text-decoration: none;
  user-select: text;
}
.is-display-only:hover { color: inherit; border-color: var(--line-2); }
.btn--quiet.is-display-only { text-decoration-color: transparent; }

/* ==========================================================================
   מירכוז במובייל
   בעמודה אחת צרה, בלוק פתיחה מיושר לימין נראה תלוי באוויר. ממרכזים
   את הכותרות ואת הקריאות לפעולה — אבל לא רשימות ולא פסקאות ארוכות,
   שם מירכוז פוגע בקריאוּת.
   ========================================================================== */

@media (max-width: 760px) {
  main {
    background:
      radial-gradient(circle at 4% 5%, var(--bg-aura-gold), transparent 14rem),
      radial-gradient(circle at 95% 36%, var(--bg-aura-party), transparent 17rem),
      radial-gradient(circle at 7% 72%, var(--bg-aura-gold), transparent 15rem);
  }
  main::before { background-size: 228px 294px, 284px 352px; }
  .hero { gap: 32px; padding-block: 42px 58px; }
  .hero::before { inset-block: 2%; border-radius: 26px; }
  .pill { padding: 7px 15px; }
  .hero__media { max-inline-size: 520px; margin-inline: auto; }
  .hero__media::before { inline-size: 66%; inset-inline-end: 1%; }
  .hero__media-inset { width: 40%; }
  .stats { display: none; }
  .hero__copy { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__actions .btn { width: 100%; max-width: 340px; }
  .reply-promise { justify-content: center; }
  .hero__trust { justify-content: center; text-align: center; }
  .hero__mobile-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    inline-size: min(100%, 520px);
    margin: 0 auto;
    padding: 1px;
    list-style: none;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--line);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
  }
  .hero__mobile-proof li {
    display: grid;
    place-content: center;
    min-block-size: 72px;
    padding: 10px 6px;
    background: var(--bg-card);
    color: var(--text-2);
    text-align: center;
  }
  .hero__mobile-proof bdi {
    display: block;
    font-family: var(--display);
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    color: var(--gold-ink);
    font-variant-numeric: tabular-nums;
  }
  .hero__mobile-proof span { margin-block-start: 5px; font-size: 13px; line-height: 1.3; }

  /* במובייל רצועת השירותים הופכת לתגיות סטטיות: בלי תנועה אוטומטית,
     בלי כפילות תוכן, ובלי צורך בפקד עצירה שאינו רלוונטי במצב הזה. */
  .ticker {
    padding-block: 12px;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .ticker__track { width: 100%; direction: rtl; animation: none; }
  .ticker__group {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
  }
  .ticker__group[aria-hidden="true"],
  .ticker__star,
  .motion-toggle { display: none; }
  .ticker__group span:not(.ticker__star) {
    padding-block: 7px;
    padding-inline: 10px;
    border: 1px solid var(--line-2);
    border-radius: 999px;
    background: var(--bg-card);
    color: var(--text-1);
    font-size: 14px;
    line-height: 1.2;
    word-spacing: 0;
  }

  /* ראשי מקטעים */
  .section__head { align-items: center; text-align: center; }
  .section__head > div,
  .section__head > p:not(.eyebrow) { margin-inline: auto; }
  .section--faq > .eyebrow,
  .section--faq > .h2 { text-align: center; }
  .section--faq::before { inset-inline: -1px; border-radius: 24px; }
  .faq__q { padding-inline: 18px 16px; }
  .faq__chev { inline-size: 34px; block-size: 34px; }
  .faq__a { padding-block-end: 22px; padding-inline: 18px; }
  #how .eyebrow, #how .h2 { text-align: center; }

  .split__copy { text-align: center; }
  .split__lead { margin-inline: auto; }
  .split .btn--outline-gold { display: inline-flex; }
  /* הרשימה עצמה נשארת מיושרת להתחלה — כוכבית ממורכזת נראית שבורה */
  .checklist { text-align: start; max-width: 34ch; margin-inline: auto; }

  .contact__copy { text-align: center; }
  .contact__lead { margin-inline: auto; }
  .contact__links { margin-inline: auto; }

  .also { flex-direction: column; align-items: center; text-align: center; }
  .pkg { text-align: center; }
  .pkg__badge { inset-inline-start: 50%; transform: translateX(50%); }
  .pkg__list { text-align: start; max-width: 30ch; margin-inline: auto; }
  .timeline__item { text-align: center; }
  .form__title, .form__note { text-align: center; }
}
