.page-index-win789-brand-story {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-index-win789-brand-story__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-win789-brand-story__container--narrow {
  max-width: 900px;
}

.page-index-win789-brand-story__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-win789-brand-story__section--light {
  background-color: #f9f9f9;
}

.page-index-win789-brand-story__section-title {
  font-size: 2.5em;
  color: #1E90FF; /* Deep Blue */
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-win789-brand-story__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-index-win789-brand-story__section-title--white {
  color: #fff;
}

.page-index-win789-brand-story__section-title--white::after {
  background-color: #FFD700;
}

.page-index-win789-brand-story__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-index-win789-brand-story__text--white {
  color: #eee;
}

.page-index-win789-brand-story__text a {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
}

.page-index-win789-brand-story__text a:hover {
  text-decoration: underline;
}

.page-index-win789-brand-story__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-index-win789-brand-story__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1E90FF; /* Deep Blue */
}

.page-index-win789-brand-story__btn--primary:hover {
  background-color: #e6c200;
  color: #000;
}

.page-index-win789-brand-story__btn--secondary {
  background-color: #1E90FF; /* Deep Blue */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-index-win789-brand-story__btn--secondary:hover {
  background-color: #1565b3;
  border-color: #e6c200;
}

.page-index-win789-brand-story__btn--large {
  padding: 15px 30px;
  font-size: 1.1em;
}

/* Hero Section */
.page-index-win789-brand-story__hero {
  background: linear-gradient(135deg, #FFD700, #1E90FF);
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.page-index-win789-brand-story__hero-content {
  max-width: 600px;
  z-index: 1;
  padding: 20px;
}

.page-index-win789-brand-story__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}

.page-index-win789-brand-story__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-win789-brand-story__hero-description a {
  color: #FFD700;
}

.page-index-win789-brand-story__hero-description a:hover {
  text-decoration: underline;
}

.page-index-win789-brand-story__hero-actions {
  display: flex;
  gap: 15px;
}

.page-index-win789-brand-story__hero-image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 0;
}

.page-index-win789-brand-story__hero-image {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
}

/* Commitments Grid */
.page-index-win789-brand-story__commitments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-win789-brand-story__commitment-item {
  background-color: #fff;
  border-radius: 10px;
  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-index-win789-brand-story__commitment-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-win789-brand-story__commitment-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-win789-brand-story__commitment-title {
  font-size: 1.5em;
  color: #1E90FF;
  margin-bottom: 15px;
}

.page-index-win789-brand-story__cta-center {
  margin-top: 50px;
}

/* Game Categories */
.page-index-win789-brand-story__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-win789-brand-story__game-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-win789-brand-story__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-index-win789-brand-story__game-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-win789-brand-story__game-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

/* App Download Section */
.page-index-win789-brand-story__app-download-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-index-win789-brand-story__app-info {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-index-win789-brand-story__app-subtitle {
  font-size: 1.8em;
  color: #1E90FF;
  margin-bottom: 20px;
}

.page-index-win789-brand-story__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-index-win789-brand-story__list li {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #555;
}

.page-index-win789-brand-story__list li i {
  color: #FFD700;
  margin-right: 15px;
  font-size: 1.3em;
}

.page-index-win789-brand-story__app-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-win789-brand-story__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Promotions Grid */
.page-index-win789-brand-story__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-win789-brand-story__promotion-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-win789-brand-story__promotion-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-index-win789-brand-story__promotion-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-win789-brand-story__promotion-title {
  font-size: 1.4em;
  color: #1E90FF;
  margin-bottom: 10px;
}

/* Final CTA Section */
.page-index-win789-brand-story__section--final-cta {
  background: linear-gradient(135deg, #1E90FF, #0028ff); /* Deep Blue to a slightly darker blue */
  color: #fff;
  padding: 80px 0;
}

.page-index-win789-brand-story__final-cta-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-win789-brand-story__btn--cta-main {
  background-color: #FFD700;
  color: #1E90FF;
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-index-win789-brand-story__btn--cta-main:hover {
  background-color: #e6c200;
  color: #000;
}

.page-index-win789-brand-story__btn--cta-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-index-win789-brand-story__btn--cta-secondary:hover {
  background-color: #FFD700;
  color: #1E90FF;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-win789-brand-story__hero {
    flex-direction: column;
    text-align: center;
    padding: 60px 0;
  }

  .page-index-win789-brand-story__hero-content {
    max-width: 100%;
    padding: 0 20px;
  }

  .page-index-win789-brand-story__hero-title {
    font-size: 2.8em;
  }

  .page-index-win789-brand-story__hero-description {
    font-size: 1.1em;
  }

  .page-index-win789-brand-story__hero-actions {
    justify-content: center;
  }

  .page-index-win789-brand-story__hero-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
    justify-content: center;
  }

  .page-index-win789-brand-story__hero-image {
    max-width: 80%;
    height: auto;
  }

  .page-index-win789-brand-story__app-download-grid {
    flex-direction: column-reverse;
  }

  .page-index-win789-brand-story__app-info,
  .page-index-win789-brand-story__app-image-wrapper {
    min-width: unset;
    width: 100%;
  }

  .page-index-win789-brand-story__app-info {
    text-align: center;
  }

  .page-index-win789-brand-story__list {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 30px auto;
  }

  .page-index-win789-brand-story__list li {
    justify-content: flex-start;
  }

  .page-index-win789-brand-story__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-index-win789-brand-story__final-cta-actions {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .page-index-win789-brand-story__section-title {
    font-size: 2em;
  }

  .page-index-win789-brand-story__hero-title {
    font-size: 2.2em;
  }

  .page-index-win789-brand-story__hero-description {
    font-size: 1em;
  }

  .page-index-win789-brand-story__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-index-win789-brand-story__btn--large {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-win789-brand-story__commitments-grid,
  .page-index-win789-brand-story__game-categories,
  .page-index-win789-brand-story__promotions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-index-win789-brand-story__hero-actions {
    flex-direction: column;
  }

  .page-index-win789-brand-story__btn--secondary {
    margin-left: 0;
  }

  .page-index-win789-brand-story__section {
    padding: 40px 0;
  }

  .page-index-win789-brand-story__hero-title {
    font-size: 1.8em;
  }
}