/* Pro patches on top of dumped BFP CSS */

/* -- WhatsApp green for all "הזמינו עכשיו" (Book → WhatsApp) -- */
.pro-he a.lp-btn.pro-wa-book,
.pro-he .sticky-cta--book a.pro-wa-book {
  background: #25d366 !important;
  border: 2px solid #128c7e !important;
  color: #fff !important;
}
.pro-he a.lp-btn.pro-wa-book:hover,
.pro-he .sticky-cta--book a.pro-wa-book:hover {
  background: #128c7e !important;
  border-color: #075e54 !important;
  color: #fff !important;
}
.pro-he a.lp-btn.pro-wa-book:after {
  background-color: #fff !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
}
.pro-he .sticky-cta--book a.pro-wa-book {
  color: #fff !important;
  border-left: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.35) !important;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
}

/* Hero H1: real selectable text + keep copy off the hero image */
.pro-he .hero-wrap h1.homepage-headline {
  -webkit-text-fill-color: currentColor;
  color: var(--gold-300);
  background-image: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  user-select: text;
  cursor: text;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.pro-he .hero-wrap .homepage-pretitle,
.pro-he .hero-wrap h3.surrounding-areas {
  text-align: right;
  width: 100%;
  max-width: 100%;
  white-space: normal;
}

.pro-he .lp-cta-wrap.pro-cta-rtl span {
  width: auto !important;
  min-width: 0;
  white-space: nowrap;
  letter-spacing: 0;
}

.reviews-stars { color: var(--gold); letter-spacing: 2px; font-size: 20px; }
.review-item .starrating .reviews-stars { font-size: 18px; }

/* Reviews - mirror of source (RTL): cards left, story column right */
.pro-he .pro-reviews-mirror .lp-container.lp-flex {
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 24px;
}
.pro-he .pro-reviews-mirror .left.column {
  align-items: flex-end;
  text-align: right;
}
.pro-he .pro-reviews-mirror .left .heading-wrap {
  text-align: right;
  width: 100%;
}
.pro-he .pro-reviews-mirror .reviews-avg {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.pro-he .pro-reviews-mirror .reviews-panel {
  direction: ltr;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: max-content;
  max-width: 100%;
  align-self: flex-end;
  flex-shrink: 0;
}
.pro-he .pro-reviews-mirror .reviews-logo-stars {
  width: auto !important;
  flex: 0 0 auto;
  flex-shrink: 0;
}
.pro-he .pro-reviews-mirror .reviews-panel .reviews-stars {
  width: auto;
  height: auto;
  font-size: 15px;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.pro-he .pro-reviews-mirror .reviews-total {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.pro-he .pro-reviews-mirror .reviews-num,
.pro-he .pro-reviews-mirror .reviews-avg {
  white-space: nowrap;
}
.pro-he .pro-reviews-mirror .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
}
.pro-he .pro-reviews-mirror .reviews-slider {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 300px));
  gap: 24px;
  width: 100%;
  justify-content: flex-start;
}
.pro-he .pro-reviews-mirror .reviews-slider .review-item {
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
}
.pro-he .pro-reviews-mirror .review-flag {
  right: auto;
  left: 16px;
}
.pro-he .pro-reviews-mirror .review-header,
.pro-he .pro-reviews-mirror .review-content {
  direction: rtl;
  text-align: right;
  width: 100%;
}
.pro-he .pro-reviews-mirror .reviews .review-content {
  overflow-y: auto;
  max-height: 241px;
  direction: rtl;
}
.pro-he .pro-reviews-mirror .reviews-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 624px;
  margin-top: -8px;
  align-self: flex-end;
}
.pro-he .pro-reviews-mirror .reviews-arrows .slick-arrow {
  display: flex;
  padding: 9px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--gold);
  border: 4px solid #000;
  height: 44px;
  width: 44px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.pro-he .pro-reviews-mirror .reviews-arrows .slick-arrow svg {
  width: 24px;
  height: 24px;
  fill: #000;
  display: block;
}
.pro-he .pro-reviews-mirror .reviews-cta {
  margin-top: 54px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.pro-he .pro-reviews-mirror .reviews-cta .lp-btn.black {
  direction: rtl;
  padding-left: 52px;
  padding-right: 16px;
}
.pro-he .pro-reviews-mirror .reviews-cta .lp-btn.black:after {
  left: 4px;
  right: auto;
}
@media (max-width: 991px) {
  .pro-he .pro-reviews-mirror .reviews-slider {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
  .pro-he .pro-reviews-mirror .reviews-slider .review-item {
    max-width: none;
  }
  .pro-he .pro-reviews-mirror .left.column {
    align-items: center;
  }
  .pro-he .pro-reviews-mirror .left .heading-wrap {
    text-align: center;
  }
}

/* Service grid: arrows on hover only (source behavior) */
.pro-he .service-feature-buttons a .icon-arrow-right {
  display: none !important;
  transform: scaleX(-1);
}
.pro-he .service-feature-buttons a:hover .icon-arrow-right,
.pro-he .service-feature-buttons a:focus-visible .icon-arrow-right {
  display: block !important;
}

/* Nearby areas - map + overlay card on the right; prevent FAQ overlap */
.pro-he section.nearby-areas {
  margin-bottom: 72px;
  position: relative;
  z-index: 1;
}
.pro-he .nearby-areas-wrap {
  min-height: 540px;
  position: relative;
}
.pro-he .nearby-areas-map .pro-map-placeholder,
.pro-he .nearby-areas-map .embed.gmap {
  min-height: 540px;
  height: 540px;
}
.pro-he .nearby-areas-list {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 540px;
  pointer-events: none;
}
.pro-he .nearby-areas-list .lp-container {
  height: 100%;
  min-height: 540px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 16px;
  padding-right: var(--lp-container-padding-x, 16px);
  pointer-events: none;
}
.pro-he .nearby-areas-content {
  pointer-events: auto;
  margin: 16px 0;
}
@media (max-width: 900px) {
  .pro-he section.nearby-areas {
    margin-bottom: 48px;
  }
  .pro-he .nearby-areas-wrap {
    min-height: 0;
  }
  .pro-he .nearby-areas-list {
    position: relative;
    min-height: 0;
  }
  .pro-he .nearby-areas-list .lp-container {
    min-height: 0;
    justify-content: center;
  }
}

.pro-map-placeholder {
  width: 100%;
  height: 100%;
  min-height: 540px;
  background-color: var(--blue-50);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* --- Pro photography: fix BFP lp-object-fit absolute anchoring (desktop collapse) --- */
.pro-he .lp-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.pro-he .lp-photo > img.pro-img-fill,
.pro-he .lp-photo picture img.pro-img-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  max-width: none;
}
.pro-he img.pro-img-inline {
  position: static !important;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  transform: none !important;
}

/* Homepage hero: full-bleed photo + gradient (text on blue, scene on right) */
.pro-he #hero.pro-home-hero {
  background-color: var(--blue-900, #002c47);
  background-image: none !important;
  overflow: hidden;
  position: relative;
}
.pro-he #hero.pro-home-hero .pro-home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
}
.pro-he #hero.pro-home-hero > .lp-container {
  position: relative;
  z-index: 2;
}
.pro-he #hero.pro-home-hero .pro-home-hero-wrap {
  position: relative;
  min-height: clamp(400px, 40vw, 540px);
  display: flex;
  align-items: center;
  padding: 56px 0 64px;
  box-sizing: border-box;
}
.pro-he #hero.pro-home-hero .pro-home-hero-bg::after {
  display: none;
}
.pro-he #hero.pro-home-hero .pro-home-hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.pro-he #hero.pro-home-hero .pro-home-hero-bg img.pro-img-hero-bg {
  object-position: 82% center;
}
.pro-he #hero.pro-home-hero .pro-home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 44, 71, 0.97) 0%,
    rgba(0, 44, 71, 0.94) 36%,
    rgba(0, 44, 71, 0.55) 52%,
    rgba(0, 44, 71, 0.12) 72%,
    rgba(0, 44, 71, 0) 100%
  );
}
.pro-he #hero.pro-home-hero .pro-home-hero-text {
  position: relative;
  z-index: 2;
  max-width: min(540px, 44%);
  width: auto;
  min-width: 0;
}
@media (max-width: 767px) {
  .pro-he #hero.pro-home-hero .pro-home-hero-wrap {
    min-height: clamp(420px, 85vw, 520px);
    padding: 36px 0 48px;
    align-items: flex-end;
  }
  .pro-he #hero.pro-home-hero .pro-home-hero-text {
    max-width: 100%;
    width: 100%;
  }
  .pro-he #hero.pro-home-hero .pro-home-hero-bg img.pro-img-hero-bg {
    object-position: 50% 22%;
  }
  .pro-he #hero.pro-home-hero .pro-home-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 44, 71, 0.35) 0%,
      rgba(0, 44, 71, 0.82) 50%,
      rgba(0, 44, 71, 0.96) 100%
    );
  }
}
.pro-he #hero.pro-home-hero .hero-row {
  position: relative;
  z-index: 2;
}

.pro-he .hero-group {
  max-width: 100%;
}
.pro-he #hero.lp-hero.has-bg-image > .lp-container {
  position: relative;
  min-height: clamp(300px, 34vw, 440px);
}
.pro-he .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.pro-he .hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.pro-he img.pro-img-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
  max-width: none;
}
.pro-service-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 44, 71, 0.45) 0%, rgba(0, 44, 71, 0.25) 100%);
  pointer-events: none;
}
.pro-he .pro-service-hero-wrap {
  position: relative;
  z-index: 2;
}

/* Tips: heading column on the right, 3 cards on the left */
.pro-he .lp-tips-section .pro-tips-row {
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 32px;
}
.pro-he .pro-tips-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}
@media (max-width: 991px) {
  .pro-he .pro-tips-cards {
    grid-template-columns: 1fr;
  }
  .pro-he .lp-tips-section .pro-tips-row {
    flex-direction: column;
  }
}

.pro-static-carousel,
.pro-ab-static {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.lp-accolades-carousel.pro-static-carousel { gap: 40px; }
.lp-accolades-carousel.pro-static-carousel img { max-width: 150px; height: auto; }

.header-main.mobile-nav-open .header-navigation {
  display: block;
}
@media (max-width: 1113px) {
  .header-main .header-navigation { display: none; }
  .header-main.mobile-nav-open .header-navigation {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--blue-900);
    z-index: 100;
    padding: 16px;
  }
}

.footer-social-placeholder { color: #fff; font-size: 14px; opacity: 0.85; }

/* Footer WhatsApp CTA - full label visible, single-line height */
.pro-he #footer .footer-right {
  max-width: none;
  min-width: 260px;
  align-items: center;
}
.pro-he #footer .footer-right .lp-btn.pro-wa-book {
  position: relative;
  direction: rtl;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 52px 14px 18px !important;
  min-height: 0;
  height: auto;
  line-height: 1.25;
  font-size: 16px;
  white-space: nowrap;
  width: max-content;
  max-width: min(100%, 320px);
  overflow: visible;
  box-sizing: border-box;
  margin: 0;
}
.pro-he #footer .footer-right .lp-btn.pro-wa-book:after {
  position: absolute;
  right: 4px;
  left: auto;
  top: 50%;
  margin-top: -18px;
}

details summary { list-style: none; cursor: pointer; }
details summary::-webkit-details-marker { display: none; }
details[open] summary .icon-plus { display: none; }
details:not([open]) summary .icon-minus { display: none; }
details[open] summary .icon-minus { display: block; }

/* FAQ - expand control on the left (RTL) */
.pro-he .lp-faq summary {
  padding-right: 32px !important;
  padding-left: 56px !important;
}
.pro-he .lp-faq summary h3 {
  text-align: right;
  padding-right: 0;
  margin: 0;
  flex: 1;
}
.pro-he .lp-faq summary {
  display: flex;
  align-items: center;
}
.pro-he .lp-faq-main .trg-plus-minus,
.pro-he .lp-faq .trg-plus-minus {
  position: absolute;
  right: auto !important;
  left: 32px !important;
  top: calc(50% - 14px);
  pointer-events: none;
}

.service-feature-buttons a:focus-visible,
.lp-btn:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: 2px;
}

/* Service / hub hero - WhatsApp CTA instead of zip finder */
.pro-he .lp-hero.has-bg-image .pro-service-hero-wrap {
  align-items: flex-start;
  text-align: right;
}
.pro-he .lp-hero.has-bg-image .hero-text {
  max-width: 42%;
}
.pro-he .lp-hero.has-bg-image .lp-h1 {
  color: var(--gold-300);
  font-family: var(--lp-font-headline);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.pro-he .pro-services-carousel-static {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  padding-bottom: var(--lp-sp-md);
}
.pro-he .services-navigation .t2-subnav-lnk {
  font-weight: 700;
}

/* Category row: title + + on one line (t3 full width below) */
.pro-he li.t2-subnav-it {
  align-items: center;
  flex-wrap: wrap;
}
.pro-he li.t2-subnav-it > a.t2-subnav-lnk {
  flex: 1 1 auto;
  width: auto !important;
  max-width: calc(100% - 44px);
  min-width: 0;
}
.pro-he li.t2-subnav-it > button.open-subnav.trg-plus-minus {
  flex: 0 0 32px;
  align-self: center;
}
.pro-he li.t2-subnav-it > ul.t3-subnav.subnav {
  flex: 0 0 100%;
  width: 100%;
}

/* Hub categories: RTL — + on the right of the label */
html[lang="he"] .pro-he .services-navigation,
html[lang="he"] .pro-he .services-navigation .t2-subnav {
  direction: rtl;
  text-align: right;
}
html[lang="he"] .pro-he .services-navigation li.t2-subnav-it > button.open-subnav.trg-plus-minus {
  order: 1;
}
html[lang="he"] .pro-he .services-navigation li.t2-subnav-it > a.t2-subnav-lnk {
  order: 2;
  text-align: right;
}

/* Header mega: Hebrew labels, + to the right of title (LTR flex row) */
header .hdr-mega li.t2-subnav-it > a.t2-subnav-lnk {
  flex: 1 1 auto;
  width: auto !important;
  max-width: calc(100% - 44px);
  min-width: 0;
}
header .hdr-mega li.t2-subnav-it > button.open-subnav.trg-plus-minus {
  flex: 0 0 32px;
  margin-inline-start: 8px;
}
header .hdr-mega li.t2-subnav-it > ul.t3-subnav.subnav {
  flex: 0 0 100%;
  width: 100%;
}

/* Hub + header mega: t3 collapsed until + (BFP .active), all breakpoints */
.pro-he .t2-subnav-it > ul.t3-subnav.subnav {
  display: none;
}
.pro-he .t2-subnav-it.active > ul.t3-subnav.subnav {
  display: block;
}

.pro-he button.open-subnav.trg-plus-minus {
  background: var(--blue);
  border: none;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pro-he button.open-subnav.trg-plus-minus svg.icon-minus {
  display: none;
}
.pro-he button.open-subnav.trg-plus-minus.active svg.icon-plus {
  display: none;
}
.pro-he button.open-subnav.trg-plus-minus.active svg.icon-minus {
  display: block;
}

/* Pro brand logo (header / footer) */
.pro-he .header-logo {
  width: auto;
  max-width: min(320px, 48vw);
  height: auto;
  overflow: visible;
  flex-shrink: 0;
  align-self: center;
}
.pro-he .header-logo a {
  display: flex;
  align-items: center;
  line-height: 0;
}
.pro-he .pro-brand-logo {
  width: auto;
  height: 44px;
  max-width: min(280px, 46vw);
  object-fit: contain;
  object-position: center;
  display: block;
}
.pro-he .header-logo .pro-brand-logo {
  height: 44px;
  max-width: min(280px, 46vw);
  /* Logo PNGs use black matte; blend away on navy header */
  mix-blend-mode: lighten;
}
@media (min-width: 768px) {
  .pro-he .header-logo .pro-brand-logo {
    height: 48px;
    max-width: min(300px, 34vw);
  }
}
@media (min-width: 992px) {
  .pro-he .header-logo {
    max-width: 340px;
  }
  .pro-he .header-logo .pro-brand-logo {
    height: 52px;
    max-width: 320px;
  }
}
.pro-he .pro-brand-logo--footer {
  height: 44px;
  max-width: 260px;
}
