/* Relup — wspólna stopka stron publicznych (landing + dokumenty prawne) */

.site-footer {
  padding: 3.5rem 0;
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
}

.site-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: start;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  height: 24px;
}

.site-footer__brand img {
  height: 22px;
  width: auto;
  display: block;
}

.site-footer__copy,
.site-footer__operator,
.site-footer__meta {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

.site-footer__operator {
  color: #475569;
}

.site-footer__col--nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2rem;
}

.site-footer__group-title {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
}

.site-footer__links a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: color 0.15s;
}

.site-footer__links a:hover {
  color: #2a72ed;
}

.site-footer__contact-line {
  margin: 0 0 0.25rem;
  font-size: 0.8125rem;
  color: #475569;
}

.site-footer__contact-line a {
  color: #2a72ed;
  font-weight: 600;
  text-decoration: none;
}

.site-footer__contact-line a:hover {
  text-decoration: underline;
}

.site-footer__address {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #64748b;
}

.footer-payments {
  margin-top: 1.125rem;
}

.footer-payments__title {
  margin: 0 0 0.375rem;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
}

.footer-payments__badge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
  max-width: 280px;
  padding: 7px 9px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
}

.footer-payments__badge img {
  display: block;
  width: auto;
  object-fit: contain;
}

.footer-payments__badge img[src*="przelewy24"] {
  max-width: 72px;
  max-height: 18px;
}

.footer-payments__badge img[src*="blik"] {
  max-width: 52px;
  max-height: 22px;
}

.footer-payments__badge img[src*="visa"] {
  max-width: 50px;
  max-height: 18px;
}

.footer-payments__badge img[src*="mastercard"] {
  max-width: 34px;
  max-height: 22px;
}

.footer-payments__badge img[src*="google-pay"] {
  max-width: 58px;
  max-height: 22px;
}

.footer-payments__badge img[src*="apple-pay"] {
  max-width: 54px;
  max-height: 22px;
}

.footer-payments__divider {
  width: 1px;
  height: 16px;
  background: rgba(148, 163, 184, 0.28);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 2rem 0;
  }

  .site-footer__col--nav {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
