 .jkf-footer-wrap {
    background: linear-gradient(90deg, #141414 0%, #181818 50%, #141414 100%);
    position: relative;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.jkf-footer-shell {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 65px 20px 24px;
}

.jkf-footer-top {
    width: 100%;
}

.jkf-footer-grid {
    row-gap: 30px;
}

.jkf-footer-col {
    margin-bottom: 0;
}

.jkf-footer-brand,
.jkf-footer-box {
    height: 100%;
    padding-right: 20px;
}

.jkf-footer-logo-link {
    display: inline-block;
    margin-bottom: 20px;
}

.jkf-footer-logo {
    max-width: 165px;
    width: 100%;
    height: auto;
    display: block;
}

.jkf-footer-title {
    margin: 0 0 22px;
    color: #f1de63;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.jkf-footer-brand-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.9;
    max-width: 360px;
}

.jkf-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.jkf-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.jkf-footer-contact-icon {
    width: 20px;
    min-width: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 3px;
}

.jkf-footer-contact-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.jkf-footer-contact-text a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.8;
    transition: 0.3s ease;
    word-break: break-word;
}

.jkf-footer-contact-text a:hover {
    color: #f1de63;
}

.jkf-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jkf-footer-links li {
    margin-bottom: 10px;
}

.jkf-footer-links li:last-child {
    margin-bottom: 0;
}

.jkf-footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.7;
    transition: 0.3s ease;
    display: inline-block;
}

.jkf-footer-links a:hover {
    color: #f1de63;
    transform: translateX(4px);
}

.jkf-footer-bottom {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}

.jkf-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.jkf-footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(241, 222, 99, 0.35);
    color: #f1de63;
    background: rgba(255, 255, 255, 0.02);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    font-size: 16px;
}

.jkf-footer-social a:hover {
    background: #f1de63;
    color: #111111;
    transform: translateY(-2px);
}

.jkf-footer-copy p {
    margin: 0;
    color: #dddddd;
    font-size: 14px;
    line-height: 1.7;
}

.jkf-footer-copy p span {
    color: #f1de63;
}

.jkf-footer-copy p a {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .jkf-footer-brand,
    .jkf-footer-box {
        padding-right: 10px;
    }

    .jkf-footer-brand-text,
    .jkf-footer-contact-text a,
    .jkf-footer-links a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .jkf-footer-shell {
        padding: 55px 18px 22px;
    }

    .jkf-footer-brand,
    .jkf-footer-box {
        padding-right: 0;
    }

    .jkf-footer-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .jkf-footer-brand-text {
        max-width: 100%;
    }

    .jkf-footer-bottom {
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .jkf-footer-shell {
        padding: 44px 14px 18px;
    }

    .jkf-footer-grid {
        row-gap: 24px;
    }

    .jkf-footer-logo {
        max-width: 135px;
    }

    .jkf-footer-title {
        font-size: 18px;
    }

    .jkf-footer-brand-text,
    .jkf-footer-contact-text a,
    .jkf-footer-links a {
        font-size: 14px;
        line-height: 1.75;
    }

    .jkf-footer-social a {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .jkf-footer-copy p {
        font-size: 13px;
    }
}