#home-banner {
    --pd-left-40: 45%;
    min-height: 55rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#home-banner .hb_background {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-mask-image: url("../../icon/banner/banner-tmp-003.svg");
    mask-image: url("../../icon/banner/banner-tmp-003.svg");
    background: #003ec4;
    background: linear-gradient(120deg, #003ec4, rgb(0 15 116) 61%, rgb(0 34 155) 100%);

}

#home-banner .hb_content {
    position: absolute;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 4rem;
    z-index: 10;
}

#home-banner .hb_content .cont {
    padding-left: var(--pd-left-40);
}

#home-banner .hb_content .cont .title h1 {
    color: white;
    font-family: 'f3';
    font-size: 2.5rem;
}

#home-banner .hb_content .cont .title strong,
#home-banner .hb_content .cont .title p {
    color: white;
    font-family: 'f1';
    font-size: 1.2rem;
}

#home-banner .hb_content .cont .tmp-btn-service {
    background: var(--c3);
    border-radius: 3rem;
}

#home-banner .hb_cards {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#home-banner .hb_cards .model {
    position: absolute;
    bottom: 0;
    left: -2rem;
    z-index: 10;
}

#home-banner .hb_cards .model img {
    width: auto;
    height: 45rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

#home-banner .hb_cards .cont {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 30rem;
    z-index: 0;
    border-radius: 1rem;
}

#home-banner .hb_cards .cont.background {
    z-index: 5;
    background: var(--c6);
}

#home-banner .hb_cards .cont.cards {
    padding: 2rem;
    z-index: 15;
    padding-left: var(--pd-left-40);
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-banner .hb_cards .cont.cards .hbc_item {
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transform: translateY(4px) scale(0.97);
    position: relative;
    overflow: hidden;
    transition:
        transform 160ms ease-out,
        box-shadow 160ms ease-out,
        border-color 160ms ease-out,
        background 180ms ease-out;
    color: white;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

#home-banner .hb_cards .cont.cards .hbc_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    opacity: .7;
    background: var(--c6);
    transform: translate3d(0, 0, 0);
    transition: opacity 160ms ease-out, transform 160ms ease-out;
    filter: blur(5px);
}

#home-banner .hb_cards .cont.cards .hbc_item:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);

}

#home-banner .hb_cards .cont.cards .hbc_item .tmp-btn-service {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    border-radius: 2rem;
    background-color: var(--c7);
}

#home-banner .hb_cards .cont.cards .hbc_item:hover {
    border-color: var(--c5);
    transform: translateY(0) scale(1);
    box-shadow: rgba(17, 17, 26, 0.2) 0px 8px 24px, rgba(17, 17, 26, 0.2) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;

}

#home-banner .hb_cards .cont.cards .hbc_item:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#home-banner .hb_cards .cont.cards .hbc_item__icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
    flex-shrink: 0;
    transform-origin: center;
    transition:
        transform 160ms ease-out,
        box-shadow 160ms ease-out,
        background 160ms ease-out;
}

#home-banner .hb_cards .cont.cards .hbc_item__icon>div {
    background: var(--c6);
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    transition: transform 160ms ease-out, box-shadow 160ms ease-out;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.04);
}

#home-banner .hb_cards .cont.cards .hbc_item:hover .hbc_item__icon {
    transform: translateY(-2px) scale(1.03);
    background: var(--c7);
}

#home-banner .hb_cards .cont.cards .hbc_item:hover .hbc_item__icon>div {
    transform: scale(1);
}

#home-banner .hb_cards .cont.cards .hbc_item__header-text {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

#home-banner .hb_cards .cont.cards .hbc_item__title {
    margin: 0;
    color: white;
    font-size: 2rem;
    font-family: 'f3';
}

#home-banner .hb_cards .cont.cards .hbc_item__subtitle {
    margin: 0;
    color: white;
    font-family: 'f2';
    font-size: 1.2rem;
    line-height: 1.2;
}

#home-banner .hb_cards .cont.cards .hbc_item__content {
    color: #4b5563;
    margin-top: 0.25rem;
}

#home-banner .hb_cards .cont.cards .hbc_item__text {
    margin: 0 0 0.6rem;
    color: white;
}

#home-banner .hb_cards .cont.cards .hbc_item__quick-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0;
    padding: 0.35rem 0.55rem;
    border-radius: 0.75rem;
    background: rgba(15, 23, 42, 0.02);
}

#home-banner .hb_cards .cont.cards .hbc_item__quick-info-item {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

#home-banner .hb_cards .cont.cards .hbc_item__quick-info-item dt {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
}

#home-banner .hb_cards .cont.cards .hbc_item__quick-info-item dd {
    margin: 0;
    color: #111827;
}

#home-banner .hb_cards .cont.cards .hbc_item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.4rem;
}

#home-banner .hb_cards .cont.cards .hbc_item__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

#home-banner .hb_cards .cont.cards .tmp-btn {
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    transition:
        background 150ms ease-out,
        color 150ms ease-out,
        box-shadow 150ms ease-out,
        transform 150ms ease-out,
        border-color 150ms ease-out;
}

#home-banner .hb_cards .cont.cards .btn--primary {
    background: var(--c5);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}

#home-banner .hb_cards .cont.cards .btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.28);
}

#home-banner .hb_cards .cont.cards .btn--ghost {
    background: #ffffff;
    color: #4b5563;
    border-color: rgba(148, 163, 184, 0.7);
}

#home-banner .hb_cards .cont.cards .btn--ghost:hover {
    background: rgba(249, 250, 251, 0.9);
    transform: translateY(-1px);
}

#home-banner .hb_cards .cont.cards .hbc_item__link {
    font-size: 0.78rem;
    text-align: right;
}

#home-banner .hb_cards .cont.cards .hbc_item__link a {
    color: #0369a1;
    text-decoration: none;
}

#home-banner .hb_cards .cont.cards .hbc_item__link a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {

    #home-banner {
        --pd-left-40: 1rem;
    }
}

@media (max-width: 768px) {
    #home-banner .hb_cards .cont.cards .hbc_item {
        padding: 1rem;
        transform: scale(1);
    }

    #home-banner .hb_cards .cont.cards .hbc_item__quick-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #home-banner .hb_cards .cont.cards .hbc_item__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    #home-banner .hb_cards .cont.cards .hbc_item__link {
        text-align: left;
    }
}

#home-main {
    padding: 6rem 0;
}