/* Site-wide mobile header, cart badge, and call control. */
.nex-cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d92828;
  color: #fff;
  font: 700 11px/1 Arial, sans-serif;
  vertical-align: top;
  transform: translate(-6px, -11px);
}
.nex-call-now {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2147483646;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #0b4aa2;
  color: #fff !important;
  font: 700 15px/1 Arial, sans-serif;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0, 42, 104, .35);
}
.nex-call-now:hover,
.nex-call-now:focus-visible { background: #083777; }
.nex-call-now__icon { font-size: 18px; line-height: 1; }
.nex-mobile-header { display: none; }
[data-aid="HEADER_PHONE_RENDERED"] a {
  cursor: pointer;
  text-decoration: none !important;
}
.nex-desktop-logo {
  position: fixed;
  z-index: 2147483645;
  top: 12px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transform: none;
  color: #102a43 !important;
  font: 800 22px/1 Arial, sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none !important;
  white-space: nowrap;
}
.nex-desktop-logo svg { display: block; width: 38px; height: 38px; flex: 0 0 auto; }
[data-ux="Header"] [data-aid="HEADER_LOGO_RENDERED"] { visibility: hidden; }
[data-aid*="FOOTER_POWERED_BY_AIRO"],
a[href*="godaddy.com/websites/website-builder"] { display: none !important; }

@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  [data-ux="Header"], .widget-header, body > header { display: none !important; }
  .nex-desktop-logo { display: none !important; }
  .nex-mobile-header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #dbe3ef;
    box-shadow: 0 2px 8px rgba(16, 42, 67, .08);
  }
  .nex-mobile-header a {
    color: #0b1026 !important;
    font: 800 clamp(20px, 6vw, 26px)/1.2 Arial, sans-serif;
    text-decoration: none !important;
  }
  .nex-mobile-header__icon { margin-right: 7px; }
  .nex-call-now { right: 14px; bottom: 14px; padding: 13px 16px; }
}
