.page-home {
  --home-hero-bg: linear-gradient(135deg, #0E2A47 0%, #071B2E 100%);
  background-color: var(--silver-white);
  overflow-x: hidden;
}

.page-home .home-hero {
  position: relative;
  background: var(--home-hero-bg);
  color: var(--cloud-white);
  overflow: hidden;
  padding: calc(var(--header-h) + 36px) 0 56px;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  background: repeating-linear-gradient(
    -55deg,
    rgba(184, 205, 224, 0.08) 0px,
    rgba(184, 205, 224, 0.08) 1px,
    transparent 1px,
    transparent 10px
  );
  pointer-events: none;
}

.page-home .home-hero__container {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 40px;
}

.page-home .home-hero__crumb {
  margin-bottom: 12px;
}

.page-home .home-hero__crumb .breadcrumb__current {
  color: var(--ice-blue);
  font-family: var(--font-mono);
  font-size: 0.875rem;
}

.page-home .home-hero .section-kicker {
  color: var(--heat-orange);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-home .home-hero h1 {
  font-family: var(--font-display);
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--cloud-white);
}

.page-home .home-hero__lead {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(244, 247, 251, 0.88);
  max-width: 620px;
  margin-bottom: 24px;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

.page-home .home-hero__actions .btn-ghost {
  border-color: rgba(244, 247, 251, 0.5);
  color: var(--cloud-white);
}

.page-home .home-hero__actions .btn-primary {
  background-color: var(--heat-orange);
}

.page-home .home-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.page-home .home-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(244, 247, 251, 0.82);
}

.page-home .home-hero__meta-item .status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--status-green);
  flex-shrink: 0;
}

.page-home .home-hero__visual {
  position: relative;
  min-height: 340px;
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transform: scale(1.06);
}

.page-home .home-hero__shape {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin-left: auto;
  background: linear-gradient(160deg, rgba(11, 42, 71, 0.96), rgba(7, 27, 46, 0.94));
  clip-path: polygon(6% 0, 100% 0, 100% 84%, 0 100%);
  padding: 32px 26px 40px;
  border-left: 4px solid var(--heat-orange);
}

.page-home .home-hero__tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--ice-blue);
  text-transform: uppercase;
  background: rgba(184, 205, 224, 0.14);
  padding: 6px 10px;
  margin-bottom: 20px;
}

.page-home .home-hero__version-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}

.page-home .home-hero__version {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--heat-orange);
}

.page-home .home-hero__version-label {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: rgba(244, 247, 251, 0.9);
}

.page-home .home-hero__spark {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 14px;
}

.page-home .home-hero__shape-meta {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(244, 247, 251, 0.8);
  line-height: 1.5;
}

.page-home .home-trust {
  background: var(--snow-gray);
  padding: 32px 0;
}

.page-home .home-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}

.page-home .home-trust__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
}

.page-home .home-trust__num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--lake-blue);
}

.page-home .home-trust__label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--night-blue);
}

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

.page-home .home-section__grid {
  display: grid;
  gap: 32px;
}

.page-home .home-section__aside {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .home-section__aside .section-kicker {
  color: var(--heat-orange);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

.page-home .home-section__aside .print-label {
  margin: 0;
}

.page-home .home-section__main .section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
  color: var(--lake-blue);
  margin-bottom: 12px;
}

.page-home .home-section__lead {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--night-blue);
  margin-bottom: 24px;
  max-width: 720px;
}

.page-home .print-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--ice-blue);
  text-transform: uppercase;
}

.page-home .home-migration {
  background: var(--silver-white);
}

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

.page-home .home-migration__steps {
  list-style: none;
  counter-reset: migration;
  display: grid;
  gap: 0;
  padding: 0;
}

.page-home .home-migration__steps li {
  position: relative;
  counter-increment: migration;
  padding-left: 48px;
  padding-bottom: 20px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--night-blue);
}

.page-home .home-migration__steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 28px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--heat-orange), var(--ice-blue));
}

.page-home .home-migration__steps li::after {
  content: counter(migration);
  position: absolute;
  left: 4px;
  top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lake-blue);
  color: var(--cloud-white);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .home-migration__figure {
  margin: 0;
}

.page-home .home-migration__figure img,
.page-home .home-progress__figure img,
.page-home .home-matchdata__figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}

.page-home .home-migration__figure figcaption,
.page-home .home-progress__figure figcaption,
.page-home .home-matchdata__figure figcaption {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--ice-blue);
  padding-top: 10px;
}

.page-home .home-migration__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.page-home .home-progress {
  background: var(--lake-blue);
  color: var(--cloud-white);
}

.page-home .home-progress .section-title {
  color: var(--cloud-white);
}

.page-home .home-progress .home-section__lead {
  color: rgba(244, 247, 251, 0.92);
}

.page-home .home-progress__status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-home .home-progress__status .status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--heat-orange);
  box-shadow: 0 0 0 4px rgba(255, 90, 54, 0.2);
  flex-shrink: 0;
}

.page-home .home-progress__grid {
  display: grid;
  gap: 24px;
  margin-bottom: 28px;
}

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

.page-home .home-progress__step {
  position: relative;
  padding-left: 48px;
  padding-bottom: 26px;
}

.page-home .home-progress__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 30px;
  bottom: 0;
  width: 2px;
  background: rgba(184, 205, 224, 0.3);
}

.page-home .home-progress__dot {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ice-blue);
  border: 2px solid rgba(184, 205, 224, 0.4);
}

.page-home .home-progress__dot--done {
  background: var(--status-green);
  border-color: rgba(29, 187, 122, 0.6);
}

.page-home .home-progress__dot--active {
  background: var(--heat-orange);
  border-color: rgba(255, 90, 54, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 90, 54, 0.18);
}

.page-home .home-progress__step strong {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--cloud-white);
  margin-bottom: 4px;
}

.page-home .home-progress__step p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(244, 247, 251, 0.75);
  margin: 0;
}

.page-home .home-progress__figure {
  margin: 0;
}

.page-home .home-progress__figure img {
  max-height: 340px;
}

.page-home .home-progress__figure figcaption {
  color: rgba(244, 247, 251, 0.62);
}

.page-home .home-progress__columns {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 28px;
}

.page-home .home-progress__columns li {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--ice-blue);
  background: rgba(184, 205, 224, 0.12);
  border-left: 2px solid var(--heat-orange);
  padding: 8px 14px;
}

.page-home .home-progress .btn-primary {
  background-color: var(--heat-orange);
}

.page-home .home-matchdata {
  background: var(--silver-white);
}

.page-home .home-matchdata__panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  background: var(--cloud-white);
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 24px;
  box-shadow: 0 12px 32px rgba(7, 27, 46, 0.06);
}

.page-home .home-matchdata__chart {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .home-matchdata__chart .card-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ice-blue);
  margin: 0;
}

.page-home .home-matchdata__svg {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .home-matchdata__panel .legend {
  display: flex;
  gap: 16px;
}

.page-home .home-matchdata__panel .legend__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--night-blue);
}

.page-home .home-matchdata__panel .legend__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ice-blue);
}

.page-home .home-matchdata__panel .legend__dot--live {
  background: var(--status-green);
}

.page-home .home-matchdata__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--lake-blue);
  color: var(--cloud-white);
  padding: 24px;
  border-radius: 4px;
  clip-path: polygon(4% 0, 100% 0, 100% 90%, 0 100%);
}

.page-home .home-matchdata__version {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--heat-orange);
}

.page-home .home-matchdata__info-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}

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

.page-home .home-matchdata__info-list li {
  position: relative;
  padding-left: 16px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(244, 247, 251, 0.86);
}

.page-home .home-matchdata__info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--heat-orange);
  border-radius: 50%;
}

.page-home .home-matchdata__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-home .home-matchdata__tags span {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--ice-blue);
  background: rgba(184, 205, 224, 0.16);
  padding: 4px 10px;
}

.page-home .home-matchdata__featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.page-home .home-matchdata__fixture {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: var(--snow-gray);
  padding: 16px 20px;
  border-left: 3px solid var(--heat-orange);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.page-home .home-matchdata__fixture:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(7, 27, 46, 0.1);
}

.page-home .home-matchdata__fixture-round {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--heat-orange);
  background: rgba(255, 90, 54, 0.12);
  padding: 4px 8px;
}

.page-home .home-matchdata__fixture-name {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--lake-blue);
  font-size: 0.95rem;
}

.page-home .home-matchdata__fixture .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--status-green);
}

.page-home .home-matchdata__fixture-status {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--night-blue);
}

.page-home .home-matchdata__figure {
  margin: 0 0 24px;
}

.page-home .home-matchdata__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .home-guide {
  background: var(--cloud-white);
}

.page-home .home-guide__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

.page-home .home-guide__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--silver-white);
  padding: 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.25s var(--ease), transform 0.25s var(--ease);
  position: relative;
}

.page-home .home-guide__item:hover {
  background: var(--snow-gray);
  transform: translateY(-2px);
}

.page-home .home-guide__item-num {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--heat-orange);
  margin-bottom: 6px;
}

.page-home .home-guide__item .card-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--lake-blue);
  margin: 0;
}

.page-home .home-guide__item .card-copy {
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--night-blue);
  margin: 0;
}

.page-home .home-guide__item-go {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--heat-orange);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.25s var(--ease);
}

.page-home .home-guide__item:hover .home-guide__item-go {
  gap: 12px;
}

.page-home .home-guide__note {
  background: var(--lake-blue);
  color: rgba(244, 247, 251, 0.9);
  padding: 20px 24px;
  border-left: 4px solid var(--heat-orange);
  max-width: 720px;
}

.page-home .home-guide__note p {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0;
}

.page-home .home-about {
  background: var(--night-blue);
  color: var(--cloud-white);
  padding: 72px 0;
}

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

.page-home .home-about__copy .section-kicker {
  color: var(--heat-orange);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-home .home-about__copy h2 {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--cloud-white);
  margin-bottom: 20px;
}

.page-home .home-about__copy p {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(244, 247, 251, 0.78);
  max-width: 640px;
  margin-bottom: 16px;
}

.page-home .home-about__copy .btn-ghost {
  border-color: rgba(184, 205, 224, 0.5);
  color: var(--cloud-white);
  margin-top: 8px;
}

.page-home .home-about__status {
  background: rgba(184, 205, 224, 0.08);
  padding: 28px;
  border-left: 3px solid var(--heat-orange);
}

.page-home .home-about__status .print-label {
  display: block;
  margin-bottom: 16px;
}

.page-home .home-about__status ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-about__status li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: rgba(244, 247, 251, 0.9);
}

.page-home .home-about__status .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--status-green);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .page-home .home-hero {
    padding: calc(var(--header-h) + 52px) 0 72px;
  }

  .page-home .home-hero__container {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: center;
    gap: 48px;
  }

  .page-home .home-hero h1 {
    font-size: 2.75rem;
  }

  .page-home .home-hero__lead {
    font-size: 1.0625rem;
  }

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

  .page-home .home-trust__num {
    font-size: 2.4rem;
  }

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

  .page-home .home-section__grid {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 48px;
  }

  .page-home .home-migration__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .home-progress__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .page-home .home-matchdata__panel {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: stretch;
  }

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

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

  .page-home .home-about__grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero__visual {
    min-height: 440px;
  }

  .page-home .home-hero__shape {
    padding: 40px 34px 48px;
  }

  .page-home .home-section__grid {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 72px;
  }

  .page-home .home-section__main .section-title {
    font-size: 2rem;
  }

  .page-home .home-section__aside {
    padding-top: 10px;
  }
}
