/* style/blog-gioi-thieu-99wim.css */

:root {
  --page-primary-color: #113B7A;
  --page-secondary-color: #1D5FD1;
  --page-button-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  --page-card-bg: #10233F;
  --page-text-main: #F3F8FF;
  --page-text-secondary: #AFC4E8;
  --page-border-color: #244D84;
  --page-glow-color: #4FA8FF;
  --page-gold-color: #F2C14E;
  --page-divider-color: #1B3357;
  --page-deep-navy: #08162B;
}

.page-blog-gioi-thieu-99wim {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--page-text-main); /* Default text color for dark body background */
  background-color: var(--deep-navy); /* Assumes body background from shared.css is var(--deep-navy) */
}

.page-blog-gioi-thieu-99wim__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-gioi-thieu-99wim__hero-section {
  padding-top: 10px; /* Small top padding, relies on body padding-top for header offset */
  padding-bottom: 60px;
  background-color: var(--page-deep-navy);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-gioi-thieu-99wim__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-gioi-thieu-99wim__hero-image-wrapper {
  flex: 1 1 50%;
  max-width: 600px;
  text-align: center;
}

.page-blog-gioi-thieu-99wim__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-blog-gioi-thieu-99wim__hero-content {
  flex: 1 1 40%;
  min-width: 300px;
  color: var(--page-text-main);
  text-align: left;
}

.page-blog-gioi-thieu-99wim__main-title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--page-gold-color);
  margin-bottom: 20px;
}

.page-blog-gioi-thieu-99wim__description {
  font-size: 1.1em;
  color: var(--page-text-secondary);
  margin-bottom: 30px;
}

.page-blog-gioi-thieu-99wim__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-gioi-thieu-99wim__btn-primary,
.page-blog-gioi-thieu-99wim__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05em;
  transition: all 0.3s ease;
  max-width: 100%; /* Ensure buttons adapt to container width */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-gioi-thieu-99wim__btn-primary {
  background: var(--page-button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-gioi-thieu-99wim__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-gioi-thieu-99wim__btn-secondary {
  background: transparent;
  color: var(--page-gold-color);
  border: 2px solid var(--page-gold-color);
}

.page-blog-gioi-thieu-99wim__btn-secondary:hover {
  background-color: rgba(242, 193, 78, 0.1);
  transform: translateY(-2px);
}

/* General Section Styles */
.page-blog-gioi-thieu-99wim__overview-section,
.page-blog-gioi-thieu-99wim__history-section,
.page-blog-gioi-thieu-99wim__vision-mission-section,
.page-blog-gioi-thieu-99wim__products-services-section,
.page-blog-gioi-thieu-99wim__why-choose-section,
.page-blog-gioi-thieu-99wim__security-responsibility-section,
.page-blog-gioi-thieu-99wim__commitment-section,
.page-blog-gioi-thieu-99wim__faq-section,
.page-blog-gioi-thieu-99wim__conclusion-section {
  padding: 80px 0;
}

.page-blog-gioi-thieu-99wim__light-bg {
  background-color: var(--page-text-main);
  color: #333333; /* Dark text on light background */
}

.page-blog-gioi-thieu-99wim__dark-bg {
  background-color: var(--page-deep-navy);
  color: var(--page-text-main);
}

.page-blog-gioi-thieu-99wim__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  color: inherit; /* Inherit color from parent section */
}

.page-blog-gioi-thieu-99wim__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--page-gold-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-gioi-thieu-99wim__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-blog-gioi-thieu-99wim__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-blog-gioi-thieu-99wim__text-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-gioi-thieu-99wim__image-content {
  flex: 1 1 45%;
  max-width: 600px;
  text-align: center;
}

.page-blog-gioi-thieu-99wim__section-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-gioi-thieu-99wim__sub-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-gioi-thieu-99wim p {
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-gioi-thieu-99wim__value-list,
.page-blog-gioi-thieu-99wim__reason-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-gioi-thieu-99wim__value-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: inherit;
}

.page-blog-gioi-thieu-99wim__value-list li::before {
  content: '✓';
  color: var(--page-gold-color);
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Why Choose Section Specific */
.page-blog-gioi-thieu-99wim__reason-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-gioi-thieu-99wim__reason-item {
  background-color: var(--page-card-bg);
  color: var(--page-text-main);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-blog-gioi-thieu-99wim__reason-item:hover {
  transform: translateY(-8px);
}

.page-blog-gioi-thieu-99wim__reason-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-gioi-thieu-99wim__reason-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--page-gold-color);
}

/* FAQ Section Specific */
.page-blog-gioi-thieu-99wim__faq-list {
  margin-top: 40px;
}

.page-blog-gioi-thieu-99wim__faq-item {
  background-color: var(--page-card-bg);
  border: 1px solid var(--page-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--page-text-main);
}

.page-blog-gioi-thieu-99wim__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--page-card-bg);
  color: var(--page-gold-color);
  list-style: none; /* For details/summary */
}

.page-blog-gioi-thieu-99wim__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Webkit browsers */
}

.page-blog-gioi-thieu-99wim__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--page-gold-color);
  transition: transform 0.3s ease;
}

.page-blog-gioi-thieu-99wim__faq-item[open] .page-blog-gioi-thieu-99wim__faq-toggle {
  transform: rotate(45deg); /* Change '+' to 'x' or rotate */
}

.page-blog-gioi-thieu-99wim__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: var(--page-text-secondary);
}

.page-blog-gioi-thieu-99wim__faq-answer p {
  margin-bottom: 0;
}

/* Conclusion Section Specific */
.page-blog-gioi-thieu-99wim__conclusion-section .page-blog-gioi-thieu-99wim__description {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-gioi-thieu-99wim__conclusion-section .page-blog-gioi-thieu-99wim__cta-buttons {
  justify-content: center;
  margin-top: 30px;
}

/* Image global responsive rules for content sections */
.page-blog-gioi-thieu-99wim img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-gioi-thieu-99wim__main-title {
    font-size: 2.2em;
  }

  .page-blog-gioi-thieu-99wim__section-title {
    font-size: 2em;
  }

  .page-blog-gioi-thieu-99wim__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-gioi-thieu-99wim__hero-content {
    text-align: center;
  }

  .page-blog-gioi-thieu-99wim__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-gioi-thieu-99wim__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 40px;
  }

  .page-blog-gioi-thieu-99wim__hero-container {
    padding: 20px 15px;
    gap: 20px;
  }

  .page-blog-gioi-thieu-99wim__hero-image-wrapper,
  .page-blog-gioi-thieu-99wim__hero-content {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: unset;
  }

  .page-blog-gioi-thieu-99wim__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-gioi-thieu-99wim__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-gioi-thieu-99wim__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-gioi-thieu-99wim__btn-primary,
  .page-blog-gioi-thieu-99wim__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General Section Styles */
  .page-blog-gioi-thieu-99wim__overview-section,
  .page-blog-gioi-thieu-99wim__history-section,
  .page-blog-gioi-thieu-99wim__vision-mission-section,
  .page-blog-gioi-thieu-99wim__products-services-section,
  .page-blog-gioi-thieu-99wim__why-choose-section,
  .page-blog-gioi-thieu-99wim__security-responsibility-section,
  .page-blog-gioi-thieu-99wim__commitment-section,
  .page-blog-gioi-thieu-99wim__faq-section,
  .page-blog-gioi-thieu-99wim__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-gioi-thieu-99wim__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden;
  }

  .page-blog-gioi-thieu-99wim__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-gioi-thieu-99wim__content-wrapper,
  .page-blog-gioi-thieu-99wim__content-wrapper--reverse {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-gioi-thieu-99wim__text-content,
  .page-blog-gioi-thieu-99wim__image-content {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: unset;
  }

  .page-blog-gioi-thieu-99wim__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  /* Why Choose Section Specific */
  .page-blog-gioi-thieu-99wim__reason-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .page-blog-gioi-thieu-99wim__reason-item {
    padding: 25px 20px;
  }

  .page-blog-gioi-thieu-99wim__reason-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* FAQ Section Specific */
  .page-blog-gioi-thieu-99wim__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-gioi-thieu-99wim__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  /* General Image Responsive */
  .page-blog-gioi-thieu-99wim img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* No module 1 three-column intro with feature icons in this page, so no specific rule for __icon-box-media */
  /* No game tabs module in this page, so no specific rule for __game-tabs */
}