/* style/deposit-withdrawal-guides-deposit-methods.css */

.page-deposit-withdrawal-guides-deposit-methods {
  font-family: Arial, sans-serif;
  color: #E2E8F0; /* Light text for dark background */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
}

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

/* Hero Section */
.page-deposit-withdrawal-guides-deposit-methods__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%); /* Dark gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-deposit-withdrawal-guides-deposit-methods__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,geometric,dark_texture]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-deposit-withdrawal-guides-deposit-methods__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for emphasis */
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-deposit-withdrawal-guides-deposit-methods__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-deposit-withdrawal-guides-deposit-methods__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color for button */
  color: #1A202C; /* Dark text on light button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-deposit-withdrawal-guides-deposit-methods__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

/* Content Section */
.page-deposit-withdrawal-guides-deposit-methods__content-section {
  padding: 60px 0;
  background-color: #1A202C;
}

.page-deposit-withdrawal-guides-deposit-methods__article {
  background-color: #2D3748; /* Slightly lighter dark background for content blocks */
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.page-deposit-withdrawal-guides-deposit-methods__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 15px;
}

.page-deposit-withdrawal-guides-deposit-methods__sub-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-deposit-withdrawal-guides-deposit-methods__sub-sub-title {
  font-size: 1.5em;
  color: #E2E8F0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-deposit-withdrawal-guides-deposit-methods__article p {
  margin-bottom: 15px;
  color: #E2E8F0;
  font-size: 1.1em;
}

.page-deposit-withdrawal-guides-deposit-methods__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E2E8F0;
}

.page-deposit-withdrawal-guides-deposit-methods__list li {
  margin-bottom: 10px;
}

.page-deposit-withdrawal-guides-deposit-methods__list li strong {
  color: #FFD700;
}

.page-deposit-withdrawal-guides-deposit-methods__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E2E8F0;
}

.page-deposit-withdrawal-guides-deposit-methods__numbered-list li {
  margin-bottom: 10px;
}

.page-deposit-withdrawal-guides-deposit-methods__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-deposit-withdrawal-guides-deposit-methods__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border: 2px solid #FFD700;
}

/* Call to Action Buttons */
.page-deposit-withdrawal-guides-deposit-methods__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-deposit-withdrawal-guides-deposit-methods__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 15px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-guides-deposit-methods__cta-button--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-deposit-withdrawal-guides-deposit-methods__cta-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-deposit-withdrawal-guides-deposit-methods__cta-button--secondary {
  background-color: #4A5568; /* A darker shade of the background for secondary */
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-deposit-withdrawal-guides-deposit-methods__cta-button--secondary:hover {
  background-color: #5f6a7d;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
}

.page-deposit-withdrawal-guides-deposit-methods__responsible-gambling-note {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #A0AEC0; /* Lighter grey for notes */
  font-size: 0.95em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-deposit-withdrawal-guides-deposit-methods__hero-title {
    font-size: 2.5em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__hero-description {
    font-size: 1em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__article {
    padding: 25px;
  }

  .page-deposit-withdrawal-guides-deposit-methods__section-title {
    font-size: 2em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__sub-title {
    font-size: 1.6em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__sub-sub-title {
    font-size: 1.3em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__cta-button {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-deposit-withdrawal-guides-deposit-methods__hero-title {
    font-size: 2em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__hero-description {
    font-size: 0.9em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__section-title {
    font-size: 1.8em;
  }

  .page-deposit-withdrawal-guides-deposit-methods__sub-title {
    font-size: 1.4em;
  }
}