/* ============================================================
   qy_poker · home.css
   扑克赛事运营与牌手经纪 · 暗夜红银白 · 赛场风格
   ============================================================ */

/* ========== Hero · 赛场风格 ========== */
.hero-qyp {
  position: relative;
  padding: 110px 0 70px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(127, 29, 29, .55) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(229, 231, 235, .08) 0%, transparent 55%),
    linear-gradient(180deg, var(--ks-bg-2) 0%, var(--ks-bg) 70%, #050505 100%);
  overflow: hidden;
}
.qyp-spotlight {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 600px 400px at 50% 0%, rgba(229, 231, 235, .12), transparent 60%);
  pointer-events: none;
}
.qyp-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; filter: blur(100px); opacity: .35; pointer-events: none; }
.qyp-glow-1 { top: -120px; left: -120px; background: radial-gradient(circle, #7f1d1d, transparent 70%); opacity: .55; }
.qyp-glow-2 { bottom: -160px; right: -100px; background: radial-gradient(circle, #f43f5e, transparent 70%); opacity: .15; }

.qyp-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(229, 231, 235, .04);
  border: 1px solid rgba(229, 231, 235, .25);
  color: #e5e7eb; font-size: 13px; font-weight: 600; letter-spacing: 1.5px;
  margin-bottom: 22px;
}
.qyp-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 12px #ef4444; animation: qypDot 1.2s infinite; }
@keyframes qypDot { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.qyp-title { font-size: 46px; line-height: 1.18; font-weight: 800; color: #fff; margin-bottom: 18px; letter-spacing: -.5px; }
.qyp-title em {
  display: block; font-style: normal; margin-top: 10px;
  font-size: 22px; font-weight: 600;
  background: linear-gradient(135deg, #e5e7eb, #f43f5e);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qyp-sub { font-size: 17px; line-height: 1.85; color: var(--ks-text-2); max-width: 600px; margin-bottom: 32px; }
.qyp-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

.qyp-search {
  position: relative; max-width: 520px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(229, 231, 235, .2);
  border-radius: 999px; padding: 6px 6px 6px 50px;
  display: flex; align-items: center; backdrop-filter: blur(8px);
}
.qyp-search-icon { position: absolute; left: 20px; color: #e5e7eb; font-size: 16px; }
.qyp-search input { flex: 1; background: transparent; border: 0; color: #fff; padding: 10px 12px; outline: none; font-size: 15px; }
.qyp-search input::placeholder { color: var(--ks-muted); }
.qyp-search button { padding: 8px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; }

/* ========== Hero 三张卡 ========== */
.qyp-cards { display: flex; flex-direction: column; gap: 14px; }
.qyp-card {
  padding: 20px 22px;
  background: linear-gradient(160deg, rgba(20, 20, 20, .95), rgba(31, 31, 31, .9));
  border: 1px solid rgba(229, 231, 235, .15);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .65);
  transition: transform .3s ease;
}
.qyp-card:hover { transform: translateX(-4px); border-color: rgba(127, 29, 29, .5); }
.qyp-c-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 12px; }
.qyp-c-tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.qyp-c-tag.live { background: rgba(127, 29, 29, .25); border: 1px solid rgba(127, 29, 29, .55); color: #fca5a5; }
.qyp-c-tag.star { background: rgba(229, 231, 235, .08); border: 1px solid rgba(229, 231, 235, .35); color: #e5e7eb; }
.qyp-c-tag.spo { background: rgba(244, 63, 94, .12); border: 1px solid rgba(244, 63, 94, .4); color: #fda4af; }
.qyp-pulse { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 8px #ef4444; animation: qypPulse 1.5s infinite; }
@keyframes qypPulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.qyp-c-bit { font-size: 12px; color: var(--ks-muted); font-weight: 600; }
.qyp-bit-ok { color: #34d399; }
.qyp-card h5 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.qyp-c-foot { font-size: 12px; color: #f43f5e; padding-top: 10px; border-top: 1px dashed rgba(229, 231, 235, .15); margin-top: 10px; }
.qyp-c-rows { display: flex; flex-direction: column; gap: 6px; }
.qyp-c-rows > div { display: flex; justify-content: space-between; font-size: 13px; }
.qyp-c-rows span { color: var(--ks-muted); }
.qyp-c-rows strong { color: #fff; font-weight: 700; }

.qyp-suits { display: flex; gap: 12px; align-items: center; }
.qyp-suit { font-size: 36px; line-height: 1; }
.qyp-suit.black { color: #e5e7eb; }
.qyp-suit.red { color: #f43f5e; }

/* ========== Hero stats bar ========== */
.qyp-stats-bar {
  margin-top: 60px; padding: 22px 30px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(229, 231, 235, .15);
  border-radius: 16px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  backdrop-filter: blur(6px);
}
.qyp-stat { text-align: center; border-right: 1px dashed rgba(229, 231, 235, .12); }
.qyp-stat:last-child { border-right: 0; }
.qyp-stat strong {
  display: block; font-size: 32px; font-weight: 800;
  background: linear-gradient(135deg, #fff, #f43f5e);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qyp-stat strong sup { font-size: 14px; vertical-align: super; }
.qyp-stat span { display: block; margin-top: 6px; color: var(--ks-muted); font-size: 13px; }

/* ========== Solutions ========== */
.qyp-solutions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 50px; }
.qyp-solution {
  position: relative;
  padding: 36px 30px 30px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 18px;
  transition: all .35s ease;
}
.qyp-solution:hover { transform: translateY(-4px); border-color: rgba(127, 29, 29, .55); box-shadow: 0 16px 40px rgba(127, 29, 29, .25); }
.qyp-solution-num {
  position: absolute; top: 22px; right: 30px;
  font-size: 56px; font-weight: 800;
  background: linear-gradient(135deg, rgba(127, 29, 29, .25), rgba(229, 231, 235, .08));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -2px; line-height: 1;
}
.qyp-solution-icon {
  width: 60px; height: 60px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(127, 29, 29, .35), rgba(244, 63, 94, .15));
  display: flex; align-items: center; justify-content: center;
  color: #fda4af; font-size: 26px;
  border: 1px solid rgba(127, 29, 29, .4);
  margin-bottom: 18px;
}
.qyp-solution h3 { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.qyp-solution-tag { color: #e5e7eb; font-size: 12px; font-weight: 600; letter-spacing: 1px; margin-bottom: 14px; opacity: .8; }
.qyp-solution-desc { color: var(--ks-text-2); font-size: 14px; line-height: 1.8; margin-bottom: 18px; }
.qyp-solution-features { list-style: none; padding: 0; margin: 0 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.qyp-solution-features li { color: var(--ks-text-2); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.qyp-solution-features i { color: #34d399; font-size: 12px; }
.qyp-solution-link { color: #fda4af; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .25s ease; }
.qyp-solution-link:hover { color: #e5e7eb; gap: 12px; }

/* ========== Events 时间线 6 张 ========== */
.qyp-timeline {
  margin-top: 50px;
  position: relative;
  display: flex; flex-direction: column; gap: 20px;
}
.qyp-timeline::before {
  content: ''; position: absolute; left: 110px; top: 30px; bottom: 30px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(127, 29, 29, .55) 20%, rgba(244, 63, 94, .35) 80%, transparent);
}
.qyp-event { display: flex; align-items: center; gap: 28px; }
.qyp-ev-time {
  flex-shrink: 0; width: 100px;
  text-align: right;
  color: #e5e7eb; font-weight: 700; font-size: 15px;
  letter-spacing: 1px;
  position: relative;
}
.qyp-ev-time::after {
  content: ''; position: absolute; right: -28px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: #f43f5e; border: 3px solid var(--ks-bg);
  box-shadow: 0 0 12px rgba(244, 63, 94, .55);
}
.qyp-ev-card {
  flex: 1; padding: 22px 26px;
  background: linear-gradient(140deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px;
  transition: all .3s ease;
  margin-left: 30px;
}
.qyp-ev-card:hover { border-color: rgba(244, 63, 94, .45); transform: translateX(6px); }
.qyp-ev-tag {
  display: inline-block; padding: 3px 12px; border-radius: 6px;
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
  color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.qyp-ev-tag.tag-apt { background: linear-gradient(135deg, #1e3a8a, #2563eb); }
.qyp-ev-tag.tag-ept { background: linear-gradient(135deg, #166534, #15803d); }
.qyp-ev-tag.tag-ach { background: linear-gradient(135deg, #d4af37, #b8941f); color: #1a0a0a; }
.qyp-ev-tag.tag-cpc { background: linear-gradient(135deg, #6d28d9, #5b21b6); }
.qyp-ev-tag.tag-yc { background: linear-gradient(135deg, #ea580c, #c2410c); }
.qyp-ev-card h4 { color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.qyp-ev-card p { color: var(--ks-text-2); font-size: 13px; margin-bottom: 8px; }
.qyp-ev-meta { color: var(--ks-muted); font-size: 12px; }
.qyp-ev-meta i { color: #f43f5e; margin-right: 4px; }

/* ========== Players 8 牌手 ========== */
.qyp-players { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.qyp-player {
  position: relative;
  padding: 28px 22px 22px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px; text-align: center;
  transition: all .3s ease;
}
.qyp-player:hover { transform: translateY(-4px); border-color: rgba(244, 63, 94, .4); }
.qyp-pl-rank {
  position: absolute; top: 12px; right: 14px;
  padding: 3px 10px; border-radius: 999px;
  background: rgba(127, 29, 29, .25); border: 1px solid rgba(127, 29, 29, .5);
  color: #fda4af; font-size: 11px; font-weight: 700; letter-spacing: 1px;
}
.qyp-pl-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
  border: 2px solid rgba(229, 231, 235, .35);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; font-weight: 800; color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .5);
}
.qyp-player h4 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.qyp-pl-title { color: var(--ks-muted); font-size: 12px; line-height: 1.5; margin-bottom: 14px; min-height: 36px; }
.qyp-pl-prize {
  font-size: 22px; font-weight: 800;
  background: linear-gradient(135deg, #fff, #f43f5e);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ========== Live 8 能力 ========== */
.qyp-live { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.qyp-lc {
  padding: 26px 22px; text-align: center;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 12px;
  transition: all .3s ease;
}
.qyp-lc:hover { border-color: rgba(244, 63, 94, .4); transform: translateY(-3px); }
.qyp-lc-icon {
  width: 56px; height: 56px; margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
  display: flex; align-items: center; justify-content: center;
  color: #e5e7eb; font-size: 24px;
  border: 1px solid rgba(229, 231, 235, .25);
}
.qyp-lc strong { display: block; color: #fff; font-size: 15px; margin-bottom: 6px; }
.qyp-lc span { color: var(--ks-muted); font-size: 12px; line-height: 1.5; }

/* ========== Sponsors 3 级 ========== */
.qyp-sponsors { display: flex; flex-direction: column; gap: 18px; margin-top: 50px; }
.qyp-sp-row {
  padding: 22px 28px;
  background: linear-gradient(140deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px;
}
.qyp-sp-pt { border-color: rgba(229, 231, 235, .35); background-image: linear-gradient(140deg, rgba(229, 231, 235, .04), rgba(229, 231, 235, .01)); }
.qyp-sp-go { border-color: rgba(212, 175, 55, .35); }
.qyp-sp-grade {
  display: inline-block;
  color: #e5e7eb; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; margin-bottom: 14px;
}
.qyp-sp-pt .qyp-sp-grade { color: #e5e7eb; }
.qyp-sp-go .qyp-sp-grade { color: #d4af37; }
.qyp-sp-st .qyp-sp-grade { color: #fca5a5; }
.qyp-sp-list { display: flex; flex-wrap: wrap; gap: 10px; }
.qyp-sp-list span {
  padding: 8px 16px; border-radius: 8px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--ks-border);
  color: var(--ks-text-2); font-size: 13px; font-weight: 500;
}
.qyp-sp-pt .qyp-sp-list span { background: rgba(229, 231, 235, .04); border-color: rgba(229, 231, 235, .25); color: #fff; }

/* ========== FAQ ========== */
.qyp-faq { margin-top: 50px; max-width: 920px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; gap: 12px; }
.qyp-faq details {
  background: var(--ks-bg-3);
  border: 1px solid var(--ks-border);
  border-radius: 12px;
  overflow: hidden;
}
.qyp-faq details[open] { border-color: rgba(244, 63, 94, .35); }
.qyp-faq summary {
  position: relative;
  padding: 18px 50px 18px 24px;
  color: #fff; font-size: 15px; font-weight: 600;
  cursor: pointer; list-style: none;
}
.qyp-faq summary::-webkit-details-marker { display: none; }
.qyp-faq summary::after {
  content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(127, 29, 29, .25); color: #fda4af;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; transition: transform .3s ease;
}
.qyp-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: rgba(244, 63, 94, .2); color: #f43f5e; }
.qyp-faq details p { padding: 0 24px 18px; color: var(--ks-text-2); font-size: 14px; line-height: 1.8; margin: 0; }

/* ========== CTA ========== */
.qyp-cta { padding: 70px 0; background: var(--ks-bg-2); }
.qyp-cta-card {
  position: relative;
  padding: 50px 60px;
  background:
    linear-gradient(135deg, rgba(127, 29, 29, .45), rgba(229, 231, 235, .08) 100%),
    var(--ks-bg-3);
  border: 1px solid rgba(229, 231, 235, .25);
  border-radius: 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 40px;
  overflow: hidden;
}
.qyp-cta-card::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 63, 94, .25), transparent 70%);
  filter: blur(40px);
}
.qyp-cta-text { flex: 1; position: relative; }
.qyp-cta-text h2 { color: #fff; font-size: 32px; font-weight: 800; margin: 12px 0 14px; }
.qyp-cta-text p { color: var(--ks-text-2); font-size: 15px; line-height: 1.85; margin: 0; max-width: 600px; }
.qyp-cta-actions { display: flex; flex-direction: column; gap: 12px; position: relative; }

/* ========== News ========== */
.qyp-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.qyp-news-card { padding: 26px 24px; background: var(--ks-bg-3); border: 1px solid var(--ks-border); border-radius: 14px; transition: all .3s ease; }
.qyp-news-card:hover { transform: translateY(-3px); border-color: rgba(244, 63, 94, .35); }
.qyp-news-tag { display: inline-block; padding: 4px 12px; border-radius: 6px; background: rgba(127, 29, 29, .15); border: 1px solid rgba(127, 29, 29, .4); color: #fda4af; font-size: 12px; font-weight: 600; margin-bottom: 14px; }
.qyp-news-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 10px; line-height: 1.5; }
.qyp-news-card h4 a { color: #fff; text-decoration: none; }
.qyp-news-card h4 a:hover { color: #f43f5e; }
.qyp-news-card p { color: var(--ks-text-2); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.qyp-news-meta { display: flex; gap: 18px; color: var(--ks-muted); font-size: 12px; padding-top: 14px; border-top: 1px dashed var(--ks-border); }

/* ========== 响应式 ========== */
@media (max-width: 1199.98px) {
  .qyp-players { grid-template-columns: repeat(2, 1fr); }
  .qyp-live { grid-template-columns: repeat(2, 1fr); }
  .qyp-news { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  .hero-qyp { padding: 80px 0 50px; }
  .qyp-title { font-size: 36px; }
  .qyp-title em { font-size: 18px; }
  .qyp-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .qyp-stat:nth-child(2) { border-right: 0; }
  .qyp-solutions { grid-template-columns: 1fr; }
  .qyp-timeline::before { left: 30px; }
  .qyp-event { flex-direction: column; align-items: flex-start; gap: 12px; }
  .qyp-ev-time { width: auto; text-align: left; padding-left: 60px; }
  .qyp-ev-time::after { left: 30px; right: auto; }
  .qyp-ev-card { margin-left: 60px; width: calc(100% - 60px); }
}
@media (max-width: 767.98px) {
  .qyp-title { font-size: 28px; }
  .qyp-title em { font-size: 16px; }
  .qyp-cta-card { flex-direction: column; align-items: stretch; padding: 36px 24px; }
  .qyp-cta-actions { flex-direction: row; }
  .qyp-players { grid-template-columns: 1fr; }
  .qyp-live { grid-template-columns: 1fr; }
  .qyp-news { grid-template-columns: 1fr; }
  .qyp-stats-bar { padding: 16px; gap: 14px; }
  .qyp-stat strong { font-size: 24px; }
}


/* =================================================== */
/* MOBILE ENHANCED · 旧模板通用 H5 自适应规则           */
/* =================================================== */
.qyp-hero img, .qyp-solutions img, .qyp-data img, .qyp-news img, .qyp-tiers img { max-width: 100%; height: auto; }

@media (max-width: 991.98px) {
  .qyp-hero { padding: 80px 20px 60px; }
  .qyp-hero h1, .qyp-hero .qyp-h1 { font-size: 48px !important; line-height: 1.05 !important; }
  .qyp-hero-lead, .qyp-hero p { font-size: 16px !important; line-height: 1.7 !important; }
}

@media (max-width: 768px) {
  /* Hero 放大 */
  .qyp-hero { padding: 72px 20px 56px; }
  .qyp-hero h1, .qyp-hero .qyp-h1 { font-size: 40px !important; line-height: 1.1 !important; }
  .qyp-hero h1 em, .qyp-hero .qyp-h1 em { font-size: 40px !important; }
  .qyp-hero-tag { font-size: 12px !important; padding: 8px 14px !important; margin-bottom: 24px !important; }
  .qyp-hero-lead, .qyp-hero p { font-size: 15px !important; line-height: 1.75 !important; margin-bottom: 24px !important; }
  .qyp-hero-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
  .qyp-hero-cta a { padding: 16px 20px !important; font-size: 15px !important; width: 100%; box-sizing: border-box; text-align: center; border-radius: 10px !important; min-height: 48px; }
  /* Stats 改 2 列 */
  .qyp-hero-stats, .qyp-hero-numbers { grid-template-columns: 1fr 1fr !important; gap: 0 !important; margin-top: 32px !important; }
  .qyp-hero-stats div, .qyp-num-cell { padding: 18px 14px !important; border-bottom: 1px solid rgba(255,255,255,.1); }
  .qyp-hero-stats strong, .qyp-hero-stats b, .qyp-num-cell strong { font-size: 28px !important; }
  .qyp-hero-stats span, .qyp-num-cell span { font-size: 12px !important; }
  /* Sections 网格改单列 */
  .qyp-solutions, .qyp-data, .qyp-tiers, .qyp-news, .qyp-final, .qyp-features { padding: 56px 0 !important; }
  .qyp-sol-grid, .qyp-tier-grid, .qyp-news-grid, .qyp-sol, .qyp-cabs, .qyp-tokens, .qyp-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .qyp-sol-card, .qyp-tier-card, .qyp-news-card, .qyp-sol, .qyp-cab, .qyp-tok { padding: 24px 20px !important; border-radius: 12px !important; }
  .qyp-sol-card h3, .qyp-tier-card h3, .qyp-news-card h3 { font-size: 18px !important; }
  .qyp-sol-card p, .qyp-tier-card p, .qyp-news-card p { font-size: 14px !important; line-height: 1.7 !important; }
  /* Section title */
  .qyp-sec-title, .qyp-sec-head h2, .qyp-final h2 { font-size: 26px !important; line-height: 1.25 !important; }
  .qyp-sec-sub, .qyp-sec-head p { font-size: 14px !important; }
  /* Final CTA 竖排 */
  .qyp-final { padding: 56px 20px !important; }
  .qyp-final-actions { flex-direction: column; gap: 10px; }
  .qyp-final-actions a, .qyp-final-actions .btn { width: 100%; box-sizing: border-box; padding: 14px 20px !important; font-size: 15px !important; min-height: 48px; border-radius: 10px !important; }
  /* Keywords chips */
  .qyp-chip-grid { gap: 6px; }
  .qyp-chip { padding: 8px 14px !important; font-size: 13px !important; }
  /* 表格横滚 */
  .qyp-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .qyp-table th, .qyp-table td { font-size: 13px !important; padding: 10px 8px !important; }
}

@media (max-width: 480px) {
  .qyp-hero h1, .qyp-hero .qyp-h1 { font-size: 32px !important; }
  .qyp-hero h1 em, .qyp-hero .qyp-h1 em { font-size: 32px !important; }
  .qyp-hero-stats strong, .qyp-hero-stats b { font-size: 22px !important; }
}
