:root {
  --bg: #130f1d;
  --bg-card: #1e1730;
  --text: #e0d4f5;
  --text-muted: rgba(255, 255, 255, 0.5);
  --accent: #9b59b6;
  --accent-rgb: 155, 89, 182;
  --accent2: #b65d59;
  --accent2-rgb: 182, 93, 89;
  --accent3: #6b75be;
  --accent3-rgb: 107, 117, 190;
  --border: rgba(255, 255, 255, 0.08);
  --radius: 12px;
  --font: "Space Grotesk", sans-serif;
  --font-heading: "Space Grotesk", sans-serif;
  --bodyBG: #130f1d;
  --textColor1: #e0d4f5;
  --textColor2: #ffffff;
  --textSecondary: #ada3bf;
  --textMuted: #7a7289;
  --secondStyleColor: #9b59b6;
  --bgCard: #1e1730;
  --bgAlt: #231f2e;
  --borderSubtle: rgba(255, 255, 255, 0.08);
  --borderRadius: 12px;
  --maxWidthContainer: 1200px;
  --scrollbarBg: rgba(255, 255, 255, 0.1);
  --itemBgColor: transparent;
}

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

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

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

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

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

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

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

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

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

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

/* ===========================
          HEADER
        =========================== */

.site-header {
  position: relative;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
  /* border-bottom: 1px solid var(--secondStyleColor); */
}
.site-headerA {
  font-size: 24px;
  font-weight: 900;
  color: var(--textColor1);
}

.header-cta {
  padding: 12px 20px;
  color: var(--textColor2);
  font-weight: 500;
  border-radius: var(--borderRadius);
  background-color: var(--secondStyleColor);
}

/* layout */

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 18px;
}

/* ===========================
   LOGO
=========================== */

.logo {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  color: var(--text-main);
}

.logo span:first-child {
  background: linear-gradient(120deg, var(--accent-2), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.logo span:last-child {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ===========================
   NAV DESKTOP
=========================== */

.nav {
  display: flex;
  gap: 22px;
  align-items: center;
}

.header__nav > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  border-radius: var(--borderRadius);
  border: 1px solid var(--secondStyleColor);
}

/* ссылки */

.nav a,
.header__nav > ul a {
  position: relative;
  color: var(--textColor1);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: var(--borderRadius);
  padding: 10px 20px;
}

/* подчёркивание — неоновая линия */

.nav a::before,
.header__nav > ul a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  transform-origin: center;
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.nav a:hover,
.header__nav > ul a:hover {
  transform: translateY(-1px);
}

.nav a:hover::before,
.header__nav > ul a:hover::before {
  transform: scaleX(1);
}

/* ===========================
   BURGER BUTTON
=========================== */

.burger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid var(--secondStyleColor);
  background: radial-gradient(
    circle at 0 0,
    rgba(77, 243, 255, 0.22),
    transparent 65%
  );
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100;
}

/* три полоски */

.burger::before,
.burger::after,
.burger .icon-left {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--textColor1);
  transition: all 0.25s ease;
}

.burger::before {
  top: 13px;
  transform: translateX(-50%);
}

.burger::after {
  bottom: 13px;
  transform: translateX(-50%);
}

.burger .icon-left {
  top: 50%;
  transform: translate(-50%, -50%);
}

.burger.open::before {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.burger.open::after {
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) rotate(-45deg);
}

.burger.open .icon-left {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}

/* icon-right не используется, оставляем выключенным */
.burger .icon-right {
  display: none;
}

/* ===========================
   MOBILE MENU
=========================== */

.mobile__menu {
  display: none;
}

/* off-canvas навигация */

@media (max-width: 1024px) {
  .header-cta {
    display: none;
  }
  .nav {
    display: none;
  }

  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  .mobile__menu {
    display: block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  .header__nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: var(--bodyBG);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    z-index: 50;
    transform: translateX(-120%);
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
  }

  .header__nav > ul {
    margin-top: 90px;
    margin-left: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
  }

  .header__nav > ul a {
    font-size: 18px;
    color: var(--text-main);
  }

  /* CTA-кнопка в моб.меню */
  .header__nav > a {
    display: inline-block !important;
    margin: auto 24px 36px;
    max-width: 90%;
    text-align: center;
    color: var(--textColor2) !important;
    background: var(--secondStyleColor);
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
  }

  .navOpen {
    transform: translateX(0%);
  }

  header .btn {
    display: none;
  }
}

/* ===========================
   ACCESSIBILITY & MOTION
=========================== */

.header__nav > ul a:focus-visible,
.burger:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .burger,
  .burger * {
    transition: none !important;
  }
  .header__nav {
    transition: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --scrollbarBg: rgba(255, 255, 255, 0.1);
  --itemBgColor: transparent;
}

.swiper {
  padding-bottom: 10px !important;
}

.toc .swiper-slide {
  width: fit-content;
}

.toc h2 {
  margin: 0 !important;
  text-align: center;
  color: var(--textColor1);
}

.toc {
  background-color: transparent;
}

.toc a {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;
  color: color-mix(in srgb, var(--textColor1) 65%, transparent);
  padding: 10px 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--itemBgColor);
  border: none;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.toc a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 24px;
  right: 24px;
  height: 2px;
  background: var(--secondStyleColor);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.toc a:hover,
.toc a:focus {
  color: var(--textColor1);
}

.toc a:hover::after,
.toc a:focus::after {
  transform: scaleX(1);
}

.toc .swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 24px;
}

.toc-swiper .swiper-scrollbar {
  background: var(--scrollbarBg);
  height: 4px;
  border-radius: 2px;
}

.toc-swiper .swiper-scrollbar-drag {
  background: var(--secondStyleColor);
  border-radius: 2px;
  width: 20%;
}

.toc.wrapper {
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.toc-swiper {
  max-width: calc(var(--maxWidthContainer) - 40px);
  margin: 0 auto;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 750px) {
  .toc.wrapper {
    margin-left: auto;
  }
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 90% !important;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .toc a,
  .toc a::after {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
}

/* ===== ABOUT v19 — SVG waves + circular portrait with orbit ring ===== */

.ab19 {
  position: relative;
  color: var(--textColor1);
}

/* SVG waves */
.ab19__wave {
  display: block;
  width: 100%;
  height: 50px;
  color: color-mix(in srgb, var(--secondStyleColor) 5%, transparent);
}

.ab19__wave--top {
  margin-bottom: -1px;
}

.ab19__wave--bot {
  margin-top: -1px;
}

.ab19__inner {
  background: color-mix(in srgb, var(--secondStyleColor) 5%, transparent);
  padding: clamp(50px, 6vw, 80px) 0;
}

.ab19__layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

/* Visual — portrait + orbit */
.ab19__visual {
  position: relative;
  width: clamp(220px, 28vw, 320px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab19__orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed
    color-mix(in srgb, var(--secondStyleColor) 22%, transparent);
  animation: ab19Rotate 25s linear infinite;
}

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

.ab19__portrait {
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

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

.ab19__portrait:hover img {
  transform: scale(1.06);
}

.ab19__glow {
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  background: var(--secondStyleColor);
  opacity: 0.06;
  filter: blur(40px);
  z-index: 0;
  animation: ab19Breathe 3.5s ease-in-out infinite alternate;
}

@keyframes ab19Breathe {
  0% {
    opacity: 0.04;
    transform: scale(0.95);
  }
  100% {
    opacity: 0.1;
    transform: scale(1.08);
  }
}

/* Text */
.ab19__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ab19__tag {
  display: inline-block;
  width: fit-content;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondStyleColor);
}

.ab19__text h2 {
  margin: 0;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ab19__text > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--textColor1) 72%, transparent);
}

.ab19__row {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}

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

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

.ab19__mini strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.ab19__mini span {
  font-size: 12px;
  color: color-mix(in srgb, var(--textColor1) 55%, transparent);
}

/* Responsive */
@media (max-width: 950px) {
  .ab19__visual {
    width: clamp(200px, 26vw, 280px);
  }
}

@media (max-width: 800px) {
  .ab19__layout {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .ab19__visual {
    width: 240px;
  }

  .ab19__text {
    align-items: center;
  }

  .ab19__row {
    justify-content: center;
  }

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

  .ab19__text > p {
    font-size: 14px;
  }
}

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

  .ab19__wave {
    height: 32px;
  }

  .ab19__visual {
    width: 200px;
  }

  .ab19__row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

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

@media (prefers-reduced-motion: reduce) {
  .ab19__orbit {
    animation: none;
  }

  .ab19__glow {
    animation: none;
  }

  .ab19__portrait img {
    transition: none;
  }
}

/* ===== PARTNERS v9 — Minimal full-width strip ===== */

.pt9 {
  color: var(--textColor1);
}

.pt9__strip {
  border-top: 1px solid
    color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
  border-bottom: 1px solid
    color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
  padding: clamp(40px, 5vw, 70px) 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
}

.pt9__inner {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
}

.pt9__text {
  flex: 1;
}

.pt9__text h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pt9__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: color-mix(in srgb, var(--textColor1) 68%, transparent);
  max-width: 480px;
}

/* Vertical divider */
.pt9__divider {
  width: 1px;
  height: 80px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--secondStyleColor),
    transparent
  );
  opacity: 0.4;
  flex-shrink: 0;
}

/* Logo */
.pt9__logo-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 36px;
  border-radius: var(--borderRadius);
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 18%, transparent);
  background: rgba(255, 255, 255, 0.03);
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
}

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

.pt9__logo-box img {
  max-width: 200px;
  filter: invert(1);
  max-height: 70px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  -webkit-filter: invert(1);
}

/* Responsive */
@media (max-width: 800px) {
  .pt9__inner {
    flex-direction: column;
    text-align: center;
  }

  .pt9__divider {
    width: 60px;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      var(--secondStyleColor),
      transparent
    );
  }

  .pt9__text p {
    max-width: 100%;
  }

  .pt9__logo-box {
    padding: 20px 30px;
  }

  .pt9__logo-box img {
    max-width: 170px;
  }
}

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

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

  .pt9__text p {
    font-size: 14px;
  }

  .pt9__logo-box {
    padding: 18px 24px;
  }

  .pt9__logo-box img {
    max-width: 140px;
    max-height: 50px;
  }
}

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

/* ===== FEATURES v16 — Magazine editorial with SVG wave dividers ===== */

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

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

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

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

/* Blocks */
.ft16__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}

.ft16__block--rev {
  direction: rtl;
}

.ft16__block--rev > * {
  direction: ltr;
}

/* Media */
.ft16__media {
  border-radius: calc(var(--borderRadius) * 1.2);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

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

.ft16__block:hover .ft16__media img {
  transform: scale(1.04);
}

/* Text */
.ft16__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ft16__label {
  display: inline-block;
  width: fit-content;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondStyleColor);
  padding: 5px 14px;
  border-radius: 100px;
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 25%, transparent);
}

.ft16__text h3 {
  margin: 0;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ft16__text > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--textColor1) 72%, transparent);
}

.ft16__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.ft16__tags span {
  padding: 6px 14px;
  border-radius: var(--borderRadius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 500;
  color: color-mix(in srgb, var(--textColor1) 75%, transparent);
  transition:
    border-color 0.25s ease,
    color 0.25s ease;
}

.ft16__block:hover .ft16__tags span {
  border-color: color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
  color: var(--textColor1);
}

/* SVG wave divider */
.ft16__wave {
  display: block;
  width: 100%;
  height: 40px;
  margin: 50px 0;
  color: color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
}

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

  .ft16__text h3 {
    font-size: 20px;
  }
}

@media (max-width: 800px) {
  .ft16__block,
  .ft16__block--rev {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .ft16__media {
    aspect-ratio: 16 / 9;
  }

  .ft16__wave {
    margin: 36px 0;
  }

  .ft16__text > p {
    font-size: 14px;
  }
}

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

  .ft16__head {
    margin-bottom: 40px;
  }

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

  .ft16__wave {
    margin: 28px 0;
    height: 30px;
  }

  .ft16__tags span {
    font-size: 11px;
    padding: 5px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft16__media img,
  .ft16__tags span {
    transition: none;
  }
}

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

.gl7__head {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 44px;
}

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

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

.gl7__mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}

.gl7__item {
  position: relative;
  border-radius: var(--borderRadius);
  overflow: hidden;
  cursor: pointer;
}

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

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

.gl7__item:hover img {
  transform: scale(1.06);
}

.gl7__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--bodyBG) 85%, transparent) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gl7__item:hover .gl7__overlay {
  opacity: 1;
}

.gl7__overlay h3 {
  margin: 0 0 2px;
  font-size: 17px;
  font-weight: 600;
}

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

@media (max-width: 800px) {
  .gl7__mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .gl7__overlay {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .gl7 {
    padding: 48px 0;
  }
  .gl7__head {
    margin-bottom: 32px;
  }
  .gl7__mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  .gl7__item--tall {
    grid-row: span 1;
  }
}

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

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

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

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

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

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

/* Timeline wrapper */
.rm12__wrapper {
  position: relative;
  overflow: hidden;
}

/* Connecting line */
.rm12__line {
  position: absolute;
  top: 30px;
  left: 60px;
  right: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--secondStyleColor),
    var(--accent2),
    var(--secondStyleColor)
  );
  border-radius: 2px;
  z-index: 0;
}

.rm12__line-glow {
  position: absolute;
  inset: -3px 0;
  background: linear-gradient(
    90deg,
    transparent,
    var(--secondStyleColor),
    var(--accent2),
    transparent
  );
  filter: blur(8px);
  opacity: 0.4;
  animation: rm12LineGlow 3s ease-in-out infinite alternate;
}

@keyframes rm12LineGlow {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.55;
  }
}

/* Scrollable track */
.rm12__track {
  display: flex;
  gap: 40px;
  padding: 40px 60px 60px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  align-items: flex-start;
}

.rm12__track::-webkit-scrollbar {
  display: none;
}

/* Phase card */
.rm12__card {
  position: relative;
  z-index: 1;
  min-width: 280px;
  max-width: 280px;
  flex-shrink: 0;
  background: var(--bgCard);
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 15%, transparent);
  border-radius: var(--borderRadius);
  padding: 28px 24px;
  opacity: 0;
  transform: translateY(30px);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

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

.rm12__card:hover {
  border-color: color-mix(in srgb, var(--accent2) 40%, transparent);
  box-shadow: 0 0 30px color-mix(in srgb, var(--accent2) 10%, transparent);
}

/* Connector dot */
.rm12__dot {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--secondStyleColor);
  border: 3px solid var(--bodyBG);
  box-shadow: 0 0 12px
    color-mix(in srgb, var(--secondStyleColor) 50%, transparent);
}

.rm12__dot--pulse {
  background: var(--accent2);
  border-color: var(--bodyBG);
  box-shadow: 0 0 12px color-mix(in srgb, var(--accent2) 50%, transparent);
  animation: rm12DotPulse 2s ease-in-out infinite;
}

.rm12__dot--empty {
  background: transparent;
  border: 3px solid color-mix(in srgb, var(--secondStyleColor) 35%, transparent);
  box-shadow: none;
}

@keyframes rm12DotPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent2) 30%, transparent);
  }
  50% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--accent2) 0%, transparent);
  }
}

.rm12__stem {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 2px;
  height: 12px;
  background: linear-gradient(to bottom, var(--secondStyleColor), transparent);
  transform: translateX(-50%);
}

/* Status badge */
.rm12__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 16%, transparent);
  color: color-mix(in srgb, var(--textColor1) 50%, transparent);
  white-space: nowrap;
}

.rm12__status--completed {
  background: color-mix(in srgb, var(--secondStyleColor) 10%, transparent);
  color: var(--secondStyleColor);
  border-color: color-mix(in srgb, var(--secondStyleColor) 28%, transparent);
}

.rm12__status--active {
  background: color-mix(in srgb, var(--accent2) 15%, transparent);
  color: var(--accent2);
  border-color: color-mix(in srgb, var(--accent2) 28%, transparent);
  animation: rm12PulseStatus 2s ease-in-out infinite;
}

@keyframes rm12PulseStatus {
  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent2) 30%, transparent);
  }
  50% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--accent2) 0%, transparent);
  }
}

.rm12__status i {
  font-size: 9px;
}

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

.rm12__date {
  font-size: 12px;
  font-weight: 600;
  color: var(--secondStyleColor);
  margin-bottom: 12px;
}

.rm12__date i {
  margin-right: 4px;
}

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

/* Nav arrows */
.rm12__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.rm12__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
  background: var(--bgCard);
  color: var(--secondStyleColor);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

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

/* Scroll indicator */
.rm12__dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 6px;
}

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

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

/* Responsive */
@media (max-width: 950px) {
  .rm12__track {
    padding: 40px 32px 50px;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .rm12__track {
    padding: 40px 24px 50px;
    gap: 24px;
  }

  .rm12__card {
    min-width: 250px;
    max-width: 250px;
  }

  .rm12__line {
    left: 24px;
    right: 24px;
  }
}

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

  .rm12__head {
    margin-bottom: 36px;
  }

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

  .rm12__card {
    min-width: 230px;
    max-width: 230px;
    padding: 24px 18px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .rm12__card {
    transition: none;
    opacity: 1;
    transform: none;
  }

  .rm12__dot--pulse {
    animation: none;
  }

  .rm12__status--active {
    animation: none;
  }

  .rm12__line-glow {
    animation: none;
  }

  .rm12__arrow {
    transition: none;
  }

  .rm12__scroll-dot {
    transition: none;
  }
}

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

.rv10__accent-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--secondStyleColor));
}

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

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

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

/* Timeline */
.rv10__timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.rv10__timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: color-mix(in srgb, var(--secondStyleColor) 20%, transparent);
  transform: translateX(-50%);
}

.rv10__item {
  position: relative;
  display: flex;
  width: 50%;
}

.rv10__item--left {
  align-self: flex-start;
  justify-content: flex-end;
  padding-right: 36px;
}

.rv10__item--right {
  align-self: flex-end;
  padding-left: 36px;
}

.rv10__dot {
  position: absolute;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--secondStyleColor);
  border: 2px solid var(--bodyBG);
  z-index: 1;
}

.rv10__item--left .rv10__dot {
  right: -5px;
}
.rv10__item--right .rv10__dot {
  left: -5px;
}

.rv10__card {
  padding: 24px 22px 20px;
  border-radius: var(--borderRadius);
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
  width: 100%;
}

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

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

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

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

.rv10__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
}

.rv10__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--secondStyleColor) 18%, transparent),
    color-mix(in srgb, var(--secondStyleColor) 8%, transparent)
  );
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 25%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--secondStyleColor);
}

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

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

@media (max-width: 800px) {
  .rv10__timeline::before {
    left: 16px;
  }
  .rv10__item {
    width: 100%;
    padding-left: 44px !important;
    padding-right: 0 !important;
  }
  .rv10__item--left {
    align-self: auto;
    justify-content: flex-start;
  }
  .rv10__dot {
    left: 11px !important;
    right: auto !important;
  }
}

@media (max-width: 600px) {
  .rv10 {
    padding: 48px 0;
  }
  .rv10__head {
    margin-bottom: 40px;
  }
  .rv10__card {
    padding: 20px 16px 18px;
  }
  .rv10__timeline {
    gap: 20px;
  }
  .rv10__accent-line {
    display: none;
  }
}

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

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

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

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

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

.pl10__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 24px);
  align-items: start;
}

.pl10__card {
  border-radius: var(--borderRadius);
  overflow: hidden;
  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;
}

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

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

/* Visual top area */
.pl10__visual {
  position: relative;
  height: 200px;
  overflow: hidden;
}

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

.pl10__card:hover .pl10__visual img {
  transform: scale(1.06);
}

.pl10__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--bodyBG) 95%, transparent) 0%,
    color-mix(in srgb, var(--bodyBG) 40%, transparent) 50%,
    transparent 100%
  );
  pointer-events: none;
}

.pl10__tag {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  background: var(--secondStyleColor);
  color: var(--bodyBG);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pl10__tier {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px clamp(20px, 2.5vw, 28px);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.pl10__tier h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.pl10__price {
  font-size: 30px;
  font-weight: 800;
  color: var(--secondStyleColor);
  line-height: 1;
}

.pl10__price small {
  font-size: 13px;
  font-weight: 500;
  color: color-mix(in srgb, var(--textColor1) 45%, transparent);
}

/* Content bottom */
.pl10__content {
  padding: clamp(18px, 2.5vw, 24px) clamp(20px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.pl10__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pl10__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: color-mix(in srgb, var(--textColor1) 75%, transparent);
}

.pl10__list li i {
  font-size: 11px;
  color: var(--secondStyleColor);
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.pl10__btn {
  display: block;
  text-align: center;
  padding: 12px 24px;
  border-radius: var(--borderRadius);
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 22%, transparent);
  background: transparent;
  color: var(--textColor1);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease;
}

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

.pl10__btn--primary {
  background: var(--secondStyleColor);
  color: var(--bodyBG);
  border-color: var(--secondStyleColor);
}

.pl10__btn--primary:hover {
  box-shadow: 0 8px 24px
    color-mix(in srgb, var(--secondStyleColor) 30%, transparent);
}

@media (max-width: 900px) {
  .pl10__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .pl10__card--featured {
    order: -1;
  }
}

@media (max-width: 600px) {
  .pl10 {
    padding: 48px 0;
  }
  .pl10__head {
    margin-bottom: 36px;
  }
  .pl10__visual {
    height: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pl10__card,
  .pl10__visual img,
  .pl10__btn {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hw18__head {
    margin-bottom: 36px;
  }

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .hw18__border {
    animation: none;
    opacity: 0.2;
    background: var(--secondStyleColor);
  }
  .hw18__card:hover .hw18__spark {
    animation: none;
  }
  .hw18__icon-box i {
    transition: none;
  }
}

/* ===========================
     FAQ 10 — Geometric Pulse
     Rotating conic-gradient borders + SVG background
     =========================== */

@property --faq10-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.faq10 {
  position: relative;
  padding: clamp(56px, 6vw, 100px) 0;
  overflow: hidden;
  color: var(--textColor1);
  background:
    radial-gradient(
      1200px 700px at 20% 15%,
      color-mix(in srgb, var(--secondStyleColor) 8%, transparent) 0%,
      transparent 60%
    ),
    radial-gradient(
      1000px 650px at 80% 85%,
      color-mix(in srgb, var(--secondStyleColor) 6%, transparent) 0%,
      transparent 65%
    ),
    var(--bodyBG);
}

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

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

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

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

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

/* List */
.faq10__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin: 0 auto;
}

/* Card */
.faq10__card {
  position: relative;
  border-radius: var(--borderRadius);
  background: color-mix(in srgb, var(--bodyBG) 80%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
  transition:
    border-color 0.5s ease,
    box-shadow 0.5s ease;
}

/* Rotating conic-gradient border (active state) */
.faq10__card::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-radius: var(--borderRadius);
  padding: 1.5px;
  background: conic-gradient(
    from var(--faq10-angle),
    transparent 0%,
    var(--secondStyleColor) 8%,
    color-mix(in srgb, var(--secondStyleColor) 60%, transparent) 16%,
    transparent 28%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.faq10__card.is-open::before {
  opacity: 1;
  animation: faq10-rotate 4s linear infinite;
}

.faq10__card.is-open {
  border-color: transparent;
  box-shadow:
    0 4px 24px color-mix(in srgb, var(--secondStyleColor) 10%, transparent),
    0 0 0 1px color-mix(in srgb, var(--secondStyleColor) 8%, transparent);
}

@keyframes faq10-rotate {
  to {
    --faq10-angle: 360deg;
  }
}

/* Trigger button */
.faq10__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

/* Number badge */
.faq10__num {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--secondStyleColor) 12%, transparent);
  transition: background 0.4s ease;
}

.faq10__numText {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--secondStyleColor);
  position: relative;
  z-index: 1;
}

.faq10__card.is-open .faq10__num {
  background: color-mix(in srgb, var(--secondStyleColor) 22%, transparent);
}

/* Pulsing ring around number */
.faq10__pulse {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid var(--secondStyleColor);
  opacity: 0;
  pointer-events: none;
}

.faq10__card.is-open .faq10__pulse {
  animation: faq10-pulse 2.2s ease-in-out infinite;
}

@keyframes faq10-pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

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

/* Plus / Cross icon */
.faq10__icon {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.53, 1);
}

.faq10__iconLine {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--textColor1);
  transform: translate(-50%, -50%);
  transition: background 0.4s ease;
}

.faq10__iconLine:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq10__card.is-open .faq10__icon {
  transform: rotate(45deg);
}

.faq10__card.is-open .faq10__iconLine {
  background: var(--secondStyleColor);
}

/* Panel */
.faq10__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.65s cubic-bezier(0.33, 1, 0.53, 1);
}

.faq10__card.is-open .faq10__panel {
  grid-template-rows: 1fr;
}

.faq10__answer {
  overflow: hidden;
}

.faq10__answerText {
  padding: 0 22px 22px 80px;
  margin: 0;
  color: var(--textColor1);
  line-height: 1.6;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.5s ease 0.12s,
    transform 0.5s cubic-bezier(0.33, 1, 0.53, 1) 0.12s;
}

.faq10__card.is-open .faq10__answerText {
  opacity: 1;
  transform: translateY(0);
}

/* Hover */
.faq10__card:not(.is-open):hover {
  border-color: color-mix(in srgb, var(--secondStyleColor) 28%, transparent);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .faq10__bg * {
    animation: none !important;
  }
  .faq10__card::before {
    animation: none !important;
  }
  .faq10__pulse {
    animation: none !important;
  }
  .faq10__panel,
  .faq10__answerText,
  .faq10__icon,
  .faq10__card {
    transition: none !important;
  }
}

/* Responsive — tablets */
@media (max-width: 950px) {
  .faq10__head {
    max-width: 520px;
  }
}

/* Responsive — small tablets */
@media (max-width: 800px) {
  .faq10__trigger {
    gap: 14px;
    padding: 18px 18px;
  }
  .faq10__answerText {
    padding: 0 18px 20px 74px;
  }
}

/* Responsive — mobile */
@media (max-width: 600px) {
  .faq10__num {
    width: 36px;
    height: 36px;
  }
  .faq10__numText {
    font-size: 12px;
  }
  .faq10__trigger {
    gap: 12px;
    padding: 16px 14px;
  }
  .faq10__answerText {
    padding: 0 14px 18px 62px;
  }
  .faq10__icon {
    width: 24px;
    height: 24px;
  }
  .faq10__iconLine {
    width: 14px;
  }
}

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