/* ===== 首页独享视觉：赛博财神指挥终端 ===== */
.page-home {
  max-width: 100%;
  overflow-x: hidden;
  background: var(--color-navy);
  color: var(--color-warm-white);
}

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

.page-home svg {
  max-width: 100%;
}

.page-home [hidden] {
  display: none !important;
}

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

.page-home .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--color-gold);
}

.page-home .section-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 6px;
  border: 1px solid rgba(157, 77, 255, 0.45);
  border-radius: 8px;
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-gold);
  background: rgba(157, 77, 255, 0.08);
  margin-bottom: 12px;
}

.page-home .section-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--color-warm-white);
  overflow-wrap: break-word;
}

/* ---------- 首屏 Hero ---------- */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: 26px 0 52px;
  background:
    radial-gradient(ellipse at 84% 10%, rgba(232, 179, 58, 0.18), transparent 44%),
    radial-gradient(ellipse at 8% 92%, rgba(157, 77, 255, 0.14), transparent 48%),
    linear-gradient(148deg, #081020 0%, var(--color-navy) 56%, rgba(122, 46, 46, 0.85) 132%);
}

.page-home .hero-inner {
  display: grid;
  gap: 20px;
}

.page-home .hero-crumb {
  font-size: 12px;
  color: var(--color-gray);
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.page-home .hero-crumb .breadcrumb-sep {
  margin: 0 8px;
  color: var(--color-gold);
}

.page-home .hero-panel {
  position: relative;
}

.page-home .hero-flash {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 179, 0, 0.32);
  background: linear-gradient(135deg, rgba(122, 46, 46, 0.9), rgba(122, 46, 46, 0.6));
  color: var(--color-warm-white);
  font-size: 12px;
  margin-bottom: 14px;
}

.page-home .hero-flash-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-amber);
  box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.6);
  animation: homePulse 1.8s infinite;
}

@keyframes homePulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(255, 179, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 179, 0, 0); }
}

.page-home .hero-label {
  margin-bottom: 6px;
}

.page-home .hero-title {
  font-family: var(--font-heading);
  font-size: clamp(30px, 7vw, 54px);
  font-weight: 900;
  line-height: 1.16;
  margin: 0 0 14px;
  color: var(--color-warm-white);
  overflow-wrap: break-word;
}

.page-home .hero-title-line {
  display: block;
  margin-top: 6px;
  font-size: 0.48em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-gold);
}

.page-home .hero-intro {
  font-size: 14px;
  line-height: 1.75;
  color: var(--color-gray);
  max-width: 56ch;
  margin-bottom: 14px;
}

.page-home .hero-gift {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 14px 0;
  margin-bottom: 4px;
  border-top: 1px solid rgba(232, 179, 58, 0.22);
  border-bottom: 1px solid rgba(232, 179, 58, 0.22);
}

.page-home .gift-currency {
  font-family: var(--font-data);
  font-size: 26px;
  font-weight: 700;
  color: var(--color-gold);
}

.page-home .gift-number {
  font-family: var(--font-data);
  font-size: clamp(58px, 12vw, 88px);
  font-weight: 800;
  line-height: 0.92;
  color: var(--color-gold);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .page-home .gift-number {
    background: linear-gradient(160deg, #FFF1C4 0%, #F0C45A 38%, #A67C2E 72%, #5B3B0E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.page-home .gift-unit {
  font-family: var(--font-heading);
  font-size: 17px;
  color: var(--color-warm-white);
}

.page-home .cta-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 12px 0 18px;
  font-size: 12px;
  color: var(--color-gray);
}

.page-home .cta-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-home .dot-diamond {
  width: 7px;
  height: 7px;
  background: var(--color-gold);
  transform: rotate(45deg);
  display: inline-block;
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(232, 179, 58, 0.75);
}

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

.page-home .hero-btn-primary,
.page-home .hero-btn-ghost,
.page-home .guide-cta-btn,
.page-home .guide-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
}

.page-home .hero-visual {
  margin-top: 14px;
}

.page-home .hero-visual::before {
  content: '';
  position: absolute;
  inset: 14px -10px -10px 14px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(232, 179, 58, 0.28), rgba(157, 77, 255, 0.16));
  transform: rotate(-2deg);
  z-index: 0;
}

.page-home .hero-figure {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(232, 179, 58, 0.26);
  background: linear-gradient(165deg, rgba(232, 179, 58, 0.12), rgba(13, 27, 42, 0.4));
  box-shadow: var(--shadow-card);
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 6%, 100% 100%, 5% 100%, 0 95%);
  clip-path: polygon(0 0, 94% 0, 100% 6%, 100% 100%, 5% 100%, 0 95%);
}

.page-home .hero-figure::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(210deg, rgba(255, 179, 0, 0.14), transparent 46%, rgba(0, 229, 255, 0.06));
  z-index: 1;
}

.page-home .hero-img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.page-home .hero-seal {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 68px;
  height: 68px;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 2px;
  border: 1px solid rgba(232, 179, 58, 0.5);
  background: linear-gradient(150deg, rgba(232, 179, 58, 0.32), rgba(13, 27, 42, 0.66));
  border-radius: 10px;
  transform: rotate(8deg);
  font-family: var(--font-heading);
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.14em;
  color: var(--color-gold);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.page-home .hero-float {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  background: rgba(17, 23, 39, 0.86);
  border: 1px solid rgba(232, 179, 58, 0.36);
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-home .hero-float-kill {
  top: 14px;
  left: 12px;
}

.page-home .hero-float-meta {
  right: 12px;
  bottom: 20px;
}

.page-home .float-label {
  font-size: 11px;
  color: var(--color-gray);
  letter-spacing: 0.06em;
}

.page-home .float-value {
  font-family: var(--font-data);
  font-size: 22px;
  line-height: 1.1;
  color: var(--color-neon-cyan);
}

.page-home .float-note {
  font-size: 11px;
  color: var(--color-gray);
}

.page-home .hero-metrics {
  margin-top: 12px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(17, 23, 39, 0.92), rgba(13, 27, 42, 0.78));
  border: 1px solid rgba(157, 77, 255, 0.28);
}

.page-home .metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-home .metric-mini {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 10px;
  border-left: 2px solid rgba(232, 179, 58, 0.42);
}

.page-home .metric-label {
  font-size: 11px;
  color: var(--color-gray);
}

.page-home .metric-value {
  font-family: var(--font-data);
  font-size: 20px;
  color: var(--color-gold);
  line-height: 1.15;
}

.page-home .metric-spark {
  width: 100%;
  height: 64px;
  display: block;
  margin-top: 10px;
}

.page-home .spark-line {
  stroke: var(--color-neon-cyan);
}

/* ---------- 01 数据矩阵 ---------- */
.page-home .data-matrix {
  background: linear-gradient(180deg, var(--color-navy) 0%, #081020 100%);
}

.page-home .matrix-head {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.page-home .matrix-intro {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-gray);
  max-width: 66ch;
  margin: 0;
}

.page-home .matrix-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-home .matrix-divider {
  display: none;
}

.page-home .matrix-card {
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(157, 77, 255, 0.16);
  background: linear-gradient(160deg, rgba(17, 23, 39, 0.9), rgba(13, 27, 42, 0.85));
}

.page-home .matrix-card[hidden] {
  display: none;
}

.page-home .matrix-figure {
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 229, 255, 0.14);
}

.page-home .matrix-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-home .matrix-name {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 900;
  color: var(--color-warm-white);
  margin-bottom: 8px;
}

.page-home .matrix-desc {
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-gray);
  margin-bottom: 14px;
}

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

.page-home .matrix-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(232, 179, 58, 0.12);
  font-size: 12px;
}

.page-home .matrix-item dt {
  color: var(--color-gray);
}

.page-home .matrix-item dd {
  margin: 0;
  color: var(--color-warm-white);
  font-family: var(--font-data);
  text-align: right;
}

.page-home .matrix-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.page-home .matrix-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-neon-cyan);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-home .matrix-link:hover {
  color: var(--color-gold);
  border-bottom-color: rgba(232, 179, 58, 0.4);
}

.page-home .matrix-badge {
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--color-gold);
  background: rgba(232, 179, 58, 0.08);
  border: 1px solid rgba(232, 179, 58, 0.28);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}

.page-home .chart {
  display: block;
  width: 100%;
  height: 72px;
  margin: 4px 0 12px;
}

.page-home .chart-line {
  stroke: var(--color-neon-cyan);
}

.page-home .chart-bars rect {
  transition: opacity 0.2s;
}

.page-home .chart-bars rect:hover {
  opacity: 0.7;
}

.page-home .compare-panel {
  display: grid;
  gap: 0;
  border: 1px solid rgba(157, 77, 255, 0.3);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 14px;
}

.page-home .compare-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  font-size: 12px;
  border-bottom: 1px solid rgba(157, 77, 255, 0.14);
}

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

.page-home .compare-row strong {
  font-family: var(--font-data);
  color: var(--color-gold);
}

.page-home .compare-head {
  background: rgba(157, 77, 255, 0.12);
  color: var(--color-gray);
  letter-spacing: 0.08em;
}

/* ---------- 02 昨晚复盘 ---------- */
.page-home .review-section {
  background: linear-gradient(145deg, #0D1B2A 0%, #111827 100%);
  padding: 56px 0;
}

.page-home .review-inner {
  display: grid;
  gap: 24px;
}

.page-home .review-aside {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(232, 179, 58, 0.22);
  background: linear-gradient(160deg, rgba(17, 23, 39, 0.95), rgba(13, 27, 42, 0.84));
}

.page-home .review-aside-title {
  font-family: var(--font-heading);
  font-size: clamp(21px, 4vw, 30px);
  font-weight: 900;
  line-height: 1.28;
  margin: 4px 0 10px;
  color: var(--color-warm-white);
}

.page-home .review-aside-desc {
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-gray);
  margin-bottom: 16px;
}

.page-home .lookup-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(13, 27, 42, 0.75);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
}

.page-home .lookup-ghost-text {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-gray);
}

.page-home .lookup-go {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--color-amber), var(--color-gold));
  color: #111827;
  flex: none;
}

.page-home .lookup-tip {
  font-size: 11px;
  color: var(--color-gray);
  margin-bottom: 16px;
}

.page-home .review-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.page-home .filter-btn {
  appearance: none;
  border: 1px solid rgba(232, 179, 58, 0.3);
  background: transparent;
  color: var(--color-warm-white);
  border-radius: 999px;
  padding: 8px 16px;
  font-family: var(--font-body);
  font-size: 13px;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}

.page-home .filter-btn.is-active,
.page-home .filter-btn[aria-pressed="true"] {
  background: linear-gradient(135deg, var(--color-amber), var(--color-gold));
  border-color: transparent;
  color: #111827;
  font-weight: 600;
}

.page-home .review-more {
  width: 100%;
}

.page-home .review-timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .timeline {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}

.page-home .timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--color-gold), var(--color-neon-cyan), transparent);
}

.page-home .timeline-item {
  position: relative;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(17, 23, 39, 0.74);
  border: 1px solid rgba(232, 179, 58, 0.18);
}

.page-home .timeline-item::before {
  content: '';
  position: absolute;
  left: -19px;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-gold);
  box-shadow: 0 0 12px rgba(232, 179, 58, 0.9);
}

.page-home .timeline-item[hidden] {
  display: none;
}

.page-home .timeline-date {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--color-neon-cyan);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

.page-home .timeline-title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-warm-white);
  margin-bottom: 6px;
}

.page-home .timeline-text {
  font-size: 13px;
  line-height: 1.65;
  color: var(--color-gray);
  margin-bottom: 8px;
}

.page-home .timeline-tag {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--color-gold);
  background: rgba(232, 179, 58, 0.08);
  border: 1px solid rgba(232, 179, 58, 0.22);
  padding: 4px 9px;
  border-radius: 999px;
}

/* ---------- 03 主赛区订阅 ---------- */
.page-home .subscribe-section {
  background: linear-gradient(180deg, #081020 0%, #0D1B2A 100%);
  padding: 56px 0;
}

.page-home .subscribe-head {
  display: grid;
  gap: 12px;
}

.page-home .subscribe-intro {
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.7;
  max-width: 66ch;
  margin: 0;
}

.page-home .subscribe-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.page-home .subscribe-card {
  position: relative;
  padding: 22px 18px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, rgba(17, 23, 39, 0.95), rgba(13, 27, 42, 0.78));
  border: 1px solid rgba(157, 77, 255, 0.24);
}

.page-home .subscribe-card::before {
  content: '';
  position: absolute;
  top: -44px;
  right: -44px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 179, 58, 0.16), transparent 68%);
  pointer-events: none;
}

.page-home .subscribe-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border: 1px solid rgba(232, 179, 58, 0.42);
  border-radius: 12px;
  background: rgba(232, 179, 58, 0.08);
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 18px;
  color: var(--color-gold);
}

.page-home .subscribe-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-warm-white);
  margin-bottom: 6px;
}

.page-home .subscribe-desc {
  font-size: 13px;
  line-height: 1.65;
  color: var(--color-gray);
  margin-bottom: 14px;
}

.page-home .subscribe-badge {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--color-neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.3);
  background: rgba(0, 229, 255, 0.06);
  padding: 4px 10px;
  border-radius: 999px;
}

/* ---------- 04 新手指引 ---------- */
.page-home .guide-section {
  background: linear-gradient(145deg, #081020 0%, #0D1B2A 60%, rgba(122, 46, 46, 0.6) 140%);
  padding: 56px 0;
}

.page-home .guide-head {
  display: grid;
  gap: 12px;
}

.page-home .guide-intro {
  font-size: 14px;
  color: var(--color-gray);
  line-height: 1.7;
  max-width: 66ch;
  margin: 0;
}

.page-home .guide-illustration {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(232, 179, 58, 0.2);
  margin-bottom: 24px;
  background: rgba(13, 27, 42, 0.6);
}

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

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

.page-home .guide-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 16px;
  border-radius: var(--radius-md);
  background: rgba(17, 23, 39, 0.9);
  border: 1px solid rgba(232, 179, 58, 0.18);
  transition: transform 0.28s, border-color 0.28s;
}

.page-home .guide-step.is-revealed:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 179, 58, 0.55);
}

.page-home .step-num {
  min-width: 38px;
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: var(--color-gold);
}

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

.page-home .step-title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-warm-white);
  margin-bottom: 5px;
}

.page-home .step-desc {
  font-size: 13px;
  line-height: 1.65;
  color: var(--color-gray);
}

.page-home .guide-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding: 24px 18px;
  border: 1px dashed rgba(232, 179, 58, 0.34);
  border-radius: var(--radius-lg);
  background: rgba(17, 23, 39, 0.4);
}

.page-home .guide-cta-text {
  flex: 0 0 100%;
  font-size: 14px;
  color: var(--color-gray);
  text-align: center;
  margin: 0;
}

/* ---------- 底部信任带 ---------- */
.page-home .home-note {
  padding: 28px 0;
  background: linear-gradient(90deg, rgba(122, 46, 46, 0.34), rgba(13, 27, 42, 0.92) 44%);
  border-top: 1px solid rgba(232, 179, 58, 0.18);
}

.page-home .home-note-inner {
  display: grid;
  gap: 16px;
}

.page-home .home-note-text {
  font-size: 13px;
  line-height: 1.8;
  color: var(--color-gray);
  max-width: 90ch;
  margin: 0;
}

.page-home .home-note-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.page-home .home-note-links a {
  font-size: 13px;
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 179, 58, 0.32);
}

.page-home .home-note-links a:hover {
  color: var(--color-warm-white);
  border-bottom-color: transparent;
}

/* ---------- 中等屏幕 ---------- */
@media (min-width: 640px) {
  .page-home .review-inner {
    gap: 28px;
  }

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

/* ---------- 桌面端 ---------- */
@media (min-width: 992px) {
  .page-home .section {
    padding: 88px 0;
  }

  .page-home .home-hero {
    min-height: calc(100vh - var(--header-h));
    display: flex;
    align-items: center;
    padding: 40px 0 56px;
  }

  .page-home .hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
      "crumb visual"
      "cta visual"
      "metrics visual";
    gap: 20px 32px;
    align-items: stretch;
  }

  .page-home .hero-crumb {
    grid-area: crumb;
    align-self: end;
  }

  .page-home .hero-cta {
    grid-area: cta;
  }

  .page-home .hero-visual {
    grid-area: visual;
    margin-top: 0;
  }

  .page-home .hero-metrics {
    grid-area: metrics;
    margin-top: 0;
    align-self: end;
  }

  .page-home .hero-figure {
    height: 100%;
    min-height: 480px;
  }

  .page-home .hero-img {
    aspect-ratio: auto;
    height: 100%;
  }

  .page-home .hero-actions {
    flex-wrap: nowrap;
  }

  .page-home .hero-btn-primary,
  .page-home .hero-btn-ghost {
    width: auto;
    min-width: 168px;
  }

  .page-home .hero-float-kill {
    top: 20px;
    left: 18px;
  }

  .page-home .hero-float-meta {
    right: 20px;
    bottom: 26px;
  }

  .page-home .matrix-head {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 12px 24px;
    margin-bottom: 44px;
  }

  .page-home .matrix-head-copy {
    padding-bottom: 4px;
  }

  .page-home .matrix-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
  }

  .page-home .matrix-divider {
    display: block;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background: linear-gradient(180deg, transparent, var(--color-gold) 30%, var(--color-neon-cyan) 75%, transparent);
    box-shadow: 0 0 18px 2px rgba(232, 179, 58, 0.35);
  }

  .page-home .matrix-card {
    padding: 22px;
  }

  .page-home .matrix-card-compare {
    grid-column: 1 / -1;
  }

  .page-home .review-section,
  .page-home .subscribe-section,
  .page-home .guide-section {
    padding: 88px 0;
  }

  .page-home .review-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: stretch;
  }

  .page-home .review-aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-home .review-more {
    width: auto;
    align-self: flex-start;
  }

  .page-home .subscribe-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
  }

  .page-home .guide-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .page-home .guide-step {
    flex-direction: column;
  }

  .page-home .guide-cta {
    flex-wrap: nowrap;
  }

  .page-home .guide-cta-text {
    flex: 0 0 auto;
  }

  .page-home .home-note-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
  }
}
