*,
*::before,
*::after {
    box-sizing: border-box;
}

.vzl-prm-top {
    background-color: #191b29 !important;
    border-bottom: 1px solid #ff6317 !important;
    width: 100% !important;
    display: block !important;
    z-index: 9999 !important;
    min-height: 41px !important;
    height: 41px !important;
    overflow: hidden !important;
}

.vzl-prm-top-container {
    max-width: 1200px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-family: 'Poppins', Arial, sans-serif !important;
}

.vzl-prm-left,
.vzl-prm-right {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    height: 40px !important;
    min-height: 40px !important;
    white-space: nowrap !important;
}

.vzl-prm-link {
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    transition: color 0.3s ease !important;
    white-space: nowrap !important;
}

.vzl-prm-link span {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.vzl-prm-link i {
    color: #ff6317 !important;
    font-size: 16px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    margin-right: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.vzl-prm-link:hover span {
    color: #ff6317 !important;
}

.vzl-prm-socials {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin-left: 10px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-left: 15px !important;
    white-space: nowrap !important;
}

.vzl-prm-social-link {
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.vzl-prm-social-link i {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 15px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    transition: color 0.3s ease, transform 0.3s ease !important;
}

.vzl-prm-social-link:hover i {
    color: #ff6317 !important;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .vzl-prm-top {
        min-height: 31px !important;
        height: 31px !important;
    }

    .vzl-prm-top-container {
        height: 30px !important;
        min-height: 30px !important;
        padding: 0 4px !important;
    }

    .vzl-hide-mob {
        display: none !important;
    }

    .vzl-prm-left,
    .vzl-prm-right {
        gap: 6px !important;
        height: 30px !important;
        min-height: 30px !important;
    }

    .vzl-prm-link {
        height: 30px !important;
        min-height: 30px !important;
        line-height: 30px !important;
    }

    .vzl-prm-link span {
        font-size: 10px !important;
        letter-spacing: -0.3px !important;
        white-space: nowrap !important;
        line-height: 1 !important;
    }

    .vzl-prm-link i {
        font-size: 12px !important;
        width: 14px !important;
        min-width: 14px !important;
        height: 14px !important;
        line-height: 14px !important;
        margin-right: 3px !important;
    }

    .vzl-prm-socials {
        gap: 7px !important;
        height: 30px !important;
        min-height: 30px !important;
        margin-left: 3px !important;
        padding-left: 7px !important;
        border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .vzl-prm-social-link {
        width: 14px !important;
        min-width: 14px !important;
        height: 30px !important;
        line-height: 30px !important;
    }

    .vzl-prm-social-link i {
        font-size: 12px !important;
        width: 14px !important;
        min-width: 14px !important;
        height: 14px !important;
        line-height: 14px !important;
    }
}

/* KAMPANYA BANNER ALANI */
:root {
    --vzb-purple-dark: #2a035c;
    --vzb-purple-mid: #490b96;
    --vzb-purple-light: #6a11cb;
    --vzb-orange-grad-1: #ffb800;
    --vzb-orange-grad-2: #ff4800;
    --vzb-neon-pink: #f20089;
    --vzb-text-light: #ffffff;
}

#vozol-mega-banner {
    background: linear-gradient(270deg, var(--vzb-purple-dark), var(--vzb-purple-mid), var(--vzb-purple-dark));
    background-size: 200% 200%;
    animation: vzb-gradientBG 6s ease infinite;
    color: var(--vzb-text-light);
    font-family: 'Poppins', Arial, sans-serif;
    min-height: 58px;
    height: 58px;
    padding: 0;
    position: relative;
    z-index: 9999;
    border-bottom: 2px solid var(--vzb-orange-grad-1);
    box-shadow: 0 4px 20px rgba(255, 72, 0, 0.4);
    overflow: hidden;
}

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

.vzb-container {
    max-width: 1200px;
    min-height: 56px;
    height: 56px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.vzb-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    white-space: nowrap;
}

.vzb-badge {
    background: linear-gradient(180deg, var(--vzb-orange-grad-1) 0%, var(--vzb-orange-grad-2) 100%);
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid #ffd000;
    font-weight: 800;
    font-size: 13px;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 10px rgba(255, 72, 0, 0.5);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
}

.vzb-highlight {
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 0 0 10px var(--vzb-neon-pink), 0 0 20px var(--vzb-purple-light);
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.vzb-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    height: 42px;
    white-space: nowrap;
}

.vzb-time-box {
    background: rgba(73, 11, 150, 0.6);
    border: 1px solid var(--vzb-neon-pink);
    border-radius: 6px;
    width: 48px;
    min-width: 48px;
    height: 42px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 10px rgba(242, 0, 137, 0.3);
}

.vzb-time-box span {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: var(--vzb-orange-grad-1);
    text-shadow: 0 0 8px rgba(255, 184, 0, 0.6);
    display: block;
    min-height: 18px;
}

.vzb-time-box small {
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    opacity: 0.9;
    margin-top: 2px;
    letter-spacing: 0.5px;
    color: #fff;
    display: block;
    min-height: 9px;
}

.vzb-colon {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: var(--vzb-orange-grad-1);
    text-shadow: 0 0 8px rgba(255, 184, 0, 0.6);
    animation: vzb-blink 1s infinite;
    width: 8px;
    min-width: 8px;
    text-align: center;
}

@keyframes vzb-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

@media (max-width: 768px) {
    #vozol-mega-banner {
        min-height: 96px;
        height: 96px;
        padding: 0;
    }

    .vzb-container {
        min-height: 94px;
        height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
        padding: 0 10px;
        flex-wrap: nowrap;
    }

    .vzb-text {
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        line-height: 1.3;
        min-height: 32px;
        white-space: normal;
    }

    .vzb-highlight {
        font-size: 15px;
        line-height: 1.2;
    }

    .vzb-badge {
        font-size: 11px;
        padding: 3px 8px;
        min-height: 22px;
    }

    .vzb-timer {
        transform: scale(0.9);
        transform-origin: center;
        height: 38px;
        min-height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #vozol-mega-banner,
    .vzb-colon {
        animation: none !important;
    }
}