/* ===========================================================
   mobile.css — Figma node 2015:2 (375w)
   Typography pulled 1:1 from Figma MCP (BarLev AAA + Assistant)
   =========================================================== */

.m { display: none; }

@media (max-width: 768px) {
  .hero, .about, .vision, .numbers:not(.numbers--m), .pjvote, .pjdonate { display: none !important; }
  .m { display: block; }
  body { background: var(--navy-deep); }
}

/* ---------- shared mobile pieces ---------- */
.m-eyebrow {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--blue-100); color: var(--navy);
  font-family: var(--font-display); font-weight: var(--w-bold);
  font-size: 22px; line-height: 32px; letter-spacing: 0.88px;
  min-height: 30px; padding: 0 8px;
  border-radius: 0;
}
.m-eyebrow--light { background: var(--white); }
.m-eyebrow--pill  { background: var(--blue-100); }
.m-eyebrow--lime  { background: var(--lime); }

.m-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; max-width: 344px; height: 40px; border-radius: 75.319px;
  font-family: var(--font-display); font-weight: var(--w-bold);
  font-size: 28px; line-height: 32px; letter-spacing: 0.84px;
  transition: background .2s ease, color .2s ease;
}
.m-btn--fill { background: var(--blue-200); color: var(--navy); }
.m-btn--outline { background: transparent; border: 2px solid var(--blue-200); color: var(--white); }
.m-btn--know { flex-direction: row-reverse; }
.m-btn--know { line-height: 23.851px; }   /* Figma 2019:505 */
.m-btn__icon { width: 26px; height: 26px; display: inline-flex; flex: 0 0 auto; }
.m-btn__icon img { width: 100%; height: 100%; }

/* petek (single Figma image) */
.m-petek { position: relative; width: 232px; margin-inline: auto; }
.m-petek img { width: 100%; height: auto; display: block; }

/* =========================================================
   M-HERO — Figma 2019:1291
   ========================================================= */
.m-hero { position: relative; background: var(--navy); overflow: hidden; }
.m-hero__flag {
  position: absolute; top: 0; left: 0; width: 100%; height: 605px;
  object-fit: cover; object-position: center; z-index: 0; pointer-events: none;
}
.m-hero::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 651px; z-index: 1;
  background: linear-gradient(to bottom, rgba(16,67,124,0) 0%, var(--navy) 70%, var(--navy) 100%);
}
.m-hero__top {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 14px 12px 0;
}
.m-hero__avatar { width: 114px; height: 114px; border-radius: 50%; overflow: hidden; margin-bottom: 10px; }
.m-hero__avatar img { width: 100%; height: 100%; object-fit: cover; }
.m-hero__badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 148px; height: 30.784px;
  background: var(--blue-100); color: var(--navy);
  font-family: var(--font-display); font-weight: var(--w-bold);
  font-size: 21.312px; line-height: 23.68px;
  padding: 0 10px; border-radius: 3.552px;
}
.m-hero__title { margin-top: 16px; display: flex; flex-direction: column; align-items: center; gap: 0; }
.m-hero__name {
  font-family: var(--font-display); font-weight: var(--w-bold); color: var(--white);
  font-size: 82px; line-height: 89.119px;
}
.m-hero__sub {
  font-family: var(--font-display); font-weight: var(--w-bold); color: var(--white);
  font-size: 50px; line-height: 66.118px;
}
.m-hero__likud {                 /* Figma 2239:9617 — Likud wordmark as image */
  display: block; margin-top: 6px; width: 210px;
}
.m-hero__likud img { width: 100%; height: auto; display: block; }
.m-hero__goal { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 18px; width: 100%; padding: 0 12px; }
.m-hero__goal-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; max-width: 351px; min-height: 50px;
  background: var(--lime); color: var(--navy);
  font-family: var(--font-display); font-weight: var(--w-regular);
  font-size: 32px; line-height: 41.196px; letter-spacing: 1.4px;
  padding: 4px 14px; border-radius: 6px;
}
.m-hero__goal-pill strong { font-weight: var(--w-bold); }
.m-hero__goal-chip {
  display: inline-flex; align-items: center; justify-content: center; min-width: 29.673px; height: 26.182px; padding: 0 6px;
  background: var(--navy); color: var(--white); border-radius: 5.236px;
  font-family: var(--font-display); font-weight: var(--w-bold);
  font-size: 32px; line-height: 41.196px;
}
.m-hero__goal-line {
  color: var(--white); font-family: var(--font-display); font-weight: var(--w-bold);
  font-size: 28px; line-height: 47.204px; letter-spacing: 1.4px;
}
.m-hero__tagline {
  color: var(--white); font-family: var(--font-body);
  font-size: 22px; line-height: 31px; margin-top: 16px; max-width: 350px;   /* 21→22 to match m-about__bio body (2026-07-02) */
}
.m-hero__tagline strong { font-weight: var(--w-bold); }
.m-hero__top .m-btn { margin-top: 14px; }
.m-hero__top .m-btn--know { margin-top: 22px; }
.m-hero__top .m-petek { margin-top: 26px; }
.m-hero__portrait {
  position: relative; z-index: 2; margin: 22px 24px 0; padding-bottom: 24px;
}
.m-hero__portrait-video {
  width: 100%; height: 578.541px; object-fit: cover; object-position: center 20%;
  border-radius: 8.256px; border: 1px solid var(--blue-200);
}
.m-hero__mute {
  position: absolute; left: 50%; top: calc((578.541px / 2) - 12px); transform: translate(-50%,-50%);
  width: 94.751px; height: 94.751px; border: 1px solid #F0C723; border-radius: 50%; background: transparent;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; z-index: 3; cursor: pointer;
}
.m-hero__mute .hero__mute-icon { width: 36px; height: 45px; margin-left: 5px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.55)); }
.m-hero__mute { transition: opacity .5s ease; }
.m-hero__mute:not(.is-paused) { opacity: 0; pointer-events: none; }

/* =========================================================
   M-ABOUT — Figma 2019:1292
   ========================================================= */
.m-about { background: var(--white); padding: 40px 16px 34px; text-align: center; }
.m-about-bottom { padding-top: 16px; }   /* 40→16 (2026-07-02): reduce top spacing on the bottom about block */
.m-about__title {
  font-family: var(--font-display); font-weight: var(--w-bold); color: var(--navy);
  font-size: 60px; line-height: 60px;
}
.m-about__pointer { display: inline-block; position: relative; z-index: 0; width: 79px; height: 79px; color: var(--blue-100); margin: 34px 0 -22px; }
.m-about__pointer img { width: 100%; height: 100%; }
.m-about__intro {
  position: relative; z-index: 1;
  background: var(--blue-100); color: var(--navy); border-radius: 4px;
  font-family: var(--font-body); font-size: 22px; line-height: 31px;
  padding: 18px 16px; margin-top: 12px; text-align: center;
}
.m-about .m-eyebrow { margin-top: 40px; }
.m-about__heading {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 60px; line-height: 60px; margin-top: 16px;
}
.m-about__bio {
  font-family: var(--font-body); color: var(--navy);
  font-size: 22px; line-height: 31px; margin-top: 16px; text-align: center;
}
.m-about__bio strong { font-weight: var(--w-bold); }
.m-about__portrait { position: relative; border-radius: 3.62px; overflow: hidden; margin-top: 26px; }
.m-about__portrait img { width: 100%; height: 506px; object-fit: cover; object-position: center 18%; display: block; }
.m-about__pq {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 0 18px 18px;
  display: flex; flex-direction: column; align-items: flex-end; text-align: right; gap: 2px;
  background: linear-gradient(to bottom, rgba(12,29,55,0) 0%, var(--navy-deep) 80%);
  height: 112px; justify-content: flex-end;
}
.m-about__pq-name {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--white);
  font-size: 35px; line-height: 36.195px;
}
.m-about__pq-quote {
  font-family: var(--font-display); font-weight: var(--w-regular); color: #DAEFF9;
  font-size: 27px; line-height: 34px;   /* 35→27 (2026-07-02): shrink so the quote fits on one line */
  white-space: nowrap;
}
.m-value {
  display: flex; align-items: center; gap: 14px; text-align: right; direction: rtl;
  background: linear-gradient(to left, rgba(218,239,249,0) 0%, var(--blue-100) 100%);
  border-radius: 4px; padding: 16px 18px; margin-top: 16px; min-height: 124px;
}
.m-value__text { flex: 1; }
.m-value__title {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 36px; line-height: 1.1; margin-bottom: 0;
}
.m-value__body { display: none; }   /* 2026 redesign: no body text under the title */
.m-value__icon { flex: 0 0 auto; width: 72px; height: 72px; color: var(--navy); }
.m-value__icon img { width: 100%; height: 100%; transform-origin: center; }
.m-value.is-in .m-value__icon img { animation: icon-float 3.6s ease-in-out infinite; animation-delay: var(--icon-delay,0s); }
/* Lottie icon (position 3) — fills the mobile icon wrapper */
.m-value__icon--lottie { display: block; }
.m-value__icon .pj-lottie { display: block; width: 100%; height: 100%; }
.m-value__icon .pj-lottie svg { display: block; width: 100% !important; height: 100% !important; }

/* =========================================================
   M-VISION — Figma 2019:1293
   ========================================================= */
.m-vision {                       /* 2026 redesign: dark section, white heading (matches Figma) */
  position: relative; background: var(--navy);
  padding: 48px 16px 70px; text-align: center; overflow: hidden;
}
.m-vision > * { position: relative; z-index: 2; }
.m-vision .m-vision__sea {        /* landscape at the TOP, connecting from the section above, fading to navy */
  position: absolute; left: 0; right: 0; top: 0; height: 340px; z-index: 0;
  background: url("../images/sea-bg.png") center top / cover no-repeat;
}
.m-vision .m-vision__sea::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 340px;
  background: linear-gradient(to bottom, rgba(16,67,124,0) 0%, var(--navy) 82%);
}
.m-vision__title {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--white);
  font-size: 54px; line-height: 56px; margin-top: 14px;
}
.m-vcard {
  background: var(--white); border-radius: 2.449px;
  box-shadow: 2.449px 2.449px 12.247px rgba(16,67,124,.1);
  padding: 22px 18px 20px; margin-top: 24px; text-align: right;
}
.m-vcard__eyebrow {
  font-family: var(--font-display); font-weight: var(--w-bold); color: var(--navy);
  font-size: 36px; line-height: 40px; letter-spacing: 0.6858px;   /* 19→36 to match m-value__title ("טייס קרב לשעבר") */
  text-align: center;   /* 2026-07-02: center the eyebrow (overrides .m-vcard text-align:right) */
}
.m-vcard__title {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 44px; line-height: 55.112px; text-align: center;
  margin: 10px 0 14px;
}
.m-vcard__body {
  font-family: var(--font-body); color: var(--navy);
  font-size: 22px; line-height: 30px;   /* body 19→22 to match m-about__bio (2026-07-02) */
}
.m-vcard__body strong { font-weight: var(--w-bold); }
.m-vcard__full { display: none; margin-top: 10px; }
.m-vcard.is-open .m-vcard__full { display: block; }
.m-vcard__toggle {
  display: inline-flex; align-items: center; flex-direction: row-reverse; gap: 6px; margin-top: 16px;
  font-family: var(--font-body); font-weight: var(--w-bold); color: var(--navy);
  font-size: 19px; line-height: 24px;
  cursor: pointer; text-decoration: underline; text-underline-offset: 3px;
}
.m-vcard__chev { width: 14.612px; height: 14.612px; display: inline-flex; transition: transform .3s ease; }
.m-vcard__chev img { width: 100%; height: 100%; }
.m-vcard.is-open .m-vcard__chev { transform: rotate(180deg); }

/* =========================================================
   M-IDEAS — Figma 2019:1294
   ========================================================= */
.m-ideas {
  position: relative; z-index: 3;
  margin-top: -110px;
  padding: 0 16px 50px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(16,67,124,0) 0, rgba(16,67,124,0) 110px, var(--navy) 110px);
}
.m-ideas__title {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--white);
  font-size: 60px; line-height: 60px; margin-top: 14px;
}
.m-bcard {
  position: relative; background: var(--white); border-radius: 3.319px;
  padding: 52px 20px 30px; margin-top: 52px; text-align: center;
  box-shadow: 3.319px 3.319px 16.593px rgba(16,67,124,.1);
  max-width: 309px; margin-inline: auto;
}
.m-bcard__circle {
  position: absolute; top: -29px; left: 50%; transform: translateX(-50%);
  width: 58.076px; height: 58.076px; display: flex; align-items: center; justify-content: center;
}
.m-bcard__circle img { width: 100%; height: 100%; }
.m-bcard__circle .num {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 46.461px; line-height: 58.076px;
}
.m-bcard__eyebrow {
  font-family: var(--font-display); font-weight: var(--w-bold); color: var(--navy);
  font-size: 25px; line-height: 29px; letter-spacing: 0.9292px;
}
.m-bcard__title {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 74px; line-height: 66.373px; margin: 4px 0 12px;
}
.m-ideas .m-bcard:nth-child(5) .m-bcard__title {
  font-size: 106px; line-height: 66.373px;   /* "השינוי" — Figma 2019:613 */
}
.m-bcard__logo {                 /* "הליכוד" as text (Likkud font) — like the desktop card, not an SVG */
  display: block; margin: 2px auto 12px; text-align: center;
  font-family: var(--font-likud); font-weight: 700;
  color: var(--navy); font-size: 78px; line-height: 1; white-space: nowrap;
}
.m-bcard__body {
  font-family: var(--font-body); color: var(--navy);
  font-size: 21px; line-height: 28px;
}
.m-bcard__body strong { font-weight: var(--w-bold); }

/* =========================================================
   M-FORM — Figma 2019:1295
   ========================================================= */
.m-form { position: relative; background: var(--white); padding: 44px 16px 44px; text-align: center; overflow: hidden; }
.m-form__heading {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 66px; line-height: 66px; margin-top: 14px;
}
.m-form__avatar { display: inline-block; width: 164px; height: 164px; border-radius: 50%; overflow: hidden; margin-top: 22px; }
.m-form__avatar img { width: 100%; height: 100%; object-fit: cover; }
.m-form__body {
  font-family: var(--font-body); color: var(--navy);
  font-size: 22px; line-height: 32px; margin-top: 22px; max-width: 340px; margin-inline: auto;
}
.m-form__body strong { font-weight: var(--w-bold); }
.m-form__bullets { margin-top: 22px; text-align: right; max-width: 309px; margin-inline: auto; }
.m-form__bullets li {
  display: flex; align-items: flex-start; flex-direction: row-reverse; gap: 12px;
  font-family: var(--font-body); color: var(--navy);
  font-size: 20px; line-height: 27px; margin-bottom: 14px; justify-content: flex-end;
}
.m-form__check { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; }
.m-form__check img { width: 100%; height: 100%; }
.m-form__card {
  background: var(--navy-deep); border-radius: 6px; padding: 28px 20px; margin-top: 26px;
  box-shadow: 0 0 90px rgba(3,12,32,.2);
}
.m-form__card-title {
  font-family: var(--font-display); font-weight: var(--w-bold); color: #103578;
  font-size: 56px; line-height: 48.686px; letter-spacing: -0.5px; margin-bottom: 22px;
}
.m-field-wrap { position: relative; margin-bottom: 13px; }
.m-field {
  width: 100%; height: 50px; background: #f6f6f6; border: 0; border-bottom: 2px solid var(--navy);
  border-radius: 6px; padding: 0 16px; text-align: right;
  font-family: var(--font-body); font-size: 18px; line-height: 20px; color: #1d365c;
}
.m-field::placeholder { color: #1d365c; opacity: .9; }
.m-field:focus { outline: none; background: #eef3f9; }
.m-field.is-invalid { border: 2px solid #d93025 !important; background: #fff5f4 !important; }
.m-req { position: absolute; right: 12px; top: 13px; color: #d93025; font-weight: 700; font-size: 20px; pointer-events: none; }
.m-field-err { display: block; color: #ffd2cd; font-family: var(--font-body); font-size: 13px; text-align: right; margin: 4px 4px 0; }
.m-form__q {
  font-family: var(--font-body); font-weight: var(--w-bold); color: var(--white);
  font-size: 20px; line-height: 20px; margin: 12px 0 14px;
}
.m-form__opts { display: flex; gap: 10px; }
.m-form__opt {
  flex: 1; height: 50px; background: var(--blue-100); border-radius: 6px;
  font-family: var(--font-body); font-weight: var(--w-bold); color: #1d365c;
  font-size: 18px; line-height: 20px; transition: background .2s, color .2s;
}
.m-form__opt.is-active { background: var(--navy); color: var(--white); }
.m-form__consent {
  display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 18px;
  color: var(--white); font-family: var(--font-body);
  font-size: 16px; line-height: 20px; cursor: pointer;
}
.m-form__checkbox {
  width: 25.193px; height: 25.193px; background: var(--navy); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
}
.m-form__checkbox img { width: 18px; height: 18px; display: none; filter: brightness(0) invert(1); }
.m-form__consent.is-checked .m-form__checkbox img { display: block; }
.m-form__cta {
  width: 100%; height: 60px; background: var(--navy); border-radius: 6px;
  font-family: var(--font-display); font-weight: var(--w-bold); color: var(--white);
  font-size: 32px; line-height: 1.2; letter-spacing: -0.23px; margin-top: 20px;
  transition: background .2s;
}
.m-form__cta:hover { background: #002b5b; }
.m-form__cta.is-sent { background: #1e9e54; pointer-events: none; }

/* =========================================================
   M-VOTE — Figma 2019:1296
   ========================================================= */
.m-vote {
  position: relative; background: var(--white);
  padding: 38px 16px 34px; text-align: center; overflow: hidden;
}
.m-vote__sky {
  position: absolute; inset: 0;
  background: url("../images/sky-bg.jpg") center / cover no-repeat;
  opacity: .5; z-index: 0;
}
.m-vote__sky::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, var(--white) 0%, rgba(255,255,255,0) 72%);
}
.m-vote > * { position: relative; z-index: 1; }
.m-vote__intro {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 33px; line-height: 42px; margin-top: 16px; max-width: 341px; margin-inline: auto;
}
.m-vote__intro strong {
  font-family: var(--font-display); font-weight: var(--w-bold);
  display: block; margin-top: 6px;
}
.m-vote__card {
  position: relative; background: var(--white); border-radius: 6px;
  box-shadow: 0 0 90px rgba(3,12,32,.2);
  padding: 28px 18px 24px; margin-top: 22px; max-width: 342px; margin-inline: auto;
}
.m-vote__title {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 56px; line-height: 60px;
}
.m-vote__subtitle {
  font-family: var(--font-display); font-weight: var(--w-bold); color: var(--navy);
  font-size: 22px; line-height: 28px; letter-spacing: 0.88px; margin-top: 12px;
}
.m-vote__cta {
  display: block; width: 100%; max-width: 246px; height: 50px; border-radius: 6px;
  margin: 14px auto 0;
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 36px; line-height: 1.2; letter-spacing: -0.23px;
}
.m-vote__cta--strong { background: var(--blue-100); border: 0; }
.m-vote__cta--lean, .m-vote__cta--maybe { border: 3px solid #aad3e6; background: transparent; }
/* on vote: 3 CTAs replaced by one green confirmation pill (Figma 2019:1257, mobile) */
.m-vote__confirm {
  position: static; display: none;
  opacity: 1; transform: none;   /* override the base .vote__confirm opacity:0 */
  width: 100%; max-width: 300px; height: 50px; margin: 0 auto;
  align-items: center; justify-content: center; gap: 8px;
  background: rgba(50,216,81,0.3); border-radius: 6px; color: var(--navy);
  font-family: var(--font-display); font-weight: var(--w-regular); font-size: 30px; letter-spacing: -0.23px;
}
.m-vote__confirm img { width: 28px; height: 28px; flex: 0 0 auto; }
.m-vote__card.is-voted .m-vote__cta     { display: none; }
.m-vote__card.is-voted .m-vote__confirm { display: flex; }
.m-vote__now {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 44px; line-height: 54px; margin-top: 28px;
}
.m-vote__cta-text {
  font-family: var(--font-body); color: var(--navy);
  font-size: 22px; line-height: 29px; margin-top: 8px; max-width: 340px; margin-inline: auto;
}
.m-vote__cta-text strong { font-weight: var(--w-bold); }
.m-vote__wa {
  display: inline-flex; align-items: center; justify-content: center; flex-direction: row-reverse; gap: 8px;
  width: 162px; height: 50px; background: #32d851; border-radius: 60px;
  color: var(--white); font-family: var(--font-display); font-weight: var(--w-bold);
  font-size: 32px; line-height: 19px; margin-top: 26px;
}
.m-vote__wa img { width: 28.94px; height: 28px; }
.m-petek--vote { margin: 28px auto 0; }
.m-vote__copyright {
  font-family: var(--font-body); color: var(--navy);
  font-size: 14px; line-height: 20px; margin-top: 20px; text-align: center;
}

/* =========================================================
   M-STICKY CTA — Figma 2019:696 + comments 18-19
   ========================================================= */
.m-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: none; gap: 8px; padding: 11px 5px;
  height: 65px; align-items: center;
  background: rgba(255,255,255,0.20);
  -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255,255,255,.25);
  transform: translateY(110%); transition: transform .35s cubic-bezier(.22,.61,.36,1);
}
@media (max-width: 768px) { .m-sticky { display: flex; } }
.m-sticky.is-shown { transform: translateY(0); }
.m-sticky__btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  height: 43px; border-radius: 47.336px; padding: 0 10px;
  font-family: var(--font-display); font-weight: var(--w-bold);
  font-size: 25px; line-height: 1.15; letter-spacing: 0;
}
.m-sticky__btn--fill  { background: var(--blue-200); color: var(--navy); flex: 1.55; font-size: 22px; }
.m-sticky__btn--share {
  background: #32d851; border: 1.52px solid var(--blue-200); color: var(--white);
  flex: 0 0 38%; flex-direction: row-reverse; font-size: 25px;
}
.m-sticky__btn--share img { width: 23.756px; height: 22.985px; filter: brightness(0) invert(1); }

/* ===== m-vcard long title wrap (2026 redesign) ===== */
.m-vcard__title--wrap { font-size: 36px; line-height: 44px; }

/* ===== M-BIG DEAL stats strip (2026 redesign) ===== */
.m-bigdeal {
  margin: 22px auto 0; width: 100%; max-width: 360px;
  display: flex; flex-direction: column; align-items: stretch; gap: 0;
  border-radius: 12px; overflow: hidden;
  background: rgba(255,250,250,0.16);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  font-family: var(--font-display);
  position: relative; z-index: 3;
}
.m-bigdeal-label {
  background: var(--lime); color: #0d2749; font-weight: var(--w-bold);
  text-align: center; padding: 10px 12px; font-size: 23px; letter-spacing: .4px;
}
.m-bigdeal-stat {
  color: var(--white); font-weight: var(--w-regular);
  text-align: center; padding: 11px 14px; font-size: 21px; line-height: 1.4;
  border-top: 1px solid rgba(255,255,255,.18);
}
.m-bigdeal-stat strong { font-weight: var(--w-bold); }

/* ===== M-NUMBERS — undo desktop scaled-stage, flow layout for mobile ===== */
.numbers--m { height: auto; }
.numbers--m .numbers__inner {
  position: static; width: 100%; height: auto; transform: none;
  padding: 48px 16px 60px;
}
.numbers--m .numbers__title { font-size: 32px; line-height: 36px; max-width: 100%; margin-top: 18px; }
.numbers--m .numbers__sub   { font-size: 19px; line-height: 26px; margin-top: 14px; }
.numbers--m .numbers__stats { gap: 34px; margin: 30px 0; }
.numbers--m .stat__num   { font-size: 58px; line-height: 48px; }
.numbers--m .stat__label { font-size: 17px; height: auto; padding: 4px 12px; }
.numbers--m .numbers__cards { flex-direction: column; align-items: center; gap: 18px; }
.numbers--m .ncard { width: 100%; max-width: 460px; min-height: 0; }
.numbers--m .ncard__title { font-size: 64px; line-height: 56px; }
.numbers--m .ncard__head { font-size: 36px; line-height: 40px; height: auto; padding: 8px 10px; }   /* 20→36 to match m-value__title ("טייס קרב לשעבר") */
.numbers--m .ncard__body { width: auto; font-size: 22px; line-height: 30px; padding: 0 18px; }   /* body 18→22 to match m-about__bio (2026-07-02) */

/* ===== M-PJVOTE — new poll section (mobile, Figma 2202:142) ===== */
.m-pjvote { position: relative; overflow: hidden; padding: 50px 16px 74px; text-align: center; background: var(--white); }  /* 95→74 (2026-07-02): reduce bottom spacing, still clears the fixed 65px .m-sticky bar so the © footer isn't hidden */
.m-pjvote__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(to bottom, #fff 0%, rgba(255,255,255,.45) 28%, rgba(255,255,255,.12) 58%, rgba(255,255,255,.4) 100%),
    url('../images/vote-sky-bg.jpg') center / cover no-repeat;
}
.m-pjvote > *:not(.m-pjvote__bg) { position: relative; z-index: 1; }
.m-pjvote__card {
  background: url('../images/vote-card-sky.png') center / cover no-repeat, var(--white);
  border-radius: 8px; box-shadow: 0 0 40px rgba(3,12,32,.18);
  border-top: 6px solid var(--blue-100); padding: 32px 16px 34px;
}
.m-pjvote__q { margin: 0 auto; max-width: 320px; }
.m-pjvote__q span {
  background: var(--lime); -webkit-box-decoration-break: clone; box-decoration-break: clone;
  padding: 3px 8px; font-family: var(--font-display); font-weight: var(--w-bold);
  color: var(--navy); font-size: 30px; line-height: 1.55;
}
.m-pjvote__opts { display: flex; gap: 14px; justify-content: center; margin-top: 26px; }
.m-pjvote__opt { width: 120px; height: 56px; font-size: 32px; }
.m-pjvote__now, .m-pjvote__thanks {
  font-family: var(--font-display); font-weight: var(--w-regular); color: var(--navy);
  font-size: 30px; margin-top: 28px;
}
.m-pjvote__thanks { display: none; }
.m-pjvote.is-voted .m-pjvote__thanks { display: block; }
.m-pjvote.is-voted .m-pjvote__now { display: none; }
.m-pjvote__closing {
  font-family: var(--font-body); color: var(--navy); font-size: 18px; line-height: 26px;
  margin: 10px auto 0; max-width: 345px;
}
.m-pjvote__closing strong { font-weight: var(--w-bold); }
.m-pjvote__share {
  display: inline-flex; align-items: center; gap: 8px; flex-direction: row-reverse;
  background: #32d851; color: #fff; border-radius: 60px; padding: 10px 24px;
  font-family: var(--font-display); font-weight: var(--w-bold); font-size: 22px;
  text-decoration: none; margin-top: 22px;
}
.m-pjvote__share img { width: 22px; height: 22px; }
.m-pjvote__copyright { font-family: var(--font-body); color: var(--navy); font-size: 13px; margin-top: 20px; }
.m-pjvote__copyright b { font-family: "Gilroy","Heebo",sans-serif; font-weight: 800; color: #030a11; }

/* ===== M-PJVOTE step machine (step1 → step2 form / thanks) ===== */
.m-pjvote__step--2, .m-pjvote__step--thanks { display: none; }
.m-pjvote__card.show-form  .m-pjvote__step--1 { display: none; }
.m-pjvote__card.show-form  .m-pjvote__step--2 { display: block; }
.m-pjvote__card.show-thanks .m-pjvote__step--1 { display: none; }
.m-pjvote__card.show-thanks .m-pjvote__step--thanks { display: block; }
.m-pjvote__step--thanks p { font-family: var(--font-display); color: var(--navy); font-size: 30px; padding: 20px 0; }
.m-pjvote__q2 { font-family: var(--font-display); font-weight: var(--w-bold); color: var(--navy); font-size: 28px; line-height: 1.2; }
.m-pjvote__step--2 .m-field-wrap { margin-top: 14px; }
.m-pjvote__field {
  width: 100%; height: 52px; background: #f6f6f6; border: 0; border-bottom: 2px solid var(--navy);
  border-radius: 6px; padding: 0 16px; text-align: right;
  font-family: var(--font-body); color: #1d365c; font-size: 18px;
}
.m-pjvote__field::placeholder { color: #1d365c; opacity: 1; }
.m-pjvote__field.is-invalid { border-bottom-color: #d23; background: #fff4f4; }
/* "האם אתה מתפקד ליכוד?" — question + כן/לא pills (2026-07-02) */
.m-pjvote__likud-q { font-family: var(--font-display); font-weight: var(--w-bold); color: var(--navy); font-size: 22px; line-height: 1.2; text-align: center; margin-top: 18px; }
.m-pjvote__likud-opts { display: flex; gap: 12px; justify-content: center; margin-top: 12px; }
.m-pjvote__likud-opt {
  flex: 1; max-width: 140px; height: 50px; border: 2px solid #aad3e6; border-radius: 6px;
  background: rgba(255,255,255,0.6); color: var(--navy);
  font-family: var(--font-display); font-weight: var(--w-regular); font-size: 24px; cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.m-pjvote__likud-opt.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.m-pjvote__submit {
  width: 100%; height: 54px; margin-top: 16px; background: var(--navy); border: 0; border-radius: 6px;
  color: #fff; font-family: var(--font-display); font-weight: var(--w-bold); font-size: 28px; cursor: pointer;
}
.m-pjvote__submit.is-sent { background: #2e9e4f; font-size: 20px; }
.m-pjvote__disclaimer { font-family: var(--font-body); color: #1d365c; font-size: 13px; line-height: 18px; margin-top: 12px; }
.m-field-err { display: block; color: #d23; font-family: var(--font-body); font-size: 13px; margin-top: 4px; text-align: right; }

/* ===== M-VISION 2 — white section, navy bold title, navy cards / white text ===== */
.m-vision2 { background: var(--white); padding-top: 24px; }   /* 48→24 (2026-07-02): reduce top spacing */
.m-vision2 .m-vision__title { color: var(--navy); font-weight: var(--w-bold); }
.m-vision2 .m-vcard { background: var(--navy); box-shadow: 0 6px 20px rgba(12, 29, 55, 0.22); }
.m-vision2 .m-vcard__eyebrow,
.m-vision2 .m-vcard__title,
.m-vision2 .m-vcard__body,
.m-vision2 .m-vcard__body strong,
.m-vision2 .m-vcard__body p { color: var(--white); }
