#mission {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3rem;
    padding: 3.5rem 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(45, 27, 105, 0.08);
    box-shadow: 0 18px 40px rgba(45, 27, 105, 0.10);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.25)),
        radial-gradient(circle at 15% 20%, rgba(255, 99, 146, 0.35) 0 12%, transparent 13%),
        radial-gradient(circle at 80% 25%, rgba(255, 206, 86, 0.30) 0 10%, transparent 11%),
        radial-gradient(circle at 30% 75%, rgba(54, 162, 235, 0.28) 0 14%, transparent 15%),
        radial-gradient(circle at 85% 80%, rgba(75, 192, 192, 0.30) 0 13%, transparent 14%),
        conic-gradient(
            from 210deg at 50% 50%,
            rgba(255, 107, 157, 0.22),
            rgba(255, 206, 86, 0.22),
            rgba(120, 115, 245, 0.22),
            rgba(78, 205, 196, 0.22),
            rgba(255, 107, 157, 0.22)
        ),
        linear-gradient(135deg, #fff8fb, #f7fffe);
    backdrop-filter: blur(2px);
    isolation: isolate;
}

#mission::before,
#mission::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    filter: blur(0.5px);
    opacity: 0.95;
}

#mission::before {
    width: 320px;
    height: 320px;
    top: -90px;
    left: -80px;
    background:
        conic-gradient(
            from 40deg,
            rgba(255, 0, 128, 0.30),
            rgba(255, 166, 0, 0.28),
            rgba(255, 255, 0, 0.22),
            rgba(0, 200, 255, 0.24),
            rgba(123, 97, 255, 0.28),
            rgba(255, 0, 128, 0.30)
        );
    clip-path: polygon(50% 0%, 72% 18%, 100% 20%, 82% 48%, 100% 78%, 68% 72%, 50% 100%, 30% 74%, 0% 78%, 18% 48%, 0% 18%, 28% 20%);
    transform: rotate(-18deg);
}

#mission::after {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -120px;
    background:
        conic-gradient(
            from 120deg,
            rgba(0, 255, 213, 0.28),
            rgba(0, 140, 255, 0.24),
            rgba(162, 89, 255, 0.28),
            rgba(255, 99, 132, 0.28),
            rgba(255, 205, 86, 0.24),
            rgba(0, 255, 213, 0.28)
        );
    clip-path: polygon(50% 0%, 65% 12%, 88% 8%, 82% 32%, 100% 50%, 80% 66%, 88% 92%, 62% 84%, 50% 100%, 34% 86%, 10% 92%, 18% 66%, 0 50%, 18% 30%, 8% 8%, 36% 14%);
    transform: rotate(22deg);
}

#mission > * {
    position: relative;
    z-index: 1;
}

.foerderhinweis {
    margin: 3rem auto 3rem;
    padding: 0 1rem;
}

.foerderhinweis-container {
    max-width: 1100px;
    margin: 0 auto;
}

.foerderhinweis-content {
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: 28px;
    border: 1px solid rgba(45, 27, 105, 0.08);
    box-shadow: 0 14px 34px rgba(45, 27, 105, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 248, 0.98));
}

.foerderhinweis-eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2f7d32;
}

.foerderhinweis h2 {
    margin: 0 0 1rem;
    font-size: 2rem;
    color: var(--color-text-main);
}

.foerderhinweis-text {
    max-width: 760px;
    margin: 0 auto 1.75rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-text-secondary);
}

.foerderhinweis-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem 2rem;
    flex-wrap: wrap;
}

.foerder-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.foerder-logo {
    max-height: 84px;
    width: auto;
    object-fit: contain;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.foerder-logo-link:hover .foerder-logo {
    transform: translateY(-2px);
    opacity: 0.92;
}

.landessignet {
    max-height: 92px;
}

@media (max-width: 768px) {
    .foerderhinweis {
        margin-bottom: 2rem;
        padding: 0;
    }

    .foerderhinweis-content {
        padding: 2rem 1.25rem;
        border-radius: 22px;
    }

    .foerderhinweis h2 {
        font-size: 1.55rem;
    }

    .foerderhinweis-text {
        font-size: 1rem;
    }

    .foerder-logo {
        max-height: 68px;
    }

    .landessignet {
        max-height: 76px;
    }
}

#mission h1,
#mission p {
    position: relative;
    z-index: 1;
}

#mission h1 {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: var(--color-text-main);
}

#mission p {
    font-size: 1.2rem;
    color: var(--color-text-secondary);
    margin: 0 auto;
    max-width: 720px;
}

.offers {
    margin-top: 3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 248, 240, 1) 100%);
    border-radius: 28px;
    padding: 3rem 2rem;
    border: 1px solid rgba(45, 27, 105, 0.08);
    box-shadow: 0 14px 34px rgba(45, 27, 105, 0.06);
}

.offers h2 {
    text-align: center;
    font-size: 2.1rem;
    margin: 0 0 2.2rem;
    color: var(--color-text-main);
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.offer-card {
    background-color: var(--color-white);
    border-radius: 22px;
    padding: 2rem;
    box-shadow: 0 12px 30px rgba(45, 27, 105, 0.08);
    border: 1px solid rgba(45, 27, 105, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
}

.offer-card:nth-child(1) {
    border-top: 6px solid #cba6dfbf;
}

.offer-card:nth-child(2) {
    border-top: 6px solid #dd9cd0;
}

.offer-card:nth-child(3) {
    border-top: 6px solid #8bacc4;
}

.offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(45, 27, 105, 0.12);
}

.offer-card h3 {
    margin: 0 0 0.9rem;
    color: var(--color-text-main);
    font-size: 1.3rem;
}

.offer-card p {
    margin: 0;
    color: var(--color-text-secondary);
    line-height: 1.7;
    font-size: 1rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .offers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    #mission {
        padding: 2.5rem 1.25rem;
        border-radius: 24px;
        margin-bottom: 2rem;
    }

    #mission h1 {
        font-size: 2.2rem;
    }

    #mission p {
        font-size: 1.05rem;
    }

    .offers {
        padding: 2rem 1rem;
        border-radius: 20px;
    }

    .offers h2 {
        font-size: 1.65rem;
    }

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

    .offer-card {
        padding: 1.5rem;
        border-radius: 18px;
    }
}
