/* CRM Libre 1.0.67 — isolated public header.
 * Loaded after frontend.css so historical header experiments cannot add height,
 * offsets, pseudo-elements, or a second white stripe. */
.shcrm-public-site{
  --shcrm-public-header-height:68px;
  --shcrm-public-header-offset:0px;
}

body.shcrm-standalone-public{
  margin-top:0;
}

.shcrm-public-site > .shcrm-site-header-placeholder,
.shcrm-public-site > .sticky-header-placeholder,
.shcrm-public-site > .header-spacer,
.shcrm-public-site > .elementor-sticky__spacer,
[data-shcrm-hidden-header-spacer="1"]{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

.shcrm-public-site > .shcrm-site-header,
.shcrm-public-site > .shcrm-site-header.reference-header,
.shcrm-public-site > .shcrm-site-header.shcrm-reference-header,
.shcrm-public-site > .shcrm-site-header.is-compact,
.shcrm-public-site > .shcrm-site-header.is-scrolled,
.shcrm-public-site > .shcrm-site-header.is-sticky{
  position:sticky!important;
  inset:auto!important;
  top:var(--shcrm-public-header-offset,0px)!important;
  z-index:9990!important;
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  height:var(--shcrm-public-header-height)!important;
  min-height:var(--shcrm-public-header-height)!important;
  max-height:var(--shcrm-public-header-height)!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  background:#fff!important;
  background-image:none!important;
  border:0!important;
  border-bottom:1px solid #e4ebf1!important;
  border-radius:0!important;
  box-shadow:0 4px 14px rgba(15,23,42,.06)!important;
  opacity:1!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
  isolation:isolate!important;
}

.shcrm-public-site > .shcrm-site-header::before,
.shcrm-public-site > .shcrm-site-header::after,
.shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner::before,
.shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner::after{
  content:none!important;
  display:none!important;
}

.shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner{
  position:relative!important;
  inset:auto!important;
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr) auto!important;
  box-sizing:border-box!important;
  width:min(1280px,calc(100% - 32px))!important;
  height:100%!important;
  min-height:100%!important;
  max-height:100%!important;
  margin:0 auto!important;
  padding:0!important;
  align-items:center!important;
  align-content:center!important;
  justify-items:stretch!important;
  gap:16px!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
}

.shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner > .shcrm-site-brand{
  position:relative!important;
  inset:auto!important;
  display:flex!important;
  flex:none!important;
  box-sizing:border-box!important;
  width:180px!important;
  min-width:180px!important;
  max-width:180px!important;
  height:64px!important;
  min-height:64px!important;
  max-height:64px!important;
  margin:0!important;
  padding:0!important;
  align-self:center!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  line-height:0!important;
  transform:none!important;
}

.shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner > .shcrm-site-brand > img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:left center!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
}

.shcrm-public-site > .shcrm-site-header .shcrm-site-nav,
.shcrm-public-site > .shcrm-site-header .shcrm-site-contact,
.shcrm-public-site > .shcrm-site-header .shcrm-site-mobile-menu{
  margin:0!important;
  align-self:center!important;
  transform:none!important;
}

.shcrm-public-site > .shcrm-site-header .shcrm-site-nav{
  justify-self:center!important;
}

.shcrm-public-site > .shcrm-site-header .shcrm-site-nav a{
  padding:8px 8px!important;
  font-size:11px!important;
  line-height:1.2!important;
}

.shcrm-public-site > .shcrm-site-header .shcrm-site-contact{
  justify-self:end!important;
  min-height:36px!important;
  height:auto!important;
  padding:8px 13px!important;
  font-size:10px!important;
  line-height:1.2!important;
}

@media(max-width:1180px){
  .shcrm-public-site{--shcrm-public-header-height:66px}
  .shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner{grid-template-columns:166px minmax(0,1fr) auto!important}
  .shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner > .shcrm-site-brand{width:166px!important;min-width:166px!important;max-width:166px!important;height:62px!important;min-height:62px!important;max-height:62px!important}
}

@media(max-width:980px){
  .shcrm-public-site{--shcrm-public-header-height:64px}
  .shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner{grid-template-columns:minmax(0,1fr) auto!important}
  .shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner > .shcrm-site-brand{width:156px!important;min-width:156px!important;max-width:156px!important;height:60px!important;min-height:60px!important;max-height:60px!important}
  .shcrm-public-site > .shcrm-site-header .shcrm-site-mobile-menu{justify-self:end!important}
}

@media(max-width:700px){
  .shcrm-public-site{--shcrm-public-header-height:62px}
  .shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner{width:calc(100% - 20px)!important;gap:10px!important}
  .shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner > .shcrm-site-brand{width:146px!important;min-width:146px!important;max-width:146px!important;height:58px!important;min-height:58px!important;max-height:58px!important}
}

@media(max-width:420px){
  .shcrm-public-site{--shcrm-public-header-height:58px}
  .shcrm-public-site > .shcrm-site-header > .shcrm-site-header-inner > .shcrm-site-brand{width:132px!important;min-width:132px!important;max-width:132px!important;height:54px!important;min-height:54px!important;max-height:54px!important}
}
