
.csj-launch-footer {
    position: relative;
    z-index: 2;
    margin-top: 76px;
    color: #eee5f5;
    background:
        radial-gradient(circle at 8% 0%, rgba(180, 129, 234, .15), transparent 24rem),
        linear-gradient(180deg, #482160 0%, #2f153f 100%);
    border-top: 1px solid rgba(242, 232, 255, .23);
    box-shadow: 0 -16px 44px rgba(42, 15, 58, .18);
}

.csj-launch-footer__inner {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 54px 0 38px;
    display: grid;
    grid-template-columns: minmax(280px, 1.55fr) repeat(3, minmax(150px, .65fr));
    gap: 42px;
}

.csj-launch-footer__brand img {
    display: block;
    width: min(100%, 520px);
    max-height: 112px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
    opacity: .95;
}

.csj-launch-footer__brand p {
    max-width: 620px;
    margin: 20px 0 0;
    color: #e8ddef;
    line-height: 1.75;
}

.csj-launch-footer__column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.csj-launch-footer__column strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.csj-launch-footer__column a {
    color: #e9d7f8 !important;
    font-size: .9rem;
    line-height: 1.45;
    text-decoration: none !important;
}

.csj-launch-footer__column a:hover {
    color: #fff !important;
}

.csj-launch-footer__bottom {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 30px;
    display: grid;
    grid-template-columns: .8fr 1.8fr;
    gap: 30px;
    border-top: 1px solid rgba(242, 232, 255, .16);
}

.csj-launch-footer__bottom p {
    margin: 0;
    color: #cdbfd7;
    font-size: .76rem;
    line-height: 1.62;
}

@media (max-width: 920px) {
    .csj-launch-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .csj-launch-footer__brand {
        grid-column: 1 / -1;
    }

    .csj-launch-footer__bottom {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 560px) {
    .csj-launch-footer__inner {
        width: min(100% - 22px, 1280px);
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 38px;
    }

    .csj-launch-footer__brand {
        grid-column: auto;
    }

    .csj-launch-footer__bottom {
        width: min(100% - 22px, 1280px);
    }
}
