/* ────────────────────────────────
   PatriotChat Footer
   Cleaned 2025-07-02
──────────────────────────────── */

.site-footer {
  background-color: rgba(2, 6, 23, 0.78);
  color: #888;
  text-align: center;
  font-size: 0.9rem;
  padding: 1.25rem 1rem 1.75rem;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: calc(1.75rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.site-footer a { color: #ccc; text-decoration: none; }
.site-footer a:hover { color: #fff; }

.footer-meta {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .2rem .45rem;
  line-height: 1.35;
}

.footer-meta > span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.footer-meta > span::before {
  content: "";
}

.footer-meta > span + span::before {
  content: "·";
  color: rgba(204, 204, 204, 0.75);
  margin: 0 .28rem 0 .05rem;
}

.footer-salute a{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.2rem 0.4rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #fff;
}
.footer-salute img{
  width: 28px;
  height: 28px;
  display: inline-block;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem 2rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.footer-column {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  text-align: left;
}

.footer-column li + li { margin-top: 0.35rem; }

.footer-column a {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0;
}

@media (max-width: 600px) {
  .footer-columns {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

@media (max-width: 420px) {
  .footer-meta {
    gap: .2rem .35rem;
    font-size: .85rem;
  }

  .footer-meta > span::before {
    content: "";
    margin: 0;
  }

  .footer-salute a {
    padding: 0.14rem 0.36rem;
    gap: 4px;
  }

  .footer-salute img {
    width: 24px;
    height: 24px;
  }

  .footer-columns {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 360px) {
  .footer-meta {
    gap: .14rem .26rem;
    font-size: .8rem;
  }

  .footer-meta .footer-salute,
  .footer-meta .footer-cookies,
  .footer-meta .footer-report {
    width: 100%;
    justify-content: center;
  }

  .footer-salute a {
    background: rgba(255,255,255,0.035);
    padding: 0.08rem 0.28rem;
  }
}
