.corporate-sales-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50dvh;
    margin: 0;
    padding: 4.5rem 2rem 3.25rem;
    background: linear-gradient(120deg, #181411 0%, #241711 38%, #5e2c12 100%);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.corporate-sales-banner::before {
    content: "";
    position: absolute;
    inset: auto auto -90px -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.corporate-sales-banner::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 170, 96, 0.14);
    filter: blur(8px);
}

.corporate-sales-banner__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
}

.corporate-sales-banner__title {
    margin: 2% auto 5% auto;
    color: #fff;
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.corporate-sales-banner__subtitle {
    max-width: 720px;
    margin: 1.25rem auto 0.85rem !important;
    color: #ffffff;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    line-height: 1.45;
}

.corporate-sales-banner__description {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 1rem;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .corporate-sales-banner__title {
        font-size: 2.6rem;
    }
}

@media (max-width: 768px) {
    .corporate-sales-banner {
        padding: 3.5rem 1.4rem 2.8rem;
    }

    .corporate-sales-banner__title {
        font-size: 2.2rem;
    }

    .corporate-sales-banner__subtitle {
        font-size: 1.12rem !important;
    }
}

@media (max-width: 575px) {
    .corporate-sales-banner__title {
        font-size: 1.9rem;
    }
}
