/* Footer Styles */
footer {
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #ffffff;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 20px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #666666;
}

