.page-lottery-games-pcegg-kl8 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-lottery-games-pcegg-kl8__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-lottery-games-pcegg-kl8__hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #334e68 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-lottery-games-pcegg-kl8__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-lottery-games-pcegg-kl8__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #E0E0E0;
}

.page-lottery-games-pcegg-kl8__hero-image-wrapper {
  margin-top: 30px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-pcegg-kl8__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-lottery-games-pcegg-kl8__section {
  padding: 60px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #eee;
}

.page-lottery-games-pcegg-kl8__section--dark {
  background-color: #0A2239;
  color: #E0E0E0;
}

.page-lottery-games-pcegg-kl8__section-title {
  font-size: 2.8em;
  color: #0A2239;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-lottery-games-pcegg-kl8__section--dark .page-lottery-games-pcegg-kl8__section-title {
  color: #FFD700;
}

.page-lottery-games-pcegg-kl8__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-pcegg-kl8__section--dark .page-lottery-games-pcegg-kl8__section-title::after {
  background-color: #E0E0E0;
}

.page-lottery-games-pcegg-kl8__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  color: #555;
}

.page-lottery-games-pcegg-kl8__section--dark .page-lottery-games-pcegg-kl8__section-description {
  color: #B0B0B0;
}

.page-lottery-games-pcegg-kl8__content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

.page-lottery-games-pcegg-kl8__content-row--reverse {
  flex-direction: row-reverse;
}

.page-lottery-games-pcegg-kl8__content-text {
  flex: 1;
  min-width: 300px;
}

.page-lottery-games-pcegg-kl8__content-text p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
}

.page-lottery-games-pcegg-kl8__section--dark .page-lottery-games-pcegg-kl8__content-text p {
  color: #D0D0D0;
}

.page-lottery-games-pcegg-kl8__sub-title {
  font-size: 1.8em;
  color: #0A2239;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-lottery-games-pcegg-kl8__section--dark .page-lottery-games-pcegg-kl8__sub-title {
  color: #FFD700;
  border-color: #E0E0E0;
}

.page-lottery-games-pcegg-kl8__content-text ul,
.page-lottery-games-pcegg-kl8__content-text ol {
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-lottery-games-pcegg-kl8__section--dark .page-lottery-games-pcegg-kl8__content-text ul,
.page-lottery-games-pcegg-kl8__section--dark .page-lottery-games-pcegg-kl8__content-text ol {
  color: #D0D0D0;
}

.page-lottery-games-pcegg-kl8__content-text li {
  margin-bottom: 8px;
}

.page-lottery-games-pcegg-kl8__content-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-lottery-games-pcegg-kl8__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-pcegg-kl8__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1.1em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 10px;
  font-weight: bold;
  cursor: pointer;
}

.page-lottery-games-pcegg-kl8__btn--primary {
  background-color: #FFD700;
  color: #0A2239;
}

.page-lottery-games-pcegg-kl8__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-lottery-games-pcegg-kl8__btn--secondary {
  background-color: #0A2239;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-lottery-games-pcegg-kl8__btn--secondary:hover {
  background-color: #071a2a;
  color: #FFFFFF;
  border-color: #FFFFFF;
  transform: translateY(-2px);
}

.page-lottery-games-pcegg-kl8__btn--accent {
  background-color: #FF4500; /* A vibrant orange for accent */
  color: #FFFFFF;
}

.page-lottery-games-pcegg-kl8__btn--accent:hover {
  background-color: #cc3700;
  transform: translateY(-2px);
}

.page-lottery-games-pcegg-kl8__btn--large {
  padding: 15px 30px;
  font-size: 1.2em;
}

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

.page-lottery-games-pcegg-kl8__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-lottery-games-pcegg-kl8__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-games-pcegg-kl8__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-lottery-games-pcegg-kl8__feature-item p {
  color: #D0D0D0;
  font-size: 0.95em;
}

.page-lottery-games-pcegg-kl8__image-full-width {
  text-align: center;
  margin: 60px 0;
}

.page-lottery-games-pcegg-kl8__image-full-width-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-pcegg-kl8__cta-group {
  text-align: center;
  margin-top: 40px;
}

.page-lottery-games-pcegg-kl8__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-lottery-games-pcegg-kl8__promo-item {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-lottery-games-pcegg-kl8__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-games-pcegg-kl8__promo-title {
  font-size: 1.6em;
  color: #0A2239;
  margin-bottom: 15px;
}

.page-lottery-games-pcegg-kl8__promo-item p {
  color: #555;
  margin-bottom: 20px;
}

.page-lottery-games-pcegg-kl8__image-center {
  text-align: center;
  margin: 50px 0;
}

.page-lottery-games-pcegg-kl8__image-center-img {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-pcegg-kl8__note {
  text-align: center;
  font-style: italic;
  color: #666;
  margin-top: 30px;
  font-size: 0.95em;
}

.page-lottery-games-pcegg-kl8__section--cta {
  background: linear-gradient(45deg, #0A2239, #1a3a5a);
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-lottery-games-pcegg-kl8__section-title--light,
.page-lottery-games-pcegg-kl8__section-description--light {
  color: #FFFFFF;
}

.page-lottery-games-pcegg-kl8__section--cta .page-lottery-games-pcegg-kl8__section-title::after {
  background-color: #FFD700;
}

.page-lottery-games-pcegg-kl8__cta-group--center .page-lottery-games-pcegg-kl8__btn {
  margin: 15px;
}

.page-lottery-games-pcegg-kl8__app-download {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-lottery-games-pcegg-kl8__app-text {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #E0E0E0;
}

.page-lottery-games-pcegg-kl8__app-image {
  max-width: 200px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-lottery-games-pcegg-kl8__hero-title {
    font-size: 2.5em;
  }

  .page-lottery-games-pcegg-kl8__hero-subtitle {
    font-size: 1.1em;
  }

  .page-lottery-games-pcegg-kl8__section-title {
    font-size: 2em;
  }

  .page-lottery-games-pcegg-kl8__sub-title {
    font-size: 1.5em;
  }

  .page-lottery-games-pcegg-kl8__content-row {
    flex-direction: column;
    gap: 30px;
  }

  .page-lottery-games-pcegg-kl8__content-row--reverse {
    flex-direction: column;
  }

  .page-lottery-games-pcegg-kl8__btn {
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-lottery-games-pcegg-kl8__cta-group--center .page-lottery-games-pcegg-kl8__btn {
    width: auto;
  }

  .page-lottery-games-pcegg-kl8__image-center-img {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .page-lottery-games-pcegg-kl8__hero-title {
    font-size: 2em;
  }

  .page-lottery-games-pcegg-kl8__hero-subtitle {
    font-size: 1em;
  }

  .page-lottery-games-pcegg-kl8__section-title {
    font-size: 1.8em;
  }

  .page-lottery-games-pcegg-kl8__sub-title {
    font-size: 1.3em;
  }

  .page-lottery-games-pcegg-kl8__btn {
    font-size: 1em;
    padding: 10px 20px;
  }

  .page-lottery-games-pcegg-kl8__btn--large {
    font-size: 1.1em;
    padding: 12px 25px;
  }
}