/* Critical final overrides live here so legacy desktop rules cannot win by source order. */



@media (min-width: 901px) {
  html.is-inertial-scrolling body {
    min-height: var(--page-height);
  }
  html.is-inertial-scrolling .site-scale {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: var(--page-height);
    backface-visibility: hidden;
    will-change: transform;
  }

  .top-nav {
    border-color: #fff;
    border-radius: 10px;
  }
  .top-nav a {
    border: 0;
    border-radius: 10px;
    background: transparent;
  }
  .top-nav a:hover {
    background: transparent;
    color: #fff;
  }
  .top-nav a.active,
  .top-nav a.active:hover {
    border-radius: 10px;
    background: var(--accent);
    color: #000;
  }
}

.sub-page .hero { z-index: 200 !important; overflow: visible !important; }
.sub-page .hero-actions { z-index: 220 !important; }
.sub-page .phone-menu,
.sub-page .phone-menu.is-open {
  z-index: 240 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  background: rgba(10,10,10,.98) !important;
  box-shadow: 0 22px 58px rgba(0,0,0,.5) !important;
  isolation: isolate;
}
.sub-page .phone-menu a,
.sub-page .phone-menu small { color: #fff !important; text-shadow: 0 1px 2px rgba(0,0,0,.7); }

.home-page .home-map .map-bg {
  top: -2px !important;
  height: 432px !important;
  background-image:
    linear-gradient(180deg,#fff 0%,#fff 30%,rgba(255,255,255,.995) 43%,rgba(255,255,255,.94) 55%,rgba(255,255,255,.68) 69%,rgba(255,255,255,.3) 83%,rgba(255,255,255,0) 100%),
    url("/assets/map-bg-wide.webp") !important;
}



@media (min-width: 901px) {
  .faq-page .faq-list {
    position: absolute !important;
    left: 144px !important;
    top: 944px !important;
    display: flex !important;
    flex-direction: column !important;
    width: 1440px !important;
    height: 945px !important;
    gap: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }
  .faq-page .faq-list article,
  .faq-page .faq-list article.is-open {
    position: relative !important;
    display: flex !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .faq-page .faq-list article:nth-child(1) { margin-bottom: 37px !important; }
  .faq-page .faq-list article:nth-child(2) { margin-bottom: 28px !important; }
  .faq-page .faq-message {
    position: relative !important;
    display: block !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }
  .faq-page .faq-question {
    align-self: flex-start !important;
    height: 65px !important;
    margin: 0 0 28px !important;
  }
  .faq-page article:nth-child(1) .faq-question { width: 829px !important; }
  .faq-page article:nth-child(2) .faq-question { width: 421px !important; }
  .faq-page article:nth-child(3) .faq-question { width: 672px !important; }
  .faq-page .faq-answer {
    align-self: flex-end !important;
    width: 833px !important;
    margin: 0 !important;
  }
  .faq-page article:nth-child(1) .faq-answer { height: 179px !important; }
  .faq-page article:nth-child(2) .faq-answer { height: 226px !important; }
  .faq-page article:nth-child(3) .faq-answer { height: 196px !important; }
  .faq-page .faq-bubble-bg,
  .faq-page .faq-list .faq-bubble-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: fill !important;
    pointer-events: none !important;
  }
  .faq-page .faq-question span {
    position: absolute !important;
    left: 26px !important;
    right: 24px !important;
    top: 50% !important;
    z-index: 2 !important;
    color: #111 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    transform: translateY(-50%) !important;
  }
  .faq-page .faq-list .faq-answer p,
  .faq-page .faq-list article:nth-child(n) .faq-answer p,
  .faq-page .faq-list article.is-open .faq-answer p {
    position: absolute !important;
    left: 28px !important;
    right: 39px !important;
    top: 20px !important;
    z-index: 2 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
  }
  .faq-page article:nth-child(3) .faq-answer p { top: 29px !important; }
  .faq-page .faq-answer p::after { display: none !important; }
  .faq-page .faq-typing {
    position: absolute;
    left: 32px;
    top: 22px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 7px;
    opacity: 0;
    pointer-events: none;
  }
  .faq-page .faq-typing i {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #111;
    animation: faqTypingDot .8s ease-in-out infinite alternate;
  }
  .faq-page .faq-typing i:nth-child(2) { animation-delay: .14s; }
  .faq-page .faq-typing i:nth-child(3) { animation-delay: .28s; }
  .faq-page .faq-list.chat-ready article .faq-question,
  .faq-page .faq-list.chat-ready article .faq-answer .faq-bubble-bg,
  .faq-page .faq-list.chat-ready article .faq-answer p {
    opacity: 0;
    transform: translate3d(0,22px,0) scale(.985);
  }
  .faq-page .faq-list article.show-question .faq-question,
  .faq-page .faq-list article.show-answer .faq-answer .faq-bubble-bg,
  .faq-page .faq-list article.show-answer .faq-answer p {
    animation: faqConversationIn .62s cubic-bezier(.22,1,.36,1) both;
  }
  .faq-page .faq-list article.typing .faq-answer .faq-bubble-bg { opacity: 1 !important; transform: none !important; }
  .faq-page .faq-list article.typing .faq-typing { opacity: 1; }
  .faq-page .faq-list article.typing .faq-answer p { opacity: 0 !important; }
}

@keyframes faqConversationIn {
  from { opacity: 0; transform: translate3d(0,22px,0) scale(.985); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}
@keyframes faqTypingDot {
  from { transform: translateY(0); opacity: .35; }
  to { transform: translateY(-5px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .faq-page .faq-list article .faq-question,
  .faq-page .faq-list article .faq-answer .faq-bubble-bg,
  .faq-page .faq-list article .faq-answer p {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
