/* ============================
   FOOTER
============================ */
.site-footer {
    width: 100%;
    background: #181818;
    color: #d8d8d8;
    box-sizing: border-box;
    padding: 55px 10px 30px;
    font-family: 'Inter', Arial, sans-serif;
    border-top: 3px solid #262626;
}

/* Meta dane SEO – wyśrodkowane */
.footer-meta {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 30px auto;
    display: block;
}

/* Widoczna część stopki */
.footer-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
}

.footer-col {
    flex: 1 1 300px;
    min-width: 240px;
    box-sizing: border-box;
}

.footer-col h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    border-left: 4px solid #3f8cff;
    padding-left: 12px;
}

.footer-col p {
    margin: 6px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
}

.footer-col a {
    color: #3f8cff;
    text-decoration: none;
    font-weight: 500;
}

.footer-col a:hover {
    color: #6fa8ff;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid #262626;
    font-size: 15px;
    color: #b5b5b5;
    line-height: 1.6;
}

/* PANEL WYBORU DOSTAWY */
.product-shipping-box {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.product-shipping-box h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #214DAD;
}

.shipping-option {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    cursor: pointer;
}

.shipping-option input {
    margin-right: 10px;
    transform: scale(1.2);
}

.shipping-option span strong {
    color: #214DAD;
}


/* MOBILE */
@media (max-width: 48em) {
    .site-footer {
        padding: 35px 15px 25px;
    }
}
