.page-jackpot-stories-share-your-win {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* White text on dark blue background */
  background-color: #000080; /* Deep blue main background */
}

.page-jackpot-stories-share-your-win__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-jackpot-stories-share-your-win__hero {
  background: linear-gradient(135deg, #000080 0%, #000060 100%); /* Darker blue gradient */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-jackpot-stories-share-your-win__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin-top: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-jackpot-stories-share-your-win__title {
  font-size: 3.2em;
  color: #FFD700; /* Gold title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-jackpot-stories-share-your-win__subtitle {
  font-size: 1.3em;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-jackpot-stories-share-your-win__section {
  padding: 60px 0;
  text-align: center;
  background-color: #000080;
}

.page-jackpot-stories-share-your-win__section:nth-of-type(odd) {
  background-color: #000070; /* Slightly different shade for contrast */
}

.page-jackpot-stories-share-your-win__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold heading */
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-jackpot-stories-share-your-win__text-center {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-jackpot-stories-share-your-win__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jackpot-stories-share-your-win__card {
  background-color: #000060; /* Darker blue for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-jackpot-stories-share-your-win__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  text-align: center;
}

.page-jackpot-stories-share-your-win__card-text {
  color: #e0e0e0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-jackpot-stories-share-your-win__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-jackpot-stories-share-your-win__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

.page-jackpot-stories-share-your-win__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #000060;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  position: relative;
}

.page-jackpot-stories-share-your-win__step:nth-child(even) {
  background-color: #000070;
}

.page-jackpot-stories-share-your-win__step-icon {
  background-color: #FFD700; /* Gold icon background */
  color: #000080; /* Deep blue icon text */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-jackpot-stories-share-your-win__step-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-jackpot-stories-share-your-win__step-text {
  color: #e0e0e0;
  margin-bottom: 25px;
  max-width: 800px;
}

.page-jackpot-stories-share-your-win__step-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-stories-share-your-win__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-jackpot-stories-share-your-win__list li {
  background-color: #000060;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-jackpot-stories-share-your-win__list-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-jackpot-stories-share-your-win__list p {
  color: #e0e0e0;
}

.page-jackpot-stories-share-your-win__tips-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-stories-share-your-win__testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jackpot-stories-share-your-win__testimonial-card {
  background-color: #000060;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-jackpot-stories-share-your-win__testimonial-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #FFD700;
}

.page-jackpot-stories-share-your-win__testimonial-text {
  font-style: italic;
  color: #e0e0e0;
  margin-bottom: 15px;
}

.page-jackpot-stories-share-your-win__testimonial-author {
  font-weight: bold;
  color: #FFD700;
  font-size: 1.1em;
}

.page-jackpot-stories-share-your-win__text {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #e0e0e0;
  text-align: center;
}

.page-jackpot-stories-share-your-win__about-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-stories-share-your-win__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-jackpot-stories-share-your-win__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.page-jackpot-stories-share-your-win__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #000080; /* Deep blue text */
}

.page-jackpot-stories-share-your-win__button--primary:hover {
  background-color: #E6C200; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-jackpot-stories-share-your-win__button--secondary {
  background-color: #000080; /* Deep blue button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-jackpot-stories-share-your-win__button--secondary:hover {
  background-color: #000060; /* Darker blue on hover */
  transform: translateY(-3px);
}

.page-jackpot-stories-share-your-win .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-jackpot-stories-share-your-win__title {
    font-size: 2.5em;
  }
  .page-jackpot-stories-share-your-win__heading {
    font-size: 2em;
  }
  .page-jackpot-stories-share-your-win__grid,
  .page-jackpot-stories-share-your-win__testimonials-grid {
    grid-template-columns: 1fr;
  }
  .page-jackpot-stories-share-your-win__step-by-step {
    gap: 30px;
  }
  .page-jackpot-stories-share-your-win__step-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-jackpot-stories-share-your-win__hero {
    padding: 60px 0;
  }
  .page-jackpot-stories-share-your-win__title {
    font-size: 2em;
  }
  .page-jackpot-stories-share-your-win__subtitle {
    font-size: 1.1em;
  }
  .page-jackpot-stories-share-your-win__section {
    padding: 40px 0;
  }
  .page-jackpot-stories-share-your-win__heading {
    font-size: 1.8em;
  }
  .page-jackpot-stories-share-your-win__card,
  .page-jackpot-stories-share-your-win__step,
  .page-jackpot-stories-share-your-win__testimonial-card {
    padding: 25px;
  }
  .page-jackpot-stories-share-your-win__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-jackpot-stories-share-your-win__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-jackpot-stories-share-your-win__title {
    font-size: 1.8em;
  }
  .page-jackpot-stories-share-your-win__heading {
    font-size: 1.5em;
  }
  .page-jackpot-stories-share-your-win__step-icon {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }
  .page-jackpot-stories-share-your-win__step-title {
    font-size: 1.5em;
  }
  .page-jackpot-stories-share-your-win__button {
    width: 100%;
    max-width: 280px;
  }
}