.page-slot-jackpot-games {
  background-color: #100224;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}

.page-slot-jackpot-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 40px 0;
  position: relative;
  overflow: hidden;
}

.page-slot-jackpot-games__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 20px;
}

.page-slot-jackpot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-slot-jackpot-games__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-slot-jackpot-games__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #ff9500, #ff5e3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* Fallback for browsers that don't support text-fill-color */
}

.page-slot-jackpot-games__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-slot-jackpot-games__cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #ff9500, #ff5e3a);
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-slot-jackpot-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 94, 58, 0.4);
}

.page-slot-jackpot-games__cta-button--small {
  padding: 12px 25px;
  font-size: 1rem;
}

.page-slot-jackpot-games__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2rem;
  max-width: 350px;
  margin: 0 auto;
}

.page-slot-jackpot-games__games-showcase,
.page-slot-jackpot-games__why-choose-us,
.page-slot-jackpot-games__promotions-section,
.page-slot-jackpot-games__final-cta {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
}

.page-slot-jackpot-games__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #26A9E0; /* Main brand color for section titles */
}

.page-slot-jackpot-games__section-description {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #CCCCCC;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-jackpot-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-slot-jackpot-games__game-tile {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #0d011c;
  min-height: 200px;
}

.page-slot-jackpot-games__game-tile:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.page-slot-jackpot-games__game-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-width: 200px; /* Ensure min size */
  min-height: 200px; /* Ensure min size */
}

.page-slot-jackpot-games__why-choose-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  text-align: left;
  background-color: #0d011c;
  border-radius: 15px;
  padding: 40px;
}

.page-slot-jackpot-games__content-wrapper {
  flex: 1;
}

.page-slot-jackpot-games__why-choose-us .page-slot-jackpot-games__section-title {
  text-align: left;
  background: linear-gradient(90deg, #26A9E0, #83a1f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.page-slot-jackpot-games__why-choose-us .page-slot-jackpot-games__section-description {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.page-slot-jackpot-games__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-slot-jackpot-games__benefit-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #E0E0E0;
  font-size: 1rem;
}

.page-slot-jackpot-games__benefit-item::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: #26A9E0;
  font-size: 1.2em;
  line-height: 1;
}

.page-slot-jackpot-games__image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-slot-jackpot-games__benefit-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-slot-jackpot-games__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-jackpot-games__promotion-card {
  background-color: #0d011c;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-slot-jackpot-games__promotion-card:hover {
  transform: translateY(-5px);
}

.page-slot-jackpot-games__promotion-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-slot-jackpot-games__promotion-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-slot-jackpot-games__promotion-text {
  font-size: 0.95rem;
  color: #CCCCCC;
  margin-bottom: 20px;
  padding: 0 15px;
}

.page-slot-jackpot-games__card-link {
  display: inline-block;
  background-color: #83a1f2; /* Blue pill button */
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 150px;
}

.page-slot-jackpot-games__card-link:hover {
  background-color: #688cec;
}

.page-slot-jackpot-games__view-all-promos {
  margin-top: 50px;
}

.page-slot-jackpot-games__final-cta {
  background-color: #0d011c;
  border-radius: 15px;
  padding: 50px 20px;
  margin-bottom: 40px;
}

/* Media Queries for responsiveness */
@media (max-width: 849px) {
  .page-slot-jackpot-games__hero-image-wrapper {
    margin-bottom: 15px;
  }

  .page-slot-jackpot-games__main-title {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }

  .page-slot-jackpot-games__hero-description {
    font-size: 1rem;
  }

  .page-slot-jackpot-games__cta-button {
    font-size: 1rem;
    padding: 12px 25px;
    min-height: 44px;
    width: 100%;
    max-width: 280px;
  }

  .page-slot-jackpot-games__games-showcase,
  .page-slot-jackpot-games__why-choose-us,
  .page-slot-jackpot-games__promotions-section,
  .page-slot-jackpot-games__final-cta {
    padding: 40px 15px;
  }

  .page-slot-jackpot-games__section-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }

  .page-slot-jackpot-games__section-description {
    font-size: 0.95rem;
  }

  .page-slot-jackpot-games__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .page-slot-jackpot-games__game-tile img {
    max-width: 100%;
    height: auto;
  }

  .page-slot-jackpot-games__why-choose-us {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .page-slot-jackpot-games__why-choose-us .page-slot-jackpot-games__section-title {
    text-align: center;
  }

  .page-slot-jackpot-games__why-choose-us .page-slot-jackpot-games__section-description {
    text-align: center;
  }

  .page-slot-jackpot-games__benefits-list {
    text-align: left;
  }

  .page-slot-jackpot-games__benefit-image {
    max-width: 100%;
    height: auto;
  }

  .page-slot-jackpot-games__promotions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-slot-jackpot-games__promotion-image {
    height: 200px;
    max-width: 100%;
  }
}

@media (max-width: 549px) {
  .page-slot-jackpot-games__hero-section {
    padding-top: 10px; /* Small top padding */
  }

  .page-slot-jackpot-games__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-slot-jackpot-games__hero-description {
    font-size: 0.9rem;
  }

  .page-slot-jackpot-games__games-showcase,
  .page-slot-jackpot-games__why-choose-us,
  .page-slot-jackpot-games__promotions-section,
  .page-slot-jackpot-games__final-cta {
    padding: 30px 10px;
  }

  .page-slot-jackpot-games__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-slot-jackpot-games__section-description {
    font-size: 0.85rem;
  }

  .page-slot-jackpot-games__game-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .page-slot-jackpot-games__game-tile img {
    max-width: 100%;
    height: auto;
  }

  .page-slot-jackpot-games__benefit-item {
    font-size: 0.9rem;
  }

  .page-slot-jackpot-games__promotion-title {
    font-size: 1.2rem;
  }

  .page-slot-jackpot-games__promotion-text {
    font-size: 0.85rem;
  }

  .page-slot-jackpot-games__cta-button--large {
    font-size: 1.1rem;
    padding: 15px 30px;
  }

  /* Ensure all images within content area are responsive and not smaller than 200px */
  .page-slot-jackpot-games img {
    max-width: 100%;
    height: auto;
    min-width: 200px; 
    min-height: 200px;
  }
}

/* Ensure images in content sections adhere to min-size */
.page-slot-jackpot-games__games-showcase img,
.page-slot-jackpot-games__why-choose-us img,
.page-slot-jackpot-games__promotions-section img {
  min-width: 200px;
  min-height: 200px;
}