.page-index-gioi-thieu-mg188__hero-section {
    padding-top: 10px; /* Rely on body padding-top from shared.css */
    padding-bottom: 60px;
    background-color: #F5F7FA;
    color: #333333;
}

.page-index-gioi-thieu-mg188__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 16px;
}

.page-index-gioi-thieu-mg188__hero-content {
    flex: 1;
    min-width: 300px;
}

.page-index-gioi-thieu-mg188__main-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #E53935;
    max-width: 600px;
}

.page-index-gioi-thieu-mg188__intro-text {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333333;
    max-width: 600px;
}

.page-index-gioi-thieu-mg188__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
}

.page-index-gioi-thieu-mg188__btn-primary,
.page-index-gioi-thieu-mg188__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 180px;
}

.page-index-gioi-thieu-mg188__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-index-gioi-thieu-mg188__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-index-gioi-thieu-mg188__btn-secondary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

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

.page-index-gioi-thieu-mg188__hero-image {
    flex: 1;
    text-align: center;
    min-width: 400px;
}

.page-index-gioi-thieu-mg188__main-visual {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-index-gioi-thieu-mg188__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 16px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: -40px; /* Pull up to overlap hero slightly */
    position: relative;
    z-index: 1;
}

.page-index-gioi-thieu-mg188__section-title {
    font-size: 2em;
    font-weight: 700;
    color: #E53935;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 20px;
}

.page-index-gioi-thieu-mg188__text-block {
    margin-bottom: 40px;
    line-height: 1.7;
}

.page-index-gioi-thieu-mg188__text-block p {
    font-size: 1.05em;
    margin-bottom: 15px;
    color: #333333;
}

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

.page-index-gioi-thieu-mg188__faq-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 16px;
    background-color: #F5F7FA;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-index-gioi-thieu-mg188__faq-list {
    margin-top: 30px;
}

.page-index-gioi-thieu-mg188__faq-item {
    margin-bottom: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-index-gioi-thieu-mg188__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-weight: 600;
    font-size: 1.1em;
    color: #E53935;
    cursor: pointer;
    list-style: none;
    outline: none;
}

.page-index-gioi-thieu-mg188__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-index-gioi-thieu-mg188__faq-qtext {
    flex-grow: 1;
}

.page-index-gioi-thieu-mg188__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #333333;
}

.page-index-gioi-thieu-mg188__faq-item[open] .page-index-gioi-thieu-mg188__faq-toggle {
    content: '−';
}

.page-index-gioi-thieu-mg188__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.6;
    color: #333333;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-index-gioi-thieu-mg188__hero-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .page-index-gioi-thieu-mg188__hero-content,
    .page-index-gioi-thieu-mg188__hero-image {
        min-width: unset;
        width: 100%;
    }
    .page-index-gioi-thieu-mg188__main-title {
        font-size: 2em;
        margin-left: auto;
        margin-right: auto;
    }
    .page-index-gioi-thieu-mg188__intro-text {
        font-size: 1em;
        margin-left: auto;
        margin-right: auto;
    }
    .page-index-gioi-thieu-mg188__cta-buttons {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .page-index-gioi-thieu-mg188__section-title {
        font-size: 1.8em;
    }
    .page-index-gioi-thieu-mg188__content-area,
    .page-index-gioi-thieu-mg188__faq-section {
        padding: 40px 16px;
    }
}

@media (max-width: 768px) {
    .page-index-gioi-thieu-mg188__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }
    .page-index-gioi-thieu-mg188__hero-container {
        padding: 15px 15px;
        gap: 20px;
    }
    .page-index-gioi-thieu-mg188__main-title {
        font-size: 1.8em;
        margin-bottom: 15px;
    }
    .page-index-gioi-thieu-mg188__intro-text {
        font-size: 0.95em;
        margin-bottom: 25px;
    }
    .page-index-gioi-thieu-mg188__cta-buttons {
        flex-direction: column;
        gap: 10px;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box !important;
    }
    .page-index-gioi-thieu-mg188__btn-primary,
    .page-index-gioi-thieu-mg188__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        min-width: unset;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    /* Content sections */
    .page-index-gioi-thieu-mg188__content-area {
        padding: 30px 15px;
        margin-top: -20px; /* Adjust overlap */
    }
    .page-index-gioi-thieu-mg188__section-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .page-index-gioi-thieu-mg188__text-block p {
        font-size: 0.95em;
    }

    /* Images */
    .page-index-gioi-thieu-mg188 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-index-gioi-thieu-mg188__hero-image,
    .page-index-gioi-thieu-mg188__content-area,
    .page-index-gioi-thieu-mg188__faq-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* FAQ section */
    .page-index-gioi-thieu-mg188__faq-section {
        margin: 40px auto;
        padding: 30px 15px;
    }
    .page-index-gioi-thieu-mg188__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-index-gioi-thieu-mg188__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.9em;
    }
}