/* style/blog-huong-dan-dang-ky-suncity88.css */
/* Base styles for the page content, assuming a dark body background from shared.css */
.page-blog-huong-dan-dang-ky-suncity88 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF6D6; /* Main text color for dark background */
    background: #0A0A0A; /* Page specific background from custom colors */
}

.page-blog-huong-dan-dang-ky-suncity88__hero-section {
    padding-top: 10px; /* Small top padding, relying on body padding-top from shared.css */
    padding-bottom: 60px;
    background: #0A0A0A; /* Ensure consistent background for this section */
}

.page-blog-huong-dan-dang-ky-suncity88__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 20px 15px;
}

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

.page-blog-huong-dan-dang-ky-suncity88__main-title {
    font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #F2C14E; /* Primary color for titles */
}

.page-blog-huong-dan-dang-ky-suncity88__intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-suncity88__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

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

.page-blog-huong-dan-dang-ky-suncity88__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111; /* Dark text for light button gradient */
    border: none;
}

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

.page-blog-huong-dan-dang-ky-suncity88__btn-secondary {
    background: transparent;
    color: #F2C14E; /* Primary color for text */
    border: 2px solid #F2C14E; /* Primary color for border */
}

.page-blog-huong-dan-dang-ky-suncity88__btn-secondary:hover {
    background: #F2C14E;
    color: #111111;
}

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

.page-blog-huong-dan-dang-ky-suncity88__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.page-blog-huong-dan-dang-ky-suncity88__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #0A0A0A; /* Consistent background */
    color: #FFF6D6; /* Main text color */
}

.page-blog-huong-dan-dang-ky-suncity88__section-title {
    font-size: clamp(1.5em, 3vw, 2.5em);
    color: #F2C14E; /* Primary color for section titles */
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 600;
}

.page-blog-huong-dan-dang-ky-suncity88__text-block {
    margin-bottom: 20px;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-suncity88__guide-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-suncity88__step-item {
    background: #111111; /* Card BG color */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #3A2A12; /* Border color */
}

.page-blog-huong-dan-dang-ky-suncity88__step-title {
    font-size: clamp(1.2em, 2.5vw, 1.8em);
    color: #FFD36B; /* Auxiliary color for step titles */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-huong-dan-dang-ky-suncity88__step-item p {
    margin-bottom: 15px;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-suncity88__step-item ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-suncity88__step-item li {
    margin-bottom: 8px;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-suncity88__step-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    border-radius: 8px;
}

.page-blog-huong-dan-dang-ky-suncity88__checklist {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-suncity88__checklist li {
    background: #111111; /* Card BG color */
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #3A2A12; /* Border color */
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-suncity88__checklist li::before {
    content: '✓';
    color: #F2C14E; /* Primary color for checkmark */
    font-weight: bold;
    font-size: 1.2em;
}

.page-blog-huong-dan-dang-ky-suncity88__cta-block {
    background: #111111; /* Card BG color */
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #3A2A12; /* Border color */
}

.page-blog-huong-dan-dang-ky-suncity88__cta-title {
    font-size: clamp(1.5em, 3vw, 2.2em);
    color: #F2C14E; /* Primary color */
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-suncity88__cta-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-suncity88__faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px 60px;
    background: #0A0A0A; /* Consistent background */
    color: #FFF6D6; /* Main text color */
}

.page-blog-huong-dan-dang-ky-suncity88__faq-list {
    margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-suncity88__faq-item {
    background: #111111; /* Card BG color */
    border: 1px solid #3A2A12; /* Border color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-huong-dan-dang-ky-suncity88__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    color: #FFD36B; /* Auxiliary color for FAQ questions */
    font-size: 1.1em;
    position: relative;
    list-style: none; /* Remove default marker */
}

/* Hide default marker for details */
.page-blog-huong-dan-dang-ky-suncity88__faq-item summary::-webkit-details-marker {
    display: none;
}
.page-blog-huong-dan-dang-ky-suncity88__faq-item summary::marker {
    display: none;
}

.page-blog-huong-dan-dang-ky-suncity88__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #F2C14E; /* Primary color for toggle icon */
}

.page-blog-huong-dan-dang-ky-suncity88__faq-item[open] .page-blog-huong-dan-dang-ky-suncity88__faq-toggle {
    transform: rotate(45deg); /* Rotate plus to become cross */
}

.page-blog-huong-dan-dang-ky-suncity88__faq-answer {
    padding: 0 25px 20px;
    color: #FFF6D6;
    font-size: 0.95em;
}

.page-blog-huong-dan-dang-ky-suncity88__faq-answer p {
    margin: 0;
}

/* Generic link styling for content */
.page-blog-huong-dan-dang-ky-suncity88 a {
    color: #F2C14E; /* Primary color for links */
    text-decoration: underline;
}

.page-blog-huong-dan-dang-ky-suncity88 a:hover {
    color: #FFD36B; /* Auxiliary color on hover */
    text-decoration: none;
}

/* --- Responsive styles for mobile (max-width: 768px) --- */
@media (max-width: 768px) {
    .page-blog-huong-dan-dang-ky-suncity88 {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO Section */
    .page-blog-huong-dan-dang-ky-suncity88__hero-section {
        padding-top: 10px !important; /* Small top padding, relying on body padding-top */
        padding-bottom: 40px !important;
    }

    .page-blog-huong-dan-dang-ky-suncity88__hero-container {
        flex-direction: column;
        gap: 25px;
        padding: 20px 15px !important;
    }

    .page-blog-huong-dan-dang-ky-suncity88__hero-content {
        flex: 1 1 100%;
        text-align: center;
    }

    .page-blog-huong-dan-dang-ky-suncity88__main-title {
        font-size: 2em !important;
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-dang-ky-suncity88__intro-text {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-huong-dan-dang-ky-suncity88__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
        padding-left: 15px !important; /* Ensure padding for button containers */
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-blog-huong-dan-dang-ky-suncity88__btn-primary,
    .page-blog-huong-dan-dang-ky-suncity88__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-blog-huong-dan-dang-ky-suncity88__hero-image {
        flex: 1 1 100%;
    }

    /* Content Area */
    .page-blog-huong-dan-dang-ky-suncity88__content-area,
    .page-blog-huong-dan-dang-ky-suncity88__faq-section,
    .page-blog-huong-dan-dang-ky-suncity88__cta-block {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .page-blog-huong-dan-dang-ky-suncity88__section-title {
        font-size: 1.8em !important;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-dang-ky-suncity88__step-item {
        padding: 20px;
    }

    .page-blog-huong-dan-dang-ky-suncity88__step-title {
        font-size: 1.4em !important;
    }

    .page-blog-huong-dan-dang-ky-suncity88__checklist li {
        padding: 12px 15px;
        font-size: 0.95em;
    }

    .page-blog-huong-dan-dang-ky-suncity88__cta-block {
        padding: 30px;
    }

    .page-blog-huong-dan-dang-ky-suncity88__cta-title {
        font-size: 1.8em !important;
    }

    /* FAQ Section */
    .page-blog-huong-dan-dang-ky-suncity88__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-huong-dan-dang-ky-suncity88__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.9em;
    }

    /* Universal image responsive styles */
    .page-blog-huong-dan-dang-ky-suncity88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    /* No module1 three-column round images in this page type, so no specific rule for __icon-box-media */
}