/* Apple-style footer */
.apple-footer {
  background: #f5f5f7;
  padding: 50px 20px 30px;
  margin-top: 60px;
  border-top: 1px solid #ddd;
}

.footer-grid {
  max-width: 1100px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
}

.footer-column h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1d1d1f;
}

.footer-column a {
  display: block;
  text-decoration: none;
  color: #515154;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-column a:hover {
  color: #000;
}

.footer-column p {
  font-size: 14px;
  color: #515154;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #6e6e73;
}
