.u-page,
body {
    font-family: "Raleway", sans-serif;
    color: #111111;
}

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

.title-text-main {
    margin: 0 0 22px 0;
    font-family: "Raleway", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.18;
    color: #111111;
}

.u-lead {
    max-width: 980px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42;
    color: #111111;
}

.u-hero {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background: #ffffff;
}

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

.u-section {
    background: #efefef;
    padding: 42px 38px;
    border: 1px solid #e5e5e5;
}

.u-title {
    margin: 0 0 14px 0;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.2;
    color: #111111;
}

.text-muted {
    color: #111111 !important;
    opacity: 0.78;
    font-size: 18px;
    line-height: 1.4;
}

.u-block {
    margin-bottom: 26px;
    padding: 28px 28px 22px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.u-block:last-child {
    margin-bottom: 0;
}

.u-block-head {
    margin-bottom: 18px;
}

.u-phase {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    background: #fb8c00;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 12px;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.10);
}

.u-block-head h4,
.u-block-head .h6 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
}

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

.u-list li {
    position: relative;
    margin: 0 0 14px 0;
    padding-left: 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42;
    color: #111111;
}

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

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

.u-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.u-inline-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 16px;
    background: #efefef;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #111111;
    text-transform: uppercase;
}

.u-columns-lg {
    columns: 2;
    column-gap: 30px;
}

.u-columns-lg li {
    break-inside: avoid;
    page-break-inside: avoid;
}

.u-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 26px;
}

.u-step:last-child {
    margin-bottom: 0;
}

.u-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    background: #fb8c00;
    color: #ffffff;
    border-radius: 14px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.10);
}

.u-step-body {
    flex: 1 1 auto;
}

.u-step-title {
    margin: 2px 0 14px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    color: #111111;
}

.d-flex.flex-wrap.gap-2.mt-2 {
    gap: 14px !important;
    margin-top: 26px !important;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 62px;
    padding: 0 28px;
    border-radius: 16px;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.10);
}

.btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-dark {
    background: #fb8c00;
    border: 1px solid #fb8c00;
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
    background: #f57c00;
    border-color: #f57c00;
    color: #ffffff;
}

.btn-outline-secondary {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #111111;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background: #f5f5f5;
    border-color: #d9d9d9;
    color: #111111;
}

.py-5 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
}

.g-5 {
    --bs-gutter-x: 2.6rem;
    --bs-gutter-y: 2.6rem;
}

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

.mt-4 {
    margin-top: 2rem !important;
}

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

@media (max-width: 1399px) {
    .title-text-main {
        font-size: 31px;
    }

    .u-lead {
        font-size: 18px;
    }

    .u-title {
        font-size: 28px;
    }

    .u-step-title {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .naslovsivi {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .u-section {
        padding: 32px 28px;
    }

    .u-block {
        padding: 24px 22px 20px;
    }

    .u-hero img {
        height: 420px;
    }

    .u-columns-lg {
        columns: 1;
    }
}

@media (max-width: 991px) {
    .title-text-main {
        font-size: 28px;
    }

    .u-lead {
        font-size: 17px;
    }

    .u-title {
        font-size: 25px;
    }

    .u-section {
        padding: 26px 22px;
    }

    .u-step {
        gap: 14px;
    }

    .u-step-num {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 20px;
    }

    .u-step-title {
        font-size: 21px;
    }

    .u-list li {
        font-size: 17px;
    }

    .btn {
        min-width: 180px;
        height: 58px;
        font-size: 16px;
    }

    .u-hero img {
        height: 340px;
    }
}

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

    .title-text-main {
        font-size: 24px;
    }

    .u-lead {
        font-size: 16px;
        line-height: 1.5;
    }

    .u-section {
        padding: 22px 18px;
    }

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

    .u-block-head h4,
    .u-block-head .h6 {
        font-size: 20px;
    }

    .u-list li {
        font-size: 16px;
        padding-left: 24px;
    }

    .u-inline-list li {
        font-size: 14px;
        min-height: 42px;
    }

    .u-step {
        flex-direction: column;
        gap: 12px;
    }

    .u-step-title {
        font-size: 19px;
    }

    .btn {
        width: 100%;
        min-width: 100%;
    }

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

@media (max-width: 575px) {
    .title-text-main {
        font-size: 22px;
    }

    .u-phase {
        min-height: 40px;
        padding: 0 14px;
        font-size: 15px;
        border-radius: 10px;
    }

    .u-block {
        padding: 20px 16px 18px;
    }

    .u-list li {
        font-size: 15px;
    }

    .u-step-title {
        font-size: 18px;
    }

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