:root {
    --nexzion-navy: #071a33;
    --nexzion-blue: #0d315c;
    --nexzion-lime: #b6ff00;
    --nexzion-cyan: #00d5ff;
    --nexzion-soft: #edf5fb;
}

.nexzion-brand-bar,
.nexzion-demo-banner {
    background: linear-gradient(110deg, var(--nexzion-navy), var(--nexzion-blue));
    color: #fff;
}

.nexzion-demo-banner {
    border-bottom: 1px solid rgba(182, 255, 0, .35);
    padding: 9px 18px;
    position: relative;
    z-index: 18;
}

.nexzion-demo-banner .nz-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.nexzion-demo-banner .nz-demo-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(182, 255, 0, .13);
    border: 1px solid rgba(182, 255, 0, .42);
    border-radius: 999px;
    padding: 5px 11px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.nexzion-demo-banner .nz-progress-track {
    width: 120px;
    height: 7px;
    background: rgba(255,255,255,.18);
    border-radius: 999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.nexzion-demo-banner .nz-progress-fill {
    height: 100%;
    background: var(--nexzion-lime);
}

.btn-nexzion {
    background: var(--nexzion-lime) !important;
    border-color: var(--nexzion-lime) !important;
    color: #071a33 !important;
    font-weight: 800 !important;
}

.btn-nexzion:hover,
.btn-nexzion:focus {
    background: #ccff4d !important;
    border-color: #ccff4d !important;
    color: #071a33 !important;
}

.nz-card {
    background: #fff;
    border: 1px solid #dfeaf3;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(7, 26, 51, .07);
    padding: 20px;
    margin-bottom: 20px;
}

.nz-card-title {
    color: var(--nexzion-navy);
    font-weight: 800;
    margin-top: 0;
}

.nz-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #efffd0;
    color: #244600;
    font-size: 20px;
}

.nz-kpi {
    min-height: 132px;
    position: relative;
    overflow: hidden;
}

.nz-kpi h3 {
    font-size: 30px;
    margin: 10px 0 3px;
    color: var(--nexzion-navy);
    font-weight: 800;
}

.nz-kpi p { color: #607080; margin: 0; }

.nz-step {
    border: 1px solid #dfeaf3;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 10px;
    background: #fff;
}

.nz-step.done { border-color: #a6dd37; background: #f8ffe9; }
.nz-step .nz-check { color: #7ca900; }
.nz-step.pending .nz-check { color: #aab5c0; }

.nz-industry-card {
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 18px;
    height: 100%;
    background: #fff;
    box-shadow: 0 7px 22px rgba(7,26,51,.07);
    transition: .2s ease;
}

.nz-industry-card.active,
.nz-industry-card:hover {
    border-color: var(--nexzion-lime);
    transform: translateY(-2px);
}

.nz-brand-logo { max-width: 280px; height: auto; }
.nz-login-brand { text-align:center; margin-bottom: 18px; }
.nz-login-brand img { max-width: 310px; width: 92%; }

.nexzion-auth-body {
    background: radial-gradient(circle at top right, #0d416c 0, #071a33 48%, #041021 100%) !important;
    min-height: 100vh;
}

.nexzion-sidebar-brand img { width: 205px; max-height: 50px; }
.nexzion-sidebar-brand { background: #071a33 !important; min-height: 60px; padding: 5px 10px; }

.nz-tour-modal .modal-content { border-radius: 18px; overflow: hidden; border: 0; }
.nz-tour-modal .modal-header { background: var(--nexzion-navy); color:#fff; border:0; }
.nz-tour-modal .modal-footer { border:0; background:#f4f8fb; }
.nz-tour-slide { display:none; padding: 12px 4px; min-height: 240px; }
.nz-tour-slide.active { display:block; }
.nz-tour-number { width:54px; height:54px; border-radius:50%; background:var(--nexzion-lime); color:#071a33; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:22px; margin:0 auto 16px; }

@media (max-width: 767px) {
    .nexzion-demo-banner { padding: 8px 10px; }
    .nexzion-demo-banner .nz-banner-actions { width: 100%; display:flex; gap:6px; }
    .nexzion-demo-banner .nz-banner-actions .btn { flex:1; }
    .nz-brand-logo { max-width: 220px; }
}
