/* Premium footer — 5 osobnych kolumn (branding + 4 sekcje menu) */

.sponsor-board {
  border-bottom: 1px solid rgba(212, 175, 55, 0.38);
}

.sponsor-board + .site-footer {
  border-top: none;
  margin-top: 0;
}

.site-footer {
  position: relative;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #0d1a2e 0%, #0a1524 55%, #070f18 100%);
  border-top: none;
  box-shadow: none;
}

.site-footer__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 50% -10%, rgba(55, 95, 150, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(20, 45, 80, 0.15), transparent 50%),
    radial-gradient(ellipse 40% 35% at 0% 80%, rgba(25, 50, 85, 0.1), transparent 45%);
}

.site-footer__main {
  position: relative;
  z-index: 1;
  width: min(1320px, 96vw);
  padding: 2.75rem 0 2.5rem;
}

/* Mobile: jedna kolumna */
.site-footer__grid-5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

/* Tablet: branding + 4 kolumny menu w jednym rzędzie */
@media (min-width: 768px) {
  .site-footer__grid-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem 1.5rem;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
  }
}

/* Desktop: 5 kolumn w jednym rzędzie */
@media (min-width: 900px) {
  .site-footer__grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 clamp(1.25rem, 2vw, 2rem);
    align-items: start;
    padding-top: 0;
  }

  .site-footer__main {
    padding: 3rem 0 2.75rem;
  }

  .footer-col--brand {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-col--rozgrywki {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-col--wydarzenie {
    grid-column: 3;
    grid-row: 1;
  }

  .footer-col--lokalizacja {
    grid-column: 4;
    grid-row: 1;
  }

  .footer-col--organizacja {
    grid-column: 5;
    grid-row: 1;
  }

  .footer-col--nav {
    padding-left: clamp(1rem, 1.5vw, 1.75rem);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
  }

  .footer-col--brand {
    padding-right: 0.25rem;
    border-left: none;
  }
}

.footer-col {
  min-width: 0;
}

/* —— Brand —— */
.footer-eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.8);
}

.footer-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: #fff;
}

.footer-meta {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.footer-lead {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.52);
}

.footer-live-note {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.28rem 0.55rem 0.28rem 0.45rem;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e85c5c;
  animation: footer-live-pulse 2.2s ease-in-out infinite;
}

@keyframes footer-live-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* —— Nawigacja —— */
.footer-heading {
  margin: 0 0 0.75rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.88);
}

.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-link-list a {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 0.18s ease;
}

.footer-link-list a:hover,
.footer-link-list a:focus-visible {
  color: #fff;
  text-decoration: none;
}

/* —— Bottom bar —— */
.site-footer__bar {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
}

.site-footer__bar-inner {
  padding: 0.75rem 0;
}

.site-footer__bar small {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.02em;
}

body.ppl-premium .site-footer {
  margin-top: 0;
  padding: 0;
  background: linear-gradient(180deg, #0d1a2e 0%, #0a1524 55%, #070f18 100%);
  border-top: none;
  box-shadow: none;
}

body.ppl-premium .footer-brand,
body.ppl-premium .footer-links,
body.ppl-premium .footer-copy,
body.ppl-premium .footer-grid,
body.ppl-premium .footer-col--groups,
body.ppl-premium .footer-link-group {
  display: none !important;
}
