/* DEVINA NextStep Landing — breit, jung, energiegeladen (VN Gen Z) */
.ns-land {
    --ns-ink: #0b1220;
    --ns-muted: #3d4f66;
    --ns-soft: #64748b;
    --ns-coral: #ff5a36;
    --ns-coral-deep: #e23d1a;
    --ns-sun: #ffb020;
    --ns-sky: #0ea5b7;
    --ns-sky-deep: #0c7a88;
    --ns-mint: #e8fbf7;
    --ns-blush: #fff4ef;
    --ns-line: rgba(11, 18, 32, 0.08);
    --ns-display: 'Be Vietnam Pro', system-ui, sans-serif;
    --ns-ease: cubic-bezier(0.22, 1, 0.36, 1);
    color: var(--ns-ink);
    background:
        radial-gradient(1200px 480px at 8% -5%, rgba(14, 165, 183, 0.12), transparent 55%),
        radial-gradient(900px 420px at 96% 8%, rgba(255, 90, 54, 0.1), transparent 50%),
        linear-gradient(180deg, #f7fbff 0%, #f4f7fb 40%, #faf6f2 100%);
    overflow-x: clip;
}

/* Mindestens 90 % Seitenbreite */
.ns-land-wrap {
    width: 90%;
    max-width: none;
    margin-inline: auto;
}
@media (max-width: 640px) {
    .ns-land-wrap {
        width: calc(100% - 1.25rem);
    }
}
.ns-land-wrap--narrow {
    width: 90%;
    max-width: 56rem;
}

/* Desktop: Hauptinhalt 2-spaltig (Story + sticky CTA) */
.ns-land-body {
    width: 90%;
    margin: 0 auto;
}
.ns-land-body__main {
    min-width: 0;
}
.ns-land-body__main .ns-land-wrap {
    width: 100%;
}
.ns-land-body__side {
    display: none;
}
.ns-land-side {
    padding: 1.15rem 1.2rem 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid var(--ns-line);
    background:
        radial-gradient(320px 160px at 100% 0%, rgba(255, 176, 32, 0.28), transparent 55%),
        linear-gradient(155deg, #1a0f0c 0%, #3d1f12 48%, #c2410c 120%);
    color: #fffaf4;
    box-shadow: 0 20px 48px -36px rgba(11, 18, 32, 0.55);
}
.ns-land-side__kicker {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffd36a;
}
.ns-land-side__title {
    margin: 0 0 0.55rem;
    font-family: var(--ns-display);
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
.ns-land-side__urgency {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.35;
    color: rgba(255, 250, 244, 0.88);
}
.ns-land-side__price {
    display: grid;
    gap: 0.15rem;
    margin: 0 0 0.65rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.85rem;
    background: rgba(255, 250, 244, 0.08);
    border: 1px solid rgba(255, 250, 244, 0.14);
}
.ns-land-side__badge {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffd36a;
}
.ns-land-side__eur {
    font-family: var(--ns-display);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}
.ns-land-side__sub {
    font-size: 0.82rem;
    color: rgba(255, 250, 244, 0.72);
}
.ns-land-side__sub s {
    opacity: 0.7;
}
.ns-land-side__promo {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ffd36a;
}
.ns-land-side__start {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 250, 244, 0.82);
}
.ns-land-side .ns-land-btn {
    margin-top: 0.35rem;
}
.ns-land-side .ns-land-btn--ghost-mid {
    border-color: rgba(255, 250, 244, 0.35);
    color: #fff;
    background: rgba(11, 18, 32, 0.2);
}
.ns-land-side .ns-land-btn--ghost-mid:hover {
    border-color: rgba(255, 250, 244, 0.55);
    background: rgba(11, 18, 32, 0.35);
}
.ns-land-side__referral {
    margin: 0.85rem 0 0;
    padding-top: 0.75rem;
    border-top: 1px dashed rgba(255, 250, 244, 0.22);
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(255, 250, 244, 0.82);
}
.ns-land-side__referral strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffd36a;
}
.ns-land-side__referral a {
    display: inline-block;
    margin-top: 0.25rem;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}
.ns-land-side__more {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 250, 244, 0.78);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 250, 244, 0.35);
}
.ns-land-side__more:hover {
    color: #fff;
    border-bottom-color: rgba(255, 250, 244, 0.7);
}
@media (min-width: 1100px) {
    .ns-land-body {
        display: grid;
        grid-template-columns: minmax(0, 1.55fr) minmax(17.5rem, 21.5rem);
        gap: clamp(1.5rem, 2.8vw, 2.5rem);
        align-items: start;
        padding-bottom: 0.5rem;
    }
    .ns-land-body__main {
        container-type: inline-size;
        container-name: ns-main;
    }
    .ns-land-body__side {
        display: block;
        position: sticky;
        top: calc(var(--site-header-offset, 4.75rem) + 0.85rem);
        z-index: 4;
    }
    .ns-land-body__main > .ns-land-section:first-child {
        padding-top: 1.25rem;
    }
}
@supports (container-type: inline-size) {
    @container ns-main (max-width: 720px) {
        .ns-land-fit__grid,
        .ns-land-demo__grid,
        .ns-land-proof__grid,
        .ns-land-train__grid,
        .ns-land-parents__grid {
            grid-template-columns: 1fr;
        }
        .ns-land-outcome__list {
            grid-template-columns: 1fr;
        }
    }
}


/* Hero */
.ns-land-hero.page-hero--photo {
    min-height: min(54vh, 560px);
    padding-bottom: 2.5rem;
}
.ns-land-hero.page-hero--photo > .hero-bg .hero-bridge-img {
    animation: heroKenBurns 32s ease-out both;
    transform-origin: 42% 35%;
    object-position: center 30%;
}
.ns-land-hero__product {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.4rem 0.55rem;
    margin: 0 0 0.75rem;
    font-family: var(--ns-display);
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #fff;
}
.ns-land-hero__product-name {
    background: linear-gradient(90deg, #ffd36a, #ff8a5c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .ns-land-hero__product-name { color: #fbbf24; }
}
.ns-land-hero.page-hero--photo .page-hero__title {
    font-size: clamp(1.85rem, 4.2vw, 2.85rem);
    max-width: 22ch;
    letter-spacing: -0.035em;
    line-height: 1.12;
}
.ns-land-hero.page-hero--photo .page-hero__subtitle {
    max-width: 38rem;
    font-size: clamp(0.98rem, 1.8vw, 1.12rem);
    line-height: 1.5;
    color: rgba(226, 232, 240, 0.92);
}
.ns-land-hero.page-hero--photo .page-hero-btn--primary {
    background: linear-gradient(90deg, var(--ns-coral) 0%, #ff7a3d 55%, var(--ns-sun) 100%);
    box-shadow: 0 14px 32px -14px rgba(255, 90, 54, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}
.ns-land-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    margin-top: 0.35rem;
}
.ns-land-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 3.15rem;
    padding: 0.8rem 1.45rem;
    border: 0;
    border-radius: 1rem;
    cursor: pointer;
    font-family: var(--ns-display);
    font-size: clamp(1rem, 2.2vw, 1.12rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    background: linear-gradient(105deg, var(--ns-coral), #ff7a3d 50%, var(--ns-sun));
    box-shadow: 0 16px 36px -14px rgba(255, 90, 54, 0.6);
    transition: transform 0.25s var(--ns-ease), box-shadow 0.25s ease;
}
.ns-land-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -14px rgba(255, 90, 54, 0.7);
}
.ns-land-hero__cta-arrow {
    font-size: 1.15em;
    line-height: 1;
    transition: transform 0.25s var(--ns-ease);
}
.ns-land-hero__cta:hover .ns-land-hero__cta-arrow {
    transform: translateX(3px);
}
.ns-land-hero__how {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: 0.15rem;
    font-family: var(--ns-display);
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 0.1rem;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.ns-land-hero__how::after {
    content: '↓';
    font-size: 0.9em;
    opacity: 0.85;
}
.ns-land-hero__how:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}
.ns-land-hero__soft {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.55rem 1.1rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(11, 18, 32, 0.28);
    color: #fff;
    font-family: var(--ns-display);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.ns-land-hero__soft:hover {
    background: rgba(11, 18, 32, 0.42);
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-1px);
}
.ns-land-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.15rem;
    align-items: center;
}
.ns-land-hero__meta {
    margin: 1rem 0 0;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(226, 232, 240, 0.72);
}
.ns-land-hero__urgency {
    margin: 0.85rem 0 0;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1a0f0c;
    background: linear-gradient(90deg, #ffd36a, #ffb020);
    box-shadow: 0 8px 20px -12px rgba(255, 176, 32, 0.8);
}

/* TikTok-Visit Banner */
.ns-land-tt-banner {
    background: #0b1220;
    color: #fffaf4;
    border-bottom: 1px solid rgba(255, 250, 244, 0.08);
}
.ns-land-tt-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    padding: 0.7rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
}
.ns-land-tt-banner__inner p {
    margin: 0;
    flex: 1 1 14rem;
}
.ns-land-tt-banner__mark {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.55rem;
    border-radius: 0.5rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0b1220;
    background: #fffaf4;
}

.ns-land-crumb {
    padding: 0.85rem 0 0;
}
.ns-land-crumb nav,
.ns-land-crumb .breadcrumbs {
    opacity: 0.75;
    font-size: 0.8rem;
}

.ns-land-section {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
}
.ns-land-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ns-coral-deep);
}
.ns-land-kicker--on-dark {
    color: #ffd36a;
}
.ns-land-h2 {
    margin: 0 0 0.75rem;
    max-width: 28ch;
    font-family: var(--ns-display);
    font-size: clamp(1.65rem, 3.6vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.12;
    text-wrap: balance;
}
.ns-land-lead {
    margin: 0 0 2rem;
    max-width: 52ch;
    color: var(--ns-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

/* Buttons */
.ns-land-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.95rem;
    padding: 0.7rem 1.25rem;
    border-radius: 1rem;
    font-family: var(--ns-display);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    border: 1.5px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.25s var(--ns-ease), background 0.2s ease, border-color 0.2s ease, box-shadow 0.25s ease;
}
.ns-land-btn:hover {
    transform: translateY(-2px);
}
.ns-land-btn--primary {
    background: linear-gradient(105deg, var(--ns-coral), #ff7a3d 50%, var(--ns-sun));
    color: #fff;
    box-shadow: 0 12px 28px -12px rgba(255, 90, 54, 0.55);
}
.ns-land-btn--primary:hover {
    box-shadow: 0 16px 34px -12px rgba(255, 90, 54, 0.65);
}
.ns-land-btn--ghost {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.ns-land-btn--ghost-dark {
    background: transparent;
    border-color: rgba(255, 250, 244, 0.35);
    color: #fffaf4;
}
.ns-land-btn--block {
    width: 100%;
}

/* Outcomes — große Nummern, frische Flächen */
.ns-land-outcome {
    padding-top: clamp(2.5rem, 4vw, 3.5rem);
}
.ns-land-outcome__list {
    list-style: none;
    margin: 2.25rem 0 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}
@media (min-width: 800px) {
    .ns-land-outcome__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}
.ns-land-outcome__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.25rem 0.35rem 1.35rem 0;
    border: 0;
    border-bottom: 2px solid rgba(255, 90, 54, 0.2);
    background: linear-gradient(90deg, rgba(255, 90, 54, 0.07), transparent 42%);
    transition: transform 0.3s var(--ns-ease);
}
.ns-land-outcome__item:nth-child(2) {
    background: linear-gradient(90deg, rgba(14, 165, 183, 0.08), transparent 42%);
    border-bottom-color: rgba(14, 165, 183, 0.25);
}
.ns-land-outcome__item:nth-child(3) {
    background: linear-gradient(90deg, rgba(255, 176, 32, 0.1), transparent 42%);
    border-bottom-color: rgba(255, 176, 32, 0.3);
}
@media (min-width: 800px) {
    .ns-land-outcome__item {
        padding: 1.35rem 1rem 1.35rem 1.15rem;
        border-bottom: 0;
        border-left: 3px solid var(--ns-coral);
        background: linear-gradient(180deg, rgba(255, 90, 54, 0.06), transparent 70%);
    }
    .ns-land-outcome__item:nth-child(2) {
        border-left-color: var(--ns-sky);
        background: linear-gradient(180deg, rgba(14, 165, 183, 0.07), transparent 70%);
    }
    .ns-land-outcome__item:nth-child(3) {
        border-left-color: var(--ns-sun);
        background: linear-gradient(180deg, rgba(255, 176, 32, 0.09), transparent 70%);
    }
}
@media (hover: hover) {
    .ns-land-outcome__item:hover {
        transform: translateX(4px);
    }
}
.ns-land-outcome__num {
    font-family: var(--ns-display);
    font-size: clamp(1.75rem, 3vw, 2.15rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, var(--ns-coral), var(--ns-sun));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .ns-land-outcome__num { color: var(--ns-coral-deep); }
}
.ns-land-outcome__item h3 {
    margin: 0 0 0.4rem;
    font-family: var(--ns-display);
    font-size: clamp(1.15rem, 1.8vw, 1.3rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.2;
}
.ns-land-outcome__item p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Fact strip — bold, app-like */
.ns-land-strip {
    padding: 0.25rem 0 1.25rem;
}
.ns-land-strip__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1.15rem 1.1rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(120deg, rgba(14, 165, 183, 0.14), rgba(255, 90, 54, 0.1) 55%, rgba(255, 176, 32, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
    .ns-land-strip__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 1.35rem 1.5rem;
        gap: 1rem;
    }
}
.ns-land-strip__cell {
    min-width: 0;
    padding: 0.55rem 0.45rem;
    border-radius: 0.9rem;
    transition: background 0.2s ease;
}
@media (hover: hover) {
    .ns-land-strip__cell:hover {
        background: rgba(255, 255, 255, 0.45);
    }
}
.ns-land-strip__k {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ns-soft);
    margin-bottom: 0.25rem;
}
.ns-land-strip__v {
    display: block;
    font-family: var(--ns-display);
    font-size: clamp(0.98rem, 1.5vw, 1.12rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--ns-ink);
}

/* Train — lebendige Module */
.ns-land-train {
    position: relative;
    background:
        radial-gradient(700px 280px at 0% 50%, rgba(14, 165, 183, 0.08), transparent 60%),
        linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.55) 18%, rgba(255, 255, 255, 0.55) 82%, transparent);
}
.ns-land-train__grid {
    display: grid;
    gap: 1rem;
}
@media (min-width: 800px) {
    .ns-land-train__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem 1.35rem;
    }
}
@media (min-width: 1200px) {
    .ns-land-train__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.ns-land-train__item {
    position: relative;
    padding: 1.35rem 0.5rem 1.35rem 1.25rem;
    border: 0;
    border-left: 4px solid var(--ns-coral);
    background: transparent;
    transition: transform 0.3s var(--ns-ease);
}
.ns-land-train__item:nth-child(even) {
    border-left-color: var(--ns-sky);
}
@media (hover: hover) {
    .ns-land-train__item:hover {
        transform: translateX(5px);
    }
}
.ns-land-train__idx {
    display: block;
    margin-bottom: 0.55rem;
    font-family: var(--ns-display);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--ns-sky-deep);
}
.ns-land-train__item:nth-child(even) .ns-land-train__idx {
    color: var(--ns-coral-deep);
}
.ns-land-train__item h3 {
    margin: 0 0 0.45rem;
    font-family: var(--ns-display);
    font-size: clamp(1.15rem, 1.8vw, 1.3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}
.ns-land-train__item p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 0.97rem;
    line-height: 1.55;
}

/* Fit */
.ns-land-fit__grid {
    display: grid;
    gap: 1.75rem;
}
@media (min-width: 900px) {
    .ns-land-fit__grid {
        grid-template-columns: 1.4fr 0.95fr;
        gap: 2.25rem;
        align-items: stretch;
    }
}
.ns-land-fit__list {
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}
@media (min-width: 700px) {
    .ns-land-fit__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem 1.25rem;
    }
}
.ns-land-fit__list li {
    position: relative;
    padding: 0.35rem 0.25rem 0.55rem 1.25rem;
    color: var(--ns-muted);
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: 1px solid var(--ns-line);
}
.ns-land-fit__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ns-coral), var(--ns-sun));
}
.ns-land-fit__no-title {
    margin: 1.5rem 0 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ns-soft);
}
.ns-land-fit__list--no {
    margin-top: 0.65rem;
}
.ns-land-fit__list--no li::before {
    background: #94a3b8;
}
.ns-land-fit__soft {
    margin-top: 1.15rem;
}
.ns-land-fit__note {
    margin: 1.5rem 0 0;
    padding: 1rem 1.15rem;
    border-radius: 1.1rem;
    background: var(--ns-mint);
    color: #0f5c66;
    font-size: 0.9rem;
    line-height: 1.5;
}
.ns-land-fit__note a {
    display: inline-block;
    margin-top: 0.4rem;
    color: var(--ns-sky-deep);
    font-weight: 700;
    text-decoration: none;
}
.ns-land-fit__note a:hover {
    text-decoration: underline;
}
.ns-land-fit__side {
    position: relative;
    padding: 1.6rem 1.4rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(320px 180px at 100% 0%, rgba(255, 176, 32, 0.35), transparent 55%),
        linear-gradient(155deg, #0b1220 0%, #123047 55%, #0c7a88 120%);
    color: #fffaf4;
}
.ns-land-fit__side-kicker {
    margin: 0 0 1.1rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffd36a;
}
.ns-land-fit__way + .ns-land-fit__way {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 250, 244, 0.14);
}
.ns-land-fit__way h3 {
    margin: 0 0 0.4rem;
    font-family: var(--ns-display);
    font-size: 1.12rem;
    font-weight: 800;
}
.ns-land-fit__way p {
    margin: 0;
    color: rgba(255, 250, 244, 0.8);
    font-size: 0.92rem;
    line-height: 1.5;
}

/* Enroll — Board: Schritte links, Aktion rechts */
.ns-land-enroll {
    padding: 1rem 0 clamp(3rem, 5vw, 4rem);
}
.ns-land-enroll__board {
    display: grid;
    gap: 0;
    border-radius: 1.75rem;
    overflow: hidden;
    border: 1px solid var(--ns-line);
    background: #fff;
    box-shadow: 0 24px 60px -40px rgba(11, 18, 32, 0.35);
}
@media (min-width: 900px) {
    .ns-land-enroll__board {
        grid-template-columns: 1.25fr 0.95fr;
    }
}
.ns-land-enroll__intro {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    background:
        radial-gradient(420px 200px at 0% 0%, rgba(14, 165, 183, 0.1), transparent 55%),
        linear-gradient(180deg, #f8fbff, #fff);
}
.ns-land-enroll__intro .ns-land-lead {
    margin-bottom: 1.5rem;
}
.ns-land-steps--inline {
    margin: 0;
}
@media (min-width: 800px) {
    .ns-land-steps--inline {
        grid-template-columns: 1fr;
        gap: 0.95rem;
    }
}
.ns-land-enroll__action {
    padding: clamp(1.5rem, 3vw, 2.15rem);
    display: grid;
    gap: 0.7rem;
    align-content: start;
    background:
        radial-gradient(380px 200px at 100% 0%, rgba(255, 176, 32, 0.35), transparent 55%),
        linear-gradient(155deg, #1a0f0c 0%, #3d1f12 50%, #c2410c 115%);
    color: #fffaf4;
}
.ns-land-enroll__action-kicker {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffd36a;
}
.ns-land-enroll__action-title {
    margin: 0;
    font-family: var(--ns-display);
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}
.ns-land-enroll__action-lead {
    margin: 0 0 0.35rem;
    color: rgba(255, 250, 244, 0.78);
    font-size: 0.92rem;
    line-height: 1.45;
}
.ns-land-enroll__action .ns-land-promo label {
    color: rgba(255, 250, 244, 0.7);
}
.ns-land-enroll__action .ns-land-promo input {
    border: 1px solid rgba(255, 250, 244, 0.22);
    background: rgba(255, 250, 244, 0.1);
    color: #fffaf4;
    border-radius: 1rem;
    min-height: 2.85rem;
    padding: 0.55rem 0.9rem;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.ns-land-enroll__action .ns-land-promo input:focus {
    outline: 2px solid #ffd36a;
    outline-offset: 1px;
}

/* Legacy enroll panel (falls noch referenziert) */
.ns-land-enroll__panel {
    display: none;
}
.ns-land-enroll__copy h2,
.ns-land-enroll__form {
    /* no-op */
}

/* FAQ */
.ns-land-faq {
    padding-bottom: clamp(4rem, 7vw, 5.5rem);
}
.ns-land-faq .ns-land-h2 {
    text-align: left;
    max-width: none;
    margin-bottom: 1.35rem;
}
@media (min-width: 800px) {
    .ns-land-faq .ns-land-h2 {
        text-align: center;
    }
}
.ns-land-faq__list {
    display: grid;
    gap: 0.75rem;
}
@media (min-width: 900px) {
    .ns-land-faq__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem 1.15rem;
    }
}
.ns-land-faq__item {
    border-radius: 1.15rem;
    border: 1px solid var(--ns-line);
    background: rgba(255, 255, 255, 0.78);
    padding: 0.15rem 1.15rem;
    transition: border-color 0.2s ease, transform 0.25s var(--ns-ease);
}
.ns-land-faq__item[open] {
    border-color: rgba(14, 165, 183, 0.35);
    background: #fff;
}
.ns-land-faq__item summary {
    cursor: pointer;
    list-style: none;
    font-family: var(--ns-display);
    font-weight: 700;
    font-size: 1.02rem;
    padding: 1rem 0;
    letter-spacing: -0.015em;
}
.ns-land-faq__item summary::-webkit-details-marker {
    display: none;
}
.ns-land-faq__item p {
    margin: 0 0 1.05rem;
    color: var(--ns-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
    .ns-land-btn:hover,
    .ns-land-outcome__item:hover,
    .ns-land-train__item:hover {
        transform: none;
    }
}

/* Mid-CTA nach Kursinhalt */
.ns-land-midcta {
    margin-top: 2.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--ns-line);
}
.ns-land-midcta__text {
    margin: 0;
    flex: 1 1 16rem;
    font-family: var(--ns-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ns-ink);
}
.ns-land-midcta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}
.ns-land-btn--ghost-mid {
    background: #fff;
    border-color: rgba(11, 18, 32, 0.14);
    color: var(--ns-ink);
}
.ns-land-btn--ghost-mid:hover {
    border-color: var(--ns-sky);
    color: var(--ns-sky-deep);
}

/* Offer bar — Start, Plätze, Preis */
.ns-land-offer {
    padding: 0.5rem 0 0.25rem;
}
.ns-land-offer__bar {
    display: grid;
    gap: 1.15rem;
    padding: 1.25rem 1.2rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid var(--ns-line);
    box-shadow: 0 18px 40px -34px rgba(11, 18, 32, 0.4);
}
.ns-land-offer__bar.is-urgent {
    border-color: rgba(255, 90, 54, 0.35);
    background:
        linear-gradient(180deg, rgba(255, 90, 54, 0.06), transparent 40%),
        #fff;
}
@media (min-width: 960px) {
    .ns-land-offer__bar {
        grid-template-columns: 1fr auto;
        align-items: end;
        padding: 1.35rem 1.5rem;
        gap: 1.5rem;
    }
}
.ns-land-offer__kicker {
    margin: 0 0 0.75rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ns-coral-deep);
    grid-column: 1 / -1;
}
@media (min-width: 960px) {
    .ns-land-offer__kicker {
        grid-column: 1;
    }
    .ns-land-offer__bar {
        grid-template-rows: auto auto;
    }
    .ns-land-offer__cta {
        grid-row: 1 / span 2;
        grid-column: 2;
        align-self: center;
    }
}
.ns-land-offer__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
}
@media (min-width: 700px) {
    .ns-land-offer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1100px) {
    .ns-land-offer__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.ns-land-offer__cell {
    min-width: 0;
}
.ns-land-offer__cell.is-hot .ns-land-offer__value {
    color: var(--ns-coral-deep);
}
.ns-land-offer__label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ns-soft);
}
.ns-land-offer__value {
    display: block;
    font-family: var(--ns-display);
    font-size: clamp(0.98rem, 1.6vw, 1.12rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--ns-ink);
}
.ns-land-offer__sub {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.78rem;
    color: var(--ns-muted);
}
.ns-land-offer__list {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.78rem;
    color: var(--ns-soft);
}
.ns-land-offer__promo {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--ns-sky-deep);
}
.ns-land-offer__cell--price.is-launch .ns-land-offer__value {
    color: var(--ns-coral-deep);
}
.ns-land-offer__cell--price.is-launch .ns-land-offer__promo {
    color: var(--ns-coral-deep);
}
.ns-land-enroll__price-badge {
    display: inline-flex;
    align-self: start;
    margin-bottom: 0.25rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1a0f0c;
    background: #ffd36a;
}
.ns-land-enroll__price.is-launch .ns-land-enroll__price-main {
    color: #ffd36a;
}
.ns-land-enroll__price-sub s {
    opacity: 0.65;
}
.ns-land-offer__cta {
    display: flex;
}

/* Proof + Included */
.ns-land-proof {
    background:
        radial-gradient(700px 280px at 100% 0%, rgba(255, 90, 54, 0.07), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent);
}
.ns-land-proof__grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}
@media (min-width: 800px) {
    .ns-land-proof__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
    }
}
.ns-land-proof__item {
    margin: 0;
    padding: 1.25rem 1.15rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid var(--ns-line);
}
.ns-land-proof__result {
    display: inline-block;
    margin: 0 0 0.65rem;
    padding: 0.2rem 0.55rem;
    border-radius: 0.4rem;
    background: rgba(255, 90, 54, 0.1);
    color: #c2410c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ns-land-proof__item p {
    margin: 0;
    font-family: var(--ns-display);
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.45;
    color: var(--ns-ink);
}
.ns-land-proof__item footer {
    margin-top: 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ns-soft);
}
.ns-land-included {
    margin-top: 1.75rem;
    padding: 1.25rem 1.2rem;
    border-radius: 1.35rem;
    background: var(--ns-mint);
    border: 1px solid rgba(14, 165, 183, 0.18);
}
.ns-land-included__title {
    margin: 0 0 0.85rem;
    font-family: var(--ns-display);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f5c66;
}
.ns-land-included__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}
@media (min-width: 700px) {
    .ns-land-included__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem 1.25rem;
    }
}
.ns-land-included__list li {
    position: relative;
    padding-left: 1.15rem;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #0f5c66;
}
.ns-land-included__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--ns-sky);
}

.ns-land-enroll__urgency {
    margin: -0.5rem 0 1.25rem;
    display: inline-flex;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ns-coral-deep);
    background: rgba(255, 90, 54, 0.1);
}
.ns-land-enroll__price {
    display: grid;
    gap: 0.2rem;
    margin: 0.15rem 0 0.35rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 250, 244, 0.1);
    border: 1px solid rgba(255, 250, 244, 0.16);
}
.ns-land-enroll__price-main {
    font-family: var(--ns-display);
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #fff;
}
.ns-land-enroll__price-sub {
    font-size: 0.82rem;
    color: rgba(255, 250, 244, 0.72);
}
.ns-land-enroll__price-promo {
    margin-top: 0.25rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffd36a;
}
.ns-land-enroll__price-note {
    margin-top: 0.2rem;
    font-size: 0.75rem;
    color: rgba(255, 250, 244, 0.62);
    line-height: 1.4;
}
.ns-land-enroll__referral {
    display: grid;
    gap: 0.25rem;
    margin: 0.55rem 0 0.85rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.85rem;
    border: 1px dashed rgba(255, 250, 244, 0.28);
    background: rgba(255, 250, 244, 0.06);
}
.ns-land-enroll__referral-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffd36a;
}
.ns-land-enroll__referral-text {
    font-size: 0.88rem;
    line-height: 1.4;
    color: rgba(255, 250, 244, 0.88);
}
.ns-land-enroll__referral-link {
    margin-top: 0.15rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.ns-land-enroll__referral-link:hover {
    color: #ffd36a;
}

/* Anmelde-Schritte */
.ns-land-steps {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}
@media (min-width: 800px) {
    .ns-land-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
    }
}
.ns-land-steps__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
}
.ns-land-steps__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    font-family: var(--ns-display);
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--ns-coral), var(--ns-sun));
}
.ns-land-steps__item strong {
    display: block;
    font-family: var(--ns-display);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 0.2rem;
}
.ns-land-steps__item p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

/* TikTok-Band */
.ns-land-tiktok {
    padding: 0 0 clamp(2.5rem, 5vw, 3.5rem);
}
.ns-land-tiktok__inner {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1.35rem, 3vw, 1.85rem);
    border-radius: 1.5rem;
    background:
        radial-gradient(420px 180px at 100% 0%, rgba(255, 90, 54, 0.12), transparent 55%),
        linear-gradient(135deg, #0b1220 0%, #1a1030 55%, #111827 100%);
    color: #fff;
}
@media (min-width: 800px) {
    .ns-land-tiktok__inner {
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 2rem;
    }
}
.ns-land-tiktok .ns-land-kicker {
    color: #ff8a5c;
}
.ns-land-tiktok .ns-land-h2 {
    color: #fff;
    max-width: 24ch;
}
.ns-land-tiktok .ns-land-lead {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}
.ns-land-tiktok__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.75rem 1.35rem;
    border-radius: 1rem;
    font-family: var(--ns-display);
    font-weight: 800;
    font-size: 0.98rem;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #0b1220;
    background: linear-gradient(105deg, #fff 0%, #ffe8de 100%);
    box-shadow: 0 12px 28px -14px rgba(0, 0, 0, 0.45);
    transition: transform 0.25s var(--ns-ease);
}
.ns-land-tiktok__btn:hover {
    transform: translateY(-2px);
}

/* Rail links unten — kein Konflikt mit Chat (rechts) */
.ns-land-rail {
    position: fixed;
    left: max(0.85rem, env(safe-area-inset-left, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    z-index: 40;
}
.ns-land-rail[hidden] {
    display: none !important;
}
@media (max-width: 767px) {
    body.has-sticky-contact .ns-land-rail {
        bottom: calc(4.75rem + 0.65rem);
    }
}
.ns-land-rail__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.85rem;
    padding: 0.55rem 1rem 0.55rem 0.75rem;
    border: 0;
    border-radius: 1rem;
    cursor: pointer;
    font-family: var(--ns-display);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    background: linear-gradient(105deg, var(--ns-coral), #ff7a3d 55%, var(--ns-sun));
    box-shadow: 0 14px 32px -12px rgba(255, 90, 54, 0.65);
    transition: transform 0.25s var(--ns-ease), box-shadow 0.25s ease;
}
.ns-land-rail__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -12px rgba(255, 90, 54, 0.75);
}
.ns-land-rail__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
}
.ns-land-promo label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.75rem;
    font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
    .ns-land-tiktok__btn:hover,
    .ns-land-rail__btn:hover,
    .ns-land-hero__cta:hover {
        transform: none;
    }
}

/* Hero launch chip */
.ns-land-hero__launch {
    margin: 0.55rem 0 0;
    display: inline-flex;
    max-width: 100%;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 90, 54, 0.92);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* B1-Check */
.ns-land-check__panel {
    margin-top: 1.25rem;
    padding: 1.25rem 1.35rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--ns-line);
    box-shadow: 0 16px 36px -28px rgba(11, 18, 32, 0.35);
}
.ns-land-check__q-num {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ns-sky-deep);
}
.ns-land-check__q-text {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}
.ns-land-check__btns,
.ns-land-check__result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}
.ns-land-check__result h3 {
    margin: 0 0 0.4rem;
    font-size: 1.15rem;
}
.ns-land-check__result p {
    margin: 0 0 1rem;
    color: var(--ns-muted);
}
.ns-land-check__again {
    margin-top: 0.85rem;
    background: none;
    border: none;
    color: var(--ns-sky-deep);
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

/* Parents */
.ns-land-parents__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}
@media (max-width: 900px) {
    .ns-land-parents__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .ns-land-parents__grid { grid-template-columns: 1fr; }
}
.ns-land-parents__item {
    padding: 1rem 0 0;
    border-top: 2px solid var(--ns-coral);
}
.ns-land-parents__item h3 {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
}
.ns-land-parents__item p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}
.ns-land-parents__cta {
    margin-top: 1.35rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

/* Demo / Proof media */
.ns-land-demo__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
    align-items: stretch;
}
@media (max-width: 860px) {
    .ns-land-demo__grid { grid-template-columns: 1fr; }
}
.ns-land-demo__label {
    margin: 1rem 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ns-soft);
}
.ns-land-demo__q {
    margin: 0;
    padding: 1rem 1.1rem;
    border-left: 3px solid var(--ns-coral);
    background: rgba(255, 255, 255, 0.7);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.4;
}
.ns-land-demo__hint {
    margin: 0.75rem 0 1rem;
    color: var(--ns-muted);
}
.ns-land-demo__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}
.ns-land-demo__media {
    min-height: 240px;
}
.ns-land-demo__embed,
.ns-land-demo__play--fill {
    height: 100%;
    min-height: 260px;
    border-radius: 1rem;
    overflow: hidden;
    background:
        radial-gradient(600px 220px at 20% 10%, rgba(255, 90, 54, 0.35), transparent 55%),
        linear-gradient(160deg, #0b1220, #16324a);
}
.ns-land-demo__embed iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
}
.ns-land-demo__play {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 1.5rem;
}
.ns-land-demo__play-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--ns-coral);
    font-size: 1rem;
    box-shadow: 0 12px 28px -10px rgba(255, 90, 54, 0.8);
}
.ns-land-demo__play-title {
    font-weight: 800;
    font-size: 1.15rem;
}
.ns-land-demo__play-sub {
    font-size: 0.9rem;
    opacity: 0.85;
}

/* Alumni / Referral / Partner teaser */
.ns-land-alumni__inner,
.ns-land-referral__inner,
.ns-land-partner-teaser__inner {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.35rem 1.4rem;
    border-radius: 1rem;
    border: 1px solid var(--ns-line);
    background: rgba(255, 255, 255, 0.72);
}
@media (max-width: 720px) {
    .ns-land-alumni__inner,
    .ns-land-referral__inner,
    .ns-land-partner-teaser__inner {
        grid-template-columns: 1fr;
    }
}
.ns-land-alumni__list {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
}
.ns-land-alumni__list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.35rem;
    color: var(--ns-muted);
}
.ns-land-alumni__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: var(--ns-coral);
}
.ns-land-alumni__actions,
.ns-land-referral__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: min(100%, 16rem);
}

/* TikTok playbook */
.ns-land-tiktok__playbook {
    margin-top: 1.25rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.ns-land-tiktok__playbook-title {
    margin: 0 0 0.75rem;
    font-weight: 800;
    color: #fff;
}
.ns-land-tiktok__formats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}
@media (max-width: 720px) {
    .ns-land-tiktok__formats { grid-template-columns: 1fr; }
}
.ns-land-tiktok__formats article {
    padding: 0.85rem 0.9rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.ns-land-tiktok__formats h3 {
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
}
.ns-land-tiktok__formats p {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.85;
}
.ns-land-tiktok__bio {
    margin-top: 1rem;
}
.ns-land-tiktok__bio label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    font-weight: 700;
}
.ns-land-tiktok__bio-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.ns-land-tiktok__bio-row input {
    flex: 1 1 16rem;
    min-width: 0;
    padding: 0.65rem 0.75rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 0.82rem;
}
.ns-land-tiktok__bio-hint {
    margin: 0.45rem 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
}

/* Hesitator + Exit */
.ns-land-hesitate {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 5.5rem;
    z-index: 60;
    max-width: 28rem;
    margin-inline: auto;
}
@media (min-width: 900px) {
    .ns-land-hesitate {
        left: 1.25rem;
        right: auto;
        margin-inline: 0;
        bottom: 1.5rem;
    }
}
.ns-land-hesitate__inner {
    display: grid;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #0b1220;
    color: #fff;
    box-shadow: 0 18px 40px -16px rgba(11, 18, 32, 0.65);
}
.ns-land-hesitate__title {
    margin: 0;
    font-weight: 800;
    font-size: 0.98rem;
}
.ns-land-hesitate__text {
    margin: 0.25rem 0 0;
    font-size: 0.86rem;
    opacity: 0.85;
}
.ns-land-hesitate__actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.ns-land-hesitate__x {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    cursor: pointer;
    padding: 0.35rem 0.5rem;
}
.ns-land-exit {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(11, 18, 32, 0.45);
    display: grid;
    place-items: center;
    padding: 1rem;
}
.ns-land-exit[hidden] { display: none !important; }
.ns-land-exit__card {
    width: min(100%, 26rem);
    padding: 1.35rem 1.4rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 24px 50px -20px rgba(11, 18, 32, 0.55);
}
.ns-land-exit__card h2 {
    margin: 0 0 0.45rem;
    font-size: 1.2rem;
}
.ns-land-exit__card p {
    margin: 0 0 1rem;
    color: var(--ns-muted);
}
.ns-land-exit__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Partner-Kondition aus GEB */
.ns-land-partner-bar {
    background: linear-gradient(90deg, #0b1220, #143044);
    color: #fff;
    padding: 0.75rem 0;
}
.ns-land-partner-bar__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    align-items: baseline;
    justify-content: space-between;
    font-size: 0.9rem;
}
.ns-land-partner-bar__inner p {
    margin: 0;
    font-weight: 700;
}
.ns-land-partner-bar__inner s {
    opacity: 0.65;
    font-weight: 600;
}
.ns-land-partner-bar__inner span {
    opacity: 0.8;
    font-size: 0.82rem;
}
