.page-lottery-games-mark-six-analysis {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light text for dark background */
  line-height: 1.6;
  background-color: #05152F; /* Slightly lighter than main #0A2342 for body */
}

.page-lottery-games-mark-six-analysis a {
  color: #FFD700;
  text-decoration: none;
}

.page-lottery-games-mark-six-analysis a:hover {
  text-decoration: underline;
}

.page-lottery-games-mark-six-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-lottery-games-mark-six-analysis__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1A3A60 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-lottery-games-mark-six-analysis__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue]');
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-lottery-games-mark-six-analysis__hero > .page-lottery-games-mark-six-analysis__container {
  position: relative;
  z-index: 1;
}

.page-lottery-games-mark-six-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFD700; /* Gold for main title */
}

.page-lottery-games-mark-six-analysis__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-lottery-games-mark-six-analysis__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-lottery-games-mark-six-analysis__btn--primary {
  background-color: #FFD700;
  color: #0A2342;
}

.page-lottery-games-mark-six-analysis__btn--primary:hover {
  background-color: #E0B800;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-mark-six-analysis__section {
  padding: 80px 0;
  background-color: #0A2342;
}

.page-lottery-games-mark-six-analysis__section--dark {
  background-color: #071C3A;
}

.page-lottery-games-mark-six-analysis__section--cta {
  background: linear-gradient(90deg, #0A2342, #1A3A60);
  padding: 100px 0;
  text-align: center;
}

.page-lottery-games-mark-six-analysis__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-lottery-games-mark-six-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-lottery-games-mark-six-analysis__section-title--light {
  color: #FFFFFF;
}

.page-lottery-games-mark-six-analysis__description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
  color: #B0B0B0;
}

.page-lottery-games-mark-six-analysis__description--light {
  color: #E0E0E0;
}

.page-lottery-games-mark-six-analysis__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.page-lottery-games-mark-six-analysis__text-content {
  flex: 1;
  min-width: 300px;
  color: #E0E0E0;
}

.page-lottery-games-mark-six-analysis__text-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-lottery-games-mark-six-analysis__image-container {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-lottery-games-mark-six-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

.page-lottery-games-mark-six-analysis__feature-item {
  background-color: #1A3A60;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-lottery-games-mark-six-analysis__feature-item:hover {
  transform: translateY(-5px);
  background-color: #2D5080;
}

.page-lottery-games-mark-six-analysis__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-lottery-games-mark-six-analysis__feature-item h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-lottery-games-mark-six-analysis__feature-item p {
  color: #B0B0B0;
  font-size: 1em;
}

.page-lottery-games-mark-six-analysis__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 40px;
}

.page-lottery-games-mark-six-analysis__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-mark-six-analysis__analysis-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-lottery-games-mark-six-analysis__method-card {
  background-color: #1A3A60;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-lottery-games-mark-six-analysis__method-card:hover {
  transform: translateY(-5px);
  background-color: #2D5080;
}

.page-lottery-games-mark-six-analysis__method-image {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-lottery-games-mark-six-analysis__method-card h3 {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-lottery-games-mark-six-analysis__method-card p {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-lottery-games-mark-six-analysis__btn--cta {
  margin-top: 50px;
  background-color: #FFD700;
  color: #0A2342;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-lottery-games-mark-six-analysis__btn--cta:hover {
  background-color: #E0B800;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-mark-six-analysis__advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-lottery-games-mark-six-analysis__advantage-item {
  background-color: #1A3A60;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-mark-six-analysis__advantage-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-lottery-games-mark-six-analysis__advantage-item h3 {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-lottery-games-mark-six-analysis__advantage-item p {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-lottery-games-mark-six-analysis__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-lottery-games-mark-six-analysis__faq-item {
  background-color: #1A3A60;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-mark-six-analysis__faq-item h3 {
  color: #FFD700;
  font-size: 1.3em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.page-lottery-games-mark-six-analysis__faq-item p {
  color: #B0B0B0;
  font-size: 1em;
  padding-left: 20px;
  border-left: 3px solid #FFD700;
  margin-top: 15px;
}

.page-lottery-games-mark-six-analysis__final-cta {
  background: linear-gradient(45deg, #0A2342, #071C3A);
  padding: 100px 0;
  text-align: center;
  color: #E0E0E0;
}

.page-lottery-games-mark-six-analysis__final-cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-lottery-games-mark-six-analysis__final-cta-description {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #B0B0B0;
}

.page-lottery-games-mark-six-analysis__btn--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-lottery-games-mark-six-analysis__btn--outline:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-mark-six-analysis .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-lottery-games-mark-six-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-lottery-games-mark-six-analysis__hero-subtitle {
    font-size: 1.3em;
  }
  .page-lottery-games-mark-six-analysis__section-title {
    font-size: 2.2em;
  }
  .page-lottery-games-mark-six-analysis__final-cta-title {
    font-size: 2.5em;
  }
  .page-lottery-games-mark-six-analysis__content-wrapper {
    flex-direction: column;
  }
  .page-lottery-games-mark-six-analysis__text-content, .page-lottery-games-mark-six-analysis__image-container {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-lottery-games-mark-six-analysis__hero {
    padding: 80px 0;
  }
  .page-lottery-games-mark-six-analysis__hero-title {
    font-size: 2.2em;
  }
  .page-lottery-games-mark-six-analysis__hero-subtitle {
    font-size: 1.1em;
  }
  .page-lottery-games-mark-six-analysis__section {
    padding: 60px 0;
  }
  .page-lottery-games-mark-six-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-lottery-games-mark-six-analysis__description {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .page-lottery-games-mark-six-analysis__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-lottery-games-mark-six-analysis__final-cta-title {
    font-size: 2em;
  }
  .page-lottery-games-mark-six-analysis__final-cta-description {
    font-size: 1.1em;
  }
  .page-lottery-games-mark-six-analysis__btn--outline {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .page-lottery-games-mark-six-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-lottery-games-mark-six-analysis__hero-subtitle {
    font-size: 0.9em;
  }
  .page-lottery-games-mark-six-analysis__section-title {
    font-size: 1.5em;
  }
  .page-lottery-games-mark-six-analysis__final-cta-title {
    font-size: 1.6em;
  }
  .page-lottery-games-mark-six-analysis__btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-lottery-games-mark-six-analysis__btn--outline {
    margin-top: 0;
  }
  .page-lottery-games-mark-six-analysis__final-cta .page-lottery-games-mark-six-analysis__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}