
:root {
  --bg: #1c1410;
  --bg-card: #2a1f17;
  --text: #f0e6d3;
  --text-muted: rgba(255,255,255,0.5);
  --accent: #ff6b35;
  --accent-rgb: 255,107,53;
  --accent2: #86ff35;
  --accent2-rgb: 134,255,53;
  --accent3: #ff4fb2;
  --accent3-rgb: 255,79,178;
  --border: rgba(255,255,255,0.08);
  --radius: 12px;
  --font: 'Manrope', sans-serif;
  --font-heading: 'Manrope', sans-serif;
  --bodyBG: #1c1410;
  --textColor1: #f0e6d3;
  --textColor2: #111111;
  --textSecondary: #bbb2a2;
  --textMuted: #867d72;
  --secondStyleColor: #ff6b35;
  --bgCard: #2a1f17;
  --bgAlt: #2d2520;
  --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;
}


.hd9 {
  background: var(--bodyBG);
  border-bottom: 1px solid rgba(128,128,128,.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.hd9__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
.hd9__logo {
  font-size: 22px;
  font-weight: 800;
  color: var(--textColor1);
  text-decoration: none;
}

/* Nav anchors */
.hd9__nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hd9__link {
  color: var(--textColor1);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: color .2s ease;
}
.hd9__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--secondStyleColor);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.hd9__link:hover {
  color: var(--secondStyleColor);
}
.hd9__link:hover::after {
  transform: scaleX(1);
}

/* CTA button */
.hd9__cta {
  display: inline-block;
  padding: 8px 22px;
  background: var(--secondStyleColor);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none !important;
  transition: filter .2s ease;
  white-space: nowrap;
}
.hd9__cta:hover {
  filter: brightness(1.15);
}

/* Toggle */
.hd9__toggle {
  display: flex;
  background: none;
  border: 1px solid rgba(128,128,128,.25);
  border-radius: 10px;
  padding: 6px;
  cursor: pointer;
  color: var(--textColor1);
  -webkit-tap-highlight-color: transparent;
  transition: border-color .2s ease;
}
.hd9__toggle:hover {
  border-color: var(--secondStyleColor);
}

/* Panel */
.hd9__panel {
  position: absolute;
  top: 100%;
  right: 20px;
  background: var(--bodyBG);
  border: 1px solid rgba(128,128,128,.12);
  border-top: 2px solid var(--secondStyleColor);
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, opacity .25s ease;
  opacity: 0;
  z-index: 99;
  min-width: 220px;
}
.hd9__panel.active {
  max-height: 500px;
  opacity: 1;
}
.hd9__panel ul {
  list-style: none;
  padding: 6px 0;
  margin: 0;
}
.hd9__panel li + li {
  border-top: 1px solid rgba(128,128,128,.06);
}
.hd9__panel a {
  display: block;
  padding: 11px 22px;
  color: var(--textColor1);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .15s ease;
  white-space: nowrap;
}
.hd9__panel a:hover {
  background: rgba(128,128,128,.07);
  color: var(--secondStyleColor);
  padding-left: 26px;
}

@media (max-width: 600px) {
  .hd9__nav { display: none; }
  .hd9__cta { display: none; }
}



  /*  */
  .vfdsdc {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 56px) 0;
    min-height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .vfdsdcBGIMG {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: 50% 20%;
    filter: blur(5px);
    opacity: 0.2;
  }
  /* Белый “треугольник” снизу (диагональный срез) */
  .vfdsdc::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 56%;
    background: var(--bodyBG);
    -webkit-mask-image: radial-gradient(
      120% 100% at 50% 0%,
      transparent 60%,
      #000 61%
    );
    mask-image: radial-gradient(120% 100% at 50% 0%, transparent 60%, #000 61%);

    pointer-events: none;
    pointer-events: none;
  }

  .hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 60px;
    && h1 {
      text-transform: uppercase;
      text-wrap: balance;
      text-align: right;
      font-weight: 900;
    }
  }

  .hero__content {
    margin: 0 0 14px;
    color: var(--textColor1);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 20px;
    && p {
      max-width: 700px;
      text-align: right;
    }
  }

  .hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: var(--borderRadius);
    background: var(--secondStyleColor);
    color: var(--textColor2);
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    width: fit-content;
    transition: 0.2s all linear;
    margin-left: auto;
  }

  .hero__btn:hover {
    transform: translateY(-3px);
  }

  .hero__phone a {
    color: inherit;
    text-decoration: none;
  }

  .hero__phoneIcon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
  }

  .hero__art {
    display: flex;
    width: 450px;
    height: 550px;
    align-items: center;
    justify-content: center;
    && img {
      width: 100%;
      height: 100%;
      border-radius: var(--borderRadius);
      object-fit: cover;
      object-position: 50% 20%;
    }
  }

  .hero__svg {
    width: min(440px, 100%);
    height: auto;
  }

  /* Адаптив */
  @media (max-width: 860px) {
    .vfdsdc {
      min-height: 500px;
    }
    .hero__art {
      display: none;
    }
    .hero__btn {
      margin: 0 auto;
    }

    .hero::after {
      height: 40%;
      clip-path: polygon(0 65%, 100% 20%, 100% 100%, 0% 100%);
    }
    .vfdsdc::after {
      display: none;
    }
    .hero__inner {
      && h1 {
        font-size: 36px;
        text-align: center;
      }
      && p {
        text-align: center;
        text-wrap: balance;
      }
    }
  }



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



.about20{
  position:relative;
  padding:8rem 0;
  overflow:hidden;
  background:var(--bodyBG);
}

.about20__ambient{
  position:absolute;z-index:0;pointer-events:none;
}
.about20__ambient--1{
  width:500px;height:500px;
  top:-10%;left:-5%;
  background:radial-gradient(circle,rgba(var(--accent-rgb),.06),transparent 70%);
  animation:about20float 15s ease-in-out infinite alternate;
}
.about20__ambient--2{
  width:400px;height:400px;
  bottom:-10%;right:-5%;
  background:radial-gradient(circle,rgba(var(--accent2-rgb),.06),transparent 70%);
  animation:about20float 18s ease-in-out infinite alternate-reverse;
}
@keyframes about20float{0%{transform:translate(0,0)}100%{transform:translate(30px,-40px)}}

.about20__container{position:relative;z-index:1}

.about20__header{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4rem;
  margin-bottom:6rem;
  align-items:end;
}
.about20__label{
  font-size:.7rem;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  color:var(--secondStyleColor);
  margin-bottom:1.5rem;
}
.about20 h2{color:var(--textColor1)}
.about20 h2 em{font-style:italic;color:var(--secondStyleColor)}
.about20__header > p{
  color:var(--textSecondary);
  align-self:end;
  padding-bottom:.5rem;
}

.about20__blocks{display:flex;flex-direction:column;gap:2rem}

.about20__block{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  background:var(--bgCard);
  border-radius:var(--borderRadius);
  overflow:hidden;
  opacity:0;transform:translateY(40px);
  transition:all .7s cubic-bezier(.4,0,.2,1);
  border:1px solid var(--borderSubtle);
}
.about20__block.visible{opacity:1;transform:translateY(0)}
.about20__block:nth-child(even){direction:rtl}
.about20__block:nth-child(even) > *{direction:ltr}

.about20__block-visual{
  position:relative;
  min-height:320px;
  overflow:hidden;
}
.about20__block-visual--1{background:linear-gradient(135deg,rgba(var(--accent-rgb),.12),rgba(var(--accent-rgb),.02))}
.about20__block-visual--2{background:linear-gradient(135deg,rgba(var(--accent2-rgb),.12),rgba(var(--accent2-rgb),.02))}
.about20__block-visual--3{background:linear-gradient(135deg,rgba(var(--accent3-rgb),.12),rgba(var(--accent3-rgb),.02))}

.about20__block-icon{
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  font-size:5rem;
  opacity:.15;
}
.about20__block:nth-child(1) .about20__block-icon{color:var(--secondStyleColor)}
.about20__block:nth-child(2) .about20__block-icon{color:var(--accent2)}
.about20__block:nth-child(3) .about20__block-icon{color:var(--accent3)}

.about20__block-visual svg{
  position:absolute;inset:0;
  width:100%;height:100%;
  opacity:.08;
}
.about20__dash{
  stroke:currentColor;
  stroke-width:1;
  stroke-dasharray:8 12;
  fill:none;
  animation:about20dashMove 20s linear infinite;
}
@keyframes about20dashMove{to{stroke-dashoffset:-200}}

.about20__block-body{
  padding:3rem;
  display:flex;flex-direction:column;justify-content:center;
}
.about20__block-number{
  font-size:3.5rem;font-weight:700;
  color:var(--borderSubtle);
  line-height:1;
  margin-bottom:1rem;
}
.about20__block-body h3{color:var(--textColor1);margin-bottom:1rem}
.about20__block-body p{color:var(--textSecondary);margin-bottom:1.5rem}

.about20__block-tag{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.7rem;font-weight:500;
  letter-spacing:.08em;text-transform:uppercase;
}
.about20__block-tag i{font-size:.55rem}
.about20__block-tag--1{color:var(--secondStyleColor)}
.about20__block-tag--2{color:var(--accent2)}
.about20__block-tag--3{color:var(--accent3)}

@media(max-width:900px){
  .about20__header{grid-template-columns:1fr;gap:1.5rem}
  .about20__block{grid-template-columns:1fr}
  .about20__block:nth-child(even){direction:ltr}
  .about20__block-visual{min-height:200px}
}

@media(prefers-reduced-motion:reduce){
  .about20__ambient,
  .about20__dash,
  .about20__block{animation:none!important;opacity:1;transform:none}
}



  /* ===== HOW v18 — Rotating border + spark icons ===== */

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

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

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

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

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

  /* Card wrapper with animated border */
  .hw18__card {
    position: relative;
    border-radius: var(--borderRadius);
    padding: 2px;
    overflow: hidden;
  }

  .hw18__border {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: conic-gradient(
      from 0deg,
      transparent 0%,
      var(--secondStyleColor) 12%,
      transparent 24%,
      transparent 100%
    );
    animation: hw18Rotate 5s linear infinite;
    opacity: 0.3;
    transition: opacity 0.3s ease;
  }

  .hw18__card:hover .hw18__border {
    opacity: 0.8;
  }

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

  .hw18__inner {
    position: relative;
    background: var(--bodyBG);
    border-radius: calc(var(--borderRadius) - 2px);
    padding: 32px 24px 28px;
    text-align: center;
    height: 100%;
  }

  /* Icon box with sparks */
  .hw18__icon-box {
    position: relative;
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .hw18__card:hover .hw18__icon-box i {
    transform: rotate(-10deg) scale(1.15);
  }

  /* Sparks */
  .hw18__spark {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--secondStyleColor);
    opacity: 0;
  }

  .hw18__card:hover .hw18__spark {
    animation: hw18Spark 0.8s ease forwards;
  }

  .hw18__spark--1 {
    top: 4px;
    right: 8px;
    animation-delay: 0s;
  }

  .hw18__spark--2 {
    top: -2px;
    left: 14px;
    animation-delay: 0.15s;
  }

  .hw18__spark--3 {
    bottom: 2px;
    right: 2px;
    animation-delay: 0.3s;
  }

  .hw18__card:hover .hw18__spark--2 {
    animation-delay: 0.15s;
  }

  .hw18__card:hover .hw18__spark--3 {
    animation-delay: 0.3s;
  }

  @keyframes hw18Spark {
    0% {
      opacity: 0;
      transform: scale(0) translate(0, 0);
    }
    50% {
      opacity: 1;
      transform: scale(1.2) translate(-4px, -8px);
    }
    100% {
      opacity: 0;
      transform: scale(0.6) translate(-8px, -16px);
    }
  }

  .hw18__num {
    font-size: 13px;
    font-weight: 700;
    color: var(--secondStyleColor);
    opacity: 0.5;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  .hw18__inner h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 600;
  }

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

  /* Responsive */
  @media (max-width: 950px) {
    .hw18__grid {
      gap: 18px;
    }

    .hw18__inner {
      padding: 26px 20px 24px;
    }

    .hw18__inner h3 {
      font-size: 17px;
    }
  }

  @media (max-width: 800px) {
    .hw18__grid {
      grid-template-columns: 1fr;
      max-width: 520px;
      margin: 0 auto;
    }
  }

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

    .hw18__head {
      margin-bottom: 36px;
    }

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

    .hw18__inner {
      padding: 24px 18px 20px;
    }

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

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

    .hw18__icon-box {
      width: 56px;
      height: 56px;
      margin-bottom: 16px;
    }

    .hw18__icon-box i {
      font-size: 20px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hw18__border {
      animation: none;
      opacity: 0.2;
      background: var(--secondStyleColor);
    }
    .hw18__card:hover .hw18__spark {
      animation: none;
    }
    .hw18__icon-box i {
      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;
    }
  }



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

  .gl5__head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
  }

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

  .gl5__head h2 {
    margin: 0 0 14px;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 700;
  }

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

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

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

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

  .gl5__img {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
  }

  .gl5__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .gl5__card:hover .gl5__img img {
    transform: scale(1.05);
  }

  .gl5__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--secondStyleColor);
    border-radius: 4px;
  }

  .gl5__body {
    padding: 18px 20px;
  }

  .gl5__body h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
  }

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

  @media (max-width: 900px) {
    .gl5__grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 600px) {
    .gl5 { padding: 48px 0; }
    .gl5__grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
    .gl5__head { margin-bottom: 32px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .gl5__card, .gl5__img img { transition: none; }
  }



  #slots { padding: 80px 0; }
  .sl5-title { text-align: center; margin-bottom: 40px; }
  .sl5-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .sl5-scroll::-webkit-scrollbar { height: 6px; }
  .sl5-scroll::-webkit-scrollbar-track { background: var(--cardBG); border-radius: 3px; }
  .sl5-scroll::-webkit-scrollbar-thumb { background: var(--secondStyleColor); border-radius: 3px; }
  .sl5-scroll .slot-card {
    min-width: 220px;
    max-width: 220px;
    scroll-snap-align: start;
    border-radius: var(--borderRadius);
    overflow: hidden;
    background: var(--cardBG);
    border: 1px solid var(--secondStyleColor);
    transition: transform 0.3s;
    flex-shrink: 0;
  }
  .sl5-scroll .slot-card:hover { transform: translateY(-6px); }
  .sl5-scroll .slot-card__img { aspect-ratio: 1; overflow: hidden; }
  .sl5-scroll .slot-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
  .sl5-scroll .slot-card:hover .slot-card__img img { transform: scale(1.08); }
  .sl5-scroll .slot-card__body { padding: 14px; }
  .sl5-scroll .slot-card__body h3 { font-size: 15px; margin-bottom: 2px; }
  .sl5-scroll .slot-card__body p { font-size: 12px; color: var(--textSecondary); }



  #bonuses { padding: 80px 0; }
  .bn2-head { text-align: center; margin-bottom: 50px; }
  .bn2-head h2 { margin-bottom: 12px; }
  .bn2-head p { color: var(--textSecondary); max-width: 550px; margin: 0 auto; }
  .bn2-list { display: flex; flex-direction: column; gap: 16px; max-width: 800px; margin: 0 auto; }
  .bn2-list .bonus-card {
    display: flex; align-items: center; gap: 24px; padding: 24px 28px;
    background: var(--cardBG); border-radius: var(--borderRadius);
    border: 1px solid var(--secondStyleColor); position: relative;
    transition: transform 0.3s, border-color 0.3s;
  }
  .bn2-list .bonus-card:hover { transform: translateX(8px); border-color: var(--accentColor); }
  .bn2-list .bonus-card__icon {
    width: 60px; height: 60px; border-radius: 50%; background: var(--accentColor);
    display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; flex-shrink: 0;
  }
  .bn2-list .bonus-card__body { flex: 1; }
  .bn2-list .bonus-card h3 { font-size: 18px; margin-bottom: 6px; }
  .bn2-list .bonus-card p { color: var(--textSecondary); font-size: 14px; }
  .bn2-list .bonus-card__badge {
    padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 600;
    background: var(--accentColor); color: #fff; flex-shrink: 0;
  }
  .bn2-list .bonus-card__badge:empty { display: none; }
  .bn2-list .bonus-card__cat { display: inline-block; margin-top: 8px; font-size: 12px; color: var(--accentColor); font-weight: 500; }
  @media (max-width: 600px) {
    .bn2-list .bonus-card { flex-direction: column; text-align: center; gap: 14px; }
    .bn2-list .bonus-card__icon { margin: 0 auto; }
  }



  /* ===== EXTRA v15 — CTA with gradient waves, floating shapes, scan line ===== */

  .ex15 {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 9vw, 130px) 0;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textColor1);
  }

  /* animated gradient waves */
  .ex15__waves {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 50% at 20% 80%, rgba(var(--accent-rgb), 0.18), transparent),
      radial-gradient(ellipse 60% 40% at 80% 20%, rgba(var(--accent2-rgb), 0.14), transparent),
      radial-gradient(ellipse 100% 60% at 50% 100%, rgba(var(--accent-rgb), 0.1), transparent);
    animation: ex15Wave 8s ease-in-out infinite alternate;
  }

  @keyframes ex15Wave {
    0% { transform: scale(1) translateY(0); }
    50% { transform: scale(1.08) translateY(-12px); }
    100% { transform: scale(1) translateY(6px); }
  }

  /* grain overlay */
  .ex15__grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 128px 128px;
  }

  /* floating shapes */
  .ex15__shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.12;
    filter: blur(1px);
    animation: ex15Float 12s ease-in-out infinite;
  }

  .ex15__shape--1 {
    width: 180px;
    height: 180px;
    background: var(--secondStyleColor);
    top: 10%;
    left: 5%;
    animation-duration: 14s;
  }

  .ex15__shape--2 {
    width: 120px;
    height: 120px;
    background: var(--accent2);
    bottom: 15%;
    right: 8%;
    animation-delay: -4s;
  }

  .ex15__shape--3 {
    width: 80px;
    height: 80px;
    background: var(--secondStyleColor);
    top: 50%;
    right: 20%;
    animation-delay: -8s;
    border-radius: 4px;
    transform: rotate(45deg);
  }

  @keyframes ex15Float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-30px) rotate(8deg); }
    66% { transform: translateY(15px) rotate(-5deg); }
  }

  /* corner brackets */
  .ex15__brackets {
    position: absolute;
    inset: 28px;
    pointer-events: none;
    z-index: 1;
  }

  .ex15__brackets span {
    position: absolute;
    width: 36px;
    height: 36px;
    border-color: var(--accent2);
    border-style: solid;
    opacity: 0.35;
  }

  .ex15__brackets span:nth-child(1) { top: 0; left: 0; border-width: 2px 0 0 2px; }
  .ex15__brackets span:nth-child(2) { top: 0; right: 0; border-width: 2px 2px 0 0; }
  .ex15__brackets span:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
  .ex15__brackets span:nth-child(4) { bottom: 0; right: 0; border-width: 0 2px 2px 0; }

  /* scan line */
  .ex15__scanline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--secondStyleColor), transparent);
    opacity: 0.25;
    animation: ex15Scan 4s linear infinite;
    z-index: 1;
  }

  @keyframes ex15Scan {
    0% { top: 0; }
    100% { top: 100%; }
  }

  /* content */
  .ex15 .container {
    position: relative;
    z-index: 2;
  }

  .ex15__content {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
  }

  .ex15__content h2 {
    margin: 0 0 20px;
    font-size: clamp(28px, 5.5vw, 50px);
    font-weight: 700;
    line-height: 1.15;
    color: var(--textColor1);
    text-shadow: 0 0 40px rgba(var(--accent-rgb), 0.35),
                 0 0 80px rgba(var(--accent-rgb), 0.15);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s, transform 0.7s;
  }

  .ex15__content.visible h2 {
    opacity: 1;
    transform: translateY(0);
  }

  .ex15__content p {
    margin: 0 0 36px;
    font-size: 15px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--textColor1) 70%, transparent);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s 0.15s, transform 0.7s 0.15s;
  }

  .ex15__content.visible p {
    opacity: 1;
    transform: translateY(0);
  }

  /* buttons */
  .ex15__btns {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s 0.3s, transform 0.7s 0.3s;
  }

  .ex15__content.visible .ex15__btns {
    opacity: 1;
    transform: translateY(0);
  }

  .ex15__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 38px;
    font-size: 15px;
    font-weight: 700;
    color: var(--bodyBG);
    background: var(--secondStyleColor);
    border: none;
    border-radius: var(--borderRadius);
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    box-shadow: 0 0 24px color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
  }

  .ex15__btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px color-mix(in srgb, var(--secondStyleColor) 55%, transparent);
  }

  .ex15__btn-sec {
    padding: 16px 32px;
    font-weight: 600;
    font-size: 15px;
    color: var(--accent2);
    background: transparent;
    border: 1.5px solid color-mix(in srgb, var(--accent2) 40%, transparent);
    border-radius: var(--borderRadius);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, border-color 0.3s;
  }

  .ex15__btn-sec:hover {
    background: color-mix(in srgb, var(--accent2) 8%, transparent);
    border-color: var(--accent2);
  }

  /* Responsive */
  @media (max-width: 800px) {
    .ex15__content h2 {
      font-size: 28px;
    }
  }

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

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

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

  @media (prefers-reduced-motion: reduce) {
    .ex15__waves,
    .ex15__shape,
    .ex15__scanline {
      animation: none;
    }

    .ex15__content h2,
    .ex15__content p,
    .ex15__btns,
    .ex15__btn,
    .ex15__btn-sec {
      transition: none;
    }
  }



  #top { padding: 80px 0; }
  .tp8-head { text-align: center; margin-bottom: 50px; }
  .tp8-head h2 { margin-bottom: 12px; }
  .tp8-head p { color: var(--textSecondary); max-width: 600px; margin: 0 auto; }
  .tp8-alt { display: flex; flex-direction: column; gap: 20px; }
  .tp8-alt .top-card {
    display: grid; grid-template-columns: 56px 1fr; gap: 0;
    background: var(--cardBG); border-radius: var(--borderRadius); overflow: hidden;
    border: 1px solid var(--borderSubtle); transition: transform 0.3s, box-shadow 0.3s;
  }
  .tp8-alt .top-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.25); }
  .tp8-alt .top-card__rank-col {
    background: var(--accentColor); color: var(--textColor2);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; font-weight: 900;
  }
  .tp8-alt .top-card__content {
    display: flex; align-items: center; gap: 20px; padding: 18px 24px;
  }
  .tp8-alt .top-card__logo {
    flex-shrink: 0; width: 110px; height: 52px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
  }
  .tp8-alt .top-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
  .tp8-alt .top-card__logo svg { max-width: 100%; max-height: 100%; }
  .tp8-alt .top-card__body { flex: 1; min-width: 0; }
  .tp8-alt .top-card__body h3 { margin-bottom: 2px; }
  .tp8-alt .top-card__body p { color: var(--textSecondary); font-size: 14px; }
  .tp8-alt .top-card__right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
  .tp8-alt .top-card__rating {
    padding: 6px 14px; border-radius: 8px;
    background: rgba(var(--accent-rgb), 0.12); color: var(--accentColor);
    font-weight: 700; font-size: 15px;
  }
  .tp8-alt .top-card__badge {
    padding: 4px 10px; border-radius: 20px; font-size: 10px; font-weight: 700;
    background: rgba(var(--accent-rgb), 0.2); color: var(--accentColor); text-transform: uppercase;
  }
  .tp8-alt .top-card__badge:empty { display: none; }
  @media (max-width: 768px) {
    .tp8-alt .top-card__content { flex-wrap: wrap; gap: 12px; padding: 14px 16px; }
    .tp8-alt .top-card__right { width: 100%; }
  }



  /* ===== MOBILE v5 — Centered phone with features on both sides ===== */

  .mob5 {
    position: relative;
    padding: clamp(60px, 7vw, 100px) 0;
    color: var(--textColor1);
    overflow: hidden;
    text-align: center;
  }

  .mob5__gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(
      ellipse 50% 60% at 50% 70%,
      rgba(var(--accent-rgb), 0.1),
      transparent
    );
    pointer-events: none;
  }

  .mob5 > .container {
    position: relative;
    z-index: 1;
    max-width: var(--maxWidthContainer);
    margin: 0 auto;
  }

  /* Top */
  .mob5__top {
    max-width: 600px;
    margin: 0 auto 50px;
  }

  .mob5__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    background: rgba(var(--accent-rgb), 0.08);
    color: var(--secondStyleColor);
    border: 1px solid rgba(var(--accent-rgb), 0.15);
    margin: 0 0 16px;
  }

  .mob5__top h2 {
    margin: 0 0 14px;
    font-weight: 700;
  }

  .mob5__top > p {
    margin: 0;
    line-height: 1.7;
    color: var(--textSecondary);
  }

  /* Showcase */
  .mob5__showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
  }

  /* Features columns */
  .mob5__features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 220px;
  }

  .mob5__feat {
    padding: 16px;
    border-radius: var(--borderRadius);
    background: var(--bgCard);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mob5__feat--left {
    text-align: right;
  }

  .mob5__feat--right {
    text-align: left;
  }

  .mob5__feat i {
    font-size: 20px;
    color: var(--secondStyleColor);
    margin-bottom: 8px;
    display: block;
  }

  .mob5__feat h3 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
  }

  .mob5__feat p {
    margin: 0;
    font-size: 12px;
    color: var(--textSecondary);
  }

  /* Phone */
  .mob5__phone {
    position: relative;
    width: 270px;
    height: 540px;
    background: linear-gradient(145deg, #2a2a3e, #1a1a2e);
    border-radius: 40px;
    padding: 12px;
    flex-shrink: 0;
    box-shadow:
      0 0 0 1.5px rgba(255, 255, 255, 0.06),
      0 40px 80px rgba(0, 0, 0, 0.5),
      0 0 80px rgba(var(--accent-rgb), 0.08);
  }

  .mob5__notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 26px;
    background: #1a1a2e;
    border-radius: 0 0 16px 16px;
    z-index: 3;
  }

  .mob5__screen {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: var(--bgCard);
  }

  .mob5__screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Store buttons */
  .mob5__buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .mob5__store {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: var(--secondStyleColor);
    color: var(--bodyBG);
    border-radius: var(--borderRadius);
    text-decoration: none;
    font-weight: 600;
    transition:
      transform 0.2s,
      opacity 0.2s;
  }

  .mob5__store:hover {
    transform: translateY(-2px);
    opacity: 0.9;
  }

  .mob5__store i {
    font-size: 28px;
  }

  .mob5__store span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-size: 16px;
    text-align: left;
  }

  .mob5__store small {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.8;
  }

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

    .mob5__phone {
      width: 240px;
      height: 480px;
    }
  }

  @media (max-width: 600px) {
    .mob5__phone {
      width: 200px;
      height: 400px;
      border-radius: 30px;
      padding: 10px;
    }

    .mob5__screen {
      border-radius: 22px;
    }
  }



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

  .rv6__head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
  }

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

  .rv6__head h2 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 700;
  }

  .rv6__head p {
    margin: 0;
    font-size: 15px;
    color: color-mix(in srgb, var(--textColor1) 60%, transparent);
  }

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

  .rv6__card {
    position: relative;
    padding: 28px 26px 24px;
    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: 14px;
    transition: transform 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
  }

  .rv6__card::before {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--secondStyleColor);
    opacity: 0.6;
    transition: opacity 0.25s ease;
  }

  .rv6__card--accent-left::before { left: 0; }
  .rv6__card--accent-right::before { right: 0; left: auto; }

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

  .rv6__card:hover::before { opacity: 1; }

  .rv6__stars {
    display: flex;
    gap: 3px;
    font-size: 13px;
  }

  .rv6__stars i { color: var(--secondStyleColor); }

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

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

  .rv6__avatar {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    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: 13px;
    font-weight: 700;
    color: var(--secondStyleColor);
  }

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

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

  @media (max-width: 800px) {
    .rv6__grid { grid-template-columns: 1fr; }
    .rv6__card--accent-right::before { right: auto; left: 0; }
  }

  @media (max-width: 600px) {
    .rv6 { padding: 48px 0; }
    .rv6__head { margin-bottom: 32px; }
    .rv6__card { padding: 22px 20px 20px; }
  }



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

  .faq h2 {
    text-align: center;
  }

  .faq > div {
    border-radius: var(--borderRadius);
  }

  #faq {
    border-radius: var(--borderRadius);
    padding: var(--sectionPadding);
  }

  .accord__item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 32px;
    border: 4px solid var(--secondStyleColor);
    border-radius: var(--borderRadius);
  }

  .accord__item h3,
  .accord__item p {
    margin-bottom: 0;
    margin: 0;
    color: var(--textColor1);
  }

  .accord__item > div:first-child > p {
    font-weight: 900;
    color: var(--textColor1) !important;
    font-size: 24px !important;
    margin-bottom: 0;
  }

  .accord__item > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .accord__item > div:last-child {
    max-height: 0;
    visibility: hidden;
    transition: 0.3s all linear;
  }

  .accord__item > div:last-child p {
    color: var(--textColor1) !important;
    text-align: left;
  }

  .show {
    visibility: visible !important;
  }

  .accord__item div + div {
    transition: max-height 0.3s ease;
    overflow: hidden;
    /* padding: 20px; padding будет учтен в scrollHeight */
    box-sizing: border-box; /* важно! */
  }

  .accord__item div + div p {
    transition: margin-top 0.3s ease;
    visibility: hidden;
    margin: 0;
  }

  .accord__item div + div.show p {
    visibility: visible;
    opacity: 1;
  }

  div.show {
    margin-top: 28px;
  }

  @media (max-width: 768px) {
    .accord__item {
      padding: 32px 16px;
    }
  }



  .ft5 {
    position: relative;
    padding: 0 0 20px;
    color: var(--textColor1);
  }

  .ft5__accent {
    height: 3px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      var(--secondStyleColor) 30%,
      var(--secondStyleColor) 70%,
      transparent 100%
    );
    margin-bottom: 32px;
  }

  .ft5__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 24px;
  }

  .ft5__brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ft5__logo {
    color: var(--textColor1);
    text-decoration: none;
    font-weight: 700;
  }

  .ft5__social {
    display: flex;
    gap: 12px;
  }

  .ft5__social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--borderRadius);
    background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    color: var(--textColor1);
    text-decoration: none;
    font-size: 15px;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  .ft5__social a:hover {
    background: color-mix(in srgb, var(--secondStyleColor) 25%, transparent);
    color: var(--secondStyleColor);
    transform: translateY(-2px);
  }

  .ft5__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-end;
    row-gap: 8px;
  }

  .ft5__nav a {
    padding: 6px 16px;
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--textColor1) 20%, transparent);
    color: var(--textColor1);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition:
      border-color 0.2s ease,
      color 0.2s ease,
      background 0.2s ease;
  }

  .ft5__nav a:hover {
    border-color: var(--secondStyleColor);
    color: var(--secondStyleColor);
    background: color-mix(in srgb, var(--secondStyleColor) 8%, transparent);
  }

  .ft5__bottom {
    border-top: 1px solid color-mix(in srgb, var(--textColor2) 12%, transparent);
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .ft5__copy {
    font-size: 13px;
    color: var(--textColor1);
    margin: 0;
  }

  .ft5__email {
    font-size: 13px;
    color: var(--textColor1);
    margin: 0;
  }

  @media (max-width: 950px) {
    .ft5__top {
      flex-direction: column;
      gap: 24px;
    }

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

  @media (max-width: 800px) {
    .ft5__bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
  }

  @media (max-width: 600px) {
    .ft5__accent {
      margin-bottom: 24px;
    }

    .ft5__nav {
      gap: 6px;
    }

    .ft5__nav a {
      padding: 5px 12px;
      font-size: 12px;
    }

    .ft5__social a {
      width: 32px;
      height: 32px;
      font-size: 14px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ft5__social a,
    .ft5__nav a {
      transition: none;
    }
  }



[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}