/* ============================================================
   qy_fishing · home.css
   捕鱼游戏研发与 IP 联运 · 深海蓝金黄水族馆风格
   ============================================================ */

/* ========== Hero · 水族馆沉浸式 ========== */
.hero-qyf {
  position: relative;
  padding: 110px 0 70px;
  background:
    radial-gradient(ellipse at 25% 20%, rgba(12, 74, 110, .55) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(251, 191, 36, .12) 0%, transparent 55%),
    linear-gradient(180deg, var(--ks-bg-2) 0%, var(--ks-bg) 70%, #020a14 100%);
  overflow: hidden;
}
.qyf-bg-deco {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 12% 30%, rgba(6, 182, 212, .12) 0 1px, transparent 2px),
    radial-gradient(circle at 75% 65%, rgba(251, 191, 36, .15) 0 1px, transparent 2px),
    radial-gradient(circle at 45% 80%, rgba(6, 182, 212, .08) 0 2px, transparent 3px);
  background-size: 80px 80px, 120px 120px, 60px 60px;
  opacity: .6; pointer-events: none;
}
.qyf-bg-glow {
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .35; pointer-events: none;
}
.qyf-bg-glow-1 { top: -120px; left: -120px; background: radial-gradient(circle, #0c4a6e, transparent 70%); }
.qyf-bg-glow-2 { bottom: -160px; right: -100px; background: radial-gradient(circle, #fbbf24, transparent 70%); opacity: .18; }

.qyf-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(6, 182, 212, .08);
  border: 1px solid rgba(6, 182, 212, .35);
  color: #67e8f9; font-size: 13px; font-weight: 600; letter-spacing: 1.5px;
  margin-bottom: 22px;
}
.qyf-dot { width: 8px; height: 8px; border-radius: 50%; background: #fbbf24; box-shadow: 0 0 12px #fbbf24; }
.qyf-hero-title {
  font-size: 46px; line-height: 1.18; font-weight: 800; color: #fff;
  margin-bottom: 18px; letter-spacing: -.5px;
}
.qyf-hero-title em {
  display: block; font-style: normal; margin-top: 10px;
  font-size: 22px; font-weight: 600;
  background: linear-gradient(135deg, #fbbf24, #67e8f9);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qyf-hero-sub { font-size: 17px; line-height: 1.85; color: var(--ks-text-2); max-width: 600px; margin-bottom: 32px; }

.qyf-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

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

/* ========== Hero 三张卡 ========== */
.qyf-cards-stage {
  position: relative;
  height: 480px;
  perspective: 1200px;
}
.qyf-stage-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(6, 182, 212, .15), transparent 60%);
  border-radius: 50%; filter: blur(40px); z-index: 0;
}
.qyf-fcard {
  position: absolute;
  width: 240px; padding: 22px;
  background: linear-gradient(160deg, rgba(10, 30, 48, .95), rgba(16, 42, 64, .9));
  border: 1px solid rgba(6, 182, 212, .25);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
  z-index: 2;
  transition: transform .35s ease;
}
.qyf-fcard:hover { transform: translateY(-6px); }
.qyf-fc-1 { top: 20px; left: 30px; transform: rotate(-3deg); }
.qyf-fc-2 { top: 130px; right: 0; transform: rotate(2deg); }
.qyf-fc-3 { bottom: 20px; left: 60px; transform: rotate(-2deg); }
.qyf-fcard h5 { color: #fff; font-size: 18px; font-weight: 700; margin: 12px 0 10px; }
.qyf-fcard p { color: var(--ks-text-2); font-size: 13px; margin-bottom: 10px; }
.qyf-fc-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.qyf-fc-tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.qyf-fc-tag.hot { background: rgba(220, 38, 38, .15); border: 1px solid rgba(220, 38, 38, .45); color: #fca5a5; }
.qyf-fc-tag.ip { background: rgba(251, 191, 36, .12); border: 1px solid rgba(251, 191, 36, .4); color: #fde68a; }
.qyf-fc-tag.link { background: rgba(6, 182, 212, .12); border: 1px solid rgba(6, 182, 212, .4); color: #67e8f9; }
.qyf-pulse { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 8px #ef4444; animation: qyfPulse 1.5s infinite; }
@keyframes qyfPulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.qyf-fc-bit { font-size: 12px; color: var(--ks-muted); font-weight: 600; }
.qyf-bit-ok { color: #34d399; }
.qyf-fc-foot { font-size: 12px; color: #67e8f9; padding-top: 8px; border-top: 1px dashed rgba(6, 182, 212, .25); }
.qyf-fc-rows { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
.qyf-fc-rows > div { display: flex; justify-content: space-between; font-size: 13px; }
.qyf-fc-rows span { color: var(--ks-muted); }
.qyf-fc-rows strong { color: #fff; font-weight: 700; }

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

/* ========== Solutions · 4 业务 ========== */
.qyf-solutions {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 50px;
}
.qyf-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;
}
.qyf-solution:hover { transform: translateY(-4px); border-color: rgba(6, 182, 212, .4); box-shadow: 0 16px 40px rgba(0, 0, 0, .5); }
.qyf-solution-num {
  position: absolute; top: 22px; right: 30px;
  font-size: 56px; font-weight: 800;
  background: linear-gradient(135deg, rgba(6, 182, 212, .12), rgba(251, 191, 36, .08));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -2px; line-height: 1;
}
.qyf-solution-icon {
  width: 60px; height: 60px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(12, 74, 110, .35), rgba(6, 182, 212, .15));
  display: flex; align-items: center; justify-content: center;
  color: #67e8f9; font-size: 26px;
  border: 1px solid rgba(6, 182, 212, .3);
  margin-bottom: 18px;
}
.qyf-solution h3 { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.qyf-solution-tag { color: #fbbf24; font-size: 12px; font-weight: 600; letter-spacing: 1px; margin-bottom: 14px; }
.qyf-solution-desc { color: var(--ks-text-2); font-size: 14px; line-height: 1.8; margin-bottom: 18px; }
.qyf-solution-features { list-style: none; padding: 0; margin: 0 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.qyf-solution-features li { color: var(--ks-text-2); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.qyf-solution-features i { color: #34d399; font-size: 12px; }
.qyf-solution-link { color: #67e8f9; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .25s ease; }
.qyf-solution-link:hover { color: #fbbf24; gap: 12px; }

/* ========== Species · 鱼类图鉴 6 卡 ========== */
.qyf-species {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 50px;
}
.qyf-spe {
  position: relative;
  padding: 26px 16px 22px;
  background: linear-gradient(180deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px;
  text-align: center;
  transition: all .3s ease;
}
.qyf-spe:hover { transform: translateY(-3px); border-color: rgba(251, 191, 36, .4); }
.qyf-spe-icon { width: 80px; height: 80px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; background: rgba(6, 182, 212, .08); border: 1px solid rgba(6, 182, 212, .2); }
.qyf-spe-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.qyf-spe-grade {
  position: absolute; top: 12px; right: 12px;
  padding: 3px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  background: rgba(255, 255, 255, .04); border: 1px solid var(--ks-border); color: var(--ks-muted);
}
.qyf-spe-t1 .qyf-spe-grade { color: #94a3b8; }
.qyf-spe-t2 .qyf-spe-grade { color: #67e8f9; border-color: rgba(6, 182, 212, .35); }
.qyf-spe-t3 .qyf-spe-grade { color: #a5f3fc; border-color: rgba(165, 243, 252, .35); }
.qyf-spe-t4 .qyf-spe-grade { color: #fca5a5; border-color: rgba(239, 68, 68, .35); }
.qyf-spe-t5 .qyf-spe-grade { color: #fde68a; border-color: rgba(251, 191, 36, .4); }
.qyf-spe-t6 .qyf-spe-grade { color: #fbbf24; border-color: rgba(251, 191, 36, .55); background: rgba(251, 191, 36, .08); }
.qyf-spe strong { display: block; color: #fff; font-size: 15px; margin-bottom: 6px; }
.qyf-spe span { display: block; color: var(--ks-muted); font-size: 12px; }

/* ========== Products · 6 卡 ========== */
.qyf-products {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px;
}
.qyf-prod {
  background: var(--ks-bg-3);
  border: 1px solid var(--ks-border);
  border-radius: 16px; overflow: hidden;
  transition: all .35s ease;
}
.qyf-prod:hover { transform: translateY(-4px); border-color: rgba(6, 182, 212, .35); box-shadow: 0 16px 40px rgba(0, 0, 0, .5); }
.qyf-prod-cover {
  position: relative; height: 180px;
  display: flex; align-items: flex-start; justify-content: center; padding: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #0c4a6e, #075985);
}
.qyf-prod-cover img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.qyf-prod-1 .qyf-prod-cover { background: linear-gradient(135deg, #0c4a6e, #075985 50%, #0e7490); }
.qyf-prod-2 .qyf-prod-cover { background: linear-gradient(135deg, #0c4a6e, #fbbf24 100%); }
.qyf-prod-3 .qyf-prod-cover { background: linear-gradient(135deg, #1e3a8a, #0c4a6e); }
.qyf-prod-4 .qyf-prod-cover { background: linear-gradient(135deg, #06b6d4, #67e8f9); }
.qyf-prod-5 .qyf-prod-cover { background: linear-gradient(135deg, #075985, #0e7490, #06b6d4); }
.qyf-prod-6 .qyf-prod-cover { background: linear-gradient(135deg, #102a40, #0c4a6e); }
.qyf-prod-tag {
  position: relative; z-index: 2;
  padding: 4px 12px; border-radius: 999px;
  background: rgba(0, 0, 0, .35); backdrop-filter: blur(6px);
  color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, .15);
}
.qyf-prod h4 { padding: 18px 20px 6px; color: #fff; font-size: 18px; font-weight: 700; margin: 0; }
.qyf-prod p { padding: 0 20px 14px; color: var(--ks-text-2); font-size: 13px; margin: 0; }
.qyf-prod-meta { display: block; padding: 10px 20px 18px; color: #67e8f9; font-size: 12px; border-top: 1px dashed var(--ks-border); margin-top: 6px; }

/* ========== Partners 联运 4 类 ========== */
.qyf-partners { display: flex; flex-direction: column; gap: 18px; margin-top: 50px; }
.qyf-prow {
  padding: 24px 28px;
  background: linear-gradient(140deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px;
}
.qyf-prow h5 {
  color: #fbbf24; font-size: 15px; font-weight: 700;
  margin-bottom: 14px; display: flex; align-items: center; gap: 10px;
}
.qyf-prow h5 i { color: #67e8f9; }
.qyf-pgrid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;
}
.qyf-pgrid span {
  padding: 12px 10px; text-align: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--ks-border);
  border-radius: 8px;
  color: var(--ks-text-2); font-size: 13px; font-weight: 500;
  transition: all .25s ease;
}
.qyf-pgrid span:hover { border-color: rgba(6, 182, 212, .4); color: #67e8f9; }

/* ========== Stats 成绩单 4 卡 ========== */
.qyf-perf {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px;
}
.qyf-pcard {
  position: relative;
  padding: 36px 26px 28px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 16px; text-align: center;
  overflow: hidden;
}
.qyf-pcard::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 120px; height: 120px; border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 191, 36, .2), transparent 70%);
  filter: blur(20px);
}
.qyf-pcard-num {
  font-size: 48px; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, #fbbf24, #67e8f9);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 14px; position: relative;
}
.qyf-pcard-num small { font-size: 18px; margin-left: 4px; }
.qyf-pcard strong { display: block; color: #fff; font-size: 16px; margin-bottom: 6px; position: relative; }
.qyf-pcard span { color: var(--ks-muted); font-size: 13px; position: relative; }

/* ========== Process 5 步 ========== */
.qyf-process {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 50px;
  position: relative;
}
.qyf-process::before {
  content: ''; position: absolute; top: 70px; left: 5%; right: 5%; height: 2px;
  background: repeating-linear-gradient(90deg, rgba(6, 182, 212, .35) 0 12px, transparent 12px 22px);
  z-index: 0;
}
.qyf-step {
  position: relative; z-index: 1;
  padding: 26px 20px;
  background: var(--ks-bg-3);
  border: 1px solid var(--ks-border);
  border-radius: 14px; text-align: center;
}
.qyf-step:hover { border-color: rgba(251, 191, 36, .4); }
.qyf-step-no {
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  background: rgba(6, 182, 212, .12); border: 1px solid rgba(6, 182, 212, .35);
  color: #67e8f9; font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.qyf-step-icon {
  width: 56px; height: 56px; margin: 0 auto 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0c4a6e, #075985);
  display: flex; align-items: center; justify-content: center;
  color: #fbbf24; font-size: 22px;
  border: 1px solid rgba(251, 191, 36, .3);
}
.qyf-step h4 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.qyf-step p { color: var(--ks-muted); font-size: 13px; line-height: 1.7; margin: 0; }

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

/* ========== News ========== */
.qyf-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.qyf-news-card {
  padding: 26px 24px;
  background: var(--ks-bg-3);
  border: 1px solid var(--ks-border);
  border-radius: 14px;
  transition: all .3s ease;
}
.qyf-news-card:hover { transform: translateY(-3px); border-color: rgba(6, 182, 212, .35); }
.qyf-news-tag {
  display: inline-block; padding: 4px 12px; border-radius: 6px;
  background: rgba(251, 191, 36, .1); border: 1px solid rgba(251, 191, 36, .3);
  color: #fbbf24; font-size: 12px; font-weight: 600; margin-bottom: 14px;
}
.qyf-news-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 10px; line-height: 1.5; }
.qyf-news-card h4 a { color: #fff; text-decoration: none; }
.qyf-news-card h4 a:hover { color: #67e8f9; }
.qyf-news-card p { color: var(--ks-text-2); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.qyf-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) {
  .qyf-species { grid-template-columns: repeat(3, 1fr); }
  .qyf-products { grid-template-columns: repeat(2, 1fr); }
  .qyf-pgrid { grid-template-columns: repeat(4, 1fr); }
  .qyf-process { grid-template-columns: repeat(3, 1fr); }
  .qyf-process::before { display: none; }
  .qyf-news { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  .hero-qyf { padding: 80px 0 50px; }
  .qyf-hero-title { font-size: 36px; }
  .qyf-hero-title em { font-size: 18px; }
  .qyf-cards-stage { height: 420px; margin-top: 40px; }
  .qyf-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .qyf-stat:nth-child(2) { border-right: 0; }
  .qyf-solutions { grid-template-columns: 1fr; }
  .qyf-perf { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
  .qyf-hero-title { font-size: 28px; }
  .qyf-hero-title em { font-size: 16px; }
  .qyf-cta-card { flex-direction: column; align-items: stretch; padding: 36px 24px; }
  .qyf-cta-actions { flex-direction: row; }
  .qyf-species { grid-template-columns: repeat(2, 1fr); }
  .qyf-products { grid-template-columns: 1fr; }
  .qyf-pgrid { grid-template-columns: repeat(2, 1fr); }
  .qyf-process { grid-template-columns: 1fr; }
  .qyf-news { grid-template-columns: 1fr; }
  .qyf-stats-bar { padding: 16px; gap: 14px; }
  .qyf-stat strong { font-size: 24px; }
}


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

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

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

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