.public-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 26px 0 34px;
    background: rgba(0, 0, 0, 0.92);
    text-align: center;
}

.public-footer .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.public-footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 14px;
}

.public-footer-logo img {
    width: clamp(96px, 32vw, 140px);
    height: auto;
    display: block;
}

.public-footer-copy {
    text-align: center;
    color: #9aa3b1;
    font-size: 13px;
}

.public-footer-links {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
}

.public-footer-links a {
    color: #c7ced8;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.public-footer-links a:hover {
    color: #ffffff;
    border-bottom-color: currentColor;
}
