:root {
    --mp-primary: #f07c00;
    --mp-accent: #101827;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.mp-hero {
    background: #fff;
    text-align: center;
}

.mp-hero-inner {
    max-width: 880px;
    margin-inline: auto;
}

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

.mp-hero-visual:empty,
.mp-hero-visual:not(:has(img[src])) {
    display: none;
}

.mp-nrw-regions {
    border-block: 1px solid #e5e7eb;
    background: #fff;
}

.mp-centered {
    text-align: center;
}

.mp-kicker {
    color: var(--mp-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mp-region-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .7rem;
    margin-top: 1.75rem;
}

.mp-region-chips span {
    padding: .65rem 1rem;
    border: 1px solid #f3d3ac;
    border-radius: 999px;
    background: #fff3e3;
    color: #b85f00;
    font-size: .9rem;
    font-weight: 700;
}

.mp-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.mp-section-heading a {
    color: var(--mp-primary);
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 780px) {
    .mp-section-heading {
        align-items: start;
        flex-direction: column;
        gap: .5rem;
    }
}
