/* Landing main styles (video background slides) */
:root {
  --content-max: 1920px;
  --side-pad: 120px;
  --nav-height: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #090612;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

body.landing-locked,
html.landing-locked {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

/* На лендинге системный скроллбар скрыт — навигация точками/колесом */
html:has(body.landing-page),
body.landing-page {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html:has(body.landing-page)::-webkit-scrollbar,
body.landing-page::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.landing-scroll-rail {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  /* Выше .allNav (99999), иначе шапка съедает hover/расширение сверху */
  z-index: 100000;
  width: 2px;
  border-radius: 999px;
  background: #ffffff14;
  pointer-events: auto;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

/* Шире зона клика/драга, визуально полоска 2px */
.landing-scroll-rail::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 26px;
}

.landing-scroll-rail:hover,
.landing-scroll-rail.is-dragging {
  width: 8px;
  background: #ffffff24;
}

.landing-scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  border-radius: inherit;
  background: var(--mainColor);
  opacity: .85;
  will-change: top, height;
  pointer-events: auto;
  cursor: grab;
  transition: opacity .2s ease;
}

.landing-scroll-rail:hover .landing-scroll-thumb,
.landing-scroll-rail.is-dragging .landing-scroll-thumb {
  opacity: 1;
  cursor: grabbing;
}

.landing-scroll-rail.is-dragging .landing-scroll-thumb {
  cursor: grabbing;
}

a {
  color: inherit;
}

.landing-main {
  position: relative;
  overflow-x: hidden;
}

/* Preloader */
.preloader {
  --preloader-accent: var(--mainColor, #ffae0b);
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #07050f;
  transition:
    opacity .7s cubic-bezier(.22, 1, .36, 1),
    visibility .7s,
    transform .85s cubic-bezier(.77, 0, .18, 1),
    filter .7s ease;
}

.preloader-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 120%, rgba(255, 174, 11, .16), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 10%, rgba(255, 80, 120, .1), transparent 50%),
    #07050f;
}

.preloader-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .55;
  animation: preloaderOrb 8s ease-in-out infinite;
}

.preloader-orb--a {
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  top: -12%;
  left: -8%;
  background: rgba(255, 174, 11, .35);
}

.preloader-orb--b {
  width: min(42vw, 360px);
  height: min(42vw, 360px);
  right: -10%;
  bottom: 8%;
  background: rgba(192, 38, 255, .28);
  animation-delay: -2.5s;
}

.preloader-orb--c {
  width: min(36vw, 280px);
  height: min(36vw, 280px);
  left: 38%;
  top: 42%;
  background: rgba(255, 61, 138, .22);
  animation-delay: -5s;
}

.preloader-noise {
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
}

.preloader-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(520px, calc(100% - 40px));
  text-align: center;
  animation: preloaderInnerIn .8s cubic-bezier(.22, 1, .36, 1) both;
}

.preloader .preloader-logo.logoNewBig {
  width: min(260px, 58vw);
  height: auto;
  aspect-ratio: 552 / 247;
  margin: 0 0 22px;
  filter: drop-shadow(0 12px 40px rgba(255, 174, 11, .22));
  animation: preloaderLogoPulse 2.8s ease-in-out infinite;
}

.preloader-ring-wrap {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 0;
}

.preloader-ring {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.preloader-ring-track,
.preloader-ring-value {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
}

.preloader-ring-track {
  stroke: rgba(255, 255, 255, .1);
}

.preloader-ring-value {
  stroke: var(--preloader-accent);
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .18s linear;
}

.preloader-percent {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(28px, 6vw, 36px);
  letter-spacing: -.03em;
  color: #fff;
  text-shadow: 0 0 24px rgba(255, 174, 11, .35);
}

.preloader-percent small {
  font-size: .45em;
  opacity: .7;
  margin-top: .35em;
}

.preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.04);
  filter: blur(12px);
}

.preloader.is-done .preloader-inner {
  animation: preloaderInnerOut .55s cubic-bezier(.77, 0, .18, 1) forwards;
}

@keyframes preloaderOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(4%, -6%) scale(1.08); }
}

@keyframes preloaderInnerIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes preloaderInnerOut {
  to {
    opacity: 0;
    transform: translateY(-16px) scale(1.04);
    filter: blur(8px);
  }
}

@keyframes preloaderLogoPulse {
  0%, 100% { filter: drop-shadow(0 12px 40px rgba(255, 174, 11, .18)); transform: scale(1); }
  50% { filter: drop-shadow(0 16px 48px rgba(255, 174, 11, .38)); transform: scale(1.02); }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-orb,
  .preloader .preloader-logo.logoNewBig,
  .preloader-inner {
    animation: none !important;
  }

  .preloader-ring-value {
    transition: none !important;
  }
}

.logoNewBig {
  width: 552px;
  max-width: 100%;
  height: 247px;
  margin-bottom: -35px;
  background: url("logo_max.png") center/contain no-repeat;
}

@media (max-width: 620px) {
  .logoNewBig {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 552 / 247;
    margin-bottom: clamp(-18px, -5.5vw, -8px);
  }
}

.logoNewMin {
  width: 155px;
  height: 70px;
  background: url("logoMin.png") center/contain no-repeat;
}

/* Header */
.allNav {
  inset: 0 0 auto 0;
  width: 100%;
  height: var(--nav-height);
  z-index: 99999;
  overflow: visible;
  /* border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24;
  background: linear-gradient(180deg, rgba(10, 7, 24, .72), rgba(10, 7, 24, .26));
  backdrop-filter: blur(4px); */
}

.allNav--fixed {
  position: fixed;
  background: transparent;
  padding-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background .28s ease,
    padding-bottom .28s ease;
}

/* blur на ::before — иначе backdrop-filter ломает fixed у мобильного меню */
.allNav--fixed.allNav--flow {
  background: transparent;
  padding-bottom: 22px;
  box-shadow: 0 0 30px #00000040;
}

.allNav--fixed.allNav--flow::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #2f0d2f80;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  pointer-events: none;
}

.allNav--fixed.allNav--flow .nav-inner {
  position: relative;
  z-index: 1;
}

.allNav--static {
  position: relative;
}

.nav-inner {
  /* width: min(var(--content-max), 100%); */
  width: 100%;
  height: 100%;
  margin: 10px auto;
  padding: 0 var(--side-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.left-1,
.right-1 {
  display: flex;
  align-items: center;
}

.right-1 {
  gap: 30px;
}

.mobile-nav-backdrop {
  display: none;
}

.mobile-nav-sheet {
  display: contents;
}

.mobile-nav-glow,
.mobile-nav-section-label {
  display: none;
}

.nav-primary {
  display: contents;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}

.nav-link-index {
  display: none;
}

.nav-link:hover,
.nav-link.active,
.languagepicker-btn:hover {
  color: var(--mainColor);
}

.languagepicker-btn {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-nav-meta {
  display: contents;
}

/* Download CTA — gaming: золото + glow, круглые края */
.downloadLinkHeader,
.mainPageTitle .downloadButtonPromo,
.download-cta .downloadButtonPromo,
.error404__cta {
  --dl-gold: var(--mainColor, #ffae0b);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: #140e00 !important;
  font-weight: 900 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(180deg, #ffdc54 0%, #ffd45c 18%, var(--dl-gold) 52%, #e08a00 100%);
  /* те же слои, что на hover — с нулевой прозрачностью, иначе box-shadow не анимируется */
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .28) inset,
    0 -2px 0 rgba(120, 50, 0, 0) inset,
    0 0 28px rgba(255, 174, 11, 0),
    0 0 64px rgba(255, 174, 11, 0),
    0 0 110px rgba(255, 140, 0, 0),
    0 2px 8px rgba(0, 0, 0, .18);
  transform: translateY(0) scale(1);
  transition:
    box-shadow .25s ease,
    transform .25s cubic-bezier(.22, 1, .36, 1),
    filter .25s ease,
    background .25s ease;
}

.downloadLinkHeader::before,
.mainPageTitle .downloadButtonPromo::before,
.download-cta .downloadButtonPromo::before,
.error404__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, .55) 49%,
    rgba(255, 255, 255, .15) 52%,
    transparent 60%,
    transparent 100%
  );
  transform: translateX(-120%) skewX(-16deg);
  pointer-events: none;
}

.downloadLinkHeader::after,
.mainPageTitle .downloadButtonPromo::after,
.download-cta .downloadButtonPromo::after,
.error404__cta::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .28);
  pointer-events: none;
  opacity: .7;
}

.downloadLinkHeader > *,
.mainPageTitle .downloadButtonPromo > *,
.download-cta .downloadButtonPromo > *,
.error404__cta > * {
  position: relative;
  z-index: 1;
}

.downloadLinkHeader:hover,
.mainPageTitle .downloadButtonPromo:hover,
.download-cta .downloadButtonPromo:hover,
.error404__cta:hover {
  filter: brightness(1.08) saturate(1.1);
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .5) inset,
    0 -2px 0 rgba(120, 50, 0, .25) inset,
    0 0 28px rgba(255, 174, 11, .85),
    0 0 64px rgba(255, 174, 11, .45),
    0 0 110px rgba(255, 140, 0, .25),
    0 16px 36px rgba(0, 0, 0, .5);
}

.downloadLinkHeader:hover::before,
.mainPageTitle .downloadButtonPromo:hover::before,
.download-cta .downloadButtonPromo:hover::before,
.error404__cta:hover::before {
  animation: downloadBtnShine .7s ease;
}

.downloadLinkHeader:active,
.mainPageTitle .downloadButtonPromo:active,
.download-cta .downloadButtonPromo:active,
.error404__cta:active {
  transform: translateY(1px) scale(.98);
  filter: brightness(.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .25) inset,
    0 -2px 0 rgba(120, 50, 0, .15) inset,
    0 0 16px rgba(255, 174, 11, .4),
    0 0 32px rgba(255, 174, 11, .2),
    0 0 48px rgba(255, 140, 0, .1),
    0 6px 16px rgba(0, 0, 0, .45);
}

.downloadLinkHeader {
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 900!important;
}

.downloadLinkHeader svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

@keyframes downloadBtnShine {
  from { transform: translateX(-130%) skewX(-16deg); }
  to { transform: translateX(220%) skewX(-16deg); }
}

@media (prefers-reduced-motion: reduce) {
  .downloadLinkHeader:hover::before,
  .mainPageTitle .downloadButtonPromo:hover::before,
  .download-cta .downloadButtonPromo:hover::before {
    animation: none;
  }
}

.languagepicker-wrapper {
  position: relative;
}

.lang-sheet-backdrop,
.lang-sheet-grab,
.lang-sheet-head,
.lang-check {
  display: none;
}

.lang-sheet-panel {
  display: contents;
}

.languagepicker-btn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.languagepicker-btn svg {
  margin-left: 8px;
  vertical-align: middle;
  opacity: .5;
}

button.downloadButtonPromo {
  appearance: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

/* Главный экран / CTA — крупнее */
.mainPageTitle .downloadButtonPromo,
.download-cta .downloadButtonPromo {
  margin-top: 28px;
  padding: 26px 50px;
  font-size: clamp(16px, 1.15vw + 11px, 21px);
  gap: 12px;
}

.mainPageTitle .downloadButtonPromo span,
.download-cta .downloadButtonPromo span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.mainPageTitle .downloadButtonPromo svg,
.download-cta .downloadButtonPromo svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.download-cta .downloadButtonPromo {
  margin-top: 0;
}

.current-lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.current-lang .lang-flag {
  margin-right: 0;
  flex-shrink: 0;
}

.current-lang-name {
  line-height: 1;
}

.languagepicker-list {
  display: none;
  position: absolute;
  top: 150%;
  right: -15px;
  min-width: 153px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ffffff1c;
  border-radius: 12px;
  overflow: hidden;
  background: #272c4569;
  box-shadow: 0 8px 14px #0000005c;
  backdrop-filter: blur(10px);
}

.languagepicker-wrapper.open .languagepicker-list {
  display: block;
}

.languagepicker-list li a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.languagepicker-list li a:hover {
  background: #ffffff12;
}

.lang-flag {
  width: 16px;
  height: 12px;
  margin-right: 8px;
  border-radius: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.flag-en { background-image: url("../img/lang/en.svg"); }
.flag-ru { background-image: url("../img/lang/ru.svg"); }
.flag-es { background-image: url("../img/lang/es.svg"); }
.flag-de { background-image: url("../img/lang/de.svg"); }
.flag-pt { background-image: url("../img/lang/pt.svg"); }
.flag-ko { background-image: url("../img/lang/ko.svg"); }
.flag-fr { background-image: url("../img/lang/fr.svg"); }
.flag-it { background-image: url("../img/lang/it.svg"); }
.flag-ja { background-image: url("../img/lang/ja.svg"); }
.flag-pl { background-image: url("../img/lang/pl.svg"); }
.flag-tr { background-image: url("../img/lang/tr.svg"); }
.flag-zh { background-image: url("../img/lang/zh.svg"); }

.mobile-menu-toggle {
  display: none;
  position: relative;
  z-index: 100050;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  cursor: pointer;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(255, 255, 255, .1);
}

.mobile-menu-toggle:active {
  transform: scale(.96);
}

.mm-lines {
  position: relative;
  display: block;
  width: 20px;
  height: 14px;
  margin: 0 auto;
}

.mm-lines i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition:
    transform .45s cubic-bezier(.22, 1, .36, 1),
    top .45s cubic-bezier(.22, 1, .36, 1),
    opacity .2s ease,
    background .25s ease;
}

.mm-lines i:nth-child(1) { top: 2px; }
.mm-lines i:nth-child(2) { top: 10px; width: 70%; }

.mobile-menu-toggle.open {
  background: rgba(255, 174, 11, .14);
  box-shadow: inset 0 0 0 1px rgba(255, 174, 11, .35);
}

.mobile-menu-toggle.open .mm-lines i {
  background: var(--mainColor, #ffae0b);
  width: 100%;
}

.mobile-menu-toggle.open .mm-lines i:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.mobile-menu-toggle.open .mm-lines i:nth-child(2) {
  top: 6px;
  transform: rotate(-45deg);
}

/* Slider */
.fulljs-slider {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translateX(-50%);
  overflow: hidden;
}

.fulljs-static-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 174, 11, .22), transparent 38%),
    radial-gradient(circle at 75% 80%, rgba(130, 86, 255, .28), transparent 40%),
    #100822;
}

.fulljs-slider-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: transform .8s cubic-bezier(.77, 0, .18, 1);
}

.fulljs-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  flex: 0 0 100vh;
  overflow: hidden;
  pointer-events: none;
}

.fulljs-slide.active {
  pointer-events: all;
}

.fulljs-pagination {
  position: fixed;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fulljs-page-btn {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ffffff4f;
  background: #00000033;
  cursor: pointer;
}

.fulljs-page-btn.active {
  border: 2px solid #ffffff4a;
  background: var(--mainColor);
  box-shadow: 0 0 16px var(--mainColor);
}

.fulljs-page-tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(4px);
  padding: 6px 10px;
  border: 1px solid #ffffff24;
  border-radius: 8px;
  background: #0d0a14e6;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.fulljs-page-btn:hover .fulljs-page-tip,
.fulljs-page-btn:focus-visible .fulljs-page-tip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.section {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-media {
  position: absolute;
  inset: -6px;
  z-index: 1;
  opacity: .3;
  /* Уход: гаснем сразу */
  transition: opacity .55s ease 0s;
  pointer-events: none;
}

.fulljs-slide.active .slide-media {
  opacity: 1;
  /* Вход: проявляемся чуть позже */
  transition: opacity .55s ease 0.5s;
}

.slide-media .bgForVideo,
.slide-media > video {
  position: absolute;
  inset: 0;
}

.slide-media .bgForVideo {
  z-index: 1;
  background-color: #100822;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-media > video {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity .4s ease;
}

/* Видео поверх постера внутри медиа-слоя; прозрачность слайда — у .slide-media */
.slide-media > video.is-ready {
  opacity: 1;
}

/* Полукруглый блюр слева (прозрачный центр → blur к левому краю) */
.slide-media-shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: rgba(10, 5, 22, .28);
  /* -webkit-backdrop-filter: blur(18px) saturate(1.05); */
  /* backdrop-filter: blur(18px) saturate(1.05); */
  -webkit-mask-image: radial-gradient(
    ellipse 95% 110% at 78% 50%,
    transparent 0%,
    transparent 22%,
    rgba(0, 0, 0, .45) 42%,
    #000 62%,
    #000 100%
  );
  mask-image: radial-gradient(
    ellipse 95% 110% at 78% 50%,
    transparent 0%,
    transparent 22%,
    rgba(0, 0, 0, .45) 42%,
    #000 62%,
    #000 100%
  );
}

.fulljs-slide .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: min(var(--content-max), 100%);
  padding: 0 var(--side-pad);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mainPageTitle,
.slide-copy {
  width: 100%;
  max-width: 620px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

/* Текст слайда: мягкое появление с bounce (после доезда слайда в кадр) */
.slide-copy {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity .35s ease,
    transform .35s ease;
  will-change: opacity, transform;
}

.fulljs-slide.active .slide-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  /* Слайдер едет .8s — появление стартует, когда блок уже в кадре */
  transition:
    opacity .65s ease .55s,
    transform .85s cubic-bezier(.34, 1.56, .64, 1) .55s;
}

.fulljs-slide:not(.active) .slide-copy {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity .35s ease,
    transform .35s ease;
}

/* Драг rail — тексты на всех слайдах сразу видны, без анимации */
html.landing-copy-instant .slide-copy,
html.landing-copy-instant .fulljs-slide.active .slide-copy,
html.landing-copy-instant .fulljs-slide:not(.active) .slide-copy {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  transition-delay: 0s !important;
  clip-path: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .slide-copy,
  .fulljs-slide.active .slide-copy,
  .fulljs-slide:not(.active) .slide-copy {
    transition: none !important;
    transform: none !important;
  }

  .fulljs-slide.active .slide-copy {
    opacity: 1 !important;
  }

  .fulljs-slide:not(.active) .slide-copy {
    opacity: 0 !important;
  }

  html.landing-copy-instant .slide-copy {
    opacity: 1 !important;
  }
}

.mainPageTitle p,
.slide-copy p,
.wrapper p {
  margin: 0;
  max-width: 620px;
  font-size: clamp(16px, 1.15vw + 12px, 22px);
  line-height: 1.4;
}

.slide-copy h2,
.newsWPRmain > h2,
.requirements-wrap > h2,
.title-grad {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
  color: #fff;
  /* До мобилки почти не сжимаем: vw+px, пол ~56px */
  font-size: clamp(56px, 2.2vw + 42px, 80px);
  font-weight: 800;
  font-style: italic;
  line-height: .9;
  text-transform: uppercase;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, .4));
}

.news-head .title-grad {
  margin: 0;
}

.news-stream {
  padding-bottom: 80px;
  scroll-margin-top: calc(var(--nav-height) + 20px);
}

.newsWPRmain {
  padding: 0 var(--side-pad);
}

.news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}

.news-view-all {
  flex-shrink: 0;
  margin-bottom: 8px;
  color: var(--mainColor, #ffae0b);
  font-size: clamp(13px, .4vw + 12px, 16px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease;
}

.news-view-all:hover {
  color: #fff;
}

.news-carousel {
  --news-gap: 22px;
  --news-per-view: 3;
  /* карточки в контентной зоне, стрелки в боковых отступах */
  width: calc(100% + 2 * var(--side-pad));
  margin-left: calc(var(--side-pad) * -1);
  margin-right: calc(var(--side-pad) * -1);
  display: grid;
  grid-template-columns: var(--side-pad) minmax(0, 1fr) var(--side-pad);
  align-items: center;
  gap: 0;
}

.news-viewport {
  min-width: 0;
  overflow: hidden;
}

.news-nav {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--mainColor, #f4c73a);
  width: 100%;
  height: 84px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  cursor: pointer;
  filter: drop-shadow(0 0 12px rgba(255, 174, 11, .35));
  transition: color .2s ease, transform .2s ease, opacity .2s ease, filter .2s ease;
}

.news-track {
  display: flex;
  gap: var(--news-gap);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.news-card,
.req-panel {
  --landing-frame-bg: #1a0820;
  border-radius: 14px;
  background:
    linear-gradient(var(--landing-frame-bg), var(--landing-frame-bg)) padding-box,
    linear-gradient(155deg, #e39901 0%, #e39901 28%, #ff4fd8 72%, #9b2bff 100%) border-box;
  border: 3px solid transparent;
  box-shadow:
    0 0 0 1px rgba(255, 80, 200, .08),
    0 0 24px rgba(255, 60, 180, .12);
}

.news-card {
  position: relative;
  flex: 0 0 calc((100% - (var(--news-per-view) - 1) * var(--news-gap)) / var(--news-per-view));
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-card__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #100414;
}

.news-media-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, .18);
  border-top-color: var(--mainColor, #ffae0b);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
  animation: newsMediaSpin .75s linear infinite;
}

.news-card__media.is-loading .news-media-loader,
.site-news-item__media.is-loading .news-media-loader {
  opacity: 1;
  visibility: visible;
}

.news-card__media.is-loading video,
.site-news-item__media.is-loading video {
  opacity: .35;
}

.news-card__media.is-ready video,
.site-news-item__media.is-ready video {
  opacity: 1;
  transition: opacity .35s ease;
}

@keyframes newsMediaSpin {
  to {
    transform: rotate(360deg);
  }
}

/* WP ULike — без серой обводки на лендинге и новостях */
body.landing-page .wpulike-heart .wp_ulike_general_class,
body.site-news-page .wpulike-heart .wp_ulike_general_class,
.news-card .wpulike-heart .wp_ulike_general_class,
.site-news-item .wpulike-heart .wp_ulike_general_class,
.site-news-single .wpulike-heart .wp_ulike_general_class {
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.landing-page .wpulike-heart .count-box,
body.site-news-page .wpulike-heart .count-box,
.news-card .wpulike-heart .count-box,
.site-news-item .wpulike-heart .count-box,
.site-news-single .wpulike-heart .count-box {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.news-card .postLike {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  min-width: 72px;
  padding: 8px 12px;
  border-bottom-left-radius: 16px;
  background: #0000009e;
  pointer-events: auto;
}

.news-card .postLike .wpulike {
  margin: 0 !important;
  padding: 0 !important;
}

.news-card .postLike .wp_ulike_general_class {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.news-card .postLike .count-box {
  padding: 0 4px 0 0 !important;
  color: #d5d5d5 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.news-card__media img,
.news-card__media video,
.news-card__media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__media-fallback {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 174, 11, .18), transparent 45%),
    #180818;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 18px 18px 16px;
}

.news-card__title {
  margin: 0;
  font-size: clamp(22px, .8vw + 16px, 33px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.news-card__title a {
  color: #fff;
  text-decoration: none;
  text-shadow:
    0 0 8px rgba(255, 0, 220, .55),
    0 0 22px rgba(180, 0, 255, .4);
}

.news-card__title a:hover {
  color: #ffe9a8;
}

.news-card__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, .55vw + 14px, 20px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
}

.news-card__meta {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.news-card__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d9a0e8;
  font-size: clamp(14px, .3vw + 13px, 16px);
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
}

.news-card__date-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  opacity: .9;
}

.news-card__more {
  color: var(--mainColor, #ffae0b);
  font-size: clamp(14px, .3vw + 13px, 16px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.news-card__more:hover {
  color: #fff;
}

.news-nav__icon {
  display: block;
  width: 36px;
  height: auto;
}

.news-nav--prev .news-nav__icon {
  transform: scaleX(-1);
}

.news-nav:hover {
  color: #fff;
  transform: scale(1.06);
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, .35));
}

.news-nav:disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transform: none;
  filter: none;
}

.news-card--view-all {
  align-items: center;
  justify-content: center;
  min-height: 100%;
  text-decoration: none;
  transition:
    box-shadow .22s ease,
    filter .22s ease;
}

.news-card--view-all .news-card__view-all-label {
  color: var(--mainColor, #ffae0b);
  font-size: clamp(18px, .55vw + 14px, 24px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  padding: 24px;
  transition: color .22s ease, opacity .22s ease;
}

.news-card--view-all:hover {
  box-shadow:
    0 0 0 1px rgba(255, 80, 200, .14),
    0 0 28px rgba(255, 60, 180, .22);
  filter: brightness(1.06);
}

.news-card--view-all:hover .news-card__view-all-label {
  color: #ffe9a8;
}

/* SVG в px = clamp; без viewBox-скейла — размер как у обычного h2 */
.title-grad__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.title-grad__svg text {
  font-family: inherit;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}

/* Regular flow (kept from previous version) */
.regular-flow {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #210921 0%,
    #300c30 10%,
    #340e35 20%,
    #310d31 35%,
    #2b0c2c 50%,
    #210921 70%,
    #170616 85%,
    #030104 100%
  );
  padding-top: 170px;
}

/* Декор: SVG-круги на фоне */
.rf-orbs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.rf-orb {
  --x: 50%;
  --y: 50%;
  --size: 16vmin;
  --drift: 40s;
  --spin: 60s;
  --delay: 0s;
  --spin-start: 0deg;
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  margin: 0;
  transform: translate(-50%, -50%);
  animation-duration: var(--drift);
  animation-timing-function: ease-in-out;
  animation-delay: var(--delay);
  animation-iteration-count: infinite;
  will-change: transform;
}

.rf-drift-1 { animation-name: rf-orb-drift-1; animation-direction: alternate; }
.rf-drift-2 { animation-name: rf-orb-drift-2; animation-direction: alternate-reverse; }
.rf-drift-3 { animation-name: rf-orb-drift-3; animation-direction: alternate; }
.rf-drift-4 { animation-name: rf-orb-drift-4; animation-direction: alternate-reverse; }
.rf-drift-5 { animation-name: rf-orb-drift-5; animation-direction: alternate; }
.rf-drift-6 { animation-name: rf-orb-drift-6; animation-direction: alternate-reverse; }

.rf-orb__spin {
  --spin-dir: normal;
  display: block;
  width: 100%;
  height: 100%;
  background: center / contain no-repeat;
  transform: rotate(var(--spin-start, 0deg));
  animation: rf-orb-spin var(--spin) linear var(--delay) infinite;
  animation-direction: var(--spin-dir);
  will-change: transform;
}

.rf-orb--plain .rf-orb__spin {
  background-image: url("../img/rf-orb-plain.svg");
}

.rf-orb--logo .rf-orb__spin {
  background-image: url("../img/rf-orb-logo.svg");
}

.regular-flow > .news-stream,
.regular-flow > .requirements-cta,
.regular-flow > .download-cta {
  position: relative;
  z-index: 1;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.regular-flow > footer.footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
}

/* разные траектории — чтобы круги не ехали «пачкой» */
@keyframes rf-orb-drift-1 {
  0%   { transform: translate(-50%, -50%) translate(0, 0); }
  30%  { transform: translate(-50%, -50%) translate(7vmin, -5vmin); }
  55%  { transform: translate(-50%, -50%) translate(-3vmin, -7vmin); }
  100% { transform: translate(-50%, -50%) translate(5vmin, 4vmin); }
}

@keyframes rf-orb-drift-2 {
  0%   { transform: translate(-50%, -50%) translate(0, 0); }
  25%  { transform: translate(-50%, -50%) translate(-8vmin, 2vmin); }
  60%  { transform: translate(-50%, -50%) translate(-2vmin, 8vmin); }
  100% { transform: translate(-50%, -50%) translate(6vmin, -3vmin); }
}

@keyframes rf-orb-drift-3 {
  0%   { transform: translate(-50%, -50%) translate(0, 0); }
  20%  { transform: translate(-50%, -50%) translate(4vmin, 6vmin); }
  50%  { transform: translate(-50%, -50%) translate(-7vmin, 3vmin); }
  80%  { transform: translate(-50%, -50%) translate(2vmin, -8vmin); }
  100% { transform: translate(-50%, -50%) translate(-4vmin, -2vmin); }
}

@keyframes rf-orb-drift-4 {
  0%   { transform: translate(-50%, -50%) translate(0, 0); }
  35%  { transform: translate(-50%, -50%) translate(-5vmin, -6vmin); }
  70%  { transform: translate(-50%, -50%) translate(8vmin, -1vmin); }
  100% { transform: translate(-50%, -50%) translate(-3vmin, 7vmin); }
}

@keyframes rf-orb-drift-5 {
  0%   { transform: translate(-50%, -50%) translate(0, 0); }
  40%  { transform: translate(-50%, -50%) translate(9vmin, 3vmin); }
  100% { transform: translate(-50%, -50%) translate(-6vmin, -5vmin); }
}

@keyframes rf-orb-drift-6 {
  0%   { transform: translate(-50%, -50%) translate(0, 0); }
  15%  { transform: translate(-50%, -50%) translate(-3vmin, 5vmin); }
  45%  { transform: translate(-50%, -50%) translate(6vmin, 7vmin); }
  75%  { transform: translate(-50%, -50%) translate(-8vmin, -4vmin); }
  100% { transform: translate(-50%, -50%) translate(3vmin, -6vmin); }
}

@keyframes rf-orb-spin {
  from { transform: rotate(var(--spin-start, 0deg)); }
  to { transform: rotate(calc(var(--spin-start, 0deg) + 360deg)); }
}

@media (prefers-reduced-motion: reduce) {
  .rf-orb,
  .rf-orb__spin {
    animation: none;
  }
}

.requirements-cta {
  padding: 20px var(--side-pad) 80px;
  scroll-margin-top: calc(var(--nav-height) + 20px);
}

.requirements-wrap {
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.requirements-wrap > .title-grad {
  margin: 0 0 50px;
}

.req-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 36px);
}

/* Панели requirements — та же рамка, что у news-card */
.req-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.req-panel__title {
  margin: 0;
  padding: clamp(24px, 2vw, 32px) clamp(18px, 1.6vw, 28px) 0;
  color: #fff;
  font-size: clamp(15px, .45vw + 12px, 20px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 0 8px rgba(255, 200, 60, .55),
    0 0 18px rgba(255, 160, 20, .35);
}

.req-panel__title::after {
  content: '';
  display: block;
  width: 70%;
  max-width: 260px;
  height: 1px;
  margin: 14px auto 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(227, 153, 1, .25) 22%,
    #e39901 50%,
    rgba(255, 120, 200, .4) 78%,
    transparent 100%
  );
  box-shadow: 0 0 10px rgba(255, 200, 80, .55);
}

.req-list {
  margin: 0;
  padding: 4px clamp(20px, 1.8vw, 30px) clamp(18px, 1.6vw, 26px);
}

.req-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px dotted rgba(196, 120, 210, .5);
}

.req-row:last-child {
  border-bottom: 0;
  padding-bottom: 4px;
}

.req-row dt {
  flex: 0 0 auto;
  margin: 0;
  color: #fff;
  font-size: clamp(12px, .2vw + 11px, 14px);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.req-row dd {
  flex: 1 1 auto;
  margin: 0;
  color: #fff;
  font-size: clamp(13px, .25vw + 12px, 15px);
  font-weight: 500;
  line-height: 1.35;
  text-align: right;
}

/* Download CTA after requirements */
.download-cta {
  padding: 40px var(--side-pad) 90px;
}

.download-cta__wrap {
  width: min(var(--content-max), 100%);
  margin: 0 auto;
  text-align: center;
}

/* Размер/центр как у обычного CTA-title; обводка — через SVG title-grad */
.download-cta__title {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 18em;
  margin: 0 auto 36px;
  font-size: clamp(28px, 2vw + 18px, 48px);
  line-height: 1.15;
}

.download-cta__title .title-grad__svg {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.download-cta__row {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr);
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
}

.download-cta__action {
  display: flex;
  justify-content: center;
}

.dl-chase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, .6vw, 10px);
  color: var(--mainColor, #f4c73a);
  pointer-events: none;
  user-select: none;
}

.dl-chase--left {
  justify-content: flex-end;
}

.dl-chase--right {
  justify-content: flex-start;
}

.dl-chase--right .dl-chase__icon {
  transform: scaleX(-1);
}

.dl-chase__item {
  display: flex;
  opacity: .12;
  filter: drop-shadow(0 0 0 transparent);
  animation: dl-chase-pulse 1.5s ease-in-out infinite;
}

.dl-chase__icon {
  display: block;
  width: clamp(18px, 2vw, 28px);
  height: auto;
}

/* Волна слева направо к кнопке */
.dl-chase--left .dl-chase__item:nth-child(1) { animation-delay: 0s; }
.dl-chase--left .dl-chase__item:nth-child(2) { animation-delay: .18s; }
.dl-chase--left .dl-chase__item:nth-child(3) { animation-delay: .36s; }
.dl-chase--left .dl-chase__item:nth-child(4) { animation-delay: .54s; }

/* Волна справа налево к кнопке */
.dl-chase--right .dl-chase__item:nth-child(1) { animation-delay: .54s; }
.dl-chase--right .dl-chase__item:nth-child(2) { animation-delay: .36s; }
.dl-chase--right .dl-chase__item:nth-child(3) { animation-delay: .18s; }
.dl-chase--right .dl-chase__item:nth-child(4) { animation-delay: 0s; }

@keyframes dl-chase-pulse {
  0%,
  100% {
    opacity: .1;
    filter: drop-shadow(0 0 0 transparent) brightness(.7);
    transform: scale(.92);
  }
  35% {
    opacity: 1;
    filter:
      drop-shadow(0 0 8px rgba(255, 200, 60, .85))
      drop-shadow(0 0 18px rgba(255, 174, 11, .55))
      brightness(1.15);
    transform: scale(1.06);
  }
  60% {
    opacity: .35;
    filter: drop-shadow(0 0 6px rgba(255, 174, 11, .25)) brightness(.9);
    transform: scale(.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dl-chase__item {
    animation: none;
    opacity: .45;
    filter: drop-shadow(0 0 8px rgba(255, 174, 11, .35));
  }
}

/* Footer */
footer.footer.site-footer {
  display: block;
  min-height: 0;
  padding: 0;
  border-top: 2px solid #4d154d4a;
  backdrop-filter: blur(18px);
}

.site-footer__inner {
  width: min(var(--content-max), 100%);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px) var(--side-pad) clamp(28px, 3vw, 40px);
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  margin-bottom: clamp(36px, 4vw, 56px);
}

.site-footer__brand {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  text-decoration: none;
}

.site-footer__logo {
  display: block;
  width: min(420px, 42vw);
  height: auto;
  aspect-ratio: 552 / 247;
  background: url("logo_max.png") center / contain no-repeat;
}

.site-footer__social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  flex-shrink: 0;
}

.site-footer__social-label {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.1vw + 12px, 22px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.site-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(8px, 1vw, 12px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__social-link {
  --social-size: clamp(40px, 3.2vw, 48px);
  position: relative;
  display: grid;
  place-items: center;
  width: var(--social-size);
  height: var(--social-size);
  border-radius: 50%;
  border: 2px solid #4d154d;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.06), transparent 55%),
    rgba(0, 0, 0, 0.22);
  text-decoration: none;
  overflow: hidden;
  transform: translateY(0) scale(1);
  transition:
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease,
    transform .25s cubic-bezier(.22, 1, .36, 1);
}

.site-footer__social-icon {
  display: block;
  width: 52%;
  height: 52%;
  background-image: var(--social-icon);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .25s cubic-bezier(.22, 1, .36, 1), filter .25s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  border-color: var(--mainColor, #e39901);
  background:
    radial-gradient(circle at 35% 30%, rgba(227, 153, 1, 0.18), transparent 58%),
    rgba(77, 21, 77, 0.45);
  box-shadow:
    0 0 0 1px rgba(227, 153, 1, 0.25),
    0 0 22px rgba(192, 38, 255, 0.35),
    0 0 34px rgba(227, 153, 1, 0.22);
  transform: translateY(-3px) scale(1.06);
  outline: none;
}

.site-footer__social-link:hover .site-footer__social-icon,
.site-footer__social-link:focus-visible .site-footer__social-icon {
  transform: scale(1.08);
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.35));
}

.site-footer__social-link:active {
  transform: translateY(-1px) scale(1.02);
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  text-align: center;
}

.site-footer__nav a {
  color: #fff;
  font-size: clamp(11px, .45vw + 10px, 13px);
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .02em;
  white-space: nowrap;
  transition: color .2s ease;
}

.site-footer__nav a:hover {
  color: var(--mainColor, #f4c73a);
}

.site-footer__sep {
  margin: 0 10px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  line-height: 1;
  user-select: none;
}

.site-footer__copy {
  margin: 0;
  color: var(--mainColor, #f4c73a);
  font-size: clamp(12px, .4vw + 11px, 14px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .03em;
}

/* Mobile share panel */
.mobileWrapper {
  position: absolute;
  inset: 0;
  z-index: 9999;
  display: none;
  background: #151515;
}

.mobileWrapper .section { height: 100%; }

.mobileWrapper .wrapper {
  width: min(760px, 100%);
  height: 100%;
  margin: 0 auto;
  padding: 100px 16px 24px;
  display: flex;
  flex-direction: column;
}

.email-share-container { width: 100%; }

#emailInlineForm {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

#emailInlineForm input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 10px 14px 10px 20px;
  border: 1px solid #ffffff24;
  border-radius: 100px;
  background: #111;
  color: #fff;
}

#emailInlineForm button {
  padding: 10px 20px;
  border: none;
  border-radius: 100px;
  background: var(--mainColor);
  color: #000;
}

.emailStatus { margin-left: 10px; color: var(--mainColor); }

.wrapForMesMob {
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

a.telegram-share-btn,
a.whats-share-btn {
  width: 48%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
}

a.telegram-share-btn { color: #00b2e2; border: 1px solid #00b2e24a; }
a.whats-share-btn { color: #00cf56; border: 1px solid #00cf564d; }

span.tgIcon,
span.wtIcon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* 404 — full-bleed как главная: без боковых полей темы */
html:has(body.error404-page) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #210921 !important;
}

body.error404-page {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip;
  background: #210921 !important;
}

body.error404-page #page,
body.error404-page .site,
body.error404-page .site-content,
body.error404-page .content-area,
body.error404-page #content,
body.error404-page #primary,
body.error404-page .wrapper,
body.error404-page .container,
body.error404-page .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

body.error404-page > .allNav,
body.error404-page > .error404-shell,
body.error404-page > .error404-chrome,
body.error404-page > .preloader,
body.error404-page > .mobileWrapper {
  float: none !important;
  clear: both !important;
}

body.error404-page > .allNav {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.error404-page > .error404-shell,
body.error404-page .error404-shell {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

body.error404-page .error404-chrome {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.error404-chrome {
  position: relative;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  background: linear-gradient(
    180deg,
    #210921 0%,
    #300c30 18%,
    #2b0c2c 48%,
    #170616 78%,
    #030104 100%
  );
}

.error404 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  padding:
    calc(var(--nav-height) + 24px)
    var(--side-pad)
    clamp(200px, 28vh, 280px);
  background: transparent;
}

.error404__orbs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.error404__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.error404__code {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 0.9em;
  margin: 0 auto 8px;
  font-size: clamp(96px, 14vw + 40px, 210px);
  line-height: .85;
}

.error404__code .title-grad__svg {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

.error404__title {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 16em;
  min-height: 1.1em;
  margin: 0 auto 22px;
  font-size: clamp(28px, 2.4vw + 16px, 52px);
  line-height: 1.1;
}

.error404__title .title-grad__svg {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

.error404__text {
  margin: 0 auto 34px;
  max-width: 34em;
  width: 100%;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(15px, 0.5vw + 13px, 18px);
  font-weight: 500;
  line-height: 1.55;
}

.error404__actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.error404__cta {
  margin-top: 0;
  padding: 22px 42px;
  font-size: clamp(15px, 1vw + 12px, 18px);
}

body.error404-page .site-footer {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: 0;
  z-index: 2;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-top-color: rgba(77, 21, 77, 0.55);
  background: linear-gradient(180deg, transparent 0%, rgba(3, 1, 4, 0.72) 40%, rgba(3, 1, 4, 0.92) 100%);
  backdrop-filter: blur(10px);
}

body.error404-page .site-footer__inner {
  padding-top: 28px;
  padding-bottom: 24px;
}

body.error404-page .site-footer__logo {
  width: min(280px, 36vw);
}

body.error404-page .site-footer__top {
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .error404 {
    padding:
      calc(var(--nav-height) + 16px)
      var(--side-pad)
      clamp(240px, 42vh, 320px);
  }

  .error404__cta {
    padding: 18px 28px;
    font-size: 15px;
  }

  body.error404-page .site-footer__logo {
    width: min(220px, 70vw);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .req-panels {
    grid-template-columns: 1fr;
  }

  .news-carousel {
    --news-per-view: 2;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .site-footer__logo {
    width: min(340px, 70vw);
  }

  .site-footer__social {
    align-items: center;
  }

  .site-footer__social-list {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  :root {
    --nav-height: 64px;
    --side-pad: clamp(16px, 4vw, 24px);
  }

  .left-1 {
    position: relative;
    z-index: 100050;
  }

  .mobile-menu-toggle {
    display: grid;
    place-items: center;
  }

  .right-1 {
    position: fixed;
    inset: 0;
    z-index: 100040;
    display: block;
    gap: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .right-1.open {
    pointer-events: auto;
  }

  .mobile-nav-backdrop {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      radial-gradient(ellipse 80% 50% at 80% 0%, rgba(255, 174, 11, .18), transparent 55%),
      radial-gradient(ellipse 60% 40% at 10% 100%, rgba(90, 40, 160, .22), transparent 50%),
      rgba(6, 4, 14, .72);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
  }

  .right-1.open .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-sheet {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    max-width: 100%;
    padding:
      calc(var(--nav-height) + 28px)
      clamp(22px, 6vw, 36px)
      max(28px, env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 18px, 0);
    opacity: 0;
    visibility: hidden;
    transition:
      transform .5s cubic-bezier(.22, 1, .36, 1),
      opacity .35s ease,
      visibility .35s ease;
  }

  .right-1.open .mobile-nav-sheet {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-glow {
    display: block;
    position: absolute;
    top: -10%;
    right: 0;
    width: min(70vw, 320px);
    height: min(70vw, 320px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 174, 11, .16), transparent 68%);
    pointer-events: none;
    filter: blur(8px);
  }

  .nav-primary {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
    min-width: 0;
  }

  .nav-link {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 16px;
    max-width: 100%;
    padding: 18px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: clamp(28px, 8vw, 42px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.05;
    text-transform: none;
    white-space: normal;
    color: #fff;
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
      color .25s ease,
      opacity .45s cubic-bezier(.22, 1, .36, 1),
      transform .45s cubic-bezier(.22, 1, .36, 1);
  }

  .nav-link:nth-child(1) { transition-delay: 0s; }
  .nav-link:nth-child(2) { transition-delay: .05s; }

  .right-1.open .nav-link {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .right-1.open .nav-link:nth-child(1) { transition-delay: .12s; }
  .right-1.open .nav-link:nth-child(2) { transition-delay: .2s; }

  .nav-link-index {
    display: inline-block;
    flex-shrink: 0;
    min-width: 2.2em;
    font-size: .34em;
    font-weight: 700;
    letter-spacing: .14em;
    color: var(--mainColor, #ffae0b);
    opacity: .85;
  }

  .nav-link-label {
    position: relative;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .nav-link-label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.08em;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--mainColor, #ffae0b), transparent 80%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  }

  .nav-link:hover,
  .nav-link:focus-visible {
    color: #fff;
  }

  .nav-link:hover .nav-link-label::after,
  .nav-link:focus-visible .nav-link-label::after {
    transform: scaleX(1);
  }

  .mobile-nav-meta {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 8px;
    min-width: 0;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition:
      opacity .45s cubic-bezier(.22, 1, .36, 1) .28s,
      transform .45s cubic-bezier(.22, 1, .36, 1) .28s;
  }

  .right-1.open .mobile-nav-meta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .mobile-nav-section-label {
    display: none;
  }

  .languagepicker-wrapper {
    position: relative;
    align-self: stretch;
  }

  .languagepicker-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
  }

  .languagepicker-btn svg {
    margin-left: 12px;
    opacity: .55;
    transition: transform .25s ease;
  }

  .languagepicker-wrapper.open .languagepicker-btn svg {
    transform: rotate(180deg);
  }

  .lang-sheet-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100060;
    background: rgba(4, 2, 10, .62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
  }

  .lang-sheet-backdrop:not(.is-open) {
    /* Не оставляем off-screen слой в scrollport меню */
    content-visibility: hidden;
  }

  .lang-sheet-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .lang-sheet-panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100061;
    width: 100%;
    max-height: min(72vh, 520px);
    padding: 10px 16px max(18px, env(safe-area-inset-bottom, 0px));
    border-radius: 24px 24px 0 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 0;
    background:
      linear-gradient(180deg, rgba(255, 174, 11, .08), transparent 28%),
      #12101c;
    box-shadow: 0 -24px 60px rgba(0, 0, 0, .55);
    transform: translate3d(0, 110%, 0);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform .42s cubic-bezier(.22, 1, .36, 1),
      visibility .42s ease;
  }

  /* Пока sheet внутри меню (до portal) — полностью выключаем из layout/overflow */
  .mobile-nav-sheet .lang-sheet-backdrop,
  .mobile-nav-sheet .lang-sheet-panel {
    display: none !important;
  }

  .lang-sheet-panel.is-open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .lang-sheet-grab {
    display: block;
    width: 42px;
    height: 4px;
    margin: 2px auto 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
  }

  .lang-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 4px 8px;
  }

  .lang-sheet-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
  }

  .lang-sheet-close {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
  }

  .languagepicker-list {
    display: block;
    position: static;
    top: auto;
    right: auto;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    max-height: none;
    margin: 0;
    padding: 0 0 6px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-overflow-scrolling: touch;
  }

  .languagepicker-wrapper.open .languagepicker-list {
    display: block;
  }

  .languagepicker-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 14px;
    margin-bottom: 6px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    transition: background .2s ease, border-color .2s ease;
  }

  .languagepicker-list li a .lang-flag {
    width: 22px;
    height: 16px;
    margin-right: 0;
    border-radius: 3px;
  }

  .languagepicker-list li a .lang-name {
    flex: 1;
    min-width: 0;
  }

  .lang-check {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mainColor, #ffae0b);
    box-shadow: 0 0 12px rgba(255, 174, 11, .7);
  }

  .languagepicker-list li a:hover,
  .languagepicker-list li a[aria-current="true"] {
    background: rgba(255, 174, 11, .12);
    border-color: rgba(255, 174, 11, .4);
    color: #fff;
  }

  .right-1 .downloadLinkHeader {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 18px 28px;
    font-size: 15px;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  body.mobile-nav-open .allNav,
  body.mobile-nav-open .nav-inner {
    overflow: visible;
  }

  body.mobile-nav-open,
  html:has(body.mobile-nav-open) {
    overflow-x: hidden;
  }

  body.mobile-nav-open .landing-scroll-rail {
    visibility: hidden;
  }

  .fulljs-slider {
    left: 0;
    transform: none;
  }

  .fulljs-pagination {
    right: 10px;
  }

  .slide-copy h2,
  .newsWPRmain > h2,
  .news-head .title-grad,
  .requirements-wrap > h2,
  .requirements-wrap > .title-grad,
  .title-grad {
    font-size: clamp(36px, 8.5vw, 58px);
  }

  .news-carousel {
    --news-per-view: 1;
    --news-gap: 14px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .news-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .news-view-all {
    margin-bottom: 0;
  }

  .news-nav {
    display: none;
  }

  .download-cta {
    padding: 28px var(--side-pad) 64px;
  }

  .download-cta__title.title-grad,
  .download-cta__title {
    margin-bottom: 24px;
    font-size: clamp(24px, 6.5vw, 34px);
  }

  .download-cta__row {
    grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
    gap: 8px;
  }

  .dl-chase {
    gap: 2px;
  }

  .dl-chase__icon {
    width: 16px;
  }

  .download-cta .downloadButtonPromo {
    padding: 18px 28px;
    font-size: 15px;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    margin-bottom: 32px;
  }

  .site-footer__logo {
    width: min(280px, 78vw);
    margin: 0 auto;
  }

  .site-footer__social {
    align-items: center;
  }

  .site-footer__social-list {
    justify-content: center;
  }

  .site-footer__social-link {
    --social-size: 42px;
  }

  .site-footer__nav {
    gap: 6px 0;
  }

  .site-footer__nav a {
    white-space: normal;
    max-width: 100%;
  }

  .site-footer__sep {
    margin: 0 8px;
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .mobile-nav-backdrop,
  .mobile-nav-sheet,
  .nav-link,
  .mobile-nav-meta,
  .mm-lines i {
    transition: none;
  }
}

/* ========== Site news (list + single) ========== */
body.site-news-page {
  background: #210921;
}

.site-news-shell {
  min-height: 100vh;
}

.site-news-chrome.regular-flow {
  padding-top: calc(var(--nav-height) + 48px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-news,
.site-news-single {
  flex: 1;
  width: min(920px, calc(100% - 2 * var(--side-pad)));
  margin: 0 auto;
  padding: 0 0 80px;
}

.site-news__head {
  margin-bottom: 42px;
}

.site-news__lead {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(15px, .4vw + 13px, 18px);
  font-style: italic;
  line-height: 1.5;
}

.site-news__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.site-news__cat {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .03em;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.site-news__cat:hover {
  color: #ffe9a8;
  border-color: rgba(255, 174, 11, .45);
  background: rgba(255, 174, 11, .14);
}

.site-news__cat.is-active {
  color: #1a0820;
  background: var(--mainColor, #ffae0b);
  border-color: var(--mainColor, #ffae0b);
}

.site-news__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.site-news-item {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  align-items: stretch;
  gap: 22px;
  height: 213px;
  padding: 16px;
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(#1a0820, #1a0820) padding-box,
    linear-gradient(155deg, #e39901 0%, #e39901 28%, #ff4fd8 72%, #9b2bff 100%) border-box;
  border: 3px solid transparent;
  transition: filter .22s ease, box-shadow .22s ease;
}

.site-news-item:hover {
  filter: brightness(1.05);
  box-shadow: 0 0 24px rgba(255, 60, 180, .16);
}

.site-news-item__media {
  display: block;
  position: relative;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 10px;
  background: #100414;
}

.site-news-item__media img,
.site-news-item__media video,
.site-news-item__media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-news-item__media video {
  pointer-events: none;
}

.site-news-item__media-fallback {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 174, 11, .18), transparent 45%),
    #180818;
}

.site-news-item__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: 4px 4px 2px 0;
  overflow: hidden;
}

.site-news-item__title {
  margin: 0 0 8px;
  font-size: clamp(20px, .7vw + 16px, 28px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.site-news-item__title a {
  color: #fff;
  text-decoration: none;
  text-shadow:
    0 0 8px rgba(255, 0, 220, .45),
    0 0 18px rgba(180, 0, 255, .3);
}

.site-news-item__title a:hover {
  color: #ffe9a8;
}

.site-news-item__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(15px, .35vw + 13px, 18px);
  font-style: italic;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.site-news-item__meta {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.site-news-item__date {
  color: #d9a0e8;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}

.site-news-item__like {
  margin-left: auto;
}

.site-news-item__like .wpulike {
  margin: 0 !important;
  padding: 0 !important;
}

.site-news-item__more {
  color: var(--mainColor, #ffae0b);
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
}

.site-news-item__more:hover {
  color: #fff;
}

.site-news__controls {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.site-news__load-more {
  --dl-gold: var(--mainColor, #ffae0b);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  min-height: 52px;
  padding: 0 28px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: #140e00;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  background: linear-gradient(180deg, #ffdc54 0%, #ffd45c 18%, var(--dl-gold) 52%, #e08a00 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .28) inset,
    0 2px 8px rgba(0, 0, 0, .18),
    0 0 24px rgba(255, 174, 11, .28);
  transform: translateY(0) scale(1);
  transition:
    box-shadow .25s ease,
    transform .25s cubic-bezier(.22, 1, .36, 1),
    filter .25s ease,
    opacity .2s ease;
}

.site-news__load-more::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, .55) 49%,
    rgba(255, 255, 255, .15) 52%,
    transparent 60%,
    transparent 100%
  );
  transform: translateX(-120%) skewX(-16deg);
  pointer-events: none;
}

.site-news__load-more::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .28);
  pointer-events: none;
  opacity: .7;
}

.site-news__load-more > * {
  position: relative;
  z-index: 1;
}

.site-news__load-more:hover {
  filter: brightness(1.08) saturate(1.1);
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .5) inset,
    0 0 28px rgba(255, 174, 11, .85),
    0 0 64px rgba(255, 174, 11, .45),
    0 8px 18px rgba(0, 0, 0, .28);
}

.site-news__load-more:hover::before {
  transition: transform .55s ease;
  transform: translateX(120%) skewX(-16deg);
}

.site-news__load-more:active {
  transform: translateY(0) scale(.98);
}

.site-news__load-more-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(20, 14, 0, .22);
  border-top-color: #140e00;
  flex-shrink: 0;
  animation: siteNewsLoadSpin .7s linear infinite;
}

.site-news__load-more.is-loading {
  pointer-events: none;
  cursor: wait;
  filter: brightness(.96);
}

.site-news__load-more.is-loading .site-news__load-more-spinner {
  display: inline-block;
}

.site-news__load-more:disabled {
  cursor: wait;
}

@keyframes siteNewsLoadSpin {
  to {
    transform: rotate(360deg);
  }
}

.site-news__pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-news__pages a,
.site-news__pages span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.site-news__pages a:hover {
  background: rgba(255, 174, 11, .16);
  border-color: rgba(255, 174, 11, .45);
  color: #ffe9a8;
}

.site-news__pages .current {
  background: rgba(255, 174, 11, .22);
  border-color: var(--mainColor, #ffae0b);
  color: var(--mainColor, #ffae0b);
}

.site-news__empty {
  color: rgba(255, 255, 255, .7);
  font-style: italic;
}

.site-news__error {
  margin: 0 0 14px;
  color: #ff8f8f;
  font-size: 14px;
}

.site-news-single__wrap {
  width: 100%;
}

.site-news-single__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  color: var(--mainColor, #ffae0b);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
}

.site-news-single__back:hover {
  color: #fff;
}

.site-news-single__head {
  margin-bottom: 28px;
}

.site-news-single__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.site-news-single__cats a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  color: #ffe9a8;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255, 174, 11, .12);
  border: 1px solid rgba(255, 174, 11, .35);
}

.site-news-single__cats a:hover {
  color: #1a0820;
  background: var(--mainColor, #ffae0b);
}

.site-news-single__meta {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  justify-content: space-between;
  flex-flow: row-reverse;
  color: #d9a0e8;
  font-weight: 600;
  font-style: italic;
}

.site-news-single__media {
  margin-bottom: 28px;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid transparent;
  background:
    linear-gradient(#100414, #100414) padding-box,
    linear-gradient(155deg, #e39901 0%, #e39901 28%, #ff4fd8 72%, #9b2bff 100%) border-box;
}

.site-news-single__media img,
.site-news-single__media video {
  display: block;
  width: 100%;
  height: auto;
}

.site-news-single__content {
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, .4vw + 14px, 19px);
  font-style: italic;
  line-height: 1.65;
}

.site-news-single__content p {
  margin: 0 0 1em;
}

.site-news-single__content a {
  color: var(--mainColor, #ffae0b);
}

.site-news-adjacent {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.site-news-adjacent:has(.site-news-adjacent__card:only-child) {
  grid-template-columns: 1fr;
}

.site-news-adjacent__card:only-child {
  width: 100%;
  margin: 0;
}

.site-news-adjacent__card {
  display: grid;
  grid-template-columns: 44px minmax(96px, 140px) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 110px;
  padding: 12px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(#1a0820, #1a0820) padding-box,
    linear-gradient(155deg, #e39901 0%, #e39901 28%, #ff4fd8 72%, #9b2bff 100%) border-box;
  border: 3px solid transparent;
  transition: filter .22s ease, box-shadow .22s ease;
}

.site-news-adjacent__card:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 22px rgba(255, 60, 180, .18);
}

.site-news-adjacent__card--next {
  grid-template-columns: minmax(96px, 140px) minmax(0, 1fr) 44px;
}

.site-news-adjacent__card--next .site-news-adjacent__arrow {
  order: 3;
}

.site-news-adjacent__card--next .site-news-adjacent__media {
  order: 1;
}

.site-news-adjacent__card--next .site-news-adjacent__text {
  order: 2;
  text-align: right;
}

.site-news-adjacent__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor, #ffae0b);
  filter: drop-shadow(0 0 10px rgba(255, 174, 11, .35));
}

.site-news-adjacent__card--prev .site-news-adjacent__icon {
  transform: scaleX(-1);
}

.site-news-adjacent__icon {
  display: block;
  width: 28px;
  height: auto;
}

.site-news-adjacent__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 10px;
  background-color: #100414;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-news-adjacent__media img,
.site-news-adjacent__media video,
.site-news-adjacent__media-fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-news-adjacent__media-fallback {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 174, 11, .18), transparent 45%),
    #180818;
}

.site-news-adjacent__label {
  display: block;
  margin-bottom: 6px;
  color: var(--mainColor, #ffae0b);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.site-news-adjacent__title {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: clamp(15px, .35vw + 13px, 18px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.25;
  text-transform: uppercase;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 760px) {
  .site-news-item {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    gap: 14px;
    padding: 12px;
  }

  .site-news-item__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .site-news-item__like {
    margin-left: 0;
  }

  .site-news,
  .site-news-single {
    width: calc(100% - 2 * var(--side-pad));
  }

  .site-news-adjacent {
    grid-template-columns: 1fr;
  }

  .site-news-adjacent__card,
  .site-news-adjacent__card--next {
    grid-template-columns: 36px minmax(84px, 120px) minmax(0, 1fr);
  }

  .site-news-adjacent__card--next .site-news-adjacent__arrow {
    order: 1;
  }

  .site-news-adjacent__card--next .site-news-adjacent__media {
    order: 2;
  }

  .site-news-adjacent__card--next .site-news-adjacent__text {
    order: 3;
    text-align: left;
  }

  .site-news-adjacent__card--next .site-news-adjacent__icon {
    transform: none;
  }

  .site-news-adjacent__card--prev .site-news-adjacent__icon {
    transform: scaleX(-1);
  }
}

