﻿/* ============================================
   footer.css - 搴曢儴椤佃剼鏍峰紡
   showapi.com 1:1 澶嶅埢
   ============================================ */

.site-footer {
  background: #0A0E1C;
  color: #ccc;
  padding: 48px 0 24px;
  margin-top: 60px;
}

.footer-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--gap-md);
}

/* 閾炬帴鍒?*/
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

/* ========== 服务保障条 ========== */
.footer-guarantee {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 28px 0;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.guarantee-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guarantee-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.guarantee-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.guarantee-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.guarantee-text span {
  font-size: 12px;
  color: #999;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}

.footer-col a {
  display: block;
  color: #aaa;
  font-size: 14px;
  padding: 4px 0;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #fff;
}

/* 搴曢儴鐗堟潈 */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #888;
}

.footer-bottom a {
  color: #aaa;
}

.footer-bottom a:hover {
  color: #fff;
}

/* 鍝嶅簲寮?*/

@media (max-width: 768px) {
  .site-footer { padding: 32px 0 20px; margin-top: 30px; }
  .footer-guarantee { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 20px 0; margin-bottom: 24px; }
  .guarantee-icon { width: 32px; height: 32px; }
  .guarantee-text strong { font-size: 13px; }
  .guarantee-text span { font-size: 11px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 24px; }
  .footer-col h4 { font-size: 14px; margin-bottom: 10px; }
  .footer-col a { font-size: 13px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; font-size: 12px; }
}
@media (max-width: 480px) {
  .footer-links { grid-template-columns: 1fr; }
}
