/* =============================================================================
   LOCKED site chrome — header.topbar + footer.zatra-premium-footer
   Stamp: 20260816chromelock3
   Source of truth: assets/data/site-chrome.json (Services markup)
   Loads LAST. Do not restyle, restack, or retune. Page bodies are out of scope.
   Breakpoint: 980px. Shared rail: 1200px / 32px gutter (matches .container).
   ============================================================================= */

:root{
  --zatra-chrome-max:1200px;
  --zatra-chrome-gutter:16px;
  --zatra-chrome-header-h:72px;
  --zatra-chrome-header-h-m:64px;
  --zatra-chrome-ink:#101828;
  --zatra-chrome-muted:#475467;
  --zatra-chrome-line:#e7e9ee;
  --zatra-chrome-red:#ed0000;
  --zatra-chrome-foot:#07080b;
}

/* ---- Sprite must remain paintable for mega-nav <use> ---- */
html body svg.icon-sprite,
svg.icon-sprite{
  position:absolute !important;
  width:24px !important;
  height:24px !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
  white-space:nowrap !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  visibility:visible !important;
  opacity:0 !important;
  pointer-events:none !important;
  left:-100vw !important;
  top:0 !important;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
html body header.topbar,
html body .topbar.topbar{
  position:sticky !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:1300 !important;
  isolation:isolate !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:#fff !important;
  background-color:#fff !important;
  border:0 !important;
  border-bottom:1px solid var(--zatra-chrome-line) !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  box-sizing:border-box !important;
}

html body header.topbar .container.nav,
html body header.topbar .nav.container,
html body .topbar .container.nav{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  width:min(100% - 32px, var(--zatra-chrome-max)) !important;
  max-width:var(--zatra-chrome-max) !important;
  min-height:var(--zatra-chrome-header-h) !important;
  height:var(--zatra-chrome-header-h) !important;
  margin:0 auto !important;
  padding:0 !important;
  box-sizing:border-box !important;
}

html body header.topbar a.brand,
html body .topbar a.brand{
  display:inline-flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  gap:0 !important;
  min-width:0 !important;
  max-width:none !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  text-decoration:none !important;
  overflow:visible !important;
}

html body header.topbar a.brand img,
html body .topbar a.brand img{
  display:block !important;
  width:auto !important;
  height:36px !important;
  max-width:160px !important;
  min-width:120px !important;
  max-height:36px !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
}

html body header.topbar a.brand .brand-wordmark,
html body .topbar a.brand .brand-wordmark{
  display:none !important;
}

/* Hamburger — 48px disc, 3 ink bars that cannot collapse */
html body header.topbar .menu-toggle,
html body button.menu-toggle.menu-toggle{
  display:none;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 48px !important;
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  min-height:48px !important;
  margin:0 !important;
  padding:0 !important;
  gap:5px !important;
  box-sizing:border-box !important;
  border-radius:999px !important;
  border:1px solid rgba(16,24,40,.12) !important;
  background:#fff !important;
  color:var(--zatra-chrome-ink) !important;
  box-shadow:0 12px 34px rgba(16,24,40,.11) !important;
  cursor:pointer !important;
}
html body header.topbar .menu-toggle span,
html body button.menu-toggle.menu-toggle span{
  display:block !important;
  width:18px !important;
  height:2px !important;
  min-height:2px !important;
  max-height:2px !important;
  margin:0 !important;
  padding:0 !important;
  flex:0 0 2px !important;
  flex-shrink:0 !important;
  flex-grow:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:var(--zatra-chrome-ink) !important;
  opacity:1 !important;
  visibility:visible !important;
  transform-origin:center !important;
  box-sizing:border-box !important;
}
html body header.topbar .menu-toggle[aria-expanded="true"] span:nth-child(1),
html body button.menu-toggle.menu-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(7px) rotate(45deg) !important;
}
html body header.topbar .menu-toggle[aria-expanded="true"] span:nth-child(2),
html body button.menu-toggle.menu-toggle[aria-expanded="true"] span:nth-child(2){
  opacity:0 !important;
  transform:scaleX(.2) !important;
}
html body header.topbar .menu-toggle[aria-expanded="true"] span:nth-child(3),
html body button.menu-toggle.menu-toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg) !important;
}

html body header.topbar #primary-nav.navlinks,
html body .topbar .navlinks{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex:1 1 auto !important;
  flex-wrap:nowrap !important;
  gap:4px !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  white-space:nowrap !important;
  overflow:visible !important;
}

html body header.topbar #primary-nav .nav-plain-link,
html body header.topbar #primary-nav .nav-hub-link,
html body header.topbar #primary-nav .nav-menu > summary.nav-summary-hub,
html body .topbar .navlinks > .nav-plain-link,
html body .topbar .navlinks .nav-hub-link,
html body .topbar .navlinks .nav-menu > summary.nav-summary-hub{
  display:inline-flex !important;
  align-items:center !important;
  margin:0 !important;
  padding:8px 8px 10px !important;
  border:0 !important;
  border-bottom:3px solid transparent !important;
  background:transparent !important;
  color:var(--zatra-chrome-ink) !important;
  font-family:Montserrat,"Segoe UI",sans-serif !important;
  font-size:14.5px !important;
  font-weight:650 !important;
  font-style:normal !important;
  letter-spacing:-.015em !important;
  line-height:1.1 !important;
  text-transform:none !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  box-shadow:none !important;
}

html body header.topbar #primary-nav .nav-plain-link:hover,
html body header.topbar #primary-nav .nav-hub-link:hover,
html body header.topbar #primary-nav .nav-plain-link[aria-current="page"],
html body header.topbar #primary-nav .nav-hub-link[aria-current="page"],
html body .topbar .navlinks > .nav-plain-link:hover,
html body .topbar .navlinks .nav-hub-link:hover{
  color:var(--zatra-chrome-red) !important;
}

html body header.topbar #primary-nav .nav-menu:has(> summary .nav-hub-link[aria-current="page"]) > summary.nav-summary-hub,
html body header.topbar #primary-nav .nav-plain-link[aria-current="page"]{
  color:var(--zatra-chrome-red) !important;
  border-bottom-color:var(--zatra-chrome-red) !important;
}

html body header.topbar #primary-nav .nav-hub-link{
  padding:0 !important;
  border:0 !important;
}
html body header.topbar #primary-nav .nav-menu > summary.nav-summary-hub{
  gap:2px !important;
  list-style:none !important;
}
html body header.topbar #primary-nav .nav-caret-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:22px !important;
  height:22px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:6px !important;
  background:transparent !important;
  color:inherit !important;
}

html body header.topbar .nav-cta{
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  gap:8px !important;
  margin:0 !important;
  padding:0 !important;
}
html body header.topbar .nav-cta .btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:40px !important;
  height:40px !important;
  margin:0 !important;
  padding:0 16px !important;
  border-radius:999px !important;
  font-family:Montserrat,"Segoe UI",sans-serif !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:-.01em !important;
  line-height:1 !important;
  white-space:nowrap !important;
  text-decoration:none !important;
  box-sizing:border-box !important;
}
html body header.topbar .nav-cta .btn-primary{
  background:var(--zatra-chrome-red) !important;
  border:1px solid var(--zatra-chrome-red) !important;
  color:#fff !important;
}
html body header.topbar .nav-cta .btn-secondary{
  background:#fff !important;
  border:1px solid rgba(16,24,40,.16) !important;
  color:var(--zatra-chrome-ink) !important;
}

/* Desktop: Pricing lives in .nav-cta — hide the duplicate plain link */
@media (min-width:981px){
  html body header.topbar .menu-toggle,
  html body .topbar .menu-toggle{
    display:none !important;
  }
  html body header.topbar #primary-nav.navlinks,
  html body .topbar .navlinks{
    display:flex !important;
  }
  html body header.topbar #primary-nav .nav-plain-link[data-track="page-nav-pricing"],
  html body .topbar .navlinks .nav-plain-link[data-track="page-nav-pricing"]{
    display:none !important;
  }
}

@media (min-width:981px) and (max-width:1240px){
  html body header.topbar #primary-nav.navlinks,
  html body .topbar .navlinks{
    flex-wrap:nowrap !important;
    gap:2px !important;
    max-width:none !important;
  }
  html body header.topbar #primary-nav .nav-plain-link,
  html body header.topbar #primary-nav .nav-hub-link,
  html body header.topbar #primary-nav .nav-menu > summary.nav-summary-hub,
  html body .topbar .navlinks > .nav-plain-link,
  html body .topbar .navlinks .nav-hub-link,
  html body .topbar .navlinks .nav-menu > summary.nav-summary-hub{
    font-size:13.5px !important;
    padding:8px 6px 10px !important;
  }
  html body header.topbar .nav-cta .btn{
    min-height:36px !important;
    height:36px !important;
    padding:0 12px !important;
    font-size:12.5px !important;
  }
  html body header.topbar a.brand img,
  html body .topbar a.brand img{
    height:32px !important;
    max-height:32px !important;
    max-width:148px !important;
  }
}

@media (max-width:980px){
  /* Sticky header is in-flow. ui-force-nav-wa / mobile-hero-clearance still
     pad the body for a FIXED bar → empty band ABOVE the nav. Kill that pad. */
  html.in-wix-frame body,
  html body.in-wix-frame,
  html.in-wix-frame body.home-page,
  html body.home-page,
  html body.pricing-page,
  html body.contact-page,
  html body{
    padding-top:0 !important;
  }
  html body header.topbar,
  html body .topbar.topbar{
    top:0 !important;
    margin-top:0 !important;
    padding-top:env(safe-area-inset-top,0px) !important;
    padding-right:0 !important;
    padding-bottom:0 !important;
    padding-left:0 !important;
  }
  html body header.topbar .container.nav,
  html body .topbar .container.nav{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 48px !important;
    align-items:center !important;
    gap:12px !important;
    min-height:var(--zatra-chrome-header-h-m) !important;
    height:var(--zatra-chrome-header-h-m) !important;
    width:min(100% - 32px, var(--zatra-chrome-max)) !important;
    position:relative !important;
  }
  html body header.topbar a.brand{grid-column:1 !important;grid-row:1 !important;}
  html body header.topbar .menu-toggle{
    display:inline-flex !important;
    grid-column:2 !important;
    grid-row:1 !important;
    justify-self:end !important;
  }
  html body header.topbar .nav-cta{
    display:none !important;
  }
  html body header.topbar #primary-nav.navlinks,
  html body .topbar .navlinks{
    display:none !important;
  }
  html body header.topbar #primary-nav.navlinks.is-open,
  html body .topbar .navlinks.is-open{
    display:grid !important;
    position:absolute !important;
    top:100% !important;
    left:50% !important;
    right:auto !important;
    width:100vw !important;
    max-width:100vw !important;
    transform:translateX(-50%) !important;
    flex-wrap:nowrap !important;
    white-space:normal !important;
    justify-content:stretch !important;
  }
  html body header.topbar #primary-nav .nav-plain-link[data-track="page-nav-pricing"]{
    display:flex !important;
  }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
html body footer.zatra-premium-footer,
html body .zatra-premium-footer{
  position:relative !important;
  isolation:isolate !important;
  width:100% !important;
  margin:0 !important;
  padding:0 0 calc(20px + env(safe-area-inset-bottom,0px)) !important;
  overflow:hidden !important;
  background:var(--zatra-chrome-foot) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  box-sizing:border-box !important;
}

html body footer.zatra-premium-footer .zatra-footer-shell,
html body .zatra-premium-footer .zatra-footer-shell{
  width:min(100% - 32px, var(--zatra-chrome-max)) !important;
  max-width:var(--zatra-chrome-max) !important;
  margin:0 auto !important;
  padding:clamp(40px,5vw,56px) 0 0 !important;
  background:transparent !important;
  border-radius:0 !important;
  box-sizing:border-box !important;
}

html body footer.zatra-premium-footer .zatra-footer-grid,
html body .zatra-premium-footer .zatra-footer-grid{
  display:grid !important;
  grid-template-columns:minmax(220px,.9fr) minmax(0,2.2fr) !important;
  gap:40px 48px !important;
  align-items:start !important;
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
}

html body footer.zatra-premium-footer .zatra-footer-brand,
html body .zatra-premium-footer .zatra-footer-brand{
  display:grid !important;
  align-content:start !important;
  gap:18px !important;
  margin:0 !important;
  padding:0 !important;
  min-width:0 !important;
}

html body footer.zatra-premium-footer a.zatra-footer-logo,
html body .zatra-premium-footer a.zatra-footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  text-decoration:none !important;
}
html body footer.zatra-premium-footer .zatra-footer-logo-img,
html body footer.zatra-premium-footer a.zatra-footer-logo img{
  display:block !important;
  width:auto !important;
  height:40px !important;
  max-width:184px !important;
  margin:0 !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border:0 !important;
}

html body footer.zatra-premium-footer .zatra-footer-slogan,
html body .zatra-premium-footer .zatra-footer-slogan{
  max-width:22rem !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(255,255,255,.78) !important;
  font-family:Inter,system-ui,sans-serif !important;
  font-size:.8125rem !important;
  font-weight:600 !important;
  line-height:1.45 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}

html body footer.zatra-premium-footer .zatra-footer-contact-block h3,
html body footer.zatra-premium-footer .zatra-footer-col > h3,
html body footer.zatra-premium-footer .zatra-footer-col h3{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 0 12px !important;
  padding:0 !important;
  color:rgba(248,250,252,.5) !important;
  font-family:Montserrat,"Segoe UI",sans-serif !important;
  font-size:.72rem !important;
  font-weight:800 !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
  line-height:1.2 !important;
}

html body footer.zatra-premium-footer .zatra-footer-contact{
  display:grid !important;
  gap:12px !important;
  margin:6px 0 0 !important;
  padding:0 !important;
  font-style:normal !important;
}
html body footer.zatra-premium-footer .zatra-footer-contact-line,
html body footer.zatra-premium-footer a.zatra-footer-contact-line{
  display:grid !important;
  grid-template-columns:28px minmax(0,1fr) !important;
  column-gap:12px !important;
  align-items:start !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(248,250,252,.78) !important;
  font-family:Inter,system-ui,sans-serif !important;
  font-size:.9375rem !important;
  font-weight:450 !important;
  line-height:1.45 !important;
  text-decoration:none !important;
}
html body footer.zatra-premium-footer .zatra-footer-contact-icon,
html body footer.zatra-premium-footer .zatra-footer-title-icon{
  display:grid !important;
  place-items:center !important;
  width:28px !important;
  height:28px !important;
  margin:0 !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--zatra-chrome-foot) !important;
  border:0 !important;
  box-shadow:none !important;
}
html body footer.zatra-premium-footer .zatra-footer-contact-icon svg,
html body footer.zatra-premium-footer .zatra-footer-title-icon svg{
  width:14px !important;
  height:14px !important;
  fill:currentColor !important;
  stroke:none !important;
}

html body footer.zatra-premium-footer .zatra-footer-social{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:4px 0 0 !important;
  padding:0 !important;
}
html body footer.zatra-premium-footer .zatra-footer-social a{
  display:grid !important;
  place-items:center !important;
  width:40px !important;
  height:40px !important;
  margin:0 !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--zatra-chrome-foot) !important;
  border:0 !important;
  box-shadow:none !important;
}
html body footer.zatra-premium-footer .zatra-footer-social a svg{
  width:18px !important;
  height:18px !important;
  fill:currentColor !important;
}

html body footer.zatra-premium-footer .zatra-footer-links,
html body .zatra-premium-footer .zatra-footer-links{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:24px 32px !important;
  margin:0 !important;
  padding:0 !important;
  min-width:0 !important;
}
html body footer.zatra-premium-footer .zatra-footer-col{
  display:grid !important;
  align-content:start !important;
  gap:10px !important;
  min-width:0 !important;
}
html body footer.zatra-premium-footer .zatra-footer-col > a{
  display:block !important;
  margin:0 !important;
  padding:2px 0 !important;
  color:#f8fafc !important;
  font-family:Inter,system-ui,sans-serif !important;
  font-size:.9375rem !important;
  font-weight:450 !important;
  line-height:1.4 !important;
  text-decoration:none !important;
  overflow-wrap:break-word !important;
}
html body footer.zatra-premium-footer .zatra-footer-col > a:hover,
html body footer.zatra-premium-footer a.zatra-footer-contact-line:hover{
  color:#fff !important;
}

html body footer.zatra-premium-footer .zatra-footer-bottom,
html body .zatra-premium-footer .zatra-footer-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-wrap:wrap !important;
  gap:12px 24px !important;
  width:100% !important;
  margin:36px 0 0 !important;
  padding:18px 0 0 !important;
  border:0 !important;
  border-top:1px solid rgba(255,255,255,.1) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-sizing:border-box !important;
}
html body footer.zatra-premium-footer .zatra-footer-bottom p{
  margin:0 !important;
  padding:0 !important;
  color:rgba(248,250,252,.58) !important;
  font-family:Inter,system-ui,sans-serif !important;
  font-size:.8125rem !important;
  line-height:1.45 !important;
}
html body footer.zatra-premium-footer .zatra-footer-legal{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-end !important;
  gap:8px 18px !important;
  margin:0 !important;
  padding:0 !important;
}
html body footer.zatra-premium-footer .zatra-footer-legal a{
  color:rgba(248,250,252,.78) !important;
  font-size:.8125rem !important;
  font-weight:500 !important;
  text-decoration:none !important;
  padding:0 !important;
}

@media (max-width:1100px){
  html body footer.zatra-premium-footer .zatra-footer-grid{
    grid-template-columns:1fr !important;
    gap:32px !important;
  }
  html body footer.zatra-premium-footer .zatra-footer-links{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:28px 24px !important;
  }
}

@media (max-width:980px){
  html body footer.zatra-premium-footer{
    border-radius:0 !important;
    padding-bottom:calc(16px + env(safe-area-inset-bottom,0px)) !important;
  }
  html body footer.zatra-premium-footer .zatra-footer-shell{
    padding-top:32px !important;
  }
  html body footer.zatra-premium-footer .zatra-footer-grid,
  html body footer.zatra-premium-footer .zatra-footer-links{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
  html body footer.zatra-premium-footer .zatra-footer-col > a,
  html body footer.zatra-premium-footer a.zatra-footer-contact-line,
  html body footer.zatra-premium-footer .zatra-footer-legal a{
    min-height:44px !important;
    display:flex !important;
    align-items:center !important;
  }
  html body footer.zatra-premium-footer .zatra-footer-bottom{
    flex-direction:column !important;
    align-items:flex-start !important;
    margin-top:28px !important;
    padding-top:16px !important;
  }
  html body footer.zatra-premium-footer .zatra-footer-legal{
    justify-content:flex-start !important;
  }
}

@media (prefers-reduced-motion:reduce){
  html body header.topbar .menu-toggle span{
    transition:none !important;
  }
}
