.page-ban-ca {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--Text-Main); /* #F3F8FF */
  background-color: var(--Deep-Navy); /* #08162B */
}

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

.page-ban-ca__section-title {
  font-size: 2.5em;
  color: var(--Gold); /* #F2C14E */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-ban-ca__section-description {
  font-size: 1.1em;
  color: var(--Text-Secondary); /* #AFC4E8 */
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-ban-ca__hero-section {
  padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
  padding-bottom: 60px;
  background-color: var(--Deep-Navy);
  position: relative;
  overflow: hidden;
}

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

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

.page-ban-ca__hero-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: var(--Gold); /* #F2C14E */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-ban-ca__hero-description {
  font-size: 1.1em;
  color: var(--Text-Secondary); /* #AFC4E8 */
  margin-bottom: 30px;
}

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

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

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

/* Buttons */
.page-ban-ca__btn-primary,
.page-ban-ca__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-ban-ca__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: var(--Text-Main); /* #F3F8FF */
  border: 2px solid transparent;
}

.page-ban-ca__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 0 15px var(--Glow); /* #4FA8FF */
}

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

.page-ban-ca__btn-secondary:hover {
  background: var(--Gold); /* #F2C14E */
  color: var(--Deep-Navy); /* #08162B */
  box-shadow: 0 0 15px rgba(242, 193, 78, 0.5);
}

.page-ban-ca__cta-buttons--centered {
  justify-content: center;
  margin-top: 30px;
}

/* Intro Section */
.page-ban-ca__intro-section {
  padding: 60px 0;
}

/* Features Section */
.page-ban-ca__features-section {
  padding: 60px 0;
}

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

.page-ban-ca__feature-item {
  background-color: var(--Card-BG); /* #10233F */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--Border); /* #244D84 */
  color: var(--Text-Main); /* #F3F8FF */
}

.page-ban-ca__icon-box-media {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--Gold); /* #F2C14E */
  box-shadow: 0 0 15px var(--Glow);
}

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

.page-ban-ca__feature-heading {
  font-size: 1.5em;
  color: var(--Gold); /* #F2C14E */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-ban-ca__feature-text {
  font-size: 1em;
  color: var(--Text-Secondary); /* #AFC4E8 */
}

/* Guide Section */
.page-ban-ca__guide-section {
  padding: 60px 0;
}

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

.page-ban-ca__guide-item {
  background-color: var(--Card-BG); /* #10233F */
  padding: 25px;
  border-radius: 8px;
  border: 1px solid var(--Border); /* #244D84 */
  color: var(--Text-Main); /* #F3F8FF */
}

.page-ban-ca__guide-heading {
  font-size: 1.3em;
  color: var(--Gold); /* #F2C14E */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-ban-ca__guide-text {
  font-size: 0.95em;
  color: var(--Text-Secondary); /* #AFC4E8 */
}

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

.page-ban-ca__guide-main-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Tips Section */
.page-ban-ca__tips-section {
  padding: 60px 0;
}

.page-ban-ca__tips-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.page-ban-ca__tips-list li {
  background-color: var(--Card-BG); /* #10233F */
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--Border); /* #244D84 */
  color: var(--Text-Main); /* #F3F8FF */
  font-size: 1.05em;
}

.page-ban-ca__tips-list li strong {
  color: var(--Gold); /* #F2C14E */
}

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

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

.page-ban-ca__faq-item {
  background-color: var(--Card-BG); /* #10233F */
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--Border); /* #244D84 */
  overflow: hidden;
  color: var(--Text-Main);
}

.page-ban-ca__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--Gold); /* #F2C14E */
  cursor: pointer;
  list-style: none;
  outline: none;
}

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

.page-ban-ca__faq-qtext {
  flex-grow: 1;
}

.page-ban-ca__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--Text-Main); /* #F3F8FF */
}

.page-ban-ca__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: var(--Text-Secondary); /* #AFC4E8 */
}

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

/* Final CTA Section */
.page-ban-ca__cta-final-section {
  padding: 60px 0;
  text-align: center;
}

.page-ban-ca__cta-final-content {
  max-width: 900px;
}

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

/* Dark section background for readability */
.page-ban-ca__dark-section {
  background-color: var(--Deep-Navy);
  color: var(--Text-Main);
}

/* 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__hero-cta-buttons {
    justify-content: center;
  }

  .page-ban-ca__hero-image {
    order: -1; /* Image above text on smaller screens */
  }
}

@media (max-width: 768px) {
  /* General content area padding for mobile */
  .page-ban-ca__content-area {
    padding: 20px 15px !important;
  }

  /* Hero Section */
  .page-ban-ca__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }

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

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

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

  /* Buttons */
  .page-ban-ca__btn-primary,
  .page-ban-ca__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  /* Section Titles */
  .page-ban-ca__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

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

  /* Module 1 (Features) - Icon Box Media */
  .page-ban-ca__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .page-ban-ca__feature-heading {
    font-size: 1.3em;
  }

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

  /* Tips Section */
  .page-ban-ca__tips-list li {
    font-size: 0.95em;
    padding: 15px;
  }

  /* FAQ Section */
  .page-ban-ca__faq-item summary {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-ban-ca__faq-answer {
    font-size: 0.9em;
    padding: 0 15px 15px;
  }

  /* General Images */
  .page-ban-ca img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-ban-ca__guide-image, .page-ban-ca__hero-image {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

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