.stopka {
    color: #ffffff;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.stopka_gora {
    display: grid;
    gap: 1.25rem;
    padding: 2.2rem 0 1.25rem;
}

.stopka_marka,
.stopka_kolumna,
.stopka_lista,
.stopka_dane {
    display: grid;
    gap: 0.7rem;
}

.stopka_logo {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.65rem;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.stopka_obraz {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}

.stopka_tekst {
    max-width: 31rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.7;
}

.stopka_akcje,
.stopka_prawo {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.stopka_guzik,
.stopka_guzik_jasny {
    display: inline-flex;
    min-height: 2.55rem;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border-radius: 0.48rem;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.stopka_guzik {
    color: #080808;
    background: #f7a548;
    border: 1px solid #f7a548;
}

.stopka_guzik_jasny {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.stopka_kolumna {
    align-content: start;
    padding-top: 0.2rem;
}

.stopka_kolumna h2 {
    margin: 0;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.stopka_lista {
    gap: 0.55rem;
}

.stopka_link {
    width: fit-content;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease;
}

.stopka_dane {
    width: fit-content;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.93rem;
    line-height: 1.45;
    text-decoration: none;
}

.stopka_dane span {
    color: #f7a548;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.stopka_dane strong {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.45;
}

.stopka_dol {
    display: grid;
    gap: 0.8rem;
    padding: 1rem 0 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stopka_prawa {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.82rem;
    line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
    .stopka_logo:hover,
    .stopka_logo:focus {
        color: #f7a548;
        transform: translateY(-0.08rem);
    }

    .stopka_link:hover,
    .stopka_link:focus,
    .stopka_dane:hover strong,
    .stopka_dane:focus strong {
        color: #f7a548;
    }

    .stopka_guzik:hover,
    .stopka_guzik:focus {
        color: #080808;
        background: #ffffff;
        border-color: #ffffff;
        box-shadow: 0 0.75rem 1.5rem rgba(247, 165, 72, 0.16);
        transform: translateY(-0.1rem);
    }

    .stopka_guzik_jasny:hover,
    .stopka_guzik_jasny:focus {
        color: #080808;
        background: #ffffff;
        border-color: #ffffff;
        transform: translateY(-0.1rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .stopka_logo,
    .stopka_link,
    .stopka_guzik,
    .stopka_guzik_jasny {
        transition: none;
    }
}

@media (min-width: 768px) {
    .stopka_gora {
        grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.75fr));
        gap: 1.5rem;
        padding: 3rem 0 1.6rem;
    }

    .stopka_dol {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        padding: 1.15rem 0 1.7rem;
    }

    .stopka_prawo {
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .stopka_gora {
        gap: 2rem;
    }
}
