/* ═══════════════════════════════════════════
   inergo — עיצוב האתר
   ═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #241f33;
  --ink-soft: #55506b;
  --muted: #8b86a0;
  --brand: #7a4fd4;
  --brand-deep: #53309e;
  --brand-dark: #2c1d52;
  --brand-soft: #f4f0fc;
  --brand-line: #e5dcf7;
  --accent: #3f9d7a;
  --accent-soft: #edf7f3;
  --bg: #faf9f7;
  --paper: #ffffff;
  --line: #eae6f0;
  --radius: 22px;
  --shadow-sm: 0 2px 10px rgba(44, 29, 82, .06);
  --shadow-md: 0 10px 34px rgba(44, 29, 82, .1);
  --shadow-lg: 0 24px 60px rgba(44, 29, 82, .16);
  --font-body: 'Assistant', 'Arial Hebrew', Arial, sans-serif;
  --font-head: 'Assistant', 'Arial Hebrew', Arial, sans-serif;
}

html { scroll-behavior: smooth; }
html { font-size: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  direction: rtl;
  overflow-x: hidden;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

::selection { background: var(--brand); color: #fff; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--brand); border-radius: 4px; }

/* פוקוס נגיש */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
  border-radius: 4px;
}
.skip-link {
  position: absolute; top: -60px; right: 16px; z-index: 2000;
  background: var(--brand-dark); color: #fff;
  padding: 12px 22px; border-radius: 0 0 12px 12px;
  font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 0; }

/* ── כלים ── */
.section { padding: 110px 24px; }
.container { max-width: 1180px; margin: 0 auto; }
.section-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .12em;
  color: var(--brand); margin-bottom: 14px;
}
.section-label::before { content: ''; width: 26px; height: 2px; background: var(--brand); }
.section-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.6vw, 3rem);
  font-weight: 900; color: var(--ink);
  line-height: 1.2; margin-bottom: 16px;
}
.section-sub { font-size: 17px; color: var(--ink-soft); max-width: 560px; }
.center { text-align: center; }
.center .section-sub { margin: 0 auto; }
.center .section-label::before { display: none; }
.center .section-label::after { content: ''; width: 26px; height: 2px; background: var(--brand); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 16px;
  padding: 15px 30px; border-radius: 99px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 26px rgba(122, 79, 212, .32); }
.btn-primary:hover { background: var(--brand-deep); box-shadow: 0 14px 34px rgba(122, 79, 212, .42); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--brand-dark); }
.btn-outline { background: transparent; color: var(--brand-deep); border: 2px solid var(--brand); }
.btn-outline:hover { background: var(--brand); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }

.chip {
  display: inline-block; font-size: 12px; font-weight: 600;
  padding: 5px 13px; border-radius: 99px;
  background: var(--brand-soft); color: var(--brand-deep);
  border: 1px solid var(--brand-line);
}

.fade-up { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ═══════════ ניווט ═══════════ */
#navbar {
  position: fixed; inset-inline: 0; top: 0; z-index: 1000;
  background: rgba(250, 249, 247, .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: all .3s ease;
}
#navbar.scrolled { background: rgba(255,255,255,.95); border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
  height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { width: auto; height: 44px; }
.nav-logo-sub { font-size: 12px; font-weight: 600; color: var(--muted); border-right: 1px solid var(--line); padding-right: 12px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-link { font-size: 15.5px; font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0; }
.nav-link::after {
  content: ''; position: absolute; bottom: 0; right: 0; left: 0; height: 2px;
  background: var(--brand); border-radius: 2px;
  transform: scaleX(0); transform-origin: right; transition: transform .28s ease;
}
.nav-link:hover { color: var(--ink); }
.nav-link:hover::after { transform: scaleX(1); }
.nav-cta { font-size: 14px; padding: 11px 20px; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 10px; }
.hamburger span { width: 25px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .3s; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.mobile-menu { display: none; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow-md); padding: 14px 20px 24px; }
.mobile-menu.open { display: block; }
.mobile-link { display: block; padding: 13px 10px; font-size: 17px; font-weight: 500; color: var(--ink-soft); border-radius: 10px; }
.mobile-link:hover { background: var(--brand-soft); color: var(--brand-deep); }
.mobile-cta { width: 100%; margin-top: 12px; }

/* ═══════════ HERO ═══════════ */
#hero {
  position: relative;
  padding: 150px 0 64px;
  overflow: hidden;
}
.hero-deco-1 {
  position: absolute; top: -140px; left: -120px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(122,79,212,.14), transparent 65%);
  border-radius: 50%;
}
.hero-deco-2 {
  position: absolute; bottom: -160px; right: -100px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(63,157,122,.12), transparent 65%);
  border-radius: 50%;
}
.hero-deco-dots {
  position: absolute; top: 130px; right: 4%; width: 170px; height: 170px; opacity: .5;
  background-image: radial-gradient(var(--brand-line) 2.2px, transparent 2.2px);
  background-size: 20px 20px;
}
.hero-inner {
  position: relative; z-index: 5;
  max-width: 1180px; margin: 0 auto; width: 100%;
  padding: 0 24px;
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 56px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--brand-line);
  border-radius: 99px; padding: 9px 18px;
  box-shadow: var(--shadow-sm); margin-bottom: 26px;
  font-size: 13.5px; font-weight: 600; color: var(--brand-deep);
}
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.hero-h1 {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 5.6vw, 4.1rem);
  font-weight: 900; line-height: 1.15; color: var(--ink);
  margin-bottom: 18px;
}
.hero-h1 em { font-style: normal; color: var(--brand); position: relative; white-space: nowrap; }
.hero-h1 em::after {
  content: ''; position: absolute; bottom: 4px; right: 0; left: 0; height: 12px;
  background: rgba(122,79,212,.16); z-index: -1; border-radius: 4px;
}
.hero-sub { font-size: clamp(1.15rem, 2.2vw, 1.45rem); font-weight: 600; color: var(--brand-deep); margin-bottom: 18px; }
.hero-p { font-size: 17.5px; color: var(--ink-soft); max-width: 560px; margin-bottom: 34px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 46px; }
.hero-stats { display: flex; gap: 0; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 26px; }
.hero-stat { min-width: 120px; padding-inline-end: 24px; }
.hero-stat + .hero-stat { padding-inline-start: 24px; }
.hero-stat + .hero-stat { border-inline-start: 1px solid var(--line); }
.hero-stat .num { font-family: var(--font-head); font-size: 2.1rem; font-weight: 800; color: var(--ink); line-height: 1.1; }
.hero-stat .num span { color: var(--brand); }
.hero-stat .cap { font-size: 13.5px; color: var(--muted); font-weight: 500; margin-top: 2px; }

/* באנר תמונות רץ */
.photo-marquee { overflow: hidden; position: relative; width: 100%; }
.photo-marquee::before, .photo-marquee::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.photo-marquee::before { right: 0; background: linear-gradient(to left, var(--bg), transparent); }
.photo-marquee::after { left: 0; background: linear-gradient(to right, var(--bg), transparent); }
.photo-marquee-track {
  display: inline-flex; gap: 18px; padding: 6px 24px;
  animation: photoSweep 45s ease-in-out alternate infinite;
}
@keyframes photoSweep {
  from { transform: translateX(0); }
  to { transform: translateX(max(0px, calc(100% - 100vw + 48px))); }
}
.photo-marquee-track:hover { animation-play-state: paused; }
.photo-slide {
  position: relative; height: 290px; flex-shrink: 0;
  border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow-md);
  margin: 0;
}
.photo-slide img { height: 100%; width: auto; display: block; }
.photo-slide figcaption {
  position: absolute; bottom: 0; right: 0; left: 0;
  padding: 34px 16px 12px;
  background: linear-gradient(to top, rgba(36,26,66,.78), transparent);
  color: #fff; font-size: 13.5px; font-weight: 600; text-align: right;
}
@media (max-width: 720px) {
  .photo-slide { height: 200px; }
}

.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-portrait-frame {
  position: relative; width: min(380px, 84vw);
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(160deg, #ece4fb, #d9ece4);
}
.hero-portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero-inner { margin-bottom: 64px; }
.hero-ring {
  position: absolute; inset: -22px;
  border: 2px dashed var(--brand-line);
  border-radius: 220px 220px 40px 40px;
  z-index: -1;
}
.hero-card {
  position: absolute; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
  padding: 13px 18px; display: flex; align-items: center; gap: 11px;
  font-size: 13.5px; font-weight: 700; color: var(--ink);
}
.hero-card .ic {
  width: 38px; height: 38px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.hero-card small { display: block; font-weight: 500; color: var(--muted); font-size: 12px; }
.hero-card-1 { top: 12%; right: -34px; animation: float 5.5s ease-in-out infinite; }
.hero-card-2 { bottom: 8%; left: -30px; animation: float 6.5s ease-in-out .8s infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  color: var(--muted); font-size: 12px; font-weight: 500; z-index: 6;
}
.scroll-hint:hover { color: var(--brand); }
.scroll-arrow { animation: bounce 1.8s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ═══════════ לקוחות ═══════════ */
#clients { background: var(--paper); border-block: 1px solid var(--line); padding: 72px 0; }
.clients-head { text-align: center; margin-bottom: 38px; padding: 0 24px; }
.clients-head p { font-size: 14px; font-weight: 600; letter-spacing: .1em; color: var(--muted); }
.marquee-wrap { overflow: hidden; position: relative; }
.marquee-wrap::before, .marquee-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.marquee-wrap::before { right: 0; background: linear-gradient(to left, var(--paper), transparent); }
.marquee-wrap::after { left: 0; background: linear-gradient(to right, var(--paper), transparent); }
.marquee-track { display: inline-flex; white-space: nowrap; animation: marquee 95s linear infinite; padding: 8px 0; }
.marquee-track.rev { animation: marquee 105s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(50%); } }
.client-chip {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 9px; padding: 10px 22px;
  background: var(--bg); border: 1px solid var(--line); border-radius: 14px;
  font-size: 14px; font-weight: 700; color: var(--ink-soft); white-space: nowrap;
}
.client-chip img {
  width: 24px; height: 24px; object-fit: contain; border-radius: 6px;
  flex-shrink: 0;
}
.client-chip:hover { border-color: var(--brand); color: var(--brand-deep); background: var(--brand-soft); }

/* ═══════════ אודות ═══════════ */
#about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.about-visual { position: sticky; top: 110px; }
.about-photo-main { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.about-photo-main img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.cred-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; margin-top: 20px; box-shadow: var(--shadow-sm);
}
.cred-card-title { font-size: 13px; font-weight: 700; letter-spacing: .08em; color: var(--brand); margin-bottom: 16px; }
.cred-item { display: flex; gap: 14px; padding: 9px 0; border-bottom: 1px dashed var(--line); align-items: baseline; }
.cred-item:last-child { border-bottom: none; }
.cred-year { font-family: var(--font-head); font-weight: 900; color: var(--brand-deep); font-size: 15px; min-width: 44px; }
.cred-label { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }
.about-text { font-size: 17px; color: var(--ink-soft); line-height: 1.85; margin-bottom: 22px; }
.about-belief {
  background: var(--paper); border-radius: var(--radius);
  border-inline-start: 4px solid var(--brand);
  padding: 24px 28px; margin-bottom: 30px;
  font-size: 16.5px; color: var(--ink-soft); line-height: 1.8;
  box-shadow: var(--shadow-sm);
}
.exp-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.exp-item { display: flex; gap: 14px; align-items: flex-start; }
.exp-dot {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; margin-top: 2px;
  background: var(--brand-soft); border: 1px solid var(--brand-line);
  display: flex; align-items: center; justify-content: center;
}
.exp-dot svg { width: 13px; height: 13px; color: var(--brand-deep); }
.exp-text { font-size: 16px; color: var(--ink-soft); line-height: 1.7; }
.pubs-box {
  background: var(--brand-soft); border: 1px solid var(--brand-line);
  border-radius: var(--radius); padding: 24px 26px;
}
.pubs-title { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; color: var(--brand-deep); margin-bottom: 13px; }
.pubs-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.pub-link {
  font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 99px;
  background: #fff; color: var(--brand-deep); border: 1px solid var(--brand-line);
  transition: all .2s;
}
.pub-link:hover { background: var(--brand); color: #fff; }

/* ═══════════ שירותים ═══════════ */
#services { background: var(--paper); border-block: 1px solid var(--line); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 54px; }
.service-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 30px; position: relative;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s;
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--brand-line); background: #fff; }
.service-num {
  position: absolute; top: 24px; left: 26px;
  font-family: var(--font-head); font-size: 3rem; font-weight: 900;
  color: var(--brand); opacity: .12; line-height: 1;
}
.service-icon {
  width: 58px; height: 58px; border-radius: 18px; font-size: 26px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 22px;
  background: var(--brand-soft); border: 1px solid var(--brand-line);
}
.service-title { font-family: var(--font-head); font-size: 21px; font-weight: 900; color: var(--ink); margin-bottom: 12px; }
.service-desc { font-size: 15px; color: var(--ink-soft); line-height: 1.75; margin-bottom: 18px; }
.service-bullets { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; flex: 1; }
.service-bullet { display: flex; gap: 9px; font-size: 14.5px; color: var(--ink-soft); align-items: flex-start; }
.service-bullet svg { width: 15px; height: 15px; margin-top: 4px; flex-shrink: 0; color: var(--accent); }
.service-cta { font-size: 14px; font-weight: 700; color: var(--brand-deep); display: inline-flex; align-items: center; gap: 7px; transition: gap .2s; }
.service-cta:hover { gap: 12px; }

/* שלבי עבודה */
.process { margin-top: 90px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 46px; }
.process-step { text-align: center; padding: 30px 18px; position: relative; }
.process-num {
  width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 18px;
  background: var(--brand); color: #fff;
  font-family: var(--font-head); font-weight: 900; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(122,79,212,.35);
}
.process-step h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; color: var(--ink); }
.process-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; }
.process-step:not(:last-child)::after {
  content: ''; position: absolute; top: 58px; left: -10%; width: 20%;
  border-top: 2px dashed var(--brand-line);
}

/* ═══════════ גלריה ═══════════ */
#gallery { background: var(--bg); }
.gallery-grid {
  columns: 3; column-gap: 18px; margin-top: 54px;
}
.gallery-item {
  border-radius: 18px; overflow: hidden; position: relative;
  cursor: zoom-in; border: none; padding: 0; display: block; width: 100%;
  background: var(--brand-soft);
  margin-bottom: 18px;
  break-inside: avoid;
  box-shadow: var(--shadow-sm);
}
.gallery-item img { width: 100%; height: auto; display: block; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(44,29,82,.35), transparent 55%);
  opacity: 0; transition: opacity .3s;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item .gcap {
  position: absolute; bottom: 12px; right: 16px; z-index: 2; color: #fff;
  font-size: 13px; font-weight: 600; opacity: 0; transform: translateY(6px);
  transition: all .3s;
}
.gallery-item:hover .gcap { opacity: 1; transform: translateY(0); }

.lightbox {
  position: fixed; inset: 0; z-index: 3000;
  background: rgba(20, 14, 40, .93);
  display: none; align-items: center; justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 14px; box-shadow: var(--shadow-lg); }
.lightbox-close {
  position: absolute; top: 22px; right: 28px; color: #fff; font-size: 34px;
  width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.12);
}
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  color: #fff; font-size: 30px; width: 54px; height: 54px; border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.lightbox-nav:hover, .lightbox-close:hover { background: rgba(255,255,255,.25); }
.lightbox-prev { right: 26px; }
.lightbox-next { left: 26px; }

/* ═══════════ המלצות ═══════════ */
#testimonials { background: var(--paper); border-block: 1px solid var(--line); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 54px; }
.testi-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; position: relative;
  transition: transform .3s, box-shadow .3s;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); background: #fff; }
.testi-quote {
  display: block;
  font-family: var(--font-head); font-size: 2.6rem; font-weight: 800;
  color: var(--brand); opacity: .35; line-height: 1;
  margin-bottom: 10px;
}
.testi-text { font-size: 15.5px; color: var(--ink-soft); line-height: 1.85; margin-bottom: 24px; }
.testi-author { display: flex; align-items: center; gap: 13px; }
.testi-avatar {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: var(--brand); color: #fff;
  font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.testi-name { font-size: 15.5px; font-weight: 700; color: var(--ink); }
.testi-company { font-size: 13px; color: var(--muted); }

/* ═══════════ מאמרים ═══════════ */
#articles-preview { background: var(--bg); }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 54px; }
.article-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.article-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.article-card-img { aspect-ratio: 16/10; overflow: hidden; background: var(--brand-soft); }
.article-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.article-card:hover .article-card-img img { transform: scale(1.05); }
.article-card-body { padding: 26px 26px 22px; display: flex; flex-direction: column; flex: 1; }
.article-card-tags { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.article-card h3 { font-family: var(--font-head); font-size: 19px; font-weight: 900; color: var(--ink); line-height: 1.4; margin-bottom: 10px; }
.article-card p {
  font-size: 14.5px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 18px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.article-card-meta { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--muted); }
.read-more { font-weight: 700; color: var(--brand-deep); }
.article-card:hover .read-more { text-decoration: underline; }

/* ═══════════ צור קשר ═══════════ */
#contact { background: var(--paper); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; margin-top: 54px; align-items: start; }
.contact-info-card {
  background: var(--brand-dark); color: #fff; border-radius: var(--radius);
  padding: 40px 34px; position: relative; overflow: hidden;
}
.contact-info-card::before {
  content: ''; position: absolute; top: -70px; left: -70px; width: 220px; height: 220px;
  background: rgba(255,255,255,.06); border-radius: 50%;
}
.contact-info-card h3 { font-family: var(--font-head); font-size: 24px; font-weight: 900; margin-bottom: 10px; }
.contact-info-card > p { font-size: 15px; color: rgba(255,255,255,.72); margin-bottom: 30px; line-height: 1.75; }
.contact-line { display: flex; align-items: center; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; }
.contact-line:last-of-type { border-bottom: none; }
.contact-line:hover .contact-line-val { color: #cbb6f5; }
.contact-line-icon {
  width: 42px; height: 42px; border-radius: 13px; flex-shrink: 0;
  background: rgba(255,255,255,.1); font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.contact-line-label { font-size: 12px; color: rgba(255,255,255,.55); }
.contact-line-val { font-size: 16px; font-weight: 700; transition: color .2s; }
.contact-calendar {
  margin-top: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px; padding: 20px;
}
.contact-calendar p { font-size: 13.5px; color: rgba(255,255,255,.75); margin-bottom: 12px; }
.form-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 40px; box-shadow: var(--shadow-sm);
}
.form-title { font-family: var(--font-head); font-size: 22px; font-weight: 900; color: var(--ink); margin-bottom: 6px; }
.form-sub { font-size: 14.5px; color: var(--muted); margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); margin-bottom: 7px; }
.form-label .req { color: var(--brand); }
.form-input, .form-select, .form-textarea {
  width: 100%; background: #fff; border: 1.5px solid var(--line); border-radius: 13px;
  padding: 14px 16px; font-size: 16px; font-family: inherit; color: var(--ink);
  transition: border-color .2s, box-shadow .2s; outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--brand); box-shadow: 0 0 0 4px rgba(122,79,212,.12);
}
.form-textarea { resize: vertical; min-height: 120px; }
.form-submit { width: 100%; margin-top: 6px; }
.form-note { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 12px; }
.form-note a { color: var(--brand-deep); font-weight: 600; text-decoration: underline; }
.form-error { color: #b3261e; font-size: 14px; font-weight: 600; margin-top: 10px; display: none; }
.success-msg { display: none; text-align: center; padding: 60px 30px; }
.success-msg .ic { font-size: 3.4rem; margin-bottom: 16px; }
.success-msg h3 { font-family: var(--font-head); font-size: 24px; font-weight: 900; color: var(--ink); margin-bottom: 8px; }
.success-msg p { font-size: 15.5px; color: var(--ink-soft); }

/* ═══════════ פוטר ═══════════ */
#footer { background: var(--brand-dark); color: #fff; padding: 64px 24px 30px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px;
  padding-bottom: 40px; margin-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-logo { height: 52px; width: auto; background: #fff; border-radius: 12px; padding: 8px 14px; margin-bottom: 12px; }
.footer-brand-sub { font-size: 13px; color: #b9a5e8; margin-bottom: 14px; font-weight: 600; }
.footer-desc { font-size: 14.5px; color: rgba(255,255,255,.62); line-height: 1.75; max-width: 300px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(255,255,255,.1); color: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
}
.social-btn:hover { background: var(--brand); transform: translateY(-3px); }
.footer-col-title { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: rgba(255,255,255,.42); margin-bottom: 18px; }
.footer-nav-link { display: block; font-size: 15px; color: rgba(255,255,255,.68); margin-bottom: 11px; transition: color .2s; }
.footer-nav-link:hover { color: #fff; }
.footer-contact-link { display: block; font-size: 15px; color: rgba(255,255,255,.68); margin-bottom: 11px; }
a.footer-contact-link:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12.5px; color: rgba(255,255,255,.4); }
.back-top { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 600; }
.back-top:hover { color: #fff; }

/* ═══════════ כפתורים צפים: וואטסאפ ורשתות ═══════════ */
.float-stack {
  position: fixed; bottom: 26px; left: 26px; z-index: 900;
  display: flex; flex-direction: column; gap: 10px;
}
.float-btn {
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s;
}
.float-btn:hover { transform: scale(1.1); }
.float-whatsapp { background: #25d366; box-shadow: 0 8px 26px rgba(37,211,102,.45); }
.float-facebook { background: #1877f2; box-shadow: 0 8px 26px rgba(24,119,242,.4); }
.float-linkedin { background: #0a66c2; box-shadow: 0 8px 26px rgba(10,102,194,.4); }

/* ═══════════ ווידג'ט נגישות ═══════════ */
.a11y-widget { position: fixed; bottom: 26px; right: 26px; z-index: 950; }
.a11y-toggle {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--brand-dark); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); transition: transform .2s, background .2s;
}
.a11y-toggle:hover { transform: scale(1.08); background: var(--brand); }
.a11y-panel {
  position: absolute; bottom: 62px; right: 0; width: 250px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow-lg); padding: 18px; direction: rtl;
}
.a11y-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 15px; color: var(--ink); }
.a11y-close { font-size: 15px; color: var(--muted); padding: 4px 8px; border-radius: 8px; }
.a11y-close:hover { background: var(--bg); color: var(--ink); }
.a11y-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.a11y-actions button {
  padding: 10px 8px; border-radius: 10px; font-size: 13px; font-weight: 600;
  background: var(--bg); border: 1px solid var(--line); color: var(--ink-soft);
  transition: all .15s;
}
.a11y-actions button:hover { border-color: var(--brand); color: var(--brand-deep); }
.a11y-actions button.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.a11y-reset { grid-column: span 2; }
.a11y-statement { display: block; text-align: center; margin-top: 12px; font-size: 12.5px; color: var(--brand-deep); text-decoration: underline; }

/* מצבי נגישות */
html.a11y-contrast body { background: #000 !important; color: #fff !important; }
html.a11y-contrast body * { background-color: #000 !important; color: #ffe94d !important; border-color: #ffe94d !important; box-shadow: none !important; }
html.a11y-contrast body img { filter: none; }
html.a11y-contrast .btn, html.a11y-contrast .a11y-toggle { background: #ffe94d !important; color: #000 !important; }
html.a11y-grayscale { filter: grayscale(1); }
html.a11y-links a { text-decoration: underline !important; }
html.a11y-links a, html.a11y-links button { outline: 1px dashed currentColor; outline-offset: 2px; }
html.a11y-readable body, html.a11y-readable body * { font-family: Arial, 'Arial Hebrew', sans-serif !important; }
html.a11y-noanim *, html.a11y-noanim *::before, html.a11y-noanim *::after {
  animation: none !important; transition: none !important;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .fade-up { opacity: 1; transform: none; }
}

/* ═══════════ באנר עוגיות ═══════════ */
.consent-banner {
  position: fixed; bottom: 20px; right: 20px; left: 20px; z-index: 2500;
  max-width: 680px; margin-inline: auto;
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow-lg); padding: 24px 28px;
}
.consent-inner { display: flex; flex-direction: column; gap: 16px; }
.consent-text strong { font-size: 16px; color: var(--ink); display: block; margin-bottom: 6px; }
.consent-text p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.65; }
.consent-text a { color: var(--brand-deep); font-weight: 600; text-decoration: underline; }
.consent-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.consent-actions .btn { padding: 11px 22px; font-size: 14px; }

/* ═══════════ עמודים פנימיים ═══════════ */
.page-hero {
  padding: 150px 24px 70px; text-align: center;
  background: linear-gradient(180deg, var(--brand-soft), var(--bg));
}
.page-hero h1 { font-family: var(--font-head); font-size: clamp(2.1rem, 4.5vw, 3.1rem); font-weight: 900; color: var(--ink); margin-bottom: 14px; }
.page-hero p { font-size: 17px; color: var(--ink-soft); max-width: 620px; margin: 0 auto; }
.breadcrumbs { font-size: 13.5px; color: var(--muted); margin-bottom: 18px; }
.breadcrumbs a { color: var(--brand-deep); font-weight: 600; }

/* עמוד מאמר */
.article-page { max-width: 780px; margin: 0 auto; padding: 0 24px 90px; }
.article-hero-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 40px; }
.article-hero-img img { width: 100%; aspect-ratio: 16/8.4; object-fit: cover; }
.article-meta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.article-meta-row time { font-size: 14px; color: var(--muted); }
.article-body { font-size: 17.5px; color: #3a3550; line-height: 1.95; }
.article-body h2 { font-family: var(--font-head); font-size: 26px; font-weight: 900; color: var(--ink); margin: 40px 0 14px; }
.article-body h3 { font-size: 20px; font-weight: 800; color: var(--ink); margin: 30px 0 10px; }
.article-body p { margin-bottom: 18px; }
.article-body ul, .article-body ol { margin: 0 22px 20px 0; display: flex; flex-direction: column; gap: 8px; }
.article-body blockquote {
  background: var(--brand-soft); border-inline-start: 4px solid var(--brand);
  border-radius: 14px; padding: 22px 26px; margin: 28px 0;
  font-size: 18px; font-weight: 600; color: var(--brand-dark);
}
.article-body img { border-radius: 16px; margin: 22px 0; }
.article-body table { border-collapse: collapse; width: 100%; margin: 22px 0; font-size: 16px; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 10px 14px; text-align: right; }
.article-body th { background: var(--brand-soft); color: var(--brand-dark); font-weight: 700; }
.article-body hr { border: none; border-top: 2px solid var(--line); margin: 30px 0; }
.article-body a { color: var(--brand-deep); font-weight: 600; text-decoration: underline; }
.article-cta {
  margin-top: 50px; background: var(--brand-dark); color: #fff;
  border-radius: var(--radius); padding: 40px; text-align: center;
}
.article-cta h3 { font-family: var(--font-head); font-size: 23px; font-weight: 900; margin-bottom: 8px; }
.article-cta p { color: rgba(255,255,255,.7); margin-bottom: 22px; font-size: 15px; }
.related-wrap { background: var(--paper); border-top: 1px solid var(--line); padding: 70px 24px 90px; }

/* עמודי מדיניות */
.legal-page { max-width: 780px; margin: 0 auto; padding: 0 24px 90px; }
.legal-page .article-body h2 { font-size: 23px; }
.legal-updated { font-size: 13.5px; color: var(--muted); margin-bottom: 30px; }

/* ═══════════ רספונסיביות ═══════════ */
@media (max-width: 1060px) {
  .hero-inner { grid-template-columns: 1fr; gap: 50px; }
  .hero-visual { order: -1; }
  .hero-portrait-frame { width: min(320px, 80vw); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-visual { position: static; }
  .services-grid, .testi-grid, .articles-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step::after { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { columns: 2; }
}
@media (max-width: 720px) {
  .section { padding: 74px 20px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  #hero { padding-top: 120px; }
  .hero-card-1 { right: -6px; } .hero-card-2 { left: -6px; }
  .services-grid, .testi-grid, .articles-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 18px; }
  .hero-stat { min-width: 40%; }
  .hero-stat + .hero-stat { border-inline-start: none; padding-inline-start: 0; }
  .consent-banner { padding: 20px; }
  .float-stack { bottom: 20px; left: 20px; }
  .float-btn { width: 48px; height: 48px; }
  .a11y-widget { bottom: 20px; right: 20px; }
  .gallery-grid { columns: 1; }
}
@media (max-width: 480px) {
  .process-grid { grid-template-columns: 1fr; }
}
