/* =====================================================
   תמיר מרכז הצמיגים — מערכת עיצוב ראשית
   Racing Red on Black/White · Rubik + Heebo · RTL
   ===================================================== */

:root {
  --black: #111111;
  --red: #D71920;
  --red-dark: #b01218;
  --white: #FFFFFF;
  --grey-bg: #F4F4F4;
  --grey-line: #e6e6e8;
  --grey-text: #555555;
  --text: #1c1c1e;
  --radius: 14px;
  --shadow-hover: 0 10px 28px rgba(17, 17, 17, .12);
  --max: 1180px;
  --wa: #1faa53;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Heebo', 'Arial Hebrew', Arial, sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  direction: rtl;
}

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

h1, h2, h3, h4, .btn, .logo-text {
  font-family: 'Rubik', 'Heebo', Arial, sans-serif;
}
h1 { font-weight: 900; }
h2 { font-weight: 800; }
h3, h4 { font-weight: 700; }

a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ===== כפתורים — שלוש רמות קבועות ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--red);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  text-decoration: none !important;
  line-height: 1.3;
}
.btn:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(215, 25, 32, .3); }

.btn.dark {
  background: var(--black);
  border-color: rgba(255, 255, 255, .25);
}
.btn.dark:hover { background: #000; box-shadow: 0 6px 18px rgba(0, 0, 0, .3); }

.btn.outline {
  background: transparent;
  border: 2px solid var(--black);
  color: var(--black) !important;
}
.btn.outline:hover { background: var(--black); color: #fff !important; box-shadow: none; }
.btn.outline.on-dark { border-color: #fff; color: #fff !important; }
.btn.outline.on-dark:hover { background: #fff; color: var(--black) !important; }

.btn.wa { background: var(--wa); }
.btn.wa:hover { background: #178a43; box-shadow: 0 6px 18px rgba(31, 170, 83, .3); }

.btn.lg { padding: 15px 34px; font-size: 1.1rem; }
.btn.sm { padding: 8px 18px; font-size: .92rem; }

/* תאימות לאחור */
.btn.white { background: #fff; color: var(--black) !important; }
.btn.white:hover { background: var(--grey-bg); }

/* ===== אייקוני SVG קטנים (במקום אימוג׳י) ===== */
.mi { width: 18px; height: 18px; flex: none; vertical-align: -3px; }
.btn .mi { width: 18px; height: 18px; }
.btn.lg .mi { width: 20px; height: 20px; }
.scope-note .mi { width: 16px; height: 16px; }
.footer-contact li { display: flex; align-items: center; gap: 8px; }
.footer-contact .mi { color: var(--red); }
.mobile-bar .mi, .mobile-cta-bar .mi { margin-inline-end: 4px; }
.contact-info .item .ic .mi { width: 24px; height: 24px; color: var(--red); vertical-align: 0; }
.whatsapp-float .mi { width: 26px; height: 26px; }
.post-card .thumb svg { width: 46px; height: 46px; position: relative; }

/* ===== Header ===== */
.site-header {
  background: var(--black);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 20px;
  max-width: var(--max);
  margin: 0 auto;
}
.logo { display: flex; align-items: center; }
.logo img { height: 58px; width: auto; display: block; }

.main-nav { margin-inline-start: auto; }
.main-nav ul {
  display: flex;
  gap: 2px;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  color: #fff;
  font-weight: 500;
  font-size: .97rem;
  padding: 10px 11px;
  border-radius: 8px;
  display: block;
  position: relative;
}
.main-nav a:hover { color: #fff; background: rgba(255, 255, 255, .1); text-decoration: none; }
.main-nav a[aria-current="page"] { color: #fff; text-decoration: none; }
.main-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 11px;
  left: 11px;
  bottom: 4px;
  height: 3px;
  border-radius: 2px;
  background: var(--red);
}

.header-cta { display: flex; align-items: center; gap: 14px; }
.phone-link {
  color: #fff;
  font-weight: 800;
  font-family: 'Rubik', sans-serif;
  font-size: 1.02rem;
  white-space: nowrap;
  direction: ltr;
}
.phone-link:hover { color: #ffb3b6; text-decoration: none; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 1.35rem;
  border-radius: 8px;
  padding: 4px 12px;
  cursor: pointer;
  line-height: 1.4;
}

/* ===== Hero כהה + טקסטורה אלכסונית ===== */
.hero, .page-hero, .benefits, .lp-hero {
  position: relative;
  background: var(--black);
  color: #fff;
  overflow: hidden;
}
.hero::before, .page-hero::before, .benefits::before, .lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, .035) 0 2px,
    transparent 2px 16px
  );
  pointer-events: none;
}
.hero > .container, .page-hero > .container, .benefits > .container, .lp-hero > .container { position: relative; }

.hero { padding: 76px 0 84px; text-align: center; }
.hero h1 {
  font-size: clamp(1.9rem, 4.6vw, 3.1rem);
  line-height: 1.22;
  margin-bottom: 16px;
  letter-spacing: -.5px;
}
.hero h1 .accent, .page-hero h1 .accent { color: var(--red); }
.hero .sub {
  max-width: 780px;
  margin: 0 auto 30px;
  font-size: 1.13rem;
  font-weight: 300;
  color: #d5d5d5;
}
.hero .actions, .lp-hero .actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 36px;
}
.hero-badges span {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: .93rem;
  color: #e8e8e8;
}

/* קו מהירות אדום — הד ללוגו */
.speed-line {
  width: 120px;
  height: 5px;
  margin: 0 auto 22px;
  background: linear-gradient(270deg, var(--red) 65%, transparent);
  border-radius: 3px;
}
.speed-line.right { margin: 0 0 22px; }

/* Hero קצר לעמודי משנה */
.page-hero { padding: 52px 0 56px; text-align: center; }
.page-hero h1 { font-size: clamp(1.65rem, 3.6vw, 2.5rem); line-height: 1.25; }
.page-hero p { color: #d5d5d5; font-weight: 300; max-width: 780px; margin: 12px auto 0; font-size: 1.06rem; }
.page-hero .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* ===== פירורי לחם ===== */
.breadcrumbs {
  font-size: .87rem;
  color: var(--grey-text);
  padding: 14px 0 0;
}
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumbs li:not(:last-child)::after { content: "‹"; margin-inline-start: 6px; color: #aaa; }
.breadcrumbs a { color: var(--grey-text); }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs [aria-current] { color: var(--text); font-weight: 500; }

/* ===== חלקים ===== */
.section { padding: 68px 0; }
.section.alt { background: var(--grey-bg); }
.section.tight { padding: 44px 0; }

.kicker {
  display: block;
  color: var(--red);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .5px;
  text-align: center;
  margin-bottom: 8px;
}
.section-title {
  text-align: center;
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.section-sub {
  text-align: center;
  color: var(--grey-text);
  max-width: 740px;
  margin: 0 auto 44px;
  font-size: 1.05rem;
}

.grid { display: grid; gap: 20px; }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid.cols-5 { grid-template-columns: repeat(5, 1fr); }

/* ===== כרטיסי שירות ===== */
.service-card, .card {
  background: #fff;
  border: 1px solid var(--grey-line);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: box-shadow .25s, transform .25s, border-color .25s;
  display: flex;
  flex-direction: column;
}
.service-card:hover, .card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
  border-color: #d8d8da;
}
.service-card .icon, .card .icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--black);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
  flex: none;
}
.service-card .icon svg { width: 28px; height: 28px; }
.service-card h3, .card h3 { margin-bottom: 8px; font-size: 1.18rem; }
.service-card p, .card p { color: var(--grey-text); font-size: .97rem; }
.service-card ul, .card ul { margin: 10px 18px 0 0; color: var(--grey-text); font-size: .95rem; }
.service-card ul li, .card ul li { margin-bottom: 5px; }
.service-card .more { margin-top: auto; padding-top: 14px; font-weight: 700; font-size: .95rem; }
a.service-card, a.card { text-decoration: none !important; color: var(--text); }

/* תגית על כרטיס */
.chip {
  display: inline-block;
  background: var(--black);
  color: #fff;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  padding: 3px 12px;
  margin-bottom: 12px;
}
.chip.red { background: var(--red); }
.chip.light { background: var(--grey-bg); color: var(--text); border: 1px solid var(--grey-line); }

/* ===== שני המסלולים (דף בית) ===== */
.tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.track-card {
  border-radius: var(--radius);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--grey-line);
  background: #fff;
  transition: box-shadow .25s, transform .25s;
}
.track-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.track-card.dark {
  position: relative;
  background: var(--black);
  color: #fff;
  border-color: var(--black);
  overflow: hidden;
}
.track-card.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 2px, transparent 2px 16px);
  pointer-events: none;
}
.track-card.dark > * { position: relative; }
.track-card h2, .track-card h3 { font-size: 1.45rem; }
.track-card p { color: var(--grey-text); }
.track-card.dark p { color: #d5d5d5; }
.track-card .actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 16px; }

/* פס הבהרה מקומי/ארצי */
.scope-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: .92rem;
  border-radius: 999px;
  padding: 6px 16px;
  width: fit-content;
}
.scope-note.local { background: var(--grey-bg); color: var(--text); border: 1px solid var(--grey-line); }
.scope-note.nationwide { background: var(--red); color: #fff; }

/* ===== מנוע חיפוש צמיגים ===== */
.search-box {
  background: #fff;
  border: 1px solid var(--grey-line);
  border-radius: var(--radius);
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.search-tabs { display: flex; background: var(--black); }
.search-tabs label {
  flex: 1;
  text-align: center;
  color: #ccc;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  padding: 15px 8px;
  cursor: pointer;
  font-size: .98rem;
  border-bottom: 3px solid transparent;
  transition: color .2s, border-color .2s;
}
.search-box input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
#tab-size:checked ~ .search-tabs label[for="tab-size"],
#tab-car:checked ~ .search-tabs label[for="tab-car"],
#tab-plate:checked ~ .search-tabs label[for="tab-plate"] {
  color: #fff;
  border-bottom-color: var(--red);
}
.search-box input[type="radio"]:focus-visible ~ .search-tabs label[for="tab-size"],
.search-box input[type="radio"]:focus-visible ~ .search-tabs label[for="tab-car"],
.search-box input[type="radio"]:focus-visible ~ .search-tabs label[for="tab-plate"] { outline: 2px solid var(--red); outline-offset: -4px; }
a:focus-visible, button:focus-visible, summary:focus-visible, label:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
  border-radius: 4px;
}
.search-pane { display: none; padding: 30px 28px; }
#tab-size:checked ~ .pane-size,
#tab-car:checked ~ .pane-car,
#tab-plate:checked ~ .pane-plate { display: block; }

.search-fields { display: flex; gap: 12px; flex-wrap: wrap; align-items: flex-end; }
.search-fields .field { flex: 1; min-width: 130px; }
.search-fields label { display: block; font-weight: 700; font-size: .9rem; margin-bottom: 6px; }
.search-fields select, .search-fields input[type="text"], .search-fields input[type="tel"] {
  width: 100%;
  border: 1px solid var(--grey-line);
  background: var(--grey-bg);
  border-radius: 10px;
  padding: 12px;
  font: inherit;
}
.search-fields select:focus, .search-fields input:focus { outline: 2px solid var(--red); }
.search-hint { font-size: .86rem; color: var(--grey-text); margin-top: 14px; }

.plate-input {
  direction: ltr;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 2px;
  border: 3px solid var(--black) !important;
  border-radius: 10px;
  background: #ffd428 !important; /* לוחית רישוי ישראלית */
  padding: 10px 16px !important;
}
.plate-result {
  margin-top: 20px;
  text-align: right;
  background: var(--grey-bg);
  border-radius: 10px;
  padding: 18px;
  display: none;
}
.plate-result.show { display: block; }
.plate-result table { width: 100%; border-collapse: collapse; }
.plate-result td { padding: 6px 4px; border-bottom: 1px solid var(--grey-line); }
.plate-result td:first-child { font-weight: 700; width: 40%; }

/* ===== תהליך 5 שלבים ===== */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: step; }
.step {
  background: #fff;
  border: 1px solid var(--grey-line);
  border-radius: var(--radius);
  padding: 24px 16px 20px;
  text-align: center;
  position: relative;
}
.step .num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--black);
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border: 3px solid var(--red);
}
.step h3 { font-size: 1.02rem; margin-bottom: 6px; }
.step p { font-size: .88rem; color: var(--grey-text); }

/* ===== מותגים ===== */
.brand-tiles { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.brand-tiles .tile {
  background: #fff;
  border: 1px solid var(--grey-line);
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  font-size: 1.05rem;
  color: var(--black);
  transition: border-color .2s, transform .2s;
}
.brand-tiles .tile:hover { border-color: var(--red); transform: translateY(-2px); text-decoration: none; }
a.tile { color: var(--black) !important; }

/* ===== אזור יתרונות (רקע שחור) ===== */
.benefits { padding: 68px 0; }
.benefits .section-title, .benefits .kicker + .section-title { color: #fff; }
.benefits .section-sub { color: #c9c9c9; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.benefit { text-align: center; padding: 10px; }
.benefit .b-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(215, 25, 32, .15);
  border: 2px solid var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.benefit .b-icon svg { width: 28px; height: 28px; }
.benefit h3 { color: #fff; font-size: 1.08rem; margin-bottom: 6px; }
.benefit p { color: #c9c9c9; font-size: .92rem; }

/* ===== תמונה במסגרת ===== */
.photo-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--grey-line);
  line-height: 0;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.photo-split h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 12px; }
.photo-split p { color: var(--grey-text); margin-bottom: 12px; }
.photo-split .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }

/* ===== שאלות נפוצות ===== */
.faq details {
  background: #fff;
  border: 1px solid var(--grey-line);
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 4px 20px;
  transition: box-shadow .2s;
}
.faq details[open] { box-shadow: var(--shadow-hover); }
.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  padding: 14px 0;
  list-style: none;
  position: relative;
  padding-left: 26px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--red);
  font-size: 1.4rem;
  font-weight: 900;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 16px; color: var(--grey-text); }

/* ===== אזור יצירת קשר ===== */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: start; }
.contact-info .item { display: flex; gap: 12px; margin-bottom: 18px; align-items: flex-start; }
.contact-info .item .ic { flex: none; line-height: 1; }
.contact-form {
  background: #fff;
  border: 1px solid var(--grey-line);
  border-radius: var(--radius);
  padding: 30px;
}
.contact-form label { font-weight: 700; display: block; margin-bottom: 6px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 1px solid var(--grey-line);
  border-radius: 10px;
  padding: 12px;
  font: inherit;
  margin-bottom: 16px;
  background: var(--grey-bg);
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 2px solid var(--red); }
.map-embed { border: 0; width: 100%; height: 320px; border-radius: var(--radius); }

.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== מאמר / עמוד טקסט ===== */
.article-page { max-width: 780px; margin: 0 auto; }
.article-page h1 { font-size: 2rem; margin-bottom: 8px; }
.article-page .meta { color: var(--grey-text); margin-bottom: 26px; }
.article-page h2 { margin: 30px 0 10px; font-size: 1.4rem; }
.article-page h3 { margin: 22px 0 8px; font-size: 1.15rem; }
.article-page p, .article-page li { margin-bottom: 12px; color: #333; }
.article-page ul, .article-page ol { margin-right: 22px; }

/* בלוג */
.post-card {
  background: #fff;
  border: 1px solid var(--grey-line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s, transform .25s;
}
.post-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.post-card .thumb {
  height: 130px;
  background: var(--black);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  position: relative;
  overflow: hidden;
}
.post-card .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 2px, transparent 2px 16px);
}
.post-card .body { padding: 22px; flex: 1; }
.post-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.post-card p { color: var(--grey-text); font-size: .95rem; }
.post-card .meta { font-size: .82rem; color: var(--grey-text); margin-bottom: 6px; }

/* ===== CTA רחב ===== */
.cta-strip {
  background: var(--black);
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 56px 20px;
}
.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 2px, transparent 2px 16px);
}
.cta-strip > * { position: relative; }
.cta-strip h2 { font-size: 1.7rem; margin-bottom: 10px; }
.cta-strip p { margin-bottom: 24px; color: #d5d5d5; }

/* ===== Footer ===== */
.site-footer { background: var(--black); color: #c9c9c9; padding: 54px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 28px;
  padding-bottom: 40px;
}
.site-footer h4 { color: #fff; margin-bottom: 14px; font-size: 1.02rem; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 7px; font-size: .92rem; }
.site-footer a { color: #c9c9c9; }
.site-footer a:hover { color: #fff; }
.footer-logo {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 26px;
}
.footer-logo img { height: 84px; width: auto; }
.footer-logo p { max-width: 440px; font-size: .95rem; }
.footer-contact { list-style: none; }
.footer-contact li { margin-bottom: 6px; }
.footer-bottom {
  border-top: 1px solid #2a2a2a;
  text-align: center;
  padding: 18px;
  font-size: .85rem;
  color: #8f8f8f;
}
.footer-bottom .legal-links { margin-top: 6px; }
.footer-bottom .legal-links a { color: #8f8f8f; margin: 0 8px; }
.footer-bottom .legal-links a:hover { color: #fff; }

/* ===== סרגל פעולות קבוע במובייל ===== */
.mobile-bar, .mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 70;
  background: var(--black);
  box-shadow: 0 -3px 14px rgba(0, 0, 0, .35);
}
.mobile-bar a, .mobile-cta-bar a {
  flex: 1;
  text-align: center;
  padding: 13px 4px;
  color: #fff;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  font-size: .95rem;
  text-decoration: none !important;
}
.mobile-bar .m-call, .mobile-cta-bar .m-call { background: var(--red); }
.mobile-bar .m-wa, .mobile-cta-bar .m-wa { background: var(--wa); }
.mobile-bar .m-nav, .mobile-cta-bar .m-nav { background: #232323; }

/* וואטסאפ צף (דסקטופ) */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 60;
  background: #25d366;
  color: #fff !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
  text-decoration: none !important;
  transition: transform .2s;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ===== דפי נחיתה (LP) ===== */
.lp-header {
  background: var(--black);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.lp-header .header-inner { justify-content: space-between; }
.lp-hero { padding: 66px 0 72px; text-align: center; }
.lp-hero h1 { font-size: clamp(1.8rem, 4.4vw, 2.9rem); line-height: 1.22; margin-bottom: 14px; }
.lp-hero h1 .accent { color: var(--red); }
.lp-hero .sub { max-width: 740px; margin: 0 auto 28px; font-size: 1.12rem; font-weight: 300; color: #d5d5d5; }

/* ===== טבלה כללית ===== */
.table-wrap { overflow-x: auto; }
table.nice { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; }
table.nice th { background: var(--black); color: #fff; padding: 12px 14px; text-align: right; font-family: 'Rubik', sans-serif; }
table.nice td { padding: 11px 14px; border-bottom: 1px solid var(--grey-line); }

/* ===== רספונסיביות ===== */
@media (max-width: 1024px) {
  .grid.cols-4, .grid.cols-5 { grid-template-columns: repeat(2, 1fr); }
  .grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  body { padding-bottom: 52px; }
  .mobile-bar, .mobile-cta-bar { display: flex; }
  .whatsapp-float { display: none; }
  .nav-toggle { display: block; margin-inline-start: auto; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: var(--black);
    padding: 10px 20px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; }
  .main-nav a[aria-current="page"]::after { right: 11px; left: auto; width: 34px; }
  .header-cta .btn { display: none; }
  .logo img { height: 48px; }
  .tracks { grid-template-columns: 1fr; }
  .contact-grid, .photo-split { grid-template-columns: 1fr; }
  .search-tabs label { font-size: .88rem; padding: 13px 4px; }
}
@media (max-width: 600px) {
  .grid.cols-2, .grid.cols-3, .grid.cols-4, .grid.cols-5 { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 54px 0 60px; }
  .section { padding: 52px 0; }
}
