.page-hi88-jackpot-strategy {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Deep Tech Blue */
  line-height: 1.6;
}

.page-hi88-jackpot-strategy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Typography */
.page-hi88-jackpot-strategy h1, .page-hi88-jackpot-strategy h2, .page-hi88-jackpot-strategy h3 {
  color: #FFD700; /* Bright Gold for titles */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-hi88-jackpot-strategy h1 {
  font-size: 3.2em;
  line-height: 1.2;
}

.page-hi88-jackpot-strategy h2 {
  font-size: 2.5em;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-hi88-jackpot-strategy h3 {
  font-size: 1.8em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-hi88-jackpot-strategy p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #D0D0D0; /* Slightly darker light gray for paragraphs */
}

.page-hi88-jackpot-strategy a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-hi88-jackpot-strategy a:hover {
  color: #FFEA80; /* Lighter gold on hover */
  text-decoration: underline;
}

/* Buttons */
.page-hi88-jackpot-strategy .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.05em;
}

.page-hi88-jackpot-strategy .btn-primary {
  background-color: #FFD700; /* Gold background */
  color: #0A192F; /* Dark text on gold */
  border: 2px solid #FFD700;
}

.page-hi88-jackpot-strategy .btn-primary:hover {
  background-color: #FFEA80;
  border-color: #FFEA80;
  transform: translateY(-2px);
}

.page-hi88-jackpot-strategy .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-hi88-jackpot-strategy .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-hi88-jackpot-strategy .btn-sm {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-hi88-jackpot-strategy .btn-large {
  padding: 15px 35px;
  font-size: 1.2em;
}

/* Hero Section */
.page-hi88-jackpot-strategy .hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a5e 100%); /* Dark blue gradient */
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

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

.page-hi88-jackpot-strategy .hero-content {
  text-align: center;
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.page-hi88-jackpot-strategy .hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.page-hi88-jackpot-strategy .hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #C0C0C0;
}

.page-hi88-jackpot-strategy .hero-actions .btn {
  margin: 0 10px;
}

.page-hi88-jackpot-strategy .hero-image-wrapper {
  display: none; /* Hidden on mobile by default, shown on larger screens */
}

/* Sections */
.page-hi88-jackpot-strategy section {
  padding: 60px 0;
  text-align: center;
}

.page-hi88-jackpot-strategy .section-intro {
  background-color: #0A192F;
}

.page-hi88-jackpot-strategy .section-strategies {
  background-color: #1a2a3f;
}

.page-hi88-jackpot-strategy .section-tips {
  background-color: #0A192F;
}

.page-hi88-jackpot-strategy .section-related-articles {
  background-color: #1a2a3f;
}

.page-hi88-jackpot-strategy .section-faq {
  background-color: #0A192F;
}

.page-hi88-jackpot-strategy .section-title {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-hi88-jackpot-strategy .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-hi88-jackpot-strategy .text-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

/* Image with Text */
.page-hi88-jackpot-strategy .image-with-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.page-hi88-jackpot-strategy .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-hi88-jackpot-strategy .text-block {
  text-align: left;
}

/* Strategy Items */
.page-hi88-jackpot-strategy .strategy-item {
  background-color: #1a2a3f;
  border: 1px solid #2e4a6a;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-hi88-jackpot-strategy .strategy-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-hi88-jackpot-strategy .strategy-item .sub-title {
  color: #FFD700;
  text-align: left;
  margin-bottom: 15px;
}

.page-hi88-jackpot-strategy .strategy-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #0A192F;
  padding: 10px;
  box-shadow: inset 0 0 10px rgba(255, 215, 0, 0.3);
}

/* CTA Banners */
.page-hi88-jackpot-strategy .cta-banner {
  background: linear-gradient(90deg, #0A192F, #3a5f86);
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-hi88-jackpot-strategy .cta-banner-secondary {
  background: linear-gradient(90deg, #3a5f86, #0A192F);
}

.page-hi88-jackpot-strategy .cta-title {
  color: #FFD700;
  font-size: 2.2em;
  margin-bottom: 15px;
}

.page-hi88-jackpot-strategy .cta-description {
  color: #E0E0E0;
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Tip Cards */
.page-hi88-jackpot-strategy .tip-card {
  background-color: #1a2a3f;
  border: 1px solid #2e4a6a;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-hi88-jackpot-strategy .tip-card .card-title {
  color: #FFD700;
  text-align: left;
  margin-bottom: 10px;
}

.page-hi88-jackpot-strategy .tip-card .card-text {
  color: #D0D0D0;
}

/* Related Articles */
.page-hi88-jackpot-strategy .article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-hi88-jackpot-strategy .article-card {
  background-color: #0A192F;
  border: 1px solid #2e4a6a;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-hi88-jackpot-strategy .article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-hi88-jackpot-strategy .article-card .card-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  text-align: left;
}

.page-hi88-jackpot-strategy .article-card .card-title a {
  color: #FFD700;
}

.page-hi88-jackpot-strategy .article-card .card-text {
  font-size: 0.95em;
  color: #C0C0C0;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-hi88-jackpot-strategy .article-card .btn-sm {
  align-self: flex-start;
}

/* FAQ Section */
.page-hi88-jackpot-strategy .faq-list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 40px;
}

.page-hi88-jackpot-strategy .faq-item {
  background-color: #1a2a3f;
  border: 1px solid #2e4a6a;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-hi88-jackpot-strategy .faq-question {
  color: #FFD700;
  font-size: 1.25em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-hi88-jackpot-strategy .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-hi88-jackpot-strategy .faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-hi88-jackpot-strategy .faq-answer {
  color: #D0D0D0;
  font-size: 1.05em;
  display: none;
  padding-top: 10px;
  border-top: 1px dashed #2e4a6a;
  margin-top: 15px;
}

.page-hi88-jackpot-strategy .faq-answer.active {
  display: block;
}

/* Final CTA Section */
.page-hi88-jackpot-strategy .final-cta {
  background: linear-gradient(135deg, #FFD700 0%, #ffc107 100%); /* Gold gradient */
  padding: 80px 0;
  color: #0A192F; /* Dark text on gold */
}

.page-hi88-jackpot-strategy .final-cta .cta-title {
  color: #0A192F;
  text-shadow: none;
}

.page-hi88-jackpot-strategy .final-cta .cta-description {
  color: #333;
  margin-bottom: 40px;
}

.page-hi88-jackpot-strategy .final-cta .btn-primary {
  background-color: #0A192F;
  color: #FFD700;
  border-color: #0A192F;
}

.page-hi88-jackpot-strategy .final-cta .btn-primary:hover {
  background-color: #1a2a3f;
  color: #FFEA80;
  border-color: #1a2a3f;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-hi88-jackpot-strategy .hero-section .container {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 50px;
  }

  .page-hi88-jackpot-strategy .hero-content {
    text-align: left;
    max-width: 50%;
  }

  .page-hi88-jackpot-strategy .hero-title {
    font-size: 4.5em;
  }

  .page-hi88-jackpot-strategy .hero-image-wrapper {
    display: block;
    max-width: 40%;
  }

  .page-hi88-jackpot-strategy .hero-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  .page-hi88-jackpot-strategy .image-with-text {
    flex-direction: row;
    text-align: left;
  }

  .page-hi88-jackpot-strategy .image-with-text:nth-child(even) {
    flex-direction: row-reverse;
  }

  .page-hi88-jackpot-strategy .content-image {
    max-width: 45%;
  }

  .page-hi88-jackpot-strategy .text-block {
    flex: 1;
  }

  .page-hi88-jackpot-strategy .strategy-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 40px;
  }

  .page-hi88-jackpot-strategy .strategy-item .sub-title {
    margin-top: 0;
  }

  .page-hi88-jackpot-strategy .strategy-icon {
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .page-hi88-jackpot-strategy .tip-card {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .page-hi88-jackpot-strategy h1 {
    font-size: 2.5em;
  }

  .page-hi88-jackpot-strategy h2 {
    font-size: 2em;
  }

  .page-hi88-jackpot-strategy h3 {
    font-size: 1.5em;
  }

  .page-hi88-jackpot-strategy .hero-section {
    padding: 80px 0 40px;
    min-height: auto;
  }

  .page-hi88-jackpot-strategy .hero-actions .btn {
    display: block;
    margin: 15px auto;
  }

  .page-hi88-jackpot-strategy .image-with-text {
    margin-top: 30px;
  }

  .page-hi88-jackpot-strategy .content-image {
    margin-bottom: 20px;
  }

  .page-hi88-jackpot-strategy .strategy-item, .page-hi88-jackpot-strategy .tip-card {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .page-hi88-jackpot-strategy h1 {
    font-size: 2em;
  }
  .page-hi88-jackpot-strategy h2 {
    font-size: 1.8em;
  }
  .page-hi88-jackpot-strategy h3 {
    font-size: 1.3em;
  }
  .page-hi88-jackpot-strategy .hero-subtitle {
    font-size: 1em;
  }
  .page-hi88-jackpot-strategy .btn-large {
    font-size: 1.1em;
    padding: 12px 25px;
  }
  .page-hi88-jackpot-strategy .article-list {
    grid-template-columns: 1fr;
  }
  .page-hi88-jackpot-strategy .faq-item {
    padding: 15px 20px;
  }
  .page-hi88-jackpot-strategy .faq-question {
    font-size: 1.1em;
  }
}