.page-home {
  display: block;
}

.page-home .home-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
}

.page-home .home-section > .container {
  position: relative;
  z-index: 1;
}

.page-home .home-section__number {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  font-family: var(--font-mono);
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  color: rgba(201, 162, 39, 0.18);
  transform: translateY(-8%);
  pointer-events: none;
}

.page-home .home-direct {
  background: var(--gradient-primary);
  color: var(--white);
  padding-bottom: 0;
}

.page-home .home-direct .kicker {
  color: var(--gold-light);
}

.page-home .home-direct__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: rgba(245, 242, 235, 0.75);
}

.page-home .home-direct__breadcrumb,
.page-home .home-direct__bulletin {
  margin: 0;
}

.page-home .home-direct__bulletin {
  font-family: var(--font-mono);
  color: var(--gold-light);
}

.page-home .home-direct__title {
  margin: 12px 0 18px;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.01em;
}

.page-home .home-direct__desc {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(245, 242, 235, 0.88);
  max-width: 62ch;
}

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

.page-home .home-toc {
  margin-top: 32px;
  padding: 12px 18px 6px;
  background: var(--off-white);
  color: var(--dark-text);
  border: 3px solid var(--gold);
  box-shadow: var(--shadow-brutal);
}

.page-home .home-toc__caption {
  margin: 0 0 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(20, 33, 61, 0.12);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

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

.page-home .home-toc__list li + li {
  border-top: 1px solid rgba(20, 33, 61, 0.12);
}

.page-home .home-toc__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  text-decoration: none;
  color: inherit;
}

.page-home .home-toc__list a:hover {
  color: var(--deep-blue);
}

.page-home .home-toc__list a:hover .home-toc__arrow {
  transform: translateX(6px);
}

.page-home .home-toc__num {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--gold);
}

.page-home .home-toc__text {
  flex: 1;
  font-weight: 700;
}

.page-home .home-toc__arrow {
  font-family: var(--font-mono);
  transition: transform 0.3s var(--ease);
}

.page-home .home-direct__cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding-bottom: 48px;
}

.page-home .home-direct-card {
  position: relative;
  display: block;
  padding: 22px 20px 20px;
  background: rgba(18, 58, 107, 0.8);
  border: 2px solid var(--gold);
  color: var(--off-white);
  text-decoration: none;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.page-home .home-direct-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--shadow-brutal);
  border-color: var(--gold-light);
}

.page-home .home-direct-card__num {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-light);
  display: inline-block;
  margin-bottom: 8px;
}

.page-home .home-direct-card__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.page-home .home-direct-card__desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245, 242, 235, 0.8);
}

.page-home .home-direct-card__link {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-light);
  border-bottom: 1px solid currentColor;
}

.page-home .home-direct__image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 0;
  margin-top: 12px;
}

.page-home .home-reports {
  background: var(--off-white);
  color: var(--dark-text);
}

.page-home .home-reports::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 16px;
  background: var(--gradient-accent);
  z-index: 1;
}

.page-home .home-reports__head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}

.page-home .home-reports__head .btn {
  align-self: flex-start;
}

.page-home .home-reports__sub {
  margin: 8px 0 0;
  color: var(--muted-text);
  font-size: 15px;
}

.page-home .home-section .section-title {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

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

.page-home .home-report-item {
  position: relative;
  background: var(--white);
  padding: 20px 20px 18px;
  border-left: 4px solid var(--gold);
  box-shadow: var(--shadow-soft);
}

.page-home .home-report-item:nth-child(2) {
  margin-left: 16px;
}

.page-home .home-report-item:nth-child(3) {
  margin-top: 4px;
}

.page-home .home-report-item__tag {
  display: inline-block;
  padding: 3px 8px;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.page-home .home-report-item__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

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

.page-home .home-report-item__meta {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--muted-text);
}

.page-home .home-report-item__meta a {
  color: var(--deep-blue);
  font-weight: 700;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.page-home .home-reports__visual {
  margin-top: 8px;
  border: 4px solid var(--gold);
  box-shadow: var(--shadow-brutal);
  background: var(--white);
}

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

.page-home .home-reports__caption {
  margin: 0;
  padding: 10px 14px;
  background: var(--white);
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--dark-text);
  letter-spacing: 0.08em;
}

.page-home .home-collect {
  background: var(--deep-blue);
  color: var(--off-white);
}

.page-home .home-collect .kicker {
  color: var(--gold-light);
}

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

.page-home .home-collect__lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 12px 0 16px;
  color: rgba(245, 242, 235, 0.85);
}

.page-home .home-collect__steps {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.page-home .home-collect__steps li {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(245, 242, 235, 0.2);
}

.page-home .home-collect__steps li:first-child {
  border-top: 1px solid rgba(245, 242, 235, 0.2);
}

.page-home .home-collect__step-num {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 900;
  color: var(--gold-light);
  line-height: 1;
}

.page-home .home-collect__steps p {
  margin: 0;
  line-height: 1.65;
  color: rgba(245, 242, 235, 0.88);
}

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

.page-home .home-collect__visual {
  margin: 0;
  border: 4px solid var(--gold);
  background: var(--off-white);
  box-shadow: 8px 8px 0 rgba(230, 57, 70, 0.85);
  transform: rotate(0deg);
}

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

.page-home .home-stats {
  background: var(--off-white);
  color: var(--dark-text);
}

.page-home .home-stats__sub {
  margin: 8px 0 0;
  color: var(--muted-text);
  font-size: 16px;
}

.page-home .home-stats__grid {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: rgba(20, 33, 61, 0.1);
  border: 2px solid var(--deep-blue);
}

.page-home .home-stat {
  background: var(--white);
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--gold);
}

.page-home .home-stat:nth-child(odd) {
  border-right: 1px solid rgba(20, 33, 61, 0.1);
}

.page-home .home-stat__num {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--deep-blue);
  white-space: nowrap;
}

.page-home .home-stat__label {
  margin-top: 6px;
  font-size: 14px;
  color: var(--muted-text);
  font-weight: 600;
}

.page-home .home-stats__extra {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .home-stats__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--deep-blue);
  color: var(--off-white);
  border: 2px solid var(--gold);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.page-home .home-stats__dot {
  width: 8px;
  height: 8px;
  background: var(--gold-light);
  display: inline-block;
  flex: 0 0 auto;
}

.page-home .home-stats__visual {
  margin-top: 32px;
  border: 4px solid var(--gold);
  box-shadow: var(--shadow-brutal);
}

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

.page-home .home-stats__href {
  margin-top: 16px;
}

.page-home .home-stats__href a {
  color: var(--deep-blue);
  font-weight: 700;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.page-home .home-download {
  background: var(--gradient-primary);
  color: var(--white);
}

.page-home .home-download::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 12px;
  background: var(--gradient-accent);
  z-index: 1;
}

.page-home .home-download__inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 20px;
  border: 3px solid var(--gold);
  background: rgba(18, 58, 107, 0.32);
  box-shadow: var(--shadow-brutal);
}

.page-home .home-download__desc {
  max-width: 62ch;
  margin: 12px auto 0;
  line-height: 1.7;
  color: rgba(245, 242, 235, 0.88);
}

.page-home .home-download__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.page-home .home-download__note {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 14px;
  color: rgba(245, 242, 235, 0.8);
}

.page-home .home-download__more {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.page-home .home-download__more a {
  color: var(--gold-light);
  text-decoration-color: rgba(201, 162, 39, 0.5);
  text-underline-offset: 4px;
}

.page-home .home-download__more a:hover {
  color: var(--white);
}

@media (min-width: 768px) {
  .page-home .home-section {
    padding: 100px 0;
  }

  .page-home .home-section__number {
    font-size: 180px;
  }

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

  .page-home .home-direct__title {
    font-size: 52px;
  }

  .page-home .home-direct__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 48px;
    align-items: start;
  }

  .page-home .home-toc {
    margin-top: 0;
    border-width: 3px;
  }

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

  .page-home .home-direct__image {
    height: 420px;
  }

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

  .page-home .home-reports__head .btn {
    align-self: auto;
  }

  .page-home .home-section .section-title {
    font-size: 38px;
  }

  .page-home .home-reports__layout {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px 32px;
    align-items: start;
  }

  .page-home .home-reports__visual {
    margin-top: 0;
  }

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

  .page-home .home-collect__visual {
    transform: rotate(-1.5deg);
  }

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

  .page-home .home-stat__num {
    font-size: 36px;
  }

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