.page-resources-winvip-deposit-withdrawal-methods {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F0F0F0; /* Light text for dark background */
  background-color: #0A1931; /* Primary brand dark blue */
}

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

.page-resources-winvip-deposit-withdrawal-methods__hero {
  background: linear-gradient(135deg, #0A1931, #213555); /* Gradient from primary to a slightly lighter blue */
  padding: 80px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero title */
}

.page-resources-winvip-deposit-withdrawal-methods__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-winvip-deposit-withdrawal-methods__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Lighter grey for subtitle */
}

.page-resources-winvip-deposit-withdrawal-methods__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-winvip-deposit-withdrawal-methods__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-resources-winvip-deposit-withdrawal-methods__button--primary {
  background-color: #FFD700; /* Gold primary button */
  color: #0A1931; /* Dark blue text on gold */
}

.page-resources-winvip-deposit-withdrawal-methods__button--primary:hover {
  background-color: #E5C100; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-winvip-deposit-withdrawal-methods__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary */
  border: 2px solid #FFD700;
}

.page-resources-winvip-deposit-withdrawal-methods__button--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-3px);
}

.page-resources-winvip-deposit-withdrawal-methods__button--accent {
  background-color: #E53935; /* Bright red for accent */
  color: #FFFFFF;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-winvip-deposit-withdrawal-methods__button--accent:hover {
  background-color: #CC2C2C;
  transform: translateY(-3px);
}

.page-resources-winvip-deposit-withdrawal-methods__section {
  padding: 60px 0;
  background-color: #1A2A47; /* Slightly lighter dark blue for sections */
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-winvip-deposit-withdrawal-methods__section:nth-child(even) {
  background-color: #0A1931;
}

.page-resources-winvip-deposit-withdrawal-methods__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-winvip-deposit-withdrawal-methods__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E53935; /* Red underline for headings */
  border-radius: 2px;
}

.page-resources-winvip-deposit-withdrawal-methods__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-winvip-deposit-withdrawal-methods__text {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-winvip-deposit-withdrawal-methods__method-grid,
.page-resources-winvip-deposit-withdrawal-methods__why-grid,
.page-resources-winvip-deposit-withdrawal-methods__tip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-winvip-deposit-withdrawal-methods__method-card,
.page-resources-winvip-deposit-withdrawal-methods__why-card,
.page-resources-winvip-deposit-withdrawal-methods__tip-card {
  background-color: #0A1931; /* Dark blue for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-winvip-deposit-withdrawal-methods__method-card:hover,
.page-resources-winvip-deposit-withdrawal-methods__why-card:hover,
.page-resources-winvip-deposit-withdrawal-methods__tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-winvip-deposit-withdrawal-methods__method-icon,
.page-resources-winvip-deposit-withdrawal-methods__why-icon,
.page-resources-winvip-deposit-withdrawal-methods__tip-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-winvip-deposit-withdrawal-methods__method-title,
.page-resources-winvip-deposit-withdrawal-methods__why-title,
.page-resources-winvip-deposit-withdrawal-methods__tip-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-winvip-deposit-withdrawal-methods__method-description,
.page-resources-winvip-deposit-withdrawal-methods__why-description,
.page-resources-winvip-deposit-withdrawal-methods__tip-description {
  font-size: 1em;
  color: #CCCCCC;
  margin-bottom: 15px;
}

.page-resources-winvip-deposit-withdrawal-methods__method-details,
.page-resources-winvip-deposit-withdrawal-methods__unordered-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.page-resources-winvip-deposit-withdrawal-methods__method-details li,
.page-resources-winvip-deposit-withdrawal-methods__unordered-list li {
  margin-bottom: 10px;
  font-size: 1em;
  color: #E0E0E0;
  position: relative;
  padding-left: 25px;
}

.page-resources-winvip-deposit-withdrawal-methods__method-details li::before,
.page-resources-winvip-deposit-withdrawal-methods__unordered-list li::before {
  content: '✔';
  color: #FFD700; /* Gold checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-winvip-deposit-withdrawal-methods__ordered-list {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin-top: 20px;
}

.page-resources-winvip-deposit-withdrawal-methods__ordered-list li {
  counter-increment: item;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
  position: relative;
  padding-left: 40px;
}

.page-resources-winvip-deposit-withdrawal-methods__ordered-list li::before {
  content: counter(item) ".";
  color: #FFD700; /* Gold numbers */
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.page-resources-winvip-deposit-withdrawal-methods__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-resources-winvip-deposit-withdrawal-methods__full-width-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-resources-winvip-deposit-withdrawal-methods__center-cta {
  text-align: center;
  margin-top: 40px;
}

.page-resources-winvip-deposit-withdrawal-methods__faq-item {
  background-color: #0A1931;
  border: 1px solid #213555;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
  transition: background-color 0.3s ease;
}

.page-resources-winvip-deposit-withdrawal-methods__faq-item:hover {
  background-color: #1A2A47;
}

.page-resources-winvip-deposit-withdrawal-methods__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-winvip-deposit-withdrawal-methods__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-winvip-deposit-withdrawal-methods__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-winvip-deposit-withdrawal-methods__faq-answer {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-top: 10px;
  display: none; /* Hidden by default */
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  max-height: 0;
}

.page-resources-winvip-deposit-withdrawal-methods__faq-answer.active {
  display: block;
  max-height: 200px; /* Adjust as needed for content length */
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta {
  background: linear-gradient(135deg, #0A1931, #E53935); /* Dark blue to red gradient */
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta .page-resources-winvip-deposit-withdrawal-methods__heading {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta .page-resources-winvip-deposit-withdrawal-methods__heading::after {
  background-color: #FFD700; /* Gold underline for final CTA heading */
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta .page-resources-winvip-deposit-withdrawal-methods__text {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta .page-resources-winvip-deposit-withdrawal-methods__cta-group {
  gap: 25px;
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta .page-resources-winvip-deposit-withdrawal-methods__button--primary {
  background-color: #FFD700;
  color: #0A1931;
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta .page-resources-winvip-deposit-withdrawal-methods__button--primary:hover {
  background-color: #E5C100;
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta .page-resources-winvip-deposit-withdrawal-methods__button--secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-winvip-deposit-withdrawal-methods__final-cta .page-resources-winvip-deposit-withdrawal-methods__button--secondary:hover {
  background-color: #FFFFFF;
  color: #E53935;
}

.page-resources-winvip-deposit-withdrawal-methods .highlight {
  color: #FFD700;
  font-weight: bold;
}

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

  .page-resources-winvip-deposit-withdrawal-methods__subtitle {
    font-size: 1.1em;
  }

  .page-resources-winvip-deposit-withdrawal-methods__heading {
    font-size: 2em;
  }

  .page-resources-winvip-deposit-withdrawal-methods__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-winvip-deposit-withdrawal-methods__method-grid,
  .page-resources-winvip-deposit-withdrawal-methods__why-grid,
  .page-resources-winvip-deposit-withdrawal-methods__tip-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-winvip-deposit-withdrawal-methods__cta-group {
    flex-direction: column;
  }

  .page-resources-winvip-deposit-withdrawal-methods__button {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-resources-winvip-deposit-withdrawal-methods__title {
    font-size: 2em;
  }

  .page-resources-winvip-deposit-withdrawal-methods__heading {
    font-size: 1.8em;
  }

  .page-resources-winvip-deposit-withdrawal-methods__button {
    font-size: 1em;
    padding: 12px 20px;
  }
}