.papic-system-footer {
    margin-top: clamp(32px, 6vw, 72px);
    padding: 24px clamp(18px, 5vw, 48px);
    border-top: 1px solid rgba(19, 20, 22, 0.10);
    background: rgba(255, 255, 255, 0.76);
    color: #151515;
}

.papic-system-footer,
.papic-system-footer * {
    box-sizing: border-box;
}

.papic-system-footer__inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto auto;
    align-items: center;
    gap: 16px 24px;
}

.papic-system-footer__brand {
    display: inline-flex;
    align-items: center;
    color: #151515;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.papic-system-footer__brand:visited,
.papic-system-footer__brand:hover {
    color: #151515;
    text-decoration: none;
}

.papic-system-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
}

.papic-system-footer__links a {
    color: #5f6570;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.papic-system-footer__links a:visited {
    color: #5f6570;
}

.papic-system-footer__links a:hover {
    color: #fc6432;
    text-decoration: none;
}

.papic-system-footer__copy {
    margin: 0;
    color: #777b82;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
}

@media (max-width: 720px) {
    .papic-system-footer {
        padding: 20px 18px;
    }

    .papic-system-footer__inner {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
        text-align: left;
    }

    .papic-system-footer__links {
        justify-content: flex-start;
        gap: 8px 12px;
    }

    .papic-system-footer__copy {
        text-align: left;
    }
}
