.page-fortune-tiger {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-fortune-tiger__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-fortune-tiger__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-fortune-tiger__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-fortune-tiger__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.page-fortune-tiger__main-title {
  font-size: clamp(2em, 5vw, 3em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-fortune-tiger__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-fortune-tiger__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-fortune-tiger__btn-primary,
.page-fortune-tiger__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-fortune-tiger__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-fortune-tiger__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-fortune-tiger__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E; /* Gold */
}

.page-fortune-tiger__btn-secondary:hover {
  background-color: rgba(242, 193, 78, 0.1);
  transform: translateY(-2px);
}

.page-fortune-tiger__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-fortune-tiger__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.page-fortune-tiger__section-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-fortune-tiger__about-game-section,
.page-fortune-tiger__strategy-tips-section,
.page-fortune-tiger__faq-section {
  padding: 80px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-fortune-tiger__how-to-play-section,
.page-fortune-tiger__cta-final-section {
  padding: 80px 0;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-fortune-tiger__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-fortune-tiger__feature-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-fortune-tiger__card-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
}

.page-fortune-tiger__card-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-fortune-tiger__card-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-fortune-tiger__cta-section {
  text-align: center;
  margin-top: 50px;
}

.page-fortune-tiger__steps-list,
.page-fortune-tiger__tips-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.page-fortune-tiger__list-item {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
  border-left: 5px solid #F2C14E; /* Gold */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-fortune-tiger__list-item strong {
  color: #F2C14E; /* Gold */
}

.page-fortune-tiger__list-item a {
  color: #57E38D; /* Glow */
  text-decoration: none;
  font-weight: bold;
}

.page-fortune-tiger__list-item a:hover {
  text-decoration: underline;
}

.page-fortune-tiger__video-section {
  padding: 80px 0;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  text-align: center;
}

.page-fortune-tiger__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
}

.page-fortune-tiger__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Desktop must have width: 100% */
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.page-fortune-tiger__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}

.page-fortune-tiger__video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-fortune-tiger__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-fortune-tiger__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main */
}

.page-fortune-tiger__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 700;
  cursor: pointer;
  color: #F2C14E; /* Gold */
  list-style: none; /* For details/summary */
}

.page-fortune-tiger__faq-question::-webkit-details-marker {
  display: none;
}

.page-fortune-tiger__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-fortune-tiger__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-fortune-tiger__faq-answer p {
  margin: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-fortune-tiger {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-fortune-tiger__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-fortune-tiger__main-title {
    font-size: 2em;
  }

  .page-fortune-tiger__hero-description {
    font-size: 1em;
  }

  .page-fortune-tiger__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-fortune-tiger__btn-primary,
  .page-fortune-tiger__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-fortune-tiger__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-fortune-tiger__section-title {
    font-size: 1.8em;
  }

  .page-fortune-tiger__section-description {
    font-size: 0.95em;
  }

  .page-fortune-tiger__about-game-section,
  .page-fortune-tiger__how-to-play-section,
  .page-fortune-tiger__strategy-tips-section,
  .page-fortune-tiger__video-section,
  .page-fortune-tiger__faq-section,
  .page-fortune-tiger__cta-final-section {
    padding: 50px 0;
  }

  .page-fortune-tiger__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-fortune-tiger__feature-card {
    padding: 20px;
  }

  .page-fortune-tiger__card-title {
    font-size: 1.3em;
  }

  .page-fortune-tiger__card-text {
    font-size: 0.9em;
  }

  .page-fortune-tiger__list-item {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-fortune-tiger__video-wrapper {
    padding-bottom: 56.25% !important;
    height: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-fortune-tiger__video-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    left: 0 !important;
    padding: 0 15px;
  }

  .page-fortune-tiger__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .page-fortune-tiger__video-link {
    position: static;
  }

  .page-fortune-tiger__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-fortune-tiger__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95em;
  }

  /* General image responsiveness for all images within .page-fortune-tiger */
  .page-fortune-tiger img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-fortune-tiger__hero-image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}

/* Color Contrast Safety */
.page-fortune-tiger__dark-bg {
  background-color: #11271B; /* Card BG, dark enough for light text */
  color: #F2FFF6; /* Text Main */
}

.page-fortune-tiger__light-bg {
  background-color: #08160F; /* Background, dark enough for light text */
  color: #F2FFF6; /* Text Main */
}

.page-fortune-tiger p,
.page-fortune-tiger li {
  color: #A7D9B8; /* Text Secondary */
}

.page-fortune-tiger__faq-item.active .page-fortune-tiger__faq-answer {
  max-height: 2000px; /* For JS-based FAQ */
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-fortune-tiger__faq-item .page-fortune-tiger__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-fortune-tiger__faq-item.active .page-fortune-tiger__faq-toggle {
  transform: rotate(45deg); /* Example for '+' to 'x' */
}