.page-home {
  position: relative;
  overflow-x: hidden;
  color: var(--text-primary);
  background:
    radial-gradient(1100px 520px at 88% -8%, rgba(139, 92, 246, 0.22), transparent 62%),
    radial-gradient(900px 460px at 10% 18%, rgba(0, 209, 255, 0.08), transparent 60%),
    var(--deep-space);
}

.page-home .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 34px;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

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

.page-home .section-sub {
  color: var(--electric-blue);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.page-home .section-title {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.28;
  color: var(--text-primary);
  margin: 0;
  text-wrap: balance;
}

.page-home #quarterly-snapshot {
  scroll-margin-top: 150px;
}

/* ---------- 首屏入口拼贴 ---------- */

.page-home .hero-splice {
  position: relative;
  padding: 28px 0 64px;
  overflow: hidden;
}

.page-home .hero-splice__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 260px;
  overflow: hidden;
  z-index: 0;
}

.page-home .hero-splice__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
  display: block;
  opacity: 0.72;
}

.page-home .hero-splice__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(0, 209, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 209, 255, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
}

.page-home .hero-splice__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg,
      rgba(13, 17, 38, 0.86) 0%,
      rgba(13, 17, 38, 0.76) 58%,
      rgba(13, 17, 38, 0.93) 100%),
    radial-gradient(520px 260px at 76% 22%, rgba(0, 209, 255, 0.14), transparent 70%);
}

.page-home .hero-splice .container {
  position: relative;
  z-index: 1;
}

.page-home .hero-splice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(0, 209, 255, 0.45), rgba(139, 92, 246, 0.45), transparent);
}

.page-home .hero-splice__inner {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.page-home .hero-splice__intro {
  max-width: 660px;
}

.page-home .hero-splice__eyebrow {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--electric-blue);
}

.page-home .hero-splice__title {
  margin: 0 0 18px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.28;
  color: var(--text-primary);
  text-wrap: balance;
}

.page-home .hero-splice__desc {
  margin: 0 0 26px;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-secondary);
}

.page-home .hero-splice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.page-home .hero-splice__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.page-home .hero-splice__story {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(139, 92, 246, 0.5);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-home .hero-splice__story:hover {
  color: var(--ultraviolet);
  border-color: var(--ultraviolet);
}

.page-home .hero-splice__story:focus-visible,
.page-home .splice-card:focus-visible,
.page-home .help-card:focus-visible,
.page-home .scope-card:focus-visible {
  outline: 2px solid var(--electric-blue);
  outline-offset: 3px;
}

/* 拼贴入口卡片 */

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

.page-home .splice-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 164px;
  padding: 22px 24px;
  background: rgba(21, 27, 54, 0.88);
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--text-primary);
  overflow: hidden;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}

.page-home .splice-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0.32;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  transition: opacity 0.2s var(--ease);
}

.page-home .splice-card:hover {
  transform: translateY(-4px);
}

.page-home .splice-card--primary {
  color: var(--electric-blue);
  border-color: rgba(0, 209, 255, 0.24);
  background:
    radial-gradient(300px 180px at 100% 0%, rgba(0, 209, 255, 0.2), transparent 70%),
    rgba(21, 27, 54, 0.9);
}

.page-home .splice-card--primary:hover {
  border-color: rgba(0, 209, 255, 0.62);
  box-shadow: 0 12px 36px rgba(0, 209, 255, 0.2);
}

.page-home .splice-card--primary::before {
  opacity: 0.62;
}

.page-home .splice-card--purple {
  color: var(--ultraviolet);
  border-color: rgba(139, 92, 246, 0.24);
  background:
    radial-gradient(240px 150px at 100% 100%, rgba(139, 92, 246, 0.2), transparent 70%),
    rgba(21, 27, 54, 0.9);
}

.page-home .splice-card--purple:hover {
  border-color: rgba(139, 92, 246, 0.62);
  box-shadow: 0 12px 36px rgba(139, 92, 246, 0.2);
}

.page-home .splice-card--slate {
  color: var(--energy-orange);
  border-color: rgba(255, 138, 0, 0.22);
  background:
    radial-gradient(220px 130px at 0% 100%, rgba(255, 138, 0, 0.15), transparent 70%),
    rgba(21, 27, 54, 0.9);
}

.page-home .splice-card--slate:hover {
  border-color: rgba(255, 138, 0, 0.6);
  box-shadow: 0 12px 36px rgba(255, 138, 0, 0.18);
}

.page-home .splice-card--wide {
  color: var(--signal-green);
  border-color: rgba(0, 229, 160, 0.22);
}

.page-home .splice-card--wide:hover {
  border-color: rgba(0, 229, 160, 0.58);
  box-shadow: 0 12px 36px rgba(0, 229, 160, 0.16);
}

.page-home .splice-card__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.page-home .splice-card__tag {
  align-self: flex-start;
}

.page-home .splice-card__title {
  display: block;
  margin: 10px 0 6px;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-primary);
}

.page-home .splice-card__stat {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
  line-height: 1.5;
}

.page-home .splice-card__arrow {
  position: absolute;
  right: 18px;
  bottom: 16px;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
  opacity: 0.55;
  transition: transform 0.2s var(--ease), opacity 0.2s var(--ease);
}

.page-home .splice-card:hover .splice-card__arrow {
  transform: translateX(4px);
  opacity: 1;
}

/* ---------- 当季记录快照 ---------- */

.page-home .snapshot-section {
  position: relative;
  padding: 68px 0 72px;
  background:
    radial-gradient(760px 380px at 82% 36%, rgba(0, 209, 255, 0.1), transparent 66%),
    linear-gradient(180deg, transparent, rgba(21, 27, 54, 0.55) 30%, rgba(21, 27, 54, 0.55) 72%, transparent);
}

.page-home .snapshot-section__grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.page-home .snapshot-section__readout {
  max-width: 560px;
}

.page-home .snapshot-section__hero {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}

.page-home .snapshot-section__num {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
  font-family: var(--font-head);
  letter-spacing: -0.02em;
  background: linear-gradient(100deg, var(--electric-blue), var(--ultraviolet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.page-home .snapshot-section__unit {
  font-size: 0.98rem;
  color: var(--text-secondary);
}

.page-home .snapshot-section__note {
  margin: 0 0 22px;
  color: var(--text-secondary);
  line-height: 1.8;
}

.page-home .snapshot-section__facts {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .snapshot-section__facts li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--text-primary);
}

.page-home .snapshot-section__fact-dot {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  margin-top: 0.5em;
  border-radius: 50%;
  background: var(--signal-green);
  box-shadow: 0 0 8px rgba(0, 229, 160, 0.6);
}

.page-home .snapshot-section__visual {
  position: relative;
  padding: 10px;
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-lg);
  background: rgba(21, 27, 54, 0.62);
  overflow: hidden;
}

.page-home .snapshot-section__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}

.page-home .snapshot-section__visual::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 209, 255, 0.85), transparent);
  opacity: 0.55;
  animation: pagehome-scan 5s linear infinite;
}

.page-home .snapshot-section__ring {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 88px;
  height: 88px;
  filter: drop-shadow(0 0 12px rgba(0, 209, 255, 0.28));
}

.page-home .snapshot-section__ring-track {
  stroke: rgba(255, 255, 255, 0.08);
}

.page-home .snapshot-section__ring-arc {
  fill: none;
}

.page-home .snapshot-section__pill {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(0, 229, 160, 0.16);
  border: 1px solid rgba(0, 229, 160, 0.32);
  color: var(--signal-green);
  font-size: 0.78rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

@keyframes pagehome-scan {
  0% { top: 4%; }
  50% { top: 92%; }
  100% { top: 4%; }
}

/* ---------- 桌面端服务范围索引 ---------- */

.page-home .scope-section {
  position: relative;
  padding: 70px 0;
  border-top: 1px solid var(--line-faint);
  border-bottom: 1px solid var(--line-faint);
  background:
    radial-gradient(760px 320px at 12% 8%, rgba(139, 92, 246, 0.1), transparent 60%),
    rgba(13, 17, 38, 0.55);
}

.page-home .scope-section__desc {
  max-width: 760px;
  margin: -18px 0 32px;
  color: var(--text-secondary);
  line-height: 1.8;
}

.page-home .scope-section__shelf {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}

.page-home .scope-card {
  position: relative;
  padding: 24px 22px;
  background: rgba(21, 27, 54, 0.72);
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.page-home .scope-card:hover {
  transform: translateY(-3px);
  border-color: rgba(139, 92, 246, 0.5);
  background: rgba(21, 27, 54, 0.92);
}

.page-home .scope-card__num {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  color: var(--ultraviolet);
}

.page-home .scope-card__title {
  margin: 10px 0 8px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-primary);
}

.page-home .scope-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.page-home .scope-section__media {
  margin-bottom: 26px;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}

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

.page-home .scope-section__actions {
  display: flex;
  justify-content: center;
}

/* ---------- 厂商专区使用记录查询 ---------- */

.page-home .vendor-section {
  position: relative;
  padding: 70px 0;
  background:
    radial-gradient(680px 320px at 0% 82%, rgba(255, 138, 0, 0.08), transparent 58%),
    var(--deep-space);
}

.page-home .vendor-section__grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.page-home .vendor-section__copy .section-head {
  margin-bottom: 18px;
}

.page-home .vendor-section__desc {
  margin: 0 0 20px;
  color: var(--text-secondary);
  line-height: 1.8;
}

.page-home .vendor-section__features {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .vendor-section__features li {
  position: relative;
  padding-left: 26px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-primary);
}

.page-home .vendor-section__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--energy-orange), var(--electric-blue));
  transform: rotate(45deg);
}

.page-home .vendor-section__visual {
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  overflow: hidden;
  position: relative;
}

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

/* ---------- 帮助中心与检索明细 ---------- */

.page-home .help-section {
  position: relative;
  padding: 70px 0;
  border-top: 1px solid var(--line-faint);
  background:
    radial-gradient(900px 320px at 86% 100%, rgba(0, 209, 255, 0.08), transparent 62%),
    radial-gradient(700px 260px at 8% 4%, rgba(139, 92, 246, 0.09), transparent 60%),
    rgba(13, 17, 38, 0.45);
}

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

.page-home .help-card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  background: rgba(21, 27, 54, 0.76);
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--text-primary);
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.page-home .help-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 209, 255, 0.5);
  box-shadow: 0 12px 32px rgba(0, 209, 255, 0.15);
}

.page-home .help-card__index {
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--electric-blue);
}

.page-home .help-card__title {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-primary);
}

.page-home .help-card__text {
  margin: 0 0 auto;
  font-size: 0.9rem;
  line-height: 1.68;
  color: var(--text-secondary);
}

.page-home .help-card__go {
  margin-top: 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--electric-blue);
}

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

.page-home .help-card--big .help-card__text {
  font-size: 1rem;
  line-height: 1.78;
}

/* ---------- 断点增强 ---------- */

@media (min-width: 640px) {

  .page-home .section-title {
    font-size: 2rem;
  }

  .page-home .snapshot-section__grid,
  .page-home .vendor-section__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .snapshot-section__readout {
    padding-right: 12px;
  }

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

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

  .page-home .help-card--big {
    grid-column: 1 / -1;
  }

  .page-home .splice-card--wide .splice-card__arrow {
    position: static;
    margin-left: auto;
  }

}

@media (min-width: 900px) {

  .page-home .hero-splice {
    padding: 42px 0 88px;
  }

  .page-home .hero-splice__bg {
    top: 0;
    bottom: 0;
    height: auto;
  }

  .page-home .hero-splice__bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .page-home .hero-splice__inner {
    flex-direction: row;
    align-items: stretch;
    gap: 60px;
  }

  .page-home .hero-splice__intro {
    flex: 0 0 39%;
    padding-top: 18px;
  }

  .page-home .hero-splice__title {
    font-size: 3.15rem;
    line-height: 1.22;
  }

  .page-home .hero-splice__desc {
    font-size: 1.02rem;
  }

  .page-home .hero-splice__entries {
    flex: 1;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 190px 190px;
    grid-template-areas:
      "a b"
      "a c";
    gap: 18px;
  }

  .page-home .splice-card--primary {
    grid-area: a;
  }

  .page-home .splice-card--purple {
    grid-area: b;
  }

  .page-home .splice-card--slate {
    grid-area: c;
  }

  .page-home .splice-card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
  }

  .page-home .splice-card--wide .splice-card__title {
    margin: 0;
  }

  .page-home .splice-card--wide .splice-card__arrow {
    position: static;
    margin-left: 0;
  }

  .page-home .snapshot-section {
    padding: 84px 0 88px;
  }

  .page-home .snapshot-section__num {
    font-size: 4.2rem;
  }

  .page-home .snapshot-section__visual {
    padding: 14px;
  }

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

  .page-home .scope-section__shelf {
    grid-template-columns: repeat(4, 1fr);
  }

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

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

  .page-home .help-section__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "big qa updates"
      "big privacy notice";
  }

  .page-home .help-card--big {
    grid-area: big;
  }

  .page-home .help-card--qa {
    grid-area: qa;
  }

  .page-home .help-card--updates {
    grid-area: updates;
  }

  .page-home .help-card--privacy {
    grid-area: privacy;
  }

  .page-home .help-card--notice {
    grid-area: notice;
  }

}

@media (prefers-reduced-motion: reduce) {

  .page-home .snapshot-section__visual::after {
    display: none;
  }

  .page-home .splice-card,
  .page-home .scope-card,
  .page-home .help-card {
    transition: none;
  }

}
