:root {
    --bb-lg-pink: #c83b6f;
    --bb-lg-teal: #2f7680;
    --bb-lg-teal-dark: #1f5f68;
    --bb-lg-ink: #19232b;
    --bb-lg-sky: #eef9fb;
}


body.bb-launch-gate-body {
    width: 100%;
}

body.bb-launch-gate-body,
body.bb-launch-gate-body * {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body.bb-launch-gate-body img {
    max-width: none;
}

body.bb-launch-gate-body {
    margin: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background: linear-gradient(180deg, #fcfcfc 0%, #f5fbfb 48%, #eef7f8 100%);
    color: var(--bb-lg-ink);
}

body.bb-launch-gate-body::before,
body.bb-launch-gate-body::after {
    content: "";
    position: fixed;
    width: min(48vw, 620px);
    height: min(48vw, 620px);
    border-radius: 999px;
    filter: blur(76px);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    will-change: transform, opacity;
}

body.bb-launch-gate-body::before {
    left: -8vw;
    top: -10vh;
    background: radial-gradient(circle, rgba(200, 59, 111, .46) 0%, rgba(200, 59, 111, .24) 42%, transparent 72%);
    animation: bbPinkGlowFade 18s ease-in-out infinite;
}

body.bb-launch-gate-body::after {
    right: -10vw;
    top: 10vh;
    background: radial-gradient(circle, rgba(47, 118, 128, .42) 0%, rgba(47, 118, 128, .22) 44%, transparent 74%);
    animation: bbTealGlowFade 18s ease-in-out infinite;
}

.bb-launch-gate,
.bb-launch-gate * {
    box-sizing: border-box;
}

body.bb-lang-de [data-bb-lang="en"],
body.bb-lang-en [data-bb-lang="de"] {
    display: none !important;
}

body.bb-launch-gate-body .bb-launch-gate {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(22px, 3.4vw, 54px);
    font-family: "DM Sans", var(--wp--preset--font-family--dm-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    position: relative;
    z-index: 1;
}

.bb-launch-gate::before,
.bb-launch-gate::after {
    display: none;
}

.bb-lg-lang-toggle {
    position: fixed;
    top: clamp(14px, 2.2vw, 28px);
    right: clamp(14px, 2.2vw, 28px);
    z-index: 9999;
    border: 1px solid rgba(200, 59, 111, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .90);
    color: var(--bb-lg-pink);
    padding: 9px 14px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(25, 35, 43, .12);
    backdrop-filter: blur(10px);
}

.bb-lg-lang-toggle:hover,
.bb-lg-lang-toggle:focus {
    background: var(--bb-lg-pink);
    color: #fff;
}

.bb-lg-hero {
    width: min(1440px, 100%);
    display: grid;
    grid-template-columns: minmax(720px, 1.46fr) minmax(440px, .84fr);
    gap: clamp(28px, 4.3vw, 64px);
    align-items: center;
}

.bb-lg-card,
.bb-lg-newsletter {
    border-radius: 28px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 24px 80px rgba(25, 35, 43, .10);
    border: 1px solid rgba(47, 118, 128, .14);
    backdrop-filter: blur(10px);
}

.bb-lg-card {
    position: relative;
    padding: clamp(72px, 6vw, 92px) clamp(40px, 4.6vw, 76px) clamp(38px, 4.2vw, 70px);
}


.bb-lg-logo-wrap {
    position: absolute;
    top: clamp(42px, 4vw, 56px);
    right: clamp(40px, 4.6vw, 76px);
    margin: 0 !important;
    flex: 0 0 auto;
    line-height: 0;
}

.bb-lg-logo {
    display: block;
    width: clamp(74px, 6.2vw, 96px);
    max-width: 96px;
    height: auto;
}

.bb-lg-card h1 {
    max-width: 820px;
    margin: clamp(92px, 7.6vw, 116px) 0 0;
    font-family: "Playfair Display", var(--wp--preset--font-family--playfair-display, Georgia, serif);
    font-size: clamp(52px, 4.35vw, 72px);
    line-height: .98;
    font-weight: 500;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.bb-lg-card h1 [data-bb-lang],
.bb-lg-subline [data-bb-lang],
.bb-lg-newsletter h2 [data-bb-lang] {
    display: inline;
}

.bb-lg-subline {
    max-width: 780px;
    margin: 18px 0 0;
    color: var(--bb-lg-pink);
    font-family: "Playfair Display", var(--wp--preset--font-family--playfair-display, Georgia, serif);
    font-size: clamp(25px, 2.25vw, 32px);
    line-height: 1.12;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -.01em;
}

.bb-lg-intro {
    max-width: 880px;
    margin: 24px 0 0;
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.55;
}

.bb-lg-intro [data-bb-lang],
.bb-lg-newsletter-text [data-bb-lang] {
    display: block;
}

.bb-lg-countdown {
    margin-top: clamp(30px, 3.6vw, 46px);
    display: grid;
    grid-template-columns: repeat(4, minmax(96px, 1fr));
    gap: clamp(12px, 1.4vw, 18px);
    max-width: 780px;
}

.bb-lg-countdown div {
    padding: 18px 14px;
    text-align: center;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(47, 118, 128, .16);
}

.bb-lg-countdown strong {
    display: block;
    font-size: clamp(34px, 3.3vw, 52px);
    line-height: 1;
    color: var(--bb-lg-teal-dark);
}

.bb-lg-countdown small {
    display: block;
    margin-top: 7px;
    color: rgba(25, 35, 43, .72);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.bb-lg-newsletter {
    min-height: 560px;
    padding: clamp(36px, 3.6vw, 54px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.bb-lg-newsletter h2 {
    margin: 0 0 12px;
    font-family: "Playfair Display", var(--wp--preset--font-family--playfair-display, Georgia, serif);
    font-size: clamp(36px, 2.7vw, 50px);
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: -.025em;
}

.bb-lg-newsletter-text {
    margin: 0 0 22px;
    line-height: 1.55;
}

.bb-lg-newsletter-content,
.bb-lg-cf7,
.bb-lg-cf7 .wpcf7,
.bb-lg-cf7 form,
.bb-lg-cf7 .wpcf7-form {
    width: 100% !important;
    max-width: 100% !important;
}

.bb-lg-newsletter-content {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 2.6vw, 34px) !important;
    border: 1px solid var(--bb-lg-pink);
    border-radius: 20px;
    background: transparent;
}

/* Der alte Zusatz-Button ist deaktiviert; falls er aus gespeicherten Optionen oder Theme CSS kommt, nicht anzeigen. */
.bb-lg-newsletter-content > .newsletter-button {
    display: none !important;
}

.bb-lg-cf7 .wpcf7-form {
    display: grid;
    gap: 14px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    overflow: visible;
}


.bb-lg-cf7 .wpcf7-form > fieldset,
.bb-lg-cf7 .wpcf7-form > div:not(.wpcf7-response-output),
.bb-lg-cf7 .wpcf7-form > p {
    border: 0 !important;
}

.bb-lg-cf7 *,
.bb-lg-cf7 *::before,
.bb-lg-cf7 *::after {
    max-width: 100% !important;
    box-sizing: border-box;
}

.bb-lg-cf7 p {
    margin: 0 !important;
    width: 100% !important;
}

.bb-lg-cf7 label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
}

.bb-lg-cf7 input[type="text"],
.bb-lg-cf7 input[type="email"],
.bb-lg-cf7 input[type="tel"],
.bb-lg-cf7 input[type="url"],
.bb-lg-cf7 select,
.bb-lg-cf7 textarea {
    width: 100% !important;
    min-height: 46px;
    border: 1px solid rgba(25, 35, 43, .18);
    border-radius: 14px;
    padding: 13px 14px;
    font: inherit;
    background: #fff;
}

.bb-lg-cf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.bb-lg-cf7 input[type="checkbox"] {
    margin-right: 8px;
}

.bb-lg-cf7 .wpcf7-list-item {
    margin: 0 !important;
}

.bb-lg-cf7 .wpcf7-submit,
.bb-lg-cf7 input[type="submit"],
.bb-lg-cf7 button,
.bb-lg-cf7 .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    min-height: 50px;
    border: 0;
    border-radius: 12px;
    padding: 14px 18px;
    font: inherit;
    font-weight: 800;
    color: #fff;
    background: var(--bb-lg-pink);
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(200, 59, 111, .22);
}

.bb-lg-cf7 .wpcf7-submit:hover,
.bb-lg-cf7 .wpcf7-submit:focus,
.bb-lg-cf7 input[type="submit"]:hover,
.bb-lg-cf7 input[type="submit"]:focus,
.bb-lg-cf7 button:hover,
.bb-lg-cf7 button:focus {
    background: var(--bb-lg-teal-dark);
}

.bb-lg-cf7 .wpcf7-spinner {
    margin: 8px auto 0 !important;
}

.bb-lg-cf7 .wpcf7-response-output,
.bb-lg-shortcode-note {
    width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(47, 118, 128, .1);
    border: 1px solid rgba(47, 118, 128, .2);
}

.bb-lg-shortcode-note code {
    font-family: Consolas, Monaco, monospace;
}

@keyframes bbPinkGlowFade {
    0%, 100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(.88);
    }
    8%, 34% {
        opacity: .54;
    }
    24% {
        transform: translate3d(10vw, 8vh, 0) scale(1.06);
    }
    44%, 56% {
        opacity: 0;
        transform: translate3d(42vw, 54vh, 0) scale(.92);
    }
    64%, 88% {
        opacity: .46;
    }
    76% {
        transform: translate3d(82vw, 74vh, 0) scale(1.12);
    }
}

@keyframes bbTealGlowFade {
    0%, 100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(.9);
    }
    10%, 36% {
        opacity: .48;
    }
    26% {
        transform: translate3d(-18vw, 14vh, 0) scale(1.08);
    }
    46%, 58% {
        opacity: 0;
        transform: translate3d(-48vw, 58vh, 0) scale(.94);
    }
    66%, 90% {
        opacity: .42;
    }
    78% {
        transform: translate3d(-80vw, 76vh, 0) scale(1.1);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.bb-launch-gate-body::before,
    body.bb-launch-gate-body::after {
        animation: none;
        opacity: .20;
    }
}

@media (max-width: 1180px) {
    .bb-lg-hero {
        width: min(960px, 100%);
        grid-template-columns: 1fr;
    }

    .bb-lg-card h1 {
        font-size: clamp(48px, 7.4vw, 74px);
    }

    .bb-lg-newsletter {
        min-height: auto;
    }
}

@media (max-width: 740px) {

    .bb-lg-lang-toggle {
        top: 12px;
        right: 12px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .bb-lg-logo-wrap {
        top: 34px;
        right: 34px;
    }

    .bb-lg-logo {
        width: clamp(64px, 16vw, 82px);
    }
}

@media (max-width: 560px) {
    .bb-launch-gate {
        padding: 16px;
    }

    .bb-lg-card,
    .bb-lg-newsletter {
        border-radius: 20px;
    }

    .bb-lg-card,
    .bb-lg-newsletter {
        padding: 28px 22px;
    }

    .bb-lg-card {
        padding-top: 54px;
    }

    .bb-lg-logo-wrap {
        top: 28px;
        right: 22px;
    }

    .bb-lg-logo {
        width: clamp(56px, 18vw, 70px);
    }

    .bb-lg-card h1 {
        margin-top: 76px;
        font-size: clamp(40px, 11vw, 52px);
        line-height: 1.02;
        letter-spacing: -.02em;
    }

    .bb-lg-countdown {
        grid-template-columns: repeat(2, 1fr);
    }
}
