.conceptstep-brand-lockup {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    flex: 0 0 auto;
}

.conceptstep-wordmark {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.8px;
    color: #111c68;
    text-decoration: none;
}

.conceptstep-wordmark:hover {
    color: #0eb582;
}

.conceptstep-beta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 2px 7px;
    margin-top: -2px;
    border: 1px solid #9be6d0;
    border-radius: 999px;
    background: #ecfbf6;
    color: #087b59;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
}

.conceptstep-wordmark--footer {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
}

.conceptstep-wordmark--footer:hover {
    color: #0eb582;
}

@media (max-width: 760px) {
    .conceptstep-brand-lockup {
        align-items: center;
        gap: 7px;
    }

    .conceptstep-wordmark {
        font-size: 26px;
    }

    .conceptstep-beta-badge {
        margin-top: 0;
        font-size: 9px;
        min-height: 18px;
        padding: 2px 6px;
    }

    .conceptstep-wordmark--footer {
        font-size: 26px;
    }
}
