#t3-header {
    background: #1B1D2A;
    border-bottom: 1px solid #2a2d3e;
}

/* Logo */
/* #header-logo {
    display: block;
    line-height: 64px;
    height: 64px;
}

#header-logo img {
    height: 60px;
    width: auto;
    vertical-align: middle;
} */

/* Desktop nav col: vertically centered */
#header-nav-col {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Nav links */
#header-nav {
    margin: 0;
    float: none;
    display: flex;
    align-items: center;
}

#header-nav>li>a {
    color: #898ba2;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 11px;
    line-height: 20px;
}

#header-nav>li>a:hover,
#header-nav>li>a:focus,
#header-nav>li.active>a {
    color: #ffffff;
    background: transparent;
}


.navbar-brand {
    padding: 0px 0px;
    line-height: 0px;
    height: 72px;
}

/* Toggle col: full height, flex so button sits right */
#header-toggle-col {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}

/* Toggle button */
#header-toggle {
    background: transparent;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 7px 10px;
    cursor: pointer;
    line-height: 1;
}

#header-toggle .fa-bars {
    font-size: 18px;
    color: #ccc;
}

#header-toggle:hover,
#header-toggle:focus {
    background: #2a2d3e;
    outline: none;
}

/* Mobile menu */
#header-mobile-menu {
    border-top: 1px solid #2a2d3e;
    padding: 0;
}

#header-nav-mobile {
    margin: 0;
    padding: 0;
}

#header-nav-mobile>li>a {
    display: block;
    color: #898ba2;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 13px 20px;
    border-bottom: 1px solid #2a2d3e;
}

#header-nav-mobile>li:last-child>a {
    border-bottom: none;
}

#header-nav-mobile>li>a:hover,
#header-nav-mobile>li>a:focus {
    color: #ffffff;
    background: #22253a;
    text-decoration: none;
}





.ads-bar {
    background: #f1e527;
    padding: 9px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #1B1D2A;
    white-space: nowrap;
}

.ads-bar::before,
.ads-bar::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}

.ads-bar::before {
    left: 0;
    background: linear-gradient(90deg, #1B1D2A, transparent);
}

.ads-bar::after {
    right: 0;
    background: linear-gradient(-90deg, #1B1D2A, transparent);
}

.ads-track {
    display: inline-flex;
    animation: adsScroll 28s linear infinite;
}

.ads-track:hover {
    animation-play-state: paused;
}

@keyframes adsScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ads-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 48px;
    white-space: nowrap;
    color: #dd0505;
    font-size: 13px;
    font-weight: 600;
}

.ads-badge {
        background: #dd0505;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.ads-sep {
    color: #dd0505;
    font-size: 12px;
    opacity: 0.7;
}


/* ── Popup overlay ── */
/*  
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 20, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeOverlay 0.4s ease;
}

@keyframes fadeOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popup-overlay.hiding {
    animation: fadeOverlay 0.3s ease reverse forwards;
}


.popup-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    width: 420px;
    max-width: 92vw;
    position: relative;
    animation: popIn 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.75) translateY(30px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.popup-top {
    background: #1B1D2A;
    padding: 28px 28px 22px;
    text-align: center;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s;
}

.popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.popup-stars {
    color: #a0ce4e;
    font-size: 20px;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 10px;
}

.popup-top h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px;
    font-family: 'Raleway', sans-serif;
}

.discount-ring {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #a0ce4e;
    border: 5px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: ringPulse 2.5s ease-in-out infinite;
}

@keyframes ringPulse {

    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(160, 206, 78, 0.3);
    }

    50% {
        box-shadow: 0 0 0 14px rgba(160, 206, 78, 0.1);
    }
}

.discount-ring .pct {
    font-size: 44px;
    font-weight: 900;
    color: #1B1D2A;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}

.discount-ring .off {
    font-size: 12px;
    font-weight: 800;
    color: #1B1D2A;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-body {
    padding: 22px 28px 24px;
    text-align: center;
}

.popup-body h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1b1d2a;
    margin: 0 0 8px;
    font-family: 'Raleway', sans-serif;
}

.popup-body p {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 16px;
}

.popup-body p strong {
    color: #1b1d2a;
}

.popup-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f8e0;
    border: 1.5px solid #a0ce4e;
    border-radius: 30px;
    padding: 7px 18px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #3a5c0f;
}

.popup-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a0ce4e;
    display: inline-block;
    animation: dotBlink 1.2s ease-in-out infinite;
}

@keyframes dotBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.popup-cta {
    display: block;
    width: 100%;
    background: #a0ce4e;
    color: #1B1D2A;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 4px 0 #649014;
}

.popup-cta:hover {
    background: #8fb83e;
    color: #1B1D2A;
    text-decoration: none;
    transform: translateY(-1px);
}

.popup-cta:active {
    transform: translateY(1px);
    box-shadow: 0 2px 0 #649014;
}

.popup-skip {
    background: none;
    border: none;
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
    text-decoration: underline;
    display: block;
    width: 100%;
    text-align: center;
}

.popup-skip:hover {
    color: #666;
}

*/