.page-slot-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

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

.page-slot-games__hero-section {
  padding: 120px 0 80px; /* Adjusted for fixed header on desktop */
  background: linear-gradient(135deg, var(--primary-color, #FFD700), #FFA500);
  color: #000080; /* Dark text for light gradient background */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-slot-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:vipsodo,no-hu,abstract-pattern,gold-blue,light]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-slot-games__hero-section .page-slot-games__container {
  position: relative;
  z-index: 1;
}

.page-slot-games__main-title {
  font-size: 3.5em;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000080; /* Force dark blue for contrast on golden background */
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
}

.page-slot-games__description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #000080; /* Force dark blue for contrast on golden background */
}

.page-slot-games__highlight {
  font-weight: bold;
  color: #000080; /* Ensure highlight is dark on light background */
}

.page-slot-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-slot-games__cta-button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-slot-games__cta-button--primary {
  background: var(--secondary-color, #000080); /* Dark blue button */
  color: #ffffff; /* White text for dark blue button */
}

.page-slot-games__cta-button--primary:hover {
  background: #000066; /* Darker blue on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-slot-games__cta-button--secondary {
  background: #ffffff; /* White button */
  color: var(--secondary-color, #000080); /* Dark blue text for white button */
  border: 2px solid var(--secondary-color, #000080);
}

.page-slot-games__cta-button--secondary:hover {
  background: var(--secondary-color, #000080); /* Dark blue background on hover */
  color: #ffffff; /* White text on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-slot-games__section-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: var(--primary-color, #FFD700); /* Golden color for titles */
}

.page-slot-games__about-section {
  padding: 80px 0;
  background-color: #0a0a0a; /* Dark background */
  color: #f0f0f0; /* Light text for dark background */
}

.page-slot-games__about-section .page-slot-games__section-title {
  color: var(--primary-color, #FFD700);
}

.page-slot-games__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-slot-games__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-slot-games__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-slot-games__text-content {
  flex: 1.5;
  font-size: 1.1em;
}

.page-slot-games__text-content p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-slot-games__why-choose-us {
  padding: 80px 0;
  background-color: #1a1a1a; /* Slightly lighter dark background */
  color: #ffffff;
}

.page-slot-games__why-choose-us .page-slot-games__section-title {
  color: var(--primary-color, #FFD700);
}

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

.page-slot-games__feature-card {
  background-color: #2a2a2a; /* Darker card background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff; /* Light text for dark card background */
}

.page-slot-games__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-slot-games__feature-card h3 {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 15px;
  color: var(--primary-color, #FFD700); /* Golden color for feature titles */
}

.page-slot-games__feature-image {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-slot-games__game-types {
  padding: 80px 0;
  background-color: #0a0a0a;
  color: #f0f0f0;
}

.page-slot-games__game-types .page-slot-games__section-title {
  color: var(--primary-color, #FFD700);
}

.page-slot-games__text-center {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-slot-games__types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-slot-games__type-card {
  background-color: #2a2a2a;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #ffffff;
}

.page-slot-games__type-card h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: var(--primary-color, #FFD700);
}

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

.page-slot-games__guide-section {
  padding: 80px 0;
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-slot-games__guide-section .page-slot-games__section-title {
  color: var(--primary-color, #FFD700);
}

.page-slot-games__guide-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.page-slot-games__guide-item {
  background-color: #2a2a2a;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page-slot-games__guide-item h3 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--primary-color, #FFD700);
}

.page-slot-games__guide-item p {
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-slot-games__link-inline {
  color: var(--primary-color, #FFD700);
  text-decoration: underline;
}

.page-slot-games__link-inline:hover {
  color: #ffffff;
}

.page-slot-games__cta-buttons--center {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.page-slot-games__tips-section {
  padding: 80px 0;
  background-color: #0a0a0a;
  color: #f0f0f0;
}

.page-slot-games__tips-section .page-slot-games__section-title {
  color: var(--primary-color, #FFD700);
}

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

.page-slot-games__tips-item {
  background-color: #2a2a2a;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page-slot-games__tips-item h3 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--primary-color, #FFD700);
}

.page-slot-games__tips-item p {
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-slot-games__promotions-section {
  padding: 80px 0;
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-slot-games__promotions-section .page-slot-games__section-title {
  color: var(--primary-color, #FFD700);
}

.page-slot-games__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-slot-games__promo-card {
  background-color: #2a2a2a;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #ffffff;
}

.page-slot-games__promo-card h3 {
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
  color: var(--primary-color, #FFD700);
}

.page-slot-games__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.page-slot-games__margin-top-large {
  margin-top: 60px;
}

.page-slot-games__faq-section {
  padding: 80px 0;
  background-color: #0a0a0a;
  color: #f0f0f0;
}

.page-slot-games__faq-section .page-slot-games__section-title {
  color: var(--primary-color, #FFD700);
}

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

.page-slot-games__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-slot-games__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  background-color: #2a2a2a; /* Darker background for answer */
  color: #f0f0f0; /* Light text */
}

.page-slot-games__faq-item.active .page-slot-games__faq-answer {
  max-height: 2000px !important; /* Ensure enough height for content */
  padding: 20px !important;
  opacity: 1;
  border-radius: 0 0 5px 5px;
}

.page-slot-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background-color: #1a1a1a; /* Dark background for question */
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #ffffff; /* Light text for question */
}

.page-slot-games__faq-question:hover {
  background-color: #2a2a2a;
  border-color: #4a4a4a;
}

.page-slot-games__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: var(--primary-color, #FFD700); /* Golden color for FAQ questions */
}

.page-slot-games__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color, #FFD700); /* Golden color for toggle icon */
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-slot-games__faq-item.active .page-slot-games__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg);
}

.page-slot-games__final-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--secondary-color, #000080), #00004d);
  color: #ffffff;
  text-align: center;
}

.page-slot-games__final-cta .page-slot-games__section-title {
  color: var(--primary-color, #FFD700);
}

.page-slot-games__final-cta .page-slot-games__description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slot-games__main-title {
    font-size: 3em;
  }
  .page-slot-games__description {
    font-size: 1.15em;
  }
  .page-slot-games__section-title {
    font-size: 2em;
  }
  .page-slot-games__content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .page-slot-games__image-wrapper {
    margin-bottom: 30px;
  }
  .page-slot-games__features-grid,
  .page-slot-games__types-grid,
  .page-slot-games__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-slot-games__hero-section {
    padding-top: 100px; /* Adjusted for fixed header on tablet */
  }
}

@media (max-width: 768px) {
  .page-slot-games__hero-section {
    padding: 80px 0 60px; /* Adjusted for fixed header on mobile */
    padding-top: 100px !important; /* Mobile specific padding-top */
  }
  .page-slot-games__main-title {
    font-size: 2.2em;
  }
  .page-slot-games__description {
    font-size: 1em;
  }
  .page-slot-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-slot-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-slot-games__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 25px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-slot-games__about-section,
  .page-slot-games__why-choose-us,
  .page-slot-games__game-types,
  .page-slot-games__guide-section,
  .page-slot-games__tips-section,
  .page-slot-games__promotions-section,
  .page-slot-games__faq-section,
  .page-slot-games__final-cta {
    padding: 50px 0;
  }
  .page-slot-games__container {
    padding: 0 15px;
  }
  .page-slot-games__image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 8px;
  }
  .page-slot-games__image-wrapper,
  .page-slot-games__feature-card,
  .page-slot-games__type-card,
  .page-slot-games__guide-item,
  .page-slot-games__tips-item,
  .page-slot-games__promo-card,
  .page-slot-games__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }
  .page-slot-games__feature-image,
  .page-slot-games__type-image,
  .page-slot-games__promo-image {
    max-width: 100% !important;
    height: 150px !important; /* Adjusted height for mobile images */
    object-fit: cover;
  }
  .page-slot-games__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-slot-games__faq-question h3 {
    font-size: 1em;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-slot-games__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-slot-games__faq-answer {
    padding: 0 15px;
  }
  .page-slot-games__faq-item.active .page-slot-games__faq-answer {
    padding: 15px !important;
  }
}