
:root {
  --mbx-nav-max: 1380px;
  --mbx-nav-height: 112px;
  --mbx-mobile-nav-height: 86px;
  --mbx-brand-width: 230px;
  --mbx-actions-width: 292px;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}


/* Accessibility skip link: hidden until reached by keyboard */
.mb-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #ffffff;
  color: #07111f;
  font: 800 15px/1.2 "Outfit", Inter, system-ui, sans-serif;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  transform: translateY(calc(-100% - 24px));
  transition: transform .18s ease;
}

.mb-skip-link:focus,
.mb-skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #8fd0ff;
  outline-offset: 3px;
}


@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}

html.mbx-nav-lock,
body.mbx-nav-lock {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.mbx-nav,
.mbx-nav * {
  box-sizing: border-box;
}

.mbx-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  width: 100%;
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.mbx-nav a,
.mbx-nav button {
  -webkit-tap-highlight-color: transparent;
}

.mbx-nav {
  font-synthesis: none;
}

.mbx-desktop-links > a,
.mbx-desktop-services-button,
.mbx-phone,
.mbx-quote {
  font-kerning: none;
  text-rendering: geometricPrecision;
}

.mbx-nav-bar {
  position: relative;
  display: grid;
  grid-template-columns: var(--mbx-brand-width) minmax(0, 1fr) var(--mbx-actions-width);
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  width: min(calc(100% - 32px), var(--mbx-nav-max));
  min-height: var(--mbx-nav-height);
  margin: 0 auto;
}

.mbx-brand {
  display: inline-flex;
  align-items: center;
  width: var(--mbx-brand-width);
  min-width: var(--mbx-brand-width);
  text-decoration: none;
}

.mbx-brand img {
  display: block;
  width: var(--mbx-brand-width);
  max-width: var(--mbx-brand-width);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}

.mbx-desktop-links {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  /* Home · About · Services · Areas · Prices · Quote · Contact */
  grid-template-columns: 58px 58px 88px 58px 58px 58px 70px;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  width: 538px;
  min-width: 538px;
  transform: translate(-50%, -50%);
}

.mbx-desktop-links > a,
.mbx-desktop-services-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 2px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .9);
  font: 800 17px/1 system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.mbx-desktop-links > a::after,
.mbx-desktop-services-button::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 4px;
  left: 2px;
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
  background: linear-gradient(90deg, #ff4d4d, #3ea6ff);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.mbx-desktop-links > a:hover,
.mbx-desktop-links > a:focus-visible,
.mbx-desktop-services-button:hover,
.mbx-desktop-services-button:focus-visible {
  color: #fff;
}

.mbx-desktop-links > a:hover::after,
.mbx-desktop-links > a:focus-visible::after,
.mbx-desktop-links > a[aria-current="page"]::after,
.mbx-desktop-services-button:hover::after,
.mbx-desktop-services-button:focus-visible::after,
.mbx-desktop-services.is-open .mbx-desktop-services-button::after {
  transform: scaleX(1);
}

.mbx-desktop-links > a:focus-visible,
.mbx-desktop-services-button:focus-visible,
.mbx-phone:focus-visible,
.mbx-quote:focus-visible,
.mbx-burger:focus-visible,
.mbx-mobile-card a:focus-visible,
.mbx-mobile-services-button:focus-visible {
  outline: 3px solid #8fd0ff;
  outline-offset: 4px;
}

.mbx-desktop-services {
  position: relative;
  width: 88px;
}

.mbx-desktop-services-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 88px;
}

.mbx-desktop-services-button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform .2s ease;
}

.mbx-desktop-services.is-open .mbx-desktop-services-button svg {
  transform: rotate(180deg);
}

.mbx-desktop-services-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 5;
  width: 310px;
  max-width: min(310px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(143, 208, 255, .2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(19, 34, 61, .99), rgba(8, 17, 33, .99));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .45);
  transform: translateX(-50%);
}

.mbx-desktop-services-menu[hidden] {
  display: none !important;
}

.mbx-desktop-services-menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.mbx-desktop-services-menu a:hover,
.mbx-desktop-services-menu a:focus-visible {
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.mbx-desktop-actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: var(--mbx-actions-width);
  min-width: var(--mbx-actions-width);
}

.mbx-phone,
.mbx-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mbx-phone {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .07);
}

.mbx-quote {
  background: linear-gradient(135deg, #ff4d4d, #df1f2d);
  box-shadow: 0 14px 30px rgba(217, 31, 38, .25);
}

@media (hover: hover) and (pointer: fine) {
  .mbx-phone:hover,
  .mbx-quote:hover {
    transform: translateY(-2px);
  }

  .mbx-phone:hover {
    background: rgba(255, 255, 255, .11);
  }

  .mbx-quote:hover {
    box-shadow: 0 18px 36px rgba(217, 31, 38, .32);
  }
}

.mbx-burger,
.mbx-mobile-menu {
  display: none;
}

@media (max-width: 1180px) {
  .mbx-nav {
    position: absolute;
  }

  .mbx-nav-bar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: min(calc(100% - 32px), var(--mbx-nav-max));
    min-height: var(--mbx-mobile-nav-height);
    margin: 0 auto;
  }

  .mbx-brand {
    width: auto;
    min-width: 0;
  }

  .mbx-brand img {
    width: min(230px, 32vw);
    max-width: 230px;
    max-height: 72px;
    height: auto;
  }

  .mbx-desktop-links,
  .mbx-desktop-actions {
    display: none;
  }

  .mbx-burger {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 5px;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    padding: 0;
    border: 1px solid rgba(143, 208, 255, .2);
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
  }

  .mbx-burger span {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform .2s ease, opacity .2s ease;
  }

  .mbx-burger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mbx-burger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .mbx-burger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mbx-mobile-menu {
    position: fixed;
    top: var(--mbx-mobile-nav-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    display: block;
    width: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px 16px calc(24px + env(safe-area-inset-bottom));
    background: rgba(4, 10, 20, .72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    scrollbar-gutter: stable;
  }

  .mbx-mobile-menu[hidden] {
    display: none !important;
  }

  .mbx-mobile-card {
    display: grid;
    gap: 4px;
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 14px 14px 18px;
    border: 1px solid rgba(143, 208, 255, .2);
    border-radius: 26px;
    background: linear-gradient(180deg, #11203a 0%, #091426 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
  }

  .mbx-mobile-card > a,
  .mbx-mobile-services-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #fff;
    font: 800 17px/1.2 system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
  }

  .mbx-mobile-card > a[aria-current="page"] {
    background: rgba(255, 255, 255, .06);
  }

  .mbx-mobile-card > a:hover,
  .mbx-mobile-card > a:focus-visible,
  .mbx-mobile-services-button:hover,
  .mbx-mobile-services-button:focus-visible,
  .mbx-mobile-services.is-open .mbx-mobile-services-button {
    background: rgba(255, 255, 255, .07);
  }

  .mbx-mobile-services-button {
    position: relative;
    cursor: pointer;
  }

  .mbx-mobile-services-button svg {
    position: absolute;
    right: 17px;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform .2s ease;
  }

  .mbx-mobile-services.is-open .mbx-mobile-services-button svg {
    transform: rotate(180deg);
  }

  .mbx-mobile-services-menu {
    display: grid;
    gap: 5px;
    padding: 6px 4px 8px;
  }

  .mbx-mobile-services-menu[hidden] {
    display: none !important;
  }

  .mbx-mobile-services-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
  }

  .mbx-mobile-services-menu a:hover,
  .mbx-mobile-services-menu a:focus-visible {
    background: rgba(255, 255, 255, .075);
    color: #fff;
  }

  .mbx-mobile-actions {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: 100%;
    margin: 14px auto 0;
  }

  .mbx-mobile-call,
  .mbx-mobile-help {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(250px, calc(100% - 40px));
    min-height: 50px;
    margin: 0 auto;
    padding: 0 14px;
    border-radius: 15px;
    color: #fff;
    font: 800 16px/1.2 system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
  }

  .mbx-mobile-call {
    background: linear-gradient(135deg, #ff4d4d, #e41f2d);
    box-shadow: 0 12px 24px rgba(217, 31, 38, .2);
  }

  .mbx-mobile-help {
    border: 1px solid rgba(143, 208, 255, .22);
    background: rgba(255, 255, 255, .075);
  }
}


@media (min-width: 769px) and (max-width: 1180px) {
  :root {
    --mbx-mobile-nav-height: 96px;
  }

  .mbx-nav-bar {
    width: min(calc(100% - 48px), var(--mbx-nav-max));
    min-height: var(--mbx-mobile-nav-height);
  }

  .mbx-brand img {
    width: 230px;
    max-width: 230px;
    max-height: 76px;
  }

  .mbx-burger {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .mbx-mobile-menu {
    top: var(--mbx-mobile-nav-height);
    padding-top: 18px;
  }

  .mbx-mobile-card {
    width: min(100%, 560px);
  }
}

@media (max-width: 420px) {
  :root {
    --mbx-mobile-nav-height: 82px;
  }

  .mbx-nav-bar {
    width: calc(100% - 20px);
  }

  .mbx-brand img {
    width: min(200px, 58vw);
    max-width: 200px;
    max-height: 66px;
  }

  .mbx-mobile-menu {
    padding-inline: 10px;
  }

  .mbx-mobile-card {
    padding-inline: 10px;
    border-radius: 22px;
  }

  .mbx-mobile-call,
  .mbx-mobile-help {
    width: min(236px, calc(100% - 28px));
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mbx-nav *,
  .mbx-nav *::before,
  .mbx-nav *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}