.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Main dark blue background */
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__section {
  padding: 60px 0;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold accent for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a66 100%); /* Gradient from main to a slightly lighter blue */
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-title {
  font-size: 3.8em;
  color: #FFD700; /* Gold for hero title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-description {
  font-size: 1.4em;
  color: #F0F0F0;
  margin-bottom: 30px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__intro p {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px auto;
  color: #C0C0C0;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__method-card {
  background-color: #1a2e4b; /* Slightly lighter blue for cards */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__method-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__method-card h3 {
  font-size: 1.6em;
  color: #FFD700; /* Gold for card titles */
  margin-bottom: 15px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__method-card p {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 25px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__method-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text */
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__method-button:hover {
  background-color: #e6c200;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__note {
  text-align: center;
  font-style: italic;
  color: #909090;
  margin-top: 30px;
  font-size: 0.95em;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__benefits {
  background-color: #0A192F;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__benefit-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__benefit-list li {
  background-color: #1a2e4b;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 1.15em;
  color: #F0F0F0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 15px;
  font-weight: bold;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__benefit-list li strong {
  color: #FFD700;
  margin-right: 5px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__benefit-image {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 50px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__tips ol {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  counter-reset: tip-counter;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__tip-list li {
  background-color: #1a2e4b;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  font-size: 1.1em;
  color: #F0F0F0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 60px; /* Space for counter */
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__tip-list li::before {
  counter-increment: tip-counter;
  content: counter(tip-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFD700;
  color: #0A192F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1em;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__tip-list li strong {
  color: #FFD700;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__faq {
  background-color: #0A192F;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__faq-item {
  background-color: #1a2e4b;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawalls__faq-item h3 {
  color: #FFD700; /* Gold for FAQ questions */
  font-size: 1.4em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__faq-item.active h3::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__faq-item p {
  color: #C0C0C0;
  font-size: 1em;
  display: none;
  margin-top: 15px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__faq-item.active p {
  display: block;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta {
  background-color: #1a2e4b; /* Darker blue for CTA section */
  text-align: center;
  padding: 80px 0;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta-image {
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for CTA title */
  margin-bottom: 20px;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta p {
  font-size: 1.2em;
  color: #F0F0F0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text */
  padding: 18px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-title {
    font-size: 2.5em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-description {
    font-size: 1.1em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__section-title {
    font-size: 2em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__methods-grid {
    grid-template-columns: 1fr;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta-title {
    font-size: 2em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta-button {
    font-size: 1.2em;
    padding: 15px 30px;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__benefit-list li,
  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__tip-list li {
    font-size: 1em;
    padding: 15px 20px 15px 50px;
  }
}

@media (max-width: 480px) {
  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-title {
    font-size: 2em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-description {
    font-size: 1em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__hero-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__section-title {
    font-size: 1.8em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__method-card h3 {
    font-size: 1.4em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta-title {
    font-size: 1.8em;
  }

  .page-payment-methods-guide-tg88-casino-fast-deposits-withdrawals__cta p {
    font-size: 1em;
  }
}