/* ============================================================
   sections.css — סגנונות לכל קטע/סקשן באתר + ריספונסיב
   ============================================================
   סדר:
     Hero → Section base → Offerings → About → Clients →
     Services → Projects carousel → Process (רזרב) →
     CTA band → Contact → Footer → Mobile CTA → Responsive
   ============================================================ */


/* ============================== Hero ============================== */
.hero {
  position: relative; overflow: hidden;
  background: var(--dark);
  color: var(--bone);
  min-height: 760px;
  border-bottom: none;
}

/* סרטון רקע */
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  pointer-events: none; z-index: 0;
}

/* overlay — שלוש שכבות לעומק ומעודנות */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    /* שכבה 1: צביעת חום עדינה מהאקסנט בפינה */
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(245,184,0,0.08) 0%, transparent 70%),
    /* שכבה 2: כיסוי כהה מלמטה — עוגן ויזואלי */
    linear-gradient(to top, rgba(10,10,8,0.92) 0%, rgba(10,10,8,0.2) 55%, transparent 100%),
    /* שכבה 3: כיסוי כהה מצד ימין (צד התוכן ב-RTL) */
    linear-gradient(to left, rgba(10,10,8,0.78) 0%, rgba(10,10,8,0.35) 50%, transparent 100%),
    /* שכבה 4: בסיס עדין על כל הרקע */
    rgba(10,10,8,0.38);
}

/* גריד קווים — מוסתר */
.hero-grid-lines { display: none; }

/* תוכן — מיכל מרכזי */
.hero-inner {
  position: relative; z-index: 3;
  max-width: 1280px; margin: 0 auto;
  padding: 100px 64px 108px;
  min-height: inherit;
  display: flex; align-items: center;
}

/* בלוק התוכן — מוגבל לצד ימין (RTL) */
.hero-content {
  max-width: 560px;
  display: flex; flex-direction: column; gap: 0;
}

/* תג עליון */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  color: rgba(241,239,232,0.5); text-transform: uppercase;
  border-right: 2px solid var(--accent); padding-right: 14px;
  margin-bottom: 28px;
}
.hero-eyebrow-dot { display: none; }

/* שם החברה */
.hero-title {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 4px; margin: 0 0 24px; line-height: 1;
}
.hero-title-mark {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(56px, 8vw, 96px);
  letter-spacing: -0.04em; color: var(--accent);
  line-height: 1;
  text-shadow: 0 0 50px rgba(245,184,0,0.2);
}
.hero-title-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 4vw, 52px);
  letter-spacing: -0.03em; color: var(--bone);
  line-height: 1.1;
}

/* תיאור */
.hero-sub {
  font-size: clamp(14px, 1.1vw, 16px);
  color: rgba(241,239,232,0.6);
  line-height: 1.75; margin: 0 0 36px; font-weight: 400;
}

/* כפתורים */
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid rgba(241,239,232,0.3); color: var(--bone);
  background: rgba(241,239,232,0.05);
  padding: 13px 24px; border-radius: 3px; font-weight: 600;
  font-size: 15px; transition: border-color .2s, background .2s;
  backdrop-filter: blur(4px);
}
.btn-outline:hover { border-color: rgba(241,239,232,0.65); background: rgba(241,239,232,0.1); }

/* מספרי אמון */
.hero-stats {
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid rgba(241,239,232,0.12);
}
.hero-stat { display: flex; flex-direction: column; gap: 3px; }
.hero-stat-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: 26px; letter-spacing: -0.03em; color: var(--bone);
}
.hero-stat-label {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em;
  color: rgba(241,239,232,0.4); text-transform: uppercase;
}
.hero-stat-divider {
  width: 1px; height: 32px; background: rgba(241,239,232,0.15); flex-shrink: 0;
}

/* ריספונסיב */
@media (max-width: 720px) {
  .hero-hook-wrap { display: none; }
  .hero-title { gap: 12px; }
}


/* ============================== Section base ============================== */
/* כל section מקבל scroll-margin כדי שהניווט לא יכסה את הכותרת */
section { scroll-margin-top: 80px; }
.section       { padding: 120px 0; position: relative; }
.section-light { background: var(--bone);  color: var(--ink);    }
.section-dark  { background: var(--dark);  color: #f1efe8;       }
.section-paper { background: var(--paper); color: var(--ink);    }

/* כותרת section — שני עמודות: כותרת + תיאור */
.section-head {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px;
  margin-bottom: 72px; align-items: end;
}
.section-head h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.05; letter-spacing: -0.028em;
  margin: 20px 0 0; text-wrap: balance; color: var(--ink);
}
.section-dark .section-head h2 { color: #fafaf6; }
.section-head p {
  font-size: 17px; color: var(--muted); line-height: 1.65;
  max-width: 460px; justify-self: end; font-weight: 400;
}
.section-dark .section-head p { color: #a6a39b; }


/* ============================== Offerings — רשת שירותים ראשית ============================== */
.offerings {
  background: var(--dark);
  border-top: 1px solid rgba(245,184,0,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative; overflow: hidden;
}
/* גריד עדין ברקע */
.offerings::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right,  rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.offerings-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.offering-item {
  padding: 56px 36px 48px;
  position: relative; display: flex; flex-direction: column;
  border-left: 1px solid rgba(255,255,255,0.06);
  transition: background .3s ease; cursor: default;
}
.offering-item:last-child { border-left: 0; }
/* קו מבטא עליון שמתגלה בהובר */
.offering-item::after {
  content: "";
  position: absolute; top: 0; right: 0; left: 0; height: 2px;
  background: var(--accent);
  transform: scaleX(0); transform-origin: right;
  transition: transform .35s ease;
}
.offering-item:hover::after { transform: scaleX(1); }
.offering-item:hover { background: rgba(255,255,255,0.02); }

.offering-num {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em;
  color: rgba(245,184,0,0.5); margin-bottom: 28px;
}
.offering-icon {
  width: 52px; height: 52px; margin-bottom: 22px;
  color: #f1efe8; opacity: 0.7;
  transition: opacity .3s, color .3s;
}
.offering-item:hover .offering-icon { opacity: 1; color: var(--accent); }
.offering-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.15; letter-spacing: -0.02em;
  color: #fafaf6; margin: 0 0 14px;
}
.offering-desc { font-size: 14px; color: #a6a39b; line-height: 1.7; margin: 0 0 32px; flex: 1; }
.offering-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent); opacity: 0.75;
  transition: opacity .2s, gap .2s; margin-top: auto;
}
.offering-link:hover { opacity: 1; gap: 14px; }
.offering-link svg { transition: transform .2s; }
.offering-item:hover .offering-link svg { transform: translateX(-3px); }

/* ריספונסיב — offerings */
@media (max-width: 1080px) {
  .offerings-grid { grid-template-columns: repeat(2, 1fr); }
  .offering-item:nth-child(2) { border-left: 0; }
  .offering-item:nth-child(3),
  .offering-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.06); }
}
@media (max-width: 600px) {
  .offerings-grid { grid-template-columns: 1fr; }
  .offering-item { border-left: 0; border-top: 1px solid rgba(255,255,255,0.06); padding: 36px 24px; }
  .offering-item:first-child { border-top: 0; }
}


/* ============================== About ============================== */
.about-section { padding: 120px 0; }
.about-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px;
  align-items: start;
}
.about-side { position: sticky; top: 100px; }
.about-side h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.08; letter-spacing: -0.028em;
  margin: 18px 0 24px; color: var(--ink); text-wrap: balance;
}
.about-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 12px;
  color: var(--muted); padding: 8px 14px;
  border: 1px solid var(--line); border-radius: 3px; background: var(--paper);
}
.about-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.about-body p { font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); margin: 0 0 18px; }
.about-body p:first-child { font-size: 18px; color: var(--ink); font-weight: 500; line-height: 1.6; }
.about-body .about-highlight {
  margin-top: 28px; padding: 22px 24px;
  border-right: 3px solid var(--accent);
  background: var(--paper);
  font-weight: 500; color: var(--ink); font-size: 15.5px;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 1080px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-side { position: static; }
}


/* ============================== Clients ============================== */
.clients-section {
  background: var(--paper); padding: 100px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.clients-head { text-align: center; margin-bottom: 56px; }
.clients-head .eyebrow { justify-content: center; display: inline-flex; }
.clients-head h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.05; letter-spacing: -0.028em;
  margin: 18px 0 14px; color: var(--ink);
}
.clients-head p { color: var(--muted); font-size: 16px; max-width: 520px; margin: 0 auto; line-height: 1.6; }

/* גריד לוגואים */
.clients-logos {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft); border-radius: 8px; overflow: hidden;
}
.client-logo {
  padding: 36px 28px; background: var(--paper);
  display: flex; align-items: center; justify-content: center;
  min-height: 140px; transition: background .2s;
}
.client-logo:hover { background: var(--bone); }
.client-logo img {
  max-width: 100%; max-height: 72px; width: auto; height: auto;
  object-fit: contain;
  filter: grayscale(0.2); opacity: 0.82;
  transition: filter .25s, opacity .25s;
}
.client-logo:hover img { filter: grayscale(0); opacity: 1; }

/* מובייל — marquee */
.clients-marquee { display: none; overflow: hidden; direction: ltr;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  padding: 16px 0;
}
.clients-marquee-track {
  display: flex; gap: 0; width: max-content;
  animation: marquee 24s linear infinite;
  direction: ltr;
}
.client-logo-m {
  flex-shrink: 0; width: 150px; height: 90px;
  display: flex; align-items: center; justify-content: center;
  padding: 12px 20px;
}
.client-logo-m img { max-height: 60px; max-width: 120px; object-fit: contain; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.333%); }
}


/* ============================== Services ============================== */
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line);
  border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
}
.svc {
  padding: 36px 30px 32px;
  background: var(--bone); position: relative;
  transition: background .3s ease, color .3s ease;
  min-height: 340px; display: flex; flex-direction: column;
}
.svc:hover { background: var(--paper); }
.svc-num { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted-2); margin-bottom: 24px; letter-spacing: 0.06em; }
.svc-icon { width: 48px; height: 48px; margin-bottom: 20px; color: var(--ink-soft); display: flex; align-items: center; justify-content: center; }
.svc h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 1.2; letter-spacing: -0.018em; margin: 0 0 12px; color: var(--ink); }
.svc p  { font-size: 14.5px; color: var(--muted); margin: 0 0 22px; line-height: 1.6; }

/* טבלת מפרט טכני */
.svc-specs { list-style: none; padding: 0; margin: 0 0 22px; font-size: 13px; }
.svc-specs li { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--line-soft); }
.svc-specs li:last-child { border-bottom: 0; }
.svc-specs .k { color: var(--muted-2); font-family: var(--font-mono); font-size: 11px; }
.svc-specs .v { font-weight: 600; color: var(--ink); }

/* חץ עגול בפינה */
.svc-arrow {
  margin-top: auto; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  transition: all .2s ease; color: var(--ink);
}
.svc:hover .svc-arrow { background: var(--accent); border-color: var(--accent); }


/* ============================== Projects — קרוסלות פרויקטים ============================== */
/* שלושה כרטיסים זה לצד זה */
.projects-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto 1fr auto); /* 2 שורות: כותרת | תמונה | פוטר */
  column-gap: 28px; row-gap: 0;
}
.proj-card {
  display: grid; grid-template-rows: subgrid;
  grid-row: span 3; gap: 0;
}
.proj-card-header  { padding: 0 0 16px; border-top: 2px solid var(--accent); padding-top: 14px; }
.proj-card:nth-child(n+4) .proj-card-header { margin-top: 48px; }
.proj-card-eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--muted-2); margin-bottom: 6px; text-transform: uppercase; }
.proj-card-title   { font-family: var(--font-display); font-weight: 600; font-size: clamp(14px, 1.2vw, 17px); letter-spacing: -0.01em; line-height: 1.3; color: var(--ink); margin: 0; }

/* מעטפת הקרוסלה — יחס 4:3 */
.cs-wrap {
  position: relative; border-radius: 8px;
  overflow: hidden; background: var(--dark);
  aspect-ratio: 4 / 3;
}

/* גלילה אופקית עם scroll-snap — עובד בכל הדפדפנים */
.cs-inner {
  display: flex; width: 100%; height: 100%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  scroll-behavior: smooth;
  cursor: grab;
  /*
   * חשוב: direction: ltr מתקן באג RTL בגלילה.
   * כשהדף dir="rtl", ה-scrollLeft מתהפך (ערכים שליליים/הפוכים).
   * direction: ltr על המכל הפנימי מאפס את זה — כך ש-scrollLeft=0
   * תמיד מציג את השקף הראשון וכיוון הגלילה עובד כצפוי.
   * זה לא משפיע ויזואלית כי כל שקף תופס 100% מהרוחב.
   */
  direction: ltr;
}
.cs-inner:active { cursor: grabbing; }
.cs-inner::-webkit-scrollbar { display: none; }

/* כל שקף תופס 100% מרוחב המכל */
.cs-slide {
  flex: 0 0 100%; width: 100%; height: 100%;
  scroll-snap-align: start; overflow: hidden;
}
.cs-slide img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; pointer-events: none;
  filter: brightness(0.92); transition: filter .3s;
}
.cs-wrap:hover .cs-slide img { filter: brightness(1); }

/* כפתורי ניווט — מופיעים בהובר */
.cs-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(21,21,19,0.72);
  border: 1px solid rgba(255,255,255,0.14);
  color: #f1efe8; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; opacity: 0;
  transition: opacity .25s, background .2s, border-color .2s;
  backdrop-filter: blur(6px);
}
.cs-wrap:hover .cs-btn           { opacity: 1; }
.cs-btn:disabled                  { opacity: 0 !important; }
.cs-btn:not(:disabled):hover      { background: var(--accent); border-color: var(--accent); color: var(--dark); }
.cs-btn-prev { right: 12px; }  /* RTL — ימין = קדימה */
.cs-btn-next { left:  12px; }

/* פוטר קרוסלה: נקודות + מונה */
.cs-footer { display: flex; justify-content: space-between; align-items: center; padding: 12px 0 0; }
.cs-dots   { display: flex; gap: 5px; align-items: center; }
.cs-dot {
  height: 6px; border-radius: 3px; background: var(--line);
  border: none; cursor: pointer;
  transition: width .3s ease, background .25s;
  width: 6px; padding: 0;
}
.cs-dot.active { width: 20px; background: var(--accent); }
.cs-counter    { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted-2); letter-spacing: 0.08em; }

/* ריספונסיב — קרוסלות */
@media (max-width: 1080px) {
  .projects-cards { grid-template-columns: 1fr; gap: 40px; }
  .cs-btn { opacity: 1; } /* תמיד גלויים במובייל */
}
@media (max-width: 720px) {
  .projects-cards { gap: 32px; }
}


/* ============================== Process timeline (רזרב) ============================== */
/* קטע זה מוסתר כרגע — ניתן להוסיפו בעתיד */
.process-track {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  margin-top: 24px;
}
.process-track::before {
  content: ""; position: absolute;
  top: 32px; right: 6%; left: 6%; height: 1px;
  background: repeating-linear-gradient(to right, rgba(255,255,255,0.15) 0 6px, transparent 6px 12px);
}
.step { padding: 0 24px; position: relative; }
.step-num {
  width: 64px; height: 64px;
  background: var(--dark); color: var(--accent);
  font-family: var(--font-display); font-weight: 700;
  font-size: 24px; letter-spacing: -0.02em;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; position: relative; z-index: 2;
  margin-bottom: 24px; border: 1px solid rgba(245,184,0,0.3);
}
.step h4 { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.018em; line-height: 1.25; color: #fafaf6; margin: 0 0 10px; }
.step p   { color: #a6a39b; font-size: 13.5px; line-height: 1.6; margin: 0; }
.step .time { font-family: var(--font-mono); font-size: 10.5px; color: var(--accent); letter-spacing: 0.08em; margin-top: 12px; display: inline-flex; opacity: 0.85; }


/* ============================== CTA Band ============================== */
.cta-band {
  background: var(--accent); color: var(--dark);
  padding: 60px 0; position: relative;
}
.cta-band-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.cta-band h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08; letter-spacing: -0.025em; margin: 0;
}
.cta-band p       { font-size: 15px; margin: 12px 0 0; opacity: 0.75; max-width: 560px; }
.cta-band-actions { display: flex; gap: 10px; flex-wrap: wrap; }


/* ============================== Contact ============================== */
.contact-section {
  background: var(--dark); color: #f1efe8;
  padding: 96px 0 108px;
}
.contact-head { margin-bottom: 56px; }
.contact-head h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 3.5vw, 52px); letter-spacing: -0.03em;
  line-height: 1.1; margin: 14px 0 0; color: #fafaf6;
  word-break: keep-all;
}

/* גריד: טופס רחב + עמודת קשר ישיר */
.contact-layout {
  display: grid; grid-template-columns: 1fr 340px;
  gap: 0; align-items: start;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* --- עמודת טופס --- */
.contact-form-col { padding: 48px 0 48px 56px; border-left: 1px solid rgba(255,255,255,0.08); }

.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-field {
  margin-bottom: 20px; display: flex; flex-direction: column;
}
.cf-field--full { grid-column: 1 / -1; }
.cf-field label {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 500;
  color: #d4d2cb; margin-bottom: 8px; letter-spacing: 0;
}
.cf-field label .req { color: var(--accent); margin-right: 2px; }
.cf-field input, .cf-field select, .cf-field textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #1a1a18; padding: 12px 14px;
  font-family: var(--font-body); font-size: 15px;
  transition: border-color .2s, box-shadow .2s; outline: none;
}
.cf-field input::placeholder, .cf-field textarea::placeholder { color: #aaa; }
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(245,184,0,0.15);
}
.cf-field textarea { resize: vertical; min-height: 110px; }
.cf-field select   { cursor: pointer; appearance: none; background: #fff; }
.cf-field select option { background: #fff; color: #1a1a18; }

.cf-submit { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
.cf-micro  { font-family: var(--font-mono); font-size: 10px; color: #6b6966; }

.cf-success {
  margin-top: 32px; padding: 28px 24px;
  border: 1px solid rgba(245,184,0,0.25);
  background: rgba(245,184,0,0.04);
  display: flex; align-items: center; gap: 18px;
}
.cf-chk {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: var(--accent); color: var(--dark);
  display: flex; align-items: center; justify-content: center;
}
.cf-success h5 { margin: 0 0 5px; color: var(--accent); font-size: 15px; font-weight: 700; }
.cf-success p  { margin: 0; color: #a6a39b; font-size: 13.5px; }

/* --- עמודת קשר ישיר --- */
.contact-direct-col { padding: 48px 48px 48px 0; }

.cd-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 22px; letter-spacing: -0.02em;
  color: #fafaf6; margin: 0 0 28px;
}

.cd-info-list { display: flex; flex-direction: column; gap: 0; }

.cd-info-row {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #c5c3bc; text-decoration: none;
  transition: color .2s;
}
.cd-info-row:first-child { border-top: 1px solid rgba(255,255,255,0.07); }

.cd-info-link:hover { color: var(--accent); }
.cd-info-wa:hover   { color: #25d366; }

.cd-info-icon {
  flex-shrink: 0; width: 36px; height: 36px;
  background: rgba(255,255,255,0.06); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
}
.cd-info-wa .cd-info-icon { color: #25d366; }

.cd-info-text {
  font-family: var(--font-body); font-size: 14.5px;
  line-height: 1.4;
}


/* ============================== Footer ============================== */
.footer {
  background: var(--dark); color: #a6a39b;
  padding: 60px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
/* גריד 4 עמודות: מיתוג + 3 עמודות לינקים */
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer h5 {
  font-family: var(--font-mono); font-size: 11px; color: #f1efe8;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin: 0 0 18px; font-weight: 500;
}
.footer ul    { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 5px 0; font-size: 13.5px; }
.footer ul a  { transition: color .2s; }
.footer ul a:hover { color: var(--accent); }
.footer-brand .brand-mark { margin-bottom: 16px; display: inline-block; }
.footer-brand p { font-size: 13.5px; max-width: 320px; line-height: 1.65; margin: 12px 0 0; color: #8d8b84; }
.footer-bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; color: #666;
}


/* ============================== Mobile sticky CTA ============================== */
/* כפתורי חיוג/וואטסאפ קבועים בתחתית המסך במובייל */
.mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
  display: none; /* מוצג רק ב-@media mobile למטה */
  background: var(--dark);
  border-top: 1px solid rgba(245,184,0,0.4);
}
.m-cta      { flex: 1; padding: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 14.5px; }
.m-cta-call { background: var(--accent); color: var(--dark); }
.m-cta-wa   { background: #25d366; color: #fff; }


/* ============================== Responsive ============================== */

@media (max-width: 1080px) {
  .hero-scene { opacity: 0.1; mask-image: linear-gradient(to bottom, transparent 0%, #000 70%); }
  .hero-inner { padding: 76px 32px 88px; }
  .services-grid  { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form-col { padding: 40px 0; border-left: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .contact-direct-col { padding: 40px 0; }
  .footer-grid    { grid-template-columns: 1fr 1fr; }
  .clients-logos  { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .nav-links      { display: none; }  /* תפריט המבורגר — ניתן להוסיף בעתיד */
  .util-right     { gap: 14px; font-size: 12px; }
  .section        { padding: 72px 0; }
  .section-head   { grid-template-columns: 1fr; gap: 16px; margin-bottom: 44px; }
  .section-head p { justify-self: start; }
  .services-grid  { grid-template-columns: 1fr; }
  .form-row, .form-row.three { grid-template-columns: 1fr; }
  .process-track  { grid-template-columns: 1fr; gap: 32px; }
  .process-track::before { display: none; }
  .cta-band-inner { grid-template-columns: 1fr; }
  .footer-grid    { grid-template-columns: 1fr; }
  .clients-logos  { display: none; }
  .clients-marquee { display: block; }
  .mobile-cta     { display: flex; }
  body            { padding-bottom: 60px; } /* מרווח מתחת לכפתורים הקבועים */
  .cf-row { grid-template-columns: 1fr; }
  .hero h1        { font-size: 40px; }
  .container      { padding: 0 22px; }
  .client-logo    { padding: 24px 18px; min-height: 110px; }
  .client-logo img { max-height: 56px; }
}
