
:root {
  --bg: #1b2d1b;
  --bg-card: #243524;
  --text: #d4e7d4;
  --text-muted: rgba(255,255,255,0.5);
  --accent: #4caf50;
  --accent-rgb: 76,175,80;
  --accent2: #4c8aaf;
  --accent2-rgb: 76,138,175;
  --accent3: #a5b85c;
  --accent3-rgb: 165,184,92;
  --border: rgba(255,255,255,0.08);
  --radius: 12px;
  --font: 'Inter', sans-serif;
  --font-heading: 'Inter', sans-serif;
  --bodyBG: #1b2d1b;
  --textColor1: #d4e7d4;
  --textColor2: #111111;
  --textSecondary: #a6b9a6;
  --textMuted: #788a78;
  --secondStyleColor: #4caf50;
  --bgCard: #243524;
  --bgAlt: #2a3c2a;
  --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 */
  .header {
    background-color: var(--secondStyleColor);
    color: var(--textColor2);
  }
  .headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .nav {
  }
  .ham {
    display: none;
  }

  .nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-left: 0;
    margin: 0;
  }

  .nav li {
    list-style: none;
  }

  .nav a {
    color: var(--textColor2);
    text-decoration: none;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    position: relative;
    font-weight: 600;
  }

  .nav a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    background-color: var(--textColor2);
    transition: 0.2s all linear;
  }

  .nav a:hover::after {
    width: 100%;
  }

  .stopScroll {
    overflow: hidden;
  }
  .logo {
    position: relative;
    z-index: 1000;
    font-weight: 800;
    font-size: 24px;
    color: var(--textColor2);
    text-decoration: none;
  }

  @media screen and (max-width: 800px) {
    .headerWrapper {
      padding: 0 20px;
    }
    .nav {
      position: fixed;
      inset: 0;
      background-color: var(--bodyBG);
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh;
      z-index: 999;
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.3s all cubic-bezier(0.23, 1, 0.32, 1);
    }
    .nav.active {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
    }
    .header:has(.nav.active) .logo {
      color: var(--textColor1);
    }
    .header:has(.nav.active) .nav a {
      color: var(--textColor1);
    }
    .nav ul {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .ham {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      transition: transform 400ms;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: flex;
      z-index: 1000;
    }
    .hamRotate.active {
      transform: rotate(45deg);
    }
    .hamRotate180.active {
      transform: rotate(180deg);
    }
    .line {
      fill: none;
      transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
      stroke: var(--textColor2);
      stroke-width: 5.5;
      stroke-linecap: round;
    }
    .header:has(.nav.active) .line {
      stroke: var(--textColor1);
    }
    .ham7 .top {
      stroke-dasharray: 40 82;
    }
    .ham7 .middle {
      stroke-dasharray: 40 111;
    }
    .ham7 .bottom {
      stroke-dasharray: 40 161;
    }
    .ham7.active .top {
      stroke-dasharray: 17 82;
      stroke-dashoffset: -62px;
    }
    .ham7.active .middle {
      stroke-dashoffset: 23px;
    }
    .ham7.active .bottom {
      stroke-dashoffset: -83px;
    }
    .ham8 .top {
      stroke-dasharray: 40 160;
    }
  }



  /*  */
  .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 {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
    color: var(--bodyBG);
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--secondStyleColor);
  }

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



  .jaifsdlliweif .container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    align-items: stretch;
  }
  .jaifsdlliweifContainer {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about-left {
    flex: 0 0 60%;
    height: 600px;
    img {
      height: 100%;
      width: 100%;
      border-radius: var(--borderRadius);
      object-fit: cover;
      object-position: 50% 20%;
    }
  }

  .about-right {
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
  }
  .about-righr-img {
    height: 300px;
    img {
      height: 100%;
      width: 100%;
      border-radius: var(--borderRadius);
      object-fit: cover;
      object-position: 50% 20%;
    }
  }
  .iiyyru {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    justify-content: center;
    && a {
      padding: 12px 20px;
      background-color: var(--secondStyleColor);
      width: fit-content;
      border-radius: var(--borderRadius);
      color: var(--bodyBG);
      font-weight: 800;
      cursor: pointer;
      border: 1px solid transparent;
      transition: 0.2s all linear;
      &&:hover {
        color: var(--textColor1);
        background-color: transparent;
        border: 1px solid var(--secondStyleColor);
      }
    }
  }

  @media (max-width: 800px) {
    .jaifsdlliweif .container {
      flex-direction: column;
    }
    .about-right {
      flex-direction: column-reverse;
    }
  }



  #top { padding: 80px 0; }
  .tp2-head { text-align: center; margin-bottom: 50px; }
  .tp2-head__tag {
    display: inline-block; padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 600;
    background: rgba(var(--accent-rgb), 0.12); color: var(--accentColor); text-transform: uppercase;
    letter-spacing: 1px; margin-bottom: 16px;
  }
  .tp2-head h2 { margin-bottom: 12px; }
  .tp2-head p { color: var(--textSecondary); max-width: 600px; margin: 0 auto; }
  .tp2-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .tp2-grid .top-card {
    background: var(--cardBG); border-radius: var(--borderRadius); padding: 24px;
    border: 1px solid var(--borderSubtle); position: relative; overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .tp2-grid .top-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
  .tp2-grid .top-card__rank {
    position: absolute; top: -6px; left: -6px; width: 52px; height: 52px;
    background: var(--accentColor); color: var(--textColor2);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; font-weight: 800; border-radius: 0 0 16px 0;
  }
  .tp2-grid .top-card__top { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; padding-left: 48px; }
  .tp2-grid .top-card__logo {
    width: 100px; height: 48px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0;
  }
  .tp2-grid .top-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
  .tp2-grid .top-card__logo svg { max-width: 100%; max-height: 100%; }
  .tp2-grid .top-card__top h3 { flex: 1; }
  .tp2-grid .top-card__meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .tp2-grid .top-card__rating {
    padding: 4px 12px; border-radius: 6px;
    background: rgba(var(--accent-rgb), 0.12); color: var(--accentColor);
    font-weight: 700; font-size: 14px;
  }
  .tp2-grid .top-card__bonus { color: var(--textSecondary); font-size: 14px; }
  .tp2-grid .top-card__badge {
    position: absolute; top: 12px; right: 12px;
    padding: 4px 10px; border-radius: 20px; font-size: 10px; font-weight: 700;
    background: var(--accentColor); color: var(--textColor2); text-transform: uppercase; letter-spacing: 0.5px;
  }
  .tp2-grid .top-card__badge:empty { display: none; }
  .tp2-grid .top-card__features { margin-top: 12px; color: var(--textMuted); font-size: 13px; }
  @media (max-width: 768px) { .tp2-grid { grid-template-columns: 1fr; } }



  /* ===== FEATURES v12 — Mixed grid: image cards + icon cards ===== */

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

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

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

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

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

  /* Card base */
  .ft12__card {
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 14%, transparent);
    background: rgba(255, 255, 255, 0.03);
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

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

  /* Image card */
  .ft12__card--img {
    padding: 0;
    overflow: hidden;
  }

  .ft12__thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .ft12__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
  }

  .ft12__card--img:hover .ft12__thumb img {
    transform: scale(1.05);
  }

  .ft12__body {
    padding: 22px 22px 24px;
  }

  .ft12__body h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
  }

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

  /* Icon */
  .ft12__ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: transform 0.3s ease;
  }

  .ft12__card:hover .ft12__ico {
    transform: rotate(-6deg) scale(1.1);
  }

  .ft12__ico i {
    font-size: 18px;
    color: var(--secondStyleColor);
  }

  .ft12__card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
  }

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

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

  @media (max-width: 800px) {
    .ft12__card {
      padding: 24px 18px;
    }

    .ft12__card h3,
    .ft12__body h3 {
      font-size: 16px;
    }

    .ft12__card p,
    .ft12__body p {
      font-size: 13px;
    }
  }

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

    .ft12__head {
      margin-bottom: 36px;
    }

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

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

    .ft12__body {
      padding: 18px 18px 20px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ft12__card,
    .ft12__ico,
    .ft12__thumb img {
      transition: none;
    }
  }



  /* ── Section ── */
  .gl14 {
    position: relative;
    overflow: hidden;
    background: var(--bodyBG);
    padding: 80px 0 60px;
  }

  /* ── Container ── */
  .gl14 .container {
    position: relative;
    z-index: 2;
    max-width: var(--maxWidthContainer);
    margin: 0 auto;
    padding: 0 20px;
  }

  /* ── Film Strip ── */
  .gl14__strip {
    height: 24px;
    background: color-mix(in srgb, var(--bodyBG) 80%, var(--textColor1));
    border-top: 2px solid color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
    border-bottom: 2px solid color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
  }

  .gl14__strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      90deg,
      transparent, transparent 28px,
      color-mix(in srgb, var(--secondStyleColor) 8%, transparent) 28px,
      color-mix(in srgb, var(--secondStyleColor) 8%, transparent) 30px,
      transparent 30px, transparent 40px,
      color-mix(in srgb, var(--textColor1) 5%, transparent) 40px,
      color-mix(in srgb, var(--textColor1) 5%, transparent) 44px,
      transparent 44px, transparent 58px
    );
    animation: gl14-film-scroll 12s linear infinite;
  }

  .gl14__strip--bottom {
    margin-top: 40px;
  }

  @keyframes gl14-film-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-58px); }
  }

  .gl14__perf {
    width: 10px;
    height: 8px;
    border-radius: 2px;
    background: color-mix(in srgb, var(--secondStyleColor) 6%, transparent);
    flex-shrink: 0;
    margin: 0 12px;
  }

  /* ── Header ── */
  .gl14__head {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 40px;
  }

  .gl14__head h2 {
    font-size: clamp(32px, 6vw, 56px);
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--textColor1);
    margin: 0;
  }

  /* ── Carousel ── */
  .gl14__carousel {
    position: relative;
    padding: 20px 0;
    perspective: 1200px;
  }

  .gl14__viewport {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    position: relative;
  }

  /* ── Slide ── */
  .gl14__slide {
    position: absolute;
    width: 60%;
    max-width: 700px;
    height: 380px;
    border-radius: var(--borderRadius);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 8%, transparent);
  }

  .gl14__slide[data-pos="-2"] {
    transform: translateX(-110%) scale(0.6) rotateY(20deg);
    opacity: 0.2;
    z-index: 1;
  }

  .gl14__slide[data-pos="-1"] {
    transform: translateX(-62%) scale(0.78) rotateY(12deg);
    opacity: 0.5;
    z-index: 2;
    filter: brightness(0.6);
  }

  .gl14__slide[data-pos="0"] {
    transform: translateX(-50%) scale(1);
    left: 50%;
    opacity: 1;
    z-index: 4;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6),
      0 0 40px color-mix(in srgb, var(--secondStyleColor) 8%, transparent);
    border-color: color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
  }

  .gl14__slide[data-pos="1"] {
    transform: translateX(12%) scale(0.78) rotateY(-12deg);
    opacity: 0.5;
    z-index: 2;
    filter: brightness(0.6);
  }

  .gl14__slide[data-pos="2"] {
    transform: translateX(60%) scale(0.6) rotateY(-20deg);
    opacity: 0.2;
    z-index: 1;
  }

  /* ── Slide Image ── */
  .gl14__img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .gl14__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* ── Slide Caption ── */
  .gl14__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(transparent, color-mix(in srgb, var(--bodyBG) 90%, transparent));
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 5;
  }

  .gl14__slide[data-pos="0"] .gl14__caption {
    transform: translateY(0);
  }

  .gl14__caption h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--textColor1);
    margin: 0 0 4px;
  }

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

  /* ── Navigation Arrows ── */
  .gl14__nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
    background: color-mix(in srgb, var(--bodyBG) 80%, transparent);
    color: var(--textColor1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
  }

  .gl14__nav:hover {
    border-color: var(--secondStyleColor);
    color: var(--secondStyleColor);
    box-shadow: 0 0 20px color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
  }

  .gl14__nav--prev {
    left: 20px;
  }

  .gl14__nav--next {
    right: 20px;
  }

  /* ── Dot Indicators ── */
  .gl14__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .gl14__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--textColor1) 20%, transparent);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
  }

  .gl14__dot--active {
    background: var(--secondStyleColor);
    border-color: var(--secondStyleColor);
    box-shadow: 0 0 10px color-mix(in srgb, var(--secondStyleColor) 40%, transparent);
  }

  /* ── Autoplay Bar ── */
  .gl14__autoplay {
    height: 2px;
    background: color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
    margin: 16px auto 0;
    max-width: 200px;
    border-radius: 1px;
    overflow: hidden;
  }

  .gl14__autoplay-fill {
    height: 100%;
    background: var(--secondStyleColor);
    width: 0;
    animation: gl14-auto-fill 5s linear infinite;
  }

  @keyframes gl14-auto-fill {
    0% { width: 0; }
    100% { width: 100%; }
  }

  /* ── Responsive ── */
  @media (max-width: 768px) {
    .gl14 {
      padding: 60px 0 40px;
    }

    .gl14__viewport {
      height: 280px;
    }

    .gl14__slide {
      width: 80%;
      height: 260px;
    }

    .gl14__slide[data-pos="-2"],
    .gl14__slide[data-pos="2"] {
      display: none;
    }

    .gl14__slide[data-pos="-1"] {
      transform: translateX(-55%) scale(0.82);
      opacity: 0.4;
    }

    .gl14__slide[data-pos="1"] {
      transform: translateX(5%) scale(0.82);
      opacity: 0.4;
    }

    .gl14__slide[data-pos="0"] {
      transform: translateX(-50%) scale(1);
    }

    .gl14__nav {
      width: 40px;
      height: 40px;
    }

    .gl14__head h2 {
      letter-spacing: 2px;
    }
  }

  @media (max-width: 480px) {
    .gl14__slide {
      width: 90%;
    }

    .gl14__nav--prev {
      left: 8px;
    }

    .gl14__nav--next {
      right: 8px;
    }
  }

  /* ── Reduced Motion ── */
  @media (prefers-reduced-motion: reduce) {
    .gl14__slide {
      transition: none;
    }

    .gl14__caption {
      transition: none;
    }

    .gl14__strip::before {
      animation: none;
    }

    .gl14__autoplay-fill {
      animation: none;
    }

    .gl14__nav {
      transition: none;
    }
  }



  /* ===========================
     Reviews 21 — Spotlight Quote with Diamond Ratings
     Large centered review + diamond indicators + radial glow
     =========================== */

  .rev21 {
    position: relative;
    padding: clamp(56px, 6vw, 100px) 0;
    overflow: hidden;
    color: var(--textColor1);
    background: var(--bodyBG);
  }

  /* Radial glow background */
  .rev21__glow {
    position: absolute;
    width: 700px;
    height: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
      circle,
      color-mix(in srgb, var(--secondStyleColor) 8%, transparent) 0%,
      transparent 70%
    );
    pointer-events: none;
    animation: rev21-pulse 10s ease-in-out infinite;
  }

  @keyframes rev21-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.15); opacity: 0.7; }
  }

  /* Header */
  .rev21__head {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 48px;
    display: grid;
    gap: 10px;
  }

  .rev21__eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--secondStyleColor);
  }

  .rev21__title {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
  }

  /* Spotlight card */
  .rev21__spotlight {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 48px 40px;
    border-radius: var(--borderRadius);
    background: color-mix(in srgb, var(--bodyBG) 70%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

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

  /* Quote icon */
  .rev21__quote-icon {
    font-size: 36px;
    color: var(--secondStyleColor);
    opacity: 0.2;
  }

  /* Quote text */
  .rev21__text {
    margin: 0;
    font-size: clamp(16px, 1.8vw, 19px);
    line-height: 1.8;
    color: var(--textColor1);
    opacity: 0.88;
    font-style: italic;
    max-width: 580px;
  }

  /* Diamond rating */
  .rev21__diamonds {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .rev21__diamond {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-radius: 2px;
    border: 1.5px solid color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
    transition: background 0.3s ease, border-color 0.3s ease;
  }

  .rev21__diamond--filled {
    background: var(--secondStyleColor);
    border-color: var(--secondStyleColor);
    box-shadow: 0 0 8px color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
  }

  /* Author */
  .rev21__author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 4px;
  }

  .rev21__avatar {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--secondStyleColor) 25%, transparent),
      color-mix(in srgb, var(--accent2) 25%, transparent)
    );
    border: 2px solid color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--secondStyleColor);
  }

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

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

  /* Decorative dots */
  .rev21__dots {
    display: flex;
    gap: 8px;
    margin-top: 8px;
  }

  .rev21__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--secondStyleColor) 18%, transparent);
    transition: all 0.3s ease;
  }

  .rev21__dot--active {
    background: var(--secondStyleColor);
    width: 24px;
    border-radius: 4px;
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .rev21__glow {
      animation: none !important;
    }
    .rev21__spotlight {
      opacity: 1;
      transform: none;
      transition: none !important;
    }
  }

  /* Responsive -- tablet */
  @media (max-width: 900px) {
    .rev21__spotlight {
      padding: 40px 32px;
    }
  }

  /* Responsive -- mobile */
  @media (max-width: 600px) {
    .rev21__spotlight {
      padding: 32px 22px;
      gap: 20px;
    }
    .rev21__quote-icon {
      font-size: 28px;
    }
    .rev21__avatar {
      width: 44px;
      height: 44px;
      font-size: 13px;
    }
  }



  #slots { padding: 80px 0; }
  .sl7-head { text-align: center; margin-bottom: 50px; }
  .sl7-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .sl7-grid .slot-card {
    position: relative;
    background: var(--cardBG);
    border-radius: var(--borderRadius);
    overflow: hidden;
    border: 1px solid var(--secondStyleColor);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .sl7-grid .slot-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
  .sl7-grid .slot-card__img { aspect-ratio: 1; overflow: hidden; }
  .sl7-grid .slot-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
  .sl7-grid .slot-card:hover .slot-card__img img { transform: scale(1.06); }
  .sl7-grid .slot-card__body { padding: 18px; }
  .sl7-grid .slot-card__body h3 { margin-bottom: 6px; }
  .sl7-grid .slot-card__body p { font-size: 13px; color: var(--secondStyleColor); font-weight: 500; }
  @media (max-width: 900px) { .sl7-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) { .sl7-grid { grid-template-columns: 1fr; } }



  /* ===== MOBILE v7 — Two overlapping phones, mesh bg ===== */

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

  .mob7__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .mob7__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.1;
  }

  .mob7__blob:nth-child(1) {
    width: 400px;
    height: 400px;
    background: var(--secondStyleColor);
    top: 20%;
    right: 10%;
  }

  .mob7__blob:nth-child(2) {
    width: 300px;
    height: 300px;
    background: var(--accent2);
    bottom: 10%;
    left: 20%;
  }

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

  .mob7__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 50px;
  }

  /* Info */
  .mob7__info {
    text-align: left;
  }

  .mob7__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    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;
  }

  .mob7__info h2 {
    margin: 0 0 16px;
    font-weight: 700;
  }

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

  .mob7__rating {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mob7__stars {
    display: flex;
    gap: 3px;
    color: #fbbf24;
    font-size: 16px;
  }

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

  /* Phones */
  .mob7__phones {
    position: relative;
    width: 300px;
    height: 520px;
  }

  .mob7__phone {
    position: absolute;
    background: linear-gradient(145deg, #2a2a3e, #1a1a2e);
    border-radius: 36px;
    padding: 10px;
    box-shadow:
      0 0 0 1.5px rgba(255,255,255,0.06),
      0 30px 60px rgba(0,0,0,0.5);
  }

  .mob7__phone--front {
    width: 240px;
    height: 480px;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .mob7__phone--back {
    width: 210px;
    height: 420px;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.7;
  }

  .mob7__notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 22px;
    background: #1a1a2e;
    border-radius: 0 0 14px 14px;
    z-index: 3;
  }

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

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

  /* Actions */
  .mob7__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }

  .mob7__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;
    width: 100%;
  }

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

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

  .mob7__store span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-size: 16px;
  }

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

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

  /* Responsive */
  @media (max-width: 900px) {
    .mob7__grid {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 40px;
    }

    .mob7__info {
      text-align: center;
    }

    .mob7__rating {
      justify-content: center;
    }

    .mob7__phones {
      margin: 0 auto;
      width: 260px;
      height: 450px;
    }

    .mob7__phone--front {
      width: 210px;
      height: 420px;
    }

    .mob7__phone--back {
      width: 180px;
      height: 360px;
    }

    .mob7__actions {
      align-items: center;
    }

    .mob7__store {
      width: auto;
    }
  }

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

    .mob7__phones {
      width: 200px;
      height: 400px;
    }

    .mob7__phone--front {
      width: 200px;
      height: 400px;
      position: relative;
      border-radius: 28px;
      padding: 8px;
    }

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



  #bonuses { padding: 80px 0; overflow: hidden; }
  .bn8-head { text-align: center; margin-bottom: 40px; }
  .bn8-head h2 { margin-bottom: 12px; }
  .bn8-head p { color: var(--textSecondary); max-width: 550px; margin: 0 auto; }
  .bn8-scroll {
    display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
    padding-bottom: 16px; -webkit-overflow-scrolling: touch;
  }
  .bn8-scroll::-webkit-scrollbar { height: 6px; }
  .bn8-scroll::-webkit-scrollbar-track { background: var(--cardBG); border-radius: 3px; }
  .bn8-scroll::-webkit-scrollbar-thumb { background: var(--secondStyleColor); border-radius: 3px; }
  .bn8-scroll .bonus-card {
    min-width: 300px; max-width: 300px; flex-shrink: 0; scroll-snap-align: start;
    background: var(--cardBG); border-radius: var(--borderRadius); padding: 28px 24px;
    border: 1px solid var(--secondStyleColor); position: relative;
    transition: transform 0.3s, border-color 0.3s;
  }
  .bn8-scroll .bonus-card:hover { transform: translateY(-6px); border-color: var(--accentColor); }
  .bn8-scroll .bonus-card__badge {
    display: inline-block; padding: 3px 10px; border-radius: 4px; font-size: 10px; font-weight: 700;
    background: var(--accentColor); color: #fff; text-transform: uppercase; margin-bottom: 14px;
  }
  .bn8-scroll .bonus-card__badge:empty { display: none; }
  .bn8-scroll .bonus-card h3 { font-size: 18px; margin-bottom: 10px; }
  .bn8-scroll .bonus-card p { color: var(--textSecondary); font-size: 14px; line-height: 1.6; }
  .bn8-scroll .bonus-card__cat {
    display: inline-block; margin-top: 16px; padding: 4px 12px; border-radius: 6px;
    background: rgba(108,92,231,0.12); color: var(--accentColor); font-size: 12px; font-weight: 500;
  }



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



  /* ===========================
     FAQ 11 — Orbital Cards
     Floating cards + orbiting dots + gradient blobs
     =========================== */

  .faq11 {
    position: relative;
    padding: clamp(56px, 6vw, 100px) 0;
    overflow: hidden;
    color: var(--textColor1);
    background: var(--bodyBG);
  }

  /* Animated gradient blobs */
  .faq11__blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
    will-change: transform;
  }

  .faq11__blob--1 {
    width: 500px;
    height: 500px;
    background: var(--secondStyleColor);
    opacity: 0.07;
    top: -120px;
    left: -80px;
    animation: faq11-drift1 25s ease-in-out infinite;
  }

  .faq11__blob--2 {
    width: 400px;
    height: 400px;
    background: var(--secondStyleColor);
    opacity: 0.05;
    bottom: -100px;
    right: -60px;
    animation: faq11-drift2 30s ease-in-out infinite;
  }

  .faq11__blob--3 {
    width: 300px;
    height: 300px;
    background: var(--secondStyleColor);
    opacity: 0.04;
    top: 40%;
    left: 50%;
    animation: faq11-drift3 20s ease-in-out infinite;
  }

  @keyframes faq11-drift1 {
    0%,
    100% {
      transform: translate(0, 0) scale(1);
    }
    33% {
      transform: translate(60px, 40px) scale(1.1);
    }
    66% {
      transform: translate(-30px, 70px) scale(0.95);
    }
  }

  @keyframes faq11-drift2 {
    0%,
    100% {
      transform: translate(0, 0) scale(1);
    }
    33% {
      transform: translate(-50px, -30px) scale(1.08);
    }
    66% {
      transform: translate(40px, -60px) scale(0.92);
    }
  }

  @keyframes faq11-drift3 {
    0%,
    100% {
      transform: translate(-50%, 0) scale(1);
    }
    50% {
      transform: translate(-50%, -40px) scale(1.15);
    }
  }

  /* SVG decorative layer */
  .faq11__deco {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }

  /* Header */
  .faq11__head {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-bottom: 48px;
    text-align: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq11__eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--secondStyleColor);
  }

  .faq11__title {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
  }

  .faq11__sub {
    margin: 0;
    color: var(--textColor1);
    line-height: 1.55;
  }

  /* Grid */
  .faq11__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
  }

  /* Card */
  .faq11__card {
    position: relative;
    padding: 32px 28px 28px;
    border-radius: var(--borderRadius);
    background: linear-gradient(
      160deg,
      color-mix(in srgb, var(--secondStyleColor) 6%, transparent) 0%,
      color-mix(in srgb, var(--bodyBG) 90%, transparent) 50%,
      color-mix(in srgb, var(--secondStyleColor) 3%, transparent) 100%
    );
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
    transition:
      transform 0.5s cubic-bezier(0.33, 1, 0.53, 1),
      border-color 0.4s ease,
      box-shadow 0.5s ease;
    animation: faq11-float 7s ease-in-out infinite;
    animation-delay: var(--float-delay);
    will-change: transform;
  }

  .faq11__card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
    box-shadow:
      0 8px 32px color-mix(in srgb, var(--secondStyleColor) 12%, transparent),
      0 0 0 1px color-mix(in srgb, var(--secondStyleColor) 6%, transparent);
  }

  @keyframes faq11-float {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }

  .faq11__card:hover {
    animation-play-state: paused;
  }

  /* Orbit ring + number */
  .faq11__orbit {
    position: relative;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

  .faq11__ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .faq11__dot {
    transform-origin: 35px 35px;
    animation: faq11-orbit var(--orbit-dur) linear infinite;
    animation-direction: var(--orbit-dir);
    transition: filter 0.3s ease;
  }

  .faq11__card:hover .faq11__dot {
    animation-duration: 2s;
    filter: drop-shadow(0 0 4px var(--secondStyleColor));
  }

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

  .faq11__num {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--secondStyleColor);
  }

  /* Question */
  .faq11__question {
    margin: 0 0 10px;
    font-size: clamp(15px, 2vw, 17px);
    font-weight: 600;
    line-height: 1.35;
  }

  /* Answer */
  .faq11__answer {
    margin: 0;
    color: var(--textColor1);
    line-height: 1.6;
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }

  .faq11__card:hover .faq11__answer {
    opacity: 1;
  }

  /* Decorative line at card bottom */
  .faq11__card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 28px;
    right: 28px;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      color-mix(in srgb, var(--secondStyleColor) 20%, transparent) 50%,
      transparent 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
  }

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

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .faq11__blob {
      animation: none !important;
    }
    .faq11__card {
      animation: none !important;
      transition: none !important;
    }
    .faq11__dot {
      animation: none !important;
    }
    .faq11__deco * {
      animation: none !important;
    }
  }

  /* Responsive — tablets */
  @media (max-width: 950px) {
    .faq11__grid {
      gap: 16px;
    }
    .faq11__card {
      padding: 28px 24px 24px;
    }
  }

  /* Responsive — small tablets */
  @media (max-width: 800px) {
    .faq11__grid {
      grid-template-columns: 1fr;
      max-width: 520px;
    }
  }

  /* Responsive — mobile */
  @media (max-width: 600px) {
    .faq11__card {
      padding: 24px 20px 20px;
    }
    .faq11__orbit {
      width: 54px;
      height: 54px;
      margin-bottom: 16px;
    }
    .faq11__num {
      font-size: 13px;
    }
  }



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