.page-blog-huong-dan-no-hu-co-ban { background-color: #0A0A0A; color: #FFF6D6; max-width: 100%; overflow-x: hidden; }
.page-blog-huong-dan-no-hu-co-ban__hero-section { background: linear-gradient(135deg, #000000 0%, #1A1A1A 100%); display: flex; flex-direction: column; align-items: center; width: 100%; padding: 10px 16px 24px; box-sizing: border-box; }
.page-blog-huong-dan-no-hu-co-ban__hero-image { width: 100%; max-width: 1020px; height: auto; aspect-ratio: 17/5; object-fit: cover; display: block; border-radius: 12px; box-shadow: 0 4px 24px rgba(255, 211, 107, 0.2); }
.page-blog-huong-dan-no-hu-co-ban__hero-content { max-width: 800px; width: 100%; text-align: center; padding: 20px 0 0; }
.page-blog-huong-dan-no-hu-co-ban__hero-title { color: #FFF6D6; font-weight: 800; line-height: 1.3; letter-spacing: 0.5px; margin: 0 auto 14px; max-width: 760px; }
.page-blog-huong-dan-no-hu-co-ban__hero-description { color: #D0DDE7; font-size: 1rem; line-height: 1.75; max-width: 720px; margin: 0 auto 24px; }
.page-blog-huong-dan-no-hu-co-ban__hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; width: 100%; max-width: 100%; overflow: hidden; }
.page-blog-huong-dan-no-hu-co-ban__btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; width: auto; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; text-align: center; }
.page-blog-huong-dan-no-hu-co-ban__btn--primary { background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); color: #111111; box-shadow: 0 4px 14px rgba(242, 193, 78, 0.3); }
.page-blog-huong-dan-no-hu-co-ban__btn--secondary { background: transparent; color: #FFD36B; border: 1px solid #FFD36B; }
.page-blog-huong-dan-no-hu-co-ban__btn:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(255, 211, 107, 0.4); }
.page-blog-huong-dan-no-hu-co-ban__guide-section { padding: 28px 16px 56px; background: #0A0A0A; }
.page-blog-huong-dan-no-hu-co-ban__guide-container { max-width: 1100px; width: 100%; margin: 0 auto; }
.page-blog-huong-dan-no-hu-co-ban__guide-title { color: #FFD36B; font-size: clamp(1.5rem, 4vw, 2.2rem); text-align: center; margin: 0 0 14px; }
.page-blog-huong-dan-no-hu-co-ban__guide-intro { color: #D0DDE7; font-size: 1rem; line-height: 1.7; text-align: center; max-width: 760px; margin: 0 auto 32px; }
.page-blog-huong-dan-no-hu-co-ban__guide-columns { display: grid; grid-template-columns: 1fr; gap: 24px; }
.page-blog-huong-dan-no-hu-co-ban__guide-card { background: #111111; border: 1px solid #3A2A12; border-radius: 16px; padding: 0 0 20px; overflow: hidden; transition: border-color 0.3s ease; }
.page-blog-huong-dan-no-hu-co-ban__guide-card:hover { border-color: #FFD36B; }
.page-blog-huong-dan-no-hu-co-ban__guide-image { width: 100%; aspect-ratio: 2/1; object-fit: cover; height: auto; display: block; border-radius: 0; }
.page-blog-huong-dan-no-hu-co-ban__guide-card-title { color: #FFF6D6; font-size: 1.1rem; font-weight: 700; padding: 20px 20px 10px; margin: 0; }
.page-blog-huong-dan-no-hu-co-ban__guide-card p { color: #D0DDE7; font-size: 0.95rem; line-height: 1.65; padding: 0 20px; margin: 0; }
@media (max-width: 768px) {
.page-blog-huong-dan-no-hu-co-ban__hero-section { padding: 10px 12px 20px; align-items: center; }
.page-blog-huong-dan-no-hu-co-ban__hero-image { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
.page-blog-huong-dan-no-hu-co-ban img { max-width: 100% !important; height: auto !important; }
.page-blog-huong-dan-no-hu-co-ban__hero-description { font-size: 0.9rem; }
.page-blog-huong-dan-no-hu-co-ban__hero-actions { flex-direction: column; align-items: stretch; }
.page-blog-huong-dan-no-hu-co-ban__btn { width: 100%; max-width: 100%; }
.page-blog-huong-dan-no-hu-co-ban__guide-container { padding: 0; width: 100%; max-width: 100%; }
.page-blog-huong-dan-no-hu-co-ban__guide-columns { grid-template-columns: 1fr; }
}