.page-gambling-guides-lottery-betting-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark gray for body text on light backgrounds */
}

.page-gambling-guides-lottery-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-guides-lottery-betting-strategy__section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-gambling-guides-lottery-betting-strategy__section--alt-bg {
  background-color: #f8f8f8;
}

.page-gambling-guides-lottery-betting-strategy__hero-section {
  background: linear-gradient(135deg, #003366, #205080); /* Deeper blue gradient */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-gambling-guides-lottery-betting-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFCC00; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-gambling-guides-lottery-betting-strategy__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-gambling-guides-lottery-betting-strategy__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Gold button */
  color: #003366; /* Deep blue text on gold */
  padding: 15px 30px;
  border-radius: 5px;
  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-gambling-guides-lottery-betting-strategy__cta-button:hover {
  background-color: #e6b800; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-gambling-guides-lottery-betting-strategy__section-title {
  font-size: 2.5em;
  color: #003366; /* Deep blue for section titles */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-gambling-guides-lottery-betting-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-gambling-guides-lottery-betting-strategy__sub-section-title {
  font-size: 1.8em;
  color: #004d99; /* Slightly lighter blue for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.page-gambling-guides-lottery-betting-strategy__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444444;
}

.page-gambling-guides-lottery-betting-strategy__list li {
  margin-bottom: 10px;
}

.page-gambling-guides-lottery-betting-strategy__text-link {
  color: #003366; /* Deep blue for text links */
  text-decoration: underline;
  font-weight: bold;
}

.page-gambling-guides-lottery-betting-strategy__text-link:hover {
  color: #FFCC00;
}

.page-gambling-guides-lottery-betting-strategy__cta-section {
  background-color: #003366; /* Deep blue background */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-gambling-guides-lottery-betting-strategy__cta-title {
  font-size: 3em;
  color: #FFCC00; /* Gold for CTA title */
  margin-bottom: 20px;
}

.page-gambling-guides-lottery-betting-strategy__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-gambling-guides-lottery-betting-strategy__button-group .page-gambling-guides-lottery-betting-strategy__cta-button {
  margin: 0 10px;
}

.page-gambling-guides-lottery-betting-strategy__cta-button--secondary {
  background-color: #004d99; /* Slightly lighter blue for secondary button */
  color: #ffffff;
}

.page-gambling-guides-lottery-betting-strategy__cta-button--secondary:hover {
  background-color: #0066cc;
}

/* Floating Promotion Button */
.page-gambling-guides-lottery-betting-strategy__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFCC00; /* Gold background */
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: page-gambling-guides-lottery-betting-strategy__pulse 2s infinite;
}

.page-gambling-guides-lottery-betting-strategy__floating-promo a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: #003366; /* Deep blue text */
  font-weight: bold;
  font-size: 1.1em;
}

.page-gambling-guides-lottery-betting-strategy__floating-promo-text {
  margin-right: 10px;
}

.page-gambling-guides-lottery-betting-strategy__floating-promo-icon {
  font-size: 1.5em;
  line-height: 1;
}

.page-gambling-guides-lottery-betting-strategy__floating-promo:hover {
  transform: scale(1.05);
  animation-play-state: paused;
}

@keyframes page-gambling-guides-lottery-betting-strategy__pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

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

  .page-gambling-guides-lottery-betting-strategy__hero-subtitle {
    font-size: 1.2em;
  }

  .page-gambling-guides-lottery-betting-strategy__section-title {
    font-size: 2em;
  }

  .page-gambling-guides-lottery-betting-strategy__sub-section-title {
    font-size: 1.5em;
  }

  .page-gambling-guides-lottery-betting-strategy__cta-title {
    font-size: 2.2em;
  }

  .page-gambling-guides-lottery-betting-strategy__button-group .page-gambling-guides-lottery-betting-strategy__cta-button {
    display: block;
    margin: 15px auto;
  }

  .page-gambling-guides-lottery-betting-strategy__floating-promo {
    bottom: 15px;
    right: 15px;
  }

  .page-gambling-guides-lottery-betting-strategy__floating-promo a {
    padding: 8px 15px;
    font-size: 1em;
  }
}

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

  .page-gambling-guides-lottery-betting-strategy__hero-subtitle {
    font-size: 1em;
  }

  .page-gambling-guides-lottery-betting-strategy__section {
    padding: 40px 0;
  }

  .page-gambling-guides-lottery-betting-strategy__section-title {
    font-size: 1.8em;
  }

  .page-gambling-guides-lottery-betting-strategy__sub-section-title {
    font-size: 1.3em;
  }

  .page-gambling-guides-lottery-betting-strategy__cta-title {
    font-size: 1.8em;
  }

  .page-gambling-guides-lottery-betting-strategy__floating-promo {
    bottom: 10px;
    right: 10px;
  }

  .page-gambling-guides-lottery-betting-strategy__floating-promo a {
    padding: 6px 12px;
    font-size: 0.9em;
  }
}