/* ===== Footer Style for Products Page - Dark Theme ===== */
.site-footer {
  background-color: #000;
  padding: 2rem 1rem;
  border-top: 1px solid #333;
  color: #fff;
  text-align: center;
  font-size: 0.95rem;
}

.footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.footer-col h4 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #fff;
}

.footer-col p,
.footer-col li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ccc;
  list-style: none;
}

.footer-col a {
  color: #40c4ff;
  text-decoration: none;
}

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

.footer-bottom {
  font-size: 0.85rem;
  color: #aaa;
  border-top: 1px solid #333;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}