/* style/slot-games.css */

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

/* Ensure text in .page-slot-games__card is readable on its background */
.page-slot-games__card {
  background-color: #11271B; /* Card B G */
  color: #F2FFF6; /* Text Main */
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slot-games__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

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

.page-slot-games__section-title {
  font-size: 2.5rem;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-slot-games__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

/* --- Buttons --- */
.page-slot-games__btn-primary,
.page-slot-games__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%; /* Ensure button responsive */
}

.page-slot-games__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-slot-games__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.page-slot-games__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-slot-games__btn-secondary:hover {
  background-color: #57E38D; /* Glow */
  color: #08160F; /* Background */
  border-color: #57E38D;
  transform: translateY(-2px);
}

.page-slot-games__cta-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

/* --- Hero Section --- */
.page-slot-games__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Stack image then content */
  align-items: center;
  padding-bottom: 60px; /* Space below content */
  padding-top: 10px; /* Small top padding */
  box-sizing: border-box;
}

.page-slot-games__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height of hero image on desktop */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Minimum image size */
}

.page-slot-games__hero-content {
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin-top: 30px; /* Space between image and text content */
}

.page-slot-games__main-title {
  font-size: clamp(2rem, 5vw, 3.2rem); /* Responsive font size */
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-slot-games__subtitle {
  font-size: 1.2rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Introduction Section --- */
.page-slot-games__introduction-section {
  padding: 60px 0;
  text-align: center;
}

/* --- Why Choose Section --- */
.page-slot-games__why-choose-section {
  padding: 60px 0;
  text-align: center;
}

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

.page-slot-games__feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-slot-games__feature-icon {
  width: 100%; /* Ensure image fills card width */
  max-width: 400px; /* Max width for image */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-height: 200px; /* Minimum image size */
  object-fit: cover;
}

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

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

/* --- Game Types Section --- */
.page-slot-games__game-types-section {
  padding: 60px 0;
  text-align: center;
}

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

.page-slot-games__game-type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* --- Guide Section --- */
.page-slot-games__guide-section {
  padding: 60px 0;
  text-align: center;
}

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

.page-slot-games__guide-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* --- Promotions Section --- */
.page-slot-games__promotions-section {
  padding: 60px 0;
}

.page-slot-games__promotions-content {
  margin-top: 30px;
}

.page-slot-games__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.page-slot-games__promo-item {
  background-color: #11271B; /* Card B G */
  border-left: 5px solid #F2C14E; /* Gold border */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

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

/* --- Safety & Support Section --- */
.page-slot-games__safety-support-section {
  padding: 60px 0;
}

.page-slot-games__safety-content {
  margin-top: 30px;
  text-align: center;
}

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

.page-slot-games__support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-slot-games__support-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  min-height: 200px; /* Minimum image size */
  object-fit: cover;
  border-radius: 8px;
}

/* --- FAQ Section --- */
.page-slot-games__faq-section {
  padding: 60px 0;
}

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

.page-slot-games__faq-item {
  background-color: #11271B; /* Card B G */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-slot-games__faq-item summary {
  list-style: none; /* Remove default marker */
  cursor: pointer;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1E3A2A; /* Divider */
  transition: background-color 0.3s ease;
}

.page-slot-games__faq-item summary::-webkit-details-marker {
  display: none; /* Remove default marker for webkit */
}

.page-slot-games__faq-item summary:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-slot-games__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #1E3A2A; /* Divider */
}

/* --- Conclusion Section --- */
.page-slot-games__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .page-slot-games__section-title {
    font-size: 2rem;
  }
  .page-slot-games__main-title {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  }
}

@media (max-width: 768px) {
  .page-slot-games {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-slot-games__container {
    padding: 0 15px; /* Add padding to container on mobile */
  }

  .page-slot-games__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important; /* Small top padding, body handles header offset */
  }

  .page-slot-games__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-slot-games__main-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-slot-games__subtitle {
    font-size: 1rem;
  }

  .page-slot-games__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

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

  /* Images */
  .page-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-height: 200px !important; /* Enforce min-height */
  }

  /* Image containers */
  .page-slot-games__hero-image-wrapper,
  .page-slot-games__feature-card,
  .page-slot-games__game-type-card,
  .page-slot-games__guide-step,
  .page-slot-games__support-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px; /* Ensure content within card also has padding */
  }

  /* All containers with images/content */
  .page-slot-games__introduction-section,
  .page-slot-games__why-choose-section,
  .page-slot-games__game-types-section,
  .page-slot-games__guide-section,
  .page-slot-games__promotions-section,
  .page-slot-games__safety-support-section,
  .page-slot-games__faq-section,
  .page-slot-games__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  /* Buttons */
  .page-slot-games__btn-primary,
  .page-slot-games__btn-secondary {
    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-wrapper {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 15px;
  }

  /* Grids to single column */
  .page-slot-games__features-grid,
  .page-slot-games__game-type-grid,
  .page-slot-games__guide-steps,
  .page-slot-games__support-grid,
  .page-slot-games__promo-list {
    grid-template-columns: 1fr;
  }

  .page-slot-games__feature-card,
  .page-slot-games__game-type-card,
  .page-slot-games__guide-step,
  .page-slot-games__support-item,
  .page-slot-games__promo-item {
    padding: 20px; /* Adjust card padding */
    margin-left: 15px;
    margin-right: 15px;
    width: auto; /* Allow auto width within padding */
  }

  .page-slot-games__faq-list {
    padding: 0 15px;
  }
}

/* Specific color contrast adjustments */
.page-slot-games__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-slot-games__dark-bg .page-slot-games__section-title {
  color: #F2C14E; /* Gold */
}

.page-slot-games__dark-bg .page-slot-games__text-block {
  color: #A7D9B8; /* Text Secondary */
}

.page-slot-games__dark-bg .page-slot-games__card {
  background-color: #11271B; /* Card B G */
  color: #F2FFF6; /* Text Main */
}

.page-slot-games__dark-bg .page-slot-games__card-title {
  color: #F2FFF6; /* Text Main */
}

.page-slot-games__dark-bg .page-slot-games__card-text {
  color: #A7D9B8; /* Text Secondary */
}

.page-slot-games__faq-item summary {
  background-color: #1E3A2A; /* Divider */
}
.page-slot-games__faq-item summary:hover {
  background-color: #0A4B2C; /* Deep Green */
}
.page-slot-games__faq-answer {
  border-top-color: #1E3A2A; /* Divider */
}