.page-home {
  --home-glow-cyan: rgba(53, 230, 216, .22);
  --home-glow-violet: rgba(139, 92, 246, .34);
  --home-sheet: #FFFFFF;
}

.page-home .breadcrumb {
  padding-top: 18px;
  font-size: .8125rem;
  letter-spacing: .02em;
  color: var(--muted);
}

.page-home .breadcrumb [aria-current="page"] {
  color: var(--text);
}

/* ── 首屏 ───────────────────────────────────────────── */

.page-home .hero {
  position: relative;
  overflow: hidden;
  padding: 26px 0 58px;
  background:
    radial-gradient(1100px 560px at 88% -14%, var(--home-glow-violet), transparent 64%),
    radial-gradient(860px 520px at 6% 4%, var(--home-glow-cyan), transparent 62%),
    var(--ink);
}

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

.page-home .hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(10, 18, 36, .95) 0%, rgba(10, 18, 36, .70) 48%, rgba(22, 35, 63, .94) 100%);
  pointer-events: none;
}

.page-home .hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.page-home .hero__lead { order: 1; }
.page-home .hero__collage { order: 2; }
.page-home .hero__ticker { order: 3; }
.page-home .hero__anchors { order: 4; }

.page-home .hero__brand {
  color: var(--cyan);
  white-space: nowrap;
}

.page-home .hero__lead h1 {
  margin: 12px 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: .01em;
  color: var(--text);
}

.page-home .hero__sub {
  max-width: 46ch;
  margin: 0 0 22px;
  font-size: .9688rem;
  line-height: 1.8;
  color: var(--muted);
}

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

/* 快速定位 */

.page-home .hero__anchors-title {
  margin: 0 0 10px;
  font-size: .6875rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}

.page-home .anchor-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
  padding: 0 0 4px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.page-home .anchor-list::-webkit-scrollbar { display: none; }

.page-home .anchor-list a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 28, 54, .78);
  color: var(--text);
  font-size: .875rem;
  text-decoration: none;
  transition: border-color .2s var(--ease), color .2s var(--ease);
}

.page-home .anchor-list a:hover,
.page-home .anchor-list a:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
}

/* 竖排数据条 */

.page-home .hero__ticker {
  display: grid;
  gap: 1px;
  padding: 6px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-home .ticker-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(42, 58, 92, .55);
}

.page-home .ticker-row:last-child { border-bottom: 0; }

.page-home .ticker-row__key {
  font-size: .75rem;
  letter-spacing: .08em;
  color: var(--muted);
}

.page-home .ticker-row__val {
  font-size: 1rem;
  color: var(--text);
}

.page-home .ticker-row__val--amber { color: var(--amber); }

/* 拼贴卡片 */

.page-home .hero__collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.page-home .collage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(22, 35, 63, .94), rgba(16, 28, 54, .97));
  box-shadow: var(--shadow-soft);
  transition: border-color .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease);
}

.page-home .collage-card:hover {
  border-color: var(--cyan);
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(53, 230, 216, .16), 0 26px 48px -30px rgba(0, 0, 0, .95);
}

.page-home .collage-card__art {
  overflow: hidden;
  background: var(--night);
}

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

.page-home .collage-card--big .collage-card__art { height: 150px; }
.page-home .collage-card__art--short { height: 88px; }

.page-home .collage-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 20px;
}

.page-home .collage-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.24;
  letter-spacing: .01em;
  color: var(--text);
}

.page-home .collage-card--big .collage-card__title { font-size: 1.5rem; }

.page-home .collage-card__text {
  margin: 0;
  font-size: .9063rem;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
}

.page-home .mini-stat { margin: 0; }

.page-home .mini-stat dt {
  margin-bottom: 4px;
  font-size: .6875rem;
  letter-spacing: .08em;
  color: var(--muted);
}

.page-home .mini-stat dd {
  margin: 0;
  font-size: .875rem;
  color: var(--text);
}

.page-home .mini-stat__amber { color: var(--amber); }

.page-home .link-more {
  align-self: flex-start;
  margin-top: 2px;
  color: var(--cyan);
  font-size: .875rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 230, 216, .35);
  padding-bottom: 2px;
  transition: border-color .2s var(--ease), color .2s var(--ease);
}

.page-home .link-more:hover,
.page-home .link-more:focus-visible {
  color: var(--text);
  border-bottom-color: var(--text);
}

/* ── 通用分区 ───────────────────────────────────────── */

.page-home .section { padding: 54px 0; }

/* ── 限红速览 ───────────────────────────────────────── */

.page-home .limit-band__panel {
  display: grid;
  gap: 24px;
  padding: 28px 22px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(620px 320px at 96% 0%, rgba(255, 182, 61, .14), transparent 66%),
    linear-gradient(155deg, rgba(22, 35, 63, .96), rgba(10, 18, 36, .98));
  box-shadow: var(--shadow-soft);
}

.page-home .limit-band__copy h2 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: var(--text);
}

.page-home .limit-band__text {
  max-width: 52ch;
  margin: 0 0 20px;
  font-size: .9375rem;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .limit-band__range {
  margin: 0;
  font-size: clamp(1.75rem, 6vw, 2.75rem);
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--amber);
  align-self: center;
}

/* ── 注册三步 ───────────────────────────────────────── */

.page-home .entry__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.page-home .entry__copy h2 {
  margin: 10px 0 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: var(--text);
}

.page-home .steps {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .steps__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.page-home .steps__no {
  font-size: 1rem;
  color: var(--cyan);
  padding-top: 2px;
}

.page-home .steps__body h3 {
  margin: 0 0 6px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text);
}

.page-home .steps__body p {
  margin: 0;
  font-size: .9063rem;
  line-height: 1.78;
  color: var(--muted);
}

.page-home .entry__device {
  padding: 22px 20px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(22, 35, 63, .62);
}

.page-home .entry__device-title {
  margin: 0 0 14px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text);
}

.page-home .device-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.page-home .device-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(42, 58, 92, .7);
}

.page-home .device-list li:last-child { border-bottom: 0; }

.page-home .device-list__key {
  font-size: .75rem;
  letter-spacing: .06em;
  color: var(--muted);
}

.page-home .device-list__val {
  font-size: .9063rem;
  color: var(--text);
  text-align: right;
}

/* ── 额度口径 ───────────────────────────────────────── */

.page-home .quota__head { max-width: 62ch; }

.page-home .quota__head h2 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: var(--text);
}

.page-home .quota__head p {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .quota__pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 26px 0 0;
}

.page-home .quota-card {
  position: relative;
  padding: 24px 20px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  overflow: hidden;
  transition: border-color .26s var(--ease), background .26s var(--ease);
}

.page-home .quota-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--line);
  transition: background .26s var(--ease);
}

.page-home .quota-card--single::before { background: var(--cyan); }
.page-home .quota-card--match::before { background: var(--violet); }

.page-home .quota-card--single:hover { border-color: rgba(53, 230, 216, .55); }
.page-home .quota-card--match:hover { border-color: rgba(139, 92, 246, .6); }

.page-home .quota-card__tag {
  margin: 0 0 12px;
  font-size: .6875rem;
  letter-spacing: .16em;
  color: var(--muted);
}

.page-home .quota-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: .01em;
  color: var(--text);
}

.page-home .quota-card__lead {
  margin: 0 0 16px;
  font-size: .9375rem;
  line-height: 1.78;
  color: var(--text);
}

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

.page-home .quota-card__list li {
  position: relative;
  padding: 8px 0 8px 16px;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .quota-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.page-home .quota-card--match .quota-card__list li::before { background: var(--violet); }

.page-home .quota__link { margin-top: 26px; }

/* ── 2026 赛季 ──────────────────────────────────────── */

.page-home .season {
  background: var(--night);
}

.page-home .season__head { max-width: 64ch; }

.page-home .season__head h2 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: var(--text);
}

.page-home .season__head p {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .season__art {
  position: relative;
  margin: 24px 0 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

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

.page-home .season-track {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .season-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 13px 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(10, 18, 36, .68);
  transition: border-color .24s var(--ease), background .24s var(--ease), transform .24s var(--ease);
}

.page-home .season-node:hover,
.page-home .season-node:focus-within {
  border-color: var(--cyan);
  background: rgba(16, 28, 54, .95);
  transform: translateY(-2px);
  z-index: 4;
}

.page-home .season-node::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  width: max-content;
  max-width: 200px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--night);
  color: var(--text);
  font-size: .75rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateX(-50%) translateY(4px);
  pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  z-index: 6;
  box-shadow: var(--shadow-soft);
}

.page-home .season-node:hover::after,
.page-home .season-node:focus-within::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.page-home .season-node__idx {
  font-size: .6875rem;
  letter-spacing: .1em;
  color: var(--cyan);
}

.page-home .season-node__name {
  font-size: .875rem;
  font-weight: 600;
  color: var(--text);
}

.page-home .season-node__mon {
  font-size: .6875rem;
  letter-spacing: .06em;
  color: var(--muted);
}

.page-home .season__link { margin-top: 26px; }

/* ── 分类索引地图（暖纸色） ─────────────────────────── */

.page-home .index-map {
  background: var(--paper);
  color: var(--night);
}

.page-home .index-map__eyebrow { color: #6B5A3E; }

.page-home .index-map__head h2 {
  margin: 10px 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: var(--night);
}

.page-home .index-map__sub {
  max-width: 56ch;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.8;
  color: #4A4231;
}

.page-home .index-map__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.page-home .index-col {
  display: block;
  padding: 22px 20px 24px;
  border: 1px solid rgba(22, 35, 63, .14);
  border-radius: var(--radius-sm);
  background: var(--home-sheet);
  color: var(--night);
  text-decoration: none;
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}

.page-home .index-col:hover,
.page-home .index-col:focus-visible {
  transform: translateY(-3px);
  border-color: var(--night);
  box-shadow: 0 20px 36px -28px rgba(10, 18, 36, .8);
}

.page-home .index-col__no {
  display: block;
  font-size: .75rem;
  letter-spacing: .16em;
  color: #7A6A4C;
}

.page-home .index-col__name {
  margin: 8px 0 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: .01em;
  color: var(--night);
}

.page-home .index-col__meta {
  margin: 0 0 14px;
  font-size: .8125rem;
  line-height: 1.7;
  color: #5A5040;
}

.page-home .index-col__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 14px 0 0;
  list-style: none;
  border-top: 1px solid var(--paper-stripe);
}

.page-home .index-col__list li {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(226, 214, 190, .62);
  font-size: .8125rem;
  color: #3C3527;
}

/* ── 服务地区与时段 ────────────────────────────────── */

.page-home .service__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.page-home .service__copy h2 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: var(--text);
}

.page-home .service__copy p {
  max-width: 52ch;
  margin: 0 0 22px;
  font-size: .9375rem;
  line-height: 1.8;
  color: var(--muted);
}

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

.page-home .service__facts {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  align-self: start;
}

.page-home .service__facts li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.page-home .service__facts-key {
  font-size: .75rem;
  letter-spacing: .08em;
  color: var(--muted);
}

.page-home .service__facts-val {
  font-size: .9375rem;
  color: var(--text);
  text-align: right;
}

/* ── 桌面端栅格 ────────────────────────────────────── */

@media (min-width: 760px) {
  .page-home .hero__collage {
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }

  .page-home .collage-card--big {
    grid-row: 1 / span 2;
  }

  .page-home .collage-card--big .collage-card__art { height: 172px; }

  .page-home .collage-card--small + .collage-card--small {
    margin-left: 14px;
  }

  .page-home .season-track {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .section { padding: 82px 0; }

  .page-home .entry__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr);
    gap: 44px;
  }

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

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

  .page-home .service__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 52px;
  }

  .page-home .limit-band__panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 40px;
    padding: 34px 34px 36px;
  }
}

@media (min-width: 1024px) {
  .page-home .hero {
    padding: 40px 0 76px;
  }

  .page-home .hero__grid {
    grid-template-columns: 150px minmax(0, 1fr) 168px;
    grid-template-areas:
      "anchors lead ticker"
      "anchors collage ticker";
    gap: 20px 28px;
    align-items: start;
  }

  .page-home .hero__anchors { grid-area: anchors; order: 0; }
  .page-home .hero__lead    { grid-area: lead;    order: 0; }
  .page-home .hero__ticker  { grid-area: ticker;  order: 0; align-self: start; }
  .page-home .hero__collage { grid-area: collage; order: 0; }

  .page-home .hero__anchors .anchor-list {
    flex-direction: column;
    overflow: visible;
    gap: 0;
    border-left: 1px solid var(--line);
  }

  .page-home .hero__anchors .anchor-list a {
    border: 0;
    border-left: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    margin-left: -1px;
    padding: 10px 0 10px 14px;
    font-size: .9375rem;
    color: var(--muted);
  }

  .page-home .hero__anchors .anchor-list a:hover,
  .page-home .hero__anchors .anchor-list a:focus-visible {
    border-left-color: var(--cyan);
    color: var(--cyan);
    background: linear-gradient(90deg, rgba(53, 230, 216, .12), transparent);
  }

  .page-home .hero__ticker {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 8px 0;
  }

  .page-home .ticker-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .page-home .ticker-row__val { font-size: 1.0625rem; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .collage-card,
  .page-home .index-col,
  .page-home .season-node,
  .page-home .anchor-list a,
  .page-home .link-more {
    transition: none !important;
  }
}
</main>
