/* style/index-gioi-thieu-mu66.css */

.page-index-gioi-thieu-mu66 {
    font-family: 'Arial', sans-serif; /* Example font */
    color: #FFF3E6; /* Main text color for dark background */
    background-color: #0D0E12; /* Page background color */
    line-height: 1.6;
}

/* HERO Section */
.page-index-gioi-thieu-mu66__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: #0D0E12; /* Ensure consistent dark background */
}

.page-index-gioi-thieu-mu66__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-index-gioi-thieu-mu66__hero-content {
    flex: 1 1 50%;
    min-width: 300px; /* Ensure content doesn't shrink too much */
}

.page-index-gioi-thieu-mu66__hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size for H1 */
    font-weight: 700;
    color: #FF8C1A; /* Brand color for title */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-index-gioi-thieu-mu66__hero-description {
    font-size: 1.1rem;
    color: #FFF3E6; /* Main text color */
    margin-bottom: 30px;
}

.page-index-gioi-thieu-mu66__hero-image {
    flex: 1 1 40%;
    text-align: center;
    min-width: 300px; /* Ensure image doesn't shrink too much */
}

.page-index-gioi-thieu-mu66__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index-gioi-thieu-mu66__hero-cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Ensure buttons wrap on smaller screens */
}

/* CTA Buttons */
.page-index-gioi-thieu-mu66__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    text-align: center;
}

.page-index-gioi-thieu-mu66__btn-primary {
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-index-gioi-thieu-mu66__btn-primary:hover {
    background: linear-gradient(180deg, #FFB04D 0%, #FF8C1A 100%);
    box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

.page-index-gioi-thieu-mu66__btn-secondary {
    background: transparent;
    color: #FF8C1A;
    border: 2px solid #FF8C1A;
}

.page-index-gioi-thieu-mu66__btn-secondary:hover {
    background-color: #FF8C1A;
    color: #ffffff;
}

/* Content Area */
.page-index-gioi-thieu-mu66__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #0D0E12; /* Consistent dark background */
}

.page-index-gioi-thieu-mu66__dark-section {
    background-color: #0D0E12; /* Ensure dark background for text contrast */
    color: #FFF3E6; /* Light text for dark background */
}

.page-index-gioi-thieu-mu66__container {
    max-width: 100%; /* Ensure containers are responsive */
    width: 100%;
    box-sizing: border-box;
}

.page-index-gioi-thieu-mu66__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #FF8C1A;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.page-index-gioi-thieu-mu66__text-block {
    margin-bottom: 40px;
    text-align: justify;
}

.page-index-gioi-thieu-mu66__text-block p {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #FFF3E6;
}

.page-index-gioi-thieu-mu66__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-index-gioi-thieu-mu66__advantage-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-index-gioi-thieu-mu66__advantage-list li {
    background-color: #17191F; /* Card BG color */
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #FFF3E6;
}

.page-index-gioi-thieu-mu66__advantage-list li::before {
    content: '✅';
    font-size: 1.2rem;
    color: #FFA53A;
    line-height: 1;
}

.page-index-gioi-thieu-mu66__advantage-list li strong {
    color: #FF8C1A;
}

/* CTA Section at the bottom */
.page-index-gioi-thieu-mu66__cta-section {
    background-color: #17191F; /* Card BG color for this section */
    padding: 80px 20px;
    text-align: center;
    color: #FFF3E6;
}

.page-index-gioi-thieu-mu66__cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.page-index-gioi-thieu-mu66__cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #FF8C1A;
    margin-bottom: 20px;
}

.page-index-gioi-thieu-mu66__cta-description {
    font-size: 1.1rem;
    margin-bottom: 40px;
}

/* Responsive Styles for Mobile */
@media (max-width: 768px) {
    /* HERO Section */
    .page-index-gioi-thieu-mu66__hero-section {
        padding-top: 10px !important; /* Ensure small top padding */
        padding-bottom: 40px;
    }

    .page-index-gioi-thieu-mu66__hero-container {
        flex-direction: column; /* Stack vertically */
        padding: 40px 15px;
        gap: 30px;
    }

    .page-index-gioi-thieu-mu66__hero-content {
        order: 2; /* Content below image */
        flex: 1 1 100%;
        min-width: unset;
    }

    .page-index-gioi-thieu-mu66__hero-image {
        order: 1; /* Image above content */
        flex: 1 1 100%;
        min-width: unset;
    }

    .page-index-gioi-thieu-mu66__hero-title {
        font-size: clamp(2rem, 8vw, 2.5rem); /* Adjust H1 size for mobile */
        text-align: center;
    }

    .page-index-gioi-thieu-mu66__hero-description {
        font-size: 1rem;
        text-align: center;
    }

    .page-index-gioi-thieu-mu66__hero-cta-group {
        flex-direction: column; /* Stack buttons vertically */
        gap: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important; /* Ensure multiple buttons wrap */
    }

    /* Buttons Mobile Specifics */
    .page-index-gioi-thieu-mu66__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1rem;
    }

    /* Content Area */
    .page-index-gioi-thieu-mu66__content-area {
        padding: 40px 15px;
    }

    .page-index-gioi-thieu-mu66__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 30px;
    }

    .page-index-gioi-thieu-mu66__text-block p {
        font-size: 0.95rem;
    }

    /* General image responsive styles */
    .page-index-gioi-thieu-mu66 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .page-index-gioi-thieu-mu66__content-image {
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-index-gioi-thieu-mu66__advantage-list li {
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    /* Ensure all content containers are responsive */
    .page-index-gioi-thieu-mu66__section,
    .page-index-gioi-thieu-mu66__card,
    .page-index-gioi-thieu-mu66__container,
    .page-index-gioi-thieu-mu66__hero-section,
    .page-index-gioi-thieu-mu66__content-area,
    .page-index-gioi-thieu-mu66__cta-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    /* Specific padding for content containers to prevent edge overflow */
    .page-index-gioi-thieu-mu66__container,
    .page-index-gioi-thieu-mu66__cta-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* CTA Section Mobile */
    .page-index-gioi-thieu-mu66__cta-section {
        padding: 60px 15px;
    }

    .page-index-gioi-thieu-mu66__cta-title {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .page-index-gioi-thieu-mu66__cta-description {
        font-size: 1rem;
    }
}