.page-payment-methods-deposit-withdraw {
  color: #ffffff; /* Light text for dark body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-payment-methods-deposit-withdraw__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-payment-methods-deposit-withdraw__hero-section {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(51, 51, 51, 0.9) 100%);
  overflow: hidden;
}

.page-payment-methods-deposit-withdraw__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.2;
}

.page-payment-methods-deposit-withdraw__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-payment-methods-deposit-withdraw__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.page-payment-methods-deposit-withdraw__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-payment-methods-deposit-withdraw__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-payment-methods-deposit-withdraw__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-payment-methods-deposit-withdraw__button--primary {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-payment-methods-deposit-withdraw__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.page-payment-methods-deposit-withdraw__button--secondary {
  background-color: #1A1A1A;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-payment-methods-deposit-withdraw__button--secondary:hover {
  background-color: #333333;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.page-payment-methods-deposit-withdraw__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-payment-methods-deposit-withdraw__introduction-section,
.page-payment-methods-deposit-withdraw__deposit-guide,
.page-payment-methods-deposit-withdraw__withdrawal-guide,
.page-payment-methods-deposit-withdraw__security-section,
.page-payment-methods-deposit-withdraw__faq-section,
.page-payment-methods-deposit-withdraw__cta-section {
  padding: 60px 0;
  background-color: #1A1A1A;
  margin-bottom: 20px;
  border-radius: 10px;
}

.page-payment-methods-deposit-withdraw__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.page-payment-methods-deposit-withdraw__section-text {
  font-size: 1.1em;
  line-height: 1.7;
  color: #e0e0e0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

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

.page-payment-methods-deposit-withdraw__step-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-payment-methods-deposit-withdraw__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.page-payment-methods-deposit-withdraw__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-payment-methods-deposit-withdraw__step-description {
  font-size: 1em;
  color: #cccccc;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-payment-methods-deposit-withdraw__step-image {
  width: 100%;
  max-width: 400px; /* Constrain image width within card */
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-payment-methods-deposit-withdraw__note {
  background-color: rgba(255, 215, 0, 0.1);
  border-left: 5px solid #FFD700;
  padding: 25px;
  margin-top: 50px;
  border-radius: 8px;
}

.page-payment-methods-deposit-withdraw__note-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-payment-methods-deposit-withdraw__note-list {
  list-style: disc inside;
  color: #e0e0e0;
  font-size: 1em;
  line-height: 1.8;
  padding-left: 20px;
}

.page-payment-methods-deposit-withdraw__note-list li {
  margin-bottom: 8px;
}

.page-payment-methods-deposit-withdraw__security-image {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.page-payment-methods-deposit-withdraw__faq-item {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.page-payment-methods-deposit-withdraw__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-payment-methods-deposit-withdraw__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-payment-methods-deposit-withdraw__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-payment-methods-deposit-withdraw__faq-answer {
  font-size: 1em;
  color: #cccccc;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding-top 0.4s ease-out;
  padding-top: 0;
}

.page-payment-methods-deposit-withdraw__faq-answer.open {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-payment-methods-deposit-withdraw__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-payment-methods-deposit-withdraw__cta-image {
  display: block;
  margin: 50px auto 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.6);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-payment-methods-deposit-withdraw__hero-title {
    font-size: 3em;
  }

  .page-payment-methods-deposit-withdraw__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-payment-methods-deposit-withdraw__hero-section {
    padding: 60px 15px;
  }

  .page-payment-methods-deposit-withdraw__hero-title {
    font-size: 2.2em;
  }

  .page-payment-methods-deposit-withdraw__hero-description {
    font-size: 1em;
  }

  .page-payment-methods-deposit-withdraw__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-payment-methods-deposit-withdraw__button {
    width: 100%;
    max-width: 300px;
  }

  .page-payment-methods-deposit-withdraw__introduction-section,
  .page-payment-methods-deposit-withdraw__deposit-guide,
  .page-payment-methods-deposit-withdraw__withdrawal-guide,
  .page-payment-methods-deposit-withdraw__security-section,
  .page-payment-methods-deposit-withdraw__faq-section,
  .page-payment-methods-deposit-withdraw__cta-section {
    padding: 40px 0;
  }

  .page-payment-methods-deposit-withdraw__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-payment-methods-deposit-withdraw__section-text {
    font-size: 0.95em;
    margin-bottom: 25px;
  }

  .page-payment-methods-deposit-withdraw__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-payment-methods-deposit-withdraw__step-title {
    font-size: 1.4em;
  }

  .page-payment-methods-deposit-withdraw__note,
  .page-payment-methods-deposit-withdraw__faq-item {
    padding: 20px;
  }

  .page-payment-methods-deposit-withdraw__note-title {
    font-size: 1.3em;
  }

  .page-payment-methods-deposit-withdraw__faq-question {
    font-size: 1.1em;
  }
  
  .page-payment-methods-deposit-withdraw__container {
    padding: 0 15px;
  }

  .page-payment-methods-deposit-withdraw__deposit-guide img,
  .page-payment-methods-deposit-withdraw__withdrawal-guide img,
  .page-payment-methods-deposit-withdraw__security-image,
  .page-payment-methods-deposit-withdraw__cta-image {
    max-width: 100%;
    height: auto;
  }
}