/* ================= HERO ================= */

.projekte-hero {
    padding: 0px 60px 30px 60px;
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    background: 
        radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.55), transparent 35%), 
        radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.45), transparent 30%), 
        linear-gradient(135deg, #d7e4fb 0%, #e6efff 45%, #eef4ff 100%);
    box-shadow: var(--shadow-soft);
    margin: 0 20px;
}

.projekte-hero .container {
    max-width: 1645px;
}

.projekte-hero .row {
    min-height: 420px;
}

.projekte-hero .left-side {
    padding-top: 40px;
}

.projekte-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(47, 99, 216, 0.1);
    color: #2f63d8;
    font-size: 0.85rem;
    font-weight: 600;
}

.projekte-hero h1 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.projekte-hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5f6f89;
    margin-bottom: 30px;
}

.projekte-hero-image {
    display: block;
    object-fit: contain;
    margin-left: auto;
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
}

/* ================= PROJEKT SECTION ================= */

.projekt-section {
    padding: 20px 0;
}

.projekt-section-up {
    padding: 70px 0 40px;
}

.projekt-section .container {
    max-width: 1500px;
}

.projekt-section-up .container {
    max-width: 1500px;
}

.projekt-card {
    padding: 70px 80px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.8), transparent 35%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 244, 255, 0.72));
    box-shadow: 0 28px 80px rgba(18, 63, 122, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.75);
}

.projekt-image {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(18, 63, 122, 0.16);
    display: block;
}

.projekt-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(47, 99, 216, 0.1);
    color: #2f63d8;
    font-size: 0.8rem;
    font-weight: 600;
}

.projekt-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: var(--color-main-text, #123f82);
}

.projekt-text {
    color: #5f6f89;
    line-height: 1.75;
    margin-bottom: 22px;
}

/* ================= PFEILE ================= */

.projekt-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 28px;
}

.projekt-features li {
    margin-bottom: 10px;
    color: #5f6f89;
    display: flex;
    align-items: center;
    gap: 8px;
}

.projekt-features i {
    color: var(--brand, #2f63d8);
    font-size: 18px;
}

/* ================= CTA ================= */

.projekte-cta {
    padding: 30px 0 110px;
}

.projekte-cta .container {
    max-width: 1500px;
}

.projekte-cta-card {
    text-align: center;
    padding: 70px 40px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.75), transparent 34%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.55), transparent 32%),
        linear-gradient(135deg, #d7e4fb 0%, #e6efff 45%, #eef4ff 100%);
    box-shadow: 0 28px 80px rgba(18, 63, 122, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.75);
}

.projekte-cta-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(47, 99, 216, 0.1);
    color: #2f63d8;
    font-size: 0.85rem;
    font-weight: 600;
}

.projekte-cta h2 {
    font-size: 38px;
    font-weight: 700;
    color: var(--color-main-text, #123f82);
    margin-bottom: 18px;
}

.projekte-cta p {
    max-width: 760px;
    margin: 0 auto 30px;
    color: #5f6f89;
    line-height: 1.75;
}

/* ================= MOBILE TABLET ================= */

@media (max-width: 992px) {
    .projekte-hero {
        padding: 60px 20px;
    }

    .projekte-hero h1 {
        font-size: 32px;
    }

    .projekte-hero .left-side {
        padding-top: 0;
    }

    .projekte-hero-image {
        margin-top: 35px;
    }

    .projekt-section {
    padding: 50px 0;
    }

    .projekt-card {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .projekt-image {
        margin-bottom: 32px;
    }

    .projekt-section h2 {
        font-size: 28px;
    }

    .projekte-cta {
    padding: 20px 0 70px;
    }

    .projekte-cta-card {
        padding: 46px 22px;
        border-radius: 24px;
    }

    .projekte-cta h2 {
        font-size: 30px;
    }
}

/* ================= MOBILE  ================= */

@media (max-width: 700px) {

    .main {
        padding: 20px 0 30px;
    }

    /* ================= MOBILE TABLET ================= */

    .projekte-hero {
        margin: 0 10px;
        padding: 22px 18px 34px;
        border-radius: 24px;
    }

    .projekte-hero .container {
        width: 100%;
        padding: 0;
    }

    .projekte-hero .row {
        min-height: auto;
        flex-direction: column-reverse;
    }

    .projekte-hero .left-side {
        padding-top: 18px;
        text-align: left;
    }

    .projekte-eyebrow {
        font-size: 0.78rem;
        padding: 7px 12px;
        margin-bottom: 14px;
    }

    .projekte-hero h1 {
        font-size: 2rem;
        line-height: 1.12;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .projekte-hero h1 br,
    .projekte-hero-subtitle br {
        display: none;
    }

    .projekte-hero-subtitle {
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 0;
    }

    .projekte-hero-image {
        max-width: 86%;
        margin: 8px auto 14px;
    }

    /* ================= GRID ================= */

    .projekt-section-up {
        padding: 20px 0 0px;
    }

    .projekt-section {
        padding: 25px 0 0px;
    }

    /* ================= CTA ================= */

    .projekte-cta {
        padding: 25px 0 0;
    }

}