/* Carrozzeria Destro - V214
   WhatsApp nella barra menu in alto a destra.
   L'Assistente Destro resta l'unico pulsante flottante in basso. */

.site-header .nav-cta.nav-whatsapp-header{
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  min-height:46px !important;
  padding:11px 18px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:999px !important;
  background:#25d366 !important;
  color:#06250f !important;
  font-weight:950 !important;
  line-height:1 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  box-shadow:0 14px 34px rgba(37,211,102,.25) !important;
}
.site-header .nav-cta.nav-whatsapp-header::before{
  content:"" !important;
  display:block !important;
  width:20px !important;
  height:20px !important;
  flex:0 0 20px !important;
  background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2306250f' d='M16.03 3.2A12.67 12.67 0 0 0 5.08 22.24L3.2 28.8l6.72-1.76a12.66 12.66 0 1 0 6.11-23.84Zm0 22.98c-2 0-3.96-.54-5.67-1.57l-.41-.24-3.99 1.04 1.07-3.89-.27-.4a10.31 10.31 0 1 1 9.27 5.06Zm5.66-7.72c-.31-.16-1.84-.91-2.12-1.01-.29-.11-.5-.16-.71.16-.21.31-.81 1.01-.99 1.22-.18.21-.36.24-.67.08-.31-.16-1.31-.48-2.5-1.54-.92-.82-1.55-1.84-1.73-2.15-.18-.31-.02-.48.14-.64.14-.14.31-.36.47-.54.15-.18.2-.31.31-.52.1-.21.05-.39-.03-.55-.08-.15-.71-1.71-.97-2.34-.25-.61-.51-.53-.71-.54h-.6c-.21 0-.55.08-.84.39-.29.31-1.1 1.07-1.1 2.62s1.13 3.04 1.29 3.25c.15.21 2.22 3.39 5.38 4.75.75.32 1.34.52 1.8.67.76.24 1.44.21 1.99.13.61-.09 1.84-.75 2.1-1.48.26-.73.26-1.35.18-1.48-.08-.13-.29-.21-.6-.36Z'/%3E%3C/svg%3E") !important;
}
.site-header .nav-cta.nav-whatsapp-header:hover{
  background:#20bd5a !important;
  color:#041c0b !important;
  transform:translateY(-1px) !important;
}
/* Nasconde in modo definitivo tutti i vecchi WhatsApp flottanti, anche se vecchi CSS usano !important. */
html body a.float-wa,
html body.fixed-home-page a.float-wa,
html body.fixed-video-page a.float-wa,
html body.fixed-quickfix-page a.float-wa,
html body.fixed-tesla-page a.float-wa,
html body.fixed-touch-page a.float-wa,
html body.lavora-fixed-page a.float-wa,
html body #wa-final-fixed-v138{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
@media(max-width:860px){
  .site-header .nav-wrap{
    grid-template-columns:minmax(0,1fr) auto auto !important;
    gap:10px !important;
  }
  .site-header .nav-toggle{grid-column:2 !important;grid-row:1 !important;}
  .site-header .main-nav{grid-column:1 / -1 !important;}
  .site-header .nav-cta.nav-whatsapp-header{
    grid-column:3 !important;
    grid-row:1 !important;
    justify-self:end !important;
    width:46px !important;
    min-width:46px !important;
    height:46px !important;
    min-height:46px !important;
    padding:0 !important;
    font-size:0 !important;
    border-radius:50% !important;
  }
  .site-header .nav-cta.nav-whatsapp-header::before{width:23px !important;height:23px !important;flex-basis:23px !important;}
}

/* V214 failsafe: no legacy floating WhatsApp anywhere. */
a.float-wa,#wa-final-fixed-v138{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
