.page-slot-games {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

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

.page-slot-games__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body padding-top handled by shared, only small decorative padding here */
  overflow: hidden;
}

.page-slot-games__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-slot-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  margin-top: 100px; /* Adjust to ensure content is below header and visible */
}

.page-slot-games__main-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-slot-games__hero-description {
  color: #F2FFF6; /* Text Main */
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.page-slot-games__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
}

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

.page-slot-games__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid #2E7A4E; /* Border */
  cursor: pointer;
  font-size: 1.1rem;
}

.page-slot-games__btn-secondary:hover {
  background: #11A84E; /* Main color */
}

.page-slot-games__btn-text {
  color: #2AD16F; /* A lighter green for links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-slot-games__btn-text:hover {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

.page-slot-games__section {
  padding: 60px 0;
  text-align: center;
}

.page-slot-games__section-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-slot-games__section-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-slot-games__feature-card,
.page-slot-games__game-card,
.page-slot-games__promo-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #2E7A4E; /* Border */
}

.page-slot-games__card-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-slot-games__card-text {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  flex-grow: 1;
  margin-bottom: 20px;
}

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

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

.page-slot-games__step-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
  position: relative;
}

.page-slot-games__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-slot-games__step-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-slot-games__step-text {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  margin-bottom: 20px;
}

.page-slot-games__tips-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
}

.page-slot-games__list-item {
  background-color: #11271B; /* Card BG */\  border-left: 5px solid #2AD16F;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1rem;
  line-height: 1.8;
}

.page-slot-games__list-item strong {
  color: #F2C14E; /* Gold */
}

.page-slot-games__dark-section {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-slot-games__commitment-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  border: 1px solid #2E7A4E; /* Border */
}

.page-slot-games__item-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-slot-games__item-text {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-slot-games__faq-list {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

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

.page-slot-games__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2rem;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-slot-games__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-slot-games__faq-item[open] summary {
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-slot-games__faq-qtext {
  flex-grow: 1;
}

.page-slot-games__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
  color: #F2C14E; /* Gold */
}

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

.page-slot-games__faq-answer {
  padding: 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  line-height: 1.7;
}

.page-slot-games__call-to-action {
  background-color: #0A4B2C; /* Deep Green */
  padding: 80px 0;
}

.page-slot-games__btn-cta {
  font-size: 1.3rem;
  padding: 18px 40px;
  margin-top: 30px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-slot-games__hero-content {
    margin-top: 50px;
  }
  .page-slot-games__main-title {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  }
  .page-slot-games__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }
  .page-slot-games__features-grid,
  .page-slot-games__game-cards-grid,
  .page-slot-games__promo-grid,
  .page-slot-games__commitment-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-slot-games__container {
    padding: 0 15px;
  }
  .page-slot-games__hero-content {
    padding: 30px 15px;
    margin-top: 80px; /* Adjust for smaller screens */
  }
  .page-slot-games__main-title {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }
  .page-slot-games__hero-description {
    font-size: 1rem;
  }
  .page-slot-games__btn-primary,
  .page-slot-games__btn-secondary,
  .page-slot-games__btn-cta {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 15px 20px !important;
  }
  .page-slot-games__btn-cta {
    font-size: 1.1rem !important;
  }
  .page-slot-games__section {
    padding: 40px 0;
  }
  .page-slot-games__section-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }
  .page-slot-games__section-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
  .page-slot-games__features-grid,
  .page-slot-games__game-cards-grid,
  .page-slot-games__promo-grid,
  .page-slot-games__commitment-grid,
  .page-slot-games__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-slot-games__card-title {
    font-size: 1.3rem;
  }
  .page-slot-games__card-text {
    font-size: 0.9rem;
  }
  .page-slot-games__list-item {
    font-size: 1rem;
  }
  .page-slot-games__faq-item summary {
    font-size: 1.1rem;
    padding: 15px;
  }
  .page-slot-games__faq-answer {
    font-size: 0.95rem;
    padding: 15px;
  }

  /* Image responsiveness */
  .page-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-slot-games__section,
  .page-slot-games__card,
  .page-slot-games__container,
  .page-slot-games__hero-section,
  .page-slot-games__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-slot-games__hero-section {
    padding-top: 10px !important; /* body already handles offset */
  }
  .page-slot-games__hero-image {
    position: relative;
    height: 300px; /* Smaller height for mobile hero */
  }
  .page-slot-games__hero-content {
    margin-top: 0; /* No margin on top, content flows below image */
    background: none; /* Remove overlay on mobile for cleaner look if image is not full width */
  }
  .page-slot-games__why-choose .page-slot-games__container, 
  .page-slot-games__game-types .page-slot-games__container, 
  .page-slot-games__how-to-play .page-slot-games__container, 
  .page-slot-games__strategy-tips .page-slot-games__container, 
  .page-slot-games__promotions .page-slot-games__container, 
  .page-slot-games__platform-commitment .page-slot-games__container, 
  .page-slot-games__faq .page-slot-games__container, 
  .page-slot-games__call-to-action .page-slot-games__container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-slot-games__feature-card, .page-slot-games__game-card, .page-slot-games__promo-card, .page-slot-games__step-item, .page-slot-games__commitment-item {
    padding: 20px;
  }
  .page-slot-games__list-item {
    padding: 10px 15px;
  }
}