/* 易全球·信用卡管家 SEO 子页面 */
.gsc-subpage { margin: 0; font-family: Inter, system-ui, sans-serif; color: #e2e8f0; background: #0b1220; line-height: 1.65; }
.gsc-subpage__header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 14px 20px; background: rgba(15,23,42,.95); border-bottom: 1px solid rgba(148,163,184,.2); position: sticky; top: 0; z-index: 10; }
.gsc-subpage__logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #f8fafc; font-weight: 700; }
.gsc-subpage__logo img { border-radius: 10px; }
.gsc-subpage__nav { display: flex; flex-wrap: nowrap; gap: 10px 16px; }
.gsc-subpage__nav a { color: #94a3b8; text-decoration: none; font-size: 14px; }
.gsc-subpage__nav a:hover { color: #38bdf8; }
.gsc-subpage__main { max-width: 760px; margin: 0 auto; padding: 40px 20px 56px; }
.gsc-subpage__main h1 { font-size: clamp(1.5rem, 4vw, 2rem); margin: 0 0 16px; color: #f8fafc; }
.gsc-subpage__main h2 { font-size: 1.05rem; margin: 24px 0 8px; color: #e2e8f0; }
.gsc-subpage__lead { color: #94a3b8; font-size: 1.02rem; }
.gsc-subpage__faq dt { font-weight: 600; color: #f1f5f9; margin-top: 18px; }
.gsc-subpage__faq dd { margin: 6px 0 0; color: #cbd5e1; }
.gsc-subpage__btn { display: inline-block; margin-top: 20px; padding: 12px 22px; border-radius: 999px; background: #0077ff; color: #fff !important; text-decoration: none; font-weight: 600; }
.gsc-subpage__cards { display: grid; gap: 12px; margin: 24px 0; }
.gsc-subpage__card { display: block; padding: 16px; background: rgba(30,41,59,.6); border: 1px solid rgba(148,163,184,.2); border-radius: 12px; text-decoration: none; color: inherit; }
.gsc-subpage__card span { color: #38bdf8; display: block; margin-top: 4px; }
.gsc-subpage__footer { text-align: center; padding: 28px 20px 40px; border-top: 1px solid rgba(148,163,184,.2); font-size: 13px; color: #64748b; }
.gsc-subpage__footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; margin-bottom: 12px; }
.gsc-subpage__footer a { color: #94a3b8; text-decoration: none; }
