.cst-footer-main-v4 {
    padding: 46px 24px 58px;
}

.cst-footer-main-v4-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.05fr 1.05fr 0.95fr;
    gap: 44px;
    align-items: start;
}

.cst-footer-main-logo {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
    margin: 0 0 22px;
}

.cst-footer-main-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 850;
    letter-spacing: -0.035em;
}

.cst-footer-main-text {
    margin: 0 0 26px;
    color: rgba(255,255,255,0.72);
    font-size: 14.5px;
    line-height: 1.72;
}

.cst-footer-mini-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cst-footer-mini-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(212,175,55,0.28);
    background: rgba(255,255,255,0.03);
    color: rgba(255,255,255,0.86);
    font-size: 13px;
    font-weight: 750;
}

.cst-footer-mini-contact a svg {
    width: 15px;
    height: 15px;
    color: #D4AF37;
}

.cst-footer-main-column h4 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    position: relative;
    padding-bottom: 14px;
}

.cst-footer-main-column h4::after {
    content: "";
    width: 46px;
    height: 2px;
    background: linear-gradient(90deg, rgba(212,175,55,0.88), rgba(212,175,55,0.10));
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 999px;
}

.cst-footer-main-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cst-footer-main-column li {
    margin-bottom: 13px;
}

.cst-footer-main-column a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.72);
    font-size: 14.5px;
    line-height: 1.5;
    font-weight: 500;
}

.cst-footer-link-icon {
    width: 13px;
    height: 13px;
    color: rgba(212,175,55,0.82);
    flex: 0 0 auto;
}

.cst-footer-main-column a:hover,
.cst-footer-main-column a:focus-visible,
.cst-footer-mini-contact a:hover,
.cst-footer-mini-contact a:focus-visible {
    color: #D4AF37;
    outline: none;
}

@media (max-width: 1024px) {
    .cst-footer-main-v4-inner {
        grid-template-columns: 1fr 1fr;
        gap: 44px;
    }

    .cst-footer-main-logo {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .cst-footer-main-v4 {
        padding: 34px 20px 40px;
    }

    .cst-footer-main-v4-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .cst-footer-main-brand {
        text-align: center;
    }

    .cst-footer-main-logo {
        width: 320px;
        margin: 0 auto 28px;
    }

    .cst-footer-main-title {
        max-width: 420px;
        margin: 0 auto 22px;
        text-align: center;
        font-size: 24px;
        line-height: 1.18;
    }

    .cst-footer-main-text {
        max-width: 430px;
        margin: 0 auto 30px;
        text-align: center;
        font-size: 15px;
        line-height: 1.78;
    }

    .cst-footer-mini-contact {
        max-width: 430px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .cst-footer-mini-contact a {
        width: 100%;
        min-height: 58px;
        font-size: 15px;
        font-weight: 700;
    }

    .cst-footer-main-column h4 {
        margin-bottom: 24px;
        font-size: 34px;
        line-height: 1.05;
        letter-spacing: -0.04em;
    }

    .cst-footer-main-column h4::after {
        width: 95px;
        height: 3px;
        opacity: 0.78;
    }

    .cst-footer-main-column li {
        margin-bottom: 24px;
    }

    .cst-footer-main-column a {
        font-size: 18px;
        line-height: 1.55;
        color: rgba(255,255,255,0.68);
        font-weight: 420;
    }

    .cst-footer-link-icon {
        width: 16px;
        height: 16px;
    }
}