.container-lp-2026-hero {
    position: relative;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    scroll-margin-top: 100px;
}

@media (min-width: 768px) {
    .container-lp-2026-hero {
        scroll-margin-top: 117px;
    }
}

.container-lp-2026-hero .background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.container-lp-2026-hero .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.container-lp-2026-hero .bg-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(85deg, #234E89 33.72%, rgba(35, 79, 139, 0.00) 59.06%);
}

.container-lp-2026-hero .content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.container-lp-2026-hero .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    max-width: 440px;
    color: #FFFFFF;
}

.container-lp-2026-hero .title-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    word-break: break-word;
    margin: 0 0 -12px 0;
}

.container-lp-2026-hero .subtitle-text {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    word-break: break-word;
}

.container-lp-2026-hero .divider-line {
    background-color: #68b069;
    height: 1px;
    width: 72px;
}

.container-lp-2026-hero .desc-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
}

.container-lp-2026-hero .btn-wrapper {
    display: flex;
}

.container-lp-2026-hero .btn-link {
    background-color: #489577;
    border-radius: 4px;
    padding: 12px 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.container-lp-2026-hero .btn-link:hover {
    background-color: #38755c;
}

.container-lp-2026-hero .btn-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.container-lp-2026-hero .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .container-lp-2026-hero {
        height: 660px;
    }

    .container-lp-2026-hero .bg-img {
        height: 248px;
        top: auto;
        bottom: 0;
        background-size: cover;
        background-position: bottom right 20%;
    }

    .container-lp-2026-hero .bg-gradient-overlay {
        height: 97%;
        background: linear-gradient(180deg, #234F8B 0%, #234F8B 65%, rgba(35, 79, 139, 0.00) 78%);
    }

    .container-lp-2026-hero .content-wrapper {
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0;
        gap: 16px;
        margin-top: 40px;
        margin-bottom: auto;
        justify-content: flex-start;
    }

    .container-lp-2026-hero .text-wrapper {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }

    .container-lp-2026-hero .divider-line {
        background-color: #8dbcaa;
        height: 2px;
        width: 76px;
    }

    .container-lp-2026-hero .desc-text {
        font-size: 14px;
        line-height: normal;
    }
}