/* ===== פס מידע חי ===== */
.topbar {
  position: fixed; top: 0; right: 0; left: 0; z-index: 1100;
  background: #06060f;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  height: 38px;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0; height: 100%;
}
.topbar-item {
  display: flex; align-items: center; gap: 7px;
  padding: 0 24px; font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.85);
}
.topbar-item i { color: rgba(255,255,255,0.4); font-size: 12px; }
.topbar-label { font-size: 11px; color: rgba(255,255,255,0.35); font-weight: 400; }
.topbar-divider { width: 1px; height: 18px; background: rgba(255,255,255,0.1); }
.gbp-symbol { color: #4ade80; font-weight: 800; font-size: 14px; }
.gbp-eq { color: rgba(255,255,255,0.4); font-size: 13px; }
#london-time { font-variant-numeric: tabular-nums; letter-spacing: 0.5px; }
#weather-temp { color: #60a5fa; }
#gbp-rate { color: #4ade80; font-weight: 700; }

/* ===== בסיס ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Heebo', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1e293b;
  background: #0a0a1a;
  direction: rtl;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== כפתורים ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 50px;
  font-family: 'Heebo', sans-serif; font-weight: 700; font-size: 15px;
  cursor: pointer; border: none; transition: all 0.25s ease; white-space: nowrap;
}
.btn-lg { padding: 16px 32px; font-size: 17px; }
.btn-primary { background: #DC2626; color: #fff; }
.btn-primary:hover { background: #B91C1C; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(220,38,38,0.4); }
.btn-red { background: #DC2626; color: #fff; }
.btn-red:hover { background: #B91C1C; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(220,38,38,0.4); }
.btn-glow { box-shadow: 0 0 20px rgba(220,38,38,0.35); }
.btn-glow:hover { box-shadow: 0 0 40px rgba(220,38,38,0.6); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.btn-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-outline-navy {
  background: transparent; color: #1E3A8A; border: 2px solid #1E3A8A;
  border-radius: 50px; padding: 12px 28px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s ease;
}
.btn-outline-navy:hover { background: #1E3A8A; color: #fff; }
.btn-white { background: #fff; color: #1E3A8A; }
.btn-white:hover { background: #f1f5f9; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

/* ===== ניווט ===== */
.navbar {
  position: fixed; top: 38px; right: 0; left: 0; z-index: 1000;
  background: rgba(10,10,26,0.9);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: box-shadow 0.3s ease;
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.4); }
.nav-inner { display: flex; align-items: center; gap: 32px; height: 72px; }
.logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; direction: ltr; }
.logo-img { height: 48px; width: auto; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); }
.logo-text-fallback { display: none; align-items: baseline; gap: 2px; }
.logo-go { font-size: 26px; font-weight: 900; color: #DC2626; letter-spacing: -1px; }
.logo-london { font-size: 26px; font-weight: 900; color: #fff; letter-spacing: -1px; }
.logo-slogan { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.45); direction: rtl; white-space: nowrap; border-right: 1px solid rgba(255,255,255,0.15); padding-right: 10px; margin-right: 2px; }
.logo--light .logo-go { color: #DC2626; }
.logo--light .logo-london { color: #fff; }
.nav-links { display: flex; align-items: center; gap: 4px; flex: 1; }
.nav-links a { padding: 8px 14px; border-radius: 8px; font-weight: 500; color: rgba(255,255,255,0.7); transition: all 0.2s; font-size: 14px; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.1); }
.nav-cta { flex-shrink: 0; font-size: 14px; padding: 9px 18px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-right: auto; }
.burger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.25s; }
.mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 16px 24px 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.mobile-menu a { padding: 12px 16px; border-radius: 10px; font-weight: 600; color: rgba(255,255,255,0.85); }
.mobile-menu a:hover { background: rgba(255,255,255,0.1); }
.mobile-menu.open { display: flex; }

/* ===== גיבור ===== */
.hero {
  position: relative; min-height: 100vh;
  background:
    linear-gradient(to bottom, rgba(10,10,26,0.75) 0%, rgba(10,10,26,0.55) 40%, rgba(10,10,26,0.85) 100%),
    url('images/hero.jpg') center center / cover no-repeat;
  display: flex; align-items: center; overflow: hidden; padding-top: 110px;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-glow {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: 0.35;
}
.hero-glow--red {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #DC2626 0%, transparent 70%);
  top: 10%; left: -5%;
  animation: pulse-glow 4s ease-in-out infinite alternate;
}
.hero-glow--blue {
  width: 600px; height: 400px;
  background: radial-gradient(circle, #1E3A8A 0%, transparent 70%);
  bottom: 10%; right: -10%;
  animation: pulse-glow 5s ease-in-out infinite alternate-reverse;
}
@keyframes pulse-glow {
  from { opacity: 0.25; transform: scale(1); }
  to   { opacity: 0.45; transform: scale(1.15); }
}
.union-jack-overlay {
  position: absolute;
  right: -60px; top: 50%;
  transform: translateY(-50%) rotate(12deg);
  width: 520px; height: 346px;
  opacity: 0.18;
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; text-align: center; padding: 80px 24px 180px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.08); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff; padding: 8px 20px; border-radius: 50px;
  font-size: 14px; font-weight: 600; margin-bottom: 28px;
  animation: fadeInDown 0.7s ease;
}
.badge-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #4ade80;
  box-shadow: 0 0 8px #4ade80; animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
.hero-title {
  font-size: clamp(42px, 7vw, 84px); font-weight: 900; color: #fff;
  line-height: 1.1; margin-bottom: 20px;
  animation: fadeInUp 0.7s ease 0.1s both;
}
.hero-highlight {
  background: linear-gradient(90deg, #DC2626, #f97316, #DC2626);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}
@keyframes shimmer { to { background-position: 200% center; } }
.hero-sub {
  font-size: clamp(17px, 2.5vw, 22px); color: rgba(255,255,255,0.7);
  margin-bottom: 44px; font-weight: 400;
  animation: fadeInUp 0.7s ease 0.2s both;
}
.hero-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap; margin-bottom: 60px;
  animation: fadeInUp 0.7s ease 0.3s both;
}
.btn-hero-club {
  background: linear-gradient(135deg, #d97706, #DC2626);
  color: #fff; padding: 12px 22px; font-size: 15px; font-weight: 800;
  border-radius: 50px; box-shadow: 0 4px 18px rgba(217,119,6,0.4);
  transition: all 0.3s;
}
.btn-hero-club:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(217,119,6,0.55); }
.btn-hero-sm {
  padding: 10px 20px; font-size: 14px;
}
.hero-stats {
  display: flex; align-items: center; justify-content: center;
  animation: fadeInUp 0.7s ease 0.4s both;
}
.stat { display: flex; flex-direction: column; align-items: center; padding: 0 40px; }
.stat strong { font-size: 36px; font-weight: 900; color: #fff; line-height: 1; }
.stat span { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; }
.stat-divider { width: 1px; height: 44px; background: rgba(255,255,255,0.15); }
.hero-wave { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; }
.hero-wave svg { display: block; width: 100%; height: 80px; }

/* ===== פס יתרונות ===== */
.why-bar { background: #0f0f24; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 28px 0; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-item {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px; border-radius: 12px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.25s;
}
.why-item:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.12); }
.why-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, #DC2626, #7C3AED);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #fff; flex-shrink: 0;
}
.why-item strong { display: block; font-size: 15px; font-weight: 700; color: #fff; }
.why-item span { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ===== קטגוריות ===== */
.categories { padding: 80px 0 100px; background: #0a0a1a; }

.section-header { text-align: center; margin-bottom: 56px; }
.section-tag {
  display: inline-block; background: rgba(220,38,38,0.15);
  color: #f87171; border: 1px solid rgba(220,38,38,0.3);
  padding: 4px 16px; border-radius: 50px; font-size: 13px; font-weight: 700;
  margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px;
}
.section-tag--light { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.2); }
.section-header h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; color: #fff; margin-bottom: 12px; }
.section-header p { font-size: 18px; color: rgba(255,255,255,0.5); }

/* גריד קטגוריות */
.cat-row { display: grid; gap: 20px; margin-bottom: 20px; }
.cat-row--hero { grid-template-columns: 1fr 1fr; }
.cat-row--4 { grid-template-columns: repeat(4, 1fr); }
.cat-row--2 { grid-template-columns: 1fr 1fr; }

/* כרטיס קטגוריה */
.cat-card {
  position: relative; border-radius: 20px; overflow: hidden;
  padding: 32px 28px; cursor: pointer;
  background: var(--grad);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column; gap: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}
.cat-card::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.cat-card:hover::after { background: rgba(0,0,0,0.08); }
.cat-card-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top left, rgba(255,255,255,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.cat-card--large { min-height: 280px; }
.cat-card--large .cat-emoji { font-size: 52px; }
.cat-card--large h3 { font-size: 26px; }

.cat-card--med { min-height: 220px; }
.cat-card--med .cat-emoji { font-size: 38px; }
.cat-card--med h3 { font-size: 19px; }

.cat-emoji { line-height: 1; position: relative; z-index: 1; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3)); }
.cat-card h3 { font-weight: 900; color: #fff; line-height: 1.2; position: relative; z-index: 1; }
.cat-sub {
  list-style: none; display: flex; flex-direction: column; gap: 4px;
  flex: 1; position: relative; z-index: 1;
}
.cat-sub li { font-size: 14px; color: rgba(255,255,255,0.8); }
.cat-sub li::before { content: '›  '; opacity: 0.6; }
.cat-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.9);
  margin-top: auto; position: relative; z-index: 1;
  transition: gap 0.2s; padding: 8px 16px; background: rgba(0,0,0,0.25);
  border-radius: 50px; width: fit-content;
}
.cat-card:hover .cat-link { gap: 10px; background: rgba(0,0,0,0.35); }

/* ===== מסלולים ===== */
.routes-banner {
  background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.routes-banner::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(220,38,38,0.12) 0%, transparent 70%);
}
.routes-header { text-align: center; margin-bottom: 48px; }
.routes-header h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 900; color: #fff; margin-bottom: 12px; }
.routes-header p { font-size: 17px; color: rgba(255,255,255,0.55); }

.routes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.route-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 28px 20px; text-align: center;
  transition: all 0.3s; position: relative; overflow: hidden;
}
.route-card:hover {
  background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2);
  transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}
.route-card--featured {
  background: linear-gradient(135deg, rgba(220,38,38,0.3), rgba(124,58,237,0.3));
  border-color: rgba(220,38,38,0.4);
}
.route-badge {
  position: absolute; top: 12px; right: 12px;
  background: #DC2626; color: #fff; font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: 50px;
}
.route-days { font-size: 52px; font-weight: 900; color: #fff; line-height: 1; }
.route-emoji { font-size: 44px; line-height: 1; margin-bottom: 4px; }
.route-label { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 8px; }
.route-card h4 { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.route-card p { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ===== כתבות ===== */
.articles { padding: 80px 0 100px; background: #0d0d20; }
.articles .section-header h2 { color: #fff; }
.articles-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.article-card {
  background: rgba(255,255,255,0.04); border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08); transition: all 0.3s;
  display: block; color: inherit; text-decoration: none;
}
.article-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.15); }
.article-card--featured { grid-row: span 2; }
.article-card--featured .article-img { height: 260px; }
.article-img {
  height: 160px; position: relative; display: flex; align-items: flex-start; padding: 16px;
}
.article-category-tag {
  background: rgba(0,0,0,0.35); backdrop-filter: blur(4px);
  color: #fff; font-size: 12px; font-weight: 700;
  padding: 5px 14px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.2);
}
.article-body { padding: 24px; }
.article-body h3 {
  font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 10px; line-height: 1.4;
}
.article-card--featured .article-body h3 { font-size: 21px; }
.article-body p { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.article-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; color: rgba(255,255,255,0.3); }
.article-meta i { margin-left: 4px; }
.section-cta { text-align: center; margin-top: 48px; }
.articles .btn-outline-navy { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.3); }
.articles .btn-outline-navy:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.5); }

/* ===== באנר מפת כשרות ===== */
.kosher-banner {
  background: linear-gradient(135deg, #052e16 0%, #0a3320 50%, #0d0d20 100%);
  border-top: 1px solid rgba(74,222,128,0.15);
  border-bottom: 1px solid rgba(74,222,128,0.15);
  padding: 48px 0;
}
.kosher-banner-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.kosher-badge {
  display: inline-block; background: rgba(74,222,128,0.15); color: #4ade80;
  border: 1px solid rgba(74,222,128,0.3); border-radius: 50px;
  padding: 4px 14px; font-size: 12px; font-weight: 700; margin-bottom: 12px;
}
.kosher-banner-text h2 { font-size: 28px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.kosher-banner-text p { font-size: 15px; color: rgba(255,255,255,0.5); max-width: 520px; line-height: 1.7; }
.kosher-banner-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #16a34a; color: #fff; text-decoration: none;
  padding: 16px 32px; border-radius: 14px; font-size: 17px; font-weight: 800;
  transition: all 0.25s; white-space: nowrap; flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(22,163,74,0.35);
}
.kosher-banner-btn:hover { background: #15803d; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(22,163,74,0.45); }

/* ===== באנר קהילה ===== */
.community-banner {
  background: linear-gradient(135deg, #1E3A8A 0%, #1a1070 50%, #0f0525 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.community-glow {
  position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.3) 0%, transparent 70%);
}
.banner-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 48px; position: relative; z-index: 1;
}
.banner-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.12); color: #fff;
  padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 700;
  border: 1px solid rgba(255,255,255,0.2); margin-bottom: 16px;
}
.banner-text h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 900; color: #fff; margin-bottom: 12px; }
.banner-text p { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.banner-visual {
  flex-shrink: 0; width: 320px; position: relative; height: 200px;
}
.fb-bubble {
  position: absolute; background: rgba(255,255,255,0.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2); color: #fff;
  padding: 10px 18px; border-radius: 20px; font-size: 14px; font-weight: 500;
  max-width: 260px;
}
.fb-bubble--1 { top: 0; right: 0; animation: float-bubble 4s ease-in-out infinite; }
.fb-bubble--2 { top: 52px; right: 40px; background: rgba(220,38,38,0.2); border-color: rgba(220,38,38,0.3); font-size: 12px; animation: float-bubble 4s ease-in-out infinite 0.5s; }
.fb-bubble--3 { top: 110px; right: 0; animation: float-bubble 4s ease-in-out infinite 1s; }
.fb-bubble--4 { top: 164px; right: 40px; background: rgba(220,38,38,0.2); border-color: rgba(220,38,38,0.3); font-size: 12px; animation: float-bubble 4s ease-in-out infinite 1.5s; }
@keyframes float-bubble {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ===== ניוזלטר ===== */
.newsletter {
  background: #0f0f24; border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07); padding: 48px 0;
}
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.newsletter-text h3 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.newsletter-text p { font-size: 15px; color: rgba(255,255,255,0.5); }
.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input {
  padding: 14px 20px; border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 15px;
  width: 280px; background: rgba(255,255,255,0.07); color: #fff;
  transition: all 0.25s; direction: rtl;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.35); }
.newsletter-form input:focus { outline: none; border-color: #DC2626; background: rgba(255,255,255,0.1); }

/* ===== כותרת תחתונה ===== */
.footer { background: #06060f; color: rgba(255,255,255,0.6); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { font-size: 14px; line-height: 1.8; margin-top: 16px; color: rgba(255,255,255,0.4); max-width: 280px; }
.social-links { display: flex; gap: 10px; margin-top: 24px; }
.social-links a {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: #fff; transition: all 0.25s;
}
.social-links a:hover { background: #DC2626; transform: translateY(-2px); }
.footer-col h4 { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; }
.contact-list { gap: 14px !important; }
.contact-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.contact-list i { color: #DC2626; width: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07); padding-top: 24px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.3);
}

/* ===== אנימציות ===== */
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInUp   { from { opacity: 0; transform: translateY(30px); }  to { opacity: 1; transform: translateY(0); } }

/* ===== מסכים קטנים ===== */
@media (max-width: 1024px) {
  .cat-row--4 { grid-template-columns: repeat(2, 1fr); }
  .routes-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .cat-row--hero { grid-template-columns: repeat(2, 1fr); }
  .cat-row--2 { grid-template-columns: repeat(2, 1fr); }
  .articles-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .article-card--featured { grid-row: span 1; }
  .article-card--featured .article-img { height: 90px; }
  .article-img { height: 90px; padding: 10px; }
  .article-body { padding: 12px; }
  .article-body h3 { font-size: 13px; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .article-card--featured .article-body h3 { font-size: 13px; }
  .article-body p { display: none; }
  .article-meta { font-size: 11px; gap: 8px; }
  .article-category-tag { font-size: 10px; padding: 3px 8px; }
  .banner-inner { flex-direction: column; }
  .banner-visual { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: span 2; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .topbar-label { display: none; }
  .topbar-item#tb-time .topbar-label,
  .topbar-item#tb-weather .topbar-label { display: none; }
  #tb-time span:not(#london-time) { display: none; }
  #tb-weather span:not(#weather-icon):not(#weather-temp) { display: none; }
  #tb-rate .topbar-label { display: none; }
  .gbp-symbol { display: none; }
  #tb-rate::before { content: '£'; color: #4ade80; font-weight: 800; font-size: 14px; }

  .cat-row { gap: 10px; margin-bottom: 10px; }
  .cat-row--4 { grid-template-columns: repeat(2, 1fr); }
  .cat-row--hero { grid-template-columns: repeat(2, 1fr); }
  .cat-row--2 { grid-template-columns: repeat(2, 1fr); }

  .cat-card { padding: 16px 14px; border-radius: 14px; gap: 6px; }
  .cat-card--large { min-height: 130px; }
  .cat-card--large .cat-emoji { font-size: 28px; }
  .cat-card--large h3 { font-size: 14px; }
  .cat-card--med { min-height: 110px; }
  .cat-card--med .cat-emoji { font-size: 24px; }
  .cat-card--med h3 { font-size: 13px; }
  .cat-sub { display: none; }
  .cat-link { font-size: 11px; margin-top: 4px; }

  .routes-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-inner { flex-direction: column; align-items: flex-start; }
  .newsletter-form { width: 100%; }
  .newsletter-form input { width: 100%; }
}

/* ===== באנר מרחף מפת כשרות ===== */
/* באנר כשרות — מובייל: רצועה תחתונה */
.kosher-float {
  position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%) translateY(120px);
  z-index: 9999; width: calc(100% - 32px); max-width: 400px;
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 40%, #4c1d95 100%);
  border-radius: 16px; padding: 14px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.08),
              0 0 40px rgba(139,92,246,0.3);
  display: flex; align-items: center; gap: 12px;
  opacity: 0; transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1), opacity 0.4s ease;
  pointer-events: none;
}
.kosher-float--visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1; pointer-events: all;
}
.kosher-float-close {
  position: absolute; top: 8px; left: 10px;
  background: rgba(255,255,255,0.1); border: none; color: rgba(255,255,255,0.7);
  width: 22px; height: 22px; border-radius: 50%; font-size: 10px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s; flex-shrink: 0;
}
.kosher-float-close:hover { background: rgba(255,255,255,0.25); color: #fff; }
.kosher-float-badge { display: none; }
.kosher-float-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }
.kosher-float-content { display: contents; }
.kosher-float-text { flex: 1; min-width: 0; }
.kosher-float-text strong {
  display: block; font-size: 14px; font-weight: 900; color: #fff; margin-bottom: 2px; white-space: nowrap;
}
.kosher-float-text span {
  font-size: 11px; color: rgba(255,255,255,0.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;
}
.kosher-float-btn {
  flex-shrink: 0;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  color: #fff; font-weight: 800; font-size: 13px;
  padding: 9px 16px; border-radius: 50px;
  text-decoration: none; transition: all 0.2s; white-space: nowrap;
  box-shadow: 0 4px 14px rgba(239,68,68,0.4);
}
.kosher-float-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(239,68,68,0.5); }

/* באנר כשרות — מובייל: הסתר את גרסת הדסקטופ */
.kosher-float-desktop { display: none; }
.kosher-float-mobile { display: contents; }

/* באנר כשרות — דסקטופ: באנר פרסומי אנכי גבוה */
@media (min-width: 700px) {
  .kosher-float {
    bottom: auto; left: auto;
    right: 0; top: 50%;
    transform: translateY(-50%) translateX(105%);
    width: 220px; max-width: 220px;
    flex-direction: column; align-items: stretch;
    padding: 0; gap: 0;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    box-shadow: -8px 0 48px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.1),
                -8px 0 60px rgba(139,92,246,0.4);
  }
  .kosher-float--visible {
    transform: translateY(-50%) translateX(0);
    opacity: 1; pointer-events: all;
  }
  .kosher-float-close {
    position: absolute; top: 10px; left: 10px; z-index: 2;
    width: 26px; height: 26px; font-size: 11px;
    background: rgba(0,0,0,0.35);
  }
  .kosher-float-mobile { display: none; }
  .kosher-float-desktop { display: flex; flex-direction: column; align-items: stretch; }

  /* חלק ויזואלי עליון */
  .kfd-visual {
    background: linear-gradient(160deg, #0f0f24 0%, #1e1040 60%, #2d1b69 100%);
    padding: 36px 20px 28px;
    display: flex; flex-direction: column; align-items: center;
    position: relative; overflow: hidden;
  }
  .kfd-visual::before {
    content: ''; position: absolute; top: -30px; right: -30px;
    width: 120px; height: 120px; border-radius: 50%;
    background: radial-gradient(circle, rgba(139,92,246,0.35), transparent 70%);
  }
  .kfd-visual::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  }
  .kfd-map-emoji {
    font-size: 64px; line-height: 1; position: relative; z-index: 1;
    filter: drop-shadow(0 6px 20px rgba(139,92,246,0.6));
  }
  .kfd-dots {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 5px;
    margin-top: 16px; opacity: 0.3;
  }
  .kfd-dots span {
    width: 5px; height: 5px; border-radius: 50%;
    background: #fff; display: block;
  }

  /* גוף הבאנר */
  .kfd-body {
    background: linear-gradient(180deg, #1a1040 0%, #0f0f24 100%);
    padding: 20px 18px 22px;
    display: flex; flex-direction: column; align-items: center;
    text-align: center; gap: 12px;
  }
  .kfd-badge {
    display: inline-block;
    background: linear-gradient(135deg, #7c3aed, #ef4444);
    color: #fff; font-size: 10px; font-weight: 900;
    padding: 4px 12px; border-radius: 50px; letter-spacing: 0.5px;
  }
  .kfd-title {
    font-size: 22px; font-weight: 900; color: #fff; line-height: 1.2;
    margin: 0;
  }
  .kfd-sub {
    font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.5; margin: 0;
  }
  .kfd-stats {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    background: rgba(255,255,255,0.06); border-radius: 12px;
    padding: 10px 16px; width: 100%;
  }
  .kfd-stat { text-align: center; }
  .kfd-stat-num { display: block; font-size: 22px; font-weight: 900; color: #fff; line-height: 1; }
  .kfd-stat-label { font-size: 10px; color: rgba(255,255,255,0.45); }
  .kfd-stat-div { width: 1px; height: 28px; background: rgba(255,255,255,0.12); }
  .kfd-features {
    list-style: none; padding: 0; margin: 0; width: 100%;
    display: flex; flex-direction: column; gap: 7px;
    text-align: right;
  }
  .kfd-features li {
    font-size: 12px; color: rgba(255,255,255,0.65);
    display: flex; align-items: center; gap: 8px;
  }
  .kfd-features li i { color: #4ade80; font-size: 11px; flex-shrink: 0; }
  .kfd-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 13px;
    background: linear-gradient(135deg, #7c3aed, #ef4444);
    color: #fff; font-family: 'Heebo', sans-serif; font-size: 15px; font-weight: 800;
    border-radius: 12px; text-decoration: none;
    box-shadow: 0 4px 20px rgba(124,58,237,0.45);
    transition: all 0.2s;
  }
  .kfd-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(124,58,237,0.6); }
  .kfd-free {
    font-size: 11px; color: rgba(255,255,255,0.3); margin: 0;
  }
}

@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
  50% { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}

/* ===== מועדון חברים ===== */
.club-section {
  position: relative; overflow: hidden;
  padding: 80px 0; background: linear-gradient(135deg, #0a0a1a 0%, #1a1040 50%, #0a0a1a 100%);
  border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06);
}
.club-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 600px; height: 400px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(245,158,11,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.club-inner {
  display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: center;
}
.club-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.3);
  color: #f59e0b; font-size: 13px; font-weight: 700;
  padding: 6px 16px; border-radius: 50px; margin-bottom: 20px;
}
.club-text h2 {
  font-size: clamp(28px, 4vw, 40px); font-weight: 900; color: #fff;
  margin-bottom: 14px; line-height: 1.2;
}
.club-text > p {
  font-size: 16px; color: rgba(255,255,255,0.6); margin-bottom: 28px; line-height: 1.7;
}
.club-perks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.club-perk {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.75); font-weight: 600;
}
.club-perk i { color: #f59e0b; width: 16px; }
.btn-club {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #d97706, #DC2626);
  color: #fff; font-weight: 800; font-size: 17px;
  padding: 16px 32px; border-radius: 14px; border: none;
  box-shadow: 0 4px 24px rgba(217,119,6,0.4); transition: all 0.3s;
  text-decoration: none;
}
.btn-club:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(217,119,6,0.55); }
.club-note {
  margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.35);
  display: flex; align-items: center; gap: 6px;
}
.club-note i { color: rgba(255,255,255,0.25); }

/* כרטיס חבר */
.club-visual { display: flex; justify-content: center; align-items: center; }
.club-card {
  background: linear-gradient(135deg, #1a1040 0%, #2d1b69 60%, #1a1040 100%);
  border: 1px solid rgba(245,158,11,0.3); border-radius: 24px;
  padding: 40px 36px; text-align: center; position: relative; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px rgba(245,158,11,0.1);
  width: 280px;
  transform: rotate(-2deg);
  transition: transform 0.3s;
}
.club-card:hover { transform: rotate(0deg) scale(1.02); }
.club-card::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 120px; height: 120px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,158,11,0.2), transparent 70%);
}
.club-card-icon { font-size: 52px; margin-bottom: 16px; display: block; }
.club-card-title { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.4); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.club-card-name { font-size: 26px; font-weight: 900; color: #fff; margin-bottom: 4px; }
.club-card-sub { font-size: 12px; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.club-card-badge {
  display: inline-block; background: linear-gradient(135deg, #d97706, #DC2626);
  color: #fff; font-size: 12px; font-weight: 800;
  padding: 6px 18px; border-radius: 50px;
}

@media (max-width: 800px) {
  .club-inner { grid-template-columns: 1fr; gap: 40px; }
  .club-visual { order: -1; }
  .club-card { width: 240px; transform: none; }
}
@media (max-width: 500px) {
  .club-section { padding: 60px 0; }
  .club-card { width: 220px; padding: 28px 24px; }
}

/* ===== כפתור טלגרם וכפתורי קהילה ===== */
.btn-telegram {
  background: linear-gradient(135deg, #0088cc, #29b6f6);
  color: #fff !important; border-color: transparent;
}
.btn-telegram:hover { background: linear-gradient(135deg, #006699, #0288d1); }
.community-btns {
  display: flex; gap: 12px; flex-wrap: wrap;
}
