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

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi {
  font-family: 'Arial', sans-serif;
  color: var(--light-text-on-dark);
  line-height: 1.6;
  padding-bottom: 40px;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: var(--deep-navy);
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--gold-color);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__description {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__btn-primary {
  background: var(--button-gradient);
  color: var(--light-text-on-dark);
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__btn-secondary {
  background: var(--white-bg);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__content-section {
  padding: 60px 0;
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__content-section.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__dark-bg {
  background-color: var(--card-bg);
  color: var(--light-text-on-dark);
}

.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__content-section:not(.page-blog-huong-dan-choi-ban-ca-cho-nguoi-moi__dark-bg) {
  background-color: var(--white-bg);
  color: var(--dark-text-on-light);
}