/* ============================================================
   שלמה — ניקוי חלונות באוסמוזה הפוכה | Landing Page Styles
   ============================================================ */

/* ── Local Fonts ─────────────────────────────────────────── */
@font-face {
  font-family: 'VarelaRound';
  src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Thin.ttf') format('truetype');
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Light.ttf') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-ExtraBold.ttf') format('truetype');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Black.ttf') format('truetype');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ── CSS Variables ───────────────────────────────────────── */
:root {
  --sky-50:  #F0F9FF;
  --sky-100: #E0F2FE;
  --sky-300: #7DD3FC;
  --sky-500: #0EA5E9;
  --sky-600: #0284C7;
  --sky-700: #0369A1;
  --cyan-500: #06B6D4;
  --slate-200: #E2E8F0;
  --slate-300: #CBD5E1;
  --slate-500: #64748B;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1E293B;
  --slate-900: #0F172A;
  --white: #FFFFFF;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(15,23,42,.08);
  --shadow-md: 0 4px 20px rgba(15,23,42,.10);
  --shadow-lg: 0 12px 40px rgba(15,23,42,.14);
  --transition: 0.22s ease;
}

/* ── Reset & Base ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 17px;
}

body {
  font-family: 'Heebo', 'Assistant', sans-serif;
  color: var(--slate-700);
  background: var(--white);
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  color: var(--slate-900);
  line-height: 1.25;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 900; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 700; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.55rem); font-weight: 700; }
h4 { font-size: 1.1rem; font-weight: 700; }

p { line-height: 1.75; }

a { color: var(--sky-600); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--sky-700); }

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

ul { list-style: none; }

section { overflow: hidden; }

/* ── Container ───────────────────────────────────────────── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.btn-primary {
  background: var(--sky-500);
  color: var(--white);
  border-color: var(--sky-500);
}
.btn-primary:hover {
  background: var(--sky-600);
  border-color: var(--sky-600);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(14,165,233,.35);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--sky-700);
  transform: translateY(-1px);
}

.btn-outline-dark {
  background: transparent;
  color: var(--slate-900);
  border-color: var(--slate-800);
}
.btn-outline-dark:hover {
  background: var(--slate-900);
  color: var(--white);
  transform: translateY(-1px);
}

.btn-lg { padding: 16px 40px; font-size: 1.15rem; }

/* ── Section Header ──────────────────────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-tag {
  display: inline-block;
  background: var(--sky-100);
  color: var(--sky-700);
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.section-header h2 { margin-bottom: 16px; }

.section-header p {
  font-size: 1.1rem;
  color: var(--slate-600);
  max-width: 600px;
  margin: 0 auto;
}

/* ── Fade-in Animation ───────────────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   1. NAVBAR
   ============================================================ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--slate-200);
  box-shadow: 0 2px 10px rgba(15,23,42,.06);
  height: 68px;
}

.navbar .container {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 24px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.navbar-logo-img {
  height: 46px;
  width: auto;
  display: block;
}

.navbar-spacer { flex: 1; }

.navbar-link {
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--slate-600);
  padding: 6px 4px;
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
}
.navbar-link:hover {
  color: var(--sky-600);
  border-bottom-color: var(--sky-500);
}

.navbar .btn { padding: 10px 24px; font-size: 0.95rem; }

/* Mobile hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--slate-700);
  border-radius: 2px;
  transition: all var(--transition);
}

/* Hamburger → X when open */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Desktop section nav links */
.navbar-sections {
  display: flex;
  align-items: center;
  gap: 2px;
}
.navbar-section-link {
  padding: 8px 14px;
  color: var(--slate-700);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: background var(--transition), color var(--transition);
  white-space: nowrap;
}
.navbar-section-link:hover { background: var(--sky-50); color: var(--sky-600); }

/* Mobile slide-down nav panel */
.mobile-nav {
  display: none;
  position: fixed;
  top: 64px;
  right: 0; left: 0;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(15,23,42,0.13);
  z-index: 998;
  padding: 8px 24px 24px;
  transform: translateY(-110%);
  transition: transform 0.28s ease;
}
.mobile-nav.open { transform: translateY(0); }

.mobile-nav-link {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--slate-200);
  color: var(--slate-900);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  transition: color var(--transition);
}
.mobile-nav-link:last-child { border-bottom: none; }
.mobile-nav-link:hover { color: var(--sky-600); }

/* Contact quick-links (mobile only) */
.mobile-contact-links {
  display: none;
  justify-content: center;
  gap: 0;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--slate-200);
}
.mobile-contact-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  color: var(--sky-700);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border-left: 1px solid var(--slate-200);
}
.mobile-contact-item:first-child { border-left: none; }
.mobile-contact-item svg {
  width: 22px; height: 22px;
  color: var(--sky-500);
  flex-shrink: 0;
}
.mobile-contact-item span { word-break: break-all; }

/* ============================================================
   2. HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: var(--sky-100);
  overflow: hidden;
}

/* Force container to full width so RTL positions text to the right */
.hero .container {
  width: 100%;
}

/* Background image — building on left, sky on right (no mirror needed) */
/* position: center 22% → shows more sky at top, crops street at bottom */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/hero-bg.jpg') center 22% / cover no-repeat;
  z-index: 0;
}

/* Subtle light veil on sky side to soften contrast for dark text */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.04) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: var(--slate-900);
  padding: 80px 0;
  margin-bottom: 80px; /* shifts content upward relative to vertical center */
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--white);
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}

.hero-badge::before {
  content: '';
  display: block;
  width: 8px; height: 8px;
  background: var(--sky-300);
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.hero h1 {
  color: var(--slate-900);
  margin-bottom: 20px;
  text-shadow: none;
}

.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--slate-700);
  margin-bottom: 36px;
  line-height: 1.65;
  max-width: 560px;
}

.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-trust {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--slate-700);
  font-size: 0.9rem;
  font-weight: 600;
}

.trust-icon {
  width: 20px; height: 20px;
  color: var(--sky-600);
  flex-shrink: 0;
}

/* ============================================================
   3. LEAD STRIP
   ============================================================ */
.lead-strip {
  background: linear-gradient(135deg, var(--sky-600) 0%, var(--sky-700) 100%);
  padding: 56px 0;
}

.lead-strip-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.lead-strip-text { flex: 1; min-width: 240px; }

.lead-strip-text h2 {
  color: var(--white);
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  margin-bottom: 8px;
}

.lead-strip-text p {
  color: rgba(255,255,255,0.88);
  font-size: 1rem;
}

.lead-strip-form {
  flex: 2;
  min-width: 300px;
}

.strip-form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.strip-form-row input {
  flex: 1;
  min-width: 140px;
  padding: 14px 18px;
  border: none;
  border-radius: var(--radius-sm);
  font-family: 'Heebo', sans-serif;
  font-size: 0.95rem;
  color: var(--slate-900);
  background: white;
  outline: none;
  transition: box-shadow var(--transition);
  direction: rtl;
}

.strip-form-row input:focus {
  box-shadow: 0 0 0 3px rgba(255,255,255,0.4);
}

.strip-form-row input::placeholder { color: var(--slate-400, #94A3B8); }

.strip-form-row .btn {
  background: var(--slate-900);
  color: var(--white);
  border-color: var(--slate-900);
  white-space: nowrap;
  flex-shrink: 0;
}

.strip-form-row .btn:hover {
  background: var(--slate-800);
  border-color: var(--slate-800);
  transform: translateY(-1px);
}

.strip-error {
  color: #FCA5A5;
  font-size: 0.85rem;
  margin-top: 8px;
  display: none;
}

/* ============================================================
   4. ABOUT REVERSE OSMOSIS
   ============================================================ */
.about-ro {
  padding: 100px 0;
  background: var(--white);
}

.about-ro-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
}

.ro-text h2 { margin-bottom: 20px; }
.ro-text p { color: var(--slate-600); font-size: 1.05rem; }

.ro-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}

.ro-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.ro-image-wrap:hover .ro-image { transform: scale(1.03); }

.ro-stat-inline {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--sky-50);
  border: 1px solid var(--sky-100);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-top: 24px;
}

.stat-big {
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--sky-500);
  line-height: 1;
  flex-shrink: 0;
}

.stat-desc {
  font-size: 0.95rem;
  color: var(--slate-600);
  line-height: 1.5;
}

/* ── Benefits Section (split from about-ro) ─────────────── */
.benefits-section {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #EFF6FF 0%, #E0F2FE 35%, #F0FAFB 60%, #F5F3FF 100%);
}

/* Decorative cloud blobs */
.benefits-section::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(14,165,233,0.14) 0%, transparent 68%);
  top: -180px; right: -160px;
  border-radius: 50%;
  pointer-events: none;
}
.benefits-section::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(6,182,212,0.11) 0%, transparent 68%);
  bottom: -120px; left: -120px;
  border-radius: 50%;
  pointer-events: none;
}

/* Extra mid blob */
.benefits-blob-mid {
  position: absolute;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(99,102,241,0.07) 0%, transparent 70%);
  top: 50%; left: 40%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

/* Benefit cards over the gradient look great in white */
.benefits-section .benefit-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 16px rgba(14,165,233,0.08);
}

/* Benefits Grid */
.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.benefit-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 260px;
}

.benefit-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  padding: 32px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--sky-500), var(--cyan-500));
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  transform: scaleY(0);
  transition: transform var(--transition);
}

.benefit-card:hover {
  border-color: var(--sky-300);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.benefit-card:hover::before { transform: scaleY(1); }

.benefit-icon {
  width: 48px; height: 48px;
  background: var(--sky-50);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.benefit-icon svg {
  width: 26px; height: 26px;
  color: var(--sky-500);
}

.benefit-card h3 {
  margin-bottom: 10px;
  color: var(--slate-900);
}

.benefit-card p {
  color: var(--slate-600);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ============================================================
   Contact — worker image inside the info column
   ============================================================ */
.contact-worker-image {
  flex: 1;               /* stretches to fill whatever height remains */
  min-height: 200px;
  margin-top: 24px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.contact-worker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* ============================================================
   WhatsApp Floating Action Button
   ============================================================ */
.whatsapp-fab {
  position: fixed;
  bottom: 28px;
  left: 28px;          /* left side so it doesn't clash with any right-side UI */
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0,0,0,0.15);
  z-index: 990;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6), 0 3px 12px rgba(0,0,0,0.18);
}

.whatsapp-fab svg {
  width: 30px;
  height: 30px;
  fill: #FFFFFF;
}

/* ============================================================
   6. FAQ  (video background — dark section)
   ============================================================ */
.faq {
  padding: 100px 0;
  background: var(--slate-800); /* fallback if video fails */
  position: relative;
  overflow: hidden;
}

/* Full-bleed video */
.faq-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* Dark tinted overlay so text is legible */
.faq-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, 0.78);
  z-index: 1;
}

/* Content sits above video + overlay */
.faq .container {
  position: relative;
  z-index: 2;
}

/* Right-aligned section header */
.faq .section-header {
  text-align: right;
  max-width: 800px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 40px;
}

.faq .section-tag {
  background: rgba(14, 165, 233, 0.18);
  color: var(--sky-300);
  border-color: rgba(14, 165, 233, 0.28);
}

.faq .section-header h2 { color: var(--white); }
.faq .section-header p  { color: rgba(255,255,255,0.72); }

/* FAQ list — right-side aligned to match header */
.faq-list {
  max-width: 800px;
  margin-right: 0;
  margin-left: auto;
}

/* Item styling for dark background */
.faq-item {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  transition: box-shadow var(--transition), background var(--transition);
}

.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  background: rgba(255,255,255,0.09);
}

.faq-item.open {
  border-color: rgba(14,165,233,0.5);
  background: rgba(14,165,233,0.09);
}

.faq-question {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  padding: 22px 24px;
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background var(--transition);
}

.faq-question:hover { background: rgba(255,255,255,0.05); }
.faq-item.open .faq-question { background: transparent; color: var(--sky-300); }

.faq-icon {
  width: 22px; height: 22px;
  color: var(--sky-400);
  flex-shrink: 0;
  transition: transform var(--transition);
}

.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 24px;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

.faq-answer p {
  color: rgba(255,255,255,0.72);
  font-size: 0.97rem;
  line-height: 1.75;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 16px;
}

/* ============================================================
   7. ABOUT SHLOMO
   ============================================================ */
.about-shlomo {
  padding: 100px 0;
  background: var(--slate-900);
}

.about-shlomo-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 64px;
}

.about-text h2 { color: var(--white); margin-bottom: 20px; }
.about-text p { color: rgba(255,255,255,0.8); font-size: 1.05rem; line-height: 1.8; }

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stat-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
}

.stat-card:hover {
  background: rgba(255,255,255,0.10);
  border-color: var(--sky-500);
}

.stat-card .num {
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--sky-300);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-card .lbl {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  font-weight: 500;
}

/* Clients Strip */
.clients-section {
  background: var(--white);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

.clients-strip {
  padding: 60px 0 80px;
}

.clients-strip h3 {
  color: var(--slate-500);
  font-size: 0.85rem;
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.clients-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 760px;
  margin: 0 auto;
}

.client-logo {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  filter: grayscale(1) opacity(0.55);
  transition: all var(--transition);
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.client-logo:hover {
  filter: grayscale(0) opacity(1);
  border-color: var(--sky-300);
  box-shadow: var(--shadow-sm);
}

/* ============================================================
   8. CONTACT
   ============================================================ */
.contact {
  padding: 100px 0;
  background: var(--sky-50);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: start;
}

/* Form */
.contact-form-wrap h2 { margin-bottom: 8px; }
.contact-form-wrap .form-desc {
  color: var(--slate-600);
  margin-bottom: 32px;
}

.contact-form { display: flex; flex-direction: column; gap: 16px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group { display: flex; flex-direction: column; gap: 6px; }

.form-group label {
  font-family: 'VarelaRound', 'Frank Ruhl Libre', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--slate-700);
}

.form-group label .req { color: var(--sky-500); margin-right: 2px; }

.form-control {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--slate-300);
  border-radius: var(--radius-sm);
  font-family: 'Heebo', sans-serif;
  font-size: 0.97rem;
  color: var(--slate-900);
  background: var(--white);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  direction: rtl;
  appearance: none;
}

.form-control:focus {
  border-color: var(--sky-500);
  box-shadow: 0 0 0 3px rgba(14,165,233,.12);
}

.form-control.error { border-color: #EF4444; }
.form-control.error:focus { box-shadow: 0 0 0 3px rgba(239,68,68,.12); }

.form-control::placeholder { color: var(--slate-400, #94A3B8); }

textarea.form-control { resize: vertical; min-height: 110px; }

.field-error {
  font-size: 0.82rem;
  color: #EF4444;
  display: none;
  margin-top: 2px;
}

.field-error.visible { display: block; }

.honeypot { display: none !important; }

.form-submit-row { margin-top: 8px; }

.form-submit-row .btn { width: 100%; justify-content: center; }

.form-success {
  display: none;
  background: #ECFDF5;
  border: 1px solid #10B981;
  border-radius: var(--radius-md);
  padding: 20px 24px;
  color: #065F46;
  font-weight: 600;
  text-align: center;
}

/* Contact Info */
.contact-info {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}
.contact-info h3 { margin-bottom: 24px; }

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.info-icon {
  width: 44px; height: 44px;
  background: var(--sky-100);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon svg { width: 22px; height: 22px; color: var(--sky-600); }

.info-item h4 { font-size: 0.9rem; color: var(--slate-500); font-weight: 500; margin-bottom: 2px; }
.info-item p { font-size: 1rem; font-weight: 600; color: var(--slate-900); }
.info-item a { color: var(--slate-900); font-weight: 600; }
.info-item a:hover { color: var(--sky-600); }

/* ============================================================
   9. FOOTER
   ============================================================ */
.footer {
  background: var(--slate-900);
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy {
  color: rgba(255,255,255,0.45);
  font-size: 0.875rem;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: rgba(255,255,255,0.5);
  font-size: 0.875rem;
  transition: color var(--transition);
}
.footer-links a:hover { color: rgba(255,255,255,0.85); }

/* ============================================================
   MODALS (Privacy / Accessibility)
   ============================================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.65);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  max-width: 720px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 48px 48px 40px;
  position: relative;
  transform: translateY(16px);
  transition: transform 0.25s ease;
}
.modal-overlay.open .modal-box { transform: translateY(0); }

.modal-close {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px; height: 36px;
  background: var(--slate-100, #F1F5F9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--slate-600);
  transition: background var(--transition);
}
.modal-close:hover { background: var(--slate-200); }

.modal-box h2 {
  font-size: 1.6rem;
  margin-bottom: 8px;
  padding-left: 44px;
}
.modal-updated {
  font-size: 0.82rem;
  color: var(--slate-500);
  margin-bottom: 28px;
}
.modal-section { margin-bottom: 24px; }
.modal-section h3 {
  font-size: 1.05rem;
  color: var(--slate-900);
  margin-bottom: 8px;
  border-right: 3px solid var(--sky-500);
  padding-right: 10px;
}
.modal-section p, .modal-section ul {
  font-size: 0.95rem;
  color: var(--slate-700);
  line-height: 1.75;
}
.modal-section ul {
  list-style: disc;
  padding-right: 20px;
  margin-top: 6px;
}
.modal-section li { margin-bottom: 4px; }
.modal-contact-box {
  background: var(--sky-50);
  border: 1px solid var(--sky-200, #BAE6FD);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-top: 10px;
  font-size: 0.95rem;
  color: var(--slate-700);
}
.modal-contact-box a { color: var(--sky-700); font-weight: 600; }

/* Consent Checkbox */
.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: var(--sky-50);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
}
.form-consent input[type="checkbox"] {
  width: 18px; height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--sky-500);
  cursor: pointer;
}
.form-consent label {
  font-size: 0.88rem;
  color: var(--slate-700);
  cursor: pointer;
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  line-height: 1.55;
}
.form-consent label a {
  color: var(--sky-600);
  font-weight: 600;
  text-decoration: underline;
}
.consent-error {
  font-size: 0.82rem;
  color: #EF4444;
  display: none;
  margin-top: 4px;
}
.consent-error.visible { display: block; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .about-ro-intro { grid-template-columns: 1fr; gap: 40px; }
  .ro-image-wrap { aspect-ratio: 16/9; }
  .clients-row { grid-template-columns: repeat(2, 1fr); }
  .about-shlomo-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .stats-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  section { overflow: hidden; }

  .navbar-link, .navbar .btn, .navbar-sections { display: none; }
  .hamburger { display: flex; }
  .mobile-nav { display: block; }

  /* Hero — hide secondary CTA, box the trust strip */
  .hero-cta-row .btn-outline-dark { display: none; }

  .hero { min-height: 92vh; }
  .hero-content { padding: 60px 0; }
  .hero-trust {
    background: rgba(10, 20, 40, 0.62);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 12px 14px;
    gap: 0;
    flex-wrap: nowrap;
    margin-top: 28px;
  }
  .hero-trust .trust-item {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    font-size: 0.76rem;
    color: rgba(255,255,255,0.93);
    padding: 4px 6px;
  }
  .hero-trust .trust-item + .trust-item {
    border-right: 1px solid rgba(255,255,255,0.22);
  }
  .hero-trust .trust-icon {
    color: var(--sky-300);
    width: 16px; height: 16px;
  }

  /* Contact mobile quick-links */
  .mobile-contact-links { display: flex; }

  .lead-strip-inner { flex-direction: column; gap: 28px; }
  .strip-form-row { flex-direction: column; }
  .strip-form-row input { min-width: 100%; }

  .about-ro { padding: 64px 0; }
  .benefits-grid { grid-template-columns: 1fr; }

  .faq { padding: 64px 0; }

  .about-shlomo { padding: 64px 0; }
  .stats-row { grid-template-columns: 1fr; gap: 12px; }
  .stat-card { display: flex; align-items: center; gap: 16px; text-align: right; padding: 20px; }
  .stat-card .num { font-size: 2rem; }

  .contact { padding: 64px 0; }
  .form-row { grid-template-columns: 1fr; }
  .contact-info { display: none; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 2rem; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; }
  .hero-cta-row .btn { width: 100%; }
  .footer-inner { flex-direction: column; text-align: center; }
}
