.page-ban-ca__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background: #017439;
  color: #ffffff;
}

.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: 40px;
}

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

.page-ban-ca__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-ban-ca__hero-description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.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: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-ban-ca__btn-primary {
  background: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

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

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

.page-ban-ca__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

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

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

.page-ban-ca__intro-section {
  padding: 60px 0;
  background: #ffffff;
  color: #333333;
}

.page-ban-ca__intro-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.page-ban-ca__intro-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  color: #017439;
}

.page-ban-ca__intro-description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #555555;
}

.page-ban-ca__intro-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.page-ban-ca__feature-item {
  flex: 1 1 300px;
  max-width: 350px;
  background: #f8f8f8;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

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

.page-ban-ca__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #017439;
  box-shadow: 0 0 0 8px rgba(1, 116, 57, 0.2);
}

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

.page-ban-ca__feature-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #017439;
}

.page-ban-ca__feature-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
}

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

.page-ban-ca__section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #017439;
}

.page-ban-ca__section-text {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}

.page-ban-ca__section-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-ban-ca__gameplay-section {
  padding: 60px 0;
  background: #f5f5f5;
  color: #333333;
}

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

.page-ban-ca__gameplay-step {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

.page-ban-ca__step-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}

.page-ban-ca__tips-list {
  list-style: disc;
  margin-left: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}

.page-ban-ca__tips-list strong {
  color: #333333;
}

.page-ban-ca__promotion-section {
  padding: 60px 0;
  background: #017439;
  color: #ffffff;
  text-align: center;
}

.page-ban-ca__promotion-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-ban-ca__text-white {
  color: #f0f0f0;
}

.page-ban-ca__promotion-section .page-ban-ca__section-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.page-ban-ca__promotion-section .page-ban-ca__section-text {
  color: #f0f0f0;
  margin-bottom: 40px;
  text-align: center;
}

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

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

.page-ban-ca__faq-item {
  background: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

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

.page-ban-ca__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #C30808;
  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.7;
  color: #555555;
}

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

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-ban-ca__hero-section {
    padding-top: 10px !important; /* Specific override for fixed header spacing */
    padding-bottom: 40px;
  }

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

  .page-ban-ca__hero-content,
  .page-ban-ca__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-ban-ca__hero-title {
    font-size: 2rem;
    text-align: center;
  }

  .page-ban-ca__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  .page-ban-ca__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .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-left: 15px;
    padding-right: 15px;
  }

  .page-ban-ca__intro-section,
  .page-ban-ca__content-area,
  .page-ban-ca__gameplay-section,
  .page-ban-ca__promotion-section,
  .page-ban-ca__faq-section {
    padding: 40px 0;
  }

  .page-ban-ca__intro-container,
  .page-ban-ca__promotion-container,
  .page-ban-ca__faq-list {
    padding: 0 15px;
  }

  .page-ban-ca__intro-title,
  .page-ban-ca__section-title {
    font-size: 1.75rem;
  }

  .page-ban-ca__intro-description,
  .page-ban-ca__section-text {
    font-size: 1rem;
    text-align: left;
  }

  .page-ban-ca__intro-features {
    flex-direction: column;
    gap: 20px;
  }

  .page-ban-ca__feature-item {
    max-width: 100%;
    padding: 20px;
  }

  .page-ban-ca__icon-box-media {
    width: 150px;
    height: 150px;
    border: 3px solid #017439;
    box-shadow: 0 0 0 6px rgba(1, 116, 57, 0.2);
  }

  .page-ban-ca__gameplay-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-ban-ca__gameplay-step {
    padding: 20px;
  }

  .page-ban-ca__step-title {
    font-size: 1.25rem;
  }

  .page-ban-ca__tips-list {
    margin-left: 15px;
  }

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

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

  /* Mandatory image responsive styles 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;
  }
}