body {
  background: linear-gradient(#090909, #090909);
  margin: 0;
}

.top-bar {
  background-color: #262326;
  color: #aaa;
  font-size: 12px;
  padding: 4px 20px;
}

.main-navbar {
  background: transparent;
  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-circle {
  width: 48px;
  height: 48px;
  background-color: #3a3a3a;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.logo-text {
  font-weight: 700;
  color: #FFC107;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

.dot-nl {
  background-color: #00ffe0;
  color: black;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 12px;
  margin-left: 6px;
}

.nav-center {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.nav-center .nav-link {
  color: #ccc;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.nav-center .nav-link:hover {
  color: white;
}

.btn-circle {
  background-color: rgba(255, 255, 255, 0.07);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  color: white;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.btn-login {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 32px;
  margin-right: 12px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

.btn-register {
  background-color: #00FFE0;
  color: #000;
  font-weight: bold;
  border-radius: 32px;
  padding: 10px 26px;
}

@media (max-width: 991.98px) {
  .main-navbar {
    flex-wrap: wrap;
    padding: 10px 20px;
  }

  .nav-center {
    justify-content: start;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
  }
}

.carousel-dark-bg {
  background: #0f0f0f;
  padding: 40px 0;
}

.promo-slide {
  background: #1b1b2e;
  border-radius: 20px;
  padding: 50px;
  color: white;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.promo-slide h6 {
  color: #facc15;
  text-transform: uppercase;
  font-weight: bold;
}

.promo-slide h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.promo-slide p {
  color: #c7c7c7;
  font-size: 1.1rem;
}

.btn-action {
  background-color: #00FFE0;
  color: #000;
  font-weight: bold;
  border-radius: 40px;
  padding: 12px 32px;
  margin-top: 20px;
}

.promo-note {
  font-size: 0.85rem;
  margin-top: 20px;
  color: #aaa;
}

.promo-img img {
  width: 100%;
}

/* Точки всередині слайда */
.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666;
  border: none;
  margin: 0 4px;
  opacity: 0.7;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
}

.carousel-indicators .active {
  background-color: #ffc107;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .promo-slide {
    text-align: center;
  }

  .promo-img {
    margin-top: 30px;
  }

  .promo-slide h1 {
    font-size: 2.3rem;
  }
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #666;
  border: none;
  margin: 0 5px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #ffc107;
  opacity: 1;
  transform: scale(1.2);
}

footer {
  background-color: #161616;
  color: #ddd;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
}

.footer-logo {
  font-weight: 800;
  font-size: 1.5rem;
  color: #ffc107;
  letter-spacing: 1px;
}

.footer-dot-nl {
  background-color: #00FFE0;
  color: #000;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 4px;
}

.footer-btn-login {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  padding: 6px 20px;
  border-radius: 25px;
  margin-right: 10px;
  font-weight: 600;
}

.footer-btn-register {
  background-color: #00FFE0;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 6px 24px;
  border-radius: 25px;
}

.footer-section-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: #aaa;
  text-decoration: none;
}

.footer-link:hover {
  color: white;
}

.footer-divider {
  border-top: 1px solid #2a2a2a;
  margin: 30px 0 20px;
}

.footer-provider-logos img {
  height: 24px;
  margin-right: 24px;
  opacity: 0.7;
}

.footer-18plus {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.footer-18plus span:first-child {
  border: 1px solid #aaa;
  padding: 3px 10px;
  line-height: 2.5;
  border-radius: 50%;
  font-weight: bold;
}

.footer-ideal img {
  height: 20px;
  opacity: 0.8;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 800px;
  margin: auto;
  background-color: #1b1b1b;
  color: #ddd;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  padding: 20px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}

#cookie-banner h6 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

#cookie-banner p {
  margin-bottom: 16px;
  line-height: 1.5;
}

.cookie-btn {
  padding: 8px 20px;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  margin-right: 10px;
}

.btn-accept {
  background-color: #00FFE0;
  color: #000;
}

.btn-settings {
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
}

#cookie-settings {
  display: none;
  margin-top: 15px;
  border-top: 1px solid #333;
  padding-top: 15px;
}

.cookie-toggle {
  margin-bottom: 8px;
}

.cookie-toggle input {
  margin-right: 6px;
}

.tab-link {
  color: #ccc;
  border: none;
  border-bottom: 2px solid transparent;
  margin: 0 10px;
  font-weight: 600;
}

.tab-link.active {
  color: #00FFE0;
  border-bottom: 2px solid #00FFE0;
}

.form-control-custom {
  background-color: #1e1e1e;
  border: 1px solid #333;
  color: white;
  border-radius: 10px;
}

.form-control-custom::placeholder {
  color: #777;
}

.btn-login-modal {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 32px;
  font-weight: 600;
  padding: 10px 24px;
  border: none;
}

.btn-register-modal {
  background-color: #00FFE0;
  color: black;
  border-radius: 32px;
  font-weight: bold;
  padding: 10px 24px;
  border: none;
}

.modal-content {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

#age-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.age-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.age-btn {
  margin: 10px;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-yes {
  background-color: #28a745;
  color: white;
}

.btn-no {
  background-color: #dc3545;
  color: white;
}