.page-home {
  --ph-muted-deep: #55747A;
  overflow-x: hidden;
  background-color: var(--primary-deep-cyan);
  color: var(--paper);
}

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

.page-home .container {
  position: relative;
  z-index: 2;
}

.page-home .breadcrumb {
  margin: 12px 0 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.page-home .breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.page-home .breadcrumb a:hover {
  color: var(--accent-fluorescent-green);
}

.page-home .breadcrumb span[aria-current="page"] {
  color: var(--muted);
  opacity: 0.8;
}

/* 章节目录 */
.page-home .section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 28px;
  padding: 6px;
  background: rgba(12, 64, 80, 0.55);
  border: 1px solid rgba(201, 247, 58, 0.16);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(6px);
}

.page-home .section-nav a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: var(--paper);
  text-decoration: none;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  transition: background-color 0.25s, color 0.25s;
}

.page-home .section-nav a:hover,
.page-home .section-nav a.is-active {
  background-color: var(--accent-fluorescent-green);
  color: var(--ink);
}

/* 首屏 */
.page-home .ph-hero {
  position: relative;
  padding: 24px 0 72px;
  background:
    repeating-linear-gradient(0deg, rgba(201, 247, 58, 0.02) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(90deg, rgba(201, 247, 58, 0.02) 0 1px, transparent 1px 48px),
    radial-gradient(ellipse 90% 70% at 82% 10%, rgba(201, 247, 58, 0.09) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 12% 90%, rgba(66, 230, 108, 0.06) 0%, transparent 75%),
    linear-gradient(160deg, var(--primary-deep-cyan) 0%, #051D24 100%);
  overflow: hidden;
}

.page-home .ph-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-fluorescent-green) 0%, rgba(201, 247, 58, 0.1) 40%, transparent 80%);
}

.page-home .ph-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(201, 247, 58, 0.08);
  box-shadow: 0 0 0 36px rgba(201, 247, 58, 0.02), 0 0 0 72px rgba(201, 247, 58, 0.015);
  pointer-events: none;
}

.page-home .ph-hero-grid {
  display: grid;
  gap: 48px;
  align-items: start;
}

.page-home .ph-hero-intro {
  max-width: 480px;
}

.page-home .ph-hero-intro h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.2rem, 4.8vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 18px 0 20px;
  color: var(--paper);
  text-wrap: balance;
}

.page-home .ph-hero-intro .lead {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(244, 247, 245, 0.82);
  margin-bottom: 28px;
}

.page-home .ph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 44px;
}

.page-home .ph-hero-actions .btn {
  padding: 13px 24px;
  font-size: 15px;
}

.page-home .ph-hero-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 460px;
}

.page-home .ph-preview-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  background: rgba(12, 64, 80, 0.45);
  border: 1px solid rgba(201, 247, 58, 0.14);
  text-decoration: none;
  transition: border-color 0.25s, background-color 0.25s, transform 0.25s;
}

.page-home .ph-preview-item:hover {
  border-color: rgba(201, 247, 58, 0.55);
  background: rgba(12, 64, 80, 0.65);
  transform: translateY(-2px);
}

.page-home .ph-preview-index {
  font-size: 12px;
  color: var(--accent-fluorescent-green);
  line-height: 1;
}

.page-home .ph-preview-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .ph-preview-text strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--paper);
  line-height: 1.2;
}

.page-home .ph-preview-text small {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.2;
}

/* 手机样机 */
.page-home .ph-hero-media {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.page-home .ph-phone-figure {
  position: relative;
  margin: 0;
  padding: 10px;
  background: linear-gradient(145deg, var(--secondary-cyan-surface), #081E25 70%);
  border-radius: 44px;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(201, 247, 58, 0.18),
    inset 0 0 0 1px rgba(244, 247, 245, 0.06);
}

.page-home .ph-phone-figure::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 20px;
  background: rgba(6, 42, 51, 0.85);
  border-radius: 12px;
  z-index: 3;
}

.page-home .ph-phone-figure img {
  border-radius: 36px;
  object-fit: cover;
}

.page-home .ph-float-tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  background: var(--primary-deep-cyan);
  border: 1px solid rgba(201, 247, 58, 0.3);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.page-home .ph-float-tag .mono-num {
  font-weight: 700;
  color: var(--accent-fluorescent-green);
}

.page-home .ph-float-tag-top {
  top: 28px;
  right: -10px;
}

.page-home .ph-float-tag-bottom {
  bottom: 44px;
  left: -14px;
}

/* 区块头部 */
.page-home .ph-section-head {
  margin-bottom: 36px;
  max-width: 760px;
}

.page-home .ph-section-head h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.2;
  margin: 14px 0 10px;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-home .ph-section-head .lead {
  font-size: 15px;
  line-height: 1.65;
}

.page-home .section-paper .ph-section-head h2 {
  color: var(--ink);
}

.page-home .section-paper .section-label {
  color: var(--ink);
}

.page-home .section-paper .ph-section-head .lead {
  color: var(--ph-muted-deep);
}

/* 赛程模块 */
.page-home .ph-schedule.section-cyan {
  position: relative;
  padding-top: 80px;
  padding-bottom: 88px;
  background:
    linear-gradient(135deg, var(--secondary-cyan-surface) 0%, #09313C 70%),
    var(--secondary-cyan-surface);
  overflow: hidden;
}

.page-home .ph-schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-fluorescent-green) 0%, rgba(201, 247, 58, 0.25) 55%, transparent 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
}

.page-home .ph-schedule-grid {
  display: grid;
  gap: 40px;
  align-items: start;
}

.page-home .ph-schedule-main {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(6, 42, 51, 0.5);
  border: 1px solid rgba(201, 247, 58, 0.12);
}

.page-home .ph-date-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(244, 247, 245, 0.1);
}

.page-home .ph-date {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.page-home .ph-date-day {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent-fluorescent-green);
}

.page-home .ph-date-month {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}

.page-home .ph-refresh-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--paper);
  background: rgba(66, 230, 108, 0.12);
  border: 1px solid rgba(66, 230, 108, 0.25);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
}

.page-home .ph-dot-green {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--data-green);
  box-shadow: 0 0 0 4px rgba(66, 230, 108, 0.15);
}

.page-home .ph-match-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .ph-match-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(244, 247, 245, 0.1);
}

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

.page-home .ph-match-time {
  font-size: 15px;
  color: var(--paper);
  letter-spacing: 0.02em;
}

.page-home .ph-match-league {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-fluorescent-green);
  background: rgba(201, 247, 58, 0.08);
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

.page-home .ph-match-team {
  font-size: 14px;
  font-weight: 600;
  color: var(--paper);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.page-home .ph-match-vs {
  font-size: 12px;
  color: var(--muted);
}

.page-home .ph-match-state {
  font-size: 12px;
  white-space: nowrap;
  margin-left: auto;
}

.page-home .ph-more-btn {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
  color: var(--paper);
  border-color: rgba(244, 247, 245, 0.3);
}

.page-home .ph-more-btn:hover {
  color: var(--ink);
  border-color: var(--accent-fluorescent-green);
  background-color: var(--accent-fluorescent-green);
}

.page-home .ph-schedule-note {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-home .ph-schedule-note > p {
  font-size: 14px;
  line-height: 1.7;
}

.page-home .ph-timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 16px;
  border-left: 2px solid rgba(201, 247, 58, 0.2);
}

.page-home .ph-timeline-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 13px;
  color: var(--paper);
  line-height: 1.5;
}

.page-home .ph-timeline-item .mono-num {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-fluorescent-green);
  min-width: 72px;
}

/* 旧版对照 */
.page-home .ph-legacy {
  position: relative;
  padding: 80px 0;
  background:
    radial-gradient(ellipse 70% 50% at 20% 20%, rgba(143, 47, 47, 0.08) 0%, transparent 75%),
    var(--primary-deep-cyan);
}

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

.page-home .ph-legacy-note > p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(244, 247, 245, 0.86);
  margin-bottom: 20px;
}

.page-home .ph-legacy-points {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .ph-legacy-points li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--paper);
}

.page-home .ph-legacy-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 2px;
  background: var(--dark-red);
}

.page-home .ph-legacy-media figure {
  margin: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  background: var(--secondary-cyan-surface);
}

.page-home .ph-legacy-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-home .ph-legacy-media .figure-caption {
  padding: 14px 20px;
  font-size: 13px;
  color: var(--muted);
  background: linear-gradient(0deg, var(--primary-deep-cyan), transparent);
  border-top: 1px solid rgba(201, 247, 58, 0.1);
}

/* 体育中国 */
.page-home .ph-sportchina.section-paper {
  padding: 80px 0;
  background:
    linear-gradient(135deg, var(--paper) 0%, #E4EBE6 100%);
  color: var(--ink);
}

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

.page-home .ph-sportchina-media figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--secondary-cyan-surface);
  box-shadow: 0 24px 60px rgba(6, 42, 51, 0.18);
}

.page-home .ph-sportchina-media img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.page-home .ph-sportchina-media .figure-caption {
  padding: 12px 18px;
  font-size: 13px;
  color: var(--muted);
  background: var(--primary-deep-cyan);
  border-top: 1px solid rgba(201, 247, 58, 0.12);
}

.page-home .ph-sportchina-content > p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink);
}

.page-home .ph-sportchina .muted {
  color: var(--ph-muted-deep);
}

.page-home .ph-filter-demo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.page-home .ph-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .ph-filter-row .tag-dim {
  background: rgba(6, 42, 51, 0.08);
  color: var(--ink);
  border: 1px solid rgba(6, 42, 51, 0.14);
}

.page-home .ph-subscribe-box {
  margin-top: 8px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--primary-deep-cyan);
  border: 1px solid rgba(201, 247, 58, 0.25);
  box-shadow: 0 12px 32px rgba(6, 42, 51, 0.18);
}

.page-home .ph-subscribe-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--paper);
  margin: 0 0 6px;
}

.page-home .ph-subscribe-box .muted {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(244, 247, 245, 0.72);
}

.page-home .ph-subscribe-box .tag {
  margin-top: 12px;
}

/* 数据看板 */
.page-home .ph-stats {
  position: relative;
  padding: 88px 0;
  background:
    linear-gradient(180deg, var(--primary-deep-cyan) 0%, #061D24 100%),
    var(--primary-deep-cyan);
  overflow: hidden;
}

.page-home .ph-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-fluorescent-green) 50%, transparent 100%);
}

.page-home .ph-stats::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, var(--dark-red), transparent);
  pointer-events: none;
}

.page-home .ph-stats-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 48px;
}

.page-home .ph-stat-item {
  padding: 24px 20px;
  text-align: center;
  border-radius: var(--radius-md);
  background: rgba(12, 64, 80, 0.4);
  border: 1px solid rgba(201, 247, 58, 0.1);
  transition: border-color 0.3s;
}

.page-home .ph-stat-item:hover {
  border-color: rgba(201, 247, 58, 0.45);
}

.page-home .ph-stat-value {
  display: block;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent-fluorescent-green);
  letter-spacing: -0.03em;
}

.page-home .ph-stat-label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--paper);
  opacity: 0.85;
}

.page-home .ph-stats-sub {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(6, 42, 51, 0.6);
  border: 1px solid rgba(244, 247, 245, 0.08);
}

.page-home .ph-stats-sub-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.page-home .ph-stats-sub-item .mono-num {
  font-size: 22px;
  font-weight: 700;
  color: var(--data-green);
  min-width: 70px;
  line-height: 1.2;
}

.page-home .ph-stats-sub-item .muted {
  font-size: 13px;
  line-height: 1.5;
}

/* 湖南地域横幅 */
.page-home .ph-hunan-banner {
  position: relative;
  overflow: hidden;
}

.page-home .ph-hunan-figure {
  position: relative;
  margin: 0;
}

.page-home .ph-hunan-figure img {
  width: 100%;
  aspect-ratio: 16 / 5;
  object-fit: cover;
}

.page-home .ph-hunan-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: 20px 16px;
  background: linear-gradient(90deg, rgba(6, 42, 51, 0.82) 0%, rgba(6, 42, 51, 0.4) 100%);
  color: var(--paper);
}

.page-home .ph-hunan-caption span:last-child {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 247, 245, 0.88);
}

/* 路径预跳 */
.page-home .ph-explore.section-cyan {
  padding: 80px 0;
  background:
    linear-gradient(135deg, var(--secondary-cyan-surface) 0%, #07262F 100%),
    var(--secondary-cyan-surface);
  position: relative;
}

.page-home .ph-explore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-fluorescent-green) 0%, rgba(201, 247, 58, 0.12) 100%);
}

.page-home .ph-explore-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}

.page-home .ph-explore-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(6, 42, 51, 0.55);
  border: 1px solid rgba(201, 247, 58, 0.12);
  text-decoration: none;
  transition: border-color 0.3s, background-color 0.3s, transform 0.3s;
}

.page-home .ph-explore-card:hover {
  border-color: rgba(201, 247, 58, 0.5);
  background: rgba(6, 42, 51, 0.8);
  transform: translateY(-3px);
}

.page-home .ph-explore-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-fluorescent-green);
  letter-spacing: 0.06em;
}

.page-home .ph-explore-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
}

.page-home .ph-explore-card p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(244, 247, 245, 0.72);
  margin: 0;
}

.page-home .ph-explore-more {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-fluorescent-green);
}

.page-home .ph-explore-footer {
  padding-top: 24px;
  border-top: 1px solid rgba(244, 247, 245, 0.12);
}

.page-home .ph-explore-footer p {
  font-size: 14px;
  color: var(--paper);
  line-height: 1.7;
}

.page-home .ph-explore-footer a {
  color: var(--accent-fluorescent-green);
  text-decoration: none;
}

.page-home .ph-explore-footer a:hover {
  text-decoration: underline;
}

/* 平板 */
@media (min-width: 768px) {
  .page-home .ph-hero {
    padding: 40px 0 88px;
  }

  .page-home .section-nav {
    margin: 16px 0 36px;
  }

  .page-home .ph-hero-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 32px;
    align-items: center;
  }

  .page-home .ph-hero-intro {
    max-width: none;
  }

  .page-home .ph-hero-media {
    max-width: 400px;
  }

  .page-home .ph-schedule-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    gap: 48px;
  }

  .page-home .ph-schedule-main {
    padding: 32px;
  }

  .page-home .ph-legacy-grid {
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
    gap: 48px;
  }

  .page-home .ph-sportchina-grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    gap: 48px;
  }

  .page-home .ph-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  .page-home .ph-stats-sub {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .page-home .ph-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .page-home .ph-hunan-caption span:last-child {
    font-size: 15px;
  }

  .page-home .ph-float-tag-top {
    top: 36px;
    right: -20px;
  }

  .page-home .ph-float-tag-bottom {
    bottom: 56px;
    left: -24px;
  }
}

/* 桌面 */
@media (min-width: 1200px) {
  .page-home .ph-hero {
    padding: 48px 0 104px;
  }

  .page-home .ph-hero-grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    gap: 56px;
  }

  .page-home .ph-hero-intro h1 {
    font-size: 3.8rem;
  }

  .page-home .ph-hero-intro .lead {
    font-size: 18px;
  }

  .page-home .ph-hero-actions .btn {
    font-size: 16px;
    padding: 14px 28px;
  }

  .page-home .ph-hero-preview {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 640px;
  }

  .page-home .ph-preview-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px;
  }

  .page-home .ph-hero-media {
    max-width: 420px;
  }

  .page-home .ph-schedule {
    padding-top: 104px;
    padding-bottom: 112px;
  }

  .page-home .ph-schedule-grid {
    grid-template-columns: minmax(0, 8fr) minmax(0, 3fr);
    gap: 64px;
  }

  .page-home .ph-legacy {
    padding: 104px 0;
  }

  .page-home .ph-legacy-grid {
    gap: 80px;
  }

  .page-home .ph-sportchina {
    padding: 104px 0;
  }

  .page-home .ph-sportchina-grid {
    gap: 80px;
  }

  .page-home .ph-stats {
    padding: 112px 0;
  }

  .page-home .ph-explore {
    padding: 104px 0;
  }

  .page-home .ph-explore-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .page-home .ph-explore-card {
    padding: 32px;
  }
}
