.page-ban-ca {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-ban-ca__hero-section {
  padding-top: 10px; /* Small top padding, shared.css handles body padding */
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

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

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

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

.page-ban-ca__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  display: block;
}

.page-ban-ca__hero-title {
  font-size: clamp(2.2em, 4vw, 3.2em);
  font-weight: 700;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-ban-ca__hero-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 30px;
}

.page-ban-ca__hero-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;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  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-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-ban-ca__btn-primary:hover {
  background-color: #005a2b;
  border-color: #005a2b;
}

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

.page-ban-ca__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005a2b;
  border-color: #005a2b;
}

.page-ban-ca__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 25px;
}

.page-ban-ca__section-description {
  font-size: 1.05em;
  color: #555555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

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

.page-ban-ca__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-ban-ca__dark-section {
  background-color: #017439;
  color: #FFFFFF;
}

.page-ban-ca__dark-section .page-ban-ca__section-title,
.page-ban-ca__dark-section .page-ban-ca__section-description,
.page-ban-ca__dark-section p {
  color: #FFFFFF;
}

.page-ban-ca__intro-section .page-ban-ca__content-area {
  padding-bottom: 0;
}

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

.page-ban-ca__icon-box {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  padding: 25px;
  border-radius: 12px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-ban-ca__icon-box:hover {
  transform: translateY(-5px);
}

.page-ban-ca__icon-box-media {
  width: 240px;
  height: 240px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

.page-ban-ca__icon-box-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #017439;
  margin-bottom: 15px;
}

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

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

.page-ban-ca__guide-step {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-ban-ca__guide-step-number {
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  color: #017439;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 700;
  margin: 0 auto 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-ban-ca__guide-step-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 15px;
}

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

.page-ban-ca__guide-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  margin: 60px auto 0;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

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

.page-ban-ca__tip-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-ban-ca__tip-item:hover {
  transform: translateY(-5px);
}

.page-ban-ca__tip-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #017439;
  margin-bottom: 15px;
}

.page-ban-ca__tip-text {
  font-size: 1em;
  color: #555555;
}

.page-ban-ca__tips-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  margin: 60px auto 0;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-ban-ca__faq-list {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-ban-ca__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-ban-ca__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  user-select: none;
}

.page-ban-ca__faq-question::-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;
  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: 15px 25px 20px;
  font-size: 1em;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.02);
}

.page-ban-ca__cta-section .page-ban-ca__content-area {
  text-align: center;
}

.page-ban-ca__cta-content {
  max-width: 800px;
  margin: 0 auto;
}

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

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

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-ban-ca__hero-title {
    font-size: clamp(2em, 4.5vw, 3em);
  }
  .page-ban-ca__section-title {
    font-size: clamp(1.6em, 3.8vw, 2.5em);
  }
  .page-ban-ca__icon-box-media {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  /* HERO section */
  .page-ban-ca__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-ban-ca__hero-container {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0 15px;
  }
  .page-ban-ca__hero-content {
    text-align: center;
  }
  .page-ban-ca__hero-image {
    order: -1; /* Image appears above content */
  }
  .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: 25px;
  }
  .page-ban-ca__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-ban-ca__btn-primary,
  .page-ban-ca__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  /* General content area */
  .page-ban-ca__content-area {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Section titles and descriptions */
  .page-ban-ca__section-title {
    font-size: clamp(1.5em, 6vw, 2em);
    margin-bottom: 20px;
  }
  .page-ban-ca__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  /* Module 1: Icon Boxes (feature images) */
  .page-ban-ca__icon-boxes {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
  .page-ban-ca__icon-box {
    max-width: 100%;
    padding: 20px;
  }
  .page-ban-ca__icon-box-media {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }
  .page-ban-ca__icon-box-title {
    font-size: 1.3em;
  }
  .page-ban-ca__icon-box-text {
    font-size: 0.95em;
  }

  /* Guide section */
  .page-ban-ca__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .page-ban-ca__guide-step {
    padding: 25px;
  }
  .page-ban-ca__guide-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-ban-ca__guide-step-title {
    font-size: 1.2em;
  }
  .page-ban-ca__guide-step-text {
    font-size: 0.95em;
  }
  .page-ban-ca__guide-image {
    margin-top: 40px;
  }

  /* Tips section */
  .page-ban-ca__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .page-ban-ca__tip-item {
    padding: 25px;
  }
  .page-ban-ca__tip-title {
    font-size: 1.2em;
  }
  .page-ban-ca__tip-text {
    font-size: 0.95em;
  }
  .page-ban-ca__tips-image {
    margin-top: 40px;
  }

  /* FAQ section */
  .page-ban-ca__faq-list {
    margin-top: 30px;
  }
  .page-ban-ca__faq-question {
    padding: 15px 20px;
    font-size: 1.05em;
  }
  .page-ban-ca__faq-toggle {
    font-size: 1.3em;
  }
  .page-ban-ca__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.95em;
  }

  /* CTA section */
  .page-ban-ca__cta-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  .page-ban-ca__cta-buttons a {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Universal image sizing for content images */
  .page-ban-ca img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure containers do not overflow */
  .page-ban-ca__section,
  .page-ban-ca__card,
  .page-ban-ca__container,
  .page-ban-ca__icon-box,
  .page-ban-ca__guide-step,
  .page-ban-ca__tip-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-ban-ca__hero-cta-buttons,
  .page-ban-ca__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}