.page-ban-ca {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main color on dark background */
  background-color: #0A0A0A; /* Page Background color */
}

.page-ban-ca__hero-section {
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  padding-bottom: 40px;
  background-color: #0A0A0A;
}

.page-ban-ca__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 16px;
}

.page-ban-ca__hero-image-wrapper {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: center;
}

.page-ban-ca__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.page-ban-ca__hero-content {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: left;
}

.page-ban-ca__hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #FFF6D6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-ban-ca__hero-description {
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: #FFF6D6;
}

.page-ban-ca__hero-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-ban-ca__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-ban-ca__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text on bright button for contrast */
  border: none;
  box-shadow: 0 4px 10px rgba(255, 216, 106, 0.4);
}

.page-ban-ca__btn-primary:hover {
  background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
  box-shadow: 0 6px 15px rgba(255, 216, 106, 0.6);
}

.page-ban-ca__btn-secondary {
  background-color: transparent;
  color: #FFD36B;
  border: 2px solid #FFD36B;
  box-shadow: 0 4px 10px rgba(255, 211, 107, 0.2);
}

.page-ban-ca__btn-secondary:hover {
  background-color: #FFD36B;
  color: #111111; /* Dark text on bright button for contrast */
  box-shadow: 0 6px 15px rgba(255, 211, 107, 0.4);
}

.page-ban-ca__content-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
}

.page-ban-ca__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #F2C14E; /* Main color for titles */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__text-block {
  font-size: 1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #FFF6D6;
}

.page-ban-ca__intro-section {
  background-color: #0A0A0A;
  padding-bottom: 60px;
}

.page-ban-ca__feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-ban-ca__feature-item {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  padding: 20px;
  background-color: #111111; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12; /* Border */
}

.page-ban-ca__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #F2C14E;
  box-shadow: 0 0 15px rgba(242, 193, 78, 0.5);
}

.page-ban-ca__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-ban-ca__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFD36B; /* Auxiliary color for sub-titles */
}

.page-ban-ca__feature-description {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-ban-ca__why-choose-section {
  background-color: #111111; /* Card BG for this section */
  padding-bottom: 60px;
}

.page-ban-ca__why-choose-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-ban-ca__why-choose-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-ban-ca__feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-ban-ca__feature-list li {
  font-size: 1.05rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #FFF6D6;
}

.page-ban-ca__feature-list li::before {
  content: '✔';
  color: #F2C14E;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2rem;
}

.page-ban-ca__why-choose-image-wrapper {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-ban-ca__why-choose-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-ban-ca__popular-games-section {
  background-color: #0A0A0A;
  padding-bottom: 60px;
}

.page-ban-ca__game-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-ban-ca__game-card {
  flex: 1 1 300px;
  max-width: 350px;
  background-color: #111111; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  border: 1px solid #3A2A12;
}

.page-ban-ca__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-ban-ca__game-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFD36B;
}

.page-ban-ca__game-description {
  font-size: 0.95rem;
  padding: 0 15px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

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

.page-ban-ca__guide-section {
  background-color: #111111;
  padding-bottom: 60px;
}

.page-ban-ca__guide-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-ban-ca__guide-item {
  flex: 1 1 200px;
  max-width: 220px;
  text-align: center;
  padding: 25px 15px;
  background-color: #0A0A0A;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
  position: relative;
}

.page-ban-ca__guide-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #F2C14E;
  color: #111111; /* Dark text on bright circle */
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(242, 193, 78, 0.4);
}

.page-ban-ca__guide-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFD36B;
}

.page-ban-ca__guide-description {
  font-size: 0.9rem;
  color: #FFF6D6;
}

.page-ban-ca__guide-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-ban-ca__tips-section {
  background-color: #0A0A0A;
  padding-bottom: 60px;
}

.page-ban-ca__tips-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.page-ban-ca__tip-card {
  flex: 1 1 280px;
  max-width: 300px;
  background-color: #111111; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #3A2A12;
}

.page-ban-ca__tip-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F2C14E;
}

.page-ban-ca__tip-description {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-ban-ca__tips-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-ban-ca__promo-section {
  background-color: #111111;
  padding-bottom: 60px;
}

.page-ban-ca__promo-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto 30px;
}

.page-ban-ca__promo-list li {
  font-size: 1.05rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #FFF6D6;
}

.page-ban-ca__promo-list li::before {
  content: '⭐';
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.page-ban-ca__promo-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-ban-ca__faq-section {
  background-color: #0A0A0A;
  padding-bottom: 60px;
}

.page-ban-ca__faq-list {
  max-width: 800px;
  margin: 40px auto 0;
}

.page-ban-ca__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: #FFF6D6;
}

.page-ban-ca__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  color: #F2C14E;
  list-style: none; /* Hide default marker for details */
  outline: none;
}

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

.page-ban-ca__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD36B;
}

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

.page-ban-ca__faq-answer {
  padding: 0 25px 20px;
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-ban-ca__faq-answer p {
  margin: 0;
  text-align: left;
}

.page-ban-ca__cta-final-section {
  background-color: #111111;
  padding-bottom: 60px;
  text-align: center;
}

.page-ban-ca__cta-final-section .page-ban-ca__text-block {
  margin-bottom: 30px;
}

.page-ban-ca__cta-final-section .page-ban-ca__cta-buttons {
  justify-content: center;
}

/* General image and container responsiveness */
.page-ban-ca img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-ban-ca__content-container,
.page-ban-ca__hero-container {
  box-sizing: border-box;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-ban-ca {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO section */
  .page-ban-ca__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-ban-ca__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 30px;
  }

  .page-ban-ca__hero-image-wrapper {
    order: 1;
    flex: 1 1 100%;
  }

  .page-ban-ca__hero-content {
    order: 2;
    flex: 1 1 100%;
    text-align: center;
  }

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

  .page-ban-ca__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-ban-ca__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* Buttons - Mobile adaptation */
  .page-ban-ca__cta-button,
  .page-ban-ca__btn-primary,
  .page-ban-ca__btn-secondary,
  .page-ban-ca a[class*="button"],
  .page-ban-ca 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;
    padding-right: 15px;
  }

  .page-ban-ca__cta-buttons,
  .page-ban-ca__button-group,
  .page-ban-ca__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }

  /* Module 1 (Intro Section) */
  .page-ban-ca__intro-section {
    padding-bottom: 40px;
  }

  .page-ban-ca__content-container {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-ban-ca__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 20px;
  }

  .page-ban-ca__text-block {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-ban-ca__feature-grid {
    flex-direction: column;
    gap: 20px;
  }

  .page-ban-ca__feature-item {
    max-width: 100%;
  }

  .page-ban-ca__icon-box-media {
    width: 150px;
    height: 150px;
    border-width: 2px;
  }

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

  /* Why Choose Section */
  .page-ban-ca__why-choose-section {
    padding-bottom: 40px;
  }

  .page-ban-ca__why-choose-grid {
    flex-direction: column;
    gap: 30px;
  }

  .page-ban-ca__why-choose-content {
    flex: 1 1 100%;
  }

  .page-ban-ca__why-choose-image-wrapper {
    flex: 1 1 100%;
  }

  .page-ban-ca__feature-list li {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  /* Popular Games Section */
  .page-ban-ca__popular-games-section {
    padding-bottom: 40px;
  }

  .page-ban-ca__game-grid {
    flex-direction: column;
    gap: 20px;
  }

  .page-ban-ca__game-card {
    max-width: 100%;
  }

  .page-ban-ca__game-image {
    height: 180px;
  }

  /* Guide Section */
  .page-ban-ca__guide-section {
    padding-bottom: 40px;
  }

  .page-ban-ca__guide-steps {
    flex-direction: column;
    gap: 15px;
  }

  .page-ban-ca__guide-item {
    max-width: 100%;
    padding: 20px 15px;
  }

  .page-ban-ca__guide-number {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }

  .page-ban-ca__guide-title {
    font-size: 1.1rem;
  }

  /* Tips Section */
  .page-ban-ca__tips-section {
    padding-bottom: 40px;
  }

  .page-ban-ca__tips-grid {
    flex-direction: column;
    gap: 15px;
  }

  .page-ban-ca__tip-card {
    max-width: 100%;
  }

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

  /* Promo Section */
  .page-ban-ca__promo-section {
    padding-bottom: 40px;
  }

  .page-ban-ca__promo-list {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-ban-ca__promo-list li {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  /* FAQ Section */
  .page-ban-ca__faq-section {
    padding-bottom: 40px;
  }

  .page-ban-ca__faq-list {
    margin-top: 30px;
  }

  .page-ban-ca__faq-item {
    margin-bottom: 10px;
  }

  .page-ban-ca__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-ban-ca__faq-toggle {
    font-size: 1.3rem;
  }

  .page-ban-ca__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.9rem;
  }

  /* CTA Final Section */
  .page-ban-ca__cta-final-section {
    padding-bottom: 40px;
  }

  /* Universal image responsiveness for content area */
  .page-ban-ca img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* All content containers for mobile */
  .page-ban-ca__section,
  .page-ban-ca__card,
  .page-ban-ca__container,
  .page-ban-ca__hero-section,
  .page-ban-ca__intro-section,
  .page-ban-ca__why-choose-section,
  .page-ban-ca__popular-games-section,
  .page-ban-ca__guide-section,
  .page-ban-ca__tips-section,
  .page-ban-ca__promo-section,
  .page-ban-ca__faq-section,
  .page-ban-ca__cta-final-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}