/* style/player-stories-slots-jackpot-winner.css */
.page-player-stories-slots-jackpot-winner {
  font-family: 'Arial', sans-serif;
  color: #1A202C;
  line-height: 1.6;
}

.page-player-stories-slots-jackpot-winner__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-player-stories-slots-jackpot-winner__hero {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
}

.page-player-stories-slots-jackpot-winner__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-player-stories-slots-jackpot-winner__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 32, 44, 0.8), rgba(255, 215, 0, 0.4));
  z-index: 2;
}

.page-player-stories-slots-jackpot-winner__hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
}

.page-player-stories-slots-jackpot-winner__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Contrast with dark overlay */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-player-stories-slots-jackpot-winner__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #F0F0F0; /* Contrast with dark overlay */
}

.page-player-stories-slots-jackpot-winner__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-player-stories-slots-jackpot-winner__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-player-stories-slots-jackpot-winner__btn--primary:hover {
  background-color: #e6c200;
}

.page-player-stories-slots-jackpot-winner__btn--secondary {
  background-color: #1A202C;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-player-stories-slots-jackpot-winner__btn--secondary:hover {
  background-color: #333d4e;
}

.page-player-stories-slots-jackpot-winner__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-player-stories-slots-jackpot-winner__section {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.page-player-stories-slots-jackpot-winner__section--dark {
  background-color: #1A202C;
  color: #FFFFFF;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__section-title,
.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__sub-title,
.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__story-title {
  color: #FFD700;
}

.page-player-stories-slots-jackpot-winner__section-title {
  font-size: 2.8em;
  color: #1A202C;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.page-player-stories-slots-jackpot-winner__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-player-stories-slots-jackpot-winner__sub-title {
  font-size: 2em;
  color: #1A202C;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
}

.page-player-stories-slots-jackpot-winner__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__text {
  color: #E0E0E0;
}

.page-player-stories-slots-jackpot-winner__text--small {
  font-size: 0.9em;
  margin-top: 30px;
  color: #666666;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__text--small {
  color: #BBBBBB;
}

.page-player-stories-slots-jackpot-winner__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-player-stories-slots-jackpot-winner__dịch-vụ {
  color: #FFD700;
  font-weight: bold;
}

.page-player-stories-slots-jackpot-winner__innovation {
  color: #FFD700;
  font-weight: bold;
}

.page-player-stories-slots-jackpot-winner__link-inline {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-player-stories-slots-jackpot-winner__link-inline:hover {
  text-decoration: underline;
}

.page-player-stories-slots-jackpot-winner__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-player-stories-slots-jackpot-winner__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-player-stories-slots-jackpot-winner__image--small {
  max-width: 60%;
  margin-top: 20px;
}

.page-player-stories-slots-jackpot-winner__image-caption {
  margin-top: 15px;
  font-style: italic;
  color: #555555;
  font-size: 0.95em;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__image-caption {
  color: #AAAAAA;
}

.page-player-stories-slots-jackpot-winner__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-player-stories-slots-jackpot-winner__list-item {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  color: #1A202C;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__list-item {
  background-color: #333d4e;
  color: #FFFFFF;
}

.page-player-stories-slots-jackpot-winner__list-item::before {
  content: '✔';
  color: #FFD700;
  font-size: 1.2em;
  margin-right: 15px;
  line-height: 1;
}

.page-player-stories-slots-jackpot-winner__story-card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
  color: #1A202C;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__story-card {
  background-color: #2c3444;
  color: #E0E0E0;
}

.page-player-stories-slots-jackpot-winner__story-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.page-player-stories-slots-jackpot-winner__story-content {
  padding: 30px;
}

.page-player-stories-slots-jackpot-winner__story-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #1A202C;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__story-title {
  color: #FFD700;
}

.page-player-stories-slots-jackpot-winner__story-excerpt {
  font-size: 1.05em;
  line-height: 1.7;
}

.page-player-stories-slots-jackpot-winner__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.page-player-stories-slots-jackpot-winner__features-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1A202C;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__features-item {
  background-color: #2c3444;
  color: #E0E0E0;
}

.page-player-stories-slots-jackpot-winner__features-title {
  font-size: 1.6em;
  color: #1A202C;
  margin-bottom: 15px;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__features-title {
  color: #FFD700;
}

.page-player-stories-slots-jackpot-winner__features-item .page-player-stories-slots-jackpot-winner__text {
  color: #444444;
}

.page-player-stories-slots-jackpot-winner__section--dark .page-player-stories-slots-jackpot-winner__features-item .page-player-stories-slots-jackpot-winner__text {
  color: #BBBBBB;
}

.page-player-stories-slots-jackpot-winner__section--cta {
  background: linear-gradient(135deg, #1A202C, #333d4e);
  color: #FFFFFF;
  text-align: center;
  padding: 100px 0;
}

.page-player-stories-slots-jackpot-winner__section--cta .page-player-stories-slots-jackpot-winner__section-title {
  color: #FFD700;
}

.page-player-stories-slots-jackpot-winner__section--cta .page-player-stories-slots-jackpot-winner__text {
  color: #F0F0F0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-player-stories-slots-jackpot-winner__hero-title {
    font-size: 2.5em;
  }

  .page-player-stories-slots-jackpot-winner__hero-subtitle {
    font-size: 1.2em;
  }

  .page-player-stories-slots-jackpot-winner__section-title {
    font-size: 2em;
  }

  .page-player-stories-slots-jackpot-winner__sub-title {
    font-size: 1.6em;
  }

  .page-player-stories-slots-jackpot-winner__text {
    font-size: 1em;
  }

  .page-player-stories-slots-jackpot-winner__story-card {
    flex-direction: column;
  }

  .page-player-stories-slots-jackpot-winner__story-image {
    height: 250px;
  }

  .page-player-stories-slots-jackpot-winner__features-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-player-stories-slots-jackpot-winner__hero {
    height: 400px;
  }

  .page-player-stories-slots-jackpot-winner__hero-title {
    font-size: 2em;
  }

  .page-player-stories-slots-jackpot-winner__hero-subtitle {
    font-size: 1em;
  }

  .page-player-stories-slots-jackpot-winner__btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-player-stories-slots-jackpot-winner__section {
    padding: 50px 0;
  }

  .page-player-stories-slots-jackpot-winner__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-player-stories-slots-jackpot-winner__sub-title {
    font-size: 1.4em;
  }

  .page-player-stories-slots-jackpot-winner__story-image {
    height: 200px;
  }

  .page-player-stories-slots-jackpot-winner__story-content {
    padding: 20px;
  }

  .page-player-stories-slots-jackpot-winner__story-title {
    font-size: 1.5em;
  }

  .page-player-stories-slots-jackpot-winner__image--small {
    max-width: 80%;
  }
}