.page-payment-methods {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-payment-methods__hero-section {
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-payment-methods__hero-image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.page-payment-methods__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

.page-payment-methods__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 15px;
  font-size: clamp(1.75rem, 5vw, 2.2rem); /* Responsive font size */
}

.page-payment-methods__hero-description {
  font-size: 1.1rem;
  color: #555555;
  margin-bottom: 30px;
}

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

.page-payment-methods__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-payment-methods__button--register {
  background-color: #FFFFFF; /* Custom color */
  color: #000000;
  border: 2px solid #000000;
}

.page-payment-methods__button--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-payment-methods__button--login {
  background-color: #FCBC45; /* Custom color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-payment-methods__button--login:hover {
  background-color: #E0A030;
  transform: translateY(-2px);
}

.page-payment-methods__overview-section,
.page-payment-methods__guides-section,
.page-payment-methods__additional-methods,
.page-payment-methods__security-faq,
.page-payment-methods__call-to-action {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-payment-methods__section-title {
  font-size: 2rem;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-payment-methods__section-description {
  font-size: 1.05rem;
  color: #555555;
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-payment-methods__feature-card {
  text-align: center;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-payment-methods__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-payment-methods__feature-icon {
  width: 200px; /* Minimum size */
  height: 200px; /* Minimum size */
  margin-bottom: 15px;
  object-fit: contain;
}

.page-payment-methods__feature-title {
  font-size: 1.3rem;
  color: #000000;
  margin-bottom: 10px;
}

.page-payment-methods__feature-text {
  font-size: 0.95rem;
  color: #666666;
}

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

.page-payment-methods__guide-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

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

.page-payment-methods__guide-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

.page-payment-methods__guide-card-title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.page-payment-methods__guide-card-title a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-payment-methods__guide-card-title a:hover {
  text-decoration: underline;
}

.page-payment-methods__guide-card-description {
  font-size: 0.95rem;
  color: #666666;
  margin-bottom: 15px;
}

.page-payment-methods__button--view-details {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
}

.page-payment-methods__button--view-details:hover {
  background-color: #333333;
}

.page-payment-methods__additional-methods {
  text-align: center;
}

.page-payment-methods__method-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-payment-methods__method-item {
  flex-basis: 280px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-payment-methods__method-icon {
  width: 200px; /* Minimum size, adjusted from 50px */
  height: 200px; /* Minimum size, adjusted from 50px */
  margin-bottom: 15px;
  object-fit: contain;
}

.page-payment-methods__method-name {
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 10px;
}

.page-payment-methods__method-description {
  font-size: 0.9rem;
  color: #666666;
}

.page-payment-methods__action-area {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-payment-methods__action-text {
  font-size: 1.1rem;
  color: #333333;
  margin-bottom: 20px;
}

.page-payment-methods__button--deposit-now {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-payment-methods__button--deposit-now:hover {
  background-color: #E0A030;
}

.page-payment-methods__sub-title {
  font-size: 1.5rem;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.page-payment-methods__text {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-payment-methods__security-item {
  background-color: #f0f0f0;
  padding: 10px 15px;
  margin-bottom: 8px;
  border-left: 4px solid #FCBC45;
  font-size: 0.95rem;
  color: #333333;
}

.page-payment-methods__faq-section {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.page-payment-methods__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-payment-methods__faq-question {
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-payment-methods__faq-answer {
  font-size: 0.95rem;
  color: #666666;
}

.page-payment-methods__call-to-action {
  text-align: center;
  padding: 50px 20px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}

.page-payment-methods__call-to-action .page-payment-methods__section-title {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page-payment-methods__call-to-action .page-payment-methods__section-description {
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-payment-methods__button--join-now,
.page-payment-methods__button--explore-games {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin: 0 10px;
}

.page-payment-methods__button--join-now:hover,
.page-payment-methods__button--explore-games:hover {
  background-color: #E0A030;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-payment-methods__hero-section {
    padding: 40px 15px;
    padding-top: 10px;
  }

  .page-payment-methods__main-title {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
  }

  .page-payment-methods__hero-description {
    font-size: 1rem;
  }

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

  .page-payment-methods__button {
    width: 100%;
    max-width: 250px;
  }

  .page-payment-methods__overview-section,
  .page-payment-methods__guides-section,
  .page-payment-methods__additional-methods,
  .page-payment-methods__security-faq,
  .page-payment-methods__call-to-action {
    margin: 20px auto;
    padding: 15px;
  }

  .page-payment-methods__section-title {
    font-size: 1.75rem;
  }

  .page-payment-methods__section-description {
    font-size: 0.95rem;
  }

  .page-payment-methods__features-grid,
  .page-payment-methods__guide-cards {
    grid-template-columns: 1fr;
  }

  .page-payment-methods__method-list {
    flex-direction: column;
    align-items: center;
  }

  .page-payment-methods__method-item {
    flex-basis: 100%;
    max-width: 300px;
  }

  .page-payment-methods__button--join-now,
  .page-payment-methods__button--explore-games {
    margin: 10px 0;
    width: 100%;
    max-width: 280px;
  }

  .page-payment-methods img {
    max-width: 100%;
    height: auto;
  }
}