/* Base styles for the page */
.page-blog-chien-thuat-choi-game-tai-winvn-11 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main */
  background-color: #08162B; /* Deep Navy as general background for sections */
  padding-bottom: 40px;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-chien-thuat-choi-game-tai-winvn-11__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  padding-bottom: 50px;
  background-color: #08162B; /* Deep Navy */
  overflow: hidden;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 30px;
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(79, 168, 255, 0.5); /* Glow */
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* General Content Sections */
.page-blog-chien-thuat-choi-game-tai-winvn-11__content-section {
  padding: 60px 0;
  background-color: #08162B; /* Deep Navy */
  border-bottom: 1px solid #1B3357; /* Divider */
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__dark-section {
  background-color: #10233F; /* Card BG */
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
  text-shadow: 0 0 8px rgba(79, 168, 255, 0.3);
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__text-block {
  font-size: 1.1rem;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__highlight {
  color: #F2C14E;
  font-weight: bold;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #F3F8FF;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__article-body p {
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__article-figure {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  object-fit: cover;
}

/* Strategy Grid */
.page-blog-chien-thuat-choi-game-tai-winvn-11__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__strategy-card {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__card-text {
  font-size: 1rem;
  color: #AFC4E8; /* Text Secondary */
  padding: 0 20px 20px;
  flex-grow: 1;
  text-align: justify;
}

/* Bullet List */
.page-blog-chien-thuat-choi-game-tai-winvn-11__bullet-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__bullet-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #F3F8FF;
  font-size: 1.1rem;
  text-align: justify;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__bullet-list li::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #4FA8FF; /* Glow */
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__list-item-title {
  color: #F2C14E;
  font-weight: bold;
}

/* Buttons */
.page-blog-chien-thuat-choi-game-tai-winvn-11__btn-primary,
.page-blog-chien-thuat-choi-game-tai-winvn-11__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button gradient */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(43, 115, 246, 0.4);
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 6px 20px rgba(43, 115, 246, 0.6);
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__btn-secondary {
  background-color: transparent;
  color: #4FA8FF; /* Glow */
  border: 2px solid #4FA8FF; /* Glow */
  box-shadow: 0 0 10px rgba(79, 168, 255, 0.3);
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__btn-secondary:hover {
  background-color: #4FA8FF;
  color: #08162B; /* Deep Navy */
  box-shadow: 0 0 15px rgba(79, 168, 255, 0.6);
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__inline-link {
  color: #4FA8FF; /* Glow */
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__inline-link:hover {
  color: #F2C14E; /* Gold */
}

/* FAQ Section */
.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-section {
  padding: 60px 0;
  background-color: #10233F; /* Card BG */
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

details.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #244D84; /* Border */
  overflow: hidden;
  background: #08162B; /* Deep Navy */
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

details.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-item summary.page-blog-chien-thuat-choi-game-tai-winvn-11__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;
  background-color: #10233F; /* Card BG */
}

details.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-item summary.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-item summary.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-question:hover {
  background: #1B3357; /* Divider */
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-qtext {
  flex: 1;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F3F8FF; /* Text Main */
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #4FA8FF; /* Glow */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-item[open] .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-question {
  background-color: #1B3357; /* Divider */
}

details.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-item .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-answer {
  padding: 0 25px 25px;
  background: #08162B; /* Deep Navy */
  border-radius: 0 0 8px 8px;
  color: #AFC4E8; /* Text Secondary */
  font-size: 1rem;
}

.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-answer p {
  margin-top: 15px;
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-game-tai-winvn-11__hero-image-wrapper {
    max-height: 400px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__hero-content {
    margin-top: 20px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__description {
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__text-block, .page-blog-chien-thuat-choi-game-tai-winvn-11__article-body p {
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__strategy-card {
    height: auto; /* Allow card height to adjust */
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__card-image {
    height: 180px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__bullet-list li {
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-qtext {
    font-size: 1.05rem;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-toggle {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* General container and image responsiveness */
  .page-blog-chien-thuat-choi-game-tai-winvn-11__container,
  .page-blog-chien-thuat-choi-game-tai-winvn-11__hero-content,
  .page-blog-chien-thuat-choi-game-tai-winvn-11__article-body,
  .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-chien-thuat-choi-game-tai-winvn-11 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important; /* HERO image specific */
  }

  /* HERO Section */
  .page-blog-chien-thuat-choi-game-tai-winvn-11__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    padding-bottom: 30px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__hero-image-wrapper {
    max-height: 300px;
    aspect-ratio: unset !important; /* Allow image to adapt height */
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__hero-image {
    object-fit: contain !important; /* Ensure image is fully visible */
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  /* Buttons */
  .page-blog-chien-thuat-choi-game-tai-winvn-11__btn-primary,
  .page-blog-chien-thuat-choi-game-tai-winvn-11__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Content Sections */
  .page-blog-chien-thuat-choi-game-tai-winvn-11__content-section {
    padding: 40px 0;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__section-title {
    font-size: clamp(1.6rem, 7vw, 2rem);
    margin-bottom: 30px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__text-block,
  .page-blog-chien-thuat-choi-game-tai-winvn-11__article-body p,
  .page-blog-chien-thuat-choi-game-tai-winvn-11__bullet-list li,
  .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-answer p {
    font-size: 0.95rem;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__article-figure {
    margin: 20px auto;
  }

  /* Strategy Grid */
  .page-blog-chien-thuat-choi-game-tai-winvn-11__strategy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__card-image {
    height: 160px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__card-title {
    font-size: 1.3rem;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__card-text {
    font-size: 0.9rem;
    padding: 0 15px 15px;
  }

  /* FAQ Section */
  details.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-item summary.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-question {
    padding: 15px 20px;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-toggle {
    font-size: 24px;
    width: 25px;
  }
  details.page-blog-chien-thuat-choi-game-tai-winvn-11__faq-item .page-blog-chien-thuat-choi-game-tai-winvn-11__faq-answer {
    padding: 0 20px 20px;
  }
}