
:root {
  --bg: #0f1117;
  --bg-card: #1a1d27;
  --text: #e4e6ef;
  --text-muted: rgba(255,255,255,0.5);
  --accent: #08b0e7;
  --accent-rgb: 8,176,231;
  --accent2: #8908e7;
  --accent2-rgb: 137,8,231;
  --accent3: #12f770;
  --accent3-rgb: 18,247,112;
  --border: rgba(255,255,255,0.08);
  --radius: 12px;
  --font: 'Bricolage Grotesque', sans-serif;
  --font-heading: 'Bricolage Grotesque', sans-serif;
  --bodyBG: #0f1117;
  --textColor1: #e4e6ef;
  --textColor2: #111111;
  --textSecondary: #afb1b9;
  --textMuted: #7a7c83;
  --secondStyleColor: #08b0e7;
  --bgCard: #1a1d27;
  --bgAlt: #202228;
  --borderSubtle: rgba(255,255,255,0.08);
  --borderRadius: 12px;
  --maxWidthContainer: 1200px;
  --scrollbarBg: rgba(255,255,255,0.1);
  --itemBgColor: transparent;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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



  /* -------- HERO -------- */
  .tytyyya {
    position: relative;
    overflow: hidden;
  }
  .heroBG {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    filter: blur(5px);
  }

  .hero__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        90deg,
        rgba(10, 12, 16, 0.9) 0%,
        rgba(10, 12, 16, 0.75) 42%,
        rgba(10, 12, 16, 0.3) 70%,
        rgba(10, 12, 16, 0) 100%
      ),
      radial-gradient(
        700px 400px at 20% 30%,
        rgba(122, 31, 43, 0.35),
        transparent 60%
      ),
      radial-gradient(
        700px 400px at 45% 60%,
        rgba(25, 135, 84, 0.25),
        transparent 60%
      );
  }
  .hero__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: clamp(68vh, 72vh, 780px);
    gap: clamp(16px, 4vw, 48px);
  }

  .tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: var(--textColor2);
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: var(--secondStyleColor);
  }
  .hero__title {
    margin: 12px 0 8px;
    line-height: 1.05;
    text-wrap: balance;
    font-size: clamp(32px, 6vw, 64px);
    font-weight: 800;
    text-transform: uppercase;
    font-weight: 900;
  }
  .hero__subtitle {
    color: var(--textColor1);
    margin: 0 0 18px;
    max-width: 56ch;
  }
  .hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;

    && a {
      --pad-x: 18px;
      --pad-y: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 15px 20px;
      border-radius: 14px;
      font-weight: 800;
      text-decoration: none;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
      transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease;
      will-change: transform;
      background: var(--secondStyleColor);
      color: var(--textColor2);
    }
  }

  .btn--primary:hover {
    transform: translateY(-2px);
  }
  .btn--ghost {
    background: transparent;
    color: var(--textColor1);
    border-color: var(--ring);
  }
  .btn--ghost:hover {
    border-color: var(--textColor1);
    transform: translateY(-2px);
  }
  .btn--tiny {
    --pad-x: 14px;
    --pad-y: 8px;
    font-weight: 700;
    border-radius: 10px;
    background: var(--secondStyleColor);
    color: var(--textColor1);
    border: 1px solid var(--borderRadius);
  }
  .btn--tiny:hover {
    transform: translateY(-2px);
    border-color: var(--textColor1);
  }
  .hero_rigth_img {
    width: 500px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  .hero__shape {
    position: absolute;
    inset: auto 0 0 0;
    width: 100%;
    height: 48px;
    fill: var(--bodyBG);
  }

  .hero__statpanel {
    margin-right: clamp(16px, 4vw, 40px);
  }

  @media (max-width: 800px) {
    .hero__statpanel {
      display: none;
    }
    .hero__inner {
      height: 60vh;
      min-height: auto;
    }
  }



  :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: var(--textColor1);
    padding: 10px 24px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: color-mix(in srgb, var(--textColor1) 6%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid color-mix(in srgb, var(--textColor1) 10%, transparent);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    overflow: hidden;
  }

  .toc a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: var(--secondStyleColor);
    border-radius: 2px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }

  .toc a:hover::before,
  .toc a:focus::before {
    transform: translateX(-50%) scaleX(1);
  }

  .toc a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    background: radial-gradient(
      circle at var(--x, 50%) var(--y, 50%),
      color-mix(in srgb, var(--secondStyleColor) 25%, transparent),
      transparent 70%
    );
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .toc a:hover::after,
  .toc a:focus::after {
    opacity: 1;
  }

  .toc a:hover,
  .toc a:focus {
    color: var(--textColor1);
    background: color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
    border-color: color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
    box-shadow: 0 4px 20px color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
    transform: translateY(-2px);
  }

  .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::before,
    .toc a::after {
      transition: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
    }

    .toc a:hover {
      transform: none;
    }
  }



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



  /* ===========================
     Reviews 16 — Infinite Marquee
     Two auto-scrolling rows in opposite directions,
     glass cards, animated SVG background
     =========================== */

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

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

  /* Floating glow blobs */
  .rv16__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(120px);
    will-change: transform;
  }

  .rv16__glow--1 {
    width: 420px;
    height: 420px;
    background: var(--secondStyleColor);
    opacity: 0.06;
    top: -80px;
    left: -60px;
    animation: rv16-drift1 26s ease-in-out infinite;
  }

  .rv16__glow--2 {
    width: 360px;
    height: 360px;
    background: var(--secondStyleColor);
    opacity: 0.05;
    bottom: -60px;
    right: -80px;
    animation: rv16-drift2 30s ease-in-out infinite;
  }

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

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

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

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

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

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

  /* Marquee container */
  .rv16__marquee {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%
    );
  }

  .rv16__marquee + .rv16__marquee {
    margin-top: 20px;
  }

  /* Track */
  .rv16__track {
    display: flex;
    gap: 20px;
    width: max-content;
    will-change: transform;
  }

  .rv16__track--left {
    animation: rv16-scroll-left 45s linear infinite;
  }

  .rv16__track--right {
    animation: rv16-scroll-right 45s linear infinite;
  }

  .rv16__marquee:hover .rv16__track {
    animation-play-state: paused;
  }

  @keyframes rv16-scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - 10px));
    }
  }

  @keyframes rv16-scroll-right {
    0% {
      transform: translateX(calc(-50% - 10px));
    }
    100% {
      transform: translateX(0);
    }
  }

  /* Card */
  .rv16__card {
    flex-shrink: 0;
    width: 360px;
    padding: 26px 24px 24px;
    border-radius: var(--borderRadius);
    background: linear-gradient(
      165deg,
      color-mix(in srgb, var(--secondStyleColor) 5%, transparent) 0%,
      color-mix(in srgb, var(--bodyBG) 82%, transparent) 40%,
      color-mix(in srgb, var(--secondStyleColor) 3%, transparent) 100%
    );
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 14%, transparent);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition:
      border-color 0.35s ease,
      box-shadow 0.35s ease,
      transform 0.35s ease;
  }

  .rv16__card:hover {
    border-color: color-mix(in srgb, var(--secondStyleColor) 45%, 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);
    transform: translateY(-4px);
  }

  /* Stars */
  .rv16__stars {
    display: flex;
    gap: 3px;
    font-size: 14px;
    color: var(--secondStyleColor);
  }

  /* Text */
  .rv16__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--textColor1);
    opacity: 0.85;
    flex: 1;
  }

  /* Author row */
  .rv16__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 4px;
  }

  .rv16__avatar {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--secondStyleColor) 14%, transparent);
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--secondStyleColor);
  }

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

  .rv16__role {
    margin: 0;
    font-size: 12px;
    color: var(--textColor1);
    opacity: 0.6;
    line-height: 1.4;
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .rv16__track {
      animation: none !important;
    }
    .rv16__bg * {
      animation: none !important;
    }
    .rv16__glow {
      animation: none !important;
    }
  }

  /* Responsive — tablets */
  @media (max-width: 950px) {
    .rv16__card {
      width: 320px;
      padding: 22px 20px 20px;
    }
    .rv16__track--left {
      animation-duration: 38s;
    }
    .rv16__track--right {
      animation-duration: 38s;
    }
  }

  /* Responsive — small tablets */
  @media (max-width: 800px) {
    .rv16__card {
      width: 300px;
    }
  }

  /* Responsive — mobile */
  @media (max-width: 600px) {
    .rv16__card {
      width: 280px;
      padding: 20px 18px 18px;
    }
    .rv16__track--left {
      animation-duration: 30s;
    }
    .rv16__track--right {
      animation-duration: 30s;
    }
    .rv16__marquee + .rv16__marquee {
      margin-top: 14px;
    }
  }



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



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

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

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

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

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

  /* ---- List ---- */
  .rm18__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .rm18__item {
    display: grid;
    grid-template-columns: 180px 40px 1fr;
    gap: 0;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.3s ease;
  }

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

  .rm18__item:hover {
    background: rgba(255, 255, 255, 0.01);
  }

  .rm18__item--active {
    background: color-mix(
      in srgb,
      var(--accent2, var(--secondStyleColor)) 3%,
      transparent
    );
    border-radius: var(--borderRadius);
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ---- Left: number + status ---- */
  .rm18__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .rm18__num {
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
    color: color-mix(in srgb, var(--secondStyleColor) 18%, transparent);
    transition: color 0.3s ease;
  }

  .rm18__item--done .rm18__num {
    color: color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
  }

  .rm18__item--active .rm18__num {
    color: var(--accent2, var(--secondStyleColor));
    text-shadow: 0 0 30px
      color-mix(
        in srgb,
        var(--accent2, var(--secondStyleColor)) 20%,
        transparent
      );
  }

  .rm18__item:hover .rm18__num {
    color: var(--secondStyleColor);
  }

  .rm18__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--textColor1) 40%, transparent);
  }

  .rm18__status--done {
    color: var(--secondStyleColor);
  }

  .rm18__status--active {
    color: var(--accent2, var(--secondStyleColor));
  }

  .rm18__status i {
    font-size: 10px;
  }

  /* ---- Center divider ---- */
  .rm18__divider {
    display: flex;
    justify-content: center;
    padding-top: 14px;
  }

  .rm18__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--secondStyleColor);
    flex-shrink: 0;
  }

  .rm18__dot--pulse {
    background: var(--accent2, var(--secondStyleColor));
    box-shadow: 0 0 12px
      color-mix(
        in srgb,
        var(--accent2, var(--secondStyleColor)) 40%,
        transparent
      );
    animation: rm18Pulse 2s ease-in-out infinite;
  }

  @keyframes rm18Pulse {
    0%,
    100% {
      box-shadow: 0 0 12px
        color-mix(
          in srgb,
          var(--accent2, var(--secondStyleColor)) 40%,
          transparent
        );
    }
    50% {
      box-shadow: 0 0 24px
        color-mix(
          in srgb,
          var(--accent2, var(--secondStyleColor)) 10%,
          transparent
        );
    }
  }

  .rm18__dot--empty {
    background: transparent;
    border: 2px solid
      color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
  }

  /* ---- Right: content ---- */
  .rm18__right {
    padding-left: 8px;
  }

  .rm18__right h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 700;
  }

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

  /* ---- Responsive ---- */
  @media (max-width: 700px) {
    .rm18__item {
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 24px 0;
    }

    .rm18__item--active {
      padding-left: 16px;
      padding-right: 16px;
    }

    .rm18__left {
      flex-direction: row;
      align-items: baseline;
      gap: 12px;
    }

    .rm18__num {
      font-size: 36px;
    }
    .rm18__divider {
      display: none;
    }
    .rm18__right {
      padding-left: 0;
    }
    .rm18__right h3 {
      font-size: 17px;
    }
  }

  @media (max-width: 600px) {
    .rm18 {
      padding: 50px 0;
    }
    .rm18__head {
      margin-bottom: 36px;
    }
    .rm18__head h2 {
      font-size: 24px;
    }
  }

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



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



  #slots { padding: 80px 0; }
  .sl4-head { text-align: center; margin-bottom: 40px; }
  .sl4-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .sl4-grid .slot-card {
    background: var(--cardBG);
    border-radius: var(--borderRadius);
    overflow: hidden;
    border: 1px solid transparent;
    transition: border-color 0.2s, transform 0.2s;
  }
  .sl4-grid .slot-card:hover { border-color: var(--secondStyleColor); transform: translateY(-4px); }
  .sl4-grid .slot-card__img { aspect-ratio: 1; overflow: hidden; }
  .sl4-grid .slot-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
  .sl4-grid .slot-card:hover .slot-card__img img { transform: scale(1.06); }
  .sl4-grid .slot-card__body { padding: 12px 14px; }
  .sl4-grid .slot-card__body h3 { font-size: 15px; margin-bottom: 2px; }
  .sl4-grid .slot-card__body p { font-size: 12px; color: var(--textSecondary); }
  @media (max-width: 900px) { .sl4-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) { .sl4-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }



  .mN2__ .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .headnMMMM2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    && h2 {
      text-align: center;
    }
    && p {
      text-align: center;
      text-wrap: balance;
    }
    && span {
      width: 10%;
      height: 2px;
      border-radius: var(--borderRadius);
      background-color: var(--secondStyleColor);
    }
  }

  /* HERO */
  .x9Qp1 {
    /* hero */
    position: relative;
    height: 120px;
    background: linear-gradient(326deg, var(--h1) 0%, var(--h2) 74%);
    display: grid;
    place-items: center;
    text-align: center;
  }
  .kZ_7m {
    /* hero cta wrapper */
    position: absolute;
    inset: 0;
    height: 200px;
    display: grid;
    place-items: center;
    pointer-events: none;
  }
  .kZ_7m span {
    pointer-events: auto;
    display: inline-block;
    background: var(--secondStyleColor);
    color: var(--textColor2);
    font-size: 15px;
    height: 44px;
    line-height: 24px;
    padding: 10px 28px;
    border-radius: 999px;
    position: relative;
    transition:
      transform 0.2s ease,
      padding 0.2s ease;
  }
  .kZ_7m span::after {
    content: "";
    position: absolute;
    inset: -14px;
    border: 12px solid var(--secondStyleColor);
    border-radius: 999px;
    opacity: 0.95;
  }
  .kZ_7m span:hover {
    transform: translateY(-1px);
    padding-left: 40px;
    padding-right: 40px;
  }
  .wA_vv {
    /* wave */
    position: absolute;
    left: 0;
    right: 0;
    bottom: -67px;
    height: 188px;
    background: url("https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png")
      repeat-x;
    animation: ZzWv9 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
    z-index: 1;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.08));
  }
  @keyframes ZzWv9 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 1440px 0;
    }
  }

  .gR1dX {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px;
    align-items: stretch;
  }
  @media (max-width: 980px) {
    .gR1dX {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 640px) {
    .gR1dX {
      grid-template-columns: 1fr;
      gap: 44px;
    }
  }

  /* CARD */
  .bL0pA {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .iNn3r {
    position: relative;
    height: 100%;
    padding: 60px 30px 60px;
    border-radius: var(--borderRadius);
    background: var(--secondStyleColor);
    overflow: visible;
    transition: transform 0.2s ease;
  }
  /* TITLE PILL */
  .t1Tl3 {
    margin: 0 0 22px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .t1Tl3 > span {
    color: var(--bodyBG);
    display: inline-block;
    padding: 10px 20px 10px 28px;
    border-radius: var(--borderRadius);
    background: var(--secondStyleColor);
    position: relative;
  }
  .t1Tl3 > span > b {
    position: absolute;
    top: -3px;
    left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: var(--secondStyleColor);
    display: grid;
    color: var(--bodyBG);
    place-items: center;
    font-weight: 700;
    font-size: 20px;
    box-shadow:
      15px 15px 30px rgba(80, 80, 80, 0.2),
      5px 0 80px rgba(80, 80, 80, 0.15);
  }

  .xCrpT {
    margin: 0;
    padding: 0 18px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: var(--textColor2);
  }

  /* RIPPLE DOT */
  .d0Tt0 {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: var(--textColor1);
    box-shadow:
      5px 5px 10px rgba(163, 177, 198, 0.6),
      -5px -5px 10px rgba(255, 255, 255, 0.5);
  }
  .d0Tt0::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    animation: rrPpL 0.7s linear infinite;
    box-shadow:
      0 0 0 0 rgba(163, 177, 198, 0.3),
      0 0 0 1em rgba(163, 177, 198, 0.3),
      0 0 0 3em rgba(163, 177, 198, 0.03),
      0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  @keyframes rrPpL {
    0% {
      box-shadow:
        0 0 0 0 rgba(163, 177, 198, 0.3),
        0 0 0 1em rgba(163, 177, 198, 0.3),
        0 0 0 3em rgba(163, 177, 198, 0.03),
        0 0 0 5em rgba(163, 177, 198, 0.01);
    }
    100% {
      box-shadow:
        0 0 0 1em rgba(163, 177, 198, 0.3),
        0 0 0 3em rgba(163, 177, 198, 0.03),
        0 0 0 5em rgba(163, 177, 198, 0.03),
        0 0 0 8em rgba(163, 177, 198, 0.01);
    }
  }

  .bL0pA:hover .iNn3r {
    transform: translateY(-2px);
  }



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



  #top { padding: 80px 0; }
  .tp4-head { text-align: center; margin-bottom: 50px; }
  .tp4-head h2 { margin-bottom: 12px; }
  .tp4-head p { color: var(--textSecondary); max-width: 600px; margin: 0 auto; }
  .tp4-podium { display: flex; flex-direction: column; gap: 12px; }
  .tp4-podium .top-card {
    display: flex; align-items: center; gap: 20px;
    background: var(--cardBG); border-radius: var(--borderRadius); padding: 18px 24px;
    border: 1px solid var(--borderSubtle); transition: transform 0.3s;
  }
  .tp4-podium .top-card:hover { transform: translateX(6px); }
  .tp4-podium .top-card--gold { border-left: 4px solid #FFD700; background: linear-gradient(90deg, rgba(255,215,0,0.06), var(--cardBG) 40%); }
  .tp4-podium .top-card--silver { border-left: 4px solid #C0C0C0; background: linear-gradient(90deg, rgba(192,192,192,0.06), var(--cardBG) 40%); }
  .tp4-podium .top-card--bronze { border-left: 4px solid #CD7F32; background: linear-gradient(90deg, rgba(205,127,50,0.06), var(--cardBG) 40%); }
  .tp4-podium .top-card__rank {
    flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
    background: var(--borderSubtle); color: var(--textColor1);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 800;
  }
  .tp4-podium .top-card--gold .top-card__rank { background: #FFD700; color: #1a1a1a; }
  .tp4-podium .top-card--silver .top-card__rank { background: #C0C0C0; color: #1a1a1a; }
  .tp4-podium .top-card--bronze .top-card__rank { background: #CD7F32; color: #fff; }
  .tp4-podium .top-card__logo {
    flex-shrink: 0; width: 110px; height: 52px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
  }
  .tp4-podium .top-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
  .tp4-podium .top-card__logo svg { max-width: 100%; max-height: 100%; }
  .tp4-podium .top-card__body { flex: 1; min-width: 0; }
  .tp4-podium .top-card__body h3 { margin-bottom: 2px; font-size: 17px; }
  .tp4-podium .top-card__body p { color: var(--textSecondary); font-size: 14px; }
  .tp4-podium .top-card__right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
  .tp4-podium .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;
  }
  .tp4-podium .top-card__badge {
    padding: 4px 10px; border-radius: 20px; font-size: 10px; font-weight: 700;
    background: var(--accentColor); color: var(--textColor2); text-transform: uppercase;
  }
  .tp4-podium .top-card__badge:empty { display: none; }
  @media (max-width: 768px) {
    .tp4-podium .top-card { flex-wrap: wrap; gap: 12px; padding: 14px 16px; }
    .tp4-podium .top-card__right { width: 100%; justify-content: flex-start; }
  }



  /* ===== SOMETHING v9 — Stats with SVG ring progress + dot grid bg ===== */

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

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

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

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

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

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

  /* Grid */
  .sm9__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .sm9__item {
    text-align: center;
    padding: 28px 16px;
    border-radius: var(--borderRadius);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

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

  /* SVG ring */
  .sm9__ring {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 18px;
  }

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

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

  .sm9__ring-fill {
    fill: none;
    stroke: var(--secondStyleColor);
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: calc(2 * 3.14159 * 52);
    stroke-dashoffset: calc(2 * 3.14159 * 52 * (1 - var(--p, 0) / 100));
    transition: stroke-dashoffset 0.8s ease;
    filter: drop-shadow(0 0 6px color-mix(in srgb, var(--secondStyleColor) 30%, transparent));
  }

  .sm9__value {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: var(--secondStyleColor);
  }

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

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

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

  @media (max-width: 800px) {
    .sm9__ring {
      width: 90px;
      height: 90px;
    }

    .sm9__value {
      font-size: 20px;
    }

    .sm9__item h3 {
      font-size: 15px;
    }
  }

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

    .sm9__head {
      margin-bottom: 36px;
    }

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

    .sm9__grid {
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .sm9__item {
      padding: 22px 12px;
    }

    .sm9__ring {
      width: 80px;
      height: 80px;
      margin-bottom: 14px;
    }

    .sm9__value {
      font-size: 18px;
    }
  }

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

    .sm9__item {
      transition: none;
    }
  }



  /* ===== FAQ SECTION ===== */

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

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

  /* Header */
  .faqHeader {
    max-width: 760px;
    margin: 0 auto 45px auto;
    text-align: center;
  }

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

  .faqTitle {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 14px;
  }

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

  /* List */
  .faqList {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* Item */
  .faqItem {
    border: 1px solid var(--secondStyleColor);
    border-radius: var(--borderRadius);
    padding: 22px 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
    transition: 0.2s ease;
  }

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

  .faqQuestion {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--secondStyleColor);
  }

  .faqAnswer {
    font-size: 15px;
    line-height: 1.7;
    color: var(--textSecondary);
  }

  /* Responsive */
  @media (max-width: 700px) {
    .faqItem {
      padding: 20px 18px;
    }
  }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ft5__nav {
      gap: 6px;
    }

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

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

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



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