.page-hi88-jackpot-strategy-beginner {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for main text */
  background-color: #0A192F; /* Primary dark blue background */
  line-height: 1.6;
}

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

/* Hero Section */
.page-hi88-jackpot-strategy-beginner__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1A3A5F 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

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

.page-hi88-jackpot-strategy-beginner__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-hi88-jackpot-strategy-beginner__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Secondary gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-hi88-jackpot-strategy-beginner__subtitle {
  font-size: 1.3em;
  color: #F0F0F0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-hi88-jackpot-strategy-beginner__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-hi88-jackpot-strategy-beginner__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-hi88-jackpot-strategy-beginner__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold */
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-hi88-jackpot-strategy-beginner__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-hi88-jackpot-strategy-beginner__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.2);
}

.page-hi88-jackpot-strategy-beginner__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-hi88-jackpot-strategy-beginner__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-hi88-jackpot-strategy-beginner__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

/* General Section Styling */
.page-hi88-jackpot-strategy-beginner__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-hi88-jackpot-strategy-beginner__section:last-of-type {
  border-bottom: none;
}

.page-hi88-jackpot-strategy-beginner__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-hi88-jackpot-strategy-beginner__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-beginner p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-hi88-jackpot-strategy-beginner strong {
  color: #FFD700;
}

.page-hi88-jackpot-strategy-beginner__content-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.page-hi88-jackpot-strategy-beginner__content-flex--reverse {
  flex-direction: row-reverse;
}

.page-hi88-jackpot-strategy-beginner__text-content {
  flex: 1;
}

.page-hi88-jackpot-strategy-beginner__image-wrapper {
  flex: 1;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 215, 0, 0.05);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-hi88-jackpot-strategy-beginner__image-wrapper--full-width {
  flex: none;
  width: 100%;
  margin-top: 40px;
}

.page-hi88-jackpot-strategy-beginner__image-wrapper--centered {
  flex: none;
  width: 80%;
  margin: 40px auto 0 auto;
  display: block;
}

.page-hi88-jackpot-strategy-beginner__image-wrapper--round {
  border-radius: 50%;
  max-width: 400px;
  margin: 40px auto 0 auto;
  overflow: hidden;
}

.page-hi88-jackpot-strategy-beginner__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* How to Start Section */
.page-hi88-jackpot-strategy-beginner__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-hi88-jackpot-strategy-beginner__step-item {
  background-color: #1A2B47; /* Slightly lighter blue for step cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

/* Strategy Section */
.page-hi88-jackpot-strategy-beginner__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-hi88-jackpot-strategy-beginner__strategy-item {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-hi88-jackpot-strategy-beginner__strategy-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

/* Tips Section */
.page-hi88-jackpot-strategy-beginner__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-hi88-jackpot-strategy-beginner__tip-list li {
  background-color: #1A2B47;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 45px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-hi88-jackpot-strategy-beginner__tip-list li::before {
  content: '✓';
  color: #FFD700;
  font-size: 1.5em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

/* Promotions Section */
.page-hi88-jackpot-strategy-beginner__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-hi88-jackpot-strategy-beginner__promo-item {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

.page-hi88-jackpot-strategy-beginner__promo-note {
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  color: #B0B0B0;
}

/* App Download Section */
.page-hi88-jackpot-strategy-beginner__app-download ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-hi88-jackpot-strategy-beginner__app-download ul li {
  background-color: #1A2B47;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 35px;
  color: #F0F0F0;
}

.page-hi88-jackpot-strategy-beginner__app-download ul li::before {
  content: '•';
  color: #FFD700;
  font-size: 1.8em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Floating CTA */
.page-hi88-jackpot-strategy-beginner__floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.page-hi88-jackpot-strategy-beginner__floating-btn {
  background-color: #FFD700;
  color: #0A192F;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.page-hi88-jackpot-strategy-beginner__floating-btn:hover {
  background-color: #E6C200;
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.7);
}

.page-hi88-jackpot-strategy-beginner__floating-icon {
  font-size: 1.5em;
  line-height: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-hi88-jackpot-strategy-beginner__main-title {
    font-size: 2.8em;
  }

  .page-hi88-jackpot-strategy-beginner__subtitle {
    font-size: 1.1em;
  }

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

  .page-hi88-jackpot-strategy-beginner__content-flex {
    flex-direction: column;
    text-align: center;
  }

  .page-hi88-jackpot-strategy-beginner__content-flex--reverse {
    flex-direction: column;
  }

  .page-hi88-jackpot-strategy-beginner__image-wrapper {
    padding: 10px;
  }
  
  .page-hi88-jackpot-strategy-beginner__image-wrapper--centered {
    width: 95%;
  }

  .page-hi88-jackpot-strategy-beginner__floating-cta {
    bottom: 15px;
    right: 15px;
  }

  .page-hi88-jackpot-strategy-beginner__floating-btn {
    padding: 12px 20px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-hi88-jackpot-strategy-beginner__hero-section {
    padding: 80px 0;
  }

  .page-hi88-jackpot-strategy-beginner__main-title {
    font-size: 2.2em;
  }

  .page-hi88-jackpot-strategy-beginner__subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-hi88-jackpot-strategy-beginner__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-hi88-jackpot-strategy-beginner__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-hi88-jackpot-strategy-beginner__section {
    padding: 40px 0;
  }

  .page-hi88-jackpot-strategy-beginner__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-hi88-jackpot-strategy-beginner p,
  .page-hi88-jackpot-strategy-beginner__tip-list li,
  .page-hi88-jackpot-strategy-beginner__app-download ul li {
    font-size: 1em;
  }

  .page-hi88-jackpot-strategy-beginner__steps-grid,
  .page-hi88-jackpot-strategy-beginner__strategy-grid,
  .page-hi88-jackpot-strategy-beginner__promo-grid {
    grid-template-columns: 1fr;
  }
  
  .page-hi88-jackpot-strategy-beginner__image-wrapper--round {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-hi88-jackpot-strategy-beginner__main-title {
    font-size: 1.8em;
  }

  .page-hi88-jackpot-strategy-beginner__btn {
    width: 95%;
    padding: 12px 20px;
    font-size: 1em;
  }

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

  .page-hi88-jackpot-strategy-beginner__floating-btn {
    padding: 10px 15px;
    font-size: 0.9em;
    gap: 5px;
  }

  .page-hi88-jackpot-strategy-beginner__floating-icon {
    font-size: 1.2em;
  }
}