/* ===== בין הזמנים — אתר תדמית ===== */
:root {
  --bg-dark: #0b0d1a;
  --bg-dark-2: #0f1224;
  --ink: #171a2e;
  --ink-soft: #3a3f5c;
  --muted: #62668f;
  --paper: #ffffff;
  --soft: #f5f6fb;
  --line: #e6e8f2;
  --accent: #6358f0;
  --accent-2: #7c5cf0;
  --rose: #fb7185;
  --emerald: #34d399;
  --amber: #fbbf24;
  --radius: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 10px rgba(23, 26, 46, 0.06);
  --shadow-md: 0 12px 34px rgba(23, 26, 46, 0.1);
  --shadow-lg: 0 30px 80px rgba(23, 26, 46, 0.16);
  --font: "Heebo", "Segoe UI", "Arial Hebrew", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1120px; margin-inline: auto; padding-inline: 24px; }
.container-narrow { max-width: 820px; }

.icon { width: 18px; height: 18px; flex-shrink: 0; }

/* ===== כפתורים ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  border-radius: 14px;
  padding: 13px 26px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: 0 10px 26px rgba(99, 88, 240, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.btn-primary:hover { box-shadow: 0 14px 34px rgba(99, 88, 240, 0.45); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.3); }

.btn-sm { padding: 9px 18px; font-size: 14px; border-radius: 12px; }
.btn-lg { padding: 16px 32px; font-size: 18px; border-radius: 16px; }
.btn-xl { padding: 19px 44px; font-size: 20px; border-radius: 18px; }

/* ===== כותרת עליונה ===== */
.site-header {
  position: fixed;
  top: 0; inset-inline: 0;
  z-index: 100;
  background: rgba(11, 13, 26, 0.72);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 68px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.brand:hover { text-decoration: none; }
.brand-logo { border-radius: 10px; }
.brand-name { font-weight: 800; font-size: 19px; letter-spacing: -0.3px; }

.nav { display: flex; gap: 26px; }
.nav a { color: #c9cde8; font-weight: 600; font-size: 15px; transition: color 0.15s ease; }
.nav a:hover { color: #fff; text-decoration: none; }

/* ===== גיבור ===== */
.hero {
  position: relative;
  background:
    radial-gradient(900px 500px at 90% -10%, rgba(123, 107, 255, 0.28), transparent 60%),
    radial-gradient(800px 500px at 0% 110%, rgba(251, 113, 133, 0.18), transparent 60%),
    var(--bg-dark);
  color: #fff;
  padding: 150px 0 60px;
  overflow: hidden;
}
.hero-blob { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.blob-a { width: 560px; height: 560px; top: -180px; inset-inline-start: -120px; background: radial-gradient(circle, rgba(123, 107, 255, 0.55), transparent 70%); animation: driftA 16s ease-in-out infinite alternate; }
.blob-b { width: 480px; height: 480px; bottom: -160px; inset-inline-end: -120px; background: radial-gradient(circle, rgba(251, 113, 133, 0.4), transparent 70%); animation: driftB 20s ease-in-out infinite alternate; }
.blob-c { width: 340px; height: 340px; top: 30%; inset-inline-start: 40%; background: radial-gradient(circle, rgba(52, 211, 153, 0.28), transparent 70%); animation: driftC 24s ease-in-out infinite alternate; }
@keyframes driftA { to { transform: translate(60px, 40px) scale(1.08); } }
@keyframes driftB { to { transform: translate(-50px, -40px) scale(1.1); } }
@keyframes driftC { to { transform: translate(30px, -50px) scale(1.12); } }

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #dfe2f7;
  margin-bottom: 22px;
}
.pulse-dot, .status-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 12px var(--emerald);
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse { 0%, 100% { opacity: 0.55; transform: scale(0.9); } 50% { opacity: 1; transform: scale(1.25); } }

.hero h1 {
  font-size: clamp(38px, 5.4vw, 62px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -1.4px;
  background: linear-gradient(135deg, #fff 40%, #c9b8ff);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  margin-top: 20px;
  font-size: 18px;
  color: #b9bdd8;
  max-width: 520px;
  line-height: 1.8;
}
.hero-sub strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 14px; color: #8f94b8; }
.hero-note .icon { color: var(--emerald); }

/* מוקאפ מסך החסימה */
.hero-visual { position: relative; }
.window-frame {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  backdrop-filter: blur(6px);
}
.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.win-dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); }
.win-dot:nth-child(1) { background: #fb7185; }
.win-dot:nth-child(2) { background: #fbbf24; }
.win-dot:nth-child(3) { background: #34d399; }
.window-title { margin-inline-start: 8px; font-size: 12.5px; color: #8f94b8; font-weight: 600; }

.mock-block {
  position: relative;
  background:
    radial-gradient(500px 300px at 85% 0%, rgba(251, 113, 133, 0.5), transparent 65%),
    radial-gradient(460px 300px at 10% 100%, rgba(123, 107, 255, 0.5), transparent 65%),
    radial-gradient(300px 220px at 40% 40%, rgba(52, 211, 153, 0.3), transparent 65%),
    #0a0a14;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 420px;
}
.mock-status {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(20, 20, 40, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 7px 18px;
  font-size: 12.5px;
  font-weight: 700;
  color: #9aa0c3;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.mock-clocks-card {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(20, 20, 40, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  padding: 16px 26px;
  min-width: 320px;
  max-width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.mock-clocks-icon {
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(135deg, #7b6bff, #a78bfa);
  display: grid; place-items: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(123, 107, 255, 0.4);
}
.mock-clocks-icon svg { width: 24px; height: 24px; }
.mock-clocks-text { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; text-align: right; flex: 1; }
.mock-clocks-title { font-size: 16px; font-weight: 800; color: #f2f3ff; }
.mock-clocks-sub { font-size: 13px; font-weight: 700; color: #a78bfa; font-variant-numeric: tabular-nums; }

.mock-quote {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 16px 22px 13px;
  max-width: 380px;
}
.mock-quote-text { font-size: 14.5px; font-weight: 700; line-height: 1.9; color: #f2f3ff; }
.mock-quote-source { margin-top: 6px; font-size: 12.5px; font-weight: 700; color: #a78bfa; }

.mock-actions { display: flex; gap: 10px; margin-top: 22px; }
.mock-action {
  background: rgba(20, 20, 40, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #9aa0c3;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* פס נתונים */
.stats-row {
  position: relative;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.stat { background: rgba(15, 18, 36, 0.92); padding: 26px 22px; text-align: center; }
.stat-num { font-size: 22px; font-weight: 900; color: #fff; letter-spacing: -0.4px; }
.stat-label { margin-top: 6px; font-size: 13.5px; color: #9aa0c3; line-height: 1.6; }

/* ===== סקשנים כלליים ===== */
.section { padding: 96px 0; }
.section-head { text-align: center; max-width: 640px; margin-inline: auto; margin-bottom: 54px; }
.section-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: var(--accent);
  background: rgba(99, 88, 240, 0.1);
  border: 1px solid rgba(99, 88, 240, 0.22);
  border-radius: 999px;
  padding: 5px 16px;
  margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 900; letter-spacing: -0.8px; line-height: 1.25; }
.section-head p { margin-top: 14px; font-size: 17px; color: var(--muted); }

/* ===== בעיה/פתרון ===== */
.problem { background: var(--soft); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.split-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 36px;
  box-shadow: var(--shadow-sm);
}
.split-card h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.4px; margin-top: 10px; }
.split-card > p { margin-top: 14px; color: var(--muted); font-size: 16px; }
.split-tag { display: inline-block; font-size: 12.5px; font-weight: 800; border-radius: 999px; padding: 4px 14px; }
.tag-bad { color: #b91c1c; background: rgba(251, 113, 133, 0.12); border: 1px solid rgba(251, 113, 133, 0.3); }
.tag-good { color: #047857; background: rgba(52, 211, 153, 0.14); border: 1px solid rgba(52, 211, 153, 0.35); }
.split-bad { border-color: rgba(251, 113, 133, 0.25); }
.split-good { border-color: rgba(52, 211, 153, 0.35); box-shadow: 0 16px 44px rgba(52, 211, 153, 0.12); }

.checklist { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.checklist li { position: relative; padding-inline-start: 30px; font-size: 15px; color: var(--ink-soft); }
.checklist li::before {
  position: absolute; inset-inline-start: 0; top: 1px;
  width: 20px; height: 20px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 900;
}
.checklist-check li::before { content: "✓"; color: #fff; background: var(--emerald); }
.checklist-x li::before { content: "✕"; color: #fff; background: var(--rose); }

/* ===== תכונות ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(99, 88, 240, 0.35);
}
.feature-icon {
  width: 52px; height: 52px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(99, 88, 240, 0.12), rgba(124, 92, 240, 0.08));
  border: 1px solid rgba(99, 88, 240, 0.2);
  color: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.feature-icon svg { width: 25px; height: 25px; }
.feature-card h3 { font-size: 18px; font-weight: 800; letter-spacing: -0.2px; }
.feature-card p { margin-top: 9px; font-size: 14.5px; color: var(--muted); line-height: 1.75; }

/* ===== איך זה עובד ===== */
.how { background: var(--soft); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  position: relative;
}
.step-num {
  width: 44px; height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: grid; place-items: center;
  box-shadow: 0 8px 20px rgba(99, 88, 240, 0.3);
  margin-bottom: 16px;
}
.step h3 { font-size: 17px; font-weight: 800; }
.step p { margin-top: 8px; font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ===== מסכים ===== */
.screens-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.screen-card { display: flex; flex-direction: column; gap: 16px; }
.light-frame {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}
.light-frame .window-bar { background: #f7f8fc; border-bottom: 1px solid var(--line); }
.light-frame .window-title { color: var(--muted); }

.mock-schedule { padding: 26px 26px 18px; background: #fff; }
.schedule-legend { display: flex; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.legend { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; color: var(--muted); }
.legend::before { content: ""; width: 16px; height: 10px; border-radius: 4px; }
.legend-open::before { background: var(--emerald); }
.legend-block::before { background: var(--rose); }
.legend-net::before { background: linear-gradient(90deg, var(--accent), var(--accent-2)); }

.schedule-row { display: flex; align-items: center; gap: 12px; margin-bottom: 9px; }
.day-label { width: 46px; font-size: 13px; font-weight: 700; color: var(--ink-soft); flex-shrink: 0; }
.day-bar {
  flex: 1;
  display: flex;
  height: 26px;
  border-radius: 8px;
  overflow: hidden;
  background: #eceef6;
  box-shadow: inset 0 1px 3px rgba(23, 26, 46, 0.08);
}
.seg { width: var(--w, 25%); }
.seg-open { background: var(--emerald); }
.seg-block { background: var(--rose); }
.seg-net { background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.schedule-hours { display: flex; justify-content: space-between; margin-top: 8px; padding-inline-start: 58px; }
.schedule-hours span { font-size: 11px; font-weight: 600; color: #a6abca; }

.mock-protect { padding: 26px; background: #fff; display: flex; flex-direction: column; gap: 11px; }
.protect-item {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}
.protect-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 8px rgba(52, 211, 153, 0.6); }
.protect-tag {
  margin-inline-start: auto;
  font-size: 12px;
  font-weight: 800;
  color: #047857;
  background: rgba(52, 211, 153, 0.14);
  border: 1px solid rgba(52, 211, 153, 0.3);
  border-radius: 999px;
  padding: 3px 12px;
}
.screen-caption { text-align: center; font-size: 14px; color: var(--muted); max-width: 460px; margin-inline: auto; }

/* ===== אמון ===== */
.trust { background: var(--bg-dark); position: relative; overflow: hidden; }
.trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 400px at 50% -20%, rgba(123, 107, 255, 0.18), transparent 60%);
  pointer-events: none;
}
.trust .section-kicker { color: #c9b8ff; background: rgba(201, 184, 255, 0.1); border-color: rgba(201, 184, 255, 0.25); }
.trust .section-head h2 { color: #fff; }
.trust-panel { position: relative; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trust-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.trust-item:hover { border-color: rgba(201, 184, 255, 0.35); background: rgba(255, 255, 255, 0.08); transform: translateY(-3px); }
.trust-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 184, 255, 0.16), rgba(123, 107, 255, 0.1));
  border: 1px solid rgba(201, 184, 255, 0.2);
  color: #c9b8ff;
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.trust-icon svg { width: 23px; height: 23px; }
.trust-item h3 { color: #fff; font-size: 17px; font-weight: 800; }
.trust-item p { margin-top: 8px; font-size: 13.5px; color: #a3a8c9; line-height: 1.75; }
.trust-item a { color: #c9b8ff; font-weight: 700; }

/* ===== הורדה ===== */
.download { background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-dark-2) 100%); padding-top: 90px; }
.download-panel {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  padding: 64px 40px 56px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}
.download-glow {
  position: absolute;
  top: -180px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 400px;
  background: radial-gradient(circle, rgba(123, 107, 255, 0.35), transparent 65%);
  pointer-events: none;
}
.download-head { position: relative; display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; margin-bottom: 36px; }
.download-icon img { border-radius: 20px; box-shadow: 0 14px 40px rgba(123, 107, 255, 0.4); }
.download-title { text-align: right; }
.download-title h2 { color: #fff; font-size: clamp(26px, 3vw, 36px); font-weight: 900; letter-spacing: -0.6px; }
.download-title p { color: #b9bdd8; margin-top: 6px; font-size: 16px; }

.download-main { position: relative; font-size: 21px; padding: 20px 48px; }
.download-main .icon { width: 24px; height: 24px; }

.download-meta {
  position: relative;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.meta-pill {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13.5px;
  color: #c9cde8;
  font-weight: 600;
}
.meta-pill b { color: #fff; }

.download-note {
  position: relative;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--emerald);
  font-weight: 700;
}
.download-note .icon { width: 15px; height: 15px; }
.download-sub { position: relative; margin-top: 14px; font-size: 14px; color: #8f94b8; max-width: 560px; margin-inline: auto; }
.download-sub a { color: #c9b8ff; font-weight: 700; }

/* ===== שאלות נפוצות ===== */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item[open] { border-color: rgba(99, 88, 240, 0.35); box-shadow: var(--shadow-sm); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  font-size: 16.5px;
  font-weight: 800;
  color: var(--ink);
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding-bottom: 22px; font-size: 15px; color: var(--muted); line-height: 1.85; }

/* ===== על היוצרים ===== */
.about { background: var(--soft); }
.about-card {
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 52px 40px;
  box-shadow: var(--shadow-sm);
}
.about-logo { border-radius: 18px; margin-inline: auto; margin-bottom: 22px; box-shadow: 0 12px 30px rgba(99, 88, 240, 0.25); }
.about-card h2 { font-size: 26px; font-weight: 900; letter-spacing: -0.5px; }
.about-card p { margin: 16px auto 0; max-width: 560px; font-size: 16px; color: var(--muted); }
.about-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.about-links .btn-ghost { background: var(--soft); border-color: var(--line); color: var(--ink); }
.about-links .btn-ghost:hover { border-color: rgba(99, 88, 240, 0.4); background: rgba(99, 88, 240, 0.06); }

/* ===== תחתית ===== */
.site-footer { background: var(--bg-dark); color: #8f94b8; padding: 44px 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 16px; }
.footer-brand img { border-radius: 8px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.footer-nav a { color: #b9bdd8; font-size: 14px; font-weight: 600; }
.footer-nav a:hover { color: #fff; text-decoration: none; }
.footer-copy { font-size: 13.5px; }
.footer-copy a { color: #c9b8ff; }

/* ===== רספונסיבי ===== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 130px; }
  .hero-sub { max-width: 100%; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .screens-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .nav { display: none; }
  .split { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; }
  .stat { padding: 18px; }
  .download-panel { padding: 44px 20px 40px; }
  .mock-clocks-card { min-width: 0; padding: 14px 18px; }
  .mock-block { min-height: 360px; padding: 26px 18px; }
  .about-card { padding: 40px 24px; }
}