.page-slot-games {
  padding-bottom: 40px;
  background-color: #140C0C;
  color: #FFF1E8;
}

.page-slot-games__hero-section {
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}

.page-slot-games__hero-image-wrapper {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.page-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/5;
  object-fit: cover;
  object-position: center;
}

.page-slot-games__hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  text-align: center;
}

.page-slot-games__main-title {
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F3C54D;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slot-games__intro-description {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF1E8;
}

.page-slot-games__cta-button {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #140C0C;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-slot-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(243, 197, 77, 0.4);
}

.page-slot-games__section-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #F3C54D;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
  line-height: 1.3;
}

.page-slot-games__info-section, .page-slot-games__features-section,
.page-slot-games__guide-section, .page-slot-games__tips-section,
.page-slot-games__cta-bottom-section, .page-slot-games__faq-section {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
}

.page-slot-games__text-content {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #FFF1E8;
}

.page-slot-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-slot-games__feature-card {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.page-slot-games__feature-card:hover {
  transform: translateY(-5px);
}

.page-slot-games__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFB04A;
  margin-bottom: 10px;
}

.page-slot-games__card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #FFF1E8;
}

.page-slot-games__guide-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.page-slot-games__guide-list {
  list-style-type: decimal;
  padding-left: 25px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #FFF1E8;
  max-width: 600px;
  margin: 0 auto;
}

.page-slot-games__guide-list li {
  margin-bottom: 10px;
}

.page-slot-games__guide-list strong {
  color: #FFB04A;
}

.page-slot-games__tips-list {
  list-style-type: disc;
  padding-left: 25px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #FFF1E8;
  max-width: 600px;
  margin: 0 auto;
}

.page-slot-games__tips-list li {
  margin-bottom: 10px;
}

.page-slot-games__tips-list strong {
  color: #FFB04A;
}

.page-slot-games__image-wrapper {
  margin: 20px 0;
  width: 100%;
  max-width: 800px; /* Ensure images don't stretch too wide on larger screens */
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #6A1E1E;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-slot-games__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: none; /* Ensure no grayscale or color filters */
}

.page-slot-games__image-caption {
  font-size: 0.9rem;
  color: #FFF1E8;
  text-align: center;
  padding: 10px;
  background-color: #2A1212;
}

.page-slot-games__button-group {
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-slot-games__cta-button--primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #140C0C;
}

.page-slot-games__cta-button--secondary {
  background: #7E0D0D;
  color: #FFF1E8;
  border: 1px solid #6A1E1E;
}

.page-slot-games__cta-button--secondary:hover {
  background: #C61F1F;
  box-shadow: 0 6px 12px rgba(198, 31, 31, 0.4);
}

.page-slot-games__faq-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-slot-games__faq-question {
  font-size: 1.2rem;
  color: #F3C54D;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-slot-games__faq-answer {
  font-size: 1rem;
  line-height: 1.6;
  color: #FFF1E8;
}

.page-slot-games__faq-answer a {
  color: #FFB04A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-slot-games__faq-answer a:hover {
  color: #F3C54D;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-slot-games__guide-content {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .page-slot-games__guide-list, .page-slot-games__tips-list {
    margin: 0;
  }

  .page-slot-games__image-wrapper {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .page-slot-games__hero-section {
    margin-bottom: 0;
    padding-top: 0;
  }

  .page-slot-games__main-title {
    margin-top: 15px;
  }

  .page-slot-games__text-content {
    font-size: 0.95rem;
  }

  .page-slot-games__card-title {
    font-size: 1.2rem;
  }

  .page-slot-games__card-text {
    font-size: 0.9rem;
  }

  .page-slot-games__guide-list, .page-slot-games__tips-list {
    padding-left: 20px;
  }

  .page-slot-games__image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  /* Ensure all content area images are responsive */
  .page-slot-games img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 549px) {
  .page-slot-games__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }

  .page-slot-games__intro-description {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
  }

  .page-slot-games__section-title {
    font-size: clamp(1.3rem, 5vw, 2rem);
  }

  .page-slot-games__cta-button {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .page-slot-games__features-grid {
    grid-template-columns: 1fr;
  }

  .page-slot-games__faq-question {
    font-size: 1.1rem;
  }

  .page-slot-games__faq-answer {
    font-size: 0.95rem;
  }
}