/* BladeCP WHMCS demonstration identity */
.bcp-demo-navbar-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.bcp-demo-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.bcp-demo-brand-logo {
    display: block;
    width: 123px;
    height: 22px;
    flex: 0 0 auto;
}

.bcp-demo-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0.25rem 0.6rem;
    border: 1px solid rgba(79, 70, 229, 0.25);
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.08);
    color: #4338ca;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

.bcp-demo-banner {
    border-top: 1px solid #e6e8ec;
    border-bottom: 1px solid rgba(79, 70, 229, 0.18);
    background:
        radial-gradient(circle at 15% 0%, rgba(79, 70, 229, 0.09), transparent 38%),
        linear-gradient(90deg, #f8f8ff 0%, #ffffff 54%, #f8fafc 100%);
    color: #0b0f17;
}

.bcp-demo-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 72px;
    padding: 0.85rem 0;
}

.bcp-demo-banner-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.bcp-demo-banner-copy strong {
    color: #4338ca;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.bcp-demo-banner-copy span {
    color: #303846;
    font-size: 0.875rem;
    line-height: 1.45;
}

.bcp-demo-banner-safety {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    max-width: 420px;
    padding: 0.65rem 0.8rem;
    border: 1px solid #e6e8ec;
    border-left: 3px solid #4f46e5;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.86);
    color: #5b6472;
    font-size: 0.75rem;
    line-height: 1.4;
}

.bcp-demo-banner-safety i {
    margin-top: 0.1rem;
    color: #4f46e5;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .bcp-demo-banner-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 0.75rem;
    }

    .bcp-demo-banner-safety {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .bcp-demo-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .bcp-demo-brand-logo {
        width: 112px;
        height: 20px;
    }

    .bcp-demo-badge {
        min-height: 19px;
        padding: 0.18rem 0.45rem;
        font-size: 0.52rem;
    }

    .bcp-demo-banner-inner {
        padding: 0.75rem 0;
    }

    .bcp-demo-banner-copy span {
        font-size: 0.8125rem;
    }
}
