
.urc-rp,
.urc-rp * {
    box-sizing: border-box;
}

.urc-rp {
    width: 100%;
    padding: 76px 0;
    background: #F7F8F9;
}

.urc-rp-wrap {
    width: calc(100% - 40px);
    max-width: 1180px;
    margin: 0 auto;
}

.urc-rp-head {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}

.urc-rp-eyebrow {
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #F7941D;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.urc-rp h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #111;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.03em;
}

.urc-rp-intro {
    max-width: 670px;
    margin: 15px auto 0 !important;
    padding: 0 !important;
    color: #666;
    font-size: 15px;
    line-height: 1.55;
}

.urc-rp-timeline {
    position: relative;
}

.urc-rp-line {
    position: absolute;
    top: 33px;
    left: 16.666%;
    right: 16.666%;
    height: 2px;
    background: #F7941D;
    opacity: .55;
    z-index: 0;
}

.urc-rp-grid {
    display: grid;
    grid-template-columns: repeat(var(--urc-rp-cols), minmax(0, 1fr));
    gap: 48px;
    position: relative;
    z-index: 1;
}

.urc-rp-step {
    min-width: 0;
    text-align: center;
}

.urc-rp-marker {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
}

.urc-rp-number {
    width: 66px;
    height: 66px;
    border: 2px solid #F7941D;
    border-radius: 50%;
    background: #F7F8F9;
    color: #F7941D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.urc-rp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
}

.urc-rp-icon i {
    color: #F7941D;
    font-size: 22px;
}

.urc-rp-icon svg {
    width: 22px;
    height: 22px;
    fill: #F7941D;
}

.urc-rp-label {
    display: block;
    margin: 0 0 6px;
    color: #F7941D;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.urc-rp-step h3 {
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: #111;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}

.urc-rp-step p {
    max-width: 310px;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #666;
    font-size: 13px;
    line-height: 1.55;
}

.urc-rp-cta {
    text-align: center;
    margin-top: 42px;
}

.urc-rp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 19px;
    background: #F7941D;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    transition: background .2s ease;
}

.urc-rp-btn:hover {
    background: #DF7E00;
    color: #fff !important;
}

@media (max-width: 850px) {
    .urc-rp-line {
        display: none;
    }

    .urc-rp-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .urc-rp-step {
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .urc-rp {
        padding: 54px 0;
    }

    .urc-rp-wrap {
        width: calc(100% - 28px);
    }

    .urc-rp-head {
        margin-bottom: 38px;
        text-align: left;
    }

    .urc-rp h2 {
        font-size: 32px;
    }

    .urc-rp-intro {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .urc-rp-step {
        text-align: left;
        max-width: none;
        display: grid;
        grid-template-columns: 66px 1fr;
        column-gap: 18px;
        align-items: start;
        padding-bottom: 26px;
        border-bottom: 1px solid #E3E5E7;
    }

    .urc-rp-step:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .urc-rp-marker {
        grid-row: 1 / span 4;
        margin: 0;
        justify-content: flex-start;
    }

    .urc-rp-icon {
        justify-content: flex-start;
    }

    .urc-rp-label,
    .urc-rp-step h3,
    .urc-rp-step p,
    .urc-rp-icon {
        grid-column: 2;
    }

    .urc-rp-step p {
        max-width: none;
        margin: 0 !important;
    }

    .urc-rp-cta {
        text-align: left;
    }
}
