.page-ban-ca-doi-thuong {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.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: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #FFB04D; /* Glow */
  text-shadow: 0 0 8px rgba(255, 176, 77, 0.6);
}

.page-ban-ca-doi-thuong__section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #FFF3E6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-ban-ca-doi-thuong__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-ban-ca-doi-thuong__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff; /* Ensure contrast */
  border: none;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-ban-ca-doi-thuong__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 6px 20px rgba(255, 165, 58, 0.6);
}

.page-ban-ca-doi-thuong__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FF8C1A; /* Main Color */
  border: 2px solid #A84F0C; /* Border */
}

.page-ban-ca-doi-thuong__btn-secondary:hover {
  background: #FF8C1A;
  color: #17191F;
}

.page-ban-ca-doi-thuong img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* HERO Section */
.page-ban-ca-doi-thuong__hero-section {
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-ban-ca-doi-thuong__hero-content-wrapper {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 16px;
}

.page-ban-ca-doi-thuong__main-title {
  font-size: 52px;
  font-weight: 900;
  color: #FFB04D; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(255, 176, 77, 0.7);
}

.page-ban-ca-doi-thuong__hero-description {
  font-size: 20px;
  color: #FFF3E6;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-ban-ca-doi-thuong__hero-image-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.page-ban-ca-doi-thuong__main-visual {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(255, 140, 26, 0.3);
}

/* Game Showcase Section */
.page-ban-ca-doi-thuong__game-showcase-section {
  padding: 80px 0;
  background-color: #17191F; /* Card BG for dark section */
}

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

.page-ban-ca-doi-thuong__game-card {
  background-color: #0D0E12; /* Background */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-ban-ca-doi-thuong__game-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 20px;
}

.page-ban-ca-doi-thuong__game-card-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFB04D; /* Glow */
  margin-bottom: 10px;
  padding: 0 20px;
}

.page-ban-ca-doi-thuong__game-card-text {
  font-size: 16px;
  color: #FFF3E6;
  margin-bottom: 20px;
  flex-grow: 1;
  padding: 0 20px;
}

/* Guide Section */
.page-ban-ca-doi-thuong__guide-section {
  padding: 80px 0;
}

.page-ban-ca-doi-thuong__guide-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.page-ban-ca-doi-thuong__guide-text {
  flex: 1;
  color: #FFF3E6;
  text-align: left;
}

.page-ban-ca-doi-thuong__guide-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.page-ban-ca-doi-thuong__guide-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-ban-ca-doi-thuong__guide-list li {
  background: rgba(255, 140, 26, 0.1);
  border-left: 4px solid #FF8C1A;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 17px;
}

.page-ban-ca-doi-thuong__guide-list li strong {
  color: #FFB04D;
}

.page-ban-ca-doi-thuong__guide-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-ban-ca-doi-thuong__guide-image {
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(255, 140, 26, 0.2);
}

/* FAQ Section */
.page-ban-ca-doi-thuong__faq-section {
  padding: 80px 0;
  background-color: #17191F; /* Card BG for dark section */
}

.page-ban-ca-doi-thuong__faq-list {
  max-width: 900px;
  margin: 50px auto 0;
}

.page-ban-ca-doi-thuong__faq-item {
  background-color: #0D0E12; /* Background */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-ban-ca-doi-thuong__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FFB04D; /* Glow */
  cursor: pointer;
  list-style: none; /* Remove default marker */
}

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

.page-ban-ca-doi-thuong__faq-qtext {
  flex-grow: 1;
}

.page-ban-ca-doi-thuong__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
}

.page-ban-ca-doi-thuong__faq-answer {
  padding: 0 20px 20px;
  font-size: 16px;
  color: #FFF3E6;
  line-height: 1.6;
}

/* CTA Bottom Section */
.page-ban-ca-doi-thuong__cta-bottom-section {
  padding: 80px 0;
  text-align: center;
}

.page-ban-ca-doi-thuong__cta-bottom-section .page-ban-ca-doi-thuong__cta-button {
  margin-top: 40px;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-ban-ca-doi-thuong__main-title {
    font-size: 44px;
  }
  .page-ban-ca-doi-thuong__hero-description {
    font-size: 18px;
  }
  .page-ban-ca-doi-thuong__section-title {
    font-size: 32px;
  }
  .page-ban-ca-doi-thuong__game-card-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-ban-ca-doi-thuong {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .page-ban-ca-doi-thuong__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* HERO Section */
  .page-ban-ca-doi-thuong__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 40px !important;
  }
  .page-ban-ca-doi-thuong__main-title {
    font-size: 36px !important;
    margin-bottom: 15px !important;
  }
  .page-ban-ca-doi-thuong__hero-description {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }
  .page-ban-ca-doi-thuong__hero-content-wrapper {
    margin-bottom: 30px !important;
  }

  /* Buttons */
  .page-ban-ca-doi-thuong__cta-button,
  .page-ban-ca-doi-thuong__btn-primary,
  .page-ban-ca-doi-thuong__btn-secondary,
  .page-ban-ca-doi-thuong a[class*="button"],
  .page-ban-ca-doi-thuong a[class*="btn"] {
    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;
    font-size: 16px !important;
  }
  /* Button containers */
  .page-ban-ca-doi-thuong__cta-buttons,
  .page-ban-ca-doi-thuong__button-group,
  .page-ban-ca-doi-thuong__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .page-ban-ca-doi-thuong__game-card .page-ban-ca-doi-thuong__cta-button {
    margin: 0 auto !important;
  }

  /* Game Showcase Section */
  .page-ban-ca-doi-thuong__game-showcase-section {
    padding: 60px 0 !important;
  }
  .page-ban-ca-doi-thuong__section-title {
    font-size: 28px !important;
  }
  .page-ban-ca-doi-thuong__section-description {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }
  .page-ban-ca-doi-thuong__game-cards {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 30px !important;
  }
  .page-ban-ca-doi-thuong__game-card-image {
    height: 160px !important;
  }
  .page-ban-ca-doi-thuong__game-card-title {
    font-size: 22px !important;
  }

  /* Guide Section */
  .page-ban-ca-doi-thuong__guide-section {
    padding: 60px 0 !important;
  }
  .page-ban-ca-doi-thuong__guide-content {
    flex-direction: column !important;
    gap: 30px !important;
    margin-top: 30px !important;
  }
  .page-ban-ca-doi-thuong__guide-text {
    text-align: center !important;
  }
  .page-ban-ca-doi-thuong__guide-text p,
  .page-ban-ca-doi-thuong__guide-list li {
    font-size: 16px !important;
  }
  .page-ban-ca-doi-thuong__guide-list li {
    padding: 12px 15px !important;
  }

  /* FAQ Section */
  .page-ban-ca-doi-thuong__faq-section {
    padding: 60px 0 !important;
  }
  .page-ban-ca-doi-thuong__faq-list {
    margin-top: 30px !important;
  }
  .page-ban-ca-doi-thuong__faq-question {
    font-size: 18px !important;
    padding: 15px !important;
  }
  .page-ban-ca-doi-thuong__faq-answer {
    font-size: 15px !important;
    padding: 0 15px 15px !important;
  }

  /* CTA Bottom Section */
  .page-ban-ca-doi-thuong__cta-bottom-section {
    padding: 60px 0 !important;
  }
  .page-ban-ca-doi-thuong__cta-bottom-section .page-ban-ca-doi-thuong__cta-button {
    margin-top: 30px !important;
  }

  /* General Images */
  .page-ban-ca-doi-thuong img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-ban-ca-doi-thuong__section,
  .page-ban-ca-doi-thuong__card,
  .page-ban-ca-doi-thuong__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}