.cj-hero {
    position: relative;
    display: flex;
    min-height: clamp(430px, 38.3vw, 735px);
    padding-top: 0;
    align-items: center;
    background-image: url("https://cdn.diemnhangroup.com/nhakhoashark.vn/2026/05/hinh-anh-banner_11zon.webp");
    background-size: cover;
    background-position: 62% top;
    background-repeat: no-repeat;
    border-radius: 0 0 0 0;
}

.cj-hero__inner {
    width: min(calc(100% - 240px), 1570px);
    margin: 0 auto;
    padding-left: clamp(44px, 5.2vw, 96px);
}

.cj-hero__content {
    width: min(34vw, 640px);
    min-width: 560px;
    padding-top: 0;
    margin-top: -28px;
    animation: cj-hero-in .7s ease both;
}

.cj-hero__title {
    margin: 0 0 20px;
    font-family: "Roboto", Arial, sans-serif;
    color: var(--cj-blue-dark);
    font-size: clamp(42px, 2.65vw, 51px);
    line-height: 1.16;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: var(--cj-shadow-title);
}

.cj-hero__desc {
    margin: 0 0 26px;
    color: var(--cj-text);
    font-size: clamp(19px, 1.12vw, 21px);
    line-height: 1.5;
    font-weight: 500;
}

.cj-hero__badge {
    display: inline-flex;
    min-width: 400px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 3px solid var(--cj-blue);
    border-radius: 999px;
    color: var(--cj-blue-dark);
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 1px 2px 0 #fff, 0 2px 5px rgba(0, 126, 220, .24);
    background: rgba(255, 255, 255, .55);
}

@keyframes cj-hero-in {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 850px) and (max-width: 1439px) {
    .cj-hero {
        min-height: clamp(430px, 42vw, 610px);
        padding-top: 0;
        background-position: 64% top;
    }

    .cj-hero__inner {
        width: min(calc(100% - 96px), 1180px);
        padding-left: clamp(28px, 4vw, 56px);
    }

    .cj-hero__content {
        width: min(54%, 560px);
        min-width: 0;
        padding-top: 0;
        margin-top: -14px;
    }

    .cj-hero__title {
        max-width: 560px;
        margin-bottom: 22px;
        font-size: clamp(36px, 4vw, 46px);
        line-height: 1.16;
    }

    .cj-hero__desc {
        max-width: 400px;
        margin-bottom: 24px;
        font-size: clamp(18px, 1.8vw, 21px);
        line-height: 1.5;
    }

    .cj-hero__badge {
        min-width: min(100%, 350px);
        min-height: 50px;
        padding: 0 24px;
        border-width: 3px;
        font-size: clamp(20px, 2.1vw, 24px);
    }
}

@media (max-width: 849px) {
    .cj-hero {
        display: block;
        padding-top: 25px;
        background-image: url("https://cdn.diemnhangroup.com/dentalinvietnam.com/2026/05/banner-hero-htkh-mobi.webp");
        background-size: cover;
        background-position: center top;
        min-height: 650px;
    }

    .cj-hero__inner {
        width: min(calc(100% - 52px), 500px);
        padding-left: 0;
    }

    .cj-hero__content {
        width: 100%;
        min-width: 0;
        margin-top: 0;
        padding-top: 42px;
        text-align: center;
    }

    .cj-hero__title {
        margin-bottom: 12px;
        font-size: 27px;
        line-height: 1.3;
    }

    .cj-hero__desc {
        max-width: 320px;
        margin: 0 auto 16px;
        font-size: 15px;
        line-height: 1.42;
        font-weight: 500;
        text-align: justify;
    }

    .cj-hero__badge {
        min-width: 230px;
        min-height: 32px;
        padding: 9px 16px;
        border-width: 2px;
        font-size: 15px;
    }
}
