.page-resources-jiliko-free-100-faq {
  padding-top: var(--header-offset, 120px); /* Ensures content starts below fixed header */
  color: #ffffff; /* Light text for dark body background */
  background-color: #000000; /* Main background color */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-jiliko-free-100-faq__container {
  max-width: 800px; /* Optimal reading width for article content */
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-jiliko-free-100-faq__hero-section {
  text-align: center;
  padding: 60px 20px 40px;
  background: linear-gradient(135deg, rgba(0,0,0,0.9), rgba(50,0,0,0.9)); /* Dark gradient for hero */
  position: relative;
  overflow: hidden;
}

.page-resources-jiliko-free-100-faq__hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.page-resources-jiliko-free-100-faq__hero-title {
  font-size: 3.2em;
  color: #FCBC45; /* Login color for emphasis */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jiliko-free-100-faq__hero-description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jiliko-free-100-faq__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for button */
  color: #000000; /* Dark text for contrast */
  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: none;
  cursor: pointer;
}

.page-resources-jiliko-free-100-faq__hero-button:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-jiliko-free-100-faq__hero-image {
  margin-top: 40px;
}

.page-resources-jiliko-free-100-faq__hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

.page-resources-jiliko-free-100-faq__introduction-section,
.page-resources-jiliko-free-100-faq__faq-list-section,
.page-resources-jiliko-free-100-faq__related-resources-section,
.page-resources-jiliko-free-100-faq__cta-section {
  padding: 60px 0;
}

.page-resources-jiliko-free-100-faq__section-title {
  font-size: 2.5em;
  color: #FCBC45; /* Login color for emphasis */
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-jiliko-free-100-faq__section-description {
  font-size: 1.05em;
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-jiliko-free-100-faq__faq-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly visible white for cards */
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-jiliko-free-100-faq__faq-question {
  font-size: 1.4em;
  color: #FFFFFF;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  position: relative;
}

.page-resources-jiliko-free-100-faq__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FCBC45;
  transition: transform 0.3s ease;
}

.page-resources-jiliko-free-100-faq__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-jiliko-free-100-faq__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.page-resources-jiliko-free-100-faq__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.0em;
  color: #e0e0e0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-jiliko-free-100-faq__faq-answer.active {
  max-height: 1000px; /* Arbitrary large value to allow content to expand */
  padding: 0 25px 20px;
}

.page-resources-jiliko-free-100-faq__faq-answer p {
  margin-bottom: 15px;
}

.page-resources-jiliko-free-100-faq__faq-answer p:last-child {
  margin-bottom: 0;
}

.page-resources-jiliko-free-100-faq__register-button,
.page-resources-jiliko-free-100-faq__support-button,
.page-resources-jiliko-free-100-faq__promo-button,
.page-resources-jiliko-free-100-faq__maximize-guide-button,
.page-resources-jiliko-free-100-faq__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-jiliko-free-100-faq__register-button:hover,
.page-resources-jiliko-free-100-faq__support-button:hover,
.page-resources-jiliko-free-100-faq__promo-button:hover,
.page-resources-jiliko-free-100-faq__maximize-guide-button:hover,
.page-resources-jiliko-free-100-faq__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-1px);
}

.page-resources-jiliko-free-100-faq__inline-image {
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

.page-resources-jiliko-free-100-faq__related-resources-section {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for contrast */
  padding: 60px 0;
}

.page-resources-jiliko-free-100-faq__resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-jiliko-free-100-faq__resource-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-jiliko-free-100-faq__resource-card:hover {
  transform: translateY(-5px);
}

.page-resources-jiliko-free-100-faq__resource-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

.page-resources-jiliko-free-100-faq__resource-card-title {
  font-size: 1.3em;
  color: #FCBC45;
  padding: 15px 20px 0;
}

.page-resources-jiliko-free-100-faq__resource-card-title a {
  color: #FCBC45;
  text-decoration: none;
}

.page-resources-jiliko-free-100-faq__resource-card-title a:hover {
  text-decoration: underline;
}

.page-resources-jiliko-free-100-faq__resource-card-description {
  font-size: 0.95em;
  color: #cccccc;
  padding: 10px 20px;
}

.page-resources-jiliko-free-100-faq__resource-card-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px 15px;
  transition: color 0.3s ease;
}

.page-resources-jiliko-free-100-faq__resource-card-link:hover {
  color: #FFFFFF;
}

.page-resources-jiliko-free-100-faq__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-jiliko-free-100-faq__return-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #FCBC45;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jiliko-free-100-faq__return-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jiliko-free-100-faq__cta-section {
  background-color: #1a1a1a; /* Darker background for CTA */
  text-align: center;
  padding: 80px 20px;
}

.page-resources-jiliko-free-100-faq__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}

.page-resources-jiliko-free-100-faq__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jiliko-free-100-faq__hero-title {
    font-size: 2.5em;
  }

  .page-resources-jiliko-free-100-faq__hero-description {
    font-size: 1em;
  }

  .page-resources-jiliko-free-100-faq__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-jiliko-free-100-faq__section-title {
    font-size: 2em;
  }

  .page-resources-jiliko-free-100-faq__faq-question {
    font-size: 1.2em;
    padding: 15px 20px;
  }

  .page-resources-jiliko-free-100-faq__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  .page-resources-jiliko-free-100-faq__inline-image {
    max-width: 100%;
    height: auto; /* Ensures images are responsive and do not overflow */
  }

  .page-resources-jiliko-free-100-faq__resource-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-jiliko-free-100-faq__resource-image {
    height: 180px;
  }

  .page-resources-jiliko-free-100-faq__cta-button {
    font-size: 1.1em;
    padding: 15px 30px;
  }

  /* Ensure all img elements within .page-resources-jiliko-free-100-faq are responsive */
  .page-resources-jiliko-free-100-faq img {
    max-width: 100%;
    height: auto;
  }
}