@font-face {
  font-family: 'Assistant';
  src: url('/fonts/Assistant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('/fonts/Assistant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('/fonts/Assistant-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('/fonts/Assistant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  src: url('/fonts/FrankRuhlLibre-Variable.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('/fonts/IBMPlexMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('/fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-assistant: 'Assistant';
}

/*
 * ⚠ הרקע חייב להיות גם על html/body, ולא רק על #lp.
 *
 * ב‑Next הרקע מגיע מ‑globals.css, ולכן landing.css אינו נוגע ב‑body — הוא
 * משויך ל‑#lp בכוונה, כדי לא להתנגש. באתר הסטטי אין globals.css, ולכן ה‑body
 * נשאר שקוף: הדף נראה תקין, אבל גלילת יתר (גומי באייפון, trackpad) חושפת את
 * הלבן של הדפדפן — הבזק לבן באמצע מסך כהה.
 */
html,
body {
  margin: 0;
  background: var(--lp-bg);
}

.lpf-font-frank {
  --font-frank: 'Frank Ruhl Libre';
}

.lpf-font-plex-mono {
  --font-plex-mono: 'IBM Plex Mono';
}

/*
 * דף הנחיתה הציבורי של musafe.com.
 *
 * משויך כולו ל‑`#lp`, ולא בגלל סגנון: `globals.css` מגדיר `body` ו‑`*`,
 * וגם דף הנחיתה הגדיר אותם. סדר טעינת ה‑CSS ב‑App Router אינו חוזה שכדאי
 * לתלות בו דף שלם, ולכן ההפרדה היא מבנית ולא הסכמית.
 *
 * הטוקנים נושאים תחילית `--lp-` מאותה סיבה, ויושבים על `:root` כי
 * `data-theme` יושב על ה‑html — שיוך שלהם ל‑`#lp` היה מנתק את המצב הכהה.
 *
 * הקובץ נערך ביד. הוא נגזר במקור מאב‑טיפוס עצמאי, אבל אין לו גנרטור בריפו —
 * ותגית ״נוצר אוטומטית״ בלי סקריפט שמייצר היא בדיוק הערה שמתחזה למנגנון.
 */

/* ═══════════════════════════════════════════════════════════════════════════
   טוקנים — הפלטה היא זו של האפליקציה עצמה (apps/mobile/src/theme.ts).
   הדף והמוצר חייבים להיראות כדבר אחד, ולכן אין כאן פלטה חדשה.

   ⚠ הטורקיז של הלוגו (#01AABA) הוא 2.81:1 על לבן. הוא מופיע על רקע כהה ובסמל
   בלבד; על משטח בהיר הגוון הוא #00707C, שעובר AA.
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  direction: rtl;

  --lp-navy: #021235;
  --lp-navy-deep: #010a1f;
  --lp-navy-raised: #0c2340;

  --lp-bg: #f4f6fa;
  --lp-surface: #ffffff;
  --lp-surface-2: #ffffff;
  --lp-border: #dfe4ec;
  --lp-border-firm: #c6cedb;

  --lp-ink: #0f1729;
  --lp-ink-muted: #5a6478;
  --lp-ink-faint: #677186;

  --lp-accent: #00707c;
  --lp-accent-soft: #e0f4f6;
  --lp-accent-lit: #01aaba;
  --lp-on-fill: #ffffff;

  --lp-emergency: #b00100;
  --lp-emergency-soft: #fce8e7;
  --lp-success: #097f27;
  --lp-success-soft: #e3f5e8;
  --lp-amber: #8f6809;
  --lp-amber-soft: #fef3e2;

  /* משטחים על רקע כהה — קבועים בשתי הערכות, כי המקטע הכהה כהה תמיד */
  --lp-on-navy: #f2f5fa;
  --lp-on-navy-muted: #9fb0c9;
  --lp-on-navy-line: rgba(255, 255, 255, 0.14);
  --lp-on-navy-card: rgba(255, 255, 255, 0.055);

  --lp-shadow-sm: 0 1px 2px rgba(2, 18, 53, 0.06), 0 2px 8px rgba(2, 18, 53, 0.05);
  --lp-shadow-md: 0 4px 12px rgba(2, 18, 53, 0.07), 0 12px 32px rgba(2, 18, 53, 0.08);
  --lp-shadow-lg: 0 18px 50px rgba(2, 18, 53, 0.16), 0 4px 14px rgba(2, 18, 53, 0.09);

  --lp-shell: 1180px;
  --lp-gutter: clamp(20px, 5vw, 56px);
  --lp-radius: 18px;
  --lp-radius-sm: 12px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) {
    --lp-bg: #0b1220;
    --lp-surface: #151e30;
    --lp-surface-2: #1d2840;
    --lp-border: #2a3550;
    --lp-border-firm: #3b4869;
    --lp-ink: #f2f5fa;
    --lp-ink-muted: #a3aec4;
    --lp-ink-faint: #7b859e;
    --lp-accent: #01aaba;
    --lp-accent-soft: #0b2e33;
    --lp-on-fill: #0b1220;
    --lp-emergency: #d01a18;
    --lp-emergency-soft: #3a1614;
    --lp-success: #4ed37a;
    --lp-success-soft: #10301c;
    --lp-amber: #e8c547;
    --lp-amber-soft: #33240e;
    --lp-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
    --lp-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4), 0 12px 32px rgba(0, 0, 0, 0.3);
    --lp-shadow-lg: 0 18px 50px rgba(0, 0, 0, 0.5), 0 4px 14px rgba(0, 0, 0, 0.35);
  }
}

:root[data-theme='dark'] {
  --lp-bg: #0b1220;
  --lp-surface: #151e30;
  --lp-surface-2: #1d2840;
  --lp-border: #2a3550;
  --lp-border-firm: #3b4869;
  --lp-ink: #f2f5fa;
  --lp-ink-muted: #a3aec4;
  --lp-ink-faint: #7b859e;
  --lp-accent: #01aaba;
  --lp-accent-soft: #0b2e33;
  --lp-on-fill: #0b1220;
  --lp-emergency: #d01a18;
  --lp-emergency-soft: #3a1614;
  --lp-success: #4ed37a;
  --lp-success-soft: #10301c;
  --lp-amber: #e8c547;
  --lp-amber-soft: #33240e;
  --lp-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --lp-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4), 0 12px 32px rgba(0, 0, 0, 0.3);
  --lp-shadow-lg: 0 18px 50px rgba(0, 0, 0, 0.5), 0 4px 14px rgba(0, 0, 0, 0.35);
}

#lp,
#lp * {
  box-sizing: border-box;
}

#lp {
  /*
   * ⚠ **שלושת אלה יושבים כאן ולא ב‑`:root`, וזה לא סגנון אלא נכונות.**
   *
   * ‏`next/font` מגדיר את `--font-frank` ו‑`--font-plex-mono` בתוך המחלקות
   * שהוא מייצר, והן מוחלות על `#lp` — כלומר על **צאצא** של `:root`. ערך של
   * תכונה מותאמת נפתר בהקשר האלמנט שבו הוא **מוצהר**, ולכן
   * `--lp-display: var(--font-frank)` על `:root` היה נפתר שם, לא מוצא את
   * המשתנה, והופך לערך פסול. ‏`font-family` היה נופל בשקט ל‑Assistant —
   * הדף נראה תקין לגמרי, בלי גופן התצוגה.
   */
  --lp-display: var(--font-frank), 'Assistant', Georgia, serif;
  --lp-body: var(--font-assistant), system-ui, -apple-system, 'Segoe UI', sans-serif;
  --lp-mono: var(--font-plex-mono), ui-monospace, 'SF Mono', Menlo, monospace;

  min-height: 100vh;
  background: var(--lp-bg);
  color: var(--lp-ink);
  font-family: var(--lp-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

#lp img {
  max-width: 100%;
  display: block;
}

#lp a {
  color: inherit;
}

#lp :where(a, button, summary):focus-visible {
  outline: 3px solid var(--lp-accent-lit);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ── טיפוגרפיה ─────────────────────────────────────────────────────────── */

#lp .d1,
#lp .d2,
#lp .d3 {
  font-family: var(--lp-display);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-wrap: balance;
  margin: 0;
}
#lp .d1 {
  font-size: clamp(2.5rem, 6.2vw, 4.4rem);
}
#lp .d2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.14;
}
#lp .d3 {
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
}

#lp .eyebrow {
  font-family: var(--lp-mono);
  font-size: 0.73rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-accent);
  margin: 0 0 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
#lp .eyebrow::after {
  content: '';
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.28;
  max-width: 90px;
}

#lp .lede {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--lp-ink-muted);
  max-width: 60ch;
  margin: 1.1rem 0 0;
  text-wrap: pretty;
}

#lp .mono {
  font-family: var(--lp-mono);
  font-variant-numeric: tabular-nums;
}

/* ── פריסה ─────────────────────────────────────────────────────────────── */

#lp .shell {
  max-width: var(--lp-shell);
  margin-inline: auto;
  padding-inline: var(--lp-gutter);
}

#lp > section,
#lp section {
  padding-block: clamp(64px, 9vw, 118px);
}

#lp .stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#lp .stack-3 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* ── כפתורים ───────────────────────────────────────────────────────────── */

#lp .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--lp-body);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}
#lp .btn:hover {
  transform: translateY(-2px);
}
#lp .btn-ghost {
  background: transparent;
  border-color: var(--lp-border-firm);
  color: var(--lp-ink);
}
#lp .btn-ghost:hover {
  border-color: var(--lp-accent);
  color: var(--lp-accent);
}
#lp .btn-ghost-light {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--lp-on-navy-line);
  color: var(--lp-on-navy);
}
#lp .btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.35);
}

/* תג App Store — שחור על בהיר, לבן על כהה, כמו ההנחיה של אפל */
#lp .store {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.62rem 1.25rem 0.68rem;
  border-radius: 13px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  box-shadow: var(--lp-shadow-md);
}
#lp .store:hover {
  transform: translateY(-2px);
  box-shadow: var(--lp-shadow-lg);
}
#lp .store svg {
  width: 27px;
  height: 27px;
  fill: #fff;
  flex: none;
}
#lp .store-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: start;
}
#lp .store-txt small {
  font-size: 0.68rem;
  font-weight: 500;
  opacity: 0.82;
}
#lp .store-txt strong {
  font-family: var(--lp-mono);
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* ═══ NAV ═══════════════════════════════════════════════════════════════ */

#lp .nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: color-mix(in srgb, var(--lp-bg) 86%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}
#lp .nav[data-stuck='true'] {
  border-bottom-color: var(--lp-border);
}
#lp .nav-in {
  max-width: var(--lp-shell);
  margin-inline: auto;
  padding: 0.8rem var(--lp-gutter);
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
#lp .brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex: none;
}
#lp .brand svg {
  width: 30px;
  height: 30px;
  flex: none;
}
#lp .brand-name {
  font-family: var(--lp-mono);
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
  color: var(--lp-ink);
}
#lp .nav-links {
  display: flex;
  gap: 1.5rem;
  margin-inline-start: auto;
}
#lp .nav-links a {
  text-decoration: none;
  color: var(--lp-ink-muted);
  font-size: 0.95rem;
  font-weight: 500;
  padding-block: 0.3rem;
  border-bottom: 2px solid transparent;
  transition:
    color 0.18s ease,
    border-color 0.18s ease;
}
#lp .nav-links a:hover {
  color: var(--lp-ink);
  border-bottom-color: var(--lp-accent);
}
#lp .nav .store {
  padding: 0.42rem 0.9rem 0.46rem;
}
#lp .nav .store svg {
  width: 20px;
  height: 20px;
}
#lp .nav .store-txt small {
  display: none;
}
#lp .nav .store-txt strong {
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  #lp .nav-links {
    display: none;
  }
  #lp .nav .store {
    margin-inline-start: auto;
  }
}

/* ═══ HERO ══════════════════════════════════════════════════════════════ */

#lp .hero {
  position: relative;
  background: var(--lp-navy);
  color: var(--lp-on-navy);
  overflow: hidden;
  padding-block: clamp(52px, 7vw, 96px) clamp(64px, 8vw, 110px);
  isolation: isolate;
}
#lp .hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 55%;
  opacity: 0.5;
  z-index: -2;
}
#lp .hero-wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      to left,
      var(--lp-navy) 4%,
      rgba(2, 18, 53, 0.93) 34%,
      rgba(2, 18, 53, 0.62) 62%,
      rgba(2, 18, 53, 0.34) 100%
    ),
    linear-gradient(to top, var(--lp-navy) 0%, rgba(2, 18, 53, 0) 42%);
}
/* טבעת טורקיז רכה — הרמז היחיד לצבע המותג ברקע */
#lp .hero-glow {
  position: absolute;
  z-index: -1;
  inset-inline-start: -12%;
  top: 4%;
  width: 62vw;
  max-width: 720px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(1, 170, 186, 0.24), rgba(1, 170, 186, 0) 66%);
  pointer-events: none;
}

#lp .hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

#lp .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.34rem 0.85rem 0.38rem;
  border: 1px solid var(--lp-on-navy-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--lp-on-navy-muted);
  margin-bottom: 1.5rem;
}
#lp .hero-kicker b {
  color: var(--lp-accent-lit);
  font-weight: 600;
}

#lp .hero h1 {
  color: var(--lp-on-navy);
}
#lp .hero h1 em {
  font-style: italic;
  font-weight: 700;
  color: var(--lp-accent-lit);
}
#lp .hero-sub {
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  color: var(--lp-on-navy-muted);
  max-width: 46ch;
  margin: 1.3rem 0 0;
  text-wrap: pretty;
}
#lp .hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 2.1rem;
}
#lp .hero-note {
  margin: 1.15rem 0 0;
  font-size: 0.87rem;
  color: var(--lp-on-navy-muted);
  opacity: 0.85;
}

/* ── שלוש עובדות מתחת להירו ─────────────────────────────────────────── */
#lp .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 2.6rem;
  border-top: 1px solid var(--lp-on-navy-line);
  padding-top: 1.4rem;
}
#lp .hero-fact {
  padding-inline-end: 2.2rem;
  margin-inline-end: 2.2rem;
  border-inline-end: 1px solid var(--lp-on-navy-line);
}
#lp .hero-fact:last-child {
  border-inline-end: 0;
  padding-inline-end: 0;
  margin-inline-end: 0;
}
#lp .hero-fact b {
  display: block;
  font-family: var(--lp-mono);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--lp-accent-lit);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
#lp .hero-fact span {
  font-size: 0.84rem;
  color: var(--lp-on-navy-muted);
}

@media (max-width: 900px) {
  #lp .hero-grid {
    grid-template-columns: 1fr;
  }
  #lp .hero-visual {
    order: -1;
  }
}

/* ═══ טלפון ═════════════════════════════════════════════════════════════ */

#lp .hero-visual {
  display: flex;
  justify-content: center;
}

#lp .phone {
  position: relative;
  width: min(310px, 82vw);
  aspect-ratio: 310 / 636;
  background: #0a0e18;
  border-radius: 46px;
  padding: 11px;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.1),
    0 44px 90px rgba(0, 0, 0, 0.55),
    0 12px 30px rgba(0, 0, 0, 0.4);
  flex: none;
}
#lp .phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  background: #f4f6fa;
  color: #0f1729;
  direction: rtl;
  font-size: 11px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
#lp .notch {
  position: absolute;
  top: 9px;
  inset-inline-start: 50%;
  transform: translateX(50%);
  width: 88px;
  height: 24px;
  background: #0a0e18;
  border-radius: 999px;
  z-index: 8;
}
#lp .statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 18px 4px;
  font-family: var(--lp-mono);
  font-size: 10px;
  font-weight: 600;
  color: #0f1729;
  position: relative;
  z-index: 9;
}
#lp .statusbar .bars {
  display: flex;
  gap: 2px;
  align-items: flex-end;
}
#lp .statusbar .bars i {
  width: 3px;
  background: currentColor;
  border-radius: 1px;
  display: block;
}

/* הירו הפנימי של האפליקציה — ההרכב האמיתי: תצלום משמאל, ווש, גלעד עומד */
#lp .app-hero {
  position: relative;
  height: 172px;
  flex: none;
  overflow: hidden;
  background: #f4f6fa;
}
#lp .app-hero > img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 22% 60%;
}
#lp .app-hero .wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(255, 255, 255, 0.84) 42%,
    rgba(255, 255, 255, 0.28) 74%,
    rgba(255, 255, 255, 0) 100%
  );
}
#lp .app-hero .gilad {
  position: absolute;
  bottom: 0;
  inset-inline-start: 4px;
  height: 132px;
  width: auto;
  filter: drop-shadow(0 6px 10px rgba(2, 18, 53, 0.28));
}
#lp .app-hero .copy {
  position: absolute;
  inset-block: 12px 10px;
  inset-inline-end: 13px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#lp .app-hero .mark-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 3px;
}
#lp .app-hero .mark-row svg {
  width: 15px;
  height: 15px;
}
#lp .app-hero .mark-row span {
  font-family: var(--lp-mono);
  font-size: 11px;
  font-weight: 600;
  color: #021235;
  letter-spacing: -0.02em;
}
#lp .app-hero h4 {
  margin: 0;
  font-family: var(--lp-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #021235;
  letter-spacing: -0.01em;
}
#lp .app-hero .tag {
  font-size: 9.5px;
  color: #00707c;
  font-weight: 600;
}

#lp .app-body {
  flex: 1;
  overflow: hidden;
  padding: 9px 11px 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
#lp .mini-card {
  background: #fff;
  border: 1px solid #dfe4ec;
  border-radius: 12px;
  padding: 9px 10px;
  box-shadow: 0 1px 2px rgba(2, 18, 53, 0.05);
}
#lp .mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
#lp .mini-label {
  font-size: 8.5px;
  color: #677186;
  font-weight: 600;
}
#lp .mini-title {
  font-size: 12px;
  font-weight: 700;
  color: #0f1729;
  margin: 1px 0 0;
}
#lp .pill {
  font-size: 8px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  background: #e3f5e8;
  color: #097f27;
  white-space: nowrap;
}
#lp .pill-soon {
  background: #e0f4f6;
  color: #00707c;
}
#lp .mini-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #eef1f6;
}
#lp .mini-row .k {
  font-size: 8.5px;
  color: #677186;
}
#lp .mini-row .v {
  font-family: var(--lp-mono);
  font-size: 10px;
  font-weight: 600;
  color: #0f1729;
}

#lp .countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #021235, #0a5c66);
  border-radius: 12px;
  padding: 9px 11px;
  color: #fff;
}
#lp .countdown .ring {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex: none;
  background: conic-gradient(#01aaba 0 62%, rgba(255, 255, 255, 0.18) 62% 100%);
  display: grid;
  place-items: center;
  position: relative;
}
#lp .countdown .ring::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #041a3c;
}
#lp .countdown .ring b {
  position: relative;
  z-index: 1;
  font-family: var(--lp-mono);
  font-size: 13px;
  font-weight: 600;
}
#lp .countdown .txt {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
#lp .countdown .txt strong {
  font-size: 11.5px;
  font-weight: 700;
}
#lp .countdown .txt span {
  font-size: 9px;
  color: #9fd8de;
}

#lp .tiles {
  display: flex;
  gap: 6px;
}
#lp .tile {
  flex: 1;
  background: #fff;
  border: 1px solid #dfe4ec;
  border-radius: 11px;
  padding: 7px 4px;
  text-align: center;
}
#lp .tile .ic {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: #e0f4f6;
  display: grid;
  place-items: center;
  margin: 0 auto 4px;
}
#lp .tile .ic svg {
  width: 13px;
  height: 13px;
  stroke: #00707c;
  fill: none;
  stroke-width: 2;
}
#lp .tile b {
  display: block;
  font-size: 8px;
  font-weight: 700;
  color: #0f1729;
  line-height: 1.2;
}

#lp .sos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #b00100;
  color: #fff;
  border-radius: 11px;
  padding: 9px;
  font-size: 11px;
  font-weight: 700;
}
#lp .sos svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
}

#lp .tabbar {
  margin-top: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 7px 6px 12px;
  background: #fff;
  border-top: 1px solid #dfe4ec;
}
#lp .tabbar i {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #c6cedb;
  display: block;
}
#lp .tabbar i.on {
  background: #00707c;
}

/* ═══ פס אמון ═══════════════════════════════════════════════════════════ */

#lp .trust {
  background: var(--lp-surface);
  border-bottom: 1px solid var(--lp-border);
  padding-block: clamp(34px, 4vw, 52px);
}
#lp .trust-in {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}
#lp .trust-note {
  display: flex;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  background: var(--lp-amber-soft);
  border: 1px solid color-mix(in srgb, var(--lp-amber) 32%, transparent);
  border-radius: var(--lp-radius-sm);
}
#lp .trust-note svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 3px;
  stroke: var(--lp-amber);
  fill: none;
  stroke-width: 2;
}
#lp .trust-note p {
  margin: 0;
  font-size: 0.93rem;
  color: var(--lp-ink);
}
#lp .trust-note strong {
  color: var(--lp-amber);
}
#lp .trust-logos {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
#lp .trust-logos span {
  font-size: 0.87rem;
  color: var(--lp-ink-faint);
}
#lp .trust-logos b {
  font-family: var(--lp-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--lp-ink);
}

@media (max-width: 780px) {
  #lp .trust-in {
    grid-template-columns: 1fr;
  }
}

/* ═══ אופליין — המקטע הכהה ══════════════════════════════════════════════ */

#lp .offline {
  background: var(--lp-navy);
  color: var(--lp-on-navy);
  position: relative;
  overflow: hidden;
}
#lp .offline::before {
  content: '';
  position: absolute;
  inset-inline-end: -8%;
  top: -30%;
  width: 46vw;
  max-width: 560px;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(1, 170, 186, 0.17), transparent 68%);
  pointer-events: none;
}
#lp .offline .eyebrow {
  color: var(--lp-accent-lit);
}
#lp .offline h2 {
  color: var(--lp-on-navy);
}
#lp .offline .lede {
  color: var(--lp-on-navy-muted);
}
#lp .offline-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: center;
}

/* כרטיס מסך החירום — במצב מטוס, וממשיך לעבוד */
#lp .sos-card {
  background: var(--lp-on-navy-card);
  border: 1px solid var(--lp-on-navy-line);
  border-radius: 22px;
  padding: 1.15rem;
  backdrop-filter: blur(6px);
}
#lp .sos-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--lp-mono);
  font-size: 0.72rem;
  font-weight: 500;
  color: #ffb4b0;
  background: rgba(208, 26, 24, 0.15);
  border: 1px solid rgba(208, 26, 24, 0.35);
  border-radius: 8px;
  padding: 0.42rem 0.7rem;
  margin-bottom: 0.9rem;
}
#lp .sos-bar svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex: none;
}
#lp .sos-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.78rem 0.85rem;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--lp-on-navy-line);
  margin-bottom: 0.5rem;
}
#lp .sos-row:last-child {
  margin-bottom: 0;
}
#lp .sos-row .num {
  font-family: var(--lp-mono);
  font-size: 1.32rem;
  font-weight: 600;
  color: var(--lp-on-navy);
  min-width: 3ch;
  letter-spacing: -0.02em;
}
#lp .sos-row .who {
  flex: 1;
}
#lp .sos-row .who b {
  display: block;
  font-size: 0.93rem;
  font-weight: 600;
}
#lp .sos-row .who span {
  font-size: 0.78rem;
  color: var(--lp-on-navy-muted);
}
#lp .sos-row .state {
  font-family: var(--lp-mono);
  font-size: 0.66rem;
  font-weight: 500;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}
#lp .state-ok {
  background: rgba(78, 211, 122, 0.16);
  color: #7be39c;
  border: 1px solid rgba(78, 211, 122, 0.3);
}
#lp .state-off {
  background: rgba(255, 255, 255, 0.06);
  color: var(--lp-on-navy-muted);
  border: 1px solid var(--lp-on-navy-line);
}
#lp .sos-row.is-off {
  opacity: 0.45;
}
#lp .sos-foot {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  color: var(--lp-on-navy-muted);
  display: flex;
  gap: 0.5rem;
}
#lp .sos-foot svg {
  width: 15px;
  height: 15px;
  flex: none;
  margin-top: 3px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

#lp .off-points {
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}
#lp .off-points li {
  display: flex;
  gap: 0.85rem;
}
#lp .off-points .dot {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  flex: none;
  background: rgba(1, 170, 186, 0.15);
  border: 1px solid rgba(1, 170, 186, 0.34);
  display: grid;
  place-items: center;
}
#lp .off-points .dot svg {
  width: 14px;
  height: 14px;
  stroke: var(--lp-accent-lit);
  fill: none;
  stroke-width: 2.2;
}
#lp .off-points b {
  display: block;
  color: var(--lp-on-navy);
  font-size: 1rem;
}
#lp .off-points span {
  font-size: 0.93rem;
  color: var(--lp-on-navy-muted);
}

@media (max-width: 900px) {
  #lp .offline-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══ ציר הנסיעה ════════════════════════════════════════════════════════ */

#lp .stage {
  position: relative;
}
#lp .stage + .stage {
  padding-top: clamp(40px, 5vw, 68px);
}

#lp .stage-head {
  display: flex;
  align-items: baseline;
  gap: 1.1rem;
  margin-bottom: 1.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--lp-border);
}
#lp .stage-num {
  font-family: var(--lp-mono);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--lp-accent);
  background: var(--lp-accent-soft);
  border-radius: 7px;
  padding: 0.2rem 0.55rem;
  flex: none;
  letter-spacing: 0.04em;
}
#lp .stage-head h3 {
  margin: 0;
  font-family: var(--lp-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
}
#lp .stage-head p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--lp-ink-faint);
  margin-inline-start: auto;
  text-align: end;
}

#lp .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: 1.05rem;
}
#lp .card {
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 1.4rem 1.35rem;
  box-shadow: var(--lp-shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
#lp .card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-md);
  border-color: var(--lp-border-firm);
}
#lp .card-ic {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--lp-accent-soft);
  display: grid;
  place-items: center;
  margin-bottom: 0.95rem;
}
#lp .card-ic svg {
  width: 20px;
  height: 20px;
  stroke: var(--lp-accent);
  fill: none;
  stroke-width: 1.9;
}
#lp .card h4 {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
#lp .card p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--lp-ink-muted);
}
#lp .card .tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.8rem;
  font-family: var(--lp-mono);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--lp-accent);
  background: var(--lp-accent-soft);
  padding: 0.18rem 0.5rem;
  border-radius: 6px;
}

/* ═══ גלעד ══════════════════════════════════════════════════════════════ */

#lp .gilad-sec {
  position: relative;
  overflow: hidden;
  background: var(--lp-surface);
  border-block: 1px solid var(--lp-border);
}
#lp .gilad-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
}
#lp .gilad-photo {
  position: relative;
  border-radius: 22px;
  background: linear-gradient(
    165deg,
    var(--lp-accent-soft),
    color-mix(in srgb, var(--lp-accent-soft) 40%, var(--lp-surface))
  );
  border: 1px solid var(--lp-border);
  padding-top: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  min-height: 320px;
}
#lp .gilad-photo img {
  height: 330px;
  width: auto;
  max-width: none;
  filter: drop-shadow(0 14px 26px rgba(2, 18, 53, 0.22));
}
#lp .gilad-photo figcaption {
  position: absolute;
  inset-inline: 1rem;
  bottom: 1rem;
  background: color-mix(in srgb, var(--lp-surface) 92%, transparent);
  backdrop-filter: blur(8px);
  border: 1px solid var(--lp-border);
  border-radius: 13px;
  padding: 0.6rem 0.85rem;
}
#lp .gilad-photo figcaption b {
  display: block;
  font-size: 0.98rem;
}
#lp .gilad-photo figcaption span {
  font-size: 0.8rem;
  color: var(--lp-ink-faint);
}

#lp .chat-demo {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1.9rem;
  max-width: 460px;
}
#lp .bubble {
  padding: 0.7rem 0.95rem;
  border-radius: 16px;
  font-size: 0.95rem;
  max-width: 84%;
  box-shadow: var(--lp-shadow-sm);
}
#lp .bubble-me {
  align-self: flex-end;
  background: var(--lp-accent);
  color: var(--lp-on-fill);
  border-start-end-radius: 5px;
}
#lp .bubble-them {
  align-self: flex-start;
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-end-end-radius: 5px;
}
#lp .bubble .meta {
  display: block;
  font-family: var(--lp-mono);
  font-size: 0.64rem;
  opacity: 0.72;
  margin-top: 0.3rem;
}
#lp .bubble-att {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  padding: 0.38rem 0.5rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.16);
}
#lp .bubble-att svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex: none;
}
#lp .bubble-att span {
  font-family: var(--lp-mono);
  font-size: 0.7rem;
}

@media (max-width: 880px) {
  #lp .gilad-grid {
    grid-template-columns: 1fr;
  }
  #lp .gilad-photo {
    order: 2;
    min-height: 0;
  }
  #lp .gilad-photo img {
    height: 260px;
  }
}

/* ═══ יעדים ═════════════════════════════════════════════════════════════ */

#lp .dest {
  background: var(--lp-surface);
  border-block: 1px solid var(--lp-border);
  overflow: hidden;
  padding-block: clamp(52px, 6vw, 78px);
}
#lp .dest-head {
  text-align: center;
  margin-bottom: 2.2rem;
}
#lp .dest-head .eyebrow {
  justify-content: center;
}
#lp .dest-head .eyebrow::after {
  display: none;
}
#lp .dest-head p {
  margin: 0.5rem auto 0;
  color: var(--lp-ink-muted);
  max-width: 54ch;
}

#lp .marquee {
  position: relative;
}
#lp .marquee::before,
#lp .marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 2;
  pointer-events: none;
}
#lp .marquee::before {
  inset-inline-start: 0;
  background: linear-gradient(to left, transparent, var(--lp-surface));
}
#lp .marquee::after {
  inset-inline-end: 0;
  background: linear-gradient(to right, transparent, var(--lp-surface));
}
#lp .marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: slide 56s linear infinite;
}
#lp .marquee:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

#lp .dest-card {
  position: relative;
  width: 218px;
  height: 132px;
  border-radius: 14px;
  overflow: hidden;
  flex: none;
  box-shadow: var(--lp-shadow-sm);
}
#lp .dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lp .dest-card figcaption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 1.5rem 0.75rem 0.55rem;
  background: linear-gradient(to top, rgba(2, 18, 53, 0.88), transparent);
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}
#lp .dest-card figcaption b {
  font-size: 0.92rem;
  font-weight: 600;
}
#lp .dest-card figcaption span {
  font-family: var(--lp-mono);
  font-size: 0.66rem;
  opacity: 0.78;
  letter-spacing: 0.08em;
}

/* ═══ פרטיות ונגישות ════════════════════════════════════════════════════ */

#lp .privacy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.4rem 1.8rem;
  margin-top: 2.2rem;
}
#lp .pv {
  display: flex;
  gap: 0.8rem;
}
#lp .pv svg {
  width: 21px;
  height: 21px;
  flex: none;
  margin-top: 3px;
  stroke: var(--lp-accent);
  fill: none;
  stroke-width: 1.9;
}
#lp .pv b {
  display: block;
  font-size: 1rem;
}
#lp .pv p {
  margin: 0.15rem 0 0;
  font-size: 0.91rem;
  color: var(--lp-ink-muted);
}

/* ═══ שאלות ═════════════════════════════════════════════════════════════ */

#lp .faq-sec {
  background: var(--lp-surface);
  border-block: 1px solid var(--lp-border);
}
#lp .faq {
  max-width: 780px;
  margin-top: 2rem;
}
#lp .faq details {
  border-bottom: 1px solid var(--lp-border);
  padding: 0.35rem 0;
}
#lp .faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 0.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#lp .faq summary::-webkit-details-marker {
  display: none;
}
#lp .faq summary::after {
  content: '';
  width: 11px;
  height: 11px;
  margin-inline-start: auto;
  flex: none;
  border-inline-end: 2px solid var(--lp-ink-faint);
  border-block-end: 2px solid var(--lp-ink-faint);
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}
#lp .faq details[open] summary::after {
  transform: rotate(-135deg);
}
#lp .faq details p {
  margin: 0 0 1.15rem;
  padding-inline: 0.25rem;
  color: var(--lp-ink-muted);
  font-size: 0.97rem;
  max-width: 68ch;
}

/* ═══ CTA אחרון ═════════════════════════════════════════════════════════ */

#lp .final {
  background: var(--lp-navy);
  color: var(--lp-on-navy);
  text-align: center;
  position: relative;
  overflow: hidden;
}
#lp .final::before {
  content: '';
  position: absolute;
  inset-inline-start: 50%;
  top: -40%;
  width: 70vw;
  max-width: 820px;
  aspect-ratio: 1;
  transform: translateX(50%);
  background: radial-gradient(circle, rgba(1, 170, 186, 0.2), transparent 66%);
  pointer-events: none;
}
#lp .final-in {
  position: relative;
}
#lp .final h2 {
  color: var(--lp-on-navy);
}
#lp .final p {
  color: var(--lp-on-navy-muted);
  max-width: 50ch;
  margin: 1.1rem auto 0;
}
#lp .final .cta-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}
#lp .final .soon {
  margin-top: 1.3rem;
  font-family: var(--lp-mono);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-on-navy-muted);
  opacity: 0.8;
}

/* ═══ FOOTER ════════════════════════════════════════════════════════════ */

#lp .foot {
  background: var(--lp-navy-deep);
  color: var(--lp-on-navy-muted);
  padding-block: 3rem 2.2rem;
}
#lp .foot-in {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
  gap: 2.2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#lp .foot .brand-name {
  color: var(--lp-on-navy);
}
#lp .foot p {
  font-size: 0.89rem;
  margin: 0.9rem 0 0;
  max-width: 42ch;
}
#lp .foot h5 {
  margin: 0 0 0.8rem;
  font-family: var(--lp-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lp-on-navy);
}
#lp .foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#lp .foot a {
  color: var(--lp-on-navy-muted);
  text-decoration: none;
  font-size: 0.92rem;
}
#lp .foot a:hover {
  color: var(--lp-accent-lit);
}
#lp .foot-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.5rem;
  font-size: 0.82rem;
}
#lp .foot-bottom .mono {
  opacity: 0.7;
}

@media (max-width: 720px) {
  #lp .foot-in {
    grid-template-columns: 1fr 1fr;
  }
  #lp .foot-brand {
    grid-column: span 2;
  }
}

/* ═══ הופעה מדורגת ══════════════════════════════════════════════════════ */

#lp .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
#lp .reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  #lp,
  #lp * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  #lp .reveal {
    opacity: 1;
    transform: none;
  }
  #lp .marquee-track {
    animation: none;
  }
  #lp .btn:hover,
  #lp .card:hover,
  #lp .store:hover {
    transform: none;
  }
}
