/* GLAM V269 - canali social ufficiali */
.gt-social-v269{
  grid-column:1/-1!important;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  margin-top:20px;
  padding:22px 0 4px;
  border-top:1px solid rgba(255,255,255,.15);
}
.gt-social-v269__copy{display:grid;gap:4px;max-width:520px}
.gt-social-v269__copy strong{color:#fff!important;font-size:1rem;letter-spacing:.04em}
.gt-social-v269__copy span{color:rgba(255,255,255,.72)!important;font-size:.9rem;line-height:1.5}
.gt-social-v269__links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.gt-social-v269__link{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  margin:0!important;
  padding:10px 15px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff!important;
  text-decoration:none!important;
  font-size:.88rem;
  font-weight:800;
  line-height:1;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.gt-social-v269__link:hover{
  transform:translateY(-2px)!important;
  background:rgba(255,255,255,.15)!important;
  border-color:rgba(255,255,255,.38)!important;
}
.gt-social-v269__link svg{width:19px;height:19px;fill:currentColor;flex:0 0 auto}
.gt-social-contact-v269{
  width:min(1180px,calc(100% - 36px));
  margin:34px auto;
  padding:30px;
  border:1px solid rgba(31,50,38,.11);
  border-radius:26px;
  background:linear-gradient(135deg,#fff,#f3f7ef);
  box-shadow:0 18px 55px rgba(20,45,30,.08);
  text-align:center;
}
.gt-social-contact-v269 h2{margin:0 0 10px;color:#193426!important;font-size:clamp(1.8rem,4vw,2.7rem)}
.gt-social-contact-v269 p{max-width:700px;margin:0 auto 20px;color:#526159!important;line-height:1.7}
.gt-social-contact-v269 .gt-social-v269__links{justify-content:center}
.gt-social-contact-v269 .gt-social-v269__link{background:#244b2f;color:#fff!important;border-color:#244b2f}
@media(max-width:760px){
  .gt-social-v269{display:grid;text-align:center;justify-items:center}
  .gt-social-v269__links{justify-content:center;width:100%}
  .gt-social-v269__link{flex:1 1 130px}
  .gt-social-contact-v269{padding:24px 18px}
}