.page-blog-huong-dan-dang-ky-mu66 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF3E6; /* Text Main */
    background: #0D0E12; /* Background */
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-mu66__hero-section {
    padding-top: 10px; /* Rely on body padding-top from shared.css, add small top margin */
    padding-bottom: 40px;
    background: linear-gradient(180deg, #17191F 0%, #0D0E12 100%); /* Card BG to Background */
    border-bottom: 1px solid #A84F0C; /* Border */
}

.page-blog-huong-dan-dang-ky-mu66__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    gap: 30px;
}

.page-blog-huong-dan-dang-ky-mu66__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    color: #FFF3E6; /* Text Main */
}