.page-betting-strategies-lottery-selection {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-betting-strategies-lottery-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-strategies-lottery-selection__section-padding {
  padding: 60px 0;
}

.page-betting-strategies-lottery-selection__bg-light {
  background-color: #ffffff;
}

.page-betting-strategies-lottery-selection__text-block {
  max-width: 900px;
  margin: 0 auto;
}

.page-betting-strategies-lottery-selection__text-center {
  text-align: center;
}

.page-betting-strategies-lottery-selection__hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #0A2342 60%, #FFD700 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-strategies-lottery-selection__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,blue,gold,pattern]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-strategies-lottery-selection__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-betting-strategies-lottery-selection__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-betting-strategies-lottery-selection__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.page-betting-strategies-lottery-selection__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-betting-strategies-lottery-selection__cta-button--large {
  padding: 18px 45px;
  font-size: 1.3em;
}

.page-betting-strategies-lottery-selection__section-title {
  font-size: 2.5em;
  color: #0A2342;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-betting-strategies-lottery-selection__sub-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-betting-strategies-lottery-selection__content-section p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #444;
}

.page-betting-strategies-lottery-selection__content-section ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-betting-strategies-lottery-selection__content-section li {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  color: #444;
}

.page-betting-strategies-lottery-selection__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-strategies-lottery-selection__image--large {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-strategies-lottery-selection__inline-link {
  color: #0A2342;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-betting-strategies-lottery-selection__inline-link:hover {
  color: #FFD700;
}

.page-betting-strategies-lottery-selection__cta-section {
  background-color: #0A2342;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-betting-strategies-lottery-selection__cta-section .page-betting-strategies-lottery-selection__section-title {
  color: #FFD700;
}

.page-betting-strategies-lottery-selection__cta-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-betting-strategies-lottery-selection__cta-subtext {
  margin-top: 20px;
  font-size: 1em;
  color: #ccc;
}

.page-betting-strategies-lottery-selection__cta-subtext a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-betting-strategies-lottery-selection__cta-subtext a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-betting-strategies-lottery-selection__hero-title {
    font-size: 2.5em;
  }

  .page-betting-strategies-lottery-selection__hero-subtitle {
    font-size: 1.1em;
  }

  .page-betting-strategies-lottery-selection__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-strategies-lottery-selection__section-title {
    font-size: 2em;
  }

  .page-betting-strategies-lottery-selection__sub-title {
    font-size: 1.5em;
  }

  .page-betting-strategies-lottery-selection__content-section p,
  .page-betting-strategies-lottery-selection__content-section li {
    font-size: 1em;
  }

  .page-betting-strategies-lottery-selection__section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-betting-strategies-lottery-selection__hero-title {
    font-size: 2em;
  }

  .page-betting-strategies-lottery-selection__hero-subtitle {
    font-size: 0.9em;
  }

  .page-betting-strategies-lottery-selection__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-betting-strategies-lottery-selection__section-title {
    font-size: 1.8em;
  }

  .page-betting-strategies-lottery-selection__sub-title {
    font-size: 1.3em;
  }
}