:root {
  --page-game-strategy-guides-lottery-69win-secrets-primary-color: #007bff;
  --page-game-strategy-guides-lottery-69win-secrets-secondary-color: #ffc107;
  --page-game-strategy-guides-lottery-69win-secrets-text-dark: #212529;
  --page-game-strategy-guides-lottery-69win-secrets-text-light: #ffffff;
  --page-game-strategy-guides-lottery-69win-secrets-bg-light: #f8f9fa;
  --page-game-strategy-guides-lottery-69win-secrets-bg-dark: #343a40;
  --page-game-strategy-guides-lottery-69win-secrets-border-color: #dee2e6;
}

.page-game-strategy-guides-lottery-69win-secrets {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-game-strategy-guides-lottery-69win-secrets-text-dark);
  background-color: var(--page-game-strategy-guides-lottery-69win-secrets-bg-light);
}

.page-game-strategy-guides-lottery-69win-secrets__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-strategy-guides-lottery-69win-secrets__hero {
  background: linear-gradient(135deg, var(--page-game-strategy-guides-lottery-69win-secrets-primary-color) 0%, #0056b3 100%);
  color: var(--page-game-strategy-guides-lottery-69win-secrets-text-light);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-strategy-guides-lottery-69win-secrets__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  animation: page-game-strategy-guides-lottery-69win-secrets-animate-hero 15s infinite linear;
}

@keyframes page-game-strategy-guides-lottery-69win-secrets-animate-hero {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.page-game-strategy-guides-lottery-69win-secrets__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--page-game-strategy-guides-lottery-69win-secrets-text-light);
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-strategy-guides-lottery-69win-secrets__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: var(--page-game-strategy-guides-lottery-69win-secrets-text-light);
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-strategy-guides-lottery-69win-secrets__btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
}

.page-game-strategy-guides-lottery-69win-secrets__btn--primary {
  background-color: var(--page-game-strategy-guides-lottery-69win-secrets-secondary-color);
  color: var(--page-game-strategy-guides-lottery-69win-secrets-text-dark);
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-game-strategy-guides-lottery-69win-secrets__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
}

.page-game-strategy-guides-lottery-69win-secrets__btn--secondary {
  background-color: var(--page-game-strategy-guides-lottery-69win-secrets-primary-color);
  color: var(--page-game-strategy-guides-lottery-69win-secrets-text-light);
  border: 2px solid var(--page-game-strategy-guides-lottery-69win-secrets-primary-color);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.page-game-strategy-guides-lottery-69win-secrets__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.5);
}

.page-game-strategy-guides-lottery-69win-secrets__section {
  padding: 60px 0;
}

.page-game-strategy-guides-lottery-69win-secrets__section:nth-of-type(even) {
  background-color: var(--page-game-strategy-guides-lottery-69win-secrets-bg-light);
}

.page-game-strategy-guides-lottery-69win-secrets__section:nth-of-type(odd) {
  background-color: #ffffff;
}

.page-game-strategy-guides-lottery-69win-secrets__section-title {
  font-size: 2.5em;
  color: var(--page-game-strategy-guides-lottery-69win-secrets-primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-strategy-guides-lottery-69win-secrets__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--page-game-strategy-guides-lottery-69win-secrets-secondary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-strategy-guides-lottery-69win-secrets__subsection-title {
  font-size: 1.8em;
  color: var(--page-game-strategy-guides-lottery-69win-secrets-primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid var(--page-game-strategy-guides-lottery-69win-secrets-secondary-color);
  padding-left: 15px;
}

.page-game-strategy-guides-lottery-69win-secrets__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-game-strategy-guides-lottery-69win-secrets__list,
.page-game-strategy-guides-lottery-69win-secrets__numbered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--page-game-strategy-guides-lottery-69win-secrets-text-dark);
}

.page-game-strategy-guides-lottery-69win-secrets__numbered-list {
  list-style-type: decimal;
}

.page-game-strategy-guides-lottery-69win-secrets__list li,
.page-game-strategy-guides-lottery-69win-secrets__numbered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-game-strategy-guides-lottery-69win-secrets__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-strategy-guides-lottery-69win-secrets__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  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-game-strategy-guides-lottery-69win-secrets__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-strategy-guides-lottery-69win-secrets__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-game-strategy-guides-lottery-69win-secrets__feature-item h3 {
  font-size: 1.5em;
  color: var(--page-game-strategy-guides-lottery-69win-secrets-primary-color);
  margin-bottom: 15px;
}

.page-game-strategy-guides-lottery-69win-secrets__faq-item {
  background-color: #ffffff;
  border: 1px solid var(--page-game-strategy-guides-lottery-69win-secrets-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-strategy-guides-lottery-69win-secrets__faq-question {
  font-size: 1.3em;
  color: var(--page-game-strategy-guides-lottery-69win-secrets-primary-color);
  margin-bottom: 10px;
}

.page-game-strategy-guides-lottery-69win-secrets__faq-answer {
  color: var(--page-game-strategy-guides-lottery-69win-secrets-text-dark);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-strategy-guides-lottery-69win-secrets__hero-title {
    font-size: 2.5em;
  }

  .page-game-strategy-guides-lottery-69win-secrets__hero-subtitle {
    font-size: 1.2em;
  }

  .page-game-strategy-guides-lottery-69win-secrets__section-title {
    font-size: 2em;
  }

  .page-game-strategy-guides-lottery-69win-secrets__subsection-title {
    font-size: 1.5em;
  }

  .page-game-strategy-guides-lottery-69win-secrets__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-game-strategy-guides-lottery-69win-secrets__hero {
    padding: 60px 0;
  }

  .page-game-strategy-guides-lottery-69win-secrets__hero-title {
    font-size: 2em;
  }

  .page-game-strategy-guides-lottery-69win-secrets__hero-subtitle {
    font-size: 1em;
  }

  .page-game-strategy-guides-lottery-69win-secrets__section {
    padding: 40px 0;
  }

  .page-game-strategy-guides-lottery-69win-secrets__section-title {
    font-size: 1.8em;
  }

  .page-game-strategy-guides-lottery-69win-secrets__subsection-title {
    font-size: 1.3em;
  }

  .page-game-strategy-guides-lottery-69win-secrets__feature-grid {
    grid-template-columns: 1fr;
  }
}