/* ============================================================
   פניות הציבור — מערכת עיצוב v2 "אוויר כחול"
   Light & inviting · Royal blue × Coral · Rubik + Heebo
   ============================================================ */

:root {
  --paper: #F5F8FD;
  --paper-2: #ECF2FB;
  --paper-3: #DFE9F8;
  --ink: #13263F;
  --ink-2: #44597A;
  --ink-3: #7A8CA6;
  --blue: #1D5DF0;
  --blue-dark: #1240B8;
  --blue-soft: #E7EEFF;
  --stamp: #FF5A36;
  --stamp-dark: #E6441F;
  --stamp-soft: #FFE9E2;
  --gold: #FFB547;
  --gold-soft: #FFF2DC;
  --line: #DEE7F5;
  --ok: #17A673;
  --ok-soft: #E2F6EE;
  --white: #FFFFFF;
  --shadow-s: 0 1px 2px rgba(19, 38, 63, .06), 0 4px 14px rgba(19, 38, 63, .06);
  --shadow-m: 0 4px 10px rgba(19, 38, 63, .07), 0 14px 34px rgba(19, 38, 63, .10);
  --shadow-l: 0 10px 24px rgba(19, 38, 63, .10), 0 30px 70px rgba(19, 38, 63, .14);
  --r-s: 10px;
  --r-m: 16px;
  --r-l: 24px;
  --font-display: "Rubik", "Segoe UI", sans-serif;
  --font-body: "Heebo", "Segoe UI", sans-serif;
  --max-w: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--blue); }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.22; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); font-weight: 800; letter-spacing: -.01em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; }

.wrap { max-width: var(--max-w); margin-inline: auto; padding-inline: clamp(16px, 4vw, 32px); }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: .82rem; letter-spacing: .05em;
  color: var(--blue);
}
.kicker::before {
  content: ""; inline-size: 26px; block-size: 3px; border-radius: 2px; background: var(--stamp);
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 22px;
  min-height: 66px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
  font-family: var(--font-display); font-weight: 800; font-size: 1.22rem;
  white-space: nowrap;
}
.brand svg { display: block; }
.brand .tld { color: var(--stamp); font-weight: 700; font-size: .8em; }
.site-nav { display: flex; gap: 4px; margin-inline-start: auto; align-items: center; }
.site-nav a {
  text-decoration: none; color: var(--ink-2); font-weight: 500; font-size: .95rem;
  padding: 9px 14px; border-radius: 999px;
  transition: background .18s, color .18s;
}
.site-nav a:hover { background: var(--blue-soft); color: var(--blue); }
.site-nav a.cta {
  background: var(--stamp); color: #fff; font-weight: 700;
  box-shadow: 0 6px 16px rgba(255, 90, 54, .3);
}
.site-nav a.cta:hover { background: var(--stamp-dark); color: #fff; }
.nav-toggle { display: none; }

@media (max-width: 860px) {
  .site-nav {
    display: none;
    position: absolute; inset-inline: 0; top: 100%;
    background: var(--white); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 10px 16px 16px;
    box-shadow: var(--shadow-m);
  }
  .site-nav a { padding: 12px; }
  .site-header.nav-open .site-nav { display: flex; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    margin-inline-start: auto;
    inline-size: 42px; block-size: 42px; border-radius: 12px;
    border: 1px solid var(--line); background: var(--white); color: var(--ink);
    font-size: 1.2rem; cursor: pointer;
  }
}

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(29, 93, 240, .12), transparent 60%),
    radial-gradient(700px 380px at 8% 110%, rgba(255, 90, 54, .09), transparent 60%),
    linear-gradient(180deg, #EAF1FF 0%, var(--paper) 90%);
  border-bottom: 1px solid var(--line);
}
.hero .wrap {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(20px, 4vw, 56px); align-items: center;
  padding-block: clamp(40px, 7vw, 84px);
}
.hero-copy { animation: rise .7s ease both; }
.hero-copy h1 { margin-bottom: .35em; }
.hero-copy h1 em {
  font-style: normal; color: var(--blue);
  background-image: linear-gradient(transparent 70%, var(--stamp-soft) 70%);
}
.hero-sub { font-size: 1.13rem; color: var(--ink-2); max-width: 34em; margin: 0 0 1.4em; }
.hero-art { position: relative; animation: rise .7s .12s ease both; }
.hero-art img {
  display: block; inline-size: 100%; block-size: auto;
  filter: saturate(1.05) drop-shadow(0 24px 44px rgba(19, 38, 63, .16));
  transform: scale(1.06);
  transform-origin: center;
}
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: minmax(0, 1fr); }
  .hero-art { order: -1; max-width: 480px; margin-inline: auto; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}

/* search */
.search-box { position: relative; max-width: 560px; }
.search-box input {
  inline-size: 100%;
  font: 500 1.05rem var(--font-body);
  color: var(--ink);
  background: var(--white);
  border: 2px solid #C9D8F2;
  border-radius: 16px;
  padding: 16px 52px 16px 18px;
  box-shadow: var(--shadow-s);
  transition: border-color .15s, box-shadow .15s;
}
.search-box input:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(29, 93, 240, .15);
}
.search-box .search-ico {
  position: absolute; inset-inline-end: 16px; top: 50%; translate: 0 -50%;
  color: var(--ink-3); pointer-events: none;
}
.search-results {
  position: absolute; inset-inline: 0; top: calc(100% + 8px); z-index: 40;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-m);
  box-shadow: var(--shadow-l); max-height: 380px; overflow: auto;
  display: none;
}
.search-results.open { display: block; }
.search-results a {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 16px; text-decoration: none; color: var(--ink);
  border-bottom: 1px solid var(--paper-2);
}
.search-results a:last-child { border-bottom: 0; }
.search-results a:hover, .search-results a.active { background: var(--blue-soft); }
.search-results .sr-cat { margin-inline-start: auto; font-size: .78rem; color: var(--ink-3); }
.search-results .sr-empty { padding: 16px; color: var(--ink-3); font-size: .95rem; }

.hero-stats {
  display: flex; flex-wrap: wrap; gap: clamp(16px, 3vw, 40px);
  margin-top: 2em; padding-top: 1.2em; border-top: 1px dashed #C9D8F2;
}
.hero-stats b {
  display: block; font-family: var(--font-display); font-size: 1.7rem; font-weight: 800;
  color: var(--blue);
}
.hero-stats span { font-size: .88rem; color: var(--ink-3); }

/* ---------- sections ---------- */
.section { padding-block: clamp(44px, 6vw, 76px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-head p { margin: 0; color: var(--ink-2); max-width: 46em; }
.section.tinted { background: var(--paper-2); border-block: 1px solid var(--line); }

/* ---------- category cards ---------- */
.cat-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.stamp-card {
  position: relative;
  background: var(--white);
  border-radius: var(--r-m);
  border: 1px solid var(--line);
  text-decoration: none; color: var(--ink);
  box-shadow: var(--shadow-s);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.stamp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); border-color: #B9CDF3; }
.stamp-card-inner {
  padding: 24px 20px 20px; block-size: 100%;
  display: flex; flex-direction: column; gap: 8px;
}
.stamp-card .cat-ico {
  inline-size: 54px; block-size: 54px; border-radius: 16px;
  display: grid; place-items: center;
  background: var(--blue-soft); color: var(--blue);
}
.stamp-card h3 { margin: 8px 0 0; }
.stamp-card p { margin: 0; font-size: .9rem; color: var(--ink-3); }
.stamp-card .cat-count {
  margin-top: auto; padding-top: 10px;
  font-size: .85rem; font-weight: 700; color: var(--stamp);
}

/* ---------- org cards ---------- */
.org-grid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.org-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-m);
  padding: 14px 16px; text-decoration: none; color: var(--ink);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
}
.org-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); border-color: #B9CDF3; }
.org-logo {
  inline-size: 46px; block-size: 46px; flex: none;
  border-radius: 12px; border: 1px solid var(--line);
  background: var(--white);
  display: grid; place-items: center; overflow: hidden;
  font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--blue);
}
.org-logo img { inline-size: 30px; block-size: 30px; object-fit: contain; }
.org-card b { display: block; font-size: 1.02rem; line-height: 1.3; }
.org-card small { color: var(--ink-3); }
.org-card .chev { margin-inline-start: auto; color: var(--ink-3); flex: none; }

/* alphabet index */
.alpha-nav { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 26px; }
.alpha-nav a {
  min-inline-size: 38px; block-size: 38px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 10px; background: var(--white);
  text-decoration: none; font-weight: 700; color: var(--ink-2); padding-inline: 8px;
}
.alpha-nav a:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-soft); }
.alpha-group { margin-bottom: 30px; }
.alpha-letter {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; color: var(--blue);
  border-bottom: 2px solid var(--line); padding-bottom: 6px; margin-bottom: 14px;
}

/* ---------- steps ---------- */
.steps { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); counter-reset: step; }
.step {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-m);
  padding: 28px 22px 22px; position: relative; box-shadow: var(--shadow-s);
}
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -17px; inset-inline-start: 18px;
  inline-size: 36px; block-size: 36px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--blue); color: #fff; font-weight: 700; font-family: var(--font-display);
  box-shadow: 0 6px 14px rgba(29, 93, 240, .35);
}
.step h3 { margin-top: 4px; }
.step p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* ---------- org page ---------- */
.breadcrumbs { font-size: .85rem; color: var(--ink-3); padding-block: 14px 0; }
.breadcrumbs a { color: var(--ink-3); text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs span[aria-current] { color: var(--ink); font-weight: 600; }

.org-hero { display: flex; align-items: center; gap: 20px; padding-block: 22px 8px; flex-wrap: wrap; }
.org-hero .org-logo { inline-size: 72px; block-size: 72px; border-radius: 18px; font-size: 2rem; box-shadow: var(--shadow-s); }
.org-hero .org-logo img { inline-size: 48px; block-size: 48px; }
.org-hero h1 { margin: 0; font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.org-hero .org-tag {
  font-size: .8rem; font-weight: 700; color: var(--blue);
  background: var(--blue-soft); border: 1px solid #C9D8F2;
  padding: 4px 12px; border-radius: 999px; text-decoration: none;
}

.answer-first {
  background: var(--white); border-inline-start: 4px solid var(--blue);
  border-radius: var(--r-s); padding: 18px 20px; margin-block: 18px 8px;
  box-shadow: var(--shadow-s); color: var(--ink-2);
}
.answer-first b { color: var(--ink); }

.org-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(20px, 3vw, 40px); align-items: start; padding-block: 20px 60px;
}
@media (max-width: 960px) { .org-layout { grid-template-columns: minmax(0, 1fr); } }

.contact-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-l);
  overflow: hidden; box-shadow: var(--shadow-s); position: sticky; top: 86px;
}
.contact-card header {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff; padding: 14px 20px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  display: flex; align-items: center; gap: 10px;
}
.contact-card ul { list-style: none; margin: 0; padding: 8px 0; }
.contact-card li {
  display: flex; gap: 12px; align-items: start;
  padding: 12px 20px; border-bottom: 1px solid var(--paper-2);
}
.contact-card li:last-child { border-bottom: 0; }
.contact-card li svg { flex: none; margin-top: 3px; color: var(--blue); }
.contact-card li b { display: block; font-size: .8rem; color: var(--ink-3); font-weight: 600; }
.contact-card li a { word-break: break-all; }
.contact-card .reg-strip {
  background: var(--blue-soft); padding: 12px 20px; font-size: .88rem;
  border-top: 1px dashed #C9D8F2;
}

/* ---------- complaint form ---------- */
.form-panel {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-l);
  padding: clamp(20px, 3.5vw, 36px); box-shadow: var(--shadow-s);
  position: relative;
}
.form-panel::before {
  content: ""; position: absolute; inset-inline: 0; top: 0; block-size: 8px;
  border-radius: var(--r-l) var(--r-l) 0 0;
  background: repeating-linear-gradient(-45deg,
    var(--stamp) 0 14px, var(--white) 14px 28px, var(--blue) 28px 42px, var(--white) 42px 56px);
}
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; }
.field label .opt { color: var(--ink-3); font-weight: 400; font-size: .82rem; }
.field input, .field textarea, .field select {
  inline-size: 100%; font: 400 1rem var(--font-body); color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px;
  padding: 12px 14px; transition: border-color .15s, background .15s, box-shadow .15s;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); background: var(--white);
  box-shadow: 0 0 0 3px rgba(29, 93, 240, .12);
}
.field .hint { font-size: .8rem; color: var(--ink-3); margin-top: 4px; }
.hp-field { position: absolute; inset-inline-start: -9999px; opacity: 0; pointer-events: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: 700 1rem var(--font-body);
  border: 1.5px solid transparent; border-radius: 14px;
  padding: 13px 24px; cursor: pointer; text-decoration: none;
  transition: transform .15s, box-shadow .15s, background .15s, color .15s, border-color .15s;
}
.btn-primary {
  background: var(--stamp); color: #fff;
  box-shadow: 0 8px 20px rgba(255, 90, 54, .35);
}
.btn-primary:hover { background: var(--stamp-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(255, 90, 54, .4); }
.btn-ghost { background: var(--white); color: var(--ink-2); border-color: #C9D8F2; }
.btn-ghost:hover { background: var(--blue-soft); color: var(--blue); border-color: var(--blue); }
.btn[disabled] { opacity: .5; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; align-items: center; }
.btn-row .or { color: var(--ink-3); font-size: .85rem; }

/* recipients — clickable chips */
.recipients {
  background: var(--paper); border: 1px dashed #C9D8F2; border-radius: var(--r-m);
  padding: 16px; margin-block: 20px 4px;
}
.recipients .rec-label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: 10px; }
.rec-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.rec-chip {
  display: inline-flex; align-items: center; gap: 9px;
  flex-wrap: wrap; max-inline-size: 100%;
  border: 1.5px solid var(--line); background: var(--white); color: var(--ink-3);
  border-radius: 999px; padding: 9px 14px;
  font: 600 .9rem var(--font-body); cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
  text-align: start;
}
.rec-chip .tick {
  inline-size: 20px; block-size: 20px; flex: none; border-radius: 50%;
  border: 2px solid #C9D8F2; display: grid; place-items: center; color: transparent;
  font-size: .7rem; transition: background .15s, border-color .15s, color .15s;
}
.rec-chip.active { border-color: var(--blue); background: var(--blue-soft); color: var(--ink); }
.rec-chip.active .tick { background: var(--blue); border-color: var(--blue); color: #fff; }
.rec-chip.link { border-style: dashed; border-color: #AFC4EC; color: var(--blue-dark); }
.rec-chip.link .tick { border-style: dashed; border-color: var(--blue); color: var(--blue); background: var(--white); }
.rec-chip.link:hover { background: var(--blue-soft); border-color: var(--blue); }
.rec-chip code { direction: ltr; unicode-bidi: embed; font-size: .82em; color: var(--ink-3); }
.rec-chip.active code { color: var(--blue-dark); }
.rec-hint { font-size: .84rem; color: var(--ink-3); margin: 10px 2px 0; }
.rec-hint b { color: var(--ok); }

/* send status */
.send-status { margin-top: 14px; font-size: .95rem; display: none; border-radius: var(--r-s); padding: 12px 16px; }
.send-status.err { display: block; background: var(--stamp-soft); color: var(--stamp-dark); }
.send-status.busy { display: block; background: var(--blue-soft); color: var(--blue-dark); }

/* success seal */
.stamp-seal {
  display: none;
  position: fixed; inset: 0; z-index: 100;
  place-items: center; background: rgba(19, 38, 63, .5);
  padding: 20px;
}
.stamp-seal.show { display: grid; }
.stamp-seal .seal-card {
  background: var(--white); border-radius: var(--r-l); padding: 44px 40px;
  max-width: 440px; text-align: center; box-shadow: var(--shadow-l); position: relative;
}
.seal-mark {
  inline-size: 110px; block-size: 110px; margin-inline: auto; margin-bottom: 18px;
  border-radius: 50%; background: var(--ok-soft);
  display: grid; place-items: center; color: var(--ok);
  animation: stampIn .45s cubic-bezier(.2, 1.6, .4, 1) both;
}
@keyframes stampIn {
  0% { transform: scale(2); opacity: 0; }
  60% { transform: scale(.94); opacity: 1; }
  100% { transform: scale(1); }
}

/* email preview modal */
.stamp-seal .pv-card {
  max-width: 680px; inline-size: 100%; text-align: start;
  padding: 0; overflow: hidden;
  display: flex; flex-direction: column; max-height: 88vh;
}
.pv-titlebar {
  display: flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff; padding: 14px 20px;
  font-family: var(--font-display); font-weight: 700;
}
.pv-titlebar .pv-close {
  margin-inline-start: auto; background: rgba(255,255,255,.15); border: 0; color: #fff;
  inline-size: 32px; block-size: 32px; border-radius: 9px; cursor: pointer; font-size: 1rem;
}
.pv-titlebar .pv-close:hover { background: rgba(255,255,255,.3); }
.pv-scroll { overflow: auto; padding: 20px 24px 24px; }
.pv-fields { border: 1px solid var(--line); border-radius: var(--r-s); overflow: hidden; margin-bottom: 14px; }
.pv-row {
  display: flex; gap: 10px; align-items: baseline;
  padding: 9px 14px; border-bottom: 1px solid var(--paper-2);
  font-size: .93rem;
}
.pv-row:last-child { border-bottom: 0; }
.pv-row > b { flex: none; inline-size: 90px; color: var(--ink-3); font-weight: 600; }
.pv-row .pv-mail { direction: ltr; unicode-bidi: embed; color: var(--blue-dark); }
.pv-row .pv-name { font-weight: 600; }
.pv-body {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 16px 18px; white-space: pre-wrap; font-size: .95rem; line-height: 1.7;
  max-height: 300px; overflow: auto;
}
.pv-note { font-size: .8rem; color: var(--ink-3); margin: 10px 2px 0; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; }
.faq details {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-m);
  margin-bottom: 10px; overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 20px;
  font-weight: 700; display: flex; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; margin-inline-start: auto; color: var(--blue);
  font-size: 1.3rem; font-weight: 400; transition: rotate .2s;
}
.faq details[open] summary::after { rotate: 45deg; }
.faq .faq-a { padding: 0 20px 18px; color: var(--ink-2); }
.faq .faq-a :is(p, ul) { margin: 0 0 .6em; }

/* ---------- TripleCheck promo ---------- */
.tc-promo {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff; border-radius: var(--r-l);
  padding: 24px 26px; margin-block: 26px;
  box-shadow: 0 14px 34px rgba(29, 93, 240, .3);
}
.tc-promo .tc-ico {
  inline-size: 54px; block-size: 54px; flex: none; border-radius: 16px;
  background: rgba(255, 255, 255, .15); display: grid; place-items: center;
}
.tc-promo b { font-family: var(--font-display); font-size: 1.15rem; display: block; }
.tc-promo p { margin: 2px 0 0; font-size: .92rem; color: #D6E2FF; max-width: 40em; }
.tc-promo .btn {
  margin-inline-start: auto; background: var(--gold); color: var(--ink);
  box-shadow: none;
}
.tc-promo .btn:hover { transform: translateY(-2px); background: #FFC468; }
@media (max-width: 640px) { .tc-promo .btn { margin-inline-start: 0; inline-size: 100%; } }

/* ---------- prose ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.3em; }
.prose ul, .prose ol { padding-inline-start: 1.3em; }
.prose blockquote {
  margin: 1.2em 0; padding: 14px 20px;
  background: var(--white); border-inline-start: 4px solid var(--blue);
  border-radius: var(--r-s); color: var(--ink-2);
}
.prose table { border-collapse: collapse; inline-size: 100%; font-size: .93rem; background: var(--white); }
.prose th, .prose td { border: 1px solid var(--line); padding: 9px 12px; text-align: start; }
.prose th { background: var(--blue-soft); font-weight: 700; }
.table-scroll { overflow-x: auto; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--ink); color: #AFBFD6; margin-top: 40px;
}
.site-footer .wrap { padding-block: 48px 28px; }
.footer-grid {
  display: grid; gap: 30px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, .12);
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-family: var(--font-display); margin: 0 0 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { color: #AFBFD6; text-decoration: none; font-size: .93rem; }
.site-footer a:hover { color: var(--gold); }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; margin-bottom: 10px; }
.footer-note { font-size: .82rem; line-height: 1.7; max-width: 34em; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  padding-top: 22px; font-size: .8rem; color: #8195AD;
}
.footer-bottom a { color: #8195AD; }

/* ---------- misc ---------- */
.notice {
  background: var(--gold-soft); border: 1px solid var(--gold); border-radius: var(--r-m);
  padding: 14px 18px; font-size: .92rem; margin-block: 16px;
}
.skip-link {
  position: absolute; inset-inline-start: -999px; top: 8px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 8px;
}
.skip-link:focus { inset-inline-start: 8px; }

html.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html.js .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   נגישות — מצבים (חוק שוויון זכויות לאנשים עם מוגבלות)
   ============================================================ */
html.a11y-fs1 { font-size: 112.5%; }
html.a11y-fs1 body { font-size: 19px; }
html.a11y-fs2 { font-size: 125%; }
html.a11y-fs2 body { font-size: 21px; }
html.a11y-contrast body { filter: contrast(1.3); }
html.a11y-grayscale body { filter: grayscale(1); }
html.a11y-contrast.a11y-grayscale body { filter: contrast(1.3) grayscale(1); }
html.a11y-links a { text-decoration: underline !important; text-underline-offset: 3px; background: #FFF3B0 !important; color: #0A1B33 !important; }
html.a11y-readable body, html.a11y-readable h1, html.a11y-readable h2, html.a11y-readable h3,
html.a11y-readable button, html.a11y-readable input, html.a11y-readable textarea, html.a11y-readable select {
  font-family: Arial, "Segoe UI", sans-serif !important; letter-spacing: .01em;
}
html.a11y-noanim *, html.a11y-noanim *::before, html.a11y-noanim *::after {
  animation: none !important; transition: none !important; scroll-behavior: auto !important;
}
html.a11y-noanim .reveal { opacity: 1 !important; transform: none !important; }
html.a11y-cursor, html.a11y-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 24 24'%3E%3Cpath d='M5 2l14 10-6.5 1.2L16 20l-3 1.6-3.4-6.8L5 19z' fill='%23000' stroke='%23fff' stroke-width='1.4'/%3E%3C/svg%3E") 4 2, auto !important;
}
*:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

/* accessibility widget */
.a11y-btn {
  position: fixed; inset-inline-end: 18px; bottom: 18px; z-index: 90;
  inline-size: 52px; block-size: 52px; border-radius: 50%;
  background: var(--blue); color: #fff; border: 2px solid #fff;
  display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 8px 22px rgba(29, 93, 240, .4);
}
.a11y-btn:hover { background: var(--blue-dark); }
.a11y-panel {
  position: fixed; inset-inline-end: 18px; bottom: 80px; z-index: 95;
  inline-size: min(310px, calc(100vw - 36px));
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-l);
  box-shadow: var(--shadow-l); padding: 18px; display: none;
}
.a11y-panel.open { display: block; }
.a11y-panel h3 { margin: 0 0 12px; font-size: 1.05rem; display: flex; align-items: center; gap: 8px; }
.a11y-panel h3 .a11y-close { margin-inline-start: auto; background: var(--paper-2); border: 0; inline-size: 30px; block-size: 30px; border-radius: 8px; cursor: pointer; color: var(--ink); }
.a11y-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.a11y-opt {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  padding: 10px 6px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--white); cursor: pointer; font: 600 .8rem var(--font-body); color: var(--ink-2);
  text-align: center;
}
.a11y-opt .ico { font-size: 1.2rem; line-height: 1; }
.a11y-opt.on { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-dark); }
.a11y-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; font-size: .8rem; }
.a11y-foot button { background: none; border: 0; color: var(--stamp); font-weight: 700; cursor: pointer; font-size: .85rem; }
.a11y-foot a { color: var(--ink-3); }
