.page-huong-dan-choi {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for light body background #F5F7FA */
  background: #F5F7FA;
  line-height: 1.6;
}

.page-huong-dan-choi__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-huong-dan-choi__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-huong-dan-choi__hero-image {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-huong-dan-choi__hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Default cover for desktop */
  display: block;
}

.page-huong-dan-choi__hero-content {
  padding: 40px 20px 60px;
  max-width: 900px;
  z-index: 1;
}

.page-huong-dan-choi__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em); /* Responsive font size for H1 */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-huong-dan-choi__intro-text {
  font-size: clamp(1em, 1.5vw, 1.3em);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}