:root {
        --font-sans: "Work Sans", system-ui, -apple-system, Segoe UI,
          Roboto, Inter, Arial, sans-serif;
      }

/* ---- next <style> block ---- */

/* HEADER */
  .header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    color: var(--textColor1);
  }
  .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(--textColor1);
    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(--textColor1);
    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(--textColor1);
    text-decoration: none;
  }

  @media screen and (max-width: 800px) {
    .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(--textColor1);
      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;
    }
  }

/* ---- next <style> block ---- */

.cta--primary--cr20 {
    --bgc: var(--accent);
    color: var(--textColor1);
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    border: 1px solid var(--secondStyleColor);
    padding: 12px 18px;
    border-radius: var(--borderRadius);
    transition: transform var(--speed) var(--spring);
  }
  .cta--primary--cr20:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 18px 56px var(--glow);
  }
  /* HERO */
  .hero--cr20 {
    position: relative;
    padding: 8vw 18px 14vw !important;
    overflow: clip;
    isolation: isolate;
  }
  .hero-inner--cr20 {
    margin: 0 auto;
  }

  h1 {
    text-wrap: balance;
  }

  .display--cr20 {
    line-height: 0.86;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 6px 0 12px;
  }
  .display--cr20 .stroke--cr20 {
    -webkit-text-stroke: 1px var(--secondStyleColor);
    color: transparent;
    opacity: 0.8;
  }

  .lead--cr20 {
    font-size: clamp(16px, 2.2vw, 22px);
    color: var(--textColor1);
    opacity: 0.9;
    max-width: 60ch;
    margin-bottom: 36px;
  }

  /* Hero motifs */
  .motifs--cr20 {
    pointer-events: none;
    position: absolute;
    inset: 0;
  }
  .arcs--cr20 {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: min(70vw, 700px);
    color: var(--secondStyleColor);
  }
  .stitches--cr20 {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background: repeating-linear-gradient(
        15deg,
        transparent 0 22px,
        rgba(255, 255, 255, 0.08) 22px 24px,
        transparent 24px 46px
      ),
      repeating-linear-gradient(
        -15deg,
        transparent 0 22px,
        rgba(255, 255, 255, 0.06) 22px 24px,
        transparent 24px 46px
      );
    mask-image: linear-gradient(
      to bottom,
      transparent,
      #000 20%,
      #000 80%,
      transparent
    );
  }

  /* Hero ball + sparks */
  .ball-btn--cr20 {
    position: absolute;
    right: 8%;
    top: 52%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .ball--cr20 {
    width: clamp(80px, 14vw, 140px);
  }
  .ball-fill--cr20 {
    fill: var(--accent);
  }
  .ball-stitch--cr20 {
    stroke: #0b0d10;
    stroke-width: 4;
    fill: none;
  }
  .sparks--cr20 {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 224, 71, 0.28),
      0 0 0 0 rgba(255, 224, 71, 0.18);
    transition: box-shadow 450ms var(--spring);
  }
  .ball-btn--cr20:hover .sparks--cr20 {
    box-shadow: 0 0 0 16px rgba(255, 224, 71, 0.12),
      0 0 0 32px rgba(255, 224, 71, 0.06);
  }

  /* Stats */
  .stats--cr20 {
    margin: -6vw auto 4rem;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 18px;
  }
  .stat--cr20 {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.02)
    );
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 18px 16px;
    text-align: center;
  }
  .label--cr20 {
    color: var(--textColor1);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
  }
  .num--cr20 {
    display: inline-block;
    font-size: clamp(32px, 5vw, 64px);
    color: var(--secondStyleColor);
  }
  .unit--cr20 {
    margin-left: 6px;
    color: var(--secondStyleColor);
  }

  @media (max-width: 800px) {
    .stats--cr20 {
      display: flex;
      flex-direction: column;
    }
  }

/* ---- next <style> block ---- */

:root {
    --scrollbarBg: rgba(255, 255, 255, 0.1);
    --itemBgColor: transparent;
  }
  .swiper {
    padding-bottom: 10px !important;
  }

  .toc .swiper-slide {
    width: fit-content;
  }

  .toc h2 {
    white-space: nowrap;
    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;
    }
  }

/* ---- next <style> block ---- */

.aboutSection {
    padding: 80px 0;
    background: var(--bodyBG);
    color: var(--textColor1);
  }

  .aboutWrapper {
    max-width: var(--maxWidthContainer);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 60px;
    align-items: center;
  }

  /* Left content */
  .sectionEyebrow {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--secondStyleColor);
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .aboutTitle {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--textColor1);
  }

  .aboutSubtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 25px;
  }

  .aboutText {
    font-size: 16px;
    line-height: 1.65;
    color: #d2d2d2;
    margin-bottom: 35px;
  }

  /* Bullet list */
  .aboutList {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .aboutListItem {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
  }

  .aboutIcon {
    color: var(--secondStyleColor);
    margin-top: 4px;
  }

  /* Right block (badge + stats) */
  .aboutSide {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .aboutSide img {
    width: 500px;
  }

  .aboutBadge {
    background: var(--secondStyleColor);
    color: var(--textColor2);
    padding: 12px 20px;
    border-radius: var(--borderRadius);
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    width: fit-content;
  }

  .aboutStats {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .aboutStatCard {
    background: #333;
    padding: 20px 25px;
    border-radius: var(--borderRadius);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.2s ease;
  }

  .aboutStatCard:hover {
    border-color: var(--secondStyleColor);
    transform: translateX(5px);
  }

  .aboutStatValue {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondStyleColor);
    margin-bottom: 5px;
  }

  .aboutStatLabel {
    font-size: 14px;
    color: #bbb;
  }

  /* ===== Responsive ===== */
  @media (max-width: 900px) {
    .aboutWrapper {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .aboutSide img {
      width: 300px;
    }
  }

/* ---- next <style> block ---- */

.section-header {
    text-align: center;
    p {
      text-align: center;
    }
  }

  .text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }

  .card--glass {
    background: transparent;
    backdrop-filter: blur(20px);
    border: 1px solid var(--secondStyleColor);
    border-radius: var(--borderRadius);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card--glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.1),
      transparent
    );
    transition: left 0.5s ease;
  }

  .card--glass:hover::before {
    left: 100%;
  }

  .card--glass:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }

  .card__icon {
    width: 48px;
    height: 48px;
    color: var(--secondStyleColor);
    margin-bottom: 1rem;
  }

  .card__icon svg {
    width: 100%;
    height: 100%;
  }

  .card--glass h3 {
    margin-bottom: 1rem;
    color: var(--textColor1);
  }

  .card--glass p {
    color: var(--textColor1);
    margin-bottom: 1.5rem;
  }

  .card__stat {
    color: var(--secondStyleColor);
    text-align: right;
  }

/* ---- next <style> block ---- */

/* ===== HOW v4 (random class variant) ===== */

  .howBlock_wk29 {
    padding: 80px 0;
    background: var(--bodyBG);
    color: var(--textColor1);
  }

  .howWrap_t91d {
    max-width: var(--maxWidthContainer);
    margin: 0 auto;
  }

  .howHead_p3q1 {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 45px;
  }

  .howLabel_m4t2 {
    font-size: 13px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: var(--secondStyleColor);
    font-weight: 600;
    margin-bottom: 10px;
  }

  .howMainTitle_jx7p {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .howDesc_d9z1 {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
  }

  /* Grid */
  .howSteps_l1a0 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  /* Tile */
  .howTile_r0x4 {
    position: relative;
    text-align: center;
    background: #262626;
    border-radius: var(--borderRadius);
    padding: 26px 20px 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
    transition: 0.2s ease;
    overflow: hidden;
  }

  .howTile_r0x4:hover {
    border-color: var(--secondStyleColor);
    transform: translateY(-4px);
  }

  .howTile_r0x4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      circle at top center,
      color-mix(in srgb, var(--secondStyleColor) 18%, transparent),
      transparent 55%
    );
    opacity: 0;
    transition: 0.25s ease;
  }

  .howTile_r0x4:hover::before {
    opacity: 1;
  }

  /* Badge */
  .howNum_b7d2 {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(2, 255, 57, 0.1);
    border: 1px solid rgba(2, 255, 57, 0.6);
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--secondStyleColor);
  }

  /* Icon */
  .howIcon_f2m9 {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(2, 255, 57, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
  }

  .howIcon_f2m9 i {
    font-size: 22px;
    color: var(--secondStyleColor);
  }

  /* Titles */
  .howTitle_g4s0 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .howText_u8e1 {
    font-size: 14px;
    line-height: 1.6;
    color: #d4d4d4;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .howSteps_l1a0 {
      grid-template-columns: 1fr;
    }
  }

/* ---- next <style> block ---- */

/* контейнер секции */
  #reviews .swiper {
    width: 100%;
    max-width: var(--maxWidthContainer);
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
  }

  .rv-wrap {
    padding: 40px 0 40px;
  }

  /* шапка секции */
  .rv-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    text-align: left;
    gap: 14px;
    margin-bottom: 45px;
  }

  .rv-kicker {
    grid-column: 1 / -1;
    color: var(--textColor1);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.72rem;
  }

  .rv-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondStyleColor);
  }

  .rv-title {
    margin: 0;
    color: var(--textColor1);
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0.12em;
  }

  /* контролы */
  .rv-controls {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
  }

  /* кнопки навигации */
  .rev-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--secondStyleColor);
    background: var(--secondStyleColor);
    color: var(--textColor2);
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 17px;
    transition: background 0.2s ease, border-color 0.2s ease,
      transform 0.18s ease;
  }

  .rev-btn:hover {
    transform: translateY(-1px);
  }

  /* карточки */
  .rv-card {
    background: var(--bodyBG);
    border: 1px solid var(--secondStyleColor);
    border-radius: var(--borderRadius);
    padding: 18px 20px;
    color: var(--textColor1);
    display: flex;
    flex-direction: column;
    height: fit-content;
    cursor: grab;
    transition: border-color 0.2s ease, transform 0.22s ease;
  }
  .rv-card:active {
    cursor: grabbing;
  }

  /* верх карточки */
  .rv-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }

  .rv-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.8);
    overflow: hidden;
  }

  .rv-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .rv-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
  }

  .rv-meta strong {
    color: var(--rv-text-main);
    font-weight: 700;
    font-size: 15px;
  }

  .rv-meta span {
    font-size: 12px;
    color: var(--textColor2);
  }

  .rv-rate {
    margin-left: auto;
    color: var(--secondStyleColor);
    font-weight: 800;
    font-size: 20px;
  }

  /* текст отзыва */
  .rv-quote {
    font-size: 14px;
    line-height: 1.5;
    margin: 6px 0 12px;
    color: var(--textColor1);
    flex-grow: 1;
  }

  /* теги */
  .rv-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

  .rv-tags span {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--rv-chip);
    border: 1px solid rgba(148, 163, 184, 0.6);
    color: #e5e7eb;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  /* мини-лейблы */
  .pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--secondStyleColor);
    color: var(--textColor2);
  }

  /* адаптив */
  @media (max-width: 980px) {
    .rv-card {
      height: 190px;
      width: 90%;
      height: auto;
      margin-inline: auto;
      padding: 16px;
    }

    .pill {
      font-size: 12px;
    }
    .rv-quote {
      font-size: 20px;
    }
  }

  @media (max-width: 640px) {
    .rv-wrap {
      padding: 28px 0 32px;
    }

    .rv-card {
      width: 90%;
      height: auto;
      margin-inline: auto;
      padding: 16px;
      padding: 16px;
    }

    .rv-controls {
      justify-content: flex-start;
    }
  }

/* ---- next <style> block ---- */

.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 rgba(2, 255, 57, 0.7);
    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 {
    background: #262626;
    border-radius: var(--borderRadius);
    border: 1px solid rgba(255, 255, 255, 0.06);
    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;
    }
  }

/* ---- next <style> block ---- */

/* ===== GALLERY SECTION v2 (fixed) ===== */
  /* ===== GALLERY HEADER (v3) ===== */

  .galleryHeader {
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
  }

  .galleryEyebrow {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--secondStyleColor);
    font-weight: 600;
    margin-bottom: 8px;
  }

  .galleryTitle {
    font-size: 32px;
    font-weight: 700;
    color: var(--textColor1);
    margin: 0 0 12px 0;
  }

  .gallerySubtitle {
    font-size: 16px;
    line-height: 1.7;
    color: #ccc;
    margin: 0 auto;
  }

  /* Адаптив */
  @media (max-width: 700px) {
    .galleryTitle {
      font-size: 26px;
    }

    .gallerySubtitle {
      font-size: 14px;
    }
  }

  .gallerySection-v2 {
    padding: 80px 0;
    background: var(--bodyBG);
    color: var(--textColor1);
  }

  /* Сетка: 2 колонки, auto-rows, чтобы large реально был в 2 раза выше small */
  .galleryGrid-v2 {
    display: grid;
    grid-template-columns: 2fr 1.4fr;
    grid-auto-rows: 220px;
    gap: 18px;
  }

  /* Базовая карточка */
  .galleryItem-v2 {
    background: #262626;
    border-radius: var(--borderRadius);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .galleryItem-v2:hover {
    border-color: var(--secondStyleColor);
    transform: translateY(-3px);
  }

  /* Большая карточка: занимает 2 строки, картинка на всю высоту */
  .galleryItem-v2--large {
    grid-row: span 2;
  }

  /* Маленькие занимают одну строку (по умолчанию) */
  .galleryItem-v2--small {
    grid-row: span 1;
  }

  /* Обёртка под картинку: теперь всегда 100% высоты карточки */
  .galleryImageFrame-v2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  /* Картинка растягивается на весь контейнер */
  .galleryImageFrame-v2 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Подпись (если есть) — будет поверх/снизу, но у тебя сейчас её нет */
  .galleryCaption-v2 {
    padding: 10px 12px 12px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #e0e0e0;
  }

  /* Адаптив */
  @media (max-width: 900px) {
    .galleryGrid-v2 {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 200px;
    }

    .galleryItem-v2--large {
      grid-column: 1 / 3; /* большая на всю ширину */
    }
  }

  @media (max-width: 600px) {
    .galleryGrid-v2 {
      grid-template-columns: 1fr;
      grid-auto-rows: 220px;
    }

    .galleryItem-v2--large {
      grid-column: 1;
    }
  }

/* ---- next <style> block ---- */

.bx7-cta-wrap {
    padding: 70px 0;
    color: var(--textColor1);
  }

  .bx7-cta-inner {
    max-width: var(--maxWidthContainer);
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
  }

  .bx7-title {
    font-size: 32px;
    margin-bottom: 12px;
    font-weight: 700;
  }

  .bx7-text {
    font-size: 16px;
    margin-bottom: 25px;
    color: #dcdcdc;
  }

  .bx7-btn {
    display: inline-block;
    background: var(--secondStyleColor);
    color: #111;
    padding: 12px 26px;
    font-weight: 600;
    border-radius: var(--borderRadius);
    transition: 0.2s ease;
  }

  .bx7-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
  }

/* ---- next <style> block ---- */

.faq {
    margin-bottom: 100px;
    color: var(--textColor1);
  }

  /* Внутренняя секция */
  .faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #262626;
    border-radius: var(--borderRadius);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  }

  .faq-section h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 24px;
    color: var(--textColor1);
  }

  /* Элементы FAQ */
  .faq-item {
    border-bottom: 2px solid var(--secondStyleColor);
    padding: 12px 0;
  }

  .faq h3 {
    margin: 10px 0;
  }

  /* Кнопка-вопрос */
  .faq-question {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    background: none;
    border: none;
    color: var(--textColor1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .faq-question::after {
    content: "+";
    font-size: 32px;
    transition: transform 0.2s ease;
    color: var(--secondStyleColor);
  }

  .faq-question.active::after {
    content: "-";
    transform: rotate(180deg);
  }

  /* Ответ */
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    font-size: 15px;
    color: var(--textColor1);
    padding-top: 0;
  }

  .faq-answer p {
    margin-top: 0;
  }

  /* Открытый ответ (по классу из твоего JS) */
  .faq-answer.open {
    max-height: 200px; /* можно увеличить, если текст длиннее */
    /* padding-top: 10px; */
  }

  /* Если используешь .reviewsWrapper рядом — оставил хук */
  .reviewsWrapper h2 {
    margin-bottom: 20px;
  }

  /* Мобилка */
  @media screen and (max-width: 750px) {
    .faq {
      margin-bottom: 60px;
    }

    .faq-section {
      padding: 30px 16px;
    }
  }

/* ---- next <style> block ---- */

.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;
  }