.cjenik-page {
    width: 100%;
    background: #ffffff;
    font-family: "Raleway", sans-serif;
    color: #111111;
}

.cjenik-content .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
}

.price-card {
    padding: 34px 30px;
}

.cjenik-hero.naslovsivi {
    background: #efefef;
    padding-top: 92px !important;
    padding-bottom: 70px !important;
    border-top: 1px solid #e5e5e5;
}

.cjenik-hero__content {
    max-width: 920px;
}

.cjenik-hero__label {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #111111;
    text-transform: uppercase;
}

.price-note {
    margin: 18px 0 0 0;
    max-width: 980px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #111111;
}

.cjenik-hero__box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 28px 24px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.cjenik-hero__box-title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.22;
    color: #111111;
}

.cjenik-hero__box-text {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    color: #111111;
}

.cjenik-content {
    padding: 54px 0 90px;
    background: #ffffff;
}

.price-hero {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.price-hero img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.price-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.price-card__label {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #111111;
    text-transform: uppercase;
    opacity: 0.75;
}

.section-title {
    margin: 0 0 22px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.28;
    color: #111111;
}

.price-card__rows {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1 1 auto;
}

.dot-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c8ced6;
}

.dot-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dot-row .label {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #111111;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.dot-row .dots {
    flex: 1 1 auto;
    min-width: 30px;
    border-bottom: 1px dotted #c8ced6;
    margin-top: 14px;
}

.dot-row .price {
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #111111;
}

.dot-row--package {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
    border-bottom: 0;
}

.price-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-list li {
    position: relative;
    margin: 0 0 12px 0;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    color: #111111;
}

.price-list li:last-child {
    margin-bottom: 0;
}

.price-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #111111;
}

.shadow-sm {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04) !important;
}

.fw-semibold {
    font-weight: 700 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

@media (max-width: 1399px) {
    .cjenik-hero.naslovsivi {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .price-note {
        font-size: 18px;
    }

    .section-title {
        font-size: 24px;
    }

    .dot-row .label,
    .dot-row .price {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .cjenik-content {
        padding: 44px 0 70px;
    }

    .price-hero img {
        height: 360px;
    }

    .cjenik-hero__box {
        margin-top: 26px;
    }

    .price-card {
        padding: 24px 20px;
    }

    .section-title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .cjenik-hero.naslovsivi {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .cjenik-hero__label {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .price-note {
        font-size: 17px;
    }

    .cjenik-hero__box-title {
        font-size: 20px;
    }

    .cjenik-hero__box-text {
        font-size: 16px;
    }

    .section-title {
        font-size: 21px;
    }

    .cjenik-content {
        padding: 36px 0 54px;
    }

    .dot-row {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .price-note {
        font-size: 16px;
        line-height: 1.55;
    }

    .cjenik-hero__box {
        padding: 22px 18px;
    }

    .price-hero img {
        height: 270px;
    }

    .price-card {
        padding: 22px 18px;
    }

    .section-title {
        font-size: 20px;
    }

    .dot-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding-bottom: 12px;
    }

    .dot-row .dots {
        display: none;
    }

    .dot-row .label {
        width: 100%;
        font-size: 15px;
        line-height: 1.45;
    }

    .dot-row .price {
        width: 100%;
        text-align: left;
        font-size: 15px;
    }

    .price-list li {
        font-size: 15px;
        padding-left: 22px;
    }
}

@media (max-width: 575px) {
    .cjenik-hero.naslovsivi {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .cjenik-content {
        padding: 28px 0 42px;
    }

    .price-hero img {
        height: 220px;
    }

    .section-title {
        font-size: 18px;
    }

    .price-card__label {
        font-size: 13px;
    }

    .dot-row .label,
    .dot-row .price,
    .price-list li {
        font-size: 14px;
    }
}
/* Napomene 14-07-26: naslov mora biti u cijelosti vidljiv */
.cjenik-hero__label,
.cjenik-hero .title-text-main { overflow: visible; white-space: normal; }
