.page-withdraw-jun88 {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-withdraw-jun88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-withdraw-jun88__hero-section {
  background: linear-gradient(135deg, #003366 0%, #004d99 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-withdraw-jun88__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-withdraw-jun88__hero-section .page-withdraw-jun88__container {
  position: relative;
  z-index: 1;
}

.page-withdraw-jun88__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-withdraw-jun88__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-withdraw-jun88__cta-button {
  display: inline-block;
  background-color: #DC143C; /* Striking Deep Red */
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-withdraw-jun88__cta-button:hover {
  background-color: #ff4d6a;
  transform: translateY(-3px);
}

.page-withdraw-jun88__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-withdraw-jun88__section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-withdraw-jun88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-withdraw-jun88__content-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-withdraw-jun88__method-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

.page-withdraw-jun88__method-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  flex: 1 1 calc(50% - 30px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-withdraw-jun88__method-item:hover {
  transform: translateY(-5px);
}

.page-withdraw-jun88__method-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
  text-align: center;
}

.page-withdraw-jun88__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-withdraw-jun88__step-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-withdraw-jun88__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-withdraw-jun88__list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #555;
}

.page-withdraw-jun88__list-ordered {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-withdraw-jun88__list-ordered li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #555;
}

.page-withdraw-jun88__faq-section {
  margin-top: 40px;
}

.page-withdraw-jun88__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-withdraw-jun88__faq-question {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 10px;
}

.page-withdraw-jun88__faq-answer {
  font-size: 1em;
  color: #666;
}

.page-withdraw-jun88__image-center {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-withdraw-jun88__related-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

.page-withdraw-jun88__article-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  flex: 1 1 calc(33% - 30px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-withdraw-jun88__article-card:hover {
  transform: translateY(-5px);
}

.page-withdraw-jun88__article-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-withdraw-jun88__article-title a {
  color: #003366;
  text-decoration: none;
}

.page-withdraw-jun88__article-title a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-withdraw-jun88__article-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-withdraw-jun88__btn-detail {
  display: inline-block;
  background-color: #003366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.page-withdraw-jun88__btn-detail:hover {
  background-color: #004d99;
}

.page-withdraw-jun88__cta-section {
  background-color: #003366;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  margin-top: 60px;
  border-radius: 10px;
}

.page-withdraw-jun88__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-withdraw-jun88__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-withdraw-jun88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-withdraw-jun88__cta-btn {
  display: inline-block;
  background-color: #DC143C;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-withdraw-jun88__cta-btn:hover {
  background-color: #ff4d6a;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-withdraw-jun88__hero-title {
    font-size: 2.8em;
  }

  .page-withdraw-jun88__hero-subtitle {
    font-size: 1.3em;
  }

  .page-withdraw-jun88__section-title {
    font-size: 2em;
  }

  .page-withdraw-jun88__method-item {
    flex: 1 1 calc(100% - 20px);
  }

  .page-withdraw-jun88__article-card {
    flex: 1 1 calc(50% - 30px);
  }

  .page-withdraw-jun88__cta-title {
    font-size: 2.2em;
  }

  .page-withdraw-jun88__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-withdraw-jun88__hero-section {
    padding: 60px 0;
    min-height: 300px;
  }

  .page-withdraw-jun88__hero-title {
    font-size: 2.2em;
  }

  .page-withdraw-jun88__hero-subtitle {
    font-size: 1.1em;
  }

  .page-withdraw-jun88__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-withdraw-jun88__content-section {
    padding: 40px 0;
  }

  .page-withdraw-jun88__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-withdraw-jun88__step-title {
    font-size: 1.5em;
  }

  .page-withdraw-jun88__faq-question {
    font-size: 1.3em;
  }

  .page-withdraw-jun88__article-card {
    flex: 1 1 100%;
  }

  .page-withdraw-jun88__cta-title {
    font-size: 1.8em;
  }

  .page-withdraw-jun88__cta-description {
    font-size: 1em;
  }

  .page-withdraw-jun88__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-withdraw-jun88__cta-btn {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .page-withdraw-jun88__hero-section {
    padding: 40px 0;
    min-height: 250px;
  }

  .page-withdraw-jun88__hero-title {
    font-size: 1.8em;
  }

  .page-withdraw-jun88__hero-subtitle {
    font-size: 1em;
  }

  .page-withdraw-jun88__cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-withdraw-jun88__section-title {
    font-size: 1.5em;
  }

  .page-withdraw-jun88__content-section p,
  .page-withdraw-jun88__list li,
  .page-withdraw-jun88__list-ordered li,
  .page-withdraw-jun88__faq-answer {
    font-size: 0.95em;
  }

  .page-withdraw-jun88__step-title {
    font-size: 1.3em;
  }

  .page-withdraw-jun88__faq-question {
    font-size: 1.1em;
  }

  .page-withdraw-jun88__article-title {
    font-size: 1.3em;
  }

  .page-withdraw-jun88__btn-detail {
    padding: 8px 15px;
    font-size: 0.9em;
  }

  .page-withdraw-jun88__cta-title {
    font-size: 1.5em;
  }

  .page-withdraw-jun88__cta-description {
    font-size: 0.9em;
  }
}