.page-home {
  --home-bg-deep: #081428;
  --home-bg-panel: rgba(255, 255, 255, 0.04);
  --home-line-soft: rgba(48, 168, 255, 0.14);
  --home-neon-soft: rgba(0, 255, 157, 0.12);
  --home-gold-soft: rgba(245, 184, 0, 0.14);
  --home-radius: 4px;
  --home-space-xl: clamp(4.5rem, 10vw, 8rem);
  --home-space-lg: clamp(3.5rem, 7vw, 5.5rem);
  --home-space-md: clamp(2rem, 4vw, 3.2rem);
  color: var(--text-primary);
  background: var(--home-bg-deep);
  overflow-x: hidden;
}

.page-home .container {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

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

/* ===== 首屏控制台 ===== */
.page-home .home-console {
  position: relative;
  min-height: 70vh;
  background:
    linear-gradient(135deg, rgba(0, 255, 157, 0.05) 0%, transparent 38%),
    linear-gradient(315deg, rgba(48, 168, 255, 0.08) 0%, transparent 45%),
    var(--home-bg-deep);
  padding-block: clamp(2.5rem, 6vw, 4.5rem) var(--home-space-lg);
  border-bottom: 1px solid var(--grid-line);
}

.page-home .home-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--home-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--home-line-soft) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.35));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.35));
}

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

.page-home .home-console__toc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.page-home .toc-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  border-radius: 999px;
  border: 1px solid var(--home-line-soft);
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.page-home .toc-chip--neon {
  background: var(--home-neon-soft);
  border-color: rgba(0, 255, 157, 0.35);
  color: var(--accent-neon);
}

.page-home .toc-chip--ghost {
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.03);
}

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

.page-home .home-toc__item {
  border-bottom: 1px solid var(--home-line-soft);
}

.page-home .home-toc__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0.4rem;
  text-decoration: none;
  color: var(--text-primary);
  transition: background var(--t-fast), padding-left var(--t-base);
  position: relative;
}

.page-home .home-toc__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--accent-neon);
  transition: width var(--t-base);
}

.page-home .home-toc__link:hover,
.page-home .home-toc__link:focus-visible {
  background: rgba(0, 255, 157, 0.05);
  padding-left: 0.8rem;
  outline: none;
}

.page-home .home-toc__link:hover::before,
.page-home .home-toc__link:focus-visible::before {
  width: 100%;
}

.page-home .home-toc__idx {
  font-size: 0.8rem;
  color: var(--accent-neon);
  opacity: 0.75;
}

.page-home .home-toc__name {
  font-weight: 700;
  font-size: 1rem;
}

.page-home .home-toc__status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  color: var(--text-muted);
  font-family: var(--font-mono);
  letter-spacing: 0.03em;
}

.page-home .home-toc__status .status-light {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
}

.page-home .home-toc__status .status-light--pulse {
  animation: home-pulse 2.4s ease-in-out infinite;
}

.page-home .home-toc__status .status-light--warn {
  background: var(--accent-gold);
}

.page-home .home-toc__status .status-light--gold {
  background: var(--accent-gold);
}

@keyframes home-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(0, 255, 157, 0.4); }
  50% { opacity: 0.75; box-shadow: 0 0 0 5px rgba(0, 255, 157, 0); }
}

.page-home .home-console__statement {
  padding-top: var(--home-space-md);
  border-top: 1px solid var(--home-line-soft);
}

.page-home .home-console__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  color: var(--accent-neon);
  text-transform: uppercase;
  margin: 0 0 1.2rem;
}

.page-home .home-console__title {
  font-size: clamp(3rem, 9vw, 5.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 1.4rem;
  font-family: var(--font-display);
}

.page-home .home-console__title-accent {
  color: var(--accent-neon);
  position: relative;
  display: inline-block;
}

.page-home .home-console__title-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.32em;
  background: var(--home-neon-soft);
  z-index: -1;
  transform: skewX(-12deg);
}

.page-home .home-console__lead {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 34em;
  margin: 0 0 2rem;
}

.page-home .text-link {
  color: var(--accent-neon);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 255, 157, 0.4);
  transition: text-decoration-color var(--t-fast), color var(--t-fast);
}

.page-home .text-link:hover,
.page-home .text-link:focus-visible {
  text-decoration-color: var(--accent-neon);
  color: var(--text-primary);
  outline: none;
}

.page-home .home-console__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--home-radius);
  text-decoration: none;
  transition: transform var(--t-fast), box-shadow var(--t-fast), background-color var(--t-fast);
  font-family: var(--font-body);
}

.page-home .btn:hover,
.page-home .btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.page-home .btn--primary {
  background: var(--accent-neon);
  color: #062316;
}

.page-home .btn--primary:hover,
.page-home .btn--primary:focus-visible {
  box-shadow: 0 6px 28px rgba(0, 255, 157, 0.3);
}

.page-home .btn--ghost {
  background: transparent;
  border: 1px solid rgba(230, 237, 247, 0.4);
  color: var(--text-primary);
}

.page-home .btn--ghost:hover,
.page-home .btn--ghost:focus-visible {
  border-color: var(--accent-neon);
  color: var(--accent-neon);
  box-shadow: 0 0 0 3px rgba(0, 255, 157, 0.12);
}

.page-home .btn--light {
  background: var(--surface-light);
  color: var(--text-on-light);
}

.page-home .btn--light:hover,
.page-home .btn--light:focus-visible {
  box-shadow: 0 6px 24px rgba(244, 247, 251, 0.18);
}

.page-home .home-console__scroll-hint {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2.5rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.page-home .home-console__scroll-line {
  width: 40px;
  height: 1px;
  background: linear-gradient(to right, var(--accent-neon), transparent);
  position: relative;
  overflow: hidden;
}

.page-home .home-console__scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: var(--accent-neon);
  animation: home-scroll-line 2.2s ease-in-out infinite;
}

@keyframes home-scroll-line {
  0% { left: -50%; }
  100% { left: 100%; }
}

/* ===== 核心功能索引 ===== */
.page-home .home-features {
  background: var(--surface-light);
  color: var(--text-on-light);
  padding-block: var(--home-space-xl);
  position: relative;
}

.page-home .home-features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--accent-neon) 0%, var(--accent-gold) 100%);
  opacity: 0.7;
}

.page-home .home-features__heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: var(--home-space-md);
}

.page-home .section-label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.page-home .section-label__idx {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--accent-neon);
  background: rgba(0, 255, 157, 0.1);
  padding: 0.3rem 0.55rem;
  border-radius: var(--home-radius);
}

.page-home .section-label__text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
  margin: 0;
}

.page-home .section-label__line {
  flex: 1;
  height: 1px;
  background: rgba(26, 45, 74, 0.15);
  margin-left: 0.5rem;
}

.page-home .home-features__note {
  font-size: 0.95rem;
  color: rgba(26, 45, 74, 0.6);
  margin: 0;
  line-height: 1.6;
  max-width: 42em;
}

.page-home .home-features__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-space-md);
}

.page-home .home-features__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.page-home .feature-mod {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(26, 45, 74, 0.08);
  border-left: 3px solid var(--accent-neon);
  border-radius: var(--home-radius);
  transition: transform var(--t-fast), box-shadow var(--t-base), border-left-color var(--t-fast);
}

.page-home .feature-mod:hover,
.page-home .feature-mod:focus-within {
  transform: translateX(5px);
  box-shadow: 0 8px 24px rgba(26, 45, 74, 0.08);
  border-left-color: var(--accent-gold);
}

.page-home .feature-mod__num {
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--accent-neon);
  opacity: 0.8;
  line-height: 1;
  padding-top: 0.1rem;
}

.page-home .feature-mod__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin: 0 0 0.4rem;
  color: var(--text-on-light);
}

.page-home .feature-mod__desc {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(26, 45, 74, 0.65);
  margin: 0 0 0.7rem;
  max-width: 40em;
}

.page-home .feature-mod__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

.page-home .feature-mod__tags li {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(48, 168, 255, 0.1);
  color: #1a6bb8;
  letter-spacing: 0.02em;
}

.page-home .home-features__visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.page-home .image-frame {
  margin: 0;
}

.page-home .image-frame__box {
  position: relative;
  aspect-ratio: var(--ratio);
  overflow: hidden;
  background: #dfeaf5;
  border-radius: var(--home-radius);
  border: 1px solid rgba(26, 45, 74, 0.08);
}

.page-home .image-frame__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48, 168, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 168, 255, 0.07) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 1;
}

.page-home .image-frame__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-home .image-frame__caption {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(26, 45, 74, 0.5);
  padding: 0.5rem 0.2rem 0;
}

.page-home .home-features__visual-stack {
  margin-top: 0.5rem;
}

/* ===== 最新更新面板 ===== */
.page-home .home-updates {
  position: relative;
  padding-block: var(--home-space-xl);
  background:
    linear-gradient(180deg, var(--home-bg-deep) 0%, #0d2444 100%);
  border-top: 1px solid var(--grid-line);
  border-bottom: 1px solid var(--grid-line);
}

.page-home .home-updates::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  background:
    repeating-linear-gradient(-45deg, transparent 0 20px, rgba(48, 168, 255, 0.03) 20px 21px);
  pointer-events: none;
}

.page-home .home-updates__panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(48, 168, 255, 0.18);
  border-radius: 6px;
  padding: clamp(1.2rem, 3vw, 2.4rem);
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.page-home .home-updates__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid var(--home-line-soft);
  padding-bottom: 1.4rem;
}

.page-home .section-label--dark .section-label__idx {
  background: var(--home-neon-soft);
  color: var(--accent-neon);
}

.page-home .section-label--dark .section-label__text {
  color: var(--text-primary);
}

.page-home .section-label--dark .section-label__line {
  background: rgba(48, 168, 255, 0.2);
}

.page-home .home-updates__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: var(--home-neon-soft);
  border: 1px solid rgba(0, 255, 157, 0.35);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--accent-neon);
  align-self: flex-start;
  letter-spacing: 0.04em;
}

.page-home .home-updates__badge .status-light {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-neon);
}

.page-home .home-updates__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.page-home .home-updates__section {
  min-width: 0;
}

.page-home .home-updates__label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin: 0 0 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-home .home-updates__label::before {
  content: "";
  width: 20px;
  height: 1px;
  background: rgba(245, 184, 0, 0.6);
}

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

.page-home .update-list__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(48, 168, 255, 0.1);
}

.page-home .update-list__tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--text-primary);
  background: rgba(48, 168, 255, 0.2);
  border: 1px solid rgba(48, 168, 255, 0.3);
  padding: 0.22rem 0.5rem;
  border-radius: 3px;
  white-space: nowrap;
}

.page-home .update-list__text {
  font-size: 0.9rem;
  color: var(--text-primary);
  line-height: 1.4;
}

.page-home .update-list__meta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.page-home .update-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(48, 168, 255, 0.1);
  text-decoration: none;
  transition: background-color var(--t-fast), padding var(--t-base);
}

.page-home .update-link:hover,
.page-home .update-link:focus-visible {
  background: rgba(0, 255, 157, 0.04);
  padding-inline: 0.5rem;
  outline: none;
}

.page-home .update-link__title {
  font-size: 0.92rem;
  color: var(--text-primary);
  line-height: 1.45;
}

.page-home .update-link__cat {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--accent-neon);
  border: 1px solid rgba(0, 255, 157, 0.3);
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--home-neon-soft);
}

.page-home .home-updates__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--home-line-soft);
}

.page-home .home-updates__foot .text-link {
  font-size: 0.88rem;
}

/* ===== 数据概览 ===== */
.page-home .home-stats {
  background: var(--surface-light);
  color: var(--text-on-light);
  padding-block: var(--home-space-xl);
  position: relative;
  overflow: hidden;
}

.page-home .home-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-space-md);
}

.page-home .home-stats__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-home .home-stats__head .section-label__idx {
  background: var(--home-gold-soft);
  color: #b38300;
}

.page-home .home-stats__head .section-label__line {
  background: rgba(245, 184, 0, 0.3);
}

.page-home .home-stats__desc {
  font-size: 0.96rem;
  color: rgba(26, 45, 74, 0.65);
  line-height: 1.7;
  max-width: 36em;
  margin: 0;
}

.page-home .home-stats__numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.page-home .stat-block {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(26, 45, 74, 0.07);
  border-top: 3px solid rgba(245, 184, 0, 0.5);
  border-radius: var(--home-radius);
  padding: 1rem 1.1rem;
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}

.page-home .stat-block:hover,
.page-home .stat-block:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(26, 45, 74, 0.08);
}

.page-home .stat-block__num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: var(--text-on-light);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.page-home .stat-block__label {
  font-size: 0.8rem;
  color: rgba(26, 45, 74, 0.58);
  letter-spacing: 0.05em;
}

.page-home .home-stats__visual {
  margin-top: var(--home-space-md);
  border-radius: var(--home-radius);
  overflow: hidden;
  border: 1px solid rgba(26, 45, 74, 0.08);
  background: linear-gradient(135deg, #0b1d3a, #09303c);
}

.page-home .home-stats__visual-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 0.85;
}

/* ===== 订阅体验 ===== */
.page-home .home-subscribe {
  position: relative;
  background:
    radial-gradient(circle at 12% 22%, rgba(0, 255, 157, 0.07) 0%, transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(245, 184, 0, 0.05) 0%, transparent 28%),
    var(--home-bg-deep);
  padding-block: var(--home-space-xl);
  border-top: 1px solid var(--grid-line);
}

.page-home .home-subscribe__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-space-md);
  align-items: center;
}

.page-home .home-subscribe__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--accent-neon);
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.page-home .home-subscribe__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 1.2rem;
  color: var(--text-primary);
}

.page-home .home-subscribe__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
  margin: 0 0 1.6rem;
  max-width: 36em;
}

.page-home .home-subscribe__points {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.page-home .home-subscribe__points li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.92rem;
  color: var(--text-primary);
  line-height: 1.5;
}

.page-home .home-subscribe__check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--home-neon-soft);
  border: 1px solid rgba(0, 255, 157, 0.45);
  position: relative;
}

.page-home .home-subscribe__check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid var(--accent-neon);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.page-home .home-subscribe__visual {
  position: relative;
}

.page-home .home-subscribe__visual::before {
  content: "";
  position: absolute;
  inset: -12px;
  background: repeating-linear-gradient(45deg, transparent 0 14px, rgba(48, 168, 255, 0.05) 14px 15px);
  border-radius: var(--home-radius);
  pointer-events: none;
  z-index: 0;
}

.page-home .home-subscribe__visual .image-frame {
  position: relative;
  z-index: 1;
}

.page-home .home-subscribe__visual .image-frame__box::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 16px 16px;
}

.page-home .home-subscribe__visual .image-frame__caption {
  color: var(--text-muted);
}

/* ===== 响应式增强 ===== */
@media (min-width: 768px) {
  .page-home .home-stat-block__num {
    font-size: 2.4rem;
  }

  .page-home .home-stats__numbers {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .home-updates__content {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem;
  }

  .page-home .home-subscribe__visual {
    max-width: 420px;
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .page-home .home-console {
    min-height: 76vh;
    padding-top: clamp(3.5rem, 8vw, 5rem);
  }

  .page-home .home-console__grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
  }

  .page-home .home-console__toc {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }

  .page-home .home-console__statement {
    padding-top: 0;
    border-top: none;
  }

  .page-home .home-console__title {
    font-size: clamp(3.2rem, 6.5vw, 5.5rem);
  }

  .page-home .home-features__layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .page-home .home-features__visual {
    grid-template-columns: 1fr;
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }

  .page-home .home-features__heading {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-home .home-features__note {
    text-align: right;
  }

  .page-home .home-updates__panel {
    padding: clamp(1.8rem, 4vw, 3rem);
  }

  .page-home .home-updates__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-home .home-updates__badge {
    align-self: center;
  }

  .page-home .home-stats__grid {
    grid-template-columns: 0.7fr 1.3fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
  }

  .page-home .home-stats__head {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }

  .page-home .home-stats__numbers {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .page-home .home-subscribe__layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2rem, 6vw, 5rem);
  }

  .page-home .home-subscribe__visual {
    justify-self: center;
    max-width: 440px;
  }

  .page-home .home-subscribe__visual::before {
    inset: -18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
