.page-game-guides-slot-winning-secrets {
  font-family: Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-game-guides-slot-winning-secrets__section {
  padding: 40px 0;
  margin-bottom: 20px;
}

.page-game-guides-slot-winning-secrets__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-game-guides-slot-winning-secrets__hero-section {
  position: relative;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: #f0f8ff;
  overflow: hidden;
}

.page-game-guides-slot-winning-secrets__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-game-guides-slot-winning-secrets__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-game-guides-slot-winning-secrets__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-game-guides-slot-winning-secrets__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-slot-winning-secrets__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-game-guides-slot-winning-secrets__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-game-guides-slot-winning-secrets__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-game-guides-slot-winning-secrets__btn-primary:hover {
  background: #1e8ecf;
  border-color: #1e8ecf;
}

.page-game-guides-slot-winning-secrets__btn-secondary {
  background: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-game-guides-slot-winning-secrets__btn-secondary:hover {
  background: #f0f0f0;
  color: #1e8ecf;
  border-color: #1e8ecf;
}

.page-game-guides-slot-winning-secrets__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-game-guides-slot-winning-secrets__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-game-guides-slot-winning-secrets__text-block {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
}

.page-game-guides-slot-winning-secrets__text-block p {
  margin-bottom: 15px;
}

.page-game-guides-slot-winning-secrets__text-block--light {
  color: #ffffff;
}

.page-game-guides-slot-winning-secrets__text-link {
  color: #FFFFFF;
  text-decoration: underline;
}

.page-game-guides-slot-winning-secrets__text-link:hover {
  color: #f0f0f0;
}

.page-game-guides-slot-winning-secrets__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-game-guides-slot-winning-secrets__list li {
  margin-bottom: 10px;
}

.page-game-guides-slot-winning-secrets__article-figure {
  margin: 40px auto;
  max-width: 800px;
  text-align: center;
}

.page-game-guides-slot-winning-secrets__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-slot-winning-secrets__figcaption {
  font-style: italic;
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
}

.page-game-guides-slot-winning-secrets__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-game-guides-slot-winning-secrets__light-bg {
  background-color: #f9f9f9;
  color: #333333;
}

/* FAQ Styles */
details.page-game-guides-slot-winning-secrets__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-game-guides-slot-winning-secrets__faq-item summary.page-game-guides-slot-winning-secrets__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-game-guides-slot-winning-secrets__faq-item summary.page-game-guides-slot-winning-secrets__faq-question::-webkit-details-marker {
  display: none;
}
details.page-game-guides-slot-winning-secrets__faq-item summary.page-game-guides-slot-winning-secrets__faq-question:hover {
  background: #f5f5f5;
}
.page-game-guides-slot-winning-secrets__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-game-guides-slot-winning-secrets__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-game-guides-slot-winning-secrets__faq-item .page-game-guides-slot-winning-secrets__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-game-guides-slot-winning-secrets__hero-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-game-guides-slot-winning-secrets__hero-description {
    font-size: 1.1rem;
  }

  .page-game-guides-slot-winning-secrets__section-title {
    font-size: 2rem;
  }

  .page-game-guides-slot-winning-secrets__sub-title {
    font-size: 1.6rem;
  }

  .page-game-guides-slot-winning-secrets__text-block {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-game-guides-slot-winning-secrets__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-game-guides-slot-winning-secrets__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    position: relative;
    height: auto;
    filter: brightness(0.9);
  }
  .page-game-guides-slot-winning-secrets__hero-image-wrapper {
    position: static;
    height: auto;
  }
  .page-game-guides-slot-winning-secrets__hero-content {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333333;
    text-shadow: none;
  }
  .page-game-guides-slot-winning-secrets__hero-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-game-guides-slot-winning-secrets__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-game-guides-slot-winning-secrets__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .page-game-guides-slot-winning-secrets__sub-title {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-game-guides-slot-winning-secrets__text-block {
    font-size: 0.95rem;
    padding: 0 10px;
  }
  .page-game-guides-slot-winning-secrets__article-figure {
    margin: 30px auto;
    padding: 0 10px;
  }
  .page-game-guides-slot-winning-secrets__figcaption {
    font-size: 0.8rem;
  }

  /* 通用图片与容器 */
  .page-game-guides-slot-winning-secrets img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .page-game-guides-slot-winning-secrets__section,
  .page-game-guides-slot-winning-secrets__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-game-guides-slot-winning-secrets__section {
    padding: 30px 0;
  }

  /* 按钮与按钮容器 */
  .page-game-guides-slot-winning-secrets__cta-button,
  .page-game-guides-slot-winning-secrets__btn-primary,
  .page-game-guides-slot-winning-secrets__btn-secondary,
  .page-game-guides-slot-winning-secrets a[class*="button"],
  .page-game-guides-slot-winning-secrets 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;
    margin-left: auto;
    margin-right: auto;
  }
  .page-game-guides-slot-winning-secrets__cta-buttons,
  .page-game-guides-slot-winning-secrets__button-group,
  .page-game-guides-slot-winning-secrets__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  /* FAQ */
  details.page-game-guides-slot-winning-secrets__faq-item summary.page-game-guides-slot-winning-secrets__faq-question { padding: 15px; }
  .page-game-guides-slot-winning-secrets__faq-qtext { font-size: 15px; }
  details.page-game-guides-slot-winning-secrets__faq-item .page-game-guides-slot-winning-secrets__faq-answer {
    padding: 0 15px 15px;
  }
}