/*
 * Główny arkusz stylów aplikacji RekPL.
 * Zawiera skonsolidowane style projektowe z katalogu wwwroot oraz style komponentów Razor.
 * Bootstrap i bootstrap-icons pozostają osobnymi zależnościami zewnętrznymi.
 */

/* ========================================================================== */
/* Nawigacja */
/* Źródło: wwwroot/css/Menu.css */
/* ========================================================================== */

#dropdownMenu {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1029;
    width: 100%;
}

    #dropdownMenu.show {
        display: block;
    }

    #dropdownMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #dropdownMenu li {
        padding: 5px 20px;
        /* brak borderów między tabami */
    }

    #dropdownMenu .nav-link {
        background: none;
        border: none;
        color: #fff;
        display: block;
        padding: 0px 0px;
        text-align: left;
        width: 100%;
        border-radius: 0;
        font-weight: normal;
        text-decoration: none;
        position: relative;
    }

        /* AKTYWNY: biała kreska + przesunięcie tekstu */
        #dropdownMenu .nav-link.active {
            font-weight: bold;
            text-decoration: underline;
            padding-left: 10px;
        }

            #dropdownMenu .nav-link.active::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 2px;
                background-color: #fff;
            }

.tab-content {
    display: flex;
    align-items: flex-start; /* wyrównanie do góry */
    margin-left: clamp(24px, 5vw, 80px);
    flex-grow: 1;
}

.tab-pane {
    width: 100%;
    padding-top: 16px; /* DOPASUJ wartość! */
}

.tab-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

    .tab-columns > div {
        text-align: start; /* lub left, dla pewności */
    }

        .tab-columns > div > ul {
            padding-left: 0 !important;
            margin-left: 0 !important;
            text-align: left !important;
        }

    .tab-columns ul li {
        margin-bottom: -4px;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

        .tab-columns ul li:last-child {
            margin-bottom: 0;
        }

.layout-wrapper {
    max-width: 100%;
    padding: 0 16px;
}



.btn-naked-icon {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.25rem;
    color: inherit;
    transition: transform 0.2s ease;
    width: 40px;
    height: 40px;
}

    .btn-naked-icon:hover {
        transform: scale(1.1);
        color: #007bdb;
        /* } */
    }

.menu-link.menu-link-active {
    font-weight: bold;
    text-decoration: underline;
    /* lub inne wyróżnienie, które nie koliduje z .nav-link.active */
}


/* ========================================================================== */
/* Style globalne */
/* Źródło: wwwroot/app.css */
/* ========================================================================== */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* ========================================================================== */
/* Style komponentów Razor (scoped CSS) */
/* Źródło: obj/Release/net9.0/scopedcss/bundle/RekPL.styles.css */
/* ========================================================================== */

/* /Components/Bloki/HomeSlajder.razor.rz.scp.css */
.hero-slider[b-q1ugqr787y] {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--hero-radius);
}

.hero-slider__viewport[b-q1ugqr787y] {
    position: relative;
    width: 100%;
    height: var(--home-hero-height, 640px);
    max-height: 640px;
    aspect-ratio: auto;
}

.hero-slide[b-q1ugqr787y] {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease-in-out;
    background-image: var(--hero-slide-bg-image, none);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-slide.is-active[b-q1ugqr787y] {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.hero-slide__overlay[b-q1ugqr787y] {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, var(--hero-overlay-color) 0%, rgba(0, 88, 150, 0.62) 35%, rgba(0, 88, 150, 0.28) 70%, rgba(0, 88, 150, 0.12) 100% );
}

.hero-slide__content-wrap[b-q1ugqr787y] {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.hero-slide__content[b-q1ugqr787y] {
    width: 100%;
    max-width: 636px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    /*background: var(--hero-content-bg);*/
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(10px);*/
    border-radius: 8px;
    color: var(--hero-text-color);
}
/*.hero-slide__content-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;*/
/* đź”Ą KLUCZOWE */
/*justify-content: center;
    padding: 0 1rem;
}

.hero-slide__content {
    max-width: 636px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: rgba(15, 35, 60, 0.78);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}*/
.hero-slide__content *[b-q1ugqr787y] {
    color: inherit;
}

.hero-slide__eyebrow[b-q1ugqr787y] {
    margin-bottom: 0.75rem;
    font-size: var(--hero-eyebrow-size);
    color: var(--hero-text-color);
}

.hero-slide__title[b-q1ugqr787y] {
    margin: 0 0 1rem;
    font-size: var(--h1-size);
    line-height: var(--hero-title-line-height);
    font-weight: 700;
    color: var(--hero-text-color);
}

.hero-slide__lead[b-q1ugqr787y] {
    margin: 0 0 1.5rem;
    max-width: 34rem;
    font-size: var(--body-size);
    line-height: 150%;
    color: var(--hero-text-color);
}

.hero-slide__button[b-q1ugqr787y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    background: var(--hero-button-bg);
    color: var(--hero-button-color);
    text-decoration: none;
    border-radius: 0.5rem;
    font-size: var(--hero-button-size);
    font-weight: 600;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-slide__button:hover[b-q1ugqr787y],
.hero-slide__button:focus[b-q1ugqr787y] {
    transform: translateY(-1px);
    opacity: 0.95;
    color: var(--hero-button-color);
    text-decoration: none;
}

.hero-slider__dots[b-q1ugqr787y] {
    position: absolute;
    left: var(--hero-content-padding-x);
    bottom: clamp(1rem, 3vw, 2.25rem);
    z-index: 3;
    display: flex;
    gap: 0.75rem;
}

.hero-slider__dot[b-q1ugqr787y] {
    width: 0.9rem;
    height: 0.9rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--hero-dot-color);
    cursor: pointer;
}

.hero-slider__dot.is-active[b-q1ugqr787y] {
    background: var(--hero-dot-active-color);
}

.hero-slider__nav[b-q1ugqr787y] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: var(--hero-nav-bg);
    color: var(--hero-nav-color);
    font-size: 1.5rem;
    line-height: 1;
}

.hero-slider__nav--prev[b-q1ugqr787y] {
    left: 1rem;
}

.hero-slider__nav--next[b-q1ugqr787y] {
    right: 1rem;
}

@media (max-width: 991px) {
    .hero-slider__viewport[b-q1ugqr787y] {
        height: var(--home-hero-height, 420px);
    }

    .hero-slide__content[b-q1ugqr787y] {
        max-width: 32rem;
    }
}

@media (max-width: 767px) {
    .hero-slider__viewport[b-q1ugqr787y] {
        height: var(--home-hero-height, 400px);
        touch-action: pan-y;
    }

    .hero-slide__content[b-q1ugqr787y] {
        padding: clamp(0.5rem, 3vw, 2.5rem);
        width: 100%;
        padding-top: 20px;
        padding-bottom: 60px;
        border-radius: 8px;
    }

    .hero-slide__content-wrap[b-q1ugqr787y] {
        /*align-items: flex-end;*/
        padding: 0;
    }

    .hero-slide__title[b-q1ugqr787y] {
        font-size: 30px;
    }

    .hero-slide__lead[b-q1ugqr787y] {
        max-width: 100%;
        font-size: 18px;
    }

    .hero-slider__nav[b-q1ugqr787y] {
        display: none;
    }

    .hero-slide__button[b-q1ugqr787y] {
        /*        display: inline-flex;
        align-items: center;
        justify-content: center;*/
        min-height: 40px;
        font-size: 18px;
        padding: 10px 1.25rem;
        /*        padding: 0.75rem 1.25rem;
        background: var(--hero-button-bg);
        color: var(--hero-button-color);
        text-decoration: none;
        border-radius: 0.5rem;
        font-size: var(--hero-button-size);
        font-weight: 600;
        transition: transform 0.2s ease, opacity 0.2s ease;*/
    }

    .hero-slider__dots[b-q1ugqr787y] {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 300px) {
    .hero-slider__viewport[b-q1ugqr787y] {
        height: var(--home-hero-height, 400px);
    }

    .hero-slide__content-wrap[b-q1ugqr787y] {
        align-items: flex-end;
    }

    .hero-slide__lead[b-q1ugqr787y] {
        max-width: 100%;
    }

    .hero-slider__nav[b-q1ugqr787y] {
        display: none;
    }

    .hero-slider__dots[b-q1ugqr787y] {
        left: 50%;
        transform: translateX(-50%);
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-gs53vb6a7k] {
    margin-top: 20px;
    background: var(--footer-bg);
    color: var(--footer-text);
    overflow: hidden;
}

.footer a[b-gs53vb6a7k] {
    font-size: var(--link-size) !important;
}

.footer p[b-gs53vb6a7k] {
    font-size: var(--body-size) !important;
}

.footer__stage[b-gs53vb6a7k] {
    position: relative;
    width: min(100%, var(--footer-stage-width));
    min-height: 500px;
    margin: 0 auto;
}

/* obrazek liczony w szerokoĹ›ci 1920, przypiÄ™ty do prawej i do top */
.footer__art[b-gs53vb6a7k] {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--footer-art-width);
    height: var(--footer-art-height);
    object-fit: contain;
    object-position: top right;
    display: block;
    pointer-events: none;
    z-index: 1;
}

/* kreska niezaleĹĽna od 1296, szeroka do 1920 */
.footer__line[b-gs53vb6a7k] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: var(--footer-art-height);
    width: min(90%, var(--footer-stage-width));
    height: 1px;
    background: var(--footer-line);
    z-index: 1;
}

.footer__inner[b-gs53vb6a7k] {
    position: relative;
    z-index: 2;
    max-width: var(--footer-content-width);
    margin: 0 auto;
    padding: var(--footer-padding-top) 0 var(--footer-padding-bottom);
    box-sizing: border-box;
}

/* gĂłra contentu */
.footer__top[b-gs53vb6a7k] {
    min-height: 264px;
}

.footer__columns[b-gs53vb6a7k] {
    width: 100%;
    display: grid;
    grid-template-columns: var(--footer-col-1) var(--footer-col-2) var(--footer-col-3);
    justify-content: start;
    align-items: start;
    column-gap: 100px;
    box-sizing: border-box;
}

.footer__col[b-gs53vb6a7k] {
    min-width: 0;
    max-height: 264px;
}

.footer__col--1[b-gs53vb6a7k] {
    max-width: var(--footer-col-1);
}

.footer__col--2[b-gs53vb6a7k] {
    max-width: var(--footer-col-2);
}

.footer__col--3[b-gs53vb6a7k] {
    max-width: var(--footer-col-3);
}

.footer__heading[b-gs53vb6a7k] {
    margin: 0 0 14px;
    font-size: var(--footer-heading-size);
    line-height: 1.25;
    font-weight: 700;
    color: var(--footer-text);
}

.footer__heading--desktop[b-gs53vb6a7k] {
    display: block;
}

.footer__content[b-gs53vb6a7k] {
    display: block;
}

.footer__col a[b-gs53vb6a7k],
.footer__contact p[b-gs53vb6a7k],
.footer__contact-link[b-gs53vb6a7k] {
    font-size: var(--footer-font-size);
    line-height: var(--footer-line-height);
}

.footer__bottom a[b-gs53vb6a7k] {
    margin-bottom: 8px;
    color: var(--footer-muted);
    text-decoration: none;
    word-break: break-word;
    font-size: 24px;
}

.footer__col a[b-gs53vb6a7k] {
    display: block;
    margin-bottom: 8px;
    color: var(--footer-muted);
    text-decoration: none;
    word-break: break-word;
}

.footer__col a:hover[b-gs53vb6a7k],
.footer__contact-link:hover[b-gs53vb6a7k] {
    text-decoration: underline;
}

.footer__contact p[b-gs53vb6a7k] {
    margin: 0 0 10px;
    color: var(--footer-muted);
}

.footer__contact-link[b-gs53vb6a7k] {
    display: block;
    margin-bottom: 8px;
    color: var(--footer-muted);
    text-decoration: none;
    word-break: break-word;
}

.footer__contact-icon[b-gs53vb6a7k] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

/* dĂłĹ‚ */
.footer__bottom[b-gs53vb6a7k] {
    margin-top: calc(var(--footer-art-height) - 350px + 24px);
    padding-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.footer__social[b-gs53vb6a7k] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer__social a[b-gs53vb6a7k] {
    width: var(--footer-social-size);
    height: var(--footer-social-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer__social img[b-gs53vb6a7k] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.footer__copy[b-gs53vb6a7k] {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: var(--footer-muted);
}

/* mobile accordion */
.footer__toggle[b-gs53vb6a7k] {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 0;
    color: var(--footer-text);
    font-size: 16px;
    font-weight: 700;
    padding: 18px 0;
    cursor: pointer;
}

@media (max-width: 2560px) {
    .footer__art[b-gs53vb6a7k] {
        --footer-art-width: 400px;
        --footer-art-height: 364px;
    }

    .footer__line[b-gs53vb6a7k] {
        top: 364px;
    }

    .footer__bottom[b-gs53vb6a7k] {
        margin-top: calc(var(--footer-art-height) - 436px + 24px);
        padding-top: 34px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
}

@media (max-width: 1540px) {
    .footer__columns[b-gs53vb6a7k] {
        width: 100%;
        display: grid;
        --footer-col-1: 208px;
        /*        --footer-col-2: 318px;
        --footer-col-3: 288px;*/
        grid-template-columns: var(--footer-col-1) var(--footer-col-2) var(--footer-col-3);
        justify-content: start;
        align-items: start;
        column-gap: 80px;
        box-sizing: border-box;
    }
}
/* bezpieczne odsuniÄ™cie od krawÄ™dzi okna, ale content dalej 1296 */
@media (max-width: 1360px) {
    .footer__inner[b-gs53vb6a7k] {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer__columns[b-gs53vb6a7k] {
        .footer__columns {
            width: 100%;
            display: grid;
            --footer-col-1: 208px;
            /*        --footer-col-2: 318px;
        --footer-col-3: 288px;*/
            grid-template-columns: var(--footer-col-1) var(--footer-col-2) var(--footer-col-3);
            justify-content: start;
            align-items: start;
            column-gap: 60px;
            box-sizing: border-box;
        }
    }
}

/* tablet desktopowy: obrazek znika, kreska wraca do normalnego flow */
@media (max-width: 1360px) {
    .footer__stage[b-gs53vb6a7k] {
        min-height: unset;
    }

    .footer__art[b-gs53vb6a7k],
    .footer__line[b-gs53vb6a7k] {
        display: none;
    }

    .footer__inner[b-gs53vb6a7k] {
        max-width: var(--footer-content-width);
        padding-top: 36px;
        padding-bottom: 26px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer__top[b-gs53vb6a7k] {
        min-height: unset;
    }

    .footer__columns[b-gs53vb6a7k] {
        --footer-col-1: 208px;
        /*        --footer-col-2: 318px;
        --footer-col-3: 288px;*/
        grid-template-columns: var(--footer-col-1) var(--footer-col-2) var(--footer-col-3);
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 48px;
    }

    .footer__col[b-gs53vb6a7k] {
        max-width: none;
        max-height: none;
    }

    .footer__bottom[b-gs53vb6a7k] {
        margin-top: 28px;
        padding-top: 24px;
        border-top: 1px solid var(--footer-line);
    }
}

@media (max-width: 1100px) {
    .footer__inner[b-gs53vb6a7k] {
        padding-left: 24px;
        padding-right: 24px;
    }


    .footer__columns[b-gs53vb6a7k] {
        --footer-col-1: 210px;
        --footer-col-2: 318px;
        --footer-col-3: 288px;
        grid-template-columns: var(--footer-col-1) var(--footer-col-2) var(--footer-col-3);
        column-gap: 58px;
    }
}

@media (max-width: 900px) {
    .footer__inner[b-gs53vb6a7k] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer__columns[b-gs53vb6a7k] {
        column-gap: 18px;
    }

    .footer__heading[b-gs53vb6a7k] {
        font-size: 16px;
    }

    .footer__col a[b-gs53vb6a7k],
    .footer__contact p[b-gs53vb6a7k],
    .footer__contact-link[b-gs53vb6a7k] {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* mobile */
@media (max-width: 768px) {
    .footer[b-gs53vb6a7k] {
        margin-top: 20px;
    }

    .footer__inner[b-gs53vb6a7k] {
        padding: 24px 20px 22px;
    }

    .footer__columns[b-gs53vb6a7k] {
        display: block;
    }

    .footer__col[b-gs53vb6a7k] {
        border-bottom: 1px solid var(--footer-line);
    }

    .footer__toggle[b-gs53vb6a7k] {
        display: flex;
    }

    .footer__heading--desktop[b-gs53vb6a7k] {
        display: none;
    }

    .footer__content[b-gs53vb6a7k] {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .footer__content.open[b-gs53vb6a7k] {
        max-height: 420px;
        padding-bottom: 18px;
    }

    .footer__contact[b-gs53vb6a7k] {
        padding: 18px 0 16px;
        max-width: none;
    }

    .footer__bottom[b-gs53vb6a7k] {
        margin-top: 18px;
        padding-top: 18px;
        gap: 14px;
    }

    .footer__copy[b-gs53vb6a7k] {
        font-size: 12px;
    }

    .footer__social a[b-gs53vb6a7k] {
        width: 30px;
        height: 30px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0cxj5yysfz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main-layout__header[b-0cxj5yysfz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #fff;
    height: 100px;
}

.main-layout__header-inner[b-0cxj5yysfz] {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}

.main-layout__logo-link[b-0cxj5yysfz] {
    flex: 0 0 auto;
}

.main-layout__logo-image[b-0cxj5yysfz] {
    height: 98px;
}

.main-layout__actions[b-0cxj5yysfz] {
    gap: 8px;
}

.main-layout__socials[b-0cxj5yysfz] {
    gap: 10px;
}

.main-layout__menu-button.menu-toggle[b-0cxj5yysfz] {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-color: #000000;
    width: 132px;
    height: 48px;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #000000;
    border-radius: 8px;
    background-color: #ffffff;
    color: #000000;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    margin-left: 40px;
}

.main-layout__menu-button.menu-toggle.open[b-0cxj5yysfz] {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.main-layout__menu-button.menu-toggle:focus[b-0cxj5yysfz],
.main-layout__menu-button.menu-toggle:focus-visible[b-0cxj5yysfz] {
    outline: none;
    box-shadow: none;
}

.menu-toggle__label[b-0cxj5yysfz] {
    display: inline-block;
}

.menu-toggle__icon[b-0cxj5yysfz] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
    shape-rendering: crispedges; /* crispedges lub geometricPrecision */
}

.menu-toggle__icon path[b-0cxj5yysfz] {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#dropdownMenu.main-layout__dropdown[b-0cxj5yysfz] {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1029;
}

.main-layout__shell[b-0cxj5yysfz] {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}

.main-layout__main[b-0cxj5yysfz] {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}

.main-layout__niefab[b-0cxj5yysfz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ff4a5f 0%, #ff3048 100%);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    border: none;
    cursor: pointer;
    /*box-shadow: 0 4px 10px rgba(255, 48, 72, 0.35);*/
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.main-layout__niefab:hover[b-0cxj5yysfz],
.main-layout__niefab:focus[b-0cxj5yysfz] {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255, 48, 72, 0.45);
    filter: brightness(1.05);
}

.main-layout__niefab:active[b-0cxj5yysfz] {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(255, 48, 72, 0.35);
}

.main-layout__niefab:focus-visible[b-0cxj5yysfz] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 48, 72, 0.25), 0 8px 18px rgba(255, 48, 72, 0.45);
}
/*.main-layout__fab {
    position: fixed;*/
/*right: max(24px, calc((100vw - 1296px) / 2 - 28px));*/
/*right: max(24px, calc((100vw - 1296px) / 2 - 230px));*/
/*bottom: 160px;*/
/*bottom: 20px;
    z-index: 6035;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #ff3048;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.kierunki-scroll-top-fab {
    position: fixed;
    right: max(24px, calc((100vw - 1296px) / 2 - 230px));
    bottom: 92px;
    z-index: 6034;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

    .kierunki-scroll-top-fab.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .kierunki-scroll-top-fab:hover,
    .kierunki-scroll-top-fab:focus-visible {
        background: #111;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    }

.main-layout__fab:hover,
.main-layout__fab:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    background: #e62640;
}*/

@media (max-width: 768px) {
    .main-layout__socials[b-0cxj5yysfz] {
        display: none !important;
    }

    .main-layout__actions[b-0cxj5yysfz] {
        margin-left: auto;
    }

    .main-layout__logo-image[b-0cxj5yysfz] {
        height: 86px;
    }

    /*.main-layout__fab {
        display:none;*/
    /*        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom));
        min-height: 52px;
        padding: 10px 14px;
        max-width: calc(100vw - 32px);*/
    /*}*/
}

@media (max-width: 769px) {
    .main-layout__menu-button.menu-toggle[b-0cxj5yysfz] {
        width: 107px;
        height: 40px;
        font-size: 18px;
        padding: 0.4rem 1rem; /* lekkie dopasowanie do mniejszej wysokoĹ›ci */
        gap: 6px; /* opcjonalnie mniejszy odstÄ™p miÄ™dzy tekstem a ikonÄ… */
        margin-right: 10px
    }

    .menu-toggle__icon[b-0cxj5yysfz] {
        width: 15px;
        height: 15px;
    }

    .menu-toggle__icon path[b-0cxj5yysfz] {
        stroke-width: 2;
    }
}

@media (min-width: 769px) {
    #dropdownMenu.main-layout__dropdown[b-0cxj5yysfz] {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
    }
}

.main-layout__main[b-0cxj5yysfz],
main[b-0cxj5yysfz] {
    flex: 1;
}

.sidebar[b-0cxj5yysfz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0cxj5yysfz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0cxj5yysfz] a, .top-row[b-0cxj5yysfz] .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-0cxj5yysfz] a:hover, .top-row[b-0cxj5yysfz] .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-0cxj5yysfz] a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-0cxj5yysfz] {
        justify-content: space-between;
    }

        .top-row[b-0cxj5yysfz] a, .top-row[b-0cxj5yysfz] .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-0cxj5yysfz] {
        flex-direction: row;
    }

    .sidebar[b-0cxj5yysfz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0cxj5yysfz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0cxj5yysfz] a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0cxj5yysfz], article[b-0cxj5yysfz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0cxj5yysfz] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-0cxj5yysfz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/Menu.razor.rz.scp.css */
html[data-contrast="high"][b-c8et3tzv6r] {
    --uwr-menu-bg: #000000;
    --uwr-menu-fg: #ffffff;
    --uwr-menu-fg-muted: #ffffff;
    --uwr-menu-bg-mobile: #ffffff;
    --uwr-menu-fg-mobile: #000000;
    --uwr-menu-border-mobile: #000000;
    --uwr-menu-active-border: #ffff00;
}

html[data-font-size="large"][b-c8et3tzv6r] {
    --uwr-menu-font-size-link: 16px;
    --uwr-menu-font-size-col-title: 20px;
    --uwr-menu-font-size-mobile-trigger: 22px;
    --uwr-menu-font-size-mobile-heading: 20px;
    --uwr-menu-font-size-mobile-link: 18px;
}

html[data-font-size="xlarge"][b-c8et3tzv6r] {
    --uwr-menu-font-size-link: 18px;
    --uwr-menu-font-size-col-title: 22px;
    --uwr-menu-font-size-mobile-trigger: 24px;
    --uwr-menu-font-size-mobile-heading: 22px;
    --uwr-menu-font-size-mobile-link: 20px;
}

.uwr-menu[b-c8et3tzv6r] {
    width: 100%;
}

.uwr-menu__desktop[b-c8et3tzv6r] {
    display: block;
}

.uwr-menu__mobile[b-c8et3tzv6r] {
    display: none;
}

.uwr-menu__panel[b-c8et3tzv6r] {
    display: grid;
    grid-template-columns: var(--uwr-menu-section-width) 1fr;
    gap: var(--uwr-menu-gap-main);
    max-width: var(--uwr-menu-max-width);
    margin: 0 auto;
    padding: var(--uwr-menu-padding-y) var(--uwr-menu-padding-x);
    /*background: var(--uwr-menu-bg);*/
    color: var(--uwr-menu-fg);
    border-radius: var(--uwr-menu-radius);
}

.uwr-menu__sections[b-c8et3tzv6r] {
    display: flex;
    flex-direction: column;
    gap: var(--uwr-menu-gap-sections);
    min-width: 0;
}

.uwr-menu__sections-spacer[b-c8et3tzv6r] {
    height: var(--uwr-menu-spacer);
    flex: 0 0 auto;
}

.uwr-menu__section-link[b-c8et3tzv6r] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 12px;
    background: transparent;
    border: 0;
    border-left: 2px solid transparent;
    text-align: left;
    text-decoration: none;
    color: var(--uwr-menu-fg);
    font-size: var(--uwr-menu-font-size-section-link);
    line-height: var(--uwr-menu-line-height-link);
    font-weight: var(--uwr-menu-font-weight-title);
    cursor: pointer;
    transition: color var(--uwr-menu-transition), border-color var(--uwr-menu-transition), opacity var(--uwr-menu-transition);
}

.uwr-menu__section-link:hover[b-c8et3tzv6r],
.uwr-menu__section-link:focus-visible[b-c8et3tzv6r] {
    color: var(--uwr-menu-link-hover);
    outline: none;
}

.uwr-menu__section-link.is-active[b-c8et3tzv6r] {
    border-left-color: var(--uwr-menu-active-border);
    font-weight: var(--uwr-menu-font-weight-active);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.uwr-menu__section-link--plain[b-c8et3tzv6r] {
    font-weight: var(--uwr-menu-font-weight-link);
}

.uwr-menu__content[b-c8et3tzv6r] {
    min-width: 0;
}

.uwr-menu__columns[b-c8et3tzv6r] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(220px, 1fr) var(--uwr-menu-image-width);
    gap: var(--uwr-menu-gap-cols);
    align-items: start;
}

.uwr-menu__col[b-c8et3tzv6r] {
    display: flex;
    flex-direction: column;
    gap: var(--uwr-menu-gap-links);
    min-width: 0;
}

.uwr-menu__col-title[b-c8et3tzv6r] {
    margin: 0 0 6px;
    color: var(--uwr-menu-fg);
    font-size: var(--uwr-menu-font-size-col-title);
    line-height: var(--uwr-menu-line-height-title);
    font-weight: var(--uwr-menu-font-weight-title);
}

.uwr-menu__link[b-c8et3tzv6r] {
    color: var(--uwr-menu-fg-muted);
    text-decoration: none;
    font-size: var(--uwr-menu-font-size-link);
    line-height: var(--uwr-menu-line-height-link);
    transition: color var(--uwr-menu-transition), opacity var(--uwr-menu-transition);
}

.uwr-menu__link:hover[b-c8et3tzv6r],
.uwr-menu__link:focus-visible[b-c8et3tzv6r] {
    color: var(--uwr-menu-fg);
    outline: none;
}

.uwr-menu__col--image[b-c8et3tzv6r] {
    align-items: flex-start;
}

.uwr-menu__banner-card[b-c8et3tzv6r] {
    position: relative;
    width: 100%;
    max-width: var(--uwr-menu-image-width);
    border-radius: var(--uwr-menu-radius);
    overflow: hidden;
}

.uwr-menu__banner-image[b-c8et3tzv6r] {
    max-width: 100%;
    height: auto;
}

.uwr-menu__col--image img[b-c8et3tzv6r],
.uwr-menu__banner-card img[b-c8et3tzv6r] {
    display: block;
    width: 100%;
    max-width: var(--uwr-menu-image-width);
    height: auto;
    border-radius: var(--uwr-menu-radius);
}

.uwr-menu__banner-content[b-c8et3tzv6r] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    gap: 10px;
    padding: 18px;
    color: #ffffff;
}

.uwr-menu__banner-content p[b-c8et3tzv6r] {
    margin: 8px 0;
}

.uwr-menu__banner-eyebrow[b-c8et3tzv6r] {
    margin: 15px;
    font-size: 18px;
    line-height: 125%;
}

.uwr-menu__banner-title[b-c8et3tzv6r] {
    /*margin: 10px 0 0;*/
    font-size: 24px;
    line-height: 125%;
    font-weight: 700;
}

.uwr-menu__banner-button[b-c8et3tzv6r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 0 22px;
    align-self: flex-start;
    background: #0079c8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    margin: 140px auto;
    width: 165px;
}

.uwr-menu__banner-button:hover[b-c8et3tzv6r],
.uwr-menu__banner-button:focus-visible[b-c8et3tzv6r] {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.uwr-menu-mobile[b-c8et3tzv6r] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
    min-height: 0;
    overflow: visible;
    background: var(--uwr-menu-bg-mobile);
    color: var(--uwr-menu-fg-mobile);
    overflow-y: auto;
    overflow-x: hidden;
    /*border-radius: var(--uwr-menu-radius-mobile);*/
}

.uwr-menu-mobile__item[b-c8et3tzv6r] {
    border-top: 1px solid #d9d9d9;
    height: auto;
    overflow: visible;
}

.uwr-menu-mobile__item:first-child[b-c8et3tzv6r] {
    border-top: none;
}

.uwr-menu-mobile__trigger[b-c8et3tzv6r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 56px;
    padding: 16px 20px;
    margin: 0;
    background: #ffffff;
    color: #111111;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.uwr-menu-mobile__trigger:hover[b-c8et3tzv6r],
.uwr-menu-mobile__trigger:focus-visible[b-c8et3tzv6r] {
    outline: none;
}

.uwr-menu-mobile__trigger-text[b-c8et3tzv6r] {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.uwr-menu-mobile__icon[b-c8et3tzv6r] {
    flex: 0 0 auto;
    width: 24px;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
}

.uwr-menu-mobile__content[b-c8et3tzv6r] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 20px 16px;
    background-color: #ffffff;
    height: auto;
    overflow: visible;
}

.uwr-menu-mobile__heading[b-c8et3tzv6r] {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
}

.uwr-menu-mobile__heading--secondary[b-c8et3tzv6r] {
    margin-top: 18px;
}

.uwr-menu-mobile__link[b-c8et3tzv6r] {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    color: #111111;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;
}

.uwr-menu-mobile__link:last-child[b-c8et3tzv6r] {
    margin-bottom: 0;
}
/*    .uwr-menu-mobile__link:hover,
    .uwr-menu-mobile__link:focus-visible,
    .uwr-menu-mobile__plain-link:hover,
    .uwr-menu-mobile__plain-link:focus-visible {
        color: var(--uwr-menu-link-hover-mobile);
        outline: none;
    }*/
.uwr-menu-mobile__plain-links[b-c8et3tzv6r] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

.uwr-menu-mobile__plain-link[b-c8et3tzv6r] {
    display: block;
    padding: 16px 20px;
    color: #111111;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    border-top: 1px solid #d9d9d9;
}


.uwr-menu-mobile__banner[b-c8et3tzv6r] {
    padding: 14px 20px 20px;
    background-color: #ffffff;
    margin-top: auto;
}

.banner_w[b-c8et3tzv6r] {
    background: #1f263b;
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    max-width: 320px;
}

.banner__content_w[b-c8et3tzv6r] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner__eyebrow_w[b-c8et3tzv6r] {
    margin: 0;
    font-size: 14px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.75);
}

.banner__title_w[b-c8et3tzv6r] {
    margin: 0;
    font-size: 16px;
    line-height: 125%;
    font-weight: 700;
    max-width: 170px;
}

.banner__button_w[b-c8et3tzv6r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 34px;
    padding: 0 14px;
    border-radius: 8px;
    background: #1e88e5;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
/*
.uwr-menu__banner-card--mobile {
    position: relative;
    width: 100%;
    min-height: 113px;
    height: 113px;
    border-radius: 14px;
    overflow: hidden;
    background: #20293a;
}
    .uwr-menu__banner-card--mobile img {
        display: none;
    }
.uwr-menu__banner-content--mobile {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px 14px 12px;
    color: #ffffff;
}
    .uwr-menu__banner-content--mobile .uwr-menu__banner-eyebrow {
        margin: 0 0 10px;
        font-size: 10px;
        line-height: 1.2;
        font-weight: 600;
        color: #ffffff;
        opacity: 0.95;
    }
    .uwr-menu__banner-content--mobile .uwr-menu__banner-title {
        margin: 0 0 12px;
        max-width: 220px;
        font-size: 16px;
        line-height: 1.15;
        font-weight: 700;
        color: #ffffff;
    }
    .uwr-menu__banner-content--mobile .uwr-menu__banner-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        min-height: 30px;
        height: 30px;
        padding: 0 14px;
        width: auto;
        border-radius: 8px;
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        align-self: flex-start;
    }*/
/*.uwr-menu-mobile__plain-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 20px 20px;
}

.uwr-menu-mobile__plain-link {
    color: var(--uwr-menu-fg-mobile);
    text-decoration: none;
    font-size: var(--uwr-menu-font-size-mobile-link);
    line-height: var(--uwr-menu-line-height-link);
}*/

@media (max-width: 991.98px) {
    .uwr-menu__desktop[b-c8et3tzv6r] {
        display: none;
    }

    .uwr-menu__mobile[b-c8et3tzv6r] {
        display: block;
    }
}

@media (max-width: 575.98px) {
    :root[b-c8et3tzv6r] {
        --uwr-menu-font-size-mobile-trigger: 18px;
        --uwr-menu-font-size-mobile-heading: 17px;
        --uwr-menu-font-size-mobile-link: 15px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-58ghgal7xa] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-58ghgal7xa] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-58ghgal7xa] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-58ghgal7xa] {
    font-size: 1.1rem;
}

.bi[b-58ghgal7xa] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-58ghgal7xa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-58ghgal7xa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-58ghgal7xa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-58ghgal7xa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-58ghgal7xa] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-58ghgal7xa] {
    padding-bottom: 1rem;
}

.nav-item[b-58ghgal7xa] .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-58ghgal7xa] a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-58ghgal7xa] .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-58ghgal7xa] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-58ghgal7xa] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-58ghgal7xa] {
        display: none;
    }

    .nav-scrollable[b-58ghgal7xa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Aktualnosci/Aktualnosci-lista.razor.rz.scp.css */
:root[b-khq4fxzmjk] {
    --aktualnosci-max-width: 1296px;
    --aktualnosci-card-bg: #ffffff;
    --aktualnosci-border: #d9d9d9;
    --aktualnosci-title-color: #111111;
    --aktualnosci-text-color: #1d1d1d;
    --aktualnosci-muted-color: #3c3c3c;
    --aktualnosci-link-color: #0078d4;
    --aktualnosci-button-border: #4a4a4a;
    --aktualnosci-section-padding-y: 30px;
    --aktualnosci-section-padding-x: 8px;
    --aktualnosci-grid-gap: 22px;
    --aktualnosci-card-min-height: 470px;
    --aktualnosci-image-height-desktop: 233px;
    --aktualnosci-image-height-tablet: 233px;
    --aktualnosci-image-height-mobile: 233px;
    --aktualnosci-link-size: clamp(1.05rem, 1rem + 0.1vw, 1.125rem);
    --aktualnosci-radius-button: 10px;
    --aktualnosci-focus-outline: 3px solid #111111;
    --aktualnosci-focus-offset: 3px;
}

.aktualnosci-section[b-khq4fxzmjk] {
    width: 100%;
    padding: var(--aktualnosci-section-padding-y) var(--aktualnosci-section-padding-x);
    box-sizing: border-box;
}

.aktualnosci-section__inner[b-khq4fxzmjk] {
    width: 100%;
    max-width: var(--aktualnosci-max-width);
    margin: 0 auto;
}

.aktualnosci-section__header[b-khq4fxzmjk] {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 48px;
    padding-left: 28px;
}

    .aktualnosci-section__header[b-khq4fxzmjk]::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: var(--sekcja6-left-accent-width, 10px);
        height: var(--sekcja6-left-accent-height, 68px);
        background: var(--sekcja6-accent, #0078d4);
    }

.aktualnosci-section__title[b-khq4fxzmjk] {
    margin: 16px 0 16px;
    font-size: var(--h2-size, 2.25rem);
    line-height: 1.1;
    font-weight: 800;
    color: var(--aktualnosci-title-color);
}

.aktualnosci-grid[b-khq4fxzmjk] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--aktualnosci-grid-gap);
    align-items: stretch;
}

.aktualnosci-card[b-khq4fxzmjk] {
    display: flex;
    flex-direction: column;
    min-height: var(--aktualnosci-card-min-height);
    height: 100%;
    background: var(--aktualnosci-card-bg);
    border: 1px solid var(--aktualnosci-border);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
}

.aktualnosci-card__image-link[b-khq4fxzmjk] {
    display: block;
    text-decoration: none;
    color: inherit;
}

.aktualnosci-card__image-wrap[b-khq4fxzmjk] {
    position: relative;
    width: 100%;
    height: var(--aktualnosci-image-height-desktop);
    overflow: hidden;
    background: #e8e8e8;
}

.aktualnosci-card__image[b-khq4fxzmjk] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aktualnosci-card__content[b-khq4fxzmjk] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px 16px 18px;
    box-sizing: border-box;
}

.aktualnosci-card__title[b-khq4fxzmjk] {
    margin: 0 0 14px 0;
    font-size: var(--h4-size, 1.875rem);
    line-height: 1.15;
    font-weight: 800;
    color: var(--aktualnosci-title-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(2 * 1.15em);
}

.aktualnosci-card__date[b-khq4fxzmjk] {
    margin: 0 0 8px 0;
    font-size: var(--small-size, 1rem);
    line-height: 1.35;
    font-weight: 400;
    color: var(--aktualnosci-muted-color);
}

.aktualnosci-card__lead[b-khq4fxzmjk] {
    margin: 0;
    color: var(--aktualnosci-text-color);
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(3 * 1.45em);
}

.aktualnosci-card__footer[b-khq4fxzmjk] {
    margin-top: auto;
    padding-top: 22px;
}

.aktualnosci-card__readmore[b-khq4fxzmjk] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--aktualnosci-link-color);
    text-decoration: none;
    font-size: var(--aktualnosci-link-size);
    line-height: 1.2;
    font-weight: 500;
}

.aktualnosci-card__readmore:hover[b-khq4fxzmjk],
.aktualnosci-card__readmore:focus-visible[b-khq4fxzmjk] {
    text-decoration: underline;
}

.aktualnosci-card__arrow[b-khq4fxzmjk] {
    font-size: 1.5em;
    line-height: 1;
    transform: translateY(-1px);
}

.aktualnosci-section__empty[b-khq4fxzmjk] {
    padding: 24px 0;
    font-size: 1rem;
    color: var(--aktualnosci-text-color);
}

.aktualnosci-pagination[b-khq4fxzmjk] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.aktualnosci-pagination__button[b-khq4fxzmjk] {
    min-width: 44px;
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid var(--aktualnosci-button-border);
    border-radius: var(--aktualnosci-radius-button);
    background: #fff;
    color: var(--aktualnosci-title-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.aktualnosci-pagination__button:hover:not(:disabled)[b-khq4fxzmjk],
.aktualnosci-pagination__button:focus-visible:not(:disabled)[b-khq4fxzmjk] {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.aktualnosci-pagination__button.is-active[b-khq4fxzmjk] {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.aktualnosci-pagination__button:disabled[b-khq4fxzmjk] {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.aktualnosci-card__image-link:focus-visible[b-khq4fxzmjk],
.aktualnosci-card__readmore:focus-visible[b-khq4fxzmjk],
.aktualnosci-pagination__button:focus-visible[b-khq4fxzmjk] {
    outline: var(--aktualnosci-focus-outline);
    outline-offset: var(--aktualnosci-focus-offset);
}

@media (max-width: 991.98px) {
    .aktualnosci-grid[b-khq4fxzmjk] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aktualnosci-card__image-wrap[b-khq4fxzmjk] {
        height: var(--aktualnosci-image-height-tablet);
    }
}

@media (max-width: 767.98px) {
    .aktualnosci-grid[b-khq4fxzmjk] {
        grid-template-columns: 1fr;
    }

    .aktualnosci-section__header[b-khq4fxzmjk] {
        margin-bottom: 28px;
    }

    .aktualnosci-card[b-khq4fxzmjk] {
        min-height: var(--aktualnosci-card-min-height);
    }

    .aktualnosci-card__image-wrap[b-khq4fxzmjk] {
        height: var(--aktualnosci-image-height-mobile);
    }
}

@media (prefers-reduced-motion: reduce) {
    .aktualnosci-pagination__button[b-khq4fxzmjk] {
        transition: none;
    }
}
/* /Components/Pages/Kierunki/SlajderKierunkow.razor.rz.scp.css */
.slider-container[b-sg1k0eu43y] {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
    /* padding: 20px; */
}

.slider-wrapper[b-sg1k0eu43y] {
    overflow: hidden;
    position: relative;
}

.slider-track[b-sg1k0eu43y] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.slider-card[b-sg1k0eu43y] {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border-radius: 8px;
    border-bottom: 8px solid #607D8B;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    overflow: hidden;
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
}

.slider-card-accent-607D8B[b-sg1k0eu43y] {
    border-bottom-color: #607D8B;
}

@media (max-width: 991.98px) {
    .slider-card[b-sg1k0eu43y] {
        flex-basis: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 767.98px) {
    .slider-card[b-sg1k0eu43y] {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.card-header[b-sg1k0eu43y] {
    font-size: 14px;
    color: #666;
}

.kierunek-nazwa[b-sg1k0eu43y] {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.kierunek-tytul[b-sg1k0eu43y] {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.2;
    min-height: calc(1.2em * 3);
}

.line-2[b-sg1k0eu43y] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
    min-height: calc(1.2em * 2);
}

.card-details[b-sg1k0eu43y] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-row[b-sg1k0eu43y] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.detail-label[b-sg1k0eu43y] {
    font-weight: 600;
    color: #666;
}

.detail-value[b-sg1k0eu43y] {
    color: #333;
}

.btn-sprawdz[b-sg1k0eu43y] {
    background: black;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-sprawdz:hover[b-sg1k0eu43y] {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.slider-navigation[b-sg1k0eu43y] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.nav-arrow[b-sg1k0eu43y] {
    background: none;
    border: 2px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-arrow:hover:not(:disabled)[b-sg1k0eu43y] {
    background: #333;
    color: white;
}

.nav-arrow:disabled[b-sg1k0eu43y] {
    opacity: 0.3;
    cursor: not-allowed;
}

.pagination-dots[b-sg1k0eu43y] {
    display: flex;
    gap: 10px;
}

.dot[b-sg1k0eu43y] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active[b-sg1k0eu43y] {
    background: #333;
    transform: scale(1.2);
}

.no-data[b-sg1k0eu43y] {
    text-align: center;
    padding: 40px;
    color: #666;
}

/* /Components/Pages/Start/Sekcja_1.razor.rz.scp.css */
.home-hero[b-zenbhm2d87] {
    width: 100%;
    --home-hero-height: 640px;
}

.home-hero__grid[b-zenbhm2d87] {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 1rem;
    align-items: stretch;
}

/* LEWA */
.home-hero__left[b-zenbhm2d87] {
    min-width: 0;
    height: var(--home-hero-height);
}

/* PRAWA */
.home-hero__right[b-zenbhm2d87] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    height: var(--home-hero-height);
}

/* CARD */
.home-hero__card[b-zenbhm2d87] {
    position: relative;
    overflow: hidden;
    /*border-radius: 8px;*/
    min-height: 200px;
    height: 100%;
}

/* TĹO */
.home-hero__card-bg[b-zenbhm2d87] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.home-hero__card-bg--admissions[b-zenbhm2d87] {
    background-image: url('/img/studenci UWr - fot. Magdalena Marcula - Biuro ds. Promocji UWr - tło IRC.webp');
}

.home-hero__card-bg--international[b-zenbhm2d87] {
    background-image: url('/img/studenci UWr - fot. Magdalena Marcula - Biuro ds. Promocji UWr (15).webp');
}

/* overlay */
.home-hero__card[b-zenbhm2d87]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100% );
    z-index: 2;
}

/* CONTENT */
.home-hero__card-content[b-zenbhm2d87] {
    position: relative;
    z-index: 3;
    padding: 1.5rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.home-hero__card-eyebrow[b-zenbhm2d87] {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.home-hero__card-title[b-zenbhm2d87] {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.home-hero__card-btn[b-zenbhm2d87] {
    align-self: flex-start;
    background: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

/* ========================= */
/* đź“± TABLET */
/* ========================= */

@media (max-width: 991px) {
    .home-hero[b-zenbhm2d87] {
        --home-hero-height: 420px;
    }

    .home-hero__grid[b-zenbhm2d87] {
        grid-template-columns: 1fr;
    }

    .home-hero__right[b-zenbhm2d87] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: auto;
    }

    .home-hero__card[b-zenbhm2d87] {
        height: auto;
    }
}

/* ========================= */
/* đź“± MOBILE */
/* ========================= */

@media (max-width: 600px) {
    .home-hero[b-zenbhm2d87] {
        --home-hero-height: 400px;
    }

    .home-hero__grid[b-zenbhm2d87] {
        gap: 0.3rem;
    }

    .home-hero__right[b-zenbhm2d87] {
        grid-template-columns: 1fr;
        height: auto;
        gap: 0.3rem;
    }

    .home-hero__card[b-zenbhm2d87] {
        height: auto;
    }
}
/* /Components/Pages/Start/Sekcja_2.razor.rz.scp.css */

.sekcja2[b-xihc36wwex] {
    width: 100%;
    display: flex;
    justify-content: center;
    background: var(--sekcja2-bg);
    min-height: 168px;
}

.sekcja2__container[b-xihc36wwex] {
    width: 100%;
    max-width: var(--sekcja2-max-width);
    padding: 0 16px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--sekcja2-gap);
}

/* WAĹ»NE: ::deep dla NavLink */
[b-xihc36wwex] .sekcja2__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: var(--sekcja2-min-height);
    padding: var(--sekcja2-padding-y) var(--sekcja2-padding-x);
    box-sizing: border-box;
    background: var(--sekcja2-item-bg);
    color: var(--sekcja2-text);
    text-decoration: none;
    border-bottom: var(--sekcja2-border-width) solid var(--sekcja2-accent);
    transition: background 0.25s ease, transform 0.25s ease;
}

    [b-xihc36wwex] .sekcja2__item:hover,
    [b-xihc36wwex] .sekcja2__item:focus-visible {
        background: linear-gradient( 180deg, rgba(30, 115, 232, 0) 0%, rgba(30, 115, 232, 0) 80%, rgba(30, 115, 232, 0.2) 100% );
    }

    [b-xihc36wwex] .sekcja2__item.active {
        background: var(--sekcja2-hover-bg);
    }

.sekcja2__icon[b-xihc36wwex] {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 10px;
    object-fit: contain;
}

.sekcja2__title[b-xihc36wwex] {
    display: block;
    font-size: var(--sekcja2-font-size);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 900px) {
    .sekcja2__container[b-xihc36wwex] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .sekcja2__container[b-xihc36wwex] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sekcja2__title[b-xihc36wwex] {
        font-size: var(--sekcja2-font-size-mobile);
    }
}
/* /Components/Pages/Start/Sekcja_3.razor.rz.scp.css */
:root[b-licznp348x] {
}

.sekcja3[b-licznp348x] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

.sekcja3__inner[b-licznp348x] {
    width: 100%;
    max-width: var(--sekcja3-max-width);
    min-height: var(--sekcja3-height);
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, var(--sekcja3-content-width)) minmax(0, var(--sekcja3-media-width));
    background: transparent;
    overflow: visible;
    position: relative;
}

.sekcja3__content[b-licznp348x] {
    position: relative;
    z-index: 1;
    min-width: 0;
    height: auto;
    background: var(--sekcja3-bg);
    color: var(--sekcja3-text);
    padding: 52px 46px 52px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
}

.sekcja3__title[b-licznp348x] {
    margin: 0 0 20px 0;
    max-width: 620px;
    /*font-size: calc(3rem * var(--sekcja3-font-scale));*/
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--sekcja3-text);
}

.sekcja3__lead[b-licznp348x] {
    margin: 0 0 26px 0;
    max-width: 560px;
    /*font-size: calc(1rem * var(--sekcja3-font-scale));*/
    font-size: var(--body-size);
    line-height: 1.6;
    color: var(--sekcja3-muted);
}

.sekcja3__more-toggle[b-licznp348x] {
    margin: 0 0 24px 0;
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: var(--sekcja3-text);
    font-size: calc(1rem * var(--sekcja3-font-scale));
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.sekcja3__more[b-licznp348x] {
    display: flex;
    flex-direction: column;
}

.sekcja3__faq[b-licznp348x] {
    margin-bottom: 38px;
}

.sekcja3__faq-title[b-licznp348x] {
    margin: 0 0 10px 0;
    font-size: calc(1rem * var(--sekcja3-font-scale));
    line-height: 1.4;
    font-weight: 700;
    color: var(--sekcja3-text);
}

.sekcja3__faq-text[b-licznp348x] {
    margin: 0;
    max-width: 560px;
    font-size: calc(1rem * var(--sekcja3-font-scale));
    line-height: 1.6;
    color: var(--sekcja3-muted);
}

.sekcja3__button[b-licznp348x] {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 14px 22px;
    border-radius: var(--sekcja3-radius-sm);
    border: 1px solid var(--sekcja3-button-border);
    background: var(--sekcja3-button-bg);
    color: var(--sekcja3-button-text);
    font-size: calc(1rem * var(--sekcja3-font-scale));
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sekcja3__button:hover[b-licznp348x],
.sekcja3__button:focus-visible[b-licznp348x] {
    transform: translateY(-1px);
    box-shadow: var(--sekcja3-shadow);
}

.sekcja3__media[b-licznp348x] {
    position: relative;
    z-index: 2;
    min-width: 0;
    height: auto;
    overflow: visible;
}

.sekcja3__image-wrap[b-licznp348x] {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: calc(var(--sekcja3-image-overlap) * -1);
    right: 0;
    overflow: hidden;
    background: #dcdcdc;
    border-radius: 8px;
}

.sekcja3__image[b-licznp348x] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sekcja3__badge[b-licznp348x] {
    position: absolute;
    top: 44px;
    right: var(--sekcja3-badge-offset-right);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 18px;
    min-width: 192px;
    max-width: 280px;
    background: var(--sekcja3-accent);
    color: #ffffff;
    border-radius: var(--sekcja3-radius-md);
    text-decoration: none;
    font-size: calc(1rem * var(--sekcja3-font-scale));
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sekcja3__badge:hover[b-licznp348x],
.sekcja3__badge:focus-visible[b-licznp348x] {
    background: var(--sekcja3-accent-hover);
    transform: translateY(-1px);
}

.sekcja3__button:focus-visible[b-licznp348x],
.sekcja3__badge:focus-visible[b-licznp348x] {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.home-hero__card-btn[b-licznp348x] {
    align-self: flex-start;
    background: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}
/* Tablet */
@media (max-width: 1024px) {
    :root[b-licznp348x] {
        --sekcja3-image-overlap: 52px;
        --sekcja3-badge-offset-right: -48px;
    }

    .sekcja3__inner[b-licznp348x] {
        min-height: 480px;
        height: auto;
        grid-template-columns: 54% 46%;
    }

    .sekcja3__content[b-licznp348x] {
        padding: 42px 30px 40px 30px;
    }

    .sekcja3__title[b-licznp348x] {
        font-size: calc(2.45rem * var(--sekcja3-font-scale));
        max-width: 100%;
    }

    .sekcja3__lead[b-licznp348x],
    .sekcja3__faq-text[b-licznp348x] {
        max-width: 100%;
    }

    .sekcja3__image-wrap[b-licznp348x] {
        top: 38px;
        bottom: 38px;
    }

    .sekcja3__badge[b-licznp348x] {
        top: 42px;
        min-width: 182px;
        padding: 14px 16px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .sekcja3__inner[b-licznp348x] {
        height: auto;
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .sekcja3__content[b-licznp348x] {
        padding: 30px 20px 26px 20px;
    }

    .sekcja3__title[b-licznp348x] {
        font-size: calc(2rem * var(--sekcja3-font-scale));
        line-height: 1.1;
    }

    .sekcja3__lead[b-licznp348x],
    .sekcja3__faq-title[b-licznp348x],
    .sekcja3__faq-text[b-licznp348x],
    .sekcja3__button[b-licznp348x],
    .sekcja3__badge[b-licznp348x] {
        font-size: calc(0.95rem * var(--sekcja3-font-scale));
    }

    .sekcja3__faq[b-licznp348x] {
        margin-bottom: 28px;
    }

    .sekcja3__media[b-licznp348x] {
        height: 300px;
        overflow: hidden;
    }

    .sekcja3__image-wrap[b-licznp348x] {
        position: relative;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        height: 100%;
    }

    .sekcja3__badge[b-licznp348x] {
        top: 16px;
        right: 16px;
        min-width: auto;
        max-width: calc(100% - 32px);
        padding: 12px 14px;
        white-space: normal;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .sekcja3__title[b-licznp348x] {
        font-size: calc(1.7rem * var(--sekcja3-font-scale));
    }

    .sekcja3__media[b-licznp348x] {
        height: 240px;
    }

    .sekcja3__badge[b-licznp348x] {
        top: 12px;
        right: 12px;
        max-width: calc(100% - 24px);
        font-size: calc(0.875rem * var(--sekcja3-font-scale));
    }
}

/* Wysoki kontrast */
html.high-contrast .sekcja3__content[b-licznp348x],
body.high-contrast .sekcja3__content[b-licznp348x] {
    outline: 2px solid #ffffff;
}

html.high-contrast .sekcja3__button[b-licznp348x],
body.high-contrast .sekcja3__button[b-licznp348x] {
    border-width: 2px;
}

html.high-contrast .sekcja3__badge[b-licznp348x],
body.high-contrast .sekcja3__badge[b-licznp348x] {
    box-shadow: inset 0 0 0 2px #ffffff;
}
/* /Components/Pages/Start/Sekcja_4.razor.rz.scp.css */
:root[b-o3gv570i7d] {
    --aktualnosci-max-width: 1296px;
    --aktualnosci-section-bg: #f3f3f3;
    --aktualnosci-card-bg: #ffffff;
    --aktualnosci-border: #d9d9d9;
    --aktualnosci-title-color: #111111;
    --aktualnosci-text-color: #1d1d1d;
    --aktualnosci-muted-color: #3c3c3c;
    --aktualnosci-link-color: #0078d4;
    --aktualnosci-badge-red: #ff3048;
    --aktualnosci-badge-blue: #0078d4;
    --aktualnosci-button-border: #4a4a4a;
    --aktualnosci-section-padding-y: 30px;
    --aktualnosci-section-padding-x: 8px;
    --aktualnosci-grid-gap: 22px;
    --aktualnosci-card-min-height: 470px;
    --aktualnosci-image-height-desktop: 233px;
    --aktualnosci-image-height-tablet: 233px;
    --aktualnosci-image-height-mobile: 233px;
    --aktualnosci-title-size: clamp(2rem, 1.8rem + 0.4vw, 2.25rem);
    --aktualnosci-card-title-size: clamp(1.75rem, 1.55rem + 0.2vw, 1.875rem);
    --aktualnosci-body-size: clamp(1rem, 0.97rem + 0.08vw, 1.125rem);
    --aktualnosci-date-size: clamp(0.95rem, 0.92rem + 0.08vw, 1rem);
    --aktualnosci-link-size: clamp(1.05rem, 1rem + 0.1vw, 1.125rem);
    --aktualnosci-radius-button: 10px;
    --aktualnosci-radius-badge: 999px;
    --aktualnosci-focus-outline: 3px solid #111111;
    --aktualnosci-focus-offset: 3px;
}

.aktualnosci-section[b-o3gv570i7d] {
    width: 100%;
    /*background: var(--aktualnosci-section-bg);*/
    padding: var(--aktualnosci-section-padding-y) var(--aktualnosci-section-padding-x);
    box-sizing: border-box;
}

.aktualnosci-section__inner[b-o3gv570i7d] {
    width: 100%;
    max-width: var(--aktualnosci-max-width);
    margin: 0 auto;
}

.aktualnosci-section__header[b-o3gv570i7d] {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 48px;
    padding-left: 28px;
}

    .aktualnosci-section__header[b-o3gv570i7d]::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: var(--sekcja6-left-accent-width);
        height: var(--sekcja6-left-accent-height);
        background: var(--sekcja6-accent);
    }

.aktualnosci-section__title[b-o3gv570i7d] {
    margin: 16px 0 16px;
    font-size: var(--h2-size);
    line-height: 1.1;
    font-weight: 800;
    color: var(--aktualnosci-title-color);
}

.aktualnosci-section__all-link[b-o3gv570i7d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border: 1px solid var(--aktualnosci-button-border);
    border-radius: var(--aktualnosci-radius-button);
    background: #fff;
    color: var(--aktualnosci-title-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.aktualnosci-section__all-link:hover[b-o3gv570i7d],
.aktualnosci-section__all-link:focus-visible[b-o3gv570i7d] {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.aktualnosci-grid[b-o3gv570i7d] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--aktualnosci-grid-gap);
    align-items: stretch;
}

.aktualnosci-mobile-slider[b-o3gv570i7d] {
    display: none;
}

.aktualnosci-mobile-slider__viewport[b-o3gv570i7d] {
    overflow: hidden;
}

.aktualnosci-mobile-slider__track[b-o3gv570i7d] {
    display: flex;
    transform: translateX(calc(var(--aktualnosci-mobile-slider-offset, 0) * -100%));
    transition: transform 0.35s ease;
}

.aktualnosci-mobile-slider__slide[b-o3gv570i7d] {
    flex: 0 0 100%;
    max-width: 100%;
}

.aktualnosci-mobile-slider__dots[b-o3gv570i7d] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.aktualnosci-mobile-slider__dot[b-o3gv570i7d] {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d0d0d0;
    cursor: pointer;
}

.aktualnosci-mobile-slider__dot.is-active[b-o3gv570i7d] {
    background: #111111;
}

.aktualnosci-card[b-o3gv570i7d] {
    display: flex;
    flex-direction: column;
    min-height: var(--aktualnosci-card-min-height);
    height: 100%;
    background: var(--aktualnosci-card-bg);
    border: 1px solid var(--aktualnosci-border);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
}

.aktualnosci-card__image-link[b-o3gv570i7d] {
    display: block;
    text-decoration: none;
    color: inherit;
}

.aktualnosci-card__image-wrap[b-o3gv570i7d] {
    position: relative;
    width: 100%;
    height: var(--aktualnosci-image-height-desktop);
    overflow: hidden;
    background: #e8e8e8;
}

.aktualnosci-card__image[b-o3gv570i7d] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aktualnosci-card__badges[b-o3gv570i7d] {
    position: absolute;
    left: 16px;
    bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2;
}

.aktualnosci-card__badge[b-o3gv570i7d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: var(--aktualnosci-radius-badge);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.aktualnosci-card__badge--red[b-o3gv570i7d] {
    background: var(--aktualnosci-badge-red);
}

.aktualnosci-card__badge--blue[b-o3gv570i7d] {
    background: var(--aktualnosci-badge-blue);
}

.aktualnosci-card__content[b-o3gv570i7d] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px 16px 18px;
    box-sizing: border-box;
}

.aktualnosci-card__title[b-o3gv570i7d] {
    margin: 0 0 14px 0;
    font-size: var(--h4-size);
    line-height: 1.15;
    font-weight: 800;
    color: var(--aktualnosci-title-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(2 * 1.15em);
}

.aktualnosci-card__title-link[b-o3gv570i7d] {
    color: inherit;
    text-decoration: none;
}

.aktualnosci-card__title-link:hover[b-o3gv570i7d],
.aktualnosci-card__title-link:focus-visible[b-o3gv570i7d] {
    text-decoration: underline;
}

.aktualnosci-card__date[b-o3gv570i7d] {
    margin: 0 0 8px 0;
    font-size: var(--small-size);
    line-height: 1.35;
    font-weight: 400;
    color: var(--aktualnosci-muted-color);
}

.aktualnosci-card__date p[b-o3gv570i7d] {
    margin: 0 0 8px 0;
    font-size: var(--small-size);
    line-height: 1.35;
    font-weight: 400;
    color: var(--aktualnosci-muted-color);
}

.aktualnosci-card__lead[b-o3gv570i7d] {
    margin: 0;
    color: var(--aktualnosci-text-color);
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(3 * 1.45em);
}
/*.aktualnosci-card__lead ::deep p {
    margin: 0;
    color: var(--aktualnosci-text-color);
    font-size: 20px !important;
    line-height: 1.45;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(3 * 1.45em);
}*/
.aktualnosci-card__footer[b-o3gv570i7d] {
    margin-top: auto;
    padding-top: 22px;
}

.aktualnosci-card__readmore[b-o3gv570i7d] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--aktualnosci-link-color);
    text-decoration: none;
    font-size: var(--aktualnosci-link-size);
    line-height: 1.2;
    font-weight: 500;
}

.aktualnosci-card__readmore:hover[b-o3gv570i7d],
.aktualnosci-card__readmore:focus-visible[b-o3gv570i7d] {
    text-decoration: underline;
}

.aktualnosci-card__arrow[b-o3gv570i7d] {
    font-size: 1.5em;
    line-height: 1;
    transform: translateY(-1px);
}

.aktualnosci-section__empty[b-o3gv570i7d] {
    padding: 24px 0;
    font-size: 1rem;
    color: var(--aktualnosci-text-color);
}

.aktualnosci-card__image-link:focus-visible[b-o3gv570i7d],
.aktualnosci-card__title-link:focus-visible[b-o3gv570i7d],
.aktualnosci-card__readmore:focus-visible[b-o3gv570i7d],
.aktualnosci-section__all-link:focus-visible[b-o3gv570i7d] {
    outline: var(--aktualnosci-focus-outline);
    outline-offset: var(--aktualnosci-focus-offset);
}

@media (max-width: 991.98px) {
    .aktualnosci-grid[b-o3gv570i7d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aktualnosci-card__image-wrap[b-o3gv570i7d] {
        height: var(--aktualnosci-image-height-tablet);
    }
}

@media (max-width: 767.98px) {
    .aktualnosci-grid--desktop[b-o3gv570i7d] {
        display: none;
    }

    .aktualnosci-mobile-slider[b-o3gv570i7d] {
        display: block;
    }

    .aktualnosci-section__header[b-o3gv570i7d] {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 28px;
    }

    .aktualnosci-section__all-link[b-o3gv570i7d] {
        width: 100%;
    }

    .aktualnosci-card[b-o3gv570i7d] {
        min-height: var(--aktualnosci-card-min-height);
    }

    .aktualnosci-card__image-wrap[b-o3gv570i7d] {
        height: var(--aktualnosci-image-height-mobile);
    }
}

@media (prefers-reduced-motion: reduce) {
    .aktualnosci-section__all-link[b-o3gv570i7d] {
        transition: none;
    }
}
/* /Components/Pages/Start/Sekcja_5.razor.rz.scp.css */
:root[b-9i97brftmx] {
}

.sekcja5[b-9i97brftmx] {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.sekcja5__inner[b-9i97brftmx] {
    position: relative;
    width: 100%;
    max-width: var(--sekcja5-max-width);
    min-height: var(--sekcja5-height-desktop);
    overflow: hidden;
    border-radius: 8px;
    background-image: var(--sekcja5-bg-image, none);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    isolation: isolate;
}

.sekcja5__overlay[b-9i97brftmx] {
    position: absolute;
    inset: 0;
    background: var(--sekcja5-overlay);
    z-index: 1;
}

.sekcja5__content[b-9i97brftmx] {
    position: relative;
    z-index: 2;
    min-height: var(--sekcja5-height-desktop);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: var(--sekcja5-content-padding-y) var(--sekcja5-content-padding-x);
    box-sizing: border-box;
}

.sekcja5__title[b-9i97brftmx] {
    margin: 0 0 22px 0;
    max-width: var(--sekcja5-title-max-width);
    color: var(--sekcja5-title-color);
    /*font-size: var(--sekcja5-title-font-size);*/
    line-height: var(--sekcja5-title-line-height);
    font-weight: var(--sekcja5-title-font-weight);
    letter-spacing: 0;
}

.sekcja5__button[b-9i97brftmx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: var(--sekcja5-button-padding-y) var(--sekcja5-button-padding-x);
    background: var(--sekcja5-button-bg);
    color: var(--sekcja5-button-text);
    text-decoration: none;
    border-radius: 8px;
    font-size: var(--sekcja5-button-font-size);
    font-weight: var(--sekcja5-button-font-weight);
    line-height: 1;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sekcja5__button:hover[b-9i97brftmx] {
    background: var(--sekcja5-button-bg-hover);
    transform: translateY(-1px);
}

.sekcja5__button:focus-visible[b-9i97brftmx] {
    outline: var(--sekcja5-focus-outline);
    outline-offset: var(--sekcja5-focus-outline-offset);
}

@media (max-width: 1024px) {
    .sekcja5__inner[b-9i97brftmx],
    .sekcja5__content[b-9i97brftmx] {
        min-height: var(--sekcja5-height-tablet);
    }

    .sekcja5__content[b-9i97brftmx] {
        padding: 24px 28px;
    }

    .sekcja5__title[b-9i97brftmx] {
        max-width: 560px;
        margin-bottom: 18px;
    }
}

@media (max-width: 526px) {
    .sekcja5__inner[b-9i97brftmx],
    .sekcja5__content[b-9i97brftmx] {
        min-height: var(--sekcja5-height-tablet);
    }

    .sekcja5__content[b-9i97brftmx] {
        padding: 24px 28px;
    }

    .sekcja5__title[b-9i97brftmx] {
        max-width: 560px;
        margin-bottom: 18px;
    }
}
/*@media (max-width: 768px) {
    .sekcja5__inner {
        min-height: 260px;
        height: 260px;
    }

    .sekcja5__content {
        min-height: 260px;
        padding: 20px;
        box-sizing: border-box;
        justify-content: center;
        align-items: flex-start;
    }

    .sekcja5__title {
        max-width: 100%;
        margin: 0 0 14px 0;
        font-size: clamp(1.5rem, 5vw, 2rem);
        line-height: 1.15;
    }

    .sekcja5__button {
        min-height: 48px;
        font-size: 1rem;
        padding: 12px 22px;
    }
}*/

@media (prefers-reduced-motion: reduce) {
    .sekcja5__button[b-9i97brftmx] {
        transition: none;
    }

    .sekcja5__button:hover[b-9i97brftmx] {
        transform: none;
    }
}
/* /Components/Pages/Start/Sekcja_6.razor.rz.scp.css */
:root[b-aaeb1xo46a] {
}

.sekcja6[b-aaeb1xo46a] {
    width: 100%;
    background: var(--sekcja6-bg);
    color: var(--sekcja6-text);
    padding-bottom: 32px;
}

.sekcja6__inner[b-aaeb1xo46a] {
    max-width: var(--sekcja6-max-width);
    min-height: var(--sekcja6-min-height);
    height: auto;
    margin: 0 auto;
    padding: var(--sekcja6-padding-y) var(--sekcja6-padding-x);
    display: grid;
    grid-template-columns: minmax(0, var(--sekcja6-left-width)) minmax(0, var(--sekcja6-right-width));
    gap: var(--sekcja6-gap);
    align-items: start;
}

.sekcja6__left[b-aaeb1xo46a] {
    position: relative;
    padding-left: 28px;
}

    .sekcja6__left[b-aaeb1xo46a]::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: var(--sekcja6-left-accent-width);
        height: var(--sekcja6-left-accent-height);
        background: var(--sekcja6-accent);
    }

.sekcja6__title[b-aaeb1xo46a] {
    margin: 16px 0 16px;
    font-size: var(--h2-size);
    line-height: var(--sekcja6-title-line);
    font-weight: 800;
}

.sekcja6__description[b-aaeb1xo46a] {
    margin: 0;
    font-size: var(--sekcja6-desc-size);
    line-height: var(--sekcja6-desc-line);
    color: var(--sekcja6-muted);
    max-width: 36rem;
}

.sekcja6__right[b-aaeb1xo46a] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--sekcja6-border);
}

.sekcja6__accordion-item[b-aaeb1xo46a] {
    border-bottom: 1px solid var(--sekcja6-border);
}

.sekcja6__accordion-heading[b-aaeb1xo46a] {
    margin: 0;
}

.sekcja6__accordion-trigger[b-aaeb1xo46a] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: var(--sekcja6-trigger-padding-y) var(--sekcja6-trigger-padding-x);
    background: transparent;
    border: 0;
    color: var(--sekcja6-text);
    text-align: left;
    cursor: pointer;
}

.sekcja6__accordion-trigger:focus-visible[b-aaeb1xo46a] {
    outline: var(--sekcja6-focus-outline);
    outline-offset: var(--sekcja6-focus-offset);
}

.sekcja6__accordion-title[b-aaeb1xo46a] {
    font-size: var(--body-size);
    line-height: var(--sekcja6-acc-title-line);
    font-weight: 800;
}

.sekcja6__accordion-icon[b-aaeb1xo46a] {
    flex: 0 0 auto;
    font-size: var(--sekcja6-icon-size);
    line-height: 1;
    font-weight: 300;
    min-width: 32px;
    text-align: center;
}

.sekcja6__accordion-panel[b-aaeb1xo46a] {
    overflow: hidden;
}

.sekcja6__accordion-content[b-aaeb1xo46a] {
    padding: var(--sekcja6-panel-padding-top) 56px var(--sekcja6-panel-padding-bottom) 0;
}

.sekcja6__accordion-content p[b-aaeb1xo46a] {
    margin: 0 0 18px;
    font-size: var(--sekcja6-acc-content-size);
    line-height: var(--sekcja6-acc-content-line);
    color: var(--sekcja6-muted);
}

.sekcja6__accordion-content p:last-child[b-aaeb1xo46a] {
    margin-bottom: 0;
}

.sekcja6__accordion-link[b-aaeb1xo46a] {
    color: var(--sekcja6-link);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sekcja6__accordion-link:hover[b-aaeb1xo46a],
.sekcja6__accordion-link:focus-visible[b-aaeb1xo46a] {
    text-decoration-thickness: 2px;
}

@media (max-width: 1024px) {
    .sekcja6__inner[b-aaeb1xo46a] {
        grid-template-columns: 1fr;
        gap: 32px;
        min-height: auto;
    }

    .sekcja6__left[b-aaeb1xo46a] {
        padding-left: 24px;
    }

    .sekcja6__title[b-aaeb1xo46a] {
        margin-bottom: 18px;
        max-width: 100%;
    }

    .sekcja6__description[b-aaeb1xo46a] {
        max-width: 100%;
    }

    .sekcja6__accordion-content[b-aaeb1xo46a] {
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    :root[b-aaeb1xo46a] {
        --sekcja6-gap: 24px;
        --sekcja6-trigger-padding-y: 16px;
        --sekcja6-panel-padding-top: 8px;
        --sekcja6-panel-padding-bottom: 18px;
        --sekcja6-left-accent-width: 8px;
        --sekcja6-left-accent-height: 48px;
    }

    .sekcja6__left[b-aaeb1xo46a] {
        padding-left: 18px;
    }

    .sekcja6__title[b-aaeb1xo46a] {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 14px;
    }

    .sekcja6__description[b-aaeb1xo46a] {
        font-size: 1rem;
    }

    .sekcja6__accordion-title[b-aaeb1xo46a] {
        font-size: clamp(1.25rem, 5vw, 1.7rem);
    }

    .sekcja6__accordion-icon[b-aaeb1xo46a] {
        font-size: 2.2rem;
        min-width: 24px;
    }

    .sekcja6__accordion-content[b-aaeb1xo46a] {
        padding-right: 0;
    }

    .sekcja6__accordion-content p[b-aaeb1xo46a] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Start/Sekcja_7.razor.rz.scp.css */
:root[b-whgjz0wxh2] {
}

.sekcja7[b-whgjz0wxh2] {
    padding: 0 20px 60px;
}

.sekcja7__inner[b-whgjz0wxh2] {
    max-width: var(--sekcja7-max-width);
    margin: 0 auto;
}

.sekcja7__header[b-whgjz0wxh2] {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    padding-left: 28px;
}

    .sekcja7__header[b-whgjz0wxh2]::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: var(--sekcja6-left-accent-width);
        height: var(--sekcja6-left-accent-height);
        background: var(--sekcja6-accent);
    }

.sekcja7__title[b-whgjz0wxh2] {
    margin: 16px 0 16px;
    font-size: var(--h2-size);
    line-height: 1.15;
    font-weight: 700;
    color: var(--sekcja7-text);
}

.sekcja7__desc[b-whgjz0wxh2] {
    margin: 0;
    font-size: var(--sekcja7-desc-size);
    line-height: 1.5;
    color: var(--sekcja7-text);
}

.sekcja7__grid[b-whgjz0wxh2] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--sekcja7-gap);
    grid-auto-flow: row dense;
    margin-top: 20px;
}

.sekcja7__card[b-whgjz0wxh2] {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: var(--sekcja7-card-min-height);
    padding: 26px 22px 28px;
    background: var(--sekcja7-card-bg);
    color: var(--sekcja7-text);
    text-decoration: none;
    border-radius: 8px;
    transition: transform var(--sekcja7-transition), box-shadow var(--sekcja7-transition), background var(--sekcja7-transition);
}

    .sekcja7__card[b-whgjz0wxh2]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: var(--sekcja7-line-height);
        background: var(--accent-color, #000);
        border-radius: 0 0 8px 8px;
    }

.sekcja7__card:hover[b-whgjz0wxh2],
.sekcja7__card:focus-visible[b-whgjz0wxh2] {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.sekcja7__card:focus-visible[b-whgjz0wxh2] {
    outline: 3px solid currentColor;
    outline-offset: 2px;
}

.sekcja7__card--normal[b-whgjz0wxh2] {
    grid-column: span 2;
}

.sekcja7__card--wide[b-whgjz0wxh2] {
    grid-column: span 4;
}

.sekcja7__card--half[b-whgjz0wxh2] {
    grid-column: span 3;
}

.sekcja7__card-content[b-whgjz0wxh2] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 100%;
}

.sekcja7__label[b-whgjz0wxh2] {
    font-size: var(--sekcja7-label-size);
    line-height: 1.3;
    font-weight: 400;
    color: var(--sekcja7-text);
}

.sekcja7__name[b-whgjz0wxh2] {
    font-size: var(--sekcja7-name-size);
    line-height: 1.25;
    font-weight: var(--sekcja7-name-weight);
    color: var(--sekcja7-text);
}

@media (max-width: 1024px) {
    .sekcja7__grid[b-whgjz0wxh2] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sekcja7__card--normal[b-whgjz0wxh2],
    .sekcja7__card--half[b-whgjz0wxh2] {
        grid-column: span 1;
    }

    .sekcja7__card--wide[b-whgjz0wxh2] {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .sekcja7[b-whgjz0wxh2] {
        padding: 0 16px 40px;
    }

    .sekcja7__grid[b-whgjz0wxh2] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sekcja7__card[b-whgjz0wxh2],
    .sekcja7__card--normal[b-whgjz0wxh2],
    .sekcja7__card--wide[b-whgjz0wxh2],
    .sekcja7__card--half[b-whgjz0wxh2] {
        grid-column: span 1;
        min-height: 110px;
        padding: 20px 16px 22px;
    }

    .sekcja7__name[b-whgjz0wxh2] {
        font-size: clamp(1.15rem, 5vw, 1.4rem);
    }
}
/* /Components/Pages/Start/Sekcja_8.razor.rz.scp.css */
:root[b-bq7l3hylln] {
}

.sekcja8[b-bq7l3hylln] {
    position: relative;
    width: 100%;
    max-width: var(--sekcja8-max-width);
    min-height: var(--sekcja8-height-desktop);
    margin: 0 auto;
    border-radius: var(--sekcja8-radius);
    overflow: hidden;
    background-image: var(--sekcja8-bg-image, none);
    background-repeat: no-repeat;
    background-position: var(--sekcja8-bg-position, center center);
    background-size: var(--sekcja8-bg-size, cover);
    isolation: isolate;
}

.sekcja8__overlay[b-bq7l3hylln] {
    position: absolute;
    inset: 0;
    background: var(--sekcja8-overlay-bg, var(--sekcja8-overlay));
    z-index: 0;
}

.sekcja8__inner[b-bq7l3hylln] {
    position: relative;
    z-index: 1;
    min-height: var(--sekcja8-height-desktop);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: var(--sekcja8-padding-y) var(--sekcja8-padding-x);
}

.sekcja8__content[b-bq7l3hylln] {
    flex: 1 1 auto;
    min-width: 0;
}

.sekcja8__title[b-bq7l3hylln] {
    margin: 0;
    max-width: var(--sekcja8-title-max-width);
    color: var(--sekcja8-title-color);
    font-size: var(--sekcja8-title-size);
    line-height: var(--sekcja8-title-line-height);
    font-weight: var(--sekcja8-title-font-weight);
    text-wrap: balance;
}

.sekcja8__actions[b-bq7l3hylln] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sekcja8__button[b-bq7l3hylln] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--sekcja8-button-min-height);
    padding: var(--sekcja8-button-padding-y) var(--sekcja8-button-padding-x);
    border-radius: var(--sekcja8-button-radius);
    background: var(--sekcja8-button-bg);
    color: var(--sekcja8-button-color);
    text-decoration: none;
    font-size: var(--sekcja8-button-font-size);
    font-weight: var(--sekcja8-button-font-weight);
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sekcja8__button:hover[b-bq7l3hylln] {
    background: var(--sekcja8-button-bg-hover);
}

.sekcja8__button:focus-visible[b-bq7l3hylln] {
    outline: var(--sekcja8-focus-outline);
    outline-offset: var(--sekcja8-focus-offset);
}

.sekcja8__button:active[b-bq7l3hylln] {
    transform: translateY(1px);
}

@media (max-width: 1024px) {
    .sekcja8[b-bq7l3hylln] {
        min-height: var(--sekcja8-height-tablet);
    }

    .sekcja8__inner[b-bq7l3hylln] {
        min-height: var(--sekcja8-height-tablet);
        padding: 28px 32px;
        gap: 24px;
    }

    .sekcja8__title[b-bq7l3hylln] {
        max-width: 100%;
        font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    }
}

@media (max-width: 768px) {
    .sekcja8[b-bq7l3hylln] {
        min-height: var(--sekcja8-height-mobile);
    }

    .sekcja8__inner[b-bq7l3hylln] {
        min-height: var(--sekcja8-height-mobile);
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        padding: 28px 20px;
    }

    .sekcja8__actions[b-bq7l3hylln] {
        width: 100%;
        justify-content: flex-start;
    }

    .sekcja8__title[b-bq7l3hylln] {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        line-height: 1.15;
    }

    .sekcja8__button[b-bq7l3hylln] {
        min-height: 48px;
        padding: 13px 24px;
        font-size: 1rem;
        white-space: normal;
    }
}
/* /Components/Pages/Strony/QaPage.razor.rz.scp.css */
html[b-d3fj1t2io4] {
    scroll-behavior: smooth;
}

.qa-page[b-d3fj1t2io4],
.qa-page__container[b-d3fj1t2io4],
.qa-layout[b-d3fj1t2io4],
.qa-sidebar[b-d3fj1t2io4],
.qa-content[b-d3fj1t2io4] {
    overflow: visible !important;
}

.qa-page[b-d3fj1t2io4] {
    --qa-header-height: 100px;
    --qa-sticky-offset: calc(var(--qa-header-height) + 24px);
    --qa-scroll-offset: calc(var(--qa-header-height) + 24px);
    background: var(--qa-color-bg);
    color: var(--qa-color-text);
    padding: 24px 16px 64px;
}

.qa-page__container[b-d3fj1t2io4] {
    max-width: var(--qa-container-max-width);
    margin: 0 auto;
}

.qa-breadcrumbs[b-d3fj1t2io4] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 28px;
    font-size: calc(0.875rem * var(--qa-font-scale));
    line-height: 1.4;
}

.qa-breadcrumbs a[b-d3fj1t2io4],
.qa-breadcrumbs span[b-d3fj1t2io4] {
    color: var(--qa-color-text);
    text-decoration: none;
}

.qa-breadcrumbs a:hover[b-d3fj1t2io4] {
    text-decoration: underline;
}

.qa-layout[b-d3fj1t2io4] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: var(--qa-gap);
    align-items: start;
}

.qa-sidebar[b-d3fj1t2io4] {
    position: relative;
    align-self: start;
}

.qa-sidebar__sticky[b-d3fj1t2io4] {
    position: sticky;
    top: var(--qa-sticky-offset);
    max-height: calc(100vh - var(--qa-sticky-offset));
    overflow: auto;
}

.qa-sidebar__title[b-d3fj1t2io4] {
    margin: 0 0 20px;
    font-size: calc(2rem * var(--qa-font-scale));
    line-height: 1.15;
    font-weight: 800;
}

.qa-toc[b-d3fj1t2io4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--qa-color-border);
}

.qa-toc__link[b-d3fj1t2io4] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 16px;
    border: 0;
    background: transparent;
    color: var(--qa-color-text);
    text-align: left;
    font-size: var(--qa-small-size);
    line-height: 1.45;
    cursor: pointer;
}

    .qa-toc__link[b-d3fj1t2io4]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.2em;
        width: 4px;
        height: 1.1em;
        border-radius: 8px;
        background: transparent;
        transition: background-color 0.2s ease;
    }

.qa-toc__link.is-active[b-d3fj1t2io4] {
    font-weight: 700;
}

    .qa-toc__link.is-active[b-d3fj1t2io4]::before {
        background: var(--qa-color-primary);
    }

.qa-content[b-d3fj1t2io4] {
    min-width: 0;
}

.qa-intro[b-d3fj1t2io4],
.qa-categories-overview[b-d3fj1t2io4],
.qa-active-category[b-d3fj1t2io4] {
    scroll-margin-top: var(--qa-scroll-offset);
}

.qa-intro[b-d3fj1t2io4] {
    margin-bottom: 48px;
}

.qa-section-heading[b-d3fj1t2io4] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.qa-section-heading__bar[b-d3fj1t2io4] {
    width: 6px;
    min-width: 6px;
    align-self: stretch;
    background: var(--qa-color-primary);
    border-radius: 8px;
}

.qa-section-heading h1[b-d3fj1t2io4],
.qa-section-heading h2[b-d3fj1t2io4] {
    margin: 0;
    line-height: 1.1;
    font-weight: 800;
}

.qa-section-heading h1[b-d3fj1t2io4] {
    font-size: var(--qa-h1-size);
}

.qa-section-heading h2[b-d3fj1t2io4] {
    font-size: var(--qa-h2-size);
}

.qa-intro__content[b-d3fj1t2io4] {
    max-width: 880px;
}

.qa-intro__lead[b-d3fj1t2io4] {
    margin: 0 0 20px;
    font-size: calc(1.125rem * var(--qa-font-scale));
    font-weight: 700;
    line-height: 1.55;
}

.qa-intro__content p[b-d3fj1t2io4] {
    margin: 0 0 16px;
    color: var(--qa-color-text-muted);
    font-size: var(--qa-body-size);
    line-height: var(--qa-line-height);
}

.qa-categories-overview[b-d3fj1t2io4] {
    margin-bottom: 32px;
}

.qa-category-pills[b-d3fj1t2io4] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.qa-category-pill[b-d3fj1t2io4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid #222222;
    border-radius: 8px;
    background: transparent;
    color: var(--qa-color-text);
    font-size: var(--qa-small-size);
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.2s ease;
}

.qa-category-pill:hover[b-d3fj1t2io4] {
    border-color: var(--qa-color-primary);
    color: var(--qa-color-primary);
}

.qa-category-pill.is-active[b-d3fj1t2io4] {
    background: var(--qa-color-primary);
    border-color: var(--qa-color-primary);
    color: #ffffff;
    font-weight: 700;
}

.qa-active-category[b-d3fj1t2io4] {
    margin-top: 12px;
}

.qa-accordion[b-d3fj1t2io4] {
    border-top: 1px solid var(--qa-color-border);
}

.qa-accordion__item[b-d3fj1t2io4] {
    border-bottom: 1px solid var(--qa-color-border);
}

.qa-accordion__trigger[b-d3fj1t2io4] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.qa-accordion__question[b-d3fj1t2io4] {
    font-size: var(--qa-h3-size);
    line-height: 1.35;
    font-weight: 700;
}

.qa-accordion__icon[b-d3fj1t2io4] {
    flex: 0 0 auto;
    width: 24px;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    color: var(--qa-color-text);
}

.qa-accordion__content[b-d3fj1t2io4] {
    padding: 0 0 22px;
}

.qa-accordion__content p[b-d3fj1t2io4] {
    margin: 0 0 14px;
    max-width: 900px;
    font-size: var(--qa-body-size);
    line-height: var(--qa-line-height);
    color: var(--qa-color-text);
}

.qa-accordion__content p:last-child[b-d3fj1t2io4] {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .qa-layout[b-d3fj1t2io4] {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 24px;
    }

    .qa-sidebar__title[b-d3fj1t2io4] {
        font-size: calc(1.75rem * var(--qa-font-scale));
    }
}

@media (max-width: 768px) {
    :root[b-d3fj1t2io4] {
        --qa-gap: 20px;
        --qa-h1-size: calc(2.25rem * var(--qa-font-scale));
        --qa-h2-size: calc(1.8rem * var(--qa-font-scale));
        --qa-h3-size: calc(1.15rem * var(--qa-font-scale));
        --qa-body-size: calc(0.98rem * var(--qa-font-scale));
    }

    .qa-page[b-d3fj1t2io4] {
        padding: 20px 14px 40px;
    }

    .qa-layout[b-d3fj1t2io4] {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 18px;
    }

    .qa-section-heading[b-d3fj1t2io4] {
        gap: 12px;
        margin-bottom: 18px;
    }

    .qa-category-pill[b-d3fj1t2io4] {
        min-height: 40px;
        padding: 9px 14px;
    }

    .qa-accordion__trigger[b-d3fj1t2io4] {
        padding: 16px 0;
    }

    .qa-accordion__icon[b-d3fj1t2io4] {
        font-size: 1.8rem;
    }
}

@media (max-width: 560px) {
    .qa-layout[b-d3fj1t2io4] {
        grid-template-columns: 1fr;
    }

    .qa-sidebar[b-d3fj1t2io4] {
        position: static;
    }

    .qa-sidebar__sticky[b-d3fj1t2io4] {
        position: static;
        max-height: none;
        overflow: visible;
    }

    .qa-sidebar__title[b-d3fj1t2io4] {
        font-size: calc(1.55rem * var(--qa-font-scale));
    }

    .qa-category-pills[b-d3fj1t2io4] {
        gap: 8px;
    }

    .qa-category-pill[b-d3fj1t2io4] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/Pages/Strony/Strona.razor.rz.scp.css */
.kierunki-breadcrumb[b-dwjzp5risj] {
    position: relative;
    z-index: 1000;
    background: #fff;
}

.kierunki-breadcrumb a[b-dwjzp5risj] {
    position: relative;
    z-index: 1001;
    cursor: pointer;
    pointer-events: auto;
}

.strona-podglad-html[b-dwjzp5risj] {
    position: relative;
    z-index: 1;
}


/* ========================================================================== */
/* Strona startowa */
/* Źródło: wwwroot/css/start.css */
/* ========================================================================== */

:root {
    --uwr-kontener-main: 1296px;
    --uwr-menu-max-width: 1296px;
    --uwr-menu-radius: 12px;
    --uwr-menu-radius-mobile: 18px;
    --uwr-menu-bg: #0b0b0b;
    --uwr-menu-fg: #ffffff;
    --uwr-menu-fg-muted: rgba(255, 255, 255, 0.92);
    --uwr-menu-bg-mobile: #ffffff;
    --uwr-menu-fg-mobile: #111111;
    --uwr-menu-border-mobile: #d7d7d7;
    --uwr-menu-active-border: #ffffff;
    --uwr-menu-link-hover: rgba(255, 255, 255, 0.9);
    --uwr-menu-link-hover-mobile: #000000;
    --uwr-menu-padding-y: 24px;
    --uwr-menu-padding-x: 24px;
    --uwr-menu-gap-main: 24px;
    --uwr-menu-gap-cols: 24px;
    --uwr-menu-gap-links: 16px;
    --uwr-menu-gap-sections: 1rem;
    --uwr-menu-spacer: 15px;
    --uwr-menu-section-width: 321px;
    --uwr-menu-image-width: 301px;
    --uwr-menu-font-size-link: 20px;
    --uwr-menu-font-size-section-link: 24px;
    --uwr-menu-font-size-col-title: 24px;
    --uwr-menu-font-size-mobile-trigger: 20px;
    --uwr-menu-font-size-mobile-heading: 18px;
    --uwr-menu-font-size-mobile-link: 16px;
    --uwr-menu-line-height-link: 1.35;
    --uwr-menu-line-height-title: 1.5;
    --uwr-menu-font-weight-link: 400;
    --uwr-menu-font-weight-active: 700;
    --uwr-menu-font-weight-title: 700;
    --uwr-menu-mobile-trigger-min-height: 56px;
    --uwr-menu-mobile-icon-size: 32px;
    --uwr-menu-transition: 0.2s ease;
    /**/
    --hero-text-color: #ffffff;
    --hero-overlay-color: rgba(0, 88, 150, 0.72);
    --hero-button-bg: #ffffff;
    --hero-button-color: #1a1a1a;
    --hero-dot-color: rgba(255, 255, 255, 0.9);
    --hero-dot-active-color: #0094ff;
    --hero-nav-bg: rgba(255, 255, 255, 0.92);
    --hero-nav-color: #1a1a1a;
    --hero-content-bg: rgba(15, 35, 60, 0.78);
    --hero-content-max-width: 39.75rem; /* ~636px */
    --hero-content-padding-x: clamp(1rem, 4vw, 3.5rem);
    --hero-content-padding-y: clamp(1.5rem, 4vw, 3rem);
    --hero-eyebrow-size: clamp(0.95rem, 1vw, 1.25rem);
    --hero-title-size: clamp(2rem, 4vw, 4rem);
    --hero-lead-size: clamp(1rem, 1.4vw, 1.375rem);
    --hero-button-size: clamp(1rem, 1.1vw, 1.125rem);
    --hero-title-line-height: 1.1;
    --hero-lead-line-height: 1.5;
    --hero-radius: 0;
    --hero-aspect-ratio: 1192 / 640;
    /**/
    --sekcja2-max-width: 1296px;
    /*--sekcja2-bg: #f3f3f3;*/
    --sekcja2-item-bg: #ffffff;
    --sekcja2-text: #1f1f1f;
    --sekcja2-accent: #1e73e8;
    --sekcja2-hover-bg: linear-gradient( 180deg, rgba(30, 115, 232, 0.10) 0%, rgba(30, 115, 232, 0.03) 100% );
    --sekcja2-font-size: 1rem;
    --sekcja2-font-size-mobile: 1.05rem;
    --sekcja2-gap: 12px;
    --sekcja2-padding-x: 16px;
    --sekcja2-padding-y: 24px;
    --sekcja2-min-height: 108px;
    --sekcja2-border-width: 3px;
    /**/
    --sekcja3-max-width: 1296px;
    --sekcja3-height: 480px;
    --sekcja3-bg: #000000;
    --sekcja3-text: #ffffff;
    --sekcja3-muted: #f1f1f1;
    --sekcja3-accent: #ff2340;
    --sekcja3-accent-hover: #e11d39;
    --sekcja3-button-bg: #ffffff;
    --sekcja3-button-text: #111111;
    --sekcja3-button-border: #ffffff;
    --sekcja3-radius-sm: 10px;
    --sekcja3-radius-md: 12px;
    --sekcja3-font-scale: 1;
    --sekcja3-line-height: 1.5;
    --sekcja3-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    --sekcja3-content-width: 56%;
    --sekcja3-media-width: 44%;
    --sekcja3-image-overlap: 72px;
    --sekcja3-badge-offset-right: -86px;
    /**/
    --aktualnosci-max-width: 1296px;
    --aktualnosci-section-bg: #f3f3f3;
    --aktualnosci-card-bg: #ffffff;
    --aktualnosci-border: #d9d9d9;
    --aktualnosci-title-color: #111111;
    --aktualnosci-text-color: #1d1d1d;
    --aktualnosci-muted-color: #3c3c3c;
    --aktualnosci-link-color: #0078d4;
    --aktualnosci-badge-red: #ff3048;
    --aktualnosci-badge-blue: #0078d4;
    --aktualnosci-button-border: #4a4a4a;
    --aktualnosci-section-padding-y: 30px;
    --aktualnosci-section-padding-x: 8px;
    --aktualnosci-grid-gap: 22px;
    --aktualnosci-card-min-height: 470px;
    --aktualnosci-image-height-desktop: 233px;
    --aktualnosci-image-height-tablet: 233px;
    --aktualnosci-image-height-mobile: 233px;
    --aktualnosci-title-size: clamp(2rem, 1.8rem + 0.4vw, 2.25rem);
    --aktualnosci-card-title-size: clamp(1.75rem, 1.55rem + 0.2vw, 1.875rem);
    --aktualnosci-body-size: clamp(1rem, 0.97rem + 0.08vw, 1.125rem);
    --aktualnosci-date-size: clamp(0.95rem, 0.92rem + 0.08vw, 1rem);
    --aktualnosci-link-size: clamp(1.05rem, 1rem + 0.1vw, 1.125rem);
    --aktualnosci-radius-button: 10px;
    --aktualnosci-radius-badge: 999px;
    --aktualnosci-focus-outline: 3px solid #111111;
    --aktualnosci-focus-offset: 3px;
    /**/
    --sekcja5-max-width: 1296px;
    --sekcja5-height-desktop: 240px;
    --sekcja5-height-tablet: 220px;
    --sekcja5-height-mobile: 240px;
    --sekcja5-radius: 0px;
    --sekcja5-content-padding-x: 40px;
    --sekcja5-content-padding-y: 28px;
    --sekcja5-title-max-width: 680px;
    --sekcja5-title-color: #ffffff;
    --sekcja5-title-font-size: clamp(1.6rem, 1.6vw, 2.25rem);
    --sekcja5-title-line-height: 1.08;
    --sekcja5-title-font-weight: 700;
    --sekcja5-button-bg: #0b84d8;
    --sekcja5-button-bg-hover: #066fba;
    --sekcja5-button-text: #ffffff;
    --sekcja5-button-radius: 999px;
    --sekcja5-button-font-size: 1.125rem;
    --sekcja5-button-font-weight: 600;
    --sekcja5-button-padding-y: 14px;
    /*--sekcja5-button-padding-x: 28px;*/
    --sekcja5-button-padding-x: 10px;
    --sekcja5-overlay: linear-gradient( 90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.42) 30%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0.08) 100% );
    --sekcja5-focus-outline: 3px solid #ffffff;
    --sekcja5-focus-outline-offset: 3px;
    /**/
    --sekcja6-max-width: 1296px;
    /*--sekcja6-min-height: 412px;*/
    --sekcja6-min-height: 240px;
    --sekcja6-gap: 48px;
    --sekcja6-padding-y: 0;
    --sekcja6-padding-x: 0;
    --sekcja6-left-width: 38%;
    --sekcja6-right-width: 62%;
    --sekcja6-bg: transparent;
    --sekcja6-text: #111111;
    --sekcja6-muted: #2a2a2a;
    --sekcja6-border: #d9d9d9;
    --sekcja6-link: #006fcf;
    --sekcja6-accent: #0078d4;
    --sekcja6-title-size: clamp(2rem, 2.2vw, 3rem);
    --sekcja6-title-line: 1.1;
    --sekcja6-desc-size: clamp(1rem, 1.1vw, 1.25rem);
    --sekcja6-desc-line: 1.5;
    --sekcja6-acc-title-size: clamp(1.5rem, 1.35vw, 2rem);
    --sekcja6-acc-title-line: 1.2;
    --sekcja6-acc-content-size: clamp(1rem, 1.05vw, 1.125rem);
    --sekcja6-acc-content-line: 1.65;
    --sekcja6-trigger-padding-y: 18px;
    --sekcja6-trigger-padding-x: 0;
    --sekcja6-panel-padding-top: 18px;
    --sekcja6-panel-padding-bottom: 24px;
    --sekcja6-icon-size: clamp(2rem, 2vw, 2.6rem);
    --sekcja6-focus-outline: 3px solid #000;
    --sekcja6-focus-offset: 4px;
    --sekcja6-left-accent-width: 10px;
    --sekcja6-left-accent-height: 68px;
    /**/
    --sekcja7-max-width: 1296px;
    --sekcja7-bg: transparent;
    --sekcja7-card-bg: #f3f3f3;
    --sekcja7-text: #111111;
    --sekcja7-gap: 16px;
    --sekcja7-radius: 0;
    --sekcja7-line-height: 8px;
    --sekcja7-card-min-height: 134px;
    --sekcja7-title-size: clamp(2rem, 2.8vw, 3rem);
    --sekcja7-desc-size: clamp(1rem, 1.2vw, 1.125rem);
    --sekcja7-label-size: 1rem;
    --sekcja7-name-size: clamp(1.3rem, 1.8vw, 1.5rem);
    --sekcja7-name-weight: 700;
    --sekcja7-transition: 0.2s ease;
    /**/
    --sekcja8-max-width: 1296px;
    --sekcja8-height-desktop: 243px;
    --sekcja8-height-tablet: 260px;
    --sekcja8-height-mobile: 320px;
    --sekcja8-radius: 0px;
    --sekcja8-padding-x: 54px;
    --sekcja8-padding-y: 32px;
    --sekcja8-title-color: #ffffff;
    --sekcja8-title-size: clamp(2rem, 2.4vw, 3.1rem);
    --sekcja8-title-line-height: 1.12;
    --sekcja8-title-font-weight: 700;
    --sekcja8-title-max-width: 720px;
    --sekcja8-button-bg: #0078d4;
    --sekcja8-button-bg-hover: #0062ad;
    --sekcja8-button-color: #ffffff;
    --sekcja8-button-radius: 999px;
    --sekcja8-button-font-size: 1rem;
    --sekcja8-button-font-weight: 600;
    --sekcja8-button-padding-y: 15px;
    --sekcja8-button-padding-x: 30px;
    --sekcja8-button-min-height: 50px;
    --sekcja8-overlay: rgba(0, 0, 0, 0.38);
    --sekcja8-focus-outline: 3px solid #ffffff;
    --sekcja8-focus-offset: 3px;
    --home-sections-gap: 32px;
    /**/
    --qa-container-max-width: 1296px;
    --qa-sidebar-width: 220px;
    --qa-gap: 48px;
    --qa-color-bg: transparent;
    --qa-color-text: #111111;
    --qa-color-text-muted: #4f4f4f;
    --qa-color-border: #d8d8d8;
    --qa-color-primary: #0078d4;
    --qa-color-primary-dark: #005ea8;
    --qa-radius-pill: 999px;
    --qa-font-scale: 1;
    --qa-line-height: 1.6;
    --qa-scroll-offset: 32px;
    --qa-h1-size: calc(3rem * var(--qa-font-scale));
    --qa-h2-size: calc(2.25rem * var(--qa-font-scale));
    --qa-h3-size: calc(1.375rem * var(--qa-font-scale));
    --qa-body-size: calc(1rem * var(--qa-font-scale));
    --qa-small-size: calc(0.95rem * var(--qa-font-scale));
    /**/
    --footer-bg: #000;
    --footer-text: #fff;
    --footer-muted: #f2f2f2;
    --footer-line: rgba(255,255,255,0.22);
    --footer-content-width: 1296px;
    --footer-stage-width: 1920px;
    --footer-col-1: 288px;
    --footer-col-2: 318px;
    --footer-col-3: 288px;
    --footer-art-width: 482px;
    --footer-art-height: 439px;
    --footer-padding-top: 80px;
    --footer-padding-bottom: 28px;
    --footer-heading-size: 18px;
    --footer-font-size: 16px;
    --footer-line-height: 1.45;
    --footer-social-size: 28px;
    /**/
    --svg-line-banner-width: #008bd2;
    --svg-line-banner-width: 0.666666;
}


.home-sections {
    display: flex;
    flex-direction: column;
    gap: var(--home-sections-gap);
}

.uwr-kontener-main {
    max-width: var(--uwr-kontener-main);
    margin: 0 auto;
}
/*:root {
    --sekcja2-max-width: 1296px;
    --sekcja2-bg: #f3f3f3;
    --sekcja2-item-bg: #ffffff;
    --sekcja2-text: #1f1f1f;
    --sekcja2-accent: #1e73e8;
    --sekcja2-hover-bg: linear-gradient( 180deg, rgba(30, 115, 232, 0.10) 0%, rgba(30, 115, 232, 0.03) 100% );
    --sekcja2-font-size: 1rem;
    --sekcja2-font-size-mobile: 1.05rem;
    --sekcja2-gap: 12px;
    --sekcja2-padding-x: 16px;
    --sekcja2-padding-y: 24px;
    --sekcja2-min-height: 108px;
    --sekcja2-border-width: 3px;
}*/

/*@media (min-width: 1400px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) {
}

@media (min-width: 768px) {
}

@media (min-width: 576px) {
}*/
.sekcja1 {
    .sekcja1 {
        /*        min-height: 640px;
        height: auto;
        width: min(100vw, 1920px);
        margin-left: calc(50% - min(50vw, 960px));*/
        min-height: 40rem;
        width: 100vw;
        max-width: 1920px;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}

.sekcja_2 {
    min-height: 224px;
    height: auto;
}

.sekcja3 {
    min-height: 480px;
    height: auto;
}

.sekcja4 {
    height: 578px;
}

.sekcja5 {
    height: auto;
}

/*    .sekcja6 {
        height: 412px;
    }*/

.sekcja7 {
    height: auto;
}

.sekcja8 {
    height: auto;
}

.cms-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.cms-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.cms-lightbox-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-lightbox-image {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.cms-lightbox-close,
.cms-lightbox-prev,
.cms-lightbox-next {
    position: absolute;
    z-index: 3;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    padding: 12px 16px;
    border-radius: 8px;
}

.cms-lightbox-close {
    top: 20px;
    right: 20px;
}

.cms-lightbox-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cms-lightbox-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cms-lightbox-stage {
    position: relative;
    width: 90vw;
    height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: pan-y;
}

.cms-lightbox-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.28s ease, opacity 0.28s ease;
    opacity: 0;
    transform: translateX(0);
}

    .cms-lightbox-image.is-visible {
        opacity: 1;
        transform: translateX(0);
    }

    .cms-lightbox-image.from-right {
        opacity: 0;
        transform: translateX(60px);
    }

    .cms-lightbox-image.from-left {
        opacity: 0;
        transform: translateX(-60px);
    }

    .cms-lightbox-image.to-left {
        opacity: 0;
        transform: translateX(-60px);
    }

    .cms-lightbox-image.to-right {
        opacity: 0;
        transform: translateX(60px);
    }

body.high-contrast {
    background: #000;
    color: #ff0;
}

    body.high-contrast p,
    body.high-contrast a,
    body.high-contrast li {
        color: #ff0 !important;
    }

    body.high-contrast .sekcja1 p {
        color: inherit !important;
    }

.main-layout__fab {
    position: fixed;
    /*right: max(24px, calc((100vw - 1296px) / 2 - 28px));*/
    right: max(24px, calc((100vw - 1296px) / 2 - 230px));
    /*bottom: 160px;*/
    bottom: 20px;
    z-index: 6035;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #ff3048;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.kierunki-scroll-top-fab {
    position: fixed;
    right: max(24px, calc((100vw - 1296px) / 2 - 0px));
    bottom: 20px;
    z-index: 6034;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

    .kierunki-scroll-top-fab.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .kierunki-scroll-top-fab:hover,
    .kierunki-scroll-top-fab:focus-visible {
        background: #111;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    }

    .main-layout__fab:hover,
    .main-layout__fab:focus {
        color: #fff;
        text-decoration: none;
        transform: translateY(-1px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
        background: #e62640;
    }

@media (max-width: 768px) {
    .cms-lightbox-prev,
    .cms-lightbox-next {
        display: none;
    }

    .cms-lightbox-close {
        top: 12px;
        right: 12px;
    }

    .kierunki-scroll-top-fab {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .main-layout__fab {
        display: none;
        /*        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom));
        min-height: 52px;
        padding: 10px 14px;
        max-width: calc(100vw - 32px);*/
    }
}

@media (max-width: 992px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1200px) {

    .sekcja1 {
        min-height: 640px;
        height: auto;
        width: min(100vw, 1920px);
        margin-left: calc(50% - min(50vw, 960px));
    }

    .sekcja_2 {
        min-height: 224px;
        height: auto;
    }
}






/* ========================================================================== */
/* Filtr kierunków */
/* Źródło: wwwroot/css/KierunkiFiltr.css */
/* ========================================================================== */

:root {
    --kierunki-max-width: 1280px;
    --kierunki-page-padding-x: 18px;
    --kierunki-page-padding-y: 12px;
    --kierunki-color-text: #1d1d1f;
    --kierunki-color-muted: #8c8c8c;
    --kierunki-color-border: #1f1f1f; /*#e6e6e6;*/
    --kierunki-color-bg: #ffffff;
    --kierunki-title-size: 2.875rem;
    --kierunki-title-size-tablet: 2.25rem;
    --kierunki-title-size-mobile: 1.85rem;
    --kierunki-pill-height: 42px;
    --kierunki-pill-radius: 8px;
    --kierunki-card-button-radius: 8px;
    --kierunki-font-size-base: 16px;
    --kierunki-font-size-small: 0.875rem;
    --kierunki-font-size-xsmall: 0.75rem;
    --kierunki-shadow-hover: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.kierunki-page {
    max-width: var(--kierunki-max-width);
    margin: 0 auto;
    padding: var(--kierunki-page-padding-y) var(--kierunki-page-padding-x) 40px;
    color: var(--kierunki-color-text);
    background: var(--kierunki-color-bg);
    box-sizing: border-box;
}

.kierunki-breadcrumb {
    max-width: var(--kierunki-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: var(--kierunki-font-size-small);
    color: var(--kierunki-color-muted);
    line-height: 1.4;
}

    .kierunki-breadcrumb a {
        color: var(--kierunki-color-text);
        text-decoration: underline;
    }

.kierunki-page__title {
    margin: 0 0 22px;
    font-size: var(--kierunki-title-size);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.kierunki-filters {
    margin-bottom: 26px;
}

.kierunki-filters__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.filter-pill {
    min-height: var(--kierunki-pill-height);
    padding: 10px 16px;
    border: 1px solid #1f1f1f;
    border-radius: var(--kierunki-pill-radius);
    background: #fff;
    color: #1f1f1f;
    font-size: 0.95rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

    .filter-pill:hover {
        background: #f7f7f7;
        transform: translateY(-1px);
    }

.filter-pill--active {
    background: #1f1f1f;
    color: #fff;
    border-color: #1f1f1f;
}

    .filter-pill--active:hover {
        background: #1f1f1f;
        color: #fff;
    }

.filter-pill span {
    font-size: 1rem;
    line-height: 1;
}

.filters-reset {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #1f1f1f;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.95rem;
    padding: 8px 0;
}

.filter-pill__wrapper {
    position: relative;
}

.filter-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    max-width: 320px;
    background: #fff;
    border: 1px solid var(--kierunki-color-border);
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
    background-color: #f6f6f6;
}

.filter-dropdown__option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #333;
    cursor: pointer;
    user-select: none;
}

    .filter-dropdown__option input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin: 0;
        accent-color: #111;
    }

.alphabet-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding: 12px;
    background: #fff;
    border: 1px solid #1f1f1f;
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.alphabet-filter__letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid #1f1f1f;
    border-radius: 8px;
    background: #fff;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

    .alphabet-filter__letter:hover {
        background: #f7f7f7;
    }

    .alphabet-filter__letter.is-active {
        background: #1f1f1f;
        color: #fff;
        border-color: #1f1f1f;
    }

    .alphabet-filter__letter.is-disabled,
    .alphabet-filter__letter:disabled {
        background: #f3f3f3;
        color: #9b9b9b;
        border-color: #d0d0d0;
        cursor: not-allowed;
    }

        .alphabet-filter__letter.is-disabled:hover,
        .alphabet-filter__letter:disabled:hover {
            background: #f3f3f3;
        }

.kierunki-filters__options {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 22px;
    margin-bottom: 18px;
}

.check-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--kierunki-font-size-small);
    color: #333;
    cursor: pointer;
    user-select: none;
}

    .check-option input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin: 0;
        accent-color: #111;
    }

.selected-filters {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.selected-filters__label {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f1f1f;
}

.selected-filters__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.selected-tag {
    height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    background: #0079c8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: opacity .2s ease;
}

    .selected-tag:hover {
        opacity: .88;
    }

    .selected-tag span {
        font-size: 1rem;
        line-height: 1;
    }

.kierunki-list {
    /*border-top: 1px solid var(--kierunki-color-border);*/
}

.kierunek-card {
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(420px, 1fr);
    gap: 28px;
    padding: 24px 5px 24px 5px;
    /*border-bottom: 1px solid var(--kierunki-color-border);*/
    align-items: start;
    color: inherit;
    text-decoration: none;
}

    .kierunek-card:hover,
    .kierunek-card:focus-visible,
    .kierunek-card:visited,
    .kierunek-card:active {
        color: inherit;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        border-radius: 8px;
        background-color: rgb(0, 0, 0, 0.02)
    }
.hrek {
    color: var(--kierunki-color-border);
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}
.kierunek-card__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    height: 100%;
}

.kierunek-card__faculty {
    margin-bottom: 16px;
    color: #9b9b9b;
    font-size: 0.76rem;
    line-height: 1.4;
}

.kierunek-card__title-wrap {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 18px;
    width: 100%;
}

.kierunek-card__accent {
    flex: 0 0 8px;
    margin-top: 0;
    border-radius: 0;
    display: block;
    background: var(--kierunek-accent-color, #000);
}

.kierunek-card__title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    max-width: 650px;
}

.kierunek-card__button {
    min-width: 94px;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: var(--kierunki-card-button-radius);
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s ease, transform .2s ease;
    margin-top: auto;
}

    .kierunek-card__button:hover {
        opacity: .9;
        transform: translateY(-1px);
    }

.kierunek-card__meta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    height: 100%;
}

.kierunek-card__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    min-height: 24px;
    margin-bottom: 18px;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.62rem;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.badge--yellow {
    background: #f6c21f;
    color: #111;
}

.badge--blue {
    background: #0089d8;
    color: #fff;
}

.badge--black {
    background: #000;
    color: #fff;
}

.kierunek-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 18px 42px;
}

.meta-box__label {
    margin-bottom: 4px;
    color: #a3a3a3;
    font-size: 0.76rem;
    line-height: 1.35;
}

.meta-box__value {
    color: #111;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .kierunek-card {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .kierunek-card__badges {
        justify-content: flex-start;
        margin-bottom: 14px;
    }

    .kierunek-card__title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .kierunki-page {
        padding: 12px 14px 28px;
    }

    .kierunki-page__title {
        font-size: var(--kierunki-title-size-tablet);
        margin-bottom: 18px;
    }

    .selected-filters__label {
        font-size: 1.25rem;
    }

    .kierunki-filters__top {
        gap: 8px;
    }

    .filter-pill {
        min-height: 38px;
        padding: 9px 14px;
        font-size: 0.875rem;
    }

    .filters-reset {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .kierunek-card {
        padding: 18px 0 16px;
    }

    .kierunek-card__title {
        font-size: 1.5rem;
    }

    .kierunek-card__grid {
        gap: 16px 24px;
    }
}

@media (max-width: 560px) {
    .kierunki-page__title {
        font-size: var(--kierunki-title-size-mobile);
    }

    .kierunki-breadcrumb {
        font-size: 0.8rem;
        flex-wrap: wrap;
    }

    .kierunki-filters__options {
        gap: 12px 16px;
    }

    .selected-tag {
        font-size: 0.8125rem;
        padding: 0 10px;
    }

    .kierunek-card__title-wrap {
        gap: 10px;
        margin-bottom: 14px;
    }

    .kierunek-card__accent {
        height: 24px;
    }

    .kierunek-card__title {
        font-size: 1.3rem;
    }

    .kierunek-card__grid {
        /*grid-template-columns: 1fr;*/
        gap: 12px;
    }

    .kierunek-card__button {
        min-width: 88px;
        min-height: 38px;
        font-size: 0.875rem;
    }
}


/* ========================================================================== */
/* Rekrutacja */
/* Źródło: wwwroot/css/Rekrutacja.css */
/* ========================================================================== */

/* 1) Fonty */
@font-face {
    font-family: "Uniwroclavica";
    src: url("../fonts/Uniwroclavica-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Uniwroclavica";
    src: url("../fonts/Uniwroclavica-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Uniwroclavica";
    src: url("../fonts/Uniwroclavica-Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Uniwroclavica";
    src: url("../fonts/Uniwroclavica-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Uniwroclavica";
    src: url("../fonts/Uniwroclavica-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* 2) Zmienne (łatwo zmieniać rozmiary/kolory) */
:root {
    --font-base: "Uniwroclavica", sans-serif;
    --color-text: #0b0f1a;
    --color-link: #0075bf;
    --hero-color: #0075bf;
    --h1-size: 48px;
    --h1-accent-width: 6px;
    --h1-accent-color: #0075bf;
    --h1-accent-gap: 16px;
    --h2-size: 36px;
    --h3-size: 32px;
    --h4-size: 24px;
    --lead-size: 24px;
    --body-size: 20px;
    --link-size: 20px;
    --small-size: 16px;
    --label-size: 14px;
    --button-size: 20px;
    --lh-120: 1.2;
    --lh-140: 1.4;
    /* naglowek*/
    --header-h: 60px;

    @media (max-width: 768px) {
        --h1-size: 36px;
        --body-size: 18px;
    }
}

/* 3) Bazowe ustawienia dokumentu */
html, body {
    font-family: var(--font-base);
    color: var(--color-text);
    font-weight: 300;
    font-size: var(--body-size);
    line-height: var(--lh-140);
    margin: 0;
}

/* 4) Nagłówki */
h1 {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: var(--h1-size);
    line-height: var(--lh-120);
    margin: 0 0 0.6em 0;
}

.section-block h1 {
    display: inline-block;
    max-width: 100%;
    padding-left: var(--h1-accent-gap);
    border-left: var(--h1-accent-width) solid var(--h1-accent-color);
    text-align: left;
}

h2 {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: var(--h2-size);
    line-height: var(--lh-120);
    margin: 0 0 0.6em 0;
}

h3 {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: var(--h3-size);
    line-height: var(--lh-120);
    margin: 0 0 0.6em 0;
}

h4 {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: var(--h4-size);
    line-height: var(--lh-120);
    margin: 0 0 0.6em 0;
}

/* 5) Tekst akapitowy */
p {
    font-family: var(--font-base);
    font-weight: 300;
    font-size: var(--body-size); /* wg Twojego przykładu (Body p = 24px) */
    line-height: var(--lh-140);
    margin: 1em 0 1em 0;
}

/*table thead th {
    background-color: #000;
    color: #fff;
}

table:not(:has(thead)) tr:first-child td {
    background-color: black !important;
}

    table:not(:has(thead)) tr:first-child td p {
        color: white !important;
    }

    table:not(:has(thead)) tr:first-child td span {
        color: white !important;
    }

table p {
    text-align: center;
}*/
/* 6) Lead (wyróżniony akapit) */
.leadtext,
.lead {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: var(--lead-size);
    line-height: var(--lh-140);
    margin: 0 0 1em 0;
}

/* 7) Kursywa / pogrubienia */
em, i {
    font-style: italic;
    font-weight: 300;
}

strong, b {
    font-weight: 700;
}

/* 8) Link */
a {
    font-family: var(--font-base);
    font-weight: 300;
    font-size: var(--link-size);
    line-height: var(--lh-140);
    color: var(--color-link);
    text-decoration: underline;
}

/* 9) Small */
small, .small {
    font-family: var(--font-base);
    font-weight: 300;
    font-size: var(--small-size);
    line-height: var(--lh-120);
}

.body-bold {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: var(--body-size);
    line-height: var(--lh-140);
}
/* 10) Label */
label, .label {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: var(--label-size);
    line-height: var(--lh-120);
}

/* 11) Button */
button, .btn {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: var(--button-size);
    line-height: var(--lh-140);
}

.program-body {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

ul li {
    font-family: var(--font-base);
    font-weight: 300;
    font-size: var(--body-size); /* wg Twojego przykładu (Body p = 24px) */
    line-height: var(--lh-140);
    margin: 0 0 1em 0;
}
/* naglowek apki */
.btn-naked-icon {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.25rem;
    color: inherit;
    transition: transform 0.2s ease;
    width: 40px;
    height: 40px;
}

    .btn-naked-icon:hover {
        transform: scale(1.1);
        color: #007bdb;
        /* } */
    }

@media (min-width: 1400px) {
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 1296px !important;
    }
}

/* SPIS TREŚCI LEWO */

.spistresci-toc {
    width: 291px;
    flex-shrink: 0;
    position: sticky;
    top: 5px; /* pod headerem/hero */
    left: 5px;
    align-self: flex-start;
    top: var(--header-h);
    /* kompensacja, żeby na starcie nie było „zjazdu” */
    margin-top: calc(-1 * var(--header-h));
    padding-top: var(--header-h);
    z-index: 900;
}

.spistresci-toc-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.spistresci-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.spistresci-toc-item {
    /*padding: 6px 0;*/
    padding-left: 15px;
    cursor: pointer;
    color: #555;
    font-size: 22px;
    gap: 16px;
}

    .spistresci-toc-item.is-active {
        border-left: 6px solid var(--hero-color); /* czerwony pasek */
        padding-left: 9px;
        font-weight: 600;
        color: #000;
    }

.program-toc {
    width: 291px;
    flex-shrink: 0;
    position: sticky;
    top: 5px; /* pod headerem/hero */
    left: 5px;
    align-self: flex-start;
}

.program-toc-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.program-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.program-toc-item {
    padding-left: 15px;
    cursor: pointer;
    color: #555;
    font-size: 22px;
    gap: 16px;
}

    .program-toc-item.is-active {
        border-left: 6px solid var(--hero-color); /* czerwony pasek */
        padding-left: 9px;
        font-weight: 600;
        color: #000;
    }

.strona-podglad-html {
    margin-top: 24px;
}
/*.podglad-layout {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

 .podglad-spis {
    width: 291px;
    max-width: 291px;
    flex: 0 0 291px;
    position: sticky;
    top: 24px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    height: fit-content;
}

     .podglad-spis nav ul {
        margin: 0;
        padding-left: 18px;
    }

 .podglad-main {
    width: 925px;
    max-width: 925px;
    flex: 0 0 925px;
}

     .podglad-main section {
        margin-bottom: 24px;
        padding-bottom: 16px;*/
/*border-bottom: 1px solid #e5e7eb;*/
/*}

    .section-block {
        scroll-margin-top: 120px;
    }*/
.podglad-layout {
    display: grid;
    grid-template-columns: minmax(240px, 291px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.podglad-spis {
    position: sticky;
    top: 24px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    height: fit-content;
    width: 100%;
    max-width: 291px;
}

    .podglad-spis nav ul {
        margin: 0;
        padding-left: 18px;
    }

.podglad-main {
    width: 100%;
    min-width: 0;
    text-align: justify;
}

    .podglad-main section {
        margin-bottom: 24px;
        padding-bottom: 16px;
    }

.section-block {
    scroll-margin-top: 120px;
}

/* tablet */
@media (max-width: 1024px) {
    .podglad-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .podglad-spis {
        position: static;
        top: unset;
        max-width: 100%;
    }

    .podglad-main {
        width: 100%;
    }

    .spistresci-toc {
        display: none;
    }
}

/* mobile */
@media (max-width: 768px) {
    .podglad-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .podglad-spis {
        position: static;
        top: unset;
        max-width: 100%;
    }

    .podglad-main {
        width: 100%;
    }
}

.photo-slider {
    width: 100%;
    margin-bottom: 16px;
}

.photo-slider-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .photo-slider-grid img,
    .photo-slider-more {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 8px;
    }

.photo-slider-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

    .photo-slider-more::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
    }

    .photo-slider-more span {
        position: relative;
        z-index: 1;
        font-size: 28px;
    }

.photo-slider-preview {
    width: 100%;
    cursor: pointer;
}

.photo-slider-empty {
    padding: 16px;
    border: 1px dashed #d1d5db;
    border-radius: 10px;
    text-align: center;
    color: #6b7280;
}


/* ========================================================================== */
/* Kierunek */
/* Źródło: wwwroot/css/kierunek.css */
/* ========================================================================== */

.kierunki-view {
    width: 100%;
    padding: 32px 0 80px;
}

.kierunki-nag {
    /*    background: linear-gradient( 180deg, var(--hero-color) 0%, var(--hero-color-soft) 50%, #ffffff 100% );*/
    /*width: 100%;*/
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient( 180deg, var(--hero-color) 0%, color-mix(in srgb, var(--hero-color), white 75%) 100%);
    padding: 80px 0 120px;
}

.kierunki-nag-body {
    max-width: 1296px;
    margin: 0 auto;
}

.kierunki-nag-bodylayout {
    position: relative;
}

.kierunki-nag-body-main {
    background: #ffffff;
    padding: 48px 56px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    /* szerokość do ~70% + zostawiamy miejsce na czarny panel */
    width: 65%;
}

.kierunki-nag-body-main-text {
    width: 70%;
}

.kierunki-nag-body-sidebar {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 32px 40px;
    width: 55%; /* stała szerokość jak w projekcie */
    box-sizing: border-box;
}

.hero-sidebar__row-spaced {
    margin-top: 20px;
}
/* taby */
.kierunki-root {
    max-width: 1296px;
    margin: 0 auto;
    padding: 40px 24px 80px;
    gap: 80px;
    display: grid;
}

.kierunki-tabs {
    /*display: flex;*/
    gap: 24px;
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 16px;
    /*font-size: 14px;*/
}

.kierunki-tab {
    border: none;
    background: transparent;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    width: 20%;
}

    .kierunki-tab.is-active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px;
        background: #000;
    }


/* pełne tło z gradientem */
.hero-bg {
    width: 100%;
    /*    background: linear-gradient( 180deg, var(--hero-color) 0%, var(--hero-color-soft) 50%, #ffffff 100% );*/
    background: linear-gradient( 180deg, var(--hero-color) 0%, color-mix(in srgb, var(--hero-color), white 75%) 100%);
    padding: 80px 0 120px;
}

.left-bar {
    border-left: 6px solid var(--hero-color); /* czerwony pasek */
    padding-left: 10px;
    font-size: 1.8rem;
    font-weight: 600;
}
/* kontener 1200px */
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* wrapper dla białej + czarnej karty */
.hero-layout {
    position: relative;
}

/* biały karton */
.hero-main {
    background: #ffffff;
    padding: 48px 56px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    /* szerokość do ~70% + zostawiamy miejsce na czarny panel */
    width: 65%;
}

.hero-main-text {
    width: 70%;
}

.title-editor-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0; /* dopasuj, jeśli chcesz poniżej h1: top: 40px; */
    z-index: 9999;
    background: floralwhite;
    box-shadow: rgba(99,99,99,0.2) 0 2px 8px;
    padding: 12px;
    width: 100%;
}
/* czarna „przyklejona” karta */
.hero-sidebar {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 32px 40px;
    width: 55%; /* stała szerokość jak w projekcie */
    box-sizing: border-box;
}

/* typografia – możesz dopasować do swojego fontu/bootstrapa */
.hero-faculty {
    font-size: 14px;
    margin: 0 0 8px;
}

.hero-title {
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 16px;
}

.hero-badge {
    display: inline-block;
    background: var(--hero-color);
    color: #ffffff;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 12px;
    margin-bottom: 24px;
    margin-right: 8px;
}

.nowosc-badge {
    background: #FDC734;
}

.rekrutacja-trwa-badge {
    background: #89C63F;
}

.rekrutacja-dodatkowa-badge {
    background: #FD5D85;
}

.rekrutacja-zimowa-badge {
    background: #F57633;
}

.studia-we-wspolpracy-badge {
    background: #C498E1;
}

.hero-lead {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.hero-text:empty::before {
    content: " tu musi być tekst, pole obowiązkowe "; /* nic nie wyświetla */
    color: red;
    white-space: pre;
    display: inline-block;
    min-height: 50px;
    background-color: rgba(255, 38, 38, 0.12);
    box-shadow: 0 0 0 2px rgba(255, 38, 38, 0.4);
}

.hero-text {
    /*    font-size: 14px;*/
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-cta {
    display: inline-block;
    background: var(--hero-color);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
}

/* zawartość czarnego panelu */
.hero-info-row + .hero-info-row {
    margin-top: 18px;
}

.hero-info-label {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
    margin-bottom: 4px;
    font-weight: 300;
}

.hero-info-value {
    font-size: 20px;
    font-weight: 700;
}

.olimpiady-container {
    width: 100%;
    padding: 10px;
}

.table-olimpiady {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .table-olimpiady thead th {
        background-color: black;
        color: white;
        padding: 12px;
        text-align: center;
        font-weight: bold;
        border: 1px solid #dee2e6;
    }

    .table-olimpiady tbody td {
        padding: 10px;
        border: 1px solid #dee2e6;
        text-align: left;
    }

.preview-wrapper {
    width: 100%;
    margin: 0 auto;
    container-type: inline-size;
    /* NAZWA kontenera */
}

    .preview-wrapper.device-600 {
        max-width: 768px;
        margin: 0 auto;
        container-name: preview;
    }

    .preview-wrapper.device-800 {
        max-width: 1025px;
        margin: 0 auto;
        container-name: preview;
    }

    .preview-wrapper.device-1200 {
        width: 1200px;
        margin: 0 auto;
    }
/**/
/**/
.limity-container {
    width: 100%;
    padding: 10px;
}

.table-limity {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .table-limity thead th {
        background-color: black;
        color: white;
        padding: 12px;
        text-align: center;
        font-weight: bold;
        border: 1px solid #dee2e6;
    }

    .table-limity tbody td {
        padding: 10px;
        border: 1px solid #dee2e6;
    }

        .table-limity tbody td:first-child {
            text-align: left;
            padding-left: 15px;
        }

        .table-limity tbody td:last-child {
            text-align: right;
            font-weight: 500;
        }

.error {
    color: #dc3545;
    padding: 10px;
    text-align: center;
}

.naglowek-strony {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: white;
    /* border-bottom: 1px solid #dee2e6; */
    height: 100px;
    width: 100%;
}

.custom-dialog .rz-dialog-content {
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 20px;
}

/*table thead th {
    background-color: #000;
    color: #fff;
}

table:not(:has(thead)) tr:first-child td {
    background-color: black !important;
}

    table:not(:has(thead)) tr:first-child td p {
        color: white !important;
    }

    table:not(:has(thead)) tr:first-child td span {
        color: white !important;
    }

table p {
    text-align: center;
}*/

.kierunki-tabs-mobile {
    display: none;
}

.kierunki-tabs-desktop {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

@media (max-width: 1935px) {
    .kierunki-nag {
        width: 100%;
        left: auto;
        transform: none;
        padding: 56px 0 88px;
    }
}

@media (max-width: 1320px) and (min-width: 1200px) {
/*    .kierunki-nag {
        width: 100%;
        left: auto;
        transform: none;
        padding: 56px 0 88px;
    }*/

    .kierunki-nag-body {
        padding: 0 24px;
    }

    .kierunki-nag-bodylayout {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
        gap: 24px;
        align-items: stretch;
    }

    .kierunki-nag-body-main {
        width: 100%;
        min-width: 0;
        padding: 40px;
        height: 100%;
    }

    .kierunki-nag-body-main-text {
        width: 100%;
    }

    .hero-sidebar {
        position: static;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        min-width: 0;
        padding: 28px 32px;
        height: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
/*    .kierunki-nag {
        width: 100%;
        left: auto;
        transform: none;
        padding: 16px 0 32px;
    }*/

    .kierunki-nag-body {
        padding: 0 16px;
    }

    .kierunki-nag-bodylayout {
        display: flex;
        flex-direction: column;
    }

    .kierunki-nag-body-main {
        width: 100%;
        padding: 32px 16px;
        border-radius: 8px 8px 0 0;
    }

    .kierunki-nag-body-main-text {
        width: 100%;
    }

    .hero-sidebar {
        position: static;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        margin-top: 0;
        padding: 32px 16px;
        border-radius: 0 0 8px 8px;
    }

    /*        .hero-sidebar .row {
            display: block;
            margin-left: 0;
            margin-right: 0;
        }

        .hero-sidebar .col {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

            .hero-sidebar .col + .col {
                margin-top: 20px;
            }*/
}

@media (max-width: 768px) {
    .kierunki-view {
        padding-right: 10px;
    }

    .kierunki-nag {
        width: 100%;
        left: auto;
        transform: none;
        padding: 16px 0 32px;
    }

    .kierunki-nag-body {
        padding: 0 16px;
    }

    .kierunki-nag-bodylayout {
        display: flex;
        flex-direction: column;
    }

    .kierunki-nag-body-main {
        width: 100%;
        padding: 32px 16px;
        border-radius: 8px 8px 0 0;
    }

    .kierunki-nag-body-main-text {
        width: 100%;
    }

    .hero-sidebar {
        position: static;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        margin-top: 0;
        padding: 32px 16px;
        border-radius: 0 0 8px 8px;
    }

        .hero-sidebar .row {
            display: block;
            margin-left: 0;
            margin-right: 0;
        }

        .hero-sidebar .col {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

            .hero-sidebar .col + .col {
                margin-top: 20px;
            }

    .kierunki-root {
        position: relative;
        padding: 0;
        gap: 10px;
    }

    .kierunki-tabs {
        position: relative;
        margin-bottom: 0;
        z-index: 20;
        display: inherit;
    }

    .kierunki-tabs-desktop {
        display: none;
    }

    .kierunki-tabs-mobile {
        display: block;
    }

    .kierunki-tabs-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border: none;
        background: #000;
        color: #fff;
        padding: 18px 24px;
        font-size: 20px;
        font-weight: 700;
        position: relative;
    }

    .kierunki-tabs-toggle-icon {
        position: absolute;
        right: 24px;
        font-size: 36px;
        line-height: 1;
        font-weight: 300;
    }

    .kierunki-tabs-list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    }

    .kierunki-tab {
        display: block;
        width: 100%;
        padding: 18px 24px;
        border-bottom: 1px solid #d9d9d9;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        background: #fff;
    }

        .kierunki-tab:last-child {
            border-bottom: none;
        }

        .kierunki-tab.is-active::after {
            display: none;
        }
}



/* === ROOT SEKCJI (IZOLACJA OD BOOTSTRAPA) === */
.kw-uwr-section-root {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
}

.heading-underline {
    /*tekst bold*/
    font-weight: 600;
}

.heading-tytul {
    margin-bottom: 0 !important;
}

.kw-uwr-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
}

/* === NAGŁÓWEK === */
.kw-uwr-title {
    color: #ffffff !important;
    font-size: 36px;
    margin-bottom: 16px;
}

.kw-uwr-subtitle {
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 60px;
}

/* === SIATKA === */
.kw-uwr-items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
}

/* === ELEMENT === */
.kw-uwr-item-box {
    max-width: 400px;
    margin: 0 auto;
}

.kw-uwr-item-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
}

.kw-uwr-item-text {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.6;
}

/* === RESPONSYWNOŚĆ === */
@media (max-width: 768px) {
    .kw-uwr-items-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}




.form-section {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: 0.2s;
}

    .form-section:hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    }
/**/
.panelik {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px) saturate(120%);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.bajtus-container {
    position: fixed;
    right: 60px;
    bottom: 40px;
    z-index: 9999; /* ponad dialogami Radzena */
    display: inline-block;
    background-color: azure;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.4);
}

/* Sam Bajtuś – przezroczyste tło z webp tu ładnie zadziała */
.bajtus-img {
    width: 220px; /* zmniejszasz wg uznania */
    height: auto;
    display: block;
}

/* Dymek z tekstem NAD głową Bajtusia */
.bajtus-bubble {
    position: absolute;
    bottom: 100%; /* nad obrazkiem */
    left: 50%;
    transform: translate(-50%, 10px); /* lekko zachodzi nad głowę */
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 0.85rem;
    max-width: 220px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.4);
    pointer-events: none; /* żeby klik nie przeszkadzał przy dragowaniu */
}

/* mały X obok dymka / głowy */
.bajtus-close {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    border: none;
    background: #111827;
    color: #e5e7eb;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.editable-block {
    // position: relative;
    cursor: pointer;
    transition: background-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
    border-radius: 6px;
}

.editable-block-hover {
    background-color: rgba(0, 120, 212, 0.07);
    box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.18);
}
/* Nie zmieniamy tła samego panelu */
.hero-sidebar.editable-block-hover {
    background-color: #000; /* zostawiamy czarny */
    box-shadow: none; /* wyczyść ogólny shadow */
}

    /* Fluentowy „ring” dookoła panelu jako pseudo-element */
    .hero-sidebar.editable-block-hover::after {
        content: "";
        position: absolute;
        inset: -10px; /* margines wokół panelu */
        border-radius: 18px; /* jak karta, miękkie rogi */
        border: 2px solid rgba(0, 120, 212, 0.85);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
        background: radial-gradient(circle at top left, rgba(0, 120, 212, 0.18), transparent 60%);
        pointer-events: none; /* żeby nie blokować klików */
    }

.program-root {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 80px;
}

/* GÓRNE ZAKŁADKI -------------------------------- */

.program-main-tabs {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    font-size: 14px;
}

.program-main-tab {
    border: none;
    background: transparent;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

    .program-main-tab.is-active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px;
        background: #000;
    }

/* MODUŁ „O KIERUNKU” ---------------------------- */

.program-section-root {
    margin-top: 8px;
}

/* CZARNY PASEK ZAKŁADEK */

.program-subtabs {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    color: #fff;
    padding: 8px 24px;
    gap: 24px;
    margin-bottom: 32px;
}

.program-subtab {
    background: transparent;
    border: none;
    color: inherit;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

    .program-subtab.is-active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        height: 2px;
        background: #fff;
    }

/* LAYOUT TEKST + SPIS TREŚCI */

.program-body {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

/* SPIS TREŚCI LEWO */

.program-toc {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 120px; /* pod headerem/hero */
    align-self: flex-start;
}

.program-toc-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.program-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.program-toc-item {
    padding: 6px 0;
    padding-left: 15px;
    cursor: pointer;
    color: #555;
}

    .program-toc-item.is-active {
        border-left: 6px solid var(--hero-color); /* czerwony pasek */
        font-weight: 600;
        color: #000;
    }

/* PRAWA KOLUMNA – SEKCJE */
table p {
    /*margin-bottom: 0;*/
}

.program-content {
    flex: 1;
    min-width: 0;
}

.program-block {
    margin-bottom: 24px;
}

    .program-block h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

/* Cały accordion bez ramek i zaokrągleń */
.accordion {
    border: none;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .accordion .accordion {
        margin-top: 8px;
        margin-left: 16px; /* wcięcie względem głównego */
        padding-left: 12px;
        /*border-left: 2px solid #e0e0e0;*/
        border-radius: 0;
    }

.accordion-header {
    border-bottom: none;
}
/* Każdy item = tylko cienka linia pod spodem */
.accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 !important;
}

/* Zero odstępów Bootstrapa po rozwinięciu */
.accordion-collapse {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

    /* PRZYPIS: to usuwa pusty odstęp między nagłówkiem a treścią */
    .accordion-collapse.collapse.show {
        margin-top: -1px !important; /* linia sklei się idealnie */
    }

/* Sam header – idealnie jak na screenie */
.accordion-button {
    background-color: #fff !important;
    color: #000 !important;
    padding: 12px 0;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 600;
}

    /* Po rozwinięciu – zachowuje wygląd */
    .accordion-button:not(.collapsed) {
        background-color: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }

    /* Usuwamy strzałkę Bootstrapa */
    .accordion-button::after {
        background-image: none !important;
        transform: none !important;
    }

    /* Twoje + i - */
    .accordion-button::after {
        content: "+";
        font-size: 20px;
        font-weight: 600;
        margin-left: auto;
    }

    .accordion-button:not(.collapsed)::after {
        content: "−";
    }

/* Treść po rozwinięciu — żadnych dziwnych marginesów */
.accordion-body {
    padding: 12px 0 16px 0 !important;
}

.download-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 30px;
}

.download-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.download-btn {
    text-decoration: none;
    padding: 2px 6px;
}

.download-link {
    text-decoration: none;
}

/* dropdown w kierunkach */
.rekrutacja-bar {
    background: #0f0f0f;
    padding: 14px 16px;
    /*border-radius: 6px;*/
    margin-bottom: 20px;
}

.rekrutacja-label {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.rekrutacja-select {
    width: 100%;
    background: #111;
    color: #fff;
    border: 1px solid #2a2a2a;
    /*border-radius: 4px;*/
    padding: 10px 12px;
    outline: none;
}

.rekrutacja-content {
    margin-top: 16px;
}

.htmlBox {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    border: 1px solid #E8E8E8;
    padding: 10px;
    transition: background-color .2s;
}

    .htmlBox:hover {
        /*        background-color: #f0f0f0;*/
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

.copy-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    color: #6c757d; /* stonowany kolor tekstu */
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

    .copy-link-btn:hover {
        color: #0056b3; /* delikatne podkreślenie przy hover */
        background-color: rgba(0, 86, 179, 0.05);
        border-color: rgba(0, 86, 179, 0.2);
    }

    .copy-link-btn:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 86, 179, 0.25);
    }

    .copy-link-btn:active {
        transform: scale(0.98);
    }

    .copy-link-btn svg {
        width: 16px;
        height: 16px;
        opacity: 0.8;
    }

.lista-ikona-oko i.bi-eye {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    font-size: 0; /* ukrywa bootstrap icon font */
    line-height: 0;
}

    .lista-ikona-oko i.bi-eye::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 40'>\
<path d='M4 20C10 10 20 4 32 4s22 6 28 16c-6 10-16 16-28 16S10 30 4 20z' fill='%230B84E3'/>\
<path d='M14 20c4.5-6.5 10.5-10 18-10s13.5 3.5 18 10c-4.5 6.5-10.5 10-18 10s-13.5-3.5-18-10z' fill='%23ffffff'/>\
<circle cx='32' cy='20' r='8.5' fill='%230B84E3'/>\
<circle cx='32' cy='20' r='4.5' fill='%23ffffff'/>\
</svg>");
    }

.telefon-block {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .telefon-block a {
        font-size: var(--link-size) !important;
    }

.mail-block {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .mail-block a {
        font-size: var(--link-size) !important;
    }

.accordion-header button {
    font-size: 24px;
}


/* ========================================================================== */
/* Sekcja Dla Kogo */
/* Źródło: wwwroot/css/DlaKogo.css */
/* ========================================================================== */

.dla-kogo-section {
    background-color: #000;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

    .dla-kogo-section h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #fff;
    }

    .dla-kogo-section > p {
        font-size: 16px;
        max-width: 800px;
        margin: 0 auto 40px;
        line-height: 1.6;
    }

.dla-kogo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.dla-kogo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

    .dla-kogo-item img {
        width: 64px;
        height: 64px;
        /* Usuń filter: invert(1) - ikony są już białe */
    }

    .dla-kogo-item p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        color: #fff;
    }

@media (max-width: 768px) {
    .dla-kogo-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


/* ========================================================================== */
/* Sekcja Zajrzyj po więcej */
/* Źródło: wwwroot/css/ZajrzyjPoWiecej.css */
/* ========================================================================== */

/*:root {
    --zajrzyj-color-primary: #99FF99;
}
.zajrzyj-section {
    padding: 10px 5px;
}

    .zajrzyj-section h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 40px;
        padding-left: 15px;
        border-left: 4px solid var(--zajrzyj-color-primary);
    }*/
:root {
    --zajrzyj-color-primary: #99FF99;
}

.zajrzyj-grid {
    display: grid;
    grid-template-columns: 3fr 1fr; /* 75% / 25% */
    gap: 20px;
    max-width: 1291px;
    margin-top: 20px;
    /*margin: 0 auto;*/
}

.zajrzyj-card {
    /*background: #f5f5f5;*/
    /*border: 1px solid #ddd;*/
    border-bottom: 6px solid var(--zajrzyj-color-primary);
    border-radius: 0px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.zajrzyj-card-main {
    grid-column: 1;
}

    .zajrzyj-card-main p {
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
    }

    .zajrzyj-card-main h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

/* Kolumna social media po prawej */
.zajrzyj-social-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.zajrzyj-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 14px;
    cursor: pointer;
    align-self: flex-start;
}

/* Karta social media - nazwa po lewej, ikona po prawej */
.zajrzyj-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: relative;
    padding-bottom: 10px;
}

    .zajrzyj-social h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }

.zajrzyj-social-icon img {
    width: 36px;
    height: 36px;
}

/* Czerwona linia pod kartami social */
/*.zajrzyj-social::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #c00;
    border-radius: 0 0 8px 8px;
}*/

@media (max-width: 768px) {
    .zajrzyj-grid {
        grid-template-columns: 1fr;
    }

    .zajrzyj-card {
        /*background: #f5f5f5;*/
        border: 1px solid #ddd;
        border-radius: 8px;
        border-bottom: 8px solid var(--zajrzyj-color-primary);
        /*        border-radius: 0px;
        padding: 10px;
        display: flex;
        flex-direction: column;*/
    }
}

/* ========================================================================== */
/* Blok niebieskiej listy numerowanej */
/* Źródło: wwwroot/css/BlokNiebieskaListaNumerowana.css */
/* ========================================================================== */

/* ========================================
   BLOK NIEBIESKA LISTA NUMEROWANA
   ======================================== */

/* KONTENER GŁÓWNY */
.edytor-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ========================================
   TRYB EDYCJI
   ======================================== */

.edycja-lista {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edycja-item {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s;
    margin-top: 10px;
}

    .edycja-item:hover {
        border-color: #007bff;
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
    }

.edycja-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.lista-numer-small {
    background: #007bff;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
}

.edycja-controls {
    display: flex;
    gap: 8px;
}

.btn-ikona {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-ikona:hover:not(:disabled) {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

    .btn-ikona:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.btn-usun:hover:not(:disabled) {
    background: #dc3545;
    border-color: #dc3545;
}

.edycja-pola {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .form-group label {
        font-weight: 600;
        color: #495057;
        font-size: 14px;
    }

    .form-group small {
        font-weight: 400;
        margin-left: 8px;
    }

.form-control {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 10px;
    font-size: 16px;
    transition: border-color 0.2s;
    font-family: inherit;
    resize: vertical;
}

    .form-control:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

/* ========================================
   TRYB PODGLĄDU
   ======================================== */

.lista-rozwijana-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lista-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lista-item-header {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.lista-numer {
    background: #007bff;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    border-radius: 8px;
    flex-shrink: 0;
}

.lista-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lista-tytul {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.btn-rozwin {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    align-self: flex-start;
}

    .btn-rozwin:hover {
        text-decoration: underline;
    }

.lista-szczegoly {
    margin-left: 75px;
    margin-top: 10px;
    padding: 15px;
    background: white;
    border-radius: 6px;
    border-left: 3px solid #007bff;
}

/* ========================================
   PRZYCISKI AKCJI
   ======================================== */

.przyciski-akcji {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .przyciski-akcji .btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .edytor-container {
        padding: 0 10px;
    }

    .lista-item-header {
        gap: 10px;
    }

    .lista-numer {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .lista-numer-small {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .lista-tytul {
        font-size: 16px;
    }

    .lista-szczegoly {
        margin-left: 0;
        margin-top: 10px;
    }

    .edycja-controls {
        flex-wrap: wrap;
    }

    .przyciski-akcji {
        flex-direction: column;
    }

        .przyciski-akcji .btn {
            width: 100%;
            justify-content: center;
        }
}

@media (max-width: 480px) {
    .edycja-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .edycja-controls {
        width: 100%;
        justify-content: space-between;
    }
}

/* ========================================
   WYDRUK
   ======================================== */

@media print {
    .przyciski-akcji,
    .btn-rozwin,
    .edycja-controls {
        display: none !important;
    }

    .lista-szczegoly {
        display: block !important;
    }

    .lista-item {
        break-inside: avoid;
    }
}


/* ========================================
   WYGENEROWANY HTML - STYLE FINALNE
   ======================================== */

.lista-dokumentow {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 900px;
    margin: 20px auto;
}

.dokument-item {
    display: flex;
    gap: 15px;
    background: rgba(0, 117, 191, 0.05);
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #A2C4D9;
    align-items: flex-start;
}

.dokument-numer {
    background: rgba(0, 117, 191, 0.07);
    color: #0075BF;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    border-radius: 100px;
    flex-shrink: 0;

}

.dokument-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dokument-tytul {
    font-size: var(--body-size);
    font-weight: 600;
    line-height: 1.4;
    color: #212529;
}

.dokument-szczegoly {
    padding: 12px 15px;
    background: white;
    border-radius: 6px;
    border-left: 3px solid #007bff;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    margin-top: 5px;
}

/* Przycisk rozwijania w wygenerowanym HTML */
.btn-rozwin-html {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}

    .btn-rozwin-html:hover {
        text-decoration: underline;
        color: #0056b3;
    }

.chevron-icon {
    font-size: 12px;
    transition: transform 0.3s;
}

/* Animacja dla szczegółów */
.dokument-szczegoly {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive dla wygenerowanego HTML */
@media (max-width: 768px) {
    .lista-dokumentow {
        gap: 12px;
        margin: 15px 10px;
    }

    .dokument-item {
        gap: 10px;
        padding: 12px;
    }

    .dokument-numer {
        min-width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .dokument-tytul {
        font-size: 16px;
    }

    .dokument-szczegoly {
        font-size: 14px;
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .dokument-item {
        flex-direction: column;
    }

    .dokument-numer {
        width: 100%;
        height: 50px;
    }
}


/* ========================================================================== */
/* Blok listy z ikoną oka */
/* Źródło: wwwroot/css/BlokListaOko.css */
/* ========================================================================== */

/* ========================================
   BLOK LISTA OKO - STYLE
   ======================================== */

/* KONTENER GŁÓWNY */
.edytor-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ========================================
   TRYB EDYCJI
   ======================================== */

.edycja-lista {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edycja-item {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s;
}

    .edycja-item:hover {
        border-color: #007bff;
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
    }

.edycja-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.lista-ikona-small {
    background: #007bff;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
}

.edycja-controls {
    display: flex;
    gap: 8px;
}

.btn-ikona {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-ikona:hover:not(:disabled) {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

    .btn-ikona:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.btn-usun:hover:not(:disabled) {
    background: #dc3545;
    border-color: #dc3545;
}

.edycja-pola {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .form-group label {
        font-weight: 600;
        color: #495057;
        font-size: 14px;
    }

.form-control {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 10px;
    font-size: 16px;
    transition: border-color 0.2s;
    font-family: inherit;
    resize: vertical;
}

    .form-control:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

/* ========================================
   TRYB PODGLĄDU
   ======================================== */

.lista-oko-sekcja {
    max-width: 900px;
    margin: 20px auto;
}

.sekcja-naglowek {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212529;
    line-height: 1.4;
}

.lista-oko-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lista-item-oko {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.lista-ikona-oko {
    background: #ebeffc;
    color: white;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    flex-shrink: 0;
}

.lista-content-oko {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lista-tytul-oko {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #212529;
}

.lista-opis-oko {
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
}

/* ========================================
   PRZYCISKI AKCJI
   ======================================== */

.przyciski-akcji {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .przyciski-akcji .btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .lista-oko-sekcja {
        margin: 15px 10px;
    }

    .lista-item-oko {
        gap: 12px;
    }

    .lista-ikona-oko {
        min-width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .lista-tytul-oko {
        font-size: 15px;
    }

    .lista-opis-oko {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .edycja-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .edycja-controls {
        width: 100%;
        justify-content: space-between;
    }

    .przyciski-akcji {
        flex-direction: column;
    }

        .przyciski-akcji .btn {
            width: 100%;
            justify-content: center;
        }
}

/* ========================================
   WYDRUK
   ======================================== */

@media print {
    .przyciski-akcji,
    .edycja-controls {
        display: none !important;
    }

    .lista-item-oko {
        break-inside: avoid;
    }
}


/* ========================================================================== */
/* Generator danych postępowania */
/* Źródło: wwwroot/css/GeneratorDanychPostepowania.css */
/* ========================================================================== */

.etap-wrap {
    padding: .25rem 0;
}

.etap-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin: .5rem 0 1rem;
}

.etap-2col {
    display: grid;
    grid-template-columns: 180px 1fr; /* lewa kolumna (DATA) | prawa (reszta) */
    column-gap: 2rem;
    align-items: start;
}

.etap-label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #212529;
    margin-bottom: .25rem;
}

.etap-value {
    color: #212529;
    line-height: 1.6;
}

.etap-pre {
    white-space: pre-line;
}

.etap-divider {
    margin: 1.5rem 0;
    opacity: .15;
}

.etap-2col > .etap-right:only-child {
    grid-column: 2;
}

@media (max-width: 576px) {
    .etap-2col {
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }

        .etap-2col > .etap-right:only-child {
            grid-column: 1;
        }
}
