.page-home {
  --gold: var(--c-gold);
  --gold-lite: var(--c-gold-bright);
  --red: var(--c-red);
  --border: var(--c-border);
  --muted: var(--c-gray);
  --bg-deep: #09172E;
  --bg-card: #0F2A4A;
  --bg-soft: #102C4C;
  background: var(--c-primary);
  color: var(--c-white);
  font-family: var(--font-body);
  line-height: 1.65;
  overflow-x: hidden;
}

/* ============ 首屏 Hero ============ */
.page-home .home-hero {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #0B1E3A 0%, #0F2A4A 62%, #102C4C 100%);
  overflow: hidden;
}

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

@media (min-width: 1024px) {
  .page-home .hero-inner {
    grid-template-columns: 5fr 7fr;
    gap: 64px;
  }
}

.page-home .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .hero-context {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(11, 30, 58, 0.6);
  font-family: var(--font-num);
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.page-home .context-sep {
  color: var(--gold);
}

.page-home .hero-copy .eyebrow {
  margin-bottom: 12px;
}

.page-home .home-hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-title);
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.18;
  letter-spacing: 0.02em;
  color: #fff;
}

.page-home .h1-sub {
  display: block;
  margin-top: 10px;
  font-size: 0.62em;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.page-home .hero-desc {
  max-width: 560px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--muted);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.page-home .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 36px;
  border-top: 1px solid rgba(30, 58, 95, 0.6);
  padding-top: 20px;
}

.page-home .hero-stat {
  display: flex;
  flex-direction: column;
}

.page-home .hero-stat-num {
  font-family: var(--font-num);
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
}

.page-home .hero-stat-label {
  font-size: 13px;
  color: var(--muted);
}

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

.page-home .pitch-rings {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-home .pitch-rings::before,
.page-home .pitch-rings::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.page-home .pitch-rings::before {
  width: 480px;
  height: 480px;
}

.page-home .pitch-rings::after {
  width: 300px;
  height: 300px;
  border-style: dashed;
  border-color: rgba(212, 175, 55, 0.32);
}

.page-home .hero-visual-art {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  opacity: 0.25;
  pointer-events: none;
}

.page-home .hero-visual-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), transparent 45%);
}

.page-home .hero-visual-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-home .data-panel {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-left: auto;
  padding: 26px 24px 20px;
  border: 1px solid rgba(212, 175, 55, 0.38);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(15, 42, 74, 0.96), rgba(11, 30, 58, 0.92));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.page-home .panel-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.page-home .panel-title {
  font-family: var(--font-title);
  font-size: 15px;
  color: #fff;
}

.page-home .panel-sim {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--gold);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 3px 10px;
  border-radius: 999px;
}

.page-home .panel-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .bar-row {
  display: grid;
  grid-template-columns: 48px 1fr 56px;
  align-items: center;
  gap: 12px;
}

.page-home .bar-label {
  font-family: var(--font-num);
  font-size: 13px;
  color: var(--gold);
  text-align: right;
}

.page-home .bar-track {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(30, 58, 95, 0.6);
  overflow: hidden;
}

.page-home .bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #D4AF37, #F0D060 70%, #F5E6B0);
}

.page-home .bar-val {
  font-family: var(--font-num);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.page-home .panel-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding-top: 16px;
  margin-top: 18px;
  border-top: 1px solid var(--border);
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--muted);
}

.page-home .panel-note {
  color: rgba(230, 57, 70, 0.95);
}

/* ============ 实时射手榜预览 ============ */
.page-home .home-scorer {
  position: relative;
  padding: 72px 0;
  background: var(--bg-deep);
}

.page-home .home-scorer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.28), transparent);
  pointer-events: none;
}

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

@media (min-width: 1024px) {
  .page-home .scorer-inner {
    grid-template-columns: 5fr 7fr;
    gap: 56px;
  }
}

.page-home .scorer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .home-scorer h2,
.page-home .home-reports h2,
.page-home .home-cases h2,
.page-home .home-products h2,
.page-home .home-sync h2 {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.25;
  color: #fff;
}

.page-home .scorer-lead {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.8;
}

.page-home .scorer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.page-home .scorer-list li {
  position: relative;
  padding-left: 18px;
  color: #fff;
}

.page-home .scorer-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  transform: rotate(45deg);
  background: var(--gold);
}

.page-home .scorer-visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 900px) {
  .page-home .scorer-visual {
    grid-template-columns: 2fr 5fr;
    align-items: center;
  }
}

.page-home .scorer-shot {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  background: var(--bg-card);
}

.page-home .scorer-shot img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .scorer-table-wrap {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--bg-card);
  overflow: hidden;
}

.page-home .scorer-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 16px 10px;
}

.page-home .league-tab {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(11, 30, 58, 0.45);
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--muted);
  transition: all 0.2s ease;
}

.page-home .league-tab:hover {
  border-color: rgba(212, 175, 55, 0.6);
  color: var(--gold);
}

.page-home .league-tab.is-active {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.14);
  color: var(--gold-lite);
}

.page-home .scorer-table {
  padding: 8px 0 4px;
}

.page-home .st-head,
.page-home .st-row {
  display: grid;
  grid-template-columns: 1.4fr 2fr 2fr 1fr 1.2fr;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
}

.page-home .st-head {
  border-bottom: 1px solid rgba(30, 58, 95, 0.6);
  margin-bottom: 2px;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}

.page-home .st-row {
  border-bottom: 1px solid rgba(30, 58, 95, 0.3);
  transition: background 0.2s ease;
}

.page-home .st-row:last-child {
  border-bottom: none;
}

.page-home .st-row:hover {
  background: rgba(212, 175, 55, 0.08);
}

.page-home .st-rank {
  font-family: var(--font-num);
  font-weight: 700;
  color: var(--muted);
}

.page-home .st-rank.is-leader {
  color: var(--gold);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
}

.page-home .st-player {
  font-family: var(--font-num);
  font-size: 15px;
  color: #fff;
}

.page-home .st-player i {
  margin-left: 4px;
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
}

.page-home .st-club {
  font-size: 14px;
  color: var(--muted);
}

.page-home .st-goals {
  font-family: var(--font-num);
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  transition: color 0.2s ease;
}

.page-home .st-row:hover .st-goals {
  color: var(--red);
}

.page-home .st-rate {
  font-family: var(--font-num);
  color: var(--muted);
}

.page-home .table-caption {
  margin: 0;
  padding: 10px 16px;
  font-size: 12px;
  color: var(--muted);
  background: rgba(11, 30, 58, 0.5);
}

/* ============ 战报速览 ============ */
.page-home .home-reports {
  padding: 72px 0;
  background: linear-gradient(180deg, #0B1E3A 0%, #0F2A4A 100%);
}

.page-home .reports-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 36px;
}

.page-home .reports-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .reports-more {
  font-family: var(--font-num);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--gold);
  text-decoration: none;
}

.page-home .reports-more:hover {
  color: var(--gold-lite);
}

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

@media (min-width: 768px) {
  .page-home .reports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-home .report-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(11, 30, 58, 0.6);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.page-home .report-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.6);
}

.page-home .report-tag {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--gold);
}

.page-home .report-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  font-size: 19px;
  line-height: 1.4;
  color: #fff;
}

.page-home .report-card p {
  flex: 1;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .report-link {
  font-family: var(--font-num);
  font-size: 14px;
  color: var(--gold);
  text-decoration: none;
}

.page-home .report-link:hover {
  color: var(--gold-lite);
}

/* ============ 跟队案例 ============ */
.page-home .home-cases {
  padding: 72px 0;
  background: #0B1E3A;
}

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

@media (min-width: 1024px) {
  .page-home .cases-inner {
    grid-template-columns: 4fr 6fr;
    gap: 60px;
  }
}

.page-home .case-media {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
}

.page-home .case-media::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.14), inset 0 -60px 80px rgba(11, 30, 58, 0.6);
}

.page-home .case-media img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .case-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .case-lead {
  max-width: 560px;
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.8;
}

.page-home .case-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-bottom: 28px;
}

.page-home .case-stat {
  display: flex;
  flex-direction: column;
}

.page-home .case-stat-num {
  font-family: var(--font-num);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
}

.page-home .case-stat-label {
  font-size: 13px;
  color: var(--muted);
}

/* ============ 产品线下载 ============ */
.page-home .home-products {
  padding: 72px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  background: var(--bg-soft);
}

.page-home .products-head {
  max-width: 680px;
  margin: 0 auto 28px;
  text-align: center;
}

.page-home .products-lead {
  color: var(--muted);
  line-height: 1.8;
}

.page-home .products-scheme {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto 32px;
  border: 1px solid var(--border);
  border-radius: 18px;
  object-fit: cover;
}

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

@media (min-width: 700px) {
  .page-home .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-home .product-card {
  position: relative;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(11, 30, 58, 0.72);
  transition: border-color 0.2s ease;
}

.page-home .product-card:hover {
  border-color: rgba(212, 175, 55, 0.5);
}

.page-home .product-num {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-num);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--red);
}

.page-home .product-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 17px;
  color: #fff;
}

.page-home .product-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .products-cta {
  text-align: center;
}

/* ============ 多设备同步 ============ */
.page-home .home-sync {
  padding: 72px 0;
  background: linear-gradient(180deg, #0B1E3A, #0F2A4A);
}

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

@media (min-width: 1024px) {
  .page-home .sync-inner {
    grid-template-columns: 6fr 4fr;
    gap: 56px;
  }
}

.page-home .sync-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .sync-lead {
  max-width: 560px;
  margin: 0 0 26px;
  color: var(--muted);
  line-height: 1.8;
}

.page-home .sync-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .page-home .sync-steps {
    flex-direction: row;
  }
}

.page-home .sync-step {
  flex: 1;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(11, 30, 58, 0.55);
}

.page-home .step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: var(--font-num);
  font-weight: 700;
  color: var(--gold);
}

.page-home .step-title {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.page-home .step-desc {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* ============ 动效克制 ============ */
@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation: none !important;
    transition: none !important;
  }
}
