.page-payment-methods {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-payment-methods__section {
  padding: 60px 0;
}

.page-payment-methods__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-payment-methods h1,
.page-payment-methods h2,
.page-payment-methods h3 {
  color: #0A2239;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-payment-methods h1 {
  font-size: 2.8em;
  text-align: center;
  color: #E6B325; /* Use secondary color for main title on dark background */
}

.page-payment-methods h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-payment-methods h3 {
  font-size: 1.6em;
  color: #0A2239;
}

.page-payment-methods p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-payment-methods a {
  color: #E6B325;
  text-decoration: none;
  font-weight: bold;
}

.page-payment-methods a:hover {
  text-decoration: underline;
}

.page-payment-methods__cta-button {
  display: inline-block;
  background-color: #E6B325;
  color: #0A2239;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-payment-methods__cta-button:hover {
  background-color: #d4a31f;
  transform: translateY(-2px);
}

.page-payment-methods__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

/* Hero Section */
.page-payment-methods__hero {
  background: linear-gradient(135deg, #0A2239, #1a3a5a);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-payment-methods__hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-payment-methods__hero-content {
  margin-bottom: 30px;
}

.page-payment-methods__hero h1 {
  font-size: 3em;
  margin-bottom: 20px;
  color: #E6B325;
}

.page-payment-methods__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-payment-methods__hero a {
  color: #E6B325;
}

.page-payment-methods__hero a:hover {
  color: #d4a31f;
}

.page-payment-methods__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Why Choose Section */
.page-payment-methods__why-choose h2 {
  color: #0A2239;
}

.page-payment-methods__why-choose p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

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

.page-payment-methods__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-payment-methods__feature-item h3 {
  font-size: 1.4em;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0A2239;
}

.page-payment-methods__feature-item p {
  font-size: 1em;
  color: #555;
}

.page-payment-methods__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Deposit Methods Section */
.page-payment-methods__deposit-methods h2 {
  color: #0A2239;
}

.page-payment-methods__deposit-methods p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

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

.page-payment-methods__method-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-payment-methods__method-card h3 {
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0A2239;
}

.page-payment-methods__method-card p {
  font-size: 1em;
  color: #555;
  flex-grow: 1;
}

.page-payment-methods__method-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}

.page-payment-methods__method-card li {
  margin-bottom: 8px;
  color: #555;
}

.page-payment-methods__method-card strong {
  color: #0A2239;
}

.page-payment-methods__method-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}

.page-payment-methods__card-button {
  margin-top: auto; /* Push button to the bottom */
  display: inline-block;
  background-color: #0A2239;
  color: #E6B325;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-payment-methods__card-button:hover {
  background-color: #1a3a5a;
  transform: translateY(-2px);
}

/* Deposit Guide Section */
.page-payment-methods__deposit-guide h2 {
  color: #0A2239;
}

.page-payment-methods__deposit-guide p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-payment-methods__steps {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
  max-width: 800px;
  margin: 0 auto;
}

.page-payment-methods__steps li {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 70px;
}

.page-payment-methods__steps li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 25px;
  top: 25px;
  background-color: #E6B325;
  color: #0A2239;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
}

.page-payment-methods__steps li h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #0A2239;
}

.page-payment-methods__note {
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  color: #555;
}

/* Withdrawal Guide Section */
.page-payment-methods__withdrawal-guide h2 {
  color: #0A2239;
}

.page-payment-methods__withdrawal-guide p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-payment-methods__withdrawal-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-payment-methods__withdrawal-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.page-payment-methods__withdrawal-text h3 {
  color: #0A2239;
  margin-top: 20px;
}

.page-payment-methods__withdrawal-text ul,
.page-payment-methods__withdrawal-text ol {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-payment-methods__withdrawal-text li {
  margin-bottom: 8px;
}

.page-payment-methods__withdrawal-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  text-align: center;
}

.page-payment-methods__withdrawal-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-payment-methods__faq h2 {
  color: #0A2239;
}

.page-payment-methods__faq p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-payment-methods__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #0A2239;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E6B325;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #0A2239;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 20px;
}

.faq-answer p {
  margin-bottom: 0;
  font-size: 1em;
}

/* CTA Bottom Section */
.page-payment-methods__cta-bottom {
  background: linear-gradient(135deg, #0A2239, #1a3a5a);
  color: #ffffff;
  text-align: center;
}

.page-payment-methods__cta-content {
  max-width: 800px;
}

.page-payment-methods__cta-bottom h2 {
  color: #E6B325;
  font-size: 2.5em;
}

.page-payment-methods__cta-bottom p {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-payment-methods__cta-bottom a {
  color: #E6B325;
}

.page-payment-methods__cta-bottom a:hover {
  color: #d4a31f;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-payment-methods h1 {
    font-size: 2.5em;
  }
  .page-payment-methods h2 {
    font-size: 1.8em;
  }
  .page-payment-methods h3 {
    font-size: 1.4em;
  }
  .page-payment-methods__hero-image {
    margin-top: 30px;
  }
  .page-payment-methods__withdrawal-content {
    flex-direction: column;
  }
  .page-payment-methods__withdrawal-image {
    order: -1; /* Image first on mobile */
  }
}

@media (max-width: 768px) {
  .page-payment-methods__section {
    padding: 40px 0;
  }
  .page-payment-methods h1 {
    font-size: 2em;
  }
  .page-payment-methods h2 {
    font-size: 1.6em;
  }
  .page-payment-methods__hero p {
    font-size: 1em;
  }
  .page-payment-methods__features,
  .page-payment-methods__method-grid {
    grid-template-columns: 1fr;
  }
  .page-payment-methods__steps li {
    padding-left: 60px;
  }
  .page-payment-methods__steps li::before {
    left: 15px;
    top: 20px;
    width: 30px;
    height: 30px;
    font-size: 1em;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 15px;
  }
  .faq-item.active .faq-answer {
    padding: 10px 15px;
  }
  .page-payment-methods__cta-bottom h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-payment-methods__hero h1 {
    font-size: 1.8em;
  }
  .page-payment-methods__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-payment-methods__feature-item,
  .page-payment-methods__method-card {
    padding: 20px;
  }
  .page-payment-methods__feature-icon,
  .page-payment-methods__method-icon {
    width: 80px;
    height: 80px;
  }
}