.page-resources-69vin-game-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text should be light */
  background-color: transparent; /* inherited from shared.css body */
}

.page-resources-69vin-game-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  background-color: #017439; /* Use brand color for hero background */
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden; /* Prevent content overflow */
}

.page-resources-69vin-game-guide__hero-content {
  max-width: 900px;
  z-index: 10;
  margin-bottom: 40px;
}

.page-resources-69vin-game-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-69vin-game-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-69vin-game-guide__hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-69vin-game-guide__btn-register,
.page-resources-69vin-game-guide__btn-login,
.page-resources-69vin-game-guide__btn-download {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-69vin-game-guide__btn-register,
.page-resources-69vin-game-guide__btn-login {
  background-color: #C30808; /* Specific color for register/login */
  color: #FFFF00; /* Specific font color */
  border: 2px solid #FFFF00;
}

.page-resources-69vin-game-guide__btn-register:hover,
.page-resources-69vin-game-guide__btn-login:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

.page-resources-69vin-game-guide__btn-download {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-69vin-game-guide__btn-download:hover {
  background-color: #005f2c;
  transform: translateY(-2px);
}

.page-resources-69vin-game-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}

.page-resources-69vin-game-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-69vin-game-guide__content-section {
  padding: 60px 20px;
}

.page-resources-69vin-game-guide__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-69vin-game-guide__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-69vin-game-guide__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-69vin-game-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-69vin-game-guide__ordered-list,
.page-resources-69vin-game-guide__unordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-69vin-game-guide__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-resources-69vin-game-guide__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-69vin-game-guide__game-category {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.page-resources-69vin-game-guide__game-category:last-child {
  border-bottom: none;
}

.page-resources-69vin-game-guide__category-title {
  font-size: 2em;
  margin-bottom: 25px;
  text-align: center;
  color: #017439;
  font-weight: bold;
}

.page-resources-69vin-game-guide__btn-primary,
.page-resources-69vin-game-guide__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-69vin-game-guide__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-69vin-game-guide__btn-primary:hover {
  background-color: #005f2c;
  border-color: #005f2c;
}

.page-resources-69vin-game-guide__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-69vin-game-guide__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #005f2c;
  border-color: #005f2c;
}

/* Color Contrast */
.page-resources-69vin-game-guide__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-69vin-game-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-69vin-game-guide__light-bg .page-resources-69vin-game-guide__section-title,
.page-resources-69vin-game-guide__light-bg .page-resources-69vin-game-guide__sub-title,
.page-resources-69vin-game-guide__light-bg .page-resources-69vin-game-guide__paragraph,
.page-resources-69vin-game-guide__light-bg .page-resources-69vin-game-guide__list-item {
  color: #333333;
}

.page-resources-69vin-game-guide__dark-bg .page-resources-69vin-game-guide__section-title,
.page-resources-69vin-game-guide__dark-bg .page-resources-69vin-game-guide__sub-title,
.page-resources-69vin-game-guide__dark-bg .page-resources-69vin-game-guide__paragraph,
.page-resources-69vin-game-guide__dark-bg .page-resources-69vin-game-guide__list-item {
  color: #ffffff;
}

.page-resources-69vin-game-guide__light-bg .page-resources-69vin-game-guide__category-title {
  color: #017439;
}

/* FAQ Section */
.page-resources-69vin-game-guide__faq-section {
  padding: 60px 20px;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-69vin-game-guide__faq-list {
  margin-top: 40px;
}

.page-resources-69vin-game-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-69vin-game-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  background-color: #017439;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.page-resources-69vin-game-guide__faq-question:hover {
  background-color: #005f2c;
}

.page-resources-69vin-game-guide__faq-title {
  margin: 0;
  color: #ffffff;
  font-size: 1em; /* Adjust to match parent font-size */
}

.page-resources-69vin-game-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-resources-69vin-game-guide__faq-item.active .page-resources-69vin-game-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-69vin-game-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-resources-69vin-game-guide__faq-item.active .page-resources-69vin-game-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-69vin-game-guide__faq-answer p {
  margin-bottom: 0;
  color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-69vin-game-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-69vin-game-guide__section-title {
    font-size: 2.2em;
  }
  .page-resources-69vin-game-guide__category-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-69vin-game-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-69vin-game-guide__hero-section {
    min-height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-resources-69vin-game-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-69vin-game-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-69vin-game-guide__hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-resources-69vin-game-guide__btn-register,
  .page-resources-69vin-game-guide__btn-login,
  .page-resources-69vin-game-guide__btn-download {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
  }
  .page-resources-69vin-game-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-69vin-game-guide__sub-title {
    font-size: 1.5em;
  }
  .page-resources-69vin-game-guide__paragraph,
  .page-resources-69vin-game-guide__list-item {
    font-size: 1em;
  }
  .page-resources-69vin-game-guide__game-category {
    padding-bottom: 20px;
  }
  .page-resources-69vin-game-guide__category-title {
    font-size: 1.5em;
  }
  .page-resources-69vin-game-guide__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-69vin-game-guide__faq-answer {
    padding: 0 20px;
  }
  .page-resources-69vin-game-guide__faq-item.active .page-resources-69vin-game-guide__faq-answer {
    padding: 15px 20px;
  }

  /* Mobile image responsiveness */
  .page-resources-69vin-game-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-69vin-game-guide__container,
  .page-resources-69vin-game-guide__content-section,
  .page-resources-69vin-game-guide__faq-section,
  .page-resources-69vin-game-guide__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  .page-resources-69vin-game-guide__hero-image-wrapper {
    width: 100% !important;
    height: 100% !important;
  }

  /* Mobile button responsiveness */
  .page-resources-69vin-game-guide__btn-primary,
  .page-resources-69vin-game-guide__btn-secondary,
  .page-resources-69vin-game-guide a[class*="button"],
  .page-resources-69vin-game-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-69vin-game-guide__hero-buttons {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }
  .page-resources-69vin-game-guide__hero-buttons a {
      margin-left: auto; /* Center buttons */
      margin-right: auto;
  }

}