/* Homepage-specific CSS blocks - Explicitly requested in output format, even for inner page */
@media (max-width:1023px){.page-slot-games__home-hero{display:block!important;grid-template-columns:none!important;height:auto!important;max-height:none!important;overflow-x:hidden;box-sizing:border-box;}.page-slot-games__hero-brand,.page-slot-games__hero-jackpot{display:none!important;}.page-slot-games__game-trial{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;overflow:hidden!important;padding:0 0 12px!important;box-sizing:border-box;margin:0 auto;}.page-slot-games__game-trial-shell{height:auto!important;max-height:none!important;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;}.page-slot-games__game-trial-topbar,.page-slot-games__game-trial-bottombar{display:none!important;}.page-slot-games__game-trial-viewport{position:relative;aspect-ratio:1024/768;min-height:240px;max-height:none!important;flex:none!important;overflow:hidden;box-sizing:border-box;width:100%;}.page-slot-games__game-trial-frame{position:absolute;inset:0;width:100%!important;height:100%!important;min-height:0!important;max-width:100%;border:none;z-index:1;overflow:hidden;}.page-slot-games__game-trial-overlay{z-index:5!important;pointer-events:auto!important;}.page-slot-games__game-trial-start{z-index:6!important;pointer-events:auto!important;touch-action:manipulation;}}
@media (min-width:1024px){.page-slot-games__home-hero{display:grid;grid-template-columns:26% 48% 26%;gap:16px;align-items:stretch;width:100%;max-width:1280px;margin:0 auto;padding:10px 16px 24px;box-sizing:border-box;}.page-slot-games__hero-brand,.page-slot-games__hero-jackpot,.page-slot-games__game-trial{height:300px;max-height:300px;overflow:hidden;box-sizing:border-box;}.page-slot-games__game-trial{max-width:none!important;width:100%;margin:0;padding:0;}.page-slot-games__game-trial-shell{display:flex;flex-direction:column;height:100%;max-height:300px;box-sizing:border-box;}.page-slot-games__game-trial-viewport{flex:1;min-height:0;position:relative;width:100%;}.page-slot-games__game-trial-frame{display:block;width:100%;height:100%;min-height:0;border:none;}.page-slot-games__hero-jackpot-claim{background:#c62828!important;color:#fff!important;}}
@media (max-width:768px){.page-slot-games__promo-strip-track{grid-template-columns:repeat(4,1fr);overflow-x:hidden;}.page-slot-games__hot-games-grid{grid-template-columns:repeat(2,1fr);}.page-slot-games img{max-width:100%!important;width:100%!important;height:auto!important;}.page-slot-games__section,.page-slot-games__card,.page-slot-games__container,.page-slot-games__cta-buttons,.page-slot-games__button-group,.page-slot-games__btn-container{max-width:100%!important;width:100%!important;box-sizing:border-box!important;padding-left:15px;padding-right:15px;}.page-slot-games__cta-button,.page-slot-games__btn-primary,.page-slot-games__btn-secondary,.page-slot-games a[class*="button"],.page-slot-games 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-games__cta-buttons,.page-slot-games__button-group,.page-slot-games__btn-container{flex-wrap:wrap!important;gap:10px;}.page-slot-games__cta-buttons{flex-direction:column;}.page-slot-games__hero-section{padding-top:10px!important;}.page-slot-games__hero-content{padding:20px 15px;}.page-slot-games__hero-description{font-size:15px;}.page-slot-games__section-title{font-size:24px;}.page-slot-games__game-card{padding:15px;}.page-slot-games__game-grid{grid-template-columns:1fr;}.page-slot-games__content-wrapper{flex-direction:column;}.page-slot-games__text-block{padding:0 15px;}.page-slot-games__image-block{padding:0 15px;}.page-slot-games__advantage-list{padding-left:25px;}.page-slot-games__faq-question{padding:15px;}.page-slot-games__faq-qtext{font-size:15px;}.page-slot-games__faq-answer{padding:0 15px 15px;}.page-slot-games__copyright{padding:15px;}}

/* Common styles for page-slot-games */
.page-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

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

.page-slot-games__section-title {
  font-size: 32px;
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-slot-games p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333333;
}

.page-slot-games__btn-primary,
.page-slot-games__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.page-slot-games__btn-primary {
  background: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-slot-games__btn-primary:hover {
  background: #005f2e;
  border-color: #005f2e;
}

.page-slot-games__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-slot-games__btn-secondary:hover {
  background: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

/* Hero Section */
.page-slot-games__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-slot-games__hero-section .page-slot-games__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-slot-games__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-slot-games__main-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-slot-games__hero-description {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-slot-games__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

/* Introduction Section */
.page-slot-games__introduction p {
  text-align: justify;
}

/* Game Types Section */
.page-slot-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-slot-games__game-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-slot-games__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-slot-games__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-slot-games__card-description {
  font-size: 15px;
  color: #555555;
  padding: 0 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* How to Play Section */
.page-slot-games__how-to-play .page-slot-games__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-slot-games__text-block {
  flex: 1;
}

.page-slot-games__image-block {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-slot-games__step-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.page-slot-games__step-item:last-child {
  margin-bottom: 0;
}

.page-slot-games__step-title {
  font-size: 20px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 10px;
}

/* Advantages Section */
.page-slot-games__advantage-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.page-slot-games__advantage-list li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.page-slot-games__list-icon {
  font-size: 24px;
  color: #FFFF00; /* Use bright color for emphasis */
  margin-right: 15px;
  flex-shrink: 0;
}

/* Promotions Section */
.page-slot-games__promotions .page-slot-games__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-slot-games__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-slot-games__promo-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
details.page-slot-games__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-slot-games__faq-item summary.page-slot-games__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__faq-item summary.page-slot-games__faq-question::-webkit-details-marker {
  display: none;
}
details.page-slot-games__faq-item summary.page-slot-games__faq-question:hover {
  background: #f5f5f5;
}
.page-slot-games__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-slot-games__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__faq-item .page-slot-games__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

/* Conclusion Section */
.page-slot-games__conclusion {
  text-align: center;
}

.page-slot-games__conclusion p {
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

/* Global Image & Container Responsiveness */
.page-slot-games img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-slot-games__section,
.page-slot-games__card,
.page-slot-games__container,
.page-slot-games__content-wrapper {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Color Contrast Specifics */
.page-slot-games__dark-section {
  background: #017439;
  color: #ffffff;
}

.page-slot-games__light-bg {
  background: #f9f9f9;
  color: #333333;
}

.page-slot-games__copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #666;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 1023px) {
  .page-slot-games__section-title {
    font-size: 28px;
  }
  .page-slot-games__hero-description {
    font-size: 16px;
  }
  .page-slot-games__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-slot-games__how-to-play .page-slot-games__content-wrapper,
  .page-slot-games__promotions .page-slot-games__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .page-slot-games__text-block, .page-slot-games__image-block {
    width: 100%;
  }
  .page-slot-games__step-item {
    padding: 20px;
  }
  .page-slot-games__advantage-list li {
    font-size: 16px;
  }
  .page-slot-games__list-icon {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-slot-games__section {
    padding: 30px 0;
  }
  .page-slot-games__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-slot-games p {
    font-size: 15px;
  }
  .page-slot-games__main-title {
    font-size: clamp(24px, 6vw, 36px);
  }
  .page-slot-games__hero-description {
    font-size: 14px;
  }
  .page-slot-games__btn-primary, .page-slot-games__btn-secondary {
    padding: 10px 20px;
    font-size: 15px;
  }
  .page-slot-games__game-card {
    padding-bottom: 20px;
  }
  .page-slot-games__card-image {
    height: 180px;
  }
  .page-slot-games__card-title {
    font-size: 20px;
  }
  .page-slot-games__step-title {
    font-size: 18px;
  }
  .page-slot-games__advantage-list li {
    font-size: 15px;
  }
  .page-slot-games__list-icon {
    font-size: 18px;
  }
  details.page-slot-games__faq-item summary.page-slot-games__faq-question { padding: 15px; }
  .page-slot-games__faq-qtext { font-size: 15px; }
  details.page-slot-games__faq-item .page-slot-games__faq-answer { padding: 0 15px 15px; }
  .page-slot-games__copyright { font-size: 13px; }
}