.page-blog-hy88-introduction {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #f8f8f8;
}

.page-blog-hy88-introduction__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-hy88-introduction__text-block {
    padding: 20px 40px;
}

.page-blog-hy88-introduction__text-block--center {
    text-align: center;
}

.page-blog-hy88-introduction__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 40px;
}

.page-blog-hy88-introduction__hero-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-hy88-introduction__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    font-weight: 700;
    color: #26A9E0;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.page-blog-hy88-introduction__subtitle {
    font-size: clamp(1em, 1.8vw, 1.25em);
    color: #555555;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.page-blog-hy88-introduction__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-hy88-introduction__cta-buttons--center {
    justify-content: center;
}

.page-blog-hy88-introduction__btn-primary,
.page-blog-hy88-introduction__btn-secondary,
.page-blog-hy88-introduction__btn-card,
.page-blog-hy88-introduction__btn-block,
.page-blog-hy88-introduction__btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-hy88-introduction__btn-primary {
    background-color: #26A9E0;
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-blog-hy88-introduction__btn-primary:hover {
    background-color: #1a8cc2;
    border-color: #1a8cc2;
}

.page-blog-hy88-introduction__btn-secondary {
    background-color: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-blog-hy88-introduction__btn-secondary:hover {
    background-color: #e0f2f7;
    color: #26A9E0;
}

.page-blog-hy88-introduction__btn-card {
    background-color: #26A9E0;
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    font-size: 0.95em;
    margin-top: 15px;
}

.page-blog-hy88-introduction__btn-card:hover {
    background-color: #1a8cc2;
}

.page-blog-hy88-introduction__btn-block {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-blog-hy88-introduction__btn-download {
    background-color: #EA7C07;
    color: #ffffff;
    border: 2px solid #EA7C07;
    padding: 10px 20px;
    font-size: 1em;
    margin: 10px 0;
    gap: 10px;
}

.page-blog-hy88-introduction__btn-download:hover {
    background-color: #d16e06;
    border-color: #d16e06;
}

.page-blog-hy88-introduction__download-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.page-blog-hy88-introduction__section {
    padding: 60px 0;
}

.page-blog-hy88-introduction__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-hy88-introduction__dark-bg {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-blog-hy88-introduction__section-title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    color: #26A9E0;
}

.page-blog-hy88-introduction__section-title--light {
    color: #ffffff;
}

.page-blog-hy88-introduction__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-hy88-introduction__section-description--light {
    color: #f0f0f0;
}

.page-blog-hy88-introduction__sub-title {
    font-size: 1.8em;
    font-weight: 600;
    color: #26A9E0;
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-blog-hy88-introduction__dark-bg .page-blog-hy88-introduction__sub-title {
    color: #ffffff;
}

.page-blog-hy88-introduction p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.7;
}

.page-blog-hy88-introduction__product-grid,
.page-blog-hy88-introduction__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-hy88-introduction__product-card,
.page-blog-hy88-introduction__promo-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333333;
}

.page-blog-hy88-introduction__product-image,
.page-blog-hy88-introduction__promo-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.page-blog-hy88-introduction__product-title,
.page-blog-hy88-introduction__promo-title {
    font-size: 1.4em;
    font-weight: 700;
    color: #26A9E0;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-blog-hy88-introduction__product-description,
.page-blog-hy88-introduction__promo-description {
    font-size: 0.95em;
    color: #666666;
    padding: 0 15px;
    flex-grow: 1;
}

.page-blog-hy88-introduction__guide-list {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.05em;
}

.page-blog-hy88-introduction__guide-list li {
    margin-bottom: 10px;
}

.page-blog-hy88-introduction__app-download {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-hy88-introduction__support-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-hy88-introduction__support-item {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: 10px;
    color: #ffffff;
}

.page-blog-hy88-introduction__support-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.page-blog-hy88-introduction__support-title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-blog-hy88-introduction__support-text {
    font-size: 0.95em;
    color: #f0f0f0;
}

.page-blog-hy88-introduction__conclusion {
    padding: 80px 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-hy88-introduction__container {
        padding: 15px;
    }

    .page-blog-hy88-introduction__text-block {
        padding: 15px 25px;
    }

    .page-blog-hy88-introduction__main-title {
        font-size: clamp(1.8em, 5vw, 2.8em);
    }

    .page-blog-hy88-introduction__subtitle {
        font-size: clamp(0.9em, 2vw, 1.1em);
    }

    .page-blog-hy88-introduction__section-title {
        font-size: 2em;
    }

    .page-blog-hy88-introduction__sub-title {
        font-size: 1.6em;
    }

    .page-blog-hy88-introduction__product-grid,
    .page-blog-hy88-introduction__promo-grid,
    .page-blog-hy88-introduction__support-features {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .page-blog-hy88-introduction {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-hy88-introduction__container {
        padding: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-hy88-introduction__text-block {
        padding: 15px;
    }

    .page-blog-hy88-introduction__hero-section {
        padding-top: 10px !important; /* Retain small top padding */
    }

    .page-blog-hy88-introduction__hero-content {
        padding: 0 15px;
    }

    .page-blog-hy88-introduction__hero-image {
        object-fit: contain; /* Ensure full image is visible, no cropping */
        height: auto;
        width: 100%;
        max-height: none;
        aspect-ratio: unset;
    }

    .page-blog-hy88-introduction__main-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
        line-height: 1.3;
    }

    .page-blog-hy88-introduction__subtitle {
        font-size: 1em;
        padding: 0 10px;
    }

    .page-blog-hy88-introduction__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-blog-hy88-introduction__btn-primary,
    .page-blog-hy88-introduction__btn-secondary,
    .page-blog-hy88-introduction__btn-card,
    .page-blog-hy88-introduction__btn-block,
    .page-blog-hy88-introduction__btn-download,
    .page-blog-hy88-introduction a[class*="button"],
    .page-blog-hy88-introduction a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-hy88-introduction__cta-buttons,
    .page-blog-hy88-introduction__button-group,
    .page-blog-hy88-introduction__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .page-blog-hy88-introduction__section-title {
        font-size: 1.8em;
    }

    .page-blog-hy88-introduction__sub-title {
        font-size: 1.4em;
    }

    .page-blog-hy88-introduction p,
    .page-blog-hy88-introduction li {
        font-size: 1em;
    }

    .page-blog-hy88-introduction__product-grid,
    .page-blog-hy88-introduction__promo-grid,
    .page-blog-hy88-introduction__support-features {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .page-blog-hy88-introduction__product-card,
    .page-blog-hy88-introduction__promo-card,
    .page-blog-hy88-introduction__support-item {
        margin: 0;
    }

    .page-blog-hy88-introduction__product-image,
    .page-blog-hy88-introduction__promo-image {
        height: 180px;
    }

    .page-blog-hy88-introduction__app-download {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .page-blog-hy88-introduction__download-icon {
        width: 30px;
        height: 30px;
    }

    .page-blog-hy88-introduction img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }
}