/* ============================================================
   jet_skyline · home.css · 私人飞机包机
   钛灰 + 引擎橙 + 钛银 + 太空黑 · 硬切角 0px 工业极简
   ============================================================ */

/* ===== 1. HERO ===== */
.js-hero {
  position: relative;
  padding: 100px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 80% 0%, rgba(249, 115, 22, .12), transparent 60%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(30, 41, 59, .5), transparent 60%),
    #0b1120;
}
.js-hero-stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, #fff, transparent),
    radial-gradient(1px 1px at 60% 70%, #fff, transparent),
    radial-gradient(1px 1px at 30% 80%, #fff, transparent),
    radial-gradient(1px 1px at 80% 20%, #fff, transparent),
    radial-gradient(1px 1px at 50% 50%, #fff, transparent),
    radial-gradient(1px 1px at 90% 60%, #fff, transparent),
    radial-gradient(1px 1px at 10% 60%, #fff, transparent),
    radial-gradient(1px 1px at 40% 10%, #fff, transparent);
  background-size: 800px 600px;
  opacity: .35;
  animation: js-twinkle 6s ease-in-out infinite;
}
@keyframes js-twinkle { 0%,100% { opacity: .35; } 50% { opacity: .55; } }
.js-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, .04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.js-hero-inner { position: relative; z-index: 2; }

.js-tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 14px;
  background: rgba(249, 115, 22, .12);
  border: 1px solid rgba(249, 115, 22, .4);
  border-left: 3px solid #f97316;
  color: #f97316; font-weight: 600; font-size: 12.5px; letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.js-h1 {
  font-size: 56px; font-weight: 800; color: #fff;
  letter-spacing: -.5px; line-height: 1.1; margin: 0 0 22px;
  font-family: -apple-system, "SF Pro Display", "PingFang SC", sans-serif;
}
.js-em {
  display: block;
  font-size: 26px; font-weight: 700; font-style: normal;
  letter-spacing: 8px; margin-top: 10px;
  color: #f97316;
  text-transform: uppercase;
}
.js-em::before { content: "// "; color: #94a3b8; opacity: .6; }
.js-lead { font-size: 16px; line-height: 1.78; color: #cbd5e1; margin: 0 0 22px; font-family: ui-monospace, "SF Mono", monospace; }
.js-bullets { list-style: none; padding: 0; margin: 0 0 30px; }
.js-bullets li {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border-left: 2px solid rgba(249, 115, 22, .3);
  background: rgba(255, 255, 255, .02);
  margin-bottom: 6px;
  color: #d1d5db; font-size: 14px;
  font-family: ui-monospace, "SF Mono", monospace;
}
.js-bullets li i { color: #f97316; width: 18px; }

.js-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.js-btn-main {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 13px 28px;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #fff; border-radius: 0;
  text-decoration: none; transition: .25s;
  box-shadow: 0 12px 30px rgba(249, 115, 22, .35);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}
.js-btn-main:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(249, 115, 22, .55); color: #fff; }
.js-btn-main > i { font-size: 22px; flex-shrink: 0; }
.js-btn-main > span { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.18; }
.js-btn-main strong { font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.js-btn-main small { font-size: 11px; letter-spacing: .5px; opacity: .85; font-weight: 500; }

.js-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px;
  color: #94a3b8; border: 1px solid rgba(148, 163, 184, .4);
  border-radius: 0; text-decoration: none;
  font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  transition: .25s;
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
}
.js-btn-ghost:hover { background: rgba(249, 115, 22, .08); border-color: #f97316; color: #f97316; }
.js-btn-ghost i { font-size: 14px; }

/* Hero 右侧 SVG */
.js-stage { position: relative; height: 460px; display: flex; align-items: center; justify-content: center; }
.js-arc {
  width: 100%; max-width: 480px; height: auto;
  filter: drop-shadow(0 20px 50px rgba(249, 115, 22, .25));
}
.js-card {
  position: absolute;
  background: rgba(19, 26, 43, .94);
  border: 1px solid rgba(249, 115, 22, .35);
  border-left: 3px solid #f97316;
  padding: 14px 18px;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .55);
  min-width: 220px;
  font-family: ui-monospace, "SF Mono", monospace;
}
.js-c-1 { top: 30px; left: -10px; animation: js-float 6s ease-in-out infinite; }
.js-c-2 { bottom: 30px; right: -10px; animation: js-float 6s ease-in-out 3s infinite; }
@keyframes js-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.js-card-eye { display: block; font-size: 10px; color: #f97316; letter-spacing: 2.5px; font-weight: 700; margin-bottom: 6px; }
.js-card h5 { font-size: 14px; color: #fff; font-weight: 700; margin: 0 0 10px; letter-spacing: 1.5px; }
.js-card p { font-size: 11.5px; color: #94a3b8; margin: 0; letter-spacing: 1px; }
.js-card-row { display: flex; justify-content: space-between; padding: 4px 0; border-top: 1px dashed rgba(148, 163, 184, .15); font-size: 12px; }
.js-card-row span { color: #94a3b8; letter-spacing: 1.5px; }
.js-card-row b { color: #f97316; font-weight: 700; }

/* ===== 通用 section ===== */
.js-sec { padding: 80px 0; position: relative; }
.js-sec-soft {
  background: radial-gradient(circle at 50% 0, rgba(249, 115, 22, .05), transparent 60%), var(--ks-bg-2);
  border-top: 1px solid rgba(249, 115, 22, .12);
  border-bottom: 1px solid rgba(249, 115, 22, .12);
}
.js-head { margin-bottom: 40px; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; }
.js-head.text-center { display: block; text-align: center; }
.js-eye { display: inline-block; font-size: 11px; color: #f97316; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; font-family: ui-monospace, monospace; }
.js-stitle { font-size: 32px; font-weight: 800; color: #fff; letter-spacing: 1px; margin: 0 0 8px; position: relative; display: inline-block; text-transform: uppercase; }
.js-stitle::after { content: ""; display: block; width: 56px; height: 2px; margin: 12px auto 0; background: #f97316; }
.js-head:not(.text-center) .js-stitle::after { margin-left: 0; }
.js-ssub { color: #94a3b8; margin: 0; font-size: 14px; font-family: ui-monospace, monospace; }
.js-more { color: #f97316; font-weight: 600; text-decoration: none; letter-spacing: 1.5px; font-size: 13px; text-transform: uppercase; }
.js-more:hover { color: #fb923c; }

/* ===== 2. SOLUTIONS ===== */
.js-sol {
  padding: 28px 22px; height: 100%;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(148, 163, 184, .12);
  transition: .25s; position: relative;
}
.js-sol:hover { border-color: #f97316; transform: translateY(-3px); background: rgba(249, 115, 22, .04); }
.js-sol::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 60px; height: 2px; background: #f97316;
  transform: scaleX(0); transform-origin: left; transition: .3s;
}
.js-sol:hover::before { transform: scaleX(1); }
.js-sol-i {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(249, 115, 22, .12);
  border: 1px solid rgba(249, 115, 22, .3);
  color: #f97316; font-size: 22px; margin-bottom: 18px;
}
.js-sol h3 { font-size: 16px; color: #fff; font-weight: 700; margin: 0 0 8px; letter-spacing: .5px; }
.js-sol p { font-size: 13px; color: #94a3b8; margin: 0; line-height: 1.6; font-family: ui-monospace, monospace; }

/* ===== 3. FLEET ===== */
.js-fleet { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.js-jet {
  position: relative;
  padding: 26px 22px;
  background: linear-gradient(160deg, rgba(30, 41, 59, .5), var(--ks-bg-3));
  border: 1px solid rgba(148, 163, 184, .12);
  border-left: 3px solid #f97316;
  overflow: hidden; transition: .25s;
}
.js-jet:hover { border-color: rgba(249, 115, 22, .5); border-left-color: #f97316; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, .35); }
.js-jet-no {
  position: absolute; top: 14px; right: 18px;
  font-size: 56px; font-weight: 900; color: rgba(249, 115, 22, .15);
  letter-spacing: -2px; line-height: 1;
  font-family: ui-monospace, monospace;
}
.js-jet h5 { font-size: 17px; color: #fff; font-weight: 700; margin: 0 0 6px; letter-spacing: .3px; }
.js-jet p { font-size: 13px; color: #cbd5e1; margin: 0 0 14px; font-family: ui-monospace, monospace; font-size: 12.5px; }
.js-jet-spec { display: flex; gap: 12px; flex-wrap: wrap; }
.js-jet-spec span {
  font-size: 11px; padding: 3px 10px;
  background: rgba(249, 115, 22, .12); color: #f97316;
  border: 1px solid rgba(249, 115, 22, .35);
  font-family: ui-monospace, monospace; font-weight: 700; letter-spacing: 1px;
}

/* ===== 4. ROUTES ===== */
.js-pros { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.js-pro {
  padding: 22px 18px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(148, 163, 184, .12);
  transition: .25s;
}
.js-pro:hover { transform: translateY(-3px); border-color: #f97316; }
.js-route-tag {
  display: inline-block;
  font-size: 11px; padding: 3px 10px;
  background: rgba(249, 115, 22, .15); color: #f97316;
  font-family: ui-monospace, monospace;
  letter-spacing: 2.5px; font-weight: 700; margin-bottom: 12px;
}
.js-pro h5 { font-size: 15px; color: #fff; font-weight: 700; margin: 0 0 6px; }
.js-pro span { display: block; font-size: 12px; color: #94a3b8; margin-bottom: 8px; font-family: ui-monospace, monospace; }
.js-pro b { color: #f97316; font-size: 13px; font-weight: 700; letter-spacing: .5px; }

/* ===== 5. FBO 设施 ===== */
.js-fac {
  padding: 28px 22px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(148, 163, 184, .12);
  text-align: center; transition: .25s;
}
.js-fac:hover { transform: translateY(-3px); border-color: #f97316; }
.js-fac-no {
  display: block; font-size: 44px; font-weight: 900;
  color: #f97316; line-height: 1; margin-bottom: 8px;
  font-family: ui-monospace, monospace;
}
.js-fac-no small { font-size: 13px; color: #94a3b8; font-weight: 600; margin-left: 4px; letter-spacing: 2px; }
.js-fac h4 { font-size: 16px; color: #fff; font-weight: 700; margin: 0 0 6px; }
.js-fac p { font-size: 13px; color: #94a3b8; margin: 0; }

/* ===== 6. CREW ===== */
.js-tee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.js-tee {
  padding: 26px 22px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(148, 163, 184, .12);
  border-top: 3px solid #f97316;
  transition: .25s;
}
.js-tee:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, .35); }
.js-tee-mo {
  display: inline-block;
  background: rgba(249, 115, 22, .15); color: #f97316;
  padding: 6px 14px; font-size: 13px; font-weight: 800;
  letter-spacing: 2.5px; margin-bottom: 12px;
  font-family: ui-monospace, monospace;
  border: 1px solid rgba(249, 115, 22, .4);
}
.js-tee h5 { font-size: 17px; color: #fff; font-weight: 700; margin: 0 0 6px; }
.js-tee p { font-size: 13px; color: #cbd5e1; margin: 0 0 12px; }
.js-tee-tag { display: inline-block; padding: 3px 10px; font-size: 11px; background: rgba(148,163,184,.1); color: #94a3b8; border: 1px solid rgba(148,163,184,.3); font-weight: 700; letter-spacing: 1px; font-family: ui-monospace, monospace; }

/* ===== 7. CHARTER ===== */
.js-mem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.js-mem {
  padding: 36px 28px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(148, 163, 184, .15);
  position: relative; transition: .25s;
}
.js-mem:hover { transform: translateY(-4px); border-color: rgba(249, 115, 22, .5); }
.js-mem-hot {
  background: linear-gradient(160deg, rgba(249,115,22,.12), var(--ks-bg-3));
  border-color: #f97316;
  border-top: 4px solid #f97316;
  box-shadow: 0 16px 40px rgba(249, 115, 22, .15);
}
.js-mem-tier {
  display: inline-block; padding: 4px 14px;
  background: rgba(249, 115, 22, .15); color: #f97316;
  font-size: 11px; letter-spacing: 3px; font-weight: 800;
  margin-bottom: 16px;
  font-family: ui-monospace, monospace;
  border: 1px solid rgba(249, 115, 22, .35);
}
.js-mem-hot .js-mem-tier { background: #f97316; color: #0b1120; border-color: #f97316; }
.js-mem h3 { font-size: 22px; color: #fff; font-weight: 800; margin: 0 0 14px; letter-spacing: .5px; }
.js-mem-price { font-size: 32px; color: #f97316; font-weight: 900; line-height: 1; margin: 0 0 22px; font-family: ui-monospace, monospace; }
.js-mem-price span { font-size: 13px; color: #94a3b8; font-weight: 500; margin-left: 6px; letter-spacing: .5px; }
.js-mem ul { list-style: none; padding: 0; margin: 0; }
.js-mem ul li {
  padding: 8px 0;
  font-size: 13.5px; color: #cbd5e1;
  border-bottom: 1px dashed rgba(148, 163, 184, .12);
  position: relative; padding-left: 22px;
  font-family: ui-monospace, monospace;
}
.js-mem ul li::before { content: "▸"; position: absolute; left: 0; top: 8px; color: #f97316; font-weight: 700; }
.js-mem ul li:last-child { border-bottom: none; }

/* ===== CTA ===== */
.js-cta-sec {
  padding: 80px 0;
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(249,115,22,.14), transparent 70%),
    linear-gradient(180deg, var(--ks-bg-2), var(--ks-bg));
  border-top: 1px solid rgba(249, 115, 22, .15);
  border-bottom: 1px solid rgba(249, 115, 22, .15);
}
.js-cta-sec h2 { font-size: 32px; color: #fff; font-weight: 800; margin: 0 0 14px; letter-spacing: .5px; }
.js-cta-sec p { color: #cbd5e1; font-size: 15px; margin: 0 0 30px; font-family: ui-monospace, monospace; }
.js-cta-btns { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ===== NEWS ===== */
.js-news-cat {
  padding: 24px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(148, 163, 184, .12);
  border-top: 2px solid #f97316;
  height: 100%;
}
.js-news-cat h5 { font-size: 16px; color: #fff; font-weight: 700; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(249, 115, 22, .2); }
.js-news-cat h5 i { color: #f97316; margin-right: 6px; }
.js-news-list { list-style: none; padding: 0; margin: 0; }
.js-news-list li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px dashed rgba(255,255,255,.06); font-size: 13.5px; }
.js-news-list li:last-child { border-bottom: none; }
.js-news-list li a { flex: 1; color: #cbd5e1; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.js-news-list li a:hover { color: #f97316; }
.js-news-list li span { color: #6b7280; font-size: 12px; flex-shrink: 0; font-family: ui-monospace, monospace; }

/* ===== 响应式 ===== */
@media (max-width: 991px) {
  .js-h1 { font-size: 42px; } .js-em { font-size: 22px; letter-spacing: 5px; }
  .js-stage { height: 360px; margin-top: 40px; }
  .js-fleet { grid-template-columns: 1fr 1fr; }
  .js-pros { grid-template-columns: 1fr 1fr; }
  .js-tee-grid { grid-template-columns: 1fr 1fr; }
  .js-mem-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .js-h1 { font-size: 32px; }
  .js-fleet, .js-pros, .js-tee-grid { grid-template-columns: 1fr; }
}

/* ===== 首页 Hero 下方独立锚点跳转栏 ===== */
nav.ks-anchor-nav {
  position: relative; margin: -10px 0 50px; padding: 18px 0;
  background: linear-gradient(180deg, rgba(0,0,0,.0) 0%, rgba(0,0,0,.35) 100%);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
nav.ks-anchor-nav > .container { display: flex; justify-content: center; }
nav.ks-anchor-nav ul {
  display: flex; flex-wrap: nowrap; overflow-x: auto;
  list-style: none !important; margin: 0; padding: 4px 6px; gap: 4px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(249, 115, 22, .25);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 8px 28px rgba(0,0,0,.35);
  scrollbar-width: none;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
nav.ks-anchor-nav ul::-webkit-scrollbar { display: none; }
nav.ks-anchor-nav li { list-style: none !important; flex-shrink: 0; margin: 0; padding: 0; }
nav.ks-anchor-nav li::marker { content: ""; }
nav.ks-anchor-nav a {
  display: inline-flex; align-items: center; position: relative;
  padding: .55rem 1.15rem;
  font-size: 12.5px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.66); text-decoration: none !important;
  font-family: ui-monospace, "SF Mono", monospace;
  white-space: nowrap;
  transition: color .22s, background .22s, transform .22s, box-shadow .22s;
}
nav.ks-anchor-nav li + li > a::before {
  content: ""; position: absolute;
  left: -2px; top: 50%; width: 1px; height: 11px;
  background: rgba(255,255,255,.12); transform: translateY(-50%);
}
nav.ks-anchor-nav a:hover {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #f97316cc);
  box-shadow: 0 6px 18px #f9731655;
  transform: translateY(-1px);
}
@media (max-width: 767.98px) {
  nav.ks-anchor-nav { margin: -4px 0 32px; padding: 14px 0; }
  nav.ks-anchor-nav > .container { padding: 0 12px; }
  nav.ks-anchor-nav ul { justify-content: flex-start; }
  nav.ks-anchor-nav a { padding: .5rem 1rem; font-size: 11.5px; }
}


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

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

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

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