﻿/* SafeOps Group final shared header.
   This file is intentionally loaded after styles.css so every page uses one header. */

html body .shared-site-header {
  position: fixed !important;
  z-index: 1000 !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 78px !important;
  min-height: 78px !important;
  padding: 8px 42px !important;
  gap: 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: #03111d !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: transform 180ms ease !important;
}

html body .hero,
html body .page-hero {
  margin-top: 0 !important;
}

html body .hero,
html body .page-hero,
html body .service-hero,
html body .pricing-hero,
html body .about-hero {
  padding-top: 156px !important;
}

:root[data-theme="light"] html body .shared-site-header {
  border-bottom-color: rgba(6, 24, 39, 0.1) !important;
  background: #f8fbfd !important;
}

html body .shared-site-header .brand {
  display: inline-flex !important;
  flex: 0 0 250px !important;
  align-items: center !important;
  min-width: 0 !important;
  width: auto !important;
  gap: 10px !important;
}

html body .shared-site-header .brand img {
  flex: 0 0 auto !important;
  width: 48px !important;
  height: 50px !important;
  border-radius: 6px !important;
  object-fit: cover !important;
  object-position: left center !important;
}

html body .shared-site-header .brand strong {
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

html body .shared-site-header .brand small {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0 5px !important;
  margin-top: 5px !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body .shared-site-header .site-nav {
  display: flex !important;
  flex: 1 1 auto !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 0 !important;
  color: var(--muted) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

html body .shared-site-header .site-nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 0 6px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: transparent !important;
  white-space: nowrap !important;
}

html body .shared-site-header .nav-cta,
html body .shared-site-header .cart-link,
html body .shared-site-header .theme-toggle {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 0 10px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html body .shared-site-header .nav-cta {
  border: 1px solid rgba(34, 208, 199, 0.44) !important;
  color: var(--teal) !important;
}

html body .shared-site-header .nav-cta-buy {
  min-width: 88px !important;
}

html body .shared-site-header .nav-cta-quote {
  min-width: 104px !important;
}

html body .shared-site-header .nav-login {
  min-width: 72px !important;
}

html body .shared-site-header .cart-link {
  min-width: 54px !important;
  gap: 6px !important;
}

html body .shared-site-header .theme-toggle {
  min-width: 50px !important;
}

html body .shared-site-header .static-mobile-menu {
  display: none !important;
}

html body .shared-site-header .static-mobile-menu summary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(34, 208, 199, 0.46) !important;
  border-radius: 6px !important;
  background: rgba(8, 28, 43, 0.94) !important;
  color: var(--teal) !important;
  cursor: pointer !important;
  list-style: none !important;
}

html body .shared-site-header .static-mobile-menu summary::-webkit-details-marker {
  display: none !important;
}

html body .shared-site-header .static-menu-lines {
  display: inline-grid !important;
  gap: 4px !important;
  width: 18px !important;
}

html body .shared-site-header .static-menu-lines span {
  display: block !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: currentColor !important;
}

html body .shared-site-header .static-mobile-menu-panel {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  display: grid !important;
  width: min(360px, calc(100vw - 28px)) !important;
  padding: 12px !important;
  gap: 10px !important;
  border: 1px solid rgba(34, 208, 199, 0.32) !important;
  border-radius: 8px !important;
  background: #03111d !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36) !important;
}

html body .shared-site-header .static-mobile-menu-panel nav,
html body .shared-site-header .static-mobile-actions {
  display: grid !important;
  gap: 8px !important;
}

html body .shared-site-header .static-mobile-menu-panel a,
html body .shared-site-header .static-mobile-theme-toggle {
  width: 100% !important;
  min-height: 42px !important;
  justify-content: flex-start !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  text-align: left !important;
}

html body .shared-site-header .static-mobile-menu-panel nav a {
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

@media (min-width: 761px) and (max-width: 1320px) {
  html body .shared-site-header {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  html body .shared-site-header .brand {
    flex-basis: 230px !important;
  }

  html body .shared-site-header .cart-link,
  html body .shared-site-header .theme-toggle {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html body .shared-site-header {
    position: fixed !important;
    flex-wrap: nowrap !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 10px 14px !important;
    gap: 10px !important;
  }

  html body.header-hidden .shared-site-header {
    transform: translateY(-112%) !important;
  }

  html body .shared-site-header .brand {
    flex: 1 1 auto !important;
  }

  html body .shared-site-header .brand img {
    width: 42px !important;
    height: 44px !important;
  }

  html body .shared-site-header .brand strong {
    font-size: 16px !important;
  }

  html body .shared-site-header .brand small {
    gap: 0 5px !important;
    font-size: 10px !important;
  }

  html body .shared-site-header > .site-nav,
  html body .shared-site-header > .nav-cta,
  html body .shared-site-header > .cart-link,
  html body .shared-site-header > .theme-toggle {
    display: none !important;
  }

  html body .shared-site-header .static-mobile-menu {
    position: relative !important;
    display: block !important;
    flex: 0 0 auto !important;
  }

  html body .hero,
  html body .page-hero,
  html body .service-hero,
  html body .pricing-hero,
  html body .about-hero {
    padding-top: 86px !important;
  }
}

