/*
 * VShop Footer v6.0 — Mobile-First
 * Stripe-Inspired Premium
 */

.gm-footer {
  background: #1c1e54;
  color: #9babc4;
  margin-top: 0;
  position: relative;
  padding-top: 0;
}
.gm-footer .gm-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 1024px) {
  .gm-footer .gm-container { padding: 0 24px; }
}

/* === 信任保障横条 === */
.gm-ftrust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  gap: 8px;
}
@media (min-width: 640px) {
  .gm-ftrust { flex-wrap: nowrap; padding: 16px 0; gap: 0; }
}
.gm-ftrust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}
@media (min-width: 640px) {
  .gm-ftrust-item { padding: 0 20px; font-size: 13px; gap: 10px; }
}
@media (min-width: 1024px) {
  .gm-ftrust-item { padding: 0 28px; }
}
.gm-ftrust-item svg { width: 18px; height: 18px; color: #533afd; opacity: .65; flex-shrink: 0; }
.gm-ftrust-item b { color: rgba(255,255,255,.85); font-weight: 600; margin-right: 4px; }
.gm-ftrust-sep { width: 1px; height: 24px; background: rgba(255,255,255,.08); display: none; }
@media (min-width: 640px) {
  .gm-ftrust-sep { display: block; }
}

/* === 主体网格 — 移动端单列 === */
.gm-footer-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 28px 0 24px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
@media (min-width: 640px) {
  .gm-footer-body { gap: 36px; padding: 32px 0 28px; }
}
@media (min-width: 1024px) {
  .gm-footer-body { grid-template-columns: 300px 1fr; gap: 48px; padding: 36px 0 28px; }
}

/* === 品牌 === */
.gm-footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.gm-flogo-icon svg { width: 30px; height: 30px; transition: transform .2s ease; }
.gm-footer-brand:hover .gm-flogo-icon svg { transform: scale(1.04); }
.gm-flogo-name { font-size: 16px; font-weight: 700; color: #fff; letter-spacing: -0.3px; }
.gm-flogo-sub { font-size: 8px; letter-spacing: 2.5px; color: rgba(255,255,255,.3); text-transform: uppercase; }
.gm-footer-desc { font-size: 13px; line-height: 1.8; margin-bottom: 16px; color: rgba(255,255,255,.35); }
.gm-footer-contacts { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.gm-fcontact {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; color: rgba(255,255,255,.45);
  transition: all .2s ease; padding: 2px 0;
}
.gm-fcontact svg { width: 14px; height: 14px; opacity: .45; transition: opacity .2s ease; }
.gm-fcontact:hover { color: rgba(255,255,255,.8); }
.gm-fcontact:hover svg { opacity: .75; }

/* === 链接区 — 移动端两列 === */
.gm-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (min-width: 640px) {
  .gm-footer-links { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
.gm-footer-col h5 { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 14px; letter-spacing: -0.2px; }
.gm-footer-col ul { list-style: none; }
.gm-footer-col li { margin-bottom: 8px; }
.gm-footer-col a { font-size: 13px; color: rgba(255,255,255,.45); transition: all .2s ease; }
.gm-footer-col a:hover { color: rgba(255,255,255,.85); padding-left: 3px; }

/* === 底部版权 === */
.gm-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  font-size: 12px;
  text-align: center;
  color: rgba(255,255,255,.2);
}
@media (min-width: 640px) {
  .gm-footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}
.gm-footer-bottom a { color: rgba(255,255,255,.2); transition: color .2s ease; }
.gm-footer-bottom a:hover { color: rgba(255,255,255,.45); }
.gm-footer-tags { display: flex; align-items: center; gap: 8px; }
