:root {
  --veryeasy-primary: #0066ff;
  --veryeasy-primary-strong: #0054d1;
  --veryeasy-primary-soft: #eaf2fe;
}

/* Full-width sticky navigation: logo left, menu centered, actions right. */
#site-header {
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition:
    background-color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease !important;
}

#site-header.is-scrolled {
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid rgba(27, 34, 48, .08) !important;
  box-shadow: 0 8px 24px rgba(18, 23, 42, .05) !important;
}

#site-header-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

#site-header .ui-004 {
  width: 100% !important;
  max-width: var(--maxw, 1700px) !important;
  min-height: 72px !important;
  margin: 0 auto !important;
  padding: 14px var(--pad-x) !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 28px !important;
  color: #1b2230 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#site-header .ui-005 {
  width: 124px !important;
  height: 28px !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  justify-self: start !important;
}

#site-header .ui-005:hover {
  transform: translateY(-1px) !important;
}

#site-header .ui-006 {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

#site-header .ui-007,
#site-header .ui-007 a {
  color: #3d4657 !important;
}

#site-header .ui-007 {
  justify-self: center !important;
  background: transparent !important;
}

#site-header .ui-007 a {
  font-size: 16px !important;
  font-weight: 600 !important;
}

#site-header .ui-009 {
  justify-self: end !important;
}

#site-header .ui-007 a:hover,
#site-header .ui-007 a[aria-current="page"] {
  color: var(--veryeasy-primary) !important;
}

#site-header .ui-007:hover,
#site-header .ui-007.nav-pill:hover,
#site-header .nav-pill:hover {
  background: transparent !important;
}

#site-header .ui-007:hover a:not(:hover),
#site-header .nav-pill:hover a:not(:hover) {
  color: #3d4657 !important;
}

#site-header .ui-010 {
  color: #1b2230 !important;
}

#site-header .ui-011 {
  background: var(--veryeasy-primary) !important;
  color: #fff !important;
}

#site-header .ui-011:hover {
  background: var(--veryeasy-primary-strong) !important;
}

::selection {
  background: #d6e2ff;
}

#mouse-orb {
  background: radial-gradient(
    circle,
    rgba(0, 102, 255, .16) 0%,
    rgba(0, 102, 255, .08) 34%,
    transparent 68%
  ) !important;
  filter: none !important;
}

footer .ui-164,
footer .ui-165 {
  height: 24px !important;
  width: auto !important;
}

@media (max-width: 768px) {
  #site-header {
    padding: 0 !important;
  }

  #site-header .ui-004 {
    width: 100% !important;
    min-height: 58px !important;
    padding: 10px 20px !important;
    grid-template-columns: 1fr auto !important;
    gap: 14px !important;
  }

  #site-header .ui-005 {
    width: 108px !important;
    height: 22px !important;
  }

  footer .ui-164,
  footer .ui-165 {
    height: 20px !important;
  }
}
