.apkashik-logo-text,
.apkashik-logo-text:hover,
.apkashik-logo-text:focus {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.footer-brand,
.footer-brand:hover,
.footer-brand:focus {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}

.footer .ft-left,
.footer .ft-right {
    color: rgba(255, 255, 255, 0.82);
}

.footer {
    background-image: none !important;
    padding-top: 32px !important;
}

.footer .ft-left a,
.footer .ft-right a {
    color: #ffffff;
}

.bunnyvpn-banner {
    margin: 18px 0 26px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #121a17 0%, #0b1110 100%);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.bunnyvpn-banner__image {
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.bunnyvpn-banner__image img {
    display: block;
    width: 100%;
    height: auto;
}

.bunnyvpn-banner__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.bunnyvpn-banner__link,
.bunnyvpn-banner__link:hover,
.bunnyvpn-banner__link:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2aabee, #37b7ff, #2aabee);
    background-size: 200% 200%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 12px 30px rgba(42, 171, 238, 0.28);
    animation: apkashikTelegramGradient 5s ease infinite;
}

.bunnyvpn-banner__link .fa {
    font-size: 18px;
}

.fdl-btn-gp {
    margin-top: 0;
}

.download-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.download-popup[hidden] {
    display: none !important;
}

.download-popup.is-open {
    display: flex !important;
}

.download-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 12, 10, 0.82);
    backdrop-filter: blur(5px);
}

.download-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #16211d 0%, #0f1714 100%);
    border: 1px solid rgba(65, 196, 116, 0.22);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.download-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
}

.download-popup__label {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.download-popup__title {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
}

.download-popup__ad {
    margin-bottom: 18px;
}

.download-popup__ad-image {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.download-popup__ad-image img {
    display: block;
    width: 100%;
    height: auto;
}

.download-popup__ad-text {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.55;
}

.download-popup__timer {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
}

.download-popup__timer span {
    color: #41c474;
    font-weight: 700;
}

.download-popup__action,
.download-popup__action:hover,
.download-popup__action:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2aabee, #37b7ff, #2aabee);
    background-size: 200% 200%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    animation: apkashikTelegramGradient 5s ease infinite;
}

.download-popup__action.is-disabled {
    opacity: 0.65;
    pointer-events: none;
}

body.download-popup-open {
    overflow: hidden;
}

@keyframes apkashikTelegramGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 760px) {
    .apkashik-logo-text {
        font-size: 22px;
        letter-spacing: 0.08em;
    }

    .footer-brand {
        font-size: 22px;
    }

    .bunnyvpn-banner {
        padding: 14px;
        margin: 16px 0 22px;
    }

    .bunnyvpn-banner__actions {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .download-popup__dialog {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .download-popup__title {
        font-size: 24px;
    }
}

/* DroidNest Volt live variant for apkviro.lat only */
.nx-volt {
    color: #edf6ef;
    background: #0f120f;
}

.nx-volt .wrap {
    background:
        linear-gradient(180deg, #11150f 0%, #171b15 320px, #f0f3ed 321px, #f0f3ed 100%);
}

.nx-volt a {
    color: inherit;
}

.nx-volt .header {
    background: #0d100d;
    box-shadow: 0 1px 0 rgba(166, 255, 94, 0.16), 0 16px 38px rgba(0, 0, 0, 0.28);
}

.nx-volt .apkashik-logo-text,
.nx-volt .apkashik-logo-text:hover,
.nx-volt .apkashik-logo-text:focus {
    width: 280px;
    color: #f7fff8;
    font-size: 28px;
    letter-spacing: 0;
    text-transform: none;
}

.nx-volt .apkashik-logo-text::before {
    content: "\f17b";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 8px;
    background: #a6ff5e;
    color: #10140e;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 400;
}

.nx-volt .search-box input,
.nx-volt .search-box input:focus {
    height: 42px;
    border-radius: 8px;
    background: #1c221a;
    color: #edf6ef;
    box-shadow: inset 0 0 0 1px rgba(166, 255, 94, 0.18);
}

.nx-volt .search-box input::placeholder {
    color: #8fa18b;
}

.nx-volt .search-box button {
    color: #a6ff5e !important;
}

.nx-volt .login-btns {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(166, 255, 94, 0.26);
}

.nx-volt .btn-reg,
.nx-volt .btn-login {
    border-radius: 6px;
    color: #eaf5e7 !important;
}

.nx-volt .btn-login {
    background: #a6ff5e;
    color: #10140e !important;
    font-weight: 700;
}

.nx-volt .tmenu {
    background: #141814;
    box-shadow: 0 1px 0 rgba(166, 255, 94, 0.12);
}

.nx-volt .tmenu > ul li a,
.nx-volt .tmenu > ul li span {
    color: #d8e7d2;
    font-weight: 500;
}

.nx-volt .tmenu > ul li a:hover,
.nx-volt .tmenu > ul li span:hover {
    color: #a6ff5e;
}

.nx-volt .cols {
    align-items: flex-start;
}

.nx-volt .side-box,
.nx-volt .short-in,
.nx-volt .fone,
.nx-volt .fcomms,
.nx-volt .search-page,
.nx-volt .mmenu-incat,
.nx-volt .sect-link,
.nx-volt .sect-icon,
.nx-command,
.nx-signal-row__item {
    border: 1px solid rgba(166, 255, 94, 0.14);
    border-radius: 8px;
    background: #171c16;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.nx-volt .side-box {
    overflow: hidden;
    background: #111610;
}

.nx-volt .side-bt,
.nx-volt .fbtn-dl,
.nx-volt .fdesc-title,
.nx-volt .fdl-btn {
    background: #a6ff5e;
    color: #10140e;
}

.nx-volt .side-bt {
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.nx-volt .top-item {
    color: #edf6ef;
}

.nx-volt .top-item + .top-item {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.nx-volt .top-cat {
    color: #91a38f;
}

.nx-volt .top-img {
    border-radius: 8px;
}

.nx-volt .sect-title,
.nx-volt .sect-title h1,
.nx-volt .sect-title h2,
.nx-volt .sect-title h3 {
    color: #162019;
    font-size: 25px;
    font-weight: 700;
}

.nx-volt .sect-title div {
    color: #617060;
    font-size: 13px;
    line-height: 1.45;
    opacity: 1;
}

.nx-volt .sect-icon {
    color: #10140e;
    background: #ffd166;
}

.nx-command {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 22px;
    padding: 28px;
    background:
        linear-gradient(135deg, rgba(166, 255, 94, 0.12), rgba(50, 200, 255, 0.08)),
        #111610;
    overflow: hidden;
}

.nx-command__eyebrow,
.nx-full-tag {
    margin-bottom: 10px;
    color: #ffd166;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nx-command h1 {
    max-width: 760px;
    margin: 0 0 14px;
    color: #f7fff8;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.nx-command p {
    max-width: 680px;
    margin: 0 0 20px;
    color: #b7c6b5;
    font-size: 16px;
    line-height: 1.62;
}

.nx-command__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 10px;
    max-width: 700px;
}

.nx-command__search input {
    height: 48px;
    border-radius: 8px;
    background: #0d100d;
    color: #f6fff4;
    box-shadow: inset 0 0 0 1px rgba(255, 209, 102, 0.26);
}

.nx-command__search button {
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    background: #ffd166;
    color: #10140e;
    font-weight: 800;
}

.nx-command__matrix {
    display: grid;
    gap: 10px;
}

.nx-command__matrix a,
.nx-command__matrix a:hover {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    background: #1d241b;
    color: #eaf5e7;
    font-size: 14px;
    font-weight: 700;
    box-shadow: inset 4px 0 0 #a6ff5e;
}

.nx-signal-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nx-signal-row__item,
.nx-signal-row__item:hover {
    min-height: 100px;
    padding: 16px;
    color: #edf6ef;
}

.nx-signal-row__item .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #26301f;
    color: #a6ff5e;
}

.nx-signal-row__item b,
.nx-signal-row__item small {
    display: block;
}

.nx-signal-row__item b {
    margin-bottom: 4px;
    font-size: 15px;
}

.nx-signal-row__item small {
    color: #9dad9a;
    font-size: 12px;
    line-height: 1.35;
}

.nx-volt .short-in {
    min-height: 322px;
    text-align: left;
    background: #ffffff;
    border-color: #dbe4da;
    color: #172017;
}

.nx-volt .short-img {
    width: 84px;
    height: 84px;
    margin: 0 0 14px;
    border-radius: 8px;
}

.nx-volt .short-title {
    height: auto;
    min-height: 20px;
    color: #172017;
    font-weight: 700;
}

.short-meta {
    min-height: 22px;
    margin: 8px 0;
}

.short-meta span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 7px;
    border-radius: 6px;
    background: #eef4ed;
    color: #53644f;
    font-size: 11px;
}

.nx-volt .short-desc {
    height: 62px;
    color: #5e6c5d;
    line-height: 1.45;
}

.short-cta,
.short-cta:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 12px;
    padding: 0 12px;
    border-radius: 8px;
    background: #10140e;
    color: #a6ff5e;
    font-size: 12px;
    font-weight: 800;
}

.nx-volt .rate3-short {
    border-top-color: #dfe8df;
}

.nx-volt .sect-weektop {
    border-radius: 8px;
    background: #111610;
    color: #edf6ef;
}

.nx-volt .sect-weektop:after {
    background: linear-gradient(90deg, rgba(17, 22, 16, 0.96), rgba(166, 255, 94, 0.2), rgba(255, 209, 102, 0.16));
}

.nx-volt .sect-weektop .sect-title,
.nx-volt .sect-weektop .sect-title h2,
.nx-volt .sect-weektop .sect-title div {
    color: #edf6ef;
}

.nx-volt .sect-weektop .sect-icon {
    background: #a6ff5e;
}

.nx-volt .site-desc {
    margin-top: 42px;
    padding: 24px;
    border: 1px solid #dce6d9;
    border-radius: 8px;
    background: #ffffff;
    color: #536550;
    box-shadow: 0 14px 36px rgba(18, 30, 16, 0.08);
}

.nx-volt .site-desc h2 {
    color: #172017;
    font-size: 24px;
    font-weight: 800;
}

.nx-volt .site-desc a {
    color: #0d6d5d;
}

.nx-volt .speedbar {
    color: #5c685b;
}

.nx-volt .speedbar .fa {
    color: #9adf4f;
}

.nx-volt .fone {
    background: #ffffff;
    color: #172017;
    border-color: #dbe4da;
}

.nx-full-tag {
    margin-bottom: 8px;
    color: #0d6d5d;
}

.nx-full-summary {
    max-width: 720px;
    margin: -4px 0 16px;
    color: #5d6c5a;
    font-size: 15px;
    line-height: 1.55;
}

.nx-volt .fcols h1 {
    color: #172017;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
}

.nx-volt .fposter {
    border-radius: 8px;
    border-color: #ffffff;
}

.nx-volt .fbtn-dl,
.nx-volt .fbtn-fav {
    border-radius: 8px;
}

.nx-volt .fbtn-fav {
    box-shadow: inset 0 0 0 2px #0d6d5d;
}

.nx-volt .fcols2 {
    background: #f3f7f0;
}

.nx-volt .finfo div {
    padding-left: 178px;
}

.nx-volt .finfo div .fa {
    color: #0d6d5d;
}

.nx-volt .scr-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: normal;
    scroll-snap-type: x proximity;
}

.nx-volt .scr-box br {
    display: none !important;
}

.nx-volt .scr-box a,
.nx-volt .scr-box > img {
    flex: 0 0 auto;
    height: 230px;
    margin-right: 0;
    border-radius: 8px;
    scroll-snap-align: start;
}

.nx-volt .full-text {
    color: #4e5e4b;
    font-size: 15px;
    line-height: 1.75;
}

.nx-volt .full-text h2,
.nx-volt .full-text h3 {
    color: #172017;
    font-size: 22px;
    line-height: 1.3;
}

.nx-volt .fdl-desc {
    border-radius: 8px;
    background: #eef6e8;
}

.nx-volt .fdl-desc > div,
.nx-volt .fdl-old,
.nx-volt .bunnyvpn-banner,
.nx-volt .bunnyvpn-banner__image,
.nx-volt .download-popup__dialog,
.nx-volt .download-popup__ad-image {
    border-radius: 8px;
}

.nx-volt .bunnyvpn-banner {
    background: #111610;
}

.nx-volt .footer {
    background: #0d100d !important;
    background-image: none !important;
}

.nx-volt .footer-brand,
.nx-volt .footer-brand:hover,
.nx-volt .footer-brand:focus {
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 1100px) {
    .nx-command {
        grid-template-columns: 1fr;
    }

    .nx-command__matrix,
    .nx-signal-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .nx-volt .wrap {
        background: #f0f3ed;
    }

    .nx-volt .apkashik-logo-text,
    .nx-volt .apkashik-logo-text:hover,
    .nx-volt .apkashik-logo-text:focus {
        font-size: 24px;
        letter-spacing: 0;
    }

    .nx-command {
        padding: 20px;
    }

    .nx-command h1 {
        font-size: 28px;
    }

    .nx-command__search,
    .nx-command__matrix,
    .nx-signal-row {
        grid-template-columns: 1fr;
    }

    .nx-volt .short-in {
        min-height: 0;
    }

    .nx-volt .fcols h1 {
        font-size: 25px;
    }

    .nx-volt .finfo div {
        padding-left: 0;
    }

    .nx-volt .finfo div .fa,
    .nx-volt .finfo div > .fa + span {
        position: static;
        display: inline-block;
        margin-right: 6px;
    }
}
