
:root {
  --bg: #1a1a2e;
  --bg-card: #16213e;
  --text: #eaeaea;
  --text-muted: rgba(255,255,255,0.5);
  --accent: #e94560;
  --accent-rgb: 233,69,96;
  --accent2: #cde945;
  --accent2-rgb: 205,233,69;
  --accent3: #ec5ceb;
  --accent3-rgb: 236,92,235;
  --border: rgba(255,255,255,0.08);
  --radius: 12px;
  --font: 'Roboto', sans-serif;
  --font-heading: 'Roboto', sans-serif;
  --bodyBG: #1a1a2e;
  --textColor1: #eaeaea;
  --textColor2: #ffffff;
  --textSecondary: #b6b6bb;
  --textMuted: #82828c;
  --secondStyleColor: #e94560;
  --bgCard: #16213e;
  --bgAlt: #2b2b3d;
  --borderSubtle: rgba(255,255,255,0.08);
  --borderRadius: 12px;
  --maxWidthContainer: 1200px;
  --scrollbarBg: rgba(255,255,255,0.1);
  --itemBgColor: transparent;
}

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

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 100vw; }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 100vw; }
::-webkit-scrollbar-thumb:hover { background: var(--secondStyleColor); filter: brightness(1.2); }
::-webkit-scrollbar-thumb:active { background: #fff; }
* { scrollbar-width: thin; scrollbar-color: var(--accent) rgba(255,255,255,0.05); }

body {
  font-family: var(--font);
  background: var(--bodyBG);
  color: var(--textColor1);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: var(--maxWidthContainer);
  margin: 0 auto;
  padding: 0 24px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; object-position: 50% 20%; }
ul { list-style: none; }
html { scroll-behavior: smooth; }

/* Standardized typography */
section h1 {
  font-size: 48px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}
section h2 {
  font-size: 36px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
section h3 {
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}
section h4 {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}
section p,
section li {
  font-size: 16px !important;
  line-height: 1.7 !important;
}
footer p,
footer li,
footer a {
  font-size: 14px !important;
  line-height: 1.6 !important;
}
footer h3 {
  font-size: 16px !important;
}
@media (max-width: 900px) {
  section h1 {
    font-size: 36px !important;
  }
  section h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 600px) {
  section h1 {
    font-size: 30px !important;
  }
  section h2 {
    font-size: 24px !important;
  }
  section h3 {
    font-size: 18px !important;
  }
  section p,
  section li {
    font-size: 15px !important;
  }
}

/* Heading font */
section h1, section h2, section h3, section h4,
header h1, header h2, header h3, header h4,
footer h3 {
  font-family: var(--font-heading) !important;
}

/* Standardized section spacing */
section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
header, nav { padding-top: 0 !important; padding-bottom: 0 !important; }
footer {
  padding-top: 40px !important;
  padding-bottom: 24px !important;
}
section.toc {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.site-disclaimer {
  background: rgba(0,0,0,0.3);
  border-top: 1px solid var(--border);
  padding: 16px 0;
  text-align: center;
}
.site-disclaimer p {
  font-size: 14px !important;
  font-style: italic;
  line-height: 1.5 !important;
  color: var(--textMuted);
  max-width: 800px;
  margin: 0 auto;
}
.toc .swiper-wrapper {
}
@media (max-width: 768px) {
  body > section,
  body > div > section,
  body > section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

/* Secondary pages */
.sec-page { padding: 80px 0; min-height: 60vh; }
.page-content { max-width: var(--maxWidthContainer); }
.page-content h1 { font-size: 2rem; font-weight: 700; margin-bottom: 24px; }
.page-content h2 { font-size: 1.3rem; font-weight: 600; margin: 36px 0 12px; color: var(--textColor1); }
.page-content p { margin-bottom: 16px; color: var(--textSecondary); line-height: 1.8; font-size: 0.95rem; }
.page-content a { color: var(--secondStyleColor); text-decoration: underline; }
.page-content a:hover { opacity: 0.8; }

/* Overflow protection — word wrap only, no clipping */
section p,
section li,
section summary {
  overflow-wrap: break-word;
}


  /* ===== HEADER v5 — Glass floating bar + centered nav pill ===== */

  .hd5 {
    position: relative;
    z-index: 100;
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--bodyBG) 85%, transparent),
      color-mix(in srgb, var(--bodyBG) 70%, transparent)
    );

    border-bottom: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
  }

  .hd5__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    gap: 20px;
  }

  /* Logo */
  .hd5__logo {
    font-size: 22px;
    font-weight: 800;
    color: var(--textColor1);
    text-decoration: none;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    z-index: 110;
  }

  /* Desktop nav — centered pill */
  .hd5__nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .hd5__nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 5px 6px;
    border-radius: 100px;
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 14%, transparent);
    background: color-mix(in srgb, var(--secondStyleColor) 5%, transparent);
  }

  .hd5__nav .hd5__link {
    display: block;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    color: color-mix(in srgb, var(--textColor1) 70%, transparent);
    text-decoration: none;
    border-radius: 100px;
    transition:
      color 0.2s ease,
      background 0.2s ease;
  }

  .hd5__nav .hd5__link:hover {
    color: var(--textColor1);
    background: color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
  }

  /* CTA button */
  .hd5__cta {
    padding: 10px 22px;
    border-radius: var(--borderRadius);
    background: var(--secondStyleColor);
    color: var(--bodyBG);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    flex-shrink: 0;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .hd5__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px
      color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
  }

  /* Burger — hidden on desktop */
  .hd5__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: none;
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
    border-radius: 10px;
    cursor: pointer;
    z-index: 110;
    transition: border-color 0.25s ease;
  }

  .hd5__burger:hover {
    border-color: color-mix(in srgb, var(--secondStyleColor) 50%, transparent);
  }

  .hd5__burger-line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--textColor1);
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    transform-origin: center;
  }

  /* Burger active state */
  .hd5__burger.active .hd5__burger-line:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .hd5__burger.active .hd5__burger-line:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  /* Mobile overlay — hidden by default */
  .hd5__mobile {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: var(--bodyBG);
    z-index: 105;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    transform: translateY(-100%);
    opacity: 0;
    transition:
      transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.3s ease;
    pointer-events: none;
  }

  .hd5__mobile.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hd5__mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .hd5__mobile .hd5__link {
    font-size: 22px;
    font-weight: 600;
    color: var(--textColor1);
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .hd5__mobile .hd5__link:hover {
    color: var(--secondStyleColor);
  }

  .hd5__mobile-cta {
    padding: 14px 32px;
    border-radius: var(--borderRadius);
    background: var(--secondStyleColor);
    color: var(--bodyBG);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .stopScroll {
    overflow: hidden;
  }

  /* Responsive */
  @media (max-width: 800px) {
    .hd5__nav {
      display: none;
    }

    .hd5__cta {
      display: none;
    }

    .hd5__burger {
      display: flex;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hd5__mobile,
    .hd5__burger-line,
    .hd5__burger,
    .hd5__cta,
    .hd5__nav .hd5__link {
      transition: none;
    }
  }



  :root {
    --c-red: #ef4540;
    --c-yellow: #ffb300;
    --c-green: #37b24d;
    --c-blue: #2fa4db;
    --c-indigo: #2f1cff;
    --c-purple: #9b00ff;
  }
  .heroSection {
    overflow: hidden;
    position: relative;
    min-height: 700px;
    display: flex;
    width: 100%;
    align-items: center;
    color: var(--textColor1);
  }
  .heroSectionBG {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    filter: blur(15px);
    opacity: 0.2;
  }

  .hero-panel {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .hero10-content {
    max-width: 680px;
    position: relative;
    z-index: 1;
  }

  .heroSection h1 {
    margin: 0 0 18px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.2;
    font-size: clamp(38px, 4.8vw, 66px);
    color: var(--textColor1);
    text-transform: uppercase;
  }

  .hero10-sub {
    margin: 0 0 28px;
    font-size: 16px;
    font-weight: 600;
    color: var(--textColor1);
  }

  .hero10-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 46px;
    border-radius: var(--borderRadius);
    border: 0;
    background: var(--secondStyleColor);
    color: var(--textColor2);
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
  }

  /* Блоки справа снизу (ступеньки) */
  .blocks {
    position: relative;
    right: 0;
    width: 560px;
    height: 360px;
    pointer-events: none;
    flex-shrink: 0;
  }

  .b {
    position: absolute;
    width: 130px;
    height: 130px;
    display: grid;
    place-items: center;
  }

  .b.red {
    background: var(--c-red);
    left: 80px;
    bottom: 0px;
  }
  .b.yellow {
    background: var(--c-yellow);
    left: 210px;
    bottom: 130px;
  }
  .b.green {
    background: var(--c-green);
    left: 340px;
    bottom: 0px;
  }
  .b.indigo {
    background: var(--c-indigo);
    left: 470px;
    bottom: 130px;
  }
  .b.blue {
    background: var(--c-blue);
    left: 470px;
    bottom: 0px;
  }
  .b.purple {
    background: var(--c-purple);
    left: 600px;
    bottom: 260px;
  }

  .diamond {
    width: 62px;
    height: 62px;
    background: #fff;
    transform: rotate(45deg);
  }

  .circle {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 999px;
  }

  .square {
    width: 44px;
    height: 44px;
    background: #fff;
  }

  .chevrons {
    width: 70px;
    height: 42px;
    position: relative;
  }
  .chevrons::before,
  .chevrons::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 28px solid #fff;
    transform: translateY(-50%);
  }
  .chevrons::before {
    left: 6px;
  }
  .chevrons::after {
    left: 30px;
  }

  .tri {
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-top: 56px solid #fff;
    transform: rotate(-12deg);
  }

  .spark {
    width: 70px;
    height: 70px;
    background: #fff;
    clip-path: polygon(
      50% 0%,
      60% 32%,
      100% 50%,
      60% 68%,
      50% 100%,
      40% 68%,
      0% 50%,
      40% 32%
    );
  }

  /* адаптив */
  @media (max-width: 1100px) {
    .hero-panel {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .blocks {
      display: none;
    }
    .heroSection {
      max-height: 650px;
    }
  }



  :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;
    color: var(--textColor1);
  }

  .toc {
    background-color: transparent;
  }

  .toc a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
    color: color-mix(in srgb, var(--textColor1) 65%, transparent);
    padding: 10px 24px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--itemBgColor);
    border: none;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }

  .toc a::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 24px;
    right: 24px;
    height: 2px;
    background: var(--secondStyleColor);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .toc a:hover,
  .toc a:focus {
    color: var(--textColor1);
  }

  .toc a:hover::after,
  .toc a:focus::after {
    transform: scaleX(1);
  }

  .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);
    margin: 0 auto;
  }

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

  @media (prefers-reduced-motion: reduce) {
    .toc a,
    .toc a::after {
      transition: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
    }
  }



  .pt4 {
    color: var(--textColor1);
  }

  .pt4__strip {
    border-top: 1px solid color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
    padding: clamp(36px, 5vw, 60px) 0;
    background: linear-gradient(90deg,
      rgba(255,255,255,0.01),
      rgba(255,255,255,0.03),
      rgba(255,255,255,0.01));
  }

  .pt4__inner {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 36px);
  }

  .pt4__logo-box {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 28px;
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 16%, transparent);
    background: rgba(255,255,255,0.02);
    transition: border-color 0.3s ease, transform 0.3s ease;
  }

  .pt4__logo-box:hover {
    border-color: color-mix(in srgb, var(--secondStyleColor) 40%, transparent);
    transform: translateY(-2px);
  }

  .pt4__logo-box img {
    max-width: 180px;
    max-height: 60px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
  }

  .pt4__divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, transparent, var(--secondStyleColor), transparent);
    opacity: 0.3;
    flex-shrink: 0;
  }

  .pt4__body {
    flex: 1;
    min-width: 0;
  }

  .pt4__body h2 {
    margin: 0 0 8px;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
  }

  .pt4__body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: color-mix(in srgb, var(--textColor1) 65%, transparent);
  }

  .pt4__trust {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pt4__trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--textColor1) 65%, transparent);
  }

  .pt4__trust-item i {
    font-size: 14px;
    color: var(--secondStyleColor);
    width: 18px;
    text-align: center;
  }

  @media (max-width: 900px) {
    .pt4__inner { flex-wrap: wrap; justify-content: center; text-align: center; }
    .pt4__divider { display: none; }
    .pt4__body { flex-basis: 100%; order: -1; }
    .pt4__trust { flex-direction: row; gap: 16px; }
  }

  @media (max-width: 600px) {
    .pt4__strip { padding: 32px 0; }
    .pt4__logo-box { padding: 16px 24px; }
    .pt4__logo-box img { max-width: 140px; }
    .pt4__trust { flex-wrap: wrap; justify-content: center; }
  }

  @media (prefers-reduced-motion: reduce) {
    .pt4__logo-box { transition: none; }
  }



  /* ===== FEATURES v18 — Isometric cards with SVG diamond-grid bg ===== */

  .ft18 {
    position: relative;
    padding: clamp(70px, 8vw, 110px) 0;
    color: var(--textColor1);
    overflow: hidden;
  }

  .ft18__grid-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    color: color-mix(in srgb, var(--secondStyleColor) 6%, transparent);
    z-index: 0;
    pointer-events: none;
  }

  .ft18 .container {
    position: relative;
    z-index: 1;
  }

  .ft18__head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 55px;
  }

  .ft18__head h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .ft18__head p {
    margin: 0;
    line-height: 1.65;
    color: color-mix(in srgb, var(--textColor1) 68%, transparent);
  }

  .ft18__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* Card with isometric tilt */
  .ft18__card {
    perspective: 800px;
  }

  .ft18__card-inner {
    position: relative;
    padding: 30px 24px;
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
    background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.01)
    );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: rotateX(4deg) rotateY(-3deg);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    overflow: hidden;
  }

  .ft18__card:hover .ft18__card-inner {
    transform: rotateX(0deg) rotateY(0deg) translateY(-6px);
    border-color: color-mix(in srgb, var(--secondStyleColor) 40%, transparent);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }

  .ft18__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
  }

  .ft18__card:hover .ft18__icon {
    transform: scale(1.1) rotate(-4deg);
  }

  .ft18__icon i {
    font-size: 20px;
    color: var(--secondStyleColor);
  }

  .ft18__card-inner h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
  }

  .ft18__card-inner p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--textColor1) 68%, transparent);
  }

  .ft18__num {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 32px;
    font-weight: 800;
    color: color-mix(in srgb, var(--secondStyleColor) 8%, transparent);
    line-height: 1;
    pointer-events: none;
    transition: color 0.3s ease;
  }

  .ft18__card:hover .ft18__num {
    color: color-mix(in srgb, var(--secondStyleColor) 18%, transparent);
  }

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

    .ft18__card-inner {
      transform: rotateX(3deg) rotateY(-2deg);
    }
  }

  @media (max-width: 800px) {
    .ft18__card-inner {
      padding: 24px 20px;
    }

    .ft18__card-inner h3 {
      font-size: 16px;
    }

    .ft18__card-inner p {
      font-size: 13px;
    }

    .ft18__icon {
      width: 42px;
      height: 42px;
    }

    .ft18__icon i {
      font-size: 18px;
    }
  }

  @media (max-width: 600px) {
    .ft18 {
      padding: 50px 0;
    }

    .ft18__head {
      margin-bottom: 36px;
    }

    .ft18__head h2 {
      font-size: 24px;
    }

    .ft18__grid {
      grid-template-columns: 1fr;
    }

    .ft18__card-inner {
      transform: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ft18__card-inner,
    .ft18__icon,
    .ft18__num {
      transition: none;
    }
  }



  .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: 50% 20%;
    }
  }

  .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%;
    }
  }



  /* ===== ROADMAP v8 — Metro-style horizontal line with nodes + cards ===== */

  .rm8 {
    padding: clamp(70px, 8vw, 110px) 0;
    color: var(--textColor1);
    overflow: hidden;
  }

  .rm8__head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 50px;
  }

  .rm8__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--secondStyleColor);
    margin-bottom: 12px;
  }

  .rm8__head h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .rm8__head p {
    margin: 0;
    line-height: 1.65;
    color: color-mix(in srgb, var(--textColor1) 68%, transparent);
  }

  /* Metro container */
  .rm8__metro {
    max-width: 960px;
    margin: 0 auto;
  }

  /* SVG line */
  .rm8__line {
    width: 100%;
    height: 80px;
    display: block;
    margin-bottom: 24px;
  }

  .rm8__rail {
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 3;
    stroke-linecap: round;
  }

  .rm8__rail--active {
    stroke: var(--secondStyleColor);
    stroke-dasharray: 580;
    stroke-dashoffset: 0;
    opacity: 0.3;
  }

  .rm8__node {
    fill: transparent;
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 2;
  }

  .rm8__node--done {
    fill: color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
    stroke: var(--secondStyleColor);
  }

  .rm8__node--current {
    fill: transparent;
    stroke: var(--secondStyleColor);
    stroke-width: 2.5;
  }

  .rm8__inner {
    fill: var(--secondStyleColor);
  }

  .rm8__inner--pulse {
    fill: var(--secondStyleColor);
    animation: rm8Pulse 2s ease-in-out infinite;
  }

  @keyframes rm8Pulse {
    0%, 100% { r: 4; opacity: 1; }
    50% { r: 7; opacity: 0.5; }
  }

  /* Cards grid */
  .rm8__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .rm8__card {
    position: relative;
    padding: 22px 20px;
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
  }

  .rm8__card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
  }

  .rm8__card--active {
    border-color: color-mix(in srgb, var(--secondStyleColor) 25%, transparent);
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--secondStyleColor) 6%, transparent),
      transparent
    );
  }

  .rm8__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 16%, transparent);
    color: color-mix(in srgb, var(--textColor1) 50%, transparent);
    margin-bottom: 14px;
  }

  .rm8__tag--done {
    background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    color: var(--secondStyleColor);
    border-color: color-mix(in srgb, var(--secondStyleColor) 28%, transparent);
  }

  .rm8__tag--active {
    background: var(--secondStyleColor);
    color: var(--bodyBG);
    border-color: var(--secondStyleColor);
  }

  .rm8__card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
  }

  .rm8__card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--textColor1) 66%, transparent);
  }

  .rm8__card-ico {
    position: absolute;
    bottom: 14px;
    right: 16px;
    font-size: 28px;
    color: color-mix(in srgb, var(--secondStyleColor) 8%, transparent);
    transition: color 0.3s ease;
    pointer-events: none;
  }

  .rm8__card:hover .rm8__card-ico {
    color: color-mix(in srgb, var(--secondStyleColor) 18%, transparent);
  }

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

    .rm8__line {
      display: none;
    }
  }

  @media (max-width: 800px) {
    .rm8__card h3 {
      font-size: 15px;
    }

    .rm8__card p {
      font-size: 12px;
    }
  }

  @media (max-width: 600px) {
    .rm8 {
      padding: 50px 0;
    }

    .rm8__head {
      margin-bottom: 36px;
    }

    .rm8__head h2 {
      font-size: 24px;
    }

    .rm8__cards {
      grid-template-columns: 1fr;
    }

    .rm8__card {
      padding: 18px 16px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rm8__inner--pulse {
      animation: none;
    }

    .rm8__card,
    .rm8__card-ico {
      transition: none;
    }
  }



  /* ===== HOW v19 — Three-column rows with sonar nodes ===== */

  .hw19 {
    padding: clamp(60px, 7vw, 100px) 0;
    color: var(--textColor1);
  }

  .hw19__head {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 55px;
  }

  .hw19__head h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .hw19__head p {
    margin: 0;
    line-height: 1.65;
    color: color-mix(in srgb, var(--textColor1) 70%, transparent);
  }

  .hw19__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .hw19__row {
    display: grid;
    grid-template-columns: 90px 70px 1fr;
    gap: 0;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.3s ease;
  }

  .hw19__row:last-child {
    border-bottom: none;
  }

  .hw19__row:hover {
    background: rgba(255, 255, 255, 0.03);
  }

  /* Left — big number */
  .hw19__left {
    text-align: center;
  }

  .hw19__big {
    font-size: 42px;
    font-weight: 800;
    color: var(--secondStyleColor);
    opacity: 0.15;
    line-height: 1;
    transition: opacity 0.3s ease;
  }

  .hw19__row:hover .hw19__big {
    opacity: 0.4;
  }

  /* Mid — node with sonar */
  .hw19__mid {
    display: flex;
    justify-content: center;
  }

  .hw19__node {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bodyBG);
    z-index: 1;
  }

  .hw19__node i {
    font-size: 16px;
    color: var(--secondStyleColor);
    transition: transform 0.3s ease;
  }

  .hw19__row:hover .hw19__node i {
    transform: scale(1.2);
  }

  /* Sonar pulse */
  .hw19__sonar {
    position: absolute;
    inset: -4px;
    border-radius: 999px;
    border: 1px solid var(--secondStyleColor);
    opacity: 0;
  }

  .hw19__row:hover .hw19__sonar {
    animation: hw19Sonar 1.2s ease-out infinite;
  }

  @keyframes hw19Sonar {
    0% {
      inset: -4px;
      opacity: 0.5;
    }
    100% {
      inset: -22px;
      opacity: 0;
    }
  }

  /* Right — text */
  .hw19__right {
    padding-left: 20px;
  }

  .hw19__right h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
  }

  .hw19__right p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--textColor1) 68%, transparent);
  }

  /* Responsive */
  @media (max-width: 950px) {
    .hw19__list {
      max-width: 100%;
    }
  }

  @media (max-width: 800px) {
    .hw19__row {
      grid-template-columns: 60px 56px 1fr;
    }

    .hw19__big {
      font-size: 32px;
    }

    .hw19__node {
      width: 38px;
      height: 38px;
    }

    .hw19__node i {
      font-size: 14px;
    }

    .hw19__right h3 {
      font-size: 16px;
    }

    .hw19__right p {
      font-size: 13px;
    }
  }

  @media (max-width: 600px) {
    .hw19 {
      padding: 50px 0;
    }

    .hw19__head {
      margin-bottom: 36px;
    }

    .hw19__head h2 {
      font-size: 24px;
    }

    .hw19__row {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 14px;
      padding: 24px 16px;
    }

    .hw19__right {
      padding-left: 0;
    }

    .hw19__big {
      font-size: 28px;
    }

    .hw19__node {
      width: 42px;
      height: 42px;
      margin: 0 auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hw19__row:hover .hw19__sonar {
      animation: none;
    }
    .hw19__node i,
    .hw19__big {
      transition: none;
    }
  }



  .rv14 {
    padding: clamp(56px, 7vw, 100px) 0;
    color: var(--textColor1);
  }

  .rv14__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
  }

  .rv14__head {
    flex: 1;
  }

  .rv14__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--secondStyleColor);
    margin-bottom: 10px;
  }

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

  .rv14__sub {
    margin: 0;
    max-width: 340px;
    font-size: 15px;
    line-height: 1.6;
    color: color-mix(in srgb, var(--textColor1) 55%, transparent);
    text-align: right;
  }

  /* Masonry columns */
  .rv14__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
  }

  .rv14__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .rv14__card {
    padding: 26px 22px 22px;
    border-radius: var(--borderRadius);
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition:
      transform 0.25s ease,
      border-color 0.25s ease;
  }

  .rv14__card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--secondStyleColor) 28%, transparent);
  }

  .rv14__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--textColor1) 80%, transparent);
  }

  .rv14__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 4px;
  }

  .rv14__avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--secondStyleColor) 18%, transparent),
      color-mix(in srgb, var(--secondStyleColor) 8%, transparent)
    );
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 25%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--secondStyleColor);
  }

  .rv14__name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }

  .rv14__role {
    margin: 0;
    font-size: 12px;
    color: color-mix(in srgb, var(--textColor1) 50%, transparent);
  }

  @media (max-width: 900px) {
    .rv14__top {
      flex-direction: column;
      align-items: flex-start;
    }
    .rv14__sub {
      text-align: left;
      max-width: none;
    }
    .rv14__cols {
      grid-template-columns: repeat(2, 1fr);
    }
    .rv14__col:last-child {
      grid-column: 1 / -1;
      flex-direction: row;
    }
    .rv14__col:last-child .rv14__card {
      flex: 1;
    }
  }

  @media (max-width: 600px) {
    .rv14 {
      padding: 48px 0;
    }
    .rv14__top {
      margin-bottom: 32px;
    }
    .rv14__cols {
      grid-template-columns: 1fr;
    }
    .rv14__col:last-child {
      flex-direction: column;
      grid-column: auto;
    }
    .rv14__card {
      padding: 22px 18px 20px;
    }
  }



  /* ---------- Spotlight Reels (Mosaic + Lightbox) ---------- */
  .fxl-reels {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 160px;
    gap: 20px;
  }
  .fxl-head {
    margin-bottom: 45px;
    text-align: center;
  }

  .fxl-reel {
    position: relative;
    display: block;
    padding: 0;
    border: 1px solid var(--secondStyleColor);
    border-radius: calc(var(--borderRadius) + 2px);
    overflow: hidden;
    background: #0c221a;
    box-shadow: var(--fxl-shadow);
    transition: transform 0.3s ease;
  }
  .fxl-reel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    transform: scale(1.02);
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* органичная маска */
    mask-image: radial-gradient(
      120% 80% at 80% 20%,
      #000 60%,
      transparent 100%
    );
  }
  .fxl-reel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, 0.42) 100%
    );
  }
  .fxl-reel:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  }
  .fxl-reel:hover img {
    transform: scale(1.06);
  }

  .fxl-reel__cap {
    position: absolute;
    left: 12px;
    bottom: 10px;
    z-index: 1;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 42, 31, 0.75);
    border: 1px solid var(--secondStyleColor);
    font-size: 12px;
    color: var(--textColor1);
  }

  /* Layout variants */
  .fxl-reel--wide {
    grid-column: span 4;
    grid-row: span 2;
  }
  .fxl-reel--tall {
    grid-column: span 2;
    grid-row: span 3;
  }
  .fxl-reels > .fxl-reel:not(.fxl-reel--wide):not(.fxl-reel--tall) {
    grid-column: span 2;
    grid-row: span 2;
  }

  @media (max-width: 1200px) {
    .fxl-reels {
      grid-template-columns: repeat(4, 1fr);
    }
    .fxl-reel--wide {
      grid-column: span 4;
    }
  }
  @media (max-width: 800px) {
    .fxl-reels {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 140px;
    }
    .fxl-reel--wide,
    .fxl-reel--tall {
      grid-column: span 2;
      grid-row: span 2;
    }
  }



  /*  */
  .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: 50% 20%;
    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 {
    color: var(--textColor1);
    margin-top: 60px;
    padding: 28px 0 22px;
    background-color: var(--bodyBG);
    border-top: 0.3px solid var(--secondStyleColor);
    color: var(--footer-muted);
    position: relative;
    backdrop-filter: blur(18px);
  }

  /* Layout */

  .footer-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 22px;
  }

  /* Brand */

  .footer-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-main .logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: var(--textColor1);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.8rem;
  }

  /* Links & Address */

  .site-footer a,
  .site-footer address {
    position: relative;
    color: var(--textColor1);
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.16em;
    padding: 2px 0;
    text-transform: uppercase;
    transition:
      color 0.22s ease,
      transform 0.22s ease,
      text-shadow 0.22s ease,
      opacity 0.22s ease;
  }

  .site-footer address {
    font-style: normal;
    color: rgba(209, 213, 219, 0.8);
  }

  /* ≡ ХОВЕР БЕЗ ЛИНИИ — МЯГКОЕ НЕОНОВОЕ СВЕЧЕНИЕ */

  .site-footer a:hover {
    transform: translateY(-2px);
  }

  /* Social */

  .footer-social {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
    i {
      color: var(--secondStyleColor);
      font-size: 24px;
    }
  }

  .footer-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--textSecondary);
    transition:
      background 0.18s ease,
      color 0.18s ease,
      border-color 0.18s ease,
      transform 0.12s ease,
      box-shadow 0.18s ease;
  }

  .footer-social a:hover {
    transform: translateY(-1px);
  }

  /* Contacts */

  .footer-contacts address {
    font-style: normal;
  }

  /* Links */

  .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2 120px;
    column-gap: 24px;
    font-size: 13px;
  }

  .footer-links li {
    break-inside: avoid;
    margin-bottom: 8px;
  }

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

  /* Bottom */

  .footer-bottom {
    padding-top: 14px;
    color: var(--textColor1);
  }

  .footer-bottom p {
    margin: 0;
  }

  .footer-bottom p span {
    color: var(--footer-accent);
    font-weight: 700;
  }

  @media (max-width: 900px) {
    .footer-row {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
  }

  @media (max-width: 640px) {
    .footer-row {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 18px;
    }

    .footer-main {
      align-items: center;
    }

    .footer-social {
      justify-content: center;
    }

    .footer-contacts,
    .footer-links {
      columns: 1;
      text-align: center;
    }

    .site-footer {
      margin-top: 40px;
      padding: 22px 0 18px;
    }
  }



[data-aos]{opacity:0;transition:opacity 0.6s ease,transform 0.6s ease}
[data-aos="fade-up"]{transform:translateY(30px)}
[data-aos="fade-in"]{transform:none}
[data-aos="slide-left"]{transform:translateX(-30px)}
[data-aos="slide-right"]{transform:translateX(30px)}
[data-aos].aos-visible{opacity:1;transform:none}