.page-games-slots {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text, high contrast with dark background */
  background-color: #0F1A3A; /* Slightly lighter than main primary for contrast */
}

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

.page-games-slots__hero-section {
  background: linear-gradient(135deg, #1A2B5B 0%, #0F1A3A 100%);
  padding: 100px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-games-slots__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-games-slots__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-games-slots__hero-description {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 900px;
}

.page-games-slots__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-games-slots__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.1);
}

.page-games-slots__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color for CTA */
  color: #1A2B5B; /* Primary color for text on CTA */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-games-slots__cta-button:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-games-slots__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
  margin: 10px;
}

.page-games-slots__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-games-slots__cta-button--secondary {
  background-color: #1A2B5B;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-games-slots__cta-button--secondary:hover {
  background-color: #2c4a86;
  border-color: #e5c100;
}

.page-games-slots__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 60px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-games-slots__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #C0C0C0;
}

.page-games-slots__why-choose-us {
  background-color: #1A2B5B;
  padding: 80px 0;
}

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

.page-games-slots__feature-item {
  background-color: #0F1A3A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-slots__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-games-slots__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-games-slots__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-games-slots__feature-text {
  font-size: 1em;
  color: #E0E0E0;
}

.page-games-slots__game-categories {
  padding: 80px 0;
  background-color: #0F1A3A;
}

.page-games-slots__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-games-slots__category-item {
  background-color: #1A2B5B;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-games-slots__category-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

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

.page-games-slots__category-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-games-slots__category-description {
  font-size: 1em;
  color: #C0C0C0;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-games-slots__more-games-text {
  text-align: center;
  font-size: 1.1em;
  margin-top: 50px;
  color: #C0C0C0;
}

.page-games-slots__promotions {
  background-color: #1A2B5B;
  padding: 80px 0;
}

.page-games-slots__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-games-slots__promo-item {
  background-color: #0F1A3A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-slots__promo-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-games-slots__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-games-slots__promo-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-games-slots__promo-description {
  font-size: 1em;
  color: #E0E0E0;
  margin-bottom: 20px;
}

.page-games-slots__promotion-note {
  text-align: center;
  font-size: 1.1em;
  margin-top: 50px;
  color: #C0C0C0;
}

.page-games-slots__how-to-play {
  padding: 80px 0;
  background-color: #0F1A3A;
}

.page-games-slots__steps-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 50px auto;
}

.page-games-slots__steps-list li {
  background-color: #1A2B5B;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-games-slots__step-number {
  background-color: #FFD700;
  color: #1A2B5B;
  font-weight: bold;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.page-games-slots__step-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-games-slots__step-link:hover {
  text-decoration: underline;
}

.page-games-slots__how-to-play-note {
  text-align: center;
  font-size: 1em;
  margin-top: 40px;
  color: #C0C0C0;
}

.page-games-slots__app-download {
  background-color: #1A2B5B;
  padding: 80px 0;
}

.page-games-slots__download-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.page-games-slots__download-text {
  flex: 1;
  min-width: 300px;
}

.page-games-slots__download-text p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-games-slots__download-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-games-slots__download-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-games-slots__download-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-games-slots__faq {
  padding: 80px 0;
  background-color: #0F1A3A;
}

.page-games-slots__faq-item {
  background-color: #1A2B5B;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-games-slots__faq-question {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-games-slots__faq-answer {
  font-size: 1em;
  color: #E0E0E0;
}

.page-games-slots__final-cta {
  background-color: #1A2B5B;
  padding: 80px 0;
  text-align: center;
}

.page-games-slots__final-cta .page-games-slots__section-intro {
  margin-bottom: 40px;
}

.page-games-slots__final-cta .page-games-slots__cta-button {
  margin: 10px;
}

.page-games-slots__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD700;
  color: #1A2B5B;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: pulse 2s infinite;
}

.page-games-slots__floating-promo a {
  color: #1A2B5B;
  text-decoration: underline;
}

.page-games-slots__floating-promo a:hover {
  color: #0F1A3A;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.text-highlight {
  color: #FFD700;
}

.text-highlight-link {
  color: #FFD700;
  font-weight: bold;
  text-decoration: none;
}

.text-highlight-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-games-slots__hero-title {
    font-size: 3em;
  }
  .page-games-slots__section-title {
    font-size: 2.5em;
  }
  .page-games-slots__download-content {
    flex-direction: column;
    text-align: center;
  }
  .page-games-slots__download-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-games-slots__hero-title {
    font-size: 2.5em;
  }
  .page-games-slots__hero-description {
    font-size: 1.1em;
  }
  .page-games-slots__section-title {
    font-size: 2em;
  }
  .page-games-slots__feature-title, .page-games-slots__category-title, .page-games-slots__promo-title {
    font-size: 1.5em;
  }
  .page-games-slots__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-games-slots__floating-promo {
    bottom: 15px;
    right: 15px;
    padding: 12px 20px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-games-slots__hero-title {
    font-size: 2em;
  }
  .page-games-slots__hero-description {
    font-size: 1em;
  }
  .page-games-slots__section-title {
    font-size: 1.8em;
  }
  .page-games-slots__cta-button--large {
    font-size: 1.1em;
    padding: 15px 25px;
  }
  .page-games-slots__download-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-games-slots__floating-promo {
    bottom: 10px;
    right: 10px;
    font-size: 0.9em;
    padding: 10px 15px;
  }
}