/* =========================================================
   v1.8.9 header banner, navigation and sponsored-ad behavior
========================================================= */

/* Desktop/laptop header: logo, Top Banner Ad, then search/auth. */
@media (min-width: 992px) {
  .site-header.premium-header .premium-header-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 88px !important;
    height: 88px !important;
    padding: 0 16px !important;
    display: grid !important;
    grid-template-columns: minmax(220px, 285px) minmax(250px, 1fr) minmax(420px, 620px) !important;
    align-items: center !important;
    gap: 14px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .site-header.premium-header .header-logo {
    width: auto !important;
    min-width: 0 !important;
    height: 88px !important;
    min-height: 88px !important;
    padding-left: 0 !important;
    flex: none !important;
    overflow: visible !important;
  }

  .site-header.premium-header .lp10-header-banner-slot {
    width: 100% !important;
    min-width: 0 !important;
    height: 68px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .lp10-header-top-banner,
  .lp10-header-top-banner > a,
  .lp10-header-top-banner__static {
    width: 100% !important;
    height: 68px !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #121417 !important;
  }

  .lp10-header-top-banner {
    border: 1px solid rgba(255,255,255,.13) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.24) !important;
  }

  .lp10-header-top-banner img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
  }

  .site-header.premium-header .premium-header-main,
  .site-header.premium-header .premium-header-top {
    width: 100% !important;
    min-width: 0 !important;
    height: 88px !important;
    overflow: visible !important;
  }

  .site-header.premium-header .premium-header-top {
    gap: 9px !important;
    border-bottom: 0 !important;
  }

  .site-header.premium-header .header-search {
    min-width: 190px !important;
    max-width: none !important;
    flex: 1 1 auto !important;
  }

  .site-header.premium-header .header-auth {
    gap: 6px !important;
  }

  .site-header.premium-header .header-auth .btn-auth {
    padding-left: 11px !important;
    padding-right: 11px !important;
    white-space: nowrap !important;
  }

  /* Full-width menu below the header. */
  .site-header.premium-header .premium-header-bottom.lp10-full-menu-row {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 54px !important;
    height: auto !important;
    padding: 0 10px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    background: #212529 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .site-header.premium-header .lp10-full-menu-row .header-nav {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    flex: 1 1 100% !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu,
  .site-header.premium-header .lp10-full-menu-row .nav-menu {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    align-content: center !important;
    gap: 0 !important;
    overflow: visible !important;
    list-style: none !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li > a {
    min-height: 54px !important;
    height: 54px !important;
    padding: 0 11px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #f8fafc !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.premium-header .premium-header-inner {
    grid-template-columns: minmax(205px, 225px) minmax(245px, 1fr) minmax(410px, 500px) !important;
    gap: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .site-header.premium-header .site-logo-link .lp10-site-logo {
    font-size: 27px !important;
  }

  .site-header.premium-header .header-search {
    min-width: 150px !important;
  }

  .site-header.premium-header .header-auth .btn-auth {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 12px !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li > a {
    min-height: 48px !important;
    height: 48px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .site-header.premium-header .premium-header-inner {
    grid-template-columns: minmax(230px, 260px) minmax(300px, 1fr) minmax(470px, 590px) !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li > a {
    font-size: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 1600px) {
  .site-header.premium-header .premium-header-inner {
    grid-template-columns: 300px minmax(460px, 1fr) minmax(560px, 700px) !important;
    gap: 18px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px !important;
  }
}

/* Mobile uses the existing compact header and never displays the Top Banner Ad. */
@media (max-width: 991px) {
  .lp10-header-banner-slot,
  .lp10-header-top-banner {
    display: none !important;
  }
}

/* Site-wide Sponsored Ads for non-home, non-city pages. */
.lp10-sitewide-sponsored-zone.lp10-awaiting-hero-position {
  display: none !important;
}

.lp10-sitewide-sponsored-zone {
  width: 100%;
  max-width: 100%;
  margin: 12px 0 16px;
  padding: 0;
  background: transparent;
  border: 0;
  box-sizing: border-box;
}

.lp10-sitewide-sponsored-disclosure {
  width: min(100%, 1600px);
  margin: 0 auto;
  border: 1px solid rgba(234,62,70,.25);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15,23,42,.07);
}

.lp10-sitewide-sponsored-disclosure > summary {
  min-height: 48px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #212529;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
}

.lp10-sitewide-sponsored-disclosure > summary::-webkit-details-marker { display: none; }
.lp10-sitewide-sponsored-disclosure > summary small { color: #a2252d; font-size: 12px; font-weight: 800; }
.lp10-responsive-sponsored-content { padding: 0 12px 12px; }
.lp10-responsive-sponsored-content .banner-wrap { margin: 0 !important; }

/* On desktop/laptop Sponsored Ads are always visible. */
@media (min-width: 992px) {
  .city-sponsored-disclosure > summary,
  .lp10-sitewide-sponsored-disclosure > summary {
    cursor: default !important;
  }

  .city-sponsored-disclosure > summary .city-sponsored-summary-action,
  .lp10-sitewide-sponsored-disclosure > summary small {
    display: none !important;
  }
}

/* On mobile Sponsored Ads are closed by default and can be opened by the visitor. */
@media (max-width: 991px) {
  .lp10-sitewide-sponsored-zone { margin: 10px 0 14px; padding: 0; }
  .lp10-sitewide-sponsored-disclosure > summary { min-height: 46px; }
}

/* Larger, more readable typography on Contact, Booking and Referral pages. */
.wx-contact-page,
.lp10-booking-page,
.lp10-referrals-page {
  font-size: 17px;
}

.wx-contact-page p,
.lp10-booking-page p,
.lp10-referrals-page p,
.wx-contact-page li,
.lp10-booking-page li,
.lp10-referrals-page li {
  font-size: 16.5px;
  line-height: 1.72;
}

.wx-contact-page .wx-field label,
.wx-contact-page .wx-field legend,
.lp10-booking-page .wx-field label,
.lp10-booking-page .wx-field legend,
.lp10-referrals-page .wx-field label,
.lp10-referrals-page .wx-field legend {
  font-size: 16px;
  font-weight: 800;
}

.wx-contact-page input,
.wx-contact-page select,
.wx-contact-page textarea,
.lp10-booking-page input,
.lp10-booking-page select,
.lp10-booking-page textarea,
.lp10-referrals-page input,
.lp10-referrals-page select,
.lp10-referrals-page textarea {
  font-size: 16px !important;
}

.wx-contact-page .wx-info-hero h1,
.lp10-booking-page .wx-info-hero h1,
.lp10-referrals-page .wx-info-hero h1 {
  font-size: clamp(34px, 4vw, 56px) !important;
}

/* Multi-select inquiry type checkboxes. */
.wx-inquiry-type-field {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.wx-inquiry-type-field legend {
  margin-bottom: 9px;
  color: #212529;
}

.wx-inquiry-type-field legend span {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
}

.wx-inquiry-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.wx-inquiry-checkbox-grid label {
  min-width: 0;
  min-height: 46px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d8dee7;
  border-radius: 10px;
  background: #fff;
  color: #212529;
  cursor: pointer;
  box-sizing: border-box;
}

.wx-inquiry-checkbox-grid label:hover {
  border-color: #ea3e46;
  background: #fff7f8;
}

.wx-inquiry-checkbox-grid input[type="checkbox"] {
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  flex: 0 0 19px;
  accent-color: #dc3545;
}

.wx-inquiry-checkbox-grid span {
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .wx-inquiry-checkbox-grid { grid-template-columns: 1fr; }
  .wx-contact-page,
  .lp10-booking-page,
  .lp10-referrals-page { font-size: 16px; }
}

/* =========================================================
   v1.9.2 centered premium navigation actions
========================================================= */
@keyframes lp10MenuShimmer {
  0% { transform: translateX(-140%) skewX(-20deg); }
  55%, 100% { transform: translateX(220%) skewX(-20deg); }
}

@keyframes lp10MenuGlow {
  0%, 100% { box-shadow: 0 8px 22px rgba(220,53,69,.24), inset 0 1px 0 rgba(255,255,255,.24); }
  50% { box-shadow: 0 10px 30px rgba(234,62,70,.45), 0 0 0 1px rgba(255,255,255,.08), inset 0 1px 0 rgba(255,255,255,.30); }
}

@media (min-width: 992px) {
  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li:not(.lp10-menu-cta) > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li:not(.lp10-menu-cta) > a {
    font-size: 16px !important;
    letter-spacing: .01em !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li.lp10-menu-cta,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li.lp10-menu-cta {
    padding: 6px 5px !important;
    display: flex !important;
    align-items: center !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li.lp10-menu-cta > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li.lp10-menu-cta > a {
    position: relative !important;
    isolation: isolate !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    letter-spacing: .045em !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.24) !important;
    overflow: hidden !important;
    animation: lp10MenuGlow 3.4s ease-in-out infinite !important;
    transform: translateZ(0) !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li.lp10-menu-booking > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li.lp10-menu-booking > a {
    background: linear-gradient(135deg, #7e0711 0%, #dc3545 52%, #ff5967 100%) !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li.lp10-menu-application > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li.lp10-menu-application > a {
    background: linear-gradient(135deg, #4d173d 0%, #a2256e 48%, #ff3f98 100%) !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li.lp10-menu-cta > a::after,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li.lp10-menu-cta > a::after {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    top: -35% !important;
    left: -35% !important;
    width: 30% !important;
    height: 175% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent) !important;
    animation: lp10MenuShimmer 3.8s ease-in-out infinite !important;
    pointer-events: none !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li.lp10-menu-cta > a:hover,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li.lp10-menu-cta > a:hover {
    transform: translateY(-2px) scale(1.02) !important;
    filter: brightness(1.08) saturate(1.08) !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li:not(.lp10-menu-cta) > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li:not(.lp10-menu-cta) > a {
    font-size: 15px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li.lp10-menu-cta > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li.lp10-menu-cta > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 12.5px !important;
  }
}

@media (min-width: 1600px) {
  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li:not(.lp10-menu-cta) > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li:not(.lp10-menu-cta) > a {
    font-size: 17px !important;
  }

  .site-header.premium-header .lp10-full-menu-row .wx-primary-menu > li.lp10-menu-cta > a,
  .site-header.premium-header .lp10-full-menu-row .nav-menu > li.lp10-menu-cta > a {
    font-size: 14.5px !important;
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}

.mobile-primary-actions {
  display: none;
}

@media (max-width: 991px) {
  .site-header.premium-header {
    min-height: 0 !important;
  }

  .mobile-primary-actions {
    width: 100%;
    padding: 8px 10px 11px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, #212529 0%, #17191c 100%);
    box-sizing: border-box;
  }

  .mobile-premium-action {
    position: relative;
    min-width: 0;
    min-height: 42px;
    padding: 8px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 11px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: .035em;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.28);
    overflow: hidden;
    animation: lp10MenuGlow 3.4s ease-in-out infinite;
  }

  .mobile-premium-action::after {
    content: "";
    position: absolute;
    top: -45%;
    left: -40%;
    width: 32%;
    height: 190%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
    animation: lp10MenuShimmer 3.8s ease-in-out infinite;
    pointer-events: none;
  }

  .mobile-premium-action--booking {
    background: linear-gradient(135deg, #7e0711 0%, #dc3545 52%, #ff5967 100%);
  }

  .mobile-premium-action--application {
    background: linear-gradient(135deg, #4d173d 0%, #a2256e 48%, #ff3f98 100%);
  }

  .global-drawer .wx-drawer-menu > li.lp10-menu-cta > a {
    border: 1px solid rgba(234,62,70,.35) !important;
    background: linear-gradient(135deg, rgba(220,53,69,.16), rgba(255,63,152,.12)) !important;
    color: #fff !important;
    font-weight: 900 !important;
    letter-spacing: .025em !important;
  }
}

@media (max-width: 430px) {
  .mobile-primary-actions {
    gap: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile-premium-action {
    min-height: 40px;
    font-size: 10.5px;
    letter-spacing: .02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header.premium-header .lp10-menu-cta > a,
  .mobile-premium-action,
  .site-header.premium-header .lp10-menu-cta > a::after,
  .mobile-premium-action::after {
    animation: none !important;
    transition: none !important;
  }
}
