/* ===============================
   NPCH SAFE FOOTER
   =============================== */

.npch-footer {
  width: 100%;
  padding: 16px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.npch-footer a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.npch-footer a:hover {
  text-decoration: underline;
}

/* Mobile refinement */
@media (max-width: 480px) {
  .npch-footer {
    font-size: 13px;
    padding: 14px 8px;
  }
}
