/* ============================================================
   shop-foot.css — 积分商城独立页面（rewards / gift）共享底部
   评价区（Trustpilot 风格）+ 页脚，与主页 welcome.css 同款
   ============================================================ */

/* ---------- 评价区块 ---------- */
.reviews-section {
  position: relative;
  margin-top: 40px;
  background: linear-gradient(155deg, #1f2937 0%, #111827 60%, #0b0f17 100%);
  padding: 76px 24px 84px;
  overflow: hidden;
}
.reviews-section::before {
  content: "";
  position: absolute;
  width: 620px; height: 620px;
  top: -220px; right: -160px;
  background: radial-gradient(circle, rgba(6,182,212,.18), transparent 70%);
  pointer-events: none;
}
.reviews-section::after {
  content: "";
  position: absolute;
  width: 520px; height: 520px;
  bottom: -220px; left: -140px;
  background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%);
  pointer-events: none;
}
.reviews-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; text-align: center; }
.rv-title { color: #fff; font-size: 30px; font-weight: 800; margin-bottom: 4px; letter-spacing: .5px; }
.trust-summary {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 20px 38px;
  margin: 26px auto 48px;
  box-shadow: 0 14px 42px rgba(2,12,40,.4);
}
.ts-score { font-size: 54px; font-weight: 800; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
.ts-stars { color: #00b67a; font-size: 22px; letter-spacing: 3px; line-height: 1; text-align: left; }
.ts-verdict { margin-top: 7px; text-align: left; }
.ts-badge { display: inline-block; background: #00b67a; color: #fff; font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 6px; letter-spacing: .5px; }
.ts-divider { width: 1px; height: 48px; background: rgba(255,255,255,.22); }
.ts-count { text-align: left; }
.ts-count b { display: block; font-size: 22px; color: #fff; font-weight: 800; line-height: 1.2; }
.ts-count span { font-size: 13px; color: rgba(255,255,255,.75); }
.reviews-grid { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.review-card {
  flex: 1; min-width: 280px; max-width: 340px;
  background: #fff;
  border-radius: 20px;
  padding: 26px 26px 22px;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(2,12,40,.3);
  transition: transform .3s ease, box-shadow .3s ease;
}
.review-card::before {
  content: "\201C";
  position: absolute;
  top: 18px; right: 20px;
  font-size: 100px; line-height: 1;
  color: #00b67a; opacity: .09;
  font-family: Georgia, "Times New Roman", serif;
  z-index: 1;
}
.review-card:hover { transform: translateY(-8px); box-shadow: 0 26px 54px rgba(2,12,40,.5); }
.rc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; position: relative; z-index: 2; }
.rc-stars { color: #00b67a; font-size: 17px; letter-spacing: 2px; }
.rc-verified {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; color: #00a871; font-weight: 700;
  background: rgba(0,182,122,.1);
  padding: 4px 10px; border-radius: 20px;
}
.rc-verified i {
  font-style: normal;
  display: inline-flex; width: 15px; height: 15px;
  border-radius: 50%; background: #00b67a; color: #fff;
  font-size: 10px; align-items: center; justify-content: center;
}
.review-text { font-size: 14.5px; color: #334155; line-height: 1.78; margin: 0 0 20px; min-height: 80px; position: relative; z-index: 2; }
.rc-foot { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid #f1f5f9; position: relative; z-index: 2; }
.review-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 18px; flex-shrink: 0;
  box-shadow: 0 5px 14px rgba(15,23,42,.2);
}
.review-name { font-size: 15px; font-weight: 700; color: #0f172a; }
.review-loc { font-size: 12.5px; color: #94a3b8; margin-top: 2px; }

/* ---------- 页脚 ---------- */
.foot { background: #f1f5f9; border-top: 1px solid #e2e8f0; padding: 56px 24px 0; }
.foot-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 40px;
}
.foot-brand { padding-right: 20px; }
.foot-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.foot-logo .logo,
.foot-logo .nlogo {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, #111827, #6b7280);
  color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.foot-logo .brand-name { font-size: 18px; font-weight: 700; color: #0f172a; }
.foot-logo .brand-name i { color: #111827; font-style: normal; }
.foot-desc { color: #94a3b8; font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
.foot-contact { margin-bottom: 20px; }
.contact-item { display: flex; align-items: center; gap: 8px; color: #94a3b8; font-size: 13px; margin-bottom: 8px; }
.contact-icon { font-size: 14px; color: #111827; }
.foot-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.security-badge {
  display: inline-block; padding: 5px 10px;
  background: rgba(15,23,42,.05);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 6px;
  font-size: 11px; color: #374151; font-weight: 500;
}
.foot-col h4 { font-size: 14px; font-weight: 600; color: #0f172a; margin-bottom: 16px; letter-spacing: .5px; }
.foot-col a { display: block; color: #94a3b8; font-size: 13px; margin-bottom: 10px; transition: color .2s; text-decoration: none; }
.foot-col a:hover { color: #111827; }
.foot-bottom {
  border-top: 1px solid #e2e8f0;
  padding: 20px 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #94a3b8;
  font-size: 12px;
  flex-wrap: wrap;
}
.foot-bottom-left, .foot-bottom-right { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.foot-divider { color: #e2e8f0; }
.payment-icons { display: flex; gap: 8px; align-items: center; }
.pay-icon { padding: 3px 8px; background: #fff; border: 1px solid #e2e8f0; border-radius: 4px; font-size: 11px; color: #64748b; }
.footer-certs {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 24px;
}
.certs-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}
.cert-item { display: flex; gap: 12px; align-items: flex-start; }
.cert-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.cert-text .cert-title { font-size: 13px; font-weight: 600; color: #0f172a; margin-bottom: 2px; line-height: 1.3; }
.cert-text .cert-sub { font-size: 11px; color: #64748b; line-height: 1.4; }
.foot .cert-icon,
.foot .contact-icon,
.foot .security-badge,
.foot .pay-icon,
.foot .logo,
.foot .nlogo {
  filter: grayscale(100%) opacity(0.75);
  transition: filter 0.2s;
}
.foot .cert-item:hover .cert-icon,
.foot .security-badge:hover,
.foot .pay-icon:hover {
  filter: grayscale(100%) opacity(1);
}

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
  .foot-inner { grid-template-columns: 1fr 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; padding-right: 0; }
}
@media (max-width: 640px) {
  .trust-summary { flex-wrap: wrap; gap: 16px; padding: 18px 24px; }
  .ts-divider { display: none; }
  .review-card { max-width: 100%; }
  .ts-score { font-size: 44px; }
  .foot-inner { grid-template-columns: 1fr 1fr; }
  .foot-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 420px) {
  .foot-inner { grid-template-columns: 1fr; }
}
