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

.page-lottery-ssc-gameplay__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-lottery-ssc-gameplay__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a4a6e 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-lottery-ssc-gameplay__hero-subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}

.page-lottery-ssc-gameplay__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

/* General Section Styling */
.page-lottery-ssc-gameplay__section {
  padding: 60px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-lottery-ssc-gameplay__section:nth-of-type(even) {
  background-color: #f0f2f5;
}

.page-lottery-ssc-gameplay__section-title {
  font-size: 2.2em;
  color: #1A202C;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-lottery-ssc-gameplay__sub-title {
  font-size: 1.6em;
  color: #1A202C;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-lottery-ssc-gameplay p {
  margin-bottom: 15px;
  color: #444;
}

.page-lottery-ssc-gameplay__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-lottery-ssc-gameplay__list li {
  margin-bottom: 10px;
}

.page-lottery-ssc-gameplay__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.page-lottery-ssc-gameplay__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
  text-align: center;
}

.page-lottery-ssc-gameplay__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-lottery-ssc-gameplay__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-lottery-ssc-gameplay__btn--secondary {
  background-color: #1A202C;
  color: #FFD700;
  border: 1px solid #FFD700;
  margin-left: 15px;
}

.page-lottery-ssc-gameplay__btn--secondary:hover {
  background-color: #3a4a6e;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-lottery-ssc-gameplay__cta-buttons {
  text-align: center;
  margin-top: 40px;
}

/* Text highlight */
.page-lottery-ssc-gameplay .text-highlight {
  color: #1A202C;
  font-weight: bold;
}
.page-lottery-ssc-gameplay__hero-section .text-highlight {
  color: #FFD700;
}

/* Links within content */
.page-lottery-ssc-gameplay__link {
  color: #1A202C;
  text-decoration: underline;
  font-weight: bold;
}

.page-lottery-ssc-gameplay__link:hover {
  color: #FFD700;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-lottery-ssc-gameplay__hero-title {
    font-size: 2em;
  }

  .page-lottery-ssc-gameplay__hero-subtitle {
    font-size: 1em;
  }

  .page-lottery-ssc-gameplay__section-title {
    font-size: 1.8em;
  }

  .page-lottery-ssc-gameplay__sub-title {
    font-size: 1.4em;
  }

  .page-lottery-ssc-gameplay__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-lottery-ssc-gameplay__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
    display: block;
  }
  .page-lottery-ssc-gameplay__cta-buttons .page-lottery-ssc-gameplay__btn {
    display: block;
    margin: 10px auto;
  }
}

@media (max-width: 480px) {
  .page-lottery-ssc-gameplay__hero-title {
    font-size: 1.5em;
  }

  .page-lottery-ssc-gameplay__section-title {
    font-size: 1.5em;
  }

  .page-lottery-ssc-gameplay__sub-title {
    font-size: 1.2em;
  }
  .page-lottery-ssc-gameplay__hero-section {
    padding: 60px 0 40px;
  }
}