/* Container */
.hc-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  box-sizing: border-box;
}

/* Topbar */
.hc-topbar {
  background: #162E62;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}

.hc-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.hc-logo img {
  height: 22px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.hc-toplinks {
  display: flex;
  align-items: center;
  gap: 0;
}

.hc-toplinks > a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.15s;
  font-weight: 500;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}

.hc-toplinks > a:first-child {
  border-left: 0;
}

.hc-toplinks a:hover {
  color: #fff;
}

.hc-toplinks > span,
.hc-toplinks .topbar-separator {
  display: none;
}

/* Navbar */
.hc-navbar {
  background: #fff;
  border-bottom: 1px solid #d8dee8;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.hc-navbar-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 54px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  background: #fff;
}

.hc-nav {
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: stretch;
  align-self: stretch;
}

.hc-nav > li {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
}

.hc-nav > li > a {
  color: #162E62;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 0 14px;
  transition: color 0.15s;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}

.hc-nav > li > a:hover,
.hc-nav > li > a.active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}

/* Mega menu */
.hc-megamenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background: #f8fafc;
  box-shadow: 0 8px 32px rgba(30, 64, 175, 0.08);
  z-index: 1000;
  padding: 0;
  border-top: 2px solid #2563eb;
}

.hc-nav li:hover>.hc-megamenu,
.hc-nav li:focus-within>.hc-megamenu {
  display: block;
}

.hc-megamenu-grid {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  gap: 0;
}

.hc-megamenu-col-left {
  width: 180px;
  padding: 0 0 0 12px;
}

.hc-megamenu-col-center {
  flex: 1;
  min-width: 0;
  padding: 0 18px;
}

.hc-megamenu-col-right {
  width: 180px;
  padding: 0 0 0 12px;
}

.hc-megamenu-col-left a,
.hc-megamenu-col-center a,
.hc-megamenu-col-right a {
  font-size: 0.95rem;
}

.hc-megamenu-col-center .desc {
  font-size: 0.88em;
  margin-bottom: 3px;
}

.hc-megamenu-badge {
  font-size: 0.68em;
  padding: 0 4px;
  margin-left: 2px;
}

.hc-megamenu-col-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-megamenu-col-left li {
  margin: 0;
}

.hc-megamenu-col-left a {
  display: flex;
  align-items: center;
  color: #2563eb;
  font-weight: 600;
  padding: 8px 0 8px 0;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
  transition: background 0.15s, color 0.15s;
  position: relative;
  font-size: 0.98rem;
}

.hc-megamenu-col-left a:hover,
.hc-megamenu-col-left a.active {
  background: #dbeafe;
  color: #1e293b;
}

.hc-megamenu-col-left a .fa-chevron-right {
  margin-left: auto;
  font-size: 0.9em;
  opacity: 0.7;
}

.hc-megamenu-col-center h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.hc-megamenu-col-center ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-megamenu-col-center li {
  margin-bottom: 6px;
}

.hc-megamenu-col-center a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  margin-right: 8px;
  font-size: 0.98rem;
}

.hc-megamenu-col-center a:hover {
  text-decoration: underline;
}

.hc-megamenu-col-right h6 {
  color: #2563eb;
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.hc-megamenu-col-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-megamenu-col-right li {
  margin-bottom: 8px;
}

.hc-megamenu-col-right a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.97em;
}

.hc-megamenu-col-right a:hover {
  text-decoration: underline;
}

.hc-search {
  display: flex;
  align-items: center;
  gap: 0;
}

.hc-search input[type="search"] {
  border: 1px solid #2563eb;
  border-radius: 6px 0 0 6px;
  padding: 6px 12px;
  font-size: 1rem;
  outline: none;
  min-width: 160px;
  transition: border 0.15s;
}

.hc-search input[type="search"]:focus {
  border-color: #1f44b5;
}

.hc-search button {
  background: #2563eb;
  border: 1px solid #2563eb;
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 6px 12px;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.15s;
}

.hc-search button:hover {
  background: #0a2ca4;
}

/* Responsive */
@media (max-width: 991px) {
  .hc-container {
    padding: 0 12px;
  }

  .hc-navbar-inner {
    flex-direction: column;
    height: auto;
  }

  .hc-nav {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hc-search {
    margin-top: 8px;
  }

  .hc-megamenu-grid {
    flex-direction: column;
  }

  .hc-megamenu-col-left,
  .hc-megamenu-col-center,
  .hc-megamenu-col-right {
    width: 100%;
    padding: 8px;
  }

  .hc-megamenu {
    padding: 16px 0;
  }
}

@media (max-width: 600px) {

  .hc-topbar-inner,
  .hc-navbar-inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .hc-toplinks {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
  }

  .hc-nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .hc-nav > li {
    width: 100%;
  }

  .hc-nav > li > a {
    padding: 10px 0;
    display: block;
    width: 100%;
    height: auto;
  }

  .hc-search {
    width: 100%;
  }

  .hc-search input[type="search"] {
    width: 100%;
    min-width: 0;
  }
}

.hc-megamenu {
  min-width: 500px;
  padding: 0;
}

.hc-megamenu-grid {
  max-width: 600px;
  padding: 4px 0;
  gap: 0;
}

.hc-megamenu-col-left {
  width: 90px;
  padding: 0 0 0 2px;
}

.hc-megamenu-col-left a {
  font-size: 0.85rem;
  padding: 3px 0 3px 0;
}

.hc-megamenu-col-center {
  padding: 0 6px;
}

.hc-megamenu-col-center h5 {
  font-size: 0.85rem;
  margin-bottom: 2px;
}

.hc-megamenu-col-center a {
  font-size: 0.85rem;
}

.hc-megamenu-col-center .desc {
  font-size: 0.78em;
  margin-bottom: 2px;
}

.hc-megamenu-col-right {
  width: 80px;
  padding: 0 0 0 2px;
}

.hc-megamenu-col-right h6 {
  font-size: 0.85rem;
  margin-bottom: 2px;
}

.hc-megamenu-col-right a {
  font-size: 0.82em;
}

.hc-megamenu-badge {
  font-size: 0.60em;
  padding: 0 3px;
  margin-left: 1px;
}

.hc-megamenu-col-left ul,
.hc-megamenu-col-center ul,
.hc-megamenu-col-right ul {
  margin: 0;
  padding: 0;
}

.hc-megamenu-col-center li,
.hc-megamenu-col-right li {
  margin-bottom: 1px;
}

.hc-megamenu-col-left li {
  margin: 0;
}

@media (max-width: 1200px) {
  .hc-megamenu-grid {
    max-width: 98vw;
  }
}

@media (max-width: 991px) {
  .hc-megamenu-grid {
    flex-direction: column;
  }

  .hc-megamenu-col-left,
  .hc-megamenu-col-center,
  .hc-megamenu-col-right {
    width: 100%;
    padding: 8px;
  }
}

/* Mega menu — compact */
.megamenu-dark {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 450px !important;
  max-width: 94vw !important;
  background: #fff !important;
  color: #162E62 !important;
  z-index: 1000;
  border-radius: 0 !important;
  box-shadow: 0 6px 18px rgba(22, 46, 98, 0.1);
  border: 1px solid #d8dee8;
  border-top: 2px solid #2563eb;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

.hc-nav > li:hover > .megamenu-dark,
.hc-nav > li:focus-within > .megamenu-dark {
  display: block;
}

.megamenu-dark-grid {
  display: flex;
  min-height: 0 !important;
}

.megamenu-dark-cats {
  background: #f7f8fb !important;
  min-width: 178px !important;
  max-width: 178px !important;
  width: 178px;
  padding: 8px 0 !important;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e5e9f0 !important;
}

.megamenu-dark-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.megamenu-dark-cats li {
  margin-bottom: 0;
}

.megamenu-dark-cats a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px !important;
  border-radius: 0 !important;
  color: #162E62 !important;
  font-weight: 600;
  font-size: 12.5px !important;
  line-height: 1.25;
  background: transparent !important;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  position: relative;
  opacity: 1;
  width: 100%;
  min-width: 0;
  border-left: 3px solid transparent;
}

.megamenu-dark-cats a i,
.megamenu-dark-cats a svg {
  color: #2563eb !important;
  stroke: #162E62 !important;
  opacity: 0.9 !important;
  flex-shrink: 0;
  width: 14px !important;
  height: 14px !important;
  font-size: 12px !important;
}

.megamenu-dark-cats .cat-label {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  text-align: left;
  white-space: nowrap;
}

.megamenu-dark-cats .cat-arrow {
  display: none !important;
}

.megamenu-dark-cats a.active,
.megamenu-dark-cats a:hover {
  background: #fff !important;
  color: #2563eb !important;
  opacity: 1;
  border-left-color: #2563eb;
}

.megamenu-dark-cats a[aria-disabled="true"],
.megamenu-dark-cats a.disabled {
  color: #9aa8bc !important;
  opacity: 0.6;
  pointer-events: none;
  background: transparent;
}

.megamenu-dark-products {
  flex: 1;
  padding: 12px 14px 14px !important;
  display: flex;
  align-items: flex-start;
  min-width: 0;
  background: #fff !important;
}

.megamenu-dark-content {
  width: 100%;
  display: none;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
}

.megamenu-dark-content[style*="display: flex"] {
  display: flex !important;
  flex-direction: column !important;
}

.megamenu-dark-col {
  flex: none !important;
  width: 100% !important;
  min-width: 0 !important;
}

.megamenu-dark-offer {
  display: block;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
}

.megamenu-dark-offer:hover {
  background: transparent;
}

.megamenu-dark-offer-logo {
  display: none !important;
}

.megamenu-dark-offer-title {
  font-weight: 650;
  font-size: 13px !important;
  color: #162E62 !important;
}

.megamenu-dark-offer-desc {
  font-size: 11.5px !important;
  color: #6b7a90 !important;
  margin-top: 1px;
  font-weight: 400;
  line-height: 1.3;
}

.megamenu-dark-title {
  font-size: 11px !important;
  font-weight: 700;
  color: #6b7a90 !important;
  margin: 0 0 6px !important;
  padding-bottom: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.megamenu-dark-title::after {
  display: none !important;
}

.hc-nav-main {
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: stretch;
}

.hc-nav-main > li > a {
  color: #162E62;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.15s;
}

.hc-nav-main > li > a:hover {
  color: #2563eb;
}

.hc-nav-right {
  display: flex;
  align-items: center;
  align-self: center;
}

.btn-espace-client {
  background: #2563eb;
  color: #fff !important;
  border-radius: 3px;
  padding: 9px 16px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  margin-left: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: none;
  transition: background 0.15s, color 0.15s;
  border: none;
}

.btn-espace-client:hover {
  background: #1d4ed8;
  color: #fff;
}

.hc-burger {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 4px;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 8px;
  cursor: pointer;
  align-self: center;
}

.hc-burger span {
  display: block;
  width: 28px;
  height: 3px;
  background: #0a2ca4;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .hc-burger {
    display: flex;
  }

  .hc-nav-main,
  .hc-nav-right {
    display: none;
  }

  body.nav-open .hc-nav-main,
  body.nav-open .hc-nav-right {
    display: flex;
  }
}

/* Mega menu desktop */
@media (min-width: 992px) {
  .megamenu-dark {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 450px !important;
    max-width: 94vw !important;
    background: #fff !important;
    color: #162E62 !important;
    z-index: 1000;
    border-radius: 0 !important;
    box-shadow: 0 6px 18px rgba(22, 46, 98, 0.1);
    border: 1px solid #d8dee8;
    border-top: 2px solid #2563eb;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hc-nav > li:hover > .megamenu-dark,
  .hc-nav > li:focus-within > .megamenu-dark {
    display: block;
  }
}

/* Mega menu mobile */
@media (max-width: 991px) {
  .megamenu-dark {
    display: none !important;
  }

  .megamenu-mobile-drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0a2ca4;
    color: #fff;
    z-index: 2000;
    overflow-y: auto;
    transition: transform 0.2s;
    padding: 0;
  }

  .megamenu-mobile-drawer.open {
    display: block;
  }

  .megamenu-mobile-drawer .drawer-header {
    padding: 18px 14px 8px 14px;
    border-bottom: 1px solid #2563eb;
    background: #0a2ca4;
    font-size: 1.05rem;
    font-weight: 600;
    color: #eaf3ff;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .megamenu-mobile-drawer .drawer-back {
    color: #eaf3ff;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.01rem;
    margin-bottom: 6px;
  }

  .megamenu-mobile-drawer .drawer-list {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .megamenu-mobile-drawer .drawer-list li {
    margin: 0;
    padding: 0 8px;
  }

  .megamenu-mobile-drawer .drawer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eaf3ff;
    color: #0a2ca4;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(30, 64, 175, 0.07);
    transition: background 0.15s, color 0.15s, box-shadow 0.15s;
    position: relative;
    min-height: 38px;
  }

  .megamenu-mobile-drawer .drawer-link:hover {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.13);
  }

  .megamenu-mobile-drawer .drawer-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: #2563eb;
    background: #fff;
    border-radius: 4px;
    padding: 1px;
    margin-right: 2px;
    transition: fill 0.15s, background 0.15s;
  }

  .megamenu-mobile-drawer .drawer-link:hover svg {
    fill: #fff;
    background: #2563eb;
  }

  .megamenu-mobile-drawer .drawer-arrow {
    margin-left: auto;
    color: #2563eb;
    font-size: 1.08em;
    transition: color 0.15s;
  }

  .megamenu-mobile-drawer .drawer-link:hover .drawer-arrow {
    color: #fff;
  }

  .megamenu-mobile-drawer .drawer-link.drawer-link-main {
    background: #fff;
    color: #2563eb;
    font-size: 1.05rem;
    font-weight: 700;
    border: 2px solid #2563eb;
    min-height: 40px;
  }
}

@media (min-width: 992px) {
  .megamenu-mobile-drawer {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 991px) {

  .hc-topbar,
  .hc-nav-right {
    display: none !important;
  }

  .hc-navbar-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 2px solid #2563eb;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.04);
  }

  .hc-burger {
    display: flex;
    margin: 0;
    order: 1;
  }

  .hc-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    order: 2;
  }

  .hc-logo img {
    height: 28px;
    max-width: 120px;
    margin: 0 auto;
    display: block;
  }

  .hc-user-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 3;
    flex: 0 0 auto;
    margin-left: 8px;
  }

  .hc-user-mobile > a {
    color: #2563eb;
    font-size: 1.7em;
    display: flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 50%;
    transition: background 0.15s;
  }

  .hc-user-mobile > a:hover {
    background: #eaf3ff;
  }

  .hc-nav-main {
    display: none !important;
    flex-direction: column;
    background: #fff;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 1500;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.04);
    padding: 0 0 18px 0;
  }

  body.nav-open .hc-nav-main {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .hc-user-mobile {
    display: none !important;
  }

  .hc-nav-main {
    display: flex !important;
    flex-direction: row;
    gap: 2px;
    align-items: stretch;
    background: transparent;
    position: static;
    width: auto;
    box-shadow: none;
    padding: 0;
    height: 100%;
  }
}

.megamenu-dark-offer {
  border: none !important;
  padding: 0;
}

.megamenu-dark-offer a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  padding: 7px 0 !important;
  border-bottom: 1px solid #eef1f6;
  border-radius: 0;
  background: none;
  border-top: none;
  gap: 0;
}

.megamenu-dark-offer a:hover {
  background: transparent;
}

.megamenu-dark-offer a:hover .megamenu-dark-offer-title {
  color: #2563eb;
}

.megamenu-dark-offer:first-child a {
  padding-top: 0;
}

.megamenu-dark-offer:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.megamenu-dark-col:first-child .megamenu-dark-offer:first-child {
  margin-top: 0;
}

.megamenu-dark-col:last-child .megamenu-dark-offer:first-child {
  margin-top: 0;
}

/* VPS / dédié localisations — drapeaux */
.megamenu-vps-regions {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 0;
  margin-top: 0;
}

.hc-nav-main .megamenu-vps-region,
.megamenu-dark .megamenu-vps-region {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-radius: 0;
  text-decoration: none !important;
  color: #162E62 !important;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.15s ease;
  border-bottom: 1px solid #eef1f6;
  background: transparent !important;
}

.hc-nav-main .megamenu-vps-region:hover,
.megamenu-dark .megamenu-vps-region:hover {
  background: transparent !important;
  color: #2563eb !important;
}

.megamenu-vps-region-flag {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background: #eef1f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e9f0;
}

.megamenu-vps-region-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.megamenu-vps-region-label {
  font-weight: 650;
  font-size: 14px;
  flex: 1;
  min-width: 0;
  color: inherit !important;
}

.megamenu-vps-region-city {
  font-size: 12px;
  color: #6b7a90 !important;
  white-space: nowrap;
  font-weight: 400;
}

.drawer-subheader {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 18px 6px;
}

.drawer-link-flag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.drawer-link-flag img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .megamenu-vps-regions {
    grid-template-columns: 1fr;
  }
}


/* ===== FIX FINAL SOUS-MENUS (desktop) ===== */
@media (min-width: 992px) {
  .hc-header-shell,
  .hc-navbar,
  .hc-navbar-inner,
  .hc-nav,
  .hc-nav > li {
    overflow: visible !important;
  }

  .hc-nav > li {
    position: relative !important;
  }

  /* Reset critique : ne pas hériter des styles .hc-nav li / a */
  .megamenu-dark li {
    display: block !important;
    height: auto !important;
    position: static !important;
    align-items: initial !important;
  }

  .megamenu-dark a {
    height: auto !important;
    align-self: auto !important;
    border-bottom: none !important;
    margin: 0 !important;
  }

  .hc-nav > li > .megamenu-dark {
    display: none;
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    margin: 0 !important;
    transform: none !important;
    width: 580px !important;
    min-width: 580px !important;
    max-width: calc(100vw - 24px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    box-sizing: border-box !important;
    background: #fff !important;
    color: #162E62 !important;
    border: 1px solid #d8dee8 !important;
    border-top: 2px solid #2563eb !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 28px rgba(22, 46, 98, 0.12) !important;
    overflow: visible !important;
    z-index: 1300 !important;
    padding: 0 !important;
  }

  .hc-nav > li:hover > .megamenu-dark,
  .hc-nav > li:focus-within > .megamenu-dark {
    display: block !important;
  }

  .megamenu-dark-grid {
    display: flex !important;
    align-items: flex-start !important;
    min-height: 0 !important;
    height: auto !important;
    width: 100% !important;
  }

  .megamenu-dark-cats {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
    align-self: stretch !important;
    background: #f7f8fb !important;
    border-right: 1px solid #e5e9f0 !important;
    padding: 10px 0 !important;
    display: block !important;
  }

  .megamenu-dark-cats ul {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .megamenu-dark-cats li {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
  }

  .megamenu-dark-cats a,
  .megamenu-dark-cats a.active,
  .megamenu-dark-cats a:hover {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #162E62 !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .megamenu-dark-cats a.active,
  .megamenu-dark-cats a:hover {
    background: #fff !important;
    color: #2563eb !important;
    border-left-color: #2563eb !important;
  }

  .megamenu-dark-cats a i,
  .megamenu-dark-cats a svg {
    width: 16px !important;
    height: 16px !important;
    font-size: 14px !important;
    color: #2563eb !important;
    stroke: #162E62 !important;
    flex-shrink: 0 !important;
  }

  .megamenu-dark-cats .cat-arrow {
    display: none !important;
  }

  .megamenu-dark-products {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 16px 20px 18px !important;
    background: #fff !important;
    display: block !important;
  }

  .megamenu-dark-content {
    display: none;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
  }

  .megamenu-dark-content[style*="display: flex"],
  .megamenu-dark-content[style*="display:flex"] {
    display: flex !important;
    flex-direction: column !important;
  }

  .megamenu-dark-col {
    width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    height: auto !important;
  }

  .megamenu-dark-title {
    font-size: 12px !important;
    margin: 0 0 10px !important;
    color: #6b7a90 !important;
  }

  .megamenu-dark-offer {
    height: auto !important;
  }

  .megamenu-dark-offer a {
    display: block !important;
    height: auto !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef1f6 !important;
    color: #162E62 !important;
    text-decoration: none !important;
  }

  .megamenu-dark-offer a:hover {
    color: #2563eb !important;
    background: transparent !important;
  }

  .megamenu-dark-offer-logo {
    display: none !important;
  }

  .megamenu-dark-offer-title {
    font-size: 15.5px !important;
    font-weight: 650 !important;
    color: inherit !important;
    line-height: 1.35 !important;
  }

  .megamenu-dark-offer-desc {
    font-size: 13.5px !important;
    color: #6b7a90 !important;
    margin-top: 4px !important;
    line-height: 1.4 !important;
  }

  .megamenu-vps-regions {
    grid-template-columns: 1fr !important;
  }

  .megamenu-vps-region {
    height: auto !important;
    padding: 12px 0 !important;
    gap: 12px !important;
    font-size: 14.5px !important;
  }

  .megamenu-vps-region-flag {
    width: 26px !important;
    height: 18px !important;
  }

  .megamenu-vps-region-label {
    font-size: 14.5px !important;
  }

  .megamenu-vps-region-city {
    font-size: 13px !important;
  }
}
