.page-ban-ca {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray text for readability on dark background */
  background-color: #1A1A1A; /* Main dark background */
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.page-ban-ca a {
  color: #FFD700; /* Accent color for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-ban-ca a:hover {
  color: #FFF; /* Lighter accent on hover */
}

.page-ban-ca h1, .page-ban-ca h2, .page-ban-ca h3 {
  color: #FFD700; /* Accent color for headings */
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-ban-ca h1 {
  font-size: 3.2em;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-ban-ca h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-ban-ca h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-ban-ca p {
  margin-bottom: 15px;
}

.page-ban-ca-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-ban-ca-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-ban-ca-section:last-of-type {
  border-bottom: none;
}

/* Hero Section */
.page-ban-ca-hero {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%); /* Darker gradient */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
}

.page-ban-ca-hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-ban-ca-hero-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-ban-ca-hero-content h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  text-align: left;
  color: #FFD700;
}

.page-ban-ca-hero-content p {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 30px;
}

.page-ban-ca-hero-image {
  flex: 1;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-ban-ca-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.page-ban-ca-cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: #FFD700; /* Accent color for CTA */
  color: #1A1A1A; /* Dark text on accent background */
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-ban-ca-cta-button:hover {
  background: #E6C200; /* Slightly darker accent on hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-ban-ca-cta-button.small {
  font-size: 1em;
  padding: 12px 25px;
}

.page-ban-ca-cta-button.large {
  font-size: 1.5em;
  padding: 18px 45px;
}

/* Intro Section */
.page-ban-ca-intro {
  background-color: #1A1A1A;
}

.page-ban-ca-content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.page-ban-ca-text-content {
  flex: 1;
  min-width: 300px;
}

.page-ban-ca-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-ban-ca-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Features Section */
.page-ban-ca-features {
  background-color: #222222;
}

.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-color: #2D2D2D;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-ban-ca-feature-item:hover {
  transform: translateY(-10px);
  background-color: #3A3A3A;
}

.page-ban-ca-feature-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 20px;
}

.page-ban-ca-feature-item p {
  color: #C0C0C0;
}

.page-ban-ca-feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-ban-ca-cta-bottom {
  text-align: center;
  margin-top: 50px;
}

/* Tips Section */
.page-ban-ca-tips {
  background-color: #1A1A1A;
}

.page-ban-ca-tip-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-ban-ca-tip-list li {
  background-color: #2D2D2D;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-ban-ca-tip-list li h3 {
  color: #FFD700;
  font-size: 1.6em;
}

.page-ban-ca-tip-list li p {
  color: #C0C0C0;
}

/* Why NWE88 Section */
.page-ban-ca-why-nwe88 {
  background-color: #222222;
}

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

.page-ban-ca-why-item {
  background-color: #2D2D2D;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-ban-ca-why-item:hover {
  transform: translateY(-10px);
  background-color: #3A3A3A;
}

.page-ban-ca-why-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 20px;
}

.page-ban-ca-why-item p {
  color: #C0C0C0;
}

.page-ban-ca-why-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

/* FAQ Section */
.page-ban-ca-faq {
  background-color: #1A1A1A;
}

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

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #2D2D2D;
  color: #FFD700;
  border: 1px solid #3A3A3A;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #3A3A3A;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: #FFD700;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #222222;
  color: #C0C0C0;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px 25px;
  border: 1px solid #3A3A3A;
  border-top: none;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

/* Final CTA Section */
.page-ban-ca-cta-final {
  text-align: center;
  background: linear-gradient(90deg, #1A1A1A, #FFD700 15%, #FFD700 85%, #1A1A1A);
  padding: 80px 20px;
}

.page-ban-ca-cta-final-content {
  background-color: rgba(26, 26, 26, 0.85); /* Semi-transparent dark overlay */
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-ban-ca-cta-final h2 {
  color: #FFD700;
  font-size: 3em;
  margin-bottom: 25px;
}

.page-ban-ca-cta-final p {
  color: #F0F0F0;
  font-size: 1.4em;
  margin-bottom: 40px;
}

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

  .page-ban-ca-hero-content h1 {
    text-align: center;
    font-size: 3em;
  }

  .page-ban-ca-hero-content, .page-ban-ca-hero-image {
    min-width: unset;
    width: 100%;
  }

  .page-ban-ca-content-grid {
    flex-direction: column;
  }

  .page-ban-ca-text-content, .page-ban-ca-image-wrapper {
    min-width: unset;
    width: 100%;
  }

  .page-ban-ca-cta-final h2 {
    font-size: 2.5em;
  }

  .page-ban-ca-cta-final p {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-ban-ca h1 {
    font-size: 2.5em;
  }

  .page-ban-ca h2 {
    font-size: 2em;
  }

  .page-ban-ca h3 {
    font-size: 1.5em;
  }

  .page-ban-ca-hero {
    padding: 60px 15px;
    min-height: unset;
  }

  .page-ban-ca-hero-content h1 {
    font-size: 2.8em;
  }

  .page-ban-ca-hero-content p {
    font-size: 1.1em;
  }

  .page-ban-ca-cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-ban-ca-cta-button.large {
    font-size: 1.3em;
    padding: 15px 35px;
  }

  .page-ban-ca-section {
    padding: 40px 0;
  }

  .page-ban-ca-feature-item, .page-ban-ca-tip-list li, .page-ban-ca-why-item {
    padding: 25px;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }

  .page-ban-ca-cta-final {
    padding: 60px 15px;
  }

  .page-ban-ca-cta-final-content {
    padding: 30px;
  }

  .page-ban-ca-cta-final h2 {
    font-size: 2em;
  }

  .page-ban-ca-cta-final p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-ban-ca h1 {
    font-size: 2em;
  }
  .page-ban-ca h2 {
    font-size: 1.8em;
  }
  .page-ban-ca-hero-content h1 {
    font-size: 2.2em;
  }
  .page-ban-ca-cta-button.large {
    font-size: 1.1em;
    padding: 12px 25px;
  }
  .page-ban-ca-feature-icon, .page-ban-ca-why-icon {
    width: 80px;
    height: 80px;
  }
  .page-ban-ca-cta-final h2 {
    font-size: 1.8em;
  }
  .page-ban-ca-cta-final p {
    font-size: 0.9em;
  }
}