

.cjs-cenik {
    --cjs-cenik-cara: #E0E0E0;
    --cjs-cenik-nadpis: #201C1C;
    --cjs-cenik-sedy: #838383;
    --cjs-cenik-cervena: #E0382D;

    position: relative;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 60px;
}


.cjs-cenik-zahlavi {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 40px 20px 0;
    box-sizing: border-box;
    text-align: center;
}

.cjs-cenik-label {
    color: var(--cjs-cenik-cervena);
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 12px;
    display: block;
}

.cjs-cenik-title {
    color: var(--cjs-cenik-nadpis);
    font-size: 45px;
    font-weight: 900;
    line-height: 54px;
    margin: 0 auto 20px auto;
    max-width: 894px;
    text-transform: uppercase;
}

.cjs-cenik-zvyrazneni {
    color: var(--cjs-cenik-cervena);
    font-style: italic;
}

.cjs-cenik-desc {
    color: var(--cjs-cenik-sedy);
    font-size: 17px;
    line-height: 23px;
    
    max-width: 850px;
    margin: 0 auto;
}


.cjs-cenik-panel {
    background-color: #F6F6F6;
    border-radius: 12px;
    max-width: 1084px;
    margin: 0 auto;
    box-sizing: border-box;
}


.cjs-cenik-panel--ukony {
    --cjs-cenik-kraj: 40px;
    --cjs-cenik-stred: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.cjs-cenik-box {
    position: relative;
    padding: var(--cjs-cenik-kraj);
    min-width: 0;
}


.cjs-cenik-box:nth-child(-n+2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: var(--cjs-cenik-cara);
}

.cjs-cenik-box:nth-child(1)::after { left: var(--cjs-cenik-kraj); right: var(--cjs-cenik-stred); }
.cjs-cenik-box:nth-child(2)::after { left: var(--cjs-cenik-stred); right: var(--cjs-cenik-kraj); }


.cjs-cenik-box:nth-child(odd)::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    background: var(--cjs-cenik-cara);
}

.cjs-cenik-box:nth-child(1)::before { top: var(--cjs-cenik-kraj); bottom: var(--cjs-cenik-stred); }
.cjs-cenik-box:nth-child(3)::before { top: var(--cjs-cenik-stred); bottom: var(--cjs-cenik-kraj); }


.cjs-cenik-panel--ukony .cjs-cenik-box:nth-child(-n+2) {
    padding-top: 46px;
    padding-bottom: 25px;
}

.cjs-cenik-panel--ukony .cjs-cenik-box:nth-child(n+3) {
    padding-top: 37px;
    padding-bottom: 33px;
}

.cjs-cenik-box-nadpis {
    color: var(--cjs-cenik-nadpis);
    font-size: 27px;
    font-weight: 700;
    
    line-height: 23px;
    margin: 0 0 17px;
}


.cjs-cenik-seznam {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}


.cjs-cenik-seznam li {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 9px 0;
}

.cjs-cenik-seznam li + li {
    border-top: none;
}

.cjs-cenik-polozka {
    position: relative;
    padding-left: 15px;
    
    color: var(--cjs-cenik-sedy);
    font-size: 16px;
    line-height: 22px;
    flex: 1 1 auto;
}

.cjs-cenik-polozka::before {
    content: '';
    position: absolute;
    left: 0;
    
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--cjs-cenik-cervena);
}

.cjs-cenik-cena {
    color: #464646;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    white-space: nowrap;
    text-align: right;
}


.cjs-cenik-poznamka {
    max-width: 576px;
    
    margin: 10px auto;
    color: var(--cjs-cenik-sedy);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
}


.cjs-cenik-doprava-nadpis {
    text-align: center;
    color: var(--cjs-cenik-nadpis);
    font-size: 27px;
    font-weight: 900;
    
    line-height: 23px;
    text-transform: uppercase;
    
    margin: 50px auto 20px;
    margin-left: 210px;
}


.cjs-cenik-doprava-nadpis .cjs-cenik-zvyrazneni {
    font-size: 33px;
}

.cjs-cenik-panel--doprava {
    max-width: 652px;
    
    padding: 40px 40px 10px;
}

.cjs-cenik-seznam--leader .cjs-cenik-polozka {
    flex: 0 0 auto;
    white-space: nowrap;
}

.cjs-cenik-leader {
    flex: 1 1 auto;
    border-bottom: 1px dashed var(--cjs-cenik-cara);
    margin-bottom: 6px;
}

.cjs-cenik-poznamka--panel {
    margin: 20px 0 0;
    max-width: none;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #464646;
}



.cjs-cenik-vodoznak {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    pointer-events: none;
}

.cjs-cenik-vodoznak span {
    display: block;
    
    text-indent: -0.065em;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: clamp(90px, 20.1vw, 290px);
    line-height: 0.7263;
    color: #FAFAFA;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
}


@media (max-width: 900px) {
    .cjs-cenik-panel--ukony {
        grid-template-columns: 1fr;
        padding: 6px 24px 0;
    }

    
    .cjs-cenik-box {
        padding: 30px 0;
    }

    .cjs-cenik-box::before {
        display: none !important;
    }

    .cjs-cenik-box:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: var(--cjs-cenik-cara);
    }

    .cjs-cenik-title { font-size: 32px; line-height: 38px; }
    .cjs-cenik-zahlavi { margin-bottom: 30px; }
    .cjs-cenik-panel--doprava { max-width: 92%; padding: 28px; }
    
    .cjs-cenik-vodoznak { margin-left: 0; transform: translateX(-50%); }
}

@media (max-width: 560px) {
    .cjs-cenik-seznam li,
    .cjs-cenik-seznam--leader li {
        flex-wrap: wrap;
    }

    .cjs-cenik-seznam--leader .cjs-cenik-leader {
        display: none;
    }

    .cjs-cenik-seznam--leader li {
        justify-content: space-between;
    }
}
