:root {
  --font-family: "Inter", sans-serif;
  --color-black: #000;
  --color-white: #fff;
  --color-gray-light: #cdcdcd;
  --color-header-bg: #222;
  --color-text-alt: #b9b9b9;
  --color-blue: #020354;
  --color-white-700: rgba(255, 255, 255, 0.7);
  --color-radar-line: #333b4c;
  --header-offset: 96px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


select::-ms-value {
  background: none;
  color: #003159;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  color: #003159 !important;
}

textarea {
  overflow: auto;
}

input,
button,
textarea,
select,
a,
option {
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

*:focus-visible {
  outline: none;
}

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

p, h1, h2, h3, h4, h5, h6 {
  width: 100%;
}

label.error {
  display: none !important;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-LightBETA.woff2") format("woff2"), url("../fonts/Inter-LightBETA.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: var(--font-family);
  line-height: normal;
  font-weight: 400;
  color: var(--color-white);
  background-color: #000818;
  background-image: -webkit-radial-gradient(50.66% 54.43%, 57.99% 59.89%, #0d1c3b 0%, #000 100%);
  background-image: radial-gradient(57.99% 59.89% at 50.66% 54.43%, #0d1c3b 0%, #000 100%);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

body:after {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, rgba(59, 130, 246, 0.16), rgba(0, 0, 0, 0.94) 65%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 120;
}

body.page-is-leaving:after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
}

.site__wrapper {
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  margin: auto;
  padding-top: var(--header-offset);
}

.container {
  width: 1416px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  height: auto;
}

.is-parked {
  display: none !important;
}

@media (max-width: 1480px) {
  .container {
    width: 100%;
    padding: 0 48px;
  }
}
@media (max-width: 1080px) {
  .container {
    padding: 0 10px;
  }
}
.header {
  background-color: var(--color-black);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.78);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 21px 0;
  position: relative;
}

.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 78px;
}

.header__logo {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header__logo-icon {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 13px;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 7px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.header__logo-icon:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  border-radius: 13px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg, #c69155, #51a2ff, #00d692, #50a2ff, #ff8803, #c69155);
  -webkit-animation: icon 3s linear infinite;
          animation: icon 3s linear infinite;
}

@-webkit-keyframes icon {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes icon {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
         -o-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header__icon-center {
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.header__name {
  width: auto;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  color: var(--color-white);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 70px;
}
.header__nav ul li {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header__nav-link {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-gray-light);
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: var(--color-gray-light);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header__nav-link:hover:before {
  width: 100%;
}

.header__nav-link:hover,
.header__nav-link.is-current {
  color: var(--color-white);
}

.header__nav-link.is-current:before {
  width: 100%;
}

.header__right {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 45px;
}

.header__start-btn {
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 202, 118, 0.98) 48%, rgba(255, 243, 214, 0.96));
  border: 1px solid rgba(255, 242, 199, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 28px rgba(179, 125, 24, 0.24);
  font-weight: 600;
  font-size: 17px;
  color: #1d1200;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 10px 16px;
  -webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
.header__start-btn:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 22px 34px rgba(179, 125, 24, 0.3);
}

.menu__btn {
  display: none;
  width: 28px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.menu__btn.active .burger__item-1 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
.menu__btn.active .burger__item-2 {
  opacity: 0;
}
.menu__btn.active .burger__item-3 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  bottom: auto;
  top: 50%;
  left: 50%;
}

.burger__item {
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background-color: var(--color-white);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.burger__item-1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.burger__item-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger__item-3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile__menu {
  width: auto;
  height: auto;
  position: absolute;
  top: 70px;
  right: 0;
  background-color: var(--color-header-bg);
  padding: 20px 30px 40px;
  border-radius: 11px;
  z-index: 100;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.mobile__menu.active {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
}

.header__nav-top {
  margin-top: 20px;
}

@media (max-width: 1480px) {
  .header__left {
    gap: 50px;
  }
  .header__nav ul {
    gap: 50px;
  }
}
@media (max-width: 1280px) {
  .header__name {
    font-size: 22px;
  }
  .header__left {
    gap: 30px;
  }
  .header__nav ul {
    gap: 30px;
  }
  .header__right {
    gap: 30px;
  }
  .header__nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  :root {
    --header-offset: 84px;
  }
  .header {
    background: transparent;
    padding-top: 13px;
  }
  .header__wrapper {
    background: var(--color-header-bg);
    padding: 9px 15px;
    border-radius: 11px;
  }
  .header__icon-center {
    background-color: var(--color-header-bg);
  }
  .header__nav {
    display: none;
  }
  .header__right a {
    display: none;
  }
  .menu__btn {
    display: block;
  }
  .header__nav-link {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .header__logo-icon {
    width: 40px;
    height: 40px;
  }
  .header__name {
    font-size: 20px;
  }
}
.section {
  overflow-y: auto;
  animation: sectionEnter 0.8s ease both;
  position: relative;
  scroll-margin-top: calc(var(--header-offset) + 2px);
}

body.page-is-leaving .section {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.26s ease, transform 0.26s ease;
}

@keyframes sectionEnter {
  0% {
    opacity: 0;
    transform: translateY(36px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-item {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.journey-banner {
  padding: 0 0 48px;
}

.journey-banner__panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 30px;
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.16), transparent 30%),
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 32%),
    rgba(8, 12, 27, 0.88);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  gap: 32px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.journey-banner__content {
  max-width: 680px;
}

.journey-banner__eyebrow {
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 16px;
}

.journey-banner__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.08;
  color: var(--color-white);
  margin-bottom: 14px;
}

.journey-banner__text {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.journey-banner__actions {
  width: 100%;
  max-width: 430px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}

.journey-banner__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.journey-banner__step {
  min-height: 84px;
  padding: 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.76);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 8px;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.journey-banner__step:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.journey-banner__step.is-current {
  border-color: rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(34, 197, 94, 0.15)),
    rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.journey-banner__step-number {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.journey-banner__step-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
}

.journey-banner__link {
  width: 100%;
  min-height: 62px;
  padding: 18px 22px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 14px;
  color: var(--color-white);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.35), rgba(34, 197, 94, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 36px rgba(6, 18, 54, 0.34);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journey-banner__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(6, 18, 54, 0.42);
}

.journey-banner__link span {
  font-size: 18px;
  font-weight: 600;
}

.journey-banner__link svg {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.journey-banner__cta {
  width: 100%;
}

.journey-banner__cta div {
  width: 100%;
}

.radar__wrapper {
  height: 100%;
  gap: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.wrapper {
  min-height: calc(100vh - 90px);
  min-height: calc(100svh - 90px);
  padding: 30px 0;
}

.radar__content {
  width: 640px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.radar__title {
  font-weight: 700;
  font-size: 58px;
  color: var(--color-white);
  margin-bottom: 14px;
}
.radar__title span {
  background-image: -webkit-linear-gradient(left, #3b82f6, #22c55e, #c9de09, #3b82f6);
  background-image: linear-gradient(90deg, #3b82f6, #22c55e, #c9de09, #3b82f6);
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% auto;
  -webkit-animation: textShine 7s ease-in-out infinite;
          animation: textShine 7s ease-in-out infinite;
}

@-webkit-keyframes textShine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

@keyframes textShine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.radar__text {
  font-weight: 700;
  font-size: 31px;
  color: var(--color-white);
  margin-bottom: 26px;
}

.radar__text-small {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--color-text-alt);
  margin-bottom: 30px;
}

.radar__text-supersmall {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: var(--color-text-alt);
  margin: 10px 0;
}

.radar__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.radar__btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
}

.radar__btn div {
  width: auto;
  height: auto;
  border: 1px solid rgba(255, 242, 199, 0.52);
  border-radius: 18px;
  padding: 16px 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 40px rgba(179, 125, 24, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 201, 115, 0.98) 48%, rgba(255, 244, 214, 0.96));
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1d1200;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
.radar__btn div:before, .radar__btn div:after {
  content: "";
  position: absolute;
  border-radius: 18px;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(45deg, #fff7d6, #d5a53b, #fff1be, #e2b24b);
  background: linear-gradient(45deg, #fff7d6, #d5a53b, #fff1be, #e2b24b);
  background-size: 400%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  -webkit-animation: animate 20s linear infinite;
          animation: animate 20s linear infinite;
}
.radar__btn div:after {
  opacity: 0.55;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}

.radar__btn:hover div {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 28px 46px rgba(179, 125, 24, 0.34);
}

@-webkit-keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.radar__info {
  margin-top: 20px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: var(--color-white-700);
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  color: rgba(225, 221, 255, 0.5);
  text-shadow: inset 0 4px 2px 0 rgba(0, 0, 0, 0);
  padding: 20px 0;
}

.old__price {
  position: relative;
}
.old__price:before {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-161deg);
      -ms-transform: translate(-50%, -50%) rotate(-161deg);
       -o-transform: translate(-50%, -50%) rotate(-161deg);
          transform: translate(-50%, -50%) rotate(-161deg);
  height: 4px;
  background: rgba(255, 0, 0, 0.55);
}

.price__info {
  font-size: 17px;
}

.new__price {
  font-weight: 500;
  font-size: 29px;
  text-align: center;
  color: var(--color-white);
  text-shadow: inset 0 4px 2px 0 rgba(0, 0, 0, 0);
}

.radar__divider {
  width: 100%;
  height: 2px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
}

.radar__items {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.radar__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.radar__item-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: var(--color-white);
}

.radar__item-info {
  font-size: 12px;
  color: #7c7c7c;
  text-align: center;
}

.radar__block {
  width: 550px;
  height: 550px;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.radar__line {
  border-radius: 100%;
  border: 1px solid var(--color-radar-line);
}

.radar__line-1 {
  width: 81%;
  height: 81%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radar__line-2 {
  width: 54.5%;
  height: 54.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radar__line-3 {
  width: 29%;
  height: 29%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radar__pin {
  width: 15px;
  height: 15px;
  position: absolute;
}
.radar__pin:before {
  content: attr(data-text);
  position: absolute;
  font-weight: 300;
  font-size: 14px;
  color: var(--color-white);
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.radar__pin:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-animation: radarScale 5s infinite;
          animation: radarScale 5s infinite;
}

.radar__pin-1 {
  left: 18%;
  bottom: 22%;
}
.radar__pin-1:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  box-shadow: 0 0 14px 1px #fffb00;
  background: -webkit-radial-gradient(50% 50%, 53.81% 53.81%, #e4ec00 0%, #b9b300 100%);
  background: radial-gradient(53.81% 53.81% at 50% 50%, #e4ec00 0%, #b9b300 100%);
  border: 1px solid rgba(255, 255, 255, 0.56);
}

.radar__pin-2 {
  top: 30%;
  left: 29%;
}
.radar__pin-2:after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  box-shadow: 0 0 14px 1px #22c55e;
  background: -webkit-radial-gradient(50% 50%, 53.81% 53.81%, #22c55e 0%, #00722a 100%);
  background: radial-gradient(53.81% 53.81% at 50% 50%, #22c55e 0%, #00722a 100%);
  border: 1px solid rgba(255, 255, 255, 0.56);
}

.radar__pin-3 {
  bottom: 35%;
  right: 25%;
}
.radar__pin-3:after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  box-shadow: 0 0 14px 1px #fff;
  background: -webkit-radial-gradient(50% 50%, 53.81% 53.81%, #2263c5 0%, #001372 100%);
  background: radial-gradient(53.81% 53.81% at 50% 50%, #2263c5 0%, #001372 100%);
  border: 1px solid rgba(255, 255, 255, 0.56);
}

@-webkit-keyframes radarScale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes radarScale {
  0%, 100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.8);
         -o-transform: scale(1.8);
            transform: scale(1.8);
  }
  20% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.radar__cursor {
  width: 2px;
  height: 50%;
  position: absolute;
  top: 50%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  left: calc(50% - 1px);
  background: -webkit-linear-gradient(top, rgba(34, 197, 94, 0), #22c55e);
  background: linear-gradient(180deg, rgba(34, 197, 94, 0), #22c55e);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: radarRotate 5s linear infinite;
          animation: radarRotate 5s linear infinite;
}

@-webkit-keyframes radarRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes radarRotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1480px) {
  .radar__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .radar__content {
    width: 500px;
  }
  .radar__title {
    font-size: 44px;
  }
  .radar__text {
    font-size: 24px;
  }
  .radar__text-small {
    font-size: 16px;
  }
  .radar__item-title {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .radar__wrapper {
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .radar__block {
    width: 480px;
    height: 480px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
}
@media (max-width: 1080px) {
  .radar__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 50px;
  }
  .wrapper {
    min-height: calc(100vh - 79px);
    min-height: calc(100svh - 79px);
  }
  .radar__content {
    width: 100%;
  }
  .radar__title {
    font-size: 68px;
  }
  .radar__text-small {
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .radar__btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .radar__btn {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .radar__info-wrapper {
    width: auto;
    padding: 20px 0;
  }
  .radar__info {
    margin-top: 0;
  }
  .price {
    padding: 5px 0 0px;
  }
  body {
    background-image: -webkit-radial-gradient(63.98% 75.68%, 93.26% 32.69%, #001372 0%, #000 100%);
    background-image: radial-gradient(93.26% 32.69% at 63.98% 75.68%, #001372 0%, #000 100%);
  }
}
@media (max-width: 440px) {
  .radar__title {
    font-size: 6.5vw;
    margin-bottom: 1vw;
  }
  .radar__wrapper {
    gap: 6vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .wrapper {
    padding: 6vw 2vw;
    min-height: calc(100vh - 71px);
    min-height: calc(100svh - 71px);
  }
  .radar__text {
    font-size: 3.8vw;
    margin-bottom: 1vw;
  }
  .radar__text-small {
    font-size: 4.2vw;
    margin-bottom: 0;
  }
  .radar__btn-wrapper {
    gap: 2vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .radar__btn div {
    padding: 3vw 4vw;
    gap: 1.5vw;
    font-size: 3vw;
  }
  .radar__btn svg {
    width: 4vw;
    height: auto;
  }
  .radar__info-wrapper {
    width: 45vw;
    padding: 4vw 0;
  }
  .radar__info {
    font-size: 3.5vw;
  }
  .price {
    padding: 1vw 0 0;
    gap: 1vw;
    font-size: 3.2vw;
  }
  .price__info {
    font-size: 3vw;
  }
  .new__price {
    font-size: 5vw;
  }
  .radar__items {
    margin-top: 4vw;
  }
  .radar__item-title {
    font-size: 4.5vw;
  }
  .radar__item-info {
    font-size: 2.4vw;
  }
  .radar__block {
    width: 88vw;
    height: 88vw;
  }
  .radar__pin {
    width: 3.4vw;
    height: 3.4vw;
  }
  .radar__pin-1 {
    left: 18%;
    bottom: 21%;
  }
  .radar__pin-2 {
    top: 29%;
    left: 29%;
  }
  .radar__pin-3 {
    bottom: 36%;
    right: 24%;
  }
}
@media (max-width: 1080px) {
  .journey-banner {
    padding-bottom: 36px;
  }
  .journey-banner__panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .journey-banner__actions {
    max-width: none;
  }
}
@media (max-width: 440px) {
  .journey-banner {
    padding: 0 0 8vw;
  }
  .journey-banner__panel {
    border-radius: 5vw;
    padding: 5vw 4vw;
    gap: 5vw;
  }
  .journey-banner__title {
    font-size: 7vw;
    margin-bottom: 3vw;
  }
  .journey-banner__eyebrow {
    font-size: 2.6vw;
    margin-bottom: 3vw;
  }
  .journey-banner__text {
    font-size: 3.6vw;
  }
  .journey-banner__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .journey-banner__step {
    min-height: 20vw;
    border-radius: 4vw;
    padding: 3.5vw;
  }
  .journey-banner__step-number {
    font-size: 2.4vw;
  }
  .journey-banner__step-label {
    font-size: 3.4vw;
  }
  .journey-banner__link {
    min-height: 15vw;
    padding: 4vw;
    border-radius: 4vw;
  }
  .journey-banner__link span {
    font-size: 4vw;
  }
}
body:has(.features__section) {
  background-image: none;
}

.features__wrapper,
.pricing__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.features__wrapper .radar__btn div,
.pricing__wrapper .radar__btn div {
  border-radius: 18px;
}
.features__wrapper .radar__btn div:before,
.features__wrapper .radar__btn div:after,
.pricing__wrapper .radar__btn div:before,
.pricing__wrapper .radar__btn div:after {
  border-radius: 18px;
}

.features__title {
  width: 100%;
  max-width: 567px;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  background: -webkit-linear-gradient(342deg, #fff 0%, #666 50%, #fff 100%);
  background: linear-gradient(108deg, #fff 0%, #666 50%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 120px;
  background-size: 200% auto;
  -webkit-animation: textShine 7s ease-in-out infinite;
          animation: textShine 7s ease-in-out infinite;
}

.features__items {
  width: 100%;
  max-width: 1150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
.features__items:before {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 43px;
  z-index: -1;
}

.feture__item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 30%;
}

.features__item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.features__item:hover .features__icon {
  box-shadow: 0 1px 31px 10px rgba(255, 255, 255, 0.25);
}

.features__icon {
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 14px;
  width: 94px;
  height: 87px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-shadow: 0 1px 31px 1px rgba(255, 255, 255, 0.25);
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #1e1e1e 0%, #000 100%);
  background: radial-gradient(50% 50% at 50% 50%, #1e1e1e 0%, #000 100%);
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.features__icon img {
  width: 55px;
  height: auto;
}

.features__item-text {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--color-white);
}

.features__item-text-small {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #808080;
  margin-top: 10px;
}

.features__text {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #808080;
  margin-bottom: 60px;
}

@media (max-width: 1080px) {
  .features__item {
    width: 33%;
  }
}
@media (max-width: 440px) {
  .features__wrapper,
  .pricing__wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .features__title {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  .features__items:before {
    display: none;
  }
  .features__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 4vw;
    margin-bottom: 12vw;
  }
  .feture__item-wrapper {
    width: 100%;
  }
  .features__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 3vw 4vw;
    background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(217, 217, 217, 0.2) 0%, rgba(115, 115, 115, 0.2) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0.2) 0%, rgba(115, 115, 115, 0.2) 100%);
    border-radius: 17px;
    gap: 4vw;
  }
  .features__item:hover .features__icon {
    box-shadow: 0 1px 31px 1px rgba(255, 255, 255, 0.25);
  }
  .features__icon {
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 12.5vw;
    height: 12vw;
  }
  .features__icon img {
    width: 50%;
    height: auto;
  }
  .features__item-text {
    font-size: 5vw;
    text-align: left;
  }
  .features__item-text-small {
    font-size: 3.8vw;
    margin-top: 2vw;
  }
  .features__text {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
  .features__wrapper .radar__btn div,
  .pricing__wrapper .radar__btn div {
    padding: 3vw 6vw;
    font-size: 5vw;
  }
}
.info__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.info__content .features__title {
  grid-area: title;
  max-width: 620px;
  margin-bottom: 12px;
  font-size: 80px;
  line-height: 1.18;
  text-align: left;
}
.info__content .features__title span {
  background-image: -webkit-linear-gradient(342deg, #8dbf97 0%, #d0c56c 30.99%, #eeba7e 67.07%, #ffb86c 100%);
  background-image: linear-gradient(108deg, #8dbf97 0%, #d0c56c 30.99%, #eeba7e 67.07%, #ffb86c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info__content {
  width: 100%;
  max-width: 1370px;
  height: auto;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(510px, 0.98fr);
  grid-template-areas:
    "title card"
    "text card"
    "items card";
  column-gap: 56px;
  row-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.info__text-mobile {
  grid-area: text;
  max-width: 420px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(223, 222, 222, 0.78);
  margin-bottom: 6px;
  display: block;
}
.info__text-mobile span {
  font-weight: 600;
  color: #fff;
}

.info__right {
  grid-area: card;
  width: 564px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  justify-self: end;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.info__block {
  padding: 34px 30px 28px;
  width: 100%;
  height: auto;
  border-radius: 28px;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(155deg, rgba(22, 45, 118, 0.48), rgba(6, 10, 27, 0.74) 40%, rgba(25, 15, 69, 0.6) 100%);
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(3, 8, 23, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: infoCardFloat 7s ease-in-out infinite;
}
.info__block:before, .info__block:after {
  content: "";
  width: 230px;
  height: 160px;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  opacity: 0.65;
  -webkit-animation: infoGlowShift 11s linear infinite;
          animation: infoGlowShift 11s linear infinite;
}
.info__block:before {
  left: -70px;
  top: -40px;
  background: rgba(87, 157, 255, 0.8);
}
.info__block:after {
  right: -90px;
  bottom: -80px;
  background: rgba(255, 195, 110, 0.6);
  animation-direction: reverse;
}

@-webkit-keyframes infoGlowShift {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate3d(40px, 24px, 0) scale(1.08);
            transform: translate3d(40px, 24px, 0) scale(1.08);
  }
  66% {
    -webkit-transform: translate3d(-28px, -18px, 0) scale(0.94);
            transform: translate3d(-28px, -18px, 0) scale(0.94);
  }
}

@keyframes infoGlowShift {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
         -o-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate3d(40px, 24px, 0) scale(1.08);
         -o-transform: translate3d(40px, 24px, 0) scale(1.08);
            transform: translate3d(40px, 24px, 0) scale(1.08);
  }
  66% {
    -webkit-transform: translate3d(-28px, -18px, 0) scale(0.94);
         -o-transform: translate3d(-28px, -18px, 0) scale(0.94);
            transform: translate3d(-28px, -18px, 0) scale(0.94);
  }
}

@-webkit-keyframes infoCardFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    box-shadow: 0 28px 70px rgba(3, 8, 23, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    box-shadow: 0 42px 88px rgba(8, 17, 48, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

@keyframes infoCardFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    box-shadow: 0 28px 70px rgba(3, 8, 23, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
  50% {
    -webkit-transform: translateY(-8px);
         -o-transform: translateY(-8px);
            transform: translateY(-8px);
    box-shadow: 0 42px 88px rgba(8, 17, 48, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}
.info__live {
  width: auto;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: -webkit-radial-gradient(50% 50%, 30% 60%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 15, 77, 0.18) 100%);
  background: radial-gradient(30% 60% at 50% 50%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 15, 77, 0.18) 100%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  padding: 9px 16px 9px 14px;
  margin-bottom: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.info__live-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 1px 1px rgba(0, 47, 255, 0.25);
  background: #0028ee;
  -webkit-animation: liveDot 4s linear infinite;
          animation: liveDot 4s linear infinite;
}

.info__live-text {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
}

@-webkit-keyframes liveDot {
  0%, 100% {
    background: #0028ee;
  }
  25% {
    background: #c00707;
  }
  50% {
    background: #8cff08;
  }
  75% {
    background: #07be44;
  }
}

@keyframes liveDot {
  0%, 100% {
    background: #0028ee;
  }
  25% {
    background: #c00707;
  }
  50% {
    background: #8cff08;
  }
  75% {
    background: #07be44;
  }
}
.info__block-stages {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}
.info__block-stages:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background-color: #ffd84a;
  border-radius: 100%;
  -webkit-filter: blur(24px);
          filter: blur(24px);
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(0.8);
         -o-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.2);
         -o-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}
.info__stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 52px;
  border-radius: 12px;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}

.info__stage-text {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.info__stage-2 {
  width: 195px;
  height: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.info__stage-2 .info__stage-text {
  font-size: 19px;
  color: #ffd15c;
  text-shadow: 0 0 14px 0 #fff;
}
.info__stage-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/stage-active-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.info__stage-small {
  width: 100%;
  max-width: 360px;
  font-weight: 300;
  font-size: 11px;
  text-align: left;
  color: #d8d8d8;
  margin: 14px 0 18px;
}
.info__stage-small span {
  font-weight: 600;
  color: #fff;
}

.info__stage-meta {
  max-width: none;
  text-align: center;
  margin: 10px auto 0;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.58);
}

.info__block-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.info__block-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.14;
  color: #fff;
  margin: 22px 0 24px;
}

.info__block-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.info__block-item {
  height: 134px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  -o-transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease;
}
.info__block-item:before {
  content: "";
  position: absolute;
  inset: auto -30% -56% auto;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-filter: blur(28px);
          filter: blur(28px);
  opacity: 0.55;
  -webkit-animation: infoStatPulse 6s ease-in-out infinite;
          animation: infoStatPulse 6s ease-in-out infinite;
}
.info__block-item:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
}

@-webkit-keyframes infoStatPulse {
  0%, 100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.45;
  }
  50% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 0.72;
  }
}

@keyframes infoStatPulse {
  0%, 100% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.45;
  }
  50% {
    -webkit-transform: scale(1.18);
         -o-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 0.72;
  }
}

.info__block-item-title {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 7px;
}

.info__block-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
  font-size: 26px;
  gap: 8px;
}
.info__block-item-text img {
  width: 34px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.info__block-1 {
  box-shadow: inset 0 0 44px rgba(189, 243, 208, 0.14), 0 16px 36px rgba(24, 56, 38, 0.28);
}
.info__block-1:before {
  background: rgba(129, 255, 180, 0.7);
}
.info__block-1 .info__block-item-text {
  color: #bdf3d0;
}
.info__block-1 .info__block-item-text span:before {
  content: "+";
}
.info__block-1 .info__block-item-text span:after {
  content: "%";
}

.info__block-2 {
  box-shadow: inset 0 0 44px rgba(63, 118, 255, 0.14), 0 16px 36px rgba(17, 35, 76, 0.3);
}
.info__block-2:before {
  background: rgba(86, 146, 255, 0.72);
}
.info__block-2 .info__block-item-text {
  color: #b0d5ff;
}
.info__block-2 .info__block-item-text span:after {
  content: "x";
}

.info__block-3 {
  box-shadow: inset 0 0 44px rgba(255, 187, 104, 0.16), 0 16px 36px rgba(88, 54, 10, 0.28);
  padding: 20px 10px;
}
.info__block-3:before {
  background: rgba(255, 198, 109, 0.7);
}
.info__block-3 .info__block-item-title {
  font-size: 14px;
  text-align: center;
}
.info__block-3 .info__block-item-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-weight: 700;
  font-size: 27px;
  color: #ffc16e;
}
.info__block-3 .info__block-item-text img {
  width: 30px;
}

.info__items {
  grid-area: items;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
  align-self: start;
  width: 100%;
  max-width: 650px;
}

.info__item {
  border-radius: 24px;
  box-shadow:
    inset 0 0 54px rgba(121, 114, 255, 0.08),
    0 22px 54px rgba(6, 10, 28, 0.3);
  background: linear-gradient(180deg, rgba(17, 22, 47, 0.86), rgba(9, 10, 24, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 22px 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 16px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  -o-transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease;
}
.info__item:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  top: -80px;
  border-radius: 100%;
  -webkit-filter: blur(48px);
          filter: blur(48px);
  opacity: 0.45;
  -webkit-animation: infoGlowShift 10s ease-in-out infinite;
          animation: infoGlowShift 10s ease-in-out infinite;
}
.info__item:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
       -o-transform: translateY(-6px);
          transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 0 64px rgba(121, 114, 255, 0.1),
    0 34px 62px rgba(6, 10, 28, 0.38);
}

.info__icon {
  width: 68px;
  height: 68px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.15), 0 12px 30px rgba(0, 0, 0, 0.22);
  background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(50, 68, 127, 0.26) 0%, rgba(8, 9, 22, 0.12) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(50, 68, 127, 0.26) 0%, rgba(8, 9, 22, 0.12) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.info__item-1:before {
  background: rgba(84, 246, 166, 0.52);
}

.info__item-2:before {
  background: rgba(90, 144, 255, 0.52);
}

.info__item-3:before {
  background: rgba(255, 168, 95, 0.48);
}

.info__title {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}

.info__text {
  font-weight: 500;
  font-size: 17px;
  color: #dad9d9;
  margin-bottom: 10px;
}

.info__item-message {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.84);
}

.info__tiktok {
  width: 54px;
  height: auto;
  position: absolute;
  top: 9px;
  left: -1px;
}

.info__instagram {
  width: 34px;
  height: auto;
  position: absolute;
  bottom: 4px;
  right: 6px;
}

.info__item-1,
.info__item-2 {
  width: calc(50% - 10px);
}

.info__item-3 {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
}
.info__item-3 .info__icon {
  width: 84px;
  height: 80px;
}
.info__item-3:before, .info__item-3:after {
  content: "";
  -webkit-filter: blur(6px);
          filter: blur(6px);
  height: 6px;
  position: absolute;
  bottom: -4px;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-animation: blur 5s infinite;
          animation: blur 5s infinite;
}
.info__item-3:before {
  width: 50px;
  left: 80px;
  background: #fa5cff;
}
.info__item-3:after {
  width: 84px;
  right: 70px;
  background: #f3a555;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes blur {
  0%, 100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  50% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
}

@keyframes blur {
  0%, 100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  50% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
}
@media (max-width: 1480px) {
  .info__content {
    grid-template-columns: minmax(0, 1fr) minmax(470px, 0.92fr);
    column-gap: 42px;
  }
}
@media (max-width: 1280px) {
  .info__content .features__title {
    max-width: 100%;
    font-size: 62px;
  }
  .info__content {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
    column-gap: 28px;
  }
  .info__right {
    width: 100%;
    max-width: 500px;
  }
  .info__stage-2 {
    width: 170px;
    height: 45px;
  }
  .info__block-3 .info__block-item-text {
    font-size: 22px;
  }
  .info__block-item-text img {
    width: 30px;
  }
  .info__block-item-text {
    font-size: 22px;
  }
  .info__item {
    padding: 20px 15px 24px;
  }
  .info__icon {
    width: 56px;
    height: 54px;
  }
  .info__text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info__item-message {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .info__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 0;
    width: 100%;
  }
  .info__right {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 100%;
    max-width: 564px;
    margin-bottom: 34px;
    justify-self: auto;
  }
  .info__content .features__title {
    max-width: 490px;
  }
  .info__items {
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  body:has(.info__section) {
    background-image: -webkit-radial-gradient(63.98% 75.68%, 93.26% 32.69%, #000934 0%, #000 100%);
    background-image: radial-gradient(93.26% 32.69% at 63.98% 75.68%, #000934 0%, #000 100%);
  }
  .info__content .features__title {
    max-width: 60vw;
    font-size: 8vw;
    margin-bottom: 3vw;
  }
  .info__text-mobile {
    font-weight: 400;
    font-size: 3.4vw;
    line-height: 1.35;
    text-align: center;
    color: #dfdede;
    margin-bottom: 4vw;
    display: block;
  }
  .info__block {
    padding: 4vw 4vw 3vw;
    border-radius: 5vw;
    -webkit-backdrop-filter: blur(12vw);
            backdrop-filter: blur(12vw);
    animation: none;
  }
  .info__right {
    margin-bottom: 5vw;
  }
  .info__block:before,
  .info__block:after {
    width: 31vw;
    height: 3vw;
    -webkit-filter: blur(8vw);
            filter: blur(8vw);
  }
  .info__live {
    border-radius: 1.8vw;
    gap: 2vw;
    padding: 1.5vw 4vw;
    margin-bottom: 3vw;
  }
  .info__live-text {
    font-size: 2.8vw;
  }
  .info__block-stages {
    border-radius: 2.5vw;
  }
  .info__stage-text {
    font-size: 3vw !important;
  }
  .info__stage-2 {
    width: 30vw;
    height: 8vw;
  }
  .info__stage-small {
    max-width: 100%;
    font-weight: 300;
    font-size: 2.5vw;
    text-align: left;
    margin: 2vw 0 3vw;
  }
  .info__stage-meta {
    text-align: center;
  }
  .info__block-title {
    font-size: 4.8vw;
    margin: 3vw 0 6vw;
  }
  .info__block-item {
    height: 20vw;
    border-radius: 4vw;
    padding: 3vw;
  }
  .info__block-items {
    gap: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .info__block-item-title {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .info__block-item-text {
    font-size: 4.2vw;
    gap: 1vw;
  }
  .info__block-item-text img {
    width: 6vw;
  }
  .info__block-3 .info__block-item-title {
    font-size: 2.3vw;
  }
  .info__block-3 .info__block-item-text {
    font-size: 4.8vw;
  }
  .info__block-3 .info__block-item-text img {
    width: 5vw;
  }
  .info__items {
    gap: 4vw;
  }
  .info__item {
    padding: 2.5vw;
    gap: 1.5vw;
  }
  .info__item-1,
  .info__item-2 {
    width: calc(50% - 2vw);
  }
  .info__icon {
    width: 8vw;
    height: 7.5vw;
  }
  .info__icon img {
    width: 4.5vw;
  }
  .info__title {
    font-size: 4.5vw;
    margin-bottom: 0.5vw;
  }
  .info__text {
    font-size: 3vw;
    margin-bottom: 2.5vw;
  }
  .info__item-message {
    font-size: 2.6vw;
  }
  .info__item-3 {
    max-width: 71vw;
  }
  .info__item-3 .info__icon {
    width: 11vw;
    height: 10.5vw;
  }
  .info__tiktok {
    width: 7vw !important;
    top: 1vw;
    left: 0;
  }
  .info__instagram {
    width: 4.8vw;
    bottom: 0.8vw;
    right: 0.8vw;
  }
  .info__item-3:before {
    width: 6vw;
    left: 11vw;
    background: #fa5cff;
  }
  .info__item-3:before,
  .info__item-3:after {
    height: 1vw;
    bottom: -0.6vw;
  }
  .info__item-3:after {
    width: 8vw;
    right: 10vw;
  }
}
body:has(.pricing__section) {
  background-image: none;
}

body:has(.testimonials__section) {
  background-image: radial-gradient(78.58% 51.65% at 50% 0%, #12244d 0%, #02050f 75%);
}

.pricing__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.pricing__wrapper .features__title {
  width: 100%;
  max-width: 700px;
  margin-bottom: 60px;
}

.pricing__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.62;
  color: #bdbcbc;
  padding: 32px 0;
  text-align: center;
}

.pricing__spot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 7px;
  width: 100%;
  max-width: 346px;
}

.pricing__spot-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.62;
  color: #9c9c9c;
  width: auto;
}

.progressbar {
  width: 360px;
  height: 8px;
  position: relative;
  background: rgba(162, 162, 162, 0.37);
  border-radius: 11px;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 11px;
  background: -webkit-linear-gradient(left, #353ee0 0%, #000455 100%);
  background: linear-gradient(90deg, #353ee0 0%, #000455 100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 440px) {
  .pricing__section .features__icon img {
    width: 60%;
    height: auto;
  }
  .pricing__section .features__title {
    margin-bottom: 6vw;
  }
  .pricing__section .features__items {
    margin-bottom: 8vw;
  }
  .pricing__section .pricing__text {
    font-size: 3.8vw;
    padding: 4vw 0 5vw;
  }
  .pricing__section .pricing__spot-text {
    font-size: 3.2vw;
  }
  .pricing__section .pricing__spot {
    margin-bottom: 2.5vw;
    max-width: 62vw;
  }
  .pricing__section .progressbar {
    width: 50vw;
    height: 1vw;
    border-radius: 3vw;
  }
  .pricing__section .radar__btn div {
    padding: 4vw 6vw;
    font-size: 4.5vw;
  }
}

.testimonials__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: calc(100vh - 110px);
  padding: 10px 0 14px;
  position: relative;
}

.testimonials__wrapper:after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -16px;
  height: 140px;
  background: radial-gradient(50% 100% at 50% 100%, rgba(226, 180, 86, 0.14) 0%, rgba(226, 180, 86, 0) 72%);
  pointer-events: none;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.testimonials__wrapper > * {
  position: relative;
  z-index: 1;
}

.testimonials__wrapper .features__title {
  max-width: 680px;
  font-size: 42px;
  line-height: 1.08;
  margin-bottom: 10px;
}

.testimonials__lead {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 22px;
}

.testimonials__socialproof {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 14px;
  padding: 12px 16px 12px 12px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.testimonials__people {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 6px;
}

.testimonials__person {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: -10px;
  border: 2px solid rgba(9, 12, 26, 0.9);
  -webkit-box-shadow: 0 14px 30px rgba(3, 7, 17, 0.35);
          box-shadow: 0 14px 30px rgba(3, 7, 17, 0.35);
}

.testimonials__person:first-child {
  margin-left: 0;
}

.testimonials__person img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials__socialproof-text {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.testimonials__socialproof-text strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
}

.testimonials__eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 10px;
}

.testimonials__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.testimonials__card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 10, 22, 0.88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  -o-transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease;
}

.testimonials__card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 60% at 0% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(145deg, rgba(215, 174, 95, 0.07), rgba(35, 78, 173, 0));
  pointer-events: none;
}

.testimonials__card > * {
  position: relative;
  z-index: 1;
}

.testimonials__card:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  -webkit-box-shadow: 0 28px 60px rgba(0, 0, 0, 0.26);
          box-shadow: 0 28px 60px rgba(0, 0, 0, 0.26);
}

.testimonials__card--featured {
  border-color: rgba(222, 183, 103, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(8, 12, 28, 0.94);
  -webkit-box-shadow: 0 26px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0 26px 60px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.testimonials__card--featured:before {
  background:
    radial-gradient(78% 62% at 0% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 66%),
    linear-gradient(150deg, rgba(214, 176, 96, 0.12), rgba(35, 78, 173, 0.02));
}

.testimonials__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.testimonials__tag,
.testimonials__score {
  width: auto;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials__tag {
  color: #c6ffda;
  background: rgba(34, 197, 94, 0.08);
}

.testimonials__score {
  color: #d8e4ff;
  background: rgba(59, 130, 246, 0.1);
}

.testimonials__quote {
  font-size: 19px;
  line-height: 1.28;
  color: var(--color-white);
}

.testimonials__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 14px;
}

.testimonials__avatar {
  width: 52px;
  height: 52px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 18px;
  overflow: hidden;
  padding: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: linear-gradient(135deg, rgba(239, 198, 111, 0.95), rgba(70, 136, 255, 0.9));
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.testimonials__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}

.testimonials__author-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-white);
  margin-bottom: 4px;
}

.testimonials__author-role {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.testimonials__proof {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.testimonials__proof-item {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  -webkit-box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
          box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.testimonials__proof-item span {
  display: block;
  font-weight: 700;
  font-size: 26px;
  color: var(--color-white);
  margin-bottom: 6px;
}

.testimonials__proof-item p {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.64);
}

.testimonials__cta {
  width: auto;
}

.testimonials__cta div {
  min-width: 320px;
}

.testimonials__footnote {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
}

@media (max-width: 1080px) {
  .testimonials__wrapper {
    min-height: auto;
    padding: 18px 0 24px;
  }
  .testimonials__wrapper .features__title {
    font-size: 36px;
  }
  .testimonials__grid,
  .testimonials__proof {
    grid-template-columns: 1fr;
  }
  .testimonials__socialproof {
    width: 100%;
    border-radius: 24px;
    padding: 14px;
  }
  .testimonials__card--featured {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 440px) {
  .testimonials__eyebrow {
    font-size: 2.6vw;
    margin-bottom: 3vw;
  }
  .testimonials__wrapper .features__title {
    font-size: 8vw;
    margin-bottom: 3vw;
  }
  .testimonials__lead {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .testimonials__socialproof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 3vw;
    border-radius: 5vw;
    padding: 4vw;
    margin-bottom: 5vw;
  }
  .testimonials__person {
    width: 10vw;
    height: 10vw;
    margin-left: -2.5vw;
  }
  .testimonials__socialproof-text {
    font-size: 3.4vw;
  }
  .testimonials__grid {
    gap: 4vw;
    margin-bottom: 5vw;
  }
  .testimonials__card {
    border-radius: 5vw;
    padding: 5vw 4vw;
    gap: 4vw;
  }
  .testimonials__tag,
  .testimonials__score {
    font-size: 2.7vw;
    padding: 2vw 3vw;
  }
  .testimonials__quote {
    font-size: 5.2vw;
  }
  .testimonials__avatar {
    width: 13vw;
    height: 13vw;
    border-radius: 4vw;
    padding: 0.5vw;
  }
  .testimonials__avatar img {
    border-radius: 3.4vw;
  }
  .testimonials__author-name {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .testimonials__author-role {
    font-size: 3.2vw;
  }
  .testimonials__proof {
    gap: 3vw;
    margin-bottom: 6vw;
  }
  .testimonials__proof-item {
    border-radius: 5vw;
    padding: 5vw 4vw;
  }
  .testimonials__proof-item span {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
  .testimonials__proof-item p,
  .testimonials__footnote {
    font-size: 3.5vw;
  }
  .testimonials__cta {
    width: 100%;
  }
  .testimonials__cta div {
    min-width: 0;
    width: 100%;
    font-size: 4.6vw;
    padding: 4vw 5vw;
    border-radius: 5vw;
  }
  .testimonials__cta div:before,
  .testimonials__cta div:after {
    border-radius: 5vw;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
}

.modal__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal__wrapper.active {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.modal {
  width: 100%;
  max-width: 600px;
  position: relative;
  background-color: #000;
  border-radius: 16px;
  padding: 80px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.modal:before, .modal:after {
  content: "";
  position: absolute;
  border-radius: 16px;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(45deg, #3b82f6, #22c55e, #c9de09, #3b82f6);
  background: linear-gradient(45deg, #3b82f6, #22c55e, #c9de09, #3b82f6);
  background-size: 400%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  -webkit-animation: animate 20s linear infinite;
          animation: animate 20s linear infinite;
}
.modal:after {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.modal .radar__btn {
  width: 100%;
  max-width: 400px;
}
.modal .radar__btn div {
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal__close img {
  width: 16px;
}

.modal__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.modal__text {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #8d8d8d;
  margin-bottom: 20px;
}

.modal__info {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #8d8d8d;
  margin-top: 20px;
}

@media (max-width: 620px) {
  .modal {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 440px) {
  .modal {
    border-radius: 5vw;
    padding: 10vw 6vw;
  }
  .modal:before,
  .modal:after {
    border-radius: 5vw;
  }
  .modal__title {
    font-size: 8vw;
    line-height: 1.2;
    margin-bottom: 4vw;
  }
  .modal__text {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .modal .radar__btn div {
    font-size: 5vw;
  }
}

body.single-page {
  background-color: #000818;
  background-image: radial-gradient(57.99% 59.89% at 50.66% 54.43%, #0d1c3b 0%, #000 100%);
}

body.single-page .section {
  overflow: hidden;
}

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

body.single-page .features__section::before,
body.single-page .info__section::before,
body.single-page .pricing__section::before,
body.single-page .testimonials__section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.single-page .info__section::before {
  background: radial-gradient(74% 46% at 68% 42%, rgba(0, 19, 114, 0.34) 0%, rgba(0, 0, 0, 0) 72%);
}

body.single-page .features__section::before {
  background: radial-gradient(60% 40% at 50% 35%, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0) 72%);
}

body.single-page .pricing__section::before {
  background: radial-gradient(62% 42% at 50% 38%, rgba(53, 62, 224, 0.18) 0%, rgba(0, 0, 0, 0) 72%);
}

body.single-page .testimonials__section {
  overflow: visible;
}

body.single-page .testimonials__section::before {
  background:
    radial-gradient(62% 42% at 50% 24%, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0) 72%),
    radial-gradient(48% 34% at 50% 100%, rgba(222, 177, 90, 0.12) 0%, rgba(0, 0, 0, 0) 74%);
}

body.single-page .features__section .wrapper,
body.single-page .pricing__section .wrapper,
body.single-page .testimonials__section .wrapper {
  min-height: calc(100vh - 96px);
}

body.single-page .radar__section .wrapper,
body.single-page .info__section .wrapper {
  min-height: calc(100vh - 96px);
}

@media (max-width: 1080px) {
  body.single-page .features__section .wrapper,
  body.single-page .pricing__section .wrapper,
  body.single-page .testimonials__section .wrapper,
  body.single-page .radar__section .wrapper,
  body.single-page .info__section .wrapper {
    min-height: calc(100vh - 84px);
    min-height: calc(100svh - 84px);
  }
}

@media (max-width: 440px) {
  .testimonials__wrapper {
    padding: 4vw 0 9vw;
  }
  .testimonials__wrapper:after {
    left: 8%;
    right: 8%;
    bottom: -7vw;
    height: 26vw;
  }
  body.single-page .section {
    scroll-margin-top: calc(var(--header-offset) + 2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
  .section,
  .reveal-item,
  body:after,
  .site__wrapper,
  .journey-banner__step,
  .journey-banner__link {
    animation: none !important;
    transition: none !important;
  }
  .reveal-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
