/*
* landing.css
* Public marketing landing page (app/Views/landing/index.php).
* Uses the brand tokens from app.css (--app-primary lime #CBD16C on
* dark-grey #575756 accents); no external assets beyond the theme's own
* fonts/icons. All classes are ld-* to stay clear of the
* admin theme.
******************************************************************************/

/* clip (not hidden) so no phantom horizontal scroll container is created;
   on html AND body because body-only clipping does not stop viewport
   panning on mobile browsers */
html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

.ld-body {
    background: #fff;
    color: #4b4b4a;
    overflow-x: clip;
}

.ld-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.ld-section {
    padding: 5rem 0;
    scroll-margin-top: 84px;
}

.ld-section-alt {
    background: #fafbef; /* whisper of brand lime */
}

.ld-section-head {
    max-width: 640px;
    margin: 0 auto 3rem;
    text-align: center;
}

.ld-section-head h2 {
    color: #3f3f3e;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    margin-bottom: .75rem;
}

.ld-section-head p {
    color: #7a7a79;
    font-size: 1.05rem;
    margin: 0;
}

/* ── Sticky header ──────────────────────────────────────────────────── */

.ld-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .92);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #ececeb;
}

.ld-header-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: .7rem 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.ld-logo img {
    height: 34px;
    display: block;
}

.ld-logo .ld-logo-mark,
.ld-mobile-menu {
    display: none;
}

.ld-nav {
    display: flex;
    gap: 1.4rem;
    margin-left: 1rem;
}

.ld-nav a {
    color: #575756;
    font-weight: 500;
    font-size: .95rem;
}

.ld-nav a:hover {
    color: var(--app-primary-text);
}

.ld-header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.ld-header-actions .btn {
    white-space: nowrap;
}

.ld-lang {
    display: flex;
    align-items: center;
    gap: .15rem;
    font-size: .85rem;
    margin-right: .35rem;
}

.ld-lang a,
.ld-lang span {
    padding: .2rem .4rem;
    border-radius: 6px;
    color: #8a8a89;
    font-weight: 500;
}

.ld-lang .ld-lang-active {
    background: #f3f4d8;
    color: #74772f;
    font-weight: 700;
}

.ld-lang a:hover {
    color: #575756;
}

/* Outline button in brand grey (theme outline-secondary is too blue-grey) */
.ld-btn-outline {
    border: 1px solid #c9c9c8;
    color: #575756 !important;
    background: transparent;
}

.ld-btn-outline:hover {
    border-color: #575756;
    background: #f5f5f4;
    color: #3f3f3e !important;
}

/* ── Hero ───────────────────────────────────────────────────────────── */

.ld-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #3b3b3a 0%, #575756 70%, #61615f 100%);
    color: #fff;
    padding: 6rem 0 5.5rem;
}

/* brand-echo parallelograms, same family as the auth screens */
.ld-hero::before,
.ld-hero::after {
    content: "";
    position: absolute;
    transform: skew(-24deg);
    pointer-events: none;
}

.ld-hero::before {
    width: 42vw;
    height: 120%;
    top: -10%;
    right: -16vw;
    background: rgba(203, 209, 108, .14);
}

.ld-hero::after {
    width: 24vw;
    height: 80%;
    bottom: -30%;
    right: 16vw;
    background: rgba(255, 255, 255, .05);
}

.ld-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.ld-hero-kicker {
    display: inline-block;
    color: var(--app-primary);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.ld-hero h1 {
    color: #fff;
    font-weight: 800;
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    line-height: 1.12;
    letter-spacing: -.01em;
    margin-bottom: 1.25rem;
}

.ld-hero h1 em {
    font-style: normal;
    color: var(--app-primary);
}

.ld-hero-sub {
    color: rgba(255, 255, 255, .84);
    font-size: 1.15rem;
    line-height: 1.65;
    max-width: 620px;
    margin-bottom: 2.25rem;
}

.ld-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-bottom: 1.4rem;
}

.ld-hero .btn-primary {
    padding: .8rem 1.6rem;
    font-weight: 700;
    font-size: 1rem;
}

.ld-btn-ghost {
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff !important;
    background: transparent;
    padding: .8rem 1.6rem;
    font-weight: 600;
    font-size: 1rem;
}

.ld-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

.ld-hero-trust {
    color: rgba(255, 255, 255, .62);
    font-size: .9rem;
    margin: 0;
}

/* ── Feature grid ───────────────────────────────────────────────────── */

.ld-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.ld-card {
    background: #fff;
    border: 1px solid #ececeb;
    border-radius: 14px;
    padding: 1.6rem;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ld-card:hover {
    border-color: var(--app-primary);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(87, 87, 86, .08);
}

.ld-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    background: #f3f4d8;
    color: #74772f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 1.1rem;
}

.ld-card h3 {
    color: #3f3f3e;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.ld-card p {
    color: #7a7a79;
    font-size: .93rem;
    line-height: 1.6;
    margin: 0;
}

/* ── "So funktioniert's" steps ──────────────────────────────────────── */

.ld-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
    counter-reset: ld-step;
}

.ld-step {
    position: relative;
    padding: 1.5rem 1.25rem 0;
    text-align: center;
}

.ld-step-num {
    width: 46px;
    height: 46px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--app-primary);
    color: var(--app-on-primary);
    font-weight: 800;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* connector line between the step circles (desktop only) */
.ld-step + .ld-step::before {
    content: "";
    position: absolute;
    top: calc(1.5rem + 23px);
    left: calc(-50% + 23px + .7rem);
    width: calc(100% - 46px - 1.4rem);
    border-top: 2px dashed #dcdfb4;
}

.ld-step h3 {
    color: #3f3f3e;
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: .45rem;
}

.ld-step p {
    color: #7a7a79;
    font-size: .9rem;
    line-height: 1.6;
    margin: 0;
}

/* ── Pricing ────────────────────────────────────────────────────────── */

.ld-plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 430px));
    justify-content: center;
    gap: 1.6rem;
    align-items: stretch;
}

.ld-plan {
    position: relative;
    background: #fff;
    border: 1px solid #e6e6e5;
    border-radius: 16px;
    padding: 2.1rem 1.9rem 1.9rem;
    display: flex;
    flex-direction: column;
}

.ld-plan-popular {
    border: 2px solid var(--app-primary);
    box-shadow: 0 16px 40px rgba(87, 87, 86, .10);
}

.ld-plan-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--app-primary);
    color: var(--app-on-primary);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .3rem .95rem;
    border-radius: 999px;
    white-space: nowrap;
}

.ld-plan h3 {
    color: #3f3f3e;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.ld-plan-price {
    color: #3f3f3e;
    margin-bottom: .35rem;
    display: flex;
    align-items: baseline;
    gap: .45rem;
    flex-wrap: wrap;
}

.ld-plan-price .ld-price-amount {
    font-size: 2.7rem;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1;
}

.ld-plan-price .ld-price-currency {
    font-size: 1.05rem;
    font-weight: 700;
    color: #7a7a79;
}

.ld-plan-price .ld-price-period {
    font-size: .92rem;
    color: #8a8a89;
}

.ld-price-on-request {
    font-size: 1.5rem;
    font-weight: 700;
    color: #575756;
}

.ld-plan-trial {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: #f3f4d8;
    color: #5d6023;
    font-size: .82rem;
    font-weight: 600;
    border-radius: 8px;
    padding: .45rem .75rem;
    margin: 1rem 0 1.4rem;
}

.ld-plan-includes {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #a3a3a2;
    margin-bottom: .7rem;
}

.ld-plan ul {
    list-style: none;
    margin: 0 0 1.8rem;
    padding: 0;
    flex-grow: 1;
}

.ld-plan ul li {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    padding: .3rem 0;
    color: #575756;
    font-size: .94rem;
}

.ld-plan ul li i {
    color: #74772f;
    font-size: 1.05rem;
    margin-top: .12rem;
}

.ld-plan .btn-primary {
    width: 100%;
    padding: .75rem 1rem;
    font-weight: 700;
}

/* ── FAQ ────────────────────────────────────────────────────────────── */

.ld-faq {
    max-width: 760px;
    margin: 0 auto;
}

.ld-faq-item {
    background: #fff;
    border: 1px solid #ececeb;
    border-radius: 12px;
    margin-bottom: .8rem;
}

.ld-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1.05rem 1.3rem;
    font-weight: 600;
    color: #3f3f3e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ld-faq-item summary::-webkit-details-marker {
    display: none;
}

.ld-faq-item summary::after {
    content: "+";
    font-size: 1.3rem;
    font-weight: 400;
    color: #a3a3a2;
    line-height: 1;
    transition: transform .18s ease;
}

.ld-faq-item[open] summary::after {
    transform: rotate(45deg);
    color: #74772f;
}

.ld-faq-item[open] summary {
    border-bottom: 1px solid #f2f2f1;
}

.ld-faq-item p {
    padding: 1rem 1.3rem 1.2rem;
    margin: 0;
    color: #7a7a79;
    font-size: .94rem;
    line-height: 1.65;
}

.ld-faq-item p a {
    color: var(--app-primary-text);
    font-weight: 600;
}

/* ── Closing CTA band ───────────────────────────────────────────────── */

.ld-cta-band {
    background: linear-gradient(135deg, #3b3b3a, #575756);
    color: #fff;
    text-align: center;
    padding: 4.5rem 0;
    position: relative;
    overflow: hidden;
}

.ld-cta-band::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 160%;
    top: -30%;
    left: -12vw;
    transform: skew(-24deg);
    background: rgba(203, 209, 108, .12);
    pointer-events: none;
}

.ld-cta-band h2 {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 1;
}

.ld-cta-band .btn-primary {
    padding: .85rem 2rem;
    font-weight: 700;
    font-size: 1.02rem;
    position: relative;
    z-index: 1;
}

.ld-cta-band p {
    color: rgba(255, 255, 255, .6);
    font-size: .9rem;
    margin: 1.1rem 0 0;
    position: relative;
    z-index: 1;
}

/* ── Footer ─────────────────────────────────────────────────────────── */

.ld-footer {
    background: #343433;
    color: rgba(255, 255, 255, .72);
    padding: 3.6rem 0 2rem;
    font-size: .92rem;
}

.ld-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 2.6rem;
}

.ld-footer-brand img {
    height: 34px;
    margin-bottom: 1rem;
}

.ld-footer-brand p {
    color: rgba(255, 255, 255, .55);
    max-width: 300px;
    margin: 0;
}

.ld-footer h4 {
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-bottom: 1rem;
}

.ld-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ld-footer ul li {
    margin-bottom: .55rem;
}

.ld-footer a {
    color: rgba(255, 255, 255, .72);
}

.ld-footer a:hover {
    color: #d9de8f; /* brightened text-grade lime for dark surfaces */
}

.ld-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .8rem;
    color: rgba(255, 255, 255, .45);
    font-size: .85rem;
}

/* ── Responsive ─────────────────────────────────────────────────────── */

@media (max-width: 991.98px) {
    .ld-nav {
        display: none; /* anchors are duplicated in the footer */
    }

    .ld-header-actions .btn,
    .ld-lang a,
    .ld-lang span {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    .ld-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ld-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2.2rem;
    }

    .ld-step + .ld-step::before {
        display: none;
    }

    .ld-plans {
        grid-template-columns: minmax(0, 480px);
    }

    .ld-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ld-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 639.98px) {
    .ld-header-inner {
        gap: .375rem;
        padding: .4rem .5rem;
    }

    .ld-logo {
        flex: 0 0 auto;
        margin-right: auto;
    }

    .ld-logo-wide,
    .ld-lang-desktop {
        display: none !important;
    }

    .ld-logo .ld-logo-mark {
        display: block;
        width: 39px;
        height: 26px;
    }

    .ld-header-actions {
        margin-left: 0;
        gap: .375rem;
    }

    .ld-header-actions .btn {
        min-height: 44px;
        padding: .45rem .55rem;
        font-size: .76rem;
        line-height: 1.1;
    }

    .ld-header-actions .ld-btn-outline {
        display: inline-flex !important;
    }

    .ld-mobile-menu {
        display: block;
        position: static;
    }

    .ld-mobile-menu summary {
        width: 40px;
        height: 44px;
        border: 1px solid #d8d8d7;
        border-radius: 8px;
        color: #575756;
        background: #fff;
        cursor: pointer;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
    }

    .ld-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .ld-menu-icon,
    .ld-menu-icon::before,
    .ld-menu-icon::after {
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        display: block;
    }

    .ld-menu-icon {
        position: relative;
    }

    .ld-menu-icon::before,
    .ld-menu-icon::after {
        content: "";
        position: absolute;
        left: 0;
    }

    .ld-menu-icon::before { top: -6px; }
    .ld-menu-icon::after { top: 6px; }

    .ld-mobile-menu[open] summary {
        background: #f6f7e5;
        border-color: #d7da9d;
        color: #575a22;
    }

    .ld-mobile-menu-panel {
        position: absolute;
        top: calc(100% + .35rem);
        left: .5rem;
        right: .5rem;
        z-index: 10;
        padding: .5rem;
        border: 1px solid #e2e2e1;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 16px 36px rgba(52, 52, 51, .16);
    }

    .ld-mobile-nav {
        display: grid;
        gap: .15rem;
    }

    .ld-mobile-nav a {
        min-height: 44px;
        padding: .65rem .75rem;
        border-radius: 8px;
        color: #575756;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .ld-mobile-nav a:hover,
    .ld-mobile-nav a:focus-visible {
        background: #f7f7f2;
        color: #3f3f3e;
    }

    .ld-mobile-lang {
        border-top: 1px solid #ececeb;
        margin-top: .4rem;
        padding-top: .5rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: .35rem;
    }

    .ld-mobile-lang a,
    .ld-mobile-lang span {
        min-height: 44px;
        border-radius: 8px;
        color: #717170;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ld-mobile-lang a:hover,
    .ld-mobile-lang a:focus-visible {
        background: #f5f5f4;
        color: #3f3f3e;
    }

    .ld-mobile-lang .ld-lang-active {
        background: #f3f4d8;
        color: #74772f;
        font-weight: 700;
    }
}

@media (max-width: 575.98px) {
    .ld-section {
        padding: 3.5rem 0;
    }

    .ld-hero {
        padding: 4rem 0 3.6rem;
    }

    .ld-grid,
    .ld-steps {
        grid-template-columns: 1fr;
    }

    .ld-footer-grid {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
}


/* ── P1: status page + changelog (landing/status.php, landing/changelog.php) ── */

.ld-page {
    padding-top: 3.5rem;
    min-height: 60vh;
}

.ld-page-inner {
    max-width: 820px;
}

.ld-page-h3 {
    color: #3f3f3e;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
}

.ld-page-empty {
    color: #7a7a79;
    background: #fafbef;
    border: 1px dashed #e1e3c9;
    border-radius: .75rem;
    padding: 1.25rem 1.5rem;
    text-align: center;
}

.ld-page-links {
    margin-top: 2.5rem;
    text-align: center;
}

.ld-page-links a {
    color: #575756;
    font-weight: 600;
    text-decoration: none;
}

.ld-page-links a:hover { color: #3f3f3e; text-decoration: underline; }

/* overall status banner */
.ld-status-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid transparent;
}

.ld-status-banner i { font-size: 2rem; line-height: 1; }
.ld-status-banner strong { display: block; font-size: 1.15rem; }
.ld-status-banner span { color: #7a7a79; font-size: .9rem; }

.ld-status-ok          { background: #eef8ec; border-color: #cfe9c8; color: #2f6b2a; }
.ld-status-maintenance { background: #eef4fb; border-color: #cddff3; color: #27507f; }
.ld-status-incident    { background: #fdeeea; border-color: #f5cfc5; color: #8d3520; }

/* entry list (status history + changelog) */
.ld-log {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ld-log-item {
    position: relative;
    padding: 1.25rem 0 1.25rem 1.5rem;
    border-left: 2px solid #e1e3c9;
}

.ld-log-item::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 1.65rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd16c;
    border: 2px solid #fff;
}

.ld-log-item h4 {
    color: #3f3f3e;
    font-size: 1.1rem;
    font-weight: 700;
    margin: .35rem 0 .5rem;
}

.ld-log-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    font-size: .85rem;
    color: #7a7a79;
}

.ld-log-kind, .ld-log-state {
    display: inline-block;
    padding: .15rem .6rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    background: #f0f1e3;
    color: #575756;
}

.ld-log-kind-feature     { background: #eef2d6; color: #5d6512; }
.ld-log-kind-improvement { background: #eef4fb; color: #27507f; }
.ld-log-kind-fix         { background: #eef8ec; color: #2f6b2a; }
.ld-log-kind-incident    { background: #fdeeea; color: #8d3520; }
.ld-log-kind-maintenance { background: #fff5e0; color: #7d5a0b; }

.ld-log-state-resolved { background: #eef8ec; color: #2f6b2a; }
.ld-log-state-scheduled { background: #eef4fb; color: #27507f; }

.ld-log-body { color: #4b4b4a; line-height: 1.6; }
.ld-log-body p { margin: 0 0 .6rem; }
.ld-log-body ul { margin: 0 0 .6rem; padding-left: 1.25rem; }
.ld-log-body p:last-child, .ld-log-body ul:last-child { margin-bottom: 0; }

/* pager */
.ld-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #ecede0;
    font-size: .95rem;
}

.ld-pager a { color: #575756; font-weight: 600; text-decoration: none; }
.ld-pager a:hover { color: #3f3f3e; text-decoration: underline; }
.ld-pager-info { color: #7a7a79; }


/* ── Visual layer (feature rows + product screenshots) ──────────────────
   The hero carries a real screenshot next to the copy, the module wall is
   replaced by alternating image/text rows, and the remaining registry
   modules keep a compact two-column list. Light-only, like the rest of
   the landing.
*************************************************************************/

/* hero: copy left, product shot right from 992px up */
.ld-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.75rem;
    align-items: center;
}

.ld-hero-shot {
    min-width: 0;
}

/* generic light "browser" frame around a screenshot */
.ld-frame {
    margin: 0;
    background: #fff;
    border: 1px solid #e4e4e2;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(87, 87, 86, .14);
}

.ld-frame-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 0 12px;
    background: #f5f5f3;
    border-bottom: 1px solid #ebebe9;
}

.ld-frame-bar i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d9d9d6;
}

.ld-frame img,
.ld-phone img {
    display: block;
    width: 100%;
    height: auto;
}

.ld-hero-shot .ld-frame {
    border-color: rgba(255, 255, 255, .22);
    box-shadow: 0 30px 68px rgba(0, 0, 0, .34);
}

/* stylised phone body around the technician-app shot */
.ld-phone {
    position: relative;
    margin: 0 auto;
    width: min(300px, 100%);
    padding: 11px;
    background: #2f2f2e;
    border-radius: 34px;
    box-shadow: 0 22px 46px rgba(52, 52, 51, .26);
}

.ld-phone img {
    border-radius: 24px;
}

.ld-phone::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 5px;
    border-radius: 999px;
    background: rgba(47, 47, 46, .5);
}

/* ── Alternating feature rows ───────────────────────────────────────── */

.ld-rows {
    display: grid;
    gap: 4.5rem;
}

.ld-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 3rem;
    align-items: center;
}

/* a row without a screenshot: text across the full width, bullets in
   three columns from tablet up, a hairline above and below */
.ld-row-text-only {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.5rem 0;
    border-top: 1px solid #e6e6e4;
    border-bottom: 1px solid #e6e6e4;
}

@media (min-width: 768px) {
    .ld-row-text-only .ld-row-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .75rem 2rem;
    }
}

/* every second row puts the picture on the left */
.ld-row:nth-child(even) .ld-row-text {
    order: 2;
}

.ld-row-kicker {
    display: inline-block;
    background: #f3f4d8;
    color: #74772f;
    border-radius: 999px;
    padding: .28rem .75rem;
    font-size: .74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .9rem;
}

.ld-row-text h3 {
    color: #3f3f3e;
    font-size: clamp(1.3rem, 2.3vw, 1.7rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.1rem;
}

.ld-row-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .6rem;
}

.ld-row-list li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    color: #5f5f5e;
    font-size: .98rem;
    line-height: 1.55;
}

.ld-row-list li i {
    flex: 0 0 auto;
    color: #74772f;
    font-size: 1.1rem;
    margin-top: .15rem;
}

.ld-row-media {
    min-width: 0;
}

/* ── The rest of the registry, compact ──────────────────────────────── */

.ld-more {
    margin-top: 4rem;
    border-top: 1px solid #ececeb;
    padding-top: 2rem;
}

.ld-more > summary {
    list-style: none;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #3f3f3e;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.ld-more > summary::-webkit-details-marker {
    display: none;
}

.ld-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 2.5rem;
}

.ld-more-item {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
}

.ld-more-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #f3f4d8;
    color: #74772f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.ld-more-item h4 {
    color: #3f3f3e;
    font-size: .98rem;
    font-weight: 700;
    margin: 0 0 .2rem;
}

.ld-more-item p {
    color: #7a7a79;
    font-size: .89rem;
    line-height: 1.55;
    margin: 0;
}

/* ── Compact cards ("in jedem Plan enthalten") ──────────────────────── */

.ld-grid-compact {
    gap: 1rem;
}

.ld-card-compact {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    padding: 1.15rem 1.2rem;
}

.ld-card-compact .ld-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    font-size: 19px;
    margin-bottom: 0;
}

.ld-card-compact h3 {
    font-size: 1rem;
    margin-bottom: .3rem;
}

.ld-card-compact p {
    font-size: .87rem;
    line-height: 1.5;
}

.ld-card-compact:hover {
    transform: none;
}

/* sign-in inside the mobile menu (shown instead of the header button) */
.ld-mobile-login i {
    font-size: 1.1rem;
    color: #8a8a89;
    margin-right: .5rem;
}

/* ── Visual-layer responsive ────────────────────────────────────────── */

@media (min-width: 992px) {
    .ld-hero {
        padding: 5rem 0 4.75rem;
    }

    .ld-hero-grid {
        grid-template-columns: minmax(0, 47fr) minmax(0, 53fr);
        gap: 3.25rem;
    }

    .ld-hero h1 {
        font-size: clamp(2rem, 3.1vw, 2.85rem);
    }

    .ld-hero-sub {
        font-size: 1.05rem;
        margin-bottom: 1.9rem;
    }

    /* a phone shot needs far less room than a browser shot */
    .ld-row-phone {
        grid-template-columns: minmax(0, 1fr) minmax(0, .62fr);
    }

    .ld-row-phone:nth-child(even) {
        grid-template-columns: minmax(0, .62fr) minmax(0, 1fr);
    }
}

@media (max-width: 991.98px) {
    .ld-hero-shot,
    .ld-row-media {
        max-width: 620px;
        width: 100%;
        margin-inline: auto;
    }

    .ld-rows {
        gap: 3.25rem;
    }

    .ld-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.75rem;
    }

    .ld-row:nth-child(even) .ld-row-text {
        order: 0;
    }
}

@media (max-width: 639.98px) {
    .ld-more > summary {
        cursor: pointer;
        font-size: 1.05rem;
        margin-bottom: 0;
    }

    .ld-more[open] > summary {
        margin-bottom: 1.25rem;
    }

    .ld-more > summary::after {
        content: "+";
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1;
        color: #a3a3a2;
    }

    .ld-more[open] > summary::after {
        content: "\2013";
        color: #74772f;
    }

    .ld-more-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575.98px) {
    /* only the primary CTA stays beside the burger — sign-in moved into
       the mobile menu panel, which leaves the logo room to breathe */
    .ld-header-actions .ld-btn-outline {
        display: none !important;
    }

    .ld-logo .ld-logo-mark {
        width: 45px;
        height: 30px;
    }

    .ld-rows {
        gap: 2.75rem;
    }

    .ld-more {
        margin-top: 2.75rem;
        padding-top: 1.5rem;
    }
}


/******************************************************************************
* Landing · persuasion layer (audience blocks, proof band, pricing clarity,
* closing CTA, footer contact column). Self-contained block: everything here
* belongs to the sections #audience, #proof, #pricing (the after-trial line),
* .ld-cta-band and .ld-footer-contact. Only two rules above are touched, both
* marked below: the pricing bullet-list margin and the footer grid columns.
******************************************************************************/

/* ── "Für wen" audience blocks (#audience) ──────────────────────────── */

.ld-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
    align-items: stretch;
}

.ld-audience-card {
    background: #fff;
    border: 1px solid #e6e6e5;
    border-radius: 16px;
    padding: 1.8rem 1.7rem;
}

.ld-audience-head {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: 1.1rem;
}

.ld-audience-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0f1e3;
    color: #74772f;
    font-size: 1.35rem;
}

.ld-audience-card h3 {
    color: #3f3f3e;
    font-size: 1.12rem;
    font-weight: 700;
    margin: 0;
}

.ld-audience-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ld-audience-card ul li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .42rem 0;
    color: #575756;
    font-size: .95rem;
    line-height: 1.55;
}

.ld-audience-card ul li i {
    color: #74772f;
    font-size: 1.05rem;
    margin-top: .18rem;
    flex: 0 0 auto;
}

/* ── Proof band (#proof — rendered only when Config\Landing has data) ── */

.ld-proof {
    background: #edefd9;
    padding: 3.4rem 0;
    text-align: center;
}

.ld-proof-line {
    max-width: 720px;
    margin: 0 auto;
    color: #4b4b4a;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.6;
}

.ld-proof-title {
    color: #3f3f3e;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 1.6rem;
}

.ld-proof-line + .ld-proof-title {
    margin-top: 2.4rem;
}

.ld-proof-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 340px));
    justify-content: center;
    gap: 1.4rem;
    text-align: left;
}

.ld-quote {
    background: #fff;
    border: 1px solid #e6e6e5;
    border-radius: 16px;
    padding: 1.6rem 1.5rem;
    margin: 0;
}

.ld-quote blockquote {
    margin: 0 0 1rem;
    color: #4b4b4a;
    font-size: .97rem;
    line-height: 1.65;
}

.ld-quote figcaption {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    font-size: .88rem;
}

.ld-quote-name {
    color: #3f3f3e;
    font-weight: 700;
}

.ld-quote-company {
    color: #8a8a89;
}

/* ── Pricing: the "what happens after the trial" line ───────────────── */

.ld-plan-after-trial {
    color: #8a8a89;
    font-size: .82rem;
    line-height: 1.5;
    margin: 0 0 1rem;
}

/* OVERRIDE of the .ld-plan ul rule above: the bullet list now carries the
   after-trial line under it, so it needs less bottom margin of its own. */
.ld-plan ul {
    margin-bottom: 1.1rem;
}

/* ── Closing CTA: trial button + low-commitment contact link ────────── */

.ld-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .6rem 1.6rem;
}

.ld-cta-band .ld-cta-secondary {
    /* beats app.css's a:not(.btn), whose :not() argument adds a class */
    color: rgba(255, 255, 255, .82);
    font-weight: 600;
    font-size: .96rem;
    text-decoration: underline;
    text-underline-offset: .22em;
}

.ld-cta-band .ld-cta-secondary:hover {
    color: #d9de8f;
}

/* ── Footer: optional contact column (Config\Landing) ───────────────── */

/* OVERRIDE of .ld-footer-grid above, only on the 4-column variant. */
.ld-footer-grid-contact {
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
}

.ld-footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ld-footer-contact ul li {
    margin-bottom: .55rem;
    color: rgba(255, 255, 255, .72);
}

/* ── Responsive ─────────────────────────────────────────────────────── */

@media (max-width: 991.98px) {
    .ld-audience-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ld-footer-grid-contact {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 639.98px) {
    .ld-audience-card {
        padding: 1.4rem 1.25rem;
    }

    .ld-proof {
        padding: 2.6rem 0;
    }

    .ld-footer-grid-contact {
        grid-template-columns: 1fr;
    }
}
