.page-slot-games-jackpot-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF; /* Default body background */
}

.page-slot-games-jackpot-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #017439;
  color: #ffffff;
  overflow: hidden;
}

.page-slot-games-jackpot-tips__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Adjust as needed */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-slot-games-jackpot-tips__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover; /* Cover for desktop */
  display: block;
}

.page-slot-games-jackpot-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 20px;
  padding: 0 15px;
}

.page-slot-games-jackpot-tips__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFF00; /* Register/Login font color, use for highlight */
}

.page-slot-games-jackpot-tips__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-slot-games-jackpot-tips__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-slot-games-jackpot-tips__cta-buttons--center {
  margin-top: 30px;
}

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

.page-slot-games-jackpot-tips__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-slot-games-jackpot-tips__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
  transform: translateY(-2px);
}

.page-slot-games-jackpot-tips__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-slot-games-jackpot-tips__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
  transform: translateY(-2px);
}

.page-slot-games-jackpot-tips__section {
  padding: 60px 0;
}

.page-slot-games-jackpot-tips__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-slot-games-jackpot-tips__dark-section {
  background-color: #017439;
  color: #ffffff;
}

.page-slot-games-jackpot-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}

.page-slot-games-jackpot-tips__container--center-text {
  text-align: center;
}

.page-slot-games-jackpot-tips__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #017439;
}

.page-slot-games-jackpot-tips__section-title--white {
  color: #ffffff;
}

.page-slot-games-jackpot-tips__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-slot-games-jackpot-tips__text-block--white {
  color: #f0f0f0;
}

.page-slot-games-jackpot-tips__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-jackpot-tips__card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-slot-games-jackpot-tips__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-slot-games-jackpot-tips__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  max-width: 100%;
  display: block;
}

.page-slot-games-jackpot-tips__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #017439;
}

.page-slot-games-jackpot-tips__card-text {
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
}

.page-slot-games-jackpot-tips__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-slot-games-jackpot-tips__strategy-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #FFFF00; /* Highlight color */
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #ffffff;
}

.page-slot-games-jackpot-tips__strategy-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFFF00;
}

.page-slot-games-jackpot-tips__strategy-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: #f0f0f0;
  text-align: justify;
}

.page-slot-games-jackpot-tips__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-jackpot-tips__tip-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-slot-games-jackpot-tips__tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-slot-games-jackpot-tips__tip-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  max-width: 100%;
  display: block;
}

.page-slot-games-jackpot-tips__tip-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #017439;
}

.page-slot-games-jackpot-tips__tip-text {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: justify;
}

.page-slot-games-jackpot-tips__faq-list {
  margin-top: 30px;
}

details.page-slot-games-jackpot-tips__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  color: #333333;
}

details.page-slot-games-jackpot-tips__faq-item summary.page-slot-games-jackpot-tips__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-slot-games-jackpot-tips__faq-item summary.page-slot-games-jackpot-tips__faq-question::-webkit-details-marker {
  display: none;
}

details.page-slot-games-jackpot-tips__faq-item summary.page-slot-games-jackpot-tips__faq-question:hover {
  background: #f5f5f5;
}

.page-slot-games-jackpot-tips__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #017439;
}

.page-slot-games-jackpot-tips__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-slot-games-jackpot-tips__faq-item .page-slot-games-jackpot-tips__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-slot-games-jackpot-tips__faq-answer p {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: justify;
}

.page-slot-games-jackpot-tips__faq-link {
  color: #C30808;
  text-decoration: underline;
  font-weight: 600;
}

.page-slot-games-jackpot-tips__faq-link:hover {
  color: #017439;
}

.page-slot-games-jackpot-tips__final-cta-section {
  padding-bottom: 80px;
}

/* Universal image responsive styles */
.page-slot-games-jackpot-tips img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsive styles */
@media (max-width: 1024px) {
  .page-slot-games-jackpot-tips__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .page-slot-games-jackpot-tips__description {
    font-size: 1.1rem;
  }
  .page-slot-games-jackpot-tips__section-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }
  .page-slot-games-jackpot-tips__content-grid,
  .page-slot-games-jackpot-tips__tips-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  .page-slot-games-jackpot-tips__card-image,
  .page-slot-games-jackpot-tips__tip-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-slot-games-jackpot-tips__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 30px;
  }
  .page-slot-games-jackpot-tips__hero-image-wrapper {
    max-height: 300px; /* Adjust for smaller screens */
  }
  .page-slot-games-jackpot-tips__hero-image {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-slot-games-jackpot-tips__hero-content {
    margin-top: 15px;
  }
  .page-slot-games-jackpot-tips__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-slot-games-jackpot-tips__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  /* 按钮与按钮容器 */
  .page-slot-games-jackpot-tips__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 15px;
  }
  .page-slot-games-jackpot-tips__btn-primary,
  .page-slot-games-jackpot-tips__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }
  .page-slot-games-jackpot-tips__section {
    padding: 40px 0;
  }
  .page-slot-games-jackpot-tips__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-slot-games-jackpot-tips__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 25px;
  }
  .page-slot-games-jackpot-tips__text-block {
    font-size: 0.95rem;
  }

  /* 产品展示图区域 (General content grid for this page) */
  .page-slot-games-jackpot-tips__content-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 20px;
    margin-top: 20px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-slot-games-jackpot-tips__card {
    padding: 20px;
  }
  .page-slot-games-jackpot-tips__card-image {
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-slot-games-jackpot-tips__card-title {
    font-size: 1.3rem;
  }
  .page-slot-games-jackpot-tips__card-text {
    font-size: 0.9rem;
  }

  /* 装饰主标题 + 长文 SEO 区 (Strategy list and tips grid) */
  .page-slot-games-jackpot-tips__strategy-item {
    padding: 15px 20px;
  }
  .page-slot-games-jackpot-tips__strategy-title {
    font-size: 1.2rem;
  }
  .page-slot-games-jackpot-tips__strategy-item p {
    font-size: 0.9rem;
  }
  .page-slot-games-jackpot-tips__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-slot-games-jackpot-tips__tip-card {
    padding: 20px;
  }
  .page-slot-games-jackpot-tips__tip-image {
    height: 180px;
    min-width: 200px;
    min-height: 200px;
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-slot-games-jackpot-tips__tip-title {
    font-size: 1.2rem;
  }
  .page-slot-games-jackpot-tips__tip-text {
    font-size: 0.9rem;
  }

  /* FAQ */
  details.page-slot-games-jackpot-tips__faq-item summary.page-slot-games-jackpot-tips__faq-question {
    padding: 15px;
  }
  .page-slot-games-jackpot-tips__faq-qtext {
    font-size: 1rem;
  }
  .page-slot-games-jackpot-tips__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
  details.page-slot-games-jackpot-tips__faq-item .page-slot-games-jackpot-tips__faq-answer {
    padding: 0 15px 15px;
  }
  .page-slot-games-jackpot-tips__faq-answer p {
    font-size: 0.9rem;
  }

  /* 通用图片与容器 */
  .page-slot-games-jackpot-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-slot-games-jackpot-tips__section,
  .page-slot-games-jackpot-tips__card,
  .page-slot-games-jackpot-tips__container,
  .page-slot-games-jackpot-tips__hero-section,
  .page-slot-games-jackpot-tips__faq-list,
  .page-slot-games-jackpot-tips__strategy-list,
  .page-slot-games-jackpot-tips__tips-grid {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-slot-games-jackpot-tips__strategy-list, .page-slot-games-jackpot-tips__faq-list {
    padding-left: 0;
    padding-right: 0;
  }
}