/* style/blog-max79-chinh-thuc-platform-analysis.css */

:root {
  --max79-primary-color: #11A84E;
  --max79-secondary-color: #22C768;
  --max79-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --max79-card-bg: #11271B;
  --max79-background: #08160F;
  --max79-text-main: #F2FFF6;
  --max79-text-secondary: #A7D9B8;
  --max79-border-color: #2E7A4E;
  --max79-glow-color: #57E38D;
  --max79-gold-color: #F2C14E;
  --max79-divider-color: #1E3A2A;
  --max79-deep-green: #0A4B2C;
}

.page-blog-max79-chinh-thuc-platform-analysis {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--max79-text-main); /* Default text color for dark background */
  background-color: var(--max79-background);
}

.page-blog-max79-chinh-thuc-platform-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--max79-background);
}

.page-blog-max79-chinh-thuc-platform-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.page-blog-max79-chinh-thuc-platform-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-max79-chinh-thuc-platform-analysis__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
  color: var(--max79-text-main);
}

.page-blog-max79-chinh-thuc-platform-analysis__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--max79-gold-color);
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
}

.page-blog-max79-chinh-thuc-platform-analysis__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--max79-text-secondary);
}

.page-blog-max79-chinh-thuc-platform-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-max79-chinh-thuc-platform-analysis__btn-primary,
.page-blog-max79-chinh-thuc-platform-analysis__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-max79-chinh-thuc-platform-analysis__btn-primary {
  background: var(--max79-button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-max79-chinh-thuc-platform-analysis__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-max79-chinh-thuc-platform-analysis__btn-secondary {
  background: transparent;
  color: var(--max79-gold-color);
  border: 2px solid var(--max79-gold-color);
}

.page-blog-max79-chinh-thuc-platform-analysis__btn-secondary:hover {
  background: var(--max79-gold-color);
  color: var(--max79-background);
  transform: translateY(-2px);
}

.page-blog-max79-chinh-thuc-platform-analysis__section {
  padding: 60px 0;
}

.page-blog-max79-chinh-thuc-platform-analysis__light-bg {
  background-color: var(--max79-background);
  color: var(--max79-text-main);
}

.page-blog-max79-chinh-thuc-platform-analysis__dark-bg {
  background-color: var(--max79-card-bg);
  color: var(--max79-text-main);
}

.page-blog-max79-chinh-thuc-platform-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-max79-chinh-thuc-platform-analysis__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--max79-gold-color);
  text-shadow: 0 0 5px rgba(242, 193, 78, 0.3);
}

.page-blog-max79-chinh-thuc-platform-analysis__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 20px;
  color: var(--max79-primary-color);
}

.page-blog-max79-chinh-thuc-platform-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--max79-text-secondary);
}

.page-blog-max79-chinh-thuc-platform-analysis__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--max79-text-secondary);
}

.page-blog-max79-chinh-thuc-platform-analysis__list-item {
  margin-bottom: 10px;
}

.page-blog-max79-chinh-thuc-platform-analysis__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-max79-chinh-thuc-platform-analysis__image-half-width {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-item {
  background-color: var(--max79-background);
  border: 1px solid var(--max79-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--max79-text-main);
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--max79-card-bg);
  color: var(--max79-gold-color);
  transition: background-color 0.3s ease;
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-item summary:hover {
  background-color: var(--max79-deep-green);
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--max79-gold-color);
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-item[open] .page-blog-max79-chinh-thuc-platform-analysis__faq-toggle {
  content: '−';
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1.05em;
  color: var(--max79-text-secondary);
  border-top: 1px solid var(--max79-divider-color);
}

.page-blog-max79-chinh-thuc-platform-analysis__faq-answer p {
  margin-top: 15px;
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-max79-chinh-thuc-platform-analysis__main-title {
    font-size: 2.8em;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__section-title {
    font-size: 2.2em;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-blog-max79-chinh-thuc-platform-analysis {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__hero-section {
    padding-top: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__hero-content {
    padding: 0 15px;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em); /* Clamp for H1 */
  }
  .page-blog-max79-chinh-thuc-platform-analysis__hero-description {
    font-size: 1em;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__btn-primary,
  .page-blog-max79-chinh-thuc-platform-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__text-block,
  .page-blog-max79-chinh-thuc-platform-analysis__list-item {
    font-size: 1em;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-max79-chinh-thuc-platform-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__image-full-width,
  .page-blog-max79-chinh-thuc-platform-analysis__image-half-width {
    margin-left: auto;
    margin-right: auto;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__faq-item summary {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-blog-max79-chinh-thuc-platform-analysis__faq-answer {
    padding: 0 15px 15px 15px;
  }
}