.page-home {
  --home-shadow: 0 24px 64px rgba(38, 38, 38, 0.14);
  --home-shadow-soft: 0 12px 28px rgba(38, 38, 38, 0.10);
  --home-radius: 10px;
  --home-transition: 0.35s var(--ease-out);
  color: var(--ink);
  overflow-x: hidden;
}

/* ========== 首屏 ========== */
.page-home .home-hero {
  position: relative;
  min-height: 640px;
  padding: 52px 0 52px;
  background: var(--paper);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.page-home .home-hero::before {
  content: "";
  position: absolute;
  top: -4%;
  left: -5%;
  right: -5%;
  bottom: 26%;
  background: var(--ink);
  transform: rotate(-2deg);
  z-index: 0;
}
.page-home .home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.page-home .home-hero-grid-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.page-home .home-hero-shape {
  position: absolute;
  display: block;
  border-radius: 2px;
}
.page-home .home-hero-shape-rhombus {
  width: 120px;
  height: 120px;
  right: 12%;
  bottom: 4%;
  border: 2px solid var(--gold);
  transform: rotate(45deg);
  opacity: 0.6;
}
.page-home .home-hero-shape-ring {
  width: 140px;
  height: 140px;
  left: 4%;
  bottom: 8%;
  border: 2px solid var(--oasis);
  border-radius: 50%;
  opacity: 0.35;
}
.page-home .home-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.page-home .home-hero-copy {
  max-width: 640px;
}
.page-home .home-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(245, 240, 230, 0.85);
}
.page-home .home-hero-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px 5px 8px;
  background: var(--kiwi);
  color: var(--paper);
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.page-home .home-hero-brand-mark::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex: 0 0 8px;
}
.page-home .home-hero-coord {
  font-size: 12px;
}
.page-home .home-hero-title {
  margin: 0 0 20px;
  font: 900 34px/1.24 var(--font-head);
  letter-spacing: 0.01em;
  color: var(--white);
  text-wrap: balance;
}
.page-home .home-hero-title-suffix {
  display: block;
  color: var(--gold);
  font-size: 0.78em;
  line-height: 1.4;
  margin-top: 4px;
}
.page-home .home-hero-lead {
  margin: 0 0 28px;
  font: 400 17px/1.8 var(--font-body);
  color: rgba(245, 240, 230, 0.92);
  max-width: 52em;
}
.page-home .home-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 30px;
  border-top: 1px solid rgba(245, 240, 230, 0.22);
  border-bottom: 1px solid rgba(245, 240, 230, 0.22);
}
.page-home .home-hero-stat {
  padding: 16px 18px 14px 0;
  margin-right: 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-home .home-hero-stat-num {
  font: 700 26px/1 var(--font-mono);
  color: var(--emerald);
  letter-spacing: -0.02em;
}
.page-home .home-hero-stat-plus {
  font-size: 18px;
  color: var(--gold);
}
.page-home .home-hero-stat-label {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(245, 240, 230, 0.74);
  font-family: var(--font-head);
}
.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-home .home-hero-figure {
  position: relative;
  max-width: 600px;
  width: 100%;
}
.page-home .home-hero-media {
  position: relative;
  margin: 0;
  background: var(--white);
  padding: 8px;
  border: 1px solid var(--grid);
  box-shadow: 14px 14px 0 rgba(26, 122, 74, 0.18);
}
.page-home .home-hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .home-stock-badge {
  position: absolute;
  bottom: -24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px 10px 10px;
  background: var(--ink);
  border: 2px solid var(--gold);
  color: var(--paper);
  font: 700 15px var(--font-head);
  box-shadow: var(--home-shadow-soft);
}
.page-home .home-stock-badge-svg {
  width: 26px;
  height: 26px;
  color: var(--emerald);
}
.page-home .home-stock-badge-text {
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.page-home .home-hero-scroll {
  position: absolute;
  z-index: 4;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--ink);
  border: 1px solid var(--gold);
  color: var(--paper);
  font: 400 13px var(--font-mono);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background var(--home-transition), color var(--home-transition);
}
.page-home .home-hero-scroll-arrow {
  color: var(--gold);
  font-size: 16px;
  line-height: 1;
}

/* ========== 通用区域节奏 ========== */
.page-home .section {
  position: relative;
  padding: 52px 0 56px;
}
.page-home .section-head {
  margin-bottom: 30px;
}

/* ========== 页面索引 ========== */
.page-home .home-index {
  background: var(--paper);
}
.page-home .home-index .section-desc {
  max-width: 56em;
}
.page-home .home-index-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-home .home-index-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 22px 20px;
  background: var(--white);
  border: 1px solid var(--grid);
  text-decoration: none;
  color: var(--ink);
  transition: transform var(--home-transition), box-shadow var(--home-transition), border-color var(--home-transition);
}
.page-home .home-index-card:hover,
.page-home .home-index-card:focus-visible {
  transform: translateY(-6px);
  border-color: var(--kiwi);
  box-shadow: var(--home-shadow);
}
.page-home .home-index-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--kiwi);
  color: var(--paper);
  font: 700 15px var(--font-mono);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}
.page-home .home-index-card:nth-child(2) .home-index-card-index {
  background: var(--gold);
}
.page-home .home-index-card:nth-child(3) .home-index-card-index {
  background: var(--oasis);
}
.page-home .home-index-card:nth-child(4) .home-index-card-index {
  background: var(--desert);
}
.page-home .home-index-card:nth-child(5) .home-index-card-index {
  background: var(--kiwi);
}
.page-home .home-index-card:nth-child(6) .home-index-card-index {
  background: var(--gold);
}
.page-home .home-index-card-content {
  flex: 1;
}
.page-home .home-index-card-title {
  margin: 0 0 8px;
  font: 800 19px/1.4 var(--font-head);
}
.page-home .home-index-card-desc {
  margin: 0;
  font: 400 15px/1.7 var(--font-body);
  color: var(--gray);
}
.page-home .home-index-card-more {
  margin-top: 8px;
  font: 600 13px var(--font-mono);
  color: var(--kiwi);
  letter-spacing: 0.05em;
}
.page-home .home-index-card:nth-child(3) .home-index-card-more,
.page-home .home-index-card:nth-child(6) .home-index-card-more {
  color: var(--oasis);
}
.page-home .home-index-card:nth-child(4) .home-index-card-more {
  color: var(--desert);
}

/* ========== 更新公告栏 ========== */
.page-home .home-news {
  background: var(--paper);
}
.page-home .home-news .section-desc {
  max-width: 56em;
}
.page-home .home-news-panel {
  display: flex;
  flex-direction: column;
  background: var(--ink);
  color: var(--paper);
  padding: 26px 20px;
  border-left: 6px solid var(--kiwi);
  box-shadow: var(--home-shadow);
}
.page-home .home-news-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(245, 240, 230, 0.18);
}
.page-home .home-news-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 0 0 rgba(59, 175, 116, 0.55);
  animation: homePulse 2.2s ease-out infinite;
}
.page-home .home-news-status-label {
  font: 700 16px var(--font-head);
  color: var(--white);
}
.page-home .home-news-status-period {
  font: 400 13px var(--font-mono);
  color: rgba(245, 240, 230, 0.66);
  letter-spacing: 0.04em;
}
.page-home .home-news-entry {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(245, 240, 230, 0.12);
}
.page-home .home-news-entry:last-of-type {
  border-bottom: 0;
}
.page-home .home-news-entry-index {
  font: 700 14px var(--font-mono);
  color: var(--gold);
  padding-top: 5px;
}
.page-home .home-news-entry-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-home .home-news-entry-title {
  margin: 0;
  font: 700 17px/1.5 var(--font-head);
  color: var(--white);
}
.page-home .home-news-entry-text {
  margin: 0;
  font: 400 14px/1.7 var(--font-body);
  color: rgba(245, 240, 230, 0.76);
}
.page-home .home-news-entry-link {
  grid-column: 2;
  justify-self: start;
  margin-top: 6px;
  font: 600 13px var(--font-mono);
  color: var(--emerald);
  text-decoration: none;
  letter-spacing: 0.03em;
  border-bottom: 1px solid transparent;
  transition: color var(--home-transition), border-color var(--home-transition);
}
.page-home .home-news-entry-link:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.page-home .home-news-rhythm {
  margin-top: 20px;
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(245, 240, 230, 0.18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.page-home .home-news-rhythm-label {
  font: 700 13px var(--font-mono);
  color: var(--gold);
  white-space: nowrap;
  letter-spacing: 0.06em;
}
.page-home .home-news-rhythm-track {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 200px;
  min-width: 160px;
}
.page-home .home-news-rhythm-node {
  flex: 1 1 auto;
  height: 4px;
  background: rgba(245, 240, 230, 0.24);
  border-radius: 2px;
}
.page-home .home-news-rhythm-node.is-active {
  background: var(--emerald);
  height: 12px;
  border-radius: 3px;
  transform: translateY(-2px);
}
.page-home .home-news-rhythm-note {
  font: 400 12px var(--font-mono);
  color: rgba(245, 240, 230, 0.58);
  white-space: nowrap;
}

/* ========== 赛事索引 ========== */
.page-home .home-leagues {
  background: var(--white);
}
.page-home .home-leagues .section-desc {
  max-width: 58em;
}
.page-home .home-leagues-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.page-home .home-leagues-media {
  position: relative;
}
.page-home .home-leagues-media-frame {
  margin: 0;
  padding: 8px;
  background: var(--paper);
  border: 1px solid var(--grid);
  box-shadow: 12px 12px 0 rgba(15, 110, 122, 0.12);
}
.page-home .home-leagues-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .home-leagues-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .home-league-cycles {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-home .home-league-cycle-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--paper);
  border-left: 4px solid var(--kiwi);
}
.page-home .home-league-cycle-row:nth-child(2) {
  border-left-color: var(--gold);
}
.page-home .home-league-cycle-row:nth-child(3) {
  border-left-color: var(--oasis);
}
.page-home .home-league-cycle-label {
  flex: 0 0 66px;
  font: 700 14px var(--font-mono);
  color: var(--ink);
}
.page-home .home-league-cycle-track {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-home .home-league-cycle-node {
  width: 12px;
  height: 12px;
  border: 2px solid var(--grid);
  background: transparent;
  border-radius: 50%;
}
.page-home .home-league-cycle-node.is-current {
  border-color: var(--kiwi);
  background: var(--kiwi);
  box-shadow: 0 0 0 4px rgba(26, 122, 74, 0.16);
}
.page-home .home-league-cycle-note {
  font: 400 13px var(--font-body);
  color: var(--gray);
  text-align: right;
}
.page-home .home-league-cats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.page-home .home-league-cats-more {
  font: 600 13px var(--font-mono);
  color: var(--gray);
}
.page-home .home-league-cats-desc {
  margin: 0;
  font: 400 15px/1.8 var(--font-body);
  color: var(--gray);
}

/* ========== 赛事服务快速入口 ========== */
.page-home .home-services {
  background: var(--paper);
}
.page-home .home-services .section-desc {
  max-width: 58em;
}
.page-home .home-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.page-home .home-services-media {
  position: relative;
}
.page-home .home-services-media-frame {
  margin: 0;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--grid);
  box-shadow: 14px 14px 0 rgba(201, 162, 39, 0.16);
}
.page-home .home-services-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .home-mark-follow {
  position: absolute;
  right: 12px;
  bottom: -18px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 300px;
  background: var(--ink);
  border: 1px solid var(--grid);
  padding: 10px 12px;
  box-shadow: var(--home-shadow-soft);
}
.page-home .home-mark-follow-head {
  width: 100%;
  font: 700 11px var(--font-mono);
  color: var(--gold);
  letter-spacing: 0.06em;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(245, 240, 230, 0.2);
}
.page-home .home-mark-item {
  padding: 5px 10px;
  font: 600 12px var(--font-head);
  color: var(--paper);
  background: var(--oasis);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.page-home .home-mark-item-gold {
  background: var(--gold);
  color: var(--ink);
}
.page-home .home-mark-item-kiwi {
  background: var(--kiwi);
}
.page-home .home-services-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-home .home-services-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 16px;
  background: var(--white);
  border: 1px solid var(--grid);
  transition: border-color var(--home-transition), box-shadow var(--home-transition);
}
.page-home .home-services-feature:hover {
  border-color: var(--oasis);
  box-shadow: var(--home-shadow-soft);
}
.page-home .home-services-feature-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--oasis);
  color: var(--white);
  font: 700 20px var(--font-monospace);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
.page-home .home-services-feature:nth-child(2) .home-services-feature-icon {
  background: var(--kiwi);
}
.page-home .home-services-feature:nth-child(3) .home-services-feature-icon {
  background: var(--desert);
}
.page-home .home-services-feature-title {
  margin: 0 0 6px;
  font: 800 17px/1.45 var(--font-head);
}
.page-home .home-services-feature-text {
  margin: 0;
  font: 400 14px/1.8 var(--font-body);
  color: var(--gray);
}

/* ========== 兼容与访问说明 ========== */
.page-home .home-compat {
  background: var(--white);
}
.page-home .home-compat .section-desc {
  max-width: 58em;
}
.page-home .home-compat-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}
.page-home .home-compat-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-home .home-compat-block {
  display: flex;
  gap: 14px;
  padding: 20px 18px;
  background: var(--paper);
  border-left: 4px solid var(--desert);
}
.page-home .home-compat-block:nth-child(2) {
  border-left-color: var(--kiwi);
}
.page-home .home-compat-block:nth-child(3) {
  border-left-color: var(--oasis);
}
.page-home .home-compat-block-index {
  font: 700 18px var(--font-mono);
  color: var(--desert);
  line-height: 1.6;
}
.page-home .home-compat-block:nth-child(2) .home-compat-block-index {
  color: var(--kiwi);
}
.page-home .home-compat-block:nth-child(3) .home-compat-block-index {
  color: var(--oasis);
}
.page-home .home-compat-block-main {
  flex: 1;
}
.page-home .home-compat-block-title {
  margin: 0 0 8px;
  font: 800 17px/1.5 var(--font-head);
}
.page-home .home-compat-block-text {
  margin: 0 0 10px;
  font: 400 15px/1.8 var(--font-body);
  color: var(--gray);
}
.page-home .home-compat-block-link {
  display: inline-block;
  font: 700 14px var(--font-mono);
  color: var(--kiwi);
  text-decoration: none;
  border-bottom: 2px solid var(--kiwi);
  padding-bottom: 2px;
  transition: color var(--home-transition), border-color var(--home-transition);
}
.page-home .home-compat-block-link:hover {
  color: var(--desert);
  border-bottom-color: var(--desert);
}
.page-home .home-compat-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .home-compat-media-frame {
  margin: 0;
  padding: 8px;
  background: var(--paper);
  border: 1px solid var(--grid);
  box-shadow: 14px 14px 0 rgba(15, 110, 122, 0.12);
}
.page-home .home-compat-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .home-compat-contact {
  padding: 20px 18px;
  background: var(--ink);
  color: var(--paper);
  border-top: 6px solid var(--gold);
}
.page-home .home-compat-contact-label {
  margin: 0 0 4px;
  font: 700 12px var(--font-mono);
  color: rgba(245, 240, 230, 0.56);
  letter-spacing: 0.08em;
}
.page-home .home-compat-contact-value {
  margin: 0 0 14px;
  font: 400 16px/1.6 var(--font-body);
  color: var(--paper);
}
.page-home .home-compat-contact-value:last-of-type {
  margin-bottom: 0;
}
.page-home .home-compat-contact-mail {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--emerald);
  word-break: break-all;
}

/* ========== 平台实力与合规 ========== */
.page-home .home-about {
  background: var(--paper);
}
.page-home .home-about .section-desc {
  max-width: 56em;
}
.page-home .home-about-panel {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--home-shadow);
  padding: 28px 24px;
  gap: 28px;
}
.page-home .home-about-milestones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.page-home .home-about-milestone {
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--kiwi);
}
.page-home .home-about-milestone:nth-child(2) {
  border-left-color: var(--gold);
}
.page-home .home-about-milestone:nth-child(3) {
  border-left-color: var(--desert);
}
.page-home .home-about-milestone:nth-child(4) {
  border-left-color: var(--oasis);
}
.page-home .home-about-milestone-year {
  display: block;
  font: 700 22px var(--font-mono);
  color: var(--white);
  margin-bottom: 6px;
}
.page-home .home-about-milestone-text {
  margin: 0;
  font: 400 14px/1.7 var(--font-body);
  color: rgba(245, 240, 230, 0.74);
}
.page-home .home-about-note {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 18px;
  background: rgba(26, 122, 74, 0.15);
  border: 1px solid rgba(59, 175, 116, 0.35);
}
.page-home .home-about-note-title {
  margin: 0;
  font: 800 16px var(--font-head);
  color: var(--emerald);
}
.page-home .home-about-note-text {
  margin: 0;
  font: 400 15px/1.8 var(--font-body);
  color: rgba(245, 240, 230, 0.82);
}
.page-home .home-about-note .btn {
  align-self: flex-start;
  margin-top: 6px;
}

/* ========== 平板 ========== */
@media (min-width: 768px) {
  .page-home .home-hero {
    min-height: 580px;
    align-items: center;
    padding: 48px 0 64px;
  }
  .page-home .home-hero::before {
    bottom: 16%;
  }
  .page-home .home-hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .page-home .home-hero-copy {
    flex: 1 1 58%;
  }
  .page-home .home-hero-figure {
    flex: 0 1 42%;
  }
  .page-home .home-index-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .page-home .home-index-card:nth-child(2n) {
    margin-top: 20px;
  }
  .page-home .home-news-panel {
    padding: 32px 30px;
  }
  .page-home .home-news-entry {
    grid-template-columns: 44px 1fr auto;
    align-items: start;
  }
  .page-home .home-news-entry-link {
    grid-column: 3;
    align-self: center;
  }
  .page-home .home-leagues-layout {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .page-home .home-services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  .page-home .home-compat-layout {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  .page-home .home-about-panel {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    padding: 34px 30px;
  }
}

/* ========== 桌面 ========== */
@media (min-width: 992px) {
  .page-home .home-hero {
    min-height: 640px;
    padding: 0;
  }
  .page-home .home-hero::before {
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    width: 64%;
    height: 100%;
    transform: none;
    clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
  }
  .page-home .home-hero-inner {
    min-height: 640px;
    justify-content: space-between;
    gap: 56px;
  }
  .page-home .home-hero-copy {
    flex: 0 1 55%;
    padding-left: 8px;
  }
  .page-home .home-hero-figure {
    flex: 0 1 42%;
  }
  .page-home .home-hero-title {
    font-size: 44px;
    line-height: 1.2;
  }
  .page-home .home-hero-title-suffix {
    display: block;
    font-size: 0.72em;
    margin-top: 8px;
  }
  .page-home .home-hero-scroll {
    display: inline-flex;
  }
  .page-home .section {
    padding: 72px 0 80px;
  }
  .page-home .section-head {
    margin-bottom: 40px;
  }
  .page-home .home-index-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .page-home .home-index-card:nth-child(2n) {
    margin-top: 0;
  }
  .page-home .home-index-card:nth-child(3n+2) {
    margin-top: 26px;
  }
  .page-home .home-index-card:nth-child(3n+3) {
    margin-top: 52px;
  }
  .page-home .home-news-panel {
    padding: 38px 40px;
  }
  .page-home .home-leagues-layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
  }
  .page-home .home-services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
  .page-home .home-compat-layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
  }
  .page-home .home-about-panel {
    padding: 40px;
  }
}

/* ========== 大屏 ========== */
@media (min-width: 1360px) {
  .page-home .home-hero-title {
    font-size: 50px;
  }
  .page-home .home-hero-lead {
    font-size: 18px;
  }
}

/* ========== 动效与减少动画 ========== */
@media (prefers-reduced-motion: reduce) {
  .page-home .home-news-status-dot {
    animation: none;
  }
  .page-home .home-hero-scroll,
  .page-home .home-index-card,
  .page-home .home-services-feature,
  .page-home .home-stock-badge {
    transition: none;
  }
}
@keyframes homePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 175, 116, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(59, 175, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59, 175, 116, 0);
  }
}

.page-home {
  --font-monospace: 1rem;
}
