/* Start custom CSS for html, class: .elementor-element-6b0e2b1 */.cosmic-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -9999;
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, #0b001a, #000);
  animation: bgShift 25s ease-in-out infinite alternate;
  overflow: hidden;
}

/* Слой звёзд — точечный, масштабируемый */
.stars-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background: transparent;
  border-radius: 50%;
  animation: starFloat 18s ease-in-out infinite alternate;
  box-shadow:
    5vw 5vh #ffffffcc,
    10vw 80vh #ffffff88,
    15vw 20vh #ffffffaa,
    20vw 60vh #ffffff88,
    25vw 40vh #ffffffbb,
    30vw 10vh #ffffff66,
    35vw 90vh #ffffff99,
    40vw 30vh #ffffff77,
    45vw 70vh #ffffff99,
    50vw 50vh #ffffffaa,
    55vw 20vh #ffffff77,
    60vw 80vh #ffffff88,
    65vw 25vh #ffffff99,
    70vw 60vh #ffffffaa,
    75vw 35vh #ffffff88,
    80vw 15vh #ffffffcc,
    85vw 65vh #ffffff99,
    90vw 45vh #ffffff88,
    95vw 25vh #ffffffaa;
}

/* Дышащий фон */
@keyframes bgShift {
  0%   { background-position: 30% 30%; filter: brightness(1); }
  50%  { background-position: 70% 70%; filter: brightness(1.1); }
  100% { background-position: 40% 40%; filter: brightness(0.95); }
}

/* Дрейф звёзд */
@keyframes starFloat {
  0%   { transform: scale(1) translateY(0); opacity: 0.9; }
  50%  { transform: scale(1.04) translateY(-1vh); opacity: 1; }
  100% { transform: scale(0.97) translateY(1vh); opacity: 0.75; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dcffec *//* Хедер */
.airise-header.center-only {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #0e0e16;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px;
  font-family: 'Orbitron', sans-serif;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Название страницы */
.airise-page-title {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(90deg, #ff4ecf, #00f0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  letter-spacing: 0.7px;
  text-shadow: 0 0 3px rgba(0,255,255,0.1);
  flex: 1;
}

/* Кнопка меню */
.header-menu-button {
  background: rgba(0, 255, 255, 0.05);
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 0 6px rgba(0, 255, 255, 0.15);
  backdrop-filter: blur(4px);
}

.header-menu-button:hover {
  background: rgba(0, 255, 255, 0.1);
}

.header-menu-button.active {
  box-shadow: 0 0 8px #00ffeeaa;
  background-color: rgba(0, 255, 255, 0.12);
}

.header-menu-button i {
  font-size: 20px;
  color: #00ffee;
  animation: pulseGlow 3s infinite ease-in-out;
}

@keyframes pulseGlow {
  0%, 100% { text-shadow: 0 0 4px #00ffee; }
  50% { text-shadow: 0 0 10px #00ffee; }
}

/* Меню сбоку */
.airise-side-menu {
  position: fixed;
  top: 70px; /* ниже хедера */
  right: -280px;
  width: 260px;
  height: calc(100vh - 70px);
  background: #12121d;
  padding: 20px;
  overflow-y: auto;
  z-index: 9998;
  transition: right 0.3s ease;
  border-left: 2px solid #00f0ff44;
  box-shadow: none; /* убрано свечение */
}

.airise-side-menu.active {
  right: 0;
}

/* Категории меню */
.side-category {
  margin-bottom: 22px;
}

.side-category span {
  display: block;
  font-weight: 800;
  font-size: 13px;
  color: #00ffee;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.side-category a {
  display: flex;
  align-items: center;
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
  padding: 6px 0;
  transition: 0.2s;
}

.side-category a i {
  margin-right: 10px;
  width: 18px;
  font-size: 15px;
}

.side-category a:hover {
  color: #fff;
  padding-left: 4px;
}

/* Адаптив для мобилок */
@media (max-width: 480px) {
  .airise-side-menu {
    width: 100%;
    right: -100%;
  }

  .airise-side-menu.active {
    right: 0;
  }

  .airise-page-title {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8072d5 */body {
  padding-top: 70px;
}

.airise-header.center-only {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #0e0e16;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.08);
  font-family: 'Orbitron', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.airise-page-title {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90deg, #c600ff, #00f0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

/* Кнопка меню */
.airise-menu-wrapper {
  position: fixed;
  top: 82px;
  right: 22px;
  z-index: 9998;
}

.menu-toggle {
  background: #111;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 20px;
  color: #00ffee;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0,255,255,0.1);
}

.menu-toggle:hover {
  background: #1c1c2e;
  transform: scale(1.1);
}

/* Выпадающее меню */
.airise-categories {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background: #12121c;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 16px;
  min-width: 220px;
  box-shadow: 0 0 20px rgba(0,255,255,0.1);
  animation: fadeIn 0.2s ease;
}

.airise-categories.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.airise-categories .category {
  margin-bottom: 16px;
}

.airise-categories .category span {
  display: block;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
  color: #00ffee;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.airise-categories .category a {
  display: block;
  padding: 6px 0;
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s ease;
}

.airise-categories .category a:hover {
  color: #fff;
  padding-left: 6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d367679 */.dev-notice {
  position: relative;
  background: rgba(12, 0, 26, 0.85); /* полупрозрачный */
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  padding: 20px 24px;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(128, 0, 255, 0.4);
  margin: 30px auto;
  max-width: 90%;
  width: 100%;
  overflow: hidden;
  border-left: 6px solid #a94cff;
  animation: fadeIn 0.6s ease-out;
  backdrop-filter: blur(6px); /* мягкий эффект для фона */
}

.dev-notice::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #ff00cc, #00ccff);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  animation: pulseLine 3s infinite;
}

.dev-notice .close-btn {
  position: absolute;
  top: 14px;
  right: 18px;
  font-weight: bold;
  font-size: 20px;
  color: #888;
  cursor: pointer;
  transition: color 0.2s ease;
}

.dev-notice .close-btn:hover {
  color: #ffffff;
}

.dev-notice h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.4);
}

.dev-notice p {
  margin-top: 8px;
  font-size: 14px;
  color: #ccc;
}

/* Анимации */
@keyframes pulseLine {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(2);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Адаптив для мобильных */
@media (max-width: 480px) {
  .dev-notice {
    padding: 16px;
    font-size: 14px;
    margin: 20px 12px;
  }

  .dev-notice h3 {
    font-size: 16px;
  }

  .dev-notice .close-btn {
    font-size: 18px;
    top: 10px;
    right: 12px;
  }
}/* End custom CSS */