.page-ban-ca {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Assuming body background is white from shared.css */
}

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

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

.page-ban-ca__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
  color: #1e1765; /* Darker text for contrast on light background */
}

.page-ban-ca__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-ban-ca__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

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

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

.page-ban-ca__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-ban-ca__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-ban-ca__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-ban-ca__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #26A9E0;
}

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

.page-ban-ca__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0 auto;
}

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

.page-ban-ca__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-ban-ca__section-title--light {
  color: #ffffff;
}

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

.page-ban-ca__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-ban-ca__feature-item {
  background-color: #f0f8ff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-ban-ca__icon-box-media {
  width: 240px;
  height: 240px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

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

.page-ban-ca__feature-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-ban-ca__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-ban-ca__about-game-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-ban-ca__subsection-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-ban-ca__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 25px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

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

.page-ban-ca__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-ban-ca__guide-step {
  background-color: #f0f8ff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-ban-ca__guide-step-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-ban-ca__guide-step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
}

.page-ban-ca__game-highlights-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-ban-ca__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-ban-ca__game-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.page-ban-ca__game-card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-ban-ca__game-card-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-ban-ca__game-card-title a {
  color: inherit;
  text-decoration: none;
}

.page-ban-ca__game-card-title a:hover {
  text-decoration: underline;
}

.page-ban-ca__game-card-description {
  font-size: 0.95em;
  color: #666666;
  margin-bottom: 20px;
  flex-grow: 1;
}

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

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

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

.page-ban-ca__promo-card {
  background-color: #f0f8ff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.page-ban-ca__promo-card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-ban-ca__promo-card-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-ban-ca__promo-card-title a {
  color: inherit;
  text-decoration: none;
}

.page-ban-ca__promo-card-title a:hover {
  text-decoration: underline;
}

.page-ban-ca__promo-card-description {
  font-size: 0.95em;
  color: #666666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-ban-ca__promo-card-button {
  width: 100%;
}

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

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

.page-ban-ca__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-ban-ca__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  background-color: #e0f2f7;
  border-bottom: 1px solid #d0e8f0;
  list-style: none;
}

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

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

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

.page-ban-ca__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #555555;
  line-height: 1.6;
}

.page-ban-ca__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-ban-ca__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-ban-ca__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0f2f7;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-ban-ca__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-ban-ca__hero-content {
    text-align: center;
  }

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

@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: 40px !important;
  }

  .page-ban-ca__hero-container {
    padding: 30px 15px !important;
    gap: 30px !important;
  }

  .page-ban-ca__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em) !important;
    margin-bottom: 15px !important;
  }

  .page-ban-ca__hero-description {
    font-size: 1em !important;
    margin-bottom: 25px !important;
  }

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

  .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 !important;
    padding-right: 15px !important;
  }

  .page-ban-ca__hero-image {
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .page-ban-ca__hero-side-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* General content area */
  .page-ban-ca__content-area {
    padding: 30px 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-ban-ca__section-title {
    font-size: clamp(1.5em, 6vw, 2em) !important;
    margin-bottom: 30px !important;
  }

  /* Module 1: Intro/Features Section */
  .page-ban-ca__intro-section {
    padding: 40px 0 !important;
  }

  .page-ban-ca__features-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .page-ban-ca__icon-box-media {
    width: 200px !important;
    height: 200px !important;
    margin-bottom: 15px !important;
  }

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

  .page-ban-ca__feature-title {
    font-size: 1.3em !important;
  }

  /* About Game Section */
  .page-ban-ca__about-game-section {
    padding: 40px 0 !important;
  }

  .page-ban-ca__subsection-title {
    font-size: 1.5em !important;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
  }

  .page-ban-ca__content-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* How to Play Section */
  .page-ban-ca__guide-section {
    padding: 40px 0 !important;
  }

  .page-ban-ca__guide-steps {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .page-ban-ca__guide-step-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Game Highlights Section */
  .page-ban-ca__game-highlights-section {
    padding: 40px 0 !important;
  }

  .page-ban-ca__game-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .page-ban-ca__game-card-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Promotions Section */
  .page-ban-ca__promo-section {
    padding: 40px 0 !important;
  }

  .page-ban-ca__promo-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .page-ban-ca__promo-card-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

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

  .page-ban-ca__faq-list {
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }

  .page-ban-ca__faq-question {
    font-size: 1.1em !important;
    padding: 15px 20px !important;
  }

  .page-ban-ca__faq-answer {
    padding: 15px 20px !important;
  }

  /* Final CTA Section */
  .page-ban-ca__cta-section {
    padding: 60px 0 !important;
  }

  .page-ban-ca__cta-text {
    font-size: 1.1em !important;
    margin-bottom: 30px !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .page-ban-ca__dark-section .page-ban-ca__cta-buttons {
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  /* Generic image and container rules for mobile */
  .page-ban-ca img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-ban-ca__section,
  .page-ban-ca__card,
  .page-ban-ca__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}