/* דף הנחיתה פורץ מה-container הצר של האפליקציה לרוחב מלא */
#view.view-landing { max-width: none; padding: 0; }
.landing-v2 { width: 100%; }
.landing-v2 .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ═══════════════════════════════════════════════════════════════
   תאוריה.IL · Epic Cinematic Design
   ═══════════════════════════════════════════════════════════════ */

.landing-v2, .landing-v2 :root {
  /* Brand */
  --blue: #1b5fd9;
  --blue-deep: #14418f;
  --blue-light: #4a85e8;
  --yellow: #ffc93c;
  --yellow-deep: #f0b41e;

  /* Greens (for success states) */
  --go: #1e9e62;
  --go-deep: #167a4b;

  /* Reds (for stop states) */
  --stop: #d6453d;

  /* Neutrals */
  --ink: #0a1530;
  --ink-soft: #15233b;
  --ink-2: #1f2a48;
  --paper: #f2f5f9;
  --paper-warm: #fffbf0;
  --card: #ffffff;
  --line: #d9e1ec;
  --line-soft: rgba(255,255,255,0.1);

  /* Typography */
  --font-display: 'Suez One', 'Heebo', system-ui, sans-serif;
  --font-body: 'Heebo', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;

  /* Layout */
  --container: 1280px;
  --container-wide: 1440px;

  /* Radii */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-2xl: 40px;
  --r-pill: 999px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(15,35,59,0.06);
  --shadow-md: 0 8px 24px rgba(15,35,59,0.10);
  --shadow-lg: 0 24px 60px rgba(15,35,59,0.14);
  --shadow-blue: 0 12px 40px rgba(27,95,217,0.4);

  /* Easing */
  --ease: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.landing-v2 /* ─────── RESET ─────── */
.landing-v2, .landing-v2 *, .landing-v2 *::before, .landing-v2 *::after { box-sizing: border-box; }
.landing-v2 h1, .landing-v2 h2, .landing-v2 h3, .landing-v2 h4, .landing-v2 p,
.landing-v2 ul, .landing-v2 ol, .landing-v2 li, .landing-v2 figure, .landing-v2 blockquote { margin: 0; padding: 0; }
.landing-v2 ul, .landing-v2 ol { list-style: none; }

.landing-v2 { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
.landing-v2 {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
.landing-v2 img, .landing-v2 picture, .landing-v2 video { display: block; max-width: 100%; height: auto; }
.landing-v2 a { color: inherit; text-decoration: none; }
.landing-v2 button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.landing-v2 input, .landing-v2 textarea, .landing-v2 select { font: inherit; }

.landing-v2 /* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
.landing-v2 ::-webkit-scrollbar-track { background: var(--paper); }
.landing-v2 ::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 5px; }
.landing-v2 ::-webkit-scrollbar-thumb:hover { background: var(--blue-deep); }

.landing-v2 ::selection { background: var(--blue); color: white; }

.landing-v2 *:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

.landing-v2 /* Skip link */
.skip-link {
  position: absolute;
  top: -100px;
  inset-inline-start: 16px;
  padding: 12px 24px;
  background: var(--blue);
  color: white;
  border-radius: var(--r-md);
  z-index: 99999;
  font-weight: 600;
  transition: top 0.3s var(--ease-out);
}
.landing-v2 .skip-link:focus { top: 16px; }

.landing-v2 /* ─────── UTILS ─────── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.landing-v2 .container--wide { max-width: var(--container-wide); margin: 0 auto; padding: 0 24px; }

.landing-v2 .section-head { text-align: center; margin-bottom: 64px; }

.landing-v2 .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--blue);
  padding: 6px 16px;
  background: rgba(27, 95, 217, 0.08);
  border: 1px solid rgba(27, 95, 217, 0.25);
  border-radius: var(--r-pill);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.landing-v2 .kicker--light { color: white; background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); }
.landing-v2 .kicker--yellow { color: var(--ink); background: var(--yellow); border-color: var(--yellow-deep); }

.landing-v2 .section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.landing-v2 .section-title span { display: block; }
.landing-v2 .section-title em {
  font-style: normal;
  color: var(--blue);
  display: inline;
  background-image: linear-gradient(rgba(27, 95, 217, 0.16), rgba(27, 95, 217, 0.16));
  background-repeat: no-repeat;
  background-size: 100% 0.26em;
  background-position: 0 92%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-inline: 0.06em;
}
.landing-v2 .section-sub {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

.landing-v2 /* ─────── BUTTONS ─────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 400;
  border-radius: var(--r-pill);
  transition: all 0.4s var(--ease-out);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.landing-v2 .btn svg { flex-shrink: 0; transition: transform 0.4s var(--ease-out); }
.landing-v2 .btn:hover svg { transform: translateX(-4px); }

.landing-v2 .btn--primary {
  background: var(--blue);
  color: white;
  box-shadow: var(--shadow-blue);
}
.landing-v2 .btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  opacity: 0;
  transition: opacity 0.4s var(--ease-out);
  z-index: 0;
}
.landing-v2 .btn--primary > * { position: relative; z-index: 1; }
.landing-v2 .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 50px rgba(27, 95, 217, 0.55);
}
.landing-v2 .btn--primary:hover::before { opacity: 1; }

.landing-v2 .btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.landing-v2 .btn--ghost:hover {
  background: white;
  border-color: var(--blue);
  color: var(--blue);
}
/* כפתור ghost בתוך ה-hero הכהה: טקסט לבן וגבול בהיר */
.landing-v2 .hero .btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
}
.landing-v2 .hero .btn--ghost:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff;
}

.landing-v2 .btn--white {
  background: white;
  color: var(--blue);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.landing-v2 .btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.3);
}

.landing-v2 .btn--ghost-light {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255,255,255,0.4);
}
.landing-v2 .btn--ghost-light:hover {
  background: rgba(255,255,255,0.12);
  border-color: white;
}

.landing-v2 .btn--lg { padding: 18px 36px; font-size: 17px; }
.landing-v2 .btn--xl { padding: 22px 48px; font-size: 19px; }

.landing-v2 /* ─────── LOADER ─────── */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: linear-gradient(135deg, var(--ink) 0%, var(--blue-deep) 100%);
  display: grid;
  place-items: center;
  transition: opacity 0.6s var(--ease), visibility 0.6s var(--ease);
}
.landing-v2 .loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.landing-v2 .loader__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.landing-v2 .loader__logo svg { animation: pulse-loader 1.6s var(--ease) infinite; }
.landing-v2 .loader__text {
  font-family: var(--font-display);
  font-size: 18px;
  color: white;
  letter-spacing: 0.02em;
}
.landing-v2 .loader__progress {
  width: 240px;
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
}
.landing-v2 .loader__progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--yellow), var(--blue-light));
  width: 0%;
  transition: width 0.3s var(--ease-out);
  border-radius: 2px;
}
.landing-v2 .loader__skip {
  font-family: var(--font-display);
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  padding: 8px 16px;
  border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.3s var(--ease);
  letter-spacing: 0.05em;
}
.landing-v2 .loader__skip:hover { color: white; border-color: rgba(255,255,255,0.4); }

@keyframes pulse-loader {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.landing-v2 /* ─────── CURSOR ─────── */
.cursor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: difference;
  display: none;
}
.landing-v2 .cursor__dot, .landing-v2 .cursor__ring {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.landing-v2 .cursor__dot {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: width 0.3s, height 0.3s;
}
.landing-v2 .cursor__ring {
  width: 36px;
  height: 36px;
  border: 1.5px solid white;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: width 0.3s, height 0.3s, background 0.3s;
}
.landing-v2 .cursor.is-hover .cursor__dot { width: 0; height: 0; }
.landing-v2 .cursor.is-hover .cursor__ring { width: 60px; height: 60px; background: rgba(255,255,255,0.1); }

@media (pointer: fine) {
  .landing-v2 .cursor { display: block; }
  .landing-v2 { cursor: none; }
  .landing-v2 a, .landing-v2 button, .landing-v2 [data-cursor], .landing-v2 [data-magnetic] { cursor: none; }
}

.landing-v2 /* ─────── PROMO BAR ─────── */
.promo-bar {
  background: linear-gradient(90deg, var(--blue-deep), var(--blue));
  color: white;
  padding: 10px 0;
  font-size: 14px;
}
.landing-v2 .promo-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.landing-v2 .promo-bar__badge {
  background: var(--yellow);
  color: var(--ink);
  padding: 2px 10px;
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.05em;
}
.landing-v2 .promo-bar__text { font-weight: 400; }
.landing-v2 .promo-bar__cta {
  color: var(--yellow);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.landing-v2 .promo-bar__cta:hover { color: white; }

@media (max-width: 600px) {
  .landing-v2 .promo-bar__inner { gap: 8px; padding: 0 16px; }
  .landing-v2 .promo-bar__text { font-size: 13px; }
}

.landing-v2 /* ─────── HEADER ─────── */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(242, 245, 249, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid var(--line);
  transition: all 0.4s var(--ease);
}
.landing-v2 .header.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-sm);
}
.landing-v2 .header.is-hidden { transform: translateY(-100%); }
.landing-v2 .header__container {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.landing-v2 .header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.landing-v2 .header__sign svg { display: block; }
.landing-v2 .header__name {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.landing-v2 .header__name em {
  font-style: normal;
  color: var(--yellow-deep);
}
.landing-v2 .header__nav {
  display: flex;
  gap: 28px;
  margin-inline-start: auto;
}
.landing-v2 .header__link {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
  transition: color 0.3s var(--ease);
}
.landing-v2 .header__link::after {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: -2px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-out);
}
.landing-v2 .header__link:hover { color: var(--ink); }
.landing-v2 .header__link:hover::after { transform: scaleX(1); transform-origin: left; }

.landing-v2 .header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.landing-v2 .header__login {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--ink-soft);
  padding: 8px 12px;
}
.landing-v2 .header__login:hover { color: var(--ink); }

.landing-v2 .header__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--blue);
  color: white;
  font-family: var(--font-display);
  font-size: 15px;
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-blue);
  transition: all 0.4s var(--ease-out);
}
.landing-v2 .header__cta:hover {
  background: var(--blue-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 50px rgba(27,95,217,0.5);
}
.landing-v2 .header__cta svg { transition: transform 0.4s var(--ease-out); }
.landing-v2 .header__cta:hover svg { transform: translateX(-4px); }

.landing-v2 .header__burger {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.landing-v2 .header__burger span {
  width: 24px;
  height: 2px;
  background: var(--ink);
  transition: all 0.3s var(--ease);
}
.landing-v2 .header__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.landing-v2 .header__burger.is-open span:nth-child(2) { opacity: 0; }
.landing-v2 .header__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1100px) {
  .landing-v2 .header__nav { gap: 20px; }
}
@media (max-width: 1000px) {
  .landing-v2 .header__nav { display: none; }
  .landing-v2 .header__burger { display: flex; }
}
@media (max-width: 600px) {
  .landing-v2 .header__login { display: none; }
  .landing-v2 .header__name { display: none; }
}

.landing-v2 /* ─────── HERO ─────── */
.hero {
  position: relative;
  min-height: calc(100vh - 100px);
  background: var(--ink);
  overflow: hidden;
  padding: 60px 0 80px;
}
.landing-v2 .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.landing-v2 .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: brightness(0.75) saturate(1.3);
  animation: hero-bg-pan 40s var(--ease) infinite alternate;
}
@keyframes hero-bg-pan {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.15) translate(-3%, -2%); }
}
.landing-v2 .hero__bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at center 40%, transparent 0%, rgba(10,21,48,0.6) 50%, rgba(10,21,48,0.95) 100%),
    linear-gradient(180deg, rgba(10,21,48,0.7) 0%, rgba(10,21,48,0.3) 30%, rgba(10,21,48,0.95) 100%);
}

.landing-v2 .hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}

.landing-v2 .hero__container {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-v2 .hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(255, 201, 60, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 201, 60, 0.5);
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--yellow);
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.landing-v2 .hero__pill-dot {
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
  animation: pulse-live 1.6s var(--ease) infinite;
}
@keyframes pulse-live {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}

.landing-v2 .hero__title {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 112px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  color: white;
  text-shadow: 0 4px 32px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);
}
.landing-v2 .hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--yellow) 0%, #ff9d3c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-v2 .hero__line { display: block; overflow: hidden; }
.landing-v2 .hero__line > span { display: inline-block; }

.landing-v2 .hero__lead {
  font-size: clamp(16px, 1.4vw, 21px);
  color: white;
  font-weight: 400;
  text-shadow: 0 2px 16px rgba(0,0,0,0.6), 0 1px 3px rgba(0,0,0,0.4);
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.landing-v2 .hero__lead strong { color: var(--yellow); font-weight: 700; }

.landing-v2 .hero__cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.landing-v2 .hero__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 24px 40px;
  background: rgba(10, 21, 48, 0.6);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--r-xl);
  flex-wrap: wrap;
  max-width: 960px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.landing-v2 .hero__trust-item { text-align: center; }
.landing-v2 .hero__trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.landing-v2 .hero__trust-item span {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.02em;
}
.landing-v2 .hero__trust-sep {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.2);
}
@media (max-width: 768px) {
  .landing-v2 .hero__trust-sep { display: none; }
  .landing-v2 .hero__trust-item { flex: 0 0 calc(50% - 16px); }
}

.landing-v2 .hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.landing-v2 .hero__scroll svg { animation: bounce 2s var(--ease) infinite; }
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   FEATURES
   ═══════════════════════════════════════════════════════════════ */
.features {
  padding: 120px 0;
  background: var(--paper);
}
.landing-v2 .features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.landing-v2 .feature {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 32px;
  transition: all 0.5s var(--ease-out);
  will-change: transform;
}
.landing-v2 .feature:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-lg);
}
.landing-v2 .feature__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--r-md);
  background: rgba(27,95,217,0.08);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s var(--ease);
}
.landing-v2 .feature:hover .feature__icon {
  background: var(--blue);
  color: white;
  transform: rotate(-5deg) scale(1.1);
}
.landing-v2 .feature h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.landing-v2 .feature p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   CATEGORIES
   ═══════════════════════════════════════════════════════════════ */
.categories {
  padding: 120px 0;
  background: white;
}
.landing-v2 .categories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.landing-v2 .category {
  background: linear-gradient(135deg, var(--paper) 0%, white 100%);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
  will-change: transform;
}
.landing-v2 .category::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
  z-index: 0;
}
.landing-v2 .category > * { position: relative; z-index: 1; transition: color 0.4s var(--ease); }
.landing-v2 .category:hover { border-color: var(--blue); transform: translateY(-6px); }
.landing-v2 .category:hover::before { opacity: 1; }
.landing-v2 .category:hover h3, .landing-v2 .category:hover p, .landing-v2 .category:hover .category__cta { color: white; }
.landing-v2 .category:hover .category__icon { background: rgba(255,255,255,0.15); }

.landing-v2 .category__icon {
  font-size: 48px;
  margin-bottom: 16px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(27,95,217,0.08);
  border-radius: var(--r-lg);
  transition: all 0.4s var(--ease);
}
.landing-v2 .category h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.landing-v2 .category p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 16px;
}
.landing-v2 .category__cta {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  color: var(--blue);
  letter-spacing: 0.02em;
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════════════════════════════ */
.how {
  position: relative;
  padding: 120px 0;
  background: var(--ink);
  color: white;
  overflow: hidden;
}
.landing-v2 .how__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.landing-v2 .how__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: saturate(0.5);
}
.landing-v2 .how__bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,21,48,0.85) 0%, rgba(10,21,48,0.92) 50%, rgba(10,21,48,0.95) 100%);
}
.landing-v2 .how .container { position: relative; z-index: 1; }
.landing-v2 .how .section-title { color: white; }
.landing-v2 .how .section-title em { color: var(--yellow); }
.landing-v2 .how .section-title em { background-image: linear-gradient(rgba(255, 201, 60, 0.22), rgba(255, 201, 60, 0.22)); }

.landing-v2 .how__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  counter-reset: step;
}
.landing-v2 .how__step {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-xl);
  padding: 32px 28px;
  transition: all 0.4s var(--ease-out);
}
.landing-v2 .how__step:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,201,60,0.4);
  transform: translateY(-4px);
}
.landing-v2 .how__num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  color: var(--yellow);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.landing-v2 .how__step h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.landing-v2 .how__step p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   ADHD
   ═══════════════════════════════════════════════════════════════ */
.adhd {
  padding: 120px 0;
  background: linear-gradient(180deg, var(--paper) 0%, white 100%);
}
.landing-v2 .adhd__container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: center;
}
.landing-v2 .adhd__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 20px 0 24px;
  color: var(--ink);
}
.landing-v2 .adhd__title em {
  font-style: normal;
  color: var(--blue);
}
.landing-v2 .adhd__lead {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 24px;
}
.landing-v2 .adhd__list {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.landing-v2 .adhd__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
  padding: 12px 0;
}
.landing-v2 .adhd__list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--go);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.landing-v2 .adhd__visual-card {
  background: linear-gradient(135deg, var(--yellow) 0%, #ff9d3c 100%);
  border-radius: var(--r-xl);
  padding: 48px 40px;
  text-align: center;
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(255,157,60,0.3);
  position: relative;
  overflow: hidden;
}
.landing-v2 .adhd__visual-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.4), transparent 60%);
}
.landing-v2 .adhd__visual-icon {
  font-size: 64px;
  margin-bottom: 16px;
}
.landing-v2 .adhd__visual-card h3 {
  font-family: var(--font-display);
  font-size: 32px;
  margin-bottom: 12px;
}
.landing-v2 .adhd__visual-card p {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .landing-v2 .adhd__container { grid-template-columns: 1fr; gap: 48px; }
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   PRICING
   ═══════════════════════════════════════════════════════════════ */
.pricing {
  padding: 120px 0;
  background: var(--paper);
}
.landing-v2 .pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.landing-v2 .plan {
  background: white;
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 40px 32px;
  position: relative;
  transition: all 0.4s var(--ease-out);
  will-change: transform;
  display: flex;
  flex-direction: column;
}
.landing-v2 .plan:hover {
  border-color: var(--blue);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.landing-v2 .plan--featured {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%);
  border-color: var(--blue);
  color: white;
  transform: scale(1.04);
}
.landing-v2 .plan--featured:hover { transform: scale(1.04) translateY(-6px); }
.landing-v2 .plan__badge {
  position: absolute;
  top: -14px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 13px;
  border-radius: var(--r-pill);
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(255,201,60,0.4);
  white-space: nowrap;
}
.landing-v2 .plan h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.landing-v2 .plan__desc {
  font-size: 14px;
  margin-bottom: 24px;
  min-height: 42px;
  color: rgba(255,255,255,0.8);
}
.landing-v2 .plan:not(.plan--featured) .plan__desc { color: var(--ink-soft); }
.landing-v2 .plan__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.landing-v2 .plan:not(.plan--featured) .plan__price {
  border-bottom-color: var(--line);
}
.landing-v2 .plan__price-num {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
.landing-v2 .plan__price-unit {
  font-family: var(--font-display);
  font-size: 14px;
  opacity: 0.8;
}
.landing-v2 .plan__features {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.landing-v2 .plan__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.landing-v2 .plan__features li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.landing-v2 .plan:not(.plan--featured) .plan__features li::before {
  background: rgba(27,95,217,0.1);
  color: var(--blue);
}
.landing-v2 .plan .btn { align-self: stretch; }

.landing-v2 .pricing__note {
  text-align: center;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════════ */
.faq {
  padding: 120px 0;
  background: white;
}
.landing-v2 .faq__list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.landing-v2 .faq__item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.landing-v2 .faq__item:hover { border-color: var(--blue); }
.landing-v2 .faq__item[open] {
  background: white;
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
}
.landing-v2 .faq__item summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  cursor: pointer;
  list-style: none;
  transition: background 0.3s var(--ease);
}
.landing-v2 .faq__item summary::-webkit-details-marker { display: none; }
.landing-v2 .faq__item summary:hover { background: rgba(27,95,217,0.04); }
.landing-v2 .faq__num {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.05em;
  flex-shrink: 0;
  min-width: 24px;
}
.landing-v2 .faq__q {
  flex: 1;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.landing-v2 .faq__icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}
.landing-v2 .faq__icon::before, .landing-v2 .faq__icon::after {
  content: '';
  position: absolute;
  background: var(--blue);
  transition: transform 0.3s var(--ease);
}
.landing-v2 .faq__icon::before { top: 11px; left: 4px; right: 4px; height: 2px; }
.landing-v2 .faq__icon::after { top: 4px; left: 11px; bottom: 4px; width: 2px; }
.landing-v2 .faq__item[open] .faq__icon::after { transform: scaleY(0); }
.landing-v2 .faq__body {
  padding: 0 28px 24px 68px;
}
.landing-v2 .faq__body p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════════════════════════ */
.blog {
  padding: 120px 0;
  background: var(--paper-warm);
}
.landing-v2 .blog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.landing-v2 .post {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
  will-change: transform;
}
.landing-v2 .post:hover {
  border-color: var(--blue);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.landing-v2 .post__link {
  display: block;
  padding: 32px;
  color: var(--ink);
}
.landing-v2 .post__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.landing-v2 .post__meta time { font-family: var(--font-display); }
.landing-v2 .post h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  transition: color 0.3s var(--ease);
}
.landing-v2 .post:hover h3 { color: var(--blue); }
.landing-v2 .post p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 16px;
}
.landing-v2 .post__cta {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--blue);
  letter-spacing: 0.02em;
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════════════════════════ */
.final-cta {
  padding: 140px 0;
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue) 60%, var(--blue-light) 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.landing-v2 .final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(255,201,60,0.15) 0%, transparent 50%);
}
.landing-v2 .final-cta::after {
  content: '🚗';
  position: absolute;
  bottom: -50px;
  inset-inline-end: 5%;
  font-size: 280px;
  opacity: 0.1;
  pointer-events: none;
}
.landing-v2 .final-cta__container {
  text-align: center;
  position: relative;
  z-index: 1;
}
.landing-v2 .final-cta__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 88px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 20px 0 24px;
}
.landing-v2 .final-cta__title em {
  font-style: normal;
  color: var(--yellow);
}
.landing-v2 .final-cta__lead {
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
}
.landing-v2 .final-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 32px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.landing-v2 .footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.landing-v2 .footer__logo svg { display: block; }
.landing-v2 .footer__tagline {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 20px;
  max-width: 320px;
}
.landing-v2 .footer__social {
  display: flex;
  gap: 8px;
}
.landing-v2 .footer__social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  transition: all 0.3s var(--ease);
}
.landing-v2 .footer__social a:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  transform: translateY(-2px);
}
.landing-v2 .footer__col h3 {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 16px;
}
.landing-v2 .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.landing-v2 .footer__col a {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  transition: color 0.3s var(--ease);
}
.landing-v2 .footer__col a:hover { color: white; }

.landing-v2 .footer__bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.landing-v2 .footer__bottom p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.landing-v2 .footer__disclaimer { font-size: 12px; opacity: 0.7; }

@media (max-width: 900px) {
  .landing-v2 .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .landing-v2 .footer__grid { grid-template-columns: 1fr; }
}

.landing-v2 /* ═══════════════════════════════════════════════════════════════
   BACK TO TOP
   ═══════════════════════════════════════════════════════════════ */
.back-to-top {
  position: fixed;
  bottom: 32px;
  inset-inline-end: 32px;
  z-index: 89;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-blue);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: all 0.3s var(--ease);
}
.landing-v2 .back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.landing-v2 .back-to-top:hover {
  background: var(--blue-deep);
  transform: translateY(-4px);
}

/* ─────── PRINT ─────── */
@media print {
  .landing-v2 .header, .landing-v2 .footer, .landing-v2 .promo-bar, .landing-v2 .back-to-top, .landing-v2 .loader, .landing-v2 .cursor, .landing-v2 .hero__canvas, .landing-v2 .hero__scroll {
    display: none !important;
  }
  .landing-v2 { background: white; color: black; }
}
/* ═══ אנימציות חשיפה (Vanilla, במקום GSAP) ═══ */
.landing-v2 [data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity .9s cubic-bezier(0.16,1,0.3,1), transform .9s cubic-bezier(0.16,1,0.3,1); }
.landing-v2 [data-reveal].lp-in { opacity: 1; transform: none; }
.landing-v2 [data-split] > span { display: block; opacity: 0; transform: translateY(60px); transition: opacity .9s cubic-bezier(0.16,1,0.3,1), transform .9s cubic-bezier(0.16,1,0.3,1); }
.landing-v2 [data-split] span span { display: inline-block; opacity: 0; transform: translateY(60px); transition: opacity .9s cubic-bezier(0.16,1,0.3,1), transform .9s cubic-bezier(0.16,1,0.3,1); }
.landing-v2 [data-split].lp-in span span, .landing-v2 [data-split].lp-in > span { opacity: 1; transform: none; }
.landing-v2 [data-split].lp-in > span:nth-child(2) { transition-delay: .1s; }
.landing-v2 .features__grid [data-reveal].lp-in { transition-delay: 0s; }
.landing-v2 .features__grid [data-reveal]:nth-child(2) { transition-delay: .06s; }
.landing-v2 .features__grid [data-reveal]:nth-child(3) { transition-delay: .12s; }
.landing-v2 .features__grid [data-reveal]:nth-child(4) { transition-delay: .18s; }
.landing-v2 .features__grid [data-reveal]:nth-child(5) { transition-delay: .24s; }
.landing-v2 .features__grid [data-reveal]:nth-child(6) { transition-delay: .30s; }
.landing-v2 .categories__grid [data-reveal]:nth-child(2) { transition-delay: .06s; }
.landing-v2 .categories__grid [data-reveal]:nth-child(3) { transition-delay: .12s; }
.landing-v2 .categories__grid [data-reveal]:nth-child(4) { transition-delay: .18s; }
.landing-v2 .categories__grid [data-reveal]:nth-child(5) { transition-delay: .24s; }
.landing-v2 .categories__grid [data-reveal]:nth-child(6) { transition-delay: .30s; }
.landing-v2 .feature, .landing-v2 .category { transition: transform .3s cubic-bezier(0.16,1,0.3,1), box-shadow .3s ease, border-color .3s ease; }
body.reduced-motion .landing-v2 [data-reveal], body.reduced-motion .landing-v2 [data-split] span { opacity: 1 !important; transform: none !important; }


/* ═══ כרטיסי מסלולים בדף הנחיתה: מקום לתג ומרווחים נכונים ═══ */
.landing-v2 .pricing .grid { margin-top: 26px; gap: 22px; }
.landing-v2 .price-card { padding: 30px 24px 26px; }
.landing-v2 .price-card .flag {
  top: -15px;
  padding: 5px 18px;
  font-size: 0.84em;
  box-shadow: 0 6px 18px rgba(255, 201, 60, 0.35);
  white-space: nowrap;
}
.landing-v2 .price-card h3 { margin-top: 4px; }
.landing-v2 .price { margin: 10px 0 6px; }
.landing-v2 .adhd__title em {
  background-image: linear-gradient(rgba(27, 95, 217, 0.16), rgba(27, 95, 217, 0.16));
  background-repeat: no-repeat;
  background-size: 100% 0.26em;
  background-position: 0 92%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* ═══ ליטוש טיפוגרפי 2026 ═══ */
.landing-v2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/* כותרות מאוזנות: שבירת שורות חכמה, אין מילה בודדת יתומה */
.landing-v2 .section-title,
.landing-v2 .hero__title,
.landing-v2 .adhd__title,
.landing-v2 .final-cta__title { text-wrap: balance; }
.landing-v2 .section-sub,
.landing-v2 .hero__lead,
.landing-v2 .adhd__lead { text-wrap: pretty; }

/* kicker חד ומודרני */
.landing-v2 .kicker {
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 13px;
  text-transform: none;
}

/* היררכיה נכונה בכרטיסים */
.landing-v2 .feature h3,
.landing-v2 .category h3 {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 8px;
}
.landing-v2 .feature p,
.landing-v2 .category p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.landing-v2 .how__step h3 {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.01em;
}

/* מרווח נשימה בין השורות של כותרות סקשן */
.landing-v2 .section-title { line-height: 1.12; }
.landing-v2 .section-title span + span { margin-top: 2px; }

/* מובייל: כותרות קריאות, לא ענקיות מדי, הקו תמיד במקום */
@media (max-width: 700px) {
  .landing-v2 .section-title { font-size: clamp(30px, 8.5vw, 40px); line-height: 1.16; }
  .landing-v2 .hero__title { font-size: clamp(34px, 10vw, 48px); }
  .landing-v2 .section-head { margin-bottom: 36px; }
  .landing-v2 .feature h3, .landing-v2 .category h3 { font-size: 18px; }
  /* אלמנטים דקורטיביים לא גולשים במובייל */
  .landing-v2 .final-cta::after { font-size: 140px; bottom: -20px; }
  .landing-v2 .hero__title, .landing-v2 .hero h1 { word-break: break-word; overflow-wrap: break-word; }
}
