.page-home {
  background: var(--c-space);
  color: var(--c-ink);
  overflow-x: hidden;
}

.page-home .container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.page-home .home-hero {
  position: relative;
  padding: 56px 0 68px;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--c-space-deep);
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
}

.page-home .home-hero__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.55;
}

.page-home .home-hero__bg-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--c-space) 8%, rgba(11, 30, 58, 0.92) 52%, rgba(6, 18, 42, 0.7) 100%);
}

.page-home .home-hero__bg-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .home-hero__brand {
  max-width: 680px;
}

.page-home .home-hero__title {
  margin: 18px 0 8px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(44px, 9vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--c-ink);
}

.page-home .home-hero__title-accent {
  color: var(--c-neon);
  text-shadow: 0 0 36px rgba(0, 255, 136, 0.4);
}

.page-home .home-hero__lead {
  margin: 0 0 20px;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--c-gold);
  text-transform: uppercase;
}

.page-home .home-hero__desc {
  margin: 0 0 28px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--c-ink-dim);
}

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

.page-home .home-hero__index {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--c-line);
  list-style: none;
}

.page-home .home-hero__index li {
  display: block;
}

.page-home .home-hero__index span {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--c-ink-dim);
}

.page-home .home-hero__index strong {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  color: var(--c-ink);
}

.page-home .home-hero__console {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}

.page-home .home-console-card {
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  padding: 22px 22px 18px;
  background: rgba(13, 36, 69, 0.78);
  box-shadow: 0 24px 80px rgba(6, 18, 42, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-home .home-console-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.page-home .home-console-card__label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--c-neon);
}

.page-home .home-console-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0 18px;
  border-bottom: 1px solid var(--c-line);
}

.page-home .home-console-score__side {
  flex: 1;
  text-align: center;
}

.page-home .home-console-score__team {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: var(--c-ink);
}

.page-home .home-console-score__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 52px;
  font-weight: 700;
  color: var(--c-neon);
}

.page-home .home-console-score__sep {
  font-family: var(--font-mono);
  font-size: 28px;
  color: var(--c-ink-dim);
}

.page-home .home-console-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0 0;
}

.page-home .home-console-meta__row {
  margin: 0;
}

.page-home .home-console-meta dt {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--c-ink-dim);
}

.page-home .home-console-meta dd {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-ink);
}

.page-home .home-console-card__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-gold);
}

.page-home .home-console-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-neon);
  box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.6);
  animation: homePulse888 2s var(--ease-out) infinite;
}

.page-home .home-hero__console-note {
  margin: 18px 0 0;
  font-size: 13px;
  text-align: center;
  color: var(--c-ink-dim);
}

.page-home .home-hero__console-note span {
  color: var(--c-gold);
}

.page-home .home-modules {
  padding: 72px 0 48px;
  background: linear-gradient(180deg, var(--c-space) 0%, var(--c-space-deep) 100%);
}

.page-home .home-modules__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: end;
  margin-bottom: 32px;
}

.page-home .home-section-kicker {
  margin-bottom: 10px;
}

.page-home .home-section-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  color: var(--c-ink);
}

.page-home .home-modules__intro {
  margin: 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-ink-dim);
}

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

.page-home .home-module-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(13, 36, 69, 0.85), rgba(11, 30, 58, 0.65));
  transition: transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s;
}

.page-home .home-module-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 136, 0.45);
  box-shadow: 0 18px 44px rgba(0, 255, 136, 0.12);
}

.page-home .home-module-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.page-home .home-module-card__icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(0, 255, 136, 0.08);
}

.page-home .home-module-card__num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-ink-dim);
}

.page-home .home-module-card .tag {
  align-self: flex-start;
}

.page-home .home-module-card__title {
  margin: 14px 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--c-ink);
}

.page-home .home-module-card__text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-ink-dim);
}

.page-home .home-module-card__link {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-neon);
  text-decoration: none;
}

.page-home .home-insight {
  padding: 64px 0 48px;
  background: var(--c-space-deep);
}

.page-home .home-insight__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

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

.page-home .home-insight__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  clip-path: polygon(0 6%, 100% 0, 97% 94%, 4% 100%);
}

.page-home .home-insight__badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  background: rgba(6, 18, 42, 0.82);
  border: 1px solid rgba(255, 215, 0, 0.45);
  font-family: var(--font-display);
}

.page-home .home-insight__badge strong {
  font-size: 30px;
  line-height: 1;
  color: var(--c-gold);
}

.page-home .home-insight__badge span {
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--c-ink-dim);
}

.page-home .home-insight__lead {
  margin: 18px 0 28px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-ink-dim);
}

.page-home .home-insight__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.page-home .home-insight__list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--c-line);
}

.page-home .home-insight__list strong {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  color: var(--c-ink);
}

.page-home .home-insight__list span {
  font-size: 13px;
  color: var(--c-ink-dim);
}

.page-home .home-updates {
  padding: 56px 0 64px;
  background: var(--c-space);
}

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

.page-home .home-updates__head p {
  max-width: 440px;
  margin: 0;
  color: var(--c-ink-dim);
  font-size: 15px;
  line-height: 1.7;
}

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

.page-home .home-update-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: var(--c-space-card);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
}

.page-home .home-update-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.page-home .home-update-card__time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-ink-dim);
}

.page-home .home-update-card .card-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--c-ink);
}

.page-home .home-update-card .card-text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-ink-dim);
}

.page-home .home-update-card__more {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-neon);
  text-decoration: none;
}

.page-home .home-updates__banner {
  position: relative;
  margin: 24px 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

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

.page-home .home-updates__banner-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: 60%;
  padding: 12px 16px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-md);
  background: rgba(6, 18, 42, 0.82);
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-ink);
}

.page-home .home-updates__banner-caption .tag {
  margin-right: 8px;
  vertical-align: middle;
}

.page-home .home-download {
  position: relative;
  padding: 72px 0 80px;
  background: var(--c-space-deep);
  overflow: hidden;
}

.page-home .home-download__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.06), rgba(255, 215, 0, 0.04) 46%, rgba(6, 18, 42, 0) 80%);
  transform: skewY(-3deg);
}

.page-home .home-download__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .home-download__copy {
  max-width: 640px;
}

.page-home .home-download__title {
  margin: 16px 0 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.15;
  color: var(--c-ink);
}

.page-home .home-download__lead {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-ink-dim);
}

.page-home .home-download__steps {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.page-home .home-download-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
}

.page-home .home-download-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--c-neon);
  color: var(--c-neon);
  font-family: var(--font-mono);
  font-size: 14px;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.16);
}

.page-home .home-download-step h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--c-ink);
}

.page-home .home-download-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-ink-dim);
}

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

.page-home .home-download__foot {
  margin-top: 18px;
  font-size: 13px;
  color: var(--c-ink-dim);
}

.page-home .home-download__foot a {
  color: var(--c-gold);
  text-decoration: none;
}

.page-home .home-download__media {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}

.page-home .home-download__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  transform: rotate(3deg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  border: 1px solid var(--c-line);
}

@keyframes homePulse888 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(0, 255, 136, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 136, 0);
  }
}

@media (min-width: 960px) {
  .page-home .home-hero {
    padding: 88px 0 96px;
    min-height: 680px;
  }

  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 48px;
  }

  .page-home .home-hero__console {
    max-width: none;
  }

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

  .page-home .home-modules__head {
    grid-template-columns: 1fr auto;
    gap: 32px;
  }

  .page-home .home-modules__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .page-home .home-insight {
    padding: 80px 0 72px;
  }

  .page-home .home-insight__inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
  }

  .page-home .home-insight__copy {
    padding-left: 16px;
  }

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

  .page-home .home-updates__head {
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: end;
  }

  .page-home .home-updates__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

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

  .page-home .home-download__inner {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
  }
}
