.page-ban-ca {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main */
  background-color: var(--deep-navy); /* Body background from shared.css */
}

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

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

.page-ban-ca__section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.page-ban-ca__section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.page-ban-ca__description-text {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #AFC4E8; /* Text Secondary */
}

.page-ban-ca__main-title {
  font-size: clamp(36px, 5vw, 56px);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-ban-ca__intro-text {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #AFC4E8; /* Text Secondary */
}

.page-ban-ca__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  text-align: center;
}

.page-ban-ca__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-ban-ca__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-ban-ca__hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  background: rgba(8, 22, 43, 0.7); /* Deep Navy with transparency */
  border-radius: 15px;
  margin: 20px;
  max-width: 90%;
}

.page-ban-ca__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-ban-ca__btn-primary,
.page-ban-ca__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

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

.page-ban-ca__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(43, 115, 246, 0.4);
}

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

.page-ban-ca__btn-secondary:hover {
  background: rgba(242, 193, 78, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.2);
}

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

.page-ban-ca__image-text-item {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-ban-ca__image-text-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__image-text-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-ban-ca__image-text-title {
  font-size: 24px;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-ban-ca__image-text-description {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
}

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

.page-ban-ca__feature-card {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-ban-ca__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__feature-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
}

.page-ban-ca__feature-title {
  font-size: 22px;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-ban-ca__feature-description {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
}

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

.page-ban-ca__game-card {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-ban-ca__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__game-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-ban-ca__game-title {
  font-size: 22px;
  color: #F3F8FF; /* Text Main */
  margin: 20px 20px 10px 20px;
  font-weight: 600;
}

.page-ban-ca__game-description {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-ban-ca__game-card .page-ban-ca__btn-primary {
  margin: 0 20px 20px;
  width: calc(100% - 40px);
}

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

.page-ban-ca__step-card {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-ban-ca__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__step-number {
  font-size: 48px;
  color: #F2C14E; /* Gold */
  font-weight: 700;
  margin-bottom: 15px;
}

.page-ban-ca__step-title {
  font-size: 22px;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-ban-ca__step-description {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 20px;
}

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

.page-ban-ca__tip-item {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: left;
}

.page-ban-ca__tip-title {
  font-size: 22px;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-ban-ca__tip-description {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
}

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

.page-ban-ca__promo-card {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-ban-ca__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-ban-ca__promo-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-ban-ca__promo-title {
  font-size: 22px;
  color: #F3F8FF; /* Text Main */
  margin: 20px 20px 10px 20px;
  font-weight: 600;
}

.page-ban-ca__promo-description {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-ban-ca__promo-card .page-ban-ca__btn-primary {
  margin: 0 20px 20px;
  width: calc(100% - 40px);
}

.page-ban-ca__app-download {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 15px;
  padding: 40px;
}

.page-ban-ca__app-info {
  flex: 1;
  text-align: left;
}

.page-ban-ca__app-title {
  font-size: 32px;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
}

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

.page-ban-ca__app-features li {
  font-size: 18px;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.page-ban-ca__app-icon {
  color: #4FA8FF; /* Glow */
  font-size: 24px;
  margin-right: 10px;
}

.page-ban-ca__app-image-wrapper {
  flex-shrink: 0;
  width: 400px;
  height: 300px;
}

.page-ban-ca__app-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* FAQ Styles */
details.page-ban-ca__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #244D84; /* Border */
  overflow: hidden;
  background: #10233F; /* Card BG */
}
details.page-ban-ca__faq-item summary.page-ban-ca__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #F3F8FF; /* Text Main */
}
details.page-ban-ca__faq-item summary.page-ban-ca__faq-question::-webkit-details-marker {
  display: none;
}
details.page-ban-ca__faq-item summary.page-ban-ca__faq-question:hover {
  background: rgba(43, 115, 246, 0.1); /* Light hover effect */
}
.page-ban-ca__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F3F8FF; /* Text Main */
}
.page-ban-ca__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-ban-ca__faq-item .page-ban-ca__faq-answer {
  padding: 0 20px 20px;
  background: rgba(16, 35, 63, 0.8); /* Slightly lighter Card BG for answer */
  border-radius: 0 0 5px 5px;
  color: #AFC4E8; /* Text Secondary */
}

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

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
  .page-ban-ca__hero-content {
    max-width: 95%;
    margin: 15px;
    padding: 30px 15px;
  }
  .page-ban-ca__main-title {
    font-size: clamp(32px, 4.5vw, 50px);
  }
  .page-ban-ca__intro-text {
    font-size: 18px;
  }
  .page-ban-ca__app-download {
    flex-direction: column;
    text-align: center;
    padding: 30px;
    gap: 30px;
  }
  .page-ban-ca__app-info {
    text-align: center;
  }
  .page-ban-ca__app-features {
    align-items: flex-start;
    text-align: left;
    margin: 0 auto 30px;
    max-width: 400px; /* Constrain list width for better readability */
  }
  .page-ban-ca__app-image-wrapper {
    width: 80%;
    height: auto;
  }
  .page-ban-ca__app-image {
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .page-ban-ca__hero-section {
    padding-top: 10px; /* Small top padding, assuming body handles header offset */
    min-height: 500px;
  }
  .page-ban-ca__hero-image-wrapper {
    position: relative; /* Allow image to flow naturally */
    height: 300px; /* Fixed height for mobile hero image */
  }
  .page-ban-ca__hero-image {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important; /* Allow natural aspect ratio based on height */
    height: 100% !important;
    width: 100% !important;
  }
  .page-ban-ca__hero-content {
    padding: 20px 15px;
    margin: 0 10px;
    position: relative;
    top: -50px; /* Adjust to pull content up slightly over the image for visual flow */
    background: rgba(8, 22, 43, 0.9); /* Darker background for readability */
  }
  .page-ban-ca__main-title {
    font-size: clamp(28px, 8vw, 36px);
    margin-bottom: 15px;
  }
  .page-ban-ca__intro-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-ban-ca__cta-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .page-ban-ca__btn-primary,
  .page-ban-ca__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
  }

  .page-ban-ca__section {
    padding: 40px 0;
  }
  .page-ban-ca__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-ban-ca__section-title {
    font-size: clamp(24px, 7vw, 32px);
    margin-bottom: 20px;
  }
  .page-ban-ca__description-text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-ban-ca__image-text-grid,
  .page-ban-ca__feature-grid,
  .page-ban-ca__game-list,
  .page-ban-ca__steps-grid,
  .page-ban-ca__tips-grid,
  .page-ban-ca__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-ban-ca__image-text-item,
  .page-ban-ca__feature-card,
  .page-ban-ca__game-card,
  .page-ban-ca__step-card,
  .page-ban-ca__tip-item,
  .page-ban-ca__promo-card {
    padding: 20px;
  }

  .page-ban-ca__image-text-title,
  .page-ban-ca__feature-title,
  .page-ban-ca__game-title,
  .page-ban-ca__step-title,
  .page-ban-ca__tip-title,
  .page-ban-ca__promo-title {
    font-size: 20px;
  }

  .page-ban-ca__image-text-description,
  .page-ban-ca__feature-description,
  .page-ban-ca__game-description,
  .page-ban-ca__step-description,
  .page-ban-ca__tip-description,
  .page-ban-ca__promo-description {
    font-size: 15px;
  }

  .page-ban-ca__app-download {
    padding: 20px;
  }
  .page-ban-ca__app-title {
    font-size: 26px;
  }
  .page-ban-ca__app-features li {
    font-size: 16px;
  }
  .page-ban-ca__app-image-wrapper {
    width: 100%;
    height: auto;
  }

  details.page-ban-ca__faq-item summary.page-ban-ca__faq-question { padding: 15px; }
  .page-ban-ca__faq-qtext { font-size: 16px; }
  .page-ban-ca__faq-toggle { font-size: 20px; width: 24px; }
  details.page-ban-ca__faq-item .page-ban-ca__faq-answer { padding: 0 15px 15px; }

  /* General image responsiveness 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;
  }
  .page-ban-ca__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}