@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@500;600;700;900&family=Heebo:wght@300;400;500;600;700&display=swap');

/* ============================================
   עו"ד ונוטריון יצחק אוסמו — Stylesheet ראשי
   נראות: משרד עורכי דין פרימיום — מאופק, סמכותי
   נייבי עמוק · זהב מעודן · לבן-שמנת · serif לכותרות
   ============================================ */

:root {
  --navy: #16243F;
  --navy-light: #21314E;
  --navy-deep: #0E1830;
  --gold: #B08D4F;
  --gold-light: #C7A86A;
  --gold-dark: #927433;
  --bg: #FBFAF7;
  --cream: #F4F1EA;
  --cream-dark: #E6E0D4;
  --line: #E2DDD2;
  --charcoal: #2B2B2B;
  --gray: #5E5E5E;
  --gray-light: #8A8579;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 3px rgba(22, 36, 63, 0.06);
  --shadow-md: 0 10px 34px rgba(22, 36, 63, 0.10);
  --shadow-lg: 0 24px 60px rgba(22, 36, 63, 0.14);
  --radius: 4px;
  --radius-sm: 3px;
  --maxw: 1200px;
  --font: 'Heebo', -apple-system, Segoe UI, Arial, sans-serif;
  --serif: 'Frank Ruhl Libre', 'Heebo', Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* יישור כל שדות הטפסים לימין (RTL) — כולל טלפון ואימייל */
input, select, textarea,
input[type="tel"], input[type="email"], input[type="text"] {
  direction: rtl !important;
  text-align: right !important;
}
input::placeholder, textarea::placeholder { text-align: right; direction: rtl; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--charcoal);
  line-height: 1.8;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  font-size: 17px;
  font-weight: 400;
}

h1, h2, h3, h4 { font-family: var(--serif); color: var(--navy); line-height: 1.3; font-weight: 700; letter-spacing: -0.2px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-sm { padding: 60px 0; }

.eyebrow {
  display: inline-block;
  color: var(--gold-dark);
  font-family: var(--font);
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 13px;
  text-transform: none;
  margin-bottom: 18px;
  position: relative;
  padding-right: 44px;
}
.eyebrow::before {
  content: ""; position: absolute; right: 0; top: 50%;
  width: 32px; height: 1px; background: var(--gold); transform: translateY(-50%);
}

.section-title { font-size: clamp(29px, 3.6vw, 43px); margin-bottom: 20px; font-weight: 700; }
.section-lead { font-size: 18px; color: var(--gray); max-width: 700px; font-weight: 400; }
.center { text-align: center; }
.center .eyebrow { padding: 0; }
.center .eyebrow::before { display: none; }
.center .section-lead { margin-inline: auto; }

/* ---------- כפתורים ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 34px; border-radius: var(--radius); font-weight: 600; font-size: 15.5px;
  cursor: pointer; border: 1px solid transparent; transition: all .28s ease;
  font-family: var(--font); letter-spacing: .3px;
}
.btn-primary { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
.btn-gold { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-ghost-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.btn-ghost-light:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-lg { padding: 17px 40px; font-size: 16px; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); box-shadow: none; }
.btn:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 3px; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--navy-deep); color: #C9CFDB;
  font-size: 13.5px; padding: 9px 0; letter-spacing: .3px;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar a { color: var(--gold-light); font-weight: 500; }
.topbar a:hover { color: var(--white); }
.topbar-info { display: flex; gap: 28px; flex-wrap: wrap; }

/* ---------- Navigation ---------- */
header.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 250, 247, 0.96); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line); transition: box-shadow .3s;
}
header.nav.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: var(--maxw); margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 13px; }
.logo-mark-img { height: 48px; width: auto; object-fit: contain; display: block; }
footer .logo-mark-img { filter: brightness(0) invert(1); opacity: .9; }
.logo-text b { display: block; color: var(--navy); font-size: 20px; font-weight: 700; line-height: 1.2; font-family: var(--serif); }
.logo-text span { font-size: 12px; color: var(--gray-light); letter-spacing: 2px; font-weight: 500; }

.menu { display: flex; align-items: center; gap: 2px; list-style: none; }
.menu > li { position: relative; }
.menu > li > a {
  padding: 10px 14px; border-radius: var(--radius-sm); font-weight: 500; font-size: 15.5px;
  color: var(--navy); display: inline-flex; align-items: center; gap: 5px; transition: all .2s;
}
.menu > li > a:hover { color: var(--gold-dark); }
.menu .has-sub > a::after { content: "›"; font-size: 16px; opacity: .5; transform: rotate(90deg); display: inline-block; }

.submenu {
  position: absolute; top: 100%; right: 0; min-width: 280px;
  background: var(--white); border-radius: var(--radius-sm); box-shadow: var(--shadow-md);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .22s; border: 1px solid var(--line); border-top: 2px solid var(--gold); list-style: none;
}
.menu .has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li a { display: block; padding: 11px 16px; border-radius: var(--radius-sm); font-size: 14.5px; color: var(--charcoal); font-weight: 400; transition: all .2s; }
.submenu li a:hover { background: var(--cream); color: var(--navy); }
.nav-cta { display: flex; align-items: center; gap: 12px; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 2px; background: var(--navy); border-radius: 2px; transition: .3s; }

/* ---------- HERO ---------- */
.hero {
  position: relative; color: var(--white); overflow: hidden;
  background:
    linear-gradient(115deg, rgba(14,24,48,.96) 0%, rgba(22,36,63,.90) 55%, rgba(33,49,78,.84) 100%),
    url('../images/hero.jpg') center/cover no-repeat;
}
.hero-grid {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 56px; align-items: center; padding: 96px 0 104px;
}
.hero h1 { color: var(--white); font-size: clamp(34px, 4.8vw, 54px); line-height: 1.22; margin-bottom: 24px; font-weight: 700; }
.hero h1 .accent { color: var(--gold-light); }
.hero .sub { font-size: 19px; color: #CBD2E0; max-width: 560px; margin-bottom: 34px; line-height: 1.75; font-weight: 300; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; font-size: 14px; color: #B9C1D2; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust b { color: var(--gold-light); font-weight: 600; }
.hero-trust .ck { color: var(--gold); }

.hero-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  border-top: 2px solid var(--gold); border-radius: var(--radius);
  padding: 36px; backdrop-filter: blur(6px); box-shadow: var(--shadow-lg);
}
.hero-card h3 { color: var(--white); font-size: 23px; margin-bottom: 6px; }
.hero-card p { color: #C0C8D7; font-size: 14.5px; margin-bottom: 22px; font-weight: 300; }
.hero-form { display: grid; gap: 12px; }
.hero-form input, .hero-form select, .hero-form textarea {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.97); font-family: var(--font); font-size: 15px; color: var(--charcoal);
}
.hero-form .btn { width: 100%; justify-content: center; margin-top: 4px; }
.form-note { font-size: 12.5px; color: #9098AC; text-align: center; }

/* ---------- Stats ---------- */
.stats { background: var(--white); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat { position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; left: 0; top: 15%; height: 70%; width: 1px; background: var(--line); }
.stat .num { font-family: var(--serif); font-size: clamp(36px, 4vw, 50px); font-weight: 700; color: var(--navy); line-height: 1; }
.stat .num span { color: var(--gold-dark); }
.stat .lbl { color: var(--gray); font-size: 14.5px; margin-top: 10px; letter-spacing: .3px; }

/* ---------- כרטיסי שירות ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card {
  background: var(--white); padding: 40px 34px;
  transition: all .3s; position: relative;
}
.card::before { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .35s; }
.card:hover { background: #FCFBF8; transform: translateY(-4px); box-shadow: var(--shadow-md); z-index: 1; }
.card:hover::before { transform: scaleX(1); }
.card .ico { transition: border-color .3s, background .3s; }
.card:hover .ico { border-color: var(--gold); background: var(--cream); }
.card .ico {
  width: 54px; height: 54px; border-radius: var(--radius-sm); display: grid; place-items: center;
  border: 1px solid var(--cream-dark); margin-bottom: 22px; background: var(--bg);
}
.card .ico svg { width: 28px; height: 28px; stroke: var(--gold-dark); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-size: 21px; margin-bottom: 12px; }
.card p { color: var(--gray); font-size: 15px; margin-bottom: 18px; }
.card .more { color: var(--gold-dark); font-weight: 600; font-size: 14.5px; display: inline-flex; gap: 6px; align-items: center; font-family: var(--font); }
.card:hover .more { gap: 11px; }

/* ---------- 3 שלבים ---------- */
.steps-section { background: var(--navy); color: var(--white); position: relative; }
.steps-section .section-title { color: var(--white); }
.steps-section .eyebrow { color: var(--gold-light); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 54px; }
.step {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10);
  border-top: 2px solid var(--gold); border-radius: var(--radius);
  padding: 38px 30px; position: relative; transition: all .3s;
}
.step:hover { background: rgba(255,255,255,.07); }
.step .step-num {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--gold);
  color: var(--gold-light); background: transparent;
  display: grid; place-items: center; font-size: 22px; font-weight: 700; margin-bottom: 22px; font-family: var(--serif);
}
.step .step-num svg { width: 24px; height: 24px; stroke: var(--gold-light); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { color: var(--white); font-size: 20px; margin-bottom: 11px; }
.step p { color: #C0C8D7; font-size: 15px; font-weight: 300; }

/* ---------- אודות ---------- */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.about-img { position: relative; }
.about-img img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about-img::before { content: ""; position: absolute; top: 18px; right: 18px; width: 100%; height: 100%; border: 1px solid var(--gold); border-radius: var(--radius); z-index: -1; }
.about-badge {
  position: absolute; bottom: -22px; right: -22px; background: var(--navy);
  border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 18px 26px; text-align: center;
}
.about-badge b { display: block; font-size: 32px; color: var(--gold-light); font-family: var(--serif); }
.about-badge span { font-size: 12px; color: #C0C8D7; letter-spacing: 1px; }
.about-text h2 { margin-bottom: 20px; }
.about-text p { color: var(--charcoal); margin-bottom: 16px; font-size: 16px; }
.about-list { list-style: none; margin: 24px 0; display: grid; gap: 13px; }
.about-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; }
.about-list .ck { color: var(--gold-dark); font-weight: 700; flex-shrink: 0; }

/* ---------- המלצות ---------- */
.quote-section { background: var(--cream); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.quote-card { background: var(--white); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); position: relative; }
.quote-card .stars { color: var(--gold); font-size: 16px; margin-bottom: 16px; letter-spacing: 3px; }
.quote-card p { font-size: 15.5px; color: var(--charcoal); margin-bottom: 20px; line-height: 1.8; }
.quote-card .author { display: flex; align-items: center; gap: 13px; padding-top: 16px; border-top: 1px solid var(--line); }
.quote-card .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--gold-light); display: grid; place-items: center; font-weight: 600; font-family: var(--serif); }
.quote-card .author b { color: var(--navy); font-size: 15px; font-family: var(--font); }
.quote-card .author span { color: var(--gray-light); font-size: 13px; }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq-item { background: var(--white); border-radius: var(--radius-sm); margin-bottom: 12px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); overflow: hidden; }
.faq-q { padding: 23px 28px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 600; color: var(--navy); font-size: 16.5px; font-family: var(--serif); }
.faq-q .plus { flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; font-size: 22px; color: var(--gold-dark); transition: .3s; font-family: var(--font); }
.faq-item.open .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 28px 26px; color: var(--gray); font-size: 15.5px; }

/* ---------- CTA רצועה ---------- */
.cta-band {
  background: var(--navy);
  color: var(--white); border-radius: var(--radius); padding: 60px; text-align: center;
  position: relative; overflow: hidden; border-top: 3px solid var(--gold);
}
.cta-band h2 { color: var(--white); font-size: clamp(26px, 3.4vw, 37px); margin-bottom: 16px; }
.cta-band p { color: #C0C8D7; font-size: 17px; margin-bottom: 30px; font-weight: 300; }
.cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- פוטר ---------- */
footer { background: var(--navy-deep); color: #A8B0C2; padding: 72px 0 26px; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 44px; margin-bottom: 46px; }
footer h4 { color: var(--white); font-size: 16px; margin-bottom: 20px; letter-spacing: .5px; }
footer .logo-text b { color: var(--white); }
footer ul { list-style: none; display: grid; gap: 11px; }
footer ul a:hover { color: var(--gold-light); }
footer .f-about p { margin: 18px 0; max-width: 330px; line-height: 1.8; font-weight: 300; }
.f-contact li { display: flex; gap: 8px; align-items: flex-start; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; font-size: 13px; color: #7E869A; }
.footer-bottom a { color: var(--gold-light); font-weight: 500; }
.footer-bottom a:hover { color: var(--white); text-decoration: underline; }

/* ---------- כותרת עמוד פנימי ---------- */
.page-hero {
  background:
    linear-gradient(115deg, rgba(14,24,48,.95), rgba(22,36,63,.88)),
    url('../images/page-hero.jpg') center/cover no-repeat;
  color: var(--white); padding: 76px 0; position: relative; overflow: hidden;
}
.page-hero h1 { color: var(--white); font-size: clamp(30px, 4vw, 45px); margin-bottom: 16px; }
.page-hero p { color: #C0C8D7; font-size: 18px; max-width: 660px; font-weight: 300; }
.breadcrumb { font-size: 13.5px; color: var(--gold-light); margin-bottom: 18px; letter-spacing: .3px; }
.breadcrumb a:hover { text-decoration: underline; }

/* ---------- AI Snippet ---------- */
.ai-snippet {
  background: var(--cream); border-right: 3px solid var(--gold); border-radius: var(--radius-sm);
  padding: 26px 30px; margin: 0 0 36px; font-size: 16.5px; line-height: 1.85; color: var(--charcoal);
}
.ai-snippet b { color: var(--navy); }

/* ---------- תוכן עמוד שירות ---------- */
.content-grid { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.prose h2 { font-size: 27px; margin: 38px 0 16px; }
.prose h3 { font-size: 20px; margin: 26px 0 12px; color: var(--navy-light); }
.prose p { margin-bottom: 16px; color: var(--charcoal); font-size: 16.5px; }
.prose ul { margin: 0 4px 22px; display: grid; gap: 11px; list-style: none; }
.prose ul li { color: var(--charcoal); padding-right: 26px; position: relative; }
.prose ul li::before { content: ""; position: absolute; right: 4px; top: 13px; width: 7px; height: 7px; border: 1px solid var(--gold-dark); transform: rotate(45deg); }
.sidebar-box { background: var(--white); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); border-top: 2px solid var(--gold); position: sticky; top: 100px; }
.sidebar-box h3 { color: var(--navy); font-size: 21px; margin-bottom: 8px; }
.sidebar-box p { color: var(--gray); font-size: 14.5px; margin-bottom: 20px; }
.sidebar-box .btn { width: 100%; justify-content: center; margin-bottom: 10px; }
.sidebar-list { list-style: none; display: grid; gap: 6px; margin-top: 16px; }
.sidebar-list a { display: block; padding: 12px 16px; border-radius: var(--radius-sm); background: var(--cream); font-weight: 500; font-size: 14.5px; color: var(--navy); transition: .2s; }
.sidebar-list a:hover { background: var(--navy); color: var(--white); }

/* ---------- רצועת אווירה ---------- */
.atmosphere {
  position: relative; padding: 130px 0; color: var(--white); text-align: center;
  background:
    linear-gradient(rgba(14,24,48,.85), rgba(22,36,63,.8)),
    url('../images/calm.jpg') center/cover no-repeat fixed;
}
.atmosphere h2 { color: var(--white); font-size: clamp(28px, 3.8vw, 40px); max-width: 780px; margin: 0 auto 18px; line-height: 1.4; }
.atmosphere p { color: #CBD2E0; font-size: 18px; max-width: 600px; margin: 0 auto 30px; font-weight: 300; }
.atmosphere .badge-line { display: inline-flex; gap: 32px; flex-wrap: wrap; justify-content: center; color: var(--gold-light); font-weight: 500; font-size: 15px; letter-spacing: .5px; }

.service-img { border-radius: var(--radius); box-shadow: var(--shadow-md); margin: 12px 0 26px; width: 100%; height: 300px; object-fit: cover; }

/* ---------- אנימציות ---------- */
/* ברירת מחדל: התוכן גלוי. ההסתרה חלה רק כשה-JS פעיל (html.js) —
   כך שבלי JavaScript שום סקשן לא נשאר בלתי-נראה. */
.reveal { transition: opacity .7s ease, transform .7s ease; }
html.js .reveal { opacity: 0; transform: translateY(26px); }
html.js .reveal.in { opacity: 1; transform: none; }

/* ---------- באנר Cookie ---------- */
.cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--navy-deep); color: #D4D9E3;
  padding: 14px 28px; display: flex; align-items: center; justify-content: center;
  gap: 22px; flex-wrap: wrap; box-shadow: 0 -4px 24px rgba(0,0,0,.32);
  transform: translateY(105%); transition: transform .45s ease;
  border-top: 2px solid var(--gold);
}
.cookie-bar.show { transform: none; }
.cookie-bar p { margin: 0; font-size: 14.5px; line-height: 1.6; max-width: 820px; }
.cookie-bar p b { color: var(--gold-light); font-weight: 600; }
.cookie-bar a { color: var(--gold-light); text-decoration: underline; }
.cookie-bar a:hover { color: var(--white); }
.cookie-actions { display: flex; align-items: center; gap: 16px; }
.cookie-bar .btn { padding: 9px 28px; font-size: 14.5px; }
.cookie-close { background: none; border: none; color: #8B92A6; font-size: 20px; cursor: pointer; line-height: 1; padding: 4px; transition: color .2s; }
.cookie-close:hover { color: var(--white); }
@media (max-width: 680px) {
  .cookie-bar { gap: 12px; padding: 14px 18px; }
  .cookie-bar p { font-size: 13.5px; }
  .cookie-bar .btn { padding: 8px 22px; }
}

/* ---------- וואטסאפ צף ---------- */
.wa-float {
  position: fixed; bottom: 26px; left: 26px; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 6px 20px rgba(37,211,102,.4);
  transition: transform .3s;
}
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.wa-float:hover { transform: scale(1.08); }

/* ---------- רספונסיב ---------- */
@media (max-width: 980px) {
  .hero-grid, .about-grid, .content-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps, .quote-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .stat:not(:last-child)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-img { max-width: 480px; margin: 0 auto 30px; }
  .sidebar-box { position: static; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .menu { display: none; }
  .topbar-info .hide-m { display: none; }
  .burger { display: flex; }
  .menu.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; right: 0; left: 0;
    background: var(--white); padding: 12px; gap: 2px; box-shadow: var(--shadow-md); align-items: stretch;
  }
  .menu.open .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; max-height: 0; overflow: hidden; transition: max-height .3s; }
  .menu.open .has-sub.exp .submenu { max-height: 500px; }
  .cards, .steps, .quote-grid, .footer-grid, .stats-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 24px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .nav-cta .btn { display: none; }
  .content-grid { grid-template-columns: 1fr; }
}

/* ============================================
   ליטוש: נגישות, מצבי פוקוס ומיקרו-אינטראקציות
   ============================================ */

/* מצב פוקוס לשדות טופס — טבעת זהב עדינה */
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(176, 141, 79, .18);
}

/* פוקוס-מקלדת נראה בכל אלמנט אינטראקטיבי (לא משפיע על עכבר) */
a:focus-visible,
button:focus-visible,
.menu a:focus-visible,
.submenu a:focus-visible,
.faq-q:focus-visible,
.sidebar-list a:focus-visible,
.cookie-close:focus-visible,
.wa-float:focus-visible,
.burger:focus-visible {
  outline: 2px solid var(--gold-dark);
  outline-offset: 3px;
  border-radius: 3px;
}
.wa-float:focus-visible { outline-color: var(--white); outline-offset: 4px; }

/* בחירת טקסט בצבעי המותג */
::selection { background: var(--navy); color: var(--gold-light); }

/* כניסת תת-תפריט חלקה יותר (דסקטופ) */
.submenu li a { position: relative; }
.submenu li a::before {
  content: ""; position: absolute; right: 6px; top: 50%; width: 0; height: 1px;
  background: var(--gold); transform: translateY(-50%); transition: width .2s;
}
.submenu li a:hover { padding-right: 22px; }
.submenu li a:hover::before { width: 10px; }

/* לחצן FAQ — נגיש למקלדת (role=button + tabindex ב-JS) */
.faq-q:focus-visible { outline-offset: -2px; }
.faq-q:hover { background: #FCFBF8; }

/* קישור דילוג-לתוכן (מוזרק ב-JS) — מוסתר עד פוקוס */
.skip-link {
  position: fixed; top: -60px; right: 16px; z-index: 300;
  background: var(--navy); color: var(--white); padding: 10px 20px;
  border-radius: var(--radius-sm); border-top: 2px solid var(--gold);
  font-weight: 600; font-size: 14.5px; transition: top .2s;
}
.skip-link:focus { top: 16px; outline: none; }

/* מובייל: ביטול parallax (background-attachment: fixed מקרטע/שבור ב-iOS) */
@media (max-width: 980px) {
  .atmosphere { background-attachment: scroll; }
}

/* כיבוד העדפת תנועה מופחתת */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  html.js .reveal { opacity: 1 !important; transform: none !important; }
  .atmosphere { background-attachment: scroll; }
  .btn:hover, .card:hover, .wa-float:hover { transform: none; }
}
