/* ─────────────────────────────────────────────────────────────────────
   Footer brand block — Libya Pro credit + sponsors strip
   Used on every page footer. Cache: v=30
   ──────────────────────────────────────────────────────────────────── */

.footer-credit {
  text-align: center;
  padding: 1.5rem 1rem 0;
  font-family: 'Aref Ruqaa', 'Amiri', serif;
}

.footer-copyright {
  font-size: 1rem;
  color: var(--text-muted, #5a6a7a);
  margin: 0 0 1.5rem;
  line-height: 1.8;
}

.libya-pro-link {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: 'Aref Ruqaa', 'Amiri', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FF8C42;
  text-decoration: underline;
  text-decoration-color: #FF8C42;
  text-underline-offset: 3px;
  transition: all 0.25s ease;
}
.libya-pro-link:hover {
  color: #FFA970;
  text-shadow: 0 0 8px rgba(255,140,66,0.4);
}

.footer-sponsors {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(184,153,104,0.2);
}

.sponsors-label {
  font-size: 0.95rem;
  color: var(--text-muted, #5a6a7a);
  margin: 0 0 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sponsors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.sponsor-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: rgba(184,153,104,0.08);
  border: 1px solid rgba(184,153,104,0.3);
  border-radius: 24px;
  font-family: 'Aref Ruqaa', 'Amiri', serif;
  font-size: 0.95rem;
  color: var(--text, #2C2418);
  transition: all 0.25s ease;
}
.sponsor-chip:hover {
  background: rgba(184,153,104,0.18);
  border-color: #B89968;
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .sponsor-chip { font-size: 0.85rem; padding: 0.4rem 0.8rem; }
  .sponsors-label { font-size: 0.9rem; }
}
