/* hs-home-starter — отключено вместе с секцией в home.html
.hs-home-starter {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vh, 120px) 0;
  background:
    radial-gradient(circle at top left, rgba(107, 48, 255, 0.12), transparent 32%),
    #05050b;
  overflow: hidden;
}

.hs-home-starter__shell {
  width: 100%;
}

.hs-home-starter__inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.hs-home-starter__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 3vw, 36px);
  align-items: end;
}

.hs-home-starter__left,
.hs-home-starter__right {
  position: relative;
}

.hs-home-starter__heading {
  margin: 0 0 clamp(16px, 2vh, 24px);
  font-size: clamp(26px, 2.5vw, 48px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6e38ff;
  text-shadow:
    0 4px 0 rgba(33, 13, 92, 0.9),
    0 0 22px rgba(116, 72, 255, 0.2);
}

.hs-home-starter__card,
.hs-home-starter__chip,
.hs-home-starter__card-body {
  text-decoration: none;
}

.hs-home-starter__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  color: #10101a;
  border-radius: 28px;
  background: #f8f8fb;
  padding: clamp(22px, 3vw, 34px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.hs-home-starter__card:not(.hs-home-starter__card--accent):not(.hs-home-starter__card--cut) {
  padding: clamp(16px, 2.2vw, 24px);
  gap: 8px;
}

.hs-home-starter__card--primary:hover,
.hs-home-starter__card--primary:focus-visible,
.hs-home-starter__card--accent:hover,
.hs-home-starter__card--accent:focus-visible {
  transform: translateY(-4px);
  box-shadow:
    0 28px 46px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(130, 88, 255, 0.16);
}

.hs-home-starter__card--cut:hover,
.hs-home-starter__card--cut:focus-within {
  transform: translateY(-4px);
  box-shadow:
    0 28px 46px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(130, 88, 255, 0.16);
}

.hs-home-starter__card--primary:focus-visible,
.hs-home-starter__card--accent:focus-visible,
.hs-home-starter__card-body:focus-visible,
.hs-home-starter__chip:focus-visible {
  outline: 2px solid #8c63ff;
  outline-offset: 4px;
}

.hs-home-starter__card--primary {
  min-height: clamp(150px, 20vh, 220px);
}

.hs-home-starter__bottom-row {
  position: relative;
  margin-top: clamp(18px, 2vh, 24px);
  padding-bottom: 0;
}

.hs-home-starter__card--cut {
  position: relative;
  min-height: clamp(140px, 17vh, 200px);
  padding: 0;
  padding-bottom: clamp(88px, 8vw, 108px);
  overflow: hidden;
}

.hs-home-starter__card--cut::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 56%;
  height: 44%;
  background: #05050b;
  clip-path: polygon(0 100%, 12% 0, 100% 0, 100% 100%);
  pointer-events: none;
}

.hs-home-starter__card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(16px, 2.2vw, 24px);
  padding-bottom: clamp(18px, 2vw, 22px);
  color: inherit;
}

.hs-home-starter__chip {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: clamp(188px, 19vw, 252px);
  min-height: clamp(52px, 4.6vw, 62px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 0 17px 0 0;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, #6a36ff 0%, #7740ff 100%);
  box-shadow:
    0 18px 34px rgba(87, 40, 216, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hs-home-starter__label {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(16, 16, 26, 0.58);
}

.hs-home-starter__title {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.04;
}

.hs-home-starter__copy {
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(16, 16, 26, 0.72);
}

.hs-home-starter__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: clamp(96px, 12vw, 148px);
  overflow: visible;
}

.hs-home-starter__figure {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: min(84%, 350px);
  transform: translate(-46%, -54%);
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.32));
}

.hs-home-starter__card--accent {
  position: relative;
  z-index: 2;
  width: min(100%, 320px);
  min-height: clamp(340px, 48vh, 470px);
  justify-content: flex-end;
  padding-top: clamp(116px, 13vw, 148px);
  background: linear-gradient(180deg, #5d27f5 0%, #7944ff 100%);
  color: #fff;
}

.hs-home-starter__label--light,
.hs-home-starter__copy--light {
  color: rgba(255, 255, 255, 0.82);
}

.hs-home-starter__title--light {
  color: #fff;
}
*/

/* Главная: hero — 3D + текст в фирменной сетке */
.hs-home-hero-split {
  position: relative;
  overflow: hidden;
  align-items: center;
  min-height: calc(100vh - 122px);
  padding: clamp(32px, 6vh, 72px) 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 18%, rgba(98, 54, 255, 0.2) 0%, transparent 55%),
    linear-gradient(180deg, rgba(7, 7, 12, 1) 0%, rgba(5, 5, 8, 1) 100%);
}

.hs-home-hero-split__aurora {
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(circle at 20% 30%, rgba(98, 54, 255, 0.32) 0%, transparent 42%),
    radial-gradient(circle at 80% 60%, rgba(34, 197, 94, 0.1) 0%, transparent 40%);
  filter: blur(40px);
  opacity: 0.85;
  animation: hs-home-aurora-drift 18s ease-in-out infinite;
  pointer-events: none;
}

.hs-home-hero-split__grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 88% 72% at 50% 45%, #000 25%, transparent 78%);
  opacity: 0.45;
  pointer-events: none;
}

.hs-home-hero-split__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.hs-home-hero-split__copy {
  min-width: 0;
}

.hs-home-hero-split__copy .hs-home-hero-shot__title {
  margin-bottom: clamp(8px, 1.2vh, 14px);
}

.hs-home-hero-split__lead {
  margin: 0 0 clamp(14px, 2vh, 20px);
  max-width: 44ch;
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.6;
  color: rgba(225, 230, 255, 0.8);
}

.hs-home-hero-highlights {
  margin: 0 0 clamp(18px, 2.4vh, 24px);
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px 12px;
  max-width: 46ch;
}

.hs-home-hero-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(210, 218, 255, 0.88);
}

.hs-home-hero-highlights__ico {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  color: rgba(98, 54, 255, 0.95);
  stroke-width: 2.1px;
}

.hs-home-hero-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hs-home-hero-split__visual {
  position: relative;
  width: 100%;
  max-width: min(100%, 520px);
  justify-self: end;
}

.hs-home-hero-split__model-shell {
  position: relative;
}

.hs-home-hero-split__viewport.hs-hero-3d-viewport {
  position: relative;
  width: 100%;
}

.hs-hero-3d {
  width: 100%;
  min-height: min(50vh, 540px);
  max-height: min(70vh, 620px);
  height: auto;
  aspect-ratio: 1 / 1.04;
  position: relative;
  overflow: hidden;
  border-radius: clamp(16px, 2.4vw, 28px);
  border: 1px solid rgba(139, 125, 255, 0.52);
  background:
    radial-gradient(ellipse 88% 82% at 68% 16%, rgba(122, 92, 255, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 72% 70% at 12% 88%, rgba(98, 54, 255, 0.18) 0%, transparent 50%),
    linear-gradient(168deg, rgba(12, 10, 26, 0.97) 0%, rgba(5, 5, 12, 1) 100%);
  box-shadow: inset 27px 0 48.2px 18px #000;
}

@media (max-width: 980px) {
  .hs-home-hero-split__inner {
    grid-template-columns: 1fr;
  }

  .hs-home-hero-split__visual {
    max-width: min(420px, 100%);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .hs-home-hero-split {
    min-height: 0;
    padding: 18px 0 28px;
  }

  .hs-hero-3d {
    min-height: min(40vh, 360px);
    max-height: min(52vh, 440px);
  }

  .hs-home-hero-split__visual {
    max-width: min(400px, 100%);
  }
}

.hs-home-hero-shot__title {
  --hs-title-ink: rgba(255, 255, 255, 0.9);
  margin: 0;
  display: grid;
  gap: 6px;
  width: 100%;
  justify-items: start;
  text-align: left;
  color: var(--hs-title-ink);
  text-transform: uppercase;
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.32),
    0 10px 34px rgba(0, 0, 0, 0.34);
}

.hs-home-hero-shot__title-main {
  display: block;
  font-family: "Rubik Scribble", "Inter", sans-serif;
  font-size: clamp(52px, 4.6vw, 84px);
  line-height: 0.92;
  letter-spacing: 0.03em;
}

.hs-home-hero-shot__title-sub {
  display: block;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
  font-family: "Rubik Wet Paint", "Inter", sans-serif;
  font-size: clamp(30px, 2.4vw, 44px);
  line-height: 0.92;
  letter-spacing: 0.08em;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: clamp(1px, 0.055em, 2.5px);
  -webkit-text-stroke-color: var(--hs-title-ink);
  paint-order: stroke fill;
}

.hs-hero-3d canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
}

.hs-hero-3d--error {
  min-height: 120px;
  background: rgba(255, 80, 80, 0.06);
}

.hs-hero-3d--loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 62% at 50% 42%, rgba(122, 78, 255, 0.22) 0%, transparent 68%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 42%, rgba(255, 255, 255, 0.03) 84%);
  background-size: 100% 100%, 220% 100%;
  animation: hs-hero-3d-shimmer 1.35s ease-in-out infinite;
}

.hs-hero-3d--loading canvas {
  opacity: 0;
}

.hs-hero-3d:not(.hs-hero-3d--loading) canvas {
  opacity: 1;
  transition: opacity 0.35s ease;
}

@keyframes hs-hero-3d-shimmer {
  0% {
    background-position: 0 0, -120% 0;
  }
  100% {
    background-position: 0 0, 120% 0;
  }
}

/* hs-home-starter — медиазапросы (см. блок выше)
@media (max-width: 980px) {
  .hs-home-starter {
    min-height: 0;
  }

  .hs-home-starter__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hs-home-starter__right {
    justify-content: flex-start;
    padding-top: clamp(110px, 16vw, 150px);
  }
}

@media (max-width: 640px) {
  .hs-home-starter {
    padding: 56px 0 72px;
  }

  .hs-home-starter__chip {
    left: 0;
    bottom: 0;
    width: min(100%, 240px);
    min-width: 0;
  }

  .hs-home-starter__card--cut {
    padding-bottom: 92px;
  }

  .hs-home-starter__card--cut::after {
    width: 62%;
    height: 48%;
    clip-path: polygon(0 100%, 16% 0, 100% 0, 100% 100%);
  }

  .hs-home-starter__right {
    justify-content: center;
  }

  .hs-home-starter__figure {
    transform: translate(-46%, -48%);
  }
}
*/

/* ========== Лендинг главной (hs-home-page) ========== */

/* Главная: overflow-x visible только на desktop (sticky path); на мобилке — clip */
html.hs-html--home,
body.hs-body--home {
  overflow-x: visible;
  background-color: #050508;
}

.hs-body--home .hs-main {
  padding-bottom: 0;
  overflow-x: visible;
  background-color: #050508;
}

@media (max-width: 1060px) {
  html.hs-html--home,
  body.hs-body--home,
  .hs-body--home .hs-main,
  .hs-home-page {
    overflow-x: clip;
  }
}

.hs-home-page {
  position: relative;
  /* Единый «холст» под всеми секциями главной (без смены оттенка между блоками) */
  --hs-home-section-bg: #050508;
  background-color: var(--hs-home-section-bg);
  --hs-home-font-display: "Puritan", "Inter", "Segoe UI", sans-serif;
  --hs-home-font-body: "Inter", "Segoe UI", sans-serif;
  --hs-home-font-mono: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--hs-home-font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.hs-home-hero-model-only {
  position: relative;
  isolation: isolate;
  min-height: clamp(430px, 68vh, 660px);
  padding: 0;
  overflow: hidden;
  background: var(--hs-home-section-bg);
}

.hs-home-hero-model-only::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  opacity: 0.52;
  pointer-events: none;
}

.hs-home-hero-model-only__inner {
  width: min(1840px, calc(100% - 80px));
  min-height: inherit;
  position: relative;
  z-index: 1;
  padding: 0;
}

.hs-home-hero-model-only__copy {
  position: absolute;
  left: clamp(72px, 9vw, 168px);
  top: clamp(58px, 10vh, 92px);
  z-index: 4;
  width: min(54%, 860px);
  color: #f6f6f8;
}

.hs-home-hero-model-only__title {
  margin: 0;
  display: grid;
  gap: clamp(2px, 0.45vw, 8px);
  font-family: "Arial Black", "Puritan", "Inter", sans-serif;
  font-size: clamp(42px, 4.85vw, 86px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.52);
}

.hs-home-hero-model-only__title span {
  display: block;
  white-space: nowrap;
}

.hs-home-hero-statement {
  text-transform: none;
  font-size: clamp(30px, 3.35vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.hs-home-hero-statement span {
  white-space: normal;
}

.hs-home-hero-statement__accent {
  font-style: normal;
  color: #c4b5ff;
  text-shadow:
    0 0 28px rgba(122, 78, 255, 0.42),
    0 2px 0 rgba(255, 255, 255, 0.06);
}

.hs-home-hero-fallback__statement {
  margin: 0 0 clamp(14px, 2.2vh, 22px);
  max-width: min(100%, 28ch);
  color: #f6f6f8;
  font-family: "Arial Black", "Puritan", "Inter", sans-serif;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.52);
}

.hs-home-hero-model-only__caption {
  width: min(100%, 620px);
  margin: clamp(10px, 1.4vh, 14px) 0 0;
  font-size: clamp(13px, 1.05vw, 17px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0.015em;
  color: rgba(218, 216, 238, 0.86);
  text-wrap: balance;
}

.hs-home-hero-model-only__actions {
  width: min(100%, 610px);
  margin-top: clamp(34px, 5.4vh, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(10px, 1vw, 16px);
}

.hs-home-hero-model-only__btn {
  min-height: clamp(38px, 3.4vw, 52px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(16px, 2vw, 28px);
  border-radius: 9px;
  font-size: clamp(12px, 0.9vw, 15px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.hs-home-hero-model-only__btn:hover,
.hs-home-hero-model-only__btn:focus-visible {
  transform: translateY(-2px);
}

.hs-home-hero-model-only__btn:focus-visible {
  outline: 2px solid rgba(170, 145, 255, 0.95);
  outline-offset: 3px;
}

.hs-home-hero-model-only__btn--primary {
  --hs-btn-vfill-bg: linear-gradient(90deg, rgba(99, 54, 255, 0.92) 0%, rgba(122, 78, 255, 0.82) 100%);
  --hs-btn-vfill-rest: 1;
  --hs-btn-vfill-hover: 0;
  border: 1px solid rgba(125, 80, 255, 0.95);
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(180, 150, 255, 0.18) inset,
    0 0 9px rgba(112, 69, 255, 0.95),
    0 0 22px rgba(112, 69, 255, 0.55);
}

.hs-home-hero-model-only__btn--primary:hover,
.hs-home-hero-model-only__btn--primary:focus-visible {
  background: transparent;
  box-shadow: 0 0 0 1px rgba(180, 150, 255, 0.18) inset;
}

.hs-home-hero-model-only__btn--ghost {
  --hs-btn-vfill-bg: rgba(112, 69, 255, 0.28);
  --hs-btn-vfill-rest: 0;
  --hs-btn-vfill-hover: 1;
  border: 1px solid rgba(125, 80, 255, 0.72);
  background: rgba(4, 4, 8, 0.72);
  box-shadow:
    0 0 0 1px rgba(132, 83, 255, 0.18) inset,
    0 0 15px rgba(112, 69, 255, 0.28);
}

.hs-home-hero-model-only__btn--ghost:hover,
.hs-home-hero-model-only__btn--ghost:focus-visible {
  background: rgba(4, 4, 8, 0.72);
}

.hs-home-hero-model-only__viewport {
  position: absolute;
  left: auto;
  right: -3%;
  bottom: 0;
  z-index: 2;
  width: min(70%, 1240px);
  height: 100%;
  transform: none;
}

.hs-home-hero-model-only__model.hs-hero-3d {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
  max-height: none;
  max-width: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.hs-home-hero-model-only__model.hs-hero-3d::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(18px, 4vh, 42px);
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 8, 0) 0%,
    rgba(5, 5, 8, 0.75) 72%,
    #050508 100%
  );
}

.hs-home-hero-model-only__model.hs-hero-3d::before {
  content: none;
}

.hs-home-hero-model-only__model.hs-hero-3d.hs-hero-3d--loading::before {
  content: "";
}

.hs-home-hero-model-only__model.hs-hero-3d canvas {
  transform: translateY(14%);
}

/* Hero с 3D: колонка — текст сверху, без 3D-модели на мобильных */
@media (max-width: 980px) {
  .hs-home-page > .hs-screen.hs-screen--hero {
    --hs-home-hero-h: calc(100svh - 72px - env(safe-area-inset-top, 0px));
    --hs-home-hero-h: calc(100dvh - 72px - env(safe-area-inset-top, 0px));
    box-sizing: border-box;
    min-height: var(--hs-home-hero-h);
    height: var(--hs-home-hero-h);
    max-height: var(--hs-home-hero-h);
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
  }

  .hs-home-hero-model-only {
    min-height: var(--hs-home-hero-h);
    padding-bottom: 0;
  }

  .hs-home-hero-model-only__inner {
    width: min(100%, calc(100% - 24px));
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 100%;
  }

  .hs-home-hero-model-only__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(8px, 2vh, 20px) 0;
    text-align: center;
  }

  .hs-home-hero-model-only__title {
    font-size: clamp(34px, 10.5vw, 52px);
  }

  .hs-home-hero-model-only__title.hs-home-hero-statement {
    font-size: clamp(28px, 8.2vw, 44px);
    line-height: 1.12;
    text-align: center;
  }

  .hs-home-hero-model-only__title span {
    white-space: normal;
  }

  .hs-home-hero-fallback__statement {
    max-width: none;
    text-align: center;
  }

  .hs-home-hero-model-only__caption {
    width: 100%;
    max-width: none;
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.45;
  }

  .hs-home-hero-model-only__actions {
    width: 100%;
    max-width: none;
    margin-top: clamp(16px, 3.5vh, 28px);
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hs-home-hero-model-only__btn {
    width: 100%;
    min-height: 46px;
    font-size: 13px;
  }

  .hs-home-hero-model-only__viewport {
    display: none;
  }
}

@media (max-width: 560px) {
  .hs-home-page > .hs-screen.hs-screen--hero {
    --hs-home-hero-h: calc(100svh - 64px - env(safe-area-inset-top, 0px));
    --hs-home-hero-h: calc(100dvh - 64px - env(safe-area-inset-top, 0px));
  }
}

@media (max-width: 420px) {
  .hs-home-hero-model-only__inner {
    width: min(100%, calc(100% - 16px));
  }

  .hs-home-hero-model-only__title {
    font-size: clamp(30px, 9.5vw, 40px);
    letter-spacing: -0.04em;
  }

}

.hs-home-kicker {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    rgba(186, 176, 255, 0.95) 0%,
    rgba(98, 54, 255, 1) 40%,
    rgba(34, 197, 94, 0.85) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: hs-home-kicker-shimmer 7s ease-in-out infinite;
}

@keyframes hs-home-kicker-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hs-home-hero-fallback {
  position: relative;
  overflow: hidden;
  align-items: center;
  background: var(--hs-home-section-bg);
}

.hs-home-hero-fallback__aurora {
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(circle at 20% 30%, rgba(98, 54, 255, 0.35) 0%, transparent 42%),
    radial-gradient(circle at 80% 60%, rgba(34, 197, 94, 0.12) 0%, transparent 40%);
  filter: blur(40px);
  opacity: 0.85;
  animation: hs-home-aurora-drift 18s ease-in-out infinite;
  pointer-events: none;
}

@keyframes hs-home-aurora-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(2%, -3%, 0) scale(1.04); }
}

.hs-home-hero-fallback__grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 75%);
  opacity: 0.5;
  pointer-events: none;
}

.hs-home-hero-fallback__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.hs-home-hero-fallback__title {
  margin: 0 0 clamp(12px, 2vh, 20px);
}

.hs-home-hero-fallback__lead {
  margin: 0 0 clamp(20px, 3vh, 32px);
  max-width: 40ch;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.6;
  color: rgba(225, 230, 255, 0.76);
}

.hs-home-hero-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hs-home-hero-fallback__visual {
  position: relative;
  min-height: min(52vh, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-home-hero-fallback__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0);
  animation: hs-home-float 6s ease-in-out infinite;
}

.hs-home-hero-fallback__orb--a {
  width: min(72%, 280px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.2), rgba(98, 54, 255, 0.45) 42%, transparent 70%);
  box-shadow:
    0 0 80px rgba(98, 54, 255, 0.35),
    inset 0 0 60px rgba(255, 255, 255, 0.06);
  animation-delay: 0s;
}

.hs-home-hero-fallback__orb--b {
  width: min(48%, 180px);
  aspect-ratio: 1;
  right: 8%;
  top: 12%;
  background: radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.35), transparent 65%);
  box-shadow: 0 0 50px rgba(34, 197, 94, 0.22);
  animation-delay: -2s;
  animation-duration: 7s;
}

.hs-home-hero-fallback__orb--c {
  width: min(36%, 120px);
  aspect-ratio: 1;
  left: 14%;
  bottom: 18%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12), rgba(98, 54, 255, 0.2) 60%, transparent 72%);
  animation-delay: -3.5s;
  animation-duration: 8s;
}

@keyframes hs-home-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -14px, 0) scale(1.03); }
}

.hs-home-hero-fallback__ring {
  position: absolute;
  width: min(88%, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(98, 54, 255, 0.15),
    inset 0 0 40px rgba(98, 54, 255, 0.08);
  animation: hs-home-ring-pulse 5s ease-in-out infinite;
}

@keyframes hs-home-ring-pulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.06); opacity: 1; }
}

@media (max-width: 980px) {
  .hs-home-hero-fallback__inner {
    grid-template-columns: minmax(0, 1fr);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
    width: 100%;
    gap: clamp(12px, 2.5vh, 20px);
  }

  .hs-home-hero-fallback__visual {
    min-height: min(26vh, 180px);
    max-height: 32vh;
    order: -1;
    flex-shrink: 1;
  }
}

@media (max-width: 720px) {
  .hs-home-hero-fallback {
    padding: 0;
  }

  .hs-home-hero-fallback__lead {
    max-width: none;
    font-size: 15px;
  }

  .hs-home-hero-fallback__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hs-home-hero-fallback__actions .hs-btn {
    width: 100%;
    justify-content: center;
  }

  .hs-home-hero-shot__title-main {
    font-size: clamp(40px, 14vw, 56px);
  }

  .hs-home-hero-shot__title-sub {
    font-size: clamp(24px, 8vw, 34px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-home-page .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hs-home-kicker,
  .hs-home-hero-fallback__aurora,
  .hs-home-hero-split__aurora,
  .hs-home-hero-fallback__orb,
  .hs-home-hero-fallback__ring,
  .hs-hero-3d--loading::before {
    animation: none !important;
  }

  .hs-home-marquee__viewport {
    animation: none;
  }
}

.hs-home-marquee {
  position: relative;
  padding: clamp(10px, 1.6vw, 16px) 0;
  overflow: hidden;
  background: var(--hs-home-section-bg);
}

.hs-home-marquee--volume {
  border-top: 1px solid rgba(126, 92, 255, 0.35);
  border-bottom: 1px solid rgba(80, 60, 140, 0.45);
}

.hs-home-marquee__slot {
  margin: 0;
  padding: clamp(6px, 1vw, 10px) 0;
}

.hs-home-marquee__viewport {
  display: flex;
  width: max-content;
  white-space: nowrap;
  contain: layout style paint;
  will-change: transform;
  animation: hs-home-marquee-run 18s linear infinite;
}

.hs-home-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  margin: 0;
  padding-right: clamp(28px, 4vw, 56px);
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(220, 210, 255, 0.94);
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.55);
}

.hs-home-marquee__track span {
  display: inline-block;
}

.hs-home-marquee__track--clone {
  padding-right: 0;
}

@keyframes hs-home-marquee-run {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Статистика проекта — editorial stream */
.hs-home-metrics {
  position: relative;
  padding: clamp(56px, 9vh, 100px) 0 clamp(60px, 10vh, 108px);
  background: var(--hs-home-section-bg);
  overflow: hidden;
}

.hs-home-metrics__head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(28px, 4.5vw, 44px);
}

.hs-home-metrics__kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(155, 125, 255, 0.82);
}

.hs-home-metrics__headline {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: end;
}

.hs-home-metrics__title {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #f6f3ff;
}

.hs-home-metrics__lead {
  margin: 0;
  max-width: 42ch;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.65;
  color: rgba(196, 200, 222, 0.72);
}

.hs-home-metrics__stream {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hs-home-metrics__row {
  --metric-accent: #9b7dff;
  --metric-glow: rgba(155, 125, 255, 0.28);
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(16px, 2.8vw, 32px);
  align-items: center;
  padding: clamp(20px, 3.2vw, 30px) clamp(4px, 1vw, 8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition:
    background 0.32s ease,
    border-color 0.32s ease,
    padding-left 0.32s ease;
}

.hs-home-metrics__row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--metric-accent) 10%, transparent),
    transparent 42%
  );
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.hs-home-metrics__row:hover {
  padding-left: clamp(10px, 1.6vw, 18px);
  border-bottom-color: color-mix(in srgb, var(--metric-accent) 24%, rgba(255, 255, 255, 0.08));
  background: rgba(255, 255, 255, 0.015);
}

.hs-home-metrics__row:hover::before {
  opacity: 1;
}

.hs-home-metrics__row--coaches {
  --metric-accent: #b89bff;
  --metric-glow: rgba(184, 155, 255, 0.32);
}

.hs-home-metrics__row--programs {
  --metric-accent: #5fd4ff;
  --metric-glow: rgba(95, 212, 255, 0.28);
}

.hs-home-metrics__row--maps {
  --metric-accent: #6ee7a8;
  --metric-glow: rgba(110, 231, 168, 0.26);
}

.hs-home-metrics__row--lessons {
  --metric-accent: #ff9f6b;
  --metric-glow: rgba(255, 159, 107, 0.3);
}

.hs-home-metrics__ordinal {
  font-family: var(--hs-home-font-mono, "JetBrains Mono", ui-monospace, monospace);
  font-size: clamp(11px, 1vw, 12px);
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.22);
  transition: color 0.32s ease;
}

.hs-home-metrics__row:hover .hs-home-metrics__ordinal {
  color: color-mix(in srgb, var(--metric-accent) 72%, rgba(255, 255, 255, 0.4));
}

.hs-home-metrics__figure {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.22em 0.45em;
  min-width: 0;
}

.hs-home-metrics__value {
  font-family: var(--hs-home-font-mono, "JetBrains Mono", ui-monospace, monospace);
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.07em;
  font-variant-numeric: tabular-nums;
  color: transparent;
  -webkit-text-stroke: 1.5px color-mix(in srgb, var(--metric-accent) 78%, #fff);
  text-shadow: 0 0 40px var(--metric-glow);
  transition:
    color 0.32s ease,
    -webkit-text-stroke-color 0.32s ease,
    text-shadow 0.32s ease;
}

.hs-home-metrics__row:hover .hs-home-metrics__value {
  color: var(--metric-accent);
  -webkit-text-stroke-color: transparent;
  text-shadow: 0 0 48px var(--metric-glow);
}

.hs-home-metrics__unit {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: rgba(240, 237, 255, 0.94);
}

.hs-home-metrics__desc {
  margin: 0;
  justify-self: end;
  max-width: 28ch;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.55;
  text-align: right;
  color: rgba(178, 184, 210, 0.68);
  transition: color 0.32s ease;
}

.hs-home-metrics__row:hover .hs-home-metrics__desc {
  color: rgba(210, 214, 232, 0.88);
}

.hs-home-metrics__rail {
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 3px;
  border-radius: 999px;
  background: var(--metric-accent);
  box-shadow: 0 0 18px var(--metric-glow);
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.hs-home-metrics__row:hover .hs-home-metrics__rail {
  transform: scaleY(1);
}

@media (max-width: 860px) {
  .hs-home-metrics__headline {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .hs-home-metrics__lead {
    max-width: none;
  }

  .hs-home-metrics__row {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 8px 16px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .hs-home-metrics__figure {
    grid-column: 2;
    grid-row: 1;
  }

  .hs-home-metrics__desc {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    max-width: none;
    text-align: left;
    padding-left: calc(clamp(11px, 1vw, 12px) + 0.14em + 16px);
  }
}

@media (max-width: 520px) {
  .hs-home-metrics {
    padding: 44px 0 52px;
  }

  .hs-home-metrics__value {
    font-size: clamp(2.4rem, 14vw, 3.4rem);
  }

  .hs-home-metrics__row:hover {
    padding-left: clamp(4px, 1vw, 8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-home-metrics__row,
  .hs-home-metrics__row:hover,
  .hs-home-metrics__value,
  .hs-home-metrics__row:hover .hs-home-metrics__value,
  .hs-home-metrics__rail,
  .hs-home-metrics__row:hover .hs-home-metrics__rail {
    transition: none;
    transform: none;
    padding-left: clamp(4px, 1vw, 8px);
  }

  .hs-home-metrics__row:hover .hs-home-metrics__value {
    color: var(--metric-accent);
    -webkit-text-stroke-color: transparent;
  }

  .hs-home-metrics__row:hover .hs-home-metrics__rail {
    transform: scaleY(1);
  }
}

/* Видео-секция под hero: боковая навигация форматов (временно скрыта)
.hs-home-below-hero.hs-home-depth-section {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(16px, 2.4vh, 30px) 0;
  background: var(--hs-home-section-bg);
}

.hs-home-depth-section {
  position: relative;
  overflow: hidden;
}

.hs-home-depth-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3.2vw, 30px);
}

.hs-home-tab-stage {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hs-home-tab-stage > .hs-home-video-showcase__frame {
  position: relative;
  z-index: 1;
}

.hs-home-video-showcase__head {
  max-width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hs-home-video-showcase__kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(177, 160, 255, 0.88);
}

.hs-home-video-showcase__title {
  margin: 0;
  font-size: clamp(1.55rem, 5.2vh, 3.25rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #f7f4ff;
  text-wrap: balance;
}

.hs-home-video-showcase__frame {
  display: grid;
  grid-template-columns: minmax(200px, 0.34fr) minmax(0, 1fr);
  min-height: clamp(330px, 57vh, 520px);
  border-radius: clamp(14px, 2vw, 22px);
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    rgba(4, 4, 10, 0.78);
  background-size: 54px 54px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 22px 60px rgba(0, 0, 0, 0.34);
}

.hs-home-format-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(12px, 2vh, 18px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.hs-home-format-nav__btn {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px 12px;
  width: 100%;
  padding: clamp(12px, 1.6vh, 16px);
  border: 1px solid transparent;
  border-radius: 14px;
  --hs-btn-vfill-bg: rgba(255, 255, 255, 0.08);
  --hs-btn-vfill-rest: 0;
  --hs-btn-vfill-hover: 1;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.hs-home-format-nav__btn:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.hs-home-format-nav__btn.is-active {
  --hs-btn-vfill-bg: rgba(126, 98, 255, 0.22);
  --hs-btn-vfill-rest: 1;
  --hs-btn-vfill-hover: 0;
  background: transparent;
  border-color: rgba(186, 170, 255, 0.28);
  box-shadow:
    inset 3px 0 0 #9b7cff,
    0 8px 24px rgba(0, 0, 0, 0.2);
}

.hs-home-format-nav__btn.is-active:hover {
  background: transparent;
  border-color: rgba(186, 170, 255, 0.45);
  box-shadow: inset 3px 0 0 #9b7cff;
}

.hs-home-format-nav__btn:focus-visible {
  outline: 2px solid rgba(210, 198, 255, 0.9);
  outline-offset: 2px;
}

.hs-home-format-nav__num {
  font-family: var(--hs-home-font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(177, 160, 255, 0.72);
}

.hs-home-format-nav__btn.is-active .hs-home-format-nav__num {
  color: rgba(230, 222, 255, 0.95);
}

.hs-home-format-nav__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.hs-home-format-nav__name {
  font-family: var(--hs-home-font-display);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 700;
  line-height: 1.15;
  color: #f5f2ff;
}

.hs-home-format-nav__hint {
  font-size: clamp(11px, 0.95vw, 12px);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(190, 196, 220, 0.72);
}

.hs-home-format-nav__duration {
  font-family: var(--hs-home-font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(200, 195, 225, 0.65);
  white-space: nowrap;
}

.hs-home-format-nav__btn.is-active .hs-home-format-nav__duration {
  color: rgba(230, 225, 255, 0.88);
}

.hs-home-format-stage {
  position: relative;
  min-width: 0;
  min-height: inherit;
}

.hs-home-format-panel {
  position: absolute;
  inset: 0;
  margin: 0;
  min-height: 0;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.32s ease,
    transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.hs-home-format-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.hs-home-tab-video {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
  background: #050508;
}

.hs-home-tab-story {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: clamp(14px, 2.4vh, 22px) clamp(16px, 2.8vw, 28px);
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 30%, rgba(105, 78, 255, 0.18), transparent 34%),
    linear-gradient(146deg, rgba(9, 9, 18, 0.98) 0%, rgba(5, 5, 10, 0.98) 100%);
}

.hs-home-tab-story::before {
  content: "";
  position: absolute;
  inset: clamp(14px, 2.4vw, 26px);
  border-radius: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, #000 18%, transparent 78%);
  pointer-events: none;
}

.hs-home-tab-story__viewport {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  height: 100%;
  border-radius: clamp(20px, 3vw, 34px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(105, 72, 255, 0.24), transparent 38%),
    linear-gradient(145deg, rgba(35, 31, 58, 0.86), rgba(11, 10, 22, 0.94));
  border: 1px solid rgba(222, 214, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 26px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.hs-home-tab-story__viewport::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: clamp(16px, 2.2vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.hs-home-tab-story__placeholder {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 0;
  text-align: center;
  padding: clamp(26px, 5vw, 52px);
  background:
    radial-gradient(circle at 50% 42%, rgba(116, 84, 255, 0.25), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 72%);
  color: rgba(236, 232, 255, 0.92);
}

.hs-home-tab-story__play {
  width: clamp(70px, 8vw, 98px);
  height: clamp(70px, 8vw, 98px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(145deg, #8f6cff, #5a2cff);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow:
    0 18px 46px rgba(80, 44, 210, 0.45),
    0 0 0 12px rgba(119, 84, 255, 0.12);
}

.hs-home-tab-story__play-icon {
  display: block;
  width: clamp(28px, 3.4vw, 34px);
  height: clamp(28px, 3.4vw, 34px);
  margin: 0;
  fill: currentColor;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hs-home-tab-story__viewport {
    background: rgba(14, 12, 28, 0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hs-home-tab-story__placeholder {
    background: rgba(36, 32, 62, 0.88);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

}

@media (max-width: 780px) {
  .hs-home-video-showcase__frame {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hs-home-format-nav {
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px;
    gap: 10px;
    scrollbar-width: none;
  }

  .hs-home-format-nav::-webkit-scrollbar {
    display: none;
  }

  .hs-home-format-nav__btn {
    flex: 0 0 minmax(220px, 78vw);
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .hs-home-format-panel {
    position: relative;
    opacity: 1;
    transform: none;
  }

  .hs-home-tab-story {
    min-height: 0;
    padding: clamp(14px, 4vw, 22px);
  }

  .hs-home-tab-story__viewport {
    min-height: clamp(260px, 64vw, 420px);
  }
}
*/

/* Пакет «Старт» — фиолетовый только внутри панели в контейнере */
.hs-home-package-start {
  position: relative;
  z-index: 0;
  padding: clamp(24px, 4vh, 44px) 0 clamp(40px, 8vh, 72px);
  background: var(--hs-home-section-bg);
  overflow: visible;
}

.hs-home-package-start__container {
  position: relative;
}

.hs-home-package-start__stack {
  position: relative;
  overflow: hidden;
  border-radius: clamp(40px, 7vw, 64px);
}

.hs-home-package-start__stack::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 18%, rgba(137, 103, 255, 0.58), transparent 30%),
    radial-gradient(circle at 84% 78%, rgba(48, 211, 255, 0.16), transparent 28%),
    linear-gradient(152deg, #171126 0%, #23145e 45%, #120c2c 100%);
  border: 1px solid rgba(204, 190, 255, 0.16);
  box-shadow:
    0 30px 72px rgba(10, 6, 36, 0.58),
    0 1px 0 rgba(255, 255, 255, 0.16) inset;
  pointer-events: none;
}

.hs-home-package-start__stack::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 100%);
  opacity: 0.48;
  pointer-events: none;
}

.hs-home-package-start__panel {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  border-radius: 0;
  padding:
    clamp(20px, 3.2vh, 32px)
    clamp(18px, 3vw, 36px)
    clamp(22px, 3.8vh, 40px);
  min-height: clamp(220px, 26vh, 340px);
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.hs-home-package-start__eyebrow {
  position: relative;
  z-index: 3;
  margin: 0 0 12px;
  text-align: center;
  font-size: var(--hs-font-sm);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(207, 229, 255, 0.92);
  line-height: 1.45;
}

.hs-home-package-start__layout {
  flex: 1 1 auto;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: clamp(10px, 1.8vh, 18px);
  min-height: 0;
}

.hs-home-package-start__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  min-width: 0;
  min-height: clamp(100px, 14vh, 200px);
  margin: 0;
  position: relative;
  z-index: 2;
}

.hs-home-package-start__agent {
  position: absolute;
  left: clamp(-56px, -6vw, -24px);
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0;
  width: clamp(220px, 30vw, 420px);
  max-width: 35%;
  height: 100%;
  pointer-events: none;
}

.hs-home-package-start__agent-img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: clamp(250px, 37vh, 430px);
  height: auto;
  object-fit: contain;
  object-position: bottom left;
  transform: translateX(-10%);
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.4));
}

.hs-home-package-start__stats {
  position: relative;
  z-index: 2;
  counter-reset: hsPackageStat;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: min(100%, 920px);
  display: flex;
  align-items: stretch;
  gap: clamp(8px, 1.2vw, 12px);
}

.hs-home-package-start__stat {
  margin: 0;
  padding: 0;
  min-height: clamp(188px, 19vw, 240px);
  flex: 1.18 1 104px;
  min-width: clamp(86px, 8.4vw, 112px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: clamp(18px, 2vw, 24px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.045) 100%),
    rgba(12, 10, 30, 0.42);
  backdrop-filter: blur(32px) saturate(1.45);
  -webkit-backdrop-filter: blur(32px) saturate(1.45);
  border: 1px solid rgba(214, 204, 255, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 18px 38px rgba(5, 4, 18, 0.24);
  transition:
    flex 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    min-width 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.32s ease,
    border-color 0.42s ease,
    background 0.42s ease,
    box-shadow 0.42s ease;
}

.hs-home-package-start__stat.is-active {
  flex: 3.15 1 300px;
  min-width: min(100%, 280px);
  background:
    radial-gradient(circle at 76% 24%, rgba(115, 226, 255, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(121, 92, 255, 0.32) 0%, rgba(255, 255, 255, 0.075) 100%),
    rgba(16, 12, 40, 0.46);
  backdrop-filter: blur(40px) saturate(1.5);
  -webkit-backdrop-filter: blur(40px) saturate(1.5);
  border-color: rgba(220, 211, 255, 0.36);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 24px 54px rgba(6, 5, 22, 0.4);
}

.hs-home-package-start__stat-toggle {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(10px, 1.4vw, 14px);
  padding: clamp(14px, 2vw, 18px);
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.hs-home-package-start__stat:not(.is-active) .hs-home-package-start__stat-toggle {
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding-inline: 10px;
  padding-bottom: clamp(22px, 2.8vw, 34px);
}

.hs-home-package-start__stat-toggle:focus-visible {
  outline: 2px solid rgba(238, 233, 255, 0.9);
  outline-offset: -5px;
}

.hs-home-package-start__stat::before {
  counter-increment: hsPackageStat;
  content: "0" counter(hsPackageStat);
  position: absolute;
  top: clamp(12px, 1.6vw, 18px);
  left: clamp(12px, 1.6vw, 18px);
  z-index: 2;
  min-width: 38px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(112, 86, 255, 0.2);
  border: 1px solid rgba(207, 194, 255, 0.22);
  color: rgba(229, 223, 255, 0.88);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: var(--hs-font-2xs);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}

.hs-home-package-start__stat::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(107, 83, 255, 0.32), transparent 2px) 0 0 / 100% 100% no-repeat,
    radial-gradient(circle at 100% 100%, rgba(67, 214, 255, 0.16) 0%, transparent 42%);
  opacity: 0.78;
  pointer-events: none;
}

.hs-home-package-start__stat-toggle {
  position: relative;
  z-index: 1;
}

.hs-home-package-start__stat:not(.is-active):hover {
  transform: translateY(-3px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.07) 100%),
    rgba(28, 21, 68, 0.5);
  backdrop-filter: blur(36px) saturate(1.5);
  -webkit-backdrop-filter: blur(36px) saturate(1.5);
  border-color: rgba(214, 204, 255, 0.36);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 24px 48px rgba(5, 4, 18, 0.34);
}

.hs-home-package-start__stat.is-active:hover {
  transform: translateY(-3px);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hs-home-package-start__stat {
    background: rgba(32, 24, 72, 0.72);
  }
}

.hs-home-package-start__stat-title {
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
  font-size: clamp(0.94rem, 1.25vw, 1.1rem);
  font-weight: 900;
  line-height: 1.12;
  color: #f8f6ff;
  transition:
    max-width 0.48s cubic-bezier(0.16, 1, 0.3, 1),
    font-size 0.48s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.24s ease;
}

.hs-home-package-start__stat:not(.is-active) .hs-home-package-start__stat-title {
  color: transparent;
}

.hs-home-package-start__stat:not(.is-active) .hs-home-package-start__stat-title::after {
  content: attr(data-short-title);
  color: #f8f6ff;
  display: block;
  max-width: 100%;
  font-size: clamp(0.88rem, 1.18vw, 1.04rem);
  line-height: 1.05;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hs-home-package-start__stat.is-active .hs-home-package-start__stat-title {
  max-width: 16ch;
  font-size: clamp(1.2rem, 2vw, 1.72rem);
  color: #f8f6ff;
  overflow: visible;
  white-space: normal;
  text-wrap: balance;
}

.hs-home-package-start__stat.is-active .hs-home-package-start__stat-title::after {
  content: none;
}

.hs-home-package-start__stat-label {
  margin: 0;
  max-width: 34ch;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: clamp(0.78rem, 1vw, 0.86rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.5;
  color: rgba(230, 226, 246, 0.78);
  transform: translateY(12px);
  transition:
    opacity 0.38s ease,
    transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
    max-height 0.58s cubic-bezier(0.16, 1, 0.3, 1);
}

.hs-home-package-start__stat.is-active .hs-home-package-start__stat-label {
  max-height: 120px;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}

.hs-home-package-start__cta-wrap {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  margin: clamp(14px, 2.4vh, 26px) 0 0;
  padding: 0 min(20px, 4vw);
  text-align: center;
}

.hs-home-package-start__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 clamp(32px, 5vw, 56px);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(227, 233, 255, 0.96) 100%);
  color: #21115f;
  font-weight: 800;
  font-size: clamp(13px, 1.05vw, 15px);
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(150, 121, 255, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.hs-home-package-start__pill:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 1px 0 rgba(255, 255, 255, 1) inset;
}

.hs-home-package-start__pill:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .hs-home-package-start {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-home-package-start__stack {
    display: flex;
    flex-direction: column;
    border-radius: clamp(24px, 6vw, 40px);
    overflow: visible;
  }

  .hs-home-package-start__panel {
    order: 1;
    min-height: 0;
    padding-bottom: clamp(24px, 6vh, 40px);
  }

  .hs-home-package-start__layout {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 2vw, 14px);
  }

  .hs-home-package-start__main {
    align-self: stretch;
    min-height: 0;
  }

  .hs-home-package-start__agent {
    order: 2;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    height: auto;
    justify-content: center;
    margin-top: clamp(4px, 1.5vw, 12px);
  }

  .hs-home-package-start__stats {
    width: 100%;
    max-width: min(560px, 100%);
    margin-inline: auto;
    flex-direction: column;
  }

  .hs-home-package-start__stat,
  .hs-home-package-start__stat.is-active {
    flex: 0 0 auto;
    min-width: 0;
    min-height: auto;
    overflow: visible;
  }

  .hs-home-package-start__stat-toggle {
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding:
      44px
      clamp(14px, 4vw, 18px)
      clamp(14px, 3.5vw, 18px);
    overflow: visible;
    text-align: left;
  }

  .hs-home-package-start__stat:not(.is-active) .hs-home-package-start__stat-toggle {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-inline: clamp(14px, 4vw, 18px);
    padding-bottom: clamp(14px, 3.5vw, 18px);
  }

  .hs-home-package-start__stat-label,
  .hs-home-package-start__stat.is-active .hs-home-package-start__stat-label {
    max-width: none;
    max-height: none;
    overflow: visible;
    transform: none;
    opacity: 1;
  }

  .hs-home-package-start__stat:not(.is-active) .hs-home-package-start__stat-label {
    display: none;
  }

  .hs-home-package-start__stat:not(.is-active) .hs-home-package-start__stat-title,
  .hs-home-package-start__stat.is-active .hs-home-package-start__stat-title {
    max-width: none;
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    color: #f8f6ff;
    overflow: visible;
    white-space: normal;
    text-wrap: pretty;
  }

  .hs-home-package-start__stat.is-active .hs-home-package-start__stat-title {
    font-size: clamp(1.08rem, 4.6vw, 1.32rem);
  }

  .hs-home-package-start__stat:not(.is-active) .hs-home-package-start__stat-title::after {
    content: none;
  }

  .hs-home-package-start__agent-img {
    width: clamp(200px, 52vw, 280px);
    max-height: clamp(240px, 62vw, 360px);
    object-position: bottom center;
    transform: none;
  }

  .hs-home-package-start__pill {
    width: 100%;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-home-package-start__pill {
    transition: none;
  }

  .hs-home-package-start__pill:hover {
    transform: none;
  }
}

/* ---------- Доп. секции лендинга ---------- */

.hs-home-section-head {
  text-align: center;
  max-width: min(640px, 100%);
  margin: 0 auto clamp(28px, 4vw, 40px);
}

.hs-home-section-head__kicker {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(160, 130, 255, 0.9);
}

.hs-home-section-head__title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: #f2f0ff;
  text-shadow: 0 3px 22px rgba(72, 40, 160, 0.35);
}

.hs-home-section-head__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(170, 178, 204, 0.88);
}

.hs-home-path {
  position: relative;
  padding: clamp(64px, 11vh, 118px) 0 clamp(72px, 13vh, 132px);
  background: var(--hs-home-section-bg);
  /* Нельзя overflow-x: hidden + visible по Y — у предка вычисляется overflow-y: auto и ломается position: sticky */
  overflow: visible;
}

.hs-home-path::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hs-home-path::after {
  left: 8%;
  right: 8%;
  top: clamp(28px, 5vh, 54px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(165, 145, 255, 0.28), transparent);
}

.hs-home-path__simple {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.hs-home-path__simple-head {
  text-align: center;
  margin: 0 auto clamp(20px, 3vh, 28px);
  max-width: 50rem;
}

.hs-home-path__simple-head .hs-home-section-head__kicker {
  margin-bottom: 8px;
}

.hs-home-path__simple-title {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3.3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #f7f5ff;
  text-wrap: balance;
}

.hs-home-path__simple-lead {
  margin: 0;
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.65;
  color: rgba(170, 178, 204, 0.88);
  text-wrap: balance;
}

/* Длинная прокрутка + sticky: контент по центру, пока не «прокручен» весь таймлайн */
@media (min-width: 1061px) {
  .hs-home-path__pin-scroller {
    --hs-path-pin-scroll: min(260vh, 3600px);
    position: relative;
    height: var(--hs-path-pin-scroll);
  }

  .hs-home-path__pin-sticky {
    position: sticky;
    /* под фиксированный хедер (.hs-main padding-top ≈ 84px) */
    top: calc(84px + env(safe-area-inset-top, 0px));
    z-index: 1;
    box-sizing: border-box;
    min-height: calc(100svh - 84px - env(safe-area-inset-top, 0px));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2.2vh, 26px);
    width: 100%;
    padding: clamp(20px, 4vh, 56px) 0;
  }

  .hs-home-path__pin-sticky .hs-home-path__simple-head {
    margin: 0;
    width: 100%;
  }
}

.hs-home-path__simple-track {
  --hs-path-progress: 0%;
  --hs-path-line-start: 2%;
  --hs-path-line-end: 2%;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 74rem;
  min-height: calc(var(--hs-path-line-top) + clamp(36px, 5vh, 52px) + var(--hs-path-card-h) + 12px);
  margin-inline: auto;
  position: relative;
}

.hs-home-path__simple-track::before {
  content: "";
  position: absolute;
  left: var(--hs-path-line-start);
  right: var(--hs-path-line-end);
  top: var(--hs-path-line-top);
  height: 2px;
  z-index: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(160, 142, 246, 0.32), rgba(123, 94, 235, 0.2));
  opacity: 0.45;
}

.hs-home-path__simple-track::after {
  content: "";
  position: absolute;
  left: var(--hs-path-line-start);
  top: var(--hs-path-line-top);
  width: var(--hs-path-progress);
  height: 2px;
  z-index: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #a493ff, #7656ff);
  box-shadow: 0 0 18px rgba(126, 98, 255, 0.55);
  max-width: calc(100% - var(--hs-path-line-start) - var(--hs-path-line-end));
}

.hs-home-path__simple-node {
  --hs-path-node-left: 50%;
  --hs-path-connector-height: 58px;
  position: absolute;
  left: var(--hs-path-node-left);
  top: 0;
  width: clamp(188px, 18.5vw, 220px);
  height: var(--hs-path-card-h, clamp(252px, 24.5vw, 276px));
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 9px;
  padding: clamp(16px, 2vw, 22px);
  border-radius: clamp(16px, 2vw, 20px);
  background:
    linear-gradient(180deg, rgba(18, 17, 30, 0.72) 0%, rgba(9, 9, 16, 0.88) 100%);
  border: 1px solid rgba(132, 112, 220, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 14px 28px rgba(0, 0, 0, 0.22);
  overflow: visible;
  opacity: 0;
  transform: translate(-50%, 22px) scale(0.96);
  transition: border-color 0.22s ease, background 0.22s ease, opacity 0.42s ease, transform 0.42s ease;
  pointer-events: none;
}

.hs-home-path__simple-node::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-1 * var(--hs-path-connector-height));
  width: 2px;
  height: var(--hs-path-connector-height);
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(125, 96, 240, 0.7), rgba(125, 96, 240, 0.2));
}

.hs-home-path__simple-node:not(.hs-home-path__simple-node--final):hover {
  border-color: rgba(176, 156, 255, 0.32);
  background:
    linear-gradient(180deg, rgba(24, 22, 40, 0.76) 0%, rgba(10, 10, 18, 0.9) 100%);
}

.hs-home-path__simple-node::after {
  content: none;
}

.hs-home-path__simple-node--final {
  border-color: rgba(142, 118, 255, 0.55);
  background: #6f4fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 34px rgba(75, 48, 180, 0.28);
}

.hs-home-path__simple-node--final:hover {
  border-color: rgba(142, 118, 255, 0.55);
  background: #6f4fff;
}

.hs-home-path__step-num {
  position: absolute;
  left: 50%;
  top: var(--hs-path-line-top);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(17, 16, 26, 0.95);
  border: 2px solid rgba(158, 137, 242, 0.85);
  box-shadow: 0 0 0 6px rgba(104, 76, 210, 0.18);
  color: rgba(218, 210, 255, 0.95);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hs-home-path__simple-name {
  margin-top: 0;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  font-weight: 800;
  line-height: 1.16;
  color: #eee9ff;
}

.hs-home-path__simple-note {
  font-size: clamp(11.5px, 0.98vw, 13px);
  line-height: 1.5;
  color: rgba(190, 196, 220, 0.82);
}

.hs-home-path__simple-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(126, 98, 255, 0.22);
  border: 1px solid rgba(176, 156, 255, 0.38);
  color: #f3eeff;
  font-size: clamp(11px, 0.92vw, 12.5px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hs-home-path__simple-cta:hover {
  background: rgba(126, 98, 255, 0.34);
  border-color: rgba(196, 178, 255, 0.52);
  color: #fff;
}

.hs-home-path__simple-cta:focus-visible {
  outline: 2px solid rgba(196, 178, 255, 0.85);
  outline-offset: 2px;
}

.hs-home-path__simple-node--final .hs-home-path__simple-name,
.hs-home-path__simple-node--final .hs-home-path__simple-note {
  color: rgba(255, 255, 255, 0.96);
}

@media (min-width: 1061px) {
  .hs-home-path__simple-story {
    position: relative;
    width: 100%;
    height: auto;
    --hs-path-card-h: clamp(252px, 24.5vw, 276px);
    --hs-path-conn: 56px;
    --hs-path-line-top: calc(var(--hs-path-card-h) + var(--hs-path-conn));
    --hs-path-row-gap: clamp(28px, 4vh, 44px);
    min-height: calc(var(--hs-path-line-top) + clamp(100px, 24vw, 300px));
  }

  /* Три шага: 1 и 3 сверху по краям, 2 снизу по центру */
  .hs-home-path__simple-track {
    --hs-path-line-start: 12%;
    --hs-path-line-end: 12%;
  }

  .hs-home-path__simple-node:nth-child(1) {
    --hs-path-node-left: 20%;
    top: 0;
    --hs-path-connector-height: var(--hs-path-conn);
  }

  .hs-home-path__simple-node:nth-child(2) {
    --hs-path-node-left: 50%;
    top: calc(var(--hs-path-line-top) + var(--hs-path-row-gap));
    --hs-path-connector-height: var(--hs-path-conn);
  }

  .hs-home-path__simple-node:nth-child(3) {
    --hs-path-node-left: 80%;
    top: 0;
    --hs-path-connector-height: var(--hs-path-conn);
  }

  .hs-home-path__simple-node:nth-child(2) .hs-home-path__step-num {
    top: calc(-1 * var(--hs-path-row-gap));
  }

  .hs-home-path__simple-node:nth-child(2)::before {
    bottom: auto;
    top: calc(-1 * var(--hs-path-connector-height));
    background: linear-gradient(180deg, rgba(125, 96, 240, 0.2), rgba(125, 96, 240, 0.72));
  }

  .hs-home-path__simple-node.is-visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
  }

  .hs-home-path__simple-node:first-child {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
  }

  .hs-home-path__simple-node.is-visible .hs-home-path__step-num,
  .hs-home-path__simple-node:first-child .hs-home-path__step-num {
    background: #a18fff;
    border-color: rgba(208, 193, 255, 0.95);
    box-shadow:
      0 0 0 6px rgba(104, 76, 210, 0.2),
      0 0 16px rgba(136, 108, 255, 0.65);
  }
}

.hs-home-path__simple-story {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 1060px) {
  .hs-home-path {
    padding: clamp(40px, 8vh, 72px) 0 clamp(48px, 9vh, 88px);
  }

  .hs-home-path__simple-head {
    margin: 0 auto clamp(16px, 3vh, 24px);
    padding: 0 2px;
  }

  .hs-home-path__simple-title {
    font-size: clamp(1.2rem, 5.2vw, 1.55rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
  }

  .hs-home-path__pin-scroller {
    height: auto;
  }

  .hs-home-path__pin-sticky {
    position: static;
    min-height: 0;
    display: block;
    padding: 0;
  }

  .hs-home-path__simple-story {
    height: auto;
    min-height: 0;
  }

  .hs-home-path__simple-track {
    --hs-path-progress: 100%;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(12px, 2.8vw, 16px);
    max-width: 100%;
    width: 100%;
    min-width: 0;
    margin-inline: 0;
  }

  .hs-home-path__simple-track::before,
  .hs-home-path__simple-track::after {
    content: none;
  }

  .hs-home-path__simple-node {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    z-index: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 6px;
    align-items: start;
    align-content: start;
    text-align: left;
    padding: clamp(14px, 3.2vw, 18px) clamp(14px, 3.5vw, 18px);
    border-radius: clamp(14px, 3vw, 18px);
    overflow: hidden;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .hs-home-path__step-num {
    position: static;
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: center;
    margin-top: 0;
    top: auto;
    left: auto;
    z-index: auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    transform: none;
    background: rgba(126, 98, 255, 0.14);
    border: 1px solid rgba(176, 160, 255, 0.22);
    box-shadow: none;
    font-size: 14px;
    flex-shrink: 0;
  }

  .hs-home-path__simple-node.is-visible .hs-home-path__step-num,
  .hs-home-path__simple-node:first-child .hs-home-path__step-num {
    background: rgba(126, 98, 255, 0.14);
    border: 1px solid rgba(176, 160, 255, 0.22);
    box-shadow: none;
  }

  .hs-home-path__simple-node--final {
    background: #6f4fff;
    border-color: rgba(142, 118, 255, 0.55);
  }

  .hs-home-path__simple-node--final:hover {
    background: #6f4fff;
    border-color: rgba(142, 118, 255, 0.55);
  }

  .hs-home-path__simple-node--final .hs-home-path__step-num {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.42);
  }

  .hs-home-path__simple-name {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    font-size: clamp(0.95rem, 3.6vw, 1.05rem);
    line-height: 1.18;
  }

  .hs-home-path__simple-note {
    grid-column: 2;
    grid-row: 2;
    font-size: clamp(12.5px, 3.4vw, 14px);
    line-height: 1.45;
  }

  .hs-home-path__simple-cta {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    margin-top: 4px;
  }

  .hs-home-path__simple-node::before,
  .hs-home-path__simple-node::after {
    content: none;
  }

  .hs-home-path__simple-node--final {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .hs-home-path__simple-track {
    gap: 12px;
  }
}

@media (max-width: 400px) {
  .hs-home-path__simple-node {
    column-gap: 12px;
    padding: 12px 12px;
  }

  .hs-home-path__step-num {
    width: 36px;
    height: 36px;
    font-size: 13px;
    border-radius: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-home-path__simple-track {
    --hs-path-progress: 100%;
  }

  .hs-home-path__simple-node {
    transition: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .hs-home-path__simple-node::before,
  .hs-home-path__simple-node::after {
    content: none;
  }
}

/* ---------- Суть продукта — bento-экосистема ---------- */
.hs-home-ecosystem {
  position: relative;
  isolation: isolate;
  padding: clamp(52px, 9vh, 108px) 0 clamp(58px, 10vh, 116px);
  background: var(--hs-home-section-bg);
  overflow: hidden;
}

.hs-home-ecosystem::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 95, 200, 0.32), transparent);
  pointer-events: none;
}

.hs-home-ecosystem__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 4.5vh, 44px);
  max-width: min(1080px, 100%);
}

.hs-home-ecosystem__head {
  width: 100%;
  max-width: min(720px, 100%);
  margin-inline: auto;
  text-align: center;
}

.hs-home-ecosystem__kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(155, 125, 255, 0.28);
  background: rgba(109, 80, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(196, 178, 255, 0.92);
}

.hs-home-ecosystem__title {
  margin: 0;
  font-size: clamp(1.65rem, 3.6vw, 2.65rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #f6f4ff;
}

.hs-home-ecosystem__stage {
  position: relative;
  width: 100%;
}

.hs-home-ecosystem__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(48px);
}

.hs-home-ecosystem__orb--a {
  width: min(340px, 42vw);
  aspect-ratio: 1;
  left: -8%;
  top: 8%;
  background: rgba(109, 80, 255, 0.22);
}

.hs-home-ecosystem__orb--b {
  width: min(280px, 36vw);
  aspect-ratio: 1;
  right: -6%;
  bottom: 4%;
  background: rgba(72, 196, 255, 0.14);
}

.hs-home-ecosystem__bento {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(132px, auto);
  gap: clamp(10px, 1.4vw, 14px);
}

.hs-home-ecosystem__tile {
  --tile-accent: #9b7dff;
  --tile-glow: rgba(155, 125, 255, 0.24);
  position: relative;
  min-height: 132px;
  list-style: none;
}

.hs-home-ecosystem__tile-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: clamp(18px, 2.4vw, 24px);
  border-radius: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--tile-accent) 16%, transparent), transparent 46%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 14px 36px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.hs-home-ecosystem__tile-link:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--tile-accent) 38%, rgba(255, 255, 255, 0.12));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 20px 44px rgba(0, 0, 0, 0.28),
    0 0 36px var(--tile-glow);
}

.hs-home-ecosystem__tile-link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--tile-accent) 72%, #fff);
  outline-offset: 3px;
}

.hs-home-ecosystem__tile--1 { --tile-accent: #b89bff; --tile-glow: rgba(184, 155, 255, 0.28); grid-column: 1 / span 2; grid-row: 1 / span 2; min-height: 280px; }
.hs-home-ecosystem__tile--2 { --tile-accent: #5fd4ff; --tile-glow: rgba(95, 212, 255, 0.24); grid-column: 3; grid-row: 1; }
.hs-home-ecosystem__tile--3 { --tile-accent: #6ee7a8; --tile-glow: rgba(110, 231, 168, 0.22); grid-column: 4; grid-row: 1; }
.hs-home-ecosystem__tile--4 { --tile-accent: #ff9f6b; --tile-glow: rgba(255, 159, 107, 0.24); grid-column: 3; grid-row: 2; }
.hs-home-ecosystem__tile--5 { --tile-accent: #f472b6; --tile-glow: rgba(244, 114, 182, 0.22); grid-column: 4; grid-row: 2; }
.hs-home-ecosystem__tile--6 { --tile-accent: #7dd3fc; --tile-glow: rgba(125, 211, 252, 0.22); grid-column: 1; grid-row: 3; }
.hs-home-ecosystem__tile--7 { --tile-accent: #a78bfa; --tile-glow: rgba(167, 139, 250, 0.3); grid-column: 2 / span 3; grid-row: 3; }

.hs-home-ecosystem__tile.is-featured .hs-home-ecosystem__tile-link {
  background:
    radial-gradient(circle at 12% 18%, rgba(109, 80, 255, 0.22), transparent 52%),
    radial-gradient(circle at 92% 82%, color-mix(in srgb, var(--tile-accent) 14%, transparent), transparent 48%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-link {
  padding: 0;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 50% 38%, rgba(109, 80, 255, 0.14), transparent 52%),
    #050508;
}

.hs-home-ecosystem__tile.is-finale .hs-home-ecosystem__tile-link {
  flex-direction: row;
  align-items: center;
  gap: clamp(16px, 2.5vw, 28px);
  min-height: 148px;
  background:
    linear-gradient(105deg, rgba(109, 80, 255, 0.18), rgba(72, 196, 255, 0.08) 58%, rgba(255, 255, 255, 0.02));
  border-color: rgba(155, 125, 255, 0.24);
}

.hs-home-ecosystem__tile.is-image-bg .hs-home-ecosystem__tile-link {
  padding: 0;
  min-height: clamp(120px, 18vw, 168px);
  border: none;
  background: transparent;
  box-shadow: none;
}

.hs-home-ecosystem__tile.is-image-bg .hs-home-ecosystem__tile-link:hover,
.hs-home-ecosystem__tile.is-image-bg .hs-home-ecosystem__tile-link:focus-visible {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.hs-home-ecosystem__tile.is-image-bg .hs-home-ecosystem__tile-art {
  padding: 0;
}

.hs-home-ecosystem__tile.is-image-bg .hs-home-ecosystem__tile-img {
  object-fit: cover;
  object-position: center center;
}

.hs-home-ecosystem__tile.is-image-bg .hs-home-ecosystem__tile-link:hover .hs-home-ecosystem__tile-img,
.hs-home-ecosystem__tile.is-image-bg .hs-home-ecosystem__tile-link:focus-visible .hs-home-ecosystem__tile-img {
  transform: scale(1.02);
}

.hs-home-ecosystem__tile.is-route-banner .hs-home-ecosystem__tile-link {
  padding: 0;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 0;
  min-height: clamp(132px, 18vw, 172px);
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 50% 38%, rgba(109, 80, 255, 0.14), transparent 52%),
    #050508;
}

.hs-home-ecosystem__tile.is-route-banner .hs-home-ecosystem__index,
.hs-home-ecosystem__tile.is-route-banner .hs-home-ecosystem__arrow {
  z-index: 4;
}

.hs-home-ecosystem__route-banner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  width: 100%;
  height: 100%;
  min-height: inherit;
  isolation: isolate;
}

.hs-home-ecosystem__route-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 88% 72% at 50% 42%, #000 22%, transparent 78%);
  opacity: 0.52;
  pointer-events: none;
}

.hs-home-ecosystem__route-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 38%, rgba(98, 54, 255, 0.14) 0%, transparent 48%);
  pointer-events: none;
}

.hs-home-ecosystem__route-figure {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  height: 100%;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
}

.hs-home-ecosystem__route-figure--left {
  justify-content: flex-start;
}

.hs-home-ecosystem__route-figure--right {
  justify-content: flex-end;
}

.hs-home-ecosystem__route-img {
  display: block;
  width: auto;
  height: clamp(118px, 17vw, 168px);
  max-width: none;
  object-fit: contain;
  object-position: bottom center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hs-home-ecosystem__route-figure--left .hs-home-ecosystem__route-img {
  object-position: left bottom;
  margin-left: clamp(-8px, -0.8vw, 0);
}

.hs-home-ecosystem__route-figure--right .hs-home-ecosystem__route-img {
  object-position: right bottom;
  margin-right: clamp(-8px, -0.8vw, 0);
}

.hs-home-ecosystem__route-headline {
  position: relative;
  z-index: 3;
  align-self: center;
  margin: 0;
  padding: 0 clamp(10px, 2vw, 24px);
  font-size: clamp(0.92rem, 2.1vw, 1.55rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #f2f0ff;
  text-wrap: balance;
}

.hs-home-ecosystem__tile.is-route-banner .hs-home-ecosystem__tile-link:hover .hs-home-ecosystem__route-img,
.hs-home-ecosystem__tile.is-route-banner .hs-home-ecosystem__tile-link:focus-visible .hs-home-ecosystem__route-img {
  transform: scale(1.03);
}

@media (max-width: 579px) {
  .hs-home-ecosystem__route-banner {
    grid-template-columns: minmax(0, 0.9fr) auto minmax(0, 0.9fr);
  }

  .hs-home-ecosystem__route-headline {
    font-size: clamp(0.72rem, 3.4vw, 0.95rem);
    letter-spacing: 0.03em;
    padding: 0 clamp(4px, 1.2vw, 10px);
  }

  .hs-home-ecosystem__route-img {
    height: clamp(96px, 24vw, 118px);
  }
}

.hs-home-ecosystem__index {
  position: absolute;
  top: clamp(14px, 2vw, 18px);
  left: clamp(16px, 2.2vw, 22px);
  font-family: var(--hs-home-font-mono, "JetBrains Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: color-mix(in srgb, var(--tile-accent) 78%, rgba(255, 255, 255, 0.5));
}

.hs-home-ecosystem__tile-link > .hs-home-ecosystem__arrow {
  top: clamp(14px, 2vw, 18px);
  right: clamp(14px, 2vw, 18px);
  z-index: 2;
  color: color-mix(in srgb, var(--tile-accent) 78%, rgba(255, 255, 255, 0.72));
}

.hs-home-ecosystem__tile-link:hover > .hs-home-ecosystem__arrow {
  opacity: 1;
  transform: translate(3px, -3px);
}

.hs-home-ecosystem__tile-body {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-top: 22px;
}

.hs-home-ecosystem__tile.is-featured .hs-home-ecosystem__tile-body {
  margin-top: auto;
  max-width: 34ch;
  padding-top: 0;
}

.hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-body {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-top: auto;
  min-height: clamp(96px, 28%, 118px);
  padding: clamp(16px, 2.2vw, 22px) clamp(18px, 2.4vw, 24px) clamp(18px, 2.4vw, 24px);
  padding-top: clamp(28px, 3.6vw, 38px);
  isolation: isolate;
}

.hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(8, 9, 12, 0.02) 0%, rgba(8, 9, 12, 0.68) 34%, rgba(8, 9, 12, 0.88) 100%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  pointer-events: none;
}

.hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-body > * {
  position: relative;
  z-index: 1;
}

.hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__index,
.hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__arrow {
  z-index: 3;
}

.hs-home-ecosystem__tile-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(6px, 1vw, 10px);
  isolation: isolate;
  pointer-events: none;
}

.hs-home-ecosystem__tile-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 88% 72% at 50% 42%, #000 22%, transparent 78%);
  opacity: 0.52;
  pointer-events: none;
}

.hs-home-ecosystem__tile-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 38%, rgba(98, 54, 255, 0.14) 0%, transparent 48%);
  pointer-events: none;
}

.hs-home-ecosystem__tile-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-link:hover .hs-home-ecosystem__tile-img,
.hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-link:focus-visible .hs-home-ecosystem__tile-img {
  transform: scale(1.04);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-body::before {
    background: linear-gradient(180deg, rgba(8, 9, 12, 0.12) 0%, rgba(8, 9, 12, 0.82) 38%, rgba(8, 9, 12, 0.94) 100%);
  }
}

.hs-home-ecosystem__tile.is-finale .hs-home-ecosystem__tile-body {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: clamp(12px, 2vw, 20px);
  align-items: center;
  width: 100%;
  padding-left: clamp(36px, 4vw, 44px);
}

.hs-home-ecosystem__tile-title {
  margin: 0 0 8px;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #f2f0ff;
}

.hs-home-ecosystem__tile.is-featured .hs-home-ecosystem__tile-title {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  margin-bottom: 10px;
}

.hs-home-ecosystem__tile.is-finale .hs-home-ecosystem__tile-title {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.hs-home-ecosystem__tile-text {
  margin: 0;
  font-size: clamp(13px, 1.12vw, 14px);
  line-height: 1.55;
  color: rgba(175, 182, 210, 0.9);
}

.hs-home-ecosystem__tile-glow {
  position: absolute;
  right: -20%;
  bottom: -30%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, var(--tile-glow), transparent 68%);
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.hs-home-ecosystem__tile-link:hover .hs-home-ecosystem__tile-glow {
  opacity: 0.85;
  transform: scale(1.08);
}

.hs-home-ecosystem__cta {
  margin: 0;
  text-align: center;
}

@media (max-width: 979px) {
  .hs-home-ecosystem__bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .hs-home-ecosystem__tile--1,
  .hs-home-ecosystem__tile--7 {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hs-home-ecosystem__tile--2,
  .hs-home-ecosystem__tile--3,
  .hs-home-ecosystem__tile--4,
  .hs-home-ecosystem__tile--5,
  .hs-home-ecosystem__tile--6 {
    grid-column: auto;
    grid-row: auto;
  }

  .hs-home-ecosystem__tile--1 {
    min-height: 220px;
  }

  .hs-home-ecosystem__tile.is-finale .hs-home-ecosystem__tile-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .hs-home-ecosystem__tile.is-route-banner.is-finale .hs-home-ecosystem__tile-link {
    flex-direction: row;
    align-items: stretch;
  }

  .hs-home-ecosystem__tile.is-finale .hs-home-ecosystem__tile-body {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}

@media (max-width: 579px) {
  .hs-home-ecosystem {
    padding: clamp(36px, 8vh, 56px) 0;
  }

  .hs-home-ecosystem__bento {
    grid-template-columns: 1fr;
  }

  .hs-home-ecosystem__tile--1,
  .hs-home-ecosystem__tile--7 {
    grid-column: auto;
  }

  .hs-home-ecosystem__tile {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-home-ecosystem__tile-link,
  .hs-home-ecosystem__tile-link:hover,
  .hs-home-ecosystem__tile-glow,
  .hs-home-ecosystem__tile-link:hover .hs-home-ecosystem__tile-glow,
  .hs-home-ecosystem__tile-link:hover > .hs-home-ecosystem__arrow,
  .hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-link:hover .hs-home-ecosystem__tile-img,
  .hs-home-ecosystem__tile.has-tile-art .hs-home-ecosystem__tile-link:focus-visible .hs-home-ecosystem__tile-img {
    transform: none;
    transition: none;
  }
}

.hs-home-product__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 clamp(28px, 4vw, 40px);
  border-radius: 999px;
  border: 1px solid rgba(235, 232, 255, 0.42);
  --hs-btn-vfill-bg: rgba(255, 255, 255, 0.12);
  --hs-btn-vfill-rest: 0;
  --hs-btn-vfill-hover: 1;
  background: transparent;
  color: #f4f2ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.hs-home-product__cta-btn:hover {
  border-color: rgba(210, 198, 255, 0.72);
  background: transparent;
  color: #fff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
}

.hs-home-product__cta-btn:focus-visible {
  outline: 2px solid rgba(210, 198, 255, 0.9);
  outline-offset: 3px;
}

/* --- Страница /register/why-steam/ --- */
.hs-home-steam-trust__url {
  margin-top: clamp(16px, 2.5vh, 22px);
  padding: clamp(14px, 2vw, 18px) clamp(16px, 2.5vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(12px, 1.6vw, 18px);
  background: rgba(6, 6, 12, 0.35);
  text-align: center;
}

.hs-home-steam-trust__url-kicker {
  display: block;
  margin-bottom: 8px;
  font-family: var(--hs-home-font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(145, 155, 185, 0.72);
}

.hs-home-steam-trust__url code {
  display: block;
  font-family: var(--hs-home-font-mono);
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.5;
  color: rgba(186, 192, 218, 0.95);
  word-break: break-all;
}

.hs-home-steam-trust-page {
  padding: clamp(96px, 12vh, 120px) 0 clamp(56px, 8vh, 88px);
  background: var(--hs-home-section-bg);
}

.hs-home-steam-trust-page .hs-home-steam-trust__url {
  max-width: min(720px, 100%);
  margin-inline: auto;
}

.hs-home-steam-trust-page .hs-home-faq__list {
  max-width: min(720px, 100%);
  margin: clamp(24px, 3vh, 32px) auto 0;
}

.hs-home-steam-trust-page__back {
  margin: clamp(24px, 3vh, 32px) 0 0;
  text-align: center;
}

/* Аккордеон на /register/why-steam/ */
.hs-home-faq__list {
  max-width: min(720px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hs-home-faq__item {
  border-radius: clamp(18px, 2.2vw, 22px);
  background: linear-gradient(165deg, rgba(22, 20, 38, 0.94) 0%, rgba(10, 10, 18, 0.97) 100%);
  border: 1px solid rgba(120, 98, 210, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 14px 32px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.hs-home-faq__item[open] {
  border-color: rgba(150, 125, 255, 0.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 20px 44px rgba(0, 0, 0, 0.4);
}

.hs-home-faq__q {
  list-style: none;
  cursor: pointer;
  padding: clamp(16px, 2.2vw, 20px) clamp(44px, 5vw, 52px) clamp(16px, 2.2vw, 20px) clamp(18px, 2.4vw, 22px);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(236, 234, 255, 0.96);
  position: relative;
}

.hs-home-faq__q::-webkit-details-marker {
  display: none;
}

.hs-home-faq__q::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(160, 140, 230, 0.85);
  border-bottom: 2px solid rgba(160, 140, 230, 0.85);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.hs-home-faq__item[open] .hs-home-faq__q::after {
  transform: translateY(-25%) rotate(225deg);
}

.hs-home-faq__a {
  padding: 0 clamp(18px, 2.4vw, 22px) clamp(16px, 2.2vw, 20px);
  border-top: 1px solid rgba(100, 90, 140, 0.2);
}

.hs-home-faq__a p {
  margin: 0;
  padding-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(186, 192, 218, 0.9);
}

.hs-home-faq__a a {
  color: rgba(180, 155, 255, 0.98);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hs-home-faq__a a:hover {
  color: #e8e0ff;
}

.hs-home-faq__q:focus-visible {
  outline: 2px solid rgba(198, 170, 255, 0.85);
  outline-offset: -2px;
}

.hs-home-social {
  padding: clamp(32px, 6vh, 74px) 0 clamp(46px, 8vh, 96px);
  background: var(--hs-home-section-bg);
}

.hs-home-social__shell {
  position: relative;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.hs-home-social__shell::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 138px);
  width: clamp(260px, 32vw, 460px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 42, 103, 0.85) 0%, rgba(53, 42, 103, 0.45) 45%, rgba(53, 42, 103, 0) 78%);
  filter: blur(36px);
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
  animation: hsHomeSocialCirclePulse 2.8s ease-in-out infinite;
}

@keyframes hsHomeSocialCirclePulse {
  0%,
  100% {
    opacity: 0.65;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.hs-home-social__figure {
  display: block;
  width: min(320px, 40%);
  height: auto;
  margin: clamp(10px, 1.8vw, 18px) auto 0;
  position: relative;
  z-index: 1;
  left: auto;
  transform: none;
  pointer-events: none;
}

.hs-home-social__cards {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.hs-home-social__card {
  padding: 20px 22px 22px;
  background: linear-gradient(165deg, rgba(26, 24, 48, 0.9) 0%, rgba(10, 10, 20, 0.95) 100%);
  border: 1px solid rgba(132, 115, 206, 0.18);
  min-height: 168px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  gap: 10px;
}

.hs-home-social__card:first-child {
  border-radius: 18px;
}

.hs-home-social__card:last-child {
  border-radius: 18px;
}

/* Горизонтальные «стыки» между парами карточек — только в ряду из 4 колонок */
@media (min-width: 981px) {
  .hs-home-social__card:first-child {
    margin-right: 12px;
  }

  .hs-home-social__card:last-child {
    margin-left: 12px;
  }
}

.hs-home-social__card--featured {
  background: linear-gradient(150deg, rgba(86, 54, 230, 0.95) 0%, rgba(66, 40, 210, 0.92) 100%);
  border-color: rgba(160, 136, 255, 0.35);
}

.hs-home-social__card:nth-child(2) {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.hs-home-social__card:nth-child(3) {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.hs-home-social__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 800;
  color: #171327;
  background: #f4f4f6;
  margin: 0;
  flex-shrink: 0;
}

.hs-home-social__icon--lolka {
  font-size: 13px;
  letter-spacing: -0.04em;
  line-height: 1;
  font-weight: 800;
}

.hs-home-social__icon--svg img {
  display: block;
  max-width: 26px;
  max-height: 22px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hs-home-social__icon--telegram img {
  max-width: 18px;
  max-height: 15px;
}

.hs-home-social__title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
  color: #f6f4ff;
  letter-spacing: -0.03em;
}

.hs-home-social__meta {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(205, 208, 227, 0.88);
  max-width: 22ch;
}

.hs-home-social__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(18, 20, 30, 0.08);
  --hs-btn-vfill-bg: #f3f3f5;
  --hs-btn-vfill-rest: 1;
  --hs-btn-vfill-hover: 0;
  background: transparent;
  color: #11101c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.hs-home-social__btn:hover {
  transform: translateY(-1px);
  background: transparent;
  border-color: rgba(18, 20, 30, 0.2);
  color: #11101c;
}

@media (max-width: 980px) {
  .hs-home-social__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hs-home-social__card {
    border-radius: 16px;
    padding: 18px 18px 20px;
    min-height: 0;
    gap: 8px;
  }

  .hs-home-social__card:first-child,
  .hs-home-social__card:last-child {
    border-radius: 16px;
  }
}

@media (max-width: 620px) {
  .hs-home-social__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hs-home-social__card {
    padding: 14px 12px 16px;
    min-height: 0;
  }

  .hs-home-social__card:nth-child(2),
  .hs-home-social__card:nth-child(3) {
    border-radius: 16px;
  }

  .hs-home-social__title {
    font-size: clamp(16px, 4.6vw, 20px);
  }

  .hs-home-social__meta {
    font-size: 12px;
    line-height: 1.35;
    max-width: none;
  }

  .hs-home-social__icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .hs-home-social__shell::before {
    top: calc(100% - 112px);
    width: clamp(220px, 64vw, 340px);
    filter: blur(30px);
  }

  .hs-home-social__figure {
    width: min(190px, 42%);
    margin-top: clamp(18px, 5vw, 32px);
    margin-bottom: 0;
  }

  .hs-home-social__btn {
    width: 100%;
    justify-content: center;
    padding: 8px 10px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-home-faq__q::after {
    transition: none;
  }

  .hs-home-social__shell::before {
    animation: none;
    opacity: 0.8;
    transform: translate(-50%, -50%);
  }

}

/* ========== Типографика главной ========== */

.hs-home-page .hs-home-hero-model-only__title {
  font-family: var(--hs-home-font-display);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hs-home-page .hs-home-hero-model-only__caption {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.45;
}

.hs-home-page .hs-home-hero-model-only__btn {
  font-weight: 700;
  letter-spacing: 0.035em;
}

.hs-home-page .hs-home-marquee__track {
  font-family: var(--hs-home-font-mono);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.hs-home-page .hs-home-ecosystem__kicker,
.hs-home-page .hs-home-metrics__kicker,
.hs-home-page .hs-home-package-start__eyebrow,
.hs-home-page .hs-home-section-head__kicker {
  font-family: var(--hs-home-font-mono);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.hs-home-page .hs-home-ecosystem__title,
.hs-home-page .hs-home-metrics__title,
.hs-home-page .hs-home-path__simple-title,
.hs-home-page .hs-home-section-head__title,
.hs-home-page .hs-home-social__title {
  font-family: var(--hs-home-font-display);
  font-weight: 700;
}

.hs-home-page .hs-home-metrics__value {
  font-weight: 700;
  letter-spacing: -0.06em;
}

.hs-home-page .hs-home-metrics__unit {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hs-home-page .hs-home-metrics__lead,
.hs-home-page .hs-home-metrics__desc,
.hs-home-page .hs-home-path__simple-lead,
.hs-home-page .hs-home-section-head__lead,
.hs-home-page .hs-home-hero-fallback__lead {
  font-weight: 400;
  line-height: 1.6;
}

.hs-home-page .hs-home-ecosystem__tile-title {
  font-family: var(--hs-home-font-display);
  font-weight: 700;
}

.hs-home-page .hs-home-product__cta-btn {
  font-weight: 600;
}

/* .hs-home-page .hs-home-format-nav__btn,
.hs-home-page .hs-home-format-nav__name {
  font-weight: 600;
  letter-spacing: 0.01em;
} */

.hs-home-page .hs-home-package-start__stat::before {
  font-weight: 700;
}

.hs-home-page .hs-home-package-start__stat-title,
.hs-home-page .hs-home-package-start__stat.is-active .hs-home-package-start__stat-title {
  font-family: var(--hs-home-font-display);
  font-weight: 700;
}

.hs-home-page .hs-home-package-start__stat-label,
.hs-home-page .hs-home-package-start__stat.is-active .hs-home-package-start__stat-label {
  font-weight: 400;
  line-height: 1.5;
}

.hs-home-page .hs-home-package-start__pill {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hs-home-page .hs-home-path__step-num {
  font-weight: 700;
}

.hs-home-page .hs-home-path__simple-name {
  font-family: var(--hs-home-font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hs-home-page .hs-home-path__simple-note {
  font-weight: 400;
}

.hs-home-page .hs-home-faq__q {
  font-family: var(--hs-home-font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hs-home-page .hs-home-faq__a p {
  font-weight: 400;
}

.hs-home-page .hs-home-social__meta {
  font-weight: 400;
}

.hs-home-page .hs-home-social__btn {
  font-weight: 600;
}

.hs-home-page .hs-btn {
  font-weight: 600;
  letter-spacing: 0.02em;
}
