.page-home {
  --home-glow: rgba(0, 229, 160, 0.06);
  --home-glow-purple: rgba(138, 43, 226, 0.08);
  --home-line: rgba(74, 144, 226, 0.18);
  background: var(--bg-deep);
  overflow-x: clip;
}

/* ---------- 首屏：数据中枢 ---------- */
.page-home .hero-section {
  position: relative;
  padding: 132px 0 56px;
  background: var(--bg-deep);
  isolation: isolate;
}

.page-home .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 20%, rgba(138, 43, 226, 0.08) 55%, rgba(0, 229, 160, 0.05) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 96%);
  pointer-events: none;
  z-index: -1;
}

.page-home .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
}

.page-home .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.page-home .hero-eyebrow .mono {
  color: var(--accent-green);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.page-home .hero-kicker {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: transparent;
  background: linear-gradient(120deg, var(--accent-green), var(--accent-purple) 70%, #c58bff);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 12px;
}

.page-home .hero-title {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  color: var(--text-white);
}

.page-home .hero-lead {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-gray);
  max-width: 580px;
}

.page-home .hero-points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .hero-point {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  border-left: 2px solid var(--home-line);
  background: linear-gradient(90deg, rgba(21, 42, 74, 0.4), transparent);
  border-radius: 0 8px 8px 0;
}

.page-home .hero-point-num {
  color: var(--accent-purple);
  font-size: 13px;
  line-height: 1.6;
}

.page-home .hero-point p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-gray);
}

.page-home .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.page-home .hero-mini-stats {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--home-line);
}

.page-home .hero-mini-stats .stat-value {
  color: var(--accent-orange);
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
}

.page-home .hero-mini-stats .stat-label {
  color: var(--text-gray);
  font-size: 12px;
}

.page-home .hero-visual {
  position: relative;
}

.page-home .hero-panel-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(74, 144, 226, 0.3);
  box-shadow: 0 24px 64px rgba(5, 8, 16, 0.6);
}

.page-home .panel-chart {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 72%;
  max-width: 420px;
  height: auto;
  border: 1px solid rgba(0, 229, 160, 0.25);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(5, 8, 16, 0.7);
  opacity: 0.96;
}

/* ---------- 移动端优先区块 ---------- */
.page-home .mobile-metrics {
  padding: 68px 0 48px;
  background:
    linear-gradient(rgba(10, 17, 40, 0.92), rgba(10, 17, 40, 0.92)),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(74, 144, 226, 0.06) 38px 39px);
}

.page-home .mobile-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .mobile-lead {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-green);
  margin: 0 0 16px;
}

.page-home .mobile-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home .mobile-benefit {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: rgba(21, 42, 74, 0.5);
}

.page-home .mobile-benefit p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-gray);
}

.page-home .mobile-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.page-home .phone-frame {
  position: relative;
  width: min(260px, 100%);
  border-radius: 36px;
  padding: 10px;
  background: linear-gradient(160deg, #1d3a66, #0A1128 60%, #070b18);
  border: 1px solid rgba(74, 144, 226, 0.4);
  box-shadow: 0 28px 60px rgba(5, 8, 16, 0.65);
}

.page-home .phone-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 26px;
}

.page-home .phone-indicator {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 5px;
  border-radius: 4px;
  background: var(--accent-green);
  opacity: 0.9;
}

.page-home .phone-note {
  color: var(--text-gray);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}

/* ---------- 数据流背景分隔 ---------- */
.page-home .data-flow-section {
  position: relative;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.page-home .data-flow-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .data-flow-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 40, 0.9), rgba(10, 17, 40, 0.55) 50%, rgba(138, 43, 226, 0.35)),
    radial-gradient(circle at 80% 40%, rgba(0, 229, 160, 0.2), transparent 60%);
}

.page-home .data-flow-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.page-home .data-flow-content p {
  margin: 0;
  color: var(--text-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.page-home .data-flow-content p:last-child {
  color: var(--text-gray);
  font-weight: 400;
  font-size: 14px;
}

/* ---------- 专家专栏检索升级 ---------- */
.page-home .expert-section {
  padding: 68px 0 48px;
  background:
    linear-gradient(200deg, rgba(21, 42, 74, 0.5), transparent 60%),
    var(--bg-deep);
}

.page-home .expert-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .filter-demo {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  background: rgba(21, 42, 74, 0.45);
}

.page-home .filter-demo-title {
  margin: 0 0 14px;
  color: var(--accent-green);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.page-home .filter-demo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.page-home .filter-results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .article-result {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(10, 17, 40, 0.6);
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-home .article-result:hover {
  border-color: rgba(0, 229, 160, 0.4);
}

.page-home .article-result-title {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-white);
}

.page-home .article-result-meta {
  grid-column: 1 / -1;
  color: var(--text-gray);
  font-size: 11px;
}

.page-home .expert-visual {
  position: relative;
}

.page-home .expert-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(138, 43, 226, 0.3);
  box-shadow: 0 20px 50px rgba(5, 8, 16, 0.5);
}

.page-home .expert-float {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(10, 17, 40, 0.82);
  border: 1px solid rgba(0, 229, 160, 0.2);
  backdrop-filter: blur(4px);
}

.page-home .tag.purple {
  background: rgba(138, 43, 226, 0.18);
  color: #c58bff;
  border-color: rgba(138, 43, 226, 0.4);
}

/* ---------- 今日热点数据 ---------- */
.page-home .hot-section {
  padding: 68px 0 48px;
}

.page-home .hot-head {
  max-width: 680px;
}

.page-home .hot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.page-home .hot-card {
  padding: 22px;
  background: linear-gradient(145deg, rgba(21, 42, 74, 0.85), rgba(10, 17, 40, 0.92));
  border: 1px solid var(--home-line);
  border-radius: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.page-home .hot-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 229, 160, 0.4);
}

.page-home .hot-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: var(--text-white);
}

.page-home .hot-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-gray);
}

.page-home .hot-chart,
.page-home .season-chart {
  width: 100%;
  height: auto;
  margin-top: auto;
}

.page-home .hot-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.page-home .stat-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home .stat-band-item {
  padding: 20px 16px;
  text-align: center;
  background: rgba(21, 42, 74, 0.55);
  border-radius: 12px;
  border-top: 2px solid var(--accent-green);
}

.page-home .stat-band-item span {
  display: block;
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--accent-orange);
  line-height: 1.2;
  margin-bottom: 6px;
}

.page-home .stat-band-item em {
  font-style: normal;
  font-size: 13px;
  color: var(--text-gray);
}

/* ---------- 从这里开始 ---------- */
.page-home .start-section {
  padding: 68px 0 96px;
  background:
    linear-gradient(0deg, rgba(5, 8, 16, 0.8), transparent 50%),
    var(--bg-deep);
}

.page-home .start-head {
  max-width: 680px;
}

.page-home .start-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .start-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border-radius: 14px;
  background: rgba(21, 42, 74, 0.5);
  border: 1px solid var(--home-line);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .start-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 229, 160, 0.5);
  box-shadow: 0 18px 40px rgba(5, 8, 16, 0.5);
}

.page-home .start-icon {
  width: 42px;
  height: 42px;
}

.page-home .start-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: var(--text-white);
}

.page-home .start-card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-gray);
  flex-grow: 1;
}

.page-home .start-card-link {
  color: var(--accent-green);
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* ---------- 桌面端增强 ---------- */
@media (min-width: 768px) {
  .page-home .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
  }

  .page-home .hero-title {
    font-size: 34px;
  }

  .page-home .hero-kicker {
    font-size: 28px;
  }

  .page-home .hero-lead {
    font-size: 16px;
  }

  .page-home .hero-mini-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .mobile-layout,
  .page-home .expert-layout {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .page-home .mobile-layout .mobile-copy {
    order: 1;
  }

  .page-home .mobile-layout .mobile-visual {
    order: 2;
  }

  .page-home .expert-layout .expert-copy {
    order: 2;
  }

  .page-home .expert-layout .expert-visual {
    order: 1;
  }

  .page-home .hot-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .stat-band {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .start-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .data-flow-section {
    height: 260px;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-title {
    font-size: 40px;
  }

  .page-home .hero-kicker {
    font-size: 32px;
  }

  .page-home .hero-lead {
    font-size: 17px;
  }

  .page-home .hero-point {
    padding: 14px 16px;
  }

  .page-home .data-flow-content p {
    font-size: 18px;
  }

  .page-home .data-flow-content p:last-child {
    font-size: 15px;
  }

  .page-home .mobile-benefits {
    gap: 16px;
  }

  .page-home .hot-card {
    padding: 26px;
  }

  .page-home .start-card {
    padding: 26px;
  }
}
