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

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

.page-ban-ca__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #6FA3FF 0%, #F4F7FB 100%); /* Light gradient background */
  color: #1F2D3D;
}

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

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

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

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

.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__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.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 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

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

.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; /* Card BG */
  color: #2F6BFF; /* Main Color */
  border: 2px solid #2F6BFF; /* Main Color */
}

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

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

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

.page-ban-ca__icon-box {
  text-align: center;
  background: #ffffff; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #D6E2FF; /* Border color */
}

.page-ban-ca__icon-box-media {
  width: 240px;
  height: 240px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.2);
}

.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.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2F6BFF; /* Main Color */
}

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

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

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

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

.page-ban-ca__feature-item {
  background: #ffffff; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #D6E2FF; /* Border color */
  color: #1F2D3D;
}

.page-ban-ca__feature-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

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

.page-ban-ca__feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #2F6BFF; /* Main Color */
}

.page-ban-ca__feature-text {
  font-size: 1rem;
  margin-bottom: 20px;
}

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

.page-ban-ca__guide-step {
  text-align: center;
  background: #ffffff; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #D6E2FF; /* Border color */
  color: #1F2D3D;
}

.page-ban-ca__guide-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 20px;
  background: #2F6BFF; /* Main Color */
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
}

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

.page-ban-ca__guide-text {
  font-size: 1rem;
}

.page-ban-ca__guide-text a {
  color: #2F6BFF;
  text-decoration: none;
}

.page-ban-ca__guide-text a:hover {
  text-decoration: underline;
}

.page-ban-ca__image-wrapper {
  margin-top: 50px;
  text-align: center;
}

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

.page-ban-ca__light-bg {
  background: #F4F7FB; /* Background color */
  color: #1F2D3D;
}

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

.page-ban-ca__tips-list li {
  background: #ffffff; /* Card BG */
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #D6E2FF; /* Border color */
  font-size: 1.05rem;
  color: #1F2D3D;
}

.page-ban-ca__tips-list li strong {
  color: #000000; /* Custom Color_1776249996415 */
}

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

.page-ban-ca__promo-card {
  background: #ffffff; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #A5C4FF; /* Glow color for border */
  text-align: center;
  color: #1F2D3D;
}

.page-ban-ca__promo-image {
  width: 100%;
  height: 200px; /* Fixed height for promo images */
  object-fit: cover;
  display: block;
}

.page-ban-ca__promo-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 20px 15px 10px;
  color: #2F6BFF; /* Main Color */
}

.page-ban-ca__promo-text {
  font-size: 1rem;
  margin: 0 15px 25px;
}

.page-ban-ca__promo-card .page-ban-ca__btn-primary,
.page-ban-ca__promo-card .page-ban-ca__btn-secondary {
  margin-bottom: 25px;
  width: calc(100% - 50px);
  max-width: 250px;
}

.page-ban-ca__small-text {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 40px;
  color: #ffffff; /* For dark section */
}

.page-ban-ca__small-text a {
  color: #A5C4FF;
  text-decoration: none;
}

.page-ban-ca__small-text a:hover {
  text-decoration: underline;
}

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

.page-ban-ca__faq-item {
  background: #ffffff; /* Card BG */
  border: 1px solid #D6E2FF; /* Border color */
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  color: #1F2D3D;
}

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

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

.page-ban-ca__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2F6BFF; /* Main Color */
  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: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #1F2D3D;
}

.page-ban-ca__cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

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

.page-ban-ca__cta-section .page-ban-ca__btn-primary,
.page-ban-ca__cta-section .page-ban-ca__btn-secondary {
  min-width: 200px;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-ban-ca__hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

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

  .page-ban-ca__cta-buttons {
    justify-content: center;
  }

  .page-ban-ca__feature-image {
    height: 220px;
  }

  .page-ban-ca__promo-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-ban-ca__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 40px;
  }

  .page-ban-ca__content-container {
    padding: 30px 15px;
  }

  .page-ban-ca__main-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .page-ban-ca__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

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

  .page-ban-ca__btn-primary,
  .page-ban-ca__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem;
    padding: 12px 20px;
  }

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

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

  .page-ban-ca__intro-grid,
  .page-ban-ca__feature-grid,
  .page-ban-ca__guide-grid,
  .page-ban-ca__promo-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-ban-ca__icon-box-media {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  .page-ban-ca__icon-box-title {
    font-size: 1.3rem;
  }

  .page-ban-ca__feature-image {
    height: 180px;
  }

  .page-ban-ca__feature-title {
    font-size: 1.2rem;
  }

  .page-ban-ca__guide-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
  }

  .page-ban-ca__guide-title {
    font-size: 1.3rem;
  }

  .page-ban-ca__tips-list li {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  .page-ban-ca__promo-image {
    height: 160px;
  }

  .page-ban-ca__promo-title {
    font-size: 1.3rem;
  }

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

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

  .page-ban-ca__cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Universal image rules 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,
  .page-ban-ca__hero-container,
  .page-ban-ca__intro-grid,
  .page-ban-ca__feature-grid,
  .page-ban-ca__guide-grid,
  .page-ban-ca__promo-cards,
  .page-ban-ca__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-ban-ca__promo-card .page-ban-ca__btn-primary,
  .page-ban-ca__promo-card .page-ban-ca__btn-secondary {
    max-width: 100% !important;
    width: calc(100% - 30px) !important; /* Adjust for container padding */
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .page-ban-ca__cta-section .page-ban-ca__btn-primary,
  .page-ban-ca__cta-section .page-ban-ca__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
  }
}