/* style/blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi.css */

:root {
  --color-primary: #C61F1F;
  --color-secondary: #E53030;
  --color-background: #140C0C;
  --color-card-bg: #2A1212;
  --color-text-main: #FFF1E8;
  --color-border: #6A1E1E;
  --color-gold: #F3C54D;
  --color-deep-red: #7E0D0D;
  --button-gradient: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi {
  background-color: var(--color-background);
  color: var(--color-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-section {
  padding-top: 10px; /* Assuming body handles var(--header-offset) */
  padding-bottom: 60px;
  background-color: var(--color-card-bg);
  color: var(--color-text-main);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__main-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--color-gold);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--color-text-main);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-primary,
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-secondary,
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-inline {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: 2px solid var(--color-gold);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-primary:hover {
  background: linear-gradient(180deg, #D86A14 0%, #FFB04A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-secondary {
  background-color: transparent;
  color: var(--color-gold);
  border: 2px solid var(--color-gold);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-secondary:hover {
  background-color: var(--color-gold);
  color: var(--color-background);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-inline {
  background: var(--button-gradient);
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.9rem;
  margin-top: 10px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-inline:hover {
  background: linear-gradient(180deg, #D86A14 0%, #FFB04A 100%);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

/* Content Sections */
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__content-area {
  padding: 60px 0;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-gold);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--color-gold);
  border-radius: 2px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__section-title--light {
  color: var(--color-text-main);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__section-title--light::after {
  background-color: var(--color-text-main);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: var(--color-text-main);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__paragraph--light {
  color: var(--color-text-main);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Guide Section */
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__step-item {
  background-color: var(--color-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  border: 1px solid var(--color-border);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__step-title {
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 15px;
}

/* Tips Section */
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__tips-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__tip-item {
  background-color: var(--color-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  border: 1px solid var(--color-border);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__tip-title {
  font-size: 1.4rem;
  color: var(--color-gold);
  margin-bottom: 15px;
}

/* Why df99 Section */
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__benefit-card {
  background-color: var(--color-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  border: 1px solid var(--color-border);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__benefit-title {
  font-size: 1.4rem;
  color: var(--color-gold);
  margin-bottom: 15px;
}

/* FAQ Section */
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-list {
  margin-top: 40px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-item {
  background-color: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: var(--color-text-main);
  cursor: pointer;
  list-style: none;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--color-gold);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-item[open] .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: var(--color-text-main);
  line-height: 1.7;
}

/* CTA Section */
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-section .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__container {
  background-color: var(--color-primary);
  border-radius: 15px;
  padding: 60px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  border: 2px solid var(--color-gold);
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-section .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-buttons {
  justify-content: center;
  margin-top: 30px;
}

.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__dark-section {
  background-color: var(--color-primary);
  color: var(--color-text-main);
}

/* General image responsive styles */
.page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-content,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-image {
    flex: 1 1 100%;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi {
    font-size: 15px;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__main-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    text-align: center;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-description {
    font-size: 1rem;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-primary,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-secondary,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__btn-inline {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 1rem;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__content-area {
    padding: 40px 0;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__guide-steps,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__tips-list,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__step-title,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__tip-title,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__benefit-title {
    font-size: 1.3rem;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-section {
    padding: 60px 0;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-section .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__container {
    padding: 40px 20px;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi img,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-side-image,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__container,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__hero-container,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__guide-steps,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__tips-list,
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__benefits-grid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .page-blog-huong-dan-choi-no-hu-df99-de-thang-cho-nguoi-moi__faq-item {
    padding-left: 0;
    padding-right: 0;
  }
}