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

.page-payment-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-payment-methods__hero-section {
  padding-top: 10px; /* Small top padding, assuming body has header offset */
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #F2FFF6;
}

.page-payment-methods__hero-image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.page-payment-methods__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-payment-methods__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  margin-top: -100px; /* Pull content up over the bottom part of the image */
  background: rgba(8, 22, 15, 0.7); /* Deep Green background with opacity */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid #2E7A4E;
}

.page-payment-methods__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
}

.page-payment-methods__intro-description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

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

.page-payment-methods__btn-primary,
.page-payment-methods__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-payment-methods__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-payment-methods__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-payment-methods__btn-secondary {
  background: transparent;
  color: #11A84E; /* Main color */
  border: 2px solid #11A84E;
}

.page-payment-methods__btn-secondary:hover {
  background: rgba(17, 168, 78, 0.1);
  transform: translateY(-3px);
}

.page-payment-methods__btn-large {
  padding: 18px 40px;
  font-size: 1.2rem;
}

.page-payment-methods__overview-section,
.page-payment-methods__guide-section,
.page-payment-methods__popular-methods-section,
.page-payment-methods__security-section,
.page-payment-methods__faq-section,
.page-payment-methods__conclusion-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-payment-methods__section-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-payment-methods__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #11A84E 0%, #22C768 100%);
  border-radius: 2px;
}

.page-payment-methods__section-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-payment-methods__overview-image,
.page-payment-methods__content-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-payment-methods__guide-step {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  border: 1px solid #2E7A4E;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-payment-methods__step-title {
  font-size: 1.6rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-payment-methods__guide-step p {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 10px;
}

.page-payment-methods__step-list {
  list-style-type: disc;
  margin-left: 25px;
  color: #A7D9B8; /* Text Secondary */
}

.page-payment-methods__step-list li {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.page-payment-methods__step-list strong {
  color: #F2FFF6; /* Text Main */
}

.page-payment-methods__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 30px;
  margin: 40px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-payment-methods__card-title {
  font-size: 1.8rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-align: center;
}

.page-payment-methods__bullet-list {
  list-style-type: none;
  padding: 0;
}

.page-payment-methods__bullet-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05rem;
}

.page-payment-methods__bullet-list li::before {
  content: '⚡';
  position: absolute;
  left: 0;
  color: #F2C14E; /* Gold */
  font-size: 1.2rem;
  line-height: 1;
}

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

.page-payment-methods__method-card {
  text-align: center;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-payment-methods__method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(17, 168, 78, 0.3);
}

.page-payment-methods__method-title {
  font-size: 1.8rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-payment-methods__method-description {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-payment-methods__security-list {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-payment-methods__security-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1rem;
}

.page-payment-methods__security-list li::before {
  content: '✅';
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.page-payment-methods__faq-list {
  margin-top: 40px;
}

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

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

.page-payment-methods__faq-question:hover {
  background-color: #11A84E; /* Main color */
}

.page-payment-methods__faq-item[open] .page-payment-methods__faq-question {
  background-color: #11A84E; /* Main color */
  border-bottom-color: transparent;
}

.page-payment-methods__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E; /* Gold */
}

.page-payment-methods__faq-item[open] .page-payment-methods__faq-toggle {
  transform: rotate(45deg);
}

.page-payment-methods__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05rem;
  background-color: #11271B; /* Card BG */
}

.page-payment-methods__faq-answer p {
  margin-bottom: 0;
}

.page-payment-methods__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-payment-methods__conclusion-section .page-payment-methods__section-description {
  margin-bottom: 50px;
}

.page-payment-methods__copyright-info {
  background-color: #0A4B2C; /* Deep Green */
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  border-top: 1px solid #1E3A2A; /* Divider */
}

/* General image responsiveness */
.page-payment-methods img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-payment-methods__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-payment-methods__hero-content {
    margin-top: -60px; /* Adjust for smaller screens */
    padding: 15px;
    border-radius: 8px;
  }

  .page-payment-methods__main-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .page-payment-methods__intro-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-payment-methods__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-payment-methods__btn-primary,
  .page-payment-methods__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem;
    padding: 12px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-payment-methods__cta-buttons,
  .page-payment-methods__button-group,
  .page-payment-methods__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-payment-methods__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .page-payment-methods__section-description {
    font-size: 1rem;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-payment-methods__overview-section,
  .page-payment-methods__guide-section,
  .page-payment-methods__popular-methods-section,
  .page-payment-methods__security-section,
  .page-payment-methods__faq-section,
  .page-payment-methods__conclusion-section {
    padding: 40px 0;
  }

  .page-payment-methods__container {
    padding: 0 15px;
  }

  .page-payment-methods__guide-step {
    padding: 20px;
    margin-bottom: 15px;
  }

  .page-payment-methods__step-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .page-payment-methods__guide-step p,
  .page-payment-methods__step-list li {
    font-size: 0.95rem;
  }

  .page-payment-methods__card {
    padding: 20px;
    margin: 30px auto;
  }

  .page-payment-methods__card-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .page-payment-methods__bullet-list li {
    font-size: 0.95rem;
    padding-left: 25px;
  }

  .page-payment-methods__bullet-list li::before {
    font-size: 1rem;
  }

  .page-payment-methods__method-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-payment-methods__method-title {
    font-size: 1.5rem;
  }

  .page-payment-methods__security-list li {
    font-size: 1rem;
    padding-left: 35px;
  }

  .page-payment-methods__security-list li::before {
    font-size: 1.2rem;
  }

  .page-payment-methods__faq-question {
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .page-payment-methods__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  .page-payment-methods__conclusion-section .page-payment-methods__btn-large {
    font-size: 1.1rem;
    padding: 15px 30px;
  }

  .page-payment-methods__copyright-info {
    padding: 15px;
    font-size: 0.8rem;
  }

  /* Universal image adaptation for mobile */
  .page-payment-methods img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-payment-methods__hero-image-wrapper,
  .page-payment-methods__overview-image,
  .page-payment-methods__content-image,
  .page-payment-methods__method-card,
  .page-payment-methods__guide-step,
  .page-payment-methods__card,
  .page-payment-methods__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}