:root {
  --font-sans: "Archivo", sans-serif;
}

/* HEADER */
.header {
  background-color: var(--secondStyleColor);
  color: var(--textColor2);
}
.headerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.nav {
}
.ham {
  display: none;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-left: 0;
  margin: 0;
}

.nav li {
  list-style: none;
}

.nav a {
  color: var(--textColor2);
  text-decoration: none;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  position: relative;
  font-weight: 600;
}

.nav a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background-color: var(--textColor2);
  transition: 0.2s all linear;
}

.nav a:hover::after {
  width: 100%;
}

.stopScroll {
  overflow: hidden;
}
.logo {
  position: relative;
  z-index: 1000;
  font-weight: 800;
  font-size: 24px;
  color: var(--textColor2);
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .headerWrapper {
    padding: 0 20px;
  }
  .nav {
    position: fixed;
    inset: 0;
    background-color: var(--bodyBG);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .header:has(.nav.active) .logo {
    color: var(--textColor1);
  }
  .header:has(.nav.active) .nav a {
    color: var(--textColor1);
  }
  .nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    z-index: 1000;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill: none;
    transition:
      stroke-dasharray 400ms,
      stroke-dashoffset 400ms;
    stroke: var(--textColor2);
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  .header:has(.nav.active) .line {
    stroke: var(--textColor1);
  }
  .ham7 .top {
    stroke-dasharray: 40 82;
  }
  .ham7 .middle {
    stroke-dasharray: 40 111;
  }
  .ham7 .bottom {
    stroke-dasharray: 40 161;
  }
  .ham7.active .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
  }
  .ham7.active .middle {
    stroke-dashoffset: 23px;
  }
  .ham7.active .bottom {
    stroke-dashoffset: -83px;
  }
  .ham8 .top {
    stroke-dasharray: 40 160;
  }
}

.xR9cF_sec {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 56px 18px 46px;
  color: var(--textColor1);
  background:
    radial-gradient(
      1200px 420px at 50% -30%,
      color-mix(in srgb, var(--secondStyleColor) 14%, transparent),
      transparent 60%
    ),
    radial-gradient(
      900px 520px at 50% 30%,
      color-mix(in srgb, var(--secondStyleColor) 14%, transparent),
      transparent 55%
    ),
    linear-gradient(180deg, #0b0b12 0%, #07070c 60%, #050508 100%);
  overflow: hidden;
}
.xR9cF_sec .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  a {
    margin-top: 40px;
    padding: 15px 60px;
    color: var(--textColor1);
    text-transform: uppercase;
    border-radius: var(--borderRadius);
    border: 1px solid var(--secondStyleColor);
    font-weight: 500;
    transition: 0.2s all linear;
  }
  a:hover {
    padding: 15px 80px;
  }
}
.xR9cF_head {
  text-align: center;
  user-select: none;
}
.xR9cF_title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-align: center;
  text-wrap: balance;
}
.xR9cF_sub {
  margin: 8px 0 0;
  opacity: 0.8;
  text-wrap: balance;
}

.xR9cF_stage {
  position: relative;
  width: min(1240px, 100%);
  margin: 0 auto;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  outline: none;
  touch-action: pan-y;
}

.xR9cF_flow {
  position: relative;
  width: 100%;
  height: 420px;
  transform-style: preserve-3d;
}

/* FIXED geometry -> perfect symmetry */
.xR9cF_item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 340px;
  height: 450px;
  transform-style: preserve-3d;
  transform-origin: center center;
  margin-left: -170px;
  margin-top: -195px;
  will-change: transform, opacity;
  transition:
    transform 560ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 560ms,
    filter 560ms;
  cursor: pointer;
  user-select: none;
}

.xR9cF_card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.55));
  transform: translateZ(0);
}

.xR9cF_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: var(--borderRadius);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  pointer-events: auto;
}

.xR9cF_ref {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 16px);
  height: 170px;
  overflow: hidden;
  border-radius: 16px;
  opacity: 0.1;
  pointer-events: none;

  /* фон = картинка, ставится из JS */
  background-image: var(--xR9cF_refimg);
  background-size: cover;
  background-position: center;

  /* переворачиваем как отражение */
  transform: scaleY(-1) translateZ(0);
  /* filter: blur(2px); */
}

.xR9cF_ref::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 8, 0) 0%,
    rgba(5, 5, 8, 0.35) 40%,
    rgba(5, 5, 8, 0.85) 75%,
    rgba(5, 5, 8, 1) 100%
  );
}
.xR9cF_imgRef {
  transform: scaleY(-1);
  filter: blur(0.2px);
}
.xR9cF_ref::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 8, 0) 0%,
    rgba(5, 5, 8, 0.35) 40%,
    rgba(5, 5, 8, 0.85) 75%,
    rgba(5, 5, 8, 1) 100%
  );
}

/* dots */
.xR9cF_dots {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 60;
}
.xR9cF_dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition:
    transform 220ms,
    background 220ms,
    opacity 220ms;
  opacity: 0.9;
}
.xR9cF_dot.isOn {
  background: rgba(255, 255, 255, 0.92);
  transform: scale(1.15);
}

@media (max-width: 920px) {
  .xR9cF_item {
    width: 280px;
    height: 330px;
    margin-left: -140px;
    margin-top: -165px;
  }
  .xR9cF_stage {
    height: 320px;
  }
  .xR9cF_flow {
    height: 380px;
  }
}
@media (max-width: 520px) {
  .xR9cF_item {
    width: 250px;
    height: 320px;
    margin-left: -115px;
    margin-top: -135px;
  }

  .xR9cF_ref {
    height: 140px;
  }
}

:root {
  --scrollbarBg: rgba(255, 255, 255, 0.1);
  --itemBgColor: transparent;
}
.swiper {
  padding-bottom: 10px !important;
}

.toc .swiper-slide {
  width: fit-content;
}

.toc h2 {
  margin: 0 !important;
  text-align: center;
}

.toc {
  background-color: transparent;
}

.toc a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;
  color: var(--textColor1);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  border: 1px solid var(--secondStyleColor);
  padding: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--itemBgColor);
}

.toc a:active,
.toc a:hover,
.toc a:focus {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.2);
}

.toc .swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 24px;
}

.toc-swiper .swiper-scrollbar {
  background: var(--scrollbarBg);
  height: 4px;
  border-radius: 2px;
}

.toc-swiper .swiper-scrollbar-drag {
  background: var(--secondStyleColor);
  border-radius: 2px;
  width: 20%;
}

.toc.wrapper {
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.toc-swiper {
  max-width: calc(var(--maxWidthContainer) - 40px);
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 750px) {
  .toc.wrapper {
    margin-left: auto;
  }
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 90% !important;
    margin: 0 auto;
  }
}

.jaifsdlliweif .container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  align-items: stretch;
}
.jaifsdlliweifContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.about-left {
  flex: 0 0 60%;
  height: 600px;
  img {
    height: 100%;
    width: 100%;
    border-radius: var(--borderRadius);
    object-fit: cover;
    object-position: top;
  }
}

.about-right {
  display: flex;
  flex-direction: column;
  flex: 0 0 40%;
}
.about-righr-img {
  height: 300px;
  img {
    height: 100%;
    width: 100%;
    border-radius: var(--borderRadius);
    object-fit: cover;
    object-position: top;
  }
}
.iiyyru {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  justify-content: center;
  && a {
    padding: 12px 20px;
    background-color: var(--secondStyleColor);
    width: fit-content;
    border-radius: var(--borderRadius);
    color: var(--bodyBG);
    font-weight: 800;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.2s all linear;
    &&:hover {
      color: var(--textColor1);
      background-color: transparent;
      border: 1px solid var(--secondStyleColor);
    }
  }
}

@media (max-width: 800px) {
  .jaifsdlliweif .container {
    flex-direction: column;
  }
  .about-right {
    flex-direction: column-reverse;
  }
}

.planshead {
  margin-bottom: 45px;
}

/* Billing switcher */
.billing-switcher {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 20px;
}

.plansWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.billing-switcher * {
  transition: all 0.2s ease-in-out;
}

.yearly #month,
#year {
  color: var(--textColor1);
  text-transform: uppercase;
}

.yearly #year {
  color: var(--textColor1);
}

.billing-switcher button {
  width: 4rem;
  height: 2rem;
  background: var(--secondStyleColor);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.03);
  border-radius: 100px;
  border: none;
  cursor: pointer;
  position: relative;
}

.billing-switcher button span {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;

  background: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.yearly button span {
  transform: translateX(2rem);
}

/* Pricing plans */
.plans {
  display: flex;
  gap: 4vw;
  align-items: flex-start;
}

.plan-content {
  background-color: transparent;
  border: 1px solid var(--secondStyleColor);
  border-radius: var(--borderRadius);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 20rem;
  box-shadow:
    0px 100px 80px rgba(0, 0, 0, 0.07),
    0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
    0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

.meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid var(--text-color-10);
  padding-bottom: 2rem;
}

.price {
  font-size: 2.441rem;
  font-weight: 100;
}

.title {
  font-size: 1.953rem;
  font-weight: 900;
}

.description {
  font-size: 1.25rem;
  color: var(--text-color-60);
}

.features {
  font-weight: 500;
  color: var(--text-color-90);
  list-style: none;
  padding: 0;
}

.features li {
  margin-bottom: 10px;
  /* padding-left: 40px; */
  /* list-style: disc; */
}

.btn {
  display: inline-block;
  cursor: pointer;
  padding: 1rem 2rem;
  border: 1px solid var(--secondStyleColor);
  border-radius: var(--borderRadius);
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--textColor1);
}

/* Awesome additions using CSS transforms */
/* Translate */
.plan {
  position: relative;
  transition: 0.2s all linear;
  &&:hover {
    transform: translateY(-5px);
  }

  img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
    border-radius: var(--borderRadius);
    filter: blur(5px);
    opacity: 0.2;
  }
}

.plan :is(.shadow-1, .shadow-2) {
  background-color: var(--card-shadow-color);
  width: 100%;
  height: 100%;
  border-radius: var(--card-radius);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition:
    transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
}

.plan:hover .shadow-1 {
  transform: translate(-1rem, 1rem);
  width: calc(100% + 2rem);
}

.plan:hover .shadow-2 {
  transform: translate(-2rem, 2rem);
  width: calc(100% + 4rem);
}

/* Scale */
.yearly #month,
#year {
  transform: scale(0.8);
}

.yearly #year {
  transform: scale(1);
}

/* Rotate */
.billing-switcher button span {
  background: white
    url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.58225 6.79651C0.3685 6.58276 0.25 6.30151 0.25 6.00151C0.25 5.69926 0.3685 5.41651 0.58225 5.20501L5.707 0.219756C6.00325 -0.0727435 6.48175 -0.0727435 6.778 0.219756C7.07425 0.512256 7.07425 0.987756 6.778 1.27951L1.921 6.00151L6.778 10.722C7.07425 11.0145 7.07425 11.49 6.778 11.7833C6.48175 12.0758 6.00325 12.0758 5.707 11.7818L0.58225 6.79726V6.79651Z' fill='%23ECAD1D'/%3E%3C/svg%3E%0A")
    no-repeat 45% center;
}

.yearly button span {
  transform: translateX(2rem) rotate(0.5turn);
}

/* Skew */
.btn {
  position: relative;
  overflow: hidden;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: var(--text-color);
  transform: skew(35deg);
  transition: width 0.2s ease-in-out;
  z-index: -1;
}

@media (max-width: 800px) {
  .plans {
    display: flex;
    flex-direction: column;
  }
}

#reviews .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.revierhweaul-head {
  margin-bottom: 40px;
  && h2,
  p {
    text-align: center;
  }
}

#reviews ul {
  position: relative;
  transform-style: preserve-3d;
  perspective: 500px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 500ms;
}

#reviews ul:hover {
  gap: 20px;
}

#reviews ul li {
  position: relative;
  list-style: none;
  width: 80%;
  margin: 0 auto;
  min-height: 120px;
  padding: 16px;
  background: var(--textColor1);
  border-radius: var(--borderRadius);
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
  transition: 500ms;
  transition-delay: calc(var(--i) * 50ms);
  cursor: pointer;
}

#reviews ul li:nth-child(1) {
  transform: translateZ(-75px) translateY(20px);
  opacity: 0.6;
  filter: blur(4px);
}

#reviews ul li:nth-child(2) {
  opacity: 0.8;
  filter: blur(2px);
}

#reviews ul li:nth-child(3) {
  transform: translateZ(65px) translateY(-30px);
}

#reviews ul li:nth-child(4) {
  transform: translateZ(125px) translateY(-68px);
  filter: blur(1px);
}

#reviews ul:hover li {
  opacity: 1;
  filter: blur(0);
  transform: translateZ(0) translateY(0);
}

#reviews ul li img {
  max-width: 64px;
  border-radius: 8px;
}

#reviews ul li .content {
  width: 100%;
}

#reviews ul li .content h3 {
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1;
  color: var(--textColor2);
}

#reviews ul li .content p {
  color: var(--textColor2);
  opacity: 0.6;
  line-height: 1;
}

@media (max-width: 800px) {
  #reviews ul {
    perspective: none;
    gap: 20px;
  }
  #reviews ul li:nth-child(1),
  #reviews ul li:nth-child(2),
  #reviews ul li:nth-child(3),
  #reviews ul li:nth-child(4) {
    transform: translateZ(0) translateY(0);
    opacity: 1;
    filter: blur(0px);
    width: 100%;
  }
}

.featuresSection {
  padding: 80px 0;
  background: var(--bodyBG);
  color: var(--textColor1);
}

.featuresWrapper {
  max-width: var(--maxWidthContainer);
  margin: 0 auto;
}

/* Header */
.featuresHeader {
  max-width: 720px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.featuresEyebrow {
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--secondStyleColor);
  font-weight: 600;
  margin-bottom: 10px;
}

.featuresTitle {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--textColor1);
}

.featuresSubtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* Grid */
.featuresGrid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.featureCard {
  background: transparent;
  border-radius: var(--borderRadius);
  padding: 22px 22px 24px 22px;
  border: 4px dotted var(--secondStyleColor);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.45);
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.featureCard:hover {
  border-color: var(--secondStyleColor);
  transform: translateY(-4px);
}

.featureIcon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(2, 255, 57, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.featureIcon i {
  color: var(--secondStyleColor);
  font-size: 18px;
}

.featureTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.featureText {
  font-size: 14px;
  line-height: 1.6;
  color: #d2d2d2;
}

/* Responsive */
@media (max-width: 900px) {
  .featuresGrid {
    grid-template-columns: 1fr;
  }
}

.roadmapZigzagList_q8t {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.roadmapZigzagItem_h6b {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
}

.roadmapZigzagItem_h6b--alt {
  direction: rtl;
}

.roadmapZigzagItem_h6b--alt .roadmapZigzagBody_m9y {
  direction: ltr;
}

.roadmapZigzagSide_u1c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.roadmapZigzagPoint_v5r {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--secondStyleColor);
  background: rgba(2, 255, 57, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--secondStyleColor);
}

.roadmapZigzagLine_l0k {
  flex: 1;
  width: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.roadmapZigzagBody_m9y {
  border-radius: var(--borderRadius);
  border: 1px solid var(--secondStyleColor);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  padding: 16px 18px;
  transition: 0.2s ease;
}

.roadmapZigzagBody_m9y:hover {
  border-color: var(--secondStyleColor);
  transform: translateY(-3px);
}

.roadmapZigzagStage_a2d {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondStyleColor);
  margin-bottom: 6px;
}

.roadmapZigzagTitle_r4q {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.roadmapZigzagText_j3s {
  font-size: 14px;
  line-height: 1.7;
  color: #dfdfdf;
}

/* ===== Responsive ===== */

@media (max-width: 900px) {
  .roadmapSection-steps .roadmapStepsRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roadmapSection-grid .roadmapGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .roadmapSection-steps .roadmapStepsRow {
    grid-template-columns: 1fr;
  }

  .roadmapZigzagItem_h6b,
  .roadmapZigzagItem_h6b--alt {
    grid-template-columns: auto minmax(0, 1fr);
    direction: ltr;
  }
}

/*  */
.jfwauhcjbbAJKShjdbkhkb {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  && h3 {
    text-transform: uppercase;
  }
  && h4 {
    color: var(--secondStyleColor);
  }
}
.jfwauhcjbbAJKShjdbkhkb .container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}

.jfwauhcjbbAJKShjdbkhkbBg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 20%;
  z-index: -1;
  opacity: 0.1;
}

.col-title {
  font-weight: 700;
  margin: 0 0 22px 0;
  letter-spacing: 0.2px;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 90px;
  margin: 0;
  list-style: none;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--secondStyleColor);
  border-radius: 999px;
}

.timeline__item {
  position: relative;
  padding: 0 0 34px 0;
}

.timeline__item:last-child {
  padding-bottom: 0;
}

.timeline__year {
  position: absolute;
  left: -90px;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--secondStyleColor);
  color: var(--bodyBG);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.3px;
}

.timeline__content h3 {
  margin: 2px 0 8px 0;
  font-weight: 800;
  line-height: 1.2;
}

.timeline__content h3 span {
  font-weight: 700;
  color: var(--textColor1);
  margin-left: 8px;
}

.timeline__content p {
  margin: 0;
  color: var(--textColor1);
  line-height: 1.55;
  max-width: 520px;
}

/* Responsive */
@media (max-width: 900px) {
  .jfwauhcjbbAJKShjdbkhkb .container {
    flex-direction: column;
    gap: 40px;
  }
  .jfwauhcjbbAJKShjdbkhkbBg {
    object-position: 20% 50%;
  }
}

.z9q_aa {
  opacity: 1;
}
.z9q_aa .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  && p {
    text-wrap: balance;
    text-align: center;
  }
}
.vmeiiansxno {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

/* ====== MAIN BLOCK ====== */
.z1pK {
  position: relative;
  min-height: 80vh;
  width: 100%;
  display: flex;
}

.z1pK .m8xR {
  position: relative;
  height: 430px;
  width: 310px;
  margin: auto;
  display: -webkit-box;
}

.z1pK .m8xR .b3gI {
  background-size: cover;
  background-position: 10% 10%;
  &&& img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: var(--borderRadius);
  }
}

.z1pK .m8xR .u2hJ {
  transition: 500ms all;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.33, 0.97);
  position: relative;
  height: 90%;
  width: 90%;
  left: 5%;
  top: 5%;
  box-shadow: 0px 23px 33px
    color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
  z-index: 3;
}

.z1pK .m8xR .u2hJ .b3gI {
  height: 100%;
  width: 100%;
}

.z1pK .m8xR .u2hJ .o7vL {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  opacity: 1;
  text-decoration: none;
  z-index: 4;
  transition: 300ms all;
}

.z1pK .m8xR .u2hJ .o7vL p:nth-child(1) {
  margin-bottom: 4px !important;
  padding-top: 0;
}

.z1pK .m8xR .u2hJ .o7vL p:nth-child(2) {
  margin-top: 4px !important;
}

.z1pK .m8xR .u2hJ .o7vL .m0b9 {
  display: none;
}

.z1pK .m8xR .r1bQ {
  transition: 800ms all;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.33, 0.97);
  position: absolute;
  left: 80%;
  top: 55%;
  width: 350px;
  box-shadow: 0px 37px 29px
    color-mix(in srgb, var(--secondStyleColor) 5%, transparent);
  z-index: 1;
}

.z1pK .m8xR .r1bQ .b3gI {
  height: 220px;
  width: 100%;
}

.z1pK .m8xR .l1bQ {
  transition: 800ms all;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.33, 0.97);
  position: absolute;
  left: -89%;
  top: 65%;
  width: 360px;
  box-shadow: 0px 37px 29px
    color-mix(in srgb, var(--secondStyleColor) 5%, transparent);
  z-index: 1;
}

.z1pK .m8xR .l1bQ .b3gI {
  height: 220px;
  width: 100%;
}

.z1pK .m8xR .t1lQ {
  transition: 600ms all;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.33, 0.97);
  position: absolute;
  left: -70px;
  top: -90px;
  width: 150px;
  box-shadow: 0px 37px 29px
    color-mix(in srgb, var(--secondStyleColor) 5%, transparent);
  z-index: 1;
}

.z1pK .m8xR .t1lQ .b3gI {
  height: 220px;
  width: 100%;
}

.z1pK .m8xR .t1rQ {
  transition: 500ms all;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.33, 0.97);
  position: absolute;
  left: 250px;
  top: -90px;
  width: 260px;
  height: 280px;
  box-shadow: 0px 37px 29px
    color-mix(in srgb, var(--secondStyleColor) 5%, transparent);
  z-index: 1;
}

.z1pK .m8xR .t1rQ .b3gI {
  float: right;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  #z9q_aa {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 24px 16px;
  }
  .vmeiiansxno {
    margin-bottom: 20px;
  }

  .z1pK {
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .z1pK .m8xR {
    width: min(92vw, 380px);
    height: 430px;
    margin: 0 auto;
  }

  .z1pK .m8xR .u2hJ {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 17px 23px rgba(0, 0, 0, 0.34);
  }

  .z1pK .m8xR .r1bQ,
  .z1pK .m8xR .l1bQ,
  .z1pK .m8xR .t1lQ,
  .z1pK .m8xR .t1rQ {
    display: none !important;
  }

  .z1pK .m8xR .u2hJ .o7vL p {
    font-size: 1rem;
  }

  .z1pK .m8xR .u2hJ .o7vL .m0b9 {
    display: block;
    opacity: 0.9;
  }
}

/* ===== FAQ SECTION v2 (two-column layout) ===== */

.faqSection-cols {
  padding: 80px 0;
  background: var(--bodyBG);
  color: var(--textColor1);
}

.faqColsWrapper {
  max-width: var(--maxWidthContainer);
  margin: 0 auto;
}

/* Header */
.faqHeader {
  max-width: 760px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.faqEyebrow {
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--secondStyleColor);
  font-weight: 600;
  margin-bottom: 10px;
}

.faqTitle {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}

.faqSubtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* Grid */
.faqColsGrid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

/* Item */
.faqItem {
  padding: 22px 24px;
  border-radius: var(--borderRadius);
  border: 1px dotted var(--secondStyleColor);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  transition: 0.2s ease;
}

.faqItem:hover {
  border-color: var(--secondStyleColor);
  transform: translateY(-3px);
}

.faqQuestion {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--secondStyleColor);
}

.faqAnswer {
  font-size: 15px;
  line-height: 1.7;
  color: #e0e0e0;
}

/* Responsive */
@media (max-width: 800px) {
  .faqColsGrid {
    grid-template-columns: 1fr;
  }
}

/* ===== FOOTER ===== */

.footer {
  background: #181818;
  color: var(--textColor1);
  padding: 40px 0 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footerWrapper {
  max-width: var(--maxWidthContainer);
  margin: 0 auto;
}

/* Верхняя часть */
.footerTop {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  padding-bottom: 24px;
}

/* Бренд */
.footerBrand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.footerLogo {
  color: var(--secondStyleColor);
}

.footerLogo i {
  color: var(--secondStyleColor);
  font-size: 18px;
}

.footerBrandName {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.footerBrandTagline {
  font-size: 14px;
  color: #bcbcbc;
  padding-top: 10px;
}

/* Навигация и контакты */
.footerNavLabel {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondStyleColor);
  margin-bottom: 10px;
  font-weight: 600;
}

.footerNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerNav li + li {
  margin-top: 6px;
}

.footerNav a {
  font-size: 14px;
  color: #e0e0e0;
  text-decoration: none;
  transition: 0.15s ease;
}

.footerNav a:hover {
  color: var(--secondStyleColor);
}

/* Контакты */
.footerContactLine {
  font-size: 14px;
  color: #d0d0d0;
  margin-bottom: 4px;
}

.footerSocial {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.footerSocial a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0e0e0;
  font-size: 14px;
  transition: 0.15s ease;
}

.footerSocial a:hover {
  border-color: var(--secondStyleColor);
  color: var(--secondStyleColor);
}

/* Нижняя полоска */
.footerBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: #9a9a9a;
}

.footerMeta {
  text-align: right;
}

/* Адаптив */
@media (max-width: 900px) {
  .footerTop {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .footerTop {
    grid-template-columns: 1fr;
  }

  .footerBottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footerMeta {
    text-align: left;
  }
}
