.page-home {
  --hp-radius: 32px;
  --hp-radius-md: 22px;
  --hp-radius-sm: 14px;
  --hp-gap: clamp(22px, 3vw, 40px);
  display: block;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--font-sans);
  overflow-x: clip;
}

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

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home .hp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- 上下文条 ---------- */
.page-home .hp-context {
  border-bottom: 1px solid var(--line-soft);
}

.page-home .hp-context__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  padding-top: clamp(14px, 2vw, 20px);
  padding-bottom: clamp(14px, 2vw, 20px);
}

.page-home .hp-crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--grey);
}

.page-home .hp-crumbs__now {
  color: var(--blue);
  font-weight: 700;
}

.page-home .hp-crumbs__sep {
  color: var(--line);
}

.page-home .hp-crumbs__tail {
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}

.page-home .hp-context__meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--grey);
}

/* ---------- 通用文字层级 ---------- */
.page-home .hp-no {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--grey);
}

.page-home .hp-no::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--line);
}

.page-home .hp-no__num {
  color: var(--blue);
  font-weight: 700;
}

.page-home .hp-no--dark {
  color: rgba(255, 255, 255, 0.62);
}

.page-home .hp-no--dark::after {
  background: rgba(0, 229, 255, 0.45);
}

.page-home .hp-no--dark .hp-no__num {
  color: var(--cyan);
}

.page-home .hp-h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 4.2vw, 44px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--ink);
}

.page-home .hp-h2--dark {
  color: var(--white);
}

.page-home .hp-lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--grey);
  max-width: 62ch;
}

.page-home .hp-lead--dark {
  color: rgba(255, 255, 255, 0.74);
}

.page-home .hp-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--grey);
}

/* ---------- 首屏 ---------- */
.page-home .hp-hero {
  position: relative;
  padding: clamp(34px, 5vw, 64px) 0 clamp(46px, 6vw, 86px);
}

.page-home .hp-hero__aura {
  position: absolute;
  top: 2%;
  right: -14%;
  width: min(680px, 72%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
  border-radius: var(--hp-radius);
  overflow: hidden;
  -webkit-mask-image: radial-gradient(120% 110% at 76% 28%, #000 20%, transparent 76%);
  mask-image: radial-gradient(120% 110% at 76% 28%, #000 20%, transparent 76%);
}

.page-home .hp-hero__aura img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .hp-hero__grid {
  position: relative;
  display: grid;
  gap: var(--hp-gap);
  grid-template-columns: 1fr;
}

.page-home .hp-hero__col {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-home .hp-hero__eyebrow {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  background: var(--tag);
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-home .hp-hero__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.page-home .hp-hero__title {
  margin: 0 0 20px;
  font-size: clamp(34px, 8.6vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: var(--ink);
}

.page-home .hp-hero__lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--grey);
  max-width: 42ch;
}

.page-home .hp-hero__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .hp-hero__facts li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink);
}

.page-home .hp-hero__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--blue);
}

/* 检索胶囊 */
.page-home .hp-search {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--hp-radius);
  padding: clamp(20px, 3vw, 30px);
  box-shadow: var(--shadow-card);
  transition: border-color 0.24s var(--ease), box-shadow 0.24s var(--ease);
}

.page-home .hp-search:focus-within {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.2), var(--shadow-soft);
}

.page-home .hp-search__label {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.page-home .hp-search__field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--mist);
  transition: border-color 0.24s var(--ease), background 0.24s var(--ease);
}

.page-home .hp-search__field:focus-within {
  border-color: var(--blue);
  background: var(--white);
}

.page-home .hp-search__icon {
  display: inline-flex;
  color: var(--blue);
  flex: 0 0 auto;
}

.page-home .hp-search__input {
  flex: 1 1 140px;
  min-width: 0;
  padding: 12px 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
}

.page-home .hp-search__input::placeholder {
  color: var(--grey);
}

.page-home .hp-search__hints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.page-home .hp-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  background: var(--tag);
  color: var(--blue);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}

.page-home .hp-chip:hover {
  background: var(--blue);
  color: var(--white);
  transform: translateY(-1px);
}

.page-home .hp-search__meta {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.8;
  color: var(--grey);
}

/* 会员中心悬浮卡片 */
.page-home .hp-member {
  background: linear-gradient(158deg, var(--night), var(--ink) 74%);
  color: var(--white);
  border-radius: var(--hp-radius);
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 18px 40px rgba(15, 27, 51, 0.28);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}

.page-home .hp-member:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 54px rgba(15, 27, 51, 0.36);
}

.page-home .hp-member__badge {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: rgba(0, 229, 255, 0.16);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.page-home .hp-member__title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.6vw, 24px);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.page-home .hp-member__text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
}

.page-home .hp-member__note {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.56);
}

/* ---------- 权益速查 ---------- */
.page-home .hp-index {
  padding: clamp(50px, 7vw, 100px) 0;
  background: var(--white);
}

.page-home .hp-index__grid {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: 1fr;
  align-items: start;
}

.page-home .hp-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 44px);
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.page-home .hp-stats li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .hp-stats strong {
  font-family: var(--font-mono);
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--blue);
}

.page-home .hp-stats span {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--grey);
}

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

.page-home .hp-index__actions {
  margin-top: 22px;
}

.page-home .hp-index__media {
  margin: 0;
  border-radius: var(--hp-radius);
  overflow: hidden;
  background: linear-gradient(160deg, var(--tag), var(--mist));
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-card);
}

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

/* ---------- 会员中心预约 ---------- */
.page-home .hp-book {
  padding: clamp(48px, 6vw, 92px) 0;
  background: var(--mist);
}

.page-home .hp-book__panel {
  background: var(--white);
  border-radius: var(--hp-radius);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-card);
  padding: clamp(24px, 4vw, 52px);
  display: grid;
  gap: clamp(26px, 4vw, 52px);
}

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

.page-home .hp-steps__item {
  position: relative;
  padding: 18px 20px;
  border-radius: var(--hp-radius-md);
  background: var(--mist);
  border-left: 3px solid var(--blue);
}

.page-home .hp-steps__no {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.page-home .hp-steps__title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
}

.page-home .hp-steps__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--grey);
}

/* ---------- 服务清单周更 ---------- */
.page-home .hp-weekly {
  position: relative;
  padding: clamp(52px, 7vw, 100px) 0;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.page-home .hp-weekly::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(58% 78% at 86% 8%, rgba(0, 229, 255, 0.15), transparent 70%),
    radial-gradient(46% 66% at 4% 96%, rgba(11, 95, 255, 0.22), transparent 72%);
  pointer-events: none;
}

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

.page-home .hp-weekly__head {
  max-width: 68ch;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.page-home .hp-weekly__grid {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  grid-template-columns: 1fr;
  align-items: start;
}

.page-home .hp-weekly__media {
  margin: 0;
  border-radius: var(--hp-radius);
  overflow: hidden;
  background: var(--night);
  border: 1px solid rgba(0, 229, 255, 0.22);
}

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

.page-home .hp-weekly__side {
  display: grid;
  gap: 14px;
}

.page-home .hp-statline {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 18px;
  border-radius: var(--hp-radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border-left: 2px solid var(--cyan);
}

.page-home .hp-statline__num {
  font-family: var(--font-mono);
  font-size: clamp(26px, 3.4vw, 36px);
  line-height: 1;
  font-weight: 700;
  color: var(--cyan);
}

.page-home .hp-statline__lab {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .hp-dims {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.page-home .hp-dims li {
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: rgba(11, 95, 255, 0.18);
  border: 1px solid rgba(0, 229, 255, 0.2);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.86);
}

.page-home .hp-weekly__side .btn {
  justify-self: start;
  margin-top: 8px;
}

/* ---------- 版本通道 ---------- */
.page-home .hp-versions {
  padding: clamp(50px, 7vw, 100px) 0;
  background: var(--white);
}

.page-home .hp-versions__head {
  max-width: 68ch;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.page-home .hp-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line-soft);
}

.page-home .hp-timeline__item {
  display: grid;
  gap: 6px;
  padding: clamp(18px, 2.4vw, 26px) 0;
  border-top: 1px solid var(--line-soft);
}

.page-home .hp-timeline__ver {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--blue);
}

.page-home .hp-timeline__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}

.page-home .hp-timeline__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--grey);
}

.page-home .hp-versions__actions {
  margin-top: 28px;
}

/* ---------- 服务保障 ---------- */
.page-home .hp-support {
  padding: clamp(50px, 7vw, 100px) 0 clamp(60px, 8vw, 110px);
  background: var(--mist);
}

.page-home .hp-support__skyline {
  margin: 0 0 clamp(30px, 4vw, 52px);
  border-radius: var(--hp-radius);
  overflow: hidden;
  background: linear-gradient(140deg, var(--night), var(--blue-deep));
}

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

.page-home .hp-support__grid {
  display: grid;
  gap: clamp(26px, 4vw, 52px);
  grid-template-columns: 1fr;
  align-items: start;
}

.page-home .hp-support__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .hp-support__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
  padding: 16px 20px;
  border-radius: var(--hp-radius-sm);
  background: var(--white);
  border: 1px solid var(--line-soft);
}

.page-home .hp-support__key {
  flex: 0 0 auto;
  min-width: 76px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--grey);
}

.page-home .hp-support__val {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  word-break: break-word;
}

.page-home .hp-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(26px, 3.5vw, 40px);
}

/* ---------- 响应式 ---------- */
@media (min-width: 620px) {
  .page-home .hp-dims {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 760px) {
  .page-home .hp-timeline__item {
    grid-template-columns: 96px minmax(0, 220px) minmax(0, 1fr);
    align-items: baseline;
    gap: 8px 28px;
  }
}

@media (min-width: 900px) {
  .page-home .hp-index__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .page-home .hp-weekly__grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  }

  .page-home .hp-support__grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  }

  .page-home .hp-book__panel {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: start;
  }

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

@media (min-width: 1000px) {
  .page-home .hp-hero__grid {
    grid-template-columns: 4fr 5fr 3fr;
    align-items: start;
  }

  .page-home .hp-hero__aura {
    top: -6%;
    right: -8%;
    opacity: 0.46;
  }
}

@media (max-width: 999px) {
  .page-home .hp-hero__aura {
    top: auto;
    bottom: -6%;
    right: -18%;
    width: 88%;
    opacity: 0.28;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hp-chip,
  .page-home .hp-member,
  .page-home .hp-search,
  .page-home .hp-search__field {
    transition: none;
  }

  .page-home .hp-chip:hover,
  .page-home .hp-member:hover {
    transform: none;
  }
}
