/* style/high-payout-slot-recommendations.css */
/* body 已 padding-top: var(--header-offset)；页面禁止再写该变量 */
.page-high-payout-slot-recommendations {
  color: #ffffff; /* Body background is #1a1a1a (dark), so use light text */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-high-payout-slot-recommendations__section {
  padding: 60px 0;
  text-align: center;
}

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

.page-high-payout-slot-recommendations__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, then larger bottom */
  overflow: hidden;
}

.page-high-payout-slot-recommendations__hero-image-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.page-high-payout-slot-recommendations__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-high-payout-slot-recommendations__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
  color: #ffffff;
}

.page-high-payout-slot-recommendations__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-high-payout-slot-recommendations__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-high-payout-slot-recommendations__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-high-payout-slot-recommendations__btn-primary,
.page-high-payout-slot-recommendations__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-high-payout-slot-recommendations__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-high-payout-slot-recommendations__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-high-payout-slot-recommendations__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-high-payout-slot-recommendations__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-high-payout-slot-recommendations__section-title {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-high-payout-slot-recommendations__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-high-payout-slot-recommendations__feature-grid,
.page-high-payout-slot-recommendations__game-list,
.page-high-payout-slot-recommendations__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-high-payout-slot-recommendations__feature-card,
.page-high-payout-slot-recommendations__game-card,
.page-high-payout-slot-recommendations__promo-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
}

.page-high-payout-slot-recommendations__feature-icon,
.page-high-payout-slot-recommendations__game-thumbnail,
.page-high-payout-slot-recommendations__promo-image {
  width: 100%;
  height: auto;
  max-width: 400px; /* Constrain image width within card */
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-high-payout-slot-recommendations__feature-title,
.page-high-payout-slot-recommendations__game-title,
.page-high-payout-slot-recommendations__promo-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-high-payout-slot-recommendations__game-title a,
.page-high-payout-slot-recommendations__promo-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-high-payout-slot-recommendations__game-title a:hover,
.page-high-payout-slot-recommendations__promo-title a:hover {
  text-decoration: underline;
}

.page-high-payout-slot-recommendations__feature-description,
.page-high-payout-slot-recommendations__game-description,
.page-high-payout-slot-recommendations__promo-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-high-payout-slot-recommendations__tips-list,
.page-high-payout-slot-recommendations__security-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-high-payout-slot-recommendations__tips-list li,
.page-high-payout-slot-recommendations__security-list li {
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 10px;
  color: #f0f0f0;
}

.page-high-payout-slot-recommendations__tip-title,
.page-high-payout-slot-recommendations__security-item-title {
  font-size: 1.2em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-high-payout-slot-recommendations__faq-list {
  margin-top: 40px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-high-payout-slot-recommendations__faq-item {
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
}

.page-high-payout-slot-recommendations__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1em;
  color: #ffffff;
  list-style: none; /* For details/summary */
}

.page-high-payout-slot-recommendations__faq-question::-webkit-details-marker {
  display: none; /* For details/summary */
}

.page-high-payout-slot-recommendations__faq-qtext {
  flex-grow: 1;
  color: #ffffff;
}

.page-high-payout-slot-recommendations__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #26A9E0;
}

.page-high-payout-slot-recommendations__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.6;
}

.page-high-payout-slot-recommendations__faq-answer p {
    color: #e0e0e0; /* Ensure text in answer is light */
}

.page-high-payout-slot-recommendations__final-cta {
  background-color: #26A9E0; /* Brand primary color as background */
  color: #ffffff; /* White text for contrast */
  padding: 80px 0;
}

.page-high-payout-slot-recommendations__final-cta .page-high-payout-slot-recommendations__section-title,
.page-high-payout-slot-recommendations__final-cta .page-high-payout-slot-recommendations__text-block {
  color: #ffffff; /* Ensure all text is white on this dark background */
}

.page-high-payout-slot-recommendations__final-cta .page-high-payout-slot-recommendations__btn-primary {
  background-color: #EA7C07; /* Custom color for login/register */
  border-color: #EA7C07;
}

.page-high-payout-slot-recommendations__final-cta .page-high-payout-slot-recommendations__btn-primary:hover {
  background-color: #c96a06;
  border-color: #c96a06;
}

.page-high-payout-slot-recommendations__final-cta .page-high-payout-slot-recommendations__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border-color: #ffffff;
}

.page-high-payout-slot-recommendations__final-cta .page-high-payout-slot-recommendations__btn-secondary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.page-high-payout-slot-recommendations__cta-buttons--center {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-high-payout-slot-recommendations__main-title {
    font-size: 2.4em;
  }
  .page-high-payout-slot-recommendations__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-high-payout-slot-recommendations {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-high-payout-slot-recommendations__main-title {
    font-size: 1.8em;
  }

  .page-high-payout-slot-recommendations__section-title {
    font-size: 1.5em;
  }

  .page-high-payout-slot-recommendations__hero-content {
    margin-top: 20px;
  }

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

  .page-high-payout-slot-recommendations__btn-primary,
  .page-high-payout-slot-recommendations__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-high-payout-slot-recommendations__feature-grid,
  .page-high-payout-slot-recommendations__game-list,
  .page-high-payout-slot-recommendations__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-high-payout-slot-recommendations__feature-card,
  .page-high-payout-slot-recommendations__game-card,
  .page-high-payout-slot-recommendations__promo-card {
    padding: 20px;
  }

  .page-high-payout-slot-recommendations img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-high-payout-slot-recommendations__section,
  .page-high-payout-slot-recommendations__card,
  .page-high-payout-slot-recommendations__container,
  .page-high-payout-slot-recommendations__hero-section,
  .page-high-payout-slot-recommendations__hero-image-wrapper,
  .page-high-payout-slot-recommendations__hero-content,
  .page-high-payout-slot-recommendations__feature-grid,
  .page-high-payout-slot-recommendations__game-list,
  .page-high-payout-slot-recommendations__promo-grid,
  .page-high-payout-slot-recommendations__tips-list,
  .page-high-payout-slot-recommendations__security-list,
  .page-high-payout-slot-recommendations__faq-list,
  .page-high-payout-slot-recommendations__final-cta {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  .page-high-payout-slot-recommendations__hero-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-high-payout-slot-recommendations__main-title {
    font-size: 1.5em;
  }
  .page-high-payout-slot-recommendations__section-title {
    font-size: 1.3em;
  }
  .page-high-payout-slot-recommendations__btn-primary,
  .page-high-payout-slot-recommendations__btn-secondary {
    font-size: 0.9em;
    padding: 10px 15px;
  }
}