.page-bn-c {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

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

.page-bn-c-section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-bn-c-section:last-of-type {
  margin-bottom: 0;
}

.page-bn-c h1,
.page-bn-c h2 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-bn-c h1 {
  font-size: 2.8em;
  color: #1A2E47;
}

.page-bn-c h2 {
  font-size: 2.2em;
  color: #1A2E47;
}

.page-bn-c h3 {
  color: #1A2E47;
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-bn-c p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #555;
}

.page-bn-c-hero-banner {
  background: linear-gradient(135deg, #1A2E47, #3D5A80);
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}

.page-bn-c-hero-banner .page-bn-c-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-bn-c-hero-content {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-bn-c-hero-banner h1 {
  color: #FFD700;
  font-size: 3.5em;
  margin-bottom: 20px;
}

.page-bn-c-hero-banner p {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-bn-c-cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E47;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-bn-c-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-bn-c-hero-image {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.page-bn-c-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-bn-c-why-choose .page-bn-c-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

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

.page-bn-c-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-bn-c-feature-item img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-bn-c-feature-item h3 {
  color: #1A2E47;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-bn-c-feature-item p {
  color: #666;
  font-size: 0.95em;
}

.page-bn-c-how-to-play .page-bn-c-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-bn-c-step-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-bn-c-step-item h3 {
  color: #1A2E47;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-bn-c-step-item p {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-bn-c-cta-button-small {
  display: inline-block;
  background-color: #1A2E47;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-bn-c-cta-button-small:hover {
  background-color: #3D5A80;
}

.page-bn-c-list {
  list-style: none;
  padding: 0;
}

.page-bn-c-list li {
  background-color: #f9f9f9;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-bn-c-list li h3 {
  color: #1A2E47;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-bn-c-list li p {
  color: #555;
  font-size: 1em;
  margin-bottom: 0;
}

.page-bn-c-promotions .page-bn-c-promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-bn-c-card {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-bn-c-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-bn-c-card img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-bn-c-card h3 {
  color: #1A2E47;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-bn-c-card p {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-bn-c-faq .page-bn-c-faq-list {
  margin-top: 30px;
}

/* FAQ styles */
.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #f0f4f7;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #e2eaf0;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #1A2E47;
  flex-grow: 1;
  text-align: left;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #1A2E47;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background-color: #ffffff;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Enough height to contain content */
  padding: 15px 25px;
}

.faq-answer p {
  margin: 0;
  color: #555;
  font-size: 1em;
}

.page-bn-c-conclusion {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A2E47, #3D5A80);
  color: #ffffff;
  border-radius: 10px;
}

.page-bn-c-conclusion h2 {
  color: #FFD700;
  margin-bottom: 30px;
}

.page-bn-c-conclusion p {
  color: #e0e0e0;
  font-size: 1.15em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-bn-c-hero-banner h1 {
    font-size: 3em;
  }

  .page-bn-c h2 {
    font-size: 2em;
  }

  .page-bn-c h3 {
    font-size: 1.5em;
  }

  .page-bn-c-why-choose .page-bn-c-features-grid,
  .page-bn-c-how-to-play .page-bn-c-steps-grid,
  .page-bn-c-promotions .page-bn-c-promo-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-bn-c-hero-banner {
    padding: 60px 0;
  }

  .page-bn-c-hero-banner h1 {
    font-size: 2.5em;
  }

  .page-bn-c-hero-banner p {
    font-size: 1em;
  }

  .page-bn-c-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-bn-c-section {
    padding: 40px 0;
  }

  .page-bn-c h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-bn-c h3 {
    font-size: 1.3em;
  }

  .page-bn-c-feature-item,
  .page-bn-c-step-item,
  .page-bn-c-card {
    padding: 25px;
  }

  .page-bn-c-why-choose .page-bn-c-features-grid,
  .page-bn-c-how-to-play .page-bn-c-steps-grid,
  .page-bn-c-promotions .page-bn-c-promo-cards {
    grid-template-columns: 1fr;
  }
  
  .faq-question {
    padding: 15px 20px;
  }

  .faq-question h3 {
    font-size: 1.05em;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .faq-item.active .faq-answer {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-bn-c-hero-banner h1 {
    font-size: 2em;
  }

  .page-bn-c-hero-banner p {
    font-size: 0.9em;
  }

  .page-bn-c-cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }

  .page-bn-c h2 {
    font-size: 1.6em;
  }

  .page-bn-c h3 {
    font-size: 1.2em;
  }

  .page-bn-c-list li {
    padding: 20px 25px;
  }

  .page-bn-c-conclusion h2 {
    font-size: 1.8em;
  }

  .page-bn-c-conclusion p {
    font-size: 1em;
  }
}