.page-resources-jili-178-how-to-cash-in-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--black-color); /* Inherit from shared.css, assumed dark */
}

.page-resources-jili-178-how-to-cash-in-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-jili-178-how-to-cash-in-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  min-height: 600px;
  overflow: hidden;
  color: #ffffff;
  background-color: #26A9E0;
  background-image: linear-gradient(135deg, #26A9E0 0%, #1a7bbd 100%);
}

.page-resources-jili-178-how-to-cash-in-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-jili-178-how-to-cash-in-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-jili-178-how-to-cash-in-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-resources-jili-178-how-to-cash-in-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-jili-178-how-to-cash-in-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jili-178-how-to-cash-in-guide__btn-primary {
  display: inline-block;
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-jili-178-how-to-cash-in-guide__btn-primary:hover {
  background-color: #d16b06;
}

.page-resources-jili-178-how-to-cash-in-guide__content-area,
.page-resources-jili-178-how-to-cash-in-guide__payment-methods-section,
.page-resources-jili-178-how-to-cash-in-guide__faq-section {
  background-color: #FFFFFF; /* Light background for content sections */
  color: #333333; /* Dark text for light background */
  padding: 60px 0;
}

.page-resources-jili-178-how-to-cash-in-guide__guide-section,
.page-resources-jili-178-how-to-cash-in-guide__tips-section,
.page-resources-jili-178-how-to-cash-in-guide__cta-section {
  background-color: #26A9E0; /* Brand color background for specific sections */
  color: #ffffff; /* Light text for brand color background */
  padding: 60px 0;
}

.page-resources-jili-178-how-to-cash-in-guide__section-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-jili-178-how-to-cash-in-guide__subsection-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-jili-178-how-to-cash-in-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-resources-jili-178-how-to-cash-in-guide__benefits-list,
.page-resources-jili-178-how-to-cash-in-guide__tips-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-resources-jili-178-how-to-cash-in-guide__benefits-item,
.page-resources-jili-178-how-to-cash-in-guide__tips-item {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for dark sections */
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: inherit;
}

.page-resources-jili-178-how-to-cash-in-guide__steps-grid,
.page-resources-jili-178-how-to-cash-in-guide__methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-jili-178-how-to-cash-in-guide__step-card,
.page-resources-jili-178-how-to-cash-in-guide__method-card {
  background-color: rgba(255, 255, 255, 0.95); /* Light background for cards */
  color: #333333; /* Dark text for cards */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-jili-178-how-to-cash-in-guide__step-image,
.page-resources-jili-178-how-to-cash-in-guide__payment-image,
.page-resources-jili-178-how-to-cash-in-guide__security-image,
.page-resources-jili-178-how-to-cash-in-guide__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-resources-jili-178-how-to-cash-in-guide__step-title,
.page-resources-jili-178-how-to-cash-in-guide__method-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-jili-178-how-to-cash-in-guide__step-description,
.page-resources-jili-178-how-to-cash-in-guide__method-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-jili-178-how-to-cash-in-guide__image-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-resources-jili-178-how-to-cash-in-guide__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili-178-how-to-cash-in-guide__faq-item {
  background-color: #f8f8f8; /* Slightly off-white for FAQ items */
  color: #333333; /* Dark text for FAQ */
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-jili-178-how-to-cash-in-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  color: #26A9E0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.page-resources-jili-178-how-to-cash-in-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-jili-178-how-to-cash-in-guide__faq-item[open] .page-resources-jili-178-how-to-cash-in-guide__faq-question {
  border-bottom: 1px solid #26A9E0;
}

.page-resources-jili-178-how-to-cash-in-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-resources-jili-178-how-to-cash-in-guide__faq-item[open] .page-resources-jili-178-how-to-cash-in-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-jili-178-how-to-cash-in-guide__faq-answer {
  padding: 20px;
  padding-top: 0;
  font-size: 1em;
  color: #555555;
}

.page-resources-jili-178-how-to-cash-in-guide__cta-section .page-resources-jili-178-how-to-cash-in-guide__text-block {
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Image color filter restriction */
.page-resources-jili-178-how-to-cash-in-guide img {
  filter: none; /* Ensure no CSS filter changes image colors */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-jili-178-how-to-cash-in-guide__hero-title {
    font-size: 2.5em;
  }
  .page-resources-jili-178-how-to-cash-in-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili-178-how-to-cash-in-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-jili-178-how-to-cash-in-guide__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-jili-178-how-to-cash-in-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-jili-178-how-to-cash-in-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-jili-178-how-to-cash-in-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili-178-how-to-cash-in-guide__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-jili-178-how-to-cash-in-guide__text-block {
    font-size: 1em;
  }
  .page-resources-jili-178-how-to-cash-in-guide__btn-primary {
    padding: 12px 25px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-jili-178-how-to-cash-in-guide__content-area,
  .page-resources-jili-178-how-to-cash-in-guide__payment-methods-section,
  .page-resources-jili-178-how-to-cash-in-guide__faq-section,
  .page-resources-jili-178-how-to-cash-in-guide__guide-section,
  .page-resources-jili-178-how-to-cash-in-guide__tips-section,
  .page-resources-jili-178-how-to-cash-in-guide__cta-section {
    padding: 40px 0;
  }
  .page-resources-jili-178-how-to-cash-in-guide__container {
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-jili-178-how-to-cash-in-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-jili-178-how-to-cash-in-guide__image-wrapper,
  .page-resources-jili-178-how-to-cash-in-guide__hero-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-jili-178-how-to-cash-in-guide__faq-question {
    padding: 15px;
    font-size: 1em;
  }
  .page-resources-jili-178-how-to-cash-in-guide__faq-answer {
    padding: 15px;
  }
  .page-resources-jili-178-how-to-cash-in-guide__steps-grid,
  .page-resources-jili-178-how-to-cash-in-guide__methods-grid {
    gap: 20px;
  }
  .page-resources-jili-178-how-to-cash-in-guide__step-card,
  .page-resources-jili-178-how-to-cash-in-guide__method-card {
    padding: 20px;
  }
}