.mu-launch-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99990;
    background: linear-gradient(90deg, #1a0a0a 0%, #2d1212 35%, #1a1020 100%);
    border-bottom: 1px solid rgba(255, 215, 0, 0.35);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
    transform: translateY(-100%);
    transition: transform 0.35s ease;
}

.mu-launch-sticky.is-visible {
    transform: translateY(0);
}

.mu-launch-sticky[hidden] {
    display: none !important;
}

body.mu-launch-sticky-active {
    padding-top: 3.25rem;
}

body.mu-launch-sticky-active.is-header-blur .main-content {
    margin-top: calc(5% + 0.5rem) !important;
}

.mu-launch-sticky__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.55rem 2.5rem 0.55rem 1rem;
    min-height: 3.25rem;
}

.mu-launch-sticky__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: #e5e7eb;
    line-height: 1.35;
    text-align: center;
}

.mu-launch-sticky__countdown {
    font-weight: 700;
    color: #fde68a;
    white-space: nowrap;
}

.mu-launch-sticky__promo {
    color: #fecaca;
    white-space: nowrap;
}

.mu-launch-sticky__social-proof {
    color: #a7f3d0;
    white-space: nowrap;
}

.mu-launch-sticky__social-proof i {
    margin-right: 0.25rem;
    opacity: 0.85;
}

.mu-launch-sticky__sep {
    opacity: 0.45;
}

.mu-launch-sticky__cta {
    flex-shrink: 0;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%);
    color: #1a0f0f !important;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mu-launch-sticky__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.4);
    color: #1a0f0f !important;
}

.mu-launch-sticky__close {
    position: absolute;
    right: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #d1d5db;
    cursor: pointer;
    font-size: 0.75rem;
    transition: background 0.15s ease;
}

.mu-launch-sticky__close:hover {
    background: rgba(239, 68, 68, 0.35);
    color: #fff;
}

@media (max-width: 768px) {
    .mu-launch-sticky__inner {
        padding: 0.5rem 2.25rem 0.5rem 0.65rem;
        gap: 0.5rem;
    }

    .mu-launch-sticky__text {
        font-size: 0.72rem;
        gap: 0.3rem;
    }

    .mu-launch-sticky__sep--social {
        display: none;
    }

    .mu-launch-sticky__social-proof {
        display: none;
    }

    .mu-launch-sticky__cta {
        padding: 0.35rem 0.75rem;
        font-size: 0.7rem;
    }
}
