:root {
    --mp-primary: #1f4f8f;
    --mp-accent: #d96822;
    --mp-ink: #182235;
    --mp-muted: #667085;
    --mp-border: #dfe4ec;
    --mp-soft: #f5f7fa;
    --mp-shell: 1180px;
    --lh-blue-deep: #183b72;
    --lh-blue-soft: #eef3fa;
    --lh-orange-soft: #fff4ec;
}

body {
    color: var(--mp-ink);
}

.mp-shell {
    width: min(calc(100% - 3rem), var(--mp-shell));
}

.mp-site-header {
    min-height: 80px;
    border-bottom-color: rgba(223, 228, 236, .85);
    background: rgba(255, 255, 255, .95);
}

.mp-header-inner {
    grid-template-columns: 220px 1fr auto;
    min-height: 80px;
}

.mp-brand img,
.mp-brand .custom-logo {
    width: auto;
    max-width: 175px;
    max-height: 52px;
    object-fit: contain;
}

.mp-nav-list {
    gap: .35rem;
}

.mp-nav-list a {
    display: block;
    padding: .65rem .9rem;
    border-radius: 7px;
    color: #313844;
    font-weight: 570;
}

.mp-nav-list a:hover,
.mp-nav-list .current-menu-item > a,
.mp-nav-list .current_page_item > a {
    background: var(--lh-blue-soft);
    color: var(--mp-primary);
}

.mp-nav-list a[href$="/events/"] {
    display: none;
}

.mp-header-actions {
    gap: .55rem;
}

.mp-login-link {
    padding: .55rem .9rem;
    border: 1px solid var(--mp-border);
    border-radius: 7px;
    color: var(--mp-ink);
    font-weight: 650;
}

.mp-button,
.mppw-button {
    border-color: var(--mp-accent);
    background: var(--mp-accent);
    box-shadow: 0 5px 13px rgba(217, 104, 34, .22);
}

.mp-button:hover,
.mppw-button:hover {
    border-color: #bd5719;
    background: #bd5719;
    box-shadow: 0 9px 20px rgba(217, 104, 34, .25);
}

.mp-button-secondary {
    border-color: var(--mp-primary);
    background: #fff;
    box-shadow: none;
    color: var(--mp-primary);
}

.mp-button-secondary:hover {
    border-color: var(--mp-primary);
    background: var(--lh-blue-soft);
    color: var(--mp-primary);
}

.mp-hero {
    overflow: hidden;
    border-bottom: 0;
    background: #fff;
}

.mp-hero-grid {
    grid-template-columns: minmax(0, 7fr) minmax(420px, 5fr);
    gap: clamp(2.25rem, 5vw, 5rem);
    min-height: 705px;
    padding-block: 4.8rem;
}

.mp-eyebrow,
.mp-kicker {
    display: block;
    width: fit-content;
    margin-bottom: .65rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--mp-accent);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mp-eyebrow span {
    display: none;
}

.mp-hero h1 {
    max-width: 680px;
    margin: .9rem 0 1.5rem;
    font-size: clamp(3rem, 5vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.mp-hero h1 strong {
    color: var(--mp-primary);
}

.mp-hero-copy {
    max-width: 670px;
    color: #667085;
    font-size: clamp(1.05rem, 1.55vw, 1.23rem);
    line-height: 1.72;
}

.mp-actions {
    gap: .75rem;
    margin: 2rem 0 2rem;
}

.mp-actions .mp-button {
    min-height: 54px;
    padding-inline: 1.35rem;
}

.mp-benefits {
    max-width: 680px;
    gap: 1.15rem 1.65rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--mp-border);
}

.mp-benefits li {
    color: #4f5968;
    font-size: .9rem;
}

.mp-benefits li::first-letter {
    color: var(--mp-accent);
}

.mp-hero-visual {
    align-self: stretch;
    overflow: hidden;
    min-height: 545px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 24px 0 0 24px;
    background: var(--lh-blue-soft);
    box-shadow: 0 24px 60px rgba(24, 59, 114, .13);
}

.mp-hero-visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

.lh-network-strip {
    padding-block: 2rem;
    border-block: 1px solid var(--mp-border);
    background: #f4f7fb;
}

.lh-network-grid {
    display: grid;
    grid-template-columns: minmax(230px, .75fr) minmax(0, 1.65fr);
    align-items: center;
    gap: 2.5rem;
}

.lh-network-heading h2 {
    max-width: 280px;
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.38;
}

.lh-network-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.lh-network-card {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    min-height: 76px;
    padding: .9rem 1rem;
    border: 1px solid var(--mp-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(24, 59, 114, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.lh-network-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(24, 59, 114, .11);
}

.lh-network-card figure {
    margin: 0;
}

.lh-network-card img {
    display: block;
    width: auto;
    max-width: 110px;
    max-height: 38px;
    object-fit: contain;
}

.lh-network-card h3 {
    margin: 0 0 .12rem;
    font-size: .94rem;
    letter-spacing: 0;
}

.lh-network-card h3 a {
    color: var(--mp-ink);
    text-decoration: none;
}

.lh-network-card p {
    margin: 0;
    color: var(--mp-muted);
    font-size: .8rem;
}

.lh-directory {
    background: #fff;
}

.lh-directory .mp-section-heading {
    margin-bottom: 1.8rem;
}

.lh-directory .mp-section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.55rem);
}

.lh-directory .mp-section-heading > p a {
    color: var(--mp-primary);
    font-size: .9rem;
    font-weight: 750;
    text-decoration: none;
}

.lh-widget-frame {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.mppw-native-card:hover {
    border-color: rgba(31, 79, 143, .5);
    box-shadow: 0 16px 34px rgba(31, 79, 143, .11);
}

.lh-value-section {
    padding-block: clamp(4.5rem, 7vw, 6rem);
    background: var(--lh-blue-deep);
    color: #fff;
}

.lh-value-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6rem);
}

.lh-value-copy h2 {
    max-width: 560px;
    color: #fff;
    font-size: clamp(2.25rem, 4vw, 3.2rem);
}

.lh-value-copy > p:last-child {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, .75);
    line-height: 1.75;
}

.lh-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.lh-benefit-card {
    min-height: 150px;
    padding: 1.3rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
}

.lh-benefit-card h3 {
    margin: 0 0 .5rem;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
}

.lh-benefit-card p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: .88rem;
}

.lh-benefit-card .lh-benefit-icon {
    margin: 0 0 .65rem;
    color: var(--mp-accent);
    font-size: 1.2rem;
}

.mp-pricing {
    border: 0;
    background: #fff;
}

.mp-pricing .mp-section-heading .mp-kicker,
.mp-pricing .mp-section-heading::before {
    color: var(--mp-accent);
}

.mp-pricing .mp-section-heading::before {
    display: block;
    margin-bottom: .5rem;
    content: "Preise";
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mp-pricing .mp-section-heading h2 {
    font-size: clamp(2rem, 3.4vw, 2.75rem);
}

.mp-price-grid {
    max-width: 900px;
    gap: 1.4rem;
}

.mp-price-card {
    padding: 2rem;
    border-radius: 14px;
}

.mp-price-card-featured {
    border-color: var(--mp-accent);
}

.mp-price-badge {
    top: -14px;
    right: auto;
    left: 2rem;
    background: var(--mp-accent);
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mp-price-card-featured .mp-button {
    border-color: var(--mp-accent);
    background: var(--mp-accent);
}

.mp-portal-page-header .mp-kicker,
.mp-portal-page-header::before {
    color: var(--mp-accent);
}

.mp-site-footer {
    border-top: 1px solid var(--mp-border);
    background: #f4f7fb;
}

.lh-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 4rem;
    padding-block: 3.5rem;
}

.lh-footer-brand img {
    width: auto;
    max-width: 180px;
    max-height: 54px;
}

.lh-footer-brand p {
    max-width: 400px;
    margin: 1.2rem 0 0;
    color: var(--mp-muted);
    font-size: .9rem;
    line-height: 1.7;
}

.lh-footer-grid h3 {
    margin-bottom: 1rem;
    font-size: .95rem;
}

.lh-footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lh-footer-nav li + li {
    margin-top: .55rem;
}

.lh-footer-nav a {
    color: var(--mp-muted);
    font-size: .88rem;
    text-decoration: none;
}

.lh-footer-nav a:hover {
    color: var(--mp-primary);
}

.lh-footer-bottom {
    border-top: 1px solid var(--mp-border);
}

.lh-footer-bottom p {
    margin: 0;
    padding-block: 1.25rem;
    color: var(--mp-muted);
    font-size: .82rem;
}

@media (max-width: 980px) {
    .mp-header-inner {
        grid-template-columns: 1fr auto auto;
    }

    .mp-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr);
        gap: 2rem;
        min-height: auto;
        padding-block: 4rem;
    }

    .mp-hero h1 {
        font-size: clamp(2.7rem, 6vw, 3.6rem);
    }

    .lh-network-grid,
    .lh-value-grid {
        grid-template-columns: 1fr;
    }

    .lh-network-heading h2 {
        max-width: none;
    }
}

@media (max-width: 680px) {
    .mp-shell {
        width: min(calc(100% - 2rem), var(--mp-shell));
    }

    .mp-site-header,
    .mp-header-inner {
        min-height: 66px;
    }

    .mp-brand img,
    .mp-brand .custom-logo {
        max-width: 148px;
        max-height: 44px;
    }

    .mp-header-actions .mp-button-small {
        font-size: 0;
    }

    .mp-header-actions .mp-button-small::after {
        content: "Registrieren";
        font-size: .82rem;
    }

    .mp-primary-nav {
        top: 66px;
    }

    .mp-hero-grid {
        grid-template-columns: 1fr;
        padding-block: 3.2rem;
    }

    .mp-hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.2rem);
    }

    .mp-hero-visual {
        min-height: 360px;
        border-radius: 18px;
    }

    .lh-network-cards,
    .lh-benefit-grid,
    .lh-footer-grid {
        grid-template-columns: 1fr;
    }

    .lh-network-card {
        grid-template-columns: 110px 1fr;
    }

    .lh-footer-grid {
        gap: 2rem;
        padding-block: 3rem;
    }
}
