/* ----- Leistungsseite ----- */
/* Variablen auf body: Hero/Overview/Jump liegen außerhalb von .leistungen-page */
body {
    --leistung-accent: var(--color-eco);
    --lp-ink: #0f1f18;
    --lp-muted: #4a5c54;
    --lp-line: rgba(15, 31, 24, 0.1);
    --lp-wash: #eef3f0;
}

body:not(.layout-spacex) .leistungen-hero.leistungen-hero--visual {
    padding: 5rem 0 4rem;
    text-align: left;
}

.leistungen-hero--visual {
    position: relative;
    color: #fff;
    background:
        radial-gradient(ellipse 70% 80% at 85% 20%, rgba(64, 145, 108, 0.22) 0%, transparent 55%),
        linear-gradient(115deg, rgba(8, 28, 21, 0.94) 0%, rgba(8, 28, 21, 0.78) 48%, rgba(15, 23, 42, 0.72) 100%),
        url('/images/leistungen/leistungen-hero.webp') center center / cover no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.leistungen-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 40rem;
}

.leistungen-hero__kicker {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--color-eco-light);
}

.leistungen-hero h1 {
    margin: 0 0 1.15rem;
    font-size: clamp(1.85rem, 4.2vw, 2.75rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
    text-wrap: balance;
}

.leistungen-hero__lead {
    margin: 0 0 1.75rem;
    font-size: 1.08rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.leistungen-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.leistungen-hero__micro {
    margin: 1.15rem 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
}

.leistungen-hero__micro a {
    color: var(--color-eco-light);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.leistungen-hero__micro a:hover {
    color: #fff;
}

body:not(.layout-spacex) .leistungen-hero .btn-primary {
    background: #fff;
    color: var(--color-eco-dark);
    border-color: #fff;
}

body:not(.layout-spacex) .leistungen-hero .btn-primary:hover {
    background: var(--lp-wash);
    color: var(--color-eco-deep);
}

body:not(.layout-spacex) .leistungen-hero .btn-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

body:not(.layout-spacex) .leistungen-hero .btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Overview */
.leistungen-overview {
    padding: 3rem 0;
    background: var(--lp-wash);
    border-bottom: 1px solid var(--lp-line);
}

.leistungen-overview__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem 2rem;
    align-items: start;
}

.leistungen-overview__group {
    background: #fff;
    border: 1px solid var(--lp-line);
    padding: 1.35rem 1.5rem 1.1rem;
}

.leistungen-overview__label {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-eco);
}

.leistungen-overview__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--lp-line);
}

.leistungen-overview__list li {
    border-bottom: 1px solid var(--lp-line);
}

.leistungen-overview__list a {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 0.75rem;
    row-gap: 0.2rem;
    align-items: center;
    padding: 0.95rem 0.15rem;
    text-decoration: none;
    color: inherit;
    transition: background 0.18s ease, padding-left 0.18s ease;
}

.leistungen-overview__list a::after {
    content: "→";
    grid-row: 1 / span 2;
    align-self: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--color-eco);
    opacity: 0.55;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.leistungen-overview__list a:hover {
    background: rgba(45, 106, 79, 0.04);
    padding-left: 0.35rem;
}

.leistungen-overview__list a:hover::after {
    opacity: 1;
    transform: translateX(3px);
}

.leistungen-overview__title {
    grid-column: 1;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--lp-ink);
    letter-spacing: -0.01em;
}

.leistungen-overview__list a:hover .leistungen-overview__title {
    color: var(--color-eco-dark);
}

.leistungen-overview__hint {
    grid-column: 1;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--lp-muted);
}

.leistungen-overview__bridge {
    margin: 1.75rem 0 1rem;
    max-width: 40rem;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--lp-ink);
    font-weight: 600;
}

.leistungen-overview__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* Section heads */
.leistungen-section-head {
    padding: 3.25rem 0 0.5rem;
    scroll-margin-top: 7.5rem;
    background: var(--lp-wash);
    border-top: 1px solid var(--lp-line);
}

.leistungen-section-head--soft {
    background: #fff;
}

.leistungen-section-head__kicker {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-eco);
}

.leistungen-section-head h2 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.45rem, 2.8vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--lp-ink);
}

.leistungen-section-head p {
    margin: 0;
    max-width: 36rem;
    color: var(--lp-muted);
    line-height: 1.55;
}

/* ----- Pakete ----- */
.leistungen-pakete {
    background: #fff;
}

.leistung-paket {
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--lp-line);
    scroll-margin-top: 7.5rem;
}

.leistung-paket--featured {
    background:
        radial-gradient(ellipse 50% 60% at 100% 0%, rgba(45, 106, 79, 0.08) 0%, transparent 55%),
        var(--lp-wash);
}

.leistung-paket__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2.5rem 3rem;
    align-items: center;
}

.leistung-paket__frame {
    overflow: hidden;
    border: 1px solid var(--lp-line);
    background: #fff;
}

.leistung-paket__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.leistung-paket__badge {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-eco);
}

.leistung-paket__title {
    margin: 0 0 0.55rem;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--lp-ink);
}

.leistung-paket__subtitle {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--lp-ink);
}

.leistung-paket__hook {
    margin: 0 0 1.15rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--lp-muted);
}

.leistung-paket__for {
    margin: 0 0 1.15rem;
    padding: 0.85rem 1rem;
    border-left: 3px solid var(--color-eco);
    background: rgba(45, 106, 79, 0.06);
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--lp-ink);
}

.leistung-paket__for-label,
.leistung-paket__outcome-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-eco);
}

.leistung-paket__modules {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.55rem;
    margin: 0 0 1.15rem;
    padding: 0;
    list-style: none;
}

.leistung-paket__modules li {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-eco-dark);
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(45, 106, 79, 0.35);
}

.leistung-paket__includes {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--lp-line);
}

.leistung-paket__includes li {
    position: relative;
    padding: 0.65rem 0 0.65rem 1.1rem;
    border-bottom: 1px solid var(--lp-line);
    font-size: 0.94rem;
    line-height: 1.5;
    color: var(--lp-ink);
}

.leistung-paket__includes li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.05em;
    width: 0.45rem;
    height: 0.45rem;
    background: var(--color-eco);
}

.leistung-paket__outcome {
    margin: 0 0 1.35rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(45, 106, 79, 0.28);
    border-left: 3px solid var(--color-eco);
    background: rgba(45, 106, 79, 0.07);
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--lp-ink);
    font-weight: 500;
}

.leistung-paket__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.leistung-paket__note {
    margin: 0.85rem 0 0;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--lp-muted);
}

/* Jump nav – underline tabs, keine Pills */
.leistungen-jump {
    position: sticky;
    top: 5.5rem;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--lp-line);
    padding: 0;
}

.leistungen-jump__track {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    mask-image: linear-gradient(90deg, transparent, #000 0.75rem, #000 calc(100% - 0.75rem), transparent);
}

.leistungen-jump__track::-webkit-scrollbar {
    display: none;
}

.leistungen-jump__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.leistungen-jump__link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--lp-muted);
    text-decoration: none;
    scroll-snap-align: start;
    transition: color var(--transition-fast), border-color var(--transition-fast);
}

.leistungen-jump__link:hover,
.leistungen-jump__link.is-active {
    color: var(--color-eco-dark);
    background: transparent;
    border-bottom-color: var(--color-eco);
}

.leistungen-jump__link--venture {
    color: var(--lp-muted);
}

.leistung-block {
    padding: 4rem 0;
    border-bottom: 1px solid var(--lp-line);
    scroll-margin-top: 7.5rem;
}

.leistung-block:last-of-type {
    border-bottom: none;
}

.leistung-block--light {
    background: #ffffff;
}

.leistung-block--alt {
    background: var(--lp-wash);
}

.leistung-block__grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2.75rem 3.5rem;
    align-items: center;
}

.leistung-block--reverse .leistung-block__grid {
    direction: rtl;
}

.leistung-block--reverse .leistung-block__grid > * {
    direction: ltr;
}

.leistung-block__visual {
    position: relative;
}

.leistung-block__frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--lp-line);
    box-shadow: 0 12px 40px rgba(8, 28, 21, 0.08);
    background: var(--color-bg-card);
}

.leistung-block__frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(45, 106, 79, 0.1) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.leistung-block__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.leistung-block__logo {
    display: block;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    max-width: 220px;
    height: auto;
}

.leistung-block__frame--logo {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leistung-block__frame--logo::before {
    background: linear-gradient(135deg, rgba(45, 106, 79, 0.06) 0%, transparent 60%);
}

.leistung-block__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    padding: 0.4rem 0.7rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(8, 28, 21, 0.88);
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.leistung-block__eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--color-eco);
}

.leistung-block__title {
    margin: 0 0 1rem;
    font-size: clamp(1.45rem, 2.8vw, 1.95rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--lp-ink);
    text-wrap: balance;
}

.leistung-block__hook {
    margin: 0 0 1.5rem;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--lp-ink);
    max-width: 36rem;
}

.leistung-block__region {
    margin: -0.65rem 0 1.35rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--lp-muted);
}

.leistung-block__story {
    display: grid;
    gap: 0.85rem;
    margin: 0 0 1.5rem;
}

.leistung-block__panel {
    padding: 1rem 1.15rem 1.05rem;
    border: 1px solid var(--lp-line);
    background: #fff;
}

.leistung-block--light .leistung-block__panel {
    background: var(--lp-wash);
}

.leistung-block--alt .leistung-block__panel {
    background: #fff;
}

.leistung-block__panel-label {
    margin: 0 0 0.4rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-muted);
}

.leistung-block__panel--outcome {
    border-color: rgba(45, 106, 79, 0.28);
    border-left: 3px solid var(--color-eco);
    background: rgba(45, 106, 79, 0.07);
}

.leistung-block--light .leistung-block__panel--outcome,
.leistung-block--alt .leistung-block__panel--outcome {
    background: rgba(45, 106, 79, 0.08);
}

.leistung-block__panel--outcome .leistung-block__panel-label {
    color: var(--color-eco);
}

.leistung-block__problem,
.leistung-block__outcome {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;
    color: var(--lp-muted);
}

.leistung-block__outcome {
    color: var(--lp-ink);
    font-weight: 500;
}

.leistung-block__outcome strong {
    color: var(--color-eco-dark);
    font-weight: 700;
}

.leistung-process-wrap {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--color-border);
}

.leistung-process-wrap__head {
    max-width: 42rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.leistung-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    align-items: start;
}

.leistung-process::before {
    content: '';
    position: absolute;
    top: 1.35rem;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, var(--color-eco-light), var(--color-eco), var(--color-eco-light));
    z-index: 0;
}

.leistung-process__heading {
    margin: 0 0 0.5rem;
    font-size: clamp(1.15rem, 2.5vw, 1.4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-eco-deep);
}

.leistung-process__intro {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.leistung-process__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0;
}

.leistung-process__marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    margin: 0 0 0.85rem;
    font-family: var(--font-mono);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: var(--color-eco);
    border: 3px solid transparent;
    border-radius: 6px;
    box-shadow: none;
}

.leistung-block--light .leistung-process__marker {
    border-color: #fff;
}

.leistung-block--alt .leistung-process__marker {
    border-color: var(--lp-wash);
}

.leistung-process__card {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.leistung-block--light .leistung-process__card,
.leistung-block--alt .leistung-process__card {
    background: transparent;
}

.leistung-process__phase {
    margin: 0 0 0.45rem;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-eco);
}

.leistung-process__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-eco-dark);
}

.leistung-process__text {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.leistung-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 1rem;
    margin: 0 0 1.75rem;
    padding: 0.9rem 0 0;
    list-style: none;
    border-top: 1px solid var(--lp-line);
}

.leistung-benefits li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--lp-ink);
    background: none;
    border: none;
    border-radius: 0;
}

.leistung-benefits li::before {
    content: '';
    flex-shrink: 0;
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0;
    background: var(--color-eco);
    box-shadow: inset 0 0 0 2px rgba(45, 106, 79, 0.15);
}

.leistung-block__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.leistung-block__cta-note {
    margin: 0.85rem 0 0;
    max-width: 34rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--lp-muted);
}

.leistungen-contact-nudge {
    padding: 2rem 0;
    background: var(--lp-ink);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.leistungen-contact-nudge__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
}

.leistungen-contact-nudge__kicker {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-eco-light);
}

.leistungen-contact-nudge__text {
    margin: 0;
    max-width: 32rem;
    font-size: 1.05rem;
    line-height: 1.45;
    font-weight: 600;
    color: #fff;
}

.leistungen-contact-nudge .btn-primary {
    background: #fff;
    color: var(--color-eco-dark);
    border-color: #fff;
}

.leistungen-contact-nudge .btn-primary:hover {
    background: var(--lp-wash);
}

.leistungen-proof {
    padding: 3.5rem 0;
    background: #fff;
    border-top: 1px solid var(--lp-line);
}

.leistungen-proof__kicker {
    margin: 0 0 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-eco);
}

.leistungen-proof__title {
    margin: 0 0 1.75rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--lp-ink);
}

.leistungen-proof__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 2rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.leistungen-proof__list li {
    display: grid;
    gap: 0.35rem;
    padding-top: 0.85rem;
    border-top: 2px solid var(--color-eco);
}

.leistungen-proof__value {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--lp-ink);
}

.leistungen-proof__label {
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--lp-muted);
}

.leistungen-proof__link {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
}

.leistungen-proof__link a {
    color: var(--color-eco-dark);
    text-decoration: none;
}

.leistungen-proof__link a:hover {
    text-decoration: underline;
}

.leistungen-process-global {
    padding: 3.75rem 0 4rem;
    background: var(--lp-wash);
    border-top: 1px solid var(--lp-line);
}

.leistungen-process-global__head {
    max-width: 40rem;
    margin-bottom: 2rem;
}

.leistungen-process-global__head h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.4rem, 2.6vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--lp-ink);
}

.leistungen-process-global__head p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.55;
}

.leistung-process--global {
    margin-top: 0;
}

.leistung-process--global .leistung-process__title {
    font-size: 1rem;
}

.leistungen-cta-final {
    padding: 4.5rem 0 5rem;
    background:
        radial-gradient(ellipse 60% 80% at 10% 100%, rgba(64, 145, 108, 0.18) 0%, transparent 50%),
        linear-gradient(135deg, var(--color-eco-deep) 0%, var(--color-eco-dark) 55%, #0f172a 100%);
    color: #fff;
    text-align: left;
}

.leistungen-cta-final .container {
    max-width: 40rem;
}

.leistungen-cta-final__kicker {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-eco-light);
}

.leistungen-cta-final .tech-overline {
    color: var(--color-eco-light);
    margin-bottom: 0.75rem;
}

.leistungen-cta-final h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
}

.leistungen-cta-final p {
    max-width: 560px;
    margin: 0 0 1.75rem;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.leistungen-cta-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
    align-items: center;
}

body:not(.layout-spacex) .leistungen-cta-final .btn-primary {
    background: #fff;
    color: var(--color-eco);
    border-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

body:not(.layout-spacex) .leistungen-cta-final .btn-primary:hover {
    background: var(--color-bg);
    color: var(--color-eco);
    border-color: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

body:not(.layout-spacex) .leistungen-cta-final .btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
}

body:not(.layout-spacex) .leistungen-cta-final .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: #fff;
    color: #fff;
}

.leistungen-cta-final__micro {
    margin: 1.25rem 0 0 !important;
    font-size: 0.88rem !important;
    color: rgba(255, 255, 255, 0.55) !important;
}

.leistungen-cta-final__micro a {
    color: var(--color-eco-light);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.leistungen-cta-final__micro a:hover {
    color: #fff;
}

@media (min-width: 901px) {
    .leistungen-jump__track {
        overflow: visible;
        mask-image: none;
        scroll-snap-type: none;
    }
}

@media (max-width: 900px) {
    .leistung-paket {
        padding: 2.75rem 0;
        scroll-margin-top: 8.5rem;
    }

    .leistung-paket__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .leistungen-overview {
        padding: 2.25rem 0;
    }

    .leistungen-overview__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .leistungen-overview__group {
        padding: 1.15rem 1.1rem 0.9rem;
    }

    .leistungen-proof__list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .leistungen-contact-nudge__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .leistungen-contact-nudge .btn {
        width: 100%;
        text-align: center;
    }

    .leistungen-section-head {
        padding-top: 2.5rem;
        scroll-margin-top: 8.5rem;
    }

    .leistung-block {
        padding: 2.75rem 0;
        scroll-margin-top: 8.5rem;
    }

    .leistung-block__grid,
    .leistung-block--reverse .leistung-block__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        direction: ltr;
    }

    .leistung-block__visual {
        order: 1;
    }

    .leistung-block__content {
        order: 2;
    }

    .leistung-block__title {
        font-size: clamp(1.35rem, 5vw, 1.65rem);
    }

    .leistung-block__hook {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .leistung-block__story {
        gap: 0.7rem;
    }

    .leistung-block__panel {
        padding: 0.9rem 1rem;
    }

    .leistung-benefits {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .leistung-block__problem,
    .leistung-block__outcome {
        font-size: 0.93rem;
    }

    .leistung-block__badge {
        top: 0.75rem;
        left: 0.75rem;
        font-size: 0.6rem;
    }

    .leistung-benefits {
        margin-bottom: 1.5rem;
    }

    .leistung-block__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .leistung-block__actions .btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .leistung-process-wrap {
        margin-top: 1.75rem;
        padding: 1.35rem 1rem 1.5rem;
        background: rgba(45, 106, 79, 0.04);
        border: 1px solid rgba(45, 106, 79, 0.12);
        border-radius: var(--radius-lg);
    }

    .leistung-process-wrap__head {
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .leistung-process__heading {
        font-size: 1.1rem;
        margin-bottom: 0.35rem;
    }

    .leistung-process__intro {
        font-size: 0.86rem;
        line-height: 1.5;
    }

    .leistung-process {
        counter-reset: leistung-step;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
    }

    .leistung-process::before {
        display: none;
    }

    .leistung-process__step {
        counter-increment: leistung-step;
        display: block;
        padding: 0;
    }

    .leistung-process__marker {
        display: none;
    }

    .leistung-process__card {
        position: relative;
        min-width: 0;
        padding: 0.95rem 1rem 1rem 3.35rem;
        border-radius: 0;
        background: transparent;
    }

    .leistung-process__card::before {
        content: counter(leistung-step);
        position: absolute;
        left: 0;
        top: 0.95rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.1rem;
        height: 2.1rem;
        font-family: var(--font-mono);
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        background: var(--color-eco);
        border-radius: 6px;
        box-shadow: none;
    }

    .leistung-process__phase {
        display: inline-block;
        margin: 0 0 0.35rem;
        padding: 0;
        font-size: 0.65rem;
        background: none;
        border-radius: 0;
    }

    .leistung-process__title {
        font-size: 0.95rem;
        margin-bottom: 0.35rem;
        line-height: 1.3;
    }

    .leistung-process__text {
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .leistungen-jump {
        top: 4.25rem;
        padding: 0.65rem 0;
    }

    .leistungen-jump__track {
        mask-image: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 1rem), transparent);
    }

    .leistungen-jump__inner {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        max-width: none;
        padding: 0 1rem;
        gap: 0.45rem;
    }

    .leistungen-jump__link {
        font-size: 0.74rem;
        padding: 0.4rem 0.8rem;
    }

    body:not(.layout-spacex) .leistungen-hero.leistungen-hero--visual {
        padding: 3.5rem 0 2.75rem;
    }

    .leistungen-hero--visual {
        background-position: center 35%;
    }

    .leistungen-hero__lead {
        font-size: 0.98rem;
        line-height: 1.6;
    }

    .leistungen-hero__cta {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
    }

    .leistungen-hero__cta .btn {
        width: 100%;
        padding: 0.85rem 1.25rem;
        font-size: 0.85rem;
        min-height: 2.75rem;
    }

    .leistungen-cta-final {
        padding: 3rem 0 3.5rem;
    }

    .leistungen-cta-final h2 {
        font-size: 1.45rem;
    }

    .leistungen-cta-final__actions {
        flex-direction: column;
        align-items: stretch;
        padding: 0 0.25rem;
    }

    .leistungen-cta-final__actions .btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .leistung-block {
        padding: 2.25rem 0;
        scroll-margin-top: 9rem;
    }

    .leistungen-jump {
        top: 3.75rem;
    }

    .leistung-block__frame {
        border-radius: var(--radius-lg);
    }

    .leistung-block__image {
        aspect-ratio: 16 / 11;
    }

    .leistung-process-wrap {
        margin-top: 1.5rem;
        padding: 1.15rem 0.85rem 1.25rem;
        border-radius: var(--radius);
    }

    .leistung-process__heading {
        font-size: 1rem;
    }

    .leistung-process__intro {
        font-size: 0.82rem;
    }

    .leistung-process {
        gap: 0.55rem;
    }

    .leistung-process__card {
        padding: 0.85rem 0.85rem 0.9rem 3rem;
    }

    .leistung-process__card::before {
        left: 0.7rem;
        top: 0.85rem;
        width: 1.9rem;
        height: 1.9rem;
        font-size: 0.75rem;
    }

    .leistung-process__title {
        font-size: 0.9rem;
    }

    .leistung-process__text {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    body:not(.layout-spacex) .leistungen-hero.leistungen-hero--visual h1,
    .leistungen-hero h1 {
        font-size: clamp(1.45rem, 7vw, 1.85rem);
    }
}
