.page-game-bai-chien-thuat-choi-phom {
  font-family: 'Arial', sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  line-height: 1.6;
}

.page-game-bai-chien-thuat-choi-phom__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-game-bai-chien-thuat-choi-phom__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #F2C14E; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.4);
}

.page-game-bai-chien-thuat-choi-phom__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
}

.page-game-bai-chien-thuat-choi-phom__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-game-bai-chien-thuat-choi-phom__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.page-game-bai-chien-thuat-choi-phom__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-game-bai-chien-thuat-choi-phom__hero-content {
  position: relative;
  max-width: 900px;
  margin-top: -300px; /* Overlap with image for visual effect */
  z-index: 1;
  padding: 0 20px;
}

.page-game-bai-chien-thuat-choi-phom__main-title {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 900;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 20px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.page-game-bai-chien-thuat-choi-phom__hero-description {
  font-size: clamp(18px, 2vw, 24px);
  color: #FFF6D6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-bai-chien-thuat-choi-phom__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-game-bai-chien-thuat-choi-phom__btn-primary,
.page-game-bai-chien-thuat-choi-phom__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-game-bai-chien-thuat-choi-phom__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  border: none;
}

.page-game-bai-chien-thuat-choi-phom__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-game-bai-chien-thuat-choi-phom__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Main color */
  border: 2px solid #F2C14E;
}

.page-game-bai-chien-thuat-choi-phom__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background-color: rgba(242, 193, 78, 0.1);
}

.page-game-bai-chien-thuat-choi-phom__intro-section,
.page-game-bai-chien-thuat-choi-phom__strategies-section,
.page-game-bai-chien-thuat-choi-phom__login-guide-section,
.page-game-bai-chien-thuat-choi-phom__conclusion-section {
  padding: 60px 0;
}

.page-game-bai-chien-thuat-choi-phom__dark-section {
  background-color: #111111; /* Card BG */
}

.page-game-bai-chien-thuat-choi-phom__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-game-bai-chien-thuat-choi-phom__list {
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 0;
  font-size: 17px;
  line-height: 1.8;
}

.page-game-bai-chien-thuat-choi-phom__list li {
  margin-bottom: 10px;
}

.page-game-bai-chien-thuat-choi-phom__strategy-card {
  background-color: #0A0A0A;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-bai-chien-thuat-choi-phom__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-game-bai-chien-thuat-choi-phom__strategy-title {
  font-size: 24px;
  color: #FFD36B; /* Glow color */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-game-bai-chien-thuat-choi-phom__strategy-card p {
  font-size: 17px;
  line-height: 1.7;
  color: #FFF6D6;
}

.page-game-bai-chien-thuat-choi-phom__strategy-card a {
  color: #F2C14E;
  text-decoration: none;
  font-weight: bold;
}

.page-game-bai-chien-thuat-choi-phom__strategy-card a:hover {
  text-decoration: underline;
}

.page-game-bai-chien-thuat-choi-phom__center-content {
  text-align: center;
  margin-top: 40px;
}

.page-game-bai-chien-thuat-choi-phom__benefits-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-game-bai-chien-thuat-choi-phom__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-bai-chien-thuat-choi-phom__benefit-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-game-bai-chien-thuat-choi-phom__benefit-item:hover {
  transform: translateY(-5px);
}

.page-game-bai-chien-thuat-choi-phom__benefit-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.page-game-bai-chien-thuat-choi-phom__benefit-title {
  font-size: 22px;
  color: #F2C14E; /* Main color */
  margin-bottom: 15px;
}

.page-game-bai-chien-thuat-choi-phom__benefit-item p {
  font-size: 16px;
  color: #FFF6D6;
}

.page-game-bai-chien-thuat-choi-phom__login-guide-section {
  background-color: #111111; /* Card BG */
}

.page-game-bai-chien-thuat-choi-phom__guide-steps {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-game-bai-chien-thuat-choi-phom__step-item {
  flex: 1;
  min-width: 280px;
  background-color: #0A0A0A;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-bai-chien-thuat-choi-phom__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(255, 216, 106, 0.5);
}

.page-game-bai-chien-thuat-choi-phom__step-title {
  font-size: 22px;
  color: #FFD36B; /* Glow color */
  margin-bottom: 15px;
}

.page-game-bai-chien-thuat-choi-phom__step-item p {
  font-size: 16px;
  color: #FFF6D6;
}

.page-game-bai-chien-thuat-choi-phom__faq-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

details.page-game-bai-chien-thuat-choi-phom__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #3A2A12; /* Border color */
  overflow: hidden;
  background: #111111; /* Card BG */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
details.page-game-bai-chien-thuat-choi-phom__faq-item summary.page-game-bai-chien-thuat-choi-phom__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-game-bai-chien-thuat-choi-phom__faq-item summary.page-game-bai-chien-thuat-choi-phom__faq-question::-webkit-details-marker {
  display: none;
}
details.page-game-bai-chien-thuat-choi-phom__faq-item summary.page-game-bai-chien-thuat-choi-phom__faq-question:hover {
  background: rgba(242, 193, 78, 0.05);
}
.page-game-bai-chien-thuat-choi-phom__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF6D6; /* Text Main */
}
.page-game-bai-chien-thuat-choi-phom__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E; /* Main color */
  flex-shrink: 0;
  margin-left: 20px;
  width: 30px;
  text-align: center;
}
details.page-game-bai-chien-thuat-choi-phom__faq-item .page-game-bai-chien-thuat-choi-phom__faq-answer {
  padding: 0 25px 20px;
  background: #0A0A0A; /* Background */
  border-radius: 0 0 8px 8px;
  color: #FFF6D6;
  font-size: 16px;
}

.page-game-bai-chien-thuat-choi-phom__conclusion-section {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  text-align: center;
}

.page-game-bai-chien-thuat-choi-phom__conclusion-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.5);
  margin-top: 40px;
}

.page-game-bai-chien-thuat-choi-phom__conclusion-section .page-game-bai-chien-thuat-choi-phom__container {
  position: relative;
  z-index: 1;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-game-bai-chien-thuat-choi-phom__hero-content {
    margin-top: -200px;
  }
  .page-game-bai-chien-thuat-choi-phom__main-title {
    font-size: clamp(34px, 4.5vw, 50px);
  }
  .page-game-bai-chien-thuat-choi-phom__hero-description {
    font-size: clamp(16px, 1.8vw, 20px);
  }
  .page-game-bai-chien-thuat-choi-phom__btn-primary, .page-game-bai-chien-thuat-choi-phom__btn-secondary {
    padding: 12px 25px;
    font-size: 16px;
  }
  .page-game-bai-chien-thuat-choi-phom__section-title {
    font-size: clamp(26px, 3.5vw, 38px);
  }
  .page-game-bai-chien-thuat-choi-phom__text-block {
    font-size: 17px;
  }
  .page-game-bai-chien-thuat-choi-phom__strategy-title {
    font-size: 22px;
  }
  .page-game-bai-chien-thuat-choi-phom__benefit-title {
    font-size: 20px;
  }
  .page-game-bai-chien-thuat-choi-phom__step-title {
    font-size: 20px;
  }
  .page-game-bai-chien-thuat-choi-phom__faq-qtext {
    font-size: 17px;
  }
}

@media (max-width: 849px) {
  .page-game-bai-chien-thuat-choi-phom__hero-image {
    object-fit: contain !important; /* Prevent cropping on smaller screens */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    filter: brightness(0.8); /* Less dark on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-game-bai-chien-thuat-choi-phom__hero-section {
    padding-top: 10px; /* Consistent small top padding */
    padding-bottom: 40px;
  }
  .page-game-bai-chien-thuat-choi-phom__hero-content {
    margin-top: -100px; /* Adjust overlap */
    padding: 0 15px;
  }
  .page-game-bai-chien-thuat-choi-phom__main-title {
    font-size: clamp(30px, 8vw, 40px);
    margin-bottom: 15px;
  }
  .page-game-bai-chien-thuat-choi-phom__hero-description {
    font-size: clamp(15px, 4vw, 18px);
    margin-bottom: 25px;
  }
  .page-game-bai-chien-thuat-choi-phom__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px; /* Constrain buttons for better stack */
    margin-left: auto;
    margin-right: auto;
  }
  .page-game-bai-chien-thuat-choi-phom__btn-primary,
  .page-game-bai-chien-thuat-choi-phom__btn-secondary {
    padding: 12px 20px !important;
    font-size: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-game-bai-chien-thuat-choi-phom__section-title {
    font-size: clamp(24px, 7vw, 32px);
    margin-bottom: 30px;
  }
  .page-game-bai-chien-thuat-choi-phom__text-block {
    font-size: 16px;
    padding: 0 5px;
  }
  .page-game-bai-chien-thuat-choi-phom__list {
    margin-left: 20px;
    font-size: 16px;
  }
  .page-game-bai-chien-thuat-choi-phom__strategy-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-game-bai-chien-thuat-choi-phom__strategy-title {
    font-size: 20px;
  }
  .page-game-bai-chien-thuat-choi-phom__strategy-card p {
    font-size: 16px;
  }
  .page-game-bai-chien-thuat-choi-phom__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-game-bai-chien-thuat-choi-phom__benefit-item {
    padding: 20px;
  }
  .page-game-bai-chien-thuat-choi-phom__benefit-title {
    font-size: 18px;
  }
  .page-game-bai-chien-thuat-choi-phom__guide-steps {
    flex-direction: column;
    gap: 20px;
  }
  .page-game-bai-chien-thuat-choi-phom__step-item {
    min-width: unset;
  }
  details.page-game-bai-chien-thuat-choi-phom__faq-item summary.page-game-bai-chien-thuat-choi-phom__faq-question {
    padding: 15px 18px;
  }
  .page-game-bai-chien-thuat-choi-phom__faq-qtext {
    font-size: 16px;
  }
  .page-game-bai-chien-thuat-choi-phom__faq-toggle {
    font-size: 24px;
    margin-left: 15px;
    width: 25px;
  }
  details.page-game-bai-chien-thuat-choi-phom__faq-item .page-game-bai-chien-thuat-choi-phom__faq-answer {
    padding: 0 18px 15px;
  }
  .page-game-bai-chien-thuat-choi-phom__conclusion-section .page-game-bai-chien-thuat-choi-phom__container {
    padding: 0 15px;
  }
  /* Generic image and container responsive styles */
  .page-game-bai-chien-thuat-choi-phom img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-game-bai-chien-thuat-choi-phom__container,
  .page-game-bai-chien-thuat-choi-phom__intro-section,
  .page-game-bai-chien-thuat-choi-phom__terms-section,
  .page-game-bai-chien-thuat-choi-phom__strategies-section,
  .page-game-bai-chien-thuat-choi-phom__benefits-section,
  .page-game-bai-chien-thuat-choi-phom__login-guide-section,
  .page-game-bai-chien-thuat-choi-phom__faq-section,
  .page-game-bai-chien-thuat-choi-phom__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}