.tp-truematch-intro[hidden] {
    display: none !important;
}

.tp-truematch-intro {
    --tm-intro-gold: #d8b85d;
    --tm-intro-gold-soft: #f0d98e;
    --tm-intro-ink: #0b1117;
    --tm-intro-panel: rgba(14, 20, 27, 0.97);
    --tm-intro-stroke: rgba(255, 255, 255, 0.13);

    position: fixed;
    z-index: 42000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 3vw, 2.2rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.tp-truematch-intro.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.tp-truematch-intro-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 28%, rgba(216, 184, 93, 0.12), transparent 34%),
        rgba(3, 7, 11, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.tp-truematch-intro-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(18rem, 0.78fr) minmax(22rem, 1.22fr);
    width: min(62rem, 100%);
    max-height: min(44rem, calc(100dvh - 2rem));
    overflow: auto;
    border: 1px solid rgba(216, 184, 93, 0.24);
    border-radius: 1.1rem;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
        var(--tm-intro-panel);
    box-shadow:
        0 2rem 6rem rgba(0, 0, 0, 0.58),
        0 0 0 1px rgba(0,0,0,0.35) inset;
    color: #fff;
    transform: translateY(1.2rem) scale(0.975);
    opacity: 0;
    transition:
        transform 320ms cubic-bezier(.2,.8,.2,1),
        opacity 220ms ease;
}

.tp-truematch-intro.is-visible .tp-truematch-intro-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.tp-truematch-intro-close {
    position: absolute;
    z-index: 5;
    top: .85rem;
    right: .85rem;
    display: grid;
    place-items: center;
    width: 2.55rem !important;
    min-width: 2.55rem !important;
    height: 2.55rem !important;
    min-height: 2.55rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 50% !important;
    background: rgba(8,12,16,.68) !important;
    box-shadow: none !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.tp-truematch-intro-close:hover,
.tp-truematch-intro-close:focus-visible {
    border-color: rgba(216,184,93,.44) !important;
    color: #fff !important;
}

.tp-truematch-intro-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 31rem;
    overflow: hidden;
    padding: 2.2rem;
    border-right: 1px solid var(--tm-intro-stroke);
    background:
        radial-gradient(circle at 50% 42%, rgba(216,184,93,.13), transparent 28%),
        radial-gradient(circle at 28% 72%, rgba(52,97,127,.19), transparent 34%),
        linear-gradient(145deg, rgba(4,11,18,.96), rgba(12,20,28,.9));
}

.tp-truematch-intro-visual::before,
.tp-truematch-intro-visual::after {
    content: "";
    position: absolute;
    width: 15rem;
    height: 15rem;
    border: 1px solid rgba(216,184,93,.12);
    border-radius: 50%;
}

.tp-truematch-intro-visual::before {
    top: -6rem;
    left: -5rem;
}

.tp-truematch-intro-visual::after {
    right: -7rem;
    bottom: -7rem;
}

.tp-truematch-intro-orbit {
    position: absolute;
    width: 18rem;
    height: 18rem;
    border: 1px solid rgba(216,184,93,.16);
    border-radius: 50%;
    box-shadow:
        0 0 0 2.7rem rgba(216,184,93,.018),
        0 0 0 5.4rem rgba(216,184,93,.012);
}

.tp-truematch-intro-stack {
    position: relative;
    width: min(17rem, 80vw);
    height: 22rem;
}

.tp-truematch-intro-card {
    position: absolute;
    inset: 1.1rem .85rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.3rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: .95rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,.035), transparent 40%),
        #111922;
    box-shadow: 0 1.2rem 2.8rem rgba(0,0,0,.38);
}

.tp-truematch-intro-card.is-back {
    transform: translate(-1.25rem, -.45rem) rotate(-7deg);
    opacity: .38;
}

.tp-truematch-intro-card.is-middle {
    transform: translate(1.2rem, -.15rem) rotate(6deg);
    opacity: .62;
}

.tp-truematch-intro-card.is-front {
    border-color: rgba(216,184,93,.38);
    background:
        radial-gradient(circle at 75% 15%, rgba(216,184,93,.14), transparent 30%),
        linear-gradient(145deg, #101820, #0b1117);
    transform: rotate(-1.2deg);
}

.tp-truematch-intro-card-kicker {
    margin-bottom: .35rem;
    color: var(--tm-intro-gold);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .14rem;
}

.tp-truematch-intro-card strong {
    color: #fff;
    font-size: 1.35rem;
    letter-spacing: .05rem;
}

.tp-truematch-intro-card small {
    margin-top: .35rem;
    color: rgba(255,255,255,.54);
    font-size: .68rem;
    line-height: 1.5;
}

.tp-truematch-intro-spark {
    position: absolute;
    top: 1.1rem;
    right: 1.2rem;
    color: var(--tm-intro-gold-soft);
    font-size: 1.65rem;
    filter: drop-shadow(0 0 .6rem rgba(216,184,93,.45));
}

.tp-truematch-intro-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 3.5rem);
}

.tp-truematch-intro-topline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1.6rem;
    color: rgba(255,255,255,.48);
    font-size: .6rem;
    font-weight: 750;
    letter-spacing: .13rem;
}

.tp-truematch-intro-new {
    padding: .3rem .48rem;
    border: 1px solid rgba(216,184,93,.42);
    border-radius: 999px;
    background: rgba(216,184,93,.09);
    color: var(--tm-intro-gold-soft);
}

.tp-truematch-intro-eyebrow {
    margin: 0 0 .45rem;
    color: var(--tm-intro-gold);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .24rem;
    text-transform: uppercase;
}

.tp-truematch-intro-copy h2 {
    max-width: 34rem;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 780;
    letter-spacing: .035em;
    line-height: 1.03;
}

.tp-truematch-intro-description {
    max-width: 35rem;
    margin: 1.15rem 0 0;
    color: rgba(255,255,255,.68);
    font-size: .92rem;
    line-height: 1.75;
}

.tp-truematch-intro-features {
    display: grid;
    gap: .58rem;
    margin-top: 1.45rem;
}

.tp-truematch-intro-features span {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .55rem;
    align-items: center;
    color: rgba(255,255,255,.7);
    font-size: .75rem;
    line-height: 1.45;
}

.tp-truematch-intro-features b {
    color: var(--tm-intro-gold);
    font-size: .6rem;
    letter-spacing: .08rem;
}

.tp-truematch-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.8rem;
}

.tp-truematch-intro-primary,
.tp-truematch-intro-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 3rem;
    margin: 0 !important;
    padding: .72rem 1.05rem !important;
    border-radius: .55rem !important;
    font-size: .68rem !important;
    font-weight: 800 !important;
    letter-spacing: .075rem !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.tp-truematch-intro-primary {
    border: 1px solid rgba(216,184,93,.55) !important;
    background: linear-gradient(135deg, #e3c66d, #bc9238) !important;
    box-shadow: 0 .7rem 1.7rem rgba(0,0,0,.24) !important;
    color: #11161a !important;
}

.tp-truematch-intro-primary:hover,
.tp-truematch-intro-primary:focus-visible {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.tp-truematch-intro-secondary {
    border: 1px solid rgba(255,255,255,.14) !important;
    background: rgba(255,255,255,.025) !important;
    box-shadow: none !important;
    color: rgba(255,255,255,.64) !important;
}

.tp-truematch-intro-secondary:hover,
.tp-truematch-intro-secondary:focus-visible {
    border-color: rgba(255,255,255,.28) !important;
    color: #fff !important;
}

.tp-truematch-intro-once {
    margin: .75rem 0 0;
    color: rgba(255,255,255,.34);
    font-size: .62rem;
    line-height: 1.45;
}

body.tp-truematch-intro-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    .tp-truematch-intro {
        padding: .7rem;
    }

    .tp-truematch-intro-dialog {
        grid-template-columns: 1fr;
        width: min(31rem, 100%);
        max-height: calc(100dvh - 1.4rem);
        border-radius: .9rem;
    }

    .tp-truematch-intro-visual {
        min-height: 11.5rem;
        padding: 1rem;
        border-right: 0;
        border-bottom: 1px solid var(--tm-intro-stroke);
    }

    .tp-truematch-intro-orbit {
        width: 10rem;
        height: 10rem;
    }

    .tp-truematch-intro-stack {
        width: 11.5rem;
        height: 9.2rem;
    }

    .tp-truematch-intro-card {
        inset: .45rem .7rem;
        padding: .75rem;
    }

    .tp-truematch-intro-card strong {
        font-size: .9rem;
    }

    .tp-truematch-intro-card small {
        display: none;
    }

    .tp-truematch-intro-card-kicker {
        font-size: .48rem;
    }

    .tp-truematch-intro-spark {
        top: .65rem;
        right: .75rem;
        font-size: 1.15rem;
    }

    .tp-truematch-intro-copy {
        padding: 1.25rem 1.2rem 1.35rem;
    }

    .tp-truematch-intro-topline {
        margin-bottom: .85rem;
        font-size: .52rem;
    }

    .tp-truematch-intro-eyebrow {
        font-size: .62rem;
    }

    .tp-truematch-intro-copy h2 {
        font-size: clamp(1.7rem, 9vw, 2.35rem);
    }

    .tp-truematch-intro-description {
        margin-top: .75rem;
        font-size: .8rem;
        line-height: 1.6;
    }

    .tp-truematch-intro-features {
        gap: .38rem;
        margin-top: .95rem;
    }

    .tp-truematch-intro-features span {
        font-size: .68rem;
    }

    .tp-truematch-intro-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 1.1rem;
    }

    .tp-truematch-intro-primary,
    .tp-truematch-intro-secondary {
        width: 100%;
    }

    .tp-truematch-intro-once {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tp-truematch-intro,
    .tp-truematch-intro-dialog,
    .tp-truematch-intro-primary {
        transition: none !important;
    }
}


/* ==========================================================================
   V2 – echtes Popup statt Fullscreen-Overlay
   ========================================================================== */

.tp-truematch-intro {
    inset: auto !important;
    right: clamp(1rem, 3vw, 2rem) !important;
    bottom: clamp(1rem, 3vw, 2rem) !important;
    left: auto !important;
    top: auto !important;
    display: block !important;
    width: min(46rem, calc(100vw - 2rem)) !important;
    padding: 0 !important;
    pointer-events: none !important;
}

.tp-truematch-intro.is-visible {
    pointer-events: none !important;
}

.tp-truematch-intro-backdrop {
    display: none !important;
}

.tp-truematch-intro-dialog {
    grid-template-columns: 14rem minmax(0, 1fr) !important;
    width: 100% !important;
    max-height: min(34rem, calc(100dvh - 2rem)) !important;
    pointer-events: auto !important;
    border-radius: 1rem !important;
    box-shadow:
        0 1.5rem 4rem rgba(0,0,0,.52),
        0 0 0 1px rgba(255,255,255,.025) inset !important;
}

.tp-truematch-intro-visual {
    min-height: 24rem !important;
    padding: 1.3rem !important;
}

.tp-truematch-intro-stack {
    width: 12.5rem !important;
    height: 17rem !important;
}

.tp-truematch-intro-orbit {
    width: 13rem !important;
    height: 13rem !important;
}

.tp-truematch-intro-copy {
    padding: 2rem 2rem 1.7rem !important;
}

.tp-truematch-intro-copy h2 {
    font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
}

.tp-truematch-intro-description {
    font-size: .84rem !important;
}

.tp-truematch-intro-features span {
    font-size: .7rem !important;
}

/* Die Seite bleibt vollständig bedienbar und scrollbar. */
body.tp-truematch-intro-open {
    overflow: auto !important;
}

@media (max-width: 760px) {
    .tp-truematch-intro {
        left: .7rem !important;
        right: .7rem !important;
        bottom: .7rem !important;
        width: auto !important;
    }

    .tp-truematch-intro-dialog {
        grid-template-columns: 1fr !important;
        max-height: min(37rem, calc(100dvh - 1.4rem)) !important;
        overflow: auto !important;
        border-radius: .85rem !important;
    }

    .tp-truematch-intro-visual {
        min-height: 8rem !important;
        max-height: 8rem !important;
        padding: .6rem !important;
    }

    .tp-truematch-intro-stack {
        width: 9.5rem !important;
        height: 6.9rem !important;
    }

    .tp-truematch-intro-orbit {
        width: 7.8rem !important;
        height: 7.8rem !important;
    }

    .tp-truematch-intro-copy {
        padding: 1rem 1rem 1.1rem !important;
    }

    .tp-truematch-intro-topline {
        margin-bottom: .55rem !important;
    }

    .tp-truematch-intro-copy h2 {
        font-size: 1.65rem !important;
    }

    .tp-truematch-intro-description {
        margin-top: .55rem !important;
        font-size: .76rem !important;
    }

    .tp-truematch-intro-features {
        margin-top: .75rem !important;
    }

    .tp-truematch-intro-features span {
        font-size: .64rem !important;
    }

    .tp-truematch-intro-actions {
        margin-top: .85rem !important;
    }

    .tp-truematch-intro-primary,
    .tp-truematch-intro-secondary {
        min-height: 2.7rem !important;
    }
}
