
:root {
  --bg: #16191d;
  --bg-card: #181c20;
  --text: #d2e6f4;
  --text-muted: rgba(255,255,255,0.5);
  --accent: #c6753f;
  --accent-rgb: 198,117,63;
  --accent2: #63c63f;
  --accent2-rgb: 99,198,63;
  --accent3: #cc5387;
  --accent3-rgb: 204,83,135;
  --border: rgba(255,255,255,0.08);
  --radius: 12px;
  --font: 'Poppins', sans-serif;
  --font-heading: 'Poppins', sans-serif;
  --bodyBG: #16191d;
  --textColor1: #d2e6f4;
  --textColor2: #111111;
  --textSecondary: #a3b3be;
  --textMuted: #748089;
  --secondStyleColor: #c6753f;
  --bgCard: #181c20;
  --bgAlt: #25292e;
  --borderSubtle: rgba(255,255,255,0.08);
  --borderRadius: 12px;
  --maxWidthContainer: 1200px;
  --scrollbarBg: rgba(255,255,255,0.1);
  --itemBgColor: transparent;
}

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

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

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

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

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

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

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

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

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

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


  /* ===== HEADER v6 — Glass floating bar + glow line ===== */

  .hd6 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 12px 16px 0;
    transition: padding 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hd6.scrolled {
    padding: 0;
  }

  .hd6__bar {
    position: relative;
    background: color-mix(in srgb, var(--bodyBG) 75%, transparent);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
    border-radius: var(--borderRadius);
    overflow: hidden;
    transition: border-radius 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hd6.scrolled .hd6__bar {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  /* Scanline overlay */
  .hd6__bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      color-mix(in srgb, var(--textColor1) 2%, transparent) 2px,
      color-mix(in srgb, var(--textColor1) 2%, transparent) 4px
    );
    pointer-events: none;
    z-index: 1;
  }

  .hd6__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    gap: 20px;
    z-index: 2;
  }

  /* Glow line */
  .hd6__glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
      90deg,
      transparent,
      var(--secondStyleColor),
      var(--accent2),
      var(--secondStyleColor),
      transparent
    );
    background-size: 200% 100%;
    animation: hd6-glow-slide 3s linear infinite;
  }

  @keyframes hd6-glow-slide {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }

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

  /* Desktop nav */
  .hd6__nav ul {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .hd6__nav .hd6__link {
    display: block;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: color-mix(in srgb, var(--textColor1) 65%, transparent);
    text-decoration: none;
    border-radius: var(--borderRadius);
    position: relative;
    transition: color 0.25s ease, background 0.25s ease;
  }

  .hd6__nav .hd6__link:hover {
    color: var(--textColor1);
    background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
  }

  .hd6__nav .hd6__link::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--secondStyleColor);
    border-radius: 2px;
    transition: width 0.25s ease, left 0.25s ease;
  }

  .hd6__nav .hd6__link:hover::after {
    width: 60%;
    left: 20%;
  }

  /* CTA button — gradient */
  .hd6__cta {
    padding: 10px 24px;
    border-radius: var(--borderRadius);
    background: linear-gradient(135deg, var(--secondStyleColor), var(--accent2));
    color: var(--bodyBG);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

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

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

  .hd6__burger:hover {
    border-color: color-mix(in srgb, var(--secondStyleColor) 40%, transparent);
    background: color-mix(in srgb, var(--secondStyleColor) 14%, transparent);
  }

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

  /* Burger active — X shape */
  .hd6__burger.active .hd6__burger-line:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .hd6__burger.active .hd6__burger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

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

  /* Mobile overlay — glass */
  .hd6__mobile {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: color-mix(in srgb, var(--bodyBG) 92%, transparent);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    z-index: 105;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    pointer-events: none;
  }

  .hd6__mobile.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hd6__mobile-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

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

  .hd6__mobile li {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .hd6__mobile.active li {
    opacity: 1;
    transform: translateY(0);
  }

  .hd6__mobile.active li:nth-child(1) { transition-delay: 0.08s; }
  .hd6__mobile.active li:nth-child(2) { transition-delay: 0.14s; }
  .hd6__mobile.active li:nth-child(3) { transition-delay: 0.20s; }
  .hd6__mobile.active li:nth-child(4) { transition-delay: 0.26s; }

  .hd6__mobile .hd6__link {
    font-size: 24px;
    font-weight: 600;
    color: var(--textColor1);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: var(--borderRadius);
    transition: color 0.2s ease, background 0.2s ease;
  }

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

  .hd6__mobile-cta {
    padding: 16px 36px;
    border-radius: var(--borderRadius);
    background: linear-gradient(135deg, var(--secondStyleColor), var(--accent2));
    color: var(--bodyBG);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .hd6__mobile.active .hd6__mobile-cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.32s;
  }

  .stopScroll {
    overflow: hidden;
  }

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

    .hd6__cta {
      display: none;
    }

    .hd6__burger {
      display: flex;
    }

    .hd6 {
      padding: 8px 10px 0;
    }

    .hd6.scrolled {
      padding: 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hd6,
    .hd6__bar,
    .hd6__mobile,
    .hd6__mobile li,
    .hd6__mobile-cta,
    .hd6__burger-line,
    .hd6__burger,
    .hd6__cta,
    .hd6__nav .hd6__link,
    .hd6__nav .hd6__link::after {
      transition: none;
    }

    .hd6__glow {
      animation: none;
    }
  }



  /*  */
  .uergv {
    min-height: 700px;
    height: 700px;
    max-height: 700px;
    display: flex;
    align-items: center;
    background-color: color-mix(
      in srgb,
      var(--secondStyleColor) 5%,
      transparent
    );
    position: relative;
    &&:after {
      content: "";
      position: absolute;
      right: 16%;
      width: calc(var(--maxWidthContainer) / 1.5);
      height: 600px;
      z-index: 1;
      border-radius: var(--borderRadius);
      background: radial-gradient(
        80% 60% at 30% 20%,
        color-mix(in srgb, var(--secondStyleColor) 15%, transparent),
        transparent 60%
      );
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
  }
  .uergv .container {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .utuii-img-wrap {
    width: 900px;
    border-radius: var(--borderRadius);
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    && img {
      width: 100%;
      height: 100%;
      border-radius: var(--borderRadius);
      object-fit: cover;
      object-position: 50% 20%;
    }
  }
  .rwhFL-RIG-CON {
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: var(--textColor1);
    && h1 {
      text-transform: uppercase;
      line-height: 1;
      font-weight: 900;
    }
    && p {
      text-wrap: balance;
    }
    && a {
      color: var(--textColor1);
      width: fit-content;
      font-size: 24px;
      border-bottom: 2px solid var(--textColor1);
      padding-bottom: 8px;
      transition: 0.2s all linear;
      &&:hover {
        letter-spacing: 2px;
      }
    }
  }
  @media (max-width: 800px) {
    .uergv {
      max-height: none;
      height: auto;
    }
    .uergv .container {
      flex-direction: column-reverse;
    }
    .utuii-img-wrap {
      width: 100%;
      height: 300px;
    }
    .uergv {
      &&:after {
        display: none;
      }
    }
    .rwhFL-RIG-CON {
      align-items: center;
      && h1 {
        color: var(--textColor1);
        font-size: 50px;
        text-align: center;
      }
      && p {
        color: var(--textColor1);
        text-align: center;
      }
      && a {
        color: var(--textColor1);
        border-color: var(--textColor1);
      }
    }
  }



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

  .toc {
    background-color: transparent;
  }

  .toc a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
    color: var(--textColor1);
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    border: 1px solid var(--secondStyleColor);
    padding: 10px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--itemBgColor);
  }

  .toc a:active,
  .toc a:hover,
  .toc a:focus {
    color: var(--textColor1);
    background-color: rgba(17, 17, 17, 0.2);
  }

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



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

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

.ab23__container{max-width:var(--maxWidthContainer);position:relative;z-index:1}

.ab23__header{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4rem;
  margin-bottom:6rem;
  align-items:end;
}

.ab23__label{
  font-size:.7rem;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  color:var(--secondStyleColor);
  margin-bottom:1.5rem;
}
.ab23 h2{
  line-height:1.15;
  color:var(--textColor1);
}
.ab23 h2 em{
  font-style:italic;
  color:var(--secondStyleColor);
}
.ab23__intro{
  font-size:1.05rem;
  font-weight:300;
  line-height:1.9;
  color:color-mix(in srgb, var(--textColor1) 55%, transparent);
  align-self:end;
  padding-bottom:.5rem;
}

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

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

.ab23__block-visual{
  position:relative;
  min-height:320px;
  overflow:hidden;
}
.ab23__block-visual::before{
  content:'';position:absolute;inset:0;
  z-index:1;
}
.ab23__block:nth-child(1) .ab23__block-visual{
  background:linear-gradient(135deg,rgba(var(--accent-rgb),.15),rgba(var(--accent-rgb),.03));
}
.ab23__block:nth-child(2) .ab23__block-visual{
  background:linear-gradient(135deg,rgba(var(--accent2-rgb),.15),rgba(var(--accent2-rgb),.03));
}
.ab23__block:nth-child(3) .ab23__block-visual{
  background:linear-gradient(135deg,rgba(var(--accent3-rgb),.15),rgba(var(--accent3-rgb),.03));
}

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

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

.ab23__block-body{
  padding:3rem;
  display:flex;flex-direction:column;justify-content:center;
}

.ab23__block-number{
  font-size:3.5rem;font-weight:700;
  color:color-mix(in srgb, var(--textColor1) 8%, transparent);
  line-height:1;
  margin-bottom:1rem;
}
.ab23__block-title{
  color:var(--textColor1);
  margin-bottom:1rem;
}
.ab23__block-text{
  font-size:.95rem;font-weight:300;
  line-height:1.8;
  color:color-mix(in srgb, var(--textColor1) 50%, transparent);
  margin-bottom:1.5rem;
}

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

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

@media(prefers-reduced-motion:reduce){
  .ab23__block,
  .ab23__ambient{animation:none!important;opacity:1;transform:none;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; }
  }



  /* ===== PARTNERS v12 — Terminal card / code aesthetic ===== */

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

  /* Matrix rain container */
  .prt12__rain {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.12;
  }

  .prt12__rain-col {
    position: absolute;
    top: -100%;
    font-size: 14px;
    line-height: 1.2;
    color: var(--secondStyleColor);
    writing-mode: vertical-rl;
    text-orientation: upright;
    animation: prt12Fall linear infinite;
    white-space: nowrap;
    letter-spacing: 4px;
  }

  @keyframes prt12Fall {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(calc(100vh + 100%));
    }
  }

  /* Scanline overlay */
  .prt12__scanline {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(0, 0, 0, 0.06) 2px,
      rgba(0, 0, 0, 0.06) 4px
    );
  }

  /* Terminal window */
  .prt12 .container {
    position: relative;
    z-index: 2;
  }

  .prt12__terminal {
    max-width: 720px;
    margin: 0 auto;
    border-radius: calc(var(--borderRadius) * 1.2);
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.4),
      0 0 60px color-mix(in srgb, var(--secondStyleColor) 6%, transparent);
    overflow: hidden;
  }

  /* Chrome bar */
  .prt12__chrome {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
  }

  .prt12__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .prt12__dot--red {
    background: #ff5f57;
  }

  .prt12__dot--yellow {
    background: #febc2e;
  }

  .prt12__dot--green {
    background: #28c840;
  }

  .prt12__chrome-title {
    margin-left: auto;
    font-size: 12px;
    color: color-mix(in srgb, var(--textColor1) 40%, transparent);
    letter-spacing: 0.04em;
    font-family: "Courier New", Courier, monospace;
  }

  /* Terminal body */
  .prt12__body {
    padding: 24px 28px;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    line-height: 1.8;
  }

  .prt12__line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 6px;
  }

  .prt12__line--indent {
    padding-left: 24px;
  }

  .prt12__line--indent2 {
    padding-left: 48px;
  }

  /* Syntax colors */
  .prt12__brace {
    color: color-mix(in srgb, var(--textColor1) 50%, transparent);
  }

  .prt12__key {
    color: var(--secondStyleColor);
  }

  .prt12__colon {
    color: color-mix(in srgb, var(--textColor1) 40%, transparent);
  }

  .prt12__string {
    color: var(--accent2);
    word-break: break-word;
  }

  .prt12__number {
    color: var(--accent3);
  }

  .prt12__comma {
    color: color-mix(in srgb, var(--textColor1) 35%, transparent);
  }

  /* Logo box */
  .prt12__logo-row {
    align-items: center;
    margin: 10px 0;
  }

  .prt12__logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    margin-left: 6px;
    border: 1px dashed color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
    border-radius: var(--borderRadius);
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.3s ease;
  }

  .prt12__logo-box:hover {
    border-color: color-mix(in srgb, var(--secondStyleColor) 55%, transparent);
  }

  .prt12__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .prt12__logo-link:hover {
    transform: scale(1.06);
  }

  .prt12__logo-link img {
    max-width: 140px;
    max-height: 50px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
  }

  /* Quote block */
  .prt12__quote-block {
    margin: 6px 0;
    padding-top: 6px;
    padding-bottom: 6px;
    border-left: 3px solid var(--accent2);
    margin-left: 24px;
    padding-left: 18px;
  }

  .prt12__string--quote {
    font-style: italic;
    color: color-mix(in srgb, var(--accent2) 75%, var(--textColor1));
  }

  /* Command line */
  .prt12__cmd {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    align-items: center;
  }

  .prt12__prompt {
    color: var(--secondStyleColor);
    font-weight: 700;
    margin-right: 8px;
  }

  .prt12__cta {
    color: var(--textColor1);
    text-decoration: none;
    padding: 4px 12px;
    border-radius: 4px;
    transition: background 0.3s ease, color 0.3s ease;
  }

  .prt12__cta:hover {
    background: var(--secondStyleColor);
    color: var(--bodyBG);
  }

  /* Blinking cursor */
  .prt12__cursor {
    display: inline-block;
    width: 8px;
    height: 16px;
    background: var(--secondStyleColor);
    margin-left: 4px;
    vertical-align: text-bottom;
    animation: prt12Blink 1s steps(2) infinite;
  }

  @keyframes prt12Blink {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /* Typed animation */
  .prt12__typed {
    overflow: hidden;
    white-space: normal;
  }

  .prt12__typed--anim {
    display: inline;
    border-right: 2px solid var(--accent2);
    animation: prt12TypeCursor 0.7s steps(2) infinite;
  }

  .prt12__typed--done {
    border-right: none;
  }

  @keyframes prt12TypeCursor {
    0% {
      border-right-color: var(--accent2);
    }
    100% {
      border-right-color: transparent;
    }
  }

  /* Responsive */
  @media (max-width: 800px) {
    .prt12__body {
      padding: 20px 22px;
      font-size: 13px;
    }

    .prt12__line--indent {
      padding-left: 18px;
    }

    .prt12__line--indent2 {
      padding-left: 36px;
    }

    .prt12__quote-block {
      margin-left: 18px;
      padding-left: 14px;
    }
  }

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

    .prt12__body {
      padding: 16px 14px;
      font-size: 12px;
      line-height: 1.7;
    }

    .prt12__line--indent {
      padding-left: 12px;
    }

    .prt12__line--indent2 {
      padding-left: 24px;
    }

    .prt12__chrome-title {
      display: none;
    }

    .prt12__logo-box {
      padding: 12px 16px;
    }

    .prt12__logo-link img {
      max-width: 110px;
      max-height: 40px;
    }

    .prt12__quote-block {
      margin-left: 12px;
      padding-left: 12px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .prt12__rain-col {
      animation: none;
      display: none;
    }
    .prt12__cursor {
      animation: none;
      opacity: 1;
    }
    .prt12__typed--anim {
      animation: none;
    }
    .prt12__logo-box,
    .prt12__logo-link,
    .prt12__cta {
      transition: none;
    }
  }



  .steps-dheader {
    margin-bottom: 40px;
  }
  .steps--diagonal {
    position: relative;
    overflow: hidden;
    h2,
    h2 + p {
      text-align: center;
    }
  }

  .steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 2;
  }

  .step--outline {
    background: transparent;
    border: 2px solid var(--secondStyleColor);
    border-radius: var(--borderRadius);
    padding: 2.5rem 2rem;
    position: relative;
    transition: all 0.3s ease;
  }

  .step--outline:hover {
    transform: translateY(-5px);
  }

  .step__number {
    font-size: 4rem;
    color: var(--secondStyleColor);
    opacity: 0.3;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
  }

  .step__content {
    position: relative;
    z-index: 2;
  }

  .step__content h3 {
    margin-bottom: 1rem;
    color: var(--textColor1);
  }

  .step__content p {
    color: var(--textColor1);
    line-height: 1.6;
  }

  .step-arc {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid var(--secondStyleColor);
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    bottom: -10px;
    left: -10px;
    opacity: 0.3;
    transition: opacity 0.3s ease;
  }

  .step--outline:hover .step-arc {
    opacity: 1;
  }

  .steps-visual {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 400px;
    height: 200px;
    opacity: 0.5;
  }

  .plane-trajectory {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .plane-trajectory svg {
    width: 100%;
    height: 100%;
  }

  @media (max-width: 1024px) {
    .steps-visual {
      display: none;
    }
    .steps-dheader {
      margin-bottom: 20px;
    }
  }



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



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



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



  /* ===========================
     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 v9 — Bento grid with hero card ===== */

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

  .ft9__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 55px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .ft9__kicker {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
    background: color-mix(in srgb, var(--secondStyleColor) 8%, transparent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--secondStyleColor);
  }

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

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

  /* Bento grid */
  .ft9__bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  /* Hero card spans 1 col, 2 rows */
  .ft9__card--hero {
    grid-row: 1 / 3;
  }

  /* Wide card spans full width */
  .ft9__card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 22px;
  }

  .ft9__wide-body {
    flex: 1;
  }

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

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

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

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

  /* Hero card BG — orbiting circles */
  .ft9__card-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .ft9__orbit {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 220px;
    height: 220px;
  }

  .ft9__orbit span {
    position: absolute;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
  }

  .ft9__orbit span:nth-child(1) {
    inset: 0;
    animation: ft9Spin 14s linear infinite;
  }

  .ft9__orbit span:nth-child(2) {
    inset: 20%;
    animation: ft9Spin 20s linear infinite reverse;
  }

  .ft9__orbit span:nth-child(3) {
    inset: 40%;
    animation: ft9Spin 28s linear infinite;
  }

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

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

  .ft9__card:hover .ft9__icon {
    transform: rotate(-6deg) scale(1.08);
  }

  .ft9__icon i {
    font-size: 20px;
    color: var(--secondStyleColor);
    filter: drop-shadow(0 3px 8px color-mix(in srgb, var(--secondStyleColor) 35%, transparent));
  }

  .ft9__icon--lg {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .ft9__icon--lg i {
    font-size: 26px;
  }

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

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

  /* Chips inside hero card */
  .ft9__chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 18px;
  }

  .ft9__chips span {
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--secondStyleColor) 25%, transparent);
    font-size: 12px;
    font-weight: 500;
    color: color-mix(in srgb, var(--textColor1) 70%, transparent);
    transition: border-color 0.3s ease, color 0.3s ease;
  }

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

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

    .ft9__card--hero {
      grid-row: auto;
      grid-column: 1 / -1;
    }

    .ft9__card--wide {
      grid-column: 1 / -1;
    }
  }

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

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

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

    .ft9__card--wide {
      flex-direction: column;
    }

    .ft9__icon {
      width: 42px;
      height: 42px;
      border-radius: 12px;
    }

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

    .ft9__icon--lg {
      width: 52px;
      height: 52px;
    }

    .ft9__icon--lg i {
      font-size: 22px;
    }
  }

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

    .ft9__head {
      margin-bottom: 36px;
    }

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

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

    .ft9__card--hero {
      grid-column: auto;
    }

    .ft9__card--wide {
      grid-column: auto;
    }

    .ft9__card {
      padding: 22px 18px;
    }

    .ft9__chips span {
      font-size: 11px;
      padding: 4px 10px;
    }

    .ft9__orbit {
      width: 160px;
      height: 160px;
      right: -20px;
      bottom: -20px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ft9__orbit span {
      animation: none;
    }
    .ft9__card,
    .ft9__icon,
    .ft9__chips span {
      transition: none;
    }
  }



  /*  */
  .faq--timeline {
    padding: var(--sectionPadding);
    border-radius: var(--borderRadius);
  }

  .faq--timeline .container {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .faqEyebrow {
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: var(--secondStyleColor);
    font-size: 13px;
  }

  .faqHeader h2 {
    margin: 0 0 10px 0;
  }

  .faqIntro {
    margin: 0;
    color: var(--textColor1);
    opacity: 0.9;
  }

  /* Two fixed columns prevent items from jumping between columns */
  .faqGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
  }

  .faqCol {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .faqCard {
    position: relative;
    border-radius: calc(var(--borderRadius) * 0.8);
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 45%, transparent);
    background: color-mix(in srgb, var(--mainStyleColor) 7%, transparent);
    overflow: hidden;
    transition:
      border-color 0.25s ease,
      transform 0.25s ease,
      background-color 0.25s ease;
  }

  .faqCard::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--secondStyleColor);
    opacity: 0.35;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
    transform: scaleY(0.4);
    transform-origin: top;
  }

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

  .faqCard.is-open::before {
    opacity: 0.9;
    transform: scaleY(1);
  }

  .faqQuestion {
    width: 100%;
    min-height: 80px;
    padding: 18px 18px 14px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    background: transparent;
    color: var(--textColor1);
    text-align: left;
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.35;
  }

  .faqQuestion:focus-visible {
    outline: 2px solid var(--secondStyleColor);
    outline-offset: 2px;
    border-radius: calc(var(--borderRadius) * 0.6);
  }

  .faqBadge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 36px;
    padding: 0 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--secondStyleColor) 16%, transparent);
    color: var(--secondStyleColor);
    font-weight: 900;
    font-size: 14px;
    border: 1px solid
      color-mix(in srgb, var(--secondStyleColor) 40%, transparent);
  }

  .faqAnswer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 20px;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      padding 0.25s ease;
  }

  .faqAnswer p {
    margin: 0;
    padding: 0 0 18px 0;
    color: var(--textColor1);
    opacity: 0.95;
  }

  .faqCard.is-open .faqAnswer {
    opacity: 1;
    padding-bottom: 2px;
  }

  @media (max-width: 980px) {
    .faqGrid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .faqQuestion {
      font-size: 17px;
      padding: 16px 16px 12px 16px;
    }

    .faqAnswer {
      padding: 0 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}