.page-home {
  --home-hero-bg: #0B3C5D;
  --home-hero-accent: #F18F01;
  --home-hero-soft: #2E8BC0;
  --home-timeline-line: #D5E3ED;
  --home-guide-hover: #E8F1F8;
  overflow-x: hidden;
}

.page-home .content-shell {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.page-home .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-family: "Roboto Mono", "Courier New", monospace;
  color: #5A6B7A;
}

.page-home .breadcrumbs a {
  color: #2E8BC0;
  text-decoration: none;
}

.page-home .breadcrumbs a:hover {
  text-decoration: underline;
}

.page-home .index-chip {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 0.75rem;
  color: #F18F01;
  letter-spacing: 0.04em;
}

.page-home .hero-collage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding-block: 1rem 2.5rem;
}

.page-home .hero-feature {
  position: relative;
  overflow: hidden;
  background: #0B3C5D;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  transition: box-shadow 0.25s ease;
}

.page-home .hero-feature:hover {
  box-shadow: 0 12px 32px rgba(11, 60, 93, 0.28);
}

.page-home .hero-feature-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.page-home .hero-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 60, 93, 0.12) 0%, rgba(11, 60, 93, 0.88) 100%);
}

.page-home .hero-feature-content {
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, 4vw, 2.75rem);
  max-width: 42rem;
}

.page-home .hero-kicker {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 0.8125rem;
  color: #FFB347;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.page-home .hero-feature-content h1 {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 1rem;
}

.page-home .hero-lead {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  line-height: 1.8;
  color: #E8F1F8;
  margin: 0 0 1.5rem;
  max-width: 36rem;
}

.page-home .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.page-home .btn-primary,
.page-home .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0.875rem 1.5rem;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-home .btn-primary {
  background: #F18F01;
  color: #FFFFFF;
}

.page-home .btn-primary:hover {
  background: #FFB347;
  color: #0B3C5D;
}

.page-home .btn-ghost {
  background: transparent;
  border-color: #E8F1F8;
  color: #FFFFFF;
}

.page-home .btn-ghost:hover {
  border-color: #F18F01;
  color: #FFB347;
}

.page-home .btn-arrow {
  transition: transform 0.2s ease;
}

.page-home .btn-primary:hover .btn-arrow,
.page-home .btn-ghost:hover .btn-arrow {
  transform: translateX(4px);
}

.page-home .hero-collage-side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .hero-fact {
  padding: clamp(1.25rem, 2vw, 1.75rem);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-home .hero-fact--blue {
  background: #E8F1F8;
}

.page-home .hero-fact--orange {
  background: #F18F01;
}

.page-home .hero-fact .index-chip {
  margin-bottom: 0.5rem;
}

.page-home .hero-fact--blue .index-chip {
  color: #2E8BC0;
}

.page-home .hero-fact--orange .index-chip {
  color: #FFFFFF;
}

.page-home .fact-num {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
  color: #0B3C5D;
}

.page-home .hero-fact--orange .fact-num {
  color: #FFFFFF;
}

.page-home .fact-label {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 0.875rem;
  color: #5A6B7A;
  margin: 0.25rem 0 0;
}

.page-home .hero-fact--orange .fact-label {
  color: rgba(255, 255, 255, 0.9);
}

.page-home .hero-fact .speed-lines {
  position: absolute;
  right: -10px;
  bottom: -6px;
  width: 96px;
  height: 48px;
  opacity: 0.24;
  pointer-events: none;
}

.page-home .hero-fact--blue .speed-lines {
  background: repeating-linear-gradient(
    -55deg,
    transparent 0,
    transparent 6px,
    #2E8BC0 6px,
    #2E8BC0 8px
  );
}

.page-home .hero-fact--orange .speed-lines {
  background: repeating-linear-gradient(
    -55deg,
    transparent 0,
    transparent 6px,
    #FFFFFF 6px,
    #FFFFFF 8px
  );
}

.page-home .hero-guide-card {
  background: #0B3C5D;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-home .hero-guide-card:hover {
  background: #2E8BC0;
  transform: translateX(4px);
}

.page-home .guide-card-kicker {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 0.75rem;
  color: #FFB347;
  margin: 0.25rem 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-home .guide-card-title {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin: 0 0 0.25rem;
}

.page-home .guide-card-desc {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 0.8125rem;
  color: #E8F1F8;
  margin: 0 0 0.5rem;
  line-height: 1.6;
}

.page-home .guide-card-link {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #FFB347;
  margin-top: auto;
}

.page-home .hero-guide-card:hover .guide-card-link {
  color: #FFFFFF;
}

.page-home .section-block {
  padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

.page-home .section-block--alt {
  background: #E8F1F8;
}

.page-home .section-eyebrow {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 0.8125rem;
  color: #F18F01;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-home .section-eyebrow::before {
  content: "";
  width: 24px;
  height: 3px;
  background: #F18F01;
}

.page-home .section-heading-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.page-home .section-heading-row h2 {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.25;
  color: #0B3C5D;
  margin: 0;
}

.page-home .section-desc {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #5A6B7A;
  margin: 0;
  max-width: 40rem;
}

.page-home .timeline-visual {
  margin-bottom: 2.5rem;
  padding: 1rem;
  background: #FFFFFF;
  max-width: 700px;
}

.page-home .timeline-graphic {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.page-home .timeline-chip {
  display: none;
}

.page-home .timeline-list {
  border-left: 4px solid #D5E3ED;
  margin-left: clamp(0.5rem, 2vw, 2rem);
  padding-left: clamp(1rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.page-home .timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 1px solid #D5E3ED;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.page-home .timeline-item:hover {
  border-color: #F18F01;
  box-shadow: 0 6px 20px rgba(11, 60, 93, 0.12);
  transform: translateX(6px);
}

.page-home .timeline-item:focus-visible {
  outline: 3px solid #FFB347;
  outline-offset: 2px;
}

.page-home .timeline-time {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-weight: 700;
  font-size: 1rem;
  color: #2E8BC0;
}

.page-home .timeline-node {
  position: absolute;
  left: calc(-1rem - 16px - 2px);
  top: 1.5rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 4px solid #F18F01;
}

.page-home .timeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.125rem;
}

.page-home .tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  background: #F18F01;
  color: #FFFFFF;
  border-radius: 2px;
}

.page-home .tag--light {
  background: #E8F1F8;
  color: #0B3C5D;
}

.page-home .timeline-match {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  color: #1D2D3A;
  margin: 0;
}

.page-home .timeline-vs {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-weight: 400;
  color: #5A6B7A;
}

.page-home .timeline-summary {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #5A6B7A;
  margin: 0;
}

.page-home .section-more {
  margin-top: 2.5rem;
}

.page-home .text-link {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #0B3C5D;
  text-decoration: none;
  border-bottom: 2px solid #F18F01;
  padding-bottom: 0.25rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .text-link:hover {
  color: #F18F01;
  border-color: #F18F01;
}

.page-home .text-link span {
  transition: transform 0.2s ease;
  display: inline-block;
}

.page-home .text-link:hover span {
  transform: translateX(4px);
}

.page-home .mobile-toolbar-section {
  background: #FFFFFF;
}

.page-home .mobile-toolbar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.page-home .mobile-toolbar-copy h2 {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.25;
  color: #0B3C5D;
  margin: 0 0 1rem;
}

.page-home .mobile-toolbar-copy .section-desc {
  margin-bottom: 1.5rem;
}

.page-home .feature-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.page-home .feature-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 0.9375rem;
  color: #1D2D3A;
  line-height: 1.6;
}

.page-home .feature-check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: #2E8BC0;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.1em;
}

.page-home .mobile-toolbar-preview {
  margin: 0;
}

.page-home .mobile-frame {
  position: relative;
  max-width: 400px;
  margin-inline: auto;
  border-radius: 28px;
  padding: 1rem 0.625rem;
  background: #0B3C5D;
  box-shadow: 0 16px 40px rgba(11, 60, 93, 0.22);
}

.page-home .mobile-screenshot {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.page-home .mobile-toolbar-demo {
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 8px 4px;
}

.page-home .mobile-toolbar-demo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 0.625rem;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  color: #5A6B7A;
}

.page-home .mobile-toolbar-demo-item--active {
  color: #F18F01;
}

.page-home .mobile-toolbar-demo .btn-demo-icon {
  width: 20px;
  height: 20px;
}

.page-home .mobile-caption {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 0.75rem;
  color: #5A6B7A;
  text-align: center;
  margin-top: 0.75rem;
}

.page-home .notice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.page-home .notice-copy h2,
.page-home .brand-cta-copy h2 {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.25;
  color: #0B3C5D;
  margin: 0 0 1rem;
}

.page-home .notice-copy .section-desc,
.page-home .brand-cta-copy .section-desc {
  margin-bottom: 1.5rem;
}

.page-home .notice-figure {
  margin: 0;
}

.page-home .notice-thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 12px 32px rgba(11, 60, 93, 0.18);
}

.page-home .notice-caption {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 0.75rem;
  color: #5A6B7A;
  margin-top: 0.75rem;
}

.page-home .guide-section {
  background: #F7F9FB;
}

.page-home .guide-index {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.page-home .guide-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background: #FFFFFF;
  border: 1px solid #D5E3ED;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
}

.page-home .guide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(11, 60, 93, 0.14);
  border-color: #2E8BC0;
}

.page-home .guide-card:focus-visible {
  outline: 3px solid #F18F01;
  outline-offset: 2px;
}

.page-home .guide-card--featured {
  background: #0B3C5D;
  border-color: #0B3C5D;
}

.page-home .guide-card--featured:hover {
  background: #2E8BC0;
  border-color: #2E8BC0;
}

.page-home .guide-card-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #E8F1F8;
  color: #2E8BC0;
}

.page-home .guide-card--featured .guide-card-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #FFB347;
}

.page-home .guide-card-icon svg {
  width: 22px;
  height: 22px;
}

.page-home .guide-card-title {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  color: #0B3C5D;
  margin: 0;
}

.page-home .guide-card--featured .guide-card-title {
  color: #FFFFFF;
}

.page-home .guide-card .guide-card-desc {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #5A6B7A;
  margin: 0;
}

.page-home .guide-card--featured .guide-card-desc {
  color: #E8F1F8;
}

.page-home .guide-card-link {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F18F01;
  margin-top: auto;
}

.page-home .guide-card:hover .guide-card-link {
  color: #0B3C5D;
}

.page-home .guide-card--featured .guide-card-link {
  color: #FFB347;
}

.page-home .guide-card--featured:hover .guide-card-link {
  color: #FFFFFF;
}

.page-home .brand-cta-section {
  background: #F7F9FB;
  padding-top: 0;
}

.page-home .brand-cta-panel {
  background: #E8F1F8;
  padding: clamp(1.5rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .brand-cta-copy h2 {
  margin-bottom: 0.75rem;
}

.page-home .sport-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home .tag--large {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  background: #FFFFFF;
  color: #0B3C5D;
  border: 1px solid #D5E3ED;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.page-home .sport-tag-list li:hover .tag--large {
  border-color: #F18F01;
  background: #F18F01;
  color: #FFFFFF;
}

@media (min-width: 640px) {
  .page-home .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .page-home .hero-collage-side {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .hero-guide-card {
    grid-column: span 2;
  }

  .page-home .timeline-item {
    grid-template-columns: 90px 1fr;
    gap: 0.75rem 1.25rem;
    align-items: baseline;
  }

  .page-home .timeline-time {
    grid-column: 1;
  }

  .page-home .timeline-content {
    grid-column: 2;
  }

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

  .page-home .feature-check-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .page-home .hero-collage {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 1.5rem;
    padding-block: 1.5rem 3rem;
  }

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

  .page-home .hero-collage-side {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .page-home .hero-guide-card {
    grid-column: span 1;
    min-height: 180px;
  }

  .page-home .section-heading-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: end;
  }

  .page-home .section-desc {
    margin-left: auto;
  }

  .page-home .mobile-toolbar-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 4rem;
  }

  .page-home .notice-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4rem;
  }

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

  .page-home .brand-cta-panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
    padding: clamp(2rem, 5vw, 4rem);
  }
}

@media (min-width: 1280px) {
  .page-home .hero-collage {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.9fr);
  }

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