.page-index-featured-78win01-games {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-index-featured-78win01-games__hero {
  background: linear-gradient(135deg, #1A237E 0%, #303F9F 50%, #FFD700 100%);
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.page-index-featured-78win01-games__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-index-featured-78win01-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-index-featured-78win01-games__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #FFFFFF;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-featured-78win01-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 0;
}

.page-index-featured-78win01-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) blur(3px);
}

.page-index-featured-78win01-games__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  margin: 10px;
}

.page-index-featured-78win01-games__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1A237E; /* Deep Indigo */
}

.page-index-featured-78win01-games__btn--primary:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-index-featured-78win01-games__btn--secondary {
  background-color: #1A237E; /* Deep Indigo */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-index-featured-78win01-games__btn--secondary:hover {
  background-color: #303F9F;
  transform: translateY(-2px);
}

.page-index-featured-78win01-games__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
}

.page-index-featured-78win01-games__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-index-featured-78win01-games__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-featured-78win01-games__section-title {
  font-size: 2.5em;
  color: #1A237E; /* Deep Indigo */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-index-featured-78win01-games__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-index-featured-78win01-games__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #555555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-featured-78win01-games__section--why-choose {
  background-color: #f8f8f8;
}

.page-index-featured-78win01-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-featured-78win01-games__feature-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-featured-78win01-games__feature-item:hover {
  transform: translateY(-10px);
}

.page-index-featured-78win01-games__feature-title {
  font-size: 1.5em;
  color: #1A237E; /* Deep Indigo */
  margin-bottom: 15px;
}

.page-index-featured-78win01-games__category-card {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-index-featured-78win01-games__category-card:last-child {
  margin-bottom: 0;
}

.page-index-featured-78win01-games__category-card--reverse {
  flex-direction: row-reverse;
}

.page-index-featured-78win01-games__category-image-wrapper {
  flex: 1;
  min-width: 40%;
}

.page-index-featured-78win01-games__category-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.page-index-featured-78win01-games__category-content {
  flex: 1;
  padding: 40px;
}

.page-index-featured-78win01-games__category-title {
  font-size: 2em;
  color: #1A237E; /* Deep Indigo */
  margin-bottom: 20px;
}

.page-index-featured-78win01-games__category-content p {
  margin-bottom: 25px;
  color: #555555;
}

.page-index-featured-78win01-games__section--promotions {
  background-color: #1A237E;
  color: #FFFFFF;
}

.page-index-featured-78win01-games__section--promotions .page-index-featured-78win01-games__section-title {
  color: #FFD700;
}

.page-index-featured-78win01-games__section--promotions .page-index-featured-78win01-games__section-description {
  color: #FFFFFF;
}

.page-index-featured-78win01-games__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-featured-78win01-games__promo-card {
  background-color: #2a348f; /* A lighter shade of primary for card background */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

.page-index-featured-78win01-games__promo-card:hover {
  transform: translateY(-8px);
}

.page-index-featured-78win01-games__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-index-featured-78win01-games__promo-title {
  font-size: 1.6em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-index-featured-78win01-games__promo-card p {
  color: #e0e0e0;
  padding: 0 15px 20px;
}

.page-index-featured-78win01-games__section--responsible-gaming {
  background-color: #f0f4f7;
}

.page-index-featured-78win01-games__responsible-gaming-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.page-index-featured-78win01-games__responsible-gaming-list li {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-index-featured-78win01-games__responsible-gaming-list li strong {
  color: #1A237E;
}

.page-index-featured-78win01-games__section--get-started {
  background-color: #FFFFFF;
}

.page-index-featured-78win01-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-featured-78win01-games__step-item {
  text-align: center;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  position: relative;
}

.page-index-featured-78win01-games__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1A237E; /* Deep Indigo */
  color: #FFD700; /* Gold */
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-featured-78win01-games__step-title {
  font-size: 1.6em;
  color: #1A237E; /* Deep Indigo */
  margin-bottom: 15px;
}

.page-index-featured-78win01-games__section--faq {
  background-color: #f8f8f8;
}

.page-index-featured-78win01-games__faq-items {
  margin-top: 40px;
}

.page-index-featured-78win01-games__faq-item {
  background-color: #FFFFFF;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-left: 5px solid #1A237E;
}

.page-index-featured-78win01-games__faq-question {
  font-size: 1.3em;
  color: #1A237E; /* Deep Indigo */
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-featured-78win01-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-featured-78win01-games__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-featured-78win01-games__faq-answer {
  color: #555555;
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-index-featured-78win01-games__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-featured-78win01-games__hero-title {
    font-size: 2.8em;
  }

  .page-index-featured-78win01-games__hero-subtitle {
    font-size: 1.1em;
  }

  .page-index-featured-78win01-games__category-card {
    flex-direction: column;
  }

  .page-index-featured-78win01-games__category-card--reverse {
    flex-direction: column;
  }

  .page-index-featured-78win01-games__category-image-wrapper {
    min-width: 100%;
  }

  .page-index-featured-78win01-games__category-image {
    height: 250px;
  }

  .page-index-featured-78win01-games__category-content {
    padding: 30px;
  }

  .page-index-featured-78win01-games__section-title {
    font-size: 2em;
  }

  .page-index-featured-78win01-games__responsible-gaming-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-featured-78win01-games__hero {
    padding: 60px 15px;
    min-height: 400px;
  }

  .page-index-featured-78win01-games__hero-title {
    font-size: 2.2em;
  }

  .page-index-featured-78win01-games__hero-subtitle {
    font-size: 1em;
  }

  .page-index-featured-78win01-games__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-index-featured-78win01-games__section {
    padding: 40px 15px;
  }

  .page-index-featured-78win01-games__section-title {
    font-size: 1.8em;
  }

  .page-index-featured-78win01-games__section-description {
    font-size: 0.95em;
  }

  .page-index-featured-78win01-games__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-index-featured-78win01-games__step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }

  .page-index-featured-78win01-games__step-title {
    font-size: 1.4em;
  }

  .page-index-featured-78win01-games__faq-question {
    font-size: 1.1em;
  }
}