/* style/game-introduction-slot-games.css */
.page-game-introduction-slot-games {
  font-family: 'Arial', sans-serif;
  color: #0A1931;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-game-introduction-slot-games__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #3a4b6b 100%);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-game-introduction-slot-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,patterns,dark_blue]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.page-game-introduction-slot-games__hero-section > div {
  position: relative;
  z-index: 2;
}

.page-game-introduction-slot-games__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
}

.page-game-introduction-slot-games__main-title .highlight {
  color: #FFFFFF;
}

.page-game-introduction-slot-games__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-introduction-slot-games__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-game-introduction-slot-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-game-introduction-slot-games__btn--primary {
  background-color: #FFD700;
  color: #0A1931;
}

.page-game-introduction-slot-games__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-game-introduction-slot-games__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-introduction-slot-games__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-2px);
}

.page-game-introduction-slot-games__hero-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

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

.page-game-introduction-slot-games__section--features {
  background-color: #FFFFFF;
}

.page-game-introduction-slot-games__section-title {
  font-size: 2.8em;
  margin-bottom: 40px;
  color: #0A1931;
  font-weight: bold;
}

.page-game-introduction-slot-games__section-title .highlight {
  color: #FFD700;
}

.page-game-introduction-slot-games__intro-text {
  font-size: 1.15em;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #333;
}

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

.page-game-introduction-slot-games__feature-item, .page-game-introduction-slot-games__game-type-card, .page-game-introduction-slot-games__step-item, .page-game-introduction-slot-games__security-item {
  background-color: #F0F2F5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-game-introduction-slot-games__feature-item:hover, .page-game-introduction-slot-games__game-type-card:hover, .page-game-introduction-slot-games__security-item:hover {
  transform: translateY(-5px);
}

.page-game-introduction-slot-games__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-game-introduction-slot-games__feature-title, .page-game-introduction-slot-games__game-type-title, .page-game-introduction-slot-games__step-title, .page-game-introduction-slot-games__security-title {
  font-size: 1.6em;
  color: #0A1931;
  margin-bottom: 15px;
}

.page-game-introduction-slot-games__feature-description, .page-game-introduction-slot-games__game-type-description, .page-game-introduction-slot-games__step-description, .page-game-introduction-slot-games__security-description {
  font-size: 1em;
  color: #555;
}

.page-game-introduction-slot-games__btn--download {
  background-color: #0A1931;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-game-introduction-slot-games__btn--download:hover {
  background-color: #FFD700;
  color: #0A1931;
}

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

.page-game-introduction-slot-games__call-to-action-text {
  font-size: 1.3em;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #0A1931;
}

.page-game-introduction-slot-games__btn--center {
  margin: 0 auto;
  display: table;
}

.page-game-introduction-slot-games__step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #0A1931;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-game-introduction-slot-games__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-game-introduction-slot-games__inline-link:hover {
  text-decoration: underline;
}

.page-game-introduction-slot-games__content-image {
  max-width: 90%;
  width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-introduction-slot-games__content-image--large {
  max-width: 1000px;
}

.page-game-introduction-slot-games__section--bonuses {
  padding: 80px 0;
}

.page-game-introduction-slot-games__bonus-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
}

.page-game-introduction-slot-games__bonus-list li {
  font-size: 1.2em;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
}

.page-game-introduction-slot-games__list-icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 15px;
  line-height: 1;
}

.page-game-introduction-slot-games__section--security {
  background-color: #f0f2f5;
}

.page-game-introduction-slot-games__security-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.page-game-introduction-slot-games__faq-list {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-game-introduction-slot-games__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-introduction-slot-games__faq-question {
  font-size: 1.4em;
  color: #0A1931;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-introduction-slot-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
}

.page-game-introduction-slot-games__faq-answer {
  font-size: 1.1em;
  color: #555;
  display: none; /* Initially hidden, JS will toggle */
  margin-top: 15px;
}

.page-game-introduction-slot-games__faq-item.active .page-game-introduction-slot-games__faq-answer {
  display: block;
}

.page-game-introduction-slot-games__faq-item.active .page-game-introduction-slot-games__faq-question::after {
  content: '-';
}

.page-game-introduction-slot-games__section--final-cta {
  padding: 80px 0;
  color: #0A1931;
}

.page-game-introduction-slot-games__btn--dark-text {
  color: #0A1931;
  border: 2px solid #0A1931;
}

.page-game-introduction-slot-games__btn--dark-text.page-game-introduction-slot-games__btn--primary {
  background-color: #0A1931;
  color: #FFD700;
  border: none;
}

.page-game-introduction-slot-games__btn--dark-text.page-game-introduction-slot-games__btn--primary:hover {
  background-color: #1a2a4b;
  color: #FFD700;
}

.page-game-introduction-slot-games__btn--dark-text.page-game-introduction-slot-games__btn--secondary {
  background-color: transparent;
  color: #0A1931;
  border: 2px solid #0A1931;
}

.page-game-introduction-slot-games__btn--dark-text.page-game-introduction-slot-games__btn--secondary:hover {
  background-color: #0A1931;
  color: #FFD700;
}

.page-game-introduction-slot-games__final-cta-image {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-game-introduction-slot-games__disclaimer {
  background-color: #0A1931;
  color: #FFFFFF;
  padding: 30px 0;
  font-size: 0.9em;
  text-align: center;
}

.page-game-introduction-slot-games__disclaimer em {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-game-introduction-slot-games__main-title {
    font-size: 2.8em;
  }
  .page-game-introduction-slot-games__subtitle {
    font-size: 1.2em;
  }
  .page-game-introduction-slot-games__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-game-introduction-slot-games__hero-section {
    padding: 60px 0;
  }
  .page-game-introduction-slot-games__main-title {
    font-size: 2.2em;
  }
  .page-game-introduction-slot-games__subtitle {
    font-size: 1em;
  }
  .page-game-introduction-slot-games__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-game-introduction-slot-games__btn {
    padding: 12px 25px;
    font-size: 1em;
    width: 80%;
    margin: 0 auto;
  }
  .page-game-introduction-slot-games__hero-image {
    max-width: 90%;
  }
  .page-game-introduction-slot-games__section {
    padding: 40px 0;
  }
  .page-game-introduction-slot-games__section-title {
    font-size: 1.8em;
  }
  .page-game-introduction-slot-games__intro-text {
    font-size: 1em;
  }
  .page-game-introduction-slot-games__feature-grid, .page-game-introduction-slot-games__game-type-grid, .page-game-introduction-slot-games__steps-grid, .page-game-introduction-slot-games__security-points {
    grid-template-columns: 1fr;
  }
  .page-game-introduction-slot-games__bonus-list li {
    font-size: 1.1em;
  }
  .page-game-introduction-slot-games__faq-question {
    font-size: 1.2em;
  }
  .page-game-introduction-slot-games__faq-answer {
    font-size: 1em;
  }
  .page-game-introduction-slot-games__final-cta-image {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .page-game-introduction-slot-games__main-title {
    font-size: 1.8em;
  }
  .page-game-introduction-slot-games__subtitle {
    font-size: 0.9em;
  }
  .page-game-introduction-slot-games__btn {
    width: 90%;
  }
  .page-game-introduction-slot-games__section-title {
    font-size: 1.5em;
  }
  .page-game-introduction-slot-games__feature-title, .page-game-introduction-slot-games__game-type-title, .page-game-introduction-slot-games__step-title, .page-game-introduction-slot-games__security-title {
    font-size: 1.4em;
  }
  .page-game-introduction-slot-games__list-icon {
    font-size: 1.2em;
    margin-right: 10px;
  }
  .page-game-introduction-slot-games__bonus-list li {
    font-size: 1em;
  }
  .page-game-introduction-slot-games__faq-question {
    font-size: 1.1em;
  }
}