.page-resources-juan365-ph-withdrawal-guide {
  color: #ffffff; /* Light text for dark body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  line-height: 1.6;
}

.page-resources-juan365-ph-withdrawal-guide__hero-section {
  position: relative;
  text-align: center;
  padding: 0;
  overflow: hidden;
}

.page-resources-juan365-ph-withdrawal-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability, not changing color */
}

.page-resources-juan365-ph-withdrawal-guide__hero-container {
  position: relative;
  width: 100%;
  max-height: 600px; /* Limit height for hero section */
  overflow: hidden;
}

.page-resources-juan365-ph-withdrawal-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  padding: 20px;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-juan365-ph-withdrawal-guide__hero-title {
  font-size: 3.2rem;
  color: #FFD700; /* Gold accent for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-juan365-ph-withdrawal-guide__hero-description {
  font-size: 1.2rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-juan365-ph-withdrawal-guide__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-juan365-ph-withdrawal-guide__hero-button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1rem;
}

.page-resources-juan365-ph-withdrawal-guide__hero-button--primary {
  background-color: #FFD700; /* Gold primary button */
  color: #1A202C;
}

.page-resources-juan365-ph-withdrawal-guide__hero-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-juan365-ph-withdrawal-guide__hero-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-juan365-ph-withdrawal-guide__hero-button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-resources-juan365-ph-withdrawal-guide__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-juan365-ph-withdrawal-guide__breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 30px;
  color: #cccccc;
}

.page-resources-juan365-ph-withdrawal-guide__breadcrumb-link {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-juan365-ph-withdrawal-guide__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-juan365-ph-withdrawal-guide__breadcrumb-current {
  color: #f0f0f0;
}

.page-resources-juan365-ph-withdrawal-guide__article-heading {
  font-size: 2.5rem;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-juan365-ph-withdrawal-guide__article-subheading {
  font-size: 1.8rem;
  color: #f0f0f0;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #FFD700;
  padding-left: 15px;
}

.page-resources-juan365-ph-withdrawal-guide__article-paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #cccccc;
}

.page-resources-juan365-ph-withdrawal-guide__ordered-list,
.page-resources-juan365-ph-withdrawal-guide__unordered-list {
  list-style-position: outside;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-juan365-ph-withdrawal-guide__list-item {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #cccccc;
}

.page-resources-juan365-ph-withdrawal-guide__list-item strong {
  color: #FFD700;
}

.page-resources-juan365-ph-withdrawal-guide__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px;
}

.page-resources-juan365-ph-withdrawal-guide__article-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-juan365-ph-withdrawal-guide__article-link:hover {
  text-decoration: underline;
}

.page-resources-juan365-ph-withdrawal-guide__cta-block {
  background-color: rgba(255, 215, 0, 0.1);
  border-left: 5px solid #FFD700;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
  text-align: center;
}

.page-resources-juan365-ph-withdrawal-guide__cta-title {
  font-size: 2rem;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-juan365-ph-withdrawal-guide__cta-description {
  font-size: 1.1rem;
  color: #f0f0f0;
  margin-bottom: 25px;
}

.page-resources-juan365-ph-withdrawal-guide__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-juan365-ph-withdrawal-guide__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-juan365-ph-withdrawal-guide__return-link-container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-juan365-ph-withdrawal-guide__return-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.page-resources-juan365-ph-withdrawal-guide__return-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-juan365-ph-withdrawal-guide__hero-title {
    font-size: 2.8rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__article-heading {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .page-resources-juan365-ph-withdrawal-guide {
    padding-top: var(--header-offset, 80px);
  }
  .page-resources-juan365-ph-withdrawal-guide__hero-title {
    font-size: 2.2rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__hero-description {
    font-size: 1rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__hero-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-juan365-ph-withdrawal-guide__content-area {
    padding: 20px 15px;
  }
  .page-resources-juan365-ph-withdrawal-guide__article-heading {
    font-size: 1.8rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__article-subheading {
    font-size: 1.5rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__article-paragraph,
  .page-resources-juan365-ph-withdrawal-guide__list-item {
    font-size: 1rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__article-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-juan365-ph-withdrawal-guide__cta-title {
    font-size: 1.6rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .page-resources-juan365-ph-withdrawal-guide__hero-title {
    font-size: 1.8rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__hero-description {
    font-size: 0.9rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__article-heading {
    font-size: 1.6rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__article-subheading {
    font-size: 1.3rem;
  }
  .page-resources-juan365-ph-withdrawal-guide__cta-title {
    font-size: 1.4rem;
  }
}