/* Effika v5 — assets d'icones aportats pel client.
   No altera la lògica dels hovers: només actualitza assets i escala d'escriptori. */

/* Cache-bust de les capes hover del footer, mantenint exactament el mateix comportament. */
#effika-home .home-social--instagram::after{background-image:url('/assets/footer-instagram-hover-v77.png')!important}
#effika-home .home-social--whatsapp::after{background-image:url('/assets/footer-whatsapp-hover-v77.png')!important}
#effika-home .home-social--linkedin::after{background-image:url('/assets/footer-linkedin-hover-v77.png')!important}

@media (min-width:821px){
  /* Els nous exports transparents són 38 px @4x = 9,5 px en el disseny. */
  #effika-home .home-arrow{
    width:9.5px!important;
    height:9.5px!important;
  }

  /* Manté els contenidors de 39 px i les rotacions/colors hover existents;
     només redueix la fletxa interior al nou cos visual. */
  html.effika-home-route #effika-home .home-service-card__arrow img,
  #effika-home.services-page .services-card__arrow img,
  #effika-home.about-page .about-service-card__arrow img,
  #effika-home.service-detail-page .service-detail-card__arrow img,
  #effika-home.service-detail-page .service-faq-arrow img{
    width:9.5px!important;
    height:9.5px!important;
    object-fit:contain!important;
  }
}
