/* CharityVerify — Shared Footer Styles (Light Mode) */
#cv-footer {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 80px;
}

#cv-footer .cv-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}

#cv-footer .cv-footer-brand img {
  height: 36px;
  margin-bottom: 12px;
  display: block;
}

#cv-footer .cv-footer-brand p {
  margin: 0 0 16px;
  color: #9ca3af;
  font-size: 13px;
  max-width: 260px;
}

#cv-footer .cv-footer-copy {
  color: #9ca3af;
  font-size: 12px;
}

#cv-footer .cv-footer-col h4 {
  color: #111827;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 14px;
}

#cv-footer .cv-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cv-footer .cv-footer-col li {
  margin-bottom: 8px;
}

#cv-footer .cv-footer-col a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}

#cv-footer .cv-footer-col a:hover {
  color: #111827;
}

#cv-footer .cv-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  margin-top: 40px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  color: #9ca3af;
  font-size: 11px;
}

@media (max-width: 768px) {
  #cv-footer .cv-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 480px) {
  #cv-footer .cv-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
