/* style/resources-bj88-deposit-withdrawal-strategy.css */
.page-resources-bj88-deposit-withdrawal-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f5e6d0; /* Light text for dark background */
  background-color: #0A192F; /* Main dark background */
}

.page-resources-bj88-deposit-withdrawal-strategy__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-bj88-deposit-withdrawal-strategy__hero {
  background: linear-gradient(135deg, #0A192F, #2A3B50);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-bj88-deposit-withdrawal-strategy__hero-content {
  max-width: 700px;
}

.page-resources-bj88-deposit-withdrawal-strategy__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for title */
  line-height: 1.2;
}

.page-resources-bj88-deposit-withdrawal-strategy__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-bj88-deposit-withdrawal-strategy__hero-image-wrapper {
  max-width: 600px;
  margin-top: 30px;
}

.page-resources-bj88-deposit-withdrawal-strategy__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-bj88-deposit-withdrawal-strategy__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-resources-bj88-deposit-withdrawal-strategy__section:last-of-type {
  border-bottom: none;
}

.page-resources-bj88-deposit-withdrawal-strategy__section-title {
  font-size: 2.2em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-bj88-deposit-withdrawal-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-bj88-deposit-withdrawal-strategy__sub-section-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-bj88-deposit-withdrawal-strategy__flex-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}

.page-resources-bj88-deposit-withdrawal-strategy__flex-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-resources-bj88-deposit-withdrawal-strategy__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-resources-bj88-deposit-withdrawal-strategy__img-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-bj88-deposit-withdrawal-strategy__list {
  flex: 1;
  list-style: none;
  padding-left: 0;
}

.page-resources-bj88-deposit-withdrawal-strategy__list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #f5e6d0;
}

.page-resources-bj88-deposit-withdrawal-strategy__list--bullet li::before {
  content: '•';
  color: #FFD700;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}

.page-resources-bj88-deposit-withdrawal-strategy__list--checked li::before {
  content: '✔';
  color: #4CAF50; /* A green checkmark for positive tips */
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}

.page-resources-bj88-deposit-withdrawal-strategy__ordered-list {
  list-style-type: decimal;
  padding-left: 20px;
  color: #f5e6d0;
}

.page-resources-bj88-deposit-withdrawal-strategy__ordered-list li {
  margin-bottom: 15px;
}

.page-resources-bj88-deposit-withdrawal-strategy__ordered-list li strong {
  color: #FFD700;
}

.page-resources-bj88-deposit-withdrawal-strategy__callout {
  background-color: #1A2B42;
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
  font-style: italic;
  color: #FFD700;
}

.page-resources-bj88-deposit-withdrawal-strategy__btn {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-resources-bj88-deposit-withdrawal-strategy__btn:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-bj88-deposit-withdrawal-strategy__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-bj88-deposit-withdrawal-strategy__btn--primary:hover {
  background-color: #e6c200;
}

.page-resources-bj88-deposit-withdrawal-strategy__btn--secondary {
  background-color: #007bff; /* A distinct blue for secondary action */
  color: #fff;
}

.page-resources-bj88-deposit-withdrawal-strategy__btn--secondary:hover {
  background-color: #0056b3;
}

.page-resources-bj88-deposit-withdrawal-strategy__btn--outline {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-resources-bj88-deposit-withdrawal-strategy__btn--outline:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-bj88-deposit-withdrawal-strategy__faq-item {
  background-color: #1A2B42;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-resources-bj88-deposit-withdrawal-strategy__faq-question {
  color: #FFD700;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-bj88-deposit-withdrawal-strategy__faq-answer {
  color: #f5e6d0;
  margin-bottom: 0;
}

.page-resources-bj88-deposit-withdrawal-strategy__back-link-wrapper {
  text-align: center;
  padding: 40px 20px;
  background-color: #0A192F;
}

.page-resources-bj88-deposit-withdrawal-strategy__back-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-bj88-deposit-withdrawal-strategy__back-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-bj88-deposit-withdrawal-strategy__hero {
    padding: 60px 20px;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__title {
    font-size: 2em;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__subtitle {
    font-size: 1em;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__section-title {
    font-size: 1.8em;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__sub-section-title {
    font-size: 1.4em;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__flex-wrapper {
    flex-direction: column;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__flex-wrapper--reverse {
    flex-direction: column;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__image-wrapper {
    min-width: unset;
    margin-bottom: 20px;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__list li {
    padding-left: 20px;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__list--bullet li::before,
  .page-resources-bj88-deposit-withdrawal-strategy__list--checked li::before {
    font-size: 1em;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-bj88-deposit-withdrawal-strategy__hero {
    padding: 40px 15px;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__title {
    font-size: 1.8em;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__subtitle {
    font-size: 0.9em;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__section {
    padding: 40px 0;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__sub-section-title {
    font-size: 1.2em;
  }

  .page-resources-bj88-deposit-withdrawal-strategy__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}