/* =========================
   FOOTER – DIAOLOKAN
   Layout unico (mobile-style)
   ========================= */

.site-footer{
  background: transparent;
  border-top: 1px solid rgba(255,255,255,0.05);
}
/* contenitore principale */
.site-footer .footer-inner{
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
}

/* titoli */
.site-footer .footer-h{
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: .50;
}

/* testo descrittivo */
.site-footer .footer-p{
  opacity: .55;
  line-height: 1.4;
}

/* link base */
.site-footer .footer-a{
  display: block;
  padding: 6px 0;
  text-decoration: none;
  opacity: .58;
}

.site-footer .footer-a:hover{
  opacity: 1;
  text-decoration: underline;
}

/* evidenzia EPK */
.site-footer .footer-epk{
  font-weight: 800;
  opacity: 1;
}

/* CONTATTI & SOCIAL */
.site-footer .footer-right{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.site-footer .footer-mail{
  font-weight: 600;
}

.site-footer .footer-all{
  opacity: .85;
}

/* icone social */
.site-footer .footer-icons{
  margin-top: 6px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.site-footer .footer-icon{
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  text-decoration: none;
}

.site-footer .footer-icon img{
  width: 22px;
  height: 22px;
}

/* copyright */
.site-footer .footer-bottom{
  max-width: 700px;
  margin: 20px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.10);
  text-align: center;
  opacity: .7;
  font-size: .92rem;
}
/* LINK RAPIDI: sempre su una riga */
.site-footer .footer-navlinks{
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer .footer-navlinks .footer-a{
  display: inline-block;
  padding: 6px 0;
}
.footer-share{
  margin-top: 18px;
  margin-bottom: 8px;

  display: flex;
  flex-direction: column;   /* 👈 QUESTO È IL PUNTO */
  align-items: center;
}

.footer-share .share-label{
  font-size: .85rem;
  opacity: .7;
}

.footer-share .share-btn{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  transition: background .2s ease, transform .15s ease;
}

.footer-share .share-btn:hover{
  background: rgba(255,255,255,.14);
  transform: translateY(-1px);
}

.footer-share .share-btn svg{
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-share-icons{
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.footer-h-small{
  font-size: .75rem;
  opacity: .7;
  letter-spacing: .08em;
}
#shareFb{ color:#1877f2; }
#shareWa{ color:#25d366; }
#shareTg{ color:#229ed9; }