/* Royal Finish - עיצוב בהיר ומודרני: לבן + שמנת + זהב, בלי כחול */
:root {
  --ink: #23272E;
  --ink-soft: #3A404A;
  --gray: #6B7280;
  --gray-light: #9AA1AB;
  --gold: #C39A3F;
  --gold-deep: #A87F2C;
  --gold-light: #E3C878;
  --gold-pale: #F6EDD6;
  --bg: #FFFFFF;
  --soft: #F8F6F1;
  --softer: #FCFBF8;
  --line: #ECE8DE;
  --wa: #25D366;
  --ok: #1D7A45;
  --radius: 16px;
  --shadow: 0 6px 24px rgba(35, 39, 46, 0.07);
  --shadow-lg: 0 16px 44px rgba(35, 39, 46, 0.12);
  --font: 'Assistant', 'Heebo', Arial, sans-serif;
  --font-display: 'Rubik', 'Assistant', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink-soft);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--gold-deep); }
h1, h2, h3 { font-family: var(--font-display); color: var(--ink); letter-spacing: -0.015em; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.skip-link {
  position: absolute; top: -48px; right: 8px; z-index: 999;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 10px;
}
.skip-link:focus { top: 0; color: #fff; }
.ic { width: 1.05em; height: 1.05em; flex: none; }

/* ===== Header - לבן ונקי ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.logo { display: flex; align-items: center; gap: 8px; }
.logo .logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--ink); }
.logo .logo-text span { color: var(--gold); }
.logo .logo-spark { color: var(--gold); font-size: 1rem; }
.main-nav { align-self: stretch; display: flex; }
.main-nav > ul { display: flex; gap: 28px; list-style: none; align-items: stretch; }
.main-nav > ul > li { display: flex; align-items: center; }
.main-nav a { color: var(--ink-soft); font-weight: 600; font-size: .98rem; padding: 6px 2px; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--gold-deep); border-bottom-color: var(--gold); }
.main-nav .has-sub { position: relative; }
.main-nav .sub {
  display: none; position: absolute; top: calc(100% + 10px); right: -16px; min-width: 240px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: 10px; z-index: 50;
}
/* גשר בלתי נראה כדי שהתפריט לא ייסגר במעבר העכבר אליו */
.main-nav .sub::before { content: ''; position: absolute; top: -12px; right: 0; left: 0; height: 12px; }
.main-nav .has-sub:hover .sub, .main-nav .has-sub:focus-within .sub { display: block; }
.main-nav .sub ul { display: flex; flex-direction: column; gap: 2px; align-items: stretch; }
.main-nav .sub li { width: 100%; }
.main-nav .sub a {
  display: block; width: 100%; padding: 11px 14px; border-radius: 9px; font-weight: 500;
  border-bottom: none; white-space: nowrap; text-align: right; font-size: 1rem; color: var(--ink-soft);
}
.main-nav .sub a:hover { background: var(--soft); color: var(--gold-deep); }

/* ===== מגה-מניו ===== */
.main-nav .has-sub { position: static; }
.main-nav .mega {
  display: none; position: absolute; top: 100%; right: 0; left: 0;
  background: #fff; border-top: 2px solid var(--gold); border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 50px rgba(35, 39, 46, .14); z-index: 60;
}
.main-nav .mega::before { content: ''; position: absolute; top: -20px; right: 0; left: 0; height: 20px; }
.main-nav .has-sub:hover .mega, .main-nav .has-sub:focus-within .mega { display: block; }
.mega-inner { display: grid; grid-template-columns: 1fr 280px; gap: 36px; padding: 30px 22px 34px; align-items: start; }
.mega-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mega-card {
  display: flex; align-items: center; gap: 13px; padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--softer); transition: all .15s ease;
}
.mega-card:hover { border-color: var(--gold); background: #fff; box-shadow: var(--shadow); }
.mega-card img { width: 72px; height: 56px; object-fit: cover; border-radius: 9px; flex: none; }
.mega-card strong { display: block; color: var(--ink); font-size: .98rem; font-family: var(--font-display); }
.mega-card small { display: block; color: var(--gray-light); font-size: .8rem; line-height: 1.4; margin-top: 2px; }
.mega-regions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mega-region h4 {
  font-family: var(--font-display); color: var(--gold-deep); font-size: .92rem; margin-bottom: 10px;
  padding-bottom: 8px; border-bottom: 1px solid var(--gold-pale);
}
.main-nav .mega ul { display: block; }
.mega-region ul { list-style: none; columns: 2; column-gap: 18px; }
.mega-region li { break-inside: avoid; }
.mega-region a { display: block; padding: 4px 0; color: var(--ink-soft); font-size: .9rem; }
.mega-region a:hover { color: var(--gold-deep); }
.mega-banner {
  background: linear-gradient(150deg, #2B2A26, #201F1C);
  border-radius: var(--radius); padding: 26px 24px; color: #CFC9BC;
  display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
}
.mega-banner-kicker { color: var(--gold-light); font-size: .82rem; font-weight: 700; letter-spacing: .06em; }
.mega-banner strong { color: #fff; font-size: 1.25rem; font-family: var(--font-display); }
.mega-banner p { font-size: .92rem; margin-bottom: 6px; }
.mega-banner .btn { padding: 11px 22px; font-size: .95rem; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 6px 0; border-radius: 2px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 1rem;
  border: none; cursor: pointer; transition: all .18s ease; font-family: var(--font);
  line-height: 1.2;
}
.btn:active { transform: scale(.98); }
.btn-phone {
  background: linear-gradient(135deg, var(--gold-deep) 0%, var(--gold) 55%, var(--gold-light) 130%);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(195, 154, 63, .35);
}
.btn-phone:hover { box-shadow: 0 9px 26px rgba(195, 154, 63, .5); filter: brightness(1.04); color: #fff !important; }
.btn-outline { background: #fff; color: var(--ink) !important; border: 1.5px solid #D8D2C4; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-deep) !important; }
.btn-gold { background: #fff; color: var(--ink) !important; border: 1.5px solid #D8D2C4; }
.btn-gold:hover { border-color: var(--gold); color: var(--gold-deep) !important; }
.btn-whatsapp { background: #fff; color: var(--ink) !important; border: 1.5px solid #D8D2C4; }
.btn-whatsapp:hover { border-color: var(--wa); }
.btn-whatsapp .ic { color: var(--wa); }
.btn-lg { padding: 16px 32px; font-size: 1.06rem; }

/* ===== Hero - בהיר ואוורירי ===== */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse at 88% -25%, rgba(227, 200, 120, .28), transparent 55%),
    radial-gradient(ellipse at 5% 115%, rgba(195, 154, 63, .12), transparent 45%),
    linear-gradient(180deg, var(--softer) 0%, var(--soft) 100%);
  border-bottom: 1px solid var(--line);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; gap: 54px; align-items: center; padding: 78px 0 84px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--gold-light); color: var(--gold-deep);
  padding: 7px 16px; border-radius: 999px; font-weight: 600; font-size: .88rem; margin-bottom: 22px;
  box-shadow: var(--shadow);
}
.hero h1 { font-size: 3rem; line-height: 1.14; font-weight: 800; margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--gold-deep); position: relative; }
.hero p.lead { font-size: 1.17rem; color: var(--gray); margin-bottom: 26px; max-width: 33em; }
.hero-usps { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-bottom: 30px; }
.hero-usps li { list-style: none; display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink-soft); font-size: .97rem; }
.hero-usps li::before { content: '✓'; color: var(--gold-deep); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero-rating { display: flex; align-items: center; gap: 10px; color: var(--gray); font-weight: 500; font-size: .95rem; }
.hero-rating .stars { color: var(--gold); letter-spacing: 3px; font-size: 1rem; }
.hero-media { position: relative; }
.hero-media img {
  border-radius: 20px; box-shadow: var(--shadow-lg); aspect-ratio: 4/3.2; object-fit: cover; width: 100%;
}
.hero-media::before {
  content: ''; position: absolute; inset: -14px 14px 14px -14px; border-radius: 22px;
  border: 2px solid var(--gold-light); z-index: -1; opacity: .6;
}
.hero-media .float-card {
  position: absolute; bottom: -20px; right: 18px; background: #fff; color: var(--ink);
  border-radius: 14px; box-shadow: var(--shadow-lg); padding: 13px 20px; font-weight: 700; font-size: .92rem;
  display: flex; align-items: center; gap: 9px; border: 1px solid var(--line);
}
.float-card .stars { color: var(--gold); letter-spacing: 2px; }

/* ===== Sections ===== */
section { padding: 76px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 48px; }
.section-head .kicker {
  color: var(--gold-deep); font-weight: 700; letter-spacing: .12em; font-size: .8rem; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}
.section-head .kicker::before, .section-head .kicker::after { content: ''; width: 26px; height: 1px; background: var(--gold); opacity: .6; }
.section-head h2 { font-size: 2.15rem; font-weight: 800; margin: 10px 0 12px; }
.section-head p { color: var(--gray); font-size: 1.05rem; }
.bg-off { background: var(--soft); }
.bg-mint { background: var(--softer); }
.bg-navy {
  background:
    radial-gradient(ellipse at 85% 120%, rgba(227, 200, 120, .22), transparent 55%),
    linear-gradient(150deg, #2B2A26 0%, #201F1C 100%);
  color: #fff;
}

/* Services grid */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.service-card img { height: 195px; object-fit: cover; width: 100%; }
.service-card .card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.service-card h3 { font-size: 1.22rem; font-weight: 700; }
.service-card h3 a { color: var(--ink); }
.service-card h3 a:hover { color: var(--gold-deep); }
.service-card p { color: var(--gray); font-size: .95rem; flex: 1; }
.service-card .card-link { color: var(--gold-deep); font-weight: 700; font-size: .95rem; }
.service-card .card-link::after { content: ' ←'; }

/* Why us */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-item {
  background: #fff; border-radius: var(--radius); padding: 30px 24px; border: 1px solid var(--line);
  text-align: center; box-shadow: var(--shadow);
}
.why-item .icon {
  width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 16px;
  background: var(--gold-pale); color: var(--gold-deep);
  display: flex; align-items: center; justify-content: center;
}
.why-item .icon svg { width: 24px; height: 24px; }
.why-item h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 8px; }
.why-item p { color: var(--gray); font-size: .92rem; }

/* Before/After */
.ba-wrap { max-width: 880px; margin: 0 auto; }
.ba-slider {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 16/10; user-select: none; touch-action: none;
}
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-slider .ba-before { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; right: var(--pos, 50%); width: 3px;
  background: #fff; transform: translateX(50%); cursor: ew-resize; z-index: 3;
}
.ba-handle::after {
  content: '⇄'; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%);
  width: 48px; height: 48px; background: #fff; color: var(--ink); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.15rem; font-weight: 700;
  box-shadow: var(--shadow-lg);
}
.ba-label {
  position: absolute; top: 16px; z-index: 2; background: rgba(255,255,255,.92); color: var(--ink);
  padding: 5px 16px; border-radius: 999px; font-weight: 700; font-size: .87rem;
  box-shadow: var(--shadow);
}
.ba-label.before { right: 16px; }
.ba-label.after { left: 16px; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { background: #fff; border-radius: var(--radius); padding: 30px 24px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.step .num {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--gold-pale); color: var(--gold-deep);
  font-family: var(--font-display); font-weight: 700; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.step h3 { font-size: 1.07rem; font-weight: 700; margin-bottom: 8px; }
.step p { color: var(--gray); font-size: .92rem; }

/* Pricing */
.pricing-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.pricing-table th, .pricing-table td { padding: 16px 20px; text-align: right; border-bottom: 1px solid var(--line); }
.pricing-table thead th { background: var(--ink); color: #fff; font-weight: 600; font-size: .96rem; }
.pricing-table tbody tr:nth-child(even) { background: var(--softer); }
.pricing-table tbody tr:last-child td { border-bottom: none; }
.pricing-table td:first-child { font-weight: 600; color: var(--ink); }
.pricing-note { color: var(--gray-light); font-size: .9rem; margin-top: 16px; text-align: center; }
.table-scroll { overflow-x: auto; border-radius: var(--radius); }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--line);
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 13px;
}
.review-card .stars { color: var(--gold); font-size: 1rem; letter-spacing: 3px; }
.review-card blockquote { color: var(--gray); font-size: .98rem; flex: 1; }
.review-card .who { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--ink); }
.review-card .avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--gold-pale);
  color: var(--gold-deep); display: flex; align-items: center; justify-content: center; font-size: 1.05rem;
  font-family: var(--font-display); font-weight: 700;
}
.review-card .who small { display: block; color: var(--gray-light); font-weight: 500; }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.faq-list summary {
  cursor: pointer; list-style: none; padding: 19px 24px; font-weight: 700; font-size: 1.02rem;
  display: flex; justify-content: space-between; align-items: center; gap: 10px; color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-size: 1.5rem; color: var(--gold-deep); font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 24px 20px; color: var(--gray); }

/* CTA band - פחם חם, לא כחול */
.cta-band { text-align: center; }
.cta-band h2 { font-size: 2.05rem; font-weight: 800; margin-bottom: 10px; color: #fff; }
.cta-band p { color: #CFC9BC; font-size: 1.08rem; margin-bottom: 30px; }
.cta-band .hero-actions { justify-content: center; margin-bottom: 0; }
.cta-band .btn-whatsapp, .cta-band .btn-gold { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.35); }
.cta-band .btn-whatsapp:hover { border-color: var(--wa); }
.cta-band .btn-gold:hover { border-color: var(--gold-light); color: var(--gold-light) !important; }

/* Lead form */
.lead-form {
  max-width: 560px; margin: 0 auto; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 36px; display: grid; gap: 17px; border: 1px solid var(--line);
}
.lead-form label { font-weight: 600; font-size: .93rem; display: grid; gap: 7px; color: var(--ink); }
.lead-form input, .lead-form select, .lead-form textarea {
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px; font-family: var(--font);
  font-size: 1rem; width: 100%; background: var(--softer); color: var(--ink);
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus {
  outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(195,154,63,.14);
}
.form-msg { font-weight: 700; text-align: center; display: none; }
.form-msg.ok { display: block; color: var(--ok); }
.form-msg.err { display: block; color: #b3372b; }

/* Page hero פנימי - בהיר */
.page-hero {
  background:
    radial-gradient(ellipse at 90% -30%, rgba(227, 200, 120, .25), transparent 55%),
    linear-gradient(180deg, var(--softer), var(--soft));
  padding: 56px 0 52px; border-bottom: 1px solid var(--line);
}
.breadcrumbs { font-size: .88rem; color: var(--gray-light); margin-bottom: 14px; }
.breadcrumbs a { color: var(--gray); }
.breadcrumbs a:hover { color: var(--gold-deep); }
.breadcrumbs span[aria-current] { color: var(--gold-deep); font-weight: 600; }
.page-hero h1 { font-size: 2.45rem; font-weight: 800; margin-bottom: 12px; }
.page-hero .lead { font-size: 1.13rem; color: var(--gray); max-width: 38em; margin-bottom: 24px; }
.two-col { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.two-col img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.two-col h2 { font-size: 1.7rem; font-weight: 800; margin-bottom: 14px; }
.two-col p { color: var(--gray); font-size: 1.03rem; }
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-size: 1.4rem; margin: 30px 0 10px; }
.prose p, .prose li { color: var(--gray); }
.prose ul { padding-right: 22px; margin: 10px 0; }
.related-services { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.related-services a {
  background: #fff; border: 1.5px solid var(--line); padding: 11px 22px; border-radius: 999px;
  font-weight: 600; color: var(--ink); box-shadow: var(--shadow);
}
.related-services a:hover { border-color: var(--gold); color: var(--gold-deep); }

/* בלוקים של תוכן מורחב בעמודי שירות */
.content-block .prose h2 { font-size: 1.5rem; margin-bottom: 14px; }
.content-block .prose p { margin-bottom: 14px; font-size: 1.03rem; line-height: 1.85; }
.content-block { padding: 56px 0; }
.signs-grid {
  list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 26px;
  max-width: 880px; margin: 0 auto;
}
.signs-grid li {
  display: flex; align-items: flex-start; gap: 12px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 15px 18px; font-weight: 500; color: var(--ink-soft); box-shadow: var(--shadow);
}
.signs-grid li::before { content: '✓'; color: var(--gold-deep); font-weight: 800; flex: none; }
.types-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 980px; margin: 0 auto; }
.type-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; box-shadow: var(--shadow); }
.type-card h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.type-card p { color: var(--gray); font-size: .95rem; }
.tips-list { list-style: none; max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.tips-list li {
  display: flex; align-items: flex-start; gap: 12px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 14px 18px; color: var(--ink-soft); box-shadow: var(--shadow);
}
.tips-list li::before { content: '✦'; color: var(--gold); flex: none; font-size: .85rem; margin-top: 4px; }

/* ===== בלוג ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease;
}
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.post-card img { height: 200px; object-fit: cover; width: 100%; }
.post-card .card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.post-cat { font-size: .82rem; color: var(--gray-light); font-weight: 600; }
.post-cat a { color: var(--gold-deep); }
.post-card h3 { font-size: 1.13rem; font-weight: 700; line-height: 1.4; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--gold-deep); }
.post-card p { color: var(--gray); font-size: .93rem; flex: 1; }
.post-card .card-link { color: var(--gold-deep); font-weight: 700; font-size: .94rem; }
.post-card .card-link::after { content: ' ←'; }
.post-meta { color: var(--gray-light); font-size: .95rem; }
.post-wrap { padding: 56px 0 30px; }
.post-content { font-size: 1.05rem; }
.post-hero-img { border-radius: var(--radius); box-shadow: var(--shadow-lg); margin-bottom: 34px; aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.post-content h2 { font-size: 1.55rem; margin: 34px 0 12px; }
.post-content h3 { font-size: 1.18rem; margin: 24px 0 8px; color: var(--ink); }
.post-content p { color: var(--ink-soft); margin-bottom: 15px; line-height: 1.85; }
.post-content ul, .post-content ol { padding-right: 24px; margin: 12px 0 18px; color: var(--ink-soft); }
.post-content li { margin-bottom: 9px; line-height: 1.75; }
.post-content a { color: var(--gold-deep); font-weight: 600; text-decoration: underline; text-decoration-color: var(--gold-pale); text-underline-offset: 3px; }
.post-content a:hover { text-decoration-color: var(--gold); }
.post-content strong { color: var(--ink); }

/* אינדקס אזורי שירות */
.cities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.city-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; box-shadow: var(--shadow); }
.city-card h2 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; color: var(--ink); padding-bottom: 10px; border-bottom: 2px solid var(--gold-pale); }
.city-card ul { list-style: none; display: grid; gap: 8px; }
.city-card a { color: var(--gray); font-size: .95rem; }
.city-card a:hover { color: var(--gold-deep); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-card {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow); padding: 34px; display: grid; gap: 20px;
}
.contact-card .row { display: flex; align-items: center; gap: 14px; font-weight: 500; color: var(--ink-soft); }
.contact-card .row .ic-wrap {
  width: 42px; height: 42px; border-radius: 13px; flex: none;
  background: var(--gold-pale); color: var(--gold-deep);
  display: flex; align-items: center; justify-content: center;
}
.contact-card .row a { font-weight: 700; }

/* Footer - בהיר */
.site-footer { background: var(--soft); color: var(--gray); padding: 60px 0 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .9fr 1.1fr 1fr; gap: 32px; padding-bottom: 42px; }
.site-footer h3 { color: var(--ink); font-size: 1.02rem; margin-bottom: 16px; font-weight: 700; }
.site-footer ul { list-style: none; display: grid; gap: 10px; }
.site-footer a { color: var(--gray); font-size: .95rem; }
.site-footer a:hover { color: var(--gold-deep); }
.footer-about .logo-text { font-family: var(--font-display); font-size: 1.45rem; color: var(--ink); font-weight: 700; display: block; margin-bottom: 12px; }
.footer-about .logo-text span { color: var(--gold); }
.footer-about p { font-size: .94rem; }
.footer-bottom { border-top: 1px solid var(--line); padding: 20px 0; font-size: .88rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: var(--gray-light); }

/* Floating WhatsApp */
.float-wa {
  position: fixed; bottom: 24px; left: 24px; z-index: 90; width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.22); transition: transform .15s ease;
}
.float-wa svg { width: 30px; height: 30px; }
.float-wa:hover { transform: scale(1.07); color: #fff; }
.mobile-callbar { display: none; }

/* ===== Mobile ===== */
@media (max-width: 960px) {
  .hero-inner, .two-col, .contact-grid { grid-template-columns: 1fr; }
  .services-grid, .reviews-grid, .cities-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 2.25rem; }
  .main-nav {
    display: none; position: absolute; top: 72px; right: 0; left: 0; background: #fff;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 20px 24px;
    align-self: auto; height: auto;
  }
  .main-nav.open { display: block; }
  .main-nav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-nav > ul > li { display: block; }
  .main-nav a { display: block; padding: 12px 8px; font-size: 1.05rem; border-bottom: none; }
  .main-nav .sub { display: block; position: static; border: none; box-shadow: none; padding: 0 18px; background: transparent; }
  /* מגה-מניו במובייל: רשימה פשוטה בתוך התפריט */
  .main-nav .mega { display: block; position: static; border: none; box-shadow: none; background: transparent; }
  .mega-inner { display: block; padding: 0 14px 8px; }
  .mega-cards { grid-template-columns: 1fr; gap: 6px; }
  .mega-card { padding: 8px 10px; background: transparent; border: none; }
  .mega-card img { width: 46px; height: 38px; }
  .mega-card small { display: none; }
  .mega-banner { display: none; }
  .mega-regions { grid-template-columns: 1fr; gap: 14px; }
  .mega-region ul { columns: 2; }
  .menu-toggle { display: block; }
  .header-cta .btn-outline { display: none; }
  .header-cta .btn-phone { padding: 10px 18px; font-size: .92rem; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  section { padding: 52px 0; }
  .services-grid, .reviews-grid, .why-grid, .steps-grid, .signs-grid, .types-grid, .cities-grid, .blog-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.92rem; }
  .hero-inner { padding: 46px 0 56px; gap: 34px; }
  .hero-media::before { display: none; }
  .hero-media .float-card { right: 10px; bottom: -16px; padding: 10px 15px; font-size: .84rem; }
  .page-hero h1 { font-size: 1.8rem; }
  .section-head h2 { font-size: 1.6rem; }
  .cta-band h2 { font-size: 1.6rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .lead-form { padding: 26px 20px; }
  .btn-lg { padding: 14px 24px; font-size: 1rem; }
  .mobile-callbar {
    display: flex; position: fixed; bottom: 0; right: 0; left: 0; z-index: 95;
    background: rgba(255,255,255,.97); backdrop-filter: blur(8px);
    border-top: 1px solid var(--line); padding: 10px 14px; gap: 10px;
    box-shadow: 0 -6px 18px rgba(35,39,46,.08);
  }
  .mobile-callbar .btn { flex: 1; padding: 12px 10px; font-size: .96rem; }
  .float-wa { bottom: 80px; left: 16px; width: 52px; height: 52px; }
  body { padding-bottom: 64px; }
}

/* ===== וידג'ט נגישות ===== */
.a11y-btn {
  position: fixed; top: 45%; right: 0; z-index: 96;
  width: 46px; height: 46px; border: none; border-radius: 12px 0 0 12px;
  background: #1E5AA8; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.a11y-btn svg { width: 27px; height: 27px; }
.a11y-panel {
  position: fixed; top: 45%; right: 54px; z-index: 97; width: 220px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-lg); padding: 12px; display: grid; gap: 6px;
  transform: translateY(-20%);
}
.a11y-head { display: flex; justify-content: space-between; align-items: center; font-weight: 700; color: var(--ink); padding: 2px 4px 8px; border-bottom: 1px solid var(--line); margin-bottom: 4px; }
.a11y-head button { background: none; border: none; cursor: pointer; font-size: 1rem; color: var(--gray); }
.a11y-panel [data-a11y] {
  text-align: right; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px;
  background: var(--softer); cursor: pointer; font-family: var(--font); font-size: .92rem; color: var(--ink-soft);
}
.a11y-panel [data-a11y]:hover { border-color: #1E5AA8; }
.a11y-panel [data-a11y].active { background: #1E5AA8; color: #fff; border-color: #1E5AA8; }
.a11y-panel .a11y-reset { background: #fff; font-weight: 700; }
.a11y-panel > a { text-align: center; font-size: .85rem; color: var(--gray); text-decoration: underline; padding-top: 4px; }

/* מצבי נגישות */
html.a11y-font1 { font-size: 115%; }
html.a11y-font2 { font-size: 130%; }
html.a11y-contrast body { filter: contrast(1.35); }
html.a11y-grayscale body { filter: grayscale(1); }
html.a11y-contrast.a11y-grayscale body { filter: contrast(1.35) grayscale(1); }
html.a11y-links a { text-decoration: underline !important; text-decoration-thickness: 2px; }
html.a11y-readable body, html.a11y-readable h1, html.a11y-readable h2, html.a11y-readable h3, html.a11y-readable .btn { font-family: Arial, 'Segoe UI', sans-serif !important; letter-spacing: .01em; }
html.a11y-noanim *, html.a11y-noanim *::before, html.a11y-noanim *::after { transition: none !important; animation: none !important; }
html.a11y-noanim { scroll-behavior: auto; }

/* ===== באנר עוגיות ===== */
.cookie-banner {
  position: fixed; bottom: 0; right: 0; left: 0; z-index: 98;
  background: rgba(255,255,255,.98); border-top: 2px solid var(--gold);
  box-shadow: 0 -8px 30px rgba(35,39,46,.15); padding: 16px 22px;
  display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap;
}
.cookie-banner p { color: var(--ink-soft); font-size: .95rem; max-width: 640px; margin: 0; }
.cookie-banner a { color: var(--gold-deep); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-banner .btn { padding: 10px 22px; font-size: .95rem; }

/* תיבת הסכמה בטופס */
.consent-row { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 9px !important; font-weight: 500 !important; font-size: .88rem !important; color: var(--gray) !important; line-height: 1.5; }
.consent-row input { width: auto !important; margin-top: 3px; accent-color: var(--gold); }
.consent-row a { color: var(--gold-deep); text-decoration: underline; }

@media (max-width: 600px) {
  .cookie-banner { padding: 14px 16px; bottom: 62px; }
  .a11y-panel { width: 200px; right: 50px; }
}

/* תיקון: hidden חייב לנצח את display של הפאנלים */
.a11y-panel[hidden] { display: none !important; }
.cookie-banner[hidden] { display: none !important; }

/* אייקוני סושיאל בפוטר */
.footer-socials { display: flex; gap: 12px; margin-top: 6px; }
.footer-socials a {
  width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--line); color: var(--ink-soft);
}
.footer-socials a:hover { border-color: var(--gold); color: var(--gold-deep); }
.footer-socials .ic { width: 18px; height: 18px; }
