/* ===== NKUMBA SPORTS FOOTER ===== */

.cfc-footer *,
.cfc-footer *::before,
.cfc-footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ---- MAIN FOOTER ---- */
.cfc-footer {
  width: 100%;
  background-color: #001489;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', 'Google Sans', Arial, Helvetica, sans-serif;
  padding-top: 50px;
}

/* Content wrapper — boxed, centred, matches header container */
.cfc-footer__container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Club badge */
.cfc-footer__logo {
  display: block;
  margin-bottom: 0;
}

.cfc-footer__logo img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  display: block;
}

.cfc-footer__logo svg { display: block; }

/* Custom logo override */
.cfc-footer__logo .custom-logo-link img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

/* 3-column row */
.cfc-footer__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 53px;
}

/* ---- COL 1: Contact ---- */
.cfc-footer-contact {
  width: 321px;
  flex-shrink: 0;
  padding-top: 24px;
}

.cfc-footer-contact__name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

.cfc-footer-contact__address p {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 26px;
}



/* Social icons */
.cfc-footer-contact__social {
  margin-top: 48px;
}

.cfc-footer-social {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.cfc-footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  color: #e3e7ed;
  transition: opacity 0.15s ease;
}

.cfc-footer-social a:hover { opacity: 0.65; }

.cfc-footer-social svg {
  width: 28px;
  height: 28px;
}

/* ---- COL 2 & 3: Nav links ---- */
.cfc-footer-links {
  flex: 1;
  padding: 24px 0 0 38px;
  border-left: 1px solid rgba(255,255,255,0.2);
  min-height: 245px;
}

.cfc-footer-links__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}

.cfc-footer-links ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.cfc-footer-links li {
  height: 34px;
  display: flex;
  align-items: center;
}

.cfc-footer-links a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1;
  text-decoration: none;
  display: block;
  transition: color 0.15s ease;
}

.cfc-footer-links a:hover { color: #FFD700; }

/* ---- COL 4: Support / Donate ---- */
.cfc-footer-app {
  width: 321px;
  flex-shrink: 0;
  padding-top: 24px;
  padding-left: 38px;
}

.cfc-footer-app__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}

/* ── Collapsible columns (mobile) ────────────────────────── */
.nks-footer-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nks-footer-chevron {
  display: none;
  flex-shrink: 0;
  color: rgba(255,255,255,0.5);
  transition: transform 0.25s ease;
}

.nks-footer-trigger[aria-expanded="true"] .nks-footer-chevron {
  transform: rotate(180deg);
}

.nks-footer-content {
  overflow: hidden;
  max-height: none;
  transition: max-height 0.35s ease;
}

.cfc-footer-app__text {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 24px;
}

.cfc-footer-app__badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 32px;
}

/* Donate CTA button */
.cfc-footer-donate-btn,
.cfc-footer-membership-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  font-family: 'Plus Jakarta Sans', 'Google Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.15s ease, color 0.15s ease;
}

.cfc-footer-donate-btn {
  background: #FFD700;
  color: #001489;
}
.cfc-footer-donate-btn:hover { background: #FFE566; color: #001489; }

.cfc-footer-membership-btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.4);
}
.cfc-footer-membership-btn:hover { border-color: #FFD700; color: #FFD700; }

/* Next match preview */
.cfc-footer-next-match {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px;
}

.cfc-footer-next-match__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFD700;
  margin-bottom: 8px;
}

.cfc-footer-next-match__teams {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  line-height: 1.1;
}

.cfc-footer-next-match__date,
.cfc-footer-next-match__venue {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  margin-bottom: 3px;
}

.cfc-footer-next-match__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.15s ease;
}
.cfc-footer-next-match__link:hover { color: #FFD700; }

/* ---- LEGAL BAR ---- */
.cfc-legal {
  width: 100%;
  background-color: #021166;
  color: #e3e7ed;
  margin-top: 0;
}

.cfc-legal__container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Legal links row */
.cfc-legal__links-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.cfc-legal__links {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 36px;
  padding: 0;
  margin: 0;
}

.cfc-legal__links a {
  font-size: 13px;
  font-weight: 600;
  color: #e3e7ed;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.cfc-legal__links a:hover { color: #FFD700; }

/* Copyright */
.cfc-legal__copyright {
  font-size: 13px;
  font-weight: 400;
  color: rgba(227,231,237,0.65);
  padding: 20px 0;
  line-height: 1.6;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 960px) {
  .cfc-footer__container,
  .cfc-legal__container { padding: 0 24px; }

  .cfc-footer__content {
    flex-direction: column;
    gap: 0;
  }

  .cfc-footer-contact,
  .cfc-footer-app {
    width: 100%;
    padding-left: 0;
  }

  .cfc-footer-links {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 0;
    min-height: unset;
  }

  .cfc-footer-contact {
    padding-top: 0;
  }

  .nks-footer-col {
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .nks-footer-col:last-child {
    border-bottom: none;
  }

  .nks-footer-trigger {
    cursor: pointer;
    padding: 18px 0;
  }

  .nks-footer-trigger:hover {
    opacity: 0.85;
  }

  .nks-footer-chevron {
    display: block;
  }

  .nks-footer-content {
    max-height: 0;
  }

  .nks-footer-trigger[aria-expanded="true"] + .nks-footer-content {
    max-height: none;
  }

  .cfc-footer-contact__name,
  .cfc-footer-links__title,
  .cfc-footer-app__title {
    margin-bottom: 0;
  }

  .cfc-footer-links__title {
    margin-bottom: 0;
  }

  .cfc-footer-contact__social { margin-top: 28px; }

  .cfc-legal__links {
    flex-wrap: wrap;
    gap: 12px 24px;
  }
}

@media (max-width: 600px) {
  .cfc-footer__container,
  .cfc-legal__container { padding: 0 16px; }

  .cfc-footer-app__badges { flex-direction: row; flex-wrap: wrap; }
}
