/* style/slot-jackpot.css */
.page-slot-jackpot {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-slot-jackpot__section-padding {
  padding: 60px 20px;
}

.page-slot-jackpot__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-slot-jackpot__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #F2C14E; /* Gold */
  line-height: 1.2;
}

.page-slot-jackpot__paragraph {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #A7D9B8; /* Text Secondary */
}

/* Hero Section */
.page-slot-jackpot__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F;
  overflow: hidden;
}

.page-slot-jackpot__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
}

.page-slot-jackpot__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-slot-jackpot__hero-content-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.8) 0%, #08160F 100%); /* Gradient overlay for text readability */
  margin-top: -100px; /* Overlap with image for better visual flow */
  padding-top: 100px;
}

.page-slot-jackpot__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-slot-jackpot__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em);
  font-weight: 800;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-slot-jackpot__hero-description {
  font-size: 1.2em;
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-slot-jackpot__btn-primary,
.page-slot-jackpot__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-jackpot__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: 2px solid #2AD16F;
}

.page-slot-jackpot__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D;
}

.page-slot-jackpot__btn-secondary {
  background: #11271B;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-slot-jackpot__btn-secondary:hover {
  background: #0A4B2C;
  color: #F2FFF6;
  box-shadow: 0 0 15px #57E38D;
}

/* Introduction Section */
.page-slot-jackpot__introduction-section {
  background-color: #08160F;
}

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

.page-slot-jackpot__feature-card {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-slot-jackpot__feature-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-slot-jackpot__card-title {
  font-size: 1.6em;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-slot-jackpot__card-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

/* Why Bem88 Section */
.page-slot-jackpot__dark-section {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

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

.page-slot-jackpot__advantage-item {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-slot-jackpot__advantage-title {
  font-size: 1.4em;
  font-weight: 700;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-slot-jackpot__advantage-description {
  font-size: 0.95em;
  color: #A7D9B8;
  line-height: 1.5;
}

/* Games Showcase Section */
.page-slot-jackpot__games-showcase {
  background-color: #08160F;
}

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

.page-slot-jackpot__game-card {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-slot-jackpot__game-card-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-slot-jackpot__btn-play {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-jackpot__btn-play:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

/* How to Play Section */
.page-slot-jackpot__light-bg {
  background-color: #0A4B2C;
  color: #F2FFF6;
}

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

.page-slot-jackpot__step-item {
  background-color: #11271B;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-slot-jackpot__step-icon {
  width: 60px;
  height: 60px;
  background-color: #F2C14E; /* Gold */
  color: #08160F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 700;
  margin: 0 auto 20px auto;
}

.page-slot-jackpot__step-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-slot-jackpot__step-description {
  font-size: 1em;
  color: #A7D9B8;
  line-height: 1.5;
}

.page-slot-jackpot__step-description a {
  color: #F2C14E;
  text-decoration: none;
}

.page-slot-jackpot__step-description a:hover {
  text-decoration: underline;
}

.page-slot-jackpot__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-slot-jackpot__btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Tips & Strategies Section */
.page-slot-jackpot__tips-strategies-section {
  background-color: #08160F;
}

.page-slot-jackpot__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-slot-jackpot__list-item {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-slot-jackpot__list-title {
  font-size: 1.4em;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-slot-jackpot__list-description {
  font-size: 1em;
  color: #A7D9B8;
  line-height: 1.6;
}

/* Promotions Section */
.page-slot-jackpot__promotions-section {
  background-color: #0A4B2C;
}

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

.page-slot-jackpot__promotion-card {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-slot-jackpot__promotion-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-slot-jackpot__btn-view-promo {
  display: inline-block;
  padding: 10px 20px;
  background: #F2C14E; /* Gold */
  color: #08160F;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-jackpot__btn-view-promo:hover {
  background-color: #E0B03E;
}

/* FAQ Section */
.page-slot-jackpot__faq-section {
  background-color: #08160F;
}

.page-slot-jackpot__faq-list {
  margin-top: 40px;
}

.page-slot-jackpot__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-slot-jackpot__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #11271B;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-slot-jackpot__faq-question::-webkit-details-marker {
  display: none;
}

.page-slot-jackpot__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-slot-jackpot__faq-toggle {
  font-size: 1.5em;
  font-weight: 700;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-slot-jackpot__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

.page-slot-jackpot__faq-item[open] .page-slot-jackpot__faq-question {
  background-color: #0A4B2C;
}

.page-slot-jackpot__faq-item[open] .page-slot-jackpot__faq-toggle {
  content: '−';
}

/* Conclusion CTA Section */
.page-slot-jackpot__conclusion-cta-section {
  background-color: #0A4B2C;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-slot-jackpot {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-slot-jackpot__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-slot-jackpot__paragraph {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-slot-jackpot__hero-section {
    padding: 0;
    padding-top: 10px !important;
  }

  .page-slot-jackpot__hero-content-wrapper {
    margin-top: -50px;
    padding-top: 50px;
    padding: 20px;
  }

  .page-slot-jackpot__main-title {
    font-size: 2em;
  }

  .page-slot-jackpot__hero-description {
    font-size: 1em;
  }

  .page-slot-jackpot__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-slot-jackpot__btn-primary,
  .page-slot-jackpot__btn-secondary,
  .page-slot-jackpot__btn-play,
  .page-slot-jackpot__btn-view-promo,
  .page-slot-jackpot__btn-large,
  .page-slot-jackpot a[class*="button"],
  .page-slot-jackpot 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-slot-jackpot__cta-buttons,
  .page-slot-jackpot__button-group,
  .page-slot-jackpot__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-slot-jackpot__feature-grid,
  .page-slot-jackpot__advantages-grid,
  .page-slot-jackpot__game-cards-grid,
  .page-slot-jackpot__steps-grid,
  .page-slot-jackpot__promotion-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-slot-jackpot__feature-card,
  .page-slot-jackpot__advantage-item,
  .page-slot-jackpot__game-card,
  .page-slot-jackpot__step-item,
  .page-slot-jackpot__promotion-card,
  .page-slot-jackpot__list-item,
  .page-slot-jackpot__faq-item {
    padding: 20px;
  }

  .page-slot-jackpot__feature-image,
  .page-slot-jackpot__game-card-image,
  .page-slot-jackpot__promotion-image,
  .page-slot-jackpot img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-slot-jackpot__section,
  .page-slot-jackpot__card,
  .page-slot-jackpot__container,
  .page-slot-jackpot__hero-image-wrapper,
  .page-slot-jackpot__hero-content-wrapper,
  .page-slot-jackpot__introduction-section,
  .page-slot-jackpot__why-bem88-section,
  .page-slot-jackpot__games-showcase,
  .page-slot-jackpot__how-to-play-section,
  .page-slot-jackpot__tips-strategies-section,
  .page-slot-jackpot__promotions-section,
  .page-slot-jackpot__faq-section,
  .page-slot-jackpot__conclusion-cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-slot-jackpot__section-padding {
    padding: 40px 0;
  }
}