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

.page-blog-huong-dan-dang-ky-new66__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 16px;
    box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-new66__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 20px;
    color: #FF8C1A; /* Main color for titles */
    font-weight: bold;
}

.page-blog-huong-dan-dang-ky-new66__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF3E6;
}

.page-blog-huong-dan-dang-ky-new66 p {
    margin-bottom: 1em;
    color: #FFF3E6;
}

.page-blog-huong-dan-dang-ky-new66 h2,
.page-blog-huong-dan-dang-ky-new66 h3 {
    color: #FF8C1A;
}

.page-blog-huong-dan-dang-ky-new66 a {
    color: #FFA53A; /* Auxiliary color for links */
    text-decoration: none;
}

.page-blog-huong-dan-dang-ky-new66 a:hover {
    text-decoration: underline;
}

/* Button styles */
.page-blog-huong-dan-dang-ky-new66__btn-primary,
.page-blog-huong-dan-dang-ky-new66__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    max-width: 100%; /* Ensure responsiveness */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-new66__btn-primary {
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6; /* Text Main */
    border: 2px solid transparent;
}

.page-blog-huong-dan-dang-ky-new66__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-new66__btn-secondary {
    background: transparent;
    color: #FFA53A; /* Auxiliary color */
    border: 2px solid #FFA53A; /* Border color */
}

.page-blog-huong-dan-dang-ky-new66__btn-secondary:hover {
    background: #FFA53A;
    color: #0D0E12; /* Background color */
    transform: translateY(-2px);
}

/* Image base styles */
.page-blog-huong-dan-dang-ky-new66 img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-new66__hero-section {
    padding-top: 10px; /* Small top padding, assuming shared body padding-top */
    padding-bottom: 40px;
    background: #0D0E12; /* Background */
}

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

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

.page-blog-huong-dan-dang-ky-new66__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
    margin-bottom: 20px;
    color: #FF8C1A; /* Main color */
    line-height: 1.2;
    font-weight: bold;
}

.page-blog-huong-dan-dang-ky-new66__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFF3E6;
}

.page-blog-huong-dan-dang-ky-new66__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-new66__hero-image {
    flex: 1 1 40%;
    min-width: 300px;
    text-align: center;
}

.page-blog-huong-dan-dang-ky-new66__hero-side-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

/* Intro Section */
.page-blog-huong-dan-dang-ky-new66__intro-section {
    padding: 60px 0;
    background: #17191F; /* Card BG */
}

.page-blog-huong-dan-dang-ky-new66__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-blog-huong-dan-dang-ky-new66__feature-item {
    background: #0D0E12; /* Background */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #A84F0C; /* Border color */
}

.page-blog-huong-dan-dang-ky-new66__icon-box-media {
    width: 200px; /* Fixed width */
    height: 200px; /* Fixed height to make it round */
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FFA53A;
    box-shadow: 0 0 15px rgba(255, 165, 58, 0.5); /* Glow */
}