.page-home {
  background: var(--color-bg);
  color: var(--color-cream);
  overflow-x: hidden;
}

.page-home section[id],
.page-home article[id] {
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.page-home a:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 4px;
}

/* ===== Hero 首屏 ===== */
.page-home .home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 88vh;
  padding: calc(var(--header-h) + 28px) 24px 72px;
  background:
    radial-gradient(ellipse at 74% 20%, rgba(231, 184, 76, 0.1), transparent 44%),
    radial-gradient(ellipse at 12% 84%, rgba(43, 196, 182, 0.08), transparent 40%),
    linear-gradient(150deg, #10141b 0%, #0b0e14 60%, #141d24 100%);
  overflow: hidden;
  border-bottom: 1px solid rgba(231, 184, 76, 0.16);
}

.page-home .home-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(231, 184, 76, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 184, 76, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 55%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 55%, #000 100%);
  pointer-events: none;
}

.page-home .home-hero__shape {
  position: absolute;
  top: -5%;
  right: -12%;
  width: 64%;
  height: 110%;
  background: linear-gradient(112deg, transparent 0%, rgba(194, 58, 58, 0.16) 46%, rgba(231, 184, 76, 0.12) 72%, transparent 100%);
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  transform: skewX(-6deg);
  pointer-events: none;
}

.page-home .home-hero__particles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 86% 18%, rgba(246, 215, 122, 0.35), transparent),
    radial-gradient(1px 1px at 72% 42%, rgba(43, 196, 182, 0.3), transparent),
    radial-gradient(2px 2px at 90% 64%, rgba(231, 184, 76, 0.24), transparent),
    radial-gradient(1px 1px at 38% 20%, rgba(246, 215, 122, 0.2), transparent),
    radial-gradient(1.5px 1.5px at 28% 78%, rgba(43, 196, 182, 0.22), transparent),
    radial-gradient(1px 1px at 62% 88%, rgba(231, 184, 76, 0.18), transparent),
    radial-gradient(1px 1px at 16% 42%, rgba(246, 215, 122, 0.14), transparent);
  background-size: 110px 110px;
  animation: page-home__drift 24s ease-in-out infinite alternate;
  pointer-events: none;
  opacity: 0.7;
}

@keyframes page-home__drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 56px 32px, 80px 44px, 24px 64px, 40px 84px, 52px 22px, 12px 52px, 30px 74px;
  }
}

.page-home .home-hero__breadcrumb {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--shell-w);
  margin: 0 auto 28px;
  padding-left: 0;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
  width: 100%;
  max-width: var(--shell-w);
  margin: 0 auto;
}

.page-home .home-hero__brand {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--color-gold-bright);
}

.page-home .home-hero__ingot {
  display: inline-flex;
  align-items: center;
  filter: drop-shadow(0 0 8px rgba(231, 184, 76, 0.35));
}

.page-home .home-hero__content {
  text-align: center;
}

.page-home .home-hero__kicker {
  margin: 0 0 10px;
  font-family: var(--font-num);
  font-size: 0.8rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--color-teal);
}

.page-home .home-hero__title {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(2.3rem, 10vw, 5.2rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: var(--color-gold);
  text-shadow: 0 0 40px rgba(231, 184, 76, 0.18);
}

.page-home .home-hero__desc {
  max-width: 660px;
  margin: 0 auto 30px;
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--color-stone);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.page-home .home-hero__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(231, 184, 76, 0.18);
}

.page-home .home-hero__rail-link {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 4px 6px;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--color-stone);
  text-decoration: none;
  transition: color var(--ease);
}

.page-home .home-hero__rail-link span {
  font-family: var(--font-num);
  font-size: 0.72rem;
  color: var(--color-gold);
}

.page-home .home-hero__rail-link:hover,
.page-home .home-hero__rail-link:focus-visible {
  color: var(--color-gold-bright);
}

/* ===== 内容地图 ===== */
.page-home .home-map {
  position: relative;
  padding: 88px 24px 112px;
  background-color: var(--color-bg);
  background-image:
    linear-gradient(rgba(231, 184, 76, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 184, 76, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
}

.page-home .home-map__heading {
  margin-bottom: 56px;
}

.page-home .home-map__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  max-width: var(--shell-w);
  margin: 0 auto;
}

.page-home .home-map-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 26px 30px;
  background: linear-gradient(160deg, #151a22 0%, #1a1d24 100%);
  border: 1px solid rgba(231, 184, 76, 0.14);
  overflow: hidden;
  transition: border-color var(--ease), box-shadow var(--ease);
}

.page-home .home-map-card:hover,
.page-home .home-map-card:focus-within {
  border-color: rgba(231, 184, 76, 0.65);
  box-shadow: 0 0 0 1px rgba(231, 184, 76, 0.3);
}

.page-home .home-map-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: var(--color-gold);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  opacity: 0.16;
}

.page-home .home-map-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: var(--color-red);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0.85;
}

.page-home .home-map-card__no {
  position: absolute;
  top: 16px;
  right: 22px;
  margin: 0;
  font-family: var(--font-num);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(231, 184, 76, 0.12);
  pointer-events: none;
}

.page-home .home-map-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  padding-right: 60px;
}

.page-home .home-map-card__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--color-cream);
}

.page-home .home-map-card__figure {
  margin: 0 0 20px;
  overflow: hidden;
}

.page-home .home-map-card__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.page-home .home-map-card:hover .home-map-card__img {
  transform: scale(1.02);
}

.page-home .home-map-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
}

.page-home .home-map-card__summary {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.75;
  color: var(--color-stone);
}

.page-home .home-map-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .home-map-card__list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-cream);
}

.page-home .home-map-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 2px;
  background: var(--color-gold);
}

.page-home .home-map-card__action {
  margin-top: auto;
  padding-top: 18px;
}

/* ===== 本季夺冠概率 ===== */
.page-home .home-probability {
  position: relative;
  padding: 80px 24px;
  background:
    radial-gradient(ellipse at 82% 16%, rgba(43, 196, 182, 0.08), transparent 44%),
    linear-gradient(180deg, #0b0e14 0%, #0f1219 100%);
  border-top: 1px solid rgba(43, 196, 182, 0.16);
  border-bottom: 1px solid rgba(231, 184, 76, 0.12);
}

.page-home .home-probability__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
  max-width: var(--shell-w);
  margin: 0 auto;
}

.page-home .home-probability__visual {
  position: relative;
}

.page-home .home-probability__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border: 1px solid rgba(43, 196, 182, 0.16);
}

.page-home .home-probability__stamp {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 14px;
  background: rgba(11, 14, 20, 0.84);
  border: 1px solid rgba(43, 196, 182, 0.6);
  color: var(--color-teal);
  font-family: var(--font-num);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.page-home .home-probability__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.page-home .home-probability__content > p {
  margin: 0;
  color: var(--color-stone);
  line-height: 1.8;
}

.page-home .home-probability__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  margin: 0;
}

.page-home .home-probability__stat {
  padding: 14px 16px;
  background: var(--color-bg-secondary);
  border-left: 3px solid var(--color-teal);
}

.page-home .home-probability__label {
  margin: 0 0 4px;
  font-size: 0.76rem;
  color: var(--color-stone);
}

.page-home .home-probability__value {
  margin: 0;
  font-family: var(--font-num);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-cream);
}

/* ===== 客户端下载与登录 ===== */
.page-home .home-download {
  position: relative;
  padding: 88px 24px 96px;
}

.page-home .home-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-red) 0%, var(--color-gold) 48%, var(--color-teal) 100%);
}

.page-home .home-download__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 44px 34px;
  background: linear-gradient(160deg, rgba(26, 29, 36, 0.92), rgba(11, 14, 20, 0.88));
  border: 1px solid rgba(231, 184, 76, 0.16);
}

.page-home .home-download__inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  background: var(--color-gold);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  opacity: 0.8;
}

.page-home .home-download__pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 84% 22%, rgba(246, 215, 122, 0.3), transparent),
    radial-gradient(1px 1px at 20% 28%, rgba(43, 196, 182, 0.2), transparent),
    radial-gradient(1px 1px at 62% 82%, rgba(231, 184, 76, 0.18), transparent);
  pointer-events: none;
  opacity: 0.55;
}

.page-home .home-download__inner > *:not(.home-download__pattern) {
  position: relative;
  z-index: 1;
}

.page-home .home-download__inner > p {
  margin: 0;
  color: var(--color-stone);
  line-height: 1.8;
}

.page-home .home-download__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

/* ===== 降级适配 ===== */
@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__particles {
    animation: none;
  }

  .page-home .home-map-card__img {
    transition: none;
  }
}

/* ===== 平板适配 ===== */
@media (min-width: 640px) {
  .page-home .home-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

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

/* ===== 桌面适配 ===== */
@media (min-width: 980px) {
  .page-home .home-hero__inner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 40px;
  }

  .page-home .home-hero__content {
    text-align: left;
  }

  .page-home .home-hero__desc {
    margin-left: 0;
    margin-right: 0;
  }

  .page-home .home-hero__actions {
    justify-content: flex-start;
  }

  .page-home .home-hero__rail {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 0;
    padding-right: 22px;
    border-top: none;
    border-right: 1px solid rgba(231, 184, 76, 0.24);
    text-align: right;
  }

  .page-home .home-hero__rail-link {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .page-home .home-probability__grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 56px;
  }
}

/* ===== 内容地图三栏错位 ===== */
@media (min-width: 1100px) {
  .page-home .home-map__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
  }

  .page-home .home-map-card--wealth {
    margin-top: 0;
  }

  .page-home .home-map-card--v4 {
    margin-top: 44px;
  }

  .page-home .home-map-card--case {
    margin-top: 88px;
  }
}
<<<PAGE_CSS_END>>>
