*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  color: #2f3441;
  background: #ffffff;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(100% - 80px, 1440px);
  margin: 0 auto;
}

.section-title {
  margin: 0;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #2f3441;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button--light {
  background: #ffffff;
  color: #2f3441;
}
.button--primary {
  background: #1e4bd2;
  color: #ffffff;
}
.button__icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.logo {
  display: inline-flex;
  width: 98px;
  color: #ffffff;
}
.logo svg {
  width: 100%;
  height: auto;
}
.logo--small {
  width: 98px;
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  background: transparent;
  color: #ffffff;
}
.menu-button svg {
  width: 24px;
  height: 24px;
}

.hero {
  background: #1e4bd2;
  color: #ffffff;
  overflow: hidden;
}
.hero .container {
  position: relative;
  width: min(100% - 32px, 1408px);
  min-height: 890px;
  padding-top: 24px;
  padding-bottom: 0;
}

.topbar {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 80px;
  padding: 16px 24px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.nav a {
  padding: 12px 16px;
  border-radius: 12px;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.mobile-menu {
  display: none;
}

.hero__content {
  position: absolute;
  top: 203px;
  right: 0;
  left: 0;
  display: grid;
  width: 1309px;
  margin: 0 auto;
  justify-items: center;
  gap: 16px;
  padding-top: 0;
  text-align: center;
  will-change: top;
}

.hero__title {
  position: relative;
  margin: 0;
  font-family: "VTB Group Cond", Impact, "Arial Narrow", sans-serif;
  font-size: 140px;
  line-height: 1;
  letter-spacing: -4px;
  text-transform: uppercase;
}
.hero__title span {
  display: block;
}

.hero__line {
  position: relative;
}

.hero__line--desktop:first-of-type {
  z-index: 2;
}

.hero__line--desktop:nth-of-type(2) {
  z-index: 6;
}

.hero__line--mobile {
  display: none !important;
}

.hero__text {
  position: relative;
  z-index: 2;
  width: min(732px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.33;
}

.hero__actions {
  position: relative;
  z-index: 6;
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-top: 24px;
}

.hero__button {
  position: relative;
  z-index: 6;
  min-width: 180px;
}
.hero__button--desktop {
  min-height: 70px;
  padding: 24px 42px;
}
.hero__button--mobile {
  display: none;
}

.hero__note {
  display: none;
  margin: 0;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

.video-preview {
  background: #1e4bd2;
}
.video-preview .container {
  position: relative;
  min-height: 800px;
  padding-bottom: 0;
}
.video-preview__frame-slot, .video-preview__frame {
  position: absolute;
  top: 80px;
  left: 50%;
  overflow: hidden;
  width: 1202px;
  margin: 0;
  background: #ffffff;
  transform: translateX(-50%);
}
.video-preview__frame-slot {
  aspect-ratio: 1202/640;
  visibility: hidden;
  background: transparent;
  pointer-events: none;
}
.video-preview__frame {
  z-index: 3;
  background: #1e4bd2;
  border: 2px solid #1e4bd2;
}
.video-preview__frame.is-settled {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1202px;
  transform: translateX(-50%);
}
.video-preview__frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.video-preview__frame img {
  width: 100%;
  aspect-ratio: 1202/640;
  object-fit: cover;
}

.scaling_video {
  z-index: 4;
}
.scaling_video--floating {
  will-change: left, top, width, height, transform;
}

.intro {
  min-height: 350px;
  padding: 0;
}
.intro .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.intro__text-base {
  display: block;
}
.intro__text[data-intro-reveal] .intro__text-base {
  opacity: 0.4;
}
.intro__text {
  max-width: 1021px;
  margin: 0 auto;
  padding-top: 240px;
  text-align: center;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.4px;
}
.intro__text[data-intro-reveal] {
  position: relative;
}
.intro__text[data-intro-reveal] .intro__text--muted {
  color: inherit;
}
.intro__text--muted {
  color: rgba(47, 52, 65, 0.6);
}
.intro__line {
  display: block;
}
.intro__line > * {
  display: inline;
}
.intro__text-reveal-overlay {
  position: absolute;
  inset: 0;
  display: block;
  padding-top: inherit;
  pointer-events: none;
}
.intro__text-reveal-overlay .intro__text--muted {
  color: inherit;
}
.intro__text-reveal-overlay .intro__line,
.intro__text-reveal-overlay .intro__reveal-row {
  --reveal: 0;
  clip-path: inset(0 calc((1 - var(--reveal)) * 100%) 0 0);
}

.intro--narrow {
  display: none;
}

@media (max-width: 767px) {
  .intro--wide {
    display: none;
  }
  .intro__text {
    max-width: 343px !important;
  }
  .intro--narrow {
    display: block;
  }
  .intro--narrow .container {
    width: min(343px, 100%);
    max-width: 343px;
    margin-inline: auto;
  }
}
.pill {
  display: inline-block;
  width: 81px;
  height: 50px;
  margin: 0 10px;
  vertical-align: middle;
  border-radius: 12px;
  background-color: #1e4bd2;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.pill--human {
  background-image: url("./img/i_human_part.png");
}
.pill--geo {
  background-image: url("./img/i_geo_part.png");
}
.pill--star {
  background-image: url("./img/i_star_part.png");
}

.journey {
  padding: 200px 0 0 0;
}
.journey > .container > .section-title {
  line-height: 1.25;
}
.journey__scene {
  --journey-pin-offset: 24px;
  --journey-scene-height: auto;
  position: relative;
  min-height: var(--journey-scene-height);
  margin-top: 60px;
}
.journey__layout {
  display: grid;
  grid-template-columns: 490px minmax(0, 886px);
  gap: 24px;
  align-items: start;
  position: sticky;
  top: var(--journey-pin-offset);
}
.journey__visual img, .journey__visual video {
  display: block;
  width: calc(100% + 40px);
  margin-left: -100px;
  min-height: 672px;
  border-radius: 24px;
  object-fit: cover;
}
.journey__cards {
  width: min(926px, 100% + 40px);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-bottom: 190px;
}

.journey-card {
  --stack-progress: 0;
  --collapse-progress: 0;
  --image-opacity: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  align-items: start;
  gap: 24px;
  min-height: 332px;
  padding: 24px 16px 16px 24px;
  overflow: hidden;
  border-radius: 24px;
  background: #f3f7fa;
  margin-top: calc(24px - 245px * var(--stack-progress));
  border: 1px solid #D8DADE;
  position: relative;
}
.journey-card:first-child {
  margin-top: 0;
}
.journey-card__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-self: start;
}
.journey-card h3 {
  margin: 0 0 16px;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.journey-card p {
  max-width: 386px;
  margin: auto 0 0;
  clip-path: inset(0 0 calc(var(--collapse-progress) * 100%) 0);
  color: #606981;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.journey-card img {
  width: 292px;
  height: 185px;
  align-self: end;
  justify-self: end;
  border-radius: 16px;
  object-fit: cover;
  opacity: var(--image-opacity);
}

.route__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 386px;
  gap: 80px;
  align-items: start;
  margin-bottom: 60px;
}
.route__header p {
  color: #606981;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.route .section-title {
  line-height: 1.3;
}
.route__layout {
  display: grid;
  grid-template-columns: minmax(360px, 450px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.route__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 100%;
  padding: 36px;
  border-radius: 24px;
  background: #ffedff;
}
.route__info--pink {
  background: #ffedff;
}
.route__info--violet {
  background: #ece2ff;
}
.route__info--blue {
  background: #e9f1ff;
}
.route__copy h3 {
  margin: 0 0 24px;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.3px;
}
.route__copy p {
  margin: 0;
  color: rgba(47, 52, 65, 0.8);
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.4px;
}
.route__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.route__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 100px;
  background: #ffffff;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.route__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.route__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #d8dade;
  border-radius: 40px;
  background: #ffffff;
  color: #2f3441;
}
.route__arrow svg {
  width: 24px;
  height: 24px;
}
.route__dots {
  display: flex;
  align-items: center;
  gap: 4px;
}
.route__dots span {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: rgba(47, 52, 65, 0.3);
}
.route__dots .is-active {
  width: 32px;
}

.route-map > img {
  min-height: 250px;
}

.route-map {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #f3f7fa;
}
.route-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-map .route-map__pin {
  user-select: none;
}
.route-map .route-map__pin img {
  width: 32px;
  height: 32px;
}
.route-map__pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #d8dade;
  border-radius: 50%;
  appearance: none;
  background: #ffffff;
  color: #2f3441;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.route-map__pin:hover {
  transform: scale(1.04) rotate(10deg);
}
.route-map__pin--accent {
  width: 72px;
  height: 72px;
  background: #ffd7fe;
}
.route-map__pin.is-active {
  transform: scale(1.04);
}
.route-map__pin--entrance.is-active, .route-map__pin--values.is-active, .route-map__pin--history.is-active, .route-map__pin--hall.is-active, .route-map__pin--sports.is-active {
  background: #ffd7fe;
}
.route-map__pin--geography.is-active, .route-map__pin--hidden.is-active {
  background: #e9f1ff;
}
.route-map__pin--one {
  top: 81%;
  left: 25%;
}
.route-map__pin--two {
  top: 60%;
  left: 41%;
}
.route-map__pin--three {
  top: 43%;
  left: 66%;
}
.route-map__pin--four {
  top: 80%;
  left: 45%;
}
.route-map__pin--five {
  top: 75%;
  left: 82%;
}
.route-map__pin--six {
  top: 48.5%;
  left: 14.8%;
}
.route-map__pin--seven {
  top: 11.8%;
  left: 52.8%;
}
.route-map__pin--eight {
  top: 72.7%;
  left: 59.7%;
}
.route-map__pin--nine {
  top: 35.2%;
  left: 34.4%;
}

.benefits {
  padding: 100px 0;
}
.benefits__title {
  --title-shift: 0px;
  --title-progress: 0;
  text-align: center;
  line-height: 1.3;
  transform: translateY(calc(var(--title-shift) * var(--title-progress)));
  will-change: transform;
  margin-bottom: 0;
}

.benefit-grid {
  --height-reduction: 0px;
  position: relative;
  width: min(1248px, 100%);
  margin: 60px auto 0;
  height: calc(1045px - var(--height-reduction));
}

.benefit-card {
  --align-progress: 0;
  --offset-y: 0px;
  --rotation: 0deg;
  --illustration: none;
  --illustration-width: 420px;
  --illustration-height: 320px;
  --illustration-bottom: -12px;
  --illustration-rotate: 0deg;
  --illustration-left: 50%;
  --illustration-right: auto;
  --illustration-shift-x: -50%;
  --illustration-space: 250px;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 390px;
  height: 500px;
  padding: 30px;
  padding-bottom: var(--illustration-space);
  overflow: clip;
  border: 1px solid rgba(96, 105, 129, 0.2);
  border-radius: 16px;
  background-color: #f3f7fa;
  box-shadow: 0 24px 72px rgba(19, 41, 99, 0.08);
  transform: translateY(calc(var(--offset-y) * (1 - var(--align-progress)))) rotate(var(--rotation));
  transform-origin: center center;
  will-change: transform;
}
.benefit-card::after {
  position: absolute;
  bottom: var(--illustration-bottom);
  left: var(--illustration-left);
  right: var(--illustration-right);
  z-index: 0;
  width: var(--illustration-width);
  height: var(--illustration-height);
  background: var(--illustration) center/contain no-repeat;
  content: "";
  pointer-events: none;
  transform: translateX(var(--illustration-shift-x)) rotate(var(--illustration-rotate));
  transform-origin: center center;
}
.benefit-card--left {
  left: 52px;
  top: 240px;
  z-index: 3;
  --offset-y: 190px;
  --rotation: -4deg;
  --illustration: url("./img/welcome.png");
  --illustration-width: 442px;
  --illustration-height: 389px;
  --illustration-bottom: -15px;
  --illustration-rotate: 4deg;
  --illustration-space: 292px;
}
.benefit-card--center {
  left: 434px;
  top: 216px;
  z-index: 2;
  --offset-y: 0px;
  --rotation: 2deg;
  --illustration: url("./img/cube.png");
  --illustration-width: 396px;
  --illustration-height: 325px;
  --illustration-bottom: -8px;
  --illustration-rotate: -2deg;
  --illustration-left: auto;
  --illustration-right: -6px;
  --illustration-shift-x: 3%;
  --illustration-space: 260px;
}
.benefit-card--right {
  left: 812px;
  top: 240px;
  z-index: 1;
  --offset-y: -240px;
  --rotation: -2deg;
  --illustration: url("./img/deep.png");
  --illustration-width: 398px;
  --illustration-height: 286px;
  --illustration-bottom: -2px;
  --illustration-left: auto;
  --illustration-right: -28px;
  --illustration-shift-x: 3%;
  --illustration-space: 228px;
}
.benefit-card__head {
  position: relative;
  z-index: 1;
}
.benefit-card h3 {
  margin: 0 0 16px;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.3px;
}
.benefit-card p {
  margin: 0;
  color: #606981;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.cta {
  padding: 0 0 100px;
  overflow-x: visible;
}
.cta__panel {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  padding: 60px 0 80px;
  background: #ffffff;
  text-align: center;
}
.cta__background {
  order: 2;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  width: min(100vw, 1441px);
  aspect-ratio: 1440/818;
  height: auto;
  margin: clamp(12px, 2vw, 28px) calc(50% - min(50vw, 720.5px)) 0;
  background-image: url("./img/begin.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.cta__title {
  order: 1;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: "VTB Group Cond", Impact, "Arial Narrow", sans-serif;
  font-size: 98px;
  line-height: 0.92;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #1e4bd2;
}
.cta__title span {
  display: block;
}
.cta__line--mobile {
  display: none !important;
}
.cta__visual {
  position: absolute;
  z-index: 1;
  top: 308px;
  left: 50%;
  width: 634px;
  margin: 0;
  transform: translateX(-50%);
}
.cta__visual img {
  width: 100%;
  aspect-ratio: 634/381;
  object-fit: cover;
}
.cta__actions {
  order: 3;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin: clamp(20px, 3vw, 40px) 0 0;
  padding-inline: clamp(12px, 2vw, 24px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.cta__button {
  gap: 10px;
  min-width: 252px;
}
.cta__button-mobile {
  display: none;
}
.cta__note {
  display: none;
  margin: 0;
  color: #606981;
  font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) {
  .cta__background {
    margin-top: clamp(16px, 2.5vw, 32px);
  }
  .cta__actions {
    margin-top: -80px;
  }
}
@media (min-width: 1441px) {
  .cta__background {
    --cta-edge-feather: clamp(72px, 22vw, 320px);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--cta-edge-feather), #000 calc(100% - var(--cta-edge-feather)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 var(--cta-edge-feather), #000 calc(100% - var(--cta-edge-feather)), transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
.faq {
  padding: 100px 0 0 0;
}
.faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 586px) minmax(0, 790px);
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}
.faq__visual {
  overflow: hidden;
  align-self: flex-end;
}
.faq__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.faq__content {
  width: 100%;
  max-width: 790px;
  align-self: start;
  margin-left: auto;
}
.faq__list {
  display: grid;
  gap: 16px;
  margin-top: 60px;
  margin-bottom: 24px;
}
.faq .section-title {
  width: 100%;
  max-width: 608px;
  line-height: 1.1;
  text-transform: uppercase;
}

.faq-item {
  overflow: hidden;
  border-radius: 24px;
  background: #f3f7fa;
}
.faq-item__cta {
  color: #ffffff;
  background: #1e4bd2;
}
.faq-item summary {
  position: relative;
  display: block;
  margin: 0;
  padding: 32px 72px 24px 32px;
  cursor: pointer;
  list-style: none;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item:not(.faq-item__cta) summary {
  user-select: none;
}
.faq-item:not(.faq-item__cta) summary::after {
  position: absolute;
  top: 44px;
  right: 32px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2f3441;
  border-bottom: 2px solid #2f3441;
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}
.faq-item p {
  margin: 0;
  padding: 0 32px 32px;
  color: #606981;
  font-size: 18px;
  line-height: 1.4;
  white-space: normal;
}
.faq-item[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0 0;
  background: #1e4bd2;
  color: #ffffff;
}
.footer__top, .footer__bottom {
  position: relative;
  z-index: 1;
}
.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.footer__brand {
  display: grid;
  gap: 24px;
}
.footer__meta {
  display: grid;
  gap: 16px;
  max-width: 476px;
}
.footer__meta p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}
.footer__meta--mobile {
  display: none;
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 48px;
}
.footer__links a {
  font-size: 18px;
  line-height: 1.3;
}
.footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.25;
}
.footer__bottom p {
  margin: 0;
  max-width: 580px;
}
.footer__bottom a {
  justify-self: start;
}
.footer__marquee {
  --marquee-gap: clamp(32px, 2vw, 56px);
  position: relative;
  bottom: -20px;
  left: 50%;
  width: 100vw;
  overflow: hidden;
  transform: translateX(-50%);
  font-family: "VTB Group Cond", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(4rem, 2rem + 20vw, 280px);
  line-height: 0.92;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #ffffff;
  pointer-events: none;
  margin-bottom: 24px;
}
.footer__marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: footer-marquee 50s linear infinite;
}
.footer__marquee-group {
  display: flex;
  flex-shrink: 0;
  gap: var(--marquee-gap);
  padding-right: var(--marquee-gap);
  white-space: nowrap;
}

@keyframes footer-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 1200px) {
  .container {
    width: min(100% - 48px, 1440px);
  }
  .hero .container {
    width: min(100% - 48px, 1440px);
    min-height: auto;
    padding-bottom: 109px;
  }
  .topbar {
    height: auto;
    padding: 0;
  }
  .hero__content {
    position: static;
    width: auto;
    gap: 24px;
    padding-top: 131px;
    transform: none;
  }
  .video-preview .container {
    min-height: auto;
    padding-bottom: 80px;
  }
  .video-preview__frame {
    position: static;
    width: min(1202px, 100%);
    margin: 0 auto;
    transform: none;
  }
  .video-preview__frame-slot {
    display: none;
  }
  .intro {
    min-height: 0;
    padding: 100px 0 0 0;
  }
  .intro__text {
    padding-top: 0;
  }
  .hero__title {
    font-size: clamp(72px, 9vw, 140px);
  }
  .journey__layout,
  .route__layout,
  .faq__layout,
  .footer__top,
  .footer__bottom {
    grid-template-columns: 1fr;
  }
  .journey__layout {
    width: min(926px, 100%);
    margin: 0 auto;
  }
  .journey__cards {
    width: 100%;
    margin-left: 0;
  }
  .journey__visual {
    display: none;
  }
  .route__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .route-map {
    order: 1;
  }
  .route__info {
    order: 2;
    min-height: 0;
    justify-content: flex-start;
  }
  .benefit-grid {
    position: relative;
    display: block;
    height: calc((100vw - 48px) * 0.8373 - var(--height-reduction));
  }
  .benefits {
    padding-bottom: 0;
  }
  .benefit-card {
    position: absolute;
    width: calc((100vw - 48px) * 0.3125);
    height: calc((100vw - 48px) * 0.4006);
    padding: calc((100vw - 48px) * 0.024);
    padding-bottom: var(--illustration-space);
    transform: translateY(calc(var(--offset-y) * (1 - var(--align-progress)))) rotate(var(--rotation));
    will-change: transform;
  }
  .benefit-card h3 {
    font-size: clamp(24px, (100vw - 48px) * 0.0256, 32px);
  }
  .benefit-card p {
    font-size: clamp(14px, (100vw - 48px) * 0.0144, 18px);
  }
  .benefit-card--left {
    left: calc((100vw - 48px) * 0.0417);
    top: calc((100vw - 48px) * 0.1923);
    --offset-y: calc((100vw - 48px) * 0.1522);
    --illustration-width: calc((100vw - 48px) * 0.3542);
    --illustration-height: calc((100vw - 48px) * 0.3117);
    --illustration-bottom: calc((100vw - 48px) * -0.012);
    --illustration-space: calc((100vw - 48px) * 0.234);
  }
  .benefit-card--center {
    left: calc((100vw - 48px) * 0.3478);
    top: calc((100vw - 48px) * 0.1731);
    --illustration-width: calc((100vw - 48px) * 0.3173);
    --illustration-height: calc((100vw - 48px) * 0.2604);
    --illustration-bottom: calc((100vw - 48px) * -0.0064);
    --illustration-space: calc((100vw - 48px) * 0.2083);
  }
  .benefit-card--right {
    left: calc((100vw - 48px) * 0.6506);
    top: calc((100vw - 48px) * 0.1923);
    --offset-y: calc((100vw - 48px) * -0.1923);
    --illustration-width: calc((100vw - 48px) * 0.319);
    --illustration-height: calc((100vw - 48px) * 0.2292);
    --illustration-bottom: calc((100vw - 48px) * -0.0016);
    --illustration-space: calc((100vw - 48px) * 0.1827);
  }
  .faq__layout {
    grid-template-columns: minmax(0, 1fr) minmax(468px, 556px);
  }
  .faq__visual {
    display: block;
    width: calc(100% + 140px);
    transform: translateX(-140px);
  }
  .faq__content {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .container {
    width: min(100% - 32px, 1440px);
  }
  .section-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .hero .container {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .hero__content {
    position: static;
    width: auto;
    gap: 16px;
    padding-top: 126px;
    padding-bottom: 0px;
    transform: none;
  }
  .nav {
    display: none;
  }
  .menu-button {
    display: inline-flex;
  }
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .mobile-menu[aria-hidden=false] {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 24, 42, 0.32);
    backdrop-filter: blur(6px);
  }
  .mobile-menu__panel {
    position: absolute;
    top: 88px;
    left: 50%;
    width: min(100% - 32px, 343px);
    max-height: calc(100dvh - 104px);
    padding: 20px;
    overflow: auto;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 72px rgba(19, 41, 99, 0.18);
    transform: translateX(-50%) translateY(-8px);
    transition: transform 0.2s ease;
  }
  .mobile-menu[aria-hidden=false] .mobile-menu__panel {
    transform: translateX(-50%) translateY(0);
  }
  .mobile-menu__group + .mobile-menu__group {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(216, 218, 222, 0.8);
  }
  .mobile-menu__label {
    margin: 0 0 12px;
    color: #6e717a;
    font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
  .mobile-menu__links {
    display: grid;
    gap: 4px;
  }
  .mobile-menu__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 12px 0;
    color: #2f3441;
    font-family: "VTB Group UI", "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.3px;
  }
  .mobile-menu__links svg {
    flex-shrink: 0;
  }
  .logo {
    width: 78px;
  }
  .topbar {
    gap: 16px;
  }
  .topbar.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    left: 0;
    background: rgba(30, 75, 210, 0.9098039216);
    padding: 16px 24px;
    backdrop-filter: blur(9px);
  }
  body.topbar-fixed .hero .container::before {
    content: "";
    display: block;
    height: 46px;
  }
  .hero__content {
    width: 100%;
    gap: 16px;
    padding-top: 126px;
    padding-bottom: 0;
    justify-items: center;
    text-align: center;
  }
  .hero__title {
    font-size: clamp(32px, 10.5vw, 44px);
    line-height: 0.92;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .hero__line--desktop {
    display: none !important;
  }
  .hero__line--mobile {
    display: block !important;
  }
  .hero__text {
    width: min(343px, 100%);
    font-size: 18px;
    line-height: 1.3;
  }
  .hero__actions {
    width: min(343px, 100%);
    margin-top: 44px;
  }
  .hero__button {
    width: 100%;
    min-width: 0;
  }
  .hero__button--desktop {
    display: none;
  }
  .hero__button--mobile {
    display: inline-flex;
    min-height: 62px;
  }
  .hero__note {
    display: block;
  }
  .video-preview .container {
    min-height: auto;
    padding-bottom: 32px;
  }
  .video-preview__frame {
    position: static;
    width: 100%;
    transform: none;
  }
  video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 512px;
  }
  .intro {
    min-height: 0;
    padding: 48px 0 32px;
  }
  .intro .container {
    justify-content: flex-start;
  }
  .intro__text {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    text-align: left;
    font-size: 26px;
    line-height: 1.3;
  }
  .intro__text-base,
  .intro__text-reveal-overlay {
    display: grid;
    gap: 0;
  }
  .intro__line,
  .intro__reveal-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }
  .pill {
    width: 42px;
    height: 32px;
    margin: 0;
    border-radius: 6px;
  }
  .faq,
  .journey,
  .route,
  .benefits {
    padding: 84px 0 0 0;
  }
  .benefits__title {
    text-align: left;
  }
  .journey__scene,
  .journey__cards {
    margin-top: 32px;
  }
  .journey__layout {
    position: static;
  }
  .journey__cards {
    display: grid;
    width: 100%;
    padding-bottom: 0;
    gap: 12px;
    justify-items: center;
    margin: auto;
  }
  .journey-card {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 0;
    margin-top: 0;
    padding: 24px 20px 20px;
    border-radius: 20px;
    width: 100%;
  }
  .journey-card h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1;
  }
  .journey-card p {
    max-width: none;
    font-size: 14px;
    line-height: 1.3;
  }
  .journey-card img {
    justify-self: center;
  }
  .route__header {
    margin-bottom: 32px;
  }
  .route__header p {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.3;
  }
  .route__layout {
    gap: 12px;
  }
  .route-map {
    order: 1;
    min-height: 250px;
    border-radius: 20px;
  }
  .route__info {
    order: 2;
    min-height: 305px;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
  }
  .route__chips {
    order: 1;
    gap: 8px;
  }
  .route__chips span {
    font-size: 12px;
  }
  .route__copy {
    order: 2;
    width: min(303px, 100%);
  }
  .route__copy h3 {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .route__copy p {
    font-size: 15px;
    line-height: 1.35;
  }
  .route__controls {
    display: flex;
    order: 3;
    width: 100%;
    margin-top: auto;
  }
  .route-map__pin {
    width: 36px;
    height: 36px;
  }
  .route-map__pin img {
    width: 16px !important;
    height: 16px !important;
    filter: brightness(0);
  }
  .route-map__pin svg {
    width: 16px;
    height: 16px;
  }
  .route-map__pin--accent {
    width: 36px;
    height: 36px;
  }
  .route-map__pin--one {
    top: 78%;
    left: 24%;
  }
  .route-map__pin--two {
    top: 59%;
    left: 42%;
  }
  .route-map__pin--three {
    top: 41%;
    left: 68%;
  }
  .route-map__pin--four {
    top: 79%;
    left: 44.5%;
  }
  .route-map__pin--five {
    top: 74%;
    left: 82%;
  }
  .route-map__pin--six {
    top: 47%;
    left: 12%;
  }
  .route-map__pin--seven {
    top: 12%;
    left: 52%;
  }
  .route-map__pin--eight {
    top: 35%;
    left: 32%;
    display: none;
  }
  .benefit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    height: auto;
    margin-top: 32px;
    justify-items: center;
  }
  .benefit-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: clamp(17px, 5.333vw, 23px);
    width: clamp(239px, 74.667vw, 321px);
    height: clamp(300px, 93.867vw, 404px);
    padding-bottom: clamp(133px, 41.6vw, 179px);
    border-radius: 12px;
    --align-progress: 0;
    --offset-y: 0px;
    --rotation: 0deg;
    --illustration-left: auto;
    --illustration-right: -6px;
    --illustration-shift-x: 3%;
    --illustration-width: clamp(224px, 70.133vw, 301px);
    --illustration-height: clamp(183px, 57.333vw, 247px);
    --illustration-bottom: -2px;
    margin-top: 24px;
  }
  .benefit-card h3 {
    font-size: clamp(20px, 6.4vw, 26px);
  }
  .benefit-card p {
    font-size: clamp(12px, 3.733vw, 16px);
  }
  .benefit-card--left {
    --illustration-right: -12px;
    --illustration-bottom: -12px;
    transform: rotate(4deg) translateX(16px);
  }
  .benefit-card--center {
    --illustration-right: -10px;
    --illustration-bottom: -4px;
    transform: rotate(-2deg) translateX(16px);
  }
  .benefit-card--right {
    --illustration-right: -19px;
    --illustration-bottom: -1px;
    transform: rotate(2deg) translateX(16px);
  }
  .cta {
    padding: 42px 0 0 0;
    min-height: 0;
  }
  .cta__panel {
    min-height: 0;
    padding: 16px 0 24px;
  }
  .cta__background {
    top: auto;
    width: min(100vw, 1441px);
    height: 45vh;
    margin: clamp(8px, 3vw, 20px) calc(50% - min(50vw, 720.5px)) 0;
    background-size: cover;
  }
  .cta__title {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -0.25px;
  }
  .cta__line--desktop {
    display: none !important;
  }
  .cta__line--mobile {
    display: block !important;
  }
  .cta__visual {
    position: relative;
    top: auto;
    left: auto;
    width: 293px;
    margin-top: 47px;
    transform: none;
  }
  .cta__actions {
    width: 303px;
    flex-direction: column;
    gap: 16px;
    margin: 24px auto 0;
  }
  .cta .button--primary {
    width: 303px;
    min-height: 62px;
    padding: 20px 16px;
  }
  .cta__button {
    display: none;
  }
  .cta__button-mobile {
    display: inline-flex;
  }
  .cta__note {
    display: block;
    width: 100%;
  }
  .faq__content {
    width: 100%;
  }
  .faq__layout {
    grid-template-columns: 1fr;
  }
  .faq__list {
    gap: 8px;
    margin-top: 24px;
  }
  .faq__visual {
    display: block;
    order: 2;
    width: 100%;
    margin-top: 24px;
    transform: none;
  }
  .faq__visual img {
    width: 100%;
    height: 507px;
    object-fit: cover;
    object-position: top;
  }
  .faq__content {
    order: 1;
  }
  .faq-item {
    border-radius: 8px;
  }
  .faq-item summary {
    padding: 20px 52px 12px 20px;
    font-size: 18px;
  }
  .faq-item summary::before, .faq-item summary::after {
    top: 28px;
    right: 20px;
  }
  .faq-item p {
    padding: 0 20px 20px;
    font-size: 14px;
  }
  .footer {
    padding: 42px 0;
  }
  .footer__top {
    gap: 24px;
    padding-bottom: 24px;
  }
  .footer__meta--desktop {
    display: none;
  }
  .footer__meta--mobile {
    display: grid;
  }
  .footer__meta p, .footer__links a {
    font-size: 14px;
    line-height: 1.21;
  }
  .footer__links {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer__bottom {
    gap: 16px;
    padding-top: 16px;
    font-size: 11px;
    line-height: 1.1;
  }
  .footer__marquee {
    bottom: -14px;
    font-size: 120px;
    letter-spacing: -4px;
  }
}
