/* style/expert-predictions-lottery-trends.css */
.page-expert-predictions-lottery-trends {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray text for dark background */
  background-color: #0A1A3A; /* Main dark blue background */
}

.page-expert-predictions-lottery-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-expert-predictions-lottery-trends__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-expert-predictions-lottery-trends__section:last-of-type {
  border-bottom: none;
}

.page-expert-predictions-lottery-trends__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold accent for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-expert-predictions-lottery-trends__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #FFD700;
}

.page-expert-predictions-lottery-trends__hero {
  background: linear-gradient(135deg, #0A1A3A 0%, #1A3A6A 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-expert-predictions-lottery-trends__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-expert-predictions-lottery-trends__hero-subtitle {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-expert-predictions-lottery-trends__hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.15;
  max-width: 600px;
  height: auto;
  z-index: 0;
}

.page-expert-predictions-lottery-trends__hero > .page-expert-predictions-lottery-trends__container {
  position: relative;
  z-index: 1;
}

.page-expert-predictions-lottery-trends__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-expert-predictions-lottery-trends__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A1A3A; /* Dark blue text */
  border: none;
}

.page-expert-predictions-lottery-trends__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-expert-predictions-lottery-trends__btn--secondary {
  background-color: #1A3A6A; /* Darker blue button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-expert-predictions-lottery-trends__btn--secondary:hover {
  background-color: #2a5a9a;
  transform: translateY(-3px);
}

.page-expert-predictions-lottery-trends__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-expert-predictions-lottery-trends__feature-item {
  background-color: #1A3A6A;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-expert-predictions-lottery-trends__feature-item:hover {
  transform: translateY(-5px);
}

.page-expert-predictions-lottery-trends__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Make icons gold */
}

.page-expert-predictions-lottery-trends__feature-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-expert-predictions-lottery-trends__feature-item p {
  color: #B0B0B0;
}

.page-expert-predictions-lottery-trends__grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 40px;
}

.page-expert-predictions-lottery-trends__grid-2-cols--reverse {
  grid-template-columns: 1fr 1fr;
}

.page-expert-predictions-lottery-trends__text-content h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.page-expert-predictions-lottery-trends__text-content p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-expert-predictions-lottery-trends__text-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-expert-predictions-lottery-trends__text-content ul li {
  background: url('[GALLERY:icon:check_mark,gold,small]') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #E0E0E0;
}

.page-expert-predictions-lottery-trends__responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-expert-predictions-lottery-trends__methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-expert-predictions-lottery-trends__method-card {
  background-color: #1A3A6A;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-expert-predictions-lottery-trends__method-card:hover {
  transform: translateY(-5px);
}

.page-expert-predictions-lottery-trends__method-card h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-expert-predictions-lottery-trends__method-card p {
  color: #B0B0B0;
}

.page-expert-predictions-lottery-trends__method-card ul {
  list-style: disc;
  margin-left: 20px;
  color: #E0E0E0;
}

.page-expert-predictions-lottery-trends__method-card ul li {
  margin-bottom: 5px;
}

.page-expert-predictions-lottery-trends__method-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Make icons gold */
}

.page-expert-predictions-lottery-trends__callout {
  background-color: #FFD700;
  color: #0A1A3A;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.page-expert-predictions-lottery-trends__steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-expert-predictions-lottery-trends__steps li {
  background-color: #1A3A6A;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-left: 80px;
}

.page-expert-predictions-lottery-trends__steps li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFD700;
  color: #0A1A3A;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-expert-predictions-lottery-trends__steps li h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-expert-predictions-lottery-trends__steps li p {
  color: #B0B0B0;
  margin-bottom: 15px;
}

.page-expert-predictions-lottery-trends__promotion-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-expert-predictions-lottery-trends__promotion-card {
  background-color: #1A3A6A;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-lottery-trends__promotion-card h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-expert-predictions-lottery-trends__promotion-card p {
  color: #B0B0B0;
  margin-bottom: 20px;
}

.page-expert-predictions-lottery-trends__promotion-image {
  max-width: 100%;
  height: 180px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-expert-predictions-lottery-trends__hero-title {
    font-size: 2.8em;
  }
  .page-expert-predictions-lottery-trends__section-title {
    font-size: 2em;
  }
  .page-expert-predictions-lottery-trends__grid-2-cols {
    grid-template-columns: 1fr;
  }
  .page-expert-predictions-lottery-trends__grid-2-cols--reverse {
    grid-template-columns: 1fr;
  }
  .page-expert-predictions-lottery-trends__hero-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-expert-predictions-lottery-trends__hero {
    padding: 80px 0;
  }
  .page-expert-predictions-lottery-trends__hero-title {
    font-size: 2.2em;
  }
  .page-expert-predictions-lottery-trends__hero-subtitle {
    font-size: 1.1em;
  }
  .page-expert-predictions-lottery-trends__section {
    padding: 40px 0;
  }
  .page-expert-predictions-lottery-trends__features-grid,
  .page-expert-predictions-lottery-trends__methods-grid,
  .page-expert-predictions-lottery-trends__promotion-cards {
    grid-template-columns: 1fr;
  }
  .page-expert-predictions-lottery-trends__steps li {
    padding-left: 20px;
    padding-top: 60px;
  }
  .page-expert-predictions-lottery-trends__steps li::before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .page-expert-predictions-lottery-trends__hero-title {
    font-size: 1.8em;
  }
  .page-expert-predictions-lottery-trends__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-expert-predictions-lottery-trends__section-title {
    font-size: 1.8em;
  }
  .page-expert-predictions-lottery-trends__text-content h3 {
    font-size: 1.5em;
  }
  .page-expert-predictions-lottery-trends__method-card h3,
  .page-expert-predictions-lottery-trends__promotion-card h3 {
    font-size: 1.4em;
  }
}