.site-footer__inner {
    padding: 18px 0 14px;
}

.site-footer__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
    width: 100%;
}

.site-footer__legal,
.site-footer__social {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.site-footer__legal {
    justify-content: flex-start;
}

.site-footer__social {
    justify-content: flex-end;
    margin-left: auto;
}

.site-footer__legal-link,
.site-footer__social-link {
    color: var(--vs-text-muted);
    font-size: 0.72rem;
    line-height: 1.2;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-footer__social-link {
    letter-spacing: 0.07em;
    opacity: 0.72;
}

.site-footer__legal-link:hover,
.site-footer__legal-link:focus-visible,
.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
    color: var(--vs-text-strong);
    opacity: 1;
}

.site-footer__divider {
    display: inline-block;
    margin: 0 0.48rem;
    color: var(--vs-text-muted);
    font-size: 0.72rem;
    line-height: 1;
    white-space: nowrap;
    opacity: 0.72;
    user-select: none;
}

.site-footer__social-icon,
.site-footer__social-text,
.site-footer__spacer {
    display: none;
}

.start-setzung {
    width: 100%;
    max-width: 660px;
}

.start-setzung__title {
    margin: 0 0 22px;
    color: var(--vs-text-strong);
    font-size: clamp(1.55rem, 2.35vw, 2rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
}

.start-setzung__text {
    width: 100%;
    max-width: 520px;
}

.start-setzung__lead {
    margin: 0;
    max-width: 32rem;
    color: var(--vs-text);
    font-size: 0.9875rem;
    line-height: 1.6;
}

.start-setzung__phrase {
    margin: 38px 0 0;
    color: var(--vs-text-strong);
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: 0.005em;
    word-spacing: 0;
}
