/* style/game-introduction-casino-games-details.css */
.page-game-introduction-casino-games-details {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A202C;
  line-height: 1.6;
}

.page-game-introduction-casino-games-details__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-introduction-casino-games-details__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-game-introduction-casino-games-details__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[IMAGE:hero_banner]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-game-introduction-casino-games-details__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-introduction-casino-games-details__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #C0C0C0;
  position: relative;
  z-index: 1;
}

.page-game-introduction-casino-games-details__section {
  padding: 80px 0;
  background-color: #2D3748;
}

.page-game-introduction-casino-games-details__section--dark {
  background-color: #1A202C;
}

.page-game-introduction-casino-games-details__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-introduction-casino-games-details__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-game-introduction-casino-games-details__text-center {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1em;
  color: #C0C0C0;
}

.page-game-introduction-casino-games-details__feature-grid, 
.page-game-introduction-casino-games-details__promo-grid, 
.page-game-introduction-casino-games-details__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-game-introduction-casino-games-details__feature-item,
.page-game-introduction-casino-games-details__promo-item,
.page-game-introduction-casino-games-details__step-item {
  background-color: #1A202C;
  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;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-game-introduction-casino-games-details__feature-item:hover,
.page-game-introduction-casino-games-details__promo-item:hover,
.page-game-introduction-casino-games-details__step-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-game-introduction-casino-games-details__feature-image,
.page-game-introduction-casino-games-details__promo-image {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-game-introduction-casino-games-details__feature-heading,
.page-game-introduction-casino-games-details__promo-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-introduction-casino-games-details__feature-text,
.page-game-introduction-casino-games-details__promo-text {
  font-size: 1em;
  color: #C0C0C0;
}

.page-game-introduction-casino-games-details__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-game-introduction-casino-games-details__game-item {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-game-introduction-casino-games-details__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-game-introduction-casino-games-details__game-heading {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
  text-align: center;
}

.page-game-introduction-casino-games-details__game-text {
  font-size: 1.05em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-game-introduction-casino-games-details__game-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.page-game-introduction-casino-games-details__game-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #E0E0E0;
}

.page-game-introduction-casino-games-details__other-games {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #1A202C;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-game-introduction-casino-games-details__other-games-heading {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-game-introduction-casino-games-details__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-game-introduction-casino-games-details__step-icon {
  font-size: 2.5em;
  color: #1A202C;
  background-color: #FFD700;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px auto;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.page-game-introduction-casino-games-details__step-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-introduction-casino-games-details__step-text {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-game-introduction-casino-games-details__contact-info {
  text-align: center;
  padding: 40px;
  background-color: #1A202C;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
  max-width: 800px;
  margin: 0 auto;
}

.page-game-introduction-casino-games-details__contact-info p {
  font-size: 1.1em;
  color: #C0C0C0;
  margin-bottom: 25px;
}

.page-game-introduction-casino-games-details__contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
}

.page-game-introduction-casino-games-details__contact-list li {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23FFD700"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
}

.page-game-introduction-casino-games-details__section--final-cta {
  background: linear-gradient(135deg, #1A202C 0%, #000000 100%);
  padding: 100px 0;
  text-align: center;
}

.page-game-introduction-casino-games-details__button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-game-introduction-casino-games-details__button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-game-introduction-casino-games-details__button--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-game-introduction-casino-games-details__button--primary:hover {
  background-color: #e6c200;
}

.page-game-introduction-casino-games-details__button--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: none;
}

.page-game-introduction-casino-games-details__button--outline:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

@media (max-width: 768px) {
  .page-game-introduction-casino-games-details__hero-title {
    font-size: 2.5em;
  }
  .page-game-introduction-casino-games-details__section-title {
    font-size: 2em;
  }
  .page-game-introduction-casino-games-details__feature-grid, 
  .page-game-introduction-casino-games-details__promo-grid, 
  .page-game-introduction-casino-games-details__steps-grid,
  .page-game-introduction-casino-games-details__game-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-game-introduction-casino-games-details__hero-title {
    font-size: 2em;
  }
  .page-game-introduction-casino-games-details__hero-description {
    font-size: 1em;
  }
  .page-game-introduction-casino-games-details__section-title {
    font-size: 1.8em;
  }
  .page-game-introduction-casino-games-details__feature-heading,
  .page-game-introduction-casino-games-details__promo-heading,
  .page-game-introduction-casino-games-details__step-heading,
  .page-game-introduction-casino-games-details__game-heading {
    font-size: 1.5em;
  }
  .page-game-introduction-casino-games-details__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}