/* style/lottery-games-system-betting.css */
.page-lottery-games-system-betting {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2239; /* Main dark background */
  line-height: 1.6;
}

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

.page-lottery-games-system-betting-hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #1a3a5a 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-lottery-games-system-betting-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,betting_theme]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-lottery-games-system-betting-hero-section > div {
  position: relative;
  z-index: 1;
}

.page-lottery-games-system-betting-main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-lottery-games-system-betting-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-lottery-games-system-betting-cta-button {
  display: inline-block;
  background-color: #DC143C; /* Red for CTA */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-lottery-games-system-betting-cta-button:hover {
  background-color: #FF4500; /* Slightly brighter red on hover */
  transform: translateY(-3px);
}

.page-lottery-games-system-betting-section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
}

.page-lottery-games-system-betting-section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #DC143C;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-lottery-games-system-betting-sub-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-lottery-games-system-betting-intro-section, 
.page-lottery-games-system-betting-benefits-section, 
.page-lottery-games-system-betting-types-section, 
.page-lottery-games-system-betting-strategy-section, 
.page-lottery-games-system-betting-hello88-advantage-section, 
.page-lottery-games-system-betting-faq-section {
  padding: 60px 0;
}

.page-lottery-games-system-betting-intro-section {
  background-color: #0F2D47;
}

.page-lottery-games-system-betting-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-lottery-games-system-betting-text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-lottery-games-system-betting-image-wrapper {
  text-align: center;
}

.page-lottery-games-system-betting-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-system-betting-benefits-section {
  background-color: #0A2239;
}

.page-lottery-games-system-betting-grid-3-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-lottery-games-system-betting-benefit-card {
  background-color: #0F2D47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-lottery-games-system-betting-benefit-card:hover {
  transform: translateY(-5px);
  background-color: #1a3a5a;
}

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

.page-lottery-games-system-betting-card-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
}

.page-lottery-games-system-betting-types-section {
  background-color: #0F2D47;
}

.page-lottery-games-system-betting-types-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-lottery-games-system-betting-types-section ul li {
  background-color: #1a3a5a;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-left: 4px solid #DC143C;
  border-radius: 5px;
  color: #E0E0E0;
  font-size: 1.05em;
}

.page-lottery-games-system-betting-types-section ul li strong {
  color: #FFD700;
}

.page-lottery-games-system-betting-strategy-section {
  background-color: #0A2239;
}

.page-lottery-games-system-betting-hello88-advantage-section {
  background-color: #0F2D47;
}

.page-lottery-games-system-betting-grid-2-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-lottery-games-system-betting-advantage-card {
  background-color: #1a3a5a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-system-betting-advantage-card .page-lottery-games-system-betting-card-title {
  font-size: 1.6em;
  color: #FFD700;
}

.page-lottery-games-system-betting-center-text {
  text-align: center;
}

.page-lottery-games-system-betting-margin-top {
  margin-top: 40px;
}

.page-lottery-games-system-betting-faq-section {
  background-color: #0A2239;
}

.page-lottery-games-system-betting-faq-item {
  background-color: #0F2D47;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-system-betting-faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Gold */
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-lottery-games-system-betting-faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #DC143C;
  transition: transform 0.3s ease;
}

.page-lottery-games-system-betting-faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-lottery-games-system-betting-faq-answer {
  font-size: 1.05em;
  color: #E0E0E0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 10px;
}

.page-lottery-games-system-betting-faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  padding: 10px 10px 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-lottery-games-system-betting-main-title {
    font-size: 2.8em;
  }

  .page-lottery-games-system-betting-subtitle {
    font-size: 1.2em;
  }

  .page-lottery-games-system-betting-section-title {
    font-size: 2em;
  }

  .page-lottery-games-system-betting-grid-layout {
    grid-template-columns: 1fr;
  }

  .page-lottery-games-system-betting-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .page-lottery-games-system-betting-reverse-on-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .page-lottery-games-system-betting-hero-section {
    padding: 80px 0;
  }

  .page-lottery-games-system-betting-main-title {
    font-size: 2.2em;
  }

  .page-lottery-games-system-betting-subtitle {
    font-size: 1em;
  }

  .page-lottery-games-system-betting-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-lottery-games-system-betting-section-title {
    font-size: 1.8em;
  }

  .page-lottery-games-system-betting-sub-title {
    font-size: 1.5em;
  }

  .page-lottery-games-system-betting-grid-3-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-lottery-games-system-betting-hero-section {
    padding: 60px 0;
  }

  .page-lottery-games-system-betting-main-title {
    font-size: 1.8em;
  }

  .page-lottery-games-system-betting-subtitle {
    font-size: 0.9em;
  }

  .page-lottery-games-system-betting-section-title {
    font-size: 1.5em;
  }

  .page-lottery-games-system-betting-faq-question {
    font-size: 1.1em;
  }

  .page-lottery-games-system-betting-faq-answer {
    font-size: 0.95em;
  }
}