.page-blog-cwin999-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-cwin999-game-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-cwin999-game-strategy__hero-image-wrapper {
  width: 100%;
  height: auto;
}

.page-blog-cwin999-game-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-cwin999-game-strategy__hero-content {
  max-width: 900px;
  padding: 20px;
  margin-top: -80px; /* Pull content slightly over the image for visual flow */
  background-color: rgba(17, 40, 27, 0.9); /* Card B G with transparency */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-blog-cwin999-game-strategy__hero-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-cwin999-game-strategy__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-cwin999-game-strategy__cta-button {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-cwin999-game-strategy__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-cwin999-game-strategy__cta-button--secondary {
  background: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6;
}

.page-blog-cwin999-game-strategy__cta-button--secondary:hover {
  background: #1E3A2A; /* Deep Green lighter */
}

.page-blog-cwin999-game-strategy__section {
  padding: 60px 0;
}

.page-blog-cwin999-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-cwin999-game-strategy__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-cwin999-game-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #2AD16F; /* Button top color */
  border-radius: 2px;
}

.page-blog-cwin999-game-strategy__subsection-title {
  font-size: 1.8em;
  color: #22C768; /* Auxiliary color */
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-cwin999-game-strategy__text-block {
  font-size: 1.05em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-cwin999-game-strategy__text-block--light {
  color: #F2FFF6; /* Text Main */
}

.page-blog-cwin999-game-strategy__image-content-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-cwin999-game-strategy__image-content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-blog-cwin999-game-strategy__content-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: block;
  object-fit: cover;
}

.page-blog-cwin999-game-strategy__image-content-wrapper .page-blog-cwin999-game-strategy__text-block {
  flex: 1;
  min-width: 300px;
}

.page-blog-cwin999-game-strategy__dark-section {
  background-color: #11271B; /* Card B G */
  color: #F2FFF6; /* Text Main */
}

.page-blog-cwin999-game-strategy__dark-section .page-blog-cwin999-game-strategy__section-title,
.page-blog-cwin999-game-strategy__dark-section .page-blog-cwin999-game-strategy__subsection-title {
  color: #F2C14E; /* Gold */
}

.page-blog-cwin999-game-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-cwin999-game-strategy__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-cwin999-game-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #1E3A2A; /* Divider slightly darker */
  user-select: none;
  list-style: none;
}

.page-blog-cwin999-game-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-cwin999-game-strategy__faq-qtext {
  flex-grow: 1;
}

.page-blog-cwin999-game-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
  transition: transform 0.3s ease;
}

.page-blog-cwin999-game-strategy__faq-item[open] .page-blog-cwin999-game-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-cwin999-game-strategy__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #2E7A4E;
}

.page-blog-cwin999-game-strategy__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-blog-cwin999-game-strategy__floating-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 45px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.9em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-blog-cwin999-game-strategy__floating-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.page-blog-cwin999-game-strategy__floating-button--login {
  background: #11271B; /* Card B G */
  border: 1px solid #2AD16F;
}

.page-blog-cwin999-game-strategy__floating-button--login:hover {
  background: #1E3A2A;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-cwin999-game-strategy__hero-content {
    margin-top: -60px;
    max-width: 700px;
  }
  .page-blog-cwin999-game-strategy__section-title {
    font-size: 2em;
  }
  .page-blog-cwin999-game-strategy__subsection-title {
    font-size: 1.5em;
  }
  .page-blog-cwin999-game-strategy__image-content-wrapper {
    flex-direction: column;
  }
  .page-blog-cwin999-game-strategy__image-content-wrapper--reverse {
    flex-direction: column;
  }
  .page-blog-cwin999-game-strategy__content-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-cwin999-game-strategy__hero-content {
    margin-top: -40px;
    padding: 15px;
  }
  .page-blog-cwin999-game-strategy__hero-title {
    font-size: 1.8em;
  }
  .page-blog-cwin999-game-strategy__hero-description {
    font-size: 1em;
  }
  .page-blog-cwin999-game-strategy__section {
    padding: 40px 0;
  }
  .page-blog-cwin999-game-strategy__container {
    padding: 0 15px;
  }
  .page-blog-cwin999-game-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-cwin999-game-strategy__subsection-title {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-blog-cwin999-game-strategy__text-block {
    font-size: 0.95em;
  }
  .page-blog-cwin999-game-strategy__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-cwin999-game-strategy__image-content-wrapper,
  .page-blog-cwin999-game-strategy__image-content-wrapper--reverse {
    flex-direction: column !important;
    gap: 20px;
  }
  .page-blog-cwin999-game-strategy__cta-button,
  .page-blog-cwin999-game-strategy__floating-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-cwin999-game-strategy__floating-buttons {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    flex-direction: row;
    justify-content: space-around;
  }
  .page-blog-cwin999-game-strategy__floating-button {
    width: 48%;
  }
  .page-blog-cwin999-game-strategy__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-cwin999-game-strategy__faq-answer {
    padding: 10px 20px 20px;
  }
  .page-blog-cwin999-game-strategy__section,
  .page-blog-cwin999-game-strategy__card,
  .page-blog-cwin999-game-strategy__container,
  .page-blog-cwin999-game-strategy__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-cwin999-game-strategy__hero-section {
    padding-top: 10px !important; /* body đã xử lý padding-top cho header */
  }
  .page-blog-cwin999-game-strategy__image-content-wrapper .page-blog-cwin999-game-strategy__text-block {
    min-width: unset;
  }
}