.page-games-slots {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-games-slots__hero-section {
  background: linear-gradient(135deg, #1A237E, #5f65a5);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-games-slots__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-games-slots__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #FFC107;
  position: relative;
  z-index: 1;
}

.page-games-slots__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-games-slots__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
}

.page-games-slots__btn--primary {
  background-color: #FFC107;
  color: #1A237E;
}

.page-games-slots__btn--primary:hover {
  background-color: #e5a806;
  transform: translateY(-2px);
}

.page-games-slots__btn--secondary {
  background-color: #1A237E;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-games-slots__btn--secondary:hover {
  background-color: #0d1246;
  transform: translateY(-2px);
}

.page-games-slots__btn--light {
  background-color: #fff;
  color: #1A237E;
  border: 2px solid #fff;
}

.page-games-slots__btn--light:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-games-slots__btn--download {
  margin: 10px;
  min-width: 200px;
}

.page-games-slots__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-games-slots__section {
  padding: 60px 0;
}

.page-games-slots__section--dark-bg {
  background-color: #1A237E;
  color: #fff;
}

.page-games-slots__section--gradient {
  background: linear-gradient(135deg, #1A237E, #5f65a5);
  color: #fff;
}

.page-games-slots__section-title {
  font-size: 2.5em;
  color: #1A237E;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-games-slots__section-title--light {
  color: #FFC107;
}

.page-games-slots__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-games-slots__section-description--light {
  color: #e0e0e0;
}

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

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

.page-games-slots__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.page-games-slots__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(26, 35, 126, 0.3));
}

.page-games-slots__feature-title {
  font-size: 1.6em;
  color: #1A237E;
  margin-bottom: 15px;
  font-weight: 600;
}

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

.page-games-slots__text-center {
  text-align: center;
  margin-top: 40px;
}

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

.page-games-slots__game-type-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-games-slots__game-type-card:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.page-games-slots__game-type-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-games-slots__game-type-title {
  font-size: 1.5em;
  color: #FFC107;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-games-slots__game-type-text {
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-games-slots__provider-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-games-slots__provider-logo {
  max-width: 150px;
  height: auto;
  filter: grayscale(80%) opacity(0.7);
  transition: filter 0.3s ease;
}

.page-games-slots__provider-logo:hover {
  filter: grayscale(0%) opacity(1);
}

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

.page-games-slots__steps-list li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

.page-games-slots__step-text {
  margin: 0;
  font-size: 1.1em;
  color: #fff;
}

.page-games-slots__tips-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 900px;
}

.page-games-slots__tips-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 1.1em;
  color: #333;
}

.page-games-slots__tips-list li:last-child {
  border-bottom: none;
}

.page-games-slots__tip-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 5px rgba(26, 35, 126, 0.2));
}

.page-games-slots__tips-list strong {
  color: #1A237E;
}

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

.page-games-slots__app-info {
  flex: 1 1 350px;
  text-align: center;
}

.page-games-slots__app-screenshot {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-games-slots__app-cta {
  flex: 1 1 400px;
  text-align: center;
}

.page-games-slots__app-cta-title {
  font-size: 2em;
  color: #FFC107;
  margin-bottom: 15px;
}

.page-games-slots__app-cta-text {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 30px;
}

.page-games-slots__app-qr-text {
  color: #FFC107;
  margin-top: 30px;
  font-size: 1.1em;
}

.page-games-slots__qr-code {
  width: 150px;
  height: 150px;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-games-slots__faq {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-slots__faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-games-slots__faq-question {
  font-size: 1.3em;
  color: #1A237E;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}

.page-games-slots__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-games-slots__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-games-slots__faq-answer {
  font-size: 1em;
  color: #555;
  margin-top: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  max-height: 0;
  overflow: hidden;
}

.page-games-slots__faq-answer.open {
  display: block;
  opacity: 1;
  max-height: 200px; /* Adjust as needed */
}

.page-games-slots__cta-bottom {
  background: linear-gradient(45deg, #1A237E, #FFC107);
  color: #fff;
  padding: 70px 0;
  text-align: center;
  margin-top: 50px;
}

.page-games-slots__cta-title {
  font-size: 3em;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.page-games-slots__cta-description {
  font-size: 1.4em;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #f0f0f0;
}

.page-games-slots__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.page-games-slots__floating-btn {
  background-color: #FFC107;
  color: #1A237E;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-games-slots__floating-btn:hover {
  background-color: #e5a806;
  transform: translateY(-3px);
}

.page-games-slots__floating-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-slots__hero-title {
    font-size: 2.8em;
  }
  .page-games-slots__hero-description {
    font-size: 1.1em;
  }
  .page-games-slots__section-title {
    font-size: 2em;
  }
  .page-games-slots__cta-title {
    font-size: 2.5em;
  }
  .page-games-slots__cta-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-games-slots__hero-title {
    font-size: 2.2em;
  }
  .page-games-slots__hero-description {
    font-size: 1em;
  }
  .page-games-slots__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-games-slots__section {
    padding: 40px 0;
  }
  .page-games-slots__section-title {
    font-size: 1.8em;
  }
  .page-games-slots__features-grid,
  .page-games-slots__game-types-grid,
  .page-games-slots__app-download-grid {
    grid-template-columns: 1fr;
  }
  .page-games-slots__feature-item,
  .page-games-slots__game-type-card {
    padding: 25px;
  }
  .page-games-slots__app-screenshot {
    max-width: 80%;
  }
  .page-games-slots__steps-list li {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .page-games-slots__step-number {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-games-slots__tips-list li {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-games-slots__tip-icon {
    margin-bottom: 10px;
  }
  .page-games-slots__floating-btn {
    padding: 10px 15px;
    font-size: 0.9em;
  }
  .page-games-slots__floating-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 480px) {
  .page-games-slots__hero-title {
    font-size: 1.8em;
  }
  .page-games-slots__section-title {
    font-size: 1.5em;
  }
  .page-games-slots__cta-title {
    font-size: 1.8em;
  }
  .page-games-slots__cta-description {
    font-size: 1em;
  }
  .page-games-slots__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-games-slots__floating-promo {
    bottom: 10px;
    right: 10px;
  }
  .page-games-slots__floating-btn {
    padding: 8px 12px;
    font-size: 0.8em;
  }
  .page-games-slots__floating-icon {
    width: 20px;
    height: 20px;
  }
}