.page-resources-understanding-789-win-odds {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F0F8FF; /* Light text for dark background */
  background-color: #0A192F;
}

.page-resources-understanding-789-win-odds__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A192F 0%, #1a3459 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold for main title */
  position: relative;
  overflow: hidden;
}

.page-resources-understanding-789-win-odds__hero-content {
  z-index: 1;
  max-width: 900px;
}

.page-resources-understanding-789-win-odds__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-understanding-789-win-odds__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(80%);
  transform: scale(1.1);
}

.page-resources-understanding-789-win-odds__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-understanding-789-win-odds__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #F0F8FF;
}

.page-resources-understanding-789-win-odds__button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-understanding-789-win-odds__button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-understanding-789-win-odds__button--secondary {
  background-color: #1a3459;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-understanding-789-win-odds__button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-understanding-789-win-odds__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-understanding-789-win-odds__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-understanding-789-win-odds__section:last-of-type {
  border-bottom: none;
}

.page-resources-understanding-789-win-odds__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-understanding-789-win-odds__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-understanding-789-win-odds__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F0F8FF;
  text-align: justify;
}

.page-resources-understanding-789-win-odds__section h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-understanding-789-win-odds__section ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F0F8FF;
}

.page-resources-understanding-789-win-odds__section ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-understanding-789-win-odds__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 30px auto;
  display: block;
}

.page-resources-understanding-789-win-odds__image--full-width {
  width: 100%;
  margin: 40px 0;
}

.page-resources-understanding-789-win-odds__image-text-layout,
.page-resources-understanding-789-win-odds__text-image-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-understanding-789-win-odds__image-text-layout .page-resources-understanding-789-win-odds__text-content,
.page-resources-understanding-789-win-odds__text-image-layout .page-resources-understanding-789-win-odds__text-content {
  flex: 1;
}

.page-resources-understanding-789-win-odds__image-text-layout .page-resources-understanding-789-win-odds__image-wrapper,
.page-resources-understanding-789-win-odds__text-image-layout .page-resources-understanding-789-win-odds__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-resources-understanding-789-win-odds__image-text-layout .page-resources-understanding-789-win-odds__image,
.page-resources-understanding-789-win-odds__text-image-layout .page-resources-understanding-789-win-odds__image {
  margin: 0;
}

.page-resources-understanding-789-win-odds__cta-banner {
  background: linear-gradient(45deg, #0A192F, #1a3459);
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 60px auto;
  max-width: 1200px;
}

.page-resources-understanding-789-win-odds__cta-content {
  z-index: 1;
  position: relative;
}

.page-resources-understanding-789-win-odds__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-understanding-789-win-odds__cta-description {
  font-size: 1.3em;
  color: #F0F8FF;
  margin-bottom: 40px;
}

.page-resources-understanding-789-win-odds__cta-image {
  position: absolute;
  bottom: 0;
  right: -50px;
  height: 100%;
  opacity: 0.2;
  filter: grayscale(100%);
  z-index: 0;
}

.page-resources-understanding-789-win-odds__faq-item {
  background-color: #1a3459;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-understanding-789-win-odds__faq-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-understanding-789-win-odds__faq-item p {
  color: #F0F8FF;
  font-size: 1.05em;
}

.page-resources-understanding-789-win-odds .keyword-highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-understanding-789-win-odds__title {
    font-size: 2.8em;
  }
  .page-resources-understanding-789-win-odds__subtitle {
    font-size: 1.3em;
  }
  .page-resources-understanding-789-win-odds__section-title {
    font-size: 2em;
  }
  .page-resources-understanding-789-win-odds__image-text-layout,
  .page-resources-understanding-789-win-odds__text-image-layout {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-understanding-789-win-odds__image-text-layout .page-resources-understanding-789-win-odds__text-content,
  .page-resources-understanding-789-win-odds__text-image-layout .page-resources-understanding-789-win-odds__text-content {
    order: 2;
  }
  .page-resources-understanding-789-win-odds__image-text-layout .page-resources-understanding-789-win-odds__image-wrapper,
  .page-resources-understanding-789-win-odds__text-image-layout .page-resources-understanding-789-win-odds__image-wrapper {
    order: 1;
  }
  .page-resources-understanding-789-win-odds__cta-title {
    font-size: 2.5em;
  }
  .page-resources-understanding-789-win-odds__cta-description {
    font-size: 1.1em;
  }
  .page-resources-understanding-789-win-odds__cta-image {
    right: -100px;
  }
}

@media (max-width: 768px) {
  .page-resources-understanding-789-win-odds__hero {
    padding: 60px 15px;
  }
  .page-resources-understanding-789-win-odds__title {
    font-size: 2.2em;
  }
  .page-resources-understanding-789-win-odds__subtitle {
    font-size: 1.1em;
  }
  .page-resources-understanding-789-win-odds__section-title {
    font-size: 1.8em;
  }
  .page-resources-understanding-789-win-odds__section p,
  .page-resources-understanding-789-win-odds__section ul li,
  .page-resources-understanding-789-win-odds__faq-item p {
    font-size: 1em;
  }
  .page-resources-understanding-789-win-odds__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-understanding-789-win-odds__section {
    padding: 40px 0;
  }
  .page-resources-understanding-789-win-odds__cta-title {
    font-size: 2em;
  }
  .page-resources-understanding-789-win-odds__cta-image {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-resources-understanding-789-win-odds__hero {
    padding: 40px 10px;
  }
  .page-resources-understanding-789-win-odds__title {
    font-size: 1.8em;
  }
  .page-resources-understanding-789-win-odds__subtitle {
    font-size: 0.9em;
  }
  .page-resources-understanding-789-win-odds__section-title {
    font-size: 1.5em;
  }
  .page-resources-understanding-789-win-odds__section h3 {
    font-size: 1.3em;
  }
  .page-resources-understanding-789-win-odds__faq-item h3 {
    font-size: 1.2em;
  }
  .page-resources-understanding-789-win-odds__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}