.lien-he-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(100deg, #ec8703 0%, #ac6200 90%);
    padding: 5.556rem 0 12.5rem; /* thêm bottom để card info-form đè lên */
    text-align: center;
}

.lien-he-banner__texture {
    position: absolute;
    top: -7rem;
    left: -3.7rem;
    width: 106.8rem; /* ~1538px */
    max-width: none;
    height: auto;
    opacity: 0.16;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.lien-he-banner__container {
    position: relative;
    z-index: 1;
    max-width: 46.458rem; /* 669px */
}

.lien-he-banner__title {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    font-size: 2.222rem; /* 32px */
    color: #fff;
    margin-bottom: 0.9rem;
}

.lien-he-banner__desc {
    font-family: "Inter", sans-serif;
    font-size: 1.111rem; /* 16px */
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1024px) {
    .lien-he-banner {
        padding: 4rem 0 10rem;
    }

    .lien-he-banner__title {
        font-size: 1.875rem;
    }
}

@media (max-width: 767px) {
    .lien-he-banner {
        padding: 3rem 0 8rem;
    }

    .lien-he-banner__title {
        font-size: 1.5rem;
    }

    .lien-he-banner__desc {
        font-size: 1rem;
    }
}
