/* CyberLex Sicherheitsakademie — Salespage (Referenz-Layout) */

.cl-sales-body--ref {
    --sp-bg: #060d18;
    --sp-bg-2: #0c1524;
    --sp-bg-3: #111827;
    --sp-bg-light: #ffffff;
    --sp-bg-soft: #f4f7fb;
    --sp-bg-footer: #eef2f7;
    --sp-blue: #2563eb;
    --sp-blue-hover: #1d4ed8;
    --sp-blue-soft: rgba(37, 99, 235, 0.12);
    --sp-text: #0f172a;
    --sp-text-muted: #64748b;
    --sp-text-light: #e2e8f0;
    --sp-border: #e2e8f0;
    --sp-radius: 16px;
    --sp-radius-sm: 12px;
    --sp-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
    --sp-shadow-lg: 0 16px 48px rgba(15, 23, 42, 0.14);
    --sp-shell: min(1180px, calc(100% - 40px));
    background: var(--sp-bg-light);
    color: var(--sp-text);
}

.cl-sales-body--ref .topbar-content.cl-home-content {
    background: var(--sp-bg-light);
    overflow-x: hidden;
}

/* cl-home-page überschreibt sonst --cl-home-pad:48px — hier enger für mehr Kartenbreite */
.cl-sales-body--ref .cl-home-page.cl-sales-page {
    color: var(--sp-text);
    --cl-home-pad: 16px;
    --cl-home-max: 1340px;
}

/* Seitenabstände — schmaler als Portal-Standard, mehr Platz für Karten */
.cl-sales-body--ref .cl-home-page.cl-sales-page .cl-home-shell,
.cl-sales-body--ref .cl-home-page.cl-sales-page .cl-sp-ref-section-inner.cl-home-shell,
.cl-sales-body--ref .cl-home-page.cl-sales-page .cl-sp-ref-hero-inner.cl-home-shell,
.cl-sales-body--ref .cl-home-shell,
.cl-sales-body--ref .cl-sp-ref-section-inner.cl-home-shell,
.cl-sales-body--ref .cl-sp-ref-hero-inner.cl-home-shell,
.cl-sales-body--ref .cl-sp-ref-sticky-inner.cl-home-shell {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .cl-sales-body--ref .cl-home-page.cl-sales-page {
        --cl-home-pad: 12px;
    }

    .cl-sales-body--ref .cl-home-page.cl-sales-page .cl-home-shell,
    .cl-sales-body--ref .cl-home-page.cl-sales-page .cl-sp-ref-section-inner.cl-home-shell,
    .cl-sales-body--ref .cl-home-page.cl-sales-page .cl-sp-ref-hero-inner.cl-home-shell,
    .cl-sales-body--ref .cl-home-shell,
    .cl-sales-body--ref .cl-sp-ref-section-inner.cl-home-shell,
    .cl-sales-body--ref .cl-sp-ref-hero-inner.cl-home-shell,
    .cl-sales-body--ref .cl-sp-ref-sticky-inner.cl-home-shell {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.cl-sp-ref-alert {
    margin: 12px auto 0;
    padding: 12px 16px;
    border-radius: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    font-size: 0.9rem;
}

/* Buttons */

.cl-sp-ref-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    border: none;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
}

.cl-sp-ref-btn--primary {
    background: var(--sp-blue);
    color: #fff;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.32);
}

.cl-sp-ref-btn--primary:hover {
    background: var(--sp-blue-hover);
    transform: translateY(-1px);
}

.cl-sp-ref-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.28);
    color: #e2e8f0;
}

.cl-sp-ref-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
}

.cl-sp-ref-btn--lg {
    padding: 14px 24px;
    font-size: 0.95rem;
}

.cl-sp-ref-btn--block {
    width: 100%;
}

.cl-sp-ref-btn--pill {
    padding: 16px 28px;
    font-size: 1rem;
    border-radius: 999px;
}

.cl-sp-ref-btn-price {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin-left: 4px;
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.cl-sp-ref-btn-price s {
    opacity: 0.72;
    font-size: 0.82em;
    font-weight: 500;
}

.cl-sp-ref-link {
    color: var(--sp-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.cl-sp-ref-link:hover {
    text-decoration: underline;
}

/* Hero */

.cl-sp-ref-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.cl-sp-ref-hero-bg {
    position: absolute;
    inset: 0;
    background-image: var(--sp-hero-bg);
    background-size: cover;
    background-position: center 35%;
    transform: scale(1.03);
}

.cl-sp-ref-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(102deg, rgba(4, 8, 18, 0.94) 0%, rgba(4, 8, 18, 0.82) 38%, rgba(4, 8, 18, 0.45) 62%, rgba(4, 8, 18, 0.62) 100%),
        radial-gradient(ellipse 55% 70% at 78% 50%, rgba(37, 99, 235, 0.16), transparent 70%);
}

.cl-sp-ref-hero-inner {
    position: relative;
    z-index: 1;
    padding: 52px 0 56px;
}

.cl-sp-ref-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 360px);
    gap: 36px 48px;
    align-items: center;
}

.cl-sp-ref-hero-badge {
    display: inline-block;
    margin: 0 0 18px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.22);
    border: 1px solid rgba(96, 165, 250, 0.35);
    color: #bfdbfe;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cl-sp-ref-hero-title {
    margin: 0 0 16px;
    font-size: clamp(2.1rem, 4.2vw, 3.35rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.cl-sp-ref-hero-accent {
    color: #3b82f6;
    text-shadow: 0 0 40px rgba(59, 130, 246, 0.35);
}

.cl-sp-ref-hero-lead {
    margin: 0 0 12px;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.45;
    color: rgba(241, 245, 249, 0.92);
    max-width: 36ch;
}

.cl-sp-ref-hero-body {
    margin: 0 0 24px;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(226, 232, 240, 0.78);
    max-width: 52ch;
}

.cl-sp-ref-hero-features {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
}

.cl-sp-ref-hero-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(241, 245, 249, 0.9);
}

.cl-sp-ref-hero-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.18);
    color: #60a5fa;
    flex-shrink: 0;
}

.cl-sp-ref-hero-promo {
    margin: 0 0 14px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #fbbf24;
}

.cl-sp-ref-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: stretch;
    margin-bottom: 18px;
}

.cl-sp-ref-hero-cta-primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    padding: 14px 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    text-decoration: none;
    box-shadow:
        0 12px 32px rgba(37, 99, 235, 0.42),
        0 0 0 1px rgba(147, 197, 253, 0.2) inset;
    transition: transform 0.15s, box-shadow 0.18s;
}

.cl-sp-ref-hero-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 16px 40px rgba(37, 99, 235, 0.5),
        0 0 0 1px rgba(147, 197, 253, 0.28) inset;
}

.cl-sp-ref-hero-cta-primary-label {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.cl-sp-ref-hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: min(100%, 280px);
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.28);
    backdrop-filter: blur(8px);
    color: #e2e8f0;
    text-decoration: none;
    transition: background 0.18s, border-color 0.18s;
}

.cl-sp-ref-hero-cta-secondary:hover {
    background: rgba(15, 23, 42, 0.72);
    border-color: rgba(148, 163, 184, 0.42);
}

.cl-sp-ref-hero-cta-secondary-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.25);
    color: #94a3b8;
}

.cl-sp-ref-hero-cta-secondary-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cl-sp-ref-hero-cta-secondary-text strong {
    font-size: 0.88rem;
    line-height: 1.3;
}

.cl-sp-ref-hero-cta-secondary-text small {
    font-size: 0.76rem;
    color: rgba(226, 232, 240, 0.65);
    font-weight: 500;
}

.cl-sp-ref-hero-trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.cl-sp-ref-hero-trust li {
    position: relative;
    padding-left: 18px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.78);
}

.cl-sp-ref-hero-trust li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #86efac;
    font-weight: 700;
}

.cl-sp-ref-hero-aside {
    display: grid;
    gap: 16px;
    align-content: start;
}

.cl-sp-ref-glass-card {
    padding: 20px 18px;
    border-radius: 18px;
    background: rgba(8, 14, 28, 0.62);
    border: 1px solid rgba(96, 165, 250, 0.22);
    backdrop-filter: blur(14px);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.cl-sp-ref-glass-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.cl-sp-ref-glass-shield {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.25);
    color: #60a5fa;
}

.cl-sp-ref-glass-kicker {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #93c5fd;
}

.cl-sp-ref-glass-name {
    margin: 2px 0 0;
    font-family: 'Segoe Script', 'Brush Script MT', 'Snell Roundhand', cursive;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}

.cl-sp-ref-glass-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.cl-sp-ref-glass-list li {
    position: relative;
    padding-left: 22px;
    font-size: 0.84rem;
    line-height: 1.45;
    color: rgba(226, 232, 240, 0.86);
}

.cl-sp-ref-glass-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #60a5fa;
    font-weight: 700;
}

.cl-sp-ref-glass-community-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background: rgba(37, 99, 235, 0.2);
    color: #93c5fd;
    border: 1px solid rgba(96, 165, 250, 0.25);
}

.cl-sp-ref-glass-community-text {
    margin: 8px 0 12px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.82);
}

.cl-sp-ref-glass-card .cl-sp-ref-link {
    color: #93c5fd;
}

/* Trust ticker — volle Breite unter dem Hero, Loop mit Pause am Ende */

.cl-sp-ref-trust-ticker {
    position: relative;
    z-index: 2;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    background: #0a1220;
    overflow: hidden;
    padding: 15px 0;
}

.cl-sp-ref-trust-track {
    display: flex;
    width: max-content;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.cl-sp-ref-trust-track.is-ready {
    opacity: 1;
    animation: clSpRefTickerCycle var(--ticker-duration, 28s) linear infinite;
}

.cl-sp-ref-trust-set {
    display: flex;
    align-items: center;
    gap: 36px;
    flex-shrink: 0;
    padding-right: 36px;
}

.cl-sp-ref-trust-track.is-static {
    animation: none;
    margin: 0 auto;
}

.cl-sp-ref-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.82);
    flex-shrink: 0;
}

.cl-sp-ref-trust-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #60a5fa;
}

.cl-sp-ref-trust-item--family .cl-sp-ref-trust-item-icon {
    color: #38bdf8;
}

.cl-sp-ref-trust-item--updates .cl-sp-ref-trust-item-icon {
    color: #34d399;
}

.cl-sp-ref-trust-item--police .cl-sp-ref-trust-item-icon {
    color: #93c5fd;
}

.cl-sp-ref-trust-item--once .cl-sp-ref-trust-item-icon {
    color: #fbbf24;
}

.cl-sp-ref-trust-item--stripe .cl-sp-ref-trust-item-icon {
    color: #a78bfa;
}

@keyframes clSpRefTickerCycle {
    0%,
    2% {
        transform: translateX(0);
    }

    86% {
        transform: translateX(calc(-1 * var(--ticker-lap, 0px)));
    }

    93%,
    100% {
        transform: translateX(calc(-1 * var(--ticker-lap, 0px)));
    }
}

/* Sections */

.cl-sp-ref-section {
    padding: 88px 0;
}

.cl-sp-ref-section--light {
    background: var(--sp-bg-light);
}

.cl-sp-ref-section--soft {
    background: var(--sp-bg-soft);
}

.cl-sp-ref-section--dark {
    background: linear-gradient(180deg, var(--sp-bg-2) 0%, var(--sp-bg) 100%);
    color: #fff;
}

.cl-sp-ref-section--footer {
    background: var(--sp-bg-footer);
    padding-top: 72px;
    /* Weniger Padding unten: Platz für FAQ-Aufklappen steckt in .cl-sp-ref-faq-list */
    padding-bottom: 40px;
}

.cl-sp-ref-section-inner {
    width: 100%;
}

.cl-sp-ref-section-head--step {
    margin-bottom: 40px;
}

.cl-sp-ref-step-label {
    margin: 0 0 12px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sp-blue);
}

.cl-sp-ref-step-label::before,
.cl-sp-ref-step-label::after {
    content: '—';
    margin: 0 0.45em;
    opacity: 0.45;
    font-weight: 600;
}

.cl-sp-ref-section--pain {
    padding-top: 96px;
    padding-bottom: 96px;
}

/* Pain — alle 6 Karten sichtbar, kein Carousel */

.cl-sp-ref-pain-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 36px;
}

.cl-sp-ref-pain-card {
    padding: 22px 14px 24px;
    border-radius: var(--sp-radius);
    background: #fff;
    border: 1px solid var(--sp-border);
    box-shadow: var(--sp-shadow);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 196px;
}

.cl-sp-ref-pain-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sp-blue-soft);
    color: var(--sp-blue);
    margin-bottom: 14px;
    flex-shrink: 0;
}

.cl-sp-ref-pain-icon svg {
    width: 22px;
    height: 22px;
}

.cl-sp-ref-pain-card p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--sp-text-muted);
}

.cl-sp-ref-pain-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    text-align: center;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--sp-text);
    line-height: 1.5;
}

.cl-sp-ref-pain-footer svg {
    flex-shrink: 0;
    color: var(--sp-blue);
}

@media (max-width: 1180px) {
    .cl-sp-ref-pain-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .cl-sp-ref-pain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .cl-sp-ref-pain-card {
        min-height: 0;
        padding: 18px 12px 20px;
    }

    .cl-sp-ref-pain-card p {
        font-size: 0.78rem;
    }
}

@media (max-width: 420px) {
    .cl-sp-ref-pain-grid {
        grid-template-columns: 1fr;
    }
}

/* Lex */

.cl-sp-ref-section-head {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.cl-sp-ref-section-head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.cl-sp-ref-section-head p {
    margin: 0;
    color: var(--sp-text-muted);
    line-height: 1.6;
}

.cl-sp-ref-section-head--light h2,
.cl-sp-ref-section-head--light p {
    color: #fff;
}

.cl-sp-ref-section-head--light p {
    color: rgba(226, 232, 240, 0.72);
}

.cl-sp-ref-eyebrow {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sp-blue);
}

.cl-sp-ref-eyebrow--light {
    color: #93c5fd;
}

/* Premium Dark — Lex + Reise (innerhalb cl-home-shell, A4-Ränder) */

.cl-sp-ref-section--premium-dark {
    padding: 88px 0;
    background: var(--sp-bg-soft);
    color: #e2e8f0;
}

.cl-sp-ref-premium-stack {
    border-radius: 22px;
    padding: 0;
    background:
        linear-gradient(rgba(56, 189, 248, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px),
        radial-gradient(ellipse 85% 55% at 50% -5%, rgba(37, 99, 235, 0.2), transparent 58%),
        linear-gradient(180deg, #030711 0%, #060d18 50%, #030711 100%);
    background-size: 32px 32px, 32px 32px, auto, auto;
    border: 1px solid rgba(96, 165, 250, 0.28);
    box-shadow:
        0 32px 72px rgba(15, 23, 42, 0.28),
        0 0 48px rgba(37, 99, 235, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.cl-sp-ref-premium-block {
    padding: 40px 36px;
}

.cl-sp-ref-premium-block--experience {
    padding-bottom: 0;
}

.cl-sp-ref-premium-block--journey {
    padding-top: 36px;
}

.cl-sp-ref-premium-divider {
    height: 1px;
    margin: 0 36px;
    background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.35) 20%, rgba(96, 165, 250, 0.35) 80%, transparent);
    box-shadow: 0 0 12px rgba(37, 99, 235, 0.15);
}

.cl-sp-ref-experience-grid {
    display: grid;
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr) minmax(250px, 290px);
    gap: 32px 40px;
    align-items: end;
}

.cl-sp-ref-experience-copy,
.cl-sp-ref-glow-box--creds {
    padding-bottom: 36px;
}

.cl-sp-ref-experience-photo-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
    overflow: visible;
}

.cl-sp-ref-experience-photo-glow {
    position: absolute;
    left: 50%;
    top: 32%;
    z-index: 0;
    width: 108%;
    height: 68%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
        ellipse 58% 52% at 50% 44%,
        rgba(147, 197, 253, 0.55) 0%,
        rgba(59, 130, 246, 0.38) 24%,
        rgba(37, 99, 235, 0.18) 46%,
        rgba(37, 99, 235, 0.06) 62%,
        transparent 76%
    );
    filter: blur(20px);
    pointer-events: none;
}

.cl-sp-ref-experience-photo-glow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 22%;
    width: 62%;
    height: 36%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(191, 219, 254, 0.35) 0%, rgba(96, 165, 250, 0.12) 48%, transparent 72%);
    filter: blur(14px);
}

.cl-sp-ref-experience-photo-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 14%;
    z-index: 2;
    width: 72%;
    height: 34%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(
        ellipse 80% 70% at 50% 18%,
        rgba(37, 99, 235, 0.28) 0%,
        rgba(59, 130, 246, 0.14) 38%,
        rgba(37, 99, 235, 0.05) 62%,
        transparent 82%
    );
    filter: blur(10px);
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.cl-sp-ref-experience-photo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 250px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 8%;
    display: block;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter:
        drop-shadow(0 -6px 20px rgba(96, 165, 250, 0.42))
        drop-shadow(0 -2px 12px rgba(59, 130, 246, 0.32))
        drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35));
}

.cl-sp-ref-experience-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(1.4rem, 2.2vw, 1.95rem);
    line-height: 1.18;
    color: #fff;
    letter-spacing: -0.025em;
    font-weight: 800;
}

.cl-sp-ref-experience-copy p {
    margin: 0 0 16px;
    font-size: 0.94rem;
    line-height: 1.7;
    color: rgba(203, 213, 225, 0.82);
}

.cl-sp-ref-experience-copy p:last-child {
    margin-bottom: 0;
}

.cl-sp-ref-glow-box {
    padding: 24px 22px;
    border-radius: 16px;
    background: rgba(4, 10, 22, 0.55);
    border: 1px solid rgba(96, 165, 250, 0.38);
    box-shadow:
        0 0 36px rgba(37, 99, 235, 0.14),
        inset 0 0 24px rgba(37, 99, 235, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cl-sp-ref-glow-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.cl-sp-ref-glow-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.84rem;
    line-height: 1.4;
    color: rgba(241, 245, 249, 0.92);
    font-weight: 500;
}

.cl-sp-ref-glow-list-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(96, 165, 250, 0.45);
    color: #7dd3fc;
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.25);
}

.cl-sp-ref-glow-kicker {
    margin: 0 0 16px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7dd3fc;
}

.cl-sp-ref-glow-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.cl-sp-ref-glow-checklist li {
    position: relative;
    padding-left: 24px;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(226, 232, 240, 0.9);
}

.cl-sp-ref-glow-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #38bdf8;
    font-weight: 700;
    font-size: 0.9rem;
}

.cl-sp-ref-journey-grid {
    display: grid;
    grid-template-columns: minmax(190px, 220px) minmax(0, 1fr);
    gap: 28px 32px;
    align-items: center;
}

.cl-sp-ref-journey-track {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 280px);
    gap: 0;
    align-items: start;
    min-width: 0;
}

.cl-sp-ref-journey-track-steps {
    display: flex;
    align-items: flex-start;
    min-width: 0;
}

.cl-sp-ref-journey-timeline-wrap {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 4px 0;
}

.cl-sp-ref-journey-timeline-wrap::-webkit-scrollbar {
    display: none;
}

.cl-sp-ref-journey-intro h2 {
    margin: 0 0 12px;
    font-size: clamp(1.15rem, 1.8vw, 1.38rem);
    line-height: 1.28;
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.cl-sp-ref-journey-intro p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: rgba(203, 213, 225, 0.72);
}

.cl-sp-ref-journey-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    min-width: min-content;
}

.cl-sp-ref-timeline-step {
    flex: 0 0 158px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 4px;
}

.cl-sp-ref-timeline-node {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #060d18;
    background-image: radial-gradient(circle at 35% 30%, rgba(125, 211, 252, 0.22), rgba(37, 99, 235, 0.08) 55%, rgba(6, 13, 24, 0.98) 100%);
    border: 1.5px solid rgba(125, 211, 252, 0.62);
    box-shadow:
        0 0 24px rgba(37, 99, 235, 0.42),
        0 0 10px rgba(56, 189, 248, 0.22),
        inset 0 0 14px rgba(37, 99, 235, 0.18);
    position: relative;
    z-index: 2;
    isolation: isolate;
}

.cl-sp-ref-timeline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e0f2fe;
    filter: drop-shadow(0 0 6px rgba(125, 211, 252, 0.55));
    position: relative;
    z-index: 1;
}

.cl-sp-ref-timeline-num {
    display: block;
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #7dd3fc;
    letter-spacing: 0.02em;
    line-height: 1;
    text-shadow: 0 0 12px rgba(56, 189, 248, 0.45);
}

.cl-sp-ref-timeline-step h3 {
    margin: 0 0 8px;
    font-size: 0.92rem;
    font-weight: 800;
    color: #fff;
}

.cl-sp-ref-timeline-step p {
    margin: 0 auto;
    max-width: 13em;
    font-size: 0.74rem;
    line-height: 1.5;
    color: rgba(203, 213, 225, 0.68);
}

.cl-sp-ref-timeline-connector {
    flex: 1 1 28px;
    min-width: 20px;
    align-self: flex-start;
    margin-top: 31px;
    height: 2px;
    border: none;
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.35), rgba(96, 165, 250, 0.85) 50%, rgba(56, 189, 248, 0.35));
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.42);
    position: relative;
    z-index: 1;
}

.cl-sp-ref-timeline-bridge {
    flex: 0 0 clamp(48px, 6vw, 72px);
    align-self: flex-start;
    margin-top: 31px;
    height: 2px;
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.35), rgba(96, 165, 250, 0.85) 50%, rgba(56, 189, 248, 0.35));
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.42);
    position: relative;
    z-index: 1;
}

.cl-sp-ref-glow-box--community {
    align-self: start;
}

.cl-sp-ref-community-body {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
}

.cl-sp-ref-community-graphic {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.22) 0%, rgba(37, 99, 235, 0.05) 70%);
    border: 1.5px solid rgba(96, 165, 250, 0.4);
    color: #7dd3fc;
    box-shadow: 0 0 28px rgba(37, 99, 235, 0.28);
}

@media (min-width: 1100px) {
    .cl-sp-ref-journey-timeline-wrap {
        overflow: visible;
    }

    .cl-sp-ref-journey-timeline {
        width: 100%;
        justify-content: space-between;
    }

    .cl-sp-ref-timeline-step {
        flex: 1 1 0;
        max-width: 170px;
    }

    .cl-sp-ref-timeline-connector {
        flex: 1 1 0;
        min-width: 24px;
        max-width: none;
    }
}

/* Scam gallery — Referenz: weiß, Intro links, Foto-Karten rechts */

.cl-sp-ref-section--scam {
    padding: 64px 0 72px;
    background: #ffffff;
    color: var(--sp-text);
}

.cl-sp-ref-scam-layout {
    display: grid;
    grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
    gap: 20px 36px;
    align-items: start;
}

.cl-sp-ref-scam-intro {
    padding-top: 4px;
}

.cl-sp-ref-scam-intro h2 {
    margin: 0 0 14px;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0b1220;
}

.cl-sp-ref-scam-intro p {
    margin: 0 0 24px;
    font-size: 0.9rem;
    line-height: 1.68;
    color: #5b6474;
    max-width: 26em;
}

.cl-sp-ref-scam-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cl-sp-ref-scam-cta:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.3);
}

.cl-sp-ref-scam-shell {
    min-width: 0;
    align-self: center;
}

.cl-sp-ref-scam-shell .cl-hscroll {
    min-width: 0;
}

.cl-sp-ref-journey-track-steps > .cl-hscroll {
    flex: 1 1 auto;
    min-width: 0;
}

.cl-sp-ref-premium-block--journey .cl-hscroll-btn {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(148, 163, 184, 0.28);
    color: #e2e8f0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.cl-sp-ref-premium-block--journey .cl-hscroll.is-overflow:not(.is-at-start)::before {
    background: linear-gradient(90deg, rgba(6, 13, 24, 0.95), transparent);
}

.cl-sp-ref-premium-block--journey .cl-hscroll.is-overflow:not(.is-at-end)::after {
    background: linear-gradient(270deg, rgba(6, 13, 24, 0.95), transparent);
}

.cl-sp-ref-section--testimonials .cl-hscroll {
    width: 100%;
}

.cl-sp-ref-scam-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(108px, 1fr);
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 2px 8px;
}

.cl-sp-ref-scam-track::-webkit-scrollbar {
    display: none;
}

.cl-sp-ref-scam-card {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #050a12;
    box-shadow:
        0 14px 34px rgba(15, 23, 42, 0.16),
        0 0 0 1px rgba(15, 23, 42, 0.05);
}

.cl-sp-ref-scam-card-visual {
    position: relative;
    aspect-ratio: 4 / 4.6;
    overflow: hidden;
    background: #0f172a;
}

.cl-sp-ref-scam-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.9) contrast(1.08) brightness(0.78);
    transform: scale(1.02);
}

.cl-sp-ref-scam-card-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.42) 100%),
        rgba(15, 40, 90, 0.18);
    pointer-events: none;
}

.cl-sp-ref-scam-card--more .cl-sp-ref-scam-card-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #111827 0%, #050a12 100%);
}

.cl-sp-ref-scam-card--more .cl-sp-ref-scam-card-visual::after {
    display: none;
}

.cl-sp-ref-scam-more-dots {
    position: relative;
    z-index: 1;
    font-size: 1.55rem;
    letter-spacing: 0.14em;
    color: #94a3b8;
    line-height: 1;
    font-weight: 700;
}

.cl-sp-ref-scam-card-label {
    margin: 0;
    padding: 12px 10px 13px;
    background: #050a12;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.35;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-sp-ref-scam-footnote {
    margin: 26px 0 0;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #8b95a5;
    max-width: 54em;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1040px) {
    .cl-sp-ref-scam-track {
        grid-auto-flow: unset;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        overflow: visible;
        gap: 10px;
    }

    .cl-sp-ref-scam-card {
        min-height: 210px;
    }
}

@media (max-width: 960px) {
    .cl-sp-ref-scam-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cl-sp-ref-scam-shell {
        align-self: stretch;
    }

    .cl-sp-ref-scam-track {
        grid-auto-columns: 128px;
    }

    .cl-sp-ref-scam-cta {
        white-space: normal;
    }
}

/* Path carousel */

.cl-sp-ref-path-shell {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.cl-sp-ref-path-viewport {
    container-type: inline-size;
    container-name: path-carousel;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.cl-sp-ref-path-track {
    display: flex;
    gap: var(--path-gap, 16px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    padding: 8px 0 16px;
}

.cl-sp-ref-path-track::-webkit-scrollbar {
    display: none;
}

/* Compare — Referenz: 3 Glow-Karten + vs. */

.cl-sp-ref-section--compare {
    padding: 72px 0 80px;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37, 99, 235, 0.1), transparent 55%),
        linear-gradient(180deg, #030711 0%, #060d18 50%, #030711 100%);
    color: #fff;
}

.cl-sp-ref-compare-headline {
    margin: 0 auto 40px;
    text-align: center;
}

.cl-sp-ref-compare-headline h2 {
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: #fff;
}

.cl-sp-ref-compare-headline em {
    font-style: italic;
    font-weight: 800;
}

.cl-sp-ref-compare-shell {
    position: relative;
}

.cl-sp-ref-compare-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.cl-sp-ref-compare-card {
    position: relative;
    padding: 26px 24px 28px;
    border-radius: 18px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.cl-sp-ref-compare-card--risk {
    border: 1px solid rgba(248, 113, 113, 0.42);
    background: linear-gradient(155deg, rgba(69, 10, 10, 0.42) 0%, rgba(15, 23, 42, 0.88) 100%);
    box-shadow:
        0 0 36px rgba(239, 68, 68, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cl-sp-ref-compare-card--offer {
    border: 1px solid rgba(74, 222, 128, 0.38);
    background: linear-gradient(155deg, rgba(20, 83, 45, 0.35) 0%, rgba(15, 23, 42, 0.9) 100%);
    box-shadow:
        0 0 36px rgba(34, 197, 94, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    text-align: center;
    justify-content: center;
}

.cl-sp-ref-compare-card--cta {
    border: 1px solid rgba(96, 165, 250, 0.35);
    background: linear-gradient(155deg, rgba(30, 58, 138, 0.28) 0%, rgba(15, 23, 42, 0.9) 100%);
    box-shadow:
        0 0 36px rgba(37, 99, 235, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cl-sp-ref-compare-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.cl-sp-ref-compare-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cl-sp-ref-compare-icon--warn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #f87171;
}

.cl-sp-ref-compare-icon--shield {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.12);
    border: 1.5px solid rgba(96, 165, 250, 0.4);
    color: #93c5fd;
    box-shadow: 0 0 24px rgba(37, 99, 235, 0.22);
}

.cl-sp-ref-compare-kicker {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(254, 202, 202, 0.88);
    line-height: 1.35;
}

.cl-sp-ref-compare-risk-price {
    margin: 0 0 16px;
    font-size: clamp(1.85rem, 3.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #f87171;
    text-shadow: 0 0 24px rgba(239, 68, 68, 0.35);
}

.cl-sp-ref-compare-risk-price span {
    font-size: 0.72em;
}

.cl-sp-ref-compare-copy {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.62;
    color: rgba(226, 232, 240, 0.72);
}

.cl-sp-ref-compare-offer-title {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.35;
    color: rgba(241, 245, 249, 0.92);
}

.cl-sp-ref-compare-offer-title em {
    font-style: italic;
    font-weight: 600;
}

.cl-sp-ref-compare-promo {
    margin: 0 0 18px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4ade80;
}

.cl-sp-ref-compare-price-block {
    margin-bottom: 14px;
}

.cl-sp-ref-compare-list-price {
    display: block;
    margin-bottom: 6px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f87171;
    text-decoration: line-through;
    opacity: 0.9;
}

.cl-sp-ref-compare-sale-price {
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 2.65rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #4ade80;
    text-shadow: 0 0 32px rgba(74, 222, 128, 0.25);
}

.cl-sp-ref-compare-offer-foot {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(226, 232, 240, 0.72);
}

.cl-sp-ref-compare-cta-text {
    margin: 0 0 20px;
    max-width: 16em;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(241, 245, 249, 0.9);
}

.cl-sp-ref-compare-cta-text strong {
    font-weight: 800;
    color: #fff;
}

.cl-sp-ref-compare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.32);
    transition: background 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;
}

.cl-sp-ref-compare-btn-label {
    min-width: 0;
}

.cl-sp-ref-compare-btn svg {
    flex-shrink: 0;
}

.cl-sp-ref-compare-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.38);
}

.cl-sp-ref-compare-vs {
    position: absolute;
    left: calc(33.333% - 28px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b1220;
    border: 2px solid rgba(148, 163, 184, 0.35);
    color: #cbd5e1;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

@media (max-width: 960px) {
    .cl-sp-ref-compare-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cl-sp-ref-compare-card {
        min-height: 0;
    }

    .cl-sp-ref-compare-vs {
        display: none;
    }
}

@media (min-width: 961px) and (max-width: 1100px) {
    .cl-sp-ref-compare-card {
        padding: 22px 18px 24px;
        min-height: 240px;
    }

    .cl-sp-ref-compare-risk-price,
    .cl-sp-ref-compare-sale-price {
        font-size: 1.75rem;
    }
}

/* Lernpfad */

.cl-sp-ref-path-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.cl-sp-ref-path-head h2 {
    margin: 0 0 6px;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
}

.cl-sp-ref-path-head p {
    margin: 0;
    color: var(--sp-text-muted);
}

.cl-sp-ref-path-badge {
    flex-shrink: 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--sp-blue-soft);
    color: var(--sp-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cl-sp-ref-soon-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fffbeb;
    border: 1px solid #fcd34d;
    font-size: 0.88rem;
    color: #78350f;
}

.cl-sp-ref-soon-banner strong {
    padding: 4px 10px;
    border-radius: 999px;
    background: #f59e0b;
    color: #fff;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.cl-sp-ref-path-card {
    --path-cols: 1;
    --path-gap: 16px;
    flex: 0 0 calc((100cqw - (var(--path-cols) - 1) * var(--path-gap)) / var(--path-cols));
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 14px;
    border-radius: var(--sp-radius);
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #fff;
    position: relative;
}

@container path-carousel (min-width: 520px) {
    .cl-sp-ref-path-card {
        --path-cols: 2;
    }
}

@container path-carousel (min-width: 780px) {
    .cl-sp-ref-path-card {
        --path-cols: 3;
    }
}

@container path-carousel (min-width: 1040px) {
    .cl-sp-ref-path-card {
        --path-cols: 4;
    }
}

.cl-sp-ref-path-soon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 4px 8px;
    border-radius: 6px;
    background: #f59e0b;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cl-sp-ref-path-cover {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 16 / 10;
    background: #1e293b;
}

.cl-sp-ref-path-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cl-sp-ref-path-cover-ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e293b, #0f172a);
}

.cl-sp-ref-path-shield {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(37, 99, 235, 0.85);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-sp-ref-path-card h3 {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.35;
    min-height: 2.7em;
}

/* Carousel nav */

.cl-sp-ref-carousel-nav {
    flex-shrink: 0;
    align-self: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--sp-border);
    background: #fff;
    color: var(--sp-text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--sp-shadow);
    transition: border-color 0.18s, color 0.18s, opacity 0.18s;
}

.cl-sp-ref-section--dark .cl-sp-ref-carousel-nav {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.2);
    color: #e2e8f0;
}

.cl-sp-ref-carousel-nav:hover:not(:disabled) {
    border-color: var(--sp-blue);
    color: var(--sp-blue);
}

.cl-sp-ref-carousel-nav:disabled,
.cl-sp-ref-carousel-nav[hidden] {
    opacity: 0.35;
    cursor: default;
}

.cl-sp-ref-carousel-nav[hidden] {
    display: none !important;
}

/* Testimonials — Referenz: 5 Karten in einer Reihe */

.cl-sp-ref-section--testimonials {
    padding: 72px 0 80px;
    background: #ffffff;
}

.cl-sp-ref-testimonials-head {
    margin: 0 auto 40px;
    text-align: center;
}

.cl-sp-ref-testimonials-head h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-weight: 800;
    color: #0b1220;
}

.cl-sp-ref-testimonials-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.cl-sp-ref-testimonial-card {
    margin: 0;
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e4eaf2;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    min-height: 196px;
}

.cl-sp-ref-testimonial-card-photo {
    width: 82px;
    height: 100%;
    min-height: 168px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center 18%;
    display: block;
    align-self: stretch;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.cl-sp-ref-testimonial-card-body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
}

.cl-sp-ref-testimonial-card-body .cl-sp-ref-stars {
    margin-bottom: 8px;
}

.cl-sp-ref-testimonial-card-quote {
    margin: 0 0 10px;
    flex: 1 1 auto;
    font-size: 0.72rem;
    line-height: 1.55;
    color: #5c6775;
    font-style: italic;
}

.cl-sp-ref-testimonial-card footer {
    margin: auto 0 0;
    text-align: right;
    font-weight: 800;
    font-size: 0.82rem;
    color: #0f172a;
    line-height: 1.2;
}

.cl-sp-ref-stars {
    color: #f59e0b;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    line-height: 1;
}

.cl-sp-ref-stars--rating {
    color: #2563eb;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    margin: 8px 0 0;
}

.cl-sp-ref-rating-card {
    position: relative;
    margin: 0;
    padding: 16px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e4eaf2;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    display: grid;
    place-items: center;
    min-height: 196px;
    text-align: center;
    overflow: hidden;
}

.cl-sp-ref-rating-card-wreath-img {
    position: absolute;
    inset: 50% auto auto 50%;
    width: min(178px, 94%);
    height: auto;
    transform: translate(-50%, -52%);
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: multiply;
}

.cl-sp-ref-rating-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 7.5em;
    padding: 28px 10px 22px;
}

.cl-sp-ref-rating-card-score {
    margin: 0 0 6px;
    font-size: clamp(1.55rem, 2.2vw, 1.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.cl-sp-ref-rating-card-score span {
    font-size: 0.55em;
    font-weight: 600;
    color: #64748b;
}

.cl-sp-ref-rating-card-sub {
    margin: 0;
    font-size: 0.68rem;
    line-height: 1.3;
    color: #94a3b8;
}

.cl-sp-ref-rating-card-count {
    margin: 2px 0 0;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.cl-sp-ref-testimonials-cta-wrap {
    margin-top: 36px;
    text-align: center;
}

.cl-sp-ref-testimonials-cta {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 700;
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.35);
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.18s ease;
}

.cl-sp-ref-testimonials-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(37, 99, 235, 0.42);
}

.cl-sp-ref-testimonials-cta-label {
    display: flex;
    align-items: center;
    padding: 17px 28px 17px 32px;
}

.cl-sp-ref-testimonials-cta-price {
    display: flex;
    align-items: center;
    padding: 17px 32px 17px 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    white-space: nowrap;
}

.cl-sp-ref-testimonials-cta-note {
    margin: 12px 0 0;
    font-size: 0.8rem;
    color: #6b7280;
}

@media (max-width: 1100px) {
    .cl-sp-ref-testimonials-strip {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 12px;
        padding-bottom: 6px;
    }

    .cl-sp-ref-testimonials-strip::-webkit-scrollbar {
        display: none;
    }

    .cl-sp-ref-testimonial-card,
    .cl-sp-ref-rating-card {
        flex: 0 0 min(240px, 78vw);
        scroll-snap-align: start;
    }
}

@media (max-width: 860px) {
    .cl-sp-ref-testimonials-cta {
        flex-direction: column;
        border-radius: 16px;
        width: 100%;
        max-width: 380px;
    }

    .cl-sp-ref-testimonials-cta-label,
    .cl-sp-ref-testimonials-cta-price {
        justify-content: center;
        width: 100%;
        padding: 14px 20px;
    }

    .cl-sp-ref-testimonials-cta-price {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.24);
    }
}

/* Footer — Zahlung + Angebot in einer Zeile, FAQ darunter */

.cl-sp-ref-footer-offer-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 28px 36px;
}

.cl-sp-ref-payment {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    display: flex;
}

.cl-sp-ref-payment-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 36px 32px 32px;
    text-align: center;
    border-radius: 22px;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(99, 91, 255, 0.08), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow:
        0 20px 44px rgba(15, 23, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.cl-sp-ref-payment-hero {
    max-width: 28em;
}

.cl-sp-ref-payment h2 {
    margin: 0 0 10px;
    font-size: clamp(1.45rem, 2.2vw, 1.75rem);
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #0f172a;
}

.cl-sp-ref-faq-col h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    color: var(--sp-text);
}

.cl-sp-ref-payment-powered {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #64748b;
    letter-spacing: 0.01em;
}

.cl-sp-ref-payment-powered-logo {
    display: block;
    width: auto;
    height: 22px;
}

.cl-sp-ref-payment-logos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 440px;
}

.cl-sp-ref-pay-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 8px 6px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.cl-sp-ref-pay-logo img {
    width: auto;
    max-width: 100%;
    height: 36px;
    display: block;
    object-fit: contain;
}

.cl-sp-ref-pay-logo--amazon img {
    height: 18px;
    max-width: 92%;
}

.cl-sp-ref-payment-tagline {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    letter-spacing: -0.01em;
}

.cl-sp-ref-payment-perks {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: 440px;
    text-align: left;
}

.cl-sp-ref-payment-perks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.95);
}

.cl-sp-ref-payment-perk-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    line-height: 0;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.22);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.04);
}

.cl-sp-ref-payment-perk-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.cl-sp-ref-payment-perks strong {
    display: block;
    margin-bottom: 2px;
    font-size: 0.86rem;
    color: #0f172a;
}

.cl-sp-ref-payment-perks li > div > span {
    display: block;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--sp-text-muted);
}

.cl-sp-ref-offer-card {
    flex: 0 0 min(360px, 100%);
    width: min(360px, 100%);
    padding: 28px 24px;
    border-radius: 22px;
    background: linear-gradient(160deg, #0f172a 0%, #1e3a5f 100%);
    color: #fff;
    text-align: center;
    box-shadow:
        0 22px 48px rgba(15, 23, 42, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

.cl-sp-ref-faq-col {
    margin-top: 44px;
}

.cl-sp-ref-offer-kicker {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #93c5fd;
}

.cl-sp-ref-offer-card h2 {
    margin: 0 0 10px;
    font-size: 1.5rem;
}

.cl-sp-ref-offer-price {
    margin: 0 0 16px;
    font-size: 2rem;
    font-weight: 800;
}

.cl-sp-ref-offer-price s {
    display: block;
    font-size: 0.45em;
    opacity: 0.65;
    font-weight: 600;
}

.cl-sp-ref-offer-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    justify-items: center;
}

.cl-sp-ref-offer-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    position: relative;
    font-size: 0.88rem;
    color: rgba(226, 232, 240, 0.88);
}

.cl-sp-ref-offer-list li::before {
    content: '✓';
    position: static;
    color: #86efac;
    font-weight: 700;
    line-height: 1;
}

.cl-sp-ref-offer-card .cl-sp-ref-link {
    display: inline-block;
    margin-top: 14px;
    color: #93c5fd;
}

.cl-sp-ref-offer-card .cl-sp-ref-btn--block {
    width: 100%;
}

/* FAQ — zwei unabhängige Spalten; Mindesthöhe = Platz zum Aufklappen ohne Footer-Sprung */

.cl-sp-ref-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    align-items: start;
    /* Geschlossene Items + Raum für eine geöffnete Antwort */
    min-height: 28rem;
}

.cl-sp-ref-faq-col-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.cl-sp-ref-faq-item {
    border: 1px solid var(--sp-border);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    flex-shrink: 0;
}

@media (max-width: 760px) {
    .cl-sp-ref-faq-list {
        grid-template-columns: 1fr;
        min-height: 0;
    }
}

.cl-sp-ref-faq-item summary {
    position: relative;
    padding: 14px 44px 14px 16px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--sp-text);
    cursor: pointer;
    list-style: none;
    line-height: 1.4;
    border-bottom: 1px solid transparent;
}

.cl-sp-ref-faq-item summary::-webkit-details-marker {
    display: none;
}

.cl-sp-ref-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--sp-blue-soft);
    color: var(--sp-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
}

.cl-sp-ref-faq-item[open] summary::after {
    content: '−';
}

.cl-sp-ref-faq-item[open] summary {
    border-bottom-color: var(--sp-border);
}

.cl-sp-ref-faq-item p {
    margin: 0;
    padding: 12px 16px 16px;
    font-size: 0.84rem;
    line-height: 1.6;
    color: var(--sp-text-muted);
}

/* Sticky bar — Referenz: schwebende Karte unten */

.cl-sp-ref-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0));
    background: transparent;
    border: none;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.cl-sp-ref-sticky.is-visible {
    transform: translateY(0);
}

.cl-sp-ref-sticky-inner {
    width: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

.cl-sp-ref-sticky-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 28px;
    padding: 14px 18px;
    border-radius: 18px;
    background: linear-gradient(165deg, rgba(16, 26, 46, 0.98) 0%, rgba(7, 12, 24, 0.99) 100%);
    border: 1px solid rgba(96, 165, 250, 0.28);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.48),
        0 0 36px rgba(37, 99, 235, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cl-sp-ref-sticky-info {
    min-width: 0;
    flex: 1 1 auto;
}

.cl-sp-ref-sticky-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cl-sp-ref-sticky-thumb {
    width: 56px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    border: 1px solid rgba(96, 165, 250, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.cl-sp-ref-sticky-kicker {
    margin: 0 0 4px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7dd3fc;
    line-height: 1.35;
}

.cl-sp-ref-sticky-title {
    display: block;
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    white-space: nowrap;
}

.cl-sp-ref-sticky-badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}

.cl-sp-ref-sticky-badges li {
    position: relative;
    padding: 0 0 0 14px;
    border: none;
    border-radius: 0;
    background: transparent;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.86);
    line-height: 1.25;
}

.cl-sp-ref-sticky-badges li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #86efac;
    font-weight: 700;
}

.cl-sp-ref-sticky-action {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.cl-sp-ref-sticky-price {
    text-align: right;
    flex-shrink: 0;
}

.cl-sp-ref-sticky-price s {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #f87171;
    text-decoration: line-through;
    line-height: 1.2;
}

.cl-sp-ref-sticky-price strong {
    display: block;
    font-size: clamp(1.35rem, 2.2vw, 1.65rem);
    font-weight: 800;
    color: #e0f2fe;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.cl-sp-ref-sticky-price small {
    display: block;
    margin-top: 2px;
    font-size: 0.68rem;
    color: rgba(148, 163, 184, 0.88);
    line-height: 1.3;
}

.cl-sp-ref-sticky-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 13px 22px;
    border-radius: 12px;
    border: none;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.42);
    transition: transform 0.15s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.cl-sp-ref-sticky-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.5);
    filter: brightness(1.05);
}

/* Responsive */

@media (max-width: 1100px) {
    .cl-sp-ref-hero-layout {
        grid-template-columns: 1fr;
    }

    .cl-sp-ref-hero-aside {
        grid-template-columns: 1fr 1fr;
    }

    .cl-sp-ref-experience-grid {
        grid-template-columns: 200px 1fr;
    }

    .cl-sp-ref-glow-box--creds {
        grid-column: 1 / -1;
    }

    .cl-sp-ref-journey-grid {
        grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    }

    .cl-sp-ref-journey-intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1100px) {
    .cl-sp-ref-experience-grid {
        grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
        gap: 28px 32px;
    }

    .cl-sp-ref-glow-box--creds {
        grid-column: 1 / -1;
        max-width: 420px;
    }

    .cl-sp-ref-journey-grid {
        grid-template-columns: 1fr;
    }

    .cl-sp-ref-journey-intro {
        grid-column: 1 / -1;
    }

    .cl-sp-ref-journey-track {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .cl-sp-ref-timeline-bridge {
        display: none;
    }
}

@media (max-width: 860px) {
    .cl-sp-ref-hero-inner {
        padding: 36px 0 44px;
    }

    .cl-sp-ref-hero-aside {
        display: none;
    }

    .cl-sp-ref-hero-cta-row {
        flex-direction: column;
        align-items: center;
    }

    .cl-sp-ref-hero-cta-primary {
        width: fit-content;
        max-width: 100%;
        align-self: center;
    }

    .cl-sp-ref-hero-cta-secondary {
        width: 100%;
    }

    .cl-sp-ref-hero-trust {
        justify-content: center;
    }

    .cl-sp-ref-journey-timeline-wrap {
        overflow: visible;
        padding: 0;
    }

    .cl-sp-ref-journey-timeline {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        min-width: 0;
        width: 100%;
    }

    .cl-sp-ref-timeline-step {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        display: grid;
        grid-template-columns: 48px minmax(0, auto) minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 10px;
        row-gap: 4px;
        align-items: center;
        text-align: left;
        padding: 0;
    }

    .cl-sp-ref-timeline-node {
        grid-row: 1 / span 2;
        grid-column: 1;
        margin: 0;
        width: 48px;
        height: 48px;
        align-self: start;
    }

    .cl-sp-ref-timeline-node .cl-sp-ref-timeline-icon svg {
        width: 20px;
        height: 20px;
    }

    .cl-sp-ref-timeline-num {
        grid-row: 1;
        grid-column: 2;
        margin: 0;
        font-size: 0.95rem;
        white-space: nowrap;
    }

    .cl-sp-ref-timeline-step h3 {
        grid-row: 1;
        grid-column: 3;
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.2;
        max-width: none;
        text-align: left;
    }

    .cl-sp-ref-timeline-step p {
        display: block;
        grid-row: 2;
        grid-column: 2 / span 2;
        margin: 0;
        max-width: none;
        text-align: left;
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .cl-sp-ref-timeline-connector {
        flex: 0 0 auto;
        width: 2px;
        min-width: 2px;
        height: 18px;
        margin: 4px 0 4px 23px;
        align-self: flex-start;
        background: linear-gradient(180deg, rgba(56, 189, 248, 0.35), rgba(96, 165, 250, 0.85) 50%, rgba(56, 189, 248, 0.35));
    }

    /* Falls HScroll-Wrapper noch vorhanden: deaktivieren */
    .cl-sp-ref-journey-track-steps > .cl-hscroll {
        overflow: visible;
    }

    .cl-sp-ref-journey-track-steps > .cl-hscroll .cl-hscroll-btn {
        display: none !important;
    }

    .cl-sp-ref-experience-grid {
        grid-template-columns: 1fr;
    }

    .cl-sp-ref-journey-grid {
        grid-template-columns: 1fr;
    }

    .cl-sp-ref-premium-block {
        padding: 28px 22px;
    }

    .cl-sp-ref-premium-divider {
        margin: 0 22px;
    }

    .cl-sp-ref-compare-grid {
        grid-template-columns: 1fr;
    }

    .cl-sp-ref-compare-btn {
        font-size: 0.78rem;
        padding: 13px 14px;
        gap: 6px;
    }

    .cl-sp-ref-compare-btn svg {
        width: 15px;
        height: 15px;
    }

    .cl-sp-ref-footer-offer-row {
        flex-direction: column;
        align-items: stretch;
    }

    .cl-sp-ref-payment {
        max-width: none;
    }

    .cl-sp-ref-payment-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cl-sp-ref-offer-card {
        width: 100%;
        flex-basis: auto;
    }

    .cl-sp-ref-path-shell {
        position: relative;
        gap: 0;
    }

    .cl-sp-ref-path-shell .cl-sp-ref-carousel-nav {
        position: absolute;
        top: 42%;
        z-index: 5;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.22);
    }

    .cl-sp-ref-path-shell .cl-sp-ref-carousel-nav--prev {
        left: 4px;
    }

    .cl-sp-ref-path-shell .cl-sp-ref-carousel-nav--next {
        right: 4px;
    }

    .cl-sp-ref-path-viewport {
        padding: 0 2px;
    }

    .cl-sp-ref-sticky {
        padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0));
    }

    .cl-sp-ref-sticky-card {
        flex-wrap: nowrap;
        align-items: center;
        padding: 10px 12px;
        gap: 10px 12px;
        border-radius: 16px;
    }

    .cl-sp-ref-sticky-info {
        min-width: 0;
        flex: 1 1 auto;
    }

    .cl-sp-ref-sticky-kicker {
        display: none;
    }

    .cl-sp-ref-sticky-title {
        margin: 0 0 6px;
        font-size: 0.82rem;
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cl-sp-ref-sticky-main {
        gap: 8px;
        align-items: center;
    }

    .cl-sp-ref-sticky-thumb {
        width: 40px;
        height: 52px;
        border-radius: 8px;
        align-self: center;
    }

    .cl-sp-ref-sticky-badges {
        display: flex;
        margin: 0;
        gap: 3px 8px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .cl-sp-ref-sticky-badges li {
        font-size: 0.58rem;
        padding-left: 11px;
        color: rgba(226, 232, 240, 0.82);
    }

    .cl-sp-ref-sticky-action {
        width: auto;
        flex-shrink: 0;
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
        align-self: center;
    }

    .cl-sp-ref-sticky-price {
        text-align: right;
    }

    .cl-sp-ref-sticky-price s {
        font-size: 0.68rem;
    }

    .cl-sp-ref-sticky-price strong {
        font-size: 1.1rem;
    }

    .cl-sp-ref-sticky-price small {
        display: none;
    }

    .cl-sp-ref-sticky-btn {
        flex: 0 0 auto;
        padding: 11px 14px;
        font-size: 0.84rem;
        border-radius: 11px;
        gap: 6px;
        white-space: nowrap;
    }

    .cl-sp-ref-sticky-btn svg {
        width: 15px;
        height: 15px;
    }

    body.cl-sales-body--ref {
        padding-bottom: 110px;
    }
}

@media (max-width: 560px) {
    .cl-sp-ref-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .cl-sp-ref-hero-features {
        gap: 10px 14px;
    }

    .cl-sp-ref-hero-trust {
        gap: 8px 14px;
    }

    .cl-sp-ref-sticky-card {
        padding: 11px 12px;
        gap: 10px;
    }

    .cl-sp-ref-sticky-thumb {
        width: 38px;
        height: 50px;
    }

    .cl-sp-ref-sticky-title {
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .cl-sp-ref-sticky-price strong {
        font-size: 1.05rem;
    }

    .cl-sp-ref-sticky-btn {
        padding: 10px 12px;
        font-size: 0.8rem;
    }

    body.cl-sales-body--ref {
        padding-bottom: 104px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cl-sp-ref-trust-track.is-ready {
        animation: none;
    }

    .cl-sp-ref-trust-set {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 16px 4px;
    }
}

body.cl-sales-body--ref {
    padding-bottom: 120px;
}
