/* PitchVaani v121: approved icon-only shared-footer social profiles. */
.pv-footer-social {
  margin-top: 24px;
}

.pv-footer-social-title {
  margin: 0 0 12px;
  color: #f8fafc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pv-footer-social-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pv-footer-social-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.2);
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background-color 160ms cubic-bezier(0.23, 1, 0.32, 1), border-color 160ms cubic-bezier(0.23, 1, 0.32, 1), color 160ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pv-footer-social-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.pv-footer-social-link:hover,
.pv-footer-social-link:focus-visible {
  color: #047857;
  background: #ecfdf5;
  border-color: #6ee7b7;
  box-shadow: 0 10px 24px rgba(16, 185, 129, 0.24);
  outline: 3px solid #f8fafc;
  outline-offset: 3px;
  transform: translateY(-2px);
}

.pv-footer-social-link:active {
  transform: scale(0.96);
}

.pv-footer-social .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 520px) {
  .pv-footer-social {
    margin-top: 20px;
  }

  .pv-footer-social-list {
    gap: 9px;
  }

  .pv-footer-social-link {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pv-footer-social-link {
    transition: none;
  }
}
