.social-footer-shell {
  background: #081B2C;
}

.social-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.social-footer-label {
  margin-right: 4px;
  color: #9FB3C8;
  font-size: 12px;
  font-weight: 700;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px 13px 7px 8px;
  border: 1px solid rgba(108, 217, 200, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.social-link:hover {
  border-color: #6CD9C8;
  background: #0F9D8B;
  color: #FFFFFF !important;
  transform: translateY(-1px);
}

.social-link:focus-visible {
  outline: 3px solid rgba(108, 217, 200, 0.45);
  outline-offset: 2px;
}

.social-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: rgba(108, 217, 200, 0.18);
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 480px) {
  .social-footer { justify-content: flex-start; }
  .social-footer-label { flex-basis: 100%; }
}

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