/* style/blog-cac-tinh-nang-noi-bat-hay88-app.css */

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

.page-blog-cac-tinh-nang-noi-bat-hay88-app {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f8f9fa; /* Slightly off-white for main content area */
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* HERO Section */
.page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: var(--hay88-primary-color);
  color: var(--hay88-text-main);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__main-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--hay88-gold-color);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--hay88-text-secondary);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__btn-primary,
.page-blog-cac-tinh-nang-noi-bat-hay88-app__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__btn-primary {
  background: var(--hay88-button-gradient);
  color: var(--hay88-text-main);
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__btn-secondary {
  background-color: transparent;
  color: var(--hay88-text-main);
  border: 2px solid var(--hay88-gold-color);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__btn-secondary:hover {
  background-color: var(--hay88-gold-color);
  color: var(--hay88-deep-navy);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-image {
  flex: 1 1 40%;
  min-width: 280px;
  text-align: center;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* General Content Area */
.page-blog-cac-tinh-nang-noi-bat-hay88-app__content-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--hay88-primary-color);
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__section-title--light {
  color: var(--hay88-gold-color);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__paragraph--light {
  color: var(--hay88-text-secondary);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__paragraph a {
  color: var(--hay88-secondary-color);
  text-decoration: underline;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__paragraph a:hover {
  color: var(--hay88-gold-color);
}

/* Features Grid Section */
.page-blog-cac-tinh-nang-noi-bat-hay88-app__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__feature-card {
  background-color: #f0f8ff; /* Light background for feature cards on white content area */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e6e6e6;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--hay88-primary-color);
  margin-bottom: 15px;
}

/* Download Guide Section */
.page-blog-cac-tinh-nang-noi-bat-hay88-app__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__ordered-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__image-block {
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__cta-buttons--center {
  justify-content: center;
  margin-bottom: 40px;
}

/* FAQ Section */
.page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-list {
  margin-top: 40px;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-item {
  background-color: #f0f8ff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--hay88-primary-color);
  cursor: pointer;
  outline: none;
  list-style: none;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-qtext {
  flex-grow: 1;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 15px;
  color: var(--hay88-secondary-color);
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-item[open] .page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-toggle {
  content: "−";
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #555555;
}

/* Conclusion CTA Section */
.page-blog-cac-tinh-nang-noi-bat-hay88-app__conclusion-cta-section {
  background-color: var(--hay88-primary-color);
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  color: var(--hay88-text-main);
  border-radius: 12px;
  margin-top: 60px;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__conclusion-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-cac-tinh-nang-noi-bat-hay88-app__conclusion-cta-section .page-blog-cac-tinh-nang-noi-bat-hay88-app__cta-buttons {
  justify-content: center;
  margin-top: 30px;
}

/* Image general rules */
.page-blog-cac-tinh-nang-noi-bat-hay88-app img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__main-title {
    font-size: 2.5rem;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__section-title {
    font-size: 2rem;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-content,
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-image {
    flex: 1 1 100%;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 40px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__hero-container {
    padding: 30px 0;
    gap: 20px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__btn-primary,
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__btn-secondary,
  .page-blog-cac-tinh-nang-noi-bat-hay88-app a[class*="button"],
  .page-blog-cac-tinh-nang-noi-bat-hay88-app a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* General Content Area */
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__content-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__paragraph {
    font-size: 0.95rem;
  }

  /* Features Grid Section */
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__feature-card {
    padding: 20px;
  }

  /* Download Guide Section */
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__ordered-list {
    padding-left: 20px;
  }

  /* FAQ Section */
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__faq-answer {
    padding: 0 20px 15px;
  }

  /* Conclusion CTA Section */
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__conclusion-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__conclusion-cta-section .page-blog-cac-tinh-nang-noi-bat-hay88-app__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  /* Universal Image Rules for Mobile */
  .page-blog-cac-tinh-nang-noi-bat-hay88-app img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-cac-tinh-nang-noi-bat-hay88-app__section,
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__card,
  .page-blog-cac-tinh-nang-noi-bat-hay88-app__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}