/* General styles for the Bắn Cá Đổi Thưởng page */
.page-ban-ca-doi-thuong {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default body background */
}

.page-ban-ca-doi-thuong__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-ban-ca-doi-thuong__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-ban-ca-doi-thuong__section-title--white {
  color: #FFFFFF;
}

.page-ban-ca-doi-thuong__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-ban-ca-doi-thuong__text-block--white {
  color: #FFFFFF;
}

.page-ban-ca-doi-thuong__btn-primary,
.page-ban-ca-doi-thuong__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-ban-ca-doi-thuong__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-ban-ca-doi-thuong__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-ban-ca-doi-thuong__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-ban-ca-doi-thuong__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b7;
}

/* HERO Content Section */
.page-ban-ca-doi-thuong__hero-content-section {
  padding-top: 10px; /* Small top padding as per rules */
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.page-ban-ca-doi-thuong__hero-content-section .page-ban-ca-doi-thuong__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-ban-ca-doi-thuong__hero-text-block {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-ban-ca-doi-thuong__hero-image-block {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-ban-ca-doi-thuong__hero-main-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-ban-ca-doi-thuong__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* H1 font size rule */
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-ban-ca-doi-thuong__intro-text {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-ban-ca-doi-thuong__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-ban-ca-doi-thuong__cta-buttons--center {
  justify-content: center;
  margin-top: 40px;
}

/* Intro Section */
.page-ban-ca-doi-thuong__intro-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

/* Game Showcase Section */
.page-ban-ca-doi-thuong__game-showcase-section {
  padding: 60px 0;
  background-color: #26A9E0;
}

.page-ban-ca-doi-thuong__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-ban-ca-doi-thuong__game-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
}

.page-ban-ca-doi-thuong__game-trial-frame {
  width: 100%;
  height: 250px;
  border: none;
  display: block;
  margin-bottom: 15px;
}

.page-ban-ca-doi-thuong__game-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-ban-ca-doi-thuong__game-description {
  font-size: 1em;
  color: #555555;
  padding: 0 15px;
}

/* Guide Section */
.page-ban-ca-doi-thuong__guide-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

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

.page-ban-ca-doi-thuong__guide-item {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-ban-ca-doi-thuong__guide-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
}

.page-ban-ca-doi-thuong__guide-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
}

/* Tips Section */
.page-ban-ca-doi-thuong__tips-section {
  padding: 60px 0;
  background-color: #26A9E0;
}

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

.page-ban-ca-doi-thuong__tip-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-ban-ca-doi-thuong__tip-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
}

/* Why Choose Section */
.page-ban-ca-doi-thuong__why-choose-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-ban-ca-doi-thuong__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-ban-ca-doi-thuong__feature-item {
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-ban-ca-doi-thuong__feature-icon {
  max-width: 150px; 
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px; 
}

.page-ban-ca-doi-thuong__feature-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
}

/* FAQ Section */
.page-ban-ca-doi-thuong__faq-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.page-ban-ca-doi-thuong__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-ban-ca-doi-thuong__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-ban-ca-doi-thuong__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-ban-ca-doi-thuong__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker */
}

.page-ban-ca-doi-thuong__faq-item[open] .page-ban-ca-doi-thuong__faq-question {
  background-color: #e0f2f7; /* Light background when open */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-ban-ca-doi-thuong__faq-toggle {
  font-size: 1.5em;
  color: #26A9E0;
  margin-left: 10px;
}

.page-ban-ca-doi-thuong__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.1em;
  color: #555555;
}

/* CTA Section */
.page-ban-ca-doi-thuong__cta-section {
  padding: 80px 0;
  background-color: #26A9E0; /* Brand main color */
  text-align: center;
}

.page-ban-ca-doi-thuong__cta-container {
  max-width: 800px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-ban-ca-doi-thuong__section-title {
    font-size: 2em;
  }
  .page-ban-ca-doi-thuong__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-ban-ca-doi-thuong__guide-steps,
  .page-ban-ca-doi-thuong__tips-grid,
  .page-ban-ca-doi-thuong__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  /* HERO Content Section */
  .page-ban-ca-doi-thuong__hero-content-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-ban-ca-doi-thuong__hero-content-section .page-ban-ca-doi-thuong__container {
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-ban-ca-doi-thuong__main-title {
    font-size: clamp(2em, 7vw, 2.5em);
    text-align: center;
  }
  .page-ban-ca-doi-thuong__intro-text {
    text-align: center;
    font-size: 1.1em;
  }
  .page-ban-ca-doi-thuong__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-ban-ca-doi-thuong__btn-primary,
  .page-ban-ca-doi-thuong__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Section Titles */
  .page-ban-ca-doi-thuong__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  /* Generic Content Sections */
  .page-ban-ca-doi-thuong__intro-section,
  .page-ban-ca-doi-thuong__game-showcase-section,
  .page-ban-ca-doi-thuong__guide-section,
  .page-ban-ca-doi-thuong__tips-section,
  .page-ban-ca-doi-thuong__why-choose-section,
  .page-ban-ca-doi-thuong__faq-section,
  .page-ban-ca-doi-thuong__cta-section {
    padding: 40px 0;
  }

  .page-ban-ca-doi-thuong__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-ban-ca-doi-thuong__text-block {
    font-size: 1em;
  }

  /* Game Showcase Section */
  .page-ban-ca-doi-thuong__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-ban-ca-doi-thuong__game-trial-frame {
    height: 200px;
  }

  /* Guide Section */
  .page-ban-ca-doi-thuong__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Tips Section */
  .page-ban-ca-doi-thuong__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Why Choose Section */
  .page-ban-ca-doi-thuong__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-ban-ca-doi-thuong__feature-icon {
    max-width: 120px; 
    width: 100%;
    height: auto;
  }

  /* FAQ Section */
  .page-ban-ca-doi-thuong__faq-list {
    margin-top: 30px;
  }
  .page-ban-ca-doi-thuong__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-ban-ca-doi-thuong__faq-answer {
    font-size: 1em;
    padding: 0 15px 15px;
  }

  /* All images */
  .page-ban-ca-doi-thuong img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}