.page-jackpot-slots-progressive-jackpot {
  background-color: #08160F; /* Nền tối */
  color: #F2FFF6; /* Chữ sáng */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-jackpot-slots-progressive-jackpot__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-jackpot-slots-progressive-jackpot__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Nhỏ gọn, không dùng var(--header-offset) */
  padding-bottom: 60px;
  text-align: center;
  background-color: #0A4B2C;
  overflow: hidden;
}

.page-jackpot-slots-progressive-jackpot__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.page-jackpot-slots-progressive-jackpot__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-jackpot-slots-progressive-jackpot__hero-content {
  position: relative;
  z-index: 2;
  margin-top: -150px; /* Đẩy nội dung lên trên ảnh một chút */
  padding: 20px;
  background: linear-gradient(0deg, #08160F 0%, rgba(8, 22, 15, 0.8) 50%, rgba(8, 22, 15, 0) 100%);
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
}

.page-jackpot-slots-progressive-jackpot__main-title {
  font-size: clamp(2.2rem, 4vw + 1rem, 3.5rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-jackpot-slots-progressive-jackpot__hero-description {
  font-size: 1.15rem;
  color: #F2FFF6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.page-jackpot-slots-progressive-jackpot__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-jackpot-slots-progressive-jackpot__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-jackpot-slots-progressive-jackpot__btn-secondary {
  background: none;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-jackpot-slots-progressive-jackpot__btn-secondary:hover {
  background: #2AD16F;
  color: #ffffff;
}

.page-jackpot-slots-progressive-jackpot__intro-section,
.page-jackpot-slots-progressive-jackpot__how-it-works-section,
.page-jackpot-slots-progressive-jackpot__benefits-section,
.page-jackpot-slots-progressive-jackpot__popular-games-section,
.page-jackpot-slots-progressive-jackpot__strategy-section,
.page-jackpot-slots-progressive-jackpot__responsible-gaming-section,
.page-jackpot-slots-progressive-jackpot__why-choose-section,
.page-jackpot-slots-progressive-jackpot__faq-section,
.page-jackpot-slots-progressive-jackpot__cta-final-section {
  padding: 60px 0;
}

.page-jackpot-slots-progressive-jackpot__section-title {
  font-size: clamp(1.8rem, 3vw + 1rem, 2.8rem);
  color: #22C768;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-jackpot-slots-progressive-jackpot__text-block {
  font-size: 1.05rem;
  color: #F2FFF6;
  margin-bottom: 20px;
  text-align: justify;
}

.page-jackpot-slots-progressive-jackpot__text-block a {
  color: #57E38D;
  text-decoration: underline;
}

.page-jackpot-slots-progressive-jackpot__text-block a:hover {
  color: #2AD16F;
}

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

.page-jackpot-slots-progressive-jackpot__grid-item {
  background-color: #11271B;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F2FFF6;
}

.page-jackpot-slots-progressive-jackpot__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-jackpot-slots-progressive-jackpot__grid-title {
  font-size: 1.5rem;
  color: #F2C14E;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-jackpot-slots-progressive-jackpot__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-jackpot-slots-progressive-jackpot__list-item {
  background-color: #11271B;
  border-left: 5px solid #22C768;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #F2FFF6;
}

.page-jackpot-slots-progressive-jackpot__list-title {
  font-size: 1.4rem;
  color: #F2C14E;
  margin-bottom: 10px;
  font-weight: 600;
}

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

.page-jackpot-slots-progressive-jackpot__card {
  background-color: #11271B;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-jackpot-slots-progressive-jackpot__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-jackpot-slots-progressive-jackpot__card-title {
  font-size: 1.3rem;
  color: #F2C14E;
  padding: 15px 20px 10px;
  font-weight: 600;
}

.page-jackpot-slots-progressive-jackpot__card-title a {
  color: #F2C14E;
  text-decoration: none;
}

.page-jackpot-slots-progressive-jackpot__card-title a:hover {
  text-decoration: underline;
}

.page-jackpot-slots-progressive-jackpot__card-description {
  font-size: 0.95rem;
  color: #A7D9B8;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-jackpot-slots-progressive-jackpot__btn-container {
  text-align: center;
  margin-top: 40px;
}

.page-jackpot-slots-progressive-jackpot__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-jackpot-slots-progressive-jackpot__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-jackpot-slots-progressive-jackpot__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-jackpot-slots-progressive-jackpot__faq-item details {
  width: 100%;
}

.page-jackpot-slots-progressive-jackpot__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #1E3A2A;
  border-bottom: 1px solid #2E7A4E;
  list-style: none;
}

.page-jackpot-slots-progressive-jackpot__faq-question::-webkit-details-marker {
  display: none;
}

.page-jackpot-slots-progressive-jackpot__faq-question:hover {
  background-color: #2A4C3A;
}

.page-jackpot-slots-progressive-jackpot__faq-qtext {
  flex-grow: 1;
}

.page-jackpot-slots-progressive-jackpot__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-jackpot-slots-progressive-jackpot__faq-item[open] .page-jackpot-slots-progressive-jackpot__faq-question {
  border-bottom-color: transparent;
}

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

.page-jackpot-slots-progressive-jackpot__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8;
}

.page-jackpot-slots-progressive-jackpot__cta-final-section {
  text-align: center;
  background-color: #0A4B2C;
  padding: 80px 0;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-jackpot-slots-progressive-jackpot__container {
    padding: 0 15px;
  }

  .page-jackpot-slots-progressive-jackpot__hero-section {
    padding-bottom: 40px;
  }

  .page-jackpot-slots-progressive-jackpot__hero-content {
    margin-top: -100px;
    padding: 15px;
  }

  .page-jackpot-slots-progressive-jackpot__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-jackpot-slots-progressive-jackpot__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-jackpot-slots-progressive-jackpot__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-jackpot-slots-progressive-jackpot__btn-primary,
  .page-jackpot-slots-progressive-jackpot__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem;
    padding: 12px 20px;
  }

  .page-jackpot-slots-progressive-jackpot__intro-section,
  .page-jackpot-slots-progressive-jackpot__how-it-works-section,
  .page-jackpot-slots-progressive-jackpot__benefits-section,
  .page-jackpot-slots-progressive-jackpot__popular-games-section,
  .page-jackpot-slots-progressive-jackpot__strategy-section,
  .page-jackpot-slots-progressive-jackpot__responsible-gaming-section,
  .page-jackpot-slots-progressive-jackpot__why-choose-section,
  .page-jackpot-slots-progressive-jackpot__faq-section,
  .page-jackpot-slots-progressive-jackpot__cta-final-section {
    padding: 40px 0;
  }

  .page-jackpot-slots-progressive-jackpot__section-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .page-jackpot-slots-progressive-jackpot__text-block {
    font-size: 0.95rem;
  }

  .page-jackpot-slots-progressive-jackpot__grid-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-jackpot-slots-progressive-jackpot__feature-image,
  .page-jackpot-slots-progressive-jackpot__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-jackpot-slots-progressive-jackpot__card,
  .page-jackpot-slots-progressive-jackpot__grid-item,
  .page-jackpot-slots-progressive-jackpot__list-item,
  .page-jackpot-slots-progressive-jackpot__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-jackpot-slots-progressive-jackpot__grid-title,
  .page-jackpot-slots-progressive-jackpot__list-title,
  .page-jackpot-slots-progressive-jackpot__card-title {
    font-size: 1.2rem;
  }

  .page-jackpot-slots-progressive-jackpot__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-jackpot-slots-progressive-jackpot__faq-toggle {
    font-size: 1.5rem;
  }

  .page-jackpot-slots-progressive-jackpot__faq-answer {
    font-size: 0.9rem;
    padding: 15px 20px;
  }

  /* Ensure all img tags within content areas are responsive */
  .page-jackpot-slots-progressive-jackpot img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-jackpot-slots-progressive-jackpot__section,
  .page-jackpot-slots-progressive-jackpot__card,
  .page-jackpot-slots-progressive-jackpot__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-jackpot-slots-progressive-jackpot__video-section {
    padding-top: 10px !important; /* body đã đảm nhiệm --header-offset */
  }

  .page-jackpot-slots-progressive-jackpot video,
  .page-jackpot-slots-progressive-jackpot__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-jackpot-slots-progressive-jackpot__video-section,
  .page-jackpot-slots-progressive-jackpot__video-container,
  .page-jackpot-slots-progressive-jackpot__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-jackpot-slots-progressive-jackpot__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}