/* style/resources-jili-game-getting-started.css */
.page-resources-jili-game-getting-started {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light grey for text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-resources-jili-game-getting-started__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-jili-game-getting-started__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-jili-game-getting-started__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Auxiliary color for titles */
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-jili-game-getting-started__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #CCCCCC; /* Slightly darker light grey for paragraphs */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili-game-getting-started__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-resources-jili-game-getting-started__btn--primary {
  background-color: #FFD700; /* Auxiliary color for primary buttons */
  color: #1A202C; /* Primary color for text on auxiliary button */
  border: 2px solid #FFD700;
}

.page-resources-jili-game-getting-started__btn--primary:hover {
  background-color: #E5C100;
  transform: translateY(-3px);
}

.page-resources-jili-game-getting-started__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Auxiliary color for text on secondary button */
  border: 2px solid #FFD700;
}

.page-resources-jili-game-getting-started__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

.page-resources-jili-game-getting-started__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-jili-game-getting-started__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3A4750 100%); /* Dark gradient for hero */
  color: #E5E5E5;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-jili-game-getting-started__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-jili-game-getting-started__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFFFFF; /* White for main hero title */
}

.page-resources-jili-game-getting-started__hero-title .highlight {
  color: #FFD700;
}

.page-resources-jili-game-getting-started__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #E5E5E5;
}

.page-resources-jili-game-getting-started__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-jili-game-getting-started__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0.15;
  z-index: 1;
}

.page-resources-jili-game-getting-started__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(5px);
}

.page-resources-jili-game-getting-started__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-jili-game-getting-started__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili-game-getting-started__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 45%;
}

.page-resources-jili-game-getting-started__image--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 45%;
}

.page-resources-jili-game-getting-started__step-item {
  text-align: left;
  margin-bottom: 60px;
  overflow: hidden; /* Clear floats */
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 215, 0, 0.3);
}

.page-resources-jili-game-getting-started__step-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.page-resources-jili-game-getting-started__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-jili-game-getting-started__step-item .page-resources-jili-game-getting-started__paragraph {
  max-width: 100%; /* Reset max-width for flow */
}

.page-resources-jili-game-getting-started__mobile-app-content {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
}

.page-resources-jili-game-getting-started__mobile-app-text {
  flex: 1;
}

.page-resources-jili-game-getting-started__mobile-app-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-resources-jili-game-getting-started__mobile-app-image {
  max-width: 80%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-jili-game-getting-started__promotions .page-resources-jili-game-getting-started__promotion-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-jili-game-getting-started__promotions .page-resources-jili-game-getting-started__promotion-list li {
  background-color: rgba(255, 215, 0, 0.1);
  border-left: 4px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #E5E5E5;
}

.page-resources-jili-game-getting-started__promotions .page-resources-jili-game-getting-started__promotion-list li strong {
  color: #FFD700;
}

.page-resources-jili-game-getting-started__faq-item {
  background-color: rgba(40, 48, 60, 0.6);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili-game-getting-started__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-jili-game-getting-started__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-resources-jili-game-getting-started__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-jili-game-getting-started__faq-answer {
  font-size: 1em;
  color: #CCCCCC;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-resources-jili-game-getting-started__faq-answer.active {
  max-height: 200px; /* Adjust based on content */
  margin-top: 15px;
}

.page-resources-jili-game-getting-started__cta {
  background-color: #FFD700; /* Auxiliary color for CTA background */
  padding: 80px 0;
  color: #1A202C; /* Primary color for text on auxiliary background */
}

.page-resources-jili-game-getting-started__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1A202C;
}

.page-resources-jili-game-getting-started__cta-title .highlight {
  color: #8B0000; /* Darker red for strong contrast on gold */
}

.page-resources-jili-game-getting-started__cta-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #333333;
}

.page-resources-jili-game-getting-started__cta .page-resources-jili-game-getting-started__btn--primary {
  background-color: #1A202C;
  color: #FFD700;
  border-color: #1A202C;
}

.page-resources-jili-game-getting-started__cta .page-resources-jili-game-getting-started__btn--primary:hover {
  background-color: #333333;
  border-color: #333333;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-jili-game-getting-started__hero-title {
    font-size: 3em;
  }
  .page-resources-jili-game-getting-started__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-jili-game-getting-started__section-title {
    font-size: 2em;
  }
  .page-resources-jili-game-getting-started__mobile-app-content {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-jili-game-getting-started__image--right,
  .page-resources-jili-game-getting-started__image--left {
    float: none;
    margin: 30px auto;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-resources-jili-game-getting-started__hero-title {
    font-size: 2.5em;
  }
  .page-resources-jili-game-getting-started__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-jili-game-getting-started__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-jili-game-getting-started__btn {
    width: 80%;
    max-width: 300px;
  }
  .page-resources-jili-game-getting-started__section {
    padding: 40px 0;
  }
  .page-resources-jili-game-getting-started__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili-game-getting-started__paragraph {
    font-size: 1em;
  }
  .page-resources-jili-game-getting-started__cta-title {
    font-size: 2.2em;
  }
  .page-resources-jili-game-getting-started__cta-subtitle {
    font-size: 1.1em;
  }
  .page-resources-jili-game-getting-started__faq-question {
    font-size: 1.1em;
  }
  .page-resources-jili-game-getting-started__faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-resources-jili-game-getting-started__hero-title {
    font-size: 2em;
  }
  .page-resources-jili-game-getting-started__hero-subtitle {
    font-size: 0.9em;
  }
  .page-resources-jili-game-getting-started__section-title {
    font-size: 1.5em;
  }
  .page-resources-jili-game-getting-started__cta-title {
    font-size: 1.8em;
  }
}