/* ---- Shared footer (matches cennik.html / index.html / kontakt.html) ---- */
.footer-widgets .copyright {
    background: #111;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 14px;
    padding-bottom: 14px;
}

.footer-widgets .copyright small {
    color: #999;
}

.footer-widgets .copyright small a {
    color: #ccc;
}

.footer-widgets .copyright small a:hover {
    color: #fff;
}

.footer-widgets .copyright .to-the-top {
    color: #999;
}

.footer-widgets .footer-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: none !important;
    flex-wrap: wrap;
}

.footer-widgets .footer-badge-link img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    padding: 2px;
}

.footer-widgets .footer-badges p {
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.footer-widgets .footer-badges a[style] {
    width: auto !important;
    margin-top: 0 !important;
    font-size: 10px !important;
    text-align: left !important;
    max-width: 110px;
    line-height: 1.3;
}

.footer-widgets .footer-local-links {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 12px;
    padding-top: 10px;
}

.footer-widgets .footer-local-links .link-wrap-ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
}

.footer-widgets .footer-local-links .link-wrap-ul li {
    list-style: none !important;
    padding: 0 14px !important;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.footer-widgets .footer-local-links .link-wrap-ul li:last-child {
    border-right: none;
}

.footer-widgets .footer-local-links .link-wrap-ul li a {
    color: #777 !important;
    font-size: 10.5px !important;
    letter-spacing: .3px;
}

.footer-widgets .footer-local-links .link-wrap-ul li a:hover {
    color: #ccc !important;
    opacity: 1;
}

.footer-nav {
    background: #111;
    padding: 32px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-widgets .footer-nav,
.footer-widgets .footer-nav p,
.footer-widgets .footer-nav li,
.footer-widgets .footer-nav a,
.footer-widgets .footer-nav a:visited,
.footer-widgets .footer-nav i {
    color: #999 !important;
}

.footer-widgets .footer-nav a:hover {
    color: #fff !important;
}

.footer-widgets .footer-nav .footer-nav-title {
    color: #fff !important;
}

.footer-widgets .footer-nav .footer-contact-list li i,
.footer-widgets .footer-nav-brand p em {
    color: #9aa7a0 !important;
}

.footer-nav .footer-nav-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav .footer-nav-col {
    padding: 0 15px 18px;
}

.footer-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.footer-nav-brand p {
    color: #999;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
    max-width: 320px;
}

.footer-contact-list {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.footer-contact-list li {
    color: #999;
    font-size: 13px;
    margin-bottom: 5px;
}

.footer-contact-list li i {
    width: 18px;
    color: #9aa7a0;
}

.footer-contact-list li a,
.footer-contact-list li a:visited {
    color: #999 !important;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-contact-list li a:hover {
    color: #fff !important;
}

.footer-nav-brand .socials {
    text-align: left;
    border-top: none;
    padding: 0 !important;
    margin: 0;
}

.footer-nav-brand .socials a,
.footer-nav-brand .socials a:visited {
    color: #ccc !important;
    padding: 0 12px 0 0;
    font-size: 17px;
}

.footer-nav-brand .socials a:hover {
    color: #fff !important;
}

.footer-nav-title {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

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

.footer-nav-list li {
    margin-bottom: 8px;
}

.footer-nav-list li a,
.footer-nav-list li a:visited {
    color: #999 !important;
    font-size: 13px;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.footer-nav-list li a:hover {
    color: #fff !important;
    padding-left: 4px;
}

@media (max-width:991px) {
    .footer-nav .footer-nav-col {
        flex: 1 1 50%;
    }

    .footer-nav .footer-nav-brand {
        flex: 1 1 100%;
    }
}

@media (max-width:767px) {
    .footer-widgets .footer-local-links .link-wrap-ul li {
        border-right: none;
        padding: 4px 10px !important;
    }
}
