.strona_prawo {
    color: #111111;
    background: #f7f4ef;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.prawo_start {
    padding: 1.35rem 0 0.8rem;
    background: #f7f4ef;
}

.prawo_panel {
    display: grid;
    gap: 1rem;
    padding: 0.95rem;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
    background: #fffdf9;
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.05);
}

.prawo_panel_prosty {
    background: linear-gradient(135deg, #080808 0%, #16110c 100%);
}

.prawo_tekst {
    display: grid;
    align-content: center;
    gap: 0.85rem;
}

.etykieta {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(217, 130, 43, 0.38);
    border-radius: 999px;
    color: #c86f1f;
    background: #fff8ef;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

.tytul_strony {
    margin: 0;
    color: #080808;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 11vw, 3.35rem);
    font-weight: 700;
    line-height: 1.02;
}

.prawo_panel_prosty .tytul_strony {
    color: #ffffff;
}

.opis_strony {
    max-width: 48rem;
    margin: 0;
    color: #514c46;
    font-size: 0.96rem;
    line-height: 1.65;
}

.prawo_panel_prosty .opis_strony {
    color: rgba(255, 255, 255, 0.78);
}

.data_prawa {
    width: fit-content;
    color: #7a7168;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.3;
}

.prawo_panel_prosty .data_prawa {
    color: rgba(255, 255, 255, 0.7);
}

.prawo_dane {
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(217, 130, 43, 0.22);
    border-radius: 0.9rem;
    background: #fff8ef;
}

.prawo_dane div {
    display: grid;
    gap: 0.24rem;
    padding: 0.82rem;
    border-top: 1px solid rgba(217, 130, 43, 0.2);
}

.prawo_dane div:first-child {
    border-top: 0;
}

.prawo_dane span {
    color: #c86f1f;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.prawo_dane strong {
    color: #080808;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.prawo_tresc {
    padding: 0.8rem 0 2.4rem;
}

.prawo_lista {
    display: grid;
    gap: 0.8rem;
}

.prawo_karta {
    display: grid;
    gap: 0.75rem;
    padding: 1.05rem;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0.85rem 1.9rem rgba(0, 0, 0, 0.04);
}

.numer_prawa {
    color: #f7a548;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.prawo_zawartosc {
    display: grid;
    gap: 0.7rem;
}

.prawo_zawartosc h2 {
    margin: 0;
    color: #080808;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 6vw, 2rem);
    font-weight: 700;
    line-height: 1.08;
}

.prawo_zawartosc p {
    margin: 0;
    color: #514c46;
    font-size: 0.96rem;
    line-height: 1.65;
}

.prawo_zawartosc ul {
    display: grid;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.prawo_zawartosc li {
    position: relative;
    padding-left: 1.05rem;
    color: #514c46;
    font-size: 0.96rem;
    line-height: 1.55;
}

.prawo_zawartosc li::before {
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 0.38rem;
    height: 0.38rem;
    content: "";
    border-radius: 999px;
    background: #f7a548;
}

.linki_prawa {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding-top: 0.2rem;
}

.linki_prawa a {
    display: inline-flex;
    min-height: 2.45rem;
    align-items: center;
    justify-content: center;
    padding: 0.62rem 0.9rem;
    border: 1px solid rgba(217, 130, 43, 0.45);
    border-radius: 999px;
    color: #080808;
    background: #fff8ef;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .linki_prawa a:hover,
    .linki_prawa a:focus {
        color: #080808;
        border-color: #f7a548;
        background: #f7a548;
        transform: translateY(-0.08rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .linki_prawa a {
        transition: none;
    }
}

@media (min-width: 768px) {
    .prawo_start {
        padding-top: 1.7rem;
    }

    .prawo_panel {
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.62fr);
        align-items: start;
        padding: 1.3rem;
        border-radius: 1.15rem;
    }

    .prawo_panel_prosty {
        grid-template-columns: minmax(0, 1fr);
    }

    .prawo_dane {
        align-self: stretch;
    }

    .prawo_karta {
        grid-template-columns: 4rem minmax(0, 1fr);
        gap: 1.25rem;
        padding: 1.3rem;
    }

    .numer_prawa {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .tytul_strony {
        font-size: clamp(2.65rem, 3.6vw, 3.55rem);
    }

    .prawo_panel {
        padding: 1.45rem;
    }

    .prawo_karta {
        padding: 1.45rem;
    }
}
