.page-bnc__hero-section {
  position: relative;
  color: var(--white-color);
  text-align: center;
  padding: 10px 0 60px;
  overflow: hidden;
}

.page-bnc__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-bnc__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-bnc__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-bnc__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--white-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-bnc__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: var(--white-color);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-bnc__hero-cta-button {
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-bnc__hero-cta-button:hover {
  background-color: #015f2f;
  transform: translateY(-3px);
}

.page-bnc__arrow {
  margin-left: 10px;
  font-size: 1.3rem;
}

.page-bnc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-bnc__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--primary-color);
  position: relative;
}

.page-bnc__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.page-bnc__section-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
  text-align: justify;
}

.page-bnc__about-section, .page-bnc__features-section, .page-bnc__how-to-play-section, .page-bnc__game-showcase-section, .page-bnc__promotions-section, .page-bnc__faq-section, .page-bnc__cta-section {
  padding: 60px 0;
  background-color: var(--white-color);
}

.page-bnc__about-section .page-bnc__section-text, .page-bnc__promotions-section .page-bnc__section-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-bnc__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-bnc__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-bnc__feature-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-bnc__feature-item:hover {
  transform: translateY(-5px);
}

.page-bnc__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-bnc__feature-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.page-bnc__how-to-play-section {
  background-color: #f0f8ff;
}

.page-bnc__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-bnc__step-card {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-bnc__step-number {
  background-color: var(--primary-color);
  color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-bnc__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.page-bnc__step-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-bnc__step-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: auto; /* Push button to bottom */
}

.page-bnc__step-button--register {
  background-color: #C30808;
  color: #FFFF00;
}

.page-bnc__step-button--register:hover {
  background-color: #a30606;
  transform: translateY(-2px);
}

.page-bnc__step-button--login {
  background-color: #C30808;
  color: #FFFF00;
}

.page-bnc__step-button--login:hover {
  background-color: #a30606;
  transform: translateY(-2px);
}

.page-bnc__step-button:not(.page-bnc__step-button--register):not(.page-bnc__step-button--login) {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.page-bnc__step-button:not(.page-bnc__step-button--register):not(.page-bnc__step-button--login):hover {
  background-color: #015f2f;
  transform: translateY(-2px);
}

.page-bnc__game-showcase-section {
  background-color: #f9f9f9;
}

.page-bnc__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-bnc__game-card {
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-bnc__game-card:hover {
  transform: translateY(-5px);
}

.page-bnc__game-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-bnc__game-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 20px 20px 10px;
}

.page-bnc__game-name a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-bnc__game-name a:hover {
  text-decoration: underline;
}

.page-bnc__game-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  padding: 0 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-bnc__game-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 0 20px 20px;
  align-self: flex-start;
}

.page-bnc__game-button:hover {
  background-color: #015f2f;
  transform: translateY(-2px);
}

.page-bnc__view-all-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-bnc__view-all-button {
  display: inline-block;
  background-color: #333;
  color: var(--white-color);
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-bnc__view-all-button:hover {
  background-color: #555;
  transform: translateY(-3px);
}

.page-bnc__promotions-cta-button {
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-bnc__promotions-cta-button:hover {
  background-color: #015f2f;
  transform: translateY(-3px);
}

.page-bnc__faq-section {
  background-color: #f0f8ff;
}

.page-bnc__faq-list {
  margin-top: 40px;
}

.page-bnc__faq-item {
  background-color: var(--white-color);
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-bnc__faq-question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 25px;
  cursor: pointer;
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.page-bnc__faq-question::after {
  content: '+';
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.page-bnc__faq-question.active::after {
  transform: rotate(45deg);
}

.page-bnc__faq-answer {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  padding: 0 25px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-bnc__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding: 0 25px 20px;
}

.page-bnc__cta-section {
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 80px 0;
}

.page-bnc__cta-section .page-bnc__section-title {
  color: var(--white-color);
}

.page-bnc__cta-section .page-bnc__section-title::after {
  background-color: var(--white-color);
}

.page-bnc__cta-section .page-bnc__section-text {
  color: var(--white-color);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page-bnc__cta-button {
  display: inline-block;
  background-color: #C30808;
  color: #FFFF00;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-bnc__cta-button:hover {
  background-color: #a30606;
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .page-bnc__hero-content {
    padding: 30px 15px;
  }

  .page-bnc__hero-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .page-bnc__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-bnc__section-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 30px;
  }

  .page-bnc__section-text {
    font-size: 1rem;
    text-align: left;
  }

  .page-bnc__features-list, .page-bnc__steps-grid, .page-bnc__game-grid {
    grid-template-columns: 1fr;
  }

  .page-bnc__feature-item, .page-bnc__step-card, .page-bnc__game-card {
    padding: 25px;
  }

  .page-bnc__feature-title {
    font-size: 1.2rem;
  }

  .page-bnc__step-title {
    font-size: 1.15rem;
  }

  .page-bnc__game-name {
    font-size: 1.15rem;
  }

  .page-bnc__hero-cta-button, .page-bnc__promotions-cta-button, .page-bnc__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-bnc__view-all-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }

  .page-bnc__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-bnc__faq-answer {
    padding: 0 20px 15px;
  }

  .page-bnc__cta-section {
    padding: 60px 0;
  }

  .page-bnc__cta-button {
    padding: 15px 30px;
    font-size: 1.1rem;
  }

  .page-bnc__about-section, .page-bnc__features-section, .page-bnc__how-to-play-section, .page-bnc__game-showcase-section, .page-bnc__promotions-section, .page-bnc__faq-section, .page-bnc__cta-section {
    padding: 40px 0;
  }

  /* Ensure images in content area don't overflow */
  .page-bnc img {
    max-width: 100%;
    height: auto;
  }
}