/* ============================================================
   רוי ביטון — שמאות וייעוץ מקרקעין
   עיצוב פרימיום, מינימלי, יוקרתי (RTL)
   ============================================================ */

:root {
  --bg: #FAF9F7;
  --bg-2: #F2F0EB;
  --ink: #232323;
  --ink-soft: #55524c;
  --gold: #B69357;
  --gold-deep: #9c7c43;
  --olive: #5B6B4D;
  --olive-deep: #47543c;
  --line: #E6E2DB;
  --white: #ffffff;
  --shadow-sm: 0 6px 20px -12px rgba(35, 35, 35, .28);
  --shadow: 0 24px 60px -30px rgba(35, 35, 35, .34);
  --shadow-lg: 0 40px 90px -40px rgba(35, 35, 35, .42);
  --radius: 18px;
  --radius-lg: 26px;
  --maxw: 1240px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --header-h: 78px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }

body {
  font-family: "Assistant", "Heebo", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .brand__name {
  font-family: "Heebo", "Assistant", sans-serif;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--ink);
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
ul { list-style: none; }

.hl { color: var(--gold); }
.hl-olive { color: var(--olive); }

/* ---- מבנה ---- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 26px; }
section { position: relative; }
.section { padding: clamp(64px, 9vw, 130px) 0; }
.section--tint { background: var(--bg-2); }

/* שכבת צילום עדינה גם בעמודי המידע */
.section {
  background-color: var(--bg);
  background-image: linear-gradient(108deg,rgba(250,249,247,.79),rgba(250,249,247,.92) 50%,rgba(250,249,247,.83)),url("assets/raw/pool/building-city.jpg");
  background-position: center,center;
  background-size: cover,cover;
  background-repeat: no-repeat;
}
.section--tint {
  background-image: linear-gradient(108deg,rgba(244,241,235,.78),rgba(244,241,235,.91) 50%,rgba(244,241,235,.82)),url("assets/realestate-1.jpg");
}
.page-fade > main[style*="min-height:100vh"] {
  background: linear-gradient(108deg,rgba(250,249,247,.74),rgba(250,249,247,.9)),url("assets/raw/pool/building-city.jpg") center/cover no-repeat;
}
.page-fade > main[style*="min-height:100vh"] > div {
  width: min(620px,100%);
  padding: clamp(30px,6vw,58px);
  border: 1px solid rgba(182,147,82,.34);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 60px rgba(37,42,33,.12);
  backdrop-filter: blur(8px);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); font-weight: 700; font-size: .82rem;
  letter-spacing: .16em; text-transform: none; margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold); display: inline-block; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 30px; height: 1px; background: var(--gold); display: inline-block; }

.section__head { max-width: 720px; margin-bottom: clamp(38px, 5vw, 64px); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__title { font-size: clamp(1.9rem, 4.2vw, 3rem); }
.section__lead { color: var(--ink-soft); font-size: clamp(1.02rem, 1.6vw, 1.18rem); margin-top: 16px; }

/* ---- כפתורים ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: .98rem;
  cursor: pointer; border: 1.5px solid transparent; transition: all .35s var(--ease);
  font-family: inherit; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--gold { background: var(--gold); color: #fff; box-shadow: 0 14px 30px -14px rgba(182, 147, 87, .8); }
.btn--gold:hover { background: var(--gold-deep); transform: translateY(-2px); box-shadow: 0 20px 40px -14px rgba(182, 147, 87, .9); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-deep); transform: translateY(-2px); }
.btn--olive { background: var(--olive); color: #fff; }
.btn--olive:hover { background: var(--olive-deep); transform: translateY(-2px); }
.btn--lg { padding: 17px 34px; font-size: 1.04rem; }
.btn--block { width: 100%; }

/* ============================================================
   כותרת עליונה
   ============================================================ */
.nav {
  position: fixed; inset-inline: 0; top: 0; z-index: 1000;
  height: var(--header-h); display: flex; align-items: center;
  transition: transform .45s var(--ease), background .4s, box-shadow .4s, backdrop-filter .4s;
}
.nav.solid { background: rgba(250, 249, 247, .95); box-shadow: 0 1px 0 var(--line); }
.nav.hide { transform: translateY(-100%); }
.nav__inner { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { height: 46px; width: auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-size: 1.16rem; font-weight: 800; }
.brand__sub { font-size: .72rem; color: var(--gold); font-weight: 600; letter-spacing: .02em; }

.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-weight: 600; font-size: .98rem; color: var(--ink); position: relative; padding: 6px 0; transition: color .3s; }
.nav__links a::after { content: ""; position: absolute; inset-inline: 0; bottom: -2px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav__links a:hover { color: var(--gold-deep); }
.nav__links a:hover::after, .nav__links a.active::after { transform: scaleX(1); }
.nav__links a.active { color: var(--gold-deep); }

.nav__right { display: flex; align-items: center; gap: 14px; }

.nav__burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; position: relative; }
.nav__burger span { position: absolute; inset-inline: 11px; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.nav__burger span:nth-child(1) { top: 15px; }
.nav__burger span:nth-child(2) { top: 21px; }
.nav__burger span:nth-child(3) { top: 27px; }
.nav__burger.active span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav__burger.active span:nth-child(2) { opacity: 0; }
.nav__burger.active span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ============================================================
   פתיח (Hero)
   ============================================================ */
.hero { position: relative; padding-top: calc(var(--header-h) + 40px); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 8%, rgba(250, 249, 247, .55) 42%, rgba(250, 249, 247, .1) 70%, transparent); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; min-height: calc(100vh - var(--header-h)); padding-block: 40px 70px; }
.hero__copy { max-width: 620px; }
.hero__title { font-size: clamp(2.5rem, 6vw, 4.4rem); font-weight: 900; letter-spacing: -.02em; }
.hero__title span { display: block; }
.hero__title .accent { color: var(--gold); }
.hero__sub { font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: var(--ink-soft); margin-top: 24px; max-width: 540px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; }
.hero__badge { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink-soft); font-size: .95rem; }
.hero__badge svg { width: 20px; height: 20px; color: var(--gold); flex: none; }

.hero__figure { position: relative; }
.hero__portrait {
  position: relative; z-index: 2; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-lg); background: var(--bg-2);
  aspect-ratio: 4 / 5; max-width: 470px; margin-inline: auto;
}
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.hero__glow { position: absolute; inset: -8% -6% -12% -6%; z-index: 1; background: radial-gradient(60% 60% at 60% 40%, rgba(182, 147, 87, .22), transparent 70%); filter: blur(10px); }
.hero__chip {
  position: absolute; z-index: 3; background: rgba(255, 255, 255, .92); backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-sm);
  display: flex; align-items: center; gap: 12px;
}
.hero__chip--tl { top: 24px; inset-inline-start: -12px; }
.hero__chip--br { bottom: 26px; inset-inline-end: -12px; }
.hero__chip b { font-family: "Heebo", sans-serif; font-size: 1.4rem; color: var(--olive); display: block; line-height: 1; }
.hero__chip small { color: var(--ink-soft); font-size: .78rem; }
.hero__chip i { width: 40px; height: 40px; border-radius: 12px; background: var(--bg-2); display: grid; place-items: center; color: var(--gold); flex: none; }
.hero__chip i svg { width: 22px; height: 22px; }

/* ---- רצועת מדדים תחת הפתיח ---- */
.stat-strip { position: relative; z-index: 3; margin-top: -34px; }
.stat-strip__inner {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-strip__item { padding: 26px 24px; text-align: center; border-inline-start: 1px solid var(--line); }
.stat-strip__item:first-child { border: 0; }
.stat-strip__item b { font-family: "Heebo", sans-serif; font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--olive); display: block; }
.stat-strip__item span { color: var(--ink-soft); font-size: .9rem; }

/* ============================================================
   כרטיסים כלליים
   ============================================================ */
.grid { display: grid; gap: 22px; }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--bg-2); display: grid; place-items: center; color: var(--gold); margin-bottom: 20px; transition: background .4s, color .4s; }
.card__icon svg { width: 28px; height: 28px; }
.card:hover .card__icon { background: var(--gold); color: #fff; }
.card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: .98rem; }

/* ---- כרטיסי שירות גדולים ---- */
.service {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 38px 34px; overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s, border-color .45s;
}
.service::before { content: ""; position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 4px; background: var(--gold); transform: scaleY(0); transform-origin: top; transition: transform .45s var(--ease); }
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service:hover::before { transform: scaleY(1); }
.service__num { position: absolute; top: 26px; inset-inline-end: 30px; font-family: "Heebo", sans-serif; font-size: 3rem; font-weight: 800; color: var(--bg-2); line-height: 1; }
.service__icon { width: 60px; height: 60px; border-radius: 16px; background: var(--bg-2); display: grid; place-items: center; color: var(--gold); margin-bottom: 22px; }
.service__icon svg { width: 30px; height: 30px; }
.service h3 { font-size: 1.4rem; margin-bottom: 12px; }
.service p { color: var(--ink-soft); }
.service__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.service__tags span { font-size: .82rem; font-weight: 600; color: var(--olive); background: var(--bg-2); border-radius: 999px; padding: 5px 13px; }
.service__more { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--gold-deep); font-weight: 700; font-size: .94rem; }
.service__more svg { width: 16px; height: 16px; transition: transform .3s; }
.service:hover .service__more svg { transform: translateX(-5px); }

/* קטלוג השירותים המלא */
.services-catalog { padding-top: 34px; }
.service-jump { position: sticky; top: calc(var(--header-h) + 12px); z-index: 20; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 18px; padding: 10px; box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.service-jump a { padding: 9px 15px; border-radius: 10px; color: var(--ink-soft); font-size: .88rem; font-weight: 700; transition: .25s ease; }
.service-jump a:hover { background: var(--bg-2); color: var(--gold-deep); }
.service-group-head { margin: 64px 0 24px; text-align: center; }
.service-group-head h2 { font-size: clamp(1.65rem,3vw,2.35rem); margin-top: 7px; }
.service-detail-list { display: grid; gap: 18px; }
.service-detail { display: grid; grid-template-columns: 92px minmax(0,1fr) 245px; gap: 26px; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px; scroll-margin-top: calc(var(--header-h) + 100px); box-shadow: 0 10px 28px rgba(48,42,31,.045); }
.service-detail__side { border-inline-end: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding-inline-end: 18px; text-align: center; }
.service-detail__num { font-family: "Heebo",sans-serif; color: var(--gold); font-size: 2rem; font-weight: 800; line-height: 1; }
.service-detail__kind { color: var(--olive); background: var(--bg-2); border-radius: 999px; padding: 5px 9px; font-size: .72rem; font-weight: 700; }
.service-detail__main { min-width: 0; }
.service-detail__main h3 { font-size: clamp(1.25rem,2vw,1.6rem); margin-bottom: 8px; }
.service-detail__lead { color: var(--ink-soft); line-height: 1.75; }
.service-detail__facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.service-detail__facts span { border: 1px solid var(--line); border-radius: 999px; padding: 6px 11px; color: var(--olive-deep); font-size: .78rem; font-weight: 700; background: #fff; }
.service-detail__more { margin-top: 14px; border-top: 1px solid var(--line); }
.service-detail__more summary { list-style: none; cursor: pointer; padding: 13px 0 0; color: var(--gold-deep); font-weight: 800; font-size: .88rem; }
.service-detail__more summary::-webkit-details-marker { display: none; }
.service-detail__more summary::after { content: "+"; display: inline-block; margin-inline-start: 7px; font-size: 1.1rem; }
.service-detail__more[open] summary::after { content: "−"; }
.service-detail__more div { padding-top: 10px; color: var(--ink-soft); font-size: .92rem; line-height: 1.75; }
.service-detail__more div p + p { margin-top: 10px; }
.service-detail__price,.service-detail__action,.service-detail__success { background: var(--bg-2); border-radius: 15px; padding: 18px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.service-detail__price small,.service-detail__success small { color: var(--ink-soft); font-size: .76rem; }
.service-detail__price strong,.service-detail__success strong { color: var(--olive); font: 800 1.3rem "Heebo",sans-serif; margin: 5px 0 1px; }
.service-detail__price span,.service-detail__success span { color: var(--gold-deep); font-size: .82rem; font-weight: 800; }
.service-detail__price em { margin-top: 9px; color: var(--ink-soft); font-size: .72rem; font-style: normal; line-height: 1.45; }
.service-detail__action { gap: 13px; color: var(--olive-deep); font-weight: 800; }
.service-detail--featured { border-color: rgba(182,147,87,.45); background: linear-gradient(135deg,#fff 0%,#fff 72%,rgba(182,147,87,.08)); }
.service-detail--success { border-color: rgba(91,107,77,.38); }
.service-detail__success { background: var(--olive-deep); color: #fff; }
.service-detail__success small,.service-detail__success span { color: rgba(255,255,255,.75); }
.service-detail__success strong { color: #fff; }
.service-detail__success .btn { width: 100%; margin-top: 14px; }

@media (max-width: 980px) {
  .service-jump { position: static; }
  .service-detail { grid-template-columns: 70px minmax(0,1fr); }
  .service-detail__price,.service-detail__action,.service-detail__success { grid-column: 1 / -1; min-height: 120px; }
}
@media (max-width: 680px) {
  .services-catalog { padding-top: 18px; }
  .service-jump { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; border-radius: 14px; }
  .service-jump a { white-space: nowrap; }
  .service-group-head { margin-top: 46px; }
  .service-detail { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .service-detail__side { border-inline-end: 0; border-bottom: 1px solid var(--line); flex-direction: row; justify-content: flex-start; padding: 0 0 14px; }
  .service-detail__price,.service-detail__action,.service-detail__success { grid-column: auto; }
}

/* ============================================================
   ציר תהליך עבודה
   ============================================================ */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.process__step { position: relative; padding-top: 20px; }
.process__step::before { content: ""; position: absolute; top: 27px; inset-inline-start: 46px; inset-inline-end: -10px; height: 2px; background: repeating-linear-gradient(to left, var(--gold) 0 6px, transparent 6px 12px); opacity: .5; }
.process__step:last-child::before { display: none; }
.process__num { width: 54px; height: 54px; border-radius: 50%; background: #fff; border: 2px solid var(--gold); color: var(--gold-deep); display: grid; place-items: center; font-family: "Heebo", sans-serif; font-weight: 800; font-size: 1.3rem; position: relative; z-index: 2; }
.process__step h4 { font-size: 1.12rem; margin: 20px 0 8px; }
.process__step p { color: var(--ink-soft); font-size: .95rem; }

/* ============================================================
   המלצות
   ============================================================ */
.slider { position: relative; }
.slider__track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 4px 24px; scrollbar-width: none; }
.slider__track::-webkit-scrollbar { display: none; }
.tcard {
  flex: 0 0 clamp(280px, 30%, 380px); scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px;
  position: relative; box-shadow: var(--shadow-sm);
}
.tcard__quote { font-family: Georgia, serif; font-size: 3.4rem; color: var(--gold); opacity: .4; line-height: .6; height: 26px; }
.tcard p { color: var(--ink-soft); margin: 12px 0 22px; }
.tcard__who { display: flex; align-items: center; gap: 13px; }
.tcard__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--olive); color: #fff; display: grid; place-items: center; font-family: "Heebo", sans-serif; font-weight: 700; flex: none; }
.tcard__who b { display: block; font-size: 1rem; }
.tcard__who small { color: var(--ink-soft); }
.slider__nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 6px; }
.slider__btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; display: grid; place-items: center; color: var(--ink); transition: .3s; }
.slider__btn:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.slider__btn svg { width: 18px; height: 18px; }

.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ============================================================
   מאמרים
   ============================================================ */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.chip { padding: 9px 20px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); font-weight: 600; font-size: .92rem; cursor: pointer; transition: .3s; font-family: inherit; }
.chip:hover { border-color: var(--gold); color: var(--gold-deep); }
.chip.on { background: var(--gold); color: #fff; border-color: var(--gold); }

.articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s; display: flex; flex-direction: column; }
.post:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post__img { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.post:hover .post__img img { transform: scale(1.06); }
.post__cat { position: absolute; top: 14px; inset-inline-end: 14px; background: rgba(255, 255, 255, .92); color: var(--olive); font-weight: 700; font-size: .78rem; padding: 5px 13px; border-radius: 999px; }
.post__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post__body h3 { font-size: 1.16rem; margin-bottom: 10px; }
.post__body p { color: var(--ink-soft); font-size: .95rem; flex: 1; }
.post__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; font-size: .86rem; color: var(--ink-soft); }
.post__more { color: var(--gold-deep); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.post__more svg { width: 15px; height: 15px; }
.post--feature { grid-column: span 2; grid-row: span 2; }
.post--feature .post__img { aspect-ratio: auto; flex: 1; min-height: 260px; }
.post--feature .post__body h3 { font-size: 1.7rem; }

/* ============================================================
   מקטע CTA
   ============================================================ */
.cta-band { position: relative; overflow: hidden; color: #fff; border-radius: var(--radius-lg); }
.cta-band__bg { position: absolute; inset: 0; z-index: 0; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(71, 84, 60, .96), rgba(71, 84, 60, .78)); }
.cta-band__inner { position: relative; z-index: 2; padding: clamp(40px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
.cta-band p { color: rgba(255, 255, 255, .82); margin-top: 10px; max-width: 520px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-band .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .5); }
.cta-band .btn--ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; color: #fff; }

/* ============================================================
   אודות
   ============================================================ */
.about-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.about-hero__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 5; }
.about-hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.about-hero h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); }
.about-hero p { color: var(--ink-soft); margin-top: 18px; font-size: 1.06rem; }
.quote-block { border-inline-start: 3px solid var(--gold); padding: 6px 24px; margin-top: 26px; }
.quote-block p { font-size: 1.15rem; color: var(--ink); font-style: italic; margin: 0; }
.quote-block cite { display: block; margin-top: 12px; font-style: normal; font-weight: 700; color: var(--olive); }

/* ============================================================
   צור קשר
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: start; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-sm); }
.form h2 { font-size: 1.6rem; }
.form__lead { color: var(--ink-soft); margin: 8px 0 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--bg); font-family: inherit; font-size: 1rem; color: var(--ink); transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(182, 147, 87, .15); }
.field textarea { resize: vertical; min-height: 120px; }
.form__note { display: flex; align-items: center; gap: 7px; color: var(--ink-soft); font-size: .84rem; margin-top: 14px; }
.form__note svg { width: 15px; height: 15px; }
.form__ok { display: none; background: rgba(91, 107, 77, .12); color: var(--olive-deep); border-radius: 12px; padding: 13px 16px; margin-top: 14px; font-weight: 600; }
.form__ok.show { display: block; }

.contact-info { display: grid; gap: 16px; }
.info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.info-card__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-2); color: var(--gold); display: grid; place-items: center; margin-bottom: 14px; }
.info-card__ic svg { width: 22px; height: 22px; }
.info-card h4 { font-size: 1.05rem; }
.info-card p { color: var(--ink-soft); font-size: .95rem; margin-top: 3px; }
.info-card a { color: var(--ink); }
.info-card a:hover { color: var(--gold-deep); }
.map-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); position: relative; }
.map-card img { width: 100%; height: 220px; object-fit: cover; }
.map-card__label { position: absolute; inset-inline: 16px; bottom: 16px; background: rgba(255, 255, 255, .94); border-radius: 12px; padding: 12px 16px; box-shadow: var(--shadow-sm); }
.map-card__label b { display: block; }
.map-card__label span { color: var(--ink-soft); font-size: .88rem; }

/* ---- שאלות נפוצות ---- */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: start; background: none; border: 0; padding: 22px 4px; font-family: inherit; font-size: 1.1rem; font-weight: 700; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__q::after { content: "+"; color: var(--gold); font-size: 1.5rem; font-weight: 400; transition: transform .3s; flex: none; }
.faq__q[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq__a p { color: var(--ink-soft); padding: 0 4px 22px; }

/* ============================================================
   פוטר
   ============================================================ */
.footer { background: var(--olive-deep); color: rgba(255, 255, 255, .82); padding: 68px 0 26px; margin-top: 0; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; }
.footer__brand .brand__name, .footer__brand .brand__sub { color: #fff; }
.footer__brand .brand__sub { color: var(--gold); }
.footer__brand p { margin-top: 16px; font-size: .95rem; max-width: 280px; }
.footer__logo { height: 54px; margin-bottom: 4px; }
.footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.footer__links a { display: block; padding: 6px 0; font-size: .95rem; transition: color .3s; }
.footer__links a:hover { color: var(--gold); }
.footer__contact li { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: .95rem; }
.footer__contact svg { width: 18px; height: 18px; color: var(--gold); flex: none; }
.footer__contact a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 46px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .86rem; }
.footer__bottom a { margin-inline-start: 18px; }
.footer__bottom a:hover { color: var(--gold); }

/* ============================================================
   כפתורים צפים (נייד)
   ============================================================ */
.floaters { position: fixed; inset-inline-end: 18px; bottom: 20px; z-index: 850; display: none; flex-direction: column; gap: 12px; }
.floaters a { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--shadow); }
.floaters a svg { width: 26px; height: 26px; }
.fl-wa { background: #25D366; }
.fl-tel { background: var(--olive); }

/* ============================================================
   פופאפ לידים
   ============================================================ */
.popup { position: fixed; inset: 0; z-index: 1300; background: rgba(35, 35, 35, .5); backdrop-filter: blur(3px); display: none; align-items: center; justify-content: center; padding: 20px; }
.popup.open { display: flex; animation: fadeIn .3s var(--ease); }
.popup__card { background: #fff; border-radius: var(--radius-lg); max-width: 420px; width: 100%; padding: 38px 34px; position: relative; box-shadow: var(--shadow-lg); animation: popIn .4s var(--ease); }
.popup__close { position: absolute; top: 16px; inset-inline-start: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--bg-2); cursor: pointer; font-size: 1.2rem; color: var(--ink-soft); }
.popup__card .eyebrow { margin-bottom: 10px; }
.popup__card h3 { font-size: 1.5rem; }
.popup__card p { color: var(--ink-soft); margin: 8px 0 20px; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes popIn { from { opacity: 0; transform: translateY(20px) scale(.97); } to { opacity: 1; transform: none; } }

/* ============================================================
   חשיפות בגלילה
   ============================================================ */
.reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.js .reveal { opacity: 0; transform: translateY(24px); }
html.js .reveal--right { transform: translateX(28px); }
html.js .reveal.in { opacity: 1; transform: none; }
/* בלי JS: הכל גלוי (אין html.js) */

/* ============================================================
   טוען עמוד + מעברי עמודים (Loader / Page transitions)
   ============================================================ */
.loader { position: fixed; inset: 0; z-index: 2000; background: var(--bg); display: flex; align-items: center; justify-content: center; }
.loader.pageout { z-index: 2100; background: var(--olive-deep); }
.loader__inner { display: flex; flex-direction: column; align-items: center; }
.loader__logo { width: 118px; height: auto; }
.loader.pageout .loader__logo { filter: brightness(0) invert(1); opacity: .95; }
.loader__line { width: 0; height: 2px; background: var(--gold); margin-top: 18px; border-radius: 2px; }
.loader.pageout .loader__line { background: rgba(255,255,255,.8); }
noscript .loader, html:not(.js) .loader { display: none; }

/* מניעת הבהוב חשיפות כשיש JS */
html.js .reveal { opacity: 0; }

/* ============================================================
   פתיח גרסה 2 — רקע אווירי + דיוקן + כרטיסים צפים (תואם מוקאפ)
   ============================================================ */
.hero2 { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: var(--header-h); }
.hero2__bg { position: absolute; inset: 0; z-index: 0; }
.hero2__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero2__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(275deg, rgba(250,249,247,.5) 0%, rgba(250,249,247,.86) 40%, rgba(250,249,247,.96) 66%, var(--bg) 100%); }
.hero2__bg i { position: absolute; inset: 0; z-index: 1; background: radial-gradient(120% 90% at 82% 42%, rgba(250,249,247,.9), transparent 46%); }
.hero2__bg::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, var(--bg), transparent 22%); }
.hero2__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 30px; align-items: center; width: 100%; padding-block: 40px 60px; }
.hero2__copy { max-width: 600px; }
.hero2__title { font-size: clamp(2.5rem, 5.6vw, 4.3rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.08; }
.hero2__title span { display: block; }
.hero2__title .accent { color: var(--gold); }
.hero2__sub { font-size: clamp(1.05rem, 1.7vw, 1.24rem); color: var(--ink-soft); margin-top: 22px; max-width: 520px; }
.hero2__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero2__badges { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.hero2__badge { display: flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink-soft); font-size: .94rem; }
.hero2__badge svg { width: 19px; height: 19px; color: var(--gold); flex: none; }

.hero2__figure { position: relative; align-self: center; display: flex; align-items: center; justify-content: center; min-height: 540px; }
.hero2__portrait { position: relative; z-index: 2; width: 100%; max-width: 430px; aspect-ratio: 4 / 5; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid #fff; }
.hero2__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; }
.hero2__logocard { position: absolute; z-index: 4; top: 20px; inset-inline-start: 0; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; box-shadow: var(--shadow-sm); width: 210px; }
.hero2__logocard img { height: 40px; width: auto; margin-bottom: 10px; }
.hero2__prog { height: 6px; border-radius: 4px; background: var(--bg-2); overflow: hidden; }
.hero2__prog i { display: block; height: 100%; width: 72%; background: linear-gradient(90deg, var(--gold), var(--gold-deep)); border-radius: 4px; }
.hero2__progtxt { display: flex; justify-content: space-between; font-size: .74rem; color: var(--ink-soft); margin-top: 7px; }
.hero2__chip { position: absolute; z-index: 4; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 15px; padding: 13px 16px; box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 12px; }
.hero2__chip i { width: 42px; height: 42px; border-radius: 12px; background: var(--bg-2); display: grid; place-items: center; color: var(--gold); flex: none; }
.hero2__chip i svg { width: 22px; height: 22px; }
.hero2__chip b { font-family: "Heebo", sans-serif; font-size: 1.3rem; color: var(--olive); display: block; line-height: 1; }
.hero2__chip small { color: var(--ink-soft); font-size: .78rem; }
.hero2__chip--1 { inset-inline-start: -14px; bottom: 128px; }
.hero2__chip--2 { inset-inline-end: -6px; bottom: 40px; }
.hero2__marker { position: absolute; z-index: 3; width: 34px; height: 34px; border-radius: 50%; background: rgba(182,147,87,.18); display: grid; place-items: center; }
.hero2__marker::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); border: 2px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.25); }
.hero2__marker--a { top: 30%; inset-inline-start: 8%; }
.hero2__marker--b { top: 58%; inset-inline-start: 20%; }

/* ---- רצועת שירותים אופקית מתחת לפתיח ---- */
.trust-strip { position: relative; z-index: 5; margin-top: -46px; }
.trust-strip__inner { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4, 1fr); padding: 6px; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 20px 22px; border-inline-start: 1px solid var(--line); }
.trust-item:first-child { border: 0; }
.trust-item__ic { width: 48px; height: 48px; border-radius: 13px; background: var(--bg-2); color: var(--gold); display: grid; place-items: center; flex: none; }
.trust-item__ic svg { width: 25px; height: 25px; }
.trust-item b { display: block; font-size: 1.02rem; }
.trust-item span { color: var(--ink-soft); font-size: .84rem; }

/* ---- כרטיס דוגמת פרויקט (שכבת GIS) ---- */
.project { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.project__media { position: relative; min-height: 320px; }
.project__media img { width: 100%; height: 100%; object-fit: cover; }
.project__parcel { position: absolute; inset: 0; }
.project__body { padding: clamp(26px, 3vw, 40px); }
.project__body h3 { font-size: 1.5rem; margin-bottom: 12px; }
.project__body p { color: var(--ink-soft); }
.project__stats { display: grid; gap: 12px; margin: 22px 0; }
.project__stat { display: flex; align-items: center; justify-content: space-between; background: var(--bg-2); border-radius: 12px; padding: 12px 16px; }
.project__stat span { color: var(--ink-soft); font-size: .92rem; }
.project__stat b { font-family: "Heebo", sans-serif; font-size: 1.15rem; color: var(--olive); }

/* ---- אזור מאמרים בית עם דיוקן ---- */
.home-articles { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: stretch; }

/* ============================================================
   רספונסיביות
   ============================================================ */
@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr .82fr; gap: 24px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .process__step::before { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .post--feature { grid-column: span 2; grid-row: auto; }
}

@media (max-width: 900px) {
  /* מבטלים טשטוש/הזזה על הכותרת בנייד כדי שהתפריט הנפתח לא ייכלא בתוכה */
  .nav.solid { background: rgba(250, 249, 247, .96); -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: 0 1px 0 var(--line); }
  .nav.hide { transform: none !important; }
  .nav__links {
    position: fixed; inset: 0; width: 100%; height: 100%;
    background: rgba(250, 249, 247, .98); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; padding: 90px 24px 40px;
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; z-index: 1200;
  }
  .nav__links.open { opacity: 1; visibility: visible; transform: none; }
  .nav__links a { font-size: 1.6rem; padding: 14px 0; }
  .nav__links a::after { display: none; }
  .nav__burger { display: block; z-index: 1300; }
  .nav .btn { display: none; }
  body.nav-open { overflow: hidden; }
  .about-hero, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-hero__img { max-width: 420px; }
  .tgrid, .articles { grid-template-columns: repeat(2, 1fr); }
  .floaters { display: flex; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .hero { padding-top: calc(var(--header-h) + 10px); }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; text-align: center; padding-block: 20px 40px; }
  .hero__copy { margin-inline: auto; }
  .hero__actions, .hero__badges { justify-content: center; }
  .hero__figure { max-width: 340px; margin: 10px auto 0; }
  .hero__bg::after { background: linear-gradient(180deg, rgba(250, 249, 247, .4), var(--bg) 60%); }
  .stat-strip__inner { grid-template-columns: 1fr 1fr; }
  .stat-strip__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stat-strip__item:nth-child(odd) { border-inline-start: 0; }
  .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .tgrid, .articles { grid-template-columns: 1fr; }
  .post--feature { grid-column: auto; }
  .info-cards { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; text-align: start; }
  .brand__text { display: none; }
}

/* רספונסיביות לרכיבי הפתיח החדשים */
@media (max-width: 1080px) {
  .trust-strip__inner { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(odd) { border-inline-start: 0; }
  .project { grid-template-columns: 1fr; }
  .home-articles { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero2__grid { grid-template-columns: 1fr; gap: 10px; }
  .hero2__figure { min-height: 420px; order: 2; }
  .hero2__copy { order: 1; }
}
@media (max-width: 680px) {
  .hero2 { min-height: auto; text-align: center; }
  .hero2__copy { margin-inline: auto; }
  .hero2__actions, .hero2__badges { justify-content: center; }
  .hero2__figure { min-height: 360px; }
  .hero2__portrait { max-height: 440px; }
  .hero2__logocard { display: none; }
  .hero2__chip--1 { inset-inline-start: -6px; }
  .hero2__bg::after { background: linear-gradient(0deg, var(--bg) 30%, rgba(250,249,247,.6)); }
  .trust-strip { margin-top: 30px; }
  .trust-strip__inner { grid-template-columns: 1fr; }
  .trust-item { border-inline-start: 0 !important; border-bottom: 1px solid var(--line); }
  .home-articles { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* מערכת סמלים אחידה — קו זהב נקי במקום תווי אימוג׳י */
.ui-line-icon { width: 1.35em; height: 1.35em; display: block; color: inherit; flex: none; }
.round-icon .ui-line-icon { width: 26px; height: 26px; }
.home-service-link > span .ui-line-icon { width: 24px; height: 24px; }
.nav__actions .btn[data-icon-button] { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.nav__actions .btn[data-icon-button] .ui-line-icon { width: 18px; height: 18px; }