.sn-quiz {
    position: relative;
    padding: 3.5rem 0;
}

.sn-quiz__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.35);
}

.sn-quiz__inner {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 24px;
}

.sn-quiz__steps {
    display: grid;
    gap: 1.5rem;
}

.sn-quiz__step {
    display: none;
    gap: 1rem;
}

.sn-quiz__step.is-active {
    display: grid;
}

.sn-quiz__step-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
}

.sn-quiz__step label {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.sn-quiz__step .sn-form__field {
    width: 100%;
    max-width: 360px;
}

.sn-quiz__step .sn-form__field input {
    width: 100%;
}

.sn-quiz__step .sn-form__field {
    display: grid;
    gap: 0.4rem;
}

.sn-quiz__step .sn-form__field > span {
    display: block;
}

.sn-quiz__step .sn-form__field input,
.sn-quiz__step .sn-form__field textarea {
    width: 100%;
}

.sn-quiz__nav {
    display: flex;
    gap: 1rem;
}

.sn-quiz__step [data-quiz-next] {
    width: 30%;
}
