.page-games-slot-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-games-slot-games__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-games-slot-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-games-slot-games__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-slot-games__hero-actions .page-games-slot-games__btn {
  margin: 0 10px;
}

.page-games-slot-games__section {
  padding: 60px 0;
  text-align: center;
}

.page-games-slot-games__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-games-slot-games__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #007bff;
  font-weight: bold;
}

.page-games-slot-games__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

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

.page-games-slot-games__feature-item, .page-games-slot-games__game-card, .page-games-slot-games__step-item, .page-games-slot-games__tip-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-games-slot-games__feature-item:hover, .page-games-slot-games__game-card:hover, .page-games-slot-games__step-item:hover, .page-games-slot-games__tip-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.page-games-slot-games__feature-icon, .page-games-slot-games__tip-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.2));
}

.page-games-slot-games__feature-title, .page-games-slot-games__game-title, .page-games-slot-games__step-title, .page-games-slot-games__tip-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-games-slot-games__feature-text, .page-games-slot-games__game-text, .page-games-slot-games__step-text, .page-games-slot-games__tip-text {
  font-size: 1em;
  color: #555;
  margin-bottom: 15px;
}

.page-games-slot-games__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-games-slot-games__btn--primary {
  background-color: #007bff;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.page-games-slot-games__btn--primary:hover {
  background-color: #0056b3;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  transform: translateY(-2px);
}

.page-games-slot-games__btn--secondary {
  background-color: #ffc107;
  color: #333;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.page-games-slot-games__btn--secondary:hover {
  background-color: #e0a800;
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
  transform: translateY(-2px);
}

.page-games-slot-games__btn--link {
  color: #007bff;
  background: none;
  padding: 0;
  font-size: 1em;
  box-shadow: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  display: inline;
}

.page-games-slot-games__btn--link:hover {
  color: #0056b3;
  border-bottom-color: #007bff;
  transform: none;
  box-shadow: none;
}

.page-games-slot-games__btn--small {
  padding: 8px 20px;
  font-size: 0.9em;
  border-radius: 30px;
  margin-top: 15px;
}

.page-games-slot-games__btn--large {
  padding: 15px 35px;
  font-size: 1.2em;
  border-radius: 60px;
}

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

.page-games-slot-games__game-list {
  list-style-type: none;
  padding: 0;
  margin-top: 15px;
  text-align: left;
  color: #555;
}

.page-games-slot-games__game-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.page-games-slot-games__game-list li::before {
  content: '✓';
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-games-slot-games__step-item {
  position: relative;
  padding-top: 60px;
}

.page-games-slot-games__step-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc107;
  color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-games-slot-games__faq-accordion {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-games-slot-games__faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-games-slot-games__faq-question {
  padding: 20px 25px;
  font-size: 1.3em;
  color: #007bff;
  cursor: pointer;
  margin: 0;
  background-color: #f0f8ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.page-games-slot-games__faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-games-slot-games__faq-question.active {
  background-color: #e6f2ff;
}

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

.page-games-slot-games__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #fff;
}

.page-games-slot-games__faq-answer p {
  padding-bottom: 20px;
  margin: 0;
  color: #555;
}

.page-games-slot-games__faq-answer .page-games-slot-games__btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

.page-games-slot-games__cta {
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-games-slot-games__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-games-slot-games__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-slot-games .highlight {
  color: #ffc107;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-games-slot-games__hero-title {
    font-size: 2.8em;
  }
  .page-games-slot-games__hero-subtitle {
    font-size: 1.2em;
  }
  .page-games-slot-games__section-title {
    font-size: 2.2em;
  }
  .page-games-slot-games__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-games-slot-games__hero {
    padding: 80px 0;
  }
  .page-games-slot-games__hero-title {
    font-size: 2.2em;
  }
  .page-games-slot-games__hero-subtitle {
    font-size: 1em;
  }
  .page-games-slot-games__hero-actions .page-games-slot-games__btn {
    display: block;
    margin: 15px auto;
    width: 80%;
  }
  .page-games-slot-games__section {
    padding: 40px 0;
  }
  .page-games-slot-games__section-title {
    font-size: 1.8em;
  }
  .page-games-slot-games__feature-grid, .page-games-slot-games__game-grid, .page-games-slot-games__steps-grid, .page-games-slot-games__tip-grid {
    grid-template-columns: 1fr;
  }
  .page-games-slot-games__feature-item, .page-games-slot-games__game-card, .page-games-slot-games__step-item, .page-games-slot-games__tip-item {
    padding: 25px;
  }
  .page-games-slot-games__feature-icon {
    width: 60px;
    height: 60px;
  }
  .page-games-slot-games__feature-title, .page-games-slot-games__game-title, .page-games-slot-games__step-title, .page-games-slot-games__tip-title {
    font-size: 1.5em;
  }
  .page-games-slot-games__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
  .page-games-slot-games__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-games-slot-games__faq-answer p {
    padding-bottom: 15px;
  }
  .page-games-slot-games__cta {
    padding: 60px 0;
  }
  .page-games-slot-games__cta-title {
    font-size: 2em;
  }
  .page-games-slot-games__cta-description {
    font-size: 1em;
  }
}