.page-ban-ca {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #FFF1E8; /* Main text color based on dark background #140C0C */
  background-color: #140C0C; /* Overall page background */
  line-height: 1.6;
}

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

.page-ban-ca__section-title {
  font-size: 2.5em;
  color: #F3C54D; /* Gold color for titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.page-ban-ca__text-block {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF1E8;
}

/* Buttons */
.page-ban-ca__btn-primary,
.page-ban-ca__btn-secondary,
.page-ban-ca__game-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.page-ban-ca__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #FFF1E8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-ban-ca__btn-secondary {
  background: #2A1212; /* Card BG color */
  color: #F3C54D; /* Gold text */
  border: 2px solid #F3C54D;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__btn-secondary:hover {
  background: #F3C54D;
  color: #2A1212;
  border-color: #F3C54D;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* HERO Section */
.page-ban-ca__hero-section {
  padding-top: 10px; /* As per fixed header rule */
  padding-bottom: 60px;
  background-color: #140C0C;
}

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

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

.page-ban-ca__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Clamp for H1 as per rule */
  color: #FFF1E8;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-ban-ca__hero-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF1E8;
}

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

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

.page-ban-ca__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Intro Section */
.page-ban-ca__intro-section {
  padding: 60px 0;
  background-color: #2A1212; /* Card BG color for this section */
}

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

.page-ban-ca__feature-item {
  flex: 1 1 calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  background-color: #140C0C; /* Background color for feature cards */
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 280px;
  border: 1px solid #6A1E1E;
}

.page-ban-ca__icon-box-media {
  width: 200px; /* Fixed width for circle */
  height: 200px; /* Fixed height for circle */
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F3C54D;
}

.page-ban-ca__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%; /* Ensure image itself is circular */
}

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

.page-ban-ca__feature-description {
  font-size: 1em;
  line-height: 1.5;
  color: #FFF1E8;
}

/* Guide Section */
.page-ban-ca__guide-section {
  padding: 60px 0;
  background-color: #140C0C;
}

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

.page-ban-ca__step-item {
  flex: 1 1 calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  background-color: #2A1212;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 280px;
  position: relative;
  border: 1px solid #6A1E1E;
}

.page-ban-ca__step-icon {
  width: 50px;
  height: 50px;
  background-color: #C61F1F;
  color: #FFF1E8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__step-title {
  font-size: 1.4em;
  color: #F3C54D;
  margin-bottom: 10px;
}

.page-ban-ca__step-description {
  font-size: 1em;
  line-height: 1.5;
  color: #FFF1E8;
}

.page-ban-ca__cta-center {
  text-align: center;
  margin-top: 50px;
}

/* Game Showcase Section */
.page-ban-ca__game-showcase-section {
  padding: 60px 0;
  background-color: #2A1212;
}

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

.page-ban-ca__game-card {
  flex: 1 1 calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  background-color: #140C0C;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  min-width: 280px;
  border: 1px solid #6A1E1E;
}

.page-ban-ca__game-card img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #6A1E1E; /* Border color */
}

.page-ban-ca__game-title {
  font-size: 1.5em;
  color: #F3C54D;
  margin: 20px 15px 10px;
}

.page-ban-ca__game-description {
  font-size: 0.95em;
  line-height: 1.5;
  color: #FFF1E8;
  padding: 0 15px 20px;
}

.page-ban-ca__game-btn {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #FFF1E8;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__game-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* Benefits Section */
.page-ban-ca__benefits-section {
  padding: 60px 0;
  background-color: #140C0C;
}

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

.page-ban-ca__benefit-item {
  flex: 1 1 calc(50% - 40px);
  max-width: calc(50% - 40px);
  background-color: #2A1212;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  border: 1px solid #6A1E1E;
}

.page-ban-ca__benefit-title {
  font-size: 1.4em;
  color: #F3C54D;
  margin-bottom: 10px;
}

.page-ban-ca__benefit-description {
  font-size: 1em;
  line-height: 1.5;
  color: #FFF1E8;
}

/* FAQ Section */
.page-ban-ca__faq-section {
  padding: 60px 0;
  background-color: #2A1212;
}

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

.page-ban-ca__faq-item {
  background-color: #140C0C;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #6A1E1E;
}

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

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

.page-ban-ca__faq-item summary::marker {
  display: none;
}

.page-ban-ca__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #F3C54D;
  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: 0 25px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #FFF1E8;
}

.page-ban-ca__faq-answer p {
  margin-bottom: 0;
}

/* Call to Action Section */
.page-ban-ca__call-to-action-section {
  padding: 60px 0;
  background-color: #C61F1F; /* Main brand color */
  text-align: center;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-ban-ca__cta-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

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

.page-ban-ca__cta-title {
  font-size: 2.2em;
  color: #FFF1E8;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.page-ban-ca__cta-description {
  font-size: 1.1em;
  line-height: 1.6;
  color: #FFF1E8;
}

.page-ban-ca__cta-buttons {
  flex: 1 1 30%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end; /* Align buttons to the right */
}

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

/* Mobile 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;
    order: 2; /* Content below image on smaller screens */
  }

  .page-ban-ca__hero-image {
    order: 1; /* Image above content */
    margin-bottom: 30px;
  }

  .page-ban-ca__cta-buttons {
    justify-content: center;
    align-items: center; /* Center buttons on smaller screens */
  }

  .page-ban-ca__feature-item,
  .page-ban-ca__step-item,
  .page-ban-ca__game-card {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }

  .page-ban-ca__benefits-grid {
    flex-direction: column;
  }

  .page-ban-ca__benefit-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-ban-ca__cta-flex {
    flex-direction: column;
    text-align: center;
  }

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

  .page-ban-ca__cta-buttons {
    align-items: center; /* Center buttons on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-ban-ca__hero-section {
    padding-top: 10px !important; /* Enforce 10px padding for mobile hero */
    padding-bottom: 40px !important;
  }

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

  .page-ban-ca__section-title {
    font-size: 2em !important;
    margin-bottom: 20px !important;
  }

  .page-ban-ca__main-title {
    font-size: clamp(2em, 8vw, 2.5em) !important; /* Adjust H1 for very small screens */
  }

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

  /* Buttons mobile adaptation */
  .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-direction: column !important; /* Force vertical stacking for buttons */
    gap: 10px;
    align-items: center !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;
    padding-right: 15px;
  }

  /* Intro section */
  .page-ban-ca__intro-section {
    padding: 40px 0 !important;
  }
  .page-ban-ca__feature-grid {
    flex-direction: column;
    gap: 20px;
  }

  .page-ban-ca__feature-item {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
  }

  .page-ban-ca__icon-box-media {
    width: 150px !important; /* Adjust size for mobile, but keep square */
    height: 150px !important;
    border-width: 3px !important;
    margin-bottom: 15px !important;
  }

  /* Guide section */
  .page-ban-ca__guide-section {
    padding: 40px 0 !important;
  }
  .page-ban-ca__steps-grid {
    flex-direction: column;
    gap: 20px;
  }

  .page-ban-ca__step-item {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
  }

  /* Game Showcase section */
  .page-ban-ca__game-showcase-section {
    padding: 40px 0 !important;
  }
  .page-ban-ca__game-grid {
    flex-direction: column;
    gap: 20px;
  }

  .page-ban-ca__game-card {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
  }

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

  /* Benefits section */
  .page-ban-ca__benefits-section {
    padding: 40px 0 !important;
  }
  .page-ban-ca__benefits-grid {
    flex-direction: column;
    gap: 20px;
  }

  .page-ban-ca__benefit-item {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  /* FAQ section */
  .page-ban-ca__faq-section {
    padding: 40px 0 !important;
  }
  .page-ban-ca__faq-question {
    font-size: 1.1em !important;
    padding: 15px 20px !important;
  }

  .page-ban-ca__faq-answer {
    padding: 0 20px 15px !important;
    font-size: 0.95em !important;
  }

  /* CTA section */
  .page-ban-ca__call-to-action-section {
    padding: 40px 0 !important;
  }
  .page-ban-ca__cta-title {
    font-size: 1.8em !important;
  }

  .page-ban-ca__cta-description {
    font-size: 1em !important;
  }

  .page-ban-ca__cta-buttons {
    align-items: center !important;
  }

  /* General image responsiveness for content area */
  .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 !important;
    padding-right: 15px !important;
  }
}