.page-bnc {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-bottom: 40px;
}

.page-bnc__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding for fixed header, more bottom padding */
  overflow: hidden;
  background-color: #08160F; /* Ensure dark background */
}

.page-bnc__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
  order: 1; /* Image first */
}

.page-bnc__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-bnc__hero-content {
  order: 2; /* Content second */
  max-width: 900px;
  z-index: 1;
  position: relative;
  margin-top: 30px;
}

.page-bnc__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-bnc__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-bnc__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-bnc__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-bnc__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2AD16F;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-bnc__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-bnc__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-bnc__btn-secondary:hover {
  background: #1E3A2A; /* Divider */
  color: #F2FFF6;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.page-bnc__section {
  padding: 60px 20px;
  text-align: center;
  background-color: #08160F; /* Background */
}

.page-bnc__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-bnc__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 40px;
  position: relative;
}

.page-bnc__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F 0%, #13994A 100%);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-bnc__text-block {
  font-size: 1.05em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-bnc__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F2FFF6; /* Text Main */
}

.page-bnc__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-bnc__card-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-bnc__card-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-bnc__feature-image,
.page-bnc__promotion-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-bnc__download-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-bnc__game-list,
.page-bnc__guide-steps,
.page-bnc__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-bnc__game-item,
.page-bnc__guide-item,
.page-bnc__strategy-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-bnc__game-name,
.page-bnc__guide-step-title,
.page-bnc__strategy-title {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-bnc__game-description,
.page-bnc__guide-step-text,
.page-bnc__strategy-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-bnc__cta-wrapper {
  margin-top: 50px;
}

.page-bnc__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.page-bnc__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-bnc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-bnc__faq-question::-webkit-details-marker {
  display: none;
}

.page-bnc__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-bnc__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #57E38D; /* Glow */
}

.page-bnc__faq-item[open] .page-bnc__faq-toggle {
  transform: rotate(45deg);
}

.page-bnc__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-bnc__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-bnc__main-title {
    font-size: 2.5em;
  }
  .page-bnc__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-bnc {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-bnc__hero-section {
    padding: 10px 15px 40px;
  }
  .page-bnc__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-bnc__description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }
  .page-bnc__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-bnc__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
    margin-left: auto;
    margin-right: auto;
  }
  .page-bnc__section {
    padding: 40px 15px;
  }
  .page-bnc__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-bnc__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-bnc__features-grid,
  .page-bnc__promotions-grid,
  .page-bnc__benefits-grid,
  .page-bnc__download-steps-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-bnc__card {
    padding: 25px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-bnc__feature-image,
  .page-bnc__promotion-image,
  .page-bnc__download-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
  .page-bnc__game-item,
  .page-bnc__guide-item,
  .page-bnc__strategy-item {
    padding: 20px;
  }
  .page-bnc__faq-question {
    padding: 18px 20px;
    font-size: 1.05em;
  }
  .page-bnc__faq-answer {
    padding: 0 20px 15px;
  }
  .page-bnc__video-section {
    padding-top: 10px !important;
  }
  .page-bnc video,
  .page-bnc__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-bnc__video-section,
  .page-bnc__video-container,
  .page-bnc__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-bnc__hero-image-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-bnc__main-title {
    font-size: 1.8em;
  }
  .page-bnc__section-title {
    font-size: 1.6em;
  }
  .page-bnc__card-title {
    font-size: 1.2em;
  }
  .page-bnc__faq-question {
    font-size: 1em;
  }
}