.page-home {
  --home-gap: clamp(48px, 7vw, 112px);
  --home-section-space: clamp(56px, 8vw, 120px);
  color: var(--text);
  background:
    radial-gradient(1100px 460px at 92% -60px, rgba(0, 229, 255, 0.09), transparent 62%),
    radial-gradient(900px 420px at 5% 14%, rgba(57, 255, 20, 0.05), transparent 58%);
}
.page-home .breadcrumbs {
  margin-bottom: 18px;
}
.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home .home-section__head {
  margin-bottom: 28px;
}
.page-home .home-section__eyebrow {
  margin: 10px 0 6px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
}
.page-home .home-section__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 4.6vw, 44px);
  line-height: 1.2;
  color: var(--text);
}
.page-home .home-section__lead {
  margin: 12px 0 0;
  max-width: 68ch;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.8;
}

.page-home .home-hero {
  padding: 8px 0 var(--home-gap);
}
.page-home .home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}
.page-home .home-hero__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}
.page-home .home-hero__kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--neon);
  box-shadow: 0 0 12px rgba(57, 255, 20, 0.6);
}
.page-home .home-hero__title {
  margin: 16px 0 14px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(46px, 9vw, 96px);
  line-height: 1.06;
  letter-spacing: 0.01em;
  color: var(--text);
  text-shadow: 0 0 40px rgba(57, 255, 20, 0.14);
}
.page-home .home-hero__lead {
  margin: 0;
  max-width: 58ch;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.85;
}
.page-home .home-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.page-home .home-stat {
  flex: 1 1 118px;
  max-width: 170px;
  padding: 14px 16px;
  background: var(--glass);
  border-left: 2px solid var(--blue);
  border-radius: 2px;
}
.page-home .home-stat .data-number {
  color: var(--text);
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}
.page-home .home-stat__label {
  display: block;
  margin-top: 8px;
  color: var(--text-dim);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.page-home .home-hero__index {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.page-home .home-hero__index ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}
.page-home .home-hero__index a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 9px 0;
  color: var(--text);
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px dashed var(--line);
  transition: color var(--transition), transform var(--transition);
}
.page-home .home-hero__index a:hover,
.page-home .home-hero__index a:focus-visible {
  color: var(--neon);
  transform: translateX(6px);
}
.page-home .home-hero__index-num {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--gold);
}
.page-home .home-hero__media {
  position: relative;
}
.page-home .home-hero__img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}
.page-home .home-hero__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 14px;
  background: rgba(10, 14, 23, 0.78);
  border: 1px solid rgba(57, 255, 20, 0.35);
  border-radius: 999px;
  color: var(--neon);
  font-size: 12px;
  letter-spacing: 0.08em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.page-home .home-hero__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--neon);
  animation: page-home-badge-pulse 2s ease-out infinite;
}
@keyframes page-home-badge-pulse {
  0% { box-shadow: 0 0 0 0 rgba(57, 255, 20, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(57, 255, 20, 0); }
  100% { box-shadow: 0 0 0 0 rgba(57, 255, 20, 0); }
}

.page-home .home-stream {
  padding: var(--home-section-space) 0;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(rgba(15, 31, 46, 0.5), rgba(15, 31, 46, 0) 75%),
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255, 255, 255, 0.018) 80px);
}
.page-home .home-stream__canvas {
  margin-top: 24px;
  padding: 18px 12px 26px;
  background: rgba(10, 14, 23, 0.62);
  border: 1px solid var(--line);
}
.page-home .home-stream__chart {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .home-stream__chart text {
  font-family: var(--sans);
}
.page-home .home-stream__legend {
  margin-top: 14px;
}
.page-home .home-stream__key--blue {
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.3);
}
.page-home .home-stream__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.page-home .home-stream__note {
  margin: 14px 0 0;
  max-width: 72ch;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.7;
}
.page-home .home-stream__pulse-ring,
.page-home .home-stream__pulse-dot {
  transform-origin: center;
  transform-box: fill-box;
  animation: page-home-stream-pulse 2.4s ease-out infinite;
}
@keyframes page-home-stream-pulse {
  0% { transform: scale(0.8); opacity: 0.9; }
  70% { transform: scale(2.2); opacity: 0; }
  100% { transform: scale(2.2); opacity: 0; }
}

.page-home .home-app {
  padding: var(--home-section-space) 0 0;
}
.page-home .home-app__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
.page-home .home-app__points {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.page-home .home-app__points li {
  position: relative;
  padding-left: 26px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}
.page-home .home-app__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 14px;
  height: 2px;
  background: var(--neon);
  box-shadow: 5px 5px 0 var(--blue);
}
.page-home .home-app__media {
  margin: 0 auto;
  max-width: 260px;
}
.page-home .home-app__media img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
.page-home .home-app__caption {
  margin-top: 12px;
  text-align: center;
  color: var(--text-dim);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.page-home .home-atlas {
  padding: var(--home-section-space) 0;
}
.page-home .home-atlas__legend {
  margin: 4px 0 18px;
}
.page-home .home-atlas__map {
  position: relative;
  margin: 0;
}
.page-home .home-atlas__map img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.page-home .home-atlas__point {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  background: rgba(10, 14, 23, 0.76);
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.page-home .home-atlas__point:hover,
.page-home .home-atlas__point:focus-visible {
  background: rgba(10, 14, 23, 0.92);
  border-color: var(--neon);
  color: var(--neon);
}
.page-home .home-atlas__label {
  display: inline;
}
.page-home .home-atlas__coord {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
}
.page-home .home-atlas__point--a1 { left: 6%; top: 24%; }
.page-home .home-atlas__point--b2 { left: 84%; top: 20%; }
.page-home .home-atlas__point--c3 { left: 48%; top: 48%; }
.page-home .home-atlas__point--d4 { left: 26%; top: 76%; }
.page-home .home-atlas__point--e5 { left: 93%; top: 84%; }
.page-home .home-atlas__list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2px;
}
.page-home .home-atlas__list a {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 12px 0;
  color: var(--text);
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px dashed var(--line);
  transition: color var(--transition), padding-left var(--transition);
}
.page-home .home-atlas__list a:hover,
.page-home .home-atlas__list a:focus-visible {
  color: var(--neon);
  padding-left: 8px;
}
.page-home .home-atlas__sub {
  margin-left: auto;
  color: var(--text-dim);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.page-home .home-cost {
  padding: var(--home-section-space) 0 8px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 229, 255, 0.045) 45%, rgba(57, 255, 20, 0.03) 100%);
}
.page-home .home-cost__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}
.page-home .home-cost__facts {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.page-home .home-cost__facts li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--glass);
  border-left: 2px solid var(--line);
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}
.page-home .home-cost__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.page-home .home-cost__links a {
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.45);
  transition: color var(--transition), border-color var(--transition);
}
.page-home .home-cost__links a:hover,
.page-home .home-cost__links a:focus-visible {
  color: var(--neon);
  border-color: var(--neon);
}
.page-home .home-cost__media {
  margin: 0;
}
.page-home .home-cost__media img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
}

@media (max-width: 639px) {
  .page-home .home-atlas__label {
    display: none;
  }
  .page-home .home-atlas__point {
    padding: 4px 8px;
  }
}

@media (min-width: 640px) {
  .page-home .home-hero__grid {
    grid-template-columns: 1fr 0.92fr;
    gap: 40px;
  }
  .page-home .home-app__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
  .page-home .home-cost__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
  .page-home .home-app__media {
    max-width: 300px;
  }
  .page-home .home-atlas__point {
    font-size: 14px;
    padding: 7px 12px;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero__grid {
    gap: 64px;
  }
  .page-home .home-hero__lead {
    max-width: 52ch;
  }
  .page-home .home-atlas__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .page-home .home-atlas__list a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0 6px 14px;
    border-bottom: 0;
    border-left: 1px solid var(--line);
  }
  .page-home .home-atlas__list a:hover,
  .page-home .home-atlas__list a:focus-visible {
    padding-left: 20px;
  }
  .page-home .home-atlas__sub {
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__badge-dot,
  .page-home .home-stream__pulse-ring,
  .page-home .home-stream__pulse-dot {
    animation: none;
  }
  .page-home .home-hero__index a,
  .page-home .home-atlas__list a {
    transition: none;
  }
}
