.page-blog-chien-thuat-no-hu-ee88 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #F5F7FA;
  color: #333333;
  color: #333333;
}

/* ===== Hero Section ===== */
.page-blog-chien-thuat-no-hu-ee88__hero-section {
  background-color: #FFFFFF;
  padding: 10px 16px 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.page-blog-chien-thuat-no-hu-ee88__hero-image {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.page-blog-chien-thuat-no-hu-ee88__hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 17 / 5;
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-no-hu-ee88__hero-content {
  text-align: center;
  padding: 24px 16px 32px;
}

.page-blog-chien-thuat-no-hu-ee88__hero-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.page-blog-chien-thuat-no-hu-ee88__hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto 24px;
  color: #555555;
}

.page-blog-chien-thuat-no-hu-ee88__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.page-blog-chien-thuat-no-hu-ee88__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.4;
}

.page-blog-chien-thuat-no-hu-ee88__btn--primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #FFFFFF;
}

.page-blog-chien-thuat-no-hu-ee88__btn--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(229, 57, 53, 0.35);
}

.page-blog-chien-thuat-no-hu-ee88__btn--secondary {
  background: #FFFFFF;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-chien-thuat-no-hu-ee88__btn--secondary:hover {
  background: #FFEBEE;
}

/* ===== Partner / Logo Grid ===== */
.page-blog-chien-thuat-no-hu-ee88__partner-section {
  background-color: #FFFFFF;
  max-width: 1200px;
  margin: 16px auto 0;
  padding: 20px 16px 32px;
  border-radius: 12px;
}

.page-blog-chien-thuat-no-hu-ee88__partner-title {
  text-align: center;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.page-blog-chien-thuat-no-hu-ee88__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 16px;
  justify-items: center;
}

.page-blog-chien-thuat-no-hu-ee88__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 280px;
}

.page-blog-chien-thuat-no-hu-ee88__logo-image {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  border-radius: 8px;
}

.page-blog-chien-thuat-no-hu-ee88__logo-cta {
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-block;
}

.page-blog-chien-thuat-no-hu-ee88__logo-cta:hover {
  opacity: 0.85;
}

.page-blog-chien-thuat-no-hu-ee88__logo-item:nth-child(5) {
  grid-column: 2;
}

.page-blog-chien-thuat-no-hu-ee88__logo-item:nth-child(6) {
  grid-column: 3;
}

/* ===== Guide Section ===== */
.page-blog-chien-thuat-no-hu-ee88__guide-section {
  background-color: #F5F7FA;
  padding: 16px 16px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-chien-thuat-no-hu-ee88__guide-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-chien-thuat-no-hu-ee88__guide-title {
  text-align: center;
  color: #333333;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 32px;
}

.page-blog-chien-thuat-no-hu-ee88__post {
  margin-bottom: 40px;
}

.page-blog-chien-thuat-no-hu-ee88__post-title {
  color: #E53935;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-blog-chien-thuat-no-hu-ee88__post p {
  line-height: 1.8;
  margin-bottom: 16px;
}

.page-blog-chien-thuat-no-hu-ee88__guide-figure {
  margin: 20px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.page-blog-chien-thuat-no-hu-ee88__guide-image {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* ===== FAQ ===== */
.page-blog-chien-thuat-no-hu-ee88__faq {
  background-color: #FFFFFF;
  border: 2px solid #E0E0E0;
  border-radius: 12px;
  margin: 24px 0;
  overflow: hidden;
}

.page-blog-chien-thuat-no-hu-ee88__faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
}

.page-blog-chien-thuat-no-hu-ee88__faq-summary::-webkit-details-marker {
  display: none;
}

.page-blog-chien-thuat-no-hu-ee88__faq-title {
  color: #333333;
}

.page-blog-chien-thuat-no-hu-ee88__faq-icon {
  font-size: 1.6rem;
  line-height: 1;
  color: #E53935;
  font-weight: 700;
}

.page-blog-chien-thuat-no-hu-ee88__faq-content {
  padding: 0 20px 16px;
  color: #555555;
  line-height: 1.7;
}

/* ===== CTA Box ===== */
.page-blog-chien-thuat-no-hu-ee88__cta-box {
  background: #FFFFFF;
  border-radius: 12px;
  border: 2px solid #E0E0E0;
  padding: 32px 24px;
  text-align: center;
  margin-top: 40px;
}

.page-blog-chien-thuat-no-hu-ee88__cta-title {
  color: #E53935;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-blog-chien-thuat-no-hu-ee88__cta-text {
  max-width: 680px;
  margin: 0 auto 24px;
  color: #555555;
  line-height: 1.6;
}

.page-blog-chien-thuat-no-hu-ee88__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .page-blog-chien-thuat-no-hu-ee88__hero-section {
    padding: 8px 12px 0;
  }

  .page-blog-chien-thuat-no-hu-ee88__hero-img {
    aspect-ratio: 2 / 1;
  }

  .page-blog-chien-thuat-no-hu-ee88__hero-content {
    padding: 16px 12px 24px;
  }

  .page-blog-chien-thuat-no-hu-ee88__hero-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }

  .page-blog-chien-thuat-no-hu-ee88__hero-subtitle {
    font-size: 1rem;
  }

  .page-blog-chien-thuat-no-hu-ee88__btn {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .page-blog-chien-thuat-no-hu-ee88__hero-actions {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    gap: 8px;
  }

  .page-blog-chien-thuat-no-hu-ee88__logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-blog-chien-thuat-no-hu-ee88__logo-item:nth-child(5),
  .page-blog-chien-thuat-no-hu-ee88__logo-item:nth-child(6) {
    grid-column: auto;
  }

  .page-blog-chien-thuat-no-hu-ee88__guide-title {
    font-size: 1.4rem;
  }

  .page-blog-chien-thuat-no-hu-ee88__post-title {
    font-size: 1.2rem;
  }

  .page-blog-chien-thuat-no-hu-ee88__guide-figure {
    margin: 16px 0;
  }

  .page-blog-chien-thuat-no-hu-ee88__cta-box {
    padding: 20px 16px;
  }

  .page-blog-chien-thuat-no-hu-ee88__cta-actions {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    gap: 8px;
  }

  .page-blog-chien-thuat-no-hu-ee88 img {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-chien-thuat-no-hu-ee88 {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 1024px) {
  .page-blog-chien-thuat-no-hu-ee88__logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-blog-chien-thuat-no-hu-ee88__logo-item:nth-child(5) {
    grid-column: 2;
  }

  .page-blog-chien-thuat-no-hu-ee88__logo-item:nth-child(6) {
    grid-column: 3;
  }
}