/* Rodapé Vitamina 777 */
.vita-footer {
  background: #280058;
  color: #d3acff;
  padding: 20px 16px 100px;
  font-family: PingFang, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.vita-footer-links {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 12px;
  margin-bottom: 16px;
}

.vita-footer-col h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.vita-footer-col a {
  display: block;
  color: #d3acff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.9;
}

.vita-footer-col a:hover {
  color: #d560ff;
}

.vita-footer-line {
  height: 1px;
  background: rgba(211, 172, 255, 0.25);
  margin: 14px 0;
}

.vita-footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  max-width: 320px;
  margin: 0 auto 14px;
}

.vita-soc {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.vita-soc.tg { background: #2AABEE; }
.vita-soc.fb { background: #1877F2; }
.vita-soc.age {
  background: #fff;
  color: #e53935 !important;
  border: 2px solid #e53935;
  font-size: 11px;
  letter-spacing: -0.5px;
  box-sizing: border-box;
}
.vita-soc.wa { background: #25D366; }
.vita-soc.ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.vita-soc.line { background: #06C755; }
.vita-soc.tw { background: #000; }
.vita-soc.yt { background: #FF0000; }
.vita-soc.tt { background: #010101; }
.vita-soc.kw { background: #ff6a00; }

.vita-footer-legal {
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
  font-size: 11px;
  line-height: 1.55;
  color: #c9b3ef;
}

.vita-footer-seals {
  text-align: center;
  margin: 8px 0 12px;
}

.vita-seals-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 18px;
  max-width: 520px;
  margin: 0 auto;
  padding: 4px 8px;
}

.vita-seal-img {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  background: transparent !important;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.35));
}

.vita-footer-seals > img {
  display: none;
}

.vita-footer-copy {
  text-align: center;
  font-size: 11px;
  color: #d3acff;
  margin: 8px 0 0;
}

.vita-tg-fab {
  position: fixed;
  right: max(4px, calc(50% - 248px));
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  width: 78px;
  z-index: 10001;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: transparent;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.45));
}

.vita-tg-fab img {
  width: 72px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
}

.vita-tg-fab-fallback {
  display: none;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 14px;
  background: #2AABEE;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.vita-tg-fab img[style*="display: none"] + .vita-tg-fab-fallback {
  display: flex;
}

.vita-tg-fab small {
  display: none !important;
}

body.home-ref .footer,
body.home-ref .footer-line,
body.home-ref .aovivo-resultados {
  display: none !important;
}

body.home-ref .vita-footer {
  display: block;
}
