.page-home {
  background: var(--navy);
  color: var(--light);
  overflow-x: hidden;
  --ph-gap: 24px;
  --ph-pad-y: 96px;
}

.page-home .section-header {
  margin-bottom: 40px;
}

.page-home .section-index {
  color: var(--gold);
  font-family: 'Roboto Mono', 'SF Mono', monospace;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.page-home .section-header-copy p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-top: 8px;
}

/* ===== Hero ===== */
.page-home .ph-hero {
  position: relative;
  padding: 56px 0 72px;
  background:
    radial-gradient(ellipse 70% 55% at 85% 10%, rgba(211, 47, 47, 0.2), transparent 60%),
    radial-gradient(ellipse 55% 45% at 5% 90%, rgba(77, 208, 225, 0.1), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, #0e2237 100%);
}

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

.page-home .ph-hero-copy {
  max-width: 680px;
}

.page-home .ph-hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-home .ph-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
}

.page-home .ph-hero h1 {
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-weight: 900;
  margin-bottom: 24px;
  text-wrap: balance;
}

.page-home .ph-hero-lead {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #c9d4e0;
  margin-bottom: 28px;
}

.page-home .ph-hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.page-home .ph-hero-meta-text {
  color: var(--muted);
  font-size: 0.9rem;
}

.page-home .ph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-home .ph-hero-actions .btn {
  min-width: 170px;
  text-align: center;
  justify-content: center;
}

.page-home .ph-hero-visual {
  position: relative;
  min-height: 340px;
}

.page-home .ph-hero-visual-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.page-home .ph-hero-visual-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .ph-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 29, 46, 0.2) 0%, rgba(11, 29, 46, 0.55) 100%);
}

.page-home .ph-pitch-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.page-home .ph-pitch-svg {
  width: 100%;
  max-width: 560px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}

.page-home .ph-live-ticker {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 14px;
  backdrop-filter: blur(14px);
}

.page-home .ph-live-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.page-home .ph-live-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--light);
}

.page-home .ph-live-match {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: 'Roboto Mono', 'SF Mono', monospace;
}

.page-home .ph-live-team {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}

.page-home .ph-live-score {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--light);
  letter-spacing: 0.04em;
}

.page-home .ph-live-bar {
  margin-top: 12px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.page-home .ph-live-bar span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.page-home .ph-live-foot {
  display: block;
  margin-top: 10px;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}

/* ===== V3 专区 ===== */
.page-home .ph-v3 {
  position: relative;
  padding: var(--ph-pad-y) 0;
  background: linear-gradient(180deg, var(--navy) 0%, var(--teal) 100%);
}

.page-home .ph-v3-shape {
  position: absolute;
  top: 60px;
  right: 0;
  width: 220px;
  height: 220px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .ph-v3-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  background: rgba(212, 175, 55, 0.1);
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--gold);
  animation: phV3Spin 24s linear infinite;
}

@keyframes phV3Spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-home .ph-v3-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--ph-gap);
  margin-bottom: 40px;
}

.page-home .ph-v3-card {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.page-home .ph-v3-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.page-home .ph-v3-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 14px 0 10px;
}

.page-home .ph-v3-card p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
}

.page-home .ph-v3-num {
  display: inline-block;
  font-family: 'Roboto Mono', 'SF Mono', monospace;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--red);
  background: rgba(211, 47, 47, 0.15);
  padding: 4px 10px;
  border-radius: 20px;
}

.page-home .ph-v3-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.page-home .ph-v3-foot .btn {
  min-width: 160px;
  text-align: center;
  justify-content: center;
}

.page-home .ph-inline-link {
  color: var(--muted);
  font-size: 0.9rem;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: color var(--transition), border-color var(--transition);
}

.page-home .ph-inline-link:hover {
  color: var(--light);
  border-bottom-color: var(--gold);
}

/* ===== 赛后复盘 ===== */
.page-home .ph-review {
  padding: var(--ph-pad-y) 0;
  background: linear-gradient(180deg, var(--navy) 0%, rgba(110, 20, 35, 0.5) 100%);
}

.page-home .ph-review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.page-home .ph-section-link {
  display: inline-block;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(212, 175, 55, 0.5);
  transition: border-color var(--transition);
}

.page-home .ph-section-link:hover {
  border-bottom-color: var(--gold);
}

.page-home .ph-review-timeline {
  position: relative;
  padding-left: 28px;
}

.page-home .ph-review-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), var(--red), transparent);
}

.page-home .ph-review-item {
  position: relative;
  padding: 0 0 32px 18px;
}

.page-home .ph-review-item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--navy);
  border: 3px solid var(--gold);
}

.page-home .ph-review-item:last-child {
  padding-bottom: 0;
}

.page-home .ph-review-item::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 0;
  bottom: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.page-home .ph-review-item:last-child::after {
  display: none;
}

.page-home .ph-review-min {
  font-family: 'Roboto Mono', 'SF Mono', monospace;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--gold);
  display: inline-block;
  margin-bottom: 4px;
}

.page-home .ph-review-body {
  margin-top: 6px;
}

.page-home .ph-review-body .tag {
  margin-bottom: 6px;
}

.page-home .ph-review-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 6px 0 6px;
}

.page-home .ph-review-body p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
}

.page-home .ph-review-media {
  position: relative;
}

.page-home .ph-review-media img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.page-home .ph-review-note {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .ph-review-note-title {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--light);
  margin-right: 4px;
}

/* ===== 客户端赛讯内容目录 ===== */
.page-home .ph-directory {
  padding: var(--ph-pad-y) 0;
  background: linear-gradient(180deg, rgba(110, 20, 35, 0.3) 0%, var(--navy) 100%);
}

.page-home .ph-dir-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 48px;
}

.page-home .ph-dir-card {
  padding: 24px 20px;
  text-align: center;
  border-radius: var(--radius);
  border-top: 3px solid var(--gold);
}

.page-home .ph-dir-card .data-value {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--light);
  font-family: 'Roboto Mono', 'SF Mono', monospace;
}

.page-home .ph-dir-card .data-label {
  display: block;
  margin-top: 6px;
  font-size: 0.85rem;
  color: var(--muted);
}

.page-home .ph-dir-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-home .ph-dir-img img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.page-home .ph-dir-text h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 16px;
}

.page-home .ph-dir-text p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.9;
  margin-bottom: 28px;
}

.page-home .ph-dir-text .btn {
  min-width: 170px;
  text-align: center;
  justify-content: center;
}

/* ===== 今日更新列表 ===== */
.page-home .ph-updates {
  padding: var(--ph-pad-y) 0;
  background: linear-gradient(180deg, var(--navy) 0%, var(--teal) 100%);
}

.page-home .ph-update-stream {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.page-home .ph-update-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 22px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.page-home .ph-update-time {
  font-family: 'Roboto Mono', 'SF Mono', monospace;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold);
  padding-top: 2px;
}

.page-home .ph-update-body h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.page-home .ph-update-body p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.7;
  margin: 0;
}

.page-home .ph-update-row .tag {
  align-self: center;
}

.page-home .ph-update-note {
  margin-top: 24px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.7;
  border-left: 3px solid var(--gold);
  padding-left: 16px;
}

/* ===== 数据能力与认证 ===== */
.page-home .ph-trust {
  position: relative;
  padding: var(--ph-pad-y) 0;
  background:
    radial-gradient(ellipse 50% 40% at 10% 10%, rgba(211, 47, 47, 0.15), transparent),
    radial-gradient(ellipse 50% 40% at 90% 90%, rgba(212, 175, 55, 0.12), transparent),
    var(--navy);
}

.page-home .ph-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 48px;
}

.page-home .ph-trust-stat {
  padding: 28px 20px;
  text-align: center;
  border-radius: var(--radius);
  border-bottom: 3px solid var(--red);
}

.page-home .ph-trust-stat .data-value {
  font-size: 2rem;
  font-weight: 900;
  font-family: 'Roboto Mono', 'SF Mono', monospace;
  color: var(--light);
  display: block;
}

.page-home .ph-trust-stat .data-label {
  display: block;
  margin-top: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold);
}

.page-home .ph-trust-stat p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
  margin: 10px 0 0;
}

.page-home .ph-trust-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-home .ph-trust-img img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.page-home .ph-trust-meta {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.page-home .ph-cert-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.page-home .ph-cert-svg {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.page-home .ph-cert-text {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.06em;
}

.page-home .ph-trust-meta p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
}

/* ===== 相关入口 ===== */
.page-home .ph-links {
  padding: 48px 0 88px;
  background: linear-gradient(180deg, var(--teal) 0%, var(--navy) 100%);
}

.page-home .ph-links-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .ph-link-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  text-decoration: none;
  color: var(--light);
  font-size: 1.1rem;
  font-weight: 800;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.page-home .ph-link-card span {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--muted);
}

.page-home .ph-link-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-4px);
}

/* ===== Tablet+ ===== */
@media (min-width: 768px) {
  .page-home {
    --ph-pad-y: 120px;
  }

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

  .page-home .ph-hero-visual {
    min-height: 480px;
  }

  .page-home .ph-v3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .ph-review-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 56px;
  }

  .page-home .ph-dir-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .ph-dir-media {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 48px;
  }

  .page-home .ph-update-row {
    grid-template-columns: 88px 1fr auto;
    padding: 26px 28px;
  }

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

  .page-home .ph-trust-media {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.72fr);
    gap: 48px;
  }

  .page-home .ph-links-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== Desktop+ ===== */
@media (min-width: 1200px) {
  .page-home .ph-hero {
    padding: 88px 0 104px;
  }

  .page-home .ph-hero-inner {
    gap: 72px;
  }

  .page-home .ph-hero-visual {
    min-height: 560px;
  }

  .page-home .ph-live-ticker {
    right: 32px;
    bottom: 24px;
    left: 32px;
    padding: 20px 24px;
  }

  .page-home .ph-live-team {
    font-size: 1rem;
  }

  .page-home .ph-live-score {
    font-size: 2.1rem;
  }

  .page-home .ph-v3-grid {
    gap: 28px;
  }

  .page-home .ph-review-timeline {
    padding-left: 34px;
  }

  .page-home .ph-dir-media,
  .page-home .ph-trust-media {
    gap: 64px;
  }

  .page-home .ph-trust-meta {
    padding: 32px;
  }
}
