footer {
  background: #1a1a1a;
  color: #fff;
  padding: 3rem 1rem;
  margin-top: 4rem;
  font-family: sans-serif;
}

.footer-content {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.footer-section h3 {
  color: #D4AF37;
  margin-bottom: 1rem;
}

.footer-section p,
.footer-links a {
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a:hover,
.social-links a:hover {
  color: #D4AF37;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid #333;
  padding-top: 1.5rem;
  font-size: 0.85rem;
  color: #888;
}

.payment-methods {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
