body {
  font-family: "Inter", sans-serif;
  background-color: #0a0a0a;
  color: #f5f5f5;
  margin: 0;
  padding: 0;
}

/* Header */
.header-main {
  background: #111;
}
.brand-text {
  font-weight: 700;
  font-size: 1.2rem;
  color: #0ff;
}
#burger {
      position: relative;
      width: 35px;
      height: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 1100;
    }


/* Buttons */
.btn-neon {
  background: #0ff;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
}
.btn-neon:hover {
  background: #00cccc;
  color: #000;
}

/* Hero */
.hero-section {
  background: url("../img/hero-bg.jpg") center/cover no-repeat;
  position: relative;
  padding: 5% 0 10%;
  text-align: center;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-inner {
  position: relative;
  z-index: 2; /* чтобы текст и картинка были поверх оверлея */
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.hero-text, .hero-image {
  flex: 1;
}

.hero-text {
  text-align: center;
}

.hero-text h1 {
  color: #0ff;
  text-shadow: 0 0 2px #0ff, 0 0 12px #00cccc;
  font-size: 4rem; /* большой заголовок */
  line-height: 1.2;
}
.hero-buttons  {
    display: flex;
}
.hero-buttons .btn-outline-light {
    margin-left: 10px;
}
.hero-text p {
  color: #f5f5f5;
  font-size: 1.25rem;
}

.hero-image img {
 width: 100%;
  border-radius: 12px;
}
.neon-text {
  color: #0ff;
  text-shadow: 0 0 2px #0ff, 0 0 12px #00cccc;
}
/* About Us Section */
.about-section {
  background: #0a0a0a;
  padding: 80px 20px;
}

.about-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-head {
  text-align: center;
  margin-bottom: 40px;
}

.about-head .kicker {
  display: block;
  font-weight: 600;
  color: #0ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.about-head h2.neon-text {
  color: #0ff;
  text-shadow: 0 0 2px #0ff, 0 0 12px #00cccc;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.about-head p {
  color: #ccc;
  line-height: 1.6;
  font-size: 1rem;
}

/* Cards container */
.about-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Individual card */
.about-card {
  background: #1a1a1a;
  border: 1px solid #0ff;
  border-radius: 12px;
  padding: 20px;
  flex: 1 1 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #0ff55f33, 0 0 30px #00cccc33;
}

.about-card h3.neon-text {
  margin-bottom: 15px;
}

.about-card p,
.about-card ul {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.5;
}

.about-card ul {
  padding-left: 20px;
  margin: 0;
}
.main-nav a {
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}
a {
    text-decoration: none;
    color: #fff;
}
.about-card ul li {
  margin-bottom: 8px;
}
.hero-text h1 {
    font-size: 4rem;
}
.faq-item {
  background: #1a1a1a;
  border: 1px solid #0ff;
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-weight: 600;
  background: #111;
  color: #0ff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question span {
  transition: transform 0.3s;
}

.faq-item.open .faq-question span {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  background: #1a1a1a;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-answer {
  padding: 15px 20px;
  margin-bottom: 16px;
}

/* Cards */
.casino-card, .faq-card, .popup-card {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid #333;
}
.casino-card {
  border-color: #0ff;
}

/* Footer */
.site-footer {
  background: #111;
  color: #aaa;
}
.site-footer a {
  color: #0ff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.section-head .kicker {
  font-weight: 600;
  color: #0ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.section-head h2.neon-text {
  color: #0ff;
  text-shadow: 0 0 2px #0ff, 0 0 12px #00cccc;
}

.section-head p {
  color: #ccc;
  line-height: 1.6;
}

.casino-card {
  background: #1a1a1a;
  border: 1px solid #0ff;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.casino-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #0ff55f33, 0 0 30px #00cccc33;
}

.casino-card h3.neon-text {
  margin-bottom: 1rem;
}

.casino-card ul li {
  margin-bottom: 0.5rem;
}

.casino-card ul li a {
  color: #0ff;
  text-decoration: none;
  transition: color 0.3s;
}

.casino-card ul li a:hover {
  color: #00cccc;
  text-decoration: underline;
}
.text-secondary {
    color: #fff !important;;
}


.site-footer {
  background: #111;
  color: #aaa;
  padding: 2rem 0;
  border-top: 1px solid #0ff;
  margin-top: 10% !important;
}
.footer-brand p {
  margin: 0;
}
.footer-links img {
  transition: transform 0.3s;
}
.footer-links img:hover {
  transform: scale(1.1);
}
.footer-nav a:hover {
  color: #fff;
}
nav.footer-nav, nav.footer-policy {
    display: flex;
    flex-direction: column!important;
}
a:hover {
    color: #0ff!important;
}
@media (max-width: 900px) {
    .hero-text h1 {
    font-size: 32px;
} h2, h3 {
    font-size: 25px!important;
}
    #burger {
  width: 35px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}


}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        padding: 15% 0;
    }
    .hero-buttons  {
    justify-content: space-around;
}
  .about-head {
    text-align: center;
  }
  .about-cards {
    flex-direction: column;
    gap: 15px;
  }



  #burger {
    display: flex;
  }





        .section-head {
    text-align: center;
  }
        #burger span {
  display: flex;
  height: 4px;
  width: 100%;
  background: #0ff;
  border-radius: 2px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform-origin: center;
}


#burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#burger.active span:nth-child(2) {
  opacity: 0;
}

#burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

   
    .main-nav {
      display: flex;
      gap: 20px;
    }
    .main-nav a {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      transition: color 0.3s;
    }
    .main-nav a:hover {
      color: #ffcc00;
    }
      .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        flex-direction: column;
        width: 250px;
        height: 100%;
        background: #111;
        padding-top: 60px;
        transition: right 0.4s ease;
        z-index: 1000;
      }
      .main-nav.active {
        right: 0;
      }
      .main-nav a {
        padding: 15px 25px;
        font-size: 18px;
      }
}