.skyprint-footer {
    padding: 0 0 26px;
    background: #202838;
    color: #ffffff;
}

.skyprint-footer * {
    box-sizing: border-box;
}

.spf-top {
    position: relative;
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 24px 28px;
    background: #f7f7f8;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 14px 34px rgba(32, 40, 56, 0.14);
}

.spf-top-text {
    color: #606978;
    font-size: 15px;
    line-height: 1.45;
}

.spf-top-text strong {
    display: block;
    margin-bottom: 3px;
    color: #202838;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.spf-top-btn,
.spf-top-btn:hover,
.spf-top-btn:visited,
.spf-top-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 22px;
    background: #202838;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.spf-top-btn:hover {
    background: #151c29;
    color: #ffffff;
}

.spf-main {
    padding: 46px 0 30px;
}

.spf-col {
    margin-bottom: 26px;
}

.spf-logo,
.spf-logo:hover,
.spf-logo:visited,
.spf-logo:active {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.2px;
}

.spf-logo i {
    margin-right: 9px;
    color: #d5ad5d;
    font-size: 22px;
}

.spf-desc {
    max-width: 390px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.58;
}

.spf-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 420px;
}

.spf-benefits span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.spf-col h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.spf-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.spf-links a,
.spf-links a:hover,
.spf-links a:visited,
.spf-links a:active {
    display: inline-flex;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.spf-links a:hover {
    color: #ffffff;
    transform: translateX(2px);
}

.spf-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.spf-contacts a,
.spf-contacts a:hover,
.spf-contacts a:visited,
.spf-contacts a:active {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.2s ease;
}

.spf-contacts a:hover {
    color: #ffffff;
}

.spf-contacts i {
    flex: 0 0 auto;
    width: 18px;
    margin-top: 1px;
    margin-right: 8px;
    color: #d5ad5d;
    font-size: 14px;
    text-align: center;
}

.spf-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.spf-copy {
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    line-height: 1.4;
}

.spf-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.spf-bottom-links a,
.spf-bottom-links a:hover,
.spf-bottom-links a:visited,
.spf-bottom-links a:active {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease;
}

.spf-bottom-links a:hover {
    color: #ffffff;
}



@media (max-width: 991.98px) {
    .spf-top {
        display: block;
        text-align: center;
        padding: 22px 20px;
    }

    .spf-top-text {
        margin-bottom: 16px;
    }

    .spf-top-btn,
    .spf-top-btn:hover,
    .spf-top-btn:visited,
    .spf-top-btn:active {
        width: 100%;
        max-width: 320px;
    }

    .spf-main {
        padding: 38px 0 24px;
    }

    .spf-desc {
        max-width: none;
    }

    .spf-bottom {
        display: block;
        text-align: center;
    }

    .spf-copy {
        margin-bottom: 12px;
    }

    .spf-bottom-links {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .skyprint-footer {
        padding-bottom: 22px;
    }

    .spf-top {
        padding: 20px 16px;
        border-radius: 0 0 14px 14px;
    }

    .spf-top-text {
        font-size: 13px;
        line-height: 1.45;
    }

    .spf-top-text strong {
        font-size: 16px;
    }

    .spf-top-btn,
    .spf-top-btn:hover,
    .spf-top-btn:visited,
    .spf-top-btn:active {
        min-height: 42px;
        font-size: 13px;
    }

    .spf-main {
        padding: 34px 0 18px;
    }

    .spf-logo,
    .spf-logo:hover,
    .spf-logo:visited,
    .spf-logo:active {
        font-size: 24px;
    }

    .spf-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    .spf-benefits {
        gap: 6px;
    }

    .spf-benefits span {
        font-size: 11px;
    }

    .spf-col {
        margin-bottom: 24px;
    }

    .spf-col h3 {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .spf-links a,
    .spf-links a:hover,
    .spf-links a:visited,
    .spf-links a:active,
    .spf-contacts a,
    .spf-contacts a:hover,
    .spf-contacts a:visited,
    .spf-contacts a:active {
        font-size: 12px;
    }

    .spf-bottom {
        padding-top: 18px;
    }

    .spf-bottom-links {
        gap: 10px;
    }
}