.page-payment-methods-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #0a0a0a; /* Body background color */
}

.page-payment-methods-guide__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  box-sizing: border-box;
}

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

.page-payment-methods-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-payment-methods-guide__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-payment-methods-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-payment-methods-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-payment-methods-guide__main-content-wrapper {
  background-color: #FFFFFF; /* Content area background */
  padding: 60px 0;
  color: #333333;
}

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

.page-payment-methods-guide__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-payment-methods-guide__paragraph {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-payment-methods-guide__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.page-payment-methods-guide__feature-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 30px);
  box-sizing: border-box;
}

.page-payment-methods-guide__feature-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 15px;
}

.page-payment-methods-guide__feature-text {
  font-size: 1em;
  color: #555555;
}

.page-payment-methods-guide__payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-payment-methods-guide__payment-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-payment-methods-guide__payment-icon {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-payment-methods-guide__payment-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
}

.page-payment-methods-guide__payment-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-payment-methods-guide__payment-subtitle,
.page-payment-methods-guide__withdrawal-heading {
  font-size: 1.3em;
  color: #017439;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.page-payment-methods-guide__ordered-list,
.page-payment-methods-guide__unordered-list {
  list-style-position: inside;
  text-align: left;
  padding-left: 0;
  margin-bottom: 20px;
  color: #555555;
  width: 100%;
}

.page-payment-methods-guide__ordered-list li,
.page-payment-methods-guide__unordered-list li {
  margin-bottom: 8px;
  font-size: 1em;
}

.page-payment-methods-guide__withdrawal-info {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}

.page-payment-methods-guide__withdrawal-subtitle {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 25px;
  text-align: center;
}

.page-payment-methods-guide__info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-payment-methods-guide__info-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-payment-methods-guide__info-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 15px;
  text-align: left;
}

.page-payment-methods-guide__info-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  text-align: left;
  flex-grow: 1;
}

.page-payment-methods-guide__btn-primary,
.page-payment-methods-guide__btn-secondary,
.page-payment-methods-guide__btn-register,
.page-payment-methods-guide__btn-login {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-payment-methods-guide__btn-primary {
  background-color: #017439;
  color: #000000; /* Black for contrast */
}

.page-payment-methods-guide__btn-primary:hover {
  background-color: #005a2e;
}

.page-payment-methods-guide__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-payment-methods-guide__btn-secondary:hover {
  background-color: #e0e0e0;
}

.page-payment-methods-guide__btn-register,
.page-payment-methods-guide__btn-login {
  background-color: #C30808; /* Register/Login button color */
  color: #000000; /* Black for contrast, overriding yellow */
}

.page-payment-methods-guide__btn-register:hover,
.page-payment-methods-guide__btn-login:hover {
  background-color: #9c0606;
}

.page-payment-methods-guide__faq-list {
  margin-bottom: 60px;
}

.page-payment-methods-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-payment-methods-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-payment-methods-guide__faq-question:hover {
  background-color: #f0f0f0;
}

.page-payment-methods-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439;
}

.page-payment-methods-guide__faq-item.active .page-payment-methods-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-payment-methods-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-payment-methods-guide__faq-item.active .page-payment-methods-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-payment-methods-guide__faq-answer p {
  margin-bottom: 0;
  text-align: left;
}

.page-payment-methods-guide__cta-section {
  background-color: #017439;
  color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
}

.page-payment-methods-guide__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-payment-methods-guide__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-payment-methods-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-payment-methods-guide__hero-title {
    font-size: 2.8em;
  }
  .page-payment-methods-guide__section-title,
  .page-payment-methods-guide__cta-title {
    font-size: 2em;
  }
  .page-payment-methods-guide__feature-item {
    flex: 1 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .page-payment-methods-guide__info-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .page-payment-methods-guide__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-payment-methods-guide__hero-title {
    font-size: 2em;
  }
  .page-payment-methods-guide__hero-description {
    font-size: 1em;
  }
  .page-payment-methods-guide__main-content-wrapper {
    padding: 40px 0;
  }
  .page-payment-methods-guide__section-title,
  .page-payment-methods-guide__cta-title {
    font-size: 1.8em;
  }
  .page-payment-methods-guide__paragraph,
  .page-payment-methods-guide__feature-text,
  .page-payment-methods-guide__payment-description,
  .page-payment-methods-guide__info-text {
    font-size: 0.95em;
  }
  .page-payment-methods-guide__payment-grid,
  .page-payment-methods-guide__info-cards {
    grid-template-columns: 1fr;
  }
  .page-payment-methods-guide__feature-item,
  .page-payment-methods-guide__info-card {
    max-width: 100%;
  }
  .page-payment-methods-guide__container {
    padding: 0 15px;
  }
  .page-payment-methods-guide__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-payment-methods-guide__faq-answer {
    padding: 0 20px;
  }
  .page-payment-methods-guide__faq-item.active .page-payment-methods-guide__faq-answer {
    padding: 10px 20px;
  }
  .page-payment-methods-guide__btn-primary,
  .page-payment-methods-guide__btn-secondary,
  .page-payment-methods-guide__btn-register,
  .page-payment-methods-guide__btn-login {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
  }
  .page-payment-methods-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  /* Mobile image responsiveness */
  .page-payment-methods-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-payment-methods-guide__section,
  .page-payment-methods-guide__card,
  .page-payment-methods-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}