.page-payment-methods-deposit-withdrawal-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-payment-methods-deposit-withdrawal-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-payment-methods-deposit-withdrawal-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.page-payment-methods-deposit-withdrawal-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  margin-top: -100px; /* Adjust to layer content over the image slightly without absolute positioning */
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.8) 0%, #08160F 100%);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-payment-methods-deposit-withdrawal-guide__main-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-payment-methods-deposit-withdrawal-guide__description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-payment-methods-deposit-withdrawal-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-payment-methods-deposit-withdrawal-guide__dark-section {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-payment-methods-deposit-withdrawal-guide__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #22C768; /* Auxiliary color */
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  padding-top: 20px;
}

.page-payment-methods-deposit-withdrawal-guide__sub-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #F2FFF6; /* Text Main */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-payment-methods-deposit-withdrawal-guide__step-title {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-payment-methods-deposit-withdrawal-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-payment-methods-deposit-withdrawal-guide__list li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-payment-methods-deposit-withdrawal-guide__list li strong {
  color: #F2FFF6; /* Text Main */
}

.page-payment-methods-deposit-withdrawal-guide__image {
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-deposit-withdrawal-guide__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-deposit-withdrawal-guide__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  margin: 10px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-payment-methods-deposit-withdrawal-guide__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-deposit-withdrawal-guide__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #11A84E; /* Main color */
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #11A84E; /* Main color */
  cursor: pointer;
  margin: 10px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-payment-methods-deposit-withdrawal-guide__btn-secondary:hover {
  background-color: #11A84E; /* Main color */
  color: #ffffff;
}

.page-payment-methods-deposit-withdrawal-guide__cta-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-payment-methods-deposit-withdrawal-guide__faq-list {
  margin-top: 30px;
}

.page-payment-methods-deposit-withdrawal-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-payment-methods-deposit-withdrawal-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-payment-methods-deposit-withdrawal-guide__faq-question:hover {
  background-color: #11A84E; /* Main color */
}

.page-payment-methods-deposit-withdrawal-guide__faq-qtext {
  flex-grow: 1;
}

.page-payment-methods-deposit-withdrawal-guide__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-payment-methods-deposit-withdrawal-guide__faq-item[open] .page-payment-methods-deposit-withdrawal-guide__faq-toggle {
  content: '−';
}

.page-payment-methods-deposit-withdrawal-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-payment-methods-deposit-withdrawal-guide__faq-answer p {
  margin-bottom: 0;
}

/* Ensure links within content are styled */
.page-payment-methods-deposit-withdrawal-guide p a,
.page-payment-methods-deposit-withdrawal-guide li a {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

.page-payment-methods-deposit-withdrawal-guide p a:hover,
.page-payment-methods-deposit-withdrawal-guide li a:hover {
  color: #F2C14E; /* Gold */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-payment-methods-deposit-withdrawal-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-payment-methods-deposit-withdrawal-guide__hero-content {
    padding: 15px;
    margin-top: -60px;
    border-radius: 10px;
  }

  .page-payment-methods-deposit-withdrawal-guide__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-payment-methods-deposit-withdrawal-guide__description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }

  .page-payment-methods-deposit-withdrawal-guide__section-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }

  .page-payment-methods-deposit-withdrawal-guide__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
  }

  .page-payment-methods-deposit-withdrawal-guide__step-title {
    font-size: clamp(1.1rem, 3.5vw, 1.4rem);
  }

  .page-payment-methods-deposit-withdrawal-guide__content-area,
  .page-payment-methods-deposit-withdrawal-guide__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-payment-methods-deposit-withdrawal-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-payment-methods-deposit-withdrawal-guide__hero-image,
  .page-payment-methods-deposit-withdrawal-guide__image,
  .page-payment-methods-deposit-withdrawal-guide__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-payment-methods-deposit-withdrawal-guide__cta-button,
  .page-payment-methods-deposit-withdrawal-guide__btn-primary,
  .page-payment-methods-deposit-withdrawal-guide__btn-secondary,
  .page-payment-methods-deposit-withdrawal-guide a[class*="button"],
  .page-payment-methods-deposit-withdrawal-guide a[class*="btn"] {
    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-payment-methods-deposit-withdrawal-guide__cta-buttons,
  .page-payment-methods-deposit-withdrawal-guide__button-group,
  .page-payment-methods-deposit-withdrawal-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    gap: 15px;
  }

  .page-payment-methods-deposit-withdrawal-guide__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-payment-methods-deposit-withdrawal-guide__faq-answer {
    padding: 15px 20px;
    font-size: 1rem;
  }
}