.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;
    }
}
