.page-home {
  --home-navy: #0A192F;
  --home-navy-light: #112240;
  --home-orange: #FF6B00;
  --home-orange-soft: #FFA500;
  --home-teal: #64FFDA;
  --home-bg: #F5F7FA;
  --home-bg-blue: #E6F0FA;
  --home-text: #1B2631;
  --home-muted: #8892B0;
  --home-white: #FFFFFF;
  --home-font-display: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --home-font-mono: "SF Mono", "Roboto Mono", monospace;
  margin: 0;
}

.page-home .home-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page-home .home-container-narrow {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ===== Hero 首屏 ===== */
.page-home .home-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: stretch;
  background: var(--home-navy);
  color: var(--home-white);
  overflow: hidden;
}

.page-home .hero-slant-mask {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  background: var(--home-navy);
}

.page-home .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .45;
}

.page-home .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(10, 25, 47, .95) 30%, rgba(10, 25, 47, .55) 75%, rgba(10, 25, 47, .25) 100%);
}

.page-home .home-hero .home-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
}

.page-home .hero-content {
  max-width: 760px;
  padding: 96px 0 96px;
}

.page-home .hero-kicker {
  font-family: var(--home-font-mono);
  font-size: 13px;
  letter-spacing: .28em;
  color: var(--home-teal);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.page-home .hero-title {
  font-family: var(--home-font-display);
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 24px;
  text-shadow: 0 4px 32px rgba(0, 0, 0, .35);
}

.page-home .hero-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  max-width: 580px;
  margin-bottom: 36px;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 44px;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--home-font-display);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.page-home .btn-orange {
  background: var(--home-orange);
  color: var(--home-white);
  box-shadow: 0 6px 24px rgba(255, 107, 0, .35);
}

.page-home .btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 107, 0, .45);
}

.page-home .btn-outline {
  background: transparent;
  color: var(--home-white);
  border: 1px solid rgba(255, 255, 255, .5);
}

.page-home .btn-outline:hover {
  border-color: var(--home-white);
  background: rgba(255, 255, 255, .08);
}

.page-home .btn-slant {
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  padding-right: 38px;
}

.page-home .btn-light {
  background: var(--home-white);
  color: var(--home-navy);
}

.page-home .btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}

.page-home .hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, .75);
}

.page-home .hero-points .data-number {
  color: var(--home-orange-soft);
  font-family: var(--home-font-mono);
  margin-right: 6px;
}

.page-home .hero-float-stats {
  position: absolute;
  right: 28px;
  bottom: 60px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 150px;
}

.page-home .float-stat {
  background: rgba(17, 34, 64, .75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: var(--home-white);
}

.page-home .float-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
}

.page-home .float-stat .data-number {
  font-family: var(--home-font-mono);
  font-size: 20px;
  font-weight: 700;
  color: var(--home-teal);
}

.page-home .hero-deco-text {
  position: absolute;
  right: 8%;
  top: 60px;
  z-index: 1;
  font-family: var(--home-font-display);
  font-size: 120px;
  font-weight: 900;
  line-height: .9;
  color: rgba(255, 255, 255, .06);
  letter-spacing: .02em;
  pointer-events: none;
  user-select: none;
  white-space: pre-line;
  text-align: right;
}

/* ===== 赛程入口条带 ===== */
.page-home .home-schedule-strip {
  background: var(--home-white);
  padding: 32px 0;
  border-bottom: 1px solid #e5e9f0;
}

.page-home .schedule-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 32px;
}

.page-home .schedule-strip-title {
  min-width: 260px;
}

.page-home .schedule-strip-title h2 {
  font-family: var(--home-font-display);
  font-size: 22px;
  font-weight: 800;
  margin: 6px 0 0;
  color: var(--home-text);
}

.page-home .section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--home-orange);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home .section-label::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--home-orange);
  display: inline-block;
}

.page-home .schedule-strip-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}

.page-home .tag {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--home-bg-blue);
  color: var(--home-text);
  display: inline-flex;
  align-items: center;
}

/* ===== 战报区 ===== */
.page-home .home-report-section {
  background: var(--home-bg);
  padding: 72px 0 64px;
}

.page-home .report-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-home .report-card {
  background: var(--home-white);
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(10, 25, 47, .06);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}

.page-home .report-card-img {
  position: relative;
  min-height: 220px;
  background: var(--home-navy);
}

.page-home .report-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .report-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--home-orange);
  color: var(--home-white);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 3px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

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

.page-home .report-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--home-muted);
}

.page-home .report-league {
  font-weight: 700;
  color: var(--home-orange);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
}

.page-home .report-time {
  font-family: var(--home-font-mono);
  font-size: 13px;
}

.page-home .report-card-body h3 {
  font-family: var(--home-font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 16px;
  color: var(--home-text);
}

.page-home .report-scoreline {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--home-navy);
  color: var(--home-white);
  padding: 14px 18px;
  border-radius: 6px;
  margin-bottom: 18px;
}

.page-home .report-scoreline .team-name {
  font-size: 15px;
  font-weight: 600;
  flex: 1;
}

.page-home .report-scoreline .team-name:last-of-type {
  text-align: right;
}

.page-home .report-scoreline .data-number {
  font-family: var(--home-font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--home-teal);
  background: rgba(255, 255, 255, .1);
  padding: 4px 14px;
  border-radius: 4px;
}

.page-home .report-meta-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.page-home .report-meta-list li {
  position: relative;
  font-size: 13px;
  color: var(--home-muted);
  padding-left: 16px;
}

.page-home .report-meta-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  color: var(--home-orange-soft);
}

.page-home .report-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--home-muted);
  margin-bottom: 20px;
}

.page-home .report-side-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .report-side-card {
  background: var(--home-white);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 2px 16px rgba(10, 25, 47, .06);
}

.page-home .side-main-text {
  font-size: 16px;
  line-height: 1.75;
  color: var(--home-text);
  margin-bottom: 16px;
}

.page-home .side-main-text .data-number {
  font-family: var(--home-font-mono);
  color: var(--home-orange);
  font-weight: 700;
}

.page-home .side-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .side-list li {
  font-size: 14px;
  color: var(--home-muted);
  line-height: 1.6;
  display: flex;
  gap: 6px;
}

.page-home .side-list .data-number {
  font-family: var(--home-font-mono);
  font-weight: 700;
  color: var(--home-orange);
}

.page-home .report-side-card-quote {
  background: var(--home-navy-light);
  color: var(--home-white);
}

.page-home .report-side-card-quote p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  font-style: italic;
  color: rgba(255, 255, 255, .9);
}

/* ===== 两步查赛程 ===== */
.page-home .home-steps-section {
  background: var(--home-bg-blue);
  padding: 72px 0 64px;
  position: relative;
}

.page-home .steps-heading-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 44px;
}

.page-home .steps-heading h2 {
  font-family: var(--home-font-display);
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--home-text);
}

.page-home .steps-intro {
  font-size: 15px;
  line-height: 1.7;
  color: var(--home-muted);
  max-width: 520px;
}

.page-home .steps-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(10, 25, 47, .12);
}

.page-home .steps-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.page-home .steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  counter-reset: step-counter;
}

.page-home .step-item {
  display: flex;
  gap: 20px;
  background: var(--home-white);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 16px rgba(10, 25, 47, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-home .step-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(10, 25, 47, .1);
}

.page-home .step-num {
  font-family: var(--home-font-mono);
  font-size: 40px;
  font-weight: 800;
  color: var(--home-orange);
  line-height: 1;
  min-width: 48px;
}

.page-home .step-content h3 {
  font-family: var(--home-font-display);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--home-text);
}

.page-home .step-content p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--home-muted);
  margin: 0;
}

/* ===== 时间轴区 ===== */
.page-home .home-timeline-section {
  background: var(--home-white);
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
}

.page-home .timeline-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.page-home .timeline-heading h2 {
  font-family: var(--home-font-display);
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--home-text);
  line-height: 1.3;
}

.page-home .timeline-intro {
  font-size: 15px;
  line-height: 1.7;
  color: var(--home-muted);
  margin-bottom: 22px;
  max-width: 460px;
}

.page-home .timeline-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  background: var(--home-bg-blue);
  border-radius: 8px;
  padding: 28px;
  position: relative;
}

.page-home .timeline-svg-wrap {
  display: none;
}

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

.page-home .timeline-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  position: relative;
}

.page-home .timeline-time {
  font-family: var(--home-font-mono);
  font-size: 18px;
  font-weight: 700;
  color: var(--home-navy);
  background: var(--home-white);
  border-radius: 4px;
  padding: 8px 0;
  text-align: center;
  box-shadow: 0 2px 8px rgba(10, 25, 47, .08);
  align-self: start;
}

.page-home .timeline-text h3 {
  font-family: var(--home-font-display);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--home-text);
}

.page-home .timeline-text p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--home-muted);
  margin: 0;
}

.page-home .timeline-aside-img-wrap {
  display: none;
}

/* ===== 版本切换区 ===== */
.page-home .home-version-section {
  background: var(--home-navy);
  color: var(--home-white);
  padding: 72px 0 64px;
}

.page-home .version-switch-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .version-switch-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-home .version-symbol {
  font-family: var(--home-font-display);
  font-size: 44px;
  font-weight: 900;
  color: rgba(255, 255, 255, .12);
  letter-spacing: .1em;
}

.page-home .version-switch-demo {
  display: inline-flex;
  gap: 4px;
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
  padding: 4px;
  max-width: 200px;
}

.page-home .version-btn {
  flex: 1;
  padding: 10px 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
  border-radius: 4px;
  cursor: default;
}

.page-home .version-btn.is-active {
  background: var(--home-orange);
  color: var(--home-white);
}

.page-home .version-info-col {
  max-width: 560px;
}

.page-home .version-info-col .section-label {
  color: var(--home-orange-soft);
}

.page-home .version-info-col .section-label::before {
  background: var(--home-orange-soft);
}

.page-home .version-info-col h2 {
  font-family: var(--home-font-display);
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 20px;
}

.page-home .version-benefits {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .version-benefits li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .85);
}

.page-home .version-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--home-teal);
  font-weight: 700;
}

.page-home .version-note {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 20px;
}

.page-home .home-version-section .btn-light {
  background: var(--home-white);
  color: var(--home-navy);
}

/* ===== 入口卡片区 ===== */
.page-home .home-entry-section {
  background: var(--home-bg);
  padding: 72px 0 64px;
}

.page-home .entry-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .entry-card {
  display: block;
  padding: 32px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
  border-left: 4px solid transparent;
}

.page-home .entry-card:hover {
  transform: translateY(-4px);
}

.page-home .entry-card-dark {
  background: var(--home-navy-light);
  color: var(--home-white);
  border-left-color: var(--home-teal);
}

.page-home .entry-card-dark .section-label {
  color: var(--home-teal);
}

.page-home .entry-card-dark .section-label::before {
  background: var(--home-teal);
}

.page-home .entry-card-orange {
  background: var(--home-orange);
  color: var(--home-white);
  border-left-color: var(--home-white);
}

.page-home .entry-card-orange .section-label {
  color: rgba(255, 255, 255, .85);
}

.page-home .entry-card-orange .section-label::before {
  background: rgba(255, 255, 255, .85);
}

.page-home .entry-card-light {
  background: var(--home-white);
  color: var(--home-text);
  border-left-color: var(--home-orange-soft);
  box-shadow: 0 2px 16px rgba(10, 25, 47, .06);
}

.page-home .entry-card h3 {
  font-family: var(--home-font-display);
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.4;
}

.page-home .entry-card p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 20px;
}

.page-home .entry-card-dark p,
.page-home .entry-card-orange p {
  color: rgba(255, 255, 255, .8);
}

.page-home .entry-card-light p {
  color: var(--home-muted);
}

.page-home .entry-link-btn {
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-home .entry-card-dark .entry-link-btn {
  color: var(--home-teal);
}

.page-home .entry-card-orange .entry-link-btn {
  color: var(--home-white);
}

.page-home .entry-card-light .entry-link-btn {
  color: var(--home-orange);
}

/* ===== 信任声明 ===== */
.page-home .home-trust-section {
  background: var(--home-white);
  padding: 48px 0;
}

.page-home .trust-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.page-home .trust-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--home-navy);
  color: var(--home-teal);
  font-family: var(--home-font-display);
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-home .trust-text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--home-muted);
  max-width: 720px;
  margin: 0;
  text-align: center;
}

/* ===== 桌面端断点 ===== */
@media (min-width: 768px) {

  .page-home .hero-float-stats {
    right: 48px;
    bottom: 80px;
  }

  .page-home .hero-deco-text {
    font-size: 160px;
    right: 10%;
  }

  .page-home .hero-points {
    gap: 10px 32px;
  }

  .page-home .schedule-strip-inner {
    flex-wrap: nowrap;
  }

  .page-home .report-card {
    grid-template-columns: 300px 1fr;
  }

  .page-home .report-card-img {
    min-height: 100%;
  }

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

  .page-home .report-side-info {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .steps-heading-row {
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
  }

  .page-home .steps-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .page-home .timeline-layout {
    grid-template-columns: .9fr 1.1fr;
    align-items: start;
  }

  .page-home .timeline-content {
    grid-template-columns: 72px 1fr;
  }

  .page-home .timeline-svg-wrap {
    display: block;
    position: relative;
    grid-row: 1 / span 4;
  }

  .page-home .timeline-curve {
    position: absolute;
    top: 0;
    left: 24px;
    width: 2px;
    height: 100%;
  }

  .page-home .timeline-node {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--home-orange);
    left: 20px;
    z-index: 2;
  }

  .page-home .timeline-node.node-1 { top: 12%; }
  .page-home .timeline-node.node-2 { top: 38%; }
  .page-home .timeline-node.node-3 { top: 64%; }
  .page-home .timeline-node.node-4 { top: 88%; }

  .page-home .version-switch-row {
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
  }

  .page-home .entry-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

@media (min-width: 1024px) {

  .page-home .home-hero {
    min-height: 640px;
  }

  .page-home .hero-content {
    padding: 120px 0;
  }

  .page-home .hero-title {
    font-size: clamp(52px, 6vw, 72px);
  }

  .page-home .report-layout {
    grid-template-columns: 1.6fr 1fr;
    gap: 24px;
  }

  .page-home .report-side-info {
    grid-template-columns: 1fr;
  }

  .page-home .timeline-aside-img-wrap {
    display: block;
    position: absolute;
    right: -140px;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
    height: 720px;
    border-radius: 12px;
    overflow: hidden;
    opacity: .25;
    background: var(--home-navy);
  }

  .page-home .timeline-aside-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-home .timeline-layout {
    grid-template-columns: 1fr 1.4fr;
  }

  .page-home .home-hero .home-container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .page-home .float-stat {
    min-width: 170px;
  }
}

@media (max-width: 767px) {

  .page-home .hero-float-stats {
    display: none;
  }

  .page-home .hero-deco-text {
    display: none;
  }

  .page-home .hero-kicker {
    font-size: 12px;
  }

  .page-home .hero-title {
    font-size: 40px;
  }

  .page-home .hero-subtitle {
    font-size: 15px;
  }

  .page-home .hero-content {
    padding: 140px 0 80px;
  }

  .page-home .home-schedule-strip {
    padding: 24px 0;
  }

  .page-home .schedule-strip-badges {
    gap: 6px;
  }

  .page-home .home-report-section,
  .page-home .home-steps-section,
  .page-home .home-timeline-section,
  .page-home .home-version-section,
  .page-home .home-entry-section {
    padding: 48px 0 40px;
  }

  .page-home .report-card-body h3 {
    font-size: 20px;
  }

  .page-home .report-scoreline .data-number {
    font-size: 22px;
  }

  .page-home .report-meta-list {
    gap: 6px 12px;
  }

  .page-home .step-item {
    flex-direction: row;
    padding: 20px;
  }

  .page-home .step-num {
    font-size: 30px;
    min-width: 40px;
  }

  .page-home .timeline-content {
    padding: 20px;
  }

  .page-home .timeline-item {
    grid-template-columns: 56px 1fr;
    gap: 12px;
  }

  .page-home .timeline-time {
    font-size: 15px;
  }

  .page-home .version-switch-demo {
    max-width: 180px;
  }

  .page-home .entry-card {
    padding: 24px 20px;
  }

  .page-home .trust-inner {
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: no-preference) {

  .page-home .home-hero .hero-content {
    animation: home-hero-in .6s ease both;
  }

  @keyframes home-hero-in {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .page-home .step-item {
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .page-home .entry-card {
    transition: transform .2s ease, box-shadow .2s ease;
  }
}
