/* =========================================================
   SRB — style-multipage.css
   תוספות לאתר רב-עמודים: ניווט Dropdown, Trust Strip,
   פריסות עמודי שירות ומאמרים
   ========================================================= */

/* ══════════════════════════════════════════════════════════
   DROPDOWN NAVIGATION
   ══════════════════════════════════════════════════════════ */
.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-soft);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Heebo', sans-serif;
  transition: var(--transition);
  line-height: 1;
}
.nav-dropdown-trigger:hover { color: var(--navy); background: rgba(26,47,74,0.05); }
.nav-dropdown-trigger svg {
  transition: transform 0.22s ease;
  flex-shrink: 0;
  opacity: 0.65;
}
.nav-dropdown.open .nav-dropdown-trigger svg { transform: rotate(180deg); }
.nav-dropdown.open .nav-dropdown-trigger { color: var(--navy); background: rgba(26,47,74,0.05); }

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 20px 60px rgba(15,30,48,0.13), 0 4px 16px rgba(15,30,48,0.06);
  min-width: 228px;
  padding: 10px 8px 8px;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease 0.12s;
  pointer-events: none;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s ease 0s;
}
.nav-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-soft);
  transition: background 0.15s ease, color 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover { background: var(--cream); color: var(--navy); }
.nav-dropdown-menu a.active { background: var(--gold-pale); color: var(--gold); font-weight: 700; }
.nav-dropdown-menu-icon {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s ease;
}
.nav-dropdown-menu a:hover .nav-dropdown-menu-icon { background: var(--gold-pale); }
.nav-dropdown-divider { height: 1px; background: var(--border-soft); margin: 6px 8px; }

/* ══════════════════════════════════════════════════════════
   TRUST STRIP — אזור אמינות מתחת לנוהל
   ══════════════════════════════════════════════════════════ */
.trust-strip {
  background: linear-gradient(90deg, var(--cream) 0%, #f0ece4 100%);
  border-bottom: 1px solid var(--border-soft);
  padding: 10px 0;
  overflow: hidden;
}
.trust-strip .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.trust-strip-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-soft);
  padding: 4px 20px;
  white-space: nowrap;
}
.trust-strip-item svg { color: var(--gold); flex-shrink: 0; }
.trust-strip-sep {
  width: 1px; height: 18px;
  background: var(--border);
  flex-shrink: 0;
}
.trust-strip-highlight { color: var(--navy-deep); font-weight: 700; }
@media (max-width: 860px) {
  .trust-strip { display: none; }
}

/* ══════════════════════════════════════════════════════════
   BREADCRUMB
   ══════════════════════════════════════════════════════════ */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  padding: 14px 0 0;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb-sep { color: var(--border); font-size: 11px; }
.breadcrumb-current { color: var(--text-soft); font-weight: 600; }

/* ══════════════════════════════════════════════════════════
   PAGE HERO — hero לעמודי שירות ומאמרים
   ══════════════════════════════════════════════════════════ */
.page-hero {
  padding: 56px 0 48px;
  background: linear-gradient(160deg, #f0ece4 0%, #faf8f4 60%, #eef2f7 100%);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -60px; left: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(184,144,60,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-kicker {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-pale); color: var(--gold);
  font-size: 13px; font-weight: 700; letter-spacing: 0.4px;
  padding: 5px 14px; border-radius: 999px;
  border: 1px solid rgba(184,144,60,0.2);
  margin-bottom: 16px;
  transform: translateY(6px);
}
.page-hero h1 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.22;
  color: var(--navy-deep);
  margin-bottom: 16px;
  max-width: 720px;
}
.page-hero-lead {
  font-size: 17px;
  color: var(--text-soft);
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 28px;
}
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ══════════════════════════════════════════════════════════
   SERVICE PAGE LAYOUT — תוכן עם sidebar דביק
   ══════════════════════════════════════════════════════════ */
.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  padding: 56px 0 80px;
  align-items: start;
}
.service-content h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: var(--navy-deep);
  margin: 36px 0 14px;
  padding-top: 8px;
}
.service-content h2:first-child { margin-top: 0; }
.service-content h3 {
  font-size: 18px; font-weight: 700;
  color: var(--navy); margin: 24px 0 10px;
}
.service-content p {
  font-size: 16px; line-height: 1.88;
  color: var(--text-soft); margin-bottom: 16px;
}
.service-content ul {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 20px;
}
.service-content ul li {
  display: block;
  position: relative;
  padding-inline-start: 17px;
  font-size: 15.5px; line-height: 1.75; color: var(--text-soft);
}
.service-content ul li::before {
  content: '';
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  position: absolute;
  inset-inline-start: 0;
  top: 0.68em;
}
.service-note {
  background: linear-gradient(135deg, var(--gold-pale), #ede5d2);
  border-right: 4px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 16px 20px;
  font-size: 14.5px; line-height: 1.78;
  color: #5a3d1a;
  margin: 24px 0;
}
.service-note strong { color: #3d2710; }

/* Sidebar */
.service-sidebar { position: sticky; top: 100px; }
.sidebar-cta-card {
  background: linear-gradient(135deg, var(--navy-deep) 0%, #1a3354 100%);
  border-radius: 20px; padding: 28px 24px;
  color: white; margin-bottom: 20px;
}
.sidebar-cta-card h2 {
  font-size: 17px; font-weight: 700;
  margin-bottom: 10px; line-height: 1.35;
}
.sidebar-cta-card p {
  font-size: 14px; color: rgba(255,255,255,0.78);
  line-height: 1.7; margin-bottom: 20px;
}
.sidebar-cta-card .btn { width: 100%; justify-content: center; margin-bottom: 10px; }
.sidebar-trust {
  background: white; border-radius: 16px;
  border: 1px solid var(--border-soft);
  padding: 18px 20px;
}
.sidebar-trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600; color: var(--text-soft);
  padding: 8px 0;
  border-bottom: 1px solid var(--border-soft);
}
.sidebar-trust-item:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-trust-item svg { color: var(--gold); flex-shrink: 0; }

@media (max-width: 900px) {
  .service-layout { grid-template-columns: 1fr; gap: 32px; }
  .service-sidebar { position: static; }
  .sidebar-cta-card { display: none; } /* Show as CTA section instead */
}

/* ══════════════════════════════════════════════════════════
   ARTICLE PAGE STYLES
   ══════════════════════════════════════════════════════════ */
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  padding: 48px 0 80px;
  align-items: start;
}
.article-body { min-width: 0; }
.article-body h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700; color: var(--navy-deep);
  margin: 32px 0 12px;
  padding-top: 8px;
  border-top: 2px solid var(--border-soft);
}
.article-body h2:first-child { margin-top: 0; border-top: none; padding-top: 0; }
.article-body h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin: 20px 0 8px; }
.article-body p  { font-size: 16px; line-height: 1.9; color: var(--text-soft); margin-bottom: 16px; }
.article-body ul, .article-body ol {
  margin: 0 0 18px 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.article-body ul li, .article-body ol li {
  font-size: 15.5px; line-height: 1.78;
  color: var(--text-soft);
}
.article-body ul li {
  display: block;
  position: relative;
  padding-inline-start: 17px;
}
.article-body ol li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.article-body ul li::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  position: absolute;
  inset-inline-start: 0;
  top: 0.68em;
}
.article-body ol { counter-reset: ol-counter; }
.article-body ol li { counter-increment: ol-counter; }
.article-body ol li::before {
  content: counter(ol-counter);
  min-width: 24px; height: 24px; border-radius: 50%;
  background: var(--navy); color: white;
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.article-highlight-box {
  background: var(--gold-pale); border-right: 4px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 18px 20px; margin: 24px 0;
}
.article-highlight-box h3 {
  font-size: 15px; font-weight: 700;
  color: #3d2710; margin-bottom: 8px;
}
.article-highlight-box p, .article-highlight-box li {
  font-size: 14.5px; color: #5a3d1a; line-height: 1.75;
}
.article-legal-note {
  background: #f5f5f5; border-radius: var(--radius-md);
  padding: 12px 16px; font-size: 13px;
  color: var(--text-muted); line-height: 1.65;
  margin: 20px 0; font-style: italic;
}
.article-example-box {
  background: linear-gradient(135deg, #f8faff 0%, #eef2f9 100%);
  border: 1px solid #d4dff0; border-radius: var(--radius-md);
  padding: 18px 20px; margin: 20px 0;
}
.article-example-box h3 {
  font-size: 14px; font-weight: 700; color: #1a3a6a; margin-bottom: 8px;
}
.article-nav {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding-top: 28px; margin-top: 32px;
  border-top: 1px solid var(--border-soft);
}
.article-nav a {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  color: var(--navy); padding: 10px 16px;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border);
  transition: var(--transition); text-decoration: none;
}
.article-nav a:hover { border-color: var(--navy); background: rgba(26,47,74,0.04); }
.article-sidebar { position: sticky; top: 100px; }
.article-toc {
  background: white; border: 1px solid var(--border-soft);
  border-radius: 16px; padding: 20px;
  margin-bottom: 20px;
}
.article-toc h2 { font-size: 13px; font-weight: 700; color: var(--text-muted); margin-bottom: 12px; letter-spacing: 0.5px; }
.article-toc-list { display: flex; flex-direction: column; gap: 4px; }
.article-toc-list a {
  font-size: 13.5px; font-weight: 500;
  color: var(--text-soft); padding: 6px 10px;
  border-radius: 8px; transition: var(--transition);
  text-decoration: none; display: block;
}
.article-toc-list a:hover { background: var(--cream); color: var(--navy); }
.article-toc-list a.active { background: var(--gold-pale); color: var(--gold); font-weight: 700; }

@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; gap: 28px; }
  .article-sidebar { position: static; }
  .article-toc { display: none; }
}

/* ══════════════════════════════════════════════════════════
   ARTICLES HUB
   ══════════════════════════════════════════════════════════ */
.articles-hub { padding: 48px 0 80px; }
.articles-hub-head { margin-bottom: 32px; }
.articles-filter {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 32px;
}
.filter-btn {
  background: white; border: 1.5px solid var(--border);
  color: var(--text-soft); font-size: 13.5px; font-weight: 600;
  padding: 7px 16px; border-radius: 999px; cursor: pointer;
  transition: var(--transition); font-family: 'Heebo', sans-serif;
}
.filter-btn:hover { border-color: var(--navy); color: var(--navy); }
.filter-btn.active {
  background: var(--navy); border-color: var(--navy);
  color: white;
}
.articles-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

/* ══════════════════════════════════════════════════════════
   REVIEWS PAGE
   ══════════════════════════════════════════════════════════ */
.reviews-hero-stat {
  display: flex; align-items: center; gap: 20px;
  background: linear-gradient(135deg, var(--navy-deep) 0%, #1a3354 100%);
  border-radius: 24px; padding: 28px 32px; margin-bottom: 32px; color: white;
}
.reviews-hero-number {
  font-size: 64px; font-weight: 800; line-height: 1;
  color: var(--gold-light); flex-shrink: 0;
}
.reviews-hero-label { font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.reviews-hero-sub   { font-size: 14px; color: rgba(255,255,255,0.72); }
.reviews-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

/* ══════════════════════════════════════════════════════════
   CONTACT PAGE
   ══════════════════════════════════════════════════════════ */
.contact-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; padding: 56px 0 80px; align-items: start;
}
.contact-form-card {
  background: white; border-radius: 24px;
  border: 1px solid var(--border-soft);
  padding: 36px 32px;
  box-shadow: var(--shadow-md);
}
.contact-form-card h2 {
  font-size: 24px; font-weight: 700; color: var(--navy-deep);
  margin-bottom: 6px;
}
.contact-form-card > p { font-size: 15px; color: var(--text-soft); margin-bottom: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-size: 13.5px; font-weight: 700;
  color: var(--navy); margin-bottom: 7px;
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  font-family: 'Heebo', sans-serif;
  font-size: 15px; color: var(--text);
  background: var(--cream);
  transition: border-color 0.2s ease;
  outline: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--navy);
  background: white;
  box-shadow: 0 0 0 3px rgba(26,47,74,0.07);
}
.form-group textarea { resize: vertical; min-height: 120px; line-height: 1.7; }
.form-success {
  display: none; background: #e8f4ee; border-radius: var(--radius-md);
  padding: 16px 20px; color: #1a5233; font-size: 15px; font-weight: 600;
  margin-top: 14px; text-align: center;
}
.contact-info-card {
  background: var(--cream); border-radius: 24px;
  border: 1px solid var(--border-soft); padding: 32px 28px;
}
.contact-info-card h3 { font-size: 20px; font-weight: 700; color: var(--navy-deep); margin-bottom: 20px; }
.contact-info-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid var(--border-soft);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: white; border: 1px solid var(--border-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy); flex-shrink: 0;
}
.contact-info-label { font-size: 12px; color: var(--text-muted); font-weight: 600; margin-bottom: 3px; letter-spacing: 0.3px; }
.contact-info-value { font-size: 15px; font-weight: 600; color: var(--navy-deep); }
.contact-info-value a { color: inherit; text-decoration: none; transition: color 0.2s; }
.contact-info-value a:hover { color: var(--gold); }

@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; gap: 28px; }
}

/* ══════════════════════════════════════════════════════════
   RELATED ARTICLES / RELATED SERVICES — חתימת עמוד
   ══════════════════════════════════════════════════════════ */
.related-section {
  background: var(--cream); border-top: 1px solid var(--border-soft);
  padding: 48px 0;
}
.related-section h2 {
  font-size: 22px; font-weight: 700; color: var(--navy-deep); margin-bottom: 24px;
}
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.related-card {
  background: white; border-radius: 16px;
  border: 1px solid var(--border-soft); padding: 18px 20px;
  text-decoration: none; display: flex; flex-direction: column;
  gap: 6px; transition: transform 0.22s ease, border-color 0.22s ease;
}
.related-card:hover { transform: translateY(-3px); border-color: rgba(184,144,60,0.3); }
.related-card-tag { font-size: 11.5px; font-weight: 700; color: var(--gold); }
.related-card h3 { font-size: 14.5px; font-weight: 700; color: var(--navy-deep); line-height: 1.45; }
.related-card p  { font-size: 13px; color: var(--text-soft); line-height: 1.6; }

/* ══════════════════════════════════════════════════════════
   ABOUT PAGE
   ══════════════════════════════════════════════════════════ */
.about-layout {
  display: grid; grid-template-columns: 1fr 360px;
  gap: 56px; padding: 56px 0 80px; align-items: start;
}
.about-photo-card {
  position: sticky; top: 100px;
  border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-photo-card img { width: 100%; display: block; }
.about-photo-caption {
  background: var(--navy-deep); color: white;
  padding: 18px 20px;
}
.about-photo-caption strong { display: block; font-size: 16px; margin-bottom: 3px; }
.about-photo-caption span { font-size: 13px; color: rgba(255,255,255,0.72); }
.credentials-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.credential-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; background: var(--cream);
  border-radius: 14px; border: 1px solid var(--border-soft);
}
.credential-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--navy); color: white;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.credential-text strong { display: block; font-size: 14px; color: var(--navy-deep); margin-bottom: 2px; }
.credential-text span   { font-size: 13px; color: var(--text-soft); }

@media (max-width: 900px) {
  .about-layout { grid-template-columns: 1fr; gap: 32px; }
  .about-photo-card { position: static; max-width: 380px; }
}

/* ══════════════════════════════════════════════════════════
   PAGE FOOTER CTA — CTA section in dark before footer
   ══════════════════════════════════════════════════════════ */
.page-cta-dark {
  background: linear-gradient(135deg, var(--navy-deep) 0%, #1a3354 100%);
  padding: 64px 0; text-align: center; color: white;
  position: relative; overflow: hidden;
}
.page-cta-dark::before {
  content: ''; position: absolute;
  top: -60px; right: -60px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(184,144,60,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.page-cta-dark h2 {
  font-size: clamp(24px, 3.5vw, 38px); font-weight: 700;
  margin-bottom: 12px; position: relative; z-index: 1;
}
.page-cta-dark p {
  font-size: 16px; color: rgba(255,255,255,0.78);
  max-width: 560px; margin: 0 auto 28px; line-height: 1.8;
  position: relative; z-index: 1;
}
.page-cta-dark .cta-btns {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
  position: relative; z-index: 1;
}

/* SRB article upgrade: elegant article image + mobile polish */
.article-featured-image {
  margin: 0 0 34px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: 0 18px 48px rgba(16, 32, 54, 0.10);
  background: var(--cream);
}
.article-featured-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 34vw, 430px);
  object-fit: cover;
}
.article-featured-caption {
  padding: 10px 16px;
  font-size: 12.5px;
  color: var(--text-muted);
  background: rgba(255,255,255,0.82);
}
@media (max-width: 900px) {
  .article-layout { padding: 32px 0 56px; }
  .article-featured-image { margin-bottom: 26px; border-radius: 18px; }
  .article-body p { font-size: 15.5px; line-height: 1.85; }
  .article-nav { flex-direction: column; align-items: stretch; }
  .article-nav a { justify-content: center; min-height: 44px; }
  .page-hero h1 { line-height: 1.2; }
}
@media (max-width: 520px) {
  .article-featured-image img { height: 210px; }
  .articles-filter { gap: 10px; }
  .filter-btn { min-height: 40px; padding: 8px 14px; }
  .articles-hub-grid { grid-template-columns: 1fr; }
}

/* SERVICE HERO IMAGE — תמונה עדינה בראש עמודי תחומי השירות */
.service-hero-image-wrap {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}
.service-hero-image {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(209, 197, 176, 0.75);
  box-shadow: 0 24px 70px rgba(15, 30, 48, 0.12);
  background: #fff;
}
.service-hero-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 30vw, 390px);
  object-fit: cover;
}
@media (max-width: 700px) {
  .page-hero { padding: 34px 0 36px; }
  .service-hero-image-wrap { margin-top: -18px; }
  .service-hero-image { border-radius: 20px; }
  .service-hero-image img { height: 210px; }
  .breadcrumb { font-size: 12px; line-height: 1.7; }
  .breadcrumb-current { max-width: 100%; }
}

/* SERVICE PAGES FIX V2 — ensure hero images + breadcrumb never cut */
.breadcrumb, .breadcrumb * {
  overflow: visible;
  white-space: normal;
}
.breadcrumb-current {
  display: inline;
  max-width: none;
}
.service-hero-image-wrap {
  padding-left: 18px;
  padding-right: 18px;
}
.service-hero-image img {
  min-height: 220px;
  background: #f8f6f1;
}
@media (max-width: 900px) {
  .service-hero-image { max-width: 92%; }
}
@media (max-width: 700px) {
  .service-hero-image { max-width: 100%; }
  .service-hero-image img { height: 190px; min-height: 190px; }
}
