.page-home {
  --home-gap: 24px;
}

.page-home .home-document {
  overflow: hidden;
}

/* ========= 首页主视觉 ========= */
.page-home .home-hero {
  position: relative;
  background: var(--color-blue-dark);
  color: var(--color-white);
  padding: 120px 0 64px;
  overflow: hidden;
}
.page-home .home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}
.page-home .home-hero::after {
  content: '';
  position: absolute;
  right: -12%;
  top: 24%;
  width: 46%;
  height: 120%;
  background: var(--color-orange);
  opacity: .12;
  transform: skewX(-12deg);
  pointer-events: none;
}
.page-home .home-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-items: center;
  position: relative;
  z-index: 2;
}
.page-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sub);
  font-size: .875rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-lime);
  margin: 0 0 16px;
}
.page-home .hero-kicker::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--color-lime);
}
.page-home .hero-title {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 6vw, 3.4rem);
  line-height: 1.12;
  margin: 0 0 20px;
  max-width: 720px;
  letter-spacing: .02em;
}
.page-home .hero-lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
  max-width: 620px;
  margin: 0 0 28px;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.page-home .hero-cta {
  position: relative;
  animation: page-home-cta-glow 2.6s ease-out infinite;
}
@keyframes page-home-cta-glow {
  0% { box-shadow: 0 0 0 0 rgba(255,107,0,.5); }
  70%, 100% { box-shadow: 0 0 0 14px rgba(255,107,0,0); }
}
.page-home .hero-ghost {
  border-color: rgba(255,255,255,.35);
  color: var(--color-white);
}
.page-home .hero-quickfacts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
}
.page-home .hero-quickfacts div {
  min-width: 100px;
}
.page-home .hero-quickfacts dt {
  font-size: .75rem;
  color: rgba(255,255,255,.62);
  margin: 0 0 4px;
}
.page-home .hero-quickfacts dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 700;
}
.page-home .hero-live {
  position: relative;
  border-radius: var(--radius-lg);
  background: var(--color-blue);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.page-home .hero-live__clip {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  transform: skewX(-2deg) scale(1.01);
}
.page-home .hero-live__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 280px;
}
.page-home .live-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px;
  background: linear-gradient(180deg, rgba(10,25,47,0) 0%, rgba(10,25,47,.88) 100%);
  transform: skewX(-2deg);
}
.page-home .live-score {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 10px 0 6px;
}
.page-home .live-team {
  font-family: var(--font-sub);
  font-weight: 700;
  font-size: .875rem;
}
.page-home .live-num {
  font-family: var(--font-mono);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--color-lime);
  display: inline-block;
  text-shadow: 0 0 14px rgba(57,255,20,.4);
  animation: page-home-score-flicker 2.8s ease-in-out infinite;
}
.page-home .live-colon {
  font-family: var(--font-mono);
  font-size: 1.6rem;
}
.page-home .live-caption {
  font-size: .875rem;
  margin: 0;
  color: rgba(255,255,255,.8);
}
@keyframes page-home-score-flicker {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: .82; transform: translateY(-2px); }
}

/* ========= 章节共用微调 ========= */
.page-home .section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.page-home .section-index {
  font-family: var(--font-mono);
  font-size: 1rem;
  color: var(--color-orange);
  font-weight: 700;
  letter-spacing: .08em;
}
.page-home .section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin: 0;
}
.page-home .section-head--light .section-index {
  color: var(--color-lime);
}
.page-home .section-head--light .section-title {
  color: var(--color-white);
}

/* ========= 数据仪表盘 ========= */
.page-home .home-stats {
  background: var(--color-bg);
  padding: var(--section-y) 0;
  position: relative;
}
.page-home .home-stats::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 4px;
  background: linear-gradient(180deg, var(--color-orange), var(--color-lime));
}
.page-home .stats-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  margin-bottom: 36px;
}
.page-home .stats-copy p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--color-ink);
}
.page-home .stats-visual {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-md);
}
.page-home .stats-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--home-gap);
}
.page-home .data-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-left: 4px solid var(--color-orange);
  border-radius: var(--radius-sm);
  padding: 18px 16px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .3s ease, box-shadow .3s ease;
}
.page-home .data-card:hover {
  transform: perspective(600px) rotateX(4deg) translateY(-4px);
  box-shadow: var(--shadow-md);
}
.page-home .data-kpi {
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color-ink);
  line-height: 1.1;
}
.page-home .kpi-label {
  font-size: .875rem;
  color: var(--color-muted);
  margin-top: 8px;
}

/* ========= 价格公示卡 ========= */
.page-home .home-pricing {
  background: var(--color-blue-dark);
  color: var(--color-white);
  padding: var(--section-y) 0;
  position: relative;
  overflow: hidden;
}
.page-home .home-pricing::before {
  content: '';
  position: absolute;
  right: -8%;
  top: -20%;
  width: 40%;
  height: 80%;
  background: rgba(255,107,0,.14);
  transform: skewX(-14deg);
}
.page-home .pricing-lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 760px;
  color: rgba(255,255,255,.84);
  line-height: 1.75;
}
.page-home .pricing-lead p {
  margin: 0;
}
.page-home .price-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}
.page-home .price-card {
  position: relative;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  border-top: 4px solid rgba(255,255,255,.24);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  transition: transform .25s ease, background .25s ease;
}
.page-home .price-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.12);
}
.page-home .price-card--hot {
  border-top-color: var(--color-orange);
  background: rgba(255,107,0,.1);
}
.page-home .price-name {
  display: block;
  font-family: var(--font-sub);
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 12px;
}
.page-home .price-amount {
  display: block;
  font-family: var(--font-mono);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--color-white);
  margin-bottom: 10px;
}
.page-home .price-amount small {
  font-size: .875rem;
  color: rgba(255,255,255,.66);
}
.page-home .price-note {
  font-size: .875rem;
  color: rgba(255,255,255,.72);
}
.page-home .pricing-visual {
  margin-top: 24px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
}
.page-home .pricing-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ========= 更新时间表 ========= */
.page-home .home-updates {
  background: var(--color-bg);
  padding: var(--section-y) 0;
}
.page-home .updates-panel {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
}
.page-home .updates-panel p {
  margin: 0 0 12px;
  line-height: 1.75;
}
.page-home .update-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-home .update-table {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-white);
}
.page-home .update-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--color-line);
}
.page-home .update-row:last-child {
  border-bottom: 0;
}
.page-home .update-item {
  font-weight: 700;
}
.page-home .update-cadence {
  font-family: var(--font-mono);
  font-size: .875rem;
  color: var(--color-muted);
}
.page-home .update-state {
  font-size: .875rem;
  font-weight: 700;
}
.page-home .state--ok {
  color: var(--color-success);
}
.page-home .state--warn {
  color: var(--color-warning);
}

/* ========= 服务范围费用 ========= */
.page-home .home-local {
  background: var(--color-blue);
  color: var(--color-white);
  padding: var(--section-y) 0;
  position: relative;
  overflow: hidden;
}
.page-home .home-local::after {
  content: '';
  position: absolute;
  left: -8%;
  bottom: -24%;
  width: 30%;
  height: 80%;
  background: rgba(57,255,20,.06);
  transform: skewX(12deg);
}
.page-home .local-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  position: relative;
  z-index: 2;
}
.page-home .local-copy p {
  line-height: 1.75;
  color: rgba(255,255,255,.86);
  margin: 0 0 10px;
}
.page-home .local-copy .local-note {
  color: var(--color-lime);
  font-weight: 500;
}
.page-home .coverage-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-left: 4px solid var(--color-orange);
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
}
.page-home .coverage-card .btn-ghost {
  border-color: rgba(255,255,255,.4);
  color: var(--color-white);
}
.page-home .coverage-count {
  display: block;
  font-family: var(--font-mono);
  font-size: 3rem;
  color: var(--color-lime);
  line-height: 1;
}
.page-home .coverage-label {
  display: block;
  font-size: .875rem;
  color: rgba(255,255,255,.78);
  margin-top: 8px;
  margin-bottom: 12px;
}
.page-home .fee-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
}
.page-home .fee-item {
  background: rgba(255,255,255,.08);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page-home .fee-label {
  color: rgba(255,255,255,.78);
}
.page-home .fee-price {
  font-family: var(--font-mono);
  font-size: 1.25rem;
  color: var(--color-white);
}
.page-home .fee-price span {
  font-size: .75rem;
  color: rgba(255,255,255,.66);
}

/* ========= 快速入口 ========= */
.page-home .home-quick {
  background: var(--color-bg);
  padding: var(--section-y) 0;
  position: relative;
}
.page-home .quick-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
}
.page-home .quick-live {
  position: relative;
  background: var(--color-blue-dark);
  color: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.page-home .quick-live-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: .86;
}
.page-home .quick-live-body {
  padding: 20px;
}
.page-home .quick-live-body h3 {
  margin: 12px 0 6px;
  font-size: 1.25rem;
}
.page-home .quick-live-body p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.74);
  line-height: 1.6;
}
.page-home .quick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.page-home .quick-item {
  display: block;
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-left: 4px solid var(--color-orange);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  color: var(--color-ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.page-home .quick-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.page-home .quick-item--signup::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-lime);
  animation: page-home-dot 1.8s ease-in-out infinite;
}
@keyframes page-home-dot {
  0% { box-shadow: 0 0 0 0 rgba(57,255,20,.7); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(57,255,20,0); }
}
.page-home .quick-item-index {
  font-family: var(--font-mono);
  font-size: .75rem;
  color: var(--color-orange);
  display: block;
  margin-bottom: 6px;
}
.page-home .quick-item-title {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.page-home .quick-item-text {
  font-size: .875rem;
  color: var(--color-muted);
  line-height: 1.5;
}

/* ========= 响应式 ========= */
@media (min-width: 640px) {
  .page-home .home-hero__inner {
    gap: 48px;
  }
  .page-home .dashboard-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .price-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .fee-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .update-row {
    grid-template-columns: 1.2fr 1fr 0.8fr;
    align-items: center;
  }
}

@media (min-width: 960px) {
  .page-home .home-hero {
    padding: 140px 0 80px;
  }
  .page-home .home-hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
  }
  .page-home .hero-live__img {
    min-height: 380px;
  }
  .page-home .stats-wrap {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }
  .page-home .dashboard-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .page-home .data-card {
    min-height: 120px;
  }
  .page-home .pricing-lead {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page-home .local-wrap {
    grid-template-columns: 1.3fr 0.7fr;
    align-items: center;
  }
  .page-home .quick-layout {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .page-home .quick-live {
    order: 2;
  }
  .page-home .quick-grid {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
  }
}
