.site-header .bar-inner,
.site-header .nav-inner,
.site-footer .footer-inner,
.xq-home .hero-banner .hero-inner,
.xq-home main .container,
.xq-home .site-header .bar-inner,
.xq-home .site-header .nav-inner,
.xq-home .site-footer .footer-inner,
.xq-inner-page .site-header .bar-inner,
.xq-inner-page .site-header .nav-inner,
.xq-inner-page .site-footer .footer-inner {
  width: min(var(--container, 1440px), calc(100% - 48px));
}

:root {
  --xq-header-anchor-offset: 72px;
}

.site-header {
  --header-container: var(--container, 1440px);
  --header-gutter: 24px;
  --xq-header-sticky-top: 0px;
  --xq-header-motion-duration: 200ms;
  position: relative;
  z-index: 50;
  background: #fff;
}

body.admin-bar .site-header {
  --xq-header-sticky-top: 32px;
}

main [id] {
  scroll-margin-top: var(--xq-header-anchor-offset);
}

body.admin-bar main [id] {
  scroll-margin-top: calc(var(--xq-header-anchor-offset) + 32px);
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    --xq-header-sticky-top: 46px;
  }

  body.admin-bar main [id] {
    scroll-margin-top: calc(var(--xq-header-anchor-offset) + 46px);
  }
}

.site-header .bar-inner,
.site-header .nav-inner,
.xq-home .site-header .bar-inner,
.xq-home .site-header .nav-inner,
.xq-inner-page .site-header .bar-inner,
.xq-inner-page .site-header .nav-inner {
  width: min(var(--header-container), calc(100% - var(--header-gutter) - var(--header-gutter)));
  margin-left: auto;
  margin-right: auto;
}

.site-header .topbar {
  height: 34px;
  max-height: 96px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(90deg, #00498e 0%, #0066bd 54%, #00498e 100%);
  color: rgba(255, 255, 255, .92);
  opacity: 1;
  visibility: visible;
}

.site-header .bar-inner,
.site-header .bar-right,
.site-header .topbar-welcome,
.site-header .bar-contact,
.site-header .lang {
  display: flex;
  align-items: center;
}

.site-header .bar-inner {
  justify-content: space-between;
  gap: 20px;
  height: 34px;
}

.site-header .topbar-welcome {
  min-width: 0;
  margin: 0;
  gap: 10px;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.site-header .topbar-welcome svg,
.site-header .bar-contact svg,
.site-header .lang svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .9);
  stroke-width: 1.9;
}

.site-header .topbar-welcome span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header .bar-right {
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 34px);
  min-width: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.site-header .bar-contact {
  gap: 10px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .bar-contact:hover {
  color: #fff;
}

.site-header .lang {
  gap: 14px;
  white-space: nowrap;
}

.site-header .lang svg {
  margin-right: 2px;
}

.site-header .lang::before {
  display: block;
  width: 1px;
  height: 18px;
  margin-left: 2px;
  background: rgba(255, 255, 255, .24);
  content: "";
}

.site-header .lang i {
  display: block;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, .38);
}

.site-header .xq-language-switcher__item {
  color: inherit;
  text-decoration: none;
  opacity: 0.72;
  transition: opacity 160ms ease, color 160ms ease;
}

.site-header .xq-language-switcher__item:hover,
.site-header .xq-language-switcher__item:focus-visible,
.site-header .xq-language-switcher__item.is-active {
  color: #fff;
  opacity: 1;
}

.site-header .xq-language-switcher__item.is-active {
  font-weight: 700;
}

.site-header .navbar {
  height: 72px;
  border-bottom: 1px solid rgba(213, 228, 244, .9);
  background: #fff;
  box-shadow: 0 8px 26px rgba(10, 70, 130, .06);
}

.site-header .nav-inner {
  position: relative;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) auto;
  gap: clamp(16px, 1.35vw, 26px);
  height: 72px;
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  grid-column: 1;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.site-header .brand img {
  width: clamp(220px, 13vw, 260px);
  height: auto;
}

.nav-links {
  grid-column: 2;
  display: flex;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  min-width: 0;
  gap: clamp(20px, 1.5vw, 24px);
  justify-content: center;
  height: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #17243a;
}

.nav-links li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-links a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease;
}

.nav-links .current-menu-item > a,
.nav-links .current-menu-ancestor > a,
.nav-links .current_page_item > a {
  color: var(--blue, #0967c9);
}

.nav-links .current-menu-item > a::after,
.nav-links .current-menu-ancestor > a::after,
.nav-links .current_page_item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 2px;
  border-radius: 6px 6px 0 0;
  background: var(--blue, #0967c9);
  opacity: 1;
  transform: translateX(-50%);
}

.nav-links .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  display: none;
  min-width: 180px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border: 1px solid #dfeaf6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(13, 73, 135, .12);
  transform: translateX(-50%);
}

.nav-links li:hover > .sub-menu,
.nav-links li:focus-within > .sub-menu {
  display: grid;
}

.nav-links .sub-menu li,
.nav-links .sub-menu a {
  display: block;
  height: auto;
}

.nav-links .sub-menu a {
  padding: 10px 16px;
  color: #17243a;
  white-space: nowrap;
}

.nav-links .sub-menu a::after {
  display: none;
}

.site-header .nav-tools {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column: 3;
  gap: 14px;
  min-width: 0;
  flex-shrink: 0;
}

.site-header .nav-tools-secondary {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 40px;
  padding: 3px;
  border: 1px solid #cee0f1;
  border-radius: 9px;
  background: #f1f7fc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 5px 14px rgba(13, 73, 135, .05);
}

.site-header .nav-tools-secondary .nav-tool--text {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-width: 0;
  height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #26384e;
  box-shadow: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.site-header .nav-tools-secondary .nav-tool--text:hover,
.site-header .nav-tools-secondary .nav-tool--text:focus-visible {
  background: #fff;
  color: var(--blue, #0967c9);
  box-shadow: 0 3px 9px rgba(13, 73, 135, .08);
}

.site-header .nav-tools-secondary .nav-tool--text svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.site-header .nav-tools-secondary .nav-tool--text span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.site-header .nav-tools-secondary-divider {
  display: block;
  width: 1px;
  height: 18px;
  flex: 0 0 auto;
  background: #cfdeeb;
}

.site-header .nav-tools-divider {
  display: block;
  width: 1px;
  height: 24px;
  flex: 0 0 auto;
  background: #dce6f0;
}

.site-header .nav-tools .quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 108px;
  height: 38px;
  flex: 0 0 auto;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #0875d8 0%, #005bb8 100%);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(4, 92, 190, .18);
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.site-header .nav-tools .quote:hover,
.site-header .nav-tools .quote:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #076bc7 0%, #004fa3 100%);
  box-shadow: 0 12px 22px rgba(4, 92, 190, .24);
}

.site-header .nav-tools .quote svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.2;
  transition: transform .18s ease;
}

.site-header .nav-tools .quote:hover svg,
.site-header .nav-tools .quote:focus-visible svg {
  transform: translateX(3px);
}

.site-header .header-search-panel {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(360px, calc(100vw - 48px));
  height: 44px;
  padding: 0 5px 0 12px;
  border: 1px solid #b9d4ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(19, 72, 126, .16);
  opacity: 0;
  transform: translateY(-50%) scaleX(.86);
  transform-origin: right center;
  transition: opacity .18s ease, transform .18s ease;
}

.site-header .header-search-panel[hidden] {
  display: none;
}

.site-header.is-header-search-open .header-search-panel {
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
}

.site-header .header-search-panel > svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--blue, #0967c9);
}

.site-header .header-search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 38px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #17243a;
  font: inherit;
  font-size: 12px;
}

.site-header .header-search-input::placeholder {
  color: #8d9daf;
}

.site-header .header-search-input[aria-invalid="true"]::placeholder {
  color: #b42318;
}

.site-header .header-search-submit,
.site-header .header-search-close {
  flex: 0 0 auto;
  height: 32px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.site-header .header-search-submit {
  padding: 0 12px;
  border-radius: 6px;
  background: var(--blue, #0967c9);
  color: #fff;
  font-size: 11px;
}

.site-header .header-search-close {
  display: inline-grid;
  place-items: center;
  width: 28px;
  padding: 0;
  border-radius: 6px;
  background: #eff4f8;
  color: #62758a;
  font-size: 18px;
  line-height: 1;
}

.site-header .header-search-submit:hover,
.site-header .header-search-submit:focus-visible {
  background: #055eb9;
}

.site-header .header-search-close:hover,
.site-header .header-search-close:focus-visible {
  background: #e2eaf2;
  color: #17243a;
}

.site-header .nav-tool--text:focus-visible,
.site-header .header-search-submit:focus-visible,
.site-header .header-search-close:focus-visible {
  outline: 3px solid rgba(8, 114, 209, .25);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .site-header .nav-tools-secondary .nav-tool--text,
  .site-header .nav-tools .quote,
  .site-header .nav-tools .quote svg,
  .site-header .header-search-panel {
    transition: none;
  }
}

.site-footer .footer-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 46px;
  padding: 31px 0 18px;
}

.site-footer .footer-columns {
  display: grid;
  grid-template-columns: 1fr 1.45fr 1fr 1fr 1fr;
  gap: 68px;
  margin: 0;
}

.site-footer .footer-contact {
  padding-left: 42px;
}

.site-footer .footer-col ul,
.site-footer .footer-col li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-col li a {
  display: inline-flex;
}

@media (max-width: 1560px) {
  .site-header {
    --header-gutter: 24px;
  }

  .site-header .bar-inner,
  .site-header .nav-inner,
  .xq-home .site-header .bar-inner,
  .xq-home .site-header .nav-inner,
  .xq-inner-page .site-header .bar-inner,
  .xq-inner-page .site-header .nav-inner {
    width: min(var(--header-container), calc(100% - var(--header-gutter) - var(--header-gutter)));
    margin-left: auto;
    margin-right: auto;
  }

  .site-header .topbar,
  .site-header .bar-inner {
    height: 34px;
  }

  .site-header .topbar-welcome,
  .site-header .bar-right {
    font-size: 12px;
  }

  .site-header .topbar-welcome svg,
  .site-header .bar-contact svg,
  .site-header .lang svg {
    width: 15px;
    height: 15px;
  }

  .site-header .bar-right {
    gap: 18px;
  }

  .site-header .navbar,
  .site-header .nav-inner {
    height: 72px;
  }

  .site-header .nav-inner {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) auto;
    gap: 16px;
  }

  .site-header .brand img {
    width: clamp(210px, 16vw, 250px);
  }

  .site-header .nav-links {
    gap: clamp(20px, 1.5vw, 24px);
    justify-content: center;
    font-size: 13px;
  }

  .site-header .nav-tools {
    gap: 12px;
  }

  .site-header .nav-tools .quote {
    width: 108px;
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }
}

@media (min-width: 821px) {
  .site-header {
    position: sticky;
    top: var(--xq-header-sticky-top);
    z-index: 80;
  }

  .site-header.is-header-scroll-ready .topbar {
    transition:
      max-height var(--xq-header-motion-duration) cubic-bezier(.2, .7, .2, 1),
      opacity var(--xq-header-motion-duration) ease,
      padding-top var(--xq-header-motion-duration) ease,
      padding-bottom var(--xq-header-motion-duration) ease,
      border-bottom-width var(--xq-header-motion-duration) ease,
      border-color var(--xq-header-motion-duration) ease,
      visibility 0s linear 0s;
  }

  .site-header.is-header-scroll-ready.is-header-compact .topbar {
    transition:
      max-height var(--xq-header-motion-duration) cubic-bezier(.2, .7, .2, 1),
      opacity var(--xq-header-motion-duration) ease,
      padding-top var(--xq-header-motion-duration) ease,
      padding-bottom var(--xq-header-motion-duration) ease,
      border-bottom-width var(--xq-header-motion-duration) ease,
      border-color var(--xq-header-motion-duration) ease,
      visibility 0s linear var(--xq-header-motion-duration);
  }

  .site-header.is-header-compact .topbar {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-header.is-header-scroll-ready .navbar {
    transition: box-shadow var(--xq-header-motion-duration) ease;
  }

  .site-header.is-header-compact .navbar {
    box-shadow: 0 10px 28px rgba(10, 70, 130, .12);
  }
}

@media (min-width: 821px) and (max-width: 1240px) {
  :root {
    --xq-header-anchor-offset: 112px;
  }
}

@media (min-width: 981px) {
  .site-header .topbar {
    max-height: 34px;
  }
}

@media (min-width: 1241px) {
  .site-header.is-header-scroll-ready .navbar,
  .site-header.is-header-scroll-ready .nav-inner {
    transition:
      height var(--xq-header-motion-duration) cubic-bezier(.2, .7, .2, 1),
      box-shadow var(--xq-header-motion-duration) ease;
  }

  .site-header.is-header-compact .navbar,
  .site-header.is-header-compact .nav-inner {
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header.is-header-scroll-ready .topbar,
  .site-header.is-header-scroll-ready.is-header-compact .topbar,
  .site-header.is-header-scroll-ready .navbar,
  .site-header.is-header-scroll-ready .nav-inner {
    transition: none;
  }
}

@media (max-width: 1240px) {
  .site-header .nav-tools {
    gap: 8px;
  }

  .site-header .nav-tools-secondary {
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-header .nav-tools-secondary-divider,
  .site-header .nav-tool--inquiry,
  .site-header .nav-tools-divider {
    display: none;
  }

  .site-header .nav-tools .nav-tool--search {
    display: inline-grid;
    place-items: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #d7e5f5;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 16px rgba(13, 73, 135, .06);
  }

  .site-header .nav-tools .nav-tool--search span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .site-header .navbar {
    height: auto;
  }

  .site-header .nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 12px;
    height: auto;
    min-height: 0;
    padding: 8px 0;
  }

  .site-header .brand img {
    width: min(230px, 54vw);
  }

  .site-header .nav-tools {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin-left: 0;
  }

  .site-header .nav-tools .nav-tool--inquiry,
  .site-header .nav-tools-divider {
    display: none;
  }

  .nav-links li {
    height: 34px;
  }

  .site-header .nav-links {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    transform: none;
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
    width: 100%;
    height: auto;
    min-height: 34px;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 14px;
    overflow: visible;
    scrollbar-width: none;
    font-size: 13px;
  }

  .site-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .site-header .nav-tools .quote {
    width: 100px;
    height: 34px;
    font-size: 13px;
  }
}

@media (max-width: 1080px) {
  .site-header .navbar {
    height: auto;
  }

  .site-header .nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 12px;
    height: auto;
    min-height: 0;
    padding: 8px 0;
  }

  .site-header .brand img {
    width: min(230px, 54vw);
  }

  .site-header .nav-tools {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin-left: 0;
  }

  .site-header .nav-tools .nav-tool--inquiry,
  .site-header .nav-tools-divider {
    display: none;
  }

  .nav-links li {
    height: 34px;
  }

  .site-header .nav-links {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    transform: none;
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
    width: 100%;
    height: auto;
    min-height: 34px;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 14px;
    overflow: visible;
    scrollbar-width: none;
    font-size: 13px;
  }

  .site-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .site-footer .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 44px;
  }

  .site-footer .footer-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    padding-left: 0;
  }

  .site-footer .footer-contact::before {
    display: none;
  }

  .site-footer .footer-contact h2,
  .site-footer .qr-wrap {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .site-header .bar-inner,
  .site-header .nav-inner,
  .site-footer .footer-inner,
  .xq-home .hero-banner .hero-inner,
  .xq-home main .container,
  .xq-home .site-header .bar-inner,
  .xq-home .site-header .nav-inner,
  .xq-home .site-footer .footer-inner,
  .xq-inner-page .site-header .bar-inner,
  .xq-inner-page .site-header .nav-inner,
  .xq-inner-page .site-footer .footer-inner {
    width: min(var(--container, 1440px), calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
  }

  .site-header .topbar {
    height: auto;
  }

  .site-header .bar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    height: auto;
    min-height: 0;
    padding: 9px 0;
  }

  .site-header .topbar-welcome {
    width: 100%;
  }

  .site-header .bar-right {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 20px;
    width: 100%;
  }

  .site-header .navbar {
    height: auto;
  }

  .site-header .nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 12px;
    height: auto;
    min-height: 0;
    padding: 8px 0;
  }

  .site-header .brand img {
    width: min(230px, 54vw);
  }

  .site-header .nav-tools {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin-left: 0;
  }

  .site-header .nav-tools .nav-tool--inquiry,
  .site-header .nav-tools-divider {
    display: none;
  }

  .nav-links li {
    height: 34px;
  }

  .site-header .nav-links {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    transform: none;
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
    width: 100%;
    height: auto;
    min-height: 34px;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 14px;
    overflow: visible;
    scrollbar-width: none;
    font-size: 13px;
  }

  .site-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header .nav-tools .quote {
    width: 94px;
    min-width: 0;
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    gap: 6px;
  }

  .site-header .nav-tools .quote svg {
    width: 13px;
    height: 13px;
  }

  .site-header .nav-links {
    gap: 2px 8px;
    font-size: 13px;
  }

  .site-header .nav-links li,
  .site-header .nav-links a {
    height: 28px;
  }
}

@media (max-width: 760px) {
  .site-header .nav-tools .quote,
  .site-header .nav-tool--inquiry,
  .site-header .nav-tools-divider {
    display: none;
  }

  .site-header .header-search-panel {
    width: min(360px, calc(100vw - 24px));
  }

  .site-footer .footer-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-footer .footer-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 460px) {
  .site-footer .footer-columns {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-col a {
    white-space: normal;
  }
}

.site-header .mobile-nav-panel {
  display: contents;
}

.site-header .mobile-nav-contact,
.site-header .nav-menu-toggle {
  display: none;
}

@media (max-width: 820px) {
  :root {
    --xq-header-anchor-offset: 84px;
  }

  .site-header {
    position: sticky;
    top: var(--xq-header-sticky-top);
    z-index: 80;
    --header-gutter: 12px;
  }

  .site-header .bar-inner,
  .site-header .nav-inner,
  .xq-home .site-header .bar-inner,
  .xq-home .site-header .nav-inner,
  .xq-inner-page .site-header .bar-inner,
  .xq-inner-page .site-header .nav-inner {
    width: min(var(--container, 1440px), calc(100% - 24px));
  }

  .site-header .topbar {
    height: 28px;
  }

  .site-header .bar-inner {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    height: 28px;
    min-height: 0;
    padding: 0;
  }

  .site-header .topbar-welcome {
    flex: 1 1 auto;
    width: auto;
    gap: 6px;
    font-size: 11px;
    line-height: 1;
  }

  .site-header .topbar-welcome svg {
    width: 13px;
    height: 13px;
  }

  .site-header .bar-right {
    display: none;
  }

  .site-header .navbar,
  .site-header .nav-inner {
    height: 56px;
  }

  .site-header .navbar {
    border-bottom-color: rgba(213, 228, 244, .86);
    box-shadow: 0 8px 18px rgba(10, 70, 130, .08);
  }

  .site-header .nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 0;
    padding: 0;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .site-header .brand img {
    width: min(202px, 54vw);
    max-height: 40px;
    object-fit: contain;
  }

  .site-header .nav-tools {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    gap: 7px;
    margin-left: 0;
  }

  .site-header .nav-tools .nav-tool--inquiry,
  .site-header .nav-tools-divider {
    display: none;
  }

  .site-header .nav-tools .quote {
    width: 84px;
    height: 32px;
    padding: 0 10px;
    gap: 5px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(4, 92, 190, .18);
  }

  .site-header .nav-tools .quote svg {
    width: 12px;
    height: 12px;
  }

  .site-header .nav-menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #d8e6f6;
    border-radius: 50%;
    background: #fff;
    color: #13233c;
    box-shadow: 0 8px 18px rgba(13, 73, 135, .08);
  }

  .site-header .nav-menu-toggle span {
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .site-header .nav-menu-toggle span:nth-child(1) {
    transform: translateY(-5px);
  }

  .site-header .nav-menu-toggle span:nth-child(3) {
    transform: translateY(5px);
  }

  .site-header.is-mobile-menu-open .nav-menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-mobile-menu-open .nav-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-mobile-menu-open .nav-menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header .mobile-nav-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 40;
    display: none;
    max-height: calc(100dvh - 104px);
    padding: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 36px rgba(9, 67, 130, .14);
  }

  .site-header.is-mobile-menu-open .mobile-nav-panel {
    display: block;
  }

  .site-header .mobile-nav-panel .nav-links {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 2px;
    overflow: visible;
    font-size: 14px;
  }

  .site-header .mobile-nav-panel .nav-links li {
    display: block;
    height: auto;
  }

  .site-header .mobile-nav-panel .nav-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    padding: 0 12px;
    border-radius: 6px;
    color: #17243a;
    font-weight: 700;
  }

  .site-header .mobile-nav-panel .nav-links a:hover,
  .site-header .mobile-nav-panel .nav-links .current-menu-item > a,
  .site-header .mobile-nav-panel .nav-links .current-menu-ancestor > a,
  .site-header .mobile-nav-panel .nav-links .current_page_item > a {
    background: #eef6ff;
    color: var(--blue, #0967c9);
  }

  .site-header .mobile-nav-panel .nav-links .current-menu-item > a::after,
  .site-header .mobile-nav-panel .nav-links .current-menu-ancestor > a::after,
  .site-header .mobile-nav-panel .nav-links .current_page_item > a::after {
    display: none;
  }

  .site-header .mobile-nav-panel .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    margin: 2px 0 6px 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .site-header .mobile-nav-panel .sub-menu a {
    height: 36px;
    padding-left: 12px;
    color: #53627a;
    font-size: 13px;
    font-weight: 600;
  }

  .site-header .mobile-nav-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 8px;
    padding: 8px;
    border-top: 1px solid #e4edf7;
    background: #f8fbff;
  }

  .site-header .mobile-nav-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #284260;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  .site-header .mobile-nav-contact svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    color: var(--blue, #0967c9);
  }
}

@media (max-width: 420px) {
  .site-header .brand img {
    width: min(190px, 52vw);
  }

  .site-header .nav-tools {
    gap: 6px;
  }

  .site-header .nav-tools .quote {
    width: 78px;
    padding: 0 8px;
  }

  .site-header .nav-menu-toggle {
    width: 34px;
    height: 34px;
  }
}

.site-mobile-nav {
  display: none;
}

@media (max-width: 760px) {
  body.xq-home,
  body.xq-inner-page {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
  }

  .site-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: calc(60px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    border-top: 1px solid #d9e4ef;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -6px 18px rgba(17, 58, 101, .08);
  }

  .site-mobile-nav > a,
  .site-mobile-nav > button {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    min-width: 0;
    min-height: 58px;
    padding: 4px 2px;
    border: 0;
    background: transparent;
    color: #65778b;
    font-size: 9px;
    text-decoration: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(8, 114, 209, .12);
  }

  .site-mobile-nav svg {
    width: 19px;
    height: 19px;
  }

  .site-mobile-nav .is-active,
  .site-mobile-nav > [data-mobile-nav-key="selection"] {
    color: #0872d1;
    font-weight: 800;
  }

  .pc-cart-float-toggle {
    bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .site-mobile-nav > a:focus-visible,
  .site-mobile-nav > button:focus-visible {
    outline: 3px solid rgba(8, 114, 209, .28);
    outline-offset: -3px;
  }
}
