/* ============================================================
   ski_alpine · home.css · 阿尔卑斯滑雪度假村
   冰湖深蓝 + 冰川蓝 + 雪粉 + 极夜雪 · 圆润 16px 雪片
   ============================================================ */

/* ===== 1. HERO ===== */
.sa-hero {
  position: relative;
  padding: 100px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(56, 189, 248, .14), transparent 60%),
    linear-gradient(180deg, #0a1929 0%, #0f2438 100%);
}
.sa-hero-snow {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(56, 189, 248, .08), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(224, 242, 254, .06), transparent 40%);
}
/* 雪片飘落 */
.sa-snowfall { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.sa-snowfall span {
  position: absolute; top: -20px;
  width: 8px; height: 8px; border-radius: 50%;
  background: #e0f2fe; opacity: .6;
  animation: sa-fall linear infinite;
  filter: blur(.5px);
}
.sa-snowfall span:nth-child(1)  { left: 5%;  width: 6px;  height: 6px; animation-duration: 12s; animation-delay: 0s; }
.sa-snowfall span:nth-child(2)  { left: 15%; width: 10px; height: 10px; animation-duration: 16s; animation-delay: 2s; }
.sa-snowfall span:nth-child(3)  { left: 25%; width: 5px;  height: 5px; animation-duration: 10s; animation-delay: 4s; }
.sa-snowfall span:nth-child(4)  { left: 35%; width: 8px;  height: 8px; animation-duration: 14s; animation-delay: 1s; }
.sa-snowfall span:nth-child(5)  { left: 45%; width: 7px;  height: 7px; animation-duration: 13s; animation-delay: 6s; }
.sa-snowfall span:nth-child(6)  { left: 55%; width: 9px;  height: 9px; animation-duration: 15s; animation-delay: 3s; }
.sa-snowfall span:nth-child(7)  { left: 65%; width: 6px;  height: 6px; animation-duration: 11s; animation-delay: 5s; }
.sa-snowfall span:nth-child(8)  { left: 75%; width: 8px;  height: 8px; animation-duration: 17s; animation-delay: 0s; }
.sa-snowfall span:nth-child(9)  { left: 85%; width: 10px; height: 10px; animation-duration: 19s; animation-delay: 2s; }
.sa-snowfall span:nth-child(10) { left: 95%; width: 7px;  height: 7px; animation-duration: 12s; animation-delay: 4s; }
@keyframes sa-fall {
  0%   { transform: translateY(0) translateX(0) rotate(0); opacity: 0; }
  10%  { opacity: .6; }
  90%  { opacity: .6; }
  100% { transform: translateY(110vh) translateX(40px) rotate(360deg); opacity: 0; }
}
.sa-hero-inner { position: relative; z-index: 2; }

.sa-tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 16px;
  background: rgba(56, 189, 248, .12);
  border: 1px solid rgba(56, 189, 248, .35);
  color: #38bdf8; font-weight: 600; font-size: 12.5px; letter-spacing: .8px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.sa-h1 {
  font-size: 56px; font-weight: 800; color: #fff;
  letter-spacing: -.5px; line-height: 1.12; margin: 0 0 22px;
}
.sa-em {
  display: block;
  font-size: 28px; font-weight: 700; font-style: normal;
  letter-spacing: 5px; margin-top: 8px;
  background: linear-gradient(90deg, #38bdf8, #e0f2fe 50%, #38bdf8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sa-lead { font-size: 16px; line-height: 1.78; color: #cbd5e1; margin: 0 0 22px; }
.sa-bullets { list-style: none; padding: 0; margin: 0 0 30px; }
.sa-bullets li {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(56, 189, 248, .18);
  color: #d1d5db; font-size: 14px;
}
.sa-bullets li:last-child { border-bottom: none; }
.sa-bullets li i { color: #38bdf8; width: 18px; }

.sa-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.sa-btn-main {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 11px 24px;
  background: linear-gradient(135deg, #38bdf8, #0c4a6e);
  color: #fff; border-radius: 16px;
  text-decoration: none; transition: .25s;
  box-shadow: 0 12px 30px rgba(56, 189, 248, .35);
}
.sa-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(56, 189, 248, .55);
  color: #fff;
}
.sa-btn-main > i { font-size: 22px; flex-shrink: 0; }
.sa-btn-main > span { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.18; }
.sa-btn-main strong { font-size: 15px; font-weight: 700; }
.sa-btn-main small { font-size: 11px; letter-spacing: .5px; opacity: .85; font-weight: 500; }

.sa-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px;
  color: #38bdf8; border: 1px solid rgba(56, 189, 248, .5);
  border-radius: 16px; text-decoration: none;
  font-size: 14px; font-weight: 600; transition: .25s;
}
.sa-btn-ghost:hover { background: rgba(56, 189, 248, .1); color: #e0f2fe; }
.sa-btn-ghost i { font-size: 14px; }

/* Hero 右侧 SVG 雪山 + 浮窗卡片 */
.sa-stage {
  position: relative; height: 460px;
  display: flex; align-items: center; justify-content: center;
}
.sa-mt {
  width: 100%; max-width: 480px; height: auto;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(56, 189, 248, .25), 0 0 60px rgba(12, 74, 110, .5);
  border: 1px solid rgba(56, 189, 248, .2);
}
.sa-card {
  position: absolute;
  background: rgba(15, 36, 56, .92);
  border: 1px solid rgba(56, 189, 248, .35);
  border-radius: 16px;
  padding: 16px 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .45);
  min-width: 200px;
}
.sa-c-1 { top: 20px; left: -10px; animation: sa-float 6s ease-in-out infinite; }
.sa-c-2 { bottom: 20px; right: -10px; animation: sa-float 6s ease-in-out 3s infinite; }
@keyframes sa-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.sa-card-eye {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 10px; color: #38bdf8;
  letter-spacing: 2px; font-weight: 700; margin-bottom: 6px;
}
.sa-card h5 { font-size: 16px; color: #fff; font-weight: 700; margin: 0 0 4px; }
.sa-card p { font-size: 12px; color: #94a3b8; margin: 0 0 8px; }
.sa-card-bar {
  height: 5px; background: rgba(56, 189, 248, .15);
  border-radius: 999px; overflow: hidden; margin-bottom: 4px;
}
.sa-card-bar > span {
  display: block; height: 100%;
  background: linear-gradient(90deg, #38bdf8, #e0f2fe);
  border-radius: 999px;
}
.sa-card small { font-size: 11px; color: #38bdf8; font-weight: 600; }

/* ===== 通用 section ===== */
.sa-sec { padding: 80px 0; position: relative; }
.sa-sec-soft {
  background: radial-gradient(circle at 50% 0, rgba(56, 189, 248, .06), transparent 60%), var(--ks-bg-2);
  border-top: 1px solid rgba(56, 189, 248, .12);
  border-bottom: 1px solid rgba(56, 189, 248, .12);
}
.sa-head { margin-bottom: 40px; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; }
.sa-head.text-center { display: block; text-align: center; }
.sa-eye { display: inline-block; font-size: 12px; color: #38bdf8; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; }
.sa-stitle { font-size: 32px; font-weight: 800; color: #fff; letter-spacing: .3px; margin: 0 0 8px; position: relative; display: inline-block; }
.sa-stitle::after { content: ""; display: block; width: 56px; height: 3px; margin: 12px auto 0; background: linear-gradient(90deg, #0c4a6e, #38bdf8); border-radius: 999px; }
.sa-head:not(.text-center) .sa-stitle::after { margin-left: 0; }
.sa-ssub { color: #94a3b8; margin: 0; font-size: 15px; }
.sa-more { color: #38bdf8; font-weight: 600; text-decoration: none; }
.sa-more:hover { color: #e0f2fe; }

/* ===== 2. SOLUTIONS ===== */
.sa-sol {
  padding: 28px 22px; height: 100%;
  background: var(--ks-bg-3);
  border: 1px solid rgba(56, 189, 248, .15);
  border-radius: 16px; transition: .25s;
}
.sa-sol:hover { transform: translateY(-4px); border-color: rgba(56, 189, 248, .4); box-shadow: 0 14px 32px rgba(56, 189, 248, .12); }
.sa-sol-i {
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(12, 74, 110, .6), rgba(56, 189, 248, .15));
  color: #38bdf8; font-size: 22px; margin-bottom: 18px;
}
.sa-sol h3 { font-size: 16px; color: #fff; font-weight: 700; margin: 0 0 8px; }
.sa-sol p { font-size: 13px; color: #94a3b8; margin: 0; line-height: 1.6; }

/* ===== 3. PISTES 雪道（横向条）===== */
.sa-pistes { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 760px; margin: 0 auto; }
.sa-piste {
  display: grid;
  grid-template-columns: 18px 1fr auto auto;
  align-items: center; gap: 18px;
  padding: 18px 24px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(56, 189, 248, .15);
  border-radius: 16px;
  transition: .25s;
}
.sa-piste:hover { transform: translateX(6px); }
.sa-p-dot { width: 14px; height: 14px; border-radius: 50%; }
.sa-p-green  .sa-p-dot { background: #22c55e; box-shadow: 0 0 12px #22c55e; }
.sa-p-blue   .sa-p-dot { background: #38bdf8; box-shadow: 0 0 12px #38bdf8; }
.sa-p-red    .sa-p-dot { background: #ef4444; box-shadow: 0 0 12px #ef4444; }
.sa-p-black  .sa-p-dot { background: #1e293b; box-shadow: 0 0 0 2px #fff; }
.sa-p-double .sa-p-dot { background: #1e293b; box-shadow: 0 0 0 2px #fbbf24, 0 0 12px #fbbf24; }
.sa-piste h5 { font-size: 16px; color: #fff; font-weight: 700; margin: 0; }
.sa-piste p  { font-size: 13px; color: #cbd5e1; margin: 4px 0 0; }
.sa-piste b {
  font-size: 11px; padding: 4px 12px; border-radius: 999px;
  letter-spacing: 1.5px; font-weight: 800;
}
.sa-p-green  b { background: rgba(34,197,94,.18); color: #22c55e; }
.sa-p-blue   b { background: rgba(56,189,248,.18); color: #38bdf8; }
.sa-p-red    b { background: rgba(239,68,68,.18); color: #ef4444; }
.sa-p-black  b { background: rgba(255,255,255,.1); color: #fff; }
.sa-p-double b { background: rgba(251,191,36,.18); color: #fbbf24; }

/* ===== 4. INSTRUCTORS ===== */
.sa-pros { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sa-pro {
  text-align: center; padding: 24px 16px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(56, 189, 248, .15);
  border-radius: 16px; transition: .25s;
}
.sa-pro:hover { transform: translateY(-3px); border-color: rgba(56, 189, 248, .4); }
.sa-pro-av {
  width: 64px; height: 64px; border-radius: 50%;
  margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 22px; color: #fff;
}
.sa-p-1 { background: linear-gradient(135deg, #ef4444, #fbbf24); }
.sa-p-2 { background: linear-gradient(135deg, #38bdf8, #0c4a6e); }
.sa-p-3 { background: linear-gradient(135deg, #f97316, #fbbf24); }
.sa-p-4 { background: linear-gradient(135deg, #ec4899, #f9a8d4); }
.sa-p-5 { background: linear-gradient(135deg, #06b6d4, #0c4a6e); }
.sa-p-6 { background: linear-gradient(135deg, #fbbf24, #f97316); }
.sa-p-7 { background: linear-gradient(135deg, #22c55e, #047857); }
.sa-p-8 { background: linear-gradient(135deg, #e0f2fe, #38bdf8); color: #0c4a6e; }
.sa-pro h5 { font-size: 15px; color: #fff; font-weight: 700; margin: 0 0 4px; }
.sa-pro span { display: block; font-size: 12px; color: #94a3b8; margin-bottom: 6px; }
.sa-pro b { color: #38bdf8; font-size: 13px; font-weight: 700; }

/* ===== 5. SNOW REPORT ===== */
.sa-snowcard {
  padding: 28px 22px;
  background: linear-gradient(160deg, rgba(12,74,110,.4), var(--ks-bg-3));
  border: 1px solid rgba(56, 189, 248, .2);
  border-radius: 16px; text-align: center; transition: .25s;
}
.sa-snowcard:hover { transform: translateY(-3px); border-color: #38bdf8; }
.sa-snow-no {
  display: block; font-size: 44px; font-weight: 900;
  background: linear-gradient(135deg, #e0f2fe, #38bdf8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; margin-bottom: 8px;
}
.sa-snow-no small { font-size: 14px; color: #94a3b8; font-weight: 600; margin-left: 4px; -webkit-text-fill-color: #94a3b8; }
.sa-snowcard h4 { font-size: 16px; color: #fff; font-weight: 700; margin: 0 0 6px; }
.sa-snowcard p { font-size: 13px; color: #94a3b8; margin: 0; }

/* ===== 6. LODGES ===== */
.sa-tee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sa-tee {
  padding: 26px 22px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(56, 189, 248, .15);
  border-radius: 16px; transition: .25s;
}
.sa-tee:hover { transform: translateY(-3px); border-color: #38bdf8; box-shadow: 0 12px 28px rgba(56, 189, 248, .12); }
.sa-tee-mo {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px;
  background: linear-gradient(135deg, #38bdf8, #0c4a6e);
  color: #fff; font-size: 20px; font-weight: 800;
  border-radius: 50%; margin-bottom: 12px;
}
.sa-tee h5 { font-size: 17px; color: #fff; font-weight: 700; margin: 0 0 6px; }
.sa-tee p { font-size: 13px; color: #cbd5e1; margin: 0 0 12px; }
.sa-tee-tag {
  display: inline-block; padding: 3px 12px; font-size: 12px;
  background: rgba(56, 189, 248, .18); color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, .35);
  border-radius: 999px; font-weight: 700;
}

/* ===== 7. PACKAGES ===== */
.sa-mem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sa-mem {
  padding: 36px 28px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(56, 189, 248, .2);
  border-radius: 24px; transition: .25s;
}
.sa-mem:hover { transform: translateY(-4px); border-color: rgba(56, 189, 248, .5); }
.sa-mem-hot {
  background: linear-gradient(160deg, rgba(56,189,248,.18), var(--ks-bg-3));
  border-color: #38bdf8;
  box-shadow: 0 16px 40px rgba(56, 189, 248, .2);
}
.sa-mem-tier {
  display: inline-block; padding: 4px 14px;
  background: rgba(56, 189, 248, .2); color: #38bdf8;
  font-size: 11px; letter-spacing: 3px; font-weight: 800;
  border-radius: 999px; margin-bottom: 16px;
}
.sa-mem-hot .sa-mem-tier { background: linear-gradient(135deg, #38bdf8, #e0f2fe); color: #0c4a6e; }
.sa-mem h3 { font-size: 24px; color: #fff; font-weight: 800; margin: 0 0 14px; }
.sa-mem-price { font-size: 38px; color: #38bdf8; font-weight: 900; line-height: 1; margin: 0 0 22px; }
.sa-mem-price span { font-size: 14px; color: #94a3b8; font-weight: 500; margin-left: 6px; }
.sa-mem ul { list-style: none; padding: 0; margin: 0; }
.sa-mem ul li {
  padding: 8px 0; font-size: 14px; color: #cbd5e1;
  border-bottom: 1px dashed rgba(56, 189, 248, .12);
  position: relative; padding-left: 22px;
}
.sa-mem ul li::before { content: "❄"; position: absolute; left: 0; top: 8px; color: #38bdf8; }
.sa-mem ul li:last-child { border-bottom: none; }

/* ===== CTA ===== */
.sa-cta-sec {
  padding: 80px 0;
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(56,189,248,.16), transparent 70%),
    linear-gradient(180deg, var(--ks-bg-2), var(--ks-bg));
  border-top: 1px solid rgba(56, 189, 248, .15);
  border-bottom: 1px solid rgba(56, 189, 248, .15);
}
.sa-cta-sec h2 { font-size: 34px; color: #fff; font-weight: 800; margin: 0 0 14px; }
.sa-cta-sec p { color: #cbd5e1; font-size: 16px; margin: 0 0 30px; }
.sa-cta-btns { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ===== NEWS ===== */
.sa-news-cat {
  padding: 24px;
  background: var(--ks-bg-3);
  border: 1px solid rgba(56, 189, 248, .15);
  border-radius: 16px; height: 100%;
}
.sa-news-cat h5 { font-size: 16px; color: #fff; font-weight: 700; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(56, 189, 248, .2); }
.sa-news-cat h5 i { color: #38bdf8; margin-right: 6px; }
.sa-news-list { list-style: none; padding: 0; margin: 0; }
.sa-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; }
.sa-news-list li:last-child { border-bottom: none; }
.sa-news-list li a { flex: 1; color: #cbd5e1; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sa-news-list li a:hover { color: #38bdf8; }
.sa-news-list li span { color: #6b7280; font-size: 12px; flex-shrink: 0; }

/* ===== 响应式 ===== */
@media (max-width: 991px) {
  .sa-h1 { font-size: 42px; } .sa-em { font-size: 22px; }
  .sa-stage { height: 360px; margin-top: 40px; }
  .sa-pros { grid-template-columns: repeat(2, 1fr); }
  .sa-tee-grid { grid-template-columns: repeat(2, 1fr); }
  .sa-mem-grid { grid-template-columns: 1fr; }
  .sa-piste { grid-template-columns: 14px 1fr auto; }
  .sa-piste p { display: none; }
}
@media (max-width: 575px) {
  .sa-h1 { font-size: 34px; }
  .sa-pros, .sa-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: 5px 8px; gap: 4px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 8px 28px rgba(0,0,0,.35);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  scrollbar-width: none;
}
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: 13.5px; font-weight: 600; letter-spacing: .35px;
  color: rgba(255,255,255,.66); text-decoration: none !important;
  border-radius: 999px; 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, #38bdf8, #38bdf8cc);
  box-shadow: 0 6px 18px #38bdf855;
  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: 12.5px; }
}


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

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

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

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