.page-home {
  --hv-accent: #FF6B35;
  --hv-accent-soft: #FF8C62;
  --hv-silver: #C0C0C0;
  --hv-card: #102A54;
  --hv-deep: #060D1F;
  --hv-muted: #A3B1C6;
  --hv-line: rgba(192, 192, 192, .18);
  --hv-grid: rgba(192, 192, 192, .06);
  background-color: #0B1B3D;
  color: #FFFFFF;
  overflow-x: hidden;
  position: relative;
}

.page-home .container {
  max-width: var(--container);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin: 0 auto;
}

.page-home .grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.page-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-h-mobile) + 32px) 0 56px;
  background:
    linear-gradient(rgba(192,192,192,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,192,192,.05) 1px, transparent 1px),
    radial-gradient(ellipse at 72% 28%, rgba(16,42,84,.75), transparent 62%),
    #0B1B3D;
  background-size: 46px 46px, 46px 46px, 100% 100%, 100%;
}

.page-home .home-hero::after {
  content: "2026";
  position: absolute;
  right: -2%;
  bottom: 6%;
  font-family: var(--font-mono);
  font-size: clamp(120px, 26vw, 300px);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(192,192,192,.12);
  pointer-events: none;
  z-index: 0;
}

.page-home .home-hero .grid-overlay {
  background-image:
    linear-gradient(to right, rgba(192,192,192,.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(192,192,192,.08) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .45;
}

.page-home .home-hero__speedline {
  position: absolute;
  top: 18%;
  left: -10%;
  width: 76%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,107,53,.7), transparent);
  transform: rotate(-16deg);
  z-index: 1;
  pointer-events: none;
}

.page-home .home-hero__container {
  position: relative;
  z-index: 2;
}

.page-home .home-hero__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.page-home .home-hero__context {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--hv-muted);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.page-home .home-hero__context-dot {
  width: 10px;
  height: 10px;
  background: var(--hv-accent);
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,107,53,.15);
}

.page-home .home-hero__context-slash {
  color: var(--hv-silver);
  opacity: .55;
}

.page-home .home-hero__copy h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(32px, 6.4vw, 58px);
  line-height: 1.12;
  letter-spacing: -.01em;
  color: #FFFFFF;
  margin: 0 0 22px;
}

.page-home .home-hero__title-sep {
  display: block;
  color: var(--hv-accent);
  font-size: .72em;
  margin-top: 10px;
}

.page-home .home-hero__lead {
  font-size: 15px;
  line-height: 1.75;
  color: var(--hv-muted);
  max-width: 560px;
  margin: 0 0 28px;
}

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

.page-home .home-hero__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--hv-line);
}

.page-home .home-hero__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--hv-muted);
  letter-spacing: .04em;
}

.page-home .home-hero__legend-item::before {
  content: "";
  width: 18px;
  height: 4px;
  display: inline-block;
}

.page-home .home-hero__legend-item--orange::before {
  background: var(--hv-accent);
}

.page-home .home-hero__legend-item--silver::before {
  background: var(--hv-silver);
}

.page-home .home-hero__legend-item--blue::before {
  background: #4A90E2;
}

.page-home .home-hero__visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

.page-home .home-hero__frame {
  position: relative;
  background: rgba(6, 13, 31, .5);
  border: 1px solid var(--hv-line);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.page-home .home-hero__frame-meta,
.page-home .home-hero__frame-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--hv-muted);
  padding: 0 8px;
}

.page-home .home-hero__frame-img {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--hv-deep);
  border: 1px solid var(--hv-line);
}

.page-home .home-hero__frame-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.85) contrast(1.05);
}

.page-home .home-hero__index {
  border: 1px solid var(--hv-line);
  background: rgba(16, 42, 84, .75);
  padding: 18px;
}

.page-home .home-hero__index-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--hv-muted);
}

.page-home .home-hero__index-title {
  color: var(--hv-accent);
  font-weight: 700;
}

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

.page-home .home-hero__index-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(6, 13, 31, .5);
  border-left: 2px solid var(--hv-silver);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}

.page-home .home-hero__index-item:hover {
  background: rgba(255, 107, 53, .12);
  border-left-color: var(--hv-accent);
  color: var(--hv-accent-soft);
}

.page-home .home-hero__index-item:focus-visible {
  outline: 2px solid var(--hv-accent);
  outline-offset: 2px;
}

.page-home .home-hero__index-num {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--hv-accent);
  font-size: 14px;
  min-width: 22px;
}

.page-home .home-section-head {
  margin-bottom: 36px;
}

.page-home .home-section-head .section-label {
  margin-bottom: 12px;
}

.page-home .home-section-head__title {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.2;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0 0 12px;
}

.page-home .home-section-head__lead {
  font-size: 14px;
  line-height: 1.75;
  color: var(--hv-muted);
  max-width: 680px;
  margin: 0;
}

.page-home .home-v4 {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
}

.page-home .home-v4::before {
  content: "";
  position: absolute;
  right: -140px;
  top: 70px;
  width: 360px;
  height: 360px;
  background: repeating-linear-gradient(135deg, transparent 0 16px, rgba(255,107,53,.07) 16px 17px);
  pointer-events: none;
}

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

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

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

.page-home .home-v4__visual .media-frame {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 800 / 520;
  background: var(--hv-deep);
  border: 1px solid var(--hv-line);
}

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

.page-home .home-v4__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .home-v4__card {
  background: var(--hv-card);
  border: 1px solid var(--hv-line);
  padding: 0;
  position: relative;
  transition: border-color .2s var(--ease);
}

.page-home .home-v4__card[open] {
  border-color: rgba(255, 107, 53, .5);
}

.page-home .home-v4__card summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  transition: color .2s var(--ease);
}

.page-home .home-v4__card summary::-webkit-details-marker {
  display: none;
}

.page-home .home-v4__card summary::before {
  content: "+";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: rgba(255, 107, 53, .18);
  color: var(--hv-accent);
  font-family: var(--font-mono);
  font-weight: 700;
  display: grid;
  place-items: center;
  transition: background .2s var(--ease), color .2s var(--ease);
}

.page-home .home-v4__card[open] summary::before {
  content: "–";
  background: var(--hv-accent);
  color: #FFFFFF;
}

.page-home .home-v4__card summary:hover {
  color: var(--hv-accent-soft);
}

.page-home .home-v4__card > p {
  margin: 0;
  padding: 0 20px 18px 56px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--hv-muted);
}

.page-home .home-v4__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 40px;
}

.page-home .home-v4__stat {
  background: rgba(6, 13, 31, .6);
  border: 1px solid var(--hv-line);
  border-top: 2px solid var(--hv-accent);
  padding: 18px 14px;
  text-align: center;
  min-width: 0;
}

.page-home .home-v4__stat-num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(18px, 3.4vw, 25px);
  color: var(--hv-accent);
  margin-bottom: 6px;
  word-break: break-word;
}

.page-home .home-v4__stat-label {
  display: block;
  font-size: 12px;
  color: var(--hv-muted);
  line-height: 1.4;
}

.page-home .home-history {
  padding: 72px 0;
  background: #0B1B3D;
  position: relative;
}

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

.page-home .home-history__filter {
  position: relative;
  background: var(--hv-card);
  border: 1px solid var(--hv-line);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.page-home .home-history__filter-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--hv-accent);
  font-weight: 700;
  text-transform: uppercase;
}

.page-home .home-history__filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .home-history__filter-tags .tag {
  display: inline-block;
  margin: 0;
  background: rgba(6, 13, 31, .45);
  border: 1px solid rgba(192,192,192,.32);
  color: var(--hv-muted);
  padding: 8px 16px;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}

.page-home .home-history__filter-tags .tag:hover,
.page-home .home-history__filter-tags .tag:focus {
  background: rgba(255, 107, 53, .14);
  border-color: var(--hv-accent);
  color: #FFFFFF;
  outline: none;
}

.page-home .home-history__filter-cta {
  margin-top: 6px;
}

.page-home .home-history__filter-note {
  font-size: 13px;
  line-height: 1.6;
  color: var(--hv-muted);
  border-left: 2px solid var(--hv-accent);
  padding-left: 12px;
}

.page-home .home-history__chart {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .home-history__chart .media-frame {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 800 / 500;
  background: var(--hv-deep);
  border: 1px solid var(--hv-line);
}

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

.page-home .home-history__chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 14px 16px;
  background: rgba(16, 42, 84, .6);
  border: 1px solid var(--hv-line);
}

.page-home .home-history__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--hv-muted);
}

.page-home .home-history__legend-dot {
  width: 20px;
  height: 4px;
  display: inline-block;
}

.page-home .home-history__legend-dot--orange {
  background: var(--hv-accent);
}

.page-home .home-history__legend-dot--blue {
  background: #4A90E2;
}

.page-home .home-history__legend-dot--silver {
  background: var(--hv-silver);
}

.page-home .home-panel {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(192,192,192,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,192,192,.045) 1px, transparent 1px),
    #060D1F;
  background-size: 46px 46px, 46px 46px, 100%;
}

.page-home .home-panel .home-section-head {
  position: relative;
  z-index: 1;
}

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

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

.page-home .data-stat.home-stat-card {
  position: relative;
  background: var(--hv-card);
  border: 1px solid var(--hv-line);
  border-left: 3px solid var(--hv-accent);
  padding: 20px 18px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: default;
  transition: background .2s var(--ease), transform .2s var(--ease);
}

.page-home .data-stat.home-stat-card:hover,
.page-home .data-stat.home-stat-card:focus {
  background: rgba(255, 107, 53, .08);
  transform: translateY(-2px);
  outline: none;
}

.page-home .data-stat.home-stat-card .data-stat-number {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 30px);
  color: var(--hv-accent);
  line-height: 1.2;
}

.page-home .data-stat.home-stat-card .data-stat-label {
  display: block;
  font-size: 12px;
  color: var(--hv-muted);
  margin-top: 6px;
}

.page-home .home-stat-card__tip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  background: var(--hv-deep);
  border: 1px solid rgba(255, 107, 53, .4);
  color: #FFFFFF;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  max-width: calc(100vw - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  transform: translateY(6px);
}

.page-home .data-stat.home-stat-card:hover .home-stat-card__tip,
.page-home .data-stat.home-stat-card:focus .home-stat-card__tip {
  opacity: 1;
  transform: translateY(0);
}

.page-home .home-panel__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-home .home-panel__media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 600 / 400;
  background: var(--hv-deep);
  border: 1px solid var(--hv-line);
}

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

.page-home .home-panel__eco {
  background: rgba(16, 42, 84, .6);
  border: 1px solid var(--hv-line);
  padding: 22px 24px;
}

.page-home .home-panel__eco-title {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--hv-accent);
  font-weight: 700;
  margin-bottom: 14px;
}

.page-home .home-panel__eco-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.page-home .home-panel__eco-list li {
  padding-left: 18px;
  position: relative;
  font-size: 13px;
  color: var(--hv-muted);
  line-height: 1.5;
}

.page-home .home-panel__eco-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--hv-accent);
  font-family: var(--font-mono);
}

.page-home .home-contact {
  position: relative;
  padding: 72px 0 96px;
  background: #0B1B3D;
  overflow: hidden;
}

.page-home .home-contact::before {
  content: "";
  position: absolute;
  right: -10%;
  top: 10%;
  width: 58%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,107,53,.7), transparent);
  transform: rotate(-8deg);
  pointer-events: none;
}

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

.page-home .home-contact__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 8px 0 44px;
}

.page-home .home-contact__step {
  background: var(--hv-card);
  border: 1px solid var(--hv-line);
  padding: 24px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
}

.page-home .home-contact__step-num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--hv-accent);
  letter-spacing: .08em;
  white-space: nowrap;
  background: rgba(255, 107, 53, .12);
  padding: 6px 10px;
  border: 1px solid rgba(255, 107, 53, .25);
}

.page-home .home-contact__step-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--hv-muted);
}

.page-home .home-contact__cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: rgba(16, 42, 84, .45);
  border: 1px solid var(--hv-line);
  padding: 40px 24px;
  clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px);
}

.page-home .home-contact__btn {
  font-size: 16px;
  padding: 14px 32px;
}

.page-home .home-contact__note {
  max-width: 560px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--hv-muted);
  margin: 0;
}

.page-home .home-contact__channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 520px;
}

.page-home .home-contact__channel {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(6, 13, 31, .45);
  border: 1px solid var(--hv-line);
  padding: 12px 16px;
  text-align: left;
  word-break: break-all;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}

.page-home .home-contact__channel:hover {
  border-color: rgba(255, 107, 53, .45);
  background: rgba(255, 107, 53, .06);
}

.page-home .home-contact__channel-label {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--hv-accent);
  letter-spacing: .1em;
  padding-top: 2px;
  white-space: nowrap;
}

.page-home .home-contact__extra-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.page-home .home-contact__extra-links a {
  color: var(--hv-muted);
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}

.page-home .home-contact__extra-links a:hover {
  color: var(--hv-accent-soft);
  border-bottom-color: var(--hv-accent);
}

.page-home .home-contact__extra-links a:focus-visible {
  outline: 2px solid var(--hv-accent);
  outline-offset: 2px;
}

.page-home .home-contact__extra-sep {
  color: var(--hv-silver);
  opacity: .3;
}

@media (min-width: 560px) {
  .page-home .home-hero__index-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .page-home .home-panel__eco-list {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-v4__stats {
    gap: 16px;
  }

  .page-home .home-contact__steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 860px) {
  .page-home .home-hero {
    padding: calc(var(--header-h) + 56px) 0 80px;
  }

  .page-home .home-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
  }

  .page-home .home-hero__copy h1 {
    font-size: clamp(40px, 4.6vw, 60px);
  }

  .page-home .home-v4__grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 36px;
    align-items: center;
  }

  .page-home .home-history__wrap {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 40px;
  }

  .page-home .home-panel__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 44px;
  }

  .page-home .home-panel__stats {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .page-home .home-panel__eco-list {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-contact__steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero__layout {
    gap: 72px;
  }

  .page-home .home-hero__visual {
    gap: 28px;
  }

  .page-home .home-v4__grid {
    gap: 48px;
  }

  .page-home .home-section-head__lead {
    font-size: 15px;
  }
}
