.ui-move-hero {
    padding: 92px 0 78px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(21, 33, 52, 0.62), rgba(21, 33, 52, 0.72)),
        url("../../img/brand/about.jpg") center/cover no-repeat;
}

.ui-move-hero__inner {
    max-width: 840px;
}

.ui-move-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    opacity: 0.92;
}

.ui-move-title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0;
}

.ui-move-subtitle {
    font-size: 1.08rem;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.94);
}

.ui-move-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.ui-move-checklist {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text);
}

.ui-move-checklist li + li {
    margin-top: 0.32rem;
}

.ui-move-benefit__image {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.02) contrast(1.01);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.ui-move-step {
    border-radius: 16px;
}

.ui-move-step .card-body {
    padding: 1.2rem 1.2rem 1.1rem;
}

.ui-move-step__index {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 106, 0, 0.12);
    color: var(--brand);
    font-weight: 800;
    margin-bottom: 0.6rem;
}

@media (max-width: 991.98px) {
    .ui-move-hero {
        padding: 74px 0 62px;
    }
}

@media (max-width: 767.98px) {
    .ui-move-hero__actions {
        gap: 0.75rem 0.5rem;
        width: 100%;
    }

    .ui-move-hero__actions .btn {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 0;
        font-size: 0.96rem;
        line-height: 1.2;
        white-space: normal;
    }

    .ui-move-hero__actions .btn-fit-target,
    .ui-move-hero__actions .btn-fit-target .btn-label {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}
