.page-home {
  --pad: 18px;
  --home-line: rgba(234, 246, 255, 0.14);
  display: block;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-body);
  overflow-x: clip;
}

.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}

.page-home h1,
.page-home h2,
.page-home h3,
.page-home p,
.page-home ul,
.page-home ol,
.page-home figure {
  margin: 0;
}

.page-home ul,
.page-home ol {
  padding: 0;
  list-style: none;
}

.page-home .shell {
  width: min(100%, var(--maxw));
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ---------- 首屏框景 ---------- */

.page-home .hero {
  position: relative;
  padding: 26px 0 0;
  background:
    radial-gradient(110% 78% at 86% 2%, rgba(63, 240, 216, 0.16), transparent 58%),
    radial-gradient(90% 70% at 4% 104%, rgba(34, 26, 71, 0.75), transparent 62%),
    linear-gradient(166deg, var(--ink) 0%, var(--ink-deep) 60%, #091026 100%);
}

.page-home .hero__window {
  position: relative;
  width: min(100%, var(--maxw));
  margin-inline: auto;
  padding: 30px var(--pad) 40px;
  border: 1px solid var(--line);
  background:
    radial-gradient(90% 120% at 92% 0%, rgba(63, 240, 216, 0.13), transparent 62%),
    linear-gradient(152deg, rgba(34, 26, 71, 0.6), rgba(5, 7, 14, 0.78));
  box-shadow: var(--shadow-hard), var(--shadow-glow);
}

.page-home .hero__corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--cyan);
  pointer-events: none;
}

.page-home .hero__corner.is-tl { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.page-home .hero__corner.is-tr { top: -2px; right: -2px; border-left: 0; border-bottom: 0; }
.page-home .hero__corner.is-bl { bottom: -2px; left: -2px; border-right: 0; border-top: 0; }
.page-home .hero__corner.is-br { bottom: -2px; right: -2px; border-left: 0; border-top: 0; }

.page-home .hero__ruler {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 9px;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  pointer-events: none;
}

.page-home .hero__ruler i {
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, var(--cyan), transparent);
  opacity: 0.2;
  animation: home-tick 220ms var(--ease) forwards;
}

.page-home .hero__ruler i:nth-child(1) { animation-delay: 40ms; }
.page-home .hero__ruler i:nth-child(2) { animation-delay: 80ms; }
.page-home .hero__ruler i:nth-child(3) { animation-delay: 100ms; }
.page-home .hero__ruler i:nth-child(4) { animation-delay: 130ms; }
.page-home .hero__ruler i:nth-child(5) { animation-delay: 160ms; }
.page-home .hero__ruler i:nth-child(6) { animation-delay: 190ms; }
.page-home .hero__ruler i:nth-child(7) { animation-delay: 220ms; }
.page-home .hero__ruler i:nth-child(8) { animation-delay: 250ms; }
.page-home .hero__ruler i:nth-child(9) { animation-delay: 280ms; }
.page-home .hero__ruler i:nth-child(10) { animation-delay: 310ms; }
.page-home .hero__ruler i:nth-child(11) { animation-delay: 340ms; }
.page-home .hero__ruler i:nth-child(12) { animation-delay: 370ms; }
.page-home .hero__ruler i:nth-child(13) { animation-delay: 400ms; }
.page-home .hero__ruler i:nth-child(14) { animation-delay: 430ms; }

@keyframes home-tick {
  from { opacity: 0.08; transform: scaleY(0.3); transform-origin: top; }
  to { opacity: 0.42; transform: scaleY(1); transform-origin: top; }
}

.page-home .hero__content {
  display: grid;
  gap: 16px;
}

.page-home .hero__lede {
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--mist);
}

.page-home .hero__sub {
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.7;
  color: var(--mist);
  padding-left: 14px;
  border-left: 2px solid var(--line-cyan);
}

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

.page-home .hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.page-home .hero__stats .data-panel {
  padding: 12px 14px;
  border: 1px solid var(--home-line);
  background: var(--glass);
  backdrop-filter: blur(6px);
}

.page-home .hero__visual {
  margin-top: 22px;
  border: 1px solid var(--line-cyan);
  box-shadow: var(--shadow-glow);
}

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

/* ---------- 通栏区块 ---------- */

.page-home .band {
  position: relative;
  padding: 56px 0;
  scroll-margin-top: 96px;
}

.page-home .band--regions {
  background: linear-gradient(180deg, #041a1d 0%, var(--teal-deep) 42%, #041517 100%);
}

.page-home .band--schedule {
  background: var(--ink-deep);
  overflow: hidden;
}

.page-home .band--pricing {
  background: linear-gradient(180deg, #1c0614 0%, var(--wine) 46%, #21040f 100%);
  overflow: hidden;
}

.page-home .band--compare {
  background: linear-gradient(180deg, var(--ink-deep) 0%, #17112f 52%, var(--indigo) 100%);
}

.page-home .band--report {
  background: var(--ink);
}

.page-home .band--service {
  background: linear-gradient(180deg, #04181b 0%, var(--teal-deep) 100%);
}

.page-home .section-head {
  display: grid;
  gap: 10px;
  max-width: 72ch;
}

.page-home .section-title {
  font-size: clamp(30px, 6.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  font-weight: 200;
}

.page-home .section-note {
  font-size: 15px;
  line-height: 1.75;
  color: var(--mist);
}

/* ---------- 赛区索引 ---------- */

.page-home .regions__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--home-line);
}

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

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

.page-home .region-group__title {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 600;
  padding-bottom: 12px;
}

.page-home .region-list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 32px;
}

.page-home .region {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 11px 6px;
  border-bottom: 1px solid var(--home-line);
  transition: background var(--tap) var(--ease), transform var(--tap) var(--ease);
}

.page-home .region:hover {
  background: var(--glass);
  transform: translateX(3px);
}

.page-home .region__no {
  font-size: 12px;
  color: var(--orange);
  letter-spacing: 0.08em;
}

.page-home .region__name {
  font-size: 15px;
  font-weight: 600;
}

.page-home .region__meta {
  font-size: 12px;
  color: var(--mist);
  white-space: nowrap;
}

.page-home .region__meta b {
  color: var(--white);
  font-weight: 700;
}

.page-home .region__meta--time {
  color: rgba(143, 163, 184, 0.72);
}

.page-home .region-list--overseas .region__no {
  color: var(--cyan);
}

/* ---------- 时间轴 ---------- */

.page-home .schedule__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.14;
  pointer-events: none;
}

.page-home .schedule__inner {
  position: relative;
  z-index: 1;
}

.page-home .timeline {
  margin-top: 32px;
}

.page-home .timeline__item {
  position: relative;
  padding: 0 0 20px 24px;
  border-left: 1px solid var(--home-line);
}

.page-home .timeline__item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(63, 240, 216, 0.12);
}

.page-home .timeline__item--focus::before {
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(255, 46, 77, 0.16);
}

.page-home .timeline__time {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: 0.04em;
}

.page-home .timeline__item--focus .timeline__time {
  color: var(--red);
}

.page-home .timeline__body {
  display: block;
  margin-top: 8px;
}

.page-home .timeline__title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
}

.page-home .timeline__meta {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: var(--mist);
}

.page-home .schedule__foot,
.page-home .compare__foot {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--mist);
}

.page-home .schedule__link,
.page-home .compare__link {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid var(--line-cyan);
  margin-left: 6px;
}

.page-home .schedule__link:hover,
.page-home .compare__link:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

/* ---------- 费用速览 ---------- */

.page-home .pricing__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  pointer-events: none;
}

.page-home .pricing__inner {
  position: relative;
  z-index: 1;
}

.page-home .pricing__grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.page-home .price-card {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px 20px 22px;
  border: 1px solid var(--home-line);
  background: linear-gradient(158deg, rgba(34, 26, 71, 0.74), rgba(5, 7, 14, 0.66));
  box-shadow: var(--shadow-hard);
  backdrop-filter: blur(7px);
}

.page-home .price-card__kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--orange);
  font-weight: 600;
}

.page-home .price-card__range {
  font-size: clamp(30px, 8vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  letter-spacing: -0.01em;
}

.page-home .price-card__range small {
  font-size: 13px;
  font-weight: 500;
  color: var(--mist);
  letter-spacing: 0.06em;
}

.page-home .price-card__unit {
  color: var(--cyan);
}

.page-home .price-card__desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--mist);
}

.page-home .price-card__more {
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.page-home .price-card__more summary {
  cursor: pointer;
  padding: 11px 0;
  font-size: 13px;
  color: var(--cyan);
  letter-spacing: 0.04em;
  list-style: none;
}

.page-home .price-card__more summary::-webkit-details-marker {
  display: none;
}

.page-home .price-card__more summary::after {
  content: "+";
  float: right;
  font-family: var(--font-mono);
  color: var(--cyan);
}

.page-home .price-card__more[open] summary::after {
  content: "–";
}

.page-home .price-card__list {
  display: grid;
  gap: 8px;
  padding: 0 0 14px;
}

.page-home .price-card__list li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--mist);
}

.page-home .price-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: var(--cyan);
}

.page-home .price-card__cta {
  justify-self: start;
}

/* ---------- 两队比较 ---------- */

.page-home .compare__grid {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.page-home .compare__card {
  padding: 22px 20px;
  border: 1px solid var(--home-line);
  border-left: 3px solid var(--cyan);
  background: var(--glass);
}

.page-home .compare__no {
  display: block;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--orange);
}

.page-home .compare__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.page-home .compare__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--mist);
}

.page-home .compare__flow {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--home-line);
}

.page-home .compare__flow-step {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  color: var(--mist);
}

.page-home .compare__flow-step b {
  flex: none;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 11px;
  color: var(--ink);
  background: var(--cyan);
}

/* ---------- 通勤战报 ---------- */

.page-home .report__grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.page-home .report__list {
  display: grid;
  margin-top: 26px;
  border-top: 1px solid var(--home-line);
}

.page-home .report__item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--home-line);
}

.page-home .report__time {
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan);
  padding-top: 2px;
}

.page-home .report__text {
  font-size: 15px;
  line-height: 1.7;
}

.page-home .report__hint {
  margin-top: 18px;
  padding-left: 14px;
  border-left: 2px solid var(--orange);
  font-size: 14px;
  line-height: 1.75;
  color: var(--mist);
}

.page-home .report__figure {
  border: 1px solid var(--home-line);
  box-shadow: var(--shadow-hard);
}

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

/* ---------- 比赛日服务 ---------- */

.page-home .service__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.page-home .service__card {
  display: grid;
  gap: 6px;
  padding: 18px 16px;
  border: 1px solid var(--home-line);
  background: linear-gradient(150deg, rgba(63, 240, 216, 0.09), rgba(5, 7, 14, 0.5));
}

.page-home .service__value {
  font-size: clamp(24px, 7vw, 34px);
  font-weight: 700;
  color: var(--cyan);
  line-height: 1.1;
}

.page-home .service__label {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--mist);
}

.page-home .service__foot {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--home-line);
}

.page-home .service__foot p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--mist);
  max-width: 70ch;
}

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

/* ---------- 显现动画 ---------- */

.page-home [data-reveal] {
  opacity: 0;
  transform: translate3d(-14px, 22px, 0);
  transition: opacity var(--move) var(--ease), transform var(--move) var(--ease);
}

.page-home [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- 中等屏幕 ---------- */

@media (min-width: 680px) {
  .page-home {
    --pad: 28px;
  }

  .page-home .band {
    padding: 72px 0;
  }

  .page-home .hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .price-card {
    padding: 28px 24px 26px;
  }

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

  .page-home .service__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ---------- 桌面与宽屏 ---------- */

@media (min-width: 900px) {
  .page-home .hero {
    padding-top: 40px;
  }

  .page-home .hero__window {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 44px;
    align-items: center;
    padding: 52px 44px 56px;
  }

  .page-home .hero__content {
    grid-column: 1;
  }

  .page-home .hero__visual {
    grid-column: 2;
    margin-top: 0;
    transform: translateY(-10px);
  }

  .page-home .section-note {
    font-size: 16px;
  }

  .page-home .pricing__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .page-home .report__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    gap: 48px;
  }

  .page-home .report__figure {
    margin-top: 42px;
  }

  .page-home .timeline {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
  }

  .page-home .timeline__item {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-left: 0;
  }

  .page-home .timeline__item::before {
    display: none;
  }

  .page-home .timeline__time {
    order: 1;
    position: relative;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--home-line);
  }

  .page-home .timeline__time::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 0 4px rgba(63, 240, 216, 0.12);
  }

  .page-home .timeline__item--focus .timeline__time::after {
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(255, 46, 77, 0.18);
  }

  .page-home .timeline__body {
    order: 2;
    margin-top: 0;
    padding: 18px 16px 0 0;
  }

  .page-home .timeline__title {
    margin-top: 8px;
  }
}

@media (min-width: 1120px) {
  .page-home {
    --pad: 40px;
  }

  .page-home .band {
    padding: 88px 0;
  }

  .page-home .region-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .region-list--overseas {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .service__foot {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 1360px) {
  .page-home .region-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ---------- 动效降级 ---------- */

@media (prefers-reduced-motion: reduce) {
  .page-home .hero__ruler i,
  .page-home [data-reveal],
  .page-home .region,
  .page-home .price-card__more {
    animation: none !important;
    transition: none !important;
  }

  .page-home .hero__ruler i {
    opacity: 0.42;
    transform: none;
  }

  .page-home [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
