/* Web Effika v6 — correccions puntuals sense alterar funcionalitat ni hovers existents. */

/* Xarxes del footer: conserva el contenidor/clic de 39 px i només recupera el cos visual compacte. */
#effika-home .home-social__asset{
  width:24px!important;
  height:24px!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  object-fit:contain!important;
}
#effika-home .home-social::after{
  background-size:24px 24px!important;
  background-position:center!important;
}

/* "Què pots esperar" és informatiu, no interactiu. */
#effika-home.contact-page .contact-expect-list li:hover,
#effika-home.contact-page .contact-expect-list li:focus-visible{
  color:var(--contact-grey)!important;
  font-weight:400!important;
}
#effika-home.contact-page .contact-expect-list li:hover .contact-check,
#effika-home.contact-page .contact-expect-list li:focus-visible .contact-check{
  background:transparent!important;
  border-color:var(--contact-purple)!important;
  box-shadow:none!important;
}

@media (min-width:821px){
  /* Inici / Serveis destacats: els dos textos descriptius comencen a la mateixa cota. */
  html.effika-home-route #effika-home .home-service-card[href*="legalitzacions-installacions"] p{
    margin-top:17px!important;
  }

  /* Serveis / mapa: apropa només el grup de municipis al text, sense moure ni alterar el mapa. */
  #effika-home.services-page .services-towns{
    padding-top:0!important;
    margin-top:-16px!important;
  }

  /* Contacte: el salt manual és abans de la "i" i el ressaltat continua a la mateixa línia. */
  #effika-home.contact-page .contact-intro h1 strong{
    display:inline!important;
  }
}
