/* ── PARTNER SECTION ── */
.partner-section {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 40px;
    z-index: 10;
}

/* When page content is tall, switch to flow layout */
.partner-section.partner-flow {
    position: relative;
    bottom: auto;
    margin-top: auto;
    padding: 40px 40px 20px;
}

/* ── DIVIDER ── */
.partner-divider {
    width: 500px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 auto 32px;
}

/* ── MARK PROMO ── */
.mark-promo {
    text-decoration: none;
    display: block;
    cursor: pointer;
    max-width: 500px;
    margin: 0 auto;
}

.mark-promo-title {
    font-family: system-ui, -apple-system, "SF Pro Display", sans-serif;
    font-weight: 900;
    font-stretch: expanded;
    font-size: 32px;
    color: #F5F2E8;
    letter-spacing: 4px;
    margin: 0 0 4px;
}

.mark-promo-sub {
    font-family: system-ui, -apple-system, "SF Pro Display", sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #F5F2E8;
    letter-spacing: 0;
    margin: -5px 0 12px;
    text-transform: uppercase;
}

.mark-promo-from {
    font-family: system-ui, -apple-system, "SF Pro Display", sans-serif;
    font-weight: 200;
    font-size: 8px;
    color: rgba(245, 242, 232, 0.45);

    margin: 0;
    text-transform: uppercase;
}

/* ── UPDATED FOOTER WITH PARTNER DISCLOSURE ── */
.footer-mitte {
    display: none;
}

@media only screen and (max-width: 480px) {
    .partner-section {
        bottom: 60px;
    }

    .partner-section.partner-flow {
        bottom: auto;
        padding: 30px 20px 10px;
    }

    .partner-divider {
        width: 280px;
        margin-bottom: 20px;
    }

    .mark-promo-title {
        font-size: 23px;
        letter-spacing: 4px;
    }

    .mark-promo-sub {
        font-size: 8px;

    }

    .mark-promo-from {
        font-size: 7px;
        margin-top: -5px;
    }

    .footer-mitte {
        font-size: 10px;
    }
}