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

/* ============== */

.ljawccnk {
  min-height: 800px;
  display: flex;
  align-items: center;
  position: relative;
}
.iurjbsd {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.1;
}
.ljawccnk .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  h1 {
    text-align: center;
    text-transform: uppercase;
  }
}
.hero-card-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin: 50px 0;
}
.iulibcjAJL {
  text-align: center;
  max-width: 800px;
  text-wrap: balance;
}
.hero-hbkawkc {
  padding: 60px 20px;
  border: 1px solid var(--secondStyleColor);
  display: flex;
  border-radius: var(--borderRadius);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  backdrop-filter: blur(5px);
  span {
    font-size: 44px;
    font-weight: 900;
  }
  && p {
    text-align: center;
  }
}
.hero-hbkawkc::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondStyleColor);
  border-radius: var(--borderRadius);
  z-index: -1;
  opacity: 0.1;
}

.ljawccnk a {
  padding: 12px 40px;
  border: 1px solid var(--secondStyleColor);
  border-radius: var(--borderRadius);
  color: var(--textColor1);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  transition: 0.2s all linear;
  &&:hover {
    background-color: var(--secondStyleColor);
  }
}
.waWKNNCKLNwkhk {
  text-transform: uppercase;
  position: relative;
  &&::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: var(--secondStyleColor);
    left: -70px;
    top: 10px;
  }
  &&::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: var(--secondStyleColor);
    right: -70px;
    top: 10px;
  }
}

@media (max-width: 800px) {
  .hero-card-wrapper {
    flex-direction: column;
    margin: 20px 0;
  }
  .hero-hbkawkc {
    width: 100%;
    padding: 20px 0;
  }
  .ljawccnk a {
    padding: 15px 40px;
  }
  .hero-hbkawkc span {
    font-size: 30px;
  }
  .waWKNNCKLNwkhk {
    margin-top: 50px;
  }
}

: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: 2px dotted 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;
  }
}

/*  */
.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;
  }
}

/*  */

#about {
  min-height: 500px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  && img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: 50% 20%;
    opacity: 0.1;
  }
}

#about .container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  && h2 {
    text-transform: uppercase;
    color: var(--textColor1);
  }
}
.ab-lllller {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ab-rrrrorjg {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 40px;
  && p {
    font-style: italic;
    color: var(--textColor1);
  }
  && a {
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: var(--borderRadius);
    background-color: var(--secondStyleColor);
    width: fit-content;
    font-weight: 900;
    transition: 0.2s all linear;
    color: var(--textColor2);
    &&:hover {
      transform: translateY(-2px);
    }
  }
}
.ab-lllller > span:nth-of-type(1) {
  color: var(--secondStyleColor);
  font-style: italic;
}
.ab-lllller > span:nth-of-type(2) {
  font-size: 120px;
  font-weight: 900;
  color: var(--secondStyleColor);
  font-style: italic;
}

@media (max-width: 800px) {
  #about .container {
    flex-direction: column;
    align-items: center;
  }
  .ab-lllller {
    align-items: center;
    && h2 {
      text-align: center;
    }
  }
  .ab-rrrrorjg {
    align-items: center;
    padding: 20px;
    && p {
      text-align: center;
      text-wrap: balance;
    }
  }
  .ab-lllller > span:nth-of-type(2) {
    font-size: 90px;
  }
}

.featuresWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feaItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  img {
    height: 500px;
    width: 400px;
    border-radius: var(--borderRadius);
    object-fit: cover;
    object-position: top;
  }
}
.feaWrap {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .feaWrap {
    margin-bottom: 20px;
  }
  .featuresWrap {
    flex-direction: column;
    gap: 20px;
  }
  .feaItem {
    gap: 20px;
    img {
      width: 100%;
    }
  }
}

/*  */
.plx-tableSection {
  color: var(--textColor1);
}

.plx-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.plx-head p {
  opacity: 0.8;
  text-wrap: balance;
}

.plx-table {
  display: grid;
  gap: 12px;
}

.plx-row {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 12px;
  padding: 14px 18px;
  border-radius: var(--borderRadius);
  border: 1px solid var(--secondStyleColor);
  background: rgba(0, 0, 0, 0.12);
}

.plx-row--head {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.plx-row--spot {
  border-width: 2px;
  background: rgba(0, 0, 0, 0.22);
}

.plx-row div:last-child {
  font-weight: 700;
  color: var(--secondStyleColor);
}

@media (max-width: 800px) {
  .plx-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .plx-row--head {
    display: none;
  }

  .plx-row div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }

  .plx-row div:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .plx-row div::before {
    content: attr(data-label);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    opacity: 0.7;
  }
}

/*  */
.vx-partners {
  color: var(--textColor1);
}

.vx-shell {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}

.vx-head {
  max-width: 560px;
}

.vx-kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: var(--secondStyleColor);
  margin-bottom: 10px;
}

.vx-copy {
  margin-top: 12px;
  opacity: 0.8;
  text-wrap: balance;
}

.vx-stage {
  position: relative;
  width: min(420px, 80vw);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.vx-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed var(--secondStyleColor);
  opacity: 0.5;
  animation: vx-rotate 18s linear infinite;
}

.vx-glow {
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 40%,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  z-index: 0;
}

.vx-logoBox {
  position: relative;
  z-index: 1;
  width: min(260px, 65%);
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  border: 1px solid var(--secondStyleColor);
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.vx-logoBox:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.vx-logoBox img {
  max-width: 70%;
  height: auto;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
}

@keyframes vx-rotate {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 800px) {
  .vx-shell {
    gap: 24px;
  }
  .vx-ring {
    display: none;
  }
}

.banner-section {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  h2 {
    text-transform: uppercase;
    text-align: center;
  }
}
.banner-section img {
  position: absolute;
  width: 120%;
  height: 120%;
  inset: 0;
  z-index: -1;
  object-fit: cover;
  object-position: 50% 20%;
  filter: blur(15px);
  opacity: 0.2;
}

/* =========================================================
   Testimonials (unique classes: tstx7k1-*)
   ========================================================= */

.tstx7k1-sec {
  position: relative;
  padding: 74px 0 92px;
  color: var(--textColor1);
  overflow: hidden;
}

/* декоративные "веточки" по бокам (inline SVG как фон) */
.tstx7k1-sec::before,
.tstx7k1-sec::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(420px, 28vw);
  opacity: 0.22;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
}

.tstx7k1-shell {
  width: min(1200px, calc(100% - 44px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.tstx7k1-head {
  text-align: center;
  margin-bottom: 28px;
}

.tstx7k1-title {
  margin: 0;
  font-size: clamp(26px, 2.4vw, 40px);
  letter-spacing: 0.01em;
  font-weight: 700;
}

.tstx7k1-dots {
  margin: 12px auto 0;
  display: inline-flex;
  gap: 12px;
  opacity: 0.6;
}
.tstx7k1-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--textColor1);
}

/* ----- stage (slider area) ----- */

.tstx7k1-stage {
  position: relative;
  padding-top: 8px;
}

.tstx7k1-sw {
  width: 100%;
  overflow: visible;
}

.tstx7k1-slide {
  display: flex;
  justify-content: center;
  padding: 40px 0 18px;
  opacity: 0.18;
  transform: scale(0.86);
  transition:
    opacity 320ms ease,
    transform 320ms ease,
    filter 320ms ease;
  filter: blur(0.3px);
}

.tstx7k1-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: none;
}

.tstx7k1-card {
  width: min(720px, 92vw);
  text-align: center;
}

.tstx7k1-quoteMark {
  display: inline-flex;
  color: var(--secondStyleColor);
  opacity: 0.86;
  margin-bottom: 18px;
}

.tstx7k1-text {
  margin: 0 auto;
  width: min(720px, 92%);
  font-size: 18px;
  line-height: 1.9;
  font-style: italic;
  color: var(--textColor1);
}

.tstx7k1-author {
  margin-top: 54px;
  letter-spacing: 0.06em;
  font-size: 14px;
  color: var(--secondStyleColor);
  opacity: 0.9;
}

/* ----- nav buttons (круглые) ----- */

.tstx7k1-nav {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(31, 36, 38, 0.45);
  background: var(--secondStyleColor);
  color: var(--textColor2);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  transition:
    transform 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
  user-select: none;
}

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

.tstx7k1-prev {
  left: clamp(12px, 7vw, 160px);
}
.tstx7k1-next {
  right: clamp(12px, 7vw, 160px);
}

.tstx7k1-nav:hover {
  transform: translateY(-50%) scale(1.05);
}

.tstx7k1-nav:active {
  transform: translateY(-50%) scale(0.98);
}

.tstx7k1-nav:focus-visible {
  outline-offset: 4px;
}

.tstx7k1-nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* ----- pagination dots ----- */

.tstx7k1-pagi {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.tstx7k1-pagi .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--textColor1);
  opacity: 1;
  margin: 0 !important;
}

.tstx7k1-pagi .swiper-pagination-bullet-active {
  background: var(--secondStyleColor);
}

/* ----- responsive ----- */

@media (max-width: 900px) {
  .tstx7k1-sec {
    padding: 60px 0 72px;
  }
  .tstx7k1-prev {
    left: 14px;
  }
  .tstx7k1-next {
    right: 14px;
  }
  .tstx7k1-text {
    font-size: 16px;
    line-height: 1.85;
  }
  .tstx7k1-author {
    margin-top: 40px;
  }
}

@media (max-width: 520px) {
  .tstx7k1-nav {
    display: none;
  }
  .tstx7k1-slide {
    padding-top: 26px;
  }
}

/* ===== ROADMAP BASE ===== */

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

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

.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: 10px;
}

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

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

/* ===== ROADMAP v1 (timeline) ===== */

.roadmapTimeline {
  margin-top: 30px;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.roadmapStep {
  position: relative;
  border-radius: var(--borderRadius);
  padding: 16px 18px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.55);
  transition: 0.2s ease;
}

.roadmapStep::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--secondStyleColor);
  box-shadow: 0 0 0 4px rgba(2, 255, 57, 0.25);
}

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

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

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

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

/* ===== ROADMAP v2 (cards grid) ===== */

.roadmapSection-v2 .roadmapGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

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

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

.roadmapCardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.roadmapYear {
  font-size: 13px;
  font-weight: 600;
}

.roadmapTag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(2, 255, 57, 0.7);
  color: var(--secondStyleColor);
}

.roadmapCardTitle {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

.roadmapCardText {
  font-size: 14px;
  line-height: 1.7;
  color: var(--textColor1);
}

/* ===== ROADMAP v3 (horizontal track) ===== */

.roadmapSection-v3 .roadmapTrack {
  position: relative;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.roadmapTrackLine {
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
  z-index: 0;
}

.roadmapStage {
  position: relative;
  border-radius: var(--borderRadius);
  padding: 30px 18px 18px 18px;
  border: 1px solid var(--secondStyleColor);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  transition: 0.2s ease;
  z-index: 1;
}

.roadmapStage--active {
  border-color: var(--secondStyleColor);
}

.roadmapDot {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--secondStyleColor);
  box-shadow: 0 0 0 4px rgba(2, 255, 57, 0.25);
}

.roadmapStageLabel {
  margin-left: 28px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--secondStyleColor);
  margin-bottom: 4px;
}

.roadmapStageTitle {
  font-size: 16px;
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 6px;
}

.roadmapStageText {
  font-size: 14px;
  line-height: 1.7;
  color: #dddddd;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
  .roadmapSection-v2 .roadmapGrid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .roadmapTimeline {
    border-left: none;
    padding-left: 0;
  }

  .roadmapStep::before {
    left: 14px;
  }

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

  .roadmapTrackLine {
    display: none;
  }
}

.galeryhead {
  margin-bottom: 45px;
}
.galleryGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
}
.imageContainer {
  width: 390px;
  height: 560px;
  border-radius: var(--borderRadius);
  margin-bottom: 20px;
  img {
    border-radius: inherit;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.galleryItem {
  h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .galleryGrid {
    display: flex;
    flex-direction: column;
  }
  .imageContainer {
    width: 100%;
    height: 330px;
  }
}

/*  */
.faq--builder {
  padding: var(--sectionPadding);
  border-radius: var(--borderRadius);
}

.faq--builder .container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 1.2fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.faqContent {
  width: 100%;
}

.faqContent h2 {
  margin: 0 0 12px 0;
}

.faqLead {
  margin: 0 0 28px 0;
  color: var(--textColor1);
  opacity: 0.9;
  max-width: 70ch;
}

.containerFAQ {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accord__item {
  border: 1px dotted
    color-mix(in srgb, var(--secondStyleColor) 55%, transparent);
  border-radius: calc(var(--borderRadius) * 0.75);
  overflow: clip;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

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

.accord__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: var(--textColor1);
}

.accord__trigger:focus-visible {
  outline: 2px solid var(--secondStyleColor);
  outline-offset: 2px;
  border-radius: calc(var(--borderRadius) * 0.6);
}

.accord__title {
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 700;
  line-height: 1.35;
}

.accord__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
  font-size: 20px;
  color: var(--secondStyleColor);
  background: color-mix(in srgb, var(--secondStyleColor) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
}

.accord__panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    padding 0.25s ease;
  padding: 0 20px;
}

.accord__panel p {
  margin: 0;
  padding: 0 0 18px 0;
  color: var(--textColor1);
  opacity: 0.95;
}

.accord__panel.show {
  opacity: 1;
  padding-top: 2px;
}

.faqImageWrap {
  display: block;
  height: 100%;
}

.faqImagePlaceholder {
  width: 100%;
  height: 785px;
  min-height: 320px;
  border-radius: var(--borderRadius);
  border: 1px dashed
    color-mix(in srgb, var(--secondStyleColor) 65%, transparent);
  background:
    radial-gradient(
      120% 120% at 100% 0%,
      color-mix(in srgb, var(--secondStyleColor) 18%, transparent) 0%,
      transparent 55%
    ),
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--mainStyleColor) 12%, transparent),
      transparent 60%
    );
  padding: 12px;
}

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

@media (max-width: 980px) {
  .faq--builder .container {
    grid-template-columns: 1fr;
    && h2 {
      text-align: center;
    }
  }

  .faqImageWrap {
    order: -1;
  }
}

@media (max-width: 640px) {
  .accord__trigger {
    padding: 16px 16px;
  }

  .accord__panel {
    padding: 0 16px;
  }

  .faqLead {
    margin-bottom: 22px;
  }

  .faqImageWrap {
    display: none;
  }
}

.site-footer {
  border-top: 0.5px solid var(--secondStyleColor);
  padding: 20px 0;
}
.footerLogo {
  color: var(--textColor1);
}

.footer-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.intoLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  span {
    width: 8px;
    height: 8px;
    background-color: var(--secondStyleColor);
    border-radius: 50%;
  }
  a {
    transition: 0.3s all linear;
    transform-origin: left;
    text-decoration: none;
    color: var(--textColor1);
  }
  a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .intoLinks {
    flex-direction: column;
    span {
      display: none;
    }
  }
}

.f-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.f-social i {
  color: var(--secondStyleColor);
}
.copy {
  text-align: center;
  opacity: 0.5;
}
.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.75rem;
}

.footer-links a:hover {
  color: #fff;
}
