@import url(./nav.css);
@import url(./font.css);
@import url(./main.css);
@import url(./media.css);
@import url(./pre-sale-section.css);
* {
  box-sizing: border-box;
}

.central_body::before {
  display: none;
}

body {
  margin: 0;
  background-color: rgb(0, 0, 0);
  font-family: "Arpona";
  position: relative;
}

:lang(ru) {
  font-family: "Strong Sword";
}
:lang(ru) h1,
:lang(ru) h2,
:lang(ru) h3,
:lang(ru) h4,
:lang(ru) h5,
:lang(ru) h6 {
  font-family: "TheOneLord" !important;
  font-weight: normal !important;
}

input,
button {
  font-family: "Arpona";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  background-clip: text;
  background-image: url(../images/texture.jpg);
  -webkit-text-fill-color: transparent;
  font-family: "TheOneLord";
  font-weight: normal;
  letter-spacing: -0.05rem;
}

@keyframes animateParticle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -39000px;
  }
}
@keyframes animateMask {
  0% {
    mask-position: 0% 0%;
  }
  10% {
    mask-position: 33.3% 0%;
  }
  20% {
    mask-position: 66.6% 0%;
  }
  30% {
    mask-position: 100% 0%;
  }
  40% {
    mask-position: 0% 50%;
  }
  50% {
    mask-position: 33.3% 50%;
  }
  60% {
    mask-position: 66.6% 50%;
  }
  70% {
    mask-position: 100% 50%;
  }
  80% {
    mask-position: 0% 100%;
  }
  85% {
    mask-position: 33.3% 100%;
  }
  90% {
    mask-position: 66.6% 100%;
  }
  100% {
    mask-position: 100% 100%;
  }
}

/* Header footer styles */
.un_window-header {
  position: relative;
}

.pre-sale-section footer {
  position: absolute;
  width: auto;
  left: auto;
  right: 2%;
  bottom: 2%;
  z-index: 10;
}

.pre-sale-section footer ul {
  list-style: none;
  display: flex;
  gap: 25px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.pre-sale-section footer ul li {
  display: inline;
}

.pre-sale-section footer ul li a {
  color: #999;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.pre-sale-section footer ul li a:hover {
  color: #d4af37;
}

.pre-sale-section footer p {
  display: none;
}
/* ========== Innovations Section ========== */
.un_innovations {
  position: relative;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 8rem;
}

.un_innovations-title {
  font-family: "TheOneLord", serif;
  font-size: 3.5rem;
  color: wheat;
  text-align: center;
  margin: 0 0 3rem 0;
  text-shadow: 0 0 3rem rgba(0,0,0,1), 0 0.3rem 1rem rgba(0,0,0,0.8);
  letter-spacing: 0.05em;
  position: relative;
}

.un_inno-slider-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  /* Social bar no longer steals clicks (pointer-events off in v2-extras.css),
     so arrows can sit further out toward the edges */
  padding: 0 2rem;
  box-sizing: border-box;
}

.inno-swiper {
  flex: 1;
  min-width: 0;
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}

.inno-swiper .swiper-wrapper {
  align-items: center;
  overflow: visible;
}

.inno-swiper .swiper-slide {
  opacity: 0.45;
  transform: scale(0.78);
  transition: transform 0.5s ease, opacity 0.5s ease;
  margin: 1rem 0;
}

.inno-swiper .swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.inno-swiper .swiper-slide-prev,
.inno-swiper .swiper-slide-next {
  opacity: 0.72 !important;
  transform: scale(0.82) !important;
}

.un_inno-card {
  background: linear-gradient(160deg, rgba(28, 19, 9, 0.92), rgba(8, 5, 2, 0.95));
  position: relative;
  display: flex;
  flex-direction: column;
}

.un_inno-card::after {
  content: "";
  position: absolute;
  border: 1.3rem solid transparent;
  border-image: url(../images/frame_withPoint.png);
  border-image-slice: 60 40;
  left: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  top: -0.2rem;
  pointer-events: none;
  filter: brightness(115%);
  z-index: 2;
}

.un_inno-card-img {
  width: 100%;
  background: transparent;
  position: relative;
  overflow: hidden;
  border-bottom: 0.05rem solid rgba(177, 152, 105, 0.15);
}

.un_inno-card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.un_inno-card-img::before {
  z-index: 1;
  content: "";
  bottom: -15rem;
  width: 500px;
  height: 520px;
  position: absolute;
  left: 50%;
  background: url(../images/particles.png) top;
  animation: animateParticle 4s steps(75) infinite;
  opacity: 0.6;
  transform: translateX(-50%) rotate(180deg);
  pointer-events: none;
}

.un_inno-card-body {
  padding: 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.un_inno-card-title {
  font-family: "TheOneLord", serif;
  font-size: 1.6rem;
  color: wheat;
  text-align: center;
  margin: 0;
  filter: drop-shadow(0 0.2rem 0.6rem rgba(0, 0, 0, 0.7));
}

.un_inno-card-desc {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 0.97rem;
  margin: 0;
  line-height: 1.6;
}

.un_inno-btn {
  display: flex;
  color: rgba(245, 222, 179, 0.75);
  text-decoration: none;
  width: fit-content;
  margin: 0.5rem auto 0;
  padding: 0.5rem 2rem;
  font-size: 0.97rem;
  position: relative;
  transition: color 0.2s, filter 0.2s;
  letter-spacing: 0.08em;
}

.un_inno-btn:hover {
  color: wheat;
  filter: brightness(140%);
}

.un_inno-btn::after {
  content: "";
  position: absolute;
  border: 0.6rem solid transparent;
  border-image: url(../images/frame_square.png);
  border-image-slice: 40 40 fill;
  left: -0.2rem;
  z-index: 1;
  right: -0.2rem;
  bottom: -0.2rem;
  top: -0.2rem;
  opacity: 0.45;
  transition: opacity 0.3s, filter 0.3s;
  pointer-events: none;
  filter: brightness(80%);
}

.un_inno-btn:hover::after {
  opacity: 1;
  filter: brightness(130%);
}

/* Navigation arrows */
.inno-btn-prev,
.inno-btn-next {
  flex-shrink: 0;
  position: relative;
  z-index: 30;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  overflow: hidden;
  cursor: pointer;
  transition: filter 0.2s;
  transform: rotate(45deg);
  margin: 0 2rem;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.inno-btn-prev:hover,
.inno-btn-next:hover {
  filter: brightness(130%);
}

.inno-btn-prev::before,
.inno-btn-next::before {
  z-index: 1;
  content: "";
  top: 0rem;
  width: 500px;
  height: 520px;
  position: absolute;
  background: url(../images/particles.png) top;
  animation: animateParticle 4s steps(75) infinite;
  opacity: 1;
  transform: translateX(1rem) translateY(-15rem) rotate(-45deg) scale(0.6);
  pointer-events: none;
}

.inno-btn-prev::after,
.inno-btn-next::after {
  content: "";
  position: absolute;
  border: 1rem solid transparent;
  border-image: url(../images/frame_square.png);
  border-image-slice: 40 40 fill;
  left: -0.1rem;
  z-index: 2;
  right: -0.1rem;
  bottom: -0.1rem;
  top: -0.1rem;
  filter: brightness(130%);
  pointer-events: none;
  transition: 0.3s;
}

.inno-btn-prev svg,
.inno-btn-next svg {
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
  position: relative;
  z-index: 3;
}

.inno-btn-prev svg path,
.inno-btn-next svg path {
  fill: wheat;
}

/* New Section */
.un_new-section {
  width: 100%;
  height: 1080px;
  position: relative;
  overflow: hidden;
  background-image: url('../images/bg/new-section.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.un_new-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 20%),
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, transparent 20%),
    rgba(0, 0, 0, 0.62);
}

.un_new-section::after {
  display: none;
}

/* ========== Innovations Section: Mobile ========== */
@media (max-width: 768px) {
  .un_new-section {
    height: auto;
    min-height: 100%;
    padding: 3rem 0;
  }

  .un_innovations {
    padding-bottom: 2rem;
  }

  .un_innovations-title {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
  }

  .un_inno-slider-wrap {
    padding: 0 0.5rem;
  }

  .inno-swiper {
    padding: 1.5rem 0;
  }

  .inno-btn-prev,
  .inno-btn-next {
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 0.4rem;
  }

  .inno-btn-prev svg,
  .inno-btn-next svg {
    width: 0.75rem;
    height: 0.75rem;
  }

  .un_inno-card-body {
    padding: 1rem 1.1rem 1.3rem;
    gap: 0.6rem;
  }

  .un_inno-card-title {
    font-size: 1.25rem;
  }

  .un_inno-card-desc {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .un_inno-btn {
    font-size: 0.85rem;
    padding: 0.4rem 1.4rem;
  }
}

