@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

.bz-prelaunch-inline-banner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin: 14px 0 0;
    padding: 9px 14px;
    border: 1px solid rgba(224, 64, 251, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: #7c4dff;
    font: 800 13px/1.25 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    box-shadow: 0 10px 28px rgba(124, 77, 255, .12);
}

.bz-prelaunch-inline-banner::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e040fb, #7c4dff);
}

.bz-prelaunch-modal-layer {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow-y: auto;
    background: rgba(10, 22, 54, .52);
    backdrop-filter: blur(12px);
}

.bz-prelaunch-modal-layer.is-visible {
    display: flex;
}

.bz-prelaunch-modal {
    position: relative;
    width: min(770px, 100%);
    max-height: calc(100dvh - 48px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 28px;
    background: #fff;
    color: #0f2454;
    box-shadow: 0 30px 80px rgba(4, 13, 39, .38);
    font-family: 'Plus Jakarta Sans', Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.bz-prelaunch-inline-session {
    width: 100%;
    margin: 0;
    padding: 96px 0;
    border-radius: 0;
    background: #fff;
    color: #0f2454;
    scroll-margin-top: 72px;
}

.bz-prelaunch-inline-session-inner {
    width: 100%;
    margin: 0;
    font-family: 'Plus Jakarta Sans', Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.bz-prelaunch-inline-session .bz-prelaunch-modal-media {
    height: 460px;
    margin: 0;
    border-radius: 0;
}

.bz-prelaunch-inline-session .bz-prelaunch-modal-content {
    max-width: 770px;
    margin: -126px auto 0;
    padding-right: 54px;
    padding-left: 54px;
}

.bz-prelaunch-modal-media {
    position: relative;
    height: 410px;
    overflow: hidden;
    background: #071b3d;
}

.bz-prelaunch-modal-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,.96) 11%, rgba(255,255,255,0) 43%);
    pointer-events: none;
}

.bz-prelaunch-modal-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 14%;
    transform: scale(1.12);
    transform-origin: center 18%;
}

.bz-prelaunch-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #425176;
    font-size: 0;
    line-height: 0;
    box-shadow: 0 4px 14px rgba(6, 18, 49, .16);
    cursor: pointer;
}

.bz-prelaunch-modal-close::before {
    content: "×";
    display: block;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-1px);
}

.bz-prelaunch-modal-kicker {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 999px;
    background: #f3edff;
    color: #6637eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.bz-prelaunch-modal-content {
    position: relative;
    z-index: 2;
    margin-top: -126px;
    padding: 0 54px 40px;
    text-align: center;
}

.bz-prelaunch-modal-title {
    max-width: 590px;
    margin: 0 auto 15px;
    color: #090909;
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.bz-prelaunch-modal-title span {
    display: block;
}

.bz-prelaunch-modal-title-offer {
    background: linear-gradient(110deg, #e42bdd 0%, #ff83e4 31%, #6c35f4 58%, #e42bdd 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: inherit;
    font-weight: 900;
    letter-spacing: -.07em;
    line-height: .88;
    transform-origin: center;
}

.bz-prelaunch-modal-title-offer-line {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .13em;
    font-size: clamp(52px, 8vw, 84px);
}

.bz-prelaunch-modal-title-gift {
    width: .84em;
    height: .84em;
    flex: 0 0 .84em;
    color: #e42bdd;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transform-origin: 50% 75%;
}

.bz-prelaunch-modal.is-animated .bz-prelaunch-modal-title-offer {
    animation: bz-prelaunch-offer-glow 3.2s ease-in-out infinite;
}

.bz-prelaunch-modal.is-animated .bz-prelaunch-modal-title-gift {
    animation: bz-prelaunch-gift-wiggle 2.4s ease-in-out infinite;
}

@keyframes bz-prelaunch-offer-glow {
    0%, 100% { background-position: 0% 50%; transform: scale(1); }
    50% { background-position: 100% 50%; transform: scale(1.06); }
}

@keyframes bz-prelaunch-gift-wiggle {
    0%, 58%, 100% { transform: rotate(0deg); }
    64% { transform: rotate(-11deg); }
    70% { transform: rotate(10deg); }
    76% { transform: rotate(-7deg); }
    82% { transform: rotate(4deg); }
}

.bz-prelaunch-modal-title-description {
    margin-top: 7px;
    color: #090909;
    font-size: 27px;
    font-weight: 600;
}

.bz-prelaunch-modal-founder {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 30px;
    color: #52648c;
    font-size: clamp(18px, 2.7vw, 26px);
}

.bz-prelaunch-modal-founder strong {
    position: relative;
    color: #6234f4;
    font-weight: 900;
}

.bz-prelaunch-modal-founder strong::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 3px;
    border-radius: 4px;
    background: #6a36f5;
    transform: rotate(-3deg);
}

.bz-prelaunch-modal-copy {
    max-width: 600px;
    margin: 0 auto 35px;
    color: #42577f;
    font-size: 16px;
    line-height: 1.45;
}

.bz-prelaunch-modal-list-title {
    margin: 0 0 9px;
    color: #6637eb;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.bz-prelaunch-modal-benefit-panel {
    margin: 0 0 35px;
    padding: 16px 18px 8px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f8f4ff, #eee7ff);
    text-align: left;
}

.bz-prelaunch-modal-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.bz-prelaunch-modal-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 49px;
    padding: 8px 3px;
    border: 0;
    color: #10295a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.bz-prelaunch-modal-list li::before {
    display: none;
}

.bz-prelaunch-modal-list li + li {
    border-top: 1px solid rgba(108, 63, 224, .18);
}

.bz-prelaunch-modal-benefit-icon {
    display: flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e3d6ff;
    color: #5620e5;
}

.bz-prelaunch-modal-benefit-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bz-prelaunch-modal-list strong {
    color: #122b5c;
    font-weight: 600;
}

.bz-prelaunch-modal-cta {
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 8px 15px 10px 15px;
    border-radius: 16px;
    background: linear-gradient(115deg, #6927e7, #3e19da);
    color: #fff !important;
    font-size: clamp(18px, 2.6vw, 25px);
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none !important;
}

.bz-prelaunch-modal-cta::after {
    content: "→";
    font-size: 1.35em;
    font-weight: 400;
}

.bz-prelaunch-modal-note {
    margin: 10px 0 0;
    color: #7552c8;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 520px) {
    .bz-prelaunch-modal-layer {
        align-items: center;
        padding: 12px;
    }

    .bz-prelaunch-modal {
        max-height: calc(100dvh - 24px);
        border-radius: 22px;
    }

    .bz-prelaunch-inline-session {
        padding: 56px 0;
        scroll-margin-top: 58px;
    }

    .bz-prelaunch-inline-session .bz-prelaunch-modal-media {
        height: 240px;
        margin: 0;
        box-shadow: none;
    }

    .bz-prelaunch-inline-session .bz-prelaunch-modal-content {
        width: 100%;
        max-width: none;
        margin: -45px 0 0;
        padding-right: 17px;
        padding-left: 17px;
    }

    .bz-prelaunch-modal-media {
        height: 240px;
        margin-bottom: -2px;
        box-shadow: 0 2px 0 #fff;
    }
    .bz-prelaunch-modal-close { top: 12px; right: 12px; width: 42px; height: 42px; font-size: 0; }
    .bz-prelaunch-modal-close::before { font-size: 27px; }
    .bz-prelaunch-modal-kicker { top: 12px; left: 12px; padding: 6px 10px; font-size: 9px; }
    .bz-prelaunch-modal-content { margin-top: -45px; padding: 0 17px 18px; }
    .bz-prelaunch-modal-title { width: calc(100% + 34px); margin-right: -17px; margin-bottom: 12px; margin-left: -17px; font-size: 22px; letter-spacing: -.05em; }
    .bz-prelaunch-modal-title-offer-line { font-size: 52px; }
    .bz-prelaunch-modal-title-description { margin-top: 6px; font-size: 27px; font-weight: 600; white-space: nowrap; }
    .bz-prelaunch-modal-copy { margin-bottom: 35px; font-size: 16px; }
    .bz-prelaunch-modal-benefit-panel { margin-bottom: 35px; padding: 13px 13px 6px; border-radius: 20px; }
    .bz-prelaunch-modal-list-title { margin-bottom: 7px; font-size: 13px; font-weight: 600; }
    .bz-prelaunch-modal-list { margin-bottom: 0; padding: 0; }
    .bz-prelaunch-modal-list li { gap: 9px; min-height: 43px; padding: 6px 1px; font-size: 12px; }
    .bz-prelaunch-modal-benefit-icon { width: 30px; height: 30px; flex-basis: 30px; }
    .bz-prelaunch-modal-benefit-icon svg { width: 16px; height: 16px; }
    .bz-prelaunch-modal-cta { min-height: 0; padding: 8px 15px 10px 15px; border-radius: 13px; font-size: 16px; }
    .bz-prelaunch-modal-note { margin-top: 8px; font-size: 12px; }
}

@media (max-height: 720px) and (max-width: 520px) {
    .bz-prelaunch-modal-media { height: 185px; }
    .bz-prelaunch-modal-content { padding-top: 16px; padding-bottom: 16px; }
    .bz-prelaunch-modal-title { font-size: 24px; }
    .bz-prelaunch-modal-copy { margin-bottom: 35px; font-size: 16px; }
    .bz-prelaunch-modal-list-title { margin-bottom: 7px; }
    .bz-prelaunch-modal-list li { min-height: 43px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .bz-prelaunch-modal-title-offer,
    .bz-prelaunch-modal-title-gift {
        animation: none;
    }
}
