.page-game-guides-slot-high-payout-strategy {
  color: #ffffff; /* Body background is dark (#1a1a1a), so text should be light */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-game-guides-slot-high-payout-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-game-guides-slot-high-payout-strategy__hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: #017439; /* Primary brand color */
  color: #ffffff;
  padding-top: 0; /* shared.css is assumed to handle body padding-top */
}

.page-game-guides-slot-high-payout-strategy__hero-content {
  flex: 1;
  max-width: 50%;
  padding-left: 20px;
  z-index: 1;
}

.page-game-guides-slot-high-payout-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-game-guides-slot-high-payout-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-game-guides-slot-high-payout-strategy__hero-buttons {
  display: flex;
  gap: 20px;
}

.page-game-guides-slot-high-payout-strategy__hero-image-container {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.page-game-guides-slot-high-payout-strategy__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-game-guides-slot-high-payout-strategy__btn-primary,
.page-game-guides-slot-high-payout-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-game-guides-slot-high-payout-strategy__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-game-guides-slot-high-payout-strategy__btn-primary:hover {
  background-color: #e00b0b;
  border-color: #e00b0b;
}

.page-game-guides-slot-high-payout-strategy__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-game-guides-slot-high-payout-strategy__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005a2b;
  border-color: #005a2b;
}

.page-game-guides-slot-high-payout-strategy__intro-section,
.page-game-guides-slot-high-payout-strategy__advanced-strategy-section,
.page-game-guides-slot-high-payout-strategy__faq-section {
  padding: 60px 0;
}

.page-game-guides-slot-high-payout-strategy__strategy-section,
.page-game-guides-slot-high-payout-strategy__games-showcase,
.page-game-guides-slot-high-payout-strategy__cta-section {
  padding: 60px 0;
  background-color: #017439; /* Primary brand color */
  color: #ffffff;
}

.page-game-guides-slot-high-payout-strategy__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-game-guides-slot-high-payout-strategy__intro-section .page-game-guides-slot-high-payout-strategy__section-title,
.page-game-guides-slot-high-payout-strategy__advanced-strategy-section .page-game-guides-slot-high-payout-strategy__section-title,
.page-game-guides-slot-high-payout-strategy__faq-section .page-game-guides-slot-high-payout-strategy__section-title {
  color: #333333;
}

.page-game-guides-slot-high-payout-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: inherit;
}

.page-game-guides-slot-high-payout-strategy__intro-section .page-game-guides-slot-high-payout-strategy__paragraph,
.page-game-guides-slot-high-payout-strategy__advanced-strategy-section .page-game-guides-slot-high-payout-strategy__paragraph,
.page-game-guides-slot-high-payout-strategy__faq-section .page-game-guides-slot-high-payout-strategy__paragraph {
  color: #333333;
}

.page-game-guides-slot-high-payout-strategy__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-game-guides-slot-high-payout-strategy__strategy-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-game-guides-slot-high-payout-strategy__strategy-card:hover {
  transform: translateY(-10px);
}

.page-game-guides-slot-high-payout-strategy__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-game-guides-slot-high-payout-strategy__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFFF00; /* Highlight title */
}

.page-game-guides-slot-high-payout-strategy__card-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-game-guides-slot-high-payout-strategy__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-game-guides-slot-high-payout-strategy__text-block {
  flex: 2;
  color: #333333;
}

.page-game-guides-slot-high-payout-strategy__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page-game-guides-slot-high-payout-strategy__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-game-guides-slot-high-payout-strategy__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #017439;
}

.page-game-guides-slot-high-payout-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-game-guides-slot-high-payout-strategy__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-game-guides-slot-high-payout-strategy__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-guides-slot-high-payout-strategy__game-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: #ffffff;
  text-align: center;
}

.page-game-guides-slot-high-payout-strategy__game-card:hover {
  transform: translateY(-10px);
}

.page-game-guides-slot-high-payout-strategy__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-game-guides-slot-high-payout-strategy__game-title {
  font-size: 1.3em;
  margin: 15px 10px 10px;
}

.page-game-guides-slot-high-payout-strategy__game-title a {
  color: #FFFF00; /* Highlight game title links */
  text-decoration: none;
}

.page-game-guides-slot-high-payout-strategy__game-title a:hover {
  text-decoration: underline;
}

.page-game-guides-slot-high-payout-strategy__game-description {
  font-size: 0.95em;
  color: #f0f0f0;
  padding: 0 10px 15px;
}

.page-game-guides-slot-high-payout-strategy__cta-section .page-game-guides-slot-high-payout-strategy__cta-buttons {
  margin-top: 40px;
  justify-content: center;
}

.page-game-guides-slot-high-payout-strategy__faq-list {
  margin-top: 30px;
}

.page-game-guides-slot-high-payout-strategy__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-game-guides-slot-high-payout-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-game-guides-slot-high-payout-strategy__faq-question:hover {
  background-color: #f0f0f0;
}

.page-game-guides-slot-high-payout-strategy__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: #017439;
}

.page-game-guides-slot-high-payout-strategy__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #017439;
  transition: transform 0.3s ease;
}

.page-game-guides-slot-high-payout-strategy__faq-item.active .page-game-guides-slot-high-payout-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-game-guides-slot-high-payout-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-game-guides-slot-high-payout-strategy__faq-item.active .page-game-guides-slot-high-payout-strategy__faq-answer {
  max-height: 1000px !important; /* Ensure it expands fully */
  padding: 15px 20px;
}

.page-game-guides-slot-high-payout-strategy__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-game-guides-slot-high-payout-strategy__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* General image responsive styles */
.page-game-guides-slot-high-payout-strategy img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Button container general styles for flex */
.page-game-guides-slot-high-payout-strategy__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Media Queries for Responsive Design */

/* Tablet/Desktop adjustments (max-width: 1024px) */
@media (max-width: 1024px) {
  .page-game-guides-slot-high-payout-strategy__hero-title {
    font-size: 3em;
  }
  .page-game-guides-slot-high-payout-strategy__hero-description {
    font-size: 1.1em;
  }
  .page-game-guides-slot-high-payout-strategy__section-title {
    font-size: 2em;
  }
  .page-game-guides-slot-high-payout-strategy__sub-title {
    font-size: 1.5em;
  }
  .page-game-guides-slot-high-payout-strategy__strategy-grid,
  .page-game-guides-slot-high-payout-strategy__games-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .page-game-guides-slot-high-payout-strategy__hero-section {
    padding: 60px 0;
  }
}

/* Mobile adjustments (max-width: 768px) */
@media (max-width: 768px) {
  .page-game-guides-slot-high-payout-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO 主图区域 */
  .page-game-guides-slot-high-payout-strategy__hero-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
    padding-top: 0; /* shared.css is assumed to handle body padding-top */
  }

  .page-game-guides-slot-high-payout-strategy__hero-content {
    max-width: 100%;
    padding: 0 15px;
    order: 2; /* Move content below image on mobile */
  }

  .page-game-guides-slot-high-payout-strategy__hero-title {
    font-size: 2.2em;
    margin-top: 20px;
  }

  .page-game-guides-slot-high-payout-strategy__hero-description {
    font-size: 1em;
  }

  .page-game-guides-slot-high-payout-strategy__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-game-guides-slot-high-payout-strategy__hero-image-container {
    max-width: 100%;
    padding: 0;
    order: 1;
  }

  .page-game-guides-slot-high-payout-strategy__hero-image {
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* 其他内容模块 - 通用 padding */
  .page-game-guides-slot-high-payout-strategy__intro-section,
  .page-game-guides-slot-high-payout-strategy__strategy-section,
  .page-game-guides-slot-high-payout-strategy__advanced-strategy-section,
  .page-game-guides-slot-high-payout-strategy__games-showcase,
  .page-game-guides-slot-high-payout-strategy__faq-section,
  .page-game-guides-slot-high-payout-strategy__cta-section {
    padding: 30px 0;
  }

  .page-game-guides-slot-high-payout-strategy__container {
    padding: 0 15px;
  }

  .page-game-guides-slot-high-payout-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-game-guides-slot-high-payout-strategy__paragraph {
    font-size: 1em;
  }

  .page-game-guides-slot-high-payout-strategy__strategy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-game-guides-slot-high-payout-strategy__strategy-card {
    padding: 20px;
  }

  .page-game-guides-slot-high-payout-strategy__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-game-guides-slot-high-payout-strategy__text-block,
  .page-game-guides-slot-high-payout-strategy__image-block {
    flex: none;
    width: 100%;
  }

  .page-game-guides-slot-high-payout-strategy__sub-title {
    font-size: 1.4em;
  }

  .page-game-guides-slot-high-payout-strategy__list {
    margin-left: 20px;
  }

  .page-game-guides-slot-high-payout-strategy__list li {
    font-size: 1em;
  }

  /* 产品展示图区域 */
  .page-game-guides-slot-high-payout-strategy__games-grid {
    grid-template-columns: 1fr; /* Display 1 column on mobile */
    gap: 20px;
    margin-top: 30px;
  }

  .page-game-guides-slot-high-payout-strategy__game-image {
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* 通用图片与容器 */
  .page-game-guides-slot-high-payout-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-game-guides-slot-high-payout-strategy__section,
  .page-game-guides-slot-high-payout-strategy__card,
  .page-game-guides-slot-high-payout-strategy__container,
  .page-game-guides-slot-high-payout-strategy__games-grid,
  .page-game-guides-slot-high-payout-strategy__strategy-grid {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  /* 按钮与按钮容器 */
  .page-game-guides-slot-high-payout-strategy__cta-button,
  .page-game-guides-slot-high-payout-strategy__btn-primary,
  .page-game-guides-slot-high-payout-strategy__btn-secondary,
  .page-game-guides-slot-high-payout-strategy a[class*="button"],
  .page-game-guides-slot-high-payout-strategy 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-game-guides-slot-high-payout-strategy__cta-buttons,
  .page-game-guides-slot-high-payout-strategy__button-group,
  .page-game-guides-slot-high-payout-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 15px !important;
    overflow-x: hidden !important;
  }

  /* 其他内容模块 */
  .page-game-guides-slot-high-payout-strategy__faq-question {
    padding: 12px 15px;
  }

  .page-game-guides-slot-high-payout-strategy__faq-title {
    font-size: 1.1em;
  }

  .page-game-guides-slot-high-payout-strategy__faq-answer {
    padding: 0 15px;
  }

  .page-game-guides-slot-high-payout-strategy__faq-item.active .page-game-guides-slot-high-payout-strategy__faq-answer {
    padding: 15px !important;
  }
}