
:root {
  --bg: #130f1d;
  --bg-card: #1e1730;
  --text: #e0d4f5;
  --text-muted: rgba(255,255,255,0.5);
  --accent: #9b59b6;
  --accent-rgb: 155,89,182;
  --accent2: #b65d59;
  --accent2-rgb: 182,93,89;
  --accent3: #6b75be;
  --accent3-rgb: 107,117,190;
  --border: rgba(255,255,255,0.08);
  --radius: 12px;
  --font: 'Space Grotesk', sans-serif;
  --font-heading: 'Space Grotesk', sans-serif;
  --bodyBG: #130f1d;
  --textColor1: #e0d4f5;
  --textColor2: #ffffff;
  --textSecondary: #ada3bf;
  --textMuted: #7a7289;
  --secondStyleColor: #9b59b6;
  --bgCard: #1e1730;
  --bgAlt: #231f2e;
  --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;
}


.hd8 {
  background: var(--secondStyleColor);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.hd8__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}
.hd8__logo {
  font-size: 22px;
  font-weight: 800;
  color: var(--textColor2);
  text-decoration: none;
  letter-spacing: .02em;
}

/* Nav anchors */
.hd8__nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hd8__link {
  color: var(--textColor2);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  opacity: .85;
  transition: opacity .2s ease;
}
.hd8__link:hover {
  opacity: 1;
}

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

/* Burger */
.hd8__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.hd8__burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--textColor2);
  border-radius: 2px;
  transition: all .3s ease;
  margin: 0 auto;
}
.hd8__burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hd8__burger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hd8__burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Dropdown */
.hd8__dropdown {
  position: absolute;
  top: 100%;
  right: 20px;
  background: var(--bodyBG);
  border: 1px solid rgba(128,128,128,.15);
  border-radius: var(--borderRadius);
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all .25s ease;
  z-index: 99;
  min-width: 200px;
}
.hd8__dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hd8__dropdown ul {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
.hd8__dropdown li + li {
  border-top: 1px solid rgba(128,128,128,.08);
}
.hd8__dropdown a {
  display: block;
  padding: 10px 20px;
  color: var(--textColor1);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .15s ease;
  white-space: nowrap;
}
.hd8__dropdown a:hover {
  background: rgba(128,128,128,.08);
  color: var(--secondStyleColor);
}

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



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

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

  .ljawccnk a {
    padding: 12px 40px;
    border: 1px solid var(--secondStyleColor);
    border-radius: var(--borderRadius);
    color: var(--textColor1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.2s all linear;
    &&:hover {
      background-color: var(--secondStyleColor);
    }
  }

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



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



  #slots { padding: 80px 0; }
  .sl9-head { text-align: center; margin-bottom: 40px; }
  .sl9-table { border: 1px solid var(--secondStyleColor); border-radius: var(--borderRadius); overflow: hidden; }
  .sl9-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    padding: 14px 24px;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background 0.2s;
  }
  .sl9-row:last-child { border-bottom: none; }
  .sl9-row:not(.sl9-row--header):hover { background: rgba(255,255,255,0.03); }
  .sl9-row--header {
    background: var(--cardBG);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--textSecondary);
  }
  .sl9-row .slot-card {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .sl9-row .slot-card__img { width: 48px; height: 48px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
  .sl9-row .slot-card__img img { width: 100%; height: 100%; object-fit: cover; }
  .sl9-row .slot-card__body h3 { font-size: 15px; margin: 0; }
  .sl9-row .slot-card__body p { display: none; }
  .sl9-row .slot-provider { font-size: 14px; color: var(--textSecondary); }
  @media (max-width: 600px) {
    .sl9-row { grid-template-columns: 1fr; gap: 4px; }
    .sl9-row--header span:nth-child(2) { display: none; }
  }



  /* ===========================
     Gallery 15 — Hover Reveal with Abstract Gradient Overlays
     CSS grid + clip-path reveal + morphing shapes
     =========================== */

  .gal15 {
    position: relative;
    overflow: hidden;
    background: var(--bodyBG);
    padding: 100px 20px;
  }

  /* Background glows */
  .gal15__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(120px);
    opacity: 0.1;
    will-change: transform;
  }

  .gal15__glow--1 {
    width: 500px;
    height: 500px;
    background: var(--secondStyleColor);
    top: -100px;
    right: -80px;
    animation: gal15-float1 18s ease-in-out infinite;
  }

  .gal15__glow--2 {
    width: 400px;
    height: 400px;
    background: var(--accent2);
    bottom: -80px;
    left: -60px;
    animation: gal15-float2 22s ease-in-out infinite;
  }

  @keyframes gal15-float1 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-50px, 40px); }
  }

  @keyframes gal15-float2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, -30px); }
  }

  /* Container */
  .gal15 .container {
    position: relative;
    z-index: 1;
    max-width: var(--maxWidthContainer);
    margin: 0 auto;
  }

  /* Header */
  .gal15__head {
    text-align: center;
    margin-bottom: 56px;
  }

  .gal15__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--secondStyleColor);
    background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
    border-radius: 100px;
    margin-bottom: 20px;
  }

  .gal15__kicker i {
    font-size: 11px;
  }

  .gal15__head h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: var(--textColor1);
    margin: 0 0 14px;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .gal15__head p {
    font-size: clamp(14px, 1.4vw, 17px);
    color: color-mix(in srgb, var(--textColor1) 55%, transparent);
    line-height: 1.7;
    margin: 0 auto;
  }

  /* Grid */
  .gal15__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 240px;
    gap: 16px;
  }

  .gal15__item--tall {
    grid-row: span 2;
  }

  .gal15__item--wide {
    grid-column: span 2;
  }

  /* Item */
  .gal15__item {
    position: relative;
    border-radius: var(--borderRadius);
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

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

  /* Static border */
  .gal15__item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid color-mix(in srgb, var(--textColor1) 10%, transparent);
    z-index: 5;
    pointer-events: none;
    transition: border-color 0.3s ease;
  }

  .gal15__item:hover::after {
    border-color: color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
  }

  /* Image */
  .gal15__img-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .gal15__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .gal15__item:hover .gal15__img-wrap img {
    transform: scale(1.06);
  }

  /* Abstract gradient overlay */
  .gal15__abstract {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.6;
    background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--secondStyleColor) 45%, transparent) 0%,
      color-mix(in srgb, var(--accent2) 30%, transparent) 50%,
      color-mix(in srgb, var(--secondStyleColor) 25%, transparent) 100%
    );
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
  }

  .gal15__item:hover .gal15__abstract {
    clip-path: inset(0 100% 0 0);
  }

  /* Morphing shapes inside abstract overlay */
  .gal15__morph {
    position: absolute;
    border-radius: 50%;
    opacity: 0.25;
    filter: blur(30px);
    animation: gal15-morph 8s ease-in-out infinite;
  }

  .gal15__morph--a {
    width: 60%;
    height: 60%;
    top: -10%;
    left: -10%;
    background: var(--secondStyleColor);
  }

  .gal15__morph--b {
    width: 50%;
    height: 50%;
    bottom: -10%;
    right: -10%;
    background: var(--accent2);
    animation-delay: -4s;
    animation-direction: reverse;
  }

  @keyframes gal15-morph {
    0%, 100% {
      border-radius: 50% 30% 60% 40%;
      transform: translate(0, 0) scale(1);
    }
    25% {
      border-radius: 40% 60% 30% 50%;
      transform: translate(10px, -15px) scale(1.1);
    }
    50% {
      border-radius: 60% 40% 50% 30%;
      transform: translate(-5px, 10px) scale(0.95);
    }
    75% {
      border-radius: 30% 50% 40% 60%;
      transform: translate(8px, 5px) scale(1.05);
    }
  }

  /* Overlay content (title + tag) */
  .gal15__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background: linear-gradient(
      to top,
      color-mix(in srgb, var(--bodyBG) 80%, transparent) 0%,
      color-mix(in srgb, var(--bodyBG) 30%, transparent) 40%,
      transparent 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .gal15__item:hover .gal15__overlay {
    opacity: 1;
  }

  .gal15__tag {
    display: inline-block;
    width: fit-content;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--textColor2);
    background: var(--secondStyleColor);
    border-radius: 100px;
    margin-bottom: 10px;
    transform: translateY(-12px);
    transition: transform 0.4s 0.08s ease;
  }

  .gal15__item:hover .gal15__tag {
    transform: translateY(0);
  }

  .gal15__overlay h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--textColor1);
    margin: 0;
    transform: translateY(12px);
    transition: transform 0.4s 0.12s ease;
  }

  .gal15__item:hover .gal15__overlay h3 {
    transform: translateY(0);
  }

  /* Corner decorations */
  .gal15__corner {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s 0.1s ease;
  }

  .gal15__item:hover .gal15__corner {
    opacity: 1;
  }

  .gal15__corner--tl {
    top: 12px;
    left: 12px;
    border-top: 2px solid var(--secondStyleColor);
    border-left: 2px solid var(--secondStyleColor);
  }

  .gal15__corner--br {
    bottom: 12px;
    right: 12px;
    border-bottom: 2px solid var(--secondStyleColor);
    border-right: 2px solid var(--secondStyleColor);
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .gal15__glow {
      animation: none;
    }
    .gal15__morph {
      animation: none;
    }
    .gal15__abstract {
      transition: none;
    }
    .gal15__img-wrap img {
      transition: none;
    }
    .gal15__overlay,
    .gal15__tag,
    .gal15__overlay h3,
    .gal15__corner {
      transition: none;
    }
    .gal15__item {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  /* Responsive -- tablet */
  @media (max-width: 950px) {
    .gal15 {
      padding: 80px 20px;
    }
    .gal15__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 220px;
    }
    .gal15__item--wide {
      grid-column: span 2;
    }
    .gal15__item--tall {
      grid-row: span 2;
    }
  }

  /* Responsive -- mobile */
  @media (max-width: 600px) {
    .gal15 {
      padding: 64px 16px;
    }
    .gal15__grid {
      grid-template-columns: 1fr;
      grid-auto-rows: 240px;
    }
    .gal15__item--tall,
    .gal15__item--wide {
      grid-row: span 1;
      grid-column: span 1;
    }
    /* Show content by default on mobile (no hover) */
    .gal15__abstract {
      clip-path: inset(0 50% 0 0);
    }
    .gal15__overlay {
      opacity: 1;
    }
    .gal15__tag,
    .gal15__overlay h3 {
      transform: translateY(0);
    }
    .gal15__corner {
      opacity: 0.6;
    }
    .gal15__head {
      margin-bottom: 40px;
    }
    .gal15__glow {
      display: none;
    }
  }



  /* ===== HOW v20 — Cards with SVG progress rings + tags ===== */

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

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

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

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

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

  /* Card */
  .hw20__card {
    position: relative;
    padding: 28px 22px 24px;
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 14%, transparent);
    background: linear-gradient(
      170deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.01)
    );
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  .hw20__card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--secondStyleColor) 45%, transparent);
  }

  /* Top row: icon + ring */
  .hw20__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
  }

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

  .hw20__card:hover .hw20__icon {
    transform: rotate(-8deg) scale(1.08);
  }

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

  /* SVG progress ring */
  .hw20__counter {
    position: relative;
    width: 48px;
    height: 48px;
  }

  .hw20__ring-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
  }

  .hw20__ring-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.06);
    stroke-width: 3;
  }

  .hw20__ring-fg {
    fill: none;
    stroke: var(--secondStyleColor);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 163.36;
    stroke-dashoffset: calc(163.36 - 163.36 * var(--pct) / 100);
    transition: stroke-dashoffset 0.6s ease;
    opacity: 0.6;
  }

  .hw20__card:hover .hw20__ring-fg {
    opacity: 1;
  }

  .hw20__ring-num {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--secondStyleColor);
    opacity: 0.7;
  }

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

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

  /* Tags */
  .hw20__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .hw20__tags span {
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 22%, transparent);
    font-size: 11px;
    font-weight: 500;
    color: color-mix(in srgb, var(--textColor1) 65%, transparent);
    transition: border-color 0.3s ease, color 0.3s ease;
  }

  .hw20__card:hover .hw20__tags span {
    border-color: color-mix(in srgb, var(--secondStyleColor) 45%, transparent);
    color: var(--secondStyleColor);
  }

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

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

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

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

    .hw20__icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
    }

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

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

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

    .hw20__head {
      margin-bottom: 36px;
    }

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

    .hw20__track {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .hw20__card {
      padding: 22px 16px 18px;
    }

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

    .hw20__top {
      margin-bottom: 16px;
    }

    .hw20__icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
    }

    .hw20__icon i {
      font-size: 16px;
    }

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

    .hw20__ring-num {
      font-size: 11px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hw20__card,
    .hw20__icon,
    .hw20__ring-fg,
    .hw20__tags span {
      transition: none;
    }
  }



  #top { padding: 80px 0; }
  .tp6-head { text-align: center; margin-bottom: 50px; }
  .tp6-head h2 { margin-bottom: 12px; }
  .tp6-list { display: flex; flex-direction: column; gap: 0; }
  .tp6-list .top-card {
    display: flex; align-items: center; gap: 24px;
    padding: 20px 24px; border-bottom: 1px solid var(--borderSubtle);
    transition: background 0.2s;
  }
  .tp6-list .top-card:first-child { border-top: 1px solid var(--borderSubtle); }
  .tp6-list .top-card:hover { background: rgba(var(--accent-rgb), 0.04); }
  .tp6-list .top-card__rank {
    flex-shrink: 0; font-size: 32px; font-weight: 900; color: var(--accentColor);
    width: 48px; text-align: center; line-height: 1;
  }
  .tp6-list .top-card__logo {
    flex-shrink: 0; width: 110px; height: 52px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
  }
  .tp6-list .top-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
  .tp6-list .top-card__logo svg { max-width: 100%; max-height: 100%; }
  .tp6-list .top-card__body { flex: 1; min-width: 0; }
  .tp6-list .top-card__body h3 { margin-bottom: 2px; }
  .tp6-list .top-card__body p { color: var(--textSecondary); font-size: 14px; }
  .tp6-list .top-card__right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
  .tp6-list .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;
  }
  .tp6-list .top-card__badge {
    padding: 4px 10px; border-radius: 20px; font-size: 10px; font-weight: 700;
    background: var(--accentColor); color: var(--textColor2); text-transform: uppercase;
  }
  .tp6-list .top-card__badge:empty { display: none; }
  @media (max-width: 768px) {
    .tp6-list .top-card { flex-wrap: wrap; gap: 12px; padding: 16px; }
    .tp6-list .top-card__rank { font-size: 24px; width: 36px; }
    .tp6-list .top-card__right { width: 100%; }
  }



  /*  */
  #about {
    background: linear-gradient(
      90deg,
      color-mix(in srgb, var(--secondStyleColor) 10%, transparent) 80%,
      var(--bodyBG) 100%
    );
  }

  #about .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    && h2 {
      text-align: center;
    }

    && p {
      text-align: center;
      text-wrap: balance;
    }
    && a {
      padding: 15px 40px;
      background-color: var(--secondStyleColor);
      border-radius: var(--borderRadius);
      color: var(--textColor2);
      font-size: 20px;
      font-weight: 700;
      transition: 0.2s all linear;
      &&:hover {
        transform: translateY(-4px);
      }
    }
  }
  .ab-i-wr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
    position: relative;
  }
  .ab-i-wr div:nth-of-type(1) {
    height: 400px;
    width: 300px;
    overflow: hidden;
    border-radius: 999px;
    && img {
      border-radius: inherit;
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: 50% 20%;
      transition: 0.2s all linear;
      &&:hover {
        transform: scale(1.1);
      }
    }
  }

  .ab-i-wr div:nth-of-type(2) {
    position: absolute;
    height: 300px;
    left: 10%;
    top: 10%;
    overflow: hidden;
    width: 300px;
    border-radius: 50%;
    && img {
      border-radius: inherit;
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: 50% 20%;
      transition: 0.2s all linear;
      &&:hover {
        transform: scale(1.1);
      }
    }
  }

  .ab-i-wr div:nth-of-type(3) {
    position: absolute;
    height: 300px;
    right: 10%;
    top: 10%;
    width: 300px;
    border-radius: 50%;
    overflow: hidden;

    && img {
      border-radius: inherit;
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: 50% 20%;
      transition: 0.2s all linear;
      &&:hover {
        transform: scale(1.1);
      }
    }
  }

  @media (max-width: 800px) {
    #about .container {
      flex-direction: column;
    }
    .ab-i-wr div:nth-of-type(2),
    .ab-i-wr div:nth-of-type(3) {
      display: none;
    }
  }



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

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

  /* Header */
  .featuresHeader {
    max-width: 720px;
    margin: 0 auto 50px auto;
    text-align: center;
  }

  .featuresEyebrow {
    font-size: 13px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: var(--secondStyleColor);
    font-weight: 600;
    margin-bottom: 10px;
  }

  .featuresTitle {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--textColor1);
  }

  .featuresSubtitle {
    font-size: 16px;
    line-height: 1.6;
    color: var(--textSecondary);
  }

  /* Grid */
  .featuresGrid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .featureCard {
    background: transparent;
    border-radius: var(--borderRadius);
    padding: 22px 22px 24px 22px;
    border: 1px solid var(--secondStyleColor);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.45);
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

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

  .featureIcon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(2, 255, 57, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }

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

  .featureTitle {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }

  .featureText {
    font-size: 14px;
    line-height: 1.6;
    color: var(--textSecondary);
  }

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



  /* ===== EXPERT REVIEW (ADAPTED TO DARK THEME) ===== */

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

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

  .expertreview h2 {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  /* сетка */
  .expertReview {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* ссылки внутри цитат — акцент тем же зелёным */
  .expertReview a {
    color: var(--secondStyleColor);
    text-decoration: none;
    border-bottom: 1px solid var(--secondStyleColor);
  }
  .expertReview a:hover {
    border-color: var(--secondStyleColor);
  }

  /* левый штрих у абзаца — градиент от ярко-зелёного к прозрачному */
  .expertReview p {
    border-left: 4px solid transparent;
    border-image: linear-gradient(180deg, var(--secondStyleColor), transparent)
      1;
    padding-left: 18px;
    margin: 0 0 1rem;
    font-style: italic;
    color: var(--textSecondary);
  }

  /* автор */
  .expertReview span {
    font-style: italic;
    opacity: 0.75;
    display: block;
    text-align: right;
    color: #c4c4c4;
  }

  /* карточки */
  .review-card {
    border: 1px solid var(--secondStyleColor);
    border-radius: var(--borderRadius);
    padding: 2rem 2.2rem;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.6);
    transition: transform 0.25s ease, box-shadow 0.25s ease,
      border-color 0.25s ease;
  }

  .review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.75);
    border-color: var(--secondStyleColor);
  }

  /* 2 колонки на десктопе */
  @media (min-width: 900px) {
    .expertReview {
      grid-template-columns: 1fr 1fr;
    }
  }



  .pl18 {
    position: relative;
    padding: clamp(64px, 7vw, 110px) 20px;
    overflow: hidden;
    color: var(--textColor1);
  }

  .pl18__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }

  .pl18__dot {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--secondStyleColor);
    opacity: 0.2;
    animation: pl18Drift var(--d) ease-in-out infinite;
  }

  .pl18__dot:nth-child(3n) { background: var(--accent2); }
  .pl18__dot:nth-child(5n) { background: var(--accent3); }

  @keyframes pl18Drift {
    0%, 100% { transform: translate(0, 0); opacity: 0.15; }
    50% { transform: translate(var(--mx), var(--my)); opacity: 0.4; }
  }

  .pl18 .container {
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto;
  }

  .pl18__head {
    text-align: center;
    margin-bottom: 56px;
  }

  .pl18__head p {
    color: color-mix(in srgb, var(--textColor1) 45%, transparent);
    max-width: 500px;
    margin: 14px auto 0;
    line-height: 1.7;
  }

  .pl18__table-wrap {
    overflow-x: auto;
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--textColor1) 8%, transparent);
    background: color-mix(in srgb, var(--bodyBG) 95%, transparent);
  }

  .pl18__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
  }

  .pl18__table thead {
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .pl18__table th {
    padding: 24px 20px;
    font-weight: 700;
    background: color-mix(in srgb, var(--bodyBG) 98%, transparent);
    border-bottom: 2px solid color-mix(in srgb, var(--textColor1) 8%, transparent);
    text-align: center;
    vertical-align: bottom;
  }

  .pl18__table th:first-child {
    text-align: left;
  }

  .pl18__table th.pl18__featured {
    background: rgba(var(--accent2-rgb), 0.06);
    border-bottom-color: var(--accent2);
    position: relative;
  }

  .pl18__badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--secondStyleColor);
    color: var(--bodyBG);
    padding: 3px 10px;
    border-radius: 10px;
    margin-bottom: 8px;
  }

  .pl18__plan-name {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 4px;
  }

  .pl18__plan-price {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--secondStyleColor);
  }

  .pl18__plan-price--accent2 { color: var(--accent2); }
  .pl18__plan-price--accent3 { color: var(--accent3); }

  .pl18__plan-period {
    font-size: 0.75rem;
    color: color-mix(in srgb, var(--textColor1) 40%, transparent);
    font-weight: 400;
  }

  .pl18__table td {
    padding: 16px 20px;
    border-bottom: 1px solid color-mix(in srgb, var(--textColor1) 8%, transparent);
    text-align: center;
    transition: background 0.2s;
  }

  .pl18__table td:first-child {
    text-align: left;
    font-weight: 500;
    color: color-mix(in srgb, var(--textColor1) 80%, transparent);
  }

  .pl18__table td.pl18__featured {
    background: rgba(var(--accent2-rgb), 0.03);
  }

  .pl18__table tbody tr:hover td {
    background: color-mix(in srgb, var(--textColor1) 2%, transparent);
  }

  .pl18__table tbody tr:hover td.pl18__featured {
    background: rgba(var(--accent2-rgb), 0.06);
  }

  .pl18__check, .pl18__cross {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
  }

  .pl18__check circle {
    fill: none;
    stroke: var(--secondStyleColor);
    stroke-width: 2;
  }

  .pl18__check path {
    fill: none;
    stroke: var(--secondStyleColor);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 14;
    stroke-dashoffset: 14;
    transition: stroke-dashoffset 0.5s ease;
  }

  .pl18__check.drawn path {
    stroke-dashoffset: 0;
  }

  .pl18__cross line {
    stroke: color-mix(in srgb, var(--textColor1) 15%, transparent);
    stroke-width: 2;
    stroke-linecap: round;
  }

  .pl18__table tfoot td {
    padding: 28px 20px;
    border-bottom: none;
    background: color-mix(in srgb, var(--bodyBG) 50%, transparent);
  }

  .pl18__cta {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: var(--borderRadius);
    border: 2px solid var(--secondStyleColor);
    color: var(--secondStyleColor);
    background: transparent;
    transition: all 0.3s;
  }

  .pl18__cta:hover {
    background: var(--secondStyleColor);
    color: var(--bodyBG);
    box-shadow: 0 0 25px rgba(var(--accent-rgb), 0.25);
  }

  .pl18__cta--accent2 {
    border-color: var(--accent2);
    color: var(--accent2);
  }

  .pl18__cta--accent2:hover {
    background: var(--accent2);
    color: var(--bodyBG);
    box-shadow: 0 0 25px rgba(var(--accent2-rgb), 0.25);
  }

  .pl18__cta--accent3 {
    border-color: var(--accent3);
    color: var(--accent3);
  }

  .pl18__cta--accent3:hover {
    background: var(--accent3);
    color: var(--bodyBG);
    box-shadow: 0 0 25px rgba(var(--accent3-rgb), 0.25);
  }

  @media (max-width: 768px) {
    .pl18__table th,
    .pl18__table td {
      padding: 12px 10px;
      font-size: 0.85rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .pl18__dot,
    .pl18__check path,
    .pl18__cta {
      transition: none;
      animation: none;
    }
  }



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

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

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

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

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

  .rm1__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 680px;
    margin: 0 auto;
    padding-left: 32px;
  }

  .rm1__line {
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom,
      var(--secondStyleColor),
      color-mix(in srgb, var(--secondStyleColor) 15%, transparent));
  }

  .rm1__item {
    position: relative;
  }

  .rm1__dot {
    position: absolute;
    left: -32px;
    top: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--secondStyleColor);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
    z-index: 1;
  }

  .rm1__dot--outline {
    background: transparent;
    border: 2px solid var(--secondStyleColor);
  }

  .rm1__card {
    padding: 20px 24px;
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    background: rgba(255,255,255,0.02);
    transition: transform 0.25s ease, border-color 0.25s ease;
  }

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

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

  .rm1__card h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
  }

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

  @media (max-width: 600px) {
    .rm1 { padding: 48px 0; }
    .rm1__head { margin-bottom: 36px; }
    .rm1__timeline { padding-left: 28px; }
    .rm1__dot { left: -28px; width: 14px; height: 14px; }
    .rm1__line { left: 6px; }
  }

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



  /* ===== MOBILE v1 — Phone left text right ===== */

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

  .mob1 > .container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: var(--maxWidthContainer);
    margin: 0 auto;
  }

  /* Text */
  .mob1__text {
    flex: 1;
    min-width: 0;
  }

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

  .mob1__text p {
    margin: 0 0 30px;
    line-height: 1.7;
    color: var(--textSecondary);
    max-width: 480px;
  }

  /* Store buttons */
  .mob1__buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

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

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

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

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

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

  /* Phone device */
  .mob1__device {
    flex-shrink: 0;
  }

  .mob1__phone {
    position: relative;
    width: 280px;
    height: 560px;
    background: #1a1a2e;
    border-radius: 40px;
    padding: 12px;
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.08),
      0 30px 60px rgba(0, 0, 0, 0.5),
      inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  }

  .mob1__notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 28px;
    background: #1a1a2e;
    border-radius: 0 0 18px 18px;
    z-index: 3;
  }

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

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

  /* Responsive */
  @media (max-width: 900px) {
    .mob1 > .container {
      flex-direction: column-reverse;
      text-align: center;
      gap: 40px;
    }

    .mob1__text p {
      margin-left: auto;
      margin-right: auto;
    }

    .mob1__buttons {
      justify-content: center;
    }

    .mob1__phone {
      width: 220px;
      height: 440px;
      border-radius: 32px;
      padding: 10px;
    }

    .mob1__screen {
      border-radius: 24px;
    }

    .mob1__notch {
      width: 100px;
      height: 24px;
      top: 10px;
    }
  }

  @media (max-width: 600px) {
    .mob1__phone {
      width: 200px;
      height: 400px;
    }

    .mob1__store {
      padding: 10px 18px;
    }

    .mob1__store i {
      font-size: 22px;
    }
  }



  .faq {
    margin-bottom: 100px;
    color: var(--textColor1);
  }

  /* Внутренняя секция */
  .faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: var(--bgAlt);
    border-radius: var(--borderRadius);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  }

  .faq-section h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 24px;
    color: var(--textColor1);
  }

  /* Элементы FAQ */
  .faq-item {
    border-bottom: 2px solid var(--secondStyleColor);
    padding: 12px 0;
  }

  .faq h3 {
    margin: 10px 0;
  }

  /* Кнопка-вопрос */
  .faq-question {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    background: none;
    border: none;
    color: var(--textColor1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .faq-question::after {
    content: "+";
    font-size: 32px;
    transition: transform 0.2s ease;
    color: var(--secondStyleColor);
  }

  .faq-question.active::after {
    content: "-";
    transform: rotate(180deg);
  }

  /* Ответ */
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    font-size: 15px;
    color: var(--textColor1);
    padding-top: 0;
  }

  .faq-answer p {
    margin-top: 0;
  }

  /* Открытый ответ (по классу из твоего JS) */
  .faq-answer.open {
    max-height: 200px; /* можно увеличить, если текст длиннее */
    /* padding-top: 10px; */
  }

  /* Если используешь .reviewsWrapper рядом — оставил хук */
  .reviewsWrapper h2 {
    margin-bottom: 20px;
  }

  /* Мобилка */
  @media screen and (max-width: 750px) {
    .faq {
      margin-bottom: 60px;
    }

    .faq-section {
      padding: 30px 16px;
    }
  }



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