.page-ban-ca {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-ban-ca__hero-section {
  padding-top: 10px; /* Small top padding as body handles --header-offset */
  padding-bottom: 60px;
  background-color: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

.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;
}

.page-ban-ca__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-ban-ca__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #1F2D3D; /* Text Main */
}

.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: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  text-align: center;
}

.page-ban-ca__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
}

.page-ban-ca__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

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

.page-ban-ca__btn-secondary:hover {
  background: #2F6BFF;
  color: #ffffff;
  border-color: #2F6BFF;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.2);
}

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

.page-ban-ca__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-ban-ca__section {
  padding: 60px 0;
}

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

.page-ban-ca__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-ban-ca__section-description {
  font-size: 1.1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #1F2D3D; /* Text Main */
}

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

.page-ban-ca__feature-item {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  background: #FFFFFF; /* Card BG */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  color: #1F2D3D; /* Text Main */
}

.page-ban-ca__feature-icon {
  width: 100%; /* Ensure images are large, not small icons */
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-ban-ca__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-ban-ca__feature-text {
  font-size: 1rem;
  color: #1F2D3D; /* Text Main */
}

.page-ban-ca__how-to-play {
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-ban-ca__how-to-play .page-ban-ca__section-title,
.page-ban-ca__how-to-play .page-ban-ca__section-description {
  color: #ffffff; /* White text for dark background */
}

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

.page-ban-ca__guide-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  color: #ffffff;
}

.page-ban-ca__step-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #6FA3FF; /* Accent Color */
  margin-bottom: 15px;
}

.page-ban-ca__guide-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-ban-ca__guide-text {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-ban-ca__small-btn {
  padding: 10px 20px;
  font-size: 0.9rem;
}

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

.page-ban-ca__promo-item {
  background: #FFFFFF; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #1F2D3D; /* Text Main */
}

.page-ban-ca__promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-ban-ca__promo-item h3,
.page-ban-ca__promo-item p {
  padding: 0 25px;
}

.page-ban-ca__promo-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-ban-ca__promo-text {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #1F2D3D; /* Text Main */
}

.page-ban-ca__promo-btn {
  display: block;
  width: calc(100% - 50px);
  margin: 0 25px 25px;
  padding: 12px 0;
}

.page-ban-ca__app-download {
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-ban-ca__app-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-ban-ca__app-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-ban-ca__text-white {
  color: #ffffff;
}

.page-ban-ca__download-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-ban-ca__download-btn {
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 250px;
}

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

.page-ban-ca__app-mockup {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-ban-ca__faq-section {
  background-color: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

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

.page-ban-ca__faq-item {
  background: #FFFFFF; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #D6E2FF; /* Border */
  color: #1F2D3D; /* Text Main */
}

.page-ban-ca__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  color: #000000; /* Custom Color_1776249996415 */
  list-style: none;
  user-select: none;
}

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

.page-ban-ca__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #2F6BFF;
  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: 1rem;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
}

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

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

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

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

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

  .page-ban-ca__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    text-align: center;
  }

  .page-ban-ca__intro-text {
    font-size: 1rem;
    text-align: center;
  }

  .page-ban-ca__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .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 {
    order: -1; /* Move image above content on mobile */
  }

  .page-ban-ca__hero-side-image {
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-ban-ca__section {
    padding: 40px 0 !important;
  }

  .page-ban-ca__container {
    padding: 0 15px !important;
    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: 15px;
  }

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

  .page-ban-ca__why-choose .page-ban-ca__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-ban-ca__feature-item {
    padding: 25px;
  }

  .page-ban-ca__feature-icon {
    min-width: 200px !important;
    min-height: 200px !important;
    max-width: 100% !important;
    height: auto !important;
  }

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

  .page-ban-ca__promotions .page-ban-ca__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-ban-ca__promo-image {
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-ban-ca__promo-item h3,
  .page-ban-ca__promo-item p {
    padding: 0 15px;
  }

  .page-ban-ca__promo-btn {
    width: calc(100% - 30px) !important;
    margin: 0 15px 15px !important;
  }

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

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

  .page-ban-ca__download-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .page-ban-ca__download-btn {
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-ban-ca__app-mockup {
    min-width: 200px !important;
    min-height: 200px !important;
  }

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

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

  /* Universal 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;
    padding-right: 15px;
  }
}