.shared-footer {
  margin-top: 3rem;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .085);
  background: #0d141b;
  color: #b8c3cc;
  font-size: .875rem;
}
.shared-footer__inner { width: min(80rem, calc(100% - 2rem)); margin-inline: auto; padding: 2rem 0; }
.shared-footer__layout { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.shared-footer__copy { max-width: 46rem; }
.shared-footer__title { margin-bottom: .75rem; color: #2ab7f6; font-weight: 800; }
.shared-footer p { margin: 0 0 .35rem; color: #7d8b96; }
.shared-footer a { color: #b8c3cc; }
.shared-footer a:hover { color: #f3f6f8; }
.shared-footer__actions { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; margin-left: auto; }
.shared-footer__socials { display: flex; align-items: center; gap: .45rem; }
.shared-footer__social {
  display: inline-grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 999px;
  color: #b8c3cc;
  text-decoration: none;
}
.shared-footer__social:hover { border-color: #2ab7f6; color: #2ab7f6; }
.shared-footer__social--primary { border-color: rgba(42, 183, 246, .55); background: rgba(42, 183, 246, .08); color: #2ab7f6; }
.shared-footer__social svg { width: 1.15rem; height: 1.15rem; fill: currentColor; }
.shared-footer__social[aria-label="Discord"] svg { transform: scale(1.1); transform-origin: center; }
.shared-footer__social[aria-label="Instagram"] svg,
.shared-footer__social[aria-label="WhatsApp"] svg { display: none; }
.shared-footer__social[aria-label="Instagram"]::before,
.shared-footer__social[aria-label="WhatsApp"]::before {
  width: 1.15rem;
  height: 1.15rem;
  background: currentColor;
  content: "";
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.shared-footer__social[aria-label="Instagram"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.4' cy='6.6' r='1' fill='black' stroke='none'/%3E%3C/svg%3E");
}
.shared-footer__social[aria-label="WhatsApp"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E");
}
.shared-footer__join {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .65rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: .65rem;
  background: #2ab7f6;
  color: #031116 !important;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
}
.shared-footer__join:hover { background: #129bd9; color: #031116 !important; }
@media (max-width: 800px) {
  .shared-footer__layout { align-items: flex-start; flex-direction: column; }
  .shared-footer__actions { width: 100%; flex-wrap: wrap; justify-content: flex-end; }
}
@media (max-width: 480px) {
  .shared-footer__inner { width: min(100% - 1.5rem, 80rem); }
  .shared-footer__actions { align-items: flex-end; flex-direction: column; }
  .shared-footer__join { width: 100%; }
}
