.page-home {
  --home-muted: rgba(244, 246, 248, 0.72);
  --home-line: rgba(199, 205, 214, 0.18);
  --home-soft: rgba(255, 255, 255, 0.06);
  --home-grid-gap: clamp(44px, 6vw, 72px);
  overflow-x: hidden;
  background: var(--c-deep);
}

.page-home .breadcrumb {
  padding-top: 24px;
}

/* ===== 首屏 ===== */
.page-home .home-hero {
  position: relative;
  padding: clamp(48px, 8vw, 88px) 0 clamp(56px, 9vw, 104px);
  overflow: hidden;
  background: var(--c-deep);
}

.page-home .home-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--home-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--home-line) 1px, transparent 1px);
  background-size: var(--home-grid-gap) var(--home-grid-gap);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent 88%);
}

.page-home .home-hero__glow {
  position: absolute;
  top: -140px;
  right: -120px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(0, 255, 157, 0.16) 0%, transparent 70%);
  pointer-events: none;
}

.page-home .home-hero__decor {
  position: absolute;
  left: -4px;
  bottom: 28px;
  font-family: var(--f-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(4rem, 13vw, 10.5rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(199, 205, 214, 0.28);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .home-hero__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--c-neon);
}

.page-home .home-hero__kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--c-neon);
  flex-shrink: 0;
}

.page-home .home-hero__title {
  margin: 0 0 22px;
  font-family: var(--f-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(3.1rem, 11vw, 6.6rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.page-home .home-hero__title-line {
  display: block;
}

.page-home .home-hero__title-line--accent {
  color: var(--c-neon);
  text-shadow: 0 0 42px rgba(0, 255, 157, 0.35);
}

.page-home .home-hero__lead {
  margin: 0 0 28px;
  font-family: var(--f-body);
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  line-height: 1.65;
  color: var(--home-muted);
  max-width: 42em;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 32px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--home-line);
}

.page-home .home-hero__stats > div {
  flex: 1 1 140px;
  display: flex;
  flex-direction: column;
  padding-right: 16px;
}

.page-home .home-hero__stats dt {
  order: 2;
  margin-top: 6px;
  font-family: var(--f-mono);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--home-muted);
}

.page-home .home-hero__stats dd {
  order: 1;
  margin: 0;
  font-family: var(--f-mono);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--c-neon);
}

.page-home .home-hero__media {
  position: relative;
  max-width: 560px;
}

.page-home .home-hero__frame {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  box-shadow: var(--shadow-card);
}

.page-home .home-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .home-hero__stamp {
  position: absolute;
  right: 18px;
  bottom: -22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: 2px solid var(--c-neon);
  border-radius: 50%;
  background: rgba(10, 26, 47, 0.9);
  color: var(--c-neon);
  font-size: 0.72rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  transform: rotate(9deg);
  box-shadow: 0 0 30px rgba(0, 255, 157, 0.28);
  z-index: 2;
}

.page-home .home-hero__coord {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  color: var(--home-muted);
  background: rgba(10, 26, 47, 0.78);
  padding: 6px 12px;
  border-left: 2px solid var(--c-coral);
}

/* ===== 今日实时战况 ===== */
.page-home .home-live__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

.page-home .home-live__chart {
  margin: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.page-home .home-live__media {
  flex: 1;
}

.page-home .home-live__chart-note {
  margin: 14px 4px 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--home-muted);
}

.page-home .home-live__matches {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}

.page-home .home-live__matches-title {
  margin: 0 0 14px;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  color: var(--c-coral);
}

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

.page-home .home-live__item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.page-home .home-live__item:last-of-type {
  border-bottom: 0;
}

.page-home .home-live__row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.page-home .home-live__tag {
  flex-shrink: 0;
  padding: 2px 9px;
  border: 1px solid rgba(0, 255, 157, 0.4);
  border-radius: 4px;
  background: rgba(0, 255, 157, 0.08);
  color: var(--c-neon);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.page-home .home-live__match {
  flex: 1;
  color: var(--c-cloud);
  font-size: 0.94rem;
}

.page-home .home-live__val {
  font-family: var(--f-mono);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-neon);
}

.page-home .home-live__bar {
  height: 5px;
  margin-top: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.page-home .home-live__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--grad-accent);
}

.page-home .home-live__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

/* ===== 赛事日历 ===== */
.page-home .home-calendar {
  background: var(--c-cloud);
  color: var(--c-deep);
  overflow: hidden;
}

.page-home .home-calendar .sec-desc {
  color: rgba(10, 26, 47, 0.62);
}

.page-home .home-calendar__app {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 56px;
  padding: clamp(20px, 4vw, 40px);
  background: linear-gradient(150deg, rgba(10, 26, 47, 0.06) 0%, rgba(255, 77, 46, 0.05) 100%);
  border: 1px solid rgba(10, 26, 47, 0.08);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.page-home .home-calendar__phone {
  width: min(270px, 72%);
  margin-inline: auto;
  aspect-ratio: 9 / 19;
  border-radius: 28px;
  border: 6px solid var(--c-deep);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.page-home .home-calendar__phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-calendar__note-kicker {
  margin: 0 0 10px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  color: var(--c-coral);
}

.page-home .home-calendar__note-title {
  margin: 0 0 12px;
  font-family: var(--f-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.page-home .home-calendar__note-text {
  margin: 0 0 20px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(10, 26, 47, 0.68);
  max-width: 30em;
}

.page-home .home-calendar__filter {
  background: rgba(10, 26, 47, 0.65);
  border-radius: 6px;
  padding: 10px 12px;
  position: relative;
  z-index: 1;
}

.page-home .home-calendar__filter .filter-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(244, 246, 248, 0.8);
}

.page-home .home-calendar__filter .filter-btn.is-active {
  background: var(--c-neon);
  border-color: var(--c-neon);
  color: var(--c-deep);
  font-weight: 600;
}

.page-home .home-calendar__cards {
  margin-top: 30px;
}

.page-home .home-calendar__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(10, 26, 47, 0.08);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.page-home .home-calendar__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-color: rgba(0, 255, 157, 0.4);
}

.page-home .home-calendar__card--hot {
  background: linear-gradient(160deg, rgba(0, 255, 157, 0.14) 0%, rgba(255, 77, 46, 0.08) 100%);
  border-color: transparent;
}

.page-home .home-calendar__card-name {
  margin: 0 0 8px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--c-deep);
}

.page-home .home-calendar__card-list {
  margin: 0 0 14px;
  display: grid;
  gap: 7px;
}

.page-home .home-calendar__card-list > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.page-home .home-calendar__card-list dt {
  font-size: 0.8rem;
  color: rgba(10, 26, 47, 0.52);
}

.page-home .home-calendar__card-list dd {
  margin: 0;
  font-family: var(--f-mono);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-deep);
}

/* ===== 会员权益 ===== */
.page-home .home-membership {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, var(--c-deep) 0%, var(--c-graphite) 100%);
}

.page-home .home-membership__skew {
  position: absolute;
  top: 0;
  right: -12%;
  width: 66%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(0, 255, 157, 0.05) 100%);
  transform: skewX(-14deg);
  pointer-events: none;
}

.page-home .home-membership__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .home-membership__media {
  position: relative;
  max-width: 460px;
  margin-inline: auto;
  width: 100%;
}

.page-home .home-membership__frame {
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
  border: 1px solid rgba(0, 255, 157, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.page-home .home-membership__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-membership__benefits {
  padding: clamp(20px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--c-neon);
}

.page-home .home-membership__benefits-title {
  margin: 0 0 22px;
  font-family: var(--f-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  letter-spacing: -0.01em;
}

.page-home .home-membership__benefits-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-home .home-membership__benefits-list li {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--home-muted);
}

.page-home .home-membership__idx {
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 0.78rem;
  color: var(--c-neon);
}

.page-home .home-membership__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ===== 品牌背书 ===== */
.page-home .home-trust__stats {
  margin-top: 40px;
}

.page-home .home-trust__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid var(--c-neon);
}

.page-home .home-trust__stat .data-num {
  font-size: 2.2rem;
  color: var(--c-neon);
}

.page-home .home-trust__stat .data-label {
  color: var(--home-muted);
}

.page-home .home-trust__cert {
  display: grid;
  gap: 1px;
  margin: 36px 0 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .home-trust__cert p {
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 14px 16px;
  background: var(--c-graphite);
  color: var(--c-cloud);
  font-size: 0.9rem;
}

.page-home .home-trust__cert span {
  font-size: 0.76rem;
  color: var(--c-neon);
  white-space: nowrap;
}

.page-home .home-trust__story-link {
  margin: 30px 0 0;
  font-size: 0.95rem;
}

.page-home .home-trust__story-link a {
  color: var(--c-neon);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(0, 255, 157, 0.4);
}

.page-home .home-trust__story-link a:hover {
  text-decoration-color: var(--c-neon);
}

/* ===== 收尾CTA ===== */
.page-home .home-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, var(--c-deep) 0%, #0e1830 55%, var(--c-graphite) 100%);
  text-align: center;
}

.page-home .home-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad-accent);
  z-index: 1;
}

.page-home .home-cta::after {
  content: "MATCHDAY";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  font-family: var(--f-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(5.5rem, 18vw, 13rem);
  line-height: 1;
  color: rgba(244, 246, 248, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.page-home .home-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.page-home .home-cta__title {
  margin: 0;
  max-width: 18em;
  font-family: var(--f-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.page-home .home-cta__desc {
  max-width: 32em;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.page-home .home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

/* ===== 响应式 ===== */
@media (min-width: 640px) {
  .page-home .home-hero__title {
    font-size: clamp(3.4rem, 9vw, 5.6rem);
  }

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

  .page-home .home-calendar__app {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }

  .page-home .home-membership__grid {
    grid-template-columns: minmax(0, 420px) 1fr;
    gap: 42px;
  }

  .page-home .home-cta__inner {
    padding: 16px 0;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero__inner {
    grid-template-columns: 54% 46%;
    gap: 48px;
  }

  .page-home .home-hero__media {
    justify-self: end;
  }

  .page-home .home-hero__stamp {
    width: 108px;
    height: 108px;
    font-size: 0.78rem;
  }

  .page-home .home-calendar__cards {
    margin-top: 40px;
  }

  .page-home .home-trust__stats {
    gap: 1px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .home-trust__stat {
    border-left: 0;
  }

  .page-home .home-trust__stat + .home-trust__stat {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}
