.page-home {
  --hp-panel-2: #0B1428;
  --hp-shadow: 0 22px 60px rgba(4, 16, 31, .55);
  --hp-glow: 0 0 0 1px rgba(34, 224, 255, .22), 0 18px 46px rgba(4, 16, 31, .5);
  background-color: var(--bg);
  background-image:
    linear-gradient(to right, rgba(30, 44, 79, .38) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(30, 44, 79, .38) 1px, transparent 1px);
  background-size: 96px 96px;
  background-position: center top;
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-home .mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

/* ---------- 首屏 ---------- */
.page-home .hero {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 4vw, 34px) 0 clamp(64px, 9vw, 118px);
  background:
    radial-gradient(880px 440px at 90% -8%, rgba(138, 92, 255, .20), transparent 70%),
    radial-gradient(620px 380px at 2% 10%, rgba(34, 224, 255, .12), transparent 72%);
}

.page-home .hero-slash {
  position: absolute;
  top: 6%;
  right: -22%;
  width: 74%;
  height: 86%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(152deg, rgba(34, 224, 255, .18), rgba(138, 92, 255, .13) 58%, rgba(255, 107, 33, 0) 100%);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
}

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

.page-home .hero .crumbs ol {
  list-style: none;
  margin: 0 0 clamp(20px, 3vw, 32px);
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--muted);
}

.page-home .hero .crumbs a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}

.page-home .hero .crumbs a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

.page-home .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.page-home .hero h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(30px, 6.6vw, 60px);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--ink);
}

.page-home .hero-lead {
  margin: 20px 0 0;
  max-width: 34em;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(233, 237, 246, .78);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-home .hero-metrics {
  list-style: none;
  margin: 36px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 20px;
}

.page-home .hero-metric {
  position: relative;
  padding-left: 14px;
}

.page-home .hero-metric::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 2px;
  height: 26px;
  background: var(--line);
}

.page-home .hero-metric:nth-child(2)::before { background: var(--orange); }
.page-home .hero-metric:nth-child(1)::before { background: var(--cyan); }

.page-home .hero-metrics .stat-num {
  display: block;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.1;
  color: var(--cyan);
  letter-spacing: -.01em;
}

.page-home .hero-metrics .stat-num.is-orange { color: var(--orange); }

.page-home .hero-metrics .stat-label {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--muted);
}

.page-home .hero-visual {
  position: relative;
  margin: 0;
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
  background: var(--hp-panel-2);
}

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

.page-home .hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  clip-path: inherit;
  pointer-events: none;
}

.page-home .hero-visual .media-cap {
  position: absolute;
  left: 18px;
  bottom: 14px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--cyan);
}

/* ---------- 45 秒引导 ---------- */
.page-home .guide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
}

.page-home .guide-visual {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(138, 92, 255, .16), rgba(7, 14, 34, .6));
}

.page-home .guide-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  mix-blend-mode: screen;
}

.page-home .guide-visual .media-cap {
  display: block;
  padding: 12px 16px;
  margin: 0;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--muted);
}

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

.page-home .guide-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 20px 10px 20px 0;
  border-top: 1px solid var(--line);
  transition: background var(--t-fast) var(--ease);
}

.page-home .guide-step:last-child {
  border-bottom: 1px solid var(--line);
}

.page-home .guide-step:hover {
  background: linear-gradient(90deg, rgba(34, 224, 255, .07), rgba(34, 224, 255, 0) 72%);
}

.page-home .step-idx {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  color: var(--deep);
  background: var(--cyan);
  border-radius: 2px;
}

.page-home .guide-step:nth-child(2) .step-idx { background: var(--purple); color: var(--ink); }
.page-home .guide-step:nth-child(5) .step-idx { background: var(--orange); color: var(--deep); }

.page-home .step-body { min-width: 0; }

.page-home .step-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -.005em;
  color: var(--ink);
}

.page-home .step-body p {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(233, 237, 246, .72);
}

.page-home .step-time {
  padding-top: 2px;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--cyan);
  white-space: nowrap;
}

/* ---------- 费用面板 ---------- */
.page-home .fee-panel {
  position: relative;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--hp-shadow);
  background-image: linear-gradient(140deg, rgba(34, 224, 255, .06), rgba(138, 92, 255, .05) 60%, rgba(7, 14, 34, 0));
}

.page-home .fee-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--purple));
}

.page-home .fee-head {
  display: none;
}

.page-home .fee-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home .fee-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px 18px 18px 20px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 23, 48, .72);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}

.page-home .fee-row:hover {
  border-left-color: var(--cyan);
  background: rgba(14, 23, 48, .96);
}

.page-home .fee-row.is-featured {
  border-left-color: var(--orange);
  background: linear-gradient(120deg, rgba(255, 107, 33, .10), rgba(14, 23, 48, .86) 62%);
}

.page-home .fee-row.is-featured:hover {
  border-left-color: var(--orange);
}

.page-home .fee-row > span {
  min-width: 0;
}

.page-home .fee-name {
  font-size: 17px;
  letter-spacing: .02em;
  color: var(--ink);
}

.page-home .fee-row.is-featured .fee-name { color: var(--orange); }

.page-home .fee-days {
  font-size: 15px;
  color: var(--cyan);
}

.page-home .fee-scope {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(233, 237, 246, .74);
}

.page-home .fee-foot {
  margin: 22px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .fee-foot a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 224, 255, .35);
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}

.page-home .fee-foot a:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

/* ---------- 战报卡片 ---------- */
.page-home .report-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.2vw, 26px);
}

.page-home .report-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  transition: border-color var(--t-mid) var(--ease), transform var(--t-mid) var(--ease), box-shadow var(--t-mid) var(--ease);
}

.page-home .report-card:hover {
  border-color: rgba(34, 224, 255, .55);
  transform: translateY(-3px);
  box-shadow: var(--hp-glow);
}

.page-home .report-card .card-body {
  padding: 22px 22px 24px;
}

.page-home .report-media {
  margin: 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

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

.page-home .report-card .tag-chip {
  display: inline-block;
  padding: 3px 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--cyan);
  border: 1px solid rgba(34, 224, 255, .35);
  border-radius: 999px;
}

.page-home .report-card .card-title {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.42;
  letter-spacing: -.005em;
  color: var(--ink);
}

.page-home .report-card .card-body p {
  margin: 11px 0 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(233, 237, 246, .72);
}

.page-home .report-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 224, 255, .32);
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}

.page-home .report-link:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.page-home .report-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 22px;
  background: linear-gradient(90deg, rgba(34, 224, 255, .16), rgba(138, 92, 255, .14));
  border-top: 1px solid rgba(34, 224, 255, .32);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--ink);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity var(--t-mid) var(--ease), transform var(--t-mid) var(--ease);
  pointer-events: none;
}

.page-home .report-card:hover .report-hover,
.page-home .report-card:focus-within .report-hover {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- 赛果导航条 ---------- */
.page-home .section-head--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: end;
}

.page-home .result-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 6px 2px 18px;
  margin: 0 -2px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-home .result-strip::-webkit-scrollbar {
  height: 4px;
}

.page-home .result-strip::-webkit-scrollbar-thumb {
  background: var(--line);
}

.page-home .result-pill {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 152px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--hp-panel-2);
  text-decoration: none;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}

.page-home .result-pill:hover {
  border-color: var(--cyan);
  transform: translateY(-2px);
}

.page-home .result-pill[aria-current="true"] {
  border-color: var(--orange);
  background: linear-gradient(180deg, rgba(255, 107, 33, .16), rgba(255, 107, 33, .02));
}

.page-home .rp-round {
  font-size: 16px;
  letter-spacing: .01em;
  color: var(--ink);
}

.page-home .result-pill[aria-current="true"] .rp-round {
  color: var(--orange);
}

.page-home .rp-state {
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--muted);
}

/* ---------- 信任 ---------- */
.page-home .trust {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-home .trust-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .26;
  z-index: 0;
}

.page-home .trust::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(620px 380px at 84% 16%, rgba(34, 224, 255, .14), transparent 70%),
    linear-gradient(180deg, rgba(7, 14, 34, .74), rgba(7, 14, 34, .95));
  pointer-events: none;
}

.page-home .trust-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.page-home .trust-copy p {
  margin: 16px 0 0;
  max-width: 38em;
  font-size: 14px;
  line-height: 1.88;
  color: rgba(233, 237, 246, .76);
}

.page-home .trust-copy .btn {
  margin-top: 26px;
}

.page-home .trust-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.page-home .trust-stat {
  padding: 20px 18px 22px;
  background: rgba(11, 20, 40, .88);
}

.page-home .trust-stat .stat-num {
  display: block;
  font-size: clamp(26px, 3.6vw, 36px);
  line-height: 1.05;
  color: var(--cyan);
  letter-spacing: -.02em;
}

.page-home .trust-stat .stat-num.is-orange { color: var(--orange); }

.page-home .trust-stat .stat-label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--ink);
}

.page-home .trust-stat .stat-sub {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--muted);
}

/* ---------- 服务与备案 ---------- */
.page-home .service-panel {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--line);
  border-top: 3px solid var(--cyan);
  border-radius: var(--radius);
  background: var(--hp-panel-2);
  overflow: hidden;
}

.page-home .service-cell {
  padding: 20px 22px 22px;
  border-top: 1px solid var(--line);
}

.page-home .service-cell:first-child {
  border-top: 0;
}

.page-home .service-key {
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--muted);
}

.page-home .service-val {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.page-home .service-foot {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
}

.page-home .service-foot a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 224, 255, .32);
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}

.page-home .service-foot a:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

/* ---------- 平板 ---------- */
@media (min-width: 720px) {
  .page-home .report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .report-card--lead {
    grid-column: span 2;
  }

  .page-home .report-card--lead {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .page-home .report-card--lead .report-media {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    height: 100%;
  }

  .page-home .report-card--lead .report-media img {
    height: 100%;
    min-height: 240px;
  }

  .page-home .service-cell {
    border-top: 0;
  }

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

  .page-home .service-cell:nth-child(2),
  .page-home .service-cell:nth-child(4) {
    border-left: 1px solid var(--line);
  }

  .page-home .service-cell:nth-child(3),
  .page-home .service-cell:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (min-width: 860px) {
  .page-home .fee-head {
    display: grid;
    grid-template-columns: 110px 130px minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    padding: 0 20px 12px;
    border-bottom: 1px solid var(--line);
  }

  .page-home .fee-col-label {
    font-size: 11px;
    letter-spacing: .14em;
    color: var(--muted);
  }

  .page-home .fee-rows {
    gap: 10px;
    padding-top: 14px;
  }

  .page-home .fee-row {
    grid-template-columns: 110px 130px minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 18px 20px;
  }

  .page-home .section-head--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 30em);
    gap: 32px;
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 960px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  }

  .page-home .guide-grid {
    grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  }

  .page-home .trust-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: center;
  }

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

  .page-home .report-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .page-home .report-card--lead {
    grid-column: auto;
    grid-row: span 2;
    display: block;
  }

  .page-home .report-card--lead .report-media {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    height: auto;
  }

  .page-home .report-card--lead .report-media img {
    height: auto;
    min-height: 0;
  }

  .page-home .report-card--lead .card-title {
    font-size: 24px;
  }
}

@media (min-width: 1180px) {
  .page-home .hero-slash {
    right: -14%;
    width: 52%;
  }
}

@media (max-width: 719px) {
  .page-home .hero-slash {
    width: 96%;
    right: -38%;
    opacity: .72;
  }

  .page-home .hero-visual {
    clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  }

  .page-home .result-pill {
    min-width: 138px;
    padding: 12px 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .report-card,
  .page-home .report-hover,
  .page-home .result-pill,
  .page-home .fee-row {
    transition: none;
  }
}
