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

.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.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #F2C14E; /* Main color */
  line-height: 1.2;
}

.page-ban-ca__section-description {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 40px;
  color: #FFF6D6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-ban-ca__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #111111 0%, #0A0A0A 100%);
  position: relative;
  overflow: hidden;
}

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

.page-ban-ca__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #FFF6D6;
}

.page-ban-ca__hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #FFD36B; /* Glow */
}

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

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

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

.page-ban-ca__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #111111; /* Dark text for bright button */
  border: 2px solid transparent;
}

.page-ban-ca__btn-primary:hover {
  background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

.page-ban-ca__btn-secondary {
  background-color: transparent;
  color: #F2C14E; /* Main color */
  border: 2px solid #F2C14E; /* Border color */
}

.page-ban-ca__btn-secondary:hover {
  background-color: #F2C14E;
  color: #111111;
  transform: translateY(-2px);
}

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

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

.page-ban-ca__dark-section {
  background-color: #111111; /* Card BG */
}

.page-ban-ca__intro-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-ban-ca__icon-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-ban-ca__icon-box {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent */
  border: 1px solid #3A2A12; /* Border */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

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

.page-ban-ca__icon-box-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFD36B; /* Glow */
}

.page-ban-ca__icon-box-text {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-ban-ca__features-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-ban-ca__feature-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #FFF6D6;
}

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

.page-ban-ca__feature-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F2C14E; /* Main color */
}

.page-ban-ca__feature-text {
  font-size: 1rem;
}

.page-ban-ca__game-types-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.page-ban-ca__game-card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFD36B; /* Glow */
  padding: 0 15px;
}

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

.page-ban-ca__guide-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-ban-ca__guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.page-ban-ca__guide-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-ban-ca__guide-step-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F2C14E; /* Main color */
}

.page-ban-ca__guide-step-text {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-ban-ca__guide-cta {
  text-align: center;
  margin-top: 40px;
}

.page-ban-ca__tips-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-ban-ca__tip-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #FFF6D6;
}

.page-ban-ca__tip-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFD36B; /* Glow */
}

.page-ban-ca__tip-text {
  font-size: 1rem;
}

.page-ban-ca__promo-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-ban-ca__promo-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-ban-ca__promo-text-block {
  flex: 1 1 45%;
  min-width: 300px;
}

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

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

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

.page-ban-ca__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-ban-ca__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF6D6;
}

.page-ban-ca__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  color: #F2C14E; /* Main color */
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid #3A2A12;
  user-select: none;
  list-style: none; /* For details/summary */
}

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

.page-ban-ca__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-ban-ca__faq-toggle {
  font-size: 1.5rem;
  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: 20px 25px;
  font-size: 1rem;
  color: #FFF6D6;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-ban-ca__hero-title {
    font-size: 2.8rem;
  }
  .page-ban-ca__hero-description {
    font-size: 1.1rem;
  }
  .page-ban-ca__section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .page-ban-ca__container,
  .page-ban-ca__hero-container {
    padding: 20px 15px !important;
  }

  .page-ban-ca__hero-section {
    padding-top: 10px !important; /* Ensures small top padding */
    padding-bottom: 40px !important;
  }

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

  .page-ban-ca__hero-content,
  .page-ban-ca__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-ban-ca__hero-title {
    font-size: 2.2rem !important;
    text-align: center;
  }

  .page-ban-ca__hero-description {
    font-size: 1rem !important;
    text-align: center;
  }

  .page-ban-ca__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-ban-ca__btn-primary,
  .page-ban-ca__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-ban-ca__section-title {
    font-size: 1.8rem !important;
  }

  .page-ban-ca__section-description {
    font-size: 0.95rem !important;
  }

  .page-ban-ca__icon-boxes {
    flex-direction: column;
    gap: 20px;
  }

  .page-ban-ca__icon-box {
    max-width: 100%;
    padding: 25px;
  }

  .page-ban-ca__icon-box-media {
    width: 160px;
    height: 160px;
    border-width: 3px;
  }

  .page-ban-ca__icon-box-title {
    font-size: 1.3rem;
  }

  .page-ban-ca__features-grid,
  .page-ban-ca__game-list,
  .page-ban-ca__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-ban-ca__feature-item,
  .page-ban-ca__game-card,
  .page-ban-ca__guide-item,
  .page-ban-ca__tip-item,
  .page-ban-ca__promo-content,
  .page-ban-ca__faq-item {
    padding: 20px 15px !important;
  }

  .page-ban-ca__feature-title,
  .page-ban-ca__game-card-title,
  .page-ban-ca__guide-step-title,
  .page-ban-ca__tip-title {
    font-size: 1.4rem !important;
  }

  .page-ban-ca__feature-text,
  .page-ban-ca__game-card-text,
  .page-ban-ca__guide-step-text,
  .page-ban-ca__tip-text,
  .page-ban-ca__promo-description,
  .page-ban-ca__faq-answer p {
    font-size: 0.9rem !important;
  }

  .page-ban-ca__promo-content {
    flex-direction: column;
    gap: 30px;
  }

  .page-ban-ca__promo-text-block,
  .page-ban-ca__promo-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-ban-ca__promo-text-block .page-ban-ca__btn-primary {
    width: auto !important; /* Allow button to not be full width if text is short */
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
  }

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

  /* General image responsive */
  .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,
  .page-ban-ca__hero-section,
  .page-ban-ca__intro-section,
  .page-ban-ca__features-section,
  .page-ban-ca__game-types-section,
  .page-ban-ca__guide-section,
  .page-ban-ca__tips-section,
  .page-ban-ca__promo-section,
  .page-ban-ca__faq-section,
  .page-ban-ca__hero-content,
  .page-ban-ca__hero-image,
  .page-ban-ca__promo-text-block,
  .page-ban-ca__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}