/* style/game-bai-chien-thuat.css */

/* Base styles */
.page-game-bai-chien-thuat {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #FFFFFF; /* Default background for light sections */
}

/* Color contrast adjustments for dark background sections */
.page-game-bai-chien-thuat__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-game-bai-chien-thuat__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-game-bai-chien-thuat__section-title--light,
.page-game-bai-chien-thuat__text-block--light {
  color: #ffffff;
}

/* Hero Section */
.page-game-bai-chien-thuat__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: #017439;
  color: #ffffff;
}

.page-game-bai-chien-thuat__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 20px;
}

.page-game-bai-chien-thuat__hero-content {
  flex: 1;
  min-width: 300px;
}

.page-game-bai-chien-thuat__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-game-bai-chien-thuat__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-game-bai-chien-thuat__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-game-bai-chien-thuat__btn-primary,
.page-game-bai-chien-thuat__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-game-bai-chien-thuat__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-game-bai-chien-thuat__btn-primary:hover {
  background-color: #e00b0b;
  border-color: #e00b0b;
}

.page-game-bai-chien-thuat__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-game-bai-chien-thuat__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-game-bai-chien-thuat__hero-image {
  flex: 1;
  text-align: center;
  min-width: 400px;
}

.page-game-bai-chien-thuat__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: block;
}

/* General Content Sections */
.page-game-bai-chien-thuat__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-game-bai-chien-thuat__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-game-bai-chien-thuat__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
}

.page-game-bai-chien-thuat__section-description {
  font-size: 1.1rem;
  text-align: center;
  max-width: 900px;
  margin: -20px auto 60px auto;
  color: #555555;
}

.page-game-bai-chien-thuat__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #333333;
}

/* Intro Section - Icon Boxes (Module 1 - Three-column with square images) */
.page-game-bai-chien-thuat__icon-boxes {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-game-bai-chien-thuat__icon-box {
  flex: 1 1 30%;
  min-width: 280px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-game-bai-chien-thuat__icon-box:hover {
  transform: translateY(-10px);
}

.page-game-bai-chien-thuat__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #017439;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.page-game-bai-chien-thuat__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-game-bai-chien-thuat__icon-box-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #017439;
  margin-bottom: 15px;
}

.page-game-bai-chien-thuat__icon-box-text {
  font-size: 1rem;
  color: #555555;
}

/* Strategies Section */
.page-game-bai-chien-thuat__strategy-item {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-game-bai-chien-thuat__strategy-subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #017439;
  margin-bottom: 25px;
  text-align: center;
}

.page-game-bai-chien-thuat__content-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block;
}

/* Game Specific Strategies */
.page-game-bai-chien-thuat__game-specific-strategies {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-game-bai-chien-thuat__game-strategy-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-game-bai-chien-thuat__game-strategy-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
}

.page-game-bai-chien-thuat__game-strategy-image {
  max-width: 700px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  display: block;
}

.page-game-bai-chien-thuat__strategy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
  width: 100%;
}

.page-game-bai-chien-thuat__strategy-list li {
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.5;
}

.page-game-bai-chien-thuat__strategy-list li strong {
  color: #017439;
}

/* Beginner Tips */
.page-game-bai-chien-thuat__beginner-tips {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-game-bai-chien-thuat__tip-list {
  list-style: decimal;
  padding-left: 30px;
  max-width: 800px;
  margin: 30px auto 0 auto;
}

.page-game-bai-chien-thuat__tip-list li {
  font-size: 1.05rem;
  margin-bottom: 15px;
  color: #333333;
}

/* Why sodo666 Section */
.page-game-bai-chien-thuat__why-sodo666 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.page-game-bai-chien-thuat__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* FAQ Section */
.page-game-bai-chien-thuat__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-game-bai-chien-thuat__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-game-bai-chien-thuat__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-game-bai-chien-thuat__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  background-color: #eaf7ed; /* Lighter shade of primary */
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-game-bai-chien-thuat__faq-question:hover {
  background-color: #dcf0e0;
}

.page-game-bai-chien-thuat__faq-item[open] .page-game-bai-chien-thuat__faq-question {
  border-bottom: 1px solid #017439;
}

.page-game-bai-chien-thuat__faq-qtext {
  flex-grow: 1;
}

.page-game-bai-chien-thuat__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-game-bai-chien-thuat__faq-item[open] .page-game-bai-chien-thuat__faq-toggle {
  transform: rotate(45deg);
}

.page-game-bai-chien-thuat__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #555555;
  background-color: #ffffff;
  border-top: none;
}

.page-game-bai-chien-thuat__faq-answer p {
  margin: 0;
}

/* Hide default details marker */
.page-game-bai-chien-thuat__faq-item > summary::-webkit-details-marker,
.page-game-bai-chien-thuat__faq-item > summary::marker {
  display: none;
}

/* Conclusion Section */
.page-game-bai-chien-thuat__conclusion-section {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}

/* Universal image styling for content area */
.page-game-bai-chien-thuat img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-game-bai-chien-thuat__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-game-bai-chien-thuat__hero-content {
    order: 2;
  }

  .page-game-bai-chien-thuat__hero-image {
    order: 1;
    margin-bottom: 30px;
  }

  .page-game-bai-chien-thuat__cta-buttons {
    justify-content: center;
  }

  .page-game-bai-chien-thuat__icon-box {
    flex: 1 1 45%;
  }

  .page-game-bai-chien-thuat__strategy-subtitle {
    font-size: 1.8rem;
  }
}