:root {
    --bg: #0a0214;
    --bg-2: #150a22;
    --card: #ffffff;
    --ink: #1a0a20;
    --ink-soft: #6b4a7a;
    --line: #ede4f5;
    --brand: #7c3aed;       /* starkes Lila */
    --brand-2: #5b21b6;     /* dunkles Lila */
    --brand-3: #a78bfa;     /* helles / heißes Lila */
    --accent: #a78bfa;
    --ok: #22c55e;
    --shadow: 0 20px 60px rgba(80, 10, 100, .28);
    --radius: 20px;
    --font: 'Segoe UI', system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font);
    color: var(--ink);
    background:
    radial-gradient(1200px 600px at 80% -10%, rgba(124, 58, 237, .28), transparent 60%),
    radial-gradient(1000px 500px at -10% 10%, rgba(91, 33, 182, .32), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
    min-height: 100vh;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.landing-page {
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 18px 40px;
    min-height: 100vh;
    min-height: 100dvh;
    /* besser für Mobile */
    display: flex;
    flex-direction: column;
}

.landing-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 2px 22px
}

.landing-page__logo {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-weight: 800;
    letter-spacing: -.2px;
    font-size: 19px
}

.landing-page__logo-mark {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, #00C6FF 0%, #0072FF 100%);
    box-shadow: 0 8px 22px rgba(0, 114, 255, .5);
    display: grid;
    place-items: center;
}

.landing-page__logo-mark svg {
    width: 21px;
    height: 21px;
    fill: #fff;
    margin-left: -1px
}

.landing-page__logo-heart {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--brand-3);
    display: grid;
    place-items: center;
    box-shadow: 0 3px 8px rgba(255, 77, 141, .5);
    border: 2px solid var(--bg)
}

.landing-page__logo-heart svg {
    width: 8px;
    height: 8px
}

.landing-page__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.landing-page__logo-main {
    font-weight: 800;
    font-size: 18px;
}

.landing-page__logo-main .landing-page__logo-highlight {
    background: linear-gradient(90deg, #00C6FF, #0072FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.landing-page__logo-sub {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #aab0e0;
    margin-top: 3px
}

.landing-page__badge {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #cfd2ff;
    font-size: 12px;
    font-weight: 600;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: 6px 11px;
    border-radius: 999px
}

.landing-page__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ok);
    box-shadow: 0 0 0 4px rgba(24, 183, 107, .25)
}

.landing-page__card {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden
}

.landing-page__card-content {
    padding: 26px 22px
}

.landing-page__hero {
    position: relative;
    background: linear-gradient(135deg, #f5f0ff, #ede4ff);
    padding: 26px 22px 0;
    text-align: center
}

.landing-page__pill-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.landing-page__pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand);
    background: #fff;
    border: 1px solid var(--line);
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(20, 16, 60, .06)
}

.icon-check {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.landing-page__title {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -.4px;
    margin-bottom: 12px
}

.landing-page__title-highlight {
    background: linear-gradient(90deg, var(--brand), var(--brand-3));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.landing-page__lead {
    color: var(--ink-soft);
    font-size: 15.5px;
    margin-bottom: 22px
}

.landing-page__avatar-stack {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0 4px
}

.landing-page__avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -16px;
    box-shadow: 0 8px 18px rgba(20, 16, 60, .18);
    overflow: hidden;
    object-fit: cover;
    background: #f3e8ff;
}

.landing-page__avatar:first-child {
    margin-left: 0
}

.landing-page__avatar svg {
    width: 100%;
    height: 100%;
    display: block
}

.landing-page__stack-note {
    text-align: center;
    color: var(--ink-soft);
    font-size: 13px;
    margin-top: 12px
}

.landing-page__stars {
    color: #ffb400;
    letter-spacing: 2px;
    font-size: 14px
}

.landing-page__steps-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block
}

.landing-page__steps {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 18px 0 4px
}

.landing-page__step {
    display: flex;
    gap: 13px;
    align-items: flex-start
}

.landing-page__step-number {
    flex: 0 0 30px;
    height: 30px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    font-weight: 800;
    display: grid;
    place-items: center;
    font-size: 14px
}

.landing-page__step-content {
    flex: 1
}

.landing-page__step-title {
    display: block;
    font-size: 15px;
    font-weight: 700
}

.landing-page__step-description {
    color: var(--ink-soft);
    font-size: 13.5px
}

.landing-page__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border: 0;
    cursor: pointer;
    font-family: var(--font);
    font-weight: 800;
    font-size: 16.5px;
    color: #fff;
    padding: 16px 18px;
    border-radius: 15px;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 14px 30px rgba(22, 163, 74, .4);
    transition: transform .12s ease, box-shadow .12s ease
}

.landing-page__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(22, 163, 74, .5)
}

.landing-page__button:active {
    transform: translateY(0)
}

.landing-page__button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    flex: 0 0 auto
}

.landing-page__button--telegram {
    background: linear-gradient(135deg, #2aa8e0, #2b7fe0);
    box-shadow: 0 14px 30px rgba(43, 127, 224, .4)
}

.landing-page__button--telegram:hover {
    box-shadow: 0 18px 38px rgba(43, 127, 224, .55)
}

.landing-page__button-subtext {
    text-align: center;
    color: var(--ink-soft);
    font-size: 12.5px;
    margin-top: 11px
}

.landing-page__button-subtext b {
    color: var(--ink)
}

.landing-page__trust {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--line)
}

.landing-page__trust-item {
    text-align: center;
    flex: 1
}

.landing-page__trust-value {
    font-weight: 800;
    font-size: 18px;
    background: linear-gradient(90deg, var(--brand), var(--brand-3));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.landing-page__trust-label {
    color: var(--ink-soft);
    font-size: 11.5px
}

.quiz__progress {
    height: 8px;
    background: var(--line);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 20px
}

.quiz__progress-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand), var(--brand-3));
    transition: width .35s ease
}

.quiz__step {
    display: none;
    animation: fade .35s ease
}

.quiz__step.active {
    display: block
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.quiz__question-count {
    color: var(--brand);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 6px
}

.quiz__question-title {
    font-size: 20px;
    margin-bottom: 16px;
    letter-spacing: -.3px
}

.quiz__options {
    display: grid;
    gap: 11px
}

.quiz__option {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 16px;
    border: 1.5px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: all .14s ease;
    background: #fff;
    user-select: none
}

.quiz__option:hover {
    border-color: var(--brand);
    background: #f5f0ff
}

.quiz__option-icon {
    width: 26px;
    text-align: center;
    font-size: 18px;
    flex: 0 0 auto
}

.quiz__option-check {
    margin-left: auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--line);
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: transparent;
}

.quiz__option-check .icon-check {
    width: 12px;
    height: 12px;
    opacity: 0;
    transition: opacity .15s ease;
}

.quiz__option--selected {
    border-color: var(--brand);
    background: #ffe8ee;
    box-shadow: 0 0 0 3px rgba(225, 29, 72, .15)
}

.quiz__option--selected .quiz__option-check {
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
}

.quiz__option--selected .quiz__option-check .icon-check {
    opacity: 1;
}

.quiz__nav {
    margin-top: 18px;
    display: flex;
    gap: 10px
}

.quiz__back-button {
    flex: 0 0 auto;
    background: #fff;
    color: var(--ink-soft);
    border: 1.5px solid var(--line);
    border-radius: 13px;
    padding: 9px 18px;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--font)
}

.quiz__back-button:hover {
    color: var(--ink)
}

.loading {
    text-align: center;
    padding: 38px 10px
}

.loading__hearts {
    font-size: 30px;
    letter-spacing: 6px;
    margin-bottom: 8px
}

.loading__hearts span {
    display: inline-block;   /* WICHTIG – sonst buggy */
    opacity: .25;
    animation: pop 1.4s infinite;
}

.loading__hearts span:nth-child(2) {
    animation-delay: .25s
}

.loading__hearts span:nth-child(3) {
    animation-delay: .5s
}

.loading__hearts span:nth-child(4) {
    animation-delay: .75s
}

@keyframes pop {

    0%,
    100% {
        opacity: .25;
        transform: scale(.9)
    }

    40% {
        opacity: 1;
        transform: scale(1.15)
    }
}

.loading__title {
    font-size: 19px;
    margin-bottom: 6px
}

.loading__text {
    color: var(--ink-soft);
    font-size: 14px;
    margin-bottom: 20px
}

.loading__bar-container {
    height: 9px;
    background: var(--line);
    border-radius: 999px;
    overflow: hidden;
    max-width: 280px;
    margin: 0 auto
}

.loading__bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--brand), var(--brand-3));
    border-radius: 999px
}

.loading__status {
    margin-top: 18px;
    color: var(--ink-soft);
    font-size: 13.5px;
    min-height: 20px
}

.result {
    text-align: center
}

.result__success-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(24, 183, 107, .12);
    display: grid;
    place-items: center;
    margin: 0 auto 14px
}

.result__success-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--ok)
}

.result__title {
    font-size: 23px;
    margin-bottom: 8px;
    letter-spacing: -.3px
}

.result__subtitle {
    color: var(--ink-soft);
    font-size: 15px;
    margin-bottom: 20px
}

.result__profile {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 10px 26px rgba(20, 16, 60, .10);
    text-align: left
}

.result__profile-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, #f5f0ff, #ede4ff);
    overflow: hidden;
}

.result__profile-photo svg {
    width: 64%;
    height: 64%
}

.result__profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.result__profile-online {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, .92);
    color: var(--ok);
    font-size: 12px;
    font-weight: 800;
    padding: 5px 11px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(20, 16, 60, .12)
}

.result__profile-body {
    padding: 16px 18px 18px
}

.result__profile-name-wrapper {
    display: flex;
    align-items: center;
    gap: 7px
}

.result__profile-name {
    font-size: 20px;
    letter-spacing: -.2px
}

.result__profile-verify {
    width: 19px;
    height: 19px;
    background: var(--ok);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.result__profile-verify .icon-check {
    width: 11px;
    height: 11px;
}

.result__profile-meta {
    color: var(--ink-soft);
    font-size: 13.5px;
    margin-top: 2px
}

.result__profile-bio {
    color: var(--ink);
    font-size: 14.5px;
    margin-top: 10px
}

.result__tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 12px
}

.result__tag {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--brand)
}

.landing-page__footer {
    margin-top: auto;
    /* immer ans untere Ende des Viewports */
    padding-top: 26px;
    text-align: center;
    color: #a9adca;
    font-size: 12px;
    line-height: 1.7
}

.landing-page__footer a {
    color: #c9cbf0;
    text-decoration: none
}

.landing-page__footer a:hover {
    text-decoration: underline
}

.landing-page__agegate {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #e6e7ff;
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px
}

.landing-page__disclaimer {
    color: #8f93b6;
    font-size: 11px;
    max-width: 440px;
    margin: 10px auto 0
}

.result__photo-swiper {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: pan-y;
    will-change: transform;
}

.result__photo-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    -webkit-user-drag: none;
    pointer-events: none;
}

.result__photo-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.result__photo-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}

.result__photo-dot.active {
    background: #fff;
    width: 22px;
    border-radius: 999px;
}

.result__photo-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.result__photo-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.result__photo-arrow--left {
    left: 12px;
}

.result__photo-arrow--right {
    right: 12px;
}

.result__photo-dots {
    bottom: 14px;
}

.result__photo-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    color: #222;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.result__photo-arrow:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.result__photo-arrow--left {
    left: 12px;
}

.result__photo-arrow--right {
    right: 12px;
}