/* ========== 首页专属样式 ========== */
.page-home {
  --hero-grad: linear-gradient(135deg, #0D1B3E 0%, #14274E 55%, #1A3058 100%);
  overflow-x: hidden;
}

/* ===== 通用区块标题 ===== */
.page-home .pg-section-head {
  margin-bottom: 40px;
  position: relative;
  padding-left: 16px;
}
.page-home .pg-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background: var(--c-accent);
  transform: skewX(-8deg);
}
.page-home .pg-section-head--block {
  display: block;
}
.page-home .pg-section-head__label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-accent);
}
.page-home .pg-section-head__note {
  margin-top: 10px;
  font-size: 0.92rem;
  color: rgba(33, 37, 41, 0.72);
  max-width: 640px;
  line-height: 1.7;
}

/* ===== 首屏：竞技脉搏 ===== */
.page-home .pg-hero {
  position: relative;
  background: var(--hero-grad);
  color: var(--c-white);
  padding: 48px 0 80px;
  overflow: hidden;
}
.page-home .pg-hero::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: -3%;
  width: 106%;
  height: 56px;
  background: var(--c-light);
  transform: rotate(-1.5deg);
  z-index: 2;
}
.page-home .pg-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-home .pg-hero__copy {
  max-width: 620px;
}
.page-home .pg-hero .breadcrumb {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.85rem;
}
.page-home .pg-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.3s var(--ease);
}
.page-home .pg-hero .breadcrumb a:hover {
  color: var(--c-lime);
}
.page-home .pg-hero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-accent);
  background: rgba(244, 81, 30, 0.16);
  border-radius: 40px;
  padding: 6px 16px;
}
.page-home .pg-hero__copy h1 {
  margin: 0 0 20px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-home .pg-hero__lead {
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.page-home .pg-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 32px;
}
.page-home .pg-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.page-home .pg-hero__num {
  font-family: var(--font-accent);
  font-size: 3rem;
  line-height: 1;
  color: var(--c-lime);
  text-shadow: 0 0 24px rgba(174, 234, 0, 0.3);
}
.page-home .pg-hero__label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.68);
}
.page-home .pg-hero__anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .pg-hero__anchors a {
  color: var(--c-white);
  text-decoration: none;
  font-size: 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 40px;
  padding: 6px 16px;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}
.page-home .pg-hero__anchors a:hover {
  background: rgba(174, 234, 0, 0.16);
  border-color: var(--c-lime);
}
.page-home .pg-hero__visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}
.page-home .pg-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
.page-home .pg-hero__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-home .pg-hero__float-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--font-accent);
  font-size: 8rem;
  line-height: 0.8;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.18);
  text-shadow: 0 0 40px rgba(244, 81, 30, 0.4);
  pointer-events: none;
}

/* ===== 本轮战报 ===== */
.page-home .pg-report {
  position: relative;
  background: var(--c-light);
  padding: 72px 0 80px;
}
.page-home .pg-report::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -3%;
  width: 106%;
  height: 60px;
  background: var(--c-white);
  transform: rotate(1deg);
  z-index: 2;
}
.page-home .pg-report__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: stretch;
}
.page-home .pg-report__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .pg-report__item {
  position: relative;
  background: var(--c-white);
  border-radius: var(--radius-sm);
  padding: 22px 22px 18px;
  box-shadow: 0 4px 18px rgba(13, 27, 62, 0.06);
  border-left: 5px solid var(--c-accent);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.page-home .pg-report__item:hover {
  transform: translateX(4px);
  box-shadow: 0 10px 30px rgba(13, 27, 62, 0.12);
}
.page-home .pg-report__item:nth-child(2) {
  border-left-color: var(--c-lime);
}
.page-home .pg-report__item:nth-child(3) {
  border-left-color: var(--c-primary);
}
.page-home .pg-report__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.page-home .pg-report__time {
  font-size: 0.82rem;
  color: rgba(33, 37, 41, 0.56);
  font-family: var(--font-accent);
}
.page-home .pg-report__score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.page-home .pg-report__team {
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center;
}
.page-home .pg-report__result {
  font-family: var(--font-accent);
  font-size: 2rem;
  font-weight: 900;
  color: var(--c-accent);
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.page-home .pg-report__result span {
  color: rgba(33, 37, 41, 0.3);
  font-weight: 400;
  margin: 0 2px;
}
.page-home .pg-report__stats {
  display: flex;
  gap: 16px;
  font-size: 0.82rem;
  color: rgba(33, 37, 41, 0.68);
  border-top: 1px dashed var(--c-line);
  padding-top: 10px;
}
.page-home .pg-report__fig {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.page-home .pg-report__fig img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
}
.page-home .pg-report__fig figcaption {
  margin-top: 10px;
  font-size: 0.82rem;
  color: rgba(33, 37, 41, 0.6);
  text-align: center;
  letter-spacing: 0.06em;
}

/* ===== 统计核对：三分雨 ===== */
.page-home .pg-stats {
  background: var(--c-white);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-home .pg-stats::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -3%;
  width: 40%;
  height: 60px;
  background: var(--c-lime);
  opacity: 0.08;
  transform: rotate(-2deg);
  pointer-events: none;
}
.page-home .pg-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: center;
}
.page-home .pg-stats__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.page-home .pg-stats__card {
  padding: 24px;
  background: var(--c-light);
  border-radius: var(--radius);
  position: relative;
}
.page-home .pg-stats__card::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid var(--c-accent);
  border-right: 3px solid var(--c-accent);
  border-radius: 0 0 8px 0;
}
.page-home .pg-stats__card-title {
  margin: 0 0 20px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  color: var(--c-primary);
}
.page-home .pg-stats__bar {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.page-home .pg-stats__bar:last-child {
  margin-bottom: 0;
}
.page-home .pg-stats__bar-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--c-primary);
}
.page-home .pg-stats__bar-track {
  display: block;
  height: 28px;
  background: rgba(13, 27, 62, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.page-home .pg-stats__bar-fill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  font-family: var(--font-accent);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-white);
  padding-right: 10px;
  transform: skewX(-8deg);
  transform-origin: left center;
  background: var(--c-lime);
}
.page-home .pg-stats__bar-fill--home {
  background: var(--c-accent);
}
.page-home .pg-stats__bar-fill--away {
  background: var(--c-primary);
}
.page-home .pg-stats__interval {
  display: flex;
  height: 44px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--c-grid);
  font-family: var(--font-accent);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 16px;
}
.page-home .pg-stats__interval-home {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-accent);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
}
.page-home .pg-stats__interval-away {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-primary);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%);
}
.page-home .pg-stats__note {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(33, 37, 41, 0.7);
  line-height: 1.6;
}
.page-home .pg-stats__visual {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.page-home .pg-stats__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

/* ===== 前瞻指南 ===== */
.page-home .pg-preview {
  background: var(--c-light);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-home .pg-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  width: 260px;
  height: 4px;
  background: var(--c-lime);
  transform: skewX(-20deg);
  border-radius: 4px;
}
.page-home .pg-preview__banner {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 40px;
  box-shadow: var(--shadow);
  max-width: 100%;
}
.page-home .pg-preview__groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.page-home .pg-preview__group {
  background: var(--c-white);
  border-radius: var(--radius);
  padding: 26px 24px;
  position: relative;
  box-shadow: 0 4px 18px rgba(13, 27, 62, 0.05);
}
.page-home .pg-preview__group-title {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--c-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-home .pg-preview__group-title::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--c-accent);
  border-radius: 2px;
  transform: skewX(-12deg);
}
.page-home .pg-preview__matches {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-home .pg-preview__match {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-grid);
}
.page-home .pg-preview__match:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-home .pg-preview__time {
  font-size: 0.8rem;
  color: var(--c-accent);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-home .pg-preview__pair {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.98rem;
  flex-wrap: wrap;
}
.page-home .pg-preview__pair b {
  color: var(--c-primary);
  font-weight: 800;
}
.page-home .pg-preview__pair span {
  color: rgba(33, 37, 41, 0.4);
  font-size: 0.82rem;
  font-family: var(--font-accent);
}

/* ===== 订阅与互动 ===== */
.page-home .pg-engage {
  background: linear-gradient(120deg, #0D1B3E 0%, #1A1F24 100%);
  color: var(--c-white);
  padding: 64px 0 72px;
  position: relative;
  overflow: hidden;
}
.page-home .pg-engage::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -3%;
  width: 106%;
  height: 60px;
  background: var(--c-light);
  transform: rotate(1.2deg);
}
.page-home .pg-engage__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.page-home .pg-engage__copy {
  max-width: 560px;
}
.page-home .pg-engage__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--c-lime);
}
.page-home .pg-engage h2 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  letter-spacing: -0.02em;
}
.page-home .pg-engage p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}
.page-home .pg-engage__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.page-home .pg-engage__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--c-white);
}
.page-home .pg-engage__actions .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--c-white);
}
.page-home .pg-engage__links {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-home .pg-engage__links a {
  color: var(--c-lime);
  text-decoration: none;
  border-bottom: 1px solid rgba(174, 234, 0, 0.36);
  transition: border-color 0.3s var(--ease);
}
.page-home .pg-engage__links a:hover {
  border-bottom-color: var(--c-lime);
}

/* ===== 平板及以上 ===== */
@media (min-width: 640px) {
  .page-home .pg-report__body {
    grid-template-columns: 1.45fr 1fr;
  }
  .page-home .pg-stats__grid {
    grid-template-columns: 1.4fr 1fr;
  }
  .page-home .pg-preview__groups {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .pg-engage__actions {
    flex-direction: row;
  }
  .page-home .pg-engage__inner {
    max-width: 720px;
  }
}

/* ===== 桌面端 ===== */
@media (min-width: 1024px) {
  .page-home .pg-hero__grid {
    grid-template-columns: 56% 42%;
    gap: 56px;
  }
  .page-home .pg-hero__copy h1 {
    font-size: 3.2rem;
  }
  .page-home .pg-hero__num {
    font-size: 3.6rem;
  }
  .page-home .pg-hero__visual {
    /* 保持在右侧呈现有呼吸感 */
    margin-right: 8px;
  }
  .page-home .pg-report__list {
    gap: 16px;
  }
  .page-home .pg-preview__groups {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .pg-stats__grid {
    gap: 64px;
  }
  .page-home .pg-engage__inner {
    display: grid;
    grid-template-columns: 1.4fr auto;
    align-items: center;
    max-width: none;
  }
  .page-home .pg-engage__links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}
