.page-lottery {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Inherited from body via shared.css */
  line-height: 1.6;
}

.page-lottery__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-lottery__section-title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #F7B32B; /* Auxiliary color for titles */
}

.page-lottery__sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #F7B32B;
}

.page-lottery__text-block {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-lottery__list-icon {
  color: #F7B32B;
  font-weight: bold;
  margin-right: 8px;
}

.page-lottery__center-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Hero Section */
.page-lottery__hero-section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  text-align: center;
  background-color: #0A246A; /* Primary brand color as background */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  background-image: url('[GALLERY:hero_lottery:1920x1080:abc88,lottery,banner,lucky_numbers,gold_blue]');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

.page-lottery__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 36, 106, 0.7); /* Dark overlay */
  z-index: 0;
}

.page-lottery__hero-section .page-lottery__container {
  position: relative;
  z-index: 1;
}

.page-lottery__main-title {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #F7B32B; /* Gold for main title */
  line-height: 1.2;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}