.page-resources-55win-bet-payment-methods {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-55win-bet-payment-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-55win-bet-payment-methods__hero {
  background: linear-gradient(135deg, #007bff 0%, #ffc107 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-55win-bet-payment-methods__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-55win-bet-payment-methods__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-55win-bet-payment-methods__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-55win-bet-payment-methods__hero-btn {
  display: inline-block;
  background-color: #ff8400; /* Contrast to primary/secondary */
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #ff8400;
}

.page-resources-55win-bet-payment-methods__hero-btn:hover {
  background-color: #e67300;
  transform: translateY(-3px);
}

.page-resources-55win-bet-payment-methods__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-55win-bet-payment-methods__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%);
}

.page-resources-55win-bet-payment-methods__section {
  padding: 60px 0;
}

.page-resources-55win-bet-payment-methods__section-title {
  font-size: 2.5em;
  color: #0056b3; /* Darker variant of primary for contrast */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-55win-bet-payment-methods__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-resources-55win-bet-payment-methods__text {
  font-size: 1.1em;
  color: #495057;
  text-align: justify;
  margin-bottom: 20px;
}

.page-resources-55win-bet-payment-methods__introduction {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-resources-55win-bet-payment-methods__deposit-methods {
  background-color: #f1f7fe; /* Lighter variant of primary background */
}

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

.page-resources-55win-bet-payment-methods__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-55win-bet-payment-methods__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-55win-bet-payment-methods__card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-55win-bet-payment-methods__card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-resources-55win-bet-payment-methods__card-text {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-resources-55win-bet-payment-methods__card-list {
  list-style: none;
  padding: 0;
  text-align: left;
  font-size: 0.95em;
  color: #555;
}

.page-resources-55win-bet-payment-methods__card-list li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.page-resources-55win-bet-payment-methods__card-list li::before {
  content: '✓';
  color: #28a745;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-55win-bet-payment-methods__list-highlight {
  color: #333;
}

.page-resources-55win-bet-payment-methods__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #e9f5ff;
  border-radius: 8px;
  border: 1px solid #d0e9ff;
}

.page-resources-55win-bet-payment-methods__call-to-action .page-resources-55win-bet-payment-methods__text {
  font-size: 1.2em;
  color: #0056b3;
  margin-bottom: 25px;
}

.page-resources-55win-bet-payment-methods__btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  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;
  border: none;
}

.page-resources-55win-bet-payment-methods__btn:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-55win-bet-payment-methods__btn--primary {
  background-color: #007bff;
}

.page-resources-55win-bet-payment-methods__btn--primary:hover {
  background-color: #0056b3;
}

.page-resources-55win-bet-payment-methods__btn--secondary {
  background-color: #ffc107;
  color: #333;
  border: 1px solid #ffc107;
}

.page-resources-55win-bet-payment-methods__btn--secondary:hover {
  background-color: #e0a800;
  color: #333;
}

.page-resources-55win-bet-payment-methods__withdrawal-methods {
  background-color: #fff;
  border-top: 1px solid #eee;
}

.page-resources-55win-bet-payment-methods__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-55win-bet-payment-methods__step-item {
  text-align: center;
  padding: 20px;
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.page-resources-55win-bet-payment-methods__step-number {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.page-resources-55win-bet-payment-methods__step-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-55win-bet-payment-methods__step-text {
  font-size: 1em;
  color: #555;
}

.page-resources-55win-bet-payment-methods__important-notes {
  background-color: #f1f7fe;
  text-align: center;
}

.page-resources-55win-bet-payment-methods__note-image {
  max-width: 300px;
  margin: 0 auto 30px;
  display: block;
  height: auto;
}

.page-resources-55win-bet-payment-methods__notes-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.page-resources-55win-bet-payment-methods__notes-list li {
  background-color: #fff;
  border-left: 5px solid #ffc107;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #495057;
}

.page-resources-55win-bet-payment-methods__notes-list li strong {
  color: #007bff;
}

.page-resources-55win-bet-payment-methods__offers {
  background-color: #fff;
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-55win-bet-payment-methods__offer-image {
  max-width: 600px;
  height: auto;
  margin: 40px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-55win-bet-payment-methods__offer-text {
  margin-top: 30px;
  font-style: italic;
  color: #6c757d;
}

.page-resources-55win-bet-payment-methods__faq {
  background-color: #f1f7fe;
}

.page-resources-55win-bet-payment-methods__faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-55win-bet-payment-methods__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-55win-bet-payment-methods__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  color: #ffc107;
  transition: transform 0.3s ease;
}

.page-resources-55win-bet-payment-methods__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-55win-bet-payment-methods__faq-answer {
  font-size: 1em;
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-resources-55win-bet-payment-methods__faq-answer.show {
  display: block;
}

.page-resources-55win-bet-payment-methods__conclusion {
  background-color: #007bff;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-55win-bet-payment-methods__conclusion .page-resources-55win-bet-payment-methods__section-title {
  color: #fff;
}

.page-resources-55win-bet-payment-methods__conclusion .page-resources-55win-bet-payment-methods__section-title::after {
  background-color: #ffc107;
}

.page-resources-55win-bet-payment-methods__conclusion .page-resources-55win-bet-payment-methods__text {
  color: #e0e0e0;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-55win-bet-payment-methods__hero-title {
    font-size: 2.5em;
  }

  .page-resources-55win-bet-payment-methods__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-55win-bet-payment-methods__section-title {
    font-size: 2em;
  }

  .page-resources-55win-bet-payment-methods__grid,
  .page-resources-55win-bet-payment-methods__steps {
    grid-template-columns: 1fr;
  }

  .page-resources-55win-bet-payment-methods__card,
  .page-resources-55win-bet-payment-methods__step-item {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .page-resources-55win-bet-payment-methods__hero {
    padding: 60px 0;
  }

  .page-resources-55win-bet-payment-methods__hero-title {
    font-size: 2em;
  }

  .page-resources-55win-bet-payment-methods__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-55win-bet-payment-methods__hero-btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-55win-bet-payment-methods__section {
    padding: 40px 0;
  }

  .page-resources-55win-bet-payment-methods__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-55win-bet-payment-methods__text {
    font-size: 0.95em;
  }

  .page-resources-55win-bet-payment-methods__card-icon {
    width: 60px;
    height: 60px;
  }

  .page-resources-55win-bet-payment-methods__card-title {
    font-size: 1.5em;
  }

  .page-resources-55win-bet-payment-methods__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }

  .page-resources-55win-bet-payment-methods__step-title {
    font-size: 1.3em;
  }

  .page-resources-55win-bet-payment-methods__notes-list li {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-resources-55win-bet-payment-methods__faq-question {
    font-size: 1.1em;
  }

  .page-resources-55win-bet-payment-methods__faq-answer {
    font-size: 0.9em;
  }
}