/* ============================
   FOOTER - פוטר
   כחול נייבי + לבן, קבוע למטה
   ============================ */

footer {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background-color: #001f3f; /* כחול נייבי כהה */
  color: #fff;
}

.footer-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px;
  font-size: 14px;
}

.footer-clock {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-copyright {
  display: flex;
  align-items: center;
  gap: 4px;
}
