/* style/blog-fcb8-nha-cai-analysis.css */
.page-blog-fcb8-nha-cai-analysis {
  color: #F2FFF6; /* Main text color for dark body background */
  background-color: #08160F; /* Body background color */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-fcb8-nha-cai-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-fcb8-nha-cai-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0A4B2C;
}

.page-blog-fcb8-nha-cai-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-fcb8-nha-cai-analysis__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-fcb8-nha-cai-analysis__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  text-align: center;
}

.page-blog-fcb8-nha-cai-analysis__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  color: #F2C14E;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-fcb8-nha-cai-analysis__description {
  font-size: 1.1em;
  color: #F2FFF6;
  margin-bottom: 30px;
}

.page-blog-fcb8-nha-cai-analysis__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-fcb8-nha-cai-analysis__btn-primary,
.page-blog-fcb8-nha-cai-analysis__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-fcb8-nha-cai-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-fcb8-nha-cai-analysis__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}