/* Start custom CSS for html, class: .elementor-element-8f0fde5 */.exo-dynamic-hero {
    --exo-magenta: #ba2c73;
    --exo-magenta-dark: #9e205f;
    --exo-bg-dark: #06070a;
    --exo-text-light: #ffffff;
    --exo-text-soft: rgba(255,255,255,0.86);
    --exo-border: rgba(255,255,255,0.14);

    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.64) 36%, rgba(0,0,0,0.18) 68%, rgba(0,0,0,0.10) 100%),
        radial-gradient(circle at 80% 15%, rgba(186, 44, 115, 0.18), transparent 28%),
        #090b10;
    color: var(--exo-text-light);
}

.exo-dynamic-hero * {
    box-sizing: border-box;
}

.exo-dynamic-hero__inner {
    width: min(1400px, 100%);
    margin: 0 auto;
    min-height: 600px;
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(420px, 1.2fr);
    align-items: stretch;
    gap: 0;
}

.exo-dynamic-hero__content {
    position: relative;
    z-index: 2;
    padding: 64px 32px 40px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.exo-dynamic-hero__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #ff3f9e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.exo-dynamic-hero__content h1 {
    margin: 0 0 18px;
    font-size: clamp(42px, 5vw, 78px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.exo-dynamic-hero__text {
    max-width: 560px;
    margin: 0 0 26px;
    color: var(--exo-text-soft);
    font-size: 21px;
    line-height: 1.45;
    font-weight: 400;
}

.exo-dynamic-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--exo-magenta);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.exo-dynamic-hero__button:hover {
    background: var(--exo-magenta-dark);
    transform: translateY(-1px);
}

.exo-dynamic-hero__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 34px;
}

.exo-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 150px;
}

.exo-benefit-item__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 2px solid var(--exo-magenta);
    border-radius: 50%;
    color: var(--exo-magenta);
    font-size: 18px;
    font-weight: 700;
    flex: 0 0 auto;
}

.exo-benefit-item__text {
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

.exo-dynamic-hero__visual {
    position: relative;
    min-height: 600px;
}

.exo-dynamic-hero__image {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.00), rgba(0,0,0,0.16)),
        url('DEIN-BILD-HIER.jpg') center center / cover no-repeat;
}

/* Preis-Card */
.exo-dynamic-hero__price-card {
    position: absolute;
    top: 34px;
    right: 30px;
    z-index: 3;
    width: min(360px, calc(100% - 40px));
    padding: 18px 18px 14px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 18px;
    background: rgba(34, 39, 50, 0.68);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.24);
}

.exo-price-card__top {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.exo-price-card__label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    font-weight: 500;
}

.exo-price-card__left strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
}

.exo-price-card__badge {
    min-width: 128px;
    padding: 10px 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, #67d881, #4ab86b);
    text-align: center;
    color: #ffffff;
}

.exo-price-card__badge strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.exo-price-card__badge span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
}

.exo-price-card__chart {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    height: 92px;
    margin-bottom: 10px;
    padding: 0 2px;
}

.exo-bar {
    flex: 1 1 auto;
    border-radius: 6px 6px 0 0;
    background: rgba(255,255,255,0.38);
}

.exo-bar--active {
    background: var(--exo-magenta);
}

.exo-price-card__times {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: rgba(255,255,255,0.78);
    font-size: 12px;
    font-weight: 500;
}

/* Handschrift-Note rechts unten */
.exo-dynamic-hero__note {
    position: absolute;
    right: 34px;
    bottom: 26px;
    z-index: 3;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.15;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    text-align: right;
    text-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

/* Responsive */
@media (max-width: 1200px) {
    .exo-dynamic-hero__inner {
        grid-template-columns: 1fr;
    }

    .exo-dynamic-hero__content {
        padding: 46px 24px 22px;
    }

    .exo-dynamic-hero__visual {
        min-height: 520px;
    }

    .exo-dynamic-hero__price-card {
        top: 20px;
        right: 20px;
    }

    .exo-dynamic-hero__note {
        right: 20px;
        bottom: 20px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .exo-dynamic-hero__content h1 {
        font-size: 44px;
    }

    .exo-dynamic-hero__text {
        font-size: 17px;
    }

    .exo-dynamic-hero__benefits {
        flex-direction: column;
        gap: 16px;
    }

    .exo-dynamic-hero__visual {
        min-height: 420px;
    }

    .exo-dynamic-hero__price-card {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 16px;
        width: auto;
    }

    .exo-price-card__top {
        flex-direction: column;
        align-items: stretch;
    }

    .exo-price-card__badge {
        width: fit-content;
    }

    .exo-dynamic-hero__note {
        left: 16px;
        right: 16px;
        bottom: 16px;
        font-size: 22px;
        text-align: left;
    }
}
.exo-dynamic-hero {
    margin-top: 0;
}
.exo-dynamic-hero__image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.exo-dynamic-hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Banner auf die verfügbare Breite ausdehnen */

.exo-dynamic-hero {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
}

.exo-dynamic-hero .exo-dynamic-hero__inner {
    width: 100%;
    max-width: none;
    min-width: 0;
}

/* Nur Desktop: beide Spalten flexibel verteilen */

@media (min-width: 1201px) {
    .exo-dynamic-hero .exo-dynamic-hero__inner {
        grid-template-columns:
            minmax(0, 1.05fr)
            minmax(0, 1.2fr);
    }

    .exo-dynamic-hero .exo-dynamic-hero__content {
        min-width: 0;
        padding-left: clamp(40px, 5vw, 96px);
    }

    .exo-dynamic-hero .exo-dynamic-hero__visual {
        min-width: 0;
    }
}
/* Direktes Elementor-Element des Banners ausfüllen */

.elementor-element:has(> .exo-dynamic-hero) {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 100% !important;
    align-self: stretch !important;
}

.exo-dynamic-hero {
    width: 100% !important;
    max-width: none !important;
}/* End custom CSS */