.page-lottery-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A202C;
  line-height: 1.6;
}

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

.page-lottery-betting-tips__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A202C 0%, #303846 100%);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-lottery-betting-tips__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-lottery-betting-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for title */
  font-weight: bold;
  line-height: 1.2;
}

.page-lottery-betting-tips__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-lottery-betting-tips__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-lottery-betting-tips__hero-button:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-lottery-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-lottery-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(50%);
}

.page-lottery-betting-tips__introduction, 
.page-lottery-betting-tips__tips-section, 
.page-lottery-betting-tips__responsible-gaming, 
.page-lottery-betting-tips__why-j88, 
.page-lottery-betting-tips__cta {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-lottery-betting-tips__introduction {
  background-color: #242B38;
}

.page-lottery-betting-tips__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-lottery-betting-tips__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-betting-tips__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #C0C0C0;
  text-align: justify;
}

.page-lottery-betting-tips__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-lottery-betting-tips__inline-link:hover {
  text-decoration: underline;
}

.page-lottery-betting-tips__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-lottery-betting-tips__tips-section {
  background-color: #1A202C;
}

.page-lottery-betting-tips__tip-item {
  background-color: #242B38;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-lottery-betting-tips__tip-item:nth-child(even) {
  background-color: #2D3542;
}

.page-lottery-betting-tips__tip-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-lottery-betting-tips__image-small {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-lottery-betting-tips__responsible-gaming {
  background-color: #2D3542;
}

.page-lottery-betting-tips__why-j88 {
  background-color: #1A202C;
}

.page-lottery-betting-tips__features-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-lottery-betting-tips__features-list li {
  background-color: #242B38;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 1.05em;
  color: #C0C0C0;
}

.page-lottery-betting-tips__list-icon {
  color: #FFD700;
  font-size: 1.5em;
  line-height: 1;
}

.page-lottery-betting-tips__list-strong {
  color: #FFFFFF;
}

.page-lottery-betting-tips__cta {
  text-align: center;
  background-color: #2D3542;
  padding-bottom: 80px;
}

.page-lottery-betting-tips__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 20px 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-lottery-betting-tips__cta-button:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-lottery-betting-tips__cta-button--secondary {
  background-color: #1A202C;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-lottery-betting-tips__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-lottery-betting-tips__hero-title {
    font-size: 3em;
  }
  .page-lottery-betting-tips__section-title {
    font-size: 2em;
  }
  .page-lottery-betting-tips__features-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-lottery-betting-tips__hero {
    padding: 60px 20px;
  }
  .page-lottery-betting-tips__hero-title {
    font-size: 2.5em;
  }
  .page-lottery-betting-tips__hero-description {
    font-size: 1.1em;
  }
  .page-lottery-betting-tips__introduction, 
  .page-lottery-betting-tips__tips-section, 
  .page-lottery-betting-tips__responsible-gaming, 
  .page-lottery-betting-tips__why-j88, 
  .page-lottery-betting-tips__cta {
    padding: 40px 0;
  }
  .page-lottery-betting-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-lottery-betting-tips__tip-title {
    font-size: 1.5em;
  }
  .page-lottery-betting-tips__text-block {
    font-size: 1em;
  }
  .page-lottery-betting-tips__features-list li {
    font-size: 0.95em;
  }
  .page-lottery-betting-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 15px 8px;
  }
}

@media (max-width: 480px) {
  .page-lottery-betting-tips__hero {
    padding: 40px 15px;
  }
  .page-lottery-betting-tips__hero-title {
    font-size: 2em;
  }
  .page-lottery-betting-tips__hero-description {
    font-size: 1em;
  }
  .page-lottery-betting-tips__section-title {
    font-size: 1.5em;
  }
  .page-lottery-betting-tips__tip-title {
    font-size: 1.3em;
  }
  .page-lottery-betting-tips__features-list {
    grid-template-columns: 1fr;
  }
  .page-lottery-betting-tips__cta-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}