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

.page-slot-games-high-payout-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-slot-games-high-payout-strategy__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #0A4B2C; /* Deep Green */
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.page-slot-games-high-payout-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-slot-games-high-payout-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-slot-games-high-payout-strategy__hero-content {
  max-width: 800px;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}

.page-slot-games-high-payout-strategy__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-slot-games-high-payout-strategy__hero-description {
  font-size: 1.15rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-high-payout-strategy__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-slot-games-high-payout-strategy__btn-primary,
.page-slot-games-high-payout-strategy__btn-secondary,
.page-slot-games-high-payout-strategy__cta-button {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-games-high-payout-strategy__btn-primary,
.page-slot-games-high-payout-strategy__cta-button {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff; /* White text for contrast */
  border: none;
  box-shadow: 0 5px 15px rgba(17, 168, 78, 0.4);
}

.page-slot-games-high-payout-strategy__btn-primary:hover,
.page-slot-games-high-payout-strategy__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(17, 168, 78, 0.6);
}

.page-slot-games-high-payout-strategy__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-slot-games-high-payout-strategy__btn-secondary:hover {
  background: rgba(87, 227, 141, 0.1);
  transform: translateY(-3px);
  color: #F2C14E; /* Gold */
  border-color: #F2C14E; /* Gold */
}

.page-slot-games-high-payout-strategy__section-title {
  font-size: 2.5rem;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  line-height: 1.3;
  font-weight: 700;
}

.page-slot-games-high-payout-strategy__sub-title {
  font-size: 1.8rem;
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-slot-games-high-payout-strategy__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-slot-games-high-payout-strategy__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-slot-games-high-payout-strategy__list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-slot-games-high-payout-strategy__list li strong {
  color: #57E38D; /* Glow */
}

.page-slot-games-high-payout-strategy__introduction-section {
  background-color: #08160F; /* Background */
  padding: 60px 0;
  color: #F2FFF6;
}

.page-slot-games-high-payout-strategy__understanding-section {
  background-color: #11271B; /* Card BG */
  padding: 60px 0;
  color: #F2FFF6;
}

.page-slot-games-high-payout-strategy__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-slot-games-high-payout-strategy__image-wrapper {
  text-align: center;
}

.page-slot-games-high-payout-strategy__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slot-games-high-payout-strategy__strategies-section {
  background-color: #08160F; /* Background */
  padding: 60px 0;
  color: #F2FFF6;
}

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

.page-slot-games-high-payout-strategy__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-slot-games-high-payout-strategy__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-slot-games-high-payout-strategy__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-slot-games-high-payout-strategy__card p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  flex-grow: 1;
}

.page-slot-games-high-payout-strategy__top-games-section {
  background-color: #11271B; /* Card BG */
  padding: 60px 0;
  color: #F2FFF6;
}

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

.page-slot-games-high-payout-strategy__game-card {
  background-color: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-slot-games-high-payout-strategy__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-slot-games-high-payout-strategy__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-slot-games-high-payout-strategy__game-title {
  font-size: 1.3rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-slot-games-high-payout-strategy__game-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-slot-games-high-payout-strategy__btn-small {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff; /* White text for contrast */
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-games-high-payout-strategy__btn-small:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-slot-games-high-payout-strategy__payout-tips-section {
  background-color: #08160F; /* Background */
  padding: 60px 0;
  color: #F2FFF6;
}

.page-slot-games-high-payout-strategy__payout-tips-section .page-slot-games-high-payout-strategy__list li strong {
  color: #F2C14E; /* Gold */
}

.page-slot-games-high-payout-strategy__faq-section {
  background-color: #11271B; /* Card BG */
  padding: 60px 0;
  color: #F2FFF6;
}

.page-slot-games-high-payout-strategy__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-slot-games-high-payout-strategy__faq-item {
  background-color: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-slot-games-high-payout-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-slot-games-high-payout-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-slot-games-high-payout-strategy__faq-question:hover {
  background-color: #13994A;
}

.page-slot-games-high-payout-strategy__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-left: 10px;
}

.page-slot-games-high-payout-strategy__faq-item[open] .page-slot-games-high-payout-strategy__faq-toggle {
  content: '−';
}

.page-slot-games-high-payout-strategy__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  background-color: #08160F; /* Background */
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-slot-games-high-payout-strategy__cta-section {
  background-color: #0A4B2C; /* Deep Green */
  padding: 60px 0;
  text-align: center;
  color: #F2FFF6;
}

.page-slot-games-high-payout-strategy__cta-section .page-slot-games-high-payout-strategy__text-block {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

/* --- Responsive Styles --- */

/* Tablet and Mobile */
@media (max-width: 1024px) {
  .page-slot-games-high-payout-strategy__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .page-slot-games-high-payout-strategy__hero-description {
    font-size: 1.05rem;
  }

  .page-slot-games-high-payout-strategy__section-title {
    font-size: 2rem;
  }

  .page-slot-games-high-payout-strategy__content-grid {
    grid-template-columns: 1fr;
  }

  .page-slot-games-high-payout-strategy__content-grid.--reverse-mobile {
    flex-direction: column-reverse;
  }

  .page-slot-games-high-payout-strategy__strategy-grid,
  .page-slot-games-high-payout-strategy__games-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-slot-games-high-payout-strategy__faq-question {
    font-size: 1.05rem;
  }
}

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

  /* HERO 主图区域 */
  .page-slot-games-high-payout-strategy__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 30px;
  }

  .page-slot-games-high-payout-strategy__hero-image-wrapper {
    max-height: 300px;
  }

  .page-slot-games-high-payout-strategy__hero-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  .page-slot-games-high-payout-strategy__hero-content {
    padding: 0 15px;
  }

  .page-slot-games-high-payout-strategy__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-slot-games-high-payout-strategy__hero-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  /* 按钮与按钮容器 */
  .page-slot-games-high-payout-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-slot-games-high-payout-strategy__btn-primary,
  .page-slot-games-high-payout-strategy__btn-secondary,
  .page-slot-games-high-payout-strategy__cta-button,
  .page-slot-games-high-payout-strategy a[class*="button"],
  .page-slot-games-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;
    font-size: 1rem;
  }

  .page-slot-games-high-payout-strategy__btn-small {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

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

  .page-slot-games-high-payout-strategy__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .page-slot-games-high-payout-strategy__sub-title {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-slot-games-high-payout-strategy__text-block {
    font-size: 1rem;
  }

  .page-slot-games-high-payout-strategy__list {
    margin-left: 15px;
  }

  .page-slot-games-high-payout-strategy__list li {
    font-size: 0.95rem;
  }

  /* 产品展示图区域 */
  .page-slot-games-high-payout-strategy__games-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .page-slot-games-high-payout-strategy__section,
  .page-slot-games-high-payout-strategy__card,
  .page-slot-games-high-payout-strategy__container,
  .page-slot-games-high-payout-strategy__image-wrapper,
  .page-slot-games-high-payout-strategy__content-grid,
  .page-slot-games-high-payout-strategy__strategy-grid,
  .page-slot-games-high-payout-strategy__games-grid,
  .page-slot-games-high-payout-strategy__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-slot-games-high-payout-strategy__card {
    padding: 20px;
  }

  .page-slot-games-high-payout-strategy__game-image {
    height: 180px;
  }

  .page-slot-games-high-payout-strategy__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-slot-games-high-payout-strategy__faq-answer {
    padding: 15px;
  }

  /* 其他内容模块 */
  .page-slot-games-high-payout-strategy__introduction-section,
  .page-slot-games-high-payout-strategy__understanding-section,
  .page-slot-games-high-payout-strategy__strategies-section,
  .page-slot-games-high-payout-strategy__top-games-section,
  .page-slot-games-high-payout-strategy__payout-tips-section,
  .page-slot-games-high-payout-strategy__faq-section,
  .page-slot-games-high-payout-strategy__cta-section {
    padding: 40px 0;
  }

  .page-slot-games-high-payout-strategy__faq-toggle {
    font-size: 1.2rem;
  }

  .page-slot-games-high-payout-strategy__payout-tips-section .page-slot-games-high-payout-strategy__content-grid.--reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}