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

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

.page-ban-ca__section-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

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

.page-ban-ca__hero-section {
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

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

.page-ban-ca__hero-content {
  flex: 1 1 500px;
  max-width: 600px;
  text-align: left;
}

.page-ban-ca__hero-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-ban-ca__hero-description {
  font-size: 18px;
  color: #1F2D3D;
  margin-bottom: 30px;
}

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

.page-ban-ca__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

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

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

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

.page-ban-ca__hero-image {
  flex: 1 1 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.page-ban-ca__intro-section {
  padding: 60px 0;
  background-color: #ffffff; /* Card BG */
}

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

.page-ban-ca__feature-item {
  text-align: center;
  padding: 20px;
  background-color: #F4F7FB;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-ban-ca__icon-box-media {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #D6E2FF; /* Border */
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.page-ban-ca__feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.page-ban-ca__feature-text {
  font-size: 16px;
  color: #1F2D3D;
}

.page-ban-ca__guide-section {
  padding: 60px 0;
  background-color: #F4F7FB;
}

.page-ban-ca__guide-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-ban-ca__guide-text {
  flex: 1 1 500px;
  max-width: 600px;
}

.page-ban-ca__guide-text p {
  font-size: 17px;
  color: #1F2D3D;
  margin-bottom: 20px;
}

.page-ban-ca__guide-list {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
}

.page-ban-ca__guide-list li {
  font-size: 17px;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-ban-ca__guide-list li strong {
  color: #000000;
}

.page-ban-ca__guide-image {
  flex: 1 1 400px;
  text-align: center;
}

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

.page-ban-ca__promo-section {
  padding: 60px 0;
  background-color: #ffffff; /* Card BG */
}

.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-color: #F4F7FB;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-ban-ca__promo-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.page-ban-ca__promo-text {
  font-size: 16px;
  color: #1F2D3D;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-ban-ca__faq-section {
  padding: 60px 0;
  background-color: #F4F7FB;
}

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

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

.page-ban-ca__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  background-color: #ffffff;
  list-style: none;
}

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

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

.page-ban-ca__faq-toggle {
  font-size: 24px;
  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: 16px;
  color: #1F2D3D;
  line-height: 1.6;
}

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

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

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

  .page-ban-ca__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-ban-ca__section-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

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

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

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

  .page-ban-ca__hero-content {
    text-align: center;
    max-width: 100%;
  }

  .page-ban-ca__hero-title {
    font-size: clamp(24px, 8vw, 36px);
  }

  .page-ban-ca__hero-description {
    font-size: 16px;
  }

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

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

  .page-ban-ca__hero-image {
    max-width: 100%;
    order: -1; /* Image above text on mobile */
  }

  .page-ban-ca__hero-side-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Module 1: Intro Section (Three-column circular images) */
  .page-ban-ca__intro-section {
    padding: 40px 0;
  }

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

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

  .page-ban-ca__feature-title {
    font-size: 20px;
  }

  .page-ban-ca__feature-text {
    font-size: 15px;
  }

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

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

  .page-ban-ca__guide-text,
  .page-ban-ca__guide-image {
    max-width: 100%;
  }

  .page-ban-ca__guide-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-ban-ca__guide-text p,
  .page-ban-ca__guide-list li {
    font-size: 16px;
  }

  /* Promo Section */
  .page-ban-ca__promo-section {
    padding: 40px 0;
  }

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

  .page-ban-ca__promo-card {
    padding: 25px;
  }

  .page-ban-ca__promo-title {
    font-size: 20px;
  }

  .page-ban-ca__promo-text {
    font-size: 15px;
  }

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

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

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

  /* General image and container responsiveness */
  .page-ban-ca img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-ban-ca__section,
  .page-ban-ca__card,
  .page-ban-ca__container,
  .page-ban-ca__promo-card,
  .page-ban-ca__feature-item,
  .page-ban-ca__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Ensure no horizontal scroll for elements */
  .page-ban-ca__cta-buttons,
  .page-ban-ca__hero-container,
  .page-ban-ca__intro-section,
  .page-ban-ca__guide-section,
  .page-ban-ca__promo-section,
  .page-ban-ca__faq-section {
    overflow-x: hidden !important;
  }
}