.page-home {
  background: var(--bg);
  overflow-x: hidden;
}

/* ===== Hero 框景首屏 ===== */
.page-home .hero-stage {
  position: relative;
  width: 100%;
  min-height: 92vh;
  padding: 142px 0 76px;
  background: var(--navy);
  overflow: hidden;
  display: block;
}
.page-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 0.4;
}
.page-home .hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, rgba(11, 27, 61, 0.9) 0%, rgba(11, 27, 61, 0.6) 46%, rgba(11, 27, 61, 0.82) 100%);
}
.page-home .hero-frame {
  position: absolute;
  z-index: 4;
  width: 58px;
  height: 58px;
  border: 0 solid var(--gold);
}
.page-home .hero-frame--tl {
  top: 24px;
  left: 24px;
  border-top-width: 2px;
  border-left-width: 2px;
}
.page-home .hero-frame--br {
  bottom: 24px;
  right: 24px;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.page-home .hero-body {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.page-home .hero-path {
  font-family: var(--font-head);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: rgba(253, 253, 253, 0.58);
  margin-bottom: 16px;
  border-left: 3px solid var(--red);
  padding-left: 12px;
}
.page-home .hero-grid {
  display: grid;
  gap: 42px;
  align-items: center;
}
.page-home .hero-kicker {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
}
.page-home .hero-title-highlight {
  color: var(--gold-bright);
}
.page-home h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 3.75rem);
  line-height: 1.14;
  color: var(--text-inverse);
  margin: 18px 0 22px;
}
.page-home .gold-text {
  color: var(--gold-bright);
}
.page-home .hero-lead {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(253, 253, 253, 0.82);
  max-width: 44em;
}
.page-home .hero-ctas {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.page-home .hero-btn-ghost {
  border-color: rgba(253, 253, 253, 0.5);
  color: var(--text-inverse);
}
.page-home .hero-center {
  display: flex;
  justify-content: center;
}
.page-home .version-frame {
  position: relative;
  width: min(100%, 380px);
  padding: 38px 26px 30px;
  text-align: center;
  background: rgba(11, 27, 61, 0.68);
  border: 2px solid var(--gold);
  border-radius: var(--radius-md);
  box-shadow: 0 0 0 1px rgba(200, 162, 75, 0.3), 0 18px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.page-home .version-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), var(--red), var(--gold-bright), transparent);
  background-size: 200% 100%;
  animation: page-home-goldline 5s ease-in-out infinite alternate;
}
.page-home .version-caption {
  font-family: var(--font-head);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  color: rgba(253, 253, 253, 0.62);
  display: block;
  margin-bottom: 10px;
}
.page-home .version-main {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  letter-spacing: 0.03em;
  color: var(--gold-bright);
  display: block;
  line-height: 1.08;
  text-shadow: 0 0 28px rgba(200, 162, 75, 0.35);
}
.page-home .version-note {
  display: block;
  margin-top: 10px;
  font-family: var(--font-head);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  color: rgba(253, 253, 253, 0.72);
}
.page-home .trend-svg {
  margin-top: 16px;
  width: 100%;
  height: auto;
}
.page-home .hero-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-home .hero-side-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  object-fit: cover;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(253, 253, 253, 0.14);
}
.page-home .hero-side-label {
  font-family: var(--font-head);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-align: right;
  color: rgba(253, 253, 253, 0.62);
}

/* ===== 回访入口 ===== */
.page-home .home-visit {
  background: var(--bg);
  padding: 84px 0;
}
.page-home .visit-layout {
  display: grid;
  gap: 22px;
  margin-top: 42px;
}
.page-home .visit-main {
  background: var(--navy);
  color: var(--text-inverse);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.page-home .visit-main::after {
  content: "回访";
  position: absolute;
  right: 18px;
  bottom: -18px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 5rem;
  color: rgba(253, 253, 253, 0.05);
  line-height: 1;
  pointer-events: none;
}
.page-home .visit-main h3 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-inverse);
  margin: 4px 0 0;
}
.page-home .visit-main p {
  font-family: var(--font-body);
  line-height: 1.8;
  color: rgba(253, 253, 253, 0.76);
  max-width: 42em;
  margin: 0;
}
.page-home .visit-link {
  color: var(--gold-bright);
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  transition: gap 0.3s ease, color 0.3s ease;
}
.page-home .visit-link:hover {
  gap: 14px;
  color: var(--gold);
}
.page-home .visit-subs {
  display: grid;
  gap: 22px;
}
.page-home .visit-sub {
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 168px;
  justify-content: center;
}
.page-home .visit-sub-code {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--navy);
  line-height: 1.1;
}
.page-home .visit-sub-tail {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--gold);
}
.page-home .visit-sub p {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: var(--text-light);
  line-height: 1.8;
  margin: 0;
}
.page-home .visit-sub-link {
  font-family: var(--font-head);
  color: var(--teal);
  text-decoration: none;
  font-weight: 700;
}
.page-home .visit-step {
  font-family: var(--font-head);
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
}
.page-home .bento-card--gold .visit-step {
  color: var(--navy);
}
.page-home .bento-card--gold p {
  color: rgba(11, 27, 61, 0.78);
}

/* ===== 检索覆盖 ===== */
.page-home .home-search {
  background: var(--navy);
  color: var(--text-inverse);
  padding: 88px 0;
  position: relative;
}
.page-home .home-search::before {
  content: "90";
  position: absolute;
  right: -20px;
  top: 30px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 11rem;
  line-height: 1;
  color: rgba(253, 253, 253, 0.05);
  pointer-events: none;
}
.page-home .search-layout {
  display: grid;
  gap: 40px;
  align-items: center;
}
.page-home .search-copy {
  position: relative;
  z-index: 1;
}
.page-home .search-copy h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  color: var(--text-inverse);
  line-height: 1.25;
  margin: 16px 0 16px;
}
.page-home .search-desc {
  font-family: var(--font-body);
  line-height: 1.85;
  color: rgba(253, 253, 253, 0.74);
  margin: 0;
}
.page-home .search-steps {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  display: grid;
  gap: 14px;
}
.page-home .search-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: var(--font-body);
  color: rgba(253, 253, 253, 0.8);
  border-left: 2px solid var(--gold);
  padding-left: 14px;
}
.page-home .search-steps strong {
  color: var(--gold-bright);
  font-family: var(--font-head);
  white-space: nowrap;
}
.page-home .search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-home .data-chip {
  background: rgba(253, 253, 253, 0.08);
  border: 1px solid rgba(200, 162, 75, 0.4);
  color: rgba(253, 253, 253, 0.84);
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-size: 0.86rem;
  letter-spacing: 0.06em;
}
.page-home .search-figure {
  margin: 0;
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(200, 162, 75, 0.35);
  box-shadow: var(--shadow-2);
}
.page-home .search-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .search-figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: linear-gradient(transparent, rgba(11, 27, 61, 0.84));
  color: var(--text-inverse);
  font-family: var(--font-head);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}
.page-home .search-big {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  border: 1px solid rgba(200, 162, 75, 0.36);
  border-radius: var(--radius-lg);
  padding: 38px 18px;
  background: rgba(253, 253, 253, 0.05);
}
.page-home .search-big-number {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 0.9;
  color: var(--gold-bright);
}
.page-home .search-big-unit {
  font-family: var(--font-head);
  letter-spacing: 0.3em;
  color: rgba(253, 253, 253, 0.72);
}
.page-home .search-big p {
  font-family: var(--font-body);
  color: rgba(253, 253, 253, 0.66);
  margin: 0;
}

/* ===== 遗漏测试版 ===== */
.page-home .home-test {
  background: var(--bg);
  padding: 88px 0;
}
.page-home .test-layout {
  display: grid;
  gap: 30px;
  align-items: center;
}
.page-home .test-side {
  display: none;
  height: 260px;
  position: relative;
}
.page-home .test-rotate {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  color: var(--navy);
  border-top: 1px solid var(--gold);
  padding-top: 18px;
}
.page-home .test-card {
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 52px);
  position: relative;
  overflow: hidden;
}
.page-home .test-card h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  font-weight: 800;
  color: var(--navy);
  margin: 12px 0 16px;
}
.page-home .test-card p {
  font-family: var(--font-body);
  color: var(--text-light);
  line-height: 1.8;
  margin: 0;
}
.page-home .test-ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 14px;
}
.page-home .test-ul li {
  font-family: var(--font-head);
  color: var(--navy);
  padding-left: 28px;
  position: relative;
  font-weight: 600;
}
.page-home .test-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
}
.page-home .test-note {
  border-left: 2px solid var(--red);
  padding: 14px 16px;
  background: rgba(208, 52, 44, 0.08);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.page-home .test-note p {
  font-family: var(--font-body);
  color: var(--text-light);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 8px 0 0;
}
.page-home .test-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(208, 52, 44, 0.15);
}

/* ===== 历史数据核对 ===== */
.page-home .home-history {
  background: var(--surface);
  padding: 88px 0;
}
.page-home .history-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}
.page-home .history-card {
  border-radius: var(--radius-md);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-home .history-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}
.page-home .history-card-tag {
  font-family: var(--font-head);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--text-light);
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 6px;
  width: fit-content;
}
.page-home .history-number {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 2.1rem;
  color: var(--navy);
  line-height: 1.1;
}
.page-home .history-card p {
  font-family: var(--font-body);
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}
.page-home .history-card--dark {
  background: var(--navy);
  border-color: var(--navy);
}
.page-home .history-card--dark .history-card-tag,
.page-home .history-card--dark p {
  color: rgba(253, 253, 253, 0.7);
}
.page-home .history-card--dark .history-number {
  color: var(--text-inverse);
}
.page-home .history-card--golden {
  background: var(--gold);
  border-color: var(--gold);
}
.page-home .history-card--golden .history-number,
.page-home .history-card--golden .history-card-tag {
  color: var(--navy);
}
.page-home .history-card--golden p {
  color: rgba(11, 27, 61, 0.8);
}
.page-home .history-card--accent {
  background: var(--red);
  border-color: var(--red);
}
.page-home .history-card--accent .history-card-tag {
  color: rgba(253, 253, 253, 0.88);
}
.page-home .history-card--accent .history-number {
  color: var(--text-inverse);
}
.page-home .history-card--accent p {
  color: rgba(253, 253, 253, 0.84);
}
.page-home .history-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  justify-content: center;
}

/* ===== 新疆地标剪影 ===== */
.page-home .site-map-strip {
  background: var(--navy);
  line-height: 0;
  position: relative;
}
.page-home .site-map-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent 70%);
  z-index: 1;
}
.page-home .site-map-strip img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  aspect-ratio: 4 / 1;
  object-fit: cover;
}

/* ===== 动效与响应式 ===== */
@keyframes page-home-goldline {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@media (min-width: 768px) {
  .page-home .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .page-home .hero-side {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
  }
  .page-home .hero-side-label {
    text-align: left;
  }
  .page-home .history-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .page-home .hero-grid {
    grid-template-columns: 1.05fr 0.9fr 0.85fr;
    gap: 36px;
  }
  .page-home .hero-side {
    display: flex;
    grid-column: auto;
    flex-direction: column;
    gap: 12px;
  }
  .page-home .hero-side-label {
    text-align: right;
  }
  .page-home .visit-layout {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }
  .page-home .search-layout {
    grid-template-columns: 1fr 0.9fr 0.5fr;
    gap: 52px;
  }
  .page-home .test-layout {
    grid-template-columns: 120px 1fr 220px;
    gap: 34px;
  }
  .page-home .test-side {
    display: block;
  }
}

@media (min-width: 1240px) {
  .page-home .history-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .version-frame::before {
    animation: none;
  }
  .page-home .history-card {
    transition: none;
  }
}
