.page-blog-hy88-game-bai-promotions-strategy {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.page-blog-hy88-game-bai-promotions-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-hy88-game-bai-promotions-strategy__section {
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-blog-hy88-game-bai-promotions-strategy__section-title {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFB04D; /* Glow */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-blog-hy88-game-bai-promotions-strategy__text-block {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

.page-blog-hy88-game-bai-promotions-strategy__cta-button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 10px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hy88-game-bai-promotions-strategy__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
  color: #ffffff;
  border: none;
}

.page-blog-hy88-game-bai-promotions-strategy__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FFA53A 100%);
  transform: translateY(-3px);
}

.page-blog-hy88-game-bai-promotions-strategy__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FFA53A; /* Auxiliary color */
  border: 2px solid #FFA53A;
}

.page-blog-hy88-game-bai-promotions-strategy__btn-secondary:hover {
  background: #FFA53A;
  color: #17191F;
  transform: translateY(-3px);
}

.page-blog-hy88-game-bai-promotions-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px;
  background-color: #0D0E12;
  overflow: hidden;
}

.page-blog-hy88-game-bai-promotions-strategy__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-hy88-game-bai-promotions-strategy__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-hy88-game-bai-promotions-strategy__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-hy88-game-bai-promotions-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-hy88-game-bai-promotions-strategy__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em);
  font-weight: 800;
  color: #FFB04D; /* Glow */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 176, 77, 0.5);
}

.page-blog-hy88-game-bai-promotions-strategy__subtitle {
  font-size: clamp(1.1em, 2vw, 1.4em);
  color: #FFF3E6;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-blog-hy88-game-bai-promotions-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-hy88-game-bai-promotions-strategy__quick-access {
  background-color: #17191F; /* Card BG */
}

.page-blog-hy88-game-bai-promotions-strategy__link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-hy88-game-bai-promotions-strategy__quick-link-card {
  background-color: #0D0E12;
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #FFF3E6;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hy88-game-bai-promotions-strategy__quick-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  border-color: #FFA53A;
}

.page-blog-hy88-game-bai-promotions-strategy__quick-link-card img {
  
  
  object-fit: contain;
  margin-bottom: 15px;
  max-width: 100%;
  display: block;
}

.page-blog-hy88-game-bai-promotions-strategy__quick-link-text {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.page-blog-hy88-game-bai-promotions-strategy__core-games {
  background-color: #0D0E12;
}

.page-blog-hy88-game-bai-promotions-strategy__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hy88-game-bai-promotions-strategy__game-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-hy88-game-bai-promotions-strategy__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  border-color: #FFA53A;
}

.page-blog-hy88-game-bai-promotions-strategy__game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  max-width: 100%;
  display: block;
}

.page-blog-hy88-game-bai-promotions-strategy__game-title {
  font-size: 1.5em;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-blog-hy88-game-bai-promotions-strategy__game-description {
  font-size: 0.95em;
  color: #FFF3E6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-hy88-game-bai-promotions-strategy__game-button {
  display: inline-block;
  padding: 10px 20px;
  background: #D96800; /* Deep Orange */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hy88-game-bai-promotions-strategy__game-button:hover {
  background: #FFA53A;
}

.page-blog-hy88-game-bai-promotions-strategy__promotions {
  background-color: #17191F;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-card {
  background-color: #0D0E12;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  border-color: #FFB04D;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-title {
  font-size: 1.4em;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-description {
  font-size: 0.95em;
  color: #FFF3E6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-button {
  display: inline-block;
  padding: 10px 20px;
  background: #D96800;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hy88-game-bai-promotions-strategy__promo-button:hover {
  background: #FFA53A;
}

.page-blog-hy88-game-bai-promotions-strategy__view-all-promos {
  margin-top: 50px;
}

.page-blog-hy88-game-bai-promotions-strategy__security-support {
  background-color: #0D0E12;
}

.page-blog-hy88-game-bai-promotions-strategy__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hy88-game-bai-promotions-strategy__info-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hy88-game-bai-promotions-strategy__info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  border-color: #FFB04D;
}

.page-blog-hy88-game-bai-promotions-strategy__info-card img {
  
  
  object-fit: contain;
  margin-bottom: 15px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hy88-game-bai-promotions-strategy__info-title {
  font-size: 1.3em;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-blog-hy88-game-bai-promotions-strategy__info-description {
  font-size: 0.95em;
  color: #FFF3E6;
}

.page-blog-hy88-game-bai-promotions-strategy__contact-cta {
  margin-top: 50px;
}

.page-blog-hy88-game-bai-promotions-strategy__faq {
  background-color: #17191F;
}

.page-blog-hy88-game-bai-promotions-strategy__faq-list {
  margin-top: 40px;
  text-align: left;
}

details.page-blog-hy88-game-bai-promotions-strategy__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #0D0E12; /* Background */
}
details.page-blog-hy88-game-bai-promotions-strategy__faq-item summary.page-blog-hy88-game-bai-promotions-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF3E6;
}
details.page-blog-hy88-game-bai-promotions-strategy__faq-item summary.page-blog-hy88-game-bai-promotions-strategy__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-hy88-game-bai-promotions-strategy__faq-item summary.page-blog-hy88-game-bai-promotions-strategy__faq-question:hover {
  background: #1f2128;
}
.page-blog-hy88-game-bai-promotions-strategy__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFA53A;
}
.page-blog-hy88-game-bai-promotions-strategy__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFB04D; /* Glow */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-hy88-game-bai-promotions-strategy__faq-item .page-blog-hy88-game-bai-promotions-strategy__faq-answer {
  padding: 0 20px 20px;
  background: #17191F; /* Card BG */
  border-radius: 0 0 5px 5px;
  color: #FFF3E6;
  font-size: 1em;
  line-height: 1.7;
}

.page-blog-hy88-game-bai-promotions-strategy__latest-blog {
  background-color: #0D0E12;
}

.page-blog-hy88-game-bai-promotions-strategy__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hy88-game-bai-promotions-strategy__blog-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #FFF3E6;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.page-blog-hy88-game-bai-promotions-strategy__blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  border-color: #FFB04D;
}

.page-blog-hy88-game-bai-promotions-strategy__blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.page-blog-hy88-game-bai-promotions-strategy__blog-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-hy88-game-bai-promotions-strategy__blog-card-title {
  font-size: 1.3em;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-blog-hy88-game-bai-promotions-strategy__blog-card-excerpt {
  font-size: 0.95em;
  color: #FFF3E6;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-hy88-game-bai-promotions-strategy__blog-card-date {
  font-size: 0.85em;
  color: #A84F0C; /* Border */
}

.page-blog-hy88-game-bai-promotions-strategy__view-all-posts {
  margin-top: 50px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hy88-game-bai-promotions-strategy__section-title {
    font-size: 2.5em;
  }
  .page-blog-hy88-game-bai-promotions-strategy__text-block {
    font-size: 1em;
  }
  .page-blog-hy88-game-bai-promotions-strategy__hero-image img {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .page-blog-hy88-game-bai-promotions-strategy__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-hy88-game-bai-promotions-strategy__hero-image img {
    border-radius: 4px;
    height: 300px;
  }
  .page-blog-hy88-game-bai-promotions-strategy__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 5px 0;
  }
  .page-blog-hy88-game-bai-promotions-strategy__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-hy88-game-bai-promotions-strategy__main-title {
    font-size: 2em;
  }
  .page-blog-hy88-game-bai-promotions-strategy__subtitle {
    font-size: 1em;
  }
  .page-blog-hy88-game-bai-promotions-strategy__section {
    padding: 40px 0;
  }
  .page-blog-hy88-game-bai-promotions-strategy__section-title {
    font-size: 2em;
  }
  .page-blog-hy88-game-bai-promotions-strategy__quick-link-card img {
    
    
  }
  .page-blog-hy88-game-bai-promotions-strategy__game-card img,
  .page-blog-hy88-game-bai-promotions-strategy__promo-card img,
  .page-blog-hy88-game-bai-promotions-strategy__blog-card img {
    
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-hy88-game-bai-promotions-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-hy88-game-bai-promotions-strategy__container,
  .page-blog-hy88-game-bai-promotions-strategy__section,
  .page-blog-hy88-game-bai-promotions-strategy__quick-access,
  .page-blog-hy88-game-bai-promotions-strategy__core-games,
  .page-blog-hy88-game-bai-promotions-strategy__promotions,
  .page-blog-hy88-game-bai-promotions-strategy__security-support,
  .page-blog-hy88-game-bai-promotions-strategy__faq,
  .page-blog-hy88-game-bai-promotions-strategy__latest-blog {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  details.page-blog-hy88-game-bai-promotions-strategy__faq-item summary.page-blog-hy88-game-bai-promotions-strategy__faq-question { padding: 15px; }
  .page-blog-hy88-game-bai-promotions-strategy__faq-qtext { font-size: 1em; }
  details.page-blog-hy88-game-bai-promotions-strategy__faq-item .page-blog-hy88-game-bai-promotions-strategy__faq-answer { padding: 0 15px 15px; }
}

@media (max-width: 480px) {
  .page-blog-hy88-game-bai-promotions-strategy__hero-image img {
    height: 250px;
  }
  .page-blog-hy88-game-bai-promotions-strategy__section-title {
    font-size: 1.8em;
  }
  .page-blog-hy88-game-bai-promotions-strategy__quick-link-card,
  .page-blog-hy88-game-bai-promotions-strategy__game-card,
  .page-blog-hy88-game-bai-promotions-strategy__promo-card,
  .page-blog-hy88-game-bai-promotions-strategy__info-card,
  .page-blog-hy88-game-bai-promotions-strategy__blog-card {
    padding: 15px;
  }
  .page-blog-hy88-game-bai-promotions-strategy__quick-link-text,
  .page-blog-hy88-game-bai-promotions-strategy__game-title,
  .page-blog-hy88-game-bai-promotions-strategy__promo-title,
  .page-blog-hy88-game-bai-promotions-strategy__info-title,
  .page-blog-hy88-game-bai-promotions-strategy__blog-card-title {
    font-size: 1.1em;
  }
  .page-blog-hy88-game-bai-promotions-strategy__game-description,
  .page-blog-hy88-game-bai-promotions-strategy__promo-description,
  .page-blog-hy88-game-bai-promotions-strategy__info-description,
  .page-blog-hy88-game-bai-promotions-strategy__blog-card-excerpt {
    font-size: 0.9em;
  }
}