/* The social row replaces the larger duplicate WhatsApp footer action. */
.tt-footer-whatsapp { display:none!important; }

.tt-footer-socials { gap:10px; }
.tt-footer-socials a {
  width:48px;
  height:48px;
  border-color:transparent;
  color:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.tt-footer-socials svg,
.tt-footer-socials a::before { width:22px!important; height:22px!important; }

.tt-footer-socials a[aria-label="Instagram"] { background:radial-gradient(circle at 32% 105%,#ffd600 0 10%,#ff7a00 28%,#ff0169 52%,#d300c5 72%,#7638fa 100%); }
.tt-footer-socials a[aria-label="Facebook"] { background:#1877f2; }
.tt-footer-socials a[aria-label="Youtube"] { background:#ff0000; }
.tt-footer-socials a[aria-label="Linkedin"] { background:#0a66c2; }
.tt-footer-socials a[aria-label="X"] { background:#000; border-color:rgba(255,255,255,.32); }
.tt-footer-socials a[aria-label="Tiktok"] { background:linear-gradient(135deg,#25f4ee 0 14%,#111 15% 70%,#fe2c55 71% 100%); }
.tt-footer-socials a[aria-label="Pinterest"] { background:#e60023; }
.tt-footer-socials a[aria-label="Whatsapp"] { background:#25d366; }

.tt-footer-socials a:hover,
.tt-footer-socials a:focus-visible {
  border-color:rgba(255,255,255,.65);
  filter:brightness(1.08) saturate(1.08);
  transform:translateY(-4px) scale(1.04);
}

@media(max-width:700px) {
  .tt-footer-socials a { width:48px; height:48px; flex-basis:48px; }
  .tt-footer-plan { padding-top:30px; }
}
