.page-deposit-withdrawal-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-deposit-withdrawal-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-deposit-withdrawal-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.page-deposit-withdrawal-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-deposit-withdrawal-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 900px;
  padding: 20px;
  color: #F2FFF6;
}

.page-deposit-withdrawal-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
}

.page-deposit-withdrawal-guide__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-deposit-withdrawal-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-deposit-withdrawal-guide__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-deposit-withdrawal-guide__section {
  padding: 60px 20px;
  text-align: center;
}

.page-deposit-withdrawal-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-deposit-withdrawal-guide__section-title {
  font-size: 2.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
}

.page-deposit-withdrawal-guide__section-intro {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-deposit-withdrawal-guide__feature-card {
  background-color: #11271B; /* Card B G */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-deposit-withdrawal-guide__feature-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-deposit-withdrawal-guide__feature-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-deposit-withdrawal-guide__feature-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-deposit-withdrawal-guide__deposit-guide, .page-deposit-withdrawal-guide__withdrawal-guide {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  margin-top: 40px;
  padding-bottom: 40px;
}

.page-deposit-withdrawal-guide__step-by-step {
  text-align: left;
  margin-top: 40px;
}

.page-deposit-withdrawal-guide__step-title {
  font-size: 1.8rem;
  color: #F2C14E; /* Gold */
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #2E7A4E;
  padding-bottom: 10px;
}

.page-deposit-withdrawal-guide__method-list, .page-deposit-withdrawal-guide__guide-list, .page-deposit-withdrawal-guide__note-list, .page-deposit-withdrawal-guide__condition-list, .page-deposit-withdrawal-guide__tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-deposit-withdrawal-guide__method-item, .page-deposit-withdrawal-guide__guide-item, .page-deposit-withdrawal-guide__note-list li, .page-deposit-withdrawal-guide__condition-list li, .page-deposit-withdrawal-guide__tip-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: #A7D9B8;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.page-deposit-withdrawal-guide__method-name, .page-deposit-withdrawal-guide__guide-step, .page-deposit-withdrawal-guide__tip-heading {
  font-size: 1.3rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-deposit-withdrawal-guide__guide-item p,
.page-deposit-withdrawal-guide__method-item p,
.page-deposit-withdrawal-guide__note-list li p,
.page-deposit-withdrawal-guide__condition-list li p,
.page-deposit-withdrawal-guide__tip-item p {
  color: #A7D9B8;
}

.page-deposit-withdrawal-guide__guide-item a {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

.page-deposit-withdrawal-guide__faq {
  background-color: #08160F;
}

.page-deposit-withdrawal-guide__faq-list {
  margin-top: 30px;
  text-align: left;
}

.page-deposit-withdrawal-guide__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-deposit-withdrawal-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  background-color: #1E3A2A; /* Divider */
  list-style: none; /* Remove default marker for details summary */
}

.page-deposit-withdrawal-guide__faq-question::-webkit-details-marker {
  display: none;
}

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

.page-deposit-withdrawal-guide__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

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

.page-deposit-withdrawal-guide__faq-answer {
  padding: 20px;
  padding-top: 0;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-deposit-withdrawal-guide__tips .page-deposit-withdrawal-guide__tip-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-deposit-withdrawal-guide__security-info {
  background-color: #0A4B2C;
  padding-bottom: 80px;
}

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

.page-deposit-withdrawal-guide__security-item {
  background-color: #11271B; /* Card B G */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-deposit-withdrawal-guide__security-icon {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-deposit-withdrawal-guide__security-heading {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-deposit-withdrawal-guide__security-item p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-deposit-withdrawal-guide__cta-bottom {
  margin-top: 60px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-deposit-withdrawal-guide__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-deposit-withdrawal-guide__main-title {
    font-size: 2rem;
  }

  .page-deposit-withdrawal-guide__hero-description {
    font-size: 1rem;
  }

  .page-deposit-withdrawal-guide__cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-deposit-withdrawal-guide__section {
    padding: 40px 15px;
  }

  .page-deposit-withdrawal-guide__section-title {
    font-size: 2rem;
  }

  .page-deposit-withdrawal-guide__section-intro {
    font-size: 1rem;
  }

  .page-deposit-withdrawal-guide__feature-grid, .page-deposit-withdrawal-guide__tip-list, .page-deposit-withdrawal-guide__security-features {
    grid-template-columns: 1fr;
  }

  .page-deposit-withdrawal-guide__feature-card, .page-deposit-withdrawal-guide__tip-item, .page-deposit-withdrawal-guide__security-item {
    padding: 20px;
  }

  .page-deposit-withdrawal-guide__feature-title, .page-deposit-withdrawal-guide__tip-heading, .page-deposit-withdrawal-guide__security-heading {
    font-size: 1.3rem;
  }

  .page-deposit-withdrawal-guide__step-title {
    font-size: 1.5rem;
  }

  .page-deposit-withdrawal-guide__method-name, .page-deposit-withdrawal-guide__guide-step {
    font-size: 1.2rem;
  }

  .page-deposit-withdrawal-guide__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-deposit-withdrawal-guide__faq-answer {
    padding: 15px;
    padding-top: 0;
  }

  /* Image, Video, Button Responsive Overrides */
  .page-deposit-withdrawal-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-deposit-withdrawal-guide__section,
  .page-deposit-withdrawal-guide__container,
  .page-deposit-withdrawal-guide__feature-grid,
  .page-deposit-withdrawal-guide__feature-card,
  .page-deposit-withdrawal-guide__step-by-step,
  .page-deposit-withdrawal-guide__method-list,
  .page-deposit-withdrawal-guide__guide-list,
  .page-deposit-withdrawal-guide__note-list,
  .page-deposit-withdrawal-guide__condition-list,
  .page-deposit-withdrawal-guide__tip-list,
  .page-deposit-withdrawal-guide__tip-item,
  .page-deposit-withdrawal-guide__faq-list,
  .page-deposit-withdrawal-guide__faq-item,
  .page-deposit-withdrawal-guide__security-features,
  .page-deposit-withdrawal-guide__security-item,
  .page-deposit-withdrawal-guide__cta-bottom {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  
  .page-deposit-withdrawal-guide__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}