.page-payment-methods {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#0a0a0a), so text needs to be light */
}

.page-payment-methods__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding for first section */
  color: #ffffff;
  background-color: #26A9E0; /* Brand color as background for hero */
}

.page-payment-methods__image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-payment-methods__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-payment-methods__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-payment-methods__main-title {
  font-size: clamp(2em, 5vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-payment-methods__description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-payment-methods__section {
  padding: 50px 20px;
}

.page-payment-methods__dark-bg {
  background-color: #0a0a0a; /* Dark background */
  color: #ffffff;
}

.page-payment-methods__light-bg {
  background-color: #ffffff; /* Light background */
  color: #333333; /* Dark text for contrast */
}

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

.page-payment-methods__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: inherit;
}

.page-payment-methods__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-payment-methods__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.page-payment-methods__btn-primary,
.page-payment-methods__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-payment-methods__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-payment-methods__btn-primary:hover {
  background-color: #1e87b6;
  border-color: #1e87b6;
}

.page-payment-methods__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-payment-methods__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1e87b6;
  border-color: #1e87b6;
}

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

.page-payment-methods__feature-card,
.page-payment-methods__method-card {
  background: rgba(255, 255, 255, 0.05); /* Slightly transparent white for dark bg */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: inherit;
}

.page-payment-methods__light-bg .page-payment-methods__feature-card,
.page-payment-methods__light-bg .page-payment-methods__method-card {
  background: #f8f8f8; /* Light background for light section */
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-payment-methods__feature-card:hover,
.page-payment-methods__method-card:hover {
  transform: translateY(-5px);
}

.page-payment-methods__feature-title,
.page-payment-methods__method-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-payment-methods__method-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 15px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-payment-methods__feature-description,
.page-payment-methods__method-description {
  font-size: 0.95em;
}

.page-payment-methods__guide-list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 20px;
  color: inherit;
}

.page-payment-methods__guide-list li {
  margin-bottom: 15px;
  font-size: 1em;
}

.page-payment-methods__guide-list li strong {
  color: #26A9E0;
}

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

.page-payment-methods__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: inherit;
}

.page-payment-methods__light-bg .page-payment-methods__faq-item {
  background: #f8f8f8;
  color: #333333;
}

.page-payment-methods__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  color: inherit;
  list-style: none;
}

.page-payment-methods__faq-question::-webkit-details-marker {
  display: none;
}

.page-payment-methods__faq-qtext {
  flex-grow: 1;
}

.page-payment-methods__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-payment-methods__faq-answer {
  padding: 0 20px 15px;
  font-size: 0.95em;
  line-height: 1.5;
  color: inherit;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-payment-methods__hero-section {
    padding: 50px 15px;
  }
  .page-payment-methods__section {
    padding: 40px 15px;
  }
  .page-payment-methods__main-title {
    font-size: clamp(2em, 5vw, 2.5em);
  }
  .page-payment-methods__section-title {
    font-size: clamp(1.6em, 4vw, 2.2em);
  }
}

@media (max-width: 768px) {
  .page-payment-methods img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-payment-methods__image-wrapper,
  .page-payment-methods__section,
  .page-payment-methods__container,
  .page-payment-methods__feature-card,
  .page-payment-methods__method-card,
  .page-payment-methods__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-payment-methods__hero-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }
  
  .page-payment-methods__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em);
  }
  .page-payment-methods__description {
    font-size: 1em;
  }
  .page-payment-methods__section-title {
    font-size: clamp(1.5em, 6vw, 2em);
  }
  .page-payment-methods__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-payment-methods__btn-primary,
  .page-payment-methods__btn-secondary {
    width: 100% !important;
    padding: 10px 15px;
  }
  .page-payment-methods__features-grid,
  .page-payment-methods__payment-methods-grid {
    grid-template-columns: 1fr;
  }
  .page-payment-methods__feature-card,
  .page-payment-methods__method-card {
    padding: 20px;
  }
  .page-payment-methods__method-icon {
    max-width: 120px;
  }
  .page-payment-methods__guide-list {
    padding-left: 20px;
  }
  .page-payment-methods__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-payment-methods__faq-answer {
    padding: 0 15px 12px;
  }
}