/* --- Global Variables --- */
:root {
    --vb-blue: #040b2d;
    --vb-accent: #00f2ff;
    --vb-border: rgba(255, 255, 255, 0.08);
}

/* --- Header Layout --- */
.vb-header {
    background: var(--vb-blue);
    border-bottom: 1px solid var(--vb-border);
    padding: 10px 0;
    z-index: 999;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* --- Desktop Menu Fix (Horizontal) --- */
.desktop-nav .vb-main-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.vb-main-menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.vb-main-menu-list li a:hover { color: var(--vb-accent); }

/* --- Header Actions --- */
.header-actions { display: flex; align-items: center; gap: 15px; }

.h-wallet-box {
    background: rgba(0, 242, 255, 0.05);
    border: 1px solid rgba(0, 242, 255, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.h-amt { color: var(--vb-accent); font-weight: 800; font-size: 14px; }

.h-avatar-wrap { 
    width: 38px; height: 38px; border-radius: 50%; overflow: hidden; 
    border: 2px solid var(--vb-accent); cursor: pointer;
}
.h-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; }

.login-btn {
    background: linear-gradient(135deg, #00f2ff, #0066ff);
    color: #fff; border: none; padding: 8px 22px; border-radius: 8px;
    font-weight: 800; cursor: pointer;
}

/* --- Right Side Drawer (Ultra Slide) --- */
.vb-drawer-wrapper { position: fixed; inset: 0; z-index: 9999; visibility: hidden; }
.vb-drawer-wrapper.active { visibility: visible; }

.drawer-overlay { 
    position: absolute; inset: 0; background: rgba(0,0,0,0.85); 
    backdrop-filter: blur(5px); opacity: 0; transition: 0.4s; 
}
.vb-drawer-wrapper.active .drawer-overlay { opacity: 1; }

.drawer-panel { 
    position: absolute; top: 0; right: -100%; width: 320px; height: 100%; 
    background: #040b2d; transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1); 
    border-left: 1px solid var(--vb-border);
}
.vb-drawer-wrapper.active .drawer-panel { right: 0; }

.drawer-inner { padding: 30px 25px; display: flex; flex-direction: column; height: 100%; }
.drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.drawer-label { color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 2px; opacity: 0.5; }
.drawer-close-btn { background: none; border: none; color: #fff; font-size: 35px; cursor: pointer; line-height: 1; }

.drawer-user-info { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; background: rgba(255,255,255,0.03); padding: 15px; border-radius: 15px; }
.d-avatar-big img { width: 55px; height: 55px; border-radius: 50%; border: 2px solid var(--vb-accent); }
.d-name { display: block; color: #fff; font-weight: 800; font-size: 15px; }
.d-status { color: #fff; font-size: 11px; opacity: 0.7; }

.drawer-list-items { list-style: none; padding: 0; margin: 0; }
.drawer-list-items li a { display: block; color: #fff; padding: 16px 0; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--vb-border); }

.drawer-footer { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.d-btn { background: rgba(255,255,255,0.05); color: #fff; text-align: center; padding: 14px; border-radius: 12px; text-decoration: none; font-weight: 800; font-size: 14px; transition: 0.3s; }
.d-btn-logout { color: #ff4757; background: rgba(255, 71, 87, 0.05); }
.d-btn-logout:hover { background: #ff4757; color: #fff; }

/* --- Mobile Rules --- */
.mobile-toggle { display: none; background: none; border: none; color: var(--vb-accent); font-size: 28px; cursor: pointer; }

@media (max-width: 991px) {
    .desktop-nav { display: none; }
    #loginBtnPc { display: none; }
    .mobile-toggle { display: block; }
}
/* =============================================================================
   FOOTER — Gamlax style
   ========================================================================== */
.vb-footer-pro {
    background-color: #040B2D;
    color: #ffffff;
    padding-top:39px;
    padding-bottom:7px;
    padding-right:16px;
    padding-left:16px;
    font-family: inherit;
    box-sizing: border-box;
}

.vb-wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.vb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
}

.vb-col {
    text-align: left;
}

.vb-h {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.vb-social {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.vb-sbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: transparent;
    text-decoration: none;
    color: inherit;
    transition: transform .15s ease;
    border: 1px solid rgba(255,255,255,0.06);
}

.vb-sbtn:hover { transform: translateY(-3px); }

.vb-storebtn img { display:block; max-width:37%; height:auto; padding:7px; }

.vb-pill {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    margin: 6px 0;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.03);
}

.vb-ico { width:18px; height:18px; display:inline-block; background-size:contain; }

.vb-trust {
    display:flex;
    gap:12px;
    align-items:center;
    justify-content:center;
    margin:18px 0;
    flex-wrap:wrap;
}

.payment-card {
    width: 100px;
    height: 57px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    padding: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.payment-card:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.payment-card-special {
    background-color: #8C3494;
}

.payment-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.vb-bottom { text-align:center; border-top:1px solid rgba(255,255,255,0.04); padding-top:12px; margin-top:10px; }
.vb-bottom p { margin:6px 0; font-size:13px; opacity:0.9; }
.vb-note { font-size:11px; opacity:0.7; }

/* Force footer menu into one column */
.vb-info-list,
.vb-info-list li {
    display: block !important;
    width: 100% !important;
}

/* Contact section pills also stay single column */
.vb-col .vb-pill {
    display: flex !important;
    width: 100% !important;
}
.single-payment {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.payment-img-full {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* responsive */
@media (max-width: 900px) {
    .vb-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .vb-grid { grid-template-columns: 1fr; gap:18px; text-align:center; }
    .vb-col { text-align:center; }
    .payment-card { width:85px; height:50px; }
}