.page-home {
  --home-gold-grad: linear-gradient(135deg, var(--gold-start) 0%, var(--gold-end) 100%);
  --home-gold-soft: linear-gradient(135deg, rgba(184, 134, 11, 0.18), rgba(255, 215, 0, 0.07));
  --home-blue-soft: linear-gradient(145deg, rgba(14, 42, 95, 0.55), rgba(10, 29, 79, 0.2));
  --home-cut: polygon(4% 0, 100% 0, 100% 92%, 96% 100%, 0 100%, 0 8%);
  --home-deg: -6deg;
  overflow-x: clip;
  color: var(--text-main);
  background: var(--deep-space-blue);
}
.page-home .home-hero {
  position: relative;
  min-height: min(94vh, 900px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(120% 130% at 20% 10%, var(--night-blue) 0%, var(--deep-space-blue) 58%, #050c21 100%);
}
.page-home .home-hero-stage {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.page-home .home-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.58;
  transform: scale(1.04);
}
.page-home .home-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 29, 79, 0.96) 0%, rgba(10, 29, 79, 0.82) 42%, rgba(14, 42, 95, 0.38) 100%);
}
.page-home .home-hero-slash {
  position: absolute;
  display: block;
  pointer-events: none;
}
.page-home .home-hero-slash-a {
  left: -12%;
  bottom: 8%;
  width: 130%;
  height: 6px;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.15), rgba(255, 215, 0, 0.35), transparent);
  transform: rotate(-7deg);
}
.page-home .home-hero-slash-b {
  left: -15%;
  top: 30%;
  width: 150%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 69, 0, 0.12), rgba(255, 215, 0, 0.18), transparent);
  transform: rotate(13deg);
}
.page-home .home-hero-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.page-home .home-hero-orbit-a {
  width: 360px;
  height: 360px;
  right: -80px;
  top: -70px;
  border: 1px dashed rgba(255, 215, 0, 0.16);
}
.page-home .home-hero-orbit-b {
  width: 220px;
  height: 220px;
  right: 140px;
  top: 90px;
  border: 1px solid rgba(255, 69, 0, 0.12);
}
.page-home .home-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: calc(var(--header-h) + 42px);
  padding-bottom: 84px;
}
.page-home .home-hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: var(--gold-end);
  border: 1px solid rgba(255, 215, 0, 0.35);
  background: rgba(10, 29, 79, 0.5);
  transform: skewX(-8deg);
}
.page-home .home-hero-meta-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-end);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.8);
}
.page-home .home-hero-title {
  margin: 0;
  max-width: 1040px;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6.4vw, 5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 1px;
  color: var(--text-main);
  transform: skewX(-4deg);
  text-shadow: 0 0 0 transparent, 0 22px 60px rgba(5, 10, 28, 0.55);
}
.page-home .home-hero-lead {
  max-width: 720px;
  margin: 28px 0 34px;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.9;
  color: rgba(232, 236, 241, 0.88);
}
.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-home .home-hero-actions .btn {
  transform: skewX(-5deg);
  min-width: 170px;
  justify-content: center;
}

/* 本页目录 */
.page-home .home-directory {
  position: relative;
  z-index: 3;
  margin-top: -48px;
  padding: 26px 28px;
  background: linear-gradient(130deg, #0e2a5f 0%, #0a1d4f 70%, #081636 100%);
  border: 1px solid rgba(255, 215, 0, 0.2);
  clip-path: polygon(6px 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, calc(100% - 6px) 100%, 0 100%, 0 calc(100% - 6px));
  box-shadow: var(--shadow-1);
}
.page-home .home-directory-kicker {
  margin: 0 0 16px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--gold-end);
  text-transform: uppercase;
}
.page-home .home-directory-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.page-home .home-directory-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  color: var(--text-main);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid rgba(255, 215, 0, 0.5);
  transition: background 0.3s var(--ease), transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.page-home .home-directory-card:hover,
.page-home .home-directory-card:focus-visible {
  background: rgba(255, 215, 0, 0.06);
  border-left-color: var(--gold-end);
  transform: translateX(6px);
}
.page-home .home-directory-num {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.3rem;
  color: var(--gold-end);
  opacity: 0.9;
}
.page-home .home-directory-name {
  font-weight: 700;
  letter-spacing: 0.6px;
}
.page-home .home-directory-tag {
  grid-column: 2 / -1;
  font-size: 0.84rem;
  color: var(--text-muted);
}

/* 通用章节头 */
.page-home .home-section-head {
  margin-bottom: 30px;
}
.page-home .home-section-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 62px;
  margin-right: 18px;
  background: var(--home-gold-grad);
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.5rem;
  color: #082047;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transform: skewX(-6deg);
}
.page-home .home-section-kicker {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  color: var(--gold-end);
  text-transform: uppercase;
}
.page-home .section-title {
  margin: 0;
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.5px;
  transform: skewX(-4deg);
}
.page-home .section {
  padding: 84px 0;
}
.page-home .section:nth-of-type(even) {
  background: linear-gradient(180deg, var(--night-blue) 0%, var(--deep-space-blue) 100%);
}

/* 本月更新焦点 */
.page-home .home-updates {
  background:
    radial-gradient(90% 100% at 85% 10%, rgba(255, 69, 0, 0.08), transparent 55%),
    linear-gradient(180deg, #081636 0%, var(--deep-space-blue) 100%);
}
.page-home .home-updates-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.page-home .home-update-card {
  position: relative;
  padding: 34px 28px 32px;
  background: var(--home-blue-soft);
  border: 1px solid rgba(255, 215, 0, 0.2);
  clip-path: polygon(4% 0, 100% 0, 100% 92%, 96% 100%, 0 100%, 0 8%);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.page-home .home-update-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}
.page-home .home-update-card--entry {
  background:
    linear-gradient(135deg, rgba(255, 215, 0, 0.09), transparent 42%),
    var(--home-blue-soft);
}
.page-home .home-update-card--speed {
  background:
    linear-gradient(135deg, rgba(255, 69, 0, 0.12), transparent 46%),
    var(--home-blue-soft);
}
.page-home .home-update-card--service {
  background:
    linear-gradient(135deg, rgba(255, 215, 0, 0.07), rgba(255, 69, 0, 0.05) 70%),
    var(--home-blue-soft);
}
.page-home .home-update-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  font-size: 1.6rem;
  color: var(--gold-end);
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.3);
  transform: rotate(8deg);
}
.page-home .home-update-card h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.page-home .home-update-card p {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(232, 236, 241, 0.82);
}
.page-home .home-update-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold-end);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease);
}
.page-home .home-update-link:hover {
  border-bottom-color: rgba(255, 215, 0, 0.6);
}

/* 版本对比报告 */
.page-home .home-compare {
  background:
    linear-gradient(115deg, rgba(255, 215, 0, 0.04), transparent 30%),
    linear-gradient(180deg, var(--deep-space-blue), var(--night-blue));
}
.page-home .home-compare-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .home-compare-panel {
  padding: 30px 26px;
  border: 1px solid transparent;
  transition: transform 0.3s var(--ease);
}
.page-home .home-compare-panel--old {
  background: linear-gradient(150deg, rgba(10, 18, 40, 0.85), rgba(14, 42, 95, 0.5));
  border-color: rgba(138, 148, 166, 0.3);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}
.page-home .home-compare-panel--new {
  background:
    linear-gradient(145deg, rgba(255, 215, 0, 0.11), transparent 45%),
    linear-gradient(150deg, rgba(14, 42, 95, 0.85), rgba(10, 29, 79, 0.6));
  border-color: rgba(255, 215, 0, 0.45);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  box-shadow: 0 0 42px rgba(255, 215, 0, 0.06);
}
.page-home .home-compare-label {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 1px;
  transform: skewX(-5deg);
}
.page-home .home-compare-panel--old .home-compare-label {
  color: var(--text-muted);
}
.page-home .home-compare-panel--new .home-compare-label {
  color: var(--gold-end);
}
.page-home .home-compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home .home-compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(138, 148, 166, 0.16);
  font-size: 0.95rem;
  line-height: 1.7;
}
.page-home .home-compare-list li:last-child {
  border-bottom: none;
}
.page-home .home-compare-list .legend-swatch {
  flex-shrink: 0;
  margin-top: 7px;
}
.page-home .home-compare-verdict {
  margin: 18px 0 0;
  padding: 14px 16px;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(232, 236, 241, 0.78);
  border-left: 4px solid var(--gold-start);
  background: rgba(10, 29, 79, 0.4);
}
.page-home .home-compare-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-end);
  font-size: 1.5rem;
}
.page-home .home-compare-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 215, 0, 0.4);
  border-radius: 50%;
  background: rgba(10, 29, 79, 0.8);
  transform: rotate(90deg);
}
.page-home .home-compare-figure {
  margin: 28px 0 0;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.12), rgba(14, 42, 95, 0.6));
  border: 1px solid rgba(255, 215, 0, 0.18);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.page-home .home-compare-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.page-home .home-compare-figure figcaption,
.page-home .home-help-figure figcaption,
.page-home .home-switch-figure figcaption {
  padding: 12px 8px 4px;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
}

/* MAX内容中心评测 */
.page-home .home-content-review {
  background:
    radial-gradient(80% 100% at 12% 8%, rgba(255, 215, 0, 0.05), transparent 55%),
    linear-gradient(180deg, var(--night-blue), var(--deep-space-blue));
}
.page-home .home-content-review-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
.page-home .home-content-lead {
  margin: 0 0 18px;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--text-main);
}
.page-home .home-content-review-copy p {
  margin: 0 0 16px;
  font-size: 0.98rem;
  line-height: 1.9;
  color: rgba(232, 236, 241, 0.82);
}
.page-home .home-content-points {
  margin: 22px 0 32px;
  padding: 0;
  list-style: none;
}
.page-home .home-content-points li {
  position: relative;
  padding: 10px 0 10px 26px;
  font-size: 0.95rem;
  line-height: 1.7;
  border-bottom: 1px dashed rgba(255, 215, 0, 0.16);
}
.page-home .home-content-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--home-gold-grad);
  transform: translateY(-50%) rotate(45deg);
}
.page-home .home-content-points strong {
  color: var(--gold-end);
}
.page-home .home-content-review-aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
}
.page-home .home-content-mini {
  padding: 24px 22px;
  border-left: 4px solid var(--text-muted);
  background: rgba(255, 255, 255, 0.03);
  transform: skewX(-3deg);
}
.page-home .home-content-mini--after {
  border-left-color: var(--gold-end);
  background:
    linear-gradient(135deg, rgba(255, 215, 0, 0.07), transparent),
    rgba(255, 255, 255, 0.03);
}
.page-home .home-content-mini-label {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
}
.page-home .home-content-mini--before .home-content-mini-label {
  color: var(--text-muted);
}
.page-home .home-content-mini--after .home-content-mini-label {
  color: var(--gold-end);
}
.page-home .home-content-mini p:last-child {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.8;
  color: rgba(232, 236, 241, 0.82);
}

/* 帮助中心新面板 */
.page-home .home-help {
  background:
    linear-gradient(105deg, rgba(255, 69, 0, 0.05), transparent 45%),
    linear-gradient(180deg, var(--deep-space-blue), var(--night-blue));
}
.page-home .home-help-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.page-home .home-help-visual {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.page-home .home-help-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 22px;
  background: rgba(10, 29, 79, 0.55);
  border: 1px solid rgba(255, 215, 0, 0.18);
  margin-bottom: 4px;
}
.page-home .home-help-flow-line {
  position: absolute;
  left: 36px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold-start), var(--gold-end), rgba(255, 215, 0, 0.12));
}
.page-home .home-help-flow-bubble {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 215, 0, 0.3);
  margin-left: 24px;
  transform: skewX(-5deg);
}
.page-home .home-help-flow-bubble::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: var(--home-gold-grad);
  transform: translateY(-50%) rotate(45deg);
}
.page-home .home-help-flow-bubble--done {
  border-color: rgba(15, 157, 88, 0.65);
}
.page-home .home-help-flow-bubble--done::before {
  background: var(--success-green);
}
.page-home .home-help-figure {
  margin: 0;
  padding: 10px;
  background: rgba(10, 29, 79, 0.45);
  border: 1px solid rgba(255, 215, 0, 0.14);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.page-home .home-help-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.page-home .home-help-lead {
  margin: 0 0 14px;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.75;
}
.page-home .home-help-copy p {
  margin: 0 0 18px;
  font-size: 0.96rem;
  line-height: 1.9;
  color: rgba(232, 236, 241, 0.84);
}
.page-home .home-help-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 600;
  color: var(--gold-end);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 215, 0, 0.4);
  transition: border-color 0.3s var(--ease);
}
.page-home .home-help-link:hover {
  border-bottom-color: var(--gold-end);
}
.page-home .home-help-copy .list-route {
  margin: 24px 0;
}

/* 老用户切换指南 */
.page-home .home-switch {
  background:
    radial-gradient(90% 90% at 92% 12%, rgba(255, 215, 0, 0.06), transparent 54%),
    linear-gradient(180deg, var(--night-blue), var(--deep-space-blue));
}
.page-home .home-switch-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.page-home .home-switch-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: switch-step;
}
.page-home .home-switch-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px dashed rgba(255, 215, 0, 0.16);
}
.page-home .home-switch-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.4rem;
  color: #082047;
  background: var(--home-gold-grad);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.page-home .home-switch-steps h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 800;
}
.page-home .home-switch-steps p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(232, 236, 241, 0.84);
}
.page-home .home-switch-note {
  margin-top: 26px;
  padding: 22px 24px;
  background: rgba(255, 215, 0, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(232, 236, 241, 0.86);
}
.page-home .home-switch-note strong {
  color: var(--gold-end);
}
.page-home .home-switch-figure {
  margin: 0;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(255, 215, 0, 0.1), transparent 40%),
    rgba(10, 29, 79, 0.6);
  border: 1px solid rgba(255, 215, 0, 0.18);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}
.page-home .home-switch-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* 站内延伸入口 */
.page-home .home-linked {
  background: linear-gradient(180deg, var(--deep-space-blue), #08192e 100%);
}
.page-home .home-linked-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-home .home-linked-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  padding: 24px 26px;
  color: var(--text-main);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.12);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.page-home .home-linked-card:hover,
.page-home .home-linked-card:focus-visible {
  background: rgba(255, 215, 0, 0.06);
  border-color: rgba(255, 215, 0, 0.4);
  transform: translateY(-3px);
}
.page-home .home-linked-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.8px;
  color: var(--gold-end);
}
.page-home .home-linked-desc {
  grid-column: 1 / -1;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(232, 236, 241, 0.7);
}
.page-home .home-linked-arrow {
  display: inline-flex;
  align-items: center;
  color: var(--gold-end);
  font-size: 1.2rem;
  opacity: 0.7;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.page-home .home-linked-card:hover .home-linked-arrow {
  opacity: 1;
  transform: translateX(4px);
}

/* 移动端优先增强 */
.page-home .container {
  width: min(100% - 32px, var(--container-max));
  margin-inline: auto;
}

@media (min-width: 640px) {
  .page-home .home-directory-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .home-directory-card {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px;
  }
  .page-home .home-directory-tag {
    grid-column: auto;
  }
  .page-home .home-updates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .home-update-card--entry {
    grid-column: span 2;
  }
  .page-home .home-content-review-aside {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .home-linked-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    align-items: center;
  }
  .page-home .home-hero-content {
    padding-top: var(--header-h);
    padding-bottom: 110px;
  }
  .page-home .home-hero-title {
    max-width: 1120px;
  }
  .page-home .home-directory {
    margin-top: -44px;
  }
  .page-home .home-directory-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
  .page-home .home-directory-card {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }
  .page-home .home-updates-grid {
    grid-template-columns: 1.1fr 0.9fr 1fr;
    gap: 24px;
  }
  .page-home .home-update-card--entry {
    grid-column: auto;
  }
  .page-home .home-compare-layout {
    grid-template-columns: 1fr 64px 1fr;
    gap: 12px;
    align-items: stretch;
  }
  .page-home .home-compare-divider {
    transform: none;
  }
  .page-home .home-compare-arrow {
    transform: rotate(0deg);
  }
  .page-home .home-compare-panel {
    padding: 36px 34px;
  }
  .page-home .home-content-review-layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 56px;
    align-items: center;
  }
  .page-home .home-help-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
  }
  .page-home .home-switch-layout {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
  }
  .page-home .home-linked-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .page-home .home-linked-card {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }
  .page-home .home-linked-desc {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero-bg {
    transform: none;
  }
  .page-home .home-update-card:hover,
  .page-home .home-linked-card:hover,
  .page-home .home-directory-card:hover {
    transform: none;
    transition: none;
  }
}
