/* style/download-789-slot-game.css */
.page-download-789-slot-game {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light body background #f4f4f4 */
  line-height: 1.6;
}

.page-download-789-slot-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-789-slot-game__hero-section {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  color: #ffffff;
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-789-slot-game__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page-download-789-slot-game__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-download-789-slot-game__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-download-789-slot-game__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-download-789-slot-game__button--primary {
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  border: 2px solid #FFD700;
}

.page-download-789-slot-game__button--primary:hover {
  background-color: #e0b000;
  border-color: #e0b000;
  transform: translateY(-3px);
}

.page-download-789-slot-game__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-download-789-slot-game__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.page-download-789-slot-game__hero-image-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
}

.page-download-789-slot-game__hero-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-download-789-slot-game__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Dark Red */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-download-789-slot-game__section-subtitle {
  font-size: 1.2em;
  color: #555555;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-download-789-slot-game__why-choose-section,
.page-download-789-slot-game__download-guide-section,
.page-download-789-slot-game__game-features-section,
.page-download-789-slot-game__faq-section {
  padding: 60px 0;
}

.page-download-789-slot-game__why-choose-section {
  background-color: #fcfcfc;
}

.page-download-789-slot-game__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-download-789-slot-game__feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-download-789-slot-game__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-download-789-slot-game__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-download-789-slot-game__feature-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-download-789-slot-game__feature-description {
  font-size: 1em;
  color: #666666;
}

.page-download-789-slot-game__download-guide-section {
  background-color: #eaeaea;
}

.page-download-789-slot-game__guide-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-download-789-slot-game__guide-item:last-child {
  margin-bottom: 0;
}

.page-download-789-slot-game__guide-title {
  font-size: 2em;
  color: #8B0000; /* Dark Red */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-download-789-slot-game__guide-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 25px;
  max-width: 700px;
}

.page-download-789-slot-game__guide-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-download-789-slot-game__button--small {
  padding: 12px 25px;
  font-size: 1em;
  background-color: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

.page-download-789-slot-game__button--small:hover {
  background-color: #e0b000;
  border-color: #e0b000;
}

.page-download-789-slot-game__game-features-section {
  background-color: #fcfcfc;
}

.page-download-789-slot-game__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-download-789-slot-game__game-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-download-789-slot-game__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-download-789-slot-game__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-download-789-slot-game__game-title {
  font-size: 1.4em;
  color: #8B0000; /* Dark Red */
  margin: 20px 20px 10px;
  font-weight: bold;
}

.page-download-789-slot-game__game-title a {
  color: #8B0000;
  text-decoration: none;
}

.page-download-789-slot-game__game-title a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-download-789-slot-game__game-description {
  font-size: 0.95em;
  color: #666666;
  padding: 0 20px 20px;
}

.page-download-789-slot-game__faq-section {
  background-color: #eaeaea;
}

.page-download-789-slot-game__faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-download-789-slot-game__faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-download-789-slot-game__faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Gold */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-download-789-slot-game__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-download-789-slot-game__cta-section {
  background: linear-gradient(135deg, #8B0000, #FFD700);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-download-789-slot-game__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page-download-789-slot-game__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-download-789-slot-game__button--large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

.page-download-789-slot-game__text-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}

.page-download-789-slot-game__text-link:hover {
  color: #e0b000;
}

.page-download-789-slot-game__cta-small-text {
  margin-top: 20px;
  font-size: 1.1em;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-download-789-slot-game__hero-title {
    font-size: 2.5em;
  }

  .page-download-789-slot-game__hero-description,
  .page-download-789-slot-game__section-subtitle,
  .page-download-789-slot-game__cta-description {
    font-size: 1.1em;
  }

  .page-download-789-slot-game__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-download-789-slot-game__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-download-789-slot-game__section-title {
    font-size: 2em;
  }

  .page-download-789-slot-game__feature-title {
    font-size: 1.3em;
  }

  .page-download-789-slot-game__guide-title {
    font-size: 1.8em;
  }

  .page-download-789-slot-game__game-title {
    font-size: 1.2em;
  }

  .page-download-789-slot-game__cta-title {
    font-size: 2.2em;
  }

  .page-download-789-slot-game__button--large {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .page-download-789-slot-game__hero-title {
    font-size: 2em;
  }

  .page-download-789-slot-game__hero-description {
    font-size: 1em;
  }

  .page-download-789-slot-game__button {
    width: 90%;
  }

  .page-download-789-slot-game__section-title {
    font-size: 1.8em;
  }

  .page-download-789-slot-game__feature-card,
  .page-download-789-slot-game__game-card,
  .page-download-789-slot-game__faq-item {
    padding: 20px;
  }

  .page-download-789-slot-game__cta-title {
    font-size: 1.8em;
  }

  .page-download-789-slot-game__cta-description {
    font-size: 1em;
  }

  .page-download-789-slot-game__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}