.page-resources-five88-deposit-withdrawal-guide {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #8B0000; /* Dark Red */
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f5f5f5;
  --background-dark: #222222;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-resources-five88-deposit-withdrawal-guide__hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: var(--text-light);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-five88-deposit-withdrawal-guide__hero-content {
  z-index: 10;
  position: relative;
  max-width: 900px;
}

.page-resources-five88-deposit-withdrawal-guide__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: var(--text-light);
  font-weight: bold;
}

.page-resources-five88-deposit-withdrawal-guide__subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-five88-deposit-withdrawal-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-resources-five88-deposit-withdrawal-guide__cta-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid var(--primary-color);
}

.page-resources-five88-deposit-withdrawal-guide__cta-button:hover {
  background-color: var(--text-light);
  color: var(--secondary-color);
  transform: translateY(-3px);
  border-color: var(--text-light);
}

.page-resources-five88-deposit-withdrawal-guide__cta-button--primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-five88-deposit-withdrawal-guide__cta-button--primary:hover {
  background-color: var(--text-light);
  color: var(--secondary-color);
  border-color: var(--text-light);
}

.page-resources-five88-deposit-withdrawal-guide__cta-button--secondary {
  background-color: var(--secondary-color);
  color: var(--text-light);
  border: 2px solid var(--secondary-color);
  margin-left: 15px;
}

.page-resources-five88-deposit-withdrawal-guide__cta-button--secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.page-resources-five88-deposit-withdrawal-guide__content-section {
  background-color: var(--background-light);
  padding: 60px 0;
}

.page-resources-five88-deposit-withdrawal-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-five88-deposit-withdrawal-guide__section-title {
  font-size: 2.5em;
  color: var(--secondary-color);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-five88-deposit-withdrawal-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.page-resources-five88-deposit-withdrawal-guide__sub-section-title {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid var(--primary-color);
  padding-left: 15px;
}

.page-resources-five88-deposit-withdrawal-guide__paragraph {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.8;
  color: var(--text-dark);
}

.page-resources-five88-deposit-withdrawal-guide__list,
.page-resources-five88-deposit-withdrawal-guide__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.page-resources-five88-deposit-withdrawal-guide__ordered-list {
  list-style-type: decimal;
}

.page-resources-five88-deposit-withdrawal-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-five88-deposit-withdrawal-guide__sub-list {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 5px;
}

.page-resources-five88-deposit-withdrawal-guide__inline-link {
  color: var(--secondary-color);
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-five88-deposit-withdrawal-guide__inline-link:hover {
  color: var(--primary-color);
}

.page-resources-five88-deposit-withdrawal-guide__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-five88-deposit-withdrawal-guide__faq-container {
  margin-top: 40px;
}

.page-resources-five88-deposit-withdrawal-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-five88-deposit-withdrawal-guide__faq-question {
  font-size: 1.3em;
  color: var(--secondary-color);
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

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

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

.page-resources-five88-deposit-withdrawal-guide__faq-answer {
  font-size: 1.05em;
  color: var(--text-dark);
  display: none;
  padding-top: 10px;
  border-top: 1px dashed #eee;
  margin-top: 10px;
}

.page-resources-five88-deposit-withdrawal-guide__faq-item.active .page-resources-five88-deposit-withdrawal-guide__faq-answer {
  display: block;
}

.page-resources-five88-deposit-withdrawal-guide__call-to-action {
  text-align: center;
  background-color: var(--background-dark);
  color: var(--text-light);
  padding: 50px 20px;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-five88-deposit-withdrawal-guide__cta-text {
  font-size: 1.8em;
  margin-bottom: 30px;
  font-weight: bold;
  color: var(--primary-color);
}

.page-resources-five88-deposit-withdrawal-guide__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--secondary-color);
  color: var(--text-light);
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: page-resources-five88-deposit-withdrawal-guide__pulse 2s infinite;
}

.page-resources-five88-deposit-withdrawal-guide__floating-promo a {
  color: var(--text-light);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-resources-five88-deposit-withdrawal-guide__promo-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.page-resources-five88-deposit-withdrawal-guide__promo-text {
  font-weight: bold;
  white-space: nowrap;
}

@keyframes page-resources-five88-deposit-withdrawal-guide__pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

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

  .page-resources-five88-deposit-withdrawal-guide__subtitle {
    font-size: 1.2em;
  }

  .page-resources-five88-deposit-withdrawal-guide__section-title {
    font-size: 2em;
  }

  .page-resources-five88-deposit-withdrawal-guide__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-five88-deposit-withdrawal-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-five88-deposit-withdrawal-guide__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-five88-deposit-withdrawal-guide__call-to-action {
    padding: 30px 15px;
  }

  .page-resources-five88-deposit-withdrawal-guide__cta-text {
    font-size: 1.5em;
  }

  .page-resources-five88-deposit-withdrawal-guide__floating-promo {
    bottom: 15px;
    right: 15px;
    padding: 8px 12px;
  }

  .page-resources-five88-deposit-withdrawal-guide__promo-icon {
    width: 25px;
    height: 25px;
  }

  .page-resources-five88-deposit-withdrawal-guide__promo-text {
    font-size: 0.9em;
  }
}

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

  .page-resources-five88-deposit-withdrawal-guide__subtitle {
    font-size: 1em;
  }

  .page-resources-five88-deposit-withdrawal-guide__hero-section {
    padding: 60px 15px;
  }

  .page-resources-five88-deposit-withdrawal-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-five88-deposit-withdrawal-guide__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-five88-deposit-withdrawal-guide__cta-button {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .page-resources-five88-deposit-withdrawal-guide__floating-promo {
    width: calc(100% - 40px);
    right: 20px;
    bottom: 10px;
    border-radius: 8px;
    justify-content: center;
  }
  .page-resources-five88-deposit-withdrawal-guide__promo-text {
    font-size: 0.85em;
  }
}