.page-slot-games-jackpot-guide {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
}

.page-slot-games-jackpot-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding as per rule */
}

.page-slot-games-jackpot-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px; /* Limit height for aesthetic */
  border-radius: 8px;
}

.page-slot-games-jackpot-guide__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Pull content up slightly, but not over image */
  position: relative;
  z-index: 2; /* Ensure content is above image if any overlap occurs visually, though structure prevents actual overlay */
  background-color: rgba(10, 10, 10, 0.8); /* Slight background for readability */
  border-radius: 0 0 8px 8px;
}

.page-slot-games-jackpot-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #F2C14E 0%, #FFD36B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* Fallback for browsers not supporting text-fill-color */
  max-width: 100%;
}

.page-slot-games-jackpot-guide__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-slot-games-jackpot-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-slot-games-jackpot-guide__cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-slot-games-jackpot-guide__section {
  padding: 60px 20px;
  text-align: center;
}

.page-slot-games-jackpot-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-slot-games-jackpot-guide__section-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 40px;
  color: #F2C14E;
}

.page-slot-games-jackpot-guide__text-content {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #FFF6D6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-jackpot-guide__why-choose-section, .page-slot-games-jackpot-guide__guide-steps-section, .page-slot-games-jackpot-guide__popular-games-section, .page-slot-games-jackpot-guide__promotions-section {
  background-color: #111111; /* Card BG */
  border-top: 1px solid #3A2A12; /* Border */
  border-bottom: 1px solid #3A2A12; /* Border */
  margin-bottom: 20px;
}

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

.page-slot-games-jackpot-guide__feature-card, .page-slot-games-jackpot-guide__step-card, .page-slot-games-jackpot-guide__game-card, .page-slot-games-jackpot-guide__promotion-card {
  background-color: #0A0A0A;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slot-games-jackpot-guide__feature-card:hover, .page-slot-games-jackpot-guide__step-card:hover, .page-slot-games-jackpot-guide__game-card:hover, .page-slot-games-jackpot-guide__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(242, 193, 78, 0.2);
}

.page-slot-games-jackpot-guide__feature-image, .page-slot-games-jackpot-guide__step-image, .page-slot-games-jackpot-guide__game-image, .page-slot-games-jackpot-guide__promotion-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-slot-games-jackpot-guide__card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E;
}

.page-slot-games-jackpot-guide__card-title a {
  color: #F2C14E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-slot-games-jackpot-guide__card-title a:hover {
  color: #FFD36B;
}

.page-slot-games-jackpot-guide__card-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #FFF6D6;
}

.page-slot-games-jackpot-guide__view-all-wrapper {
  margin-top: 50px;
}

.page-slot-games-jackpot-guide__view-all-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  background: #FFD36B;
  color: #0A0A0A;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-slot-games-jackpot-guide__view-all-button:hover {
  background-color: #F2C14E;
  transform: translateY(-2px);
}

.page-slot-games-jackpot-guide__cta-section {
  padding: 80px 20px;
  background-color: #0A0A0A;
}

.page-slot-games-jackpot-guide__cta-buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-slot-games-jackpot-guide__cta-button--primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
}

.page-slot-games-jackpot-guide__cta-button--secondary {
  background: #111111;
  color: #FFD36B;
  border: 1px solid #FFD36B;
  box-shadow: none;
}

.page-slot-games-jackpot-guide__cta-button--secondary:hover {
  background: #FFD36B;
  color: #0A0A0A;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 211, 107, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-slot-games-jackpot-guide__hero-content {
    padding: 30px 15px;
    margin-top: -60px;
  }

  .page-slot-games-jackpot-guide__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-slot-games-jackpot-guide__description {
    font-size: 1em;
  }

  .page-slot-games-jackpot-guide__section-title {
    font-size: 2em;
  }

  .page-slot-games-jackpot-guide__text-content {
    font-size: 0.95em;
  }

  .page-slot-games-jackpot-guide__features-grid, .page-slot-games-jackpot-guide__steps-grid, .page-slot-games-jackpot-guide__games-grid, .page-slot-games-jackpot-guide__promotion-cards {
    grid-template-columns: 1fr;
  }

  .page-slot-games-jackpot-guide__feature-image, .page-slot-games-jackpot-guide__step-image, .page-slot-games-jackpot-guide__game-image, .page-slot-games-jackpot-guide__promotion-image {
    max-width: 100%;
    height: auto;
  }

  .page-slot-games-jackpot-guide__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-slot-games-jackpot-guide__main-title {
    font-size: clamp(1.5em, 8vw, 2em);
  }

  .page-slot-games-jackpot-guide__section-title {
    font-size: 1.8em;
  }

  .page-slot-games-jackpot-guide__cta-button {
    width: 100%;
    max-width: 280px;
  }
}