.page-home {
  --home-pad: clamp(44px, 7vw, 88px);
  --home-edge: rgba(10, 42, 33, 0.12);
  background: var(--ink-900);
  color: var(--cream);
  overflow-x: hidden;
}

/* ============ 首屏 ============ */
.page-home .hero {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 6vw, 64px) 0 clamp(52px, 9vw, 104px);
  background:
    radial-gradient(115% 85% at 86% 6%, rgba(169, 255, 60, 0.10), transparent 62%),
    linear-gradient(180deg, var(--ink-900) 0%, var(--turf) 100%);
}

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

.page-home .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}

.page-home .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 42, 33, 0.55) 0%, rgba(10, 42, 33, 0.90) 68%, var(--turf) 100%),
    linear-gradient(105deg, rgba(10, 42, 33, 0.92) 0%, rgba(10, 42, 33, 0.30) 62%, transparent 100%);
}

.page-home .hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 44px;
  align-items: center;
}

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

.page-home .hero-context {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--cream-72);
}

.page-home .hero-context .dot {
  flex: none;
}

.page-home .hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05em;
  margin: 22px 0 0;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(42px, 12vw, 100px);
  line-height: 0.94;
  letter-spacing: -0.01em;
  color: var(--cream);
}

.page-home .hero-line--band {
  display: inline-block;
  padding: 0.02em 0.18em 0.06em;
  background: var(--neon);
  color: var(--ink-900);
  transform: rotate(-2deg);
  box-shadow: 0 14px 40px rgba(169, 255, 60, 0.26);
}

.page-home .hero-line--sub {
  font-size: 0.5em;
  font-weight: 700;
  color: var(--cream-52);
  letter-spacing: 0.01em;
}

.page-home .hero-lead {
  max-width: 34em;
  margin: 26px 0 0;
  font-size: 17px;
  line-height: 1.78;
  color: var(--cream-72);
}

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

.page-home .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--cream-72);
}

.page-home .hero-facts .num {
  margin-right: 6px;
  font-size: 19px;
  font-weight: 600;
  color: var(--neon);
}

.page-home .hero-aside {
  display: flex;
  justify-content: center;
}

.page-home .hero-phone {
  position: relative;
  width: min(288px, 72vw);
  margin: 0;
}

.page-home .hero-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  border: 1px solid var(--neon-30);
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.58);
}

.page-home .hero-chip {
  position: absolute;
  left: -18px;
  bottom: 54px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--neon-46);
  background: rgba(10, 42, 33, 0.84);
  box-shadow: var(--shadow-lift);
  font-size: 12px;
  line-height: 1.4;
  color: var(--cream-72);
}

.page-home .hero-chip .num {
  font-size: 22px;
  font-weight: 600;
  color: var(--neon);
}

@media (min-width: 640px) {
  .page-home .hero-chip {
    left: -46px;
  }
}

/* ============ 通用小节头 ============ */
.page-home .sec-head {
  max-width: 44em;
  margin-bottom: clamp(26px, 4vw, 44px);
}

.page-home .sec-index {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--gold);
}

.page-home .sec-head h2 {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: clamp(27px, 5vw, 46px);
  line-height: 1.06;
  color: var(--cream);
}

.page-home .sec-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--cream-72);
}

/* ============ 赛程速览 ============ */
.page-home .fixtures {
  background: linear-gradient(180deg, var(--turf) 0%, var(--ink-900) 100%);
}

.page-home .fixture-banner {
  position: relative;
  margin: 0 0 26px;
  border-radius: var(--radius-m);
  overflow: hidden;
  aspect-ratio: 16 / 6;
  background: linear-gradient(120deg, var(--moss), var(--turf));
}

.page-home .fixture-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}

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

@media (min-width: 640px) {
  .page-home .fixture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-home .fixture-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

.page-home .fixture-card {
  padding: 20px;
  border-radius: var(--radius-m);
  border: 1px solid var(--hairline);
  background: linear-gradient(160deg, var(--moss) 0%, rgba(15, 53, 39, 0.72) 100%);
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), border-color 180ms var(--ease);
}

.page-home .fixture-card:hover,
.page-home .fixture-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--neon-46);
  box-shadow: var(--shadow-lift);
}

.page-home .fixture-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-home .fixture-league {
  display: inline-block;
  padding: 3px 11px;
  border-radius: var(--pill);
  background: var(--gold-40);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--cream);
}

.page-home .fixture-round {
  font-size: 12px;
  color: var(--cream-52);
}

.page-home .fixture-score {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 16px 0 6px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  color: var(--cream);
}

.page-home .fixture-score i {
  font-style: normal;
  font-size: 0.55em;
  color: var(--neon);
}

.page-home .fixture-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--cream-72);
}

.page-home .fixture-teams em {
  font-style: normal;
  font-size: 12px;
  color: var(--cream-52);
}

.page-home .fixture-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
}

.page-home .fixture-stats dt {
  margin-bottom: 5px;
  font-size: 12px;
  color: var(--cream-52);
}

.page-home .fixture-stats dd {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--gold);
}

.page-home .fixture-foot {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--cream-52);
}

.page-home .fixture-foot a {
  color: var(--neon);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============ 三步注册 ============ */
.page-home .steps {
  background: var(--lichen);
  color: var(--carbon);
}

.page-home .steps .sec-head h2 {
  color: var(--ink-900);
}

.page-home .steps .sec-sub {
  color: #3b4a44;
}

.page-home .step-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  .page-home .step-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
}

.page-home .step {
  padding: 26px 22px 22px;
  border-radius: var(--radius-m);
  border: 1px solid var(--home-edge);
  background: var(--cream);
  box-shadow: 0 10px 24px rgba(10, 42, 33, 0.07);
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), border-color 180ms var(--ease);
}

.page-home .step:hover,
.page-home .step:focus-within {
  transform: translateY(-4px);
  border-color: rgba(10, 42, 33, 0.28);
  box-shadow: 0 22px 40px rgba(10, 42, 33, 0.16);
}

.page-home .step-no {
  display: block;
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--ink-900);
}

.page-home .step h3 {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: 19px;
  font-weight: 700;
  color: var(--ink-900);
}

.page-home .step-copy {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.75;
  color: #3b4a44;
}

.page-home .step-meta {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(10, 42, 33, 0.10);
  font-size: 13px;
  line-height: 1.6;
  color: #55655e;
}

.page-home .steps-note {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #3b4a44;
}

.page-home .steps-note a {
  color: var(--ink-900);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============ 赛后数据回看 ============ */
.page-home .replay {
  background: linear-gradient(180deg, var(--ink-900) 0%, var(--turf) 100%);
}

.page-home .replay-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

@media (min-width: 1000px) {
  .page-home .replay-grid {
    grid-template-columns: 6fr 6fr;
    gap: 60px;
  }
}

.page-home .replay .prose {
  color: var(--cream-72);
}

.page-home .replay-list {
  display: grid;
  gap: 18px;
  margin: 30px 0 32px;
  padding: 0;
  list-style: none;
}

.page-home .replay-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.page-home .replay-list .num {
  min-width: 46px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: var(--gold);
}

.page-home .replay-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--cream);
}

.page-home .replay-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cream-52);
}

.page-home .replay-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-home .replay-cell {
  padding: 22px 20px;
  border-radius: var(--radius-m);
  border: 1px solid var(--neon-14);
  background: rgba(23, 64, 47, 0.55);
  backdrop-filter: blur(4px);
  transition: transform 180ms var(--ease), border-color 180ms var(--ease);
}

.page-home .replay-cell:hover {
  transform: translateY(-4px);
  border-color: var(--neon-46);
}

.page-home .replay-cell-label {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--cream-52);
}

.page-home .replay-cell-value {
  margin: 0;
  font-size: clamp(30px, 6vw, 44px);
  font-weight: 600;
  line-height: 1;
  color: var(--neon);
}

.page-home .replay-cell-value i {
  margin-left: 4px;
  font-style: normal;
  font-size: 0.42em;
  color: var(--cream-52);
}

/* ============ 球队库与联赛 ============ */
.page-home .clubs {
  background: var(--ink-900);
}

.page-home .clubs-grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

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

.page-home .clubs-media {
  margin: 0;
  border-radius: var(--radius-l);
  overflow: hidden;
  background: linear-gradient(140deg, var(--moss), var(--turf));
}

.page-home .clubs-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.7;
}

.page-home .clubs-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--cream-72);
}

.page-home .clubs-count {
  display: inline-block;
  padding: 0 0.12em;
  font-size: clamp(38px, 7vw, 62px);
  font-weight: 600;
  line-height: 1;
  color: var(--neon);
}

.page-home .league-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .league-chips li {
  padding: 8px 18px;
  border-radius: var(--pill);
  border: 1px solid var(--neon-30);
  font-size: 14px;
  color: var(--cream);
  transition: background 160ms var(--ease), color 160ms var(--ease);
}

.page-home .league-chips li:hover {
  background: var(--neon-14);
}

.page-home .clubs-note {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--cream-52);
}

/* ============ 章节预览 ============ */
.page-home .next-up {
  background: var(--lichen);
  color: var(--carbon);
}

.page-home .next-up .sec-head h2 {
  color: var(--ink-900);
}

.page-home .next-up .sec-sub {
  color: #3b4a44;
}

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

@media (min-width: 640px) {
  .page-home .next-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.page-home .next-item {
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  border-radius: var(--radius-m);
  border: 1px solid var(--home-edge);
  background: var(--cream);
  text-decoration: none;
  color: inherit;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), border-color 180ms var(--ease);
}

.page-home .next-item:hover,
.page-home .next-item:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(10, 42, 33, 0.32);
  box-shadow: 0 20px 36px rgba(10, 42, 33, 0.15);
}

.page-home .next-no {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #6b7a73;
}

.page-home .next-item h3 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--ink-900);
}

.page-home .next-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: #3b4a44;
}

.page-home .next-contact {
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #3b4a44;
}

.page-home .next-contact a {
  color: var(--ink-900);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============ 焦点与动效收敛 ============ */
.page-home a:focus-visible,
.page-home .next-item:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
}

.page-home .steps a:focus-visible,
.page-home .next-up a:focus-visible {
  outline: 2px solid var(--ink-900);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .fixture-card,
  .page-home .step,
  .page-home .replay-cell,
  .page-home .next-item,
  .page-home .league-chips li {
    transition: none;
  }

  .page-home .fixture-card:hover,
  .page-home .fixture-card:focus-within,
  .page-home .step:hover,
  .page-home .step:focus-within,
  .page-home .replay-cell:hover,
  .page-home .next-item:hover,
  .page-home .next-item:focus-visible {
    transform: none;
  }
}
