.page-home {
  --home-shear: -9deg;
  --home-speed-tint: rgba(255, 255, 255, 0.055);
  background: var(--color-bg);
  overflow-x: hidden;
  overflow-x: clip;
}

/* ===== Hero 快速入口区 ===== */
.page-home .home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--header-h) + 24px) 0 80px;
  color: var(--color-white);
  background:
    radial-gradient(1100px 540px at 88% 16%, rgba(45, 143, 219, 0.34), transparent 62%),
    linear-gradient(115deg, transparent 58%, rgba(0, 194, 168, 0.18) 58%),
    var(--color-ink);
}

.page-home .home-hero__deco--speed {
  position: absolute;
  z-index: -1;
  top: -18%;
  bottom: 0;
  right: 0;
  width: 54%;
  background-image: repeating-linear-gradient(-28deg, var(--home-speed-tint) 0 2px, transparent 2px 20px);
  transform: skewX(-10deg);
  transform-origin: right top;
}

.page-home .home-hero__deco--cut {
  position: absolute;
  z-index: -1;
  top: -12%;
  bottom: 0;
  right: -6%;
  width: 32%;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.22), rgba(255, 106, 0, 0.06));
  clip-path: polygon(8% 0, 100% 0, 78% 100%, 0 100%);
}

.page-home .home-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: center;
}

.page-home .home-hero__content {
  max-width: 680px;
}

.page-home .home-hero .breadcrumbs {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.page-home .home-hero .breadcrumbs__sep {
  color: var(--color-orange);
}

.page-home .home-hero .print-label {
  margin-bottom: 14px;
  color: var(--color-teal);
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.page-home .home-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.page-home .home-hero__lead {
  margin: 20px 0 26px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

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

.page-home .home-hero__actions .btn {
  min-width: 158px;
  justify-content: center;
}

.page-home .home-hero .btn--primary {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--color-white);
}

.page-home .home-hero .btn--primary:hover {
  background: var(--color-orange-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.26);
}

.page-home .home-hero .btn--outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--color-white);
}

.page-home .home-hero .btn--outline:hover {
  border-color: var(--color-teal);
  color: var(--color-teal);
}

.page-home .home-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .home-hero__facts li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .home-hero__facts li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-teal);
}

.page-home .home-hero__sub-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  font-size: 13px;
}

.page-home .home-hero__sub-link a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  text-decoration: none;
  transition: color 0.25s var(--ease-out), border-color 0.25s var(--ease-out);
}

.page-home .home-hero__sub-link a:hover {
  color: var(--color-white);
  border-color: var(--color-orange);
}

.page-home .home-hero__media {
  width: min(100%, 640px);
  margin-inline: auto;
}

/* ===== 核心卖点区 ===== */
.page-home .home-features {
  padding: 0 0 84px;
}

.page-home .home-device-note {
  display: block;
  max-width: 920px;
  margin: -44px auto 56px;
  padding: 18px 22px;
  background: var(--color-white);
  border-top: 4px solid var(--color-teal);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-pop);
  transform: rotate(-0.6deg);
}

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

.page-home .home-device-note__copy {
  flex: 1 1 340px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .home-device-note__copy p {
  flex: 1 1 260px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-ink-soft);
}

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

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

.page-home .home-feature {
  position: relative;
  padding-top: 18px;
}

.page-home .home-feature::before {
  content: "";
  display: block;
  width: 72px;
  height: 6px;
  margin-bottom: 24px;
  background: var(--color-orange);
  transform: skewX(-18deg);
}

.page-home .home-feature--login::before {
  background: var(--color-blue);
}

.page-home .home-feature--sync::before {
  background: var(--color-gold);
}

.page-home .home-feature__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--color-white);
  background: var(--color-orange);
  clip-path: polygon(15% 0, 100% 10%, 85% 100%, 0 90%);
}

.page-home .home-feature--login .home-feature__icon {
  background: var(--color-blue);
}

.page-home .home-feature--sync .home-feature__icon {
  background: var(--color-gold);
}

.page-home .home-feature h3 {
  margin: 18px 0 8px;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.2;
  color: var(--color-ink);
}

.page-home .home-feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-ink-soft);
}

.page-home .home-feature__num--gold {
  display: inline-block;
  margin-inline: 2px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--color-gold);
}

.page-home .home-features__media {
  overflow: hidden;
  max-width: 880px;
  margin: 64px auto 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

/* ===== 周末连着看两场 ===== */
.page-home .home-weekend {
  padding: 86px 0 80px;
  background: var(--color-ink);
  color: var(--color-white);
}

.page-home .home-weekend .section-head {
  margin-bottom: 40px;
  color: var(--color-white);
}

.page-home .home-weekend .section-head__index {
  color: var(--color-gold);
}

.page-home .home-weekend .section-head__title {
  color: var(--color-white);
}

.page-home .home-weekend__sub {
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
}

.page-home .home-weekend__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: center;
}

.page-home .home-weekend__visual {
  width: min(100%, 520px);
  margin-inline: auto;
}

.page-home .home-weekend__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 30px;
}

.page-home .home-weekend__timeline li {
  position: relative;
  padding-left: 52px;
}

.page-home .home-weekend__timeline li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  bottom: -30px;
  width: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.page-home .home-weekend__timeline li:last-child::before {
  bottom: auto;
  height: 14px;
}

.page-home .home-weekend__timeline li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: var(--color-orange);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-home .home-weekend__tag {
  display: inline-block;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-teal);
}

.page-home .home-weekend__timeline p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.page-home .home-weekend__note {
  margin: 52px 0 0;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  border-left: 3px solid var(--color-gold);
  background: rgba(255, 255, 255, 0.04);
}

/* ===== 常用人群对照指引 ===== */
.page-home .home-audience {
  padding: 86px 0 76px;
}

.page-home .home-audience .section-head {
  margin-bottom: 36px;
}

.page-home .home-audience__visual {
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.page-home .home-audience__table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.page-home .home-audience__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: var(--color-white);
}

.page-home .home-audience__table th,
.page-home .home-audience__table td {
  padding: 20px 18px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.55;
  border-bottom: 1px solid var(--color-gray);
}

.page-home .home-audience__table thead th {
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-ink);
  border-bottom: 4px solid var(--color-orange);
}

.page-home .home-audience__table tbody tr:nth-child(even) {
  background: var(--color-bg);
}

.page-home .home-audience__table tbody tr:last-child td {
  border-bottom: 0;
}

.page-home .home-audience__table td:first-child {
  font-weight: 700;
  color: var(--color-ink);
}

.page-home .home-audience__foot {
  margin: 24px 0 0;
  font-size: 13px;
  text-align: center;
}

/* ===== 底部引导带 ===== */
.page-home .home-final {
  padding: 74px 0 72px;
  color: var(--color-white);
  background: var(--color-orange);
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
}

.page-home .home-final__inner {
  padding-top: 16px;
  text-align: center;
}

.page-home .home-final__label {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.page-home .home-final .display-title {
  margin: 0 0 10px;
  color: var(--color-white);
}

.page-home .home-final__note {
  margin: 0 0 26px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
}

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

.page-home .home-final .btn--dark {
  background: var(--color-ink);
  border-color: var(--color-ink);
}

.page-home .home-final .btn--outline {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--color-white);
}

.page-home .home-final .btn--outline:hover {
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.12);
}

/* ===== 响应式增强 ===== */
@media (min-width: 768px) {
  .page-home .home-hero {
    padding: calc(var(--header-h) + 54px) 0 116px;
  }

  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 48px;
  }

  .page-home .home-hero h1 {
    font-size: 64px;
  }

  .page-home .home-hero__lead {
    font-size: 18px;
  }

  .page-home .home-hero__media {
    width: auto;
    margin-inline: 0;
  }

  .page-home .home-features__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }

  .page-home .home-weekend__layout {
    grid-template-columns: minmax(0, 460px) 1fr;
    gap: 64px;
  }

  .page-home .home-weekend__visual {
    width: 100%;
    margin-inline: 0;
  }

  .page-home .home-weekend__note {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .page-home .home-features__grid {
    gap: 64px;
  }

  .page-home .home-device-note {
    padding: 20px 26px;
  }
}
