/* ============================================================
   qy_mahjong · home.css
   麻将 APP 研发与区域发行 · 翠竹绿朱砂红 · 茶馆风格
   ============================================================ */

/* ========== Hero · 茶馆风格 ========== */
.hero-qym {
  position: relative;
  padding: 110px 0 70px;
  background:
    radial-gradient(ellipse at 25% 20%, rgba(21, 128, 61, .55) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(220, 38, 38, .15) 0%, transparent 55%),
    linear-gradient(180deg, var(--ks-bg-2) 0%, var(--ks-bg) 70%, #061509 100%);
  overflow: hidden;
}
.qym-bamboo {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 80px, rgba(21, 128, 61, .06) 80px 82px),
    repeating-linear-gradient(0deg, transparent 0 100px, rgba(21, 128, 61, .04) 100px 102px);
  pointer-events: none;
}
.qym-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; filter: blur(100px); opacity: .35; pointer-events: none; }
.qym-glow-1 { top: -120px; left: -120px; background: radial-gradient(circle, #15803d, transparent 70%); }
.qym-glow-2 { bottom: -160px; right: -100px; background: radial-gradient(circle, #dc2626, transparent 70%); opacity: .18; }

.qym-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(21, 128, 61, .1);
  border: 1px solid rgba(34, 197, 94, .35);
  color: #86efac; font-size: 13px; font-weight: 600; letter-spacing: 1.5px;
  margin-bottom: 22px;
}
.qym-dot { width: 8px; height: 8px; border-radius: 50%; background: #dc2626; box-shadow: 0 0 12px #dc2626; }
.qym-title { font-size: 46px; line-height: 1.18; font-weight: 800; color: #fff; margin-bottom: 18px; letter-spacing: -.5px; }
.qym-title em {
  display: block; font-style: normal; margin-top: 10px;
  font-size: 22px; font-weight: 600;
  background: linear-gradient(135deg, #facc15, #86efac);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qym-sub { font-size: 17px; line-height: 1.85; color: var(--ks-text-2); max-width: 600px; margin-bottom: 32px; }
.qym-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

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

/* ========== Hero 三张卡 ========== */
.qym-cards { display: flex; flex-direction: column; gap: 14px; }
.qym-card {
  padding: 20px 22px;
  background: linear-gradient(160deg, rgba(16, 42, 26, .95), rgba(22, 56, 35, .9));
  border: 1px solid rgba(34, 197, 94, .25);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
  transition: transform .3s ease;
}
.qym-card:hover { transform: translateX(-4px); border-color: rgba(220, 38, 38, .4); }
.qym-c-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 12px; }
.qym-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; }
.qym-c-tag.hot { background: rgba(220, 38, 38, .18); border: 1px solid rgba(220, 38, 38, .5); color: #fca5a5; }
.qym-c-tag.eng { background: rgba(34, 197, 94, .12); border: 1px solid rgba(34, 197, 94, .4); color: #86efac; }
.qym-c-tag.area { background: rgba(250, 204, 21, .12); border: 1px solid rgba(250, 204, 21, .4); color: #fde047; }
.qym-pulse { width: 8px; height: 8px; border-radius: 50%; background: #dc2626; box-shadow: 0 0 8px #dc2626; animation: qymPulse 1.5s infinite; }
@keyframes qymPulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.qym-c-bit { font-size: 12px; color: var(--ks-muted); font-weight: 600; }
.qym-bit-ok { color: #34d399; }
.qym-card h5 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.qym-c-foot { font-size: 12px; color: #86efac; padding-top: 10px; border-top: 1px dashed rgba(34, 197, 94, .25); margin-top: 10px; }
.qym-c-rows { display: flex; flex-direction: column; gap: 6px; }
.qym-c-rows > div { display: flex; justify-content: space-between; font-size: 13px; }
.qym-c-rows span { color: var(--ks-muted); }
.qym-c-rows strong { color: #fff; font-weight: 700; }

.qym-tiles { display: flex; gap: 4px; flex-wrap: wrap; }
.qym-tile {
  width: 32px; height: 44px;
  background: linear-gradient(180deg, #f5f5f4, #d6d3d1);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #15803d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .8);
}

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

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

/* ========== Regions 6 大区 ========== */
.qym-regions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.qym-region {
  padding: 24px 26px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px;
  transition: all .3s ease;
}
.qym-region:hover { border-color: rgba(34, 197, 94, .4); transform: translateY(-3px); }
.qym-rgn-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.qym-rgn-tag {
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  background: rgba(21, 128, 61, .25); border: 1px solid rgba(34, 197, 94, .4);
  color: #86efac; font-size: 12px; font-weight: 700; letter-spacing: 1px;
}
.qym-rgn-east .qym-rgn-tag { background: rgba(34, 197, 94, .25); }
.qym-rgn-south .qym-rgn-tag { background: rgba(250, 204, 21, .15); border-color: rgba(250, 204, 21, .4); color: #fde047; }
.qym-rgn-central .qym-rgn-tag { background: rgba(220, 38, 38, .15); border-color: rgba(220, 38, 38, .4); color: #fca5a5; }
.qym-rgn-north .qym-rgn-tag { background: rgba(168, 85, 247, .15); border-color: rgba(168, 85, 247, .4); color: #c4b5fd; }
.qym-rgn-sw .qym-rgn-tag { background: rgba(244, 114, 182, .15); border-color: rgba(244, 114, 182, .4); color: #fda4af; }
.qym-rgn-nw .qym-rgn-tag { background: rgba(56, 189, 248, .15); border-color: rgba(56, 189, 248, .4); color: #7dd3fc; }
.qym-rgn-head strong {
  font-size: 24px; font-weight: 800;
  background: linear-gradient(135deg, #fff, #facc15);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qym-rgn-list { display: flex; flex-wrap: wrap; gap: 6px; }
.qym-rgn-list span {
  padding: 4px 10px; border-radius: 6px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--ks-border);
  color: var(--ks-text-2); font-size: 12px;
}

/* ========== Engine 6 大能力 ========== */
.qym-engine { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.qym-cap {
  padding: 28px 26px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px;
  transition: all .3s ease;
}
.qym-cap:hover { transform: translateY(-3px); border-color: rgba(220, 38, 38, .35); }
.qym-cap-icon {
  width: 56px; height: 56px; margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #15803d, #166534);
  display: flex; align-items: center; justify-content: center;
  color: #facc15; font-size: 24px;
}
.qym-cap strong { display: block; color: #fff; font-size: 17px; margin-bottom: 6px; }
.qym-cap-num {
  display: block; font-size: 22px; font-weight: 800; margin-bottom: 10px;
  background: linear-gradient(135deg, #86efac, #facc15);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qym-cap p { color: var(--ks-text-2); font-size: 13px; line-height: 1.7; margin: 0; }

/* ========== Activity 6 数据 ========== */
.qym-activity { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.qym-act {
  position: relative;
  padding: 32px 28px 26px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px; text-align: center;
  overflow: hidden;
}
.qym-act::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 120px; height: 120px; border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 38, 38, .15), transparent 70%);
  filter: blur(20px);
}
.qym-act-num {
  font-size: 44px; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, #facc15, #86efac);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 12px; position: relative;
}
.qym-act-num small { font-size: 18px; margin-left: 4px; }
.qym-act strong { display: block; color: #fff; font-size: 15px; margin-bottom: 6px; position: relative; }
.qym-act span { color: var(--ks-muted); font-size: 12px; position: relative; }

/* ========== Esports 3 级 ========== */
.qym-esports { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.qym-tour {
  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;
}
.qym-tour:hover { transform: translateY(-4px); border-color: rgba(220, 38, 38, .4); }
.qym-tour-3 { border-color: rgba(220, 38, 38, .35); background: linear-gradient(160deg, rgba(56, 24, 24, .65), var(--ks-bg-2)); }
.qym-tour-tier {
  display: inline-block; padding: 4px 12px; border-radius: 6px;
  background: linear-gradient(135deg, rgba(34, 197, 94, .25), rgba(34, 197, 94, .08));
  border: 1px solid rgba(34, 197, 94, .4);
  color: #86efac; font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.qym-tour-2 .qym-tour-tier { background: linear-gradient(135deg, rgba(250, 204, 21, .25), rgba(250, 204, 21, .08)); border-color: rgba(250, 204, 21, .4); color: #fde047; }
.qym-tour-3 .qym-tour-tier { background: linear-gradient(135deg, rgba(220, 38, 38, .35), rgba(220, 38, 38, .12)); border-color: rgba(220, 38, 38, .55); color: #fca5a5; }
.qym-tour h4 { color: #fff; font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.qym-tour p { color: var(--ks-text-2); font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.qym-tour-meta { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.qym-tour-meta li { color: var(--ks-text-2); font-size: 13px; display: flex; align-items: center; gap: 10px; }
.qym-tour-meta i { color: #facc15; width: 16px; font-size: 12px; }

/* ========== Partners 3 类 ========== */
.qym-partners { display: flex; flex-direction: column; gap: 16px; margin-top: 50px; }
.qym-prow {
  padding: 22px 26px;
  background: linear-gradient(140deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 12px;
}
.qym-prow h5 {
  color: #facc15; font-size: 14px; font-weight: 700;
  margin-bottom: 14px; display: flex; align-items: center; gap: 10px;
}
.qym-prow h5 i { color: #86efac; }
.qym-pgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.qym-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;
}
.qym-pgrid span:hover { border-color: rgba(34, 197, 94, .4); color: #86efac; }

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

/* ========== News ========== */
.qym-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.qym-news-card { padding: 26px 24px; background: var(--ks-bg-3); border: 1px solid var(--ks-border); border-radius: 14px; transition: all .3s ease; }
.qym-news-card:hover { transform: translateY(-3px); border-color: rgba(34, 197, 94, .35); }
.qym-news-tag { display: inline-block; padding: 4px 12px; border-radius: 6px; background: rgba(220, 38, 38, .12); border: 1px solid rgba(220, 38, 38, .35); color: #fca5a5; font-size: 12px; font-weight: 600; margin-bottom: 14px; }
.qym-news-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 10px; line-height: 1.5; }
.qym-news-card h4 a { color: #fff; text-decoration: none; }
.qym-news-card h4 a:hover { color: #86efac; }
.qym-news-card p { color: var(--ks-text-2); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.qym-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) {
  .qym-regions { grid-template-columns: repeat(2, 1fr); }
  .qym-engine { grid-template-columns: repeat(2, 1fr); }
  .qym-activity { grid-template-columns: repeat(2, 1fr); }
  .qym-esports { grid-template-columns: 1fr; }
  .qym-pgrid { grid-template-columns: repeat(4, 1fr); }
  .qym-news { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  .hero-qym { padding: 80px 0 50px; }
  .qym-title { font-size: 36px; }
  .qym-title em { font-size: 18px; }
  .qym-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .qym-stat:nth-child(2) { border-right: 0; }
  .qym-solutions { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
  .qym-title { font-size: 28px; }
  .qym-title em { font-size: 16px; }
  .qym-cta-card { flex-direction: column; align-items: stretch; padding: 36px 24px; }
  .qym-cta-actions { flex-direction: row; }
  .qym-regions { grid-template-columns: 1fr; }
  .qym-engine { grid-template-columns: 1fr; }
  .qym-activity { grid-template-columns: 1fr; }
  .qym-pgrid { grid-template-columns: repeat(2, 1fr); }
  .qym-news { grid-template-columns: 1fr; }
  .qym-stats-bar { padding: 16px; gap: 14px; }
  .qym-stat strong { font-size: 24px; }
  .qym-tile { width: 26px; height: 36px; font-size: 14px; }
}


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

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

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

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