/* QUARZEO — navigation premium partagée */
:root {
  --qzs-ink: #06243d;
  --qzs-blue: #0784ee;
  --qzs-cyan: #24cce5;
  --qzs-line: rgba(7, 65, 103, .12);
}

body > .qzu-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 2147483000 !important;
  width: 100% !important;
  min-height: 82px !important;
  border-bottom: 1px solid rgba(8, 66, 104, .10) !important;
  color: var(--qzs-ink) !important;
  background: rgba(250, 253, 255, .88) !important;
  box-shadow: 0 10px 34px rgba(3, 34, 57, .06) !important;
  backdrop-filter: blur(22px) saturate(150%) !important;
  transition: min-height .3s ease, box-shadow .3s ease, background .3s ease !important;
}

body > .qzu-header.qzu-scrolled {
  min-height: 72px !important;
  background: rgba(250, 253, 255, .95) !important;
  box-shadow: 0 16px 42px rgba(3, 34, 57, .11) !important;
}

body > .qzu-header .qzu-header-inner {
  width: min(1360px, calc(100% - 40px)) !important;
  min-height: inherit !important;
  margin: 0 auto !important;
  padding: 0 !important;
  grid-template-columns: 205px minmax(0, 1fr) 200px !important;
  gap: 20px !important;
}

body > .qzu-header .qzu-logo {
  position: relative !important;
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  padding: 8px 0 8px 18px !important;
  color: var(--qzs-ink) !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  letter-spacing: -.055em !important;
  text-decoration: none !important;
}

body > .qzu-header .qzu-logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 29px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--qzs-blue), var(--qzs-cyan));
  box-shadow: 0 0 18px rgba(29, 193, 228, .34);
  transform: translateY(-50%) skewY(-15deg);
}

body > .qzu-header .qzu-logo-quar {
  color: #0b3657 !important;
}

body > .qzu-header .qzu-logo-zeo {
  color: transparent !important;
  background: linear-gradient(105deg, #0787ef, #2dd3e5) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

body > .qzu-header .qzu-nav {
  display: flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  align-items: center !important;
  justify-self: center !important;
  gap: 3px !important;
  padding: 5px !important;
  border: 1px solid rgba(8, 74, 112, .08) !important;
  border-radius: 16px !important;
  background: rgba(233, 244, 250, .64) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85) !important;
}

body > .qzu-header .qzu-nav a {
  position: relative !important;
  display: inline-flex !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 9px 11px !important;
  border-radius: 11px !important;
  color: #365469 !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  letter-spacing: -.01em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease !important;
}

body > .qzu-header .qzu-nav a:hover,
body > .qzu-header .qzu-nav a.qzu-current {
  color: #076fbd !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 7px 20px rgba(5, 63, 98, .09) !important;
  transform: translateY(-1px) !important;
}

body > .qzu-header .qzu-nav a[href="/#searchForm"] {
  padding-inline: 14px !important;
  color: #fff !important;
  background: linear-gradient(115deg, #087ce9, #11b9d9) !important;
  box-shadow: 0 9px 23px rgba(6, 132, 207, .23), inset 0 1px 0 rgba(255, 255, 255, .24) !important;
}

body > .qzu-header .qzu-nav a[href="/#searchForm"]:hover {
  box-shadow: 0 12px 28px rgba(6, 132, 207, .32), inset 0 1px 0 rgba(255, 255, 255, .24) !important;
}

body > .qzu-header .qzu-trust {
  display: grid !important;
  grid-template-columns: 12px 1fr !important;
  gap: 11px !important;
  min-width: 0 !important;
  padding: 10px 13px !important;
  border: 1px solid rgba(6, 131, 183, .13) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(231,247,252,.78)) !important;
  box-shadow: 0 10px 24px rgba(6, 49, 78, .07) !important;
}

body > .qzu-header .qzu-trust-dot {
  width: 10px !important;
  height: 10px !important;
  border: 2px solid rgba(255,255,255,.9) !important;
  border-radius: 50% !important;
  background: #22cce0 !important;
  box-shadow: 0 0 0 5px rgba(34, 204, 224, .12), 0 0 16px rgba(34, 204, 224, .45) !important;
}

body > .qzu-header .qzu-trust strong {
  color: #103955 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

body > .qzu-header .qzu-trust small {
  margin-top: 2px !important;
  color: #76909f !important;
  font-size: 7px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
}

body > .qzu-header .qzu-menu {
  border: 1px solid rgba(6, 92, 139, .13) !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, #fff, #eaf7fb) !important;
  box-shadow: 0 8px 22px rgba(5, 56, 87, .10) !important;
}

body > .qzu-header .qzu-menu span {
  height: 2px !important;
  border-radius: 999px !important;
  background: #0b4266 !important;
  transition: transform .25s ease, opacity .25s ease !important;
}

body > .qzu-header .qzu-menu[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg) !important;
}

body > .qzu-header .qzu-menu[aria-expanded="true"] span:nth-child(2) {
  opacity: 0 !important;
}

body > .qzu-header .qzu-menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg) !important;
}

body > .qzu-header .qzu-mobile-nav {
  overflow: hidden !important;
  border: 1px solid rgba(72, 210, 238, .20) !important;
  border-radius: 0 0 24px 24px !important;
  background:
    radial-gradient(circle at 90% 0, rgba(31, 190, 225, .18), transparent 38%),
    linear-gradient(145deg, rgba(3, 26, 45, .99), rgba(5, 49, 76, .99)) !important;
  box-shadow: 0 26px 60px rgba(1, 23, 39, .32) !important;
}

body > .qzu-header .qzu-mobile-nav a {
  min-height: 52px !important;
  padding: 13px 17px !important;
  border: 1px solid rgba(131, 218, 239, .10) !important;
  border-radius: 13px !important;
  color: #dff7ff !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  background: rgba(255,255,255,.045) !important;
  text-decoration: none !important;
}

body > .qzu-header .qzu-mobile-nav a span {
  color: #4de0ef !important;
}

body > .qzu-header .qzu-mobile-nav a:hover,
body > .qzu-header .qzu-mobile-nav a.qzu-current {
  border-color: rgba(83, 223, 241, .25) !important;
  background: rgba(29, 161, 207, .13) !important;
}

body.qzu-menu-open {
  overflow: hidden !important;
}

body > .qzu-footer .qzu-footer-pending {
  display: block;
  color: rgba(223, 239, 247, .44);
  font-size: inherit;
  cursor: default;
}

@media (max-width: 1250px) {
  body > .qzu-header .qzu-header-inner {
    grid-template-columns: 180px minmax(0, 1fr) 175px !important;
    gap: 12px !important;
  }

  body > .qzu-header .qzu-nav a {
    padding-inline: 8px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 1050px) {
  body > .qzu-header {
    min-height: 70px !important;
  }

  body > .qzu-header .qzu-header-inner {
    width: min(100% - 28px, 900px) !important;
    grid-template-columns: 1fr 46px !important;
  }

  body > .qzu-header .qzu-nav,
  body > .qzu-header .qzu-trust {
    display: none !important;
  }

  body > .qzu-header .qzu-menu {
    display: grid !important;
    place-content: center !important;
    gap: 4px !important;
    width: 46px !important;
    height: 46px !important;
    padding: 10px !important;
  }

  body > .qzu-header .qzu-menu span {
    display: block !important;
    width: 23px !important;
  }

  body > .qzu-header .qzu-logo {
    justify-self: start !important;
    font-size: 25px !important;
  }

  body > .qzu-header .qzu-mobile-nav {
    top: 70px !important;
    right: 14px !important;
    left: 14px !important;
    width: auto !important;
    padding: 14px !important;
  }
}

@media (max-width: 480px) {
  body > .qzu-header .qzu-header-inner {
    width: calc(100% - 22px) !important;
  }

  body > .qzu-header .qzu-logo {
    padding-left: 14px !important;
    font-size: 23px !important;
  }

  body > .qzu-header .qzu-logo::before {
    width: 6px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > .qzu-header,
  body > .qzu-header * {
    transition: none !important;
  }
}
