.page-blog-huong-dan-f68-cho-nguoi-moi {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFF5E1; /* Text Main */
    background: #B71C1C; /* Background */
}

.page-blog-huong-dan-f68-cho-nguoi-moi__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles header offset */
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #7A0E0E; /* Deep Red */
    padding-bottom: 40px;
    overflow: hidden;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__hero-image {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-f68-cho-nguoi-moi__hero-content {
    max-width: 900px;
    padding: 0 20px;
    color: #FFF5E1; /* Text Main */
}

.page-blog-huong-dan-f68-cho-nguoi-moi__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #F4D34D; /* Gold */
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-huong-dan-f68-cho-nguoi-moi__hero-description {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__btn-primary,
.page-blog-huong-dan-f68-cho-nguoi-moi__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button custom color */
    color: #7A0E0E; /* Deep Red for text to contrast with gold */
    border: 2px solid #F4D34D; /* Gold border */
}

.page-blog-huong-dan-f68-cho-nguoi-moi__btn-primary:hover {
    background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.page-blog-huong-dan-f68-cho-nguoi-moi__btn-secondary {
    background: #D32F2F; /* Card BG */
    color: #FFF5E1; /* Text Main */
    border: 2px solid #F2B544; /* Border */
}

.page-blog-huong-dan-f68-cho-nguoi-moi__btn-secondary:hover {
    background: #C91F17; /* Main color */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.page-blog-huong-dan-f68-cho-nguoi-moi__article-body {
    background: #B71C1C; /* Background color */
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #FFF5E1; /* Text Main */
}

.page-blog-huong-dan-f68-cho-nguoi-moi__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #F4D34D; /* Gold */
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: left;
    border-bottom: 3px solid #E53935; /* Auxiliary color */
    padding-bottom: 10px;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__subsection-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #FFCC66; /* Glow */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__article-body p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #FFF5E1; /* Text Main */
}

.page-blog-huong-dan-f68-cho-nguoi-moi__article-body strong {
    color: #F4D34D; /* Gold */
}

.page-blog-huong-dan-f68-cho-nguoi-moi__list,
.page-blog-huong-dan-f68-cho-nguoi-moi__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #FFF5E1; /* Text Main */
}

.page-blog-huong-dan-f68-cho-nguoi-moi__ordered-list {
    list-style-type: decimal;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__list li,
.page-blog-huong-dan-f68-cho-nguoi-moi__ordered-list li {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__article-figure {
    margin: 30px 0;
    text-align: center;
    background: #7A0E0E; /* Deep Red for figure background */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-f68-cho-nguoi-moi__article-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__article-figure figcaption {
    margin-top: 10px;
    font-style: italic;
    color: #F2B544; /* Border color */
    font-size: 0.95rem;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__faq-section {
    margin-top: 40px;
}

details.page-blog-huong-dan-f68-cho-nguoi-moi__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #F2B544; /* Border color */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
details.page-blog-huong-dan-f68-cho-nguoi-moi__faq-item summary.page-blog-huong-dan-f68-cho-nguoi-moi__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF5E1; /* Text Main */
}
details.page-blog-huong-dan-f68-cho-nguoi-moi__faq-item summary.page-blog-huong-dan-f68-cho-nguoi-moi__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-f68-cho-nguoi-moi__faq-item summary.page-blog-huong-dan-f68-cho-nguoi-moi__faq-question:hover {
  background: #C91F17; /* Main color */
}
.page-blog-huong-dan-f68-cho-nguoi-moi__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF5E1; /* Text Main */
}
.page-blog-huong-dan-f68-cho-nguoi-moi__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F4D34D; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-f68-cho-nguoi-moi__faq-item .page-blog-huong-dan-f68-cho-nguoi-moi__faq-answer {
  padding: 0 20px 20px;
  background: #7A0E0E; /* Deep Red for answer background */
  border-radius: 0 0 8px 8px;
  color: #FFF5E1; /* Text Main */
}
.page-blog-huong-dan-f68-cho-nguoi-moi__faq-answer p {
    margin-bottom: 0;
}

.page-blog-huong-dan-f68-cho-nguoi-moi__cta-buttons--bottom {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .page-blog-huong-dan-f68-cho-nguoi-moi__container {
        padding: 15px;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__article-body {
        padding: 30px;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__hero-content {
        padding: 0 15px;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__hero-description {
        font-size: clamp(1rem, 1.8vw, 1.2rem);
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__btn-primary,
    .page-blog-huong-dan-f68-cho-nguoi-moi__btn-secondary {
        padding: 12px 25px;
        font-size: 1rem;
    }
    details.page-blog-huong-dan-f68-cho-nguoi-moi__faq-item summary.page-blog-huong-dan-f68-cho-nguoi-moi__faq-question {
        padding: 15px 18px;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__faq-qtext {
        font-size: 1rem;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__faq-answer {
        padding: 0 18px 18px;
    }
}

@media (max-width: 768px) {
    /* HERO 主图区域 */
    .page-blog-huong-dan-f68-cho-nguoi-moi__hero-section {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__hero-image img {
        object-fit: contain !important;
        aspect-ratio: unset !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        text-align: center;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__hero-description {
        font-size: clamp(0.95rem, 3.5vw, 1.1rem);
        text-align: center;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 300px;
        margin: 30px auto 0;
    }
    /* 按钮与按钮容器 */
    .page-blog-huong-dan-f68-cho-nguoi-moi__btn-primary,
    .page-blog-huong-dan-f68-cho-nguoi-moi__btn-secondary,
    .page-blog-huong-dan-f68-cho-nguoi-moi a[class*="button"],
    .page-blog-huong-dan-f68-cho-nguoi-moi a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1rem;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__cta-buttons,
    .page-blog-huong-dan-f68-cho-nguoi-moi__button-group,
    .page-blog-huong-dan-f68-cho-nguoi-moi__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    /* 装饰主标题 + 长文 SEO 区 */
    .page-blog-huong-dan-f68-cho-nguoi-moi__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__article-body {
        padding: 20px;
    }
    .page-blog-huong-dan-f68-cho-nguoi-moi__section-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}