.jarallax.text-center {
  display: inline-block;
  width: 49.8%;
  margin-top: 8px;
}
.has-accent-color svg {
  height: 75px;
}
.jarallax.text-center.hundred {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.jarallax.text-center.threedi {
  margin-top: 0;
  height: 520px;
}
.vlt-fullpage-slider .vlt-section.active .vlt-section__ken-burn-background img {
  z-index: 2;
}
.vlt-fullpage-slider .vlt-section .vlt-section__ken-burn-background {
  z-index: 2;
}

.container {
  z-index: 3;
}
.jarallax.text-center.right-float {
  float: right;
}
.h1.vlt-large-heading,
h1.vlt-large-heading {
  font-size: 66px;
}
.vlt-navbar-contacts {
  text-transform: lowercase;
}
.vlt-social-icon.vlt-social-icon--style-1 {
  width: 28px;
  transition: all 0.3s;
}
.st0 {
  fill: #ffffff;
  transition: all 0.3s;
}
.vlt-social-icon.vlt-social-icon--style-1:hover .st0 {
  fill: #ff8a26;
}
.vlt-is--single-product .vlt-main p {
  margin-top: 1.2rem;
}
a.or {
  color: #ff8a26;
  font-weight: 600;
  font-size: 18px;
}
a.or:hover {
  text-decoration: underline;
}
.vlt-slider-controls--style-2 .vlt-swiper-button-next svg,
.vlt-slider-controls--style-2 .vlt-swiper-button-prev svg {
  height: 3.5rem;
}
.tracking-in-contract-bck {
  -webkit-animation: tracking-in-contract-bck 3.6s
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck 3.6s cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
}
button.gototab.html5-num {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 4px;
  color: #fff;
  background-color: #ff8a26;
  border: solid 2px #ff8a26;
  transition: background 0.3s;
}
button.gototab.html5-num:hover {
  background-color: #161616;
}
.modal-pop {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.modal-content {
  animation: zoom 0.6s;
  background-color: RGBA(0, 0, 0, 0.66);
  color: #fff;
  margin: 6% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 400px;
  text-align: center;
  display: inline-block;
  backdrop-filter: blur(10px);
  webkit-backdrop-filter: blur(10px);
}
.modal-content p b {
  font-weight: bold;
  color: #fff;
}
.modal-content p {
  color: #fff;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 36px;
  line-height: 23px;
  text-align: right;
}

.close-btn:hover,
.close-btn:focus {
  color: #959595;
  text-decoration: none;
  cursor: pointer;
}

.modal-background {
  max-width: 56%;
  height: auto;
  text-align: center;
}
.contact-buton {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #14a600;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(132, 255, 115, 0.26);
  -moz-box-shadow: 0px 0px 60px 0px rgba(132, 255, 115, 0.26);
  box-shadow: 0px 0px 60px 0px rgba(132, 255, 115, 0.26);
}
.contact-buton.get-a-quote {
  background-color: RGBA(255, 255, 255, 0.02);
  color: white;
  text-decoration: underline;
  border: solid 1px RGBA(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(132, 255, 115, 0);
  -moz-box-shadow: 0px 0px 60px 0px rgba(132, 255, 115, 0);
  box-shadow: 0px 0px 60px 0px rgba(132, 255, 115, 0);
}
.contact-buton.get-a-quote:hover {
  background-color: RGBA(255, 255, 255, 0.3);
  color: white;
  border-radius: 6px;
}
.contact-buton:hover {
  background-color: #0056b3;
  color: white;
  border-radius: 6px;
}
.modal-pop a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #14a600;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(132, 255, 115, 0.46);
  -moz-box-shadow: 0px 0px 36px 0px rgba(132, 255, 115, 0.46);
  box-shadow: 0px 0px 36px 0px rgba(132, 255, 115, 0.46);
}

.modal-pop a:hover {
  background-color: #0056b3;
}
.trust_block_holder {
  position: static;
}
.trust_block {
  width: 220px;
  height: 233px;
  background-image: url(../img/trust.svg);
  background-repeat: no-repeat;
  position: fixed;
  right: 20vh;
  text-align: center;
  display: inline-block;
  z-index: 70;
}

[data-anchor="Home"] p {
  max-width: 100% !important;
}
.trust_block a.top-rated {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  top: -20px;
  color: #f66dbc;
  line-height: 13px;
  letter-spacing: 1px;
}
.trust_block a.top-rated:hover {
  color: #fff;
}
.trustpilot-widget {
  display: inline-block;
  margin-top: 41px;
  z-index: 71;
}
a.testimonials-link {
  color: #14a600;
}
a.testimonials-link:hover {
  color: #56f241;
}
a.orange-link {
  color: #ff8a26;
}
a.orange-link:hover {
  color: #fff;
}
.testimonials-img {
  width: 140px;
  height: auto;
  display: inline-block;
}
.trust-verified {
  display: inline-block;
}
img.trust-verified-stars {
  width: 126px;
  height: auto;
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}
.verified-company {
  background: #b1f2d0;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  width: 177px;
}
.verified-company p {
  font-weight: 600;
  width: 140px;
  display: inline-block;
  color: #000;
}
.verified-company img {
  width: 16px;
  height: auto;
  display: inline-block;
  margin: 6px;
}
.zoom-call {
  position: fixed;
  display: inline-block;
  right: 20vh;
  text-align: center;
  display: inline-block;
  z-index: 70;
  bottom: 1rem;
}
.zoom-call img {
  width: 100px;
  height: auto;
}
.zoom-call p {
  color: #fff;
}
.zoom-call p:hover {
  color: #14a600;
}
.zoom-call a:hover p {
  color: #14a600;
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
#cookie-banner button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 10px;
  line-height: 16px;
  margin-bottom: 6px;
}
#cookie-banner button:hover {
  background: #0056b3;
}
#cookie-banner .decline {
  background: #f44336;
}
#cookie-banner .decline:hover {
  background: #c62828;
}
elevenlabs-convai {
  position: relative;
  display: inline-block;
  margin-top: 3rem;
}
.vlt-default-menu__navigation .sf-menu > li + li.ai-chat {
  margin-top: 0rem;
}
li.ai-chat {
  display: inline-block;
  margin-top: 4rem;
}
.vlt-default-menu__navigation .sf-menu {
  display: flex;
}
.ai-chat-mobile {
  display: none;
}

@keyframes zoom {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* ===== Glowing grid ===== */
.hero-lottie-bg.bg--grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #0b0f18;
  overflow: hidden;
}
.hero-lottie-bg.bg--grid::before {
  content: "";
  position: fixed;
  inset: -200%;
  background: radial-gradient(
      30% 30% at 20% 15%,
      rgba(14, 70, 255, 0.25),
      rgba(14, 70, 255, 0) 60%
    ),
    radial-gradient(
      30% 30% at 80% 85%,
      rgba(22, 163, 81, 0.25),
      rgba(22, 163, 81, 0) 60%
    );
  filter: blur(30px);
}
.hero-lottie-bg.bg--grid::after {
  content: "";
  position: fixed;
  inset: 0;
  --c1: rgba(255, 255, 255, 0.1);
  --c2: rgba(255, 255, 255, 0);
  background:
    /* сетка */ linear-gradient(
        90deg,
        var(--c1) 1px,
        var(--c2) 1px
      )
      0 0/ 40px 100%,
    linear-gradient(0deg, var(--c1) 1px, var(--c2) 1px) 0 0/ 100% 40px;
  mask-image: radial-gradient(80% 80% at 50% 50%, #000 60%, transparent 100%);
  opacity: 0.55;
  animation: gridDrift 16s linear infinite;
}
@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 200px 0, 0 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-lottie-bg.bg--grid::after {
    animation: none;
  }
}

/* HERO with Lottie */
.hero-lottie-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  color: #fff;
  overflow: hidden;
}

/* Градиентный фон (аккуратный Apple-вайб) */
.hero-lottie-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      1200px 900px at 85% 20%,
      rgba(14, 70, 255, 0.35) 0%,
      rgba(14, 70, 255, 0) 60%
    ),
    radial-gradient(
      900px 700px at 10% 80%,
      rgba(22, 163, 81, 0.3) 0%,
      rgba(22, 163, 81, 0) 60%
    ),
    linear-gradient(180deg, #0b0f18 0%, #0a0d14 100%);
  z-index: 0;
}

/* Текст/CTA */
.hero-title {
  letter-spacing: 0.5px;
}
.hero-sub {
  opacity: 0.9;
  max-width: 56ch;
}
.hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.hero-play {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Блок анимации */
.hero-lottie-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 40px auto 0;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
}

.hero-lottie-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.hero-lottie-canvas {
  position: absolute;
  padding: 3rem;
  inset: 0;
  pointer-events: none; /* чтобы клики оставались по CTA */
  opacity: 0; /* станет 1, когда Lottie загрузится */
  transition: opacity 0.4s ease;
}

/* Mobile tweaks */
@media (max-width: 991px) {
  .hero-lottie-wrap {
    margin-top: 24px;
  }
}

/* Уважение reduced motion: оставляем постер */
@media (prefers-reduced-motion: reduce) {
  .hero-lottie-canvas {
    display: none !important;
  }
}
.col-lg-5.float-right {
  float: right;
  position: absolute;
  right: 0;
  z-index: -1;
}

.sd-hero-slider {
  position: relative;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate; /* изолируем слой: меньше перепейнтов вокруг */
  will-change: opacity, transform; /* подсказываем браузеру готовить слой на GPU */
  contain: content; /* замораживаем влияние на остальной layout */
  transform: translateZ(0);
}

.hero-lottie-poster,
.hero-lottie-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: opacity, transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.hero-lottie-poster {
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.hero-lottie-canvas {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sd-hero-slider.is-ready .hero-lottie-poster {
  opacity: 0;
}
.sd-hero-slider.is-ready .hero-lottie-canvas {
  opacity: 1;
}

/* Точки-индикаторы (минималистично под твой стиль) */
.sd-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}
.sd-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  outline: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.sd-hero-dot.is-active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.15);
}

/* Уважение reduced motion */
@media (prefers-reduced-motion: reduce) {
  .sd-hero-slider.is-ready .hero-lottie-poster {
    opacity: 1;
  }
  .sd-hero-slider.is-ready .hero-lottie-canvas {
    display: none;
  }
}

/* Доступность для screen readers */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .col-lg-5.float-right {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .ai-chat-mobile {
    display: block;
  }
  li.ai-chat {
    margin-top: 0rem;
    position: relative;
    z-index: 5;
  }
}

@media screen and (max-width: 660px) {
  .vlt-navbar--sticky {
    display: contents;
  }
  .trust_block {
    right: -7vh;
    top: 7vh;
    display: none;
  }
  .zoom-call {
    right: 1vh;
    bottom: 0.6rem;
    display: none;
  }
  .close-btn {
    float: left;
    text-align: left;
  }
  .modal-content {
    margin: 26% 16px;
    max-width: 285px;
  }
  .vlt-footer-copyright {
    display: none;
  }
  iframe.canvased {
    width: 260px;
    height: 362px;
  }
  button.gototab.html5-num {
    padding: 6px 10px;
  }
  .vlt-gap-60 {
    height: 1.75rem;
  }
  .jarallax.text-center.threedi {
    height: 420px;
  }
  .vlt-experience-block {
    padding: 1.375rem 2.6875rem 2.125rem 3.125rem;
  }
  .vlt-experience-block__number {
    font-size: 6rem;
  }
  .vlt-video-button a {
    width: 4.875rem;
    height: 4.875rem;
  }
  .vlt-gap-100--lg {
    height: 1.25rem;
  }
  .vlt-gap-45 {
    height: 1.25rem;
  }
  .vlt-experience-block__title {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .h1.vlt-large-heading,
  h1.vlt-large-heading {
    font-size: 2.6rem;
  }
  h1.vlt-post-title {
    font-size: 2.6rem;
  }
  .vlt-project-title {
    font-size: 2.6rem;
  }
  .has-accent-color svg {
    height: 40px;
  }
  .jarallax.text-center.right-float {
    float: none;
  }
  .h3,
  h3 {
    font-size: 2rem;
    line-height: 1.1;
  }
  .vlt-gap-70 {
    height: 1.375rem;
  }
  .vlt-gap-70--lg {
    height: 1.375rem;
  }
  .vlt-gap-75 {
    height: 2.6875rem;
  }
  .vlt-gap-30 {
    height: 1rem;
  }
  .vlt-gap-40 {
    height: 1rem;
  }
  [data-anchor="Contact"] .tel {
    font-size: 1.4rem;
  }
  .jarallax.text-center {
    width: 100%;
    margin-top: 6px;
  }
  .vlt-large-heading.text-center {
    font-size: 2.6rem;
  }
  .vlt-gap-140 {
    height: 2.6rem;
  }
  .col-lg-8.offset-lg-2 {
    margin-top: 2rem;
  }
  .vlt-gap-100 {
    height: 1.25rem;
  }
  .vlt-gap-150 {
    height: 2.375rem;
  }
}

/* ====== Tools Mega Dropdown — COMPLETE CSS ====== */

/* Базовые переменные (подхватят твою тему, есть фолбэки) */
:root {
  --tools-fg: #fff;
  --tools-bg: rgba(17, 19, 25, 0.96);
  --tools-bg-hover: rgba(255, 255, 255, 0.1);
  --tools-border: rgba(255, 255, 255, 0.14);
  --tools-border-soft: rgba(255, 255, 255, 0.08);
  --tools-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --tools-radius-lg: 16px;
  --tools-radius-md: 12px;
  --tools-radius-sm: 10px;
  --tools-gap: 16px;
  --tools-accent: var(--color-primary, #4c7cf0);
  --tools-col-h: 54px; /* высота пункта меню под твою навигацию */
  --tools-z: 9999;
}

/* 0) Важно: контейнеры меню не должны резать выпадашку */
.vlt-default-menu__navigation,
.vlt-default-menu__navigation .sf-menu,
.vlt-header,
.site-header {
  overflow: visible !important;
}

/* 1) Позиционирование пункта Tools */
.sf-menu > li.menu-tools {
  position: relative;
}

/* 2) Кнопка как обычная ссылка меню (заменяет <a>) */
.sf-menu > li.menu-tools > .tools-toggle {
  display: block;
  height: var(--tools-col-h);
  line-height: var(--tools-col-h);
  padding: 0 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--tools-fg) !important;
  background: none !important;
  border: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  white-space: nowrap;
}
.sf-menu > li.menu-tools > .tools-toggle:focus-visible {
  outline: 2px solid var(--tools-accent);
  outline-offset: 2px;
  border-radius: 8px;
}

/* стрелочка */
.sf-menu > li.menu-tools > .tools-toggle .chev {
  vertical-align: middle;
  margin-left: 0.4rem;
  transition: transform 0.2s ease;
  transform-origin: 50% 50%;
}

/* 3) Панель мегаменю */
.sf-menu > li.menu-tools > .tools-mega {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
  min-width: min(92vw, 980px);
  max-width: 96vw;
  background: var(--tools-bg);
  color: var(--tools-fg);
  border: 1px solid var(--tools-border-soft);
  border-radius: var(--tools-radius-lg);
  box-shadow: var(--tools-shadow);
  padding: 16px;
  display: none;
  z-index: var(--tools-z) !important;
}

/* Состояние открытия (ставится JS класс .is-open на <li>) */
.sf-menu > li.menu-tools.is-open > .tools-mega {
  display: block;
}
.sf-menu > li.menu-tools.is-open > .tools-toggle .chev {
  transform: rotate(180deg);
}

/* 4) Внутренняя сетка + скролл */
.tools-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--tools-gap);
  max-height: min(70vh, 640px);
  overflow: auto;
  padding-right: 6px; /* место под скроллбар */
}

/* кастомный скролл (в WebKit) */
.tools-inner::-webkit-scrollbar {
  width: 10px;
}
.tools-inner::-webkit-scrollbar-track {
  background: transparent;
}
.tools-inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.tools-inner:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
}

/* 5) Разделы (подпапки) и элементы */
.tools-section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--tools-border-soft);
  border-radius: var(--tools-radius-md);
  padding: 12px;
}
.tools-section__title {
  color: var(--tools-fg) !important;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin: 2px 0 10px 0;
  opacity: 0.95;
}
.tools-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.tools-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  border-radius: var(--tools-radius-sm);
  text-decoration: none;
  color: var(--tools-fg) !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--tools-border);
  transition: background 0.18s ease, border-color 0.18s ease,
    transform 0.12s ease;
  will-change: background, border-color, transform;
}
.tools-item a:hover {
  background: var(--tools-bg-hover);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}
.tools-item a:focus-visible {
  outline: 2px solid var(--tools-accent);
  outline-offset: 2px;
}
.tools-item__tag {
  font-size: 11px;
  opacity: 0.7;
  display: none;
}

/* Пустое состояние */
.tools-empty {
  opacity: 0.7;
  padding: 12px;
}

/* 6) Тень/фон под панелью (стрелочка-указатель) */
.sf-menu > li.menu-tools > .tools-mega::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: var(--tools-bg);
  border-left: 1px solid var(--tools-border-soft);
  border-top: 1px solid var(--tools-border-soft);
  transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 4px;
}

/* 7) Мобильные/узкие экраны */
@media (max-width: 1024px) {
  .tools-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .sf-menu > li.menu-tools > .tools-mega {
    left: 0;
    right: 0;
    transform: none;
    min-width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    top: calc(100% + 6px);
  }
  .tools-inner {
    grid-template-columns: 1fr;
    max-height: 70vh;
  }
}

/* 8) Чистим возможные глобальные конфликты тем */
.sf-menu > li.menu-tools > .tools-toggle,
.sf-menu > li.menu-tools > .tools-mega,
.sf-menu > li.menu-tools > .tools-mega * {
  text-shadow: none !important;
  filter: none !important;
}
.sf-menu > li.menu-tools > .tools-mega a {
  mix-blend-mode: normal !important;
}

/* 9) Уважение reduced motion */
@media (prefers-reduced-motion: reduce) {
  .sf-menu > li.menu-tools > .tools-toggle .chev,
  .tools-item a {
    transition: none;
  }
}

/* ====== /Tools Mega Dropdown ====== */
/* Критический фикс: вернуть размер шрифта вместо font-size:0 у .sf-menu */
.sf-menu > li.menu-tools > .tools-toggle,
.sf-menu > li.menu-tools > .tools-mega {
  font-size: 13px !important; /* подгони под размеры соседних пунктов */
}

/* Остальное — как было (важные куски) */
.sf-menu > li.menu-tools {
  position: relative;
}

.sf-menu > li.menu-tools > .tools-toggle {
  display: block;
  height: 54px;
  line-height: 54px;
  padding: 0 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff !important;
  background: none !important;
  border: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  white-space: nowrap;
  mix-blend-mode: normal !important;
}

.sf-menu > li.menu-tools > .tools-toggle .chev {
  vertical-align: middle;
  margin-left: 0.35rem;
  transition: transform 0.2s ease;
}

.sf-menu > li.menu-tools.is-open > .tools-toggle .chev {
  transform: rotate(180deg);
}

.sf-menu > li.menu-tools > .tools-mega {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
  min-width: min(92vw, 980px);
  background: rgba(17, 19, 25, 0.96);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  padding: 16px;
  display: none;
  z-index: 9999 !important;
}

.sf-menu > li.menu-tools.is-open > .tools-mega {
  display: block;
}

.tools-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-height: min(70vh, 640px);
  overflow: auto;
  padding-right: 6px;
}

.tools-section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
}
.tools-section__title {
  font-weight: 800;
  margin: 2px 0 10px;
  color: #fff;
}
.tools-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.tools-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.tools-item a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

/* чтобы выпадашка не срезалась */
.vlt-default-menu__navigation,
.vlt-default-menu__navigation .sf-menu,
.vlt-header,
.site-header {
  overflow: visible !important;
}

/* --- Superfish kill-switch только для Tools mega --- */
.sf-menu > li.menu-tools .tools-mega {
  pointer-events: auto;
}

/* Сбрасываем глобальное ".sf-menu ul{position:absolute; display:none; ...}" */
.sf-menu > li.menu-tools .tools-mega ul {
  position: static !important;
  top: auto !important;
  left: auto !important;
  z-index: auto !important;
  display: block !important; /* базово показываем */
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Наши списки должны быть гридом */
.sf-menu > li.menu-tools .tools-mega .tools-list {
  display: grid !important;
  gap: 6px !important;
}

/* На всякий случай: li внутри панели не подменять позиционирование */
.sf-menu > li.menu-tools .tools-mega li {
  position: static !important;
}

/* Уже было, но оставлю ключевые строки для уверенности */
.sf-menu > li.menu-tools,
.sf-menu > li.menu-tools > .tools-mega {
  font-size: 13px !important;
}
.sf-menu > li.menu-tools.is-open > .tools-mega {
  display: block !important;
}

/* ==== Desktop остаётся как есть (мегаменю) — уже работает ==== */

/* Kill superfish только внутри Tools */
.sf-menu > li.menu-tools .tools-mega ul {
  position: static !important;
  top: auto !important;
  left: auto !important;
  z-index: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.sf-menu > li.menu-tools .tools-mega li {
  position: static !important;
}

/* Восстановить размер шрифта, если на контейнере font-size:0 */
.sf-menu > li.menu-tools > .tools-toggle,
.sf-menu > li.menu-tools > .tools-mega {
  font-size: 16px !important;
}

/* ==== MOBILE: превращаем мегаменю в аккордеон ==== */
@media (max-width: 991.98px) {
  /* делаем элемент кликабельным */
  .sf-menu > li.menu-tools {
    position: relative;
  }

  /* кнопка — во всю ширину пункта */
  .sf-menu > li.menu-tools > .tools-toggle {
    width: 100%;
    height: auto;
    line-height: 1.4;
    padding: 12px 14px;
    text-transform: none;
    letter-spacing: 0.02em;
    text-align: left;
  }

  /* панель — статическая, тянется на 100% */
  .sf-menu > li.menu-tools > .tools-mega {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    width: 100% !important;
    border-radius: 12px;
    margin: 6px 0 10px;
    padding: 12px;
    display: none; /* будет открываться классом .is-open */
    box-shadow: none;
  }
  .sf-menu > li.menu-tools.is-open > .tools-mega {
    display: block !important;
  }

  /* внутренняя сетка — одна колонка (или две при желании) */
  .tools-inner {
    grid-template-columns: 1fr !important;
    max-height: 60vh;
    overflow: auto;
  }

  /* стрелка рядом с текстом */
  .sf-menu > li.menu-tools > .tools-toggle .chev {
    margin-left: 0.5rem;
    float: right; /* уводим вправо */
    transform: rotate(0deg);
    transition: transform 0.2s ease;
  }
  .sf-menu > li.menu-tools.is-open > .tools-toggle .chev {
    transform: rotate(180deg);
  }
}

:root {
  color-scheme: light dark;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial,
    sans-serif;
  line-height: 1.6;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
}
header,
footer {
  padding: 16px 0;
}
.hero {
  text-align: center;
}
.searchbar {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 820px;
}
.searchbar input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
}
.btn {
  padding: 12px 16px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
}
.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
}
.badge {
  font-size: 12px;
  opacity: 0.8;
}
.results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .results {
    grid-template-columns: 1fr;
  }
}
.card {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
}
.card .thumb {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: contain;
  border-radius: 6px;
  background: #f2f3f5;
  padding: 1rem;
}
.meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.name {
  font-weight: 600;
  font-size: 14px;
}
.set {
  font-size: 12px;
  opacity: 0.7;
}
.actions {
  display: flex;
  gap: 8px;
}
.btn-sm {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
}
.row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pager {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 24px 0;
}
.muted {
  color: #6b7280;
}
.kbd {
  padding: 0.1rem 0.35rem;
  border: 1px solid #dadce0;
  border-bottom-width: 2px;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
}
.kbd svg {
  width: 18px;
  height: auto;
  margin-right: 0.5rem;
}
.toast {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  background: #111;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  display: none;
}
small span {
  opacity: 0.5;
}

small span#y {
  opacity: 1;
}

a.logo svg {
  width: 26px;
  height: 26px;
  margin-right: 0.5rem;
}
a.logo {
  font-size: 18px;
  font-weight: 700;
  display: block;
}
a.logo span {
  font-size: 14px;
  opacity: 0.5;
}

.center-search {
  display: inline-block;
  width: 80%;
}
.centered {
  text-align: center;
}

@media (max-width: 520px) {
  .center-search {
    width: 100%;
  }
}
footer {
  bottom: 0;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* Disclosure block */
.disclosure {
  margin: 24px 0;
  color: #2b2f3a;
  font-size: 0.95rem;
}
.disclosure__card {
  background: RGBA(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.disclosure__hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: RGBA(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.disclosure__title {
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0;
  opacity: 0.5;
}
.disclosure__date {
  color: #6b7280;
}

.disclosure__details {
  padding: 0;
}
.disclosure__summary {
  cursor: pointer;
  list-style: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  color: #FFF;
  opacity: 0.5;
}
.disclosure__summary::-webkit-details-marker {
  display: none;
}

.disclosure__chev {
  transition: transform 0.2s ease;
}
.disclosure__details[open] .disclosure__chev {
  transform: rotate(90deg);
}

.disclosure__body {
  padding: 0 16px 16px;
  color: #FFF;
  font-size: 13px;
  opacity: 0.5;
}
.disclosure p {
  margin: 10px 0;
  line-height: 1.6;
}
.disclosure ul {
  margin: 8px 0 8px 1.2rem; 
  padding: 0;
}
.disclosure li {
  margin: 6px 0;
}
.disclosure a {
  color: #0a66c2;
  text-decoration: underline;
}
.disclosure__small {
  color: #6b7280;
  font-size: 0.9em;
}



/* ---- Search suggestions dropdown ---- */
.center-search { position: relative; }

.search-suggest {
  position: absolute; left: 0; right: 0;
  top: calc(100% + 8px);
  background: #111827; /* темная панель как на скриншоте */
  color: #e5e7eb;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  padding: 10px 0;
  max-height: 340px; overflow: auto;
  z-index: 30;
}

.ss-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 14px 4px;
}
.ss-title { font-size: .9rem; color: #9ca3af; }
.ss-clear {
  border: 0; background: transparent; color: #9ca3af; cursor: pointer;
  font-size: .88rem; padding: 4px 6px; border-radius: 8px;
}
.ss-clear:hover { color: #fff; background: rgba(255,255,255,.06); }

.ss-sep { height: 1px; background: rgba(255,255,255,.06); margin: 6px 0; }

.ss-list { list-style: none; margin: 0; padding: 0px 6px; }
.ss-item {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 10px; border-radius: 10px; cursor: pointer;
  color: #e5e7eb;
}
.ss-item:hover { background: rgba(255,255,255,.06); }
.ss-item svg { width: 18px; height: 18px; color: #9ca3af; flex: 0 0 18px; }

.ss-item__text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* small helper so dropdown aligns with input width inside .searchbar if needed */
.center-search .searchbar { position: relative; z-index: 31; }

/* ---- Typing placeholder friendly tweaks ---- */
.searchbar input::placeholder { transition: color .2s ease; }
.searchbar input.is-typing::placeholder { color: #9ca3af; }


.gradient-text {
  background-image: linear-gradient(90deg,#ffa052,#e046a4 45%,#6851eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: color .2s;
  height: 50px;
  cursor: context-menu;
}

.gradient-text:hover {
  color: #fff;
  opacity: .7;
}

/* --- Most popular section --- */
.popular { margin: 18px 0 8px; }
.popular__hdr { display:flex; align-items:center; justify-content:space-between; margin-bottom: 10px; }
.popular__title { font-size: 1.1rem; font-weight: 700; margin: 0; }

/* сетка карточек — 8 иконок */
.popular__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
@media (max-width: 900px){ .popular__grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 640px){ .popular__grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* карточки можно переиспользовать твои .card/.thumb стили;
   добавлю лёгкий бейдж 'Popular' и анимацию появления */
.popular__grid .card { position: relative; animation: fadeIn .5s ease both; }
.popular__badge {
  position: absolute; top: 14px; right: 14px;
  font-size: 11px; padding: 2px 6px; border-radius: 999px;
  background: #111; color: #fff; opacity: .9;
}

/* чтобы кнопки с иконками выглядели как в основном гриде */
.popular__grid .actions { display:flex; gap:8px; padding: 8px; }
.btn-sm .btn-ico{ display:inline-flex; align-items:center; justify-content:center; margin-right:6px; line-height:0; }
.btn-sm .btn-ico svg{ width:1em; height:1em; vertical-align:-0.125em; }


header.privacy {
  text-align: left;
}
section.privacy {
  margin: 0 auto;
  text-align: left;
  margin: 1rem 0;
}
section.privacy h2 {
  font-size: 26px;
}