.page-resources-j88-payment-methods {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-j88-payment-methods .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-j88-payment-methods .text-center {
  text-align: center;
}

.page-resources-j88-payment-methods .hero-section {
  background: linear-gradient(135deg, #4B0082, #6a0dad);
  color: #ffffff;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-j88-payment-methods .hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0) 70%);
  opacity: 0.3;
  animation: rotateGradient 20s linear infinite;
}

@keyframes rotateGradient {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.page-resources-j88-payment-methods .hero-section__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Golden yellow for title on dark background */
  position: relative;
  z-index: 1;
}

.page-resources-j88-payment-methods .hero-section__description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-j88-payment-methods .hero-section__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-j88-payment-methods .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-j88-payment-methods .btn--primary {
  background-color: #FFC107;
  color: #4B0082; /* Dark purple text on golden yellow button */
}

.page-resources-j88-payment-methods .btn--primary:hover {
  background-color: #e6ac00;
  transform: translateY(-2px);
}

.page-resources-j88-payment-methods .btn--secondary {
  background-color: transparent;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-resources-j88-payment-methods .btn--secondary:hover {
  background-color: #FFC107;
  color: #4B0082;
  transform: translateY(-2px);
}

.page-resources-j88-payment-methods .content-section {
  padding: 60px 0;
}

.page-resources-j88-payment-methods .content-section--dark {
  background-color: #f0f0f0;
}

.page-resources-j88-payment-methods .content-section--accent {
  background-color: #4B0082;
  color: #ffffff;
}

.page-resources-j88-payment-methods .content-section__title {
  font-size: 2.5em;
  color: #4B0082;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-j88-payment-methods .content-section--dark .content-section__title {
  color: #4B0082; /* Dark purple on light gray background */
}

.page-resources-j88-payment-methods .content-section--accent .content-section__title {
  color: #FFC107; /* Golden yellow on dark purple background */
}

.page-resources-j88-payment-methods .content-section__description {
  font-size: 1.1em;
  margin-bottom: 40px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-j88-payment-methods .content-section__text-highlight {
  font-size: 1.2em;
  font-weight: bold;
  color: #4B0082;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-resources-j88-payment-methods .content-section__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

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

.page-resources-j88-payment-methods .payment-method-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-j88-payment-methods .payment-method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-j88-payment-methods .payment-method-card__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-resources-j88-payment-methods .payment-method-card__title {
  font-size: 1.8em;
  color: #4B0082;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-j88-payment-methods .payment-method-card__description {
  font-size: 1.05em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-j88-payment-methods .payment-method-card__details {
  list-style: none;
  padding: 0;
  text-align: left;
  color: #444444;
}

.page-resources-j88-payment-methods .payment-method-card__details li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-resources-j88-payment-methods .payment-method-card__details li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #FFC107;
}

.page-resources-j88-payment-methods .btn--register, .page-resources-j88-payment-methods .btn--withdraw {
  margin-top: 30px;
  background-color: #FFC107;
  color: #4B0082;
  padding: 15px 40px;
  font-size: 1.2em;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.page-resources-j88-payment-methods .btn--register:hover, .page-resources-j88-payment-methods .btn--withdraw:hover {
  background-color: #e6ac00;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.6);
}

.page-resources-j88-payment-methods .tips-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 30px auto;
}

.page-resources-j88-payment-methods .tips-list li {
  background-color: #ffffff;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 50px;
  font-size: 1.1em;
  color: #444444;
}

.page-resources-j88-payment-methods .tips-list li::before {
  content: '💡';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
}

.page-resources-j88-payment-methods .faq-items {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-j88-payment-methods .faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-j88-payment-methods .faq-item__question {
  font-size: 1.3em;
  color: #4B0082;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  background-color: #fdfdfd;
}

.page-resources-j88-payment-methods .faq-item__question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-j88-payment-methods .faq-item.active .faq-item__question::after {
  transform: translateY(-50%) rotate(45deg);
}

.page-resources-j88-payment-methods .faq-item__answer {
  padding: 0 25px 20px;
  margin: 0;
  font-size: 1.05em;
  color: #555555;
  display: none; /* Hidden by default, toggled by JS */
}

.page-resources-j88-payment-methods .faq-item.active .faq-item__answer {
  display: block;
}

.page-resources-j88-payment-methods .cta-group {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.page-resources-j88-payment-methods .btn--large {
  padding: 18px 45px;
  font-size: 1.3em;
  border-radius: 50px;
}

.page-resources-j88-payment-methods .btn--large.btn--primary {
  background-color: #FFC107;
  color: #4B0082;
}

.page-resources-j88-payment-methods .btn--large.btn--primary:hover {
  background-color: #e6ac00;
}

.page-resources-j88-payment-methods .btn--large.btn--secondary {
  background-color: transparent;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-resources-j88-payment-methods .btn--large.btn--secondary:hover {
  background-color: #FFC107;
  color: #4B0082;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-j88-payment-methods .hero-section__title {
    font-size: 2.8em;
  }
  .page-resources-j88-payment-methods .content-section__title {
    font-size: 2em;
  }
  .page-resources-j88-payment-methods .payment-methods-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-j88-payment-methods .hero-section {
    padding: 80px 0 60px;
  }
  .page-resources-j88-payment-methods .hero-section__title {
    font-size: 2.2em;
  }
  .page-resources-j88-payment-methods .hero-section__description {
    font-size: 1.1em;
  }
  .page-resources-j88-payment-methods .hero-section__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-j88-payment-methods .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-j88-payment-methods .content-section {
    padding: 40px 0;
  }
  .page-resources-j88-payment-methods .content-section__title {
    font-size: 1.8em;
  }
  .page-resources-j88-payment-methods .payment-method-card {
    padding: 25px;
  }
  .page-resources-j88-payment-methods .payment-method-card__title {
    font-size: 1.5em;
  }
  .page-resources-j88-payment-methods .btn--large {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-resources-j88-payment-methods .cta-group {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-j88-payment-methods .hero-section__title {
    font-size: 1.8em;
  }
  .page-resources-j88-payment-methods .hero-section__description {
    font-size: 1em;
  }
  .page-resources-j88-payment-methods .content-section__title {
    font-size: 1.5em;
  }
  .page-resources-j88-payment-methods .tips-list li, .page-resources-j88-payment-methods .faq-item__question {
    font-size: 1em;
  }
  .page-resources-j88-payment-methods .faq-item__answer {
    font-size: 0.95em;
  }
}