:root {
    --bs-dark-rgb: #0f0f1a;
}

.home-content {
    width:50%;
    text-align:left;
}

.nav-logo-wrap {
    margin-top:10px;
}

.main-nav.dark {
    background-color: rgb(14 15 26 / 95%);
}

.btn-mod.btn-w {
    background:#efc092;
    color:#0f0f1a;
}

.btn-mod, a.btn-mod {
    background:#0f0f1a;
}

.inner-nav li.locales ul {

    line-height: 0;
}

.locales .mn-sub {
    width:auto;
    background:#0f0f1a;
}

.count-bg {
    background: #efc092;
    border-radius: 3px;
    border: 1px solid #efc092;
}

.count-number {
    color: #444444;
}

.count-descr {
    color: #2e2e2e;
}

/* ── Node canvas background ── */
.node-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.bg-dark.light-content {
    background-color:#0f0f1a !important;
}