/* Основные стили для страницы */
body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  background-color: #f7f9fc; /* Светлый фон */
}

/* Контейнер для содержимого */
.container {
  max-width: 1200px; /* Максимальная ширина страницы */
  min-width: 320px; /* Минимальная ширина страницы */
  margin: 0 auto; /* Центрирование страницы */
  padding: 10px;
  box-sizing: border-box; /* Включаем padding в ширину элемента */
}

/* Стили для заголовков */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002366; /* Темно-синий для заголовков */
  margin-bottom: 15px;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

p {
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Стили для кнопок */
button {
  background: linear-gradient(to bottom, #2d72d9, #1a56b3);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: linear-gradient(to bottom, #1a56b3, #133d91);
}

button:active {
  transform: scale(0.98);
}

/* Общие стили для ссылок */
a {
  text-decoration: none;
  color: #2d72d9;
  transition: color 0.3s ease;
}
/* 🔧 Устраняем горизонтальный скролл и контролируем переполнение */
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}
* {
  -webkit-tap-highlight-color: transparent; /* убирает голубой/серый квадрат на мобильных */
}
button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none; /* убирает стандартную обводку при фокусе */
  box-shadow: none;
}
input {
  font-size: 16px; /* Убедитесь, что размер шрифта хотя бы 16px, чтобы избежать зума */
}

/* ===== Куки ===== */
/* Основной стиль для баннера */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 420px;
  width: 90%;
  background: rgba(0, 0, 0, 0.7); /* Сделали фон темным для лучшего контраста */
  backdrop-filter: blur(15px); /* Стеклянный эффект */
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3); /* Легкая граница */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Тень для 3D эффекта */
  padding: 15px 20px;
  color: #ffffff; /* Белый текст */
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: default;
  user-select: none;
  z-index: 10000;
  transition: transform 0.3s ease-in-out;
}

#cookie-banner .cookie-banner-text {
  flex: 1 1 auto;
  line-height: 1.3;
  color: #ffffff; /* Белый текст */
}

#cookie-banner a.cookie-banner-link {
  color: #1e88e5;
  text-decoration: underline;
  white-space: nowrap;
}

#cookie-banner button.cookie-banner-button {
  background: linear-gradient(
    145deg,
    #4d8bf0,
    #133670
  ); /* Плавный градиент для кнопки */
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Мягкая тень для кнопки */
}

#cookie-banner button.cookie-banner-button:hover {
  background: linear-gradient(145deg, #133670, #4d8bf0);
  transform: scale(1.05); /* Увеличение кнопки при наведении */
}

/* Анимация появления баннера */
@keyframes slideIn {
  from {
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

#cookie-banner {
  animation: slideIn 0.5s ease-out;
}

/* Стили для мобильных устройств */
@media (max-width: 600px) {
  #cookie-banner {
    padding: 10px 15px;
    font-size: 12px;
  }

  #cookie-banner button.cookie-banner-button {
    padding: 8px 14px;
    font-size: 12px;
  }
}
.bg-anim {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.bg-dot {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  filter: blur(65px);
  pointer-events: none;
}
.bg-dot1 {
  width: 400px;
  height: 300px;
  left: -70px;
  top: -60px;
  background: radial-gradient(circle, #4d8bf0 65%, #eef1f5 100%);
}
.bg-dot2 {
  width: 340px;
  height: 230px;
  right: -80px;
  top: 33vh;
  background: radial-gradient(circle, #2563eb 60%, #eef1f5 100%);
}
.bg-dot3 {
  width: 310px;
  height: 230px;
  left: 28vw;
  bottom: -80px;
  background: radial-gradient(circle, #133670 55%, #eef1f5 100%);
}
.bg-dot4 {
  width: 170px;
  height: 110px;
  right: 12vw;
  bottom: 6vh;
  background: radial-gradient(circle, #2563eb 75%, #eef1f5 100%);
}
.bg-dot5 {
  width: 100px;
  height: 90px;
  left: 18vw;
  top: 65vh;
  background: radial-gradient(circle, #eaf5ff 92%, #fff 100%);
}
@media (max-width: 900px) {
  .bg-dot1,
  .bg-dot2,
  .bg-dot3,
  .bg-dot4,
  .bg-dot5 {
    filter: blur(38px);
  }
}
.bg-anim {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: -1; /* Фон будет позади контента */
  overflow: hidden;
}

.bg-dot {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  filter: blur(65px);
  pointer-events: none;
}

.bg-dot1 {
  width: 400px;
  height: 300px;
  left: -70px;
  top: -60px;
  background: radial-gradient(circle, #4d8bf0 65%, #eef1f5 100%);
}

.bg-dot2 {
  width: 340px;
  height: 230px;
  right: -80px;
  top: 33vh;
  background: radial-gradient(circle, #2563eb 60%, #eef1f5 100%);
}

.bg-dot3 {
  width: 310px;
  height: 230px;
  left: 28vw;
  bottom: -80px;
  background: radial-gradient(circle, #133670 55%, #eef1f5 100%);
}

.bg-dot4 {
  width: 170px;
  height: 110px;
  right: 12vw;
  bottom: 6vh;
  background: radial-gradient(circle, #2563eb 75%, #eef1f5 100%);
}

.bg-dot5 {
  width: 100px;
  height: 90px;
  left: 18vw;
  top: 65vh;
  background: radial-gradient(circle, #eaf5ff 92%, #fff 100%);
}
