.success-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 60vh;
    padding: 40px 20px;
}

.success-title {
    background: linear-gradient(90deg, #3072E1 0%, #6C3CE1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    text-align: center;
    font-weight: 400;
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 140%;
    max-width: 21em;
    margin: 0;
}