:root {
  --font-sans: "Audiowide", 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;
  }
}

/* === Random beliberda classes only === */
.qzT1p9 {
  padding: 40px 18px;
  background:
    radial-gradient(
      520px 520px at 92% 22%,
      color-mix(in srgb, var(--secondStyleColor) 28%, transparent),
      rgba(0, 200, 255, 0.08) 38%,
      rgba(7, 3, 18, 0) 68%
    ),
    radial-gradient(
      760px 420px at 64% 56%,
      rgba(0, 200, 255, 0.16),
      rgba(7, 3, 18, 0) 62%
    ),
    linear-gradient(180deg, #080214, #05010d);
  color: var(--textColor1);
}

.v0k3xR {
  margin: 0 auto;
  border-radius: var(--borderRadius);
  padding: 34px 34px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  min-height: 620px;
}

.a8Yp2c {
  flex: 1.05;
  padding: 12px 8px 8px 6px;
  position: relative;
  z-index: 2;
}

.kL2e7s {
  flex: 0.95;
  position: relative;
  z-index: 2;
}

.nN7x0u {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.55);
  margin: 0 0 12px;
}

.mQ3z1b {
  line-height: 1.02;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-weight: 750;
}

.cR8d2e {
  margin: 0 0 22px;
  color: var(--textColor1);
  line-height: 1.65;
}

.bK2v9s {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.pL0a4n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: var(--borderRadius);
  background: var(--secondStyleColor);
  color: var(--bodyBG);
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  transition: 0.2s all linear;
  &&:hover {
    transform: translateY(-5px);
  }
}

.pL0a4n--ghost {
  background: transparent;
  color: rgba(234, 234, 234, 0.9);
  border: 1px solid rgba(234, 234, 234, 0.18);
  box-shadow: none;
}

.sJ6k1v {
  display: grid;
  gap: 6px;
}

.wD1h2y {
  color: rgba(234, 234, 234, 0.92);
  font-weight: 600;
}

.kV8p2z {
  display: flex;
  align-items: center;
  gap: 3px;
  color: rgba(0, 200, 255, 0.95);
  font-size: 12px;
}

.gP1d0x {
  transform: translateY(-1px);
  opacity: 0.95;
}
.gP1d0x--dim {
  opacity: 0.28;
}
.uQ3c7m {
  margin-left: 6px;
  color: rgba(234, 234, 234, 0.75);
  font-weight: 600;
}

.zZ0q1p {
  position: absolute;
  left: 178px;
  top: 32px;
  width: 230px;
  height: 60px;
  opacity: 0.95;
  pointer-events: none;
}

/* Right side cards */
.oX9b4m {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: 18px;
}

.yR1c0v {
  position: absolute;
  width: 220px;
  height: 300px;
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  backdrop-filter: blur(6px);
}

/* glossy edge like screenshot */
.yR1c0v::after {
  content: "";
  position: absolute;
  inset: -40% -50%;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 65%
  );
  transform: rotate(12deg);
  pointer-events: none;
}

.lW2p8a {
  height: 93%;
  position: absolute;
  inset: 10px 10px 58px 10px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}
.lW2p8a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
  filter: contrast(1.05) saturate(1.05);
}

.xH8u3n {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  background: rgba(6, 3, 16, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vE4m2k {
  font-size: 12px;
  font-weight: 650;
  color: rgba(234, 234, 234, 0.92);
}
.vE4m2k--price {
  color: rgba(0, 200, 255, 0.95);
  font-weight: 750;
}

/* Positions / rotations to match screenshot composition */
.yR1c0v--top {
  left: 140px;
  top: 8px;
  transform: rotate(-8deg);
  z-index: 3;
}
.yR1c0v--right {
  left: 260px;
  top: 120px;
  transform: rotate(12deg);
  z-index: 2;
}
.yR1c0v--bot {
  left: 108px;
  top: 200px;
  transform: rotate(-18deg);
  z-index: 1;
}

/* Responsive */
@media (max-width: 980px) {
  .v0k3xR {
    flex-direction: column;
    padding: 28px 22px;
    align-items: center;
    min-height: unset;
    && h1,
    p {
      text-align: center;
    }
  }

  .mQ3z1b {
    font-size: 40px;
  }
  .oX9b4m {
    min-height: 420px;
  }
  .yR1c0v--top {
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(-8deg);
  }
  .yR1c0v--right {
    left: 58%;
    top: 130px;
    transform: translateX(-50%) rotate(12deg);
  }
  .yR1c0v--bot {
    left: 42%;
    top: 220px;
    transform: translateX(-50%) rotate(-18deg);
  }
  .zZ0q1p {
    left: 168px;
  }
}

@media (max-width: 520px) {
  .mQ3z1b {
    font-size: 34px;
  }
  .bK2v9s {
    flex-wrap: wrap;
  }
  .pL0a4n {
    flex: 1;
    min-width: 140px;
  }
  .zZ0q1p {
    display: none;
  }
  .yR1c0v {
    width: 200px;
    height: 280px;
  }
}

: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;
  }
}

/* ===== ROADMAP SECTION v2 ===== */

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

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

/* Header */

.roadmapHeader {
  max-width: 760px;
  margin: 0 auto 40px auto;
  text-align: center;
}

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

.roadmapTitle {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}

.roadmapSubtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #cfcfcf;
}

/* Timeline */

.roadmapTimeline {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Один шаг */

.roadmapStep {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

/* Левая колонка — маркеры */

.roadmapMarker {
  position: relative;
  display: flex;
  justify-content: center;
}

.roadmapDot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--secondStyleColor);
  box-shadow: 0 0 0 4px rgba(2, 255, 57, 0.25);
  margin-top: 6px;
  z-index: 2;
}

.roadmapDot-final {
  background: transparent;
  border: 2px solid var(--secondStyleColor);
  box-shadow: 0 0 0 4px rgba(2, 255, 57, 0.18);
}

/* Вертикальная линия */

.roadmapLine {
  position: absolute;
  top: 20px;
  bottom: -18px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--secondStyleColor),
    rgba(2, 255, 57, 0.1)
  );
  z-index: 1;
}

/* Правая колонка — карточка шага */

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

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

.roadmapCard-final {
  background: #272d27;
}

/* Тексты шага */

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

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

.roadmapStepText {
  font-size: 14px;
  line-height: 1.7;
  color: #dedede;
}

/* Адаптив */

@media (max-width: 700px) {
  .roadmapTitle {
    font-size: 28px;
  }

  .roadmapStep {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
  }

  .roadmapCard {
    padding: 16px 16px 16px 16px;
  }
}

#plans .u3m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.r8h {
  margin-bottom: 40px;
}
.r8h h2,
.r8h p {
  text-align: center;
}

.b6x {
  color: var(--textColor2);
  max-width: 420px;
  border-radius: var(--borderRadius);
  overflow: clip;
  padding: 20px;
  background: var(--bodyBG);
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
  backdrop-filter: blur(20px);
  position: relative;
  font-weight: 200;
  transition: 0.2s all linear;
}

.b6x:hover {
  transform: translateY(-5px);
}

.k1t {
  grid-template-areas: "stack";
  height: 600px;
  position: relative;
  border-radius: var(--borderRadius);
  overflow: clip;
  display: grid;
  box-shadow:
    inset 0 0 4px -2px #ffffff55,
    0 0 4px -2px #ffffff55;
}

.k1t img {
  width: 100%;
  height: 100%;
  border-radius: var(--borderRadius);
  object-fit: cover;
}

.k1t::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--borderRadius);
  backdrop-filter: blur(100px);
  -webkit-mask: linear-gradient(-14deg, black 30%, transparent 66%);
  mask: linear-gradient(-14deg, black 30%, transparent 66%);
}

.n9z {
  grid-area: stack;
}

.p4w {
  z-index: 1;
  grid-area: stack;
  margin-top: auto;
  padding: 1rem 2rem;
  && p {
    color: var(--textColor1);
  }
}

.s2d {
  color: var(--textColor1);
  font-size: 2.2rem;
  font-weight: 300;
}

.v1e {
  width: 30px;
  height: 30px;
}

.c7y {
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--textColor1);
}

.f5j {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 20px;
  color: var(--textColor1);
}

.f5j span {
  font-size: 44px;
  color: var(--textColor1);
  font-weight: 900;
}

@media (max-width: 800px) {
  #plans .u3m {
    flex-direction: column;
  }
  .r8h {
    margin-bottom: 20px;
  }
  .k1t {
    height: 450px;
  }
}

/* центрирование блока по высоте */
#features {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}
#features .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hufla {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.hufla h2,
.hufla p {
  text-align: center;
}
.hufla > span {
  display: flex;
  width: 30%;
  margin: 0 auto;
  border-radius: var(--borderRadius);
  height: 2px;
  background-color: var(--secondStyleColor);
}

.trunox {
  width: 100%;
  height: 50vh;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.mivra {
  position: relative;
  --x-px: calc(var(--x) * 1px);
  --y-px: calc(var(--y) * 1px);
  --border: 2px;
  background: rgba(255, 255, 255, 0.125);
  border-radius: var(--borderRadius);
  overflow: hidden;
}

.mivra::before,
.mivra::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    800px circle at var(--x-px) var(--y-px),
    var(--secondStyleColor),
    transparent 40%
  );
  pointer-events: none;
}

.mivra::before {
  z-index: 1;
}

.mivra::after {
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.mivra:hover::after {
  opacity: 1;
}

.praxu {
  background: var(--textColor2);
  border-radius: inherit;
  color: var(--textColor1);
  text-decoration: none;
  position: absolute;
  inset: var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 3;
  && p {
    text-align: center;
    text-wrap: balance;
  }
  && h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.praxu > p {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .trunox {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    gap: 12px;
  }

  .mivra {
    min-height: 240px;
  }
  .hufla {
    margin-bottom: 20px;
  }
}

/*  */
.zq9-pulse {
  padding: clamp(18px, 3vw, 40px) 0;
  color: var(--txt);
}

.zq9-head {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
  margin-bottom: clamp(14px, 2vw, 22px);
}

.zq9-title {
  line-height: 1.15;
  margin: 0;
  letter-spacing: 0.2px;
}

.zq9-sub {
  margin: 0;
  color: var(--textColor1);
  white-space: nowrap;
}

.zq9-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.zq9-card {
  position: relative;
  border-radius: var(--borderRadius);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  overflow: hidden;
  padding: 16px;
  min-height: 168px;
}

.zq9-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(
    400px 120px at 20% 0%,
    color-mix(in srgb, var(--secondStyleColor) 20%, transparent),
    transparent 60%
  );
  pointer-events: none;
  opacity: 0.9;
}

.zq9-card:hover {
  border-color: var(--secondStyleColor);
  transform: translateY(-1px);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.zq9-card * {
  position: relative;
  z-index: 1;
}

.zq9-card--big {
  padding: clamp(18px, 2.4vw, 28px);
  min-height: 260px;
}

.zq9-kicker {
  margin: 0 0 10px;
  color: var(--textColor1);
}

.zq9-pay {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.zq9-payNum {
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 650;
  letter-spacing: -0.5px;
}

.zq9-payUnit {
  font-size: 14px;
  color: var(--textColor1);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Decorative “3D” blob + ribs like in the reference */
.zq9-deco {
  position: absolute;
  left: -70px;
  bottom: -90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 38% 35%,
      rgba(255, 255, 255, 0.14),
      transparent 55%
    ),
    radial-gradient(
      circle at 62% 70%,
      rgba(76, 222, 255, 0.24),
      transparent 60%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(76, 222, 255, 0.12),
      rgba(0, 0, 0, 0) 60%
    );
  filter: blur(0.2px);
  opacity: 0.95;
  transform: rotate(-12deg);
  z-index: 0;
}

.zq9-ribs {
  position: absolute;
  left: -24px;
  bottom: -18px;
  width: 280px;
  height: 240px;
  background: repeating-linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.08) 0px,
    rgba(255, 255, 255, 0.08) 2px,
    rgba(255, 255, 255, 0) 10px,
    rgba(255, 255, 255, 0) 16px
  );
  mask-image: radial-gradient(circle at 45% 55%, #000 0 48%, transparent 70%);
  opacity: 0.9;
  z-index: 0;
}

.zq9-metrics {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.zq9-top {
  display: grid;
  gap: 8px;
  margin-bottom: 8px;
}

.zq9-h3 {
  margin: 0;
  font-weight: 600;
  color: var(--textColor1);
}

.zq9-mini {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--textColor1);
  font-size: 20px;
}

.zq9-miniA {
  opacity: 0.75;
}
.zq9-miniSep {
  opacity: 0.55;
}
.zq9-miniB {
  color: var(--secondStyleColor);
}

.zq9-chart {
  padding: 6px 0 2px;
}

.zq9-chart svg {
  width: 100%;
  height: 120px;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(76, 222, 255, 0.1));
}

.zq9-foot {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.zq9-badge {
  font-size: 20px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--secondStyleColor);
  background: var(--bodyBG);
  color: var(--textColor1);
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.zq9-badge--down {
  border-color: rgba(76, 222, 255, 0.18);
  background: rgba(76, 222, 255, 0.06);
}

.zq9-badge--up {
  border-color: rgba(76, 222, 255, 0.26);
  background: rgba(76, 222, 255, 0.1);
}

/* Responsive layout similar to reference */
@media (min-width: 860px) {
  .zq9-grid {
    grid-template-columns: 1.05fr 2fr;
    align-items: stretch;
  }
  .zq9-card--big {
    min-height: 360px;
  }
  .zq9-metrics {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 520px) and (max-width: 859px) {
  .zq9-metrics {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zq9-card:hover {
    transform: none;
  }
  .zq9-card {
    transition: none;
  }
}

/* ===== TESTIMONIALS SECTION ALT (VARIANT 2) ===== */

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

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

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

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

.testimonialsTitle {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

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

/* List */
.testimonialsAltList {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Row card */
.testimonialRow {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;

  border-radius: var(--borderRadius);
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.55);
  transition: 0.18s ease;
}

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

/* Avatar */
.testimonialAvatar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.testimonialAvatarCircle {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid var(--secondStyleColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--secondStyleColor);
}

/* Body */
.testimonialRowBody {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testimonialRowHead {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.testimonialName {
  font-size: 16px;
  font-weight: 600;
}

.testimonialRole {
  font-size: 13px;
  color: #b2b2b2;
}

.testimonialTag {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--secondStyleColor);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondStyleColor);
  white-space: nowrap;
}

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

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

  .testimonialAvatar {
    justify-content: flex-start;
  }
}

.partners {
  position: relative;
}

.partners::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  background-color: var(--secondStyleColor);
  opacity: 0.1;
}

.partners__container {
  text-align: center;
}
.partnersHead {
  margin-bottom: 45px;
}

.partners__title {
  margin-bottom: 40px;
  font-weight: 700;
  color: var(--textColor1);
}

.partners__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  padding-bottom: 0;
  gap: 30px;
}

.partners__logo-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all linear;
  img {
    height: 50%;
  }
}

.partners__logo-wrapper a:hover {
  transform: scale(1.05);
}

.partners__logo {
  max-width: 260px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}
@media (max-width: 800px) {
  .partners__logo-wrapper {
    flex-direction: column;
  }
  .partners__logo-wrapper a {
    width: 100%;
  }
}

.about-us {
  position: relative;
}

.about-us .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.fghjkvbnwdh {
  width: 730px;
  height: 600px;
  && img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--borderRadius);
    object-position: top;
  }
}

.about-ussection-heading {
  margin-bottom: 40px;
  && h2 {
    text-wrap: balance;
  }
  && p {
    text-wrap: balance;
  }
}

.about-us .section-heading,
.about-us .box-item,
.about-us p,
.about-us .box-item .gradient-button,
.about-us .box-item span {
  position: relative;
  z-index: 1;
}

.about-us .box-item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  padding: 20px 30px;
  border: 1px solid var(--secondStyleColor);
  border-radius: 40px;
  margin-bottom: 30px;
  color: var(--textColor1);
  && h3 {
    margin-bottom: 10px;
  }
}

.about-us .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-us span {
  font-size: 14px;
  color: #7a7a7a;
}

.about-us .right-image {
  position: relative;
  z-index: 1;
}

@media (max-width: 800px) {
  .about-us .container {
    flex-direction: column;
  }
  .fghjkvbnwdh {
    width: 100%;
  }
}

.inspx9v2-sec {
  padding: 72px 0 64px;
  color: var(--textColor1);
  overflow: hidden;
}

/* -------- header -------- */

.inspx9v2-head {
  text-align: center;
  margin-bottom: 34px;
}

.inspx9v2-title {
  margin: 0;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.08;
  letter-spacing: 0.01em;
  font-weight: 650;
  color: var(--textColor1);
}

.inspx9v2-dots {
  margin: 12px auto 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0.6;
}

.inspx9v2-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--secondStyleColor);
}

.inspx9v2-sub {
  margin: 0 auto 18px;
  width: min(680px, 92%);
  font-size: 14px;
  line-height: 1.6;
  color: var(--textColor1);
}

/* -------- gallery wrapper -------- */

.inspx9v2-gallery {
  position: relative;
  padding: 10px 0 6px;
}

/* Swiper container */
.inspx9v2-swiper {
  width: 100%;
  overflow: visible; /* so side slides peek */
}

/* Make slides "card width" like the screenshot */
.inspx9v2-slide {
  width: 300px;
  height: 400px;
  display: flex;
  align-items: stretch;
}

/* card */
.inspx9v2-card {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--borderRadius);
  overflow: hidden;
}

/* image */
.inspx9v2-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  transform: translateZ(0);
  filter: saturate(0.98) contrast(0.98);
  user-select: none;
}

/* subtle hover */
@media (hover: hover) {
  .inspx9v2-card {
    transition:
      transform 260ms ease,
      box-shadow 260ms ease;
  }
  .inspx9v2-slide:hover .inspx9v2-card {
    transform: translateY(-4px);
    box-shadow:
      0 22px 40px rgba(0, 0, 0, 0.44),
      0 0 0 1px rgba(255, 255, 255, 0.1);
  }
}

/* -------- side nav buttons (circle, like screenshot) -------- */

.inspx9v2-nav {
  position: absolute;
  top: 50%;
  transform: translateY(22px); /* slight lower like screenshot */
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.82);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  transition:
    transform 200ms ease,
    background 200ms ease,
    border-color 200ms ease,
    opacity 200ms ease;
  user-select: none;
}

.inspx9v2-nav span {
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.inspx9v2-navPrev {
  left: 8px;
}
.inspx9v2-navNext {
  right: 8px;
}

.inspx9v2-nav:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(22px) scale(1.03);
}

.inspx9v2-nav:active {
  transform: translateY(22px) scale(0.99);
}

.inspx9v2-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 4px;
}

/* if Swiper disables buttons */
.inspx9v2-nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
/* --- staggered (up/down) layout like in screenshot --- */
.inspx9v2-gallery {
  --inspx9v2-stagger: 34px; /* сила "шахматки" */
}

/* вверх/вниз для слайдов */
.inspx9v2-track .inspx9v2-slide:nth-child(odd) {
  transform: translateY(calc(var(--inspx9v2-stagger) * -1));
}

.inspx9v2-track .inspx9v2-slide:nth-child(even) {
  transform: translateY(var(--inspx9v2-stagger));
}

/* чтобы влезало по высоте и не резалось */
.inspx9v2-gallery {
  padding-top: 44px;
  padding-bottom: 44px;
}

/* на мобилке обычно шахматку лучше выключить */
@media (max-width: 720px) {
  .inspx9v2-gallery {
    --inspx9v2-stagger: 0px;
  }
}

@media (max-width: 720px) {
  .inspx9v2-sec {
    padding: 56px 0 52px;
  }
  .inspx9v2-shell {
    width: min(1240px, calc(100% - 28px));
  }
  .inspx9v2-head {
    margin-bottom: 24px;
  }
  .inspx9v2-nav {
    display: none;
  } /* on mobile user swipes */
  .inspx9v2-slide {
    width: min(78vw, 320px);
    height: min(88vw, 380px);
  }
}

[data-accordion-element-content] {
  overflow: hidden;
  transition: height 0.5s;
}

:root {
  --bgHead: var(--bodyBG);
  --bgHeadHover_active: var(--secondStyleColor);
  --bgText: rgba(255, 255, 255, 0.1);
}

.faq h2 {
  text-align: center;
}
.card-faq {
  width: 90%;
  margin: 50px auto;
  border-radius: 2px;
  background: transparent;
  margin-top: 40px;
}

.faq-article {
  position: relative;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  p {
    padding: 10px 20px;
  }
}

.faq-article.selected {
  transform: scale(1.1);
  z-index: 2;
  background: var(--bgText);
}

.faq-h3 {
  position: relative;
  background: var(--bgHead);
  padding: 20px 75px 20px 20px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  transition: background 0.3s;
  margin: 10px 0;
  cursor: pointer;
}

.faq-h3:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.selected .faq-h3 {
  cursor: pointer;
  background: var(--bgHeadHover_active);
  color: var(--bgHead);
  border: none;
}

.faq-h3:before,
.faq-h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  margin-right: 30px;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s;
}

.faq-h3:before {
  transform: rotate(0deg);
  animation: close-line-one-in 0.8s forwards;
}

.selected .faq-h3:before {
  animation: close-line-one-out 0.8s forwards;
  background: #000;
}

.faq-h3:after {
  transform: rotate(90deg);
  animation: close-line-two-in 0.8s forwards;
}

.selected .faq-h3:after {
  background: #000;
  animation: close-line-two-out 0.8s forwards;
}

.content {
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-out 0.4s 0.1s;
}

.selected .content {
  transform: translateY(0);
  opacity: 1;
}

.faq-p {
  padding: 25px 30px 40px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

@keyframes close-line-one-out {
  0%,
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(50px);
  }
  76% {
    transform: translateX(50px) translateY(50px);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes close-line-one-in {
  0%,
  20% {
    transform: rotate(45deg);
  }
  60% {
    transform: translateX(50px) translateY(50px) rotate(45deg);
  }
  61% {
    transform: translateX(50px);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes close-line-two-out {
  0%,
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: translateY(-50px) rotate(90deg);
  }
  76% {
    transform: translateY(-50px) translateX(50px) rotate(90deg);
  }
  100% {
    transform: rotate(135deg);
  }
}

@keyframes close-line-two-in {
  0% {
    transform: rotate(135deg);
  }
  50% {
    transform: translateY(-50px) translateX(50px) rotate(135deg);
  }
  51% {
    transform: translateY(-50px) rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 750px) {
  .card-faq {
    width: 90%;
  }
}

/* ===== 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: 20px;
  color: #9a9a9a;
}

.footerMeta {
  text-align: right;
}

/* Адаптив */
@media (max-width: 900px) {
  .footerBottom {
    font-size: 10px;
  }
  .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;
  }
}
