/* ============== Footer ============== */
.swy-footer {
  background: #f5f6f8;
  color: #555;
  padding: 60px 0 40px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
}
.swy-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.swy-footer__logo {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
}
.swy-footer__logo img { height: 56px; width: auto; display: block; }

.swy-footer__branches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  margin-bottom: 50px;
}
.swy-footer__branch-city {
  font-size: 18px;
  font-weight: 700;
  color: #ff6b35;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.swy-footer__branch-addr {
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

.swy-footer__divider {
  height: 1px;
  background: #d8dde3;
  margin-bottom: 24px;
}
.swy-footer__copyright {
  text-align: center;
  font-size: 12px;
  color: #888;
  line-height: 1.9;
}
.swy-footer__copyright a {
  color: #888;
  text-decoration: none;
}
.swy-footer__copyright a:hover { color: #ff6b35; }
.swy-footer__copyright .sep { margin: 0 12px; }
.swy-footer__icp { margin-top: 4px; }
