
*{margin:0;padding:0;box-sizing:border-box}
:root{
  --gold:#9B6728;
  --gold2:#B98238;
  --gold3:#E4BE72;
  --gold-gradient:linear-gradient(135deg,#7B4B1F 0%,#9B6728 34%,#B98238 62%,#E4BE72 100%);
  --gold-gradient-soft:linear-gradient(135deg,rgba(185,130,56,0.18),rgba(228,190,114,0.08));
  --gold-glow:rgba(185,130,56,0.34);
  --dark:#09090B;
  --dark2:#111114;
  --dark3:#18181D;
  --dark4:#222228;
  --dark5:#2C2C34;
  --border:#36363E;
  --border2:#4A4A55;
  --text:#F6EFE4;
  --text2:#DCCFBF;
  --muted:#A7B2C4;
  --muted2:#7F8EA5;
  --navy-ink:#08080A;
  --red:#C0392B;
  --green:#27AE60;
}
html{scroll-behavior:smooth}
body{background:var(--dark);color:var(--text);font-family:var(--bandj-font, 'Inter', sans-serif);font-size:13px;line-height:1.5;overflow-x:hidden}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
button{cursor:pointer;font-family:inherit}

/* ===== FULL WIDTH vs CONTAINER ===== */
.full-w{width:100%}
.container{max-width:1250px;margin:0 auto;padding:0 20px}

/* ===== TOP NAV ===== */
.top-nav{background:var(--dark2);border-bottom:1px solid var(--border);height:54px;width:100%}
.top-nav .container{height:100%;display:flex;align-items:center;gap:16px}
.logo-wrap{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-right:4px}
.logo-icon{width:36px;height:36px;background:var(--gold-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-icon svg{width:20px;height:20px;fill:#fff}
.logo-text{font-size:19px;font-weight:600;color:#fff;letter-spacing:-0.5px;white-space:nowrap}
.logo-text span{color:var(--muted);font-weight:400;font-size:13px}
.search-bar{flex:1;max-width:540px;position:relative}
.search-bar input{width:100%;background:#1D1D23;border:1px solid var(--border2);border-radius:6px;padding:9px 14px 9px 38px;font-size:13px;color:var(--text);font-family:inherit;outline:none;transition:border-color 0.2s}
.search-bar input::placeholder{color:#76869E}
.search-bar input:focus{border-color:var(--gold)}
.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#76869E}
.nav-actions{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}
.nav-act-link{display:flex;align-items:center;gap:5px;padding:6px 10px;font-size:12.5px;color:var(--text2);border-radius:5px;transition:all 0.2s;white-space:nowrap}
.nav-act-link:hover{color:#fff;background:#222228}
.nav-act-icon{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background 0.2s;color:var(--text2);cursor:pointer}
.nav-act-icon:hover{background:#222228;color:#fff}
.badge{position:absolute;top:3px;right:3px;background:var(--gold-gradient);color:var(--navy-ink);font-size:9px;font-weight:600;min-width:15px;height:15px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}

/* ===== MAIN NAV ===== */
.main-nav{background:var(--dark3);border-bottom:1px solid var(--border);width:100%;height:44px}
.main-nav .container{height:100%;display:flex;align-items:center}
.menu-btn{display:flex;align-items:center;gap:7px;padding:0 16px 0 0;border-right:1px solid var(--border);height:100%;font-size:13px;font-weight:600;color:#fff;background:none;border-top:none;border-bottom:none;border-left:none;white-space:nowrap}
.main-links{display:flex;align-items:center;margin-left:4px}
.main-links a{padding:0 13px;height:44px;display:flex;align-items:center;font-size:13px;font-weight:500;color:var(--text2);white-space:nowrap;border-bottom:2px solid transparent;transition:all 0.2s}
.main-links a:hover,.main-links a.active{color:#fff;border-bottom-color:var(--gold)}
.deal-btn{margin-left:auto;display:flex;align-items:center;gap:6px;background:linear-gradient(90deg,#7B0000,#B71C1C);padding:6px 14px;border-radius:4px;font-size:12.5px;font-weight:600;color:#fff;height:30px;white-space:nowrap;border:none}

/* ===== HERO (FULL WIDTH BANNER) ===== */
.hero{width:100%;position:relative;min-height:480px;overflow:hidden;display:flex;align-items:center}
.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,9,11,0.96) 0%,rgba(9,9,11,0.75) 40%,rgba(9,9,11,0.2) 70%,rgba(9,9,11,0.05) 100%)}
.hero-content{position:relative;z-index:2;max-width:1250px;margin:0 auto;padding:56px 20px;width:100%}
.hero-inner{max-width:600px;text-align:left}
.hero-eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(185,130,56,0.15);border:1px solid rgba(185,130,56,0.35);padding:5px 12px;border-radius:20px;font-size:11px;font-weight:600;color:var(--gold3);letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}
.hero-dot{width:6px;height:6px;border-radius:50%;background:var(--gold3);animation:blink 2s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:0.2}}
.hero-h1{font-size:34px;font-weight:600;line-height:1.12;letter-spacing:-0.5px;color:#fff;margin-bottom:16px}
.hero-h1 .gold{color:var(--gold3)}
.hero-desc{font-size:13px;color:rgba(255,255,255,0.65);line-height:1.75;margin-bottom:28px;max-width:440px}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:36px}
.btn-gold{background:var(--gold-gradient);color:var(--navy-ink);border:none;padding:11px 24px;font-size:13px;font-weight:600;border-radius:5px;letter-spacing:0.3px;transition:opacity 0.2s;white-space:nowrap}
.btn-gold:hover{opacity:0.88}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.4);padding:10px 22px;font-size:13px;font-weight:600;border-radius:5px;transition:all 0.2s;white-space:nowrap}
.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,0.07)}
.hero-stats{display:flex;gap:22px;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}
.hero-stat{display:flex;align-items:center;gap:10px}
.hstat-icon{width:38px;height:38px;border:1px solid rgba(185,130,56,0.4);border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(185,130,56,0.08);flex-shrink:0}
.hstat-n{font-size:15px;font-weight:600;color:#fff;line-height:1}
.hstat-n em{color:var(--gold3);font-style:normal}
.hstat-l{font-size:10.5px;color:rgba(255,255,255,0.45);margin-top:2px}

/* SIDE FLOAT */
.hero-side{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:3;background:rgba(9,9,11,0.92);border-left:1px solid var(--border);backdrop-filter:blur(6px)}
.side-item{padding:13px 10px;display:flex;flex-direction:column;align-items:center;gap:4px;border-bottom:1px solid var(--border);cursor:pointer;transition:background 0.2s;min-width:56px}
.side-item:last-child{border-bottom:none}
.side-item:hover{background:rgba(185,130,56,0.12)}
.side-item svg{width:19px;height:19px;opacity:0.65}
.side-item span{font-size:10px;color:var(--muted2);text-align:center;line-height:1.3}

/* ===== TICKER ===== */
.ticker{width:100%;background:linear-gradient(90deg,#7B4B1F 0%,var(--gold) 28%,var(--gold2) 55%,var(--gold3) 78%,#8B5A24 100%);overflow:hidden;padding:9px 0}
.ticker-track{display:flex;white-space:nowrap;animation:ticker 30s linear infinite}
.t-item{font-size:11.5px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--navy-ink);padding:0 36px}
.t-sep{opacity:0.4;color:var(--navy-ink)}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ===== DANH MUC ===== */
.sec-danh-muc{background:var(--dark2);border-bottom:1px solid var(--border);padding:24px 0}
.sec-danh-muc .container{}
.sec-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.sec-label{font-size:15px;font-weight:600;color:#fff;letter-spacing:0.2px}
.sec-label .bar{display:inline-block;width:3px;height:16px;background:var(--gold-gradient);border-radius:2px;margin-right:8px;vertical-align:middle}
.see-all{font-size:12px;color:var(--gold);display:flex;align-items:center;gap:3px;transition:color 0.2s}
.see-all:hover{color:var(--gold3)}
.dm-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}
.dm-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;padding:10px 6px;border-radius:8px;transition:background 0.2s;border:1px solid transparent}
.dm-item:hover{background:rgba(185,130,56,0.08);border-color:rgba(185,130,56,0.25)}
.dm-img{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:var(--dark4);border:1px solid var(--border)}
.dm-img img{width:100%;height:100%;object-fit:cover}
.dm-name{font-size:12px;color:var(--text2);text-align:center;line-height:1.3;font-weight:500}

/* ===== PROMO 3 CARDS ===== */
.promo-sec{background:var(--dark2);padding:0 0 24px}
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.promo-card{border-radius:10px;overflow:hidden;position:relative;min-height:170px;cursor:pointer}
.promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.promo-card:hover img{transform:scale(1.04)}
.promo-over{position:absolute;inset:0}
.promo-body{position:relative;z-index:2;padding:22px 20px;height:100%;display:flex;flex-direction:column;justify-content:flex-end}
.promo-tag{font-size:15px;font-weight:600;margin-bottom:6px;text-transform:uppercase;letter-spacing:0.5px}
.promo-sub{font-size:12px;color:rgba(255,255,255,0.75);line-height:1.55;margin-bottom:14px}
.btn-promo{display:inline-block;border:1.5px solid rgba(255,255,255,0.65);color:#fff;padding:7px 16px;font-size:12px;font-weight:600;border-radius:4px;transition:all 0.2s;background:rgba(0,0,0,0.2);cursor:pointer;font-family:inherit}
.btn-promo:hover{background:rgba(255,255,255,0.15);border-color:#fff}

/* ===== PRODUCT SECTIONS ===== */
.prod-sec{padding:28px 0;border-bottom:1px solid var(--border)}
.prod-sec.bg2{background:var(--dark2)}
.prod-sec.bg3{background:var(--dark3)}
.prod-sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.prod-sec-title{font-size:15.5px;font-weight:600;color:#fff;display:flex;align-items:center;gap:10px}
.prod-sec-title .bar{width:4px;height:18px;background:var(--gold-gradient);border-radius:2px;flex-shrink:0}
.prod-sec-title .hot-badge{background:var(--red);color:#fff;font-size:10px;font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:0.5px}
.prod-sec-title .new-badge{background:var(--green);color:#fff;font-size:10px;font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:0.5px}
.prod-grid{display:grid;gap:12px}
.prod-grid.col5{grid-template-columns:repeat(5,1fr)}
.prod-grid.col6{grid-template-columns:repeat(6,1fr)}
.prod-card{background:var(--dark4);border:1px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;transition:all 0.22s;position:relative}
.prod-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.4)}
.prod-img-box{aspect-ratio:1;overflow:hidden;background:#1D1D23;position:relative}
.prod-img-box img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s}
.prod-card:hover .prod-img-box img{transform:scale(1.06)}
.prod-flag{position:absolute;top:8px;left:8px;font-size:9px;font-weight:600;padding:3px 7px;border-radius:3px;letter-spacing:0.5px;z-index:1}
.flag-hot{background:#C0392B;color:#fff}
.flag-new{background:#27AE60;color:#fff}
.flag-sale{background:var(--gold-gradient);color:var(--navy-ink)}
.prod-wish{position:absolute;top:8px;right:8px;width:28px;height:28px;background:rgba(0,0,0,0.6);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.2s;cursor:pointer;z-index:1}
.prod-card:hover .prod-wish{opacity:1}
.prod-body{padding:10px 11px 12px}
.prod-brand{font-size:9.5px;color:var(--gold2);font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:4px}
.prod-name{font-size:12.5px;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}
.prod-price-row{display:flex;align-items:baseline;gap:6px}
.prod-price{font-size:14px;font-weight:600;color:var(--gold3)}
.prod-old{font-size:11px;color:var(--muted);text-decoration:line-through;font-weight:400}
.prod-sale-pct{font-size:10px;font-weight:600;color:var(--red)}
.prod-rating{display:flex;align-items:center;gap:4px;margin-top:5px}
.stars{color:var(--gold2);font-size:11px;letter-spacing:1px}
.rating-count{font-size:10px;color:var(--muted)}
.prod-sold{font-size:10px;color:var(--muted);margin-top:2px}

/* ===== BRANDS ===== */
.brands-sec{background:var(--dark2);border-bottom:1px solid var(--border);padding:24px 0}
.brands-row{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none;border:1px solid var(--border);border-radius:8px}
.brands-row::-webkit-scrollbar{display:none}
.brand-item{flex:1;min-width:120px;padding:18px 20px;border-right:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0.45;transition:all 0.2s;white-space:nowrap}
.brand-item:last-child{border-right:none}
.brand-item:hover{opacity:1;background:rgba(185,130,56,0.07)}
.brand-item span{font-size:15px;font-weight:600;color:#fff;letter-spacing:-0.3px}

/* ===== SETUP BÀN DJ ===== */
.kol-sec{background:var(--dark2);border-bottom:1px solid var(--border);padding:28px 0}
.kol-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px}
.kol-card{background:var(--dark4);border:1px solid var(--border);border-radius:10px;overflow:hidden;cursor:pointer;transition:all 0.22s}
.kol-card:hover{border-color:var(--gold);transform:translateY(-2px)}
.kol-photo{width:100%;aspect-ratio:1;overflow:hidden;background:#1D1D23;position:relative}
.kol-photo img{width:100%;height:100%;object-fit:cover;object-position:top;filter:grayscale(20%);transition:all 0.35s}
.kol-card:hover .kol-photo img{filter:grayscale(0%);transform:scale(1.05)}
.kol-photo-over{position:absolute;inset:0;background:linear-gradient(to top,rgba(12,12,14,0.88) 0%,transparent 55%)}
.kol-info{padding:10px 10px 12px}
.kol-name{font-size:13px;font-weight:600;color:#fff;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kol-role{font-size:10.5px;color:var(--gold2);margin-bottom:8px}
.btn-follow{width:100%;background:#222228;border:1px solid var(--border2);color:var(--text2);padding:6px;font-size:11px;font-weight:600;border-radius:4px;transition:all 0.2s;font-family:inherit}
.btn-follow:hover{background:var(--gold-gradient);border-color:var(--gold);color:var(--navy-ink)}

/* ===== MUSIC FREE ===== */
.music-sec{background:var(--dark);border-bottom:1px solid var(--border);padding:28px 0}
.music-hero-banner{width:100%;border-radius:12px;overflow:hidden;position:relative;min-height:200px;margin-bottom:20px;display:flex;align-items:center;background:linear-gradient(135deg,#09090B 0%,#17171B 40%,#09090B 100%)}
.music-banner-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.25}
.music-banner-over{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,9,11,0.92) 0%,rgba(9,9,11,0.5) 60%,rgba(9,9,11,0.1) 100%)}
.music-banner-content{position:relative;z-index:2;padding:32px 36px}
.music-banner-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(185,130,56,0.2);border:1px solid rgba(185,130,56,0.4);color:var(--gold3);font-size:11px;font-weight:600;padding:4px 12px;border-radius:20px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
.music-banner-h{font-size:24px;font-weight:600;color:#fff;letter-spacing:-0.3px;margin-bottom:6px}
.music-banner-h span{color:var(--gold3)}
.music-banner-sub{font-size:13px;color:rgba(255,255,255,0.55);margin-bottom:16px}
.music-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.music-card{background:var(--dark3);border:1px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;transition:all 0.22s;position:relative}
.music-card:hover{border-color:var(--gold);transform:translateY(-2px)}
.music-cover{width:100%;aspect-ratio:1;overflow:hidden;background:#1D1D23;position:relative}
.music-cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s}
.music-card:hover .music-cover img{transform:scale(1.06)}
.play-over{position:absolute;inset:0;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.2s}
.music-card:hover .play-over{opacity:1}
.play-btn{width:44px;height:44px;background:var(--gold-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center}
.play-btn svg{width:18px;height:18px;fill:var(--navy-ink);margin-left:2px}
.music-body{padding:10px 11px 12px}
.music-genre{font-size:9.5px;color:var(--gold2);font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:4px}
.music-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.music-artist{font-size:11.5px;color:var(--muted);margin-bottom:8px}
.music-free-tag{display:inline-flex;align-items:center;gap:4px;background:rgba(39,174,96,0.15);border:1px solid rgba(39,174,96,0.3);color:#2ECC71;font-size:9.5px;font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:0.5px}
.music-free-tag svg{width:10px;height:10px}
.music-dl-count{font-size:10px;color:var(--muted);margin-top:4px}
.music-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:20px}

/* ===== DJ COURSES ===== */
.dj-sec{background:var(--dark2);border-bottom:1px solid var(--border);padding:28px 0}
.dj-hero-banner{width:100%;border-radius:12px;overflow:hidden;position:relative;min-height:200px;margin-bottom:20px;display:flex;align-items:center;background:linear-gradient(135deg,#09090B 0%,#111114 40%,#09090B 100%)}
.dj-banner-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.3}
.dj-banner-over{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,0,10,0.95) 0%,rgba(3,0,10,0.55) 60%,rgba(3,0,10,0.1) 100%)}
.dj-banner-content{position:relative;z-index:2;padding:32px 36px}
.dj-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(185,130,56,0.2);border:1px solid rgba(185,130,56,0.4);color:var(--gold3);font-size:11px;font-weight:600;padding:4px 12px;border-radius:20px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
.dj-banner-h{font-size:24px;font-weight:600;color:#fff;letter-spacing:-0.3px;margin-bottom:6px}
.dj-banner-h span{color:var(--gold3)}
.dj-banner-sub{font-size:13px;color:rgba(255,255,255,0.55);margin-bottom:16px}
.dj-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.dj-card{background:var(--dark4);border:1px solid var(--border);border-radius:10px;overflow:hidden;cursor:pointer;transition:all 0.22s}
.dj-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.5)}
.dj-thumb{width:100%;aspect-ratio:16/9;overflow:hidden;background:#111114;position:relative}
.dj-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s}
.dj-card:hover .dj-thumb img{transform:scale(1.05)}
.dj-thumb-over{position:absolute;inset:0;background:rgba(0,0,0,0.45);display:flex;align-items:center;justify-content:center}
.dj-play{width:40px;height:40px;background:var(--gold-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform 0.2s}
.dj-card:hover .dj-play{transform:scale(1.1)}
.dj-play svg{width:16px;height:16px;fill:var(--navy-ink);margin-left:2px}
.dj-level{position:absolute;top:8px;left:8px;font-size:9px;font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:0.5px}
.lv-basic{background:#27AE60;color:#fff}
.lv-mid{background:var(--gold-gradient);color:var(--navy-ink)}
.lv-adv{background:#C0392B;color:#fff}
.lv-pro{background:#6C3483;color:#fff}
.dj-body{padding:14px}
.dj-cat{font-size:9.5px;color:var(--gold2);font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:5px}
.dj-title{font-size:14px;font-weight:600;color:#fff;line-height:1.35;margin-bottom:6px}
.dj-instructor{font-size:12px;color:var(--muted);margin-bottom:10px}
.dj-meta{display:flex;align-items:center;justify-content:space-between}
.dj-lessons{font-size:11px;color:var(--text2);display:flex;align-items:center;gap:4px}
.dj-price{font-size:15px;font-weight:600;color:var(--gold3)}
.dj-price.free{color:#2ECC71}
.dj-stars{display:flex;align-items:center;gap:3px;margin-top:6px}
.dj-enrolled{font-size:10.5px;color:var(--muted);margin-top:4px}

/* ===== KIEN THUC ===== */
.kt-sec{background:var(--dark);border-bottom:1px solid var(--border);padding:28px 0}
.kt-tabs{display:flex;gap:4px;flex-wrap:wrap;margin:14px 0 18px}
.kt-tab{padding:7px 18px;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--border2);background:transparent;color:var(--muted2);transition:all 0.2s;font-family:inherit}
.kt-tab.active{background:var(--gold-gradient);border-color:var(--gold);color:var(--navy-ink);font-weight:600}
.kt-tab:hover:not(.active){border-color:#76869E;color:#fff}
.kt-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.kt-card{background:var(--dark3);border:1px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;transition:all 0.22s}
.kt-card:hover{border-color:#8290A8;transform:translateY(-2px)}
.kt-img{width:100%;aspect-ratio:16/9;overflow:hidden;background:#1D1D23;position:relative}
.kt-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}
.kt-card:hover .kt-img img{transform:scale(1.05)}
.kt-cat-tag{position:absolute;top:8px;left:8px;font-size:9px;font-weight:600;padding:3px 7px;border-radius:3px;letter-spacing:0.5px}
.kt-body{padding:11px}
.kt-title{font-size:13px;font-weight:600;color:#fff;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}
.kt-meta{display:flex;align-items:center;gap:10px;font-size:10.5px;color:var(--muted)}
.kt-meta-item{display:flex;align-items:center;gap:3px}
.kt-more{text-align:center;padding:20px 0 0}
.btn-more{background:transparent;border:1.5px solid var(--border2);color:var(--text2);padding:9px 28px;font-size:13px;font-weight:600;border-radius:6px;transition:all 0.2s;font-family:inherit}
.btn-more:hover{border-color:var(--gold);color:var(--gold)}

/* ===== TRUST BAR ===== */
.trust-bar{background:var(--dark3);border-bottom:1px solid var(--border);width:100%}
.trust-bar .container{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:center;gap:14px;padding:22px 20px;border-right:1px solid var(--border)}
.trust-item:last-child{border-right:none}
.trust-icon{width:44px;height:44px;flex-shrink:0;background:rgba(185,130,56,0.1);border-radius:50%;border:1px solid rgba(185,130,56,0.3);display:flex;align-items:center;justify-content:center}
.trust-icon svg{width:22px;height:22px;stroke:var(--gold2)}
.trust-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:3px}
.trust-desc{font-size:11px;color:var(--muted)}

/* ===== FOOTER ===== */
footer{background:#061022;padding:44px 0 0;border-top:1px solid var(--border)}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}
.foot-logo{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.foot-logo-icon{width:38px;height:38px;background:var(--gold-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.foot-logo-icon svg{width:20px;height:20px;fill:var(--navy-ink)}
.foot-logo-text{font-size:21px;font-weight:600;color:#fff}
.foot-logo-text span{color:var(--muted);font-weight:400;font-size:14px}
.foot-desc{font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:18px}
.foot-socials{display:flex;gap:8px}
.soc-btn{width:34px;height:34px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);transition:all 0.2s;font-size:11px;font-weight:600}
.soc-btn:hover{border-color:var(--gold);color:var(--gold)}
.foot-col-h{font-size:13px;font-weight:600;color:#fff;margin-bottom:14px}
.foot-links{list-style:none}
.foot-links li{margin-bottom:9px}
.foot-links a{font-size:12.5px;color:var(--muted);transition:color 0.2s}
.foot-links a:hover{color:var(--gold2)}
.foot-bottom{border-top:1px solid var(--border);padding:18px 0;margin-top:0}
.foot-bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.foot-copy{font-size:11.5px;color:#8290A8}

svg{display:inline-block;flex-shrink:0}


/* ===== WordPress dynamic layer ===== */
:root{--bandj-primary:var(--gold);--bandj-primary-2:var(--gold2);--bandj-primary-3:var(--gold3);--bandj-font:'Inter',sans-serif;}
body.admin-bar .bdj-mobile-filter-panel{top:32px}.screen-reader-text{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
.site-main{min-height:50vh}.bandj-page-wrap{padding:28px 0;background:var(--dark)}.bandj-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.bandj-main-panel,.bandj-sidebar-panel{background:var(--dark2);border:1px solid var(--border);border-radius:12px;padding:18px}.bandj-sidebar-panel{position:sticky;top:18px}.bandj-archive-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}.bandj-archive-title{font-size:24px;font-weight:600;color:#fff;letter-spacing:-.3px}.bandj-archive-desc{color:var(--text2);font-size:13px;max-width:720px;margin-top:6px}.bandj-grid-archive{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.bandj-post-listing{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.bandj-list-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;background:var(--dark3);border:1px solid var(--border);border-radius:10px;padding:10px;transition:.2s}.bandj-list-card:hover{border-color:var(--gold);transform:translateY(-2px)}.bandj-list-thumb{aspect-ratio:1;border-radius:8px;overflow:hidden;background:var(--dark4)}.bandj-list-thumb img{width:100%;height:100%;object-fit:cover}.bandj-list-title{font-size:13px;font-weight:600;line-height:1.4;margin:0 0 7px;color:#fff}.bandj-list-meta{font-size:11px;color:var(--gold2);margin-bottom:6px}.bandj-list-excerpt{font-size:12px;color:var(--muted);line-height:1.55}.bandj-breadcrumb{font-size:12px;color:var(--muted);margin-bottom:14px}.bandj-breadcrumb a{color:var(--gold2)}.bandj-breadcrumb span{margin:0 6px;color:#76869E}.bandj-pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:24px;flex-wrap:wrap}.bandj-pagination .page-numbers{border:1px solid var(--border2);background:var(--dark3);color:var(--text2);padding:7px 11px;border-radius:6px;font-size:12px}.bandj-pagination .current,.bandj-pagination a:hover{background:var(--gold-gradient);border-color:var(--gold);color:var(--navy-ink)}.bandj-sidebar-box{border-bottom:1px solid var(--border);padding-bottom:16px;margin-bottom:16px}.bandj-sidebar-box:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.bandj-sidebar-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:10px;display:flex;align-items:center;gap:8px}.bandj-sidebar-title:before{content:'';width:3px;height:15px;border-radius:3px;background:var(--gold)}.bandj-filter-list{display:flex;flex-direction:column;gap:8px}.bandj-filter-list a,.bandj-filter-list label{display:flex;justify-content:space-between;gap:10px;font-size:12.5px;color:var(--text2);background:var(--dark3);border:1px solid var(--border);border-radius:8px;padding:8px 10px}.bandj-filter-list a:hover{border-color:var(--gold);color:#fff}.bandj-count{color:var(--gold2);font-size:11px}.bandj-filter-form input[type=search],.bandj-filter-form select,.bandj-contact-form input,.bandj-contact-form textarea{width:100%;background:#1D1D23;border:1px solid var(--border2);color:var(--text);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13px;outline:none}.bandj-filter-form input:focus,.bandj-filter-form select:focus,.bandj-contact-form input:focus,.bandj-contact-form textarea:focus{border-color:var(--gold)}.bandj-filter-form{display:grid;gap:10px}.bandj-filter-form button,.bandj-contact-form button,.bandj-small-btn{background:var(--gold-gradient);border:0;border-radius:8px;color:var(--navy-ink);font-weight:600;padding:10px 14px;font-family:inherit}.bandj-mobile-filter-btn{display:none;position:fixed;right:14px;bottom:76px;z-index:999;background:var(--gold-gradient);color:var(--navy-ink);border:0;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,.35)}.bdj-mobile-filter-panel{display:none}.bandj-single-hero{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px}.bandj-single-card{background:var(--dark2);border:1px solid var(--border);border-radius:14px;overflow:hidden}.bandj-single-cover{aspect-ratio:16/9;background:var(--dark4);overflow:hidden}.bandj-single-cover.square{aspect-ratio:1}.bandj-single-cover img{width:100%;height:100%;object-fit:cover}.bandj-single-body{padding:20px}.bandj-single-title{font-size:28px;font-weight:600;line-height:1.2;margin:0 0 12px;color:#fff}.bandj-single-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.bandj-chip{display:inline-flex;align-items:center;gap:5px;background:rgba(185,130,56,.12);border:1px solid rgba(185,130,56,.28);color:var(--gold3);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600}.bandj-content{color:var(--text2);font-size:14px;line-height:1.8}.bandj-content h2,.bandj-section-title{font-size:19px;font-weight:600;color:#fff;margin:26px 0 12px}.bandj-content h3{font-size:16px;font-weight:600;color:#fff;margin:20px 0 10px}.bandj-section-card{background:var(--dark2);border:1px solid var(--border);border-radius:12px;padding:18px;margin-top:18px}.bandj-spec-table{width:100%;border-collapse:collapse;font-size:13px}.bandj-spec-table th,.bandj-spec-table td{border-bottom:1px solid var(--border);padding:10px;text-align:left;vertical-align:top}.bandj-spec-table th{color:#fff;font-weight:600;width:32%}.bandj-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.bandj-gallery-grid img{aspect-ratio:1;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.bandj-faq-item{border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:8px;background:var(--dark3)}.bandj-faq-q{padding:12px 14px;color:#fff;font-weight:600;cursor:pointer}.bandj-faq-a{display:none;padding:0 14px 14px;color:var(--text2)}.bandj-faq-item.active .bandj-faq-a{display:block}.bandj-contact-card{background:linear-gradient(180deg,#1D1D23,#111114);border:1px solid rgba(185,130,56,.28);border-radius:12px;padding:16px}.bandj-contact-card .phone{font-size:20px;color:var(--gold3);font-weight:600}.bandj-contact-actions{display:grid;gap:8px;margin-top:12px}.bandj-contact-actions a{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600}.bandj-contact-actions .zalo{background:#0068ff;color:#fff}.bandj-contact-actions .call{background:var(--gold-gradient);color:var(--navy-ink)}.bandj-contact-actions .quote{background:transparent;border:1px solid var(--border2);color:#fff}.bandj-related{margin-top:24px}.bandj-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.bandj-bottom-nav{display:none}.woocommerce .products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:14px}.woocommerce .products:before,.woocommerce .products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important}.bandj-wc-notice{background:rgba(185,130,56,.1);border:1px solid rgba(185,130,56,.3);padding:12px;border-radius:10px;color:var(--text2);margin-bottom:14px}.bandj-product-detail{display:grid;grid-template-columns:44% minmax(0,1fr);gap:22px}.bandj-product-summary .price{font-size:24px;color:var(--gold3);font-weight:600;margin:10px 0}.bandj-product-summary .cart{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:16px 0}.bandj-product-summary .single_add_to_cart_button{background:var(--gold)!important;color:var(--navy-ink)!important;border-radius:8px!important;font-weight:600!important;padding:10px 18px!important}.bandj-product-summary input.qty{background:#111114;border:1px solid var(--border2);color:#fff;border-radius:8px;padding:8px}.bandj-mobile-menu-toggle{display:none;background:transparent;border:1px solid var(--border2);color:#fff;border-radius:7px;padding:8px}.main-links .menu-item-has-children{position:relative}.main-links .sub-menu{position:absolute;left:0;top:100%;min-width:220px;background:#111114;border:1px solid var(--border);border-radius:0 0 10px 10px;display:none;z-index:50;box-shadow:0 16px 30px rgba(0,0,0,.35);padding:6px 0}.main-links .menu-item-has-children:hover>.sub-menu{display:block}.main-links .sub-menu a{height:auto;display:block;padding:10px 13px;border-bottom:0}.main-links .sub-menu .sub-menu{left:100%;top:0;border-radius:10px}.main-links .sub-menu .menu-item-has-children:hover>.sub-menu{display:block}.main-links ul,.main-links li{list-style:none;margin:0;padding:0}.main-links>ul{display:flex}.bandj-footer-mobile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.bandj-placeholder{display:flex;align-items:center;justify-content:center;background:var(--gold-gradient);color:var(--navy-ink);font-weight:600;font-size:26px;width:100%;height:100%}.prod-card a,.dj-card a,.music-card a,.kol-card a,.kt-card a{display:block}.no-underline a{text-decoration:none!important}.bandj-admin-hint{font-size:12px;color:var(--muted)}
@media(max-width:1024px){.bandj-layout,.bandj-single-hero{grid-template-columns:1fr}.bandj-sidebar-panel{position:static}.bandj-grid-archive,.prod-grid.col5,.prod-grid.col6,.kt-grid,.music-grid{grid-template-columns:repeat(3,1fr)}.dm-grid{grid-template-columns:repeat(4,1fr)}.kol-grid{grid-template-columns:repeat(3,1fr)}.dj-grid,.bandj-related-grid,.woocommerce .products{grid-template-columns:repeat(3,1fr)}.promo-grid{grid-template-columns:1fr 1fr}.foot-grid,.bandj-footer-mobile-grid{grid-template-columns:repeat(2,1fr)}.bandj-product-detail{grid-template-columns:1fr}.main-links{display:none}.main-links.is-open{display:block;position:absolute;top:98px;left:0;right:0;background:var(--dark3);z-index:80;border-bottom:1px solid var(--border);padding:8px 20px}.main-links.is-open>ul{display:block}.main-links.is-open a{height:auto;padding:11px 0}.main-links .sub-menu{position:static;display:block;background:transparent;border:0;box-shadow:none;padding-left:14px}.bandj-mobile-menu-toggle{display:inline-flex}.deal-btn{margin-left:auto}}
@media(max-width:767px){body{padding-bottom:62px}.top-nav .container,header .container{gap:8px}.logo-text{font-size:17px}.search-bar{order:3;max-width:none;flex-basis:100%;width:100%}.nav-actions{display:none}.top-nav,header.full-w{height:auto!important}.top-nav .container,header .container{height:auto!important;flex-wrap:wrap;padding-top:8px;padding-bottom:8px}.main-nav nav,.main-nav{height:auto}.main-nav .container,nav.full-w .container{height:44px!important}.menu-btn span{display:none}.deal-btn{font-size:0;padding:6px 10px}.deal-btn svg{margin-left:0}.hero{min-height:430px}.hero-content{padding:42px 20px}.hero-h1{font-size:28px}.hero-side{display:none}.hero-stats{gap:12px}.hero-stat{width:calc(50% - 6px)}.ticker{padding:7px 0}.dm-grid,.prod-grid.col5,.prod-grid.col6,.kt-grid,.music-grid,.kol-grid,.dj-grid,.bandj-grid-archive,.woocommerce .products{grid-template-columns:repeat(2,1fr);gap:10px}.promo-grid{grid-template-columns:1fr}.trust-bar .container{grid-template-columns:1fr 1fr}.trust-item{padding:14px 10px}.foot-grid,.bandj-footer-mobile-grid{grid-template-columns:repeat(2,1fr);gap:20px}.prod-name{min-height:34px}.bandj-archive-head{display:block}.bandj-main-panel,.bandj-sidebar-panel{padding:14px;border-radius:10px}.bandj-post-listing{grid-template-columns:1fr}.bandj-list-card{grid-template-columns:92px 1fr}.bandj-sidebar-panel{display:none}.bandj-mobile-filter-btn{display:block}.bdj-mobile-filter-panel{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.55)}.bdj-mobile-filter-panel.is-open{display:block}.bdj-mobile-filter-inner{position:absolute;right:0;top:0;bottom:0;width:min(86vw,360px);overflow:auto;background:var(--dark2);border-left:1px solid var(--border);padding:18px}.bdj-mobile-filter-close{width:100%;background:transparent;border:1px solid var(--border2);color:#fff;border-radius:8px;padding:10px;margin-bottom:12px}.bandj-single-title{font-size:24px}.bandj-single-body{padding:16px}.bandj-gallery-grid{grid-template-columns:repeat(2,1fr)}.bandj-related-grid{grid-template-columns:repeat(2,1fr)}.bandj-product-summary .cart{display:grid}.bandj-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:900;background:#09090B;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr)}.bandj-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;color:var(--text2);font-size:10.5px}.bandj-bottom-nav svg{width:18px;height:18px;stroke:var(--gold2)}.brand-item{min-width:100px}.music-banner-content,.dj-banner-content{padding:24px 18px}.music-banner-h,.dj-banner-h{font-size:20px}}

/* ===== HOMEPAGE EDITABLE BANNERS ===== */
.bandj-home-banner-section{background:var(--dark2);padding:18px 0;border-bottom:1px solid var(--border)}
.bandj-home-banner-full{display:block;width:100%;height:400px;border-radius:12px;overflow:hidden;border:1px solid rgba(185,130,56,.22);background:var(--dark4);box-shadow:0 12px 32px rgba(0,0,0,.24)}
.bandj-home-banner-full img{width:100%;height:100%;object-fit:cover;display:block}
.bandj-home-banner-split-section{background:var(--dark);padding:28px 0}
.bandj-home-banner-split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bandj-home-banner-split-item{display:block;height:350px;border-radius:12px;overflow:hidden;border:1px solid rgba(185,130,56,.22);background:var(--dark4);box-shadow:0 12px 32px rgba(0,0,0,.24)}
.bandj-home-banner-split-item img{width:100%;height:100%;object-fit:cover;display:block}
.bandj-home-banner-full:hover img,.bandj-home-banner-split-item:hover img{transform:scale(1.025)}
.bandj-home-banner-full img,.bandj-home-banner-split-item img{transition:transform .35s ease}

/* ===== PRODUCT CATEGORY / WOO ARCHIVE FIX ===== */
.prod-grid.col4{grid-template-columns:repeat(4,minmax(0,1fr))}
.bandj-product-archive .bandj-layout{grid-template-columns:minmax(0,1fr) 280px;gap:20px}
.bandj-product-archive .bandj-main-panel{min-width:0;overflow:hidden}
.bandj-product-archive .bandj-sidebar-panel{min-width:0}
.bandj-product-archive-grid{width:100%;min-width:0;align-items:stretch}
.bandj-product-archive-grid .prod-card{min-width:0;width:100%}
.bandj-product-archive .prod-img-box{width:100%}
.bandj-product-archive .woocommerce-result-count{float:none;margin:0 0 12px;color:var(--muted);font-size:12px}
.bandj-product-archive .woocommerce-ordering{float:none;margin:0 0 14px;display:flex;justify-content:flex-end}
.bandj-product-archive .woocommerce-ordering select{max-width:240px;width:100%;background:#111114;border:1px solid var(--border2);color:var(--text);border-radius:8px;padding:9px 10px;font-family:inherit;font-size:12px;outline:none}
.bandj-product-archive .woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce nav.woocommerce-pagination{margin-top:22px;text-align:center}
.woocommerce nav.woocommerce-pagination ul{border:0;display:inline-flex;gap:6px;margin:0;padding:0;white-space:normal}
.woocommerce nav.woocommerce-pagination ul li{border:0;float:none;display:block}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{background:var(--dark3);border:1px solid var(--border);color:var(--text2);border-radius:8px;min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:600;padding:0 10px}
.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--gold-gradient);border-color:var(--gold);color:var(--navy-ink)}
@media(max-width:1024px){.prod-grid.col4,.bandj-product-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bandj-product-archive .bandj-layout{grid-template-columns:1fr}.bandj-home-banner-split-item{height:300px}}
@media(max-width:767px){.prod-grid.col4,.bandj-product-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bandj-home-banner-full{height:240px}.bandj-home-banner-split-grid{grid-template-columns:1fr;gap:12px}.bandj-home-banner-split-item{height:220px}.bandj-product-archive .woocommerce-ordering{justify-content:stretch}.bandj-product-archive .woocommerce-ordering select{max-width:none}.bandj-product-archive .bandj-archive-head .bandj-filter-form{margin-top:12px}}


/* ===== v1.0.2 menu/category + hero stats + archive fixes ===== */
.bandj-category-menu{position:relative;height:100%;display:flex;align-items:center;flex-shrink:0}.bandj-category-menu-toggle{border-right:1px solid var(--border);padding-right:16px;color:#fff}.bandj-category-dropdown{position:absolute;left:0;top:100%;width:292px;background:#111114;border:1px solid var(--border);border-top:0;border-radius:0 0 12px 12px;box-shadow:0 18px 40px rgba(0,0,0,.42);z-index:99;padding:8px;display:none}.bandj-category-menu:hover .bandj-category-dropdown,.bandj-category-menu:focus-within .bandj-category-dropdown{display:block}.bandj-category-dropdown ul{list-style:none;margin:0;padding:0}.bandj-category-dropdown li{position:relative;margin:0;padding:0}.bandj-category-dropdown a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:8px;color:var(--text2);font-size:13px;font-weight:500;line-height:1.35}.bandj-category-dropdown a:hover{background:rgba(185,130,56,.12);color:#fff}.bandj-category-dropdown a span{font-size:10px;color:var(--gold2);background:rgba(185,130,56,.12);padding:2px 6px;border-radius:999px}.bandj-category-dropdown .sub-menu{position:absolute;left:100%;top:0;width:240px;background:#111114;border:1px solid var(--border);border-radius:12px;padding:8px;display:none;box-shadow:0 18px 40px rgba(0,0,0,.42)}.bandj-category-dropdown li:hover>.sub-menu{display:block}
@media(min-width:1025px){.hero-content{position:relative}.hero-inner{max-width:570px}.hero-stats{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:360px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;border:1px solid rgba(185,130,56,.26);border-radius:18px;background:rgba(12,12,14,.72);backdrop-filter:blur(8px);box-shadow:0 20px 50px rgba(0,0,0,.32);justify-content:initial}.hero-stat{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:11px;min-height:78px}.hstat-icon{width:34px;height:34px;font-size:17px}.hstat-n{font-size:18px}.hstat-l{font-size:10.5px;line-height:1.35}.hero-desc{max-width:500px}}
.bandj-product-archive .bandj-layout{grid-template-columns:minmax(0,1fr) 280px;gap:20px}.bandj-product-archive .bandj-main-panel{min-width:0;overflow:hidden}.bandj-product-archive-grid,.prod-grid.col4{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.bandj-product-archive-grid .prod-card,.prod-grid.col4 .prod-card{min-width:0}.bandj-product-archive-grid .prod-img-box,.prod-grid.col4 .prod-img-box{aspect-ratio:1/1}.bandj-product-archive .bandj-sidebar-panel{width:280px;max-width:100%}.woocommerce .products{width:100%;min-width:0}.woocommerce ul.products li.product{min-width:0!important}.woocommerce ul.products li.product a img{width:100%;height:auto;object-fit:cover}.promo-card{display:block}.promo-card .btn-promo{align-self:flex-start}.bandj-admin-hint{font-size:12px;color:var(--muted)}
@media(max-width:1024px){.bandj-category-menu{display:none}.hero-stats{position:static;transform:none;width:auto;display:flex;padding:0;background:transparent;border:0;box-shadow:none}.bandj-product-archive .bandj-layout{grid-template-columns:1fr}.bandj-product-archive .bandj-sidebar-panel{width:auto}.bandj-product-archive-grid,.prod-grid.col4{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.hero-stats{display:flex;gap:12px;flex-wrap:wrap}.hero-stat{width:calc(50% - 6px)}.bandj-product-archive-grid,.prod-grid.col4{grid-template-columns:repeat(2,minmax(0,1fr))}.prod-body{padding:9px}.prod-price{font-size:13px}.prod-brand{font-size:9px}.prod-name{font-size:12px}}

/* ===== v1.0.3 contact/info + copper gold/gray-black polish ===== */
.bandj-footer-contact{display:grid;gap:5px;margin:0 0 16px;color:var(--muted);font-size:12.5px;line-height:1.55}.bandj-footer-contact strong,.bandj-contact-mini strong,.bandj-contact-meta strong{color:var(--text2);font-weight:600}.bandj-contact-mini,.bandj-contact-meta{display:grid;gap:6px;color:var(--muted);font-size:12px;line-height:1.5;margin-top:10px}.bandj-contact-meta{margin:12px 0 0}.bandj-category-dropdown{background:#111114}.bandj-category-dropdown .sub-menu{background:#111114}.hero-overlay{background:linear-gradient(90deg,rgba(12,12,14,.97) 0%,rgba(12,12,14,.82) 40%,rgba(12,12,14,.25) 70%,rgba(12,12,14,.06) 100%)}.search-bar input,.bandj-filter-form input,.bandj-filter-form select{background:#1D1D23;border-color:var(--border2)}


/* ===== v1.0.4 bandjden luxury gray-black gradient + copper-gold correction ===== */
:root{
  --gold:#9B6728;
  --gold2:#B98238;
  --gold3:#E4BE72;
  --gold-gradient:linear-gradient(135deg,#7B4B1F 0%,#9B6728 34%,#B98238 62%,#E4BE72 100%);
  --gold-glow:rgba(185,130,56,0.34);
  --dark:#09090B;
  --dark2:#111114;
  --dark3:#18181D;
  --dark4:#222228;
  --dark5:#2C2C34;
  --border:#36363E;
  --border2:#4A4A55;
  --text:#F6EFE4;
  --text2:#DCCFBF;
  --muted:#A7B2C4;
  --muted2:#7F8EA5;
  --navy-ink:#08080A;
}
body,.site-main,.bandj-page-wrap{background:linear-gradient(180deg,var(--dark) 0%,var(--dark2) 54%,var(--dark) 100%)!important}
.top-nav,header.full-w{background:var(--dark2)!important}
.main-nav,nav.full-w{background:var(--dark3)!important}
.search-bar input,.bandj-filter-form input,.bandj-filter-form select,.bandj-contact-form input,.bandj-contact-form textarea,.bandj-product-archive .woocommerce-ordering select{background:#1D1D23!important;border-color:var(--border2)!important;color:var(--text)!important}
.logo-icon,.foot-logo-icon,.btn-gold,.play-btn,.dj-play,.ticker,.badge,.flag-sale,.lv-mid,.kt-tab.active,.bandj-filter-form button,.bandj-contact-form button,.bandj-small-btn,.bandj-mobile-filter-btn,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover,.bandj-pagination .current,.bandj-pagination a:hover{background:var(--gold-gradient)!important;color:var(--navy-ink)!important}
.logo-icon svg,.foot-logo-icon svg,.play-btn svg,.dj-play svg{fill:var(--navy-ink)!important;stroke:var(--navy-ink)!important}
.hero-overlay{background:linear-gradient(90deg,rgba(9,9,11,.98) 0%,rgba(17,17,20,.86) 42%,rgba(31,31,36,.34) 72%,rgba(9,9,11,.08) 100%)!important}
.hero-side,.bandj-category-dropdown,.bandj-category-dropdown .sub-menu,.bdj-mobile-filter-inner{background:rgba(17,17,20,.96)!important}
.hero-eyebrow,.music-banner-tag,.dj-tag{background:rgba(185,130,56,.16)!important;border-color:rgba(185,130,56,.42)!important;color:var(--gold3)!important}
.hstat-icon,.trust-icon{background:rgba(185,130,56,.10)!important;border-color:rgba(185,130,56,.38)!important}
.dm-item:hover,.brand-item:hover,.side-item:hover,.bandj-category-dropdown a:hover{background:rgba(185,130,56,.12)!important}
.prod-card:hover,.kol-card:hover,.music-card:hover,.dj-card:hover,.bandj-list-card:hover{border-color:var(--gold2)!important;box-shadow:0 10px 30px rgba(0,0,0,.42)!important}
.bandj-home-banner-full,.bandj-home-banner-split-item{border-color:rgba(185,130,56,.28)!important;box-shadow:0 16px 36px rgba(0,0,0,.30)!important}
.music-hero-banner,.dj-hero-banner{background:linear-gradient(135deg,var(--dark) 0%,var(--dark2) 44%,#1D1D23 100%)!important}
.music-banner-over,.dj-banner-over{background:linear-gradient(90deg,rgba(9,9,11,.94) 0%,rgba(17,17,20,.62) 58%,rgba(31,31,36,.16) 100%)!important}
.bandj-breadcrumb span{color:var(--muted2)!important}
.t-item,.t-sep,.btn-gold,.badge,.flag-sale,.lv-mid,.kt-tab.active,.bandj-filter-form button,.bandj-contact-form button,.bandj-small-btn,.bandj-mobile-filter-btn{color:var(--navy-ink)!important}

/* ===== v1.0.7 bandjden luxury gray-black gradient correction ===== */
:root{
  --gold:#9B6728;
  --gold2:#B98238;
  --gold3:#E4BE72;
  --gold-gradient:linear-gradient(135deg,#6F461E 0%,#9B6728 34%,#B98238 64%,#E4BE72 100%);
  --gold-gradient-soft:linear-gradient(135deg,rgba(155,103,40,.20),rgba(228,190,114,.08));
  --gold-glow:rgba(185,130,56,.34);
  --dark:#09090B!important;
  --dark2:#111114!important;
  --dark3:#18181D!important;
  --dark4:#222228!important;
  --dark5:#2C2C34!important;
  --dark-gradient:linear-gradient(180deg,#070708 0%,#111114 52%,#09090B 100%);
  --dark-gradient-soft:linear-gradient(135deg,#151519 0%,#24242B 55%,#0B0B0D 100%);
  --panel-gradient:linear-gradient(145deg,rgba(34,34,40,.96),rgba(13,13,16,.98));
  --border:#36363E!important;
  --border2:#4A4A55!important;
  --text:#F8F1E7;
  --text2:#DED3C3;
  --muted:#AAA7A2;
  --muted2:#807D79;
  --navy-ink:#08080A!important;
}
html,body,.site-main,.bandj-page-wrap{background:var(--dark-gradient)!important;color:var(--text)!important}
.top-nav,header.full-w{background:linear-gradient(180deg,#151519 0%,#0D0D10 100%)!important;border-bottom-color:var(--border)!important}
.main-nav,nav.full-w{background:linear-gradient(180deg,#222228 0%,#16161A 100%)!important;border-bottom-color:var(--border)!important}
.sec-danh-muc,.promo-sec,.prod-sec.bg2,.brands-sec,.kol-sec,.dj-sec,.trust-bar,.bandj-main-panel,.bandj-sidebar-panel{background:var(--panel-gradient)!important;border-color:var(--border)!important}
.prod-sec.bg3,.prod-card,.kol-card,.music-card,.dj-card,.kt-card,.bandj-list-card,.bandj-filter-list a,.bandj-filter-list label,.bandj-pagination .page-numbers,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{background:linear-gradient(145deg,#222228 0%,#17171B 100%)!important;border-color:var(--border)!important;color:var(--text2)!important}
.dm-img,.prod-img-box,.kol-photo,.music-cover,.dj-thumb,.kt-img,.bandj-list-thumb,.bandj-home-banner-full,.bandj-home-banner-split-item{background:linear-gradient(145deg,#27272E 0%,#141417 100%)!important;border-color:rgba(185,130,56,.22)!important}
.search-bar input,.bandj-filter-form input,.bandj-filter-form select,.bandj-contact-form input,.bandj-contact-form textarea,.bandj-product-archive .woocommerce-ordering select{background:#1D1D23!important;border-color:var(--border2)!important;color:var(--text)!important}
.nav-act-link:hover,.nav-act-icon:hover,.btn-follow{background:#222228!important;color:#fff!important}
.hero-overlay{background:linear-gradient(90deg,rgba(9,9,11,.985) 0%,rgba(17,17,20,.88) 42%,rgba(34,34,40,.38) 72%,rgba(9,9,11,.08) 100%)!important}
.hero-side,.bandj-category-dropdown,.bandj-category-dropdown .sub-menu,.bdj-mobile-filter-inner{background:rgba(17,17,20,.96)!important;border-color:var(--border)!important;box-shadow:0 18px 45px rgba(0,0,0,.46)!important}
@media(min-width:1025px){.hero-content{position:relative}.hero-stats{background:rgba(17,17,20,.74)!important;border-color:rgba(185,130,56,.30)!important;box-shadow:0 22px 55px rgba(0,0,0,.38)!important}.hero-stat{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.09)!important}}
.music-hero-banner,.dj-hero-banner{background:linear-gradient(135deg,#09090B 0%,#18181D 48%,#2A2A30 100%)!important}
.music-banner-over,.dj-banner-over{background:linear-gradient(90deg,rgba(9,9,11,.94) 0%,rgba(17,17,20,.64) 58%,rgba(42,42,48,.16) 100%)!important}
.logo-icon,.foot-logo-icon,.btn-gold,.play-btn,.dj-play,.ticker,.badge,.flag-sale,.lv-mid,.kt-tab.active,.bandj-filter-form button,.bandj-contact-form button,.bandj-small-btn,.bandj-mobile-filter-btn,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover,.bandj-pagination .current,.bandj-pagination a:hover{background:var(--gold-gradient)!important;color:var(--navy-ink)!important}
.logo-icon svg,.foot-logo-icon svg,.play-btn svg,.dj-play svg{fill:var(--navy-ink)!important;stroke:var(--navy-ink)!important}
.hero-eyebrow,.music-banner-tag,.dj-tag{background:rgba(155,103,40,.18)!important;border-color:rgba(228,190,114,.34)!important;color:var(--gold3)!important}
.hstat-icon,.trust-icon{background:rgba(155,103,40,.12)!important;border-color:rgba(228,190,114,.30)!important}
.dm-item:hover,.brand-item:hover,.side-item:hover,.bandj-category-dropdown a:hover{background:rgba(185,130,56,.12)!important;color:#fff!important}
.prod-card:hover,.kol-card:hover,.music-card:hover,.dj-card:hover,.bandj-list-card:hover{border-color:var(--gold2)!important;box-shadow:0 14px 34px rgba(0,0,0,.48)!important}
.bandj-home-banner-full,.bandj-home-banner-split-item{box-shadow:0 18px 40px rgba(0,0,0,.38)!important}
.bandj-bottom-nav{background:linear-gradient(180deg,#1D1D23 0%,#0D0D10 100%)!important;border-top-color:var(--border)!important}
footer{background:#070708!important;border-top-color:var(--border)!important}
.t-item,.t-sep,.btn-gold,.badge,.flag-sale,.lv-mid,.kt-tab.active,.bandj-filter-form button,.bandj-contact-form button,.bandj-small-btn,.bandj-mobile-filter-btn{color:var(--navy-ink)!important}


/* v1.0.8 grayblack settings binding fixes */
.bandj-hot-products-section{width:100%;background:linear-gradient(180deg,#09090B 0%,#1D1D23 52%,#09090B 100%);border-top:1px solid rgba(185,130,56,.2);border-bottom:1px solid rgba(185,130,56,.2);padding:28px 0}
.bandj-home-banner-full,.bandj-home-banner-split-item{position:relative;display:block;overflow:hidden;background:#111114;border:1px solid rgba(185,130,56,.24);box-shadow:0 16px 40px rgba(0,0,0,.24)}
.bandj-home-banner-full:after,.bandj-home-banner-split-item:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,8,.62),rgba(7,7,8,.12) 56%,rgba(7,7,8,.04));pointer-events:none;opacity:.75}
.bandj-home-banner-full .bandj-banner-copy,.bandj-home-banner-split-item .bandj-banner-copy{position:absolute;left:24px;bottom:22px;z-index:2;max-width:48%;display:grid;gap:6px;color:#fff;text-shadow:0 3px 14px rgba(0,0,0,.55)}
.bandj-home-banner-full .bandj-banner-copy strong,.bandj-home-banner-split-item .bandj-banner-copy strong{font-size:22px;line-height:1.18;font-weight:600;color:#fff}
.bandj-home-banner-split-item .bandj-banner-copy strong{font-size:18px}.bandj-banner-copy em{font-style:normal;font-size:13px;color:rgba(255,255,255,.82);line-height:1.5}.bandj-banner-copy b{width:max-content;background:var(--gold-gradient);color:var(--navy-ink);padding:7px 12px;border-radius:8px;font-size:12px;font-weight:600;text-shadow:none}.bandj-footer-product-cats{display:block!important}
@media(max-width:767px){.bandj-home-banner-full .bandj-banner-copy,.bandj-home-banner-split-item .bandj-banner-copy{left:14px;right:14px;bottom:14px;max-width:none}.bandj-home-banner-full .bandj-banner-copy strong{font-size:17px}.bandj-home-banner-split-item .bandj-banner-copy strong{font-size:15px}.bandj-banner-copy em{font-size:12px}}

/* ===== Home origin fix: force original homepage sections to keep card/grid wrappers ===== */
.home .kt-sec .kt-grid,.front-page .kt-sec .kt-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.home .brands-row,.front-page .brands-row{min-height:58px;background:var(--panel-gradient)}
.home .kol-sec,.front-page .kol-sec,.home .music-sec,.front-page .music-sec,.home .dj-sec,.front-page .dj-sec,.home .kt-sec,.front-page .kt-sec{clear:both;width:100%;overflow:hidden}
@media(max-width:767px){.home .kt-sec .kt-grid,.front-page .kt-sec .kt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v1.0.12 — fixed 3 editable homepage banners */
.bandj-home-banner-section .container{max-width:1250px}
.bandj-home-banner-full{height:300px!important;border-radius:16px!important;position:relative!important;display:block!important;overflow:hidden!important;background:#09090B!important}
.bandj-home-banner-full img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}
.bandj-home-banner-split-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.bandj-home-banner-split-item{height:350px!important;border-radius:16px!important;position:relative!important;display:block!important;overflow:hidden!important;background:#09090B!important}
.bandj-home-banner-split-item img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}
.bandj-home-banner-full:not(:has(.bandj-banner-copy)):after,.bandj-home-banner-split-item:not(:has(.bandj-banner-copy)):after{display:none!important}
.bandj-home-banner-full .bandj-banner-copy,.bandj-home-banner-split-item .bandj-banner-copy{z-index:3!important}
@media(max-width:767px){.bandj-home-banner-full{height:180px!important}.bandj-home-banner-split-grid{grid-template-columns:1fr!important}.bandj-home-banner-split-item{height:220px!important}}

/* === v1.0.14: exact 3 banner ratio + graphic category icons === */
.bandj-home-banner-full-section{padding:22px 0!important;background:var(--dark2)!important}
.bandj-home-banner-full{height:auto!important;aspect-ratio:2048/718!important;min-height:0!important;max-height:none!important;border-radius:14px!important;overflow:hidden!important;display:block!important;background:#08080A!important}
.bandj-home-banner-full img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
@media(max-width:767px){.bandj-home-banner-full{aspect-ratio:2048/718!important;height:auto!important}.bandj-home-banner-full-section{padding:12px 0!important}}
.dm-graphic-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:12px!important}
.dm-graphic-item{background:linear-gradient(145deg,#24242B 0%,#111114 58%,#09090B 100%)!important;border:1px solid rgba(185,130,56,.26)!important;border-radius:14px!important;padding:14px 8px 12px!important;min-height:126px!important;justify-content:center!important;box-shadow:0 10px 24px rgba(0,0,0,.20)!important}
.dm-graphic-item:hover{background:linear-gradient(145deg,#2C2C34 0%,#17171B 58%,#0B0B0D 100%)!important;border-color:rgba(228,190,114,.56)!important;box-shadow:0 14px 32px rgba(0,0,0,.32),0 0 0 1px rgba(228,190,114,.10) inset!important;transform:translateY(-2px)!important}
.dm-graphic{width:58px!important;height:58px!important;border-radius:18px!important;display:grid!important;place-items:center!important;background:radial-gradient(circle at 30% 20%,rgba(228,190,114,.20),rgba(155,103,40,.06) 52%,rgba(9,9,11,.0) 72%),linear-gradient(145deg,rgba(185,130,56,.12),rgba(255,255,255,.03))!important;border:1px solid rgba(228,190,114,.28)!important;color:#E4BE72!important;margin-bottom:9px!important;box-shadow:inset 0 0 18px rgba(228,190,114,.08),0 8px 18px rgba(0,0,0,.22)!important}
.dm-graphic svg{width:38px!important;height:38px!important;display:block!important;color:#E4BE72!important;filter:drop-shadow(0 0 8px rgba(228,190,114,.18))!important}
.dm-graphic-item .dm-name{font-size:12px!important;font-weight:600!important;color:#F8F1E7!important;line-height:1.28!important;min-height:31px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
@media(max-width:1024px){.dm-graphic-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:767px){.dm-graphic-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dm-graphic-item{min-height:116px!important}.dm-graphic{width:52px!important;height:52px!important}.dm-graphic svg{width:34px!important;height:34px!important}}

/* ===== v1.0.15: Kiến thức 4 tin không ảnh + floating support ===== */
.kt-sec .kt-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.kt-sec .kt-grid .kt-card:nth-child(n+5){display:none!important}.kt-sec .kt-img{display:none!important}.kt-sec .kt-card{min-height:142px!important;display:block;background:linear-gradient(145deg,#222228 0%,#17171B 100%)!important;border:1px solid var(--border)!important;border-radius:12px!important;box-shadow:0 10px 26px rgba(0,0,0,.28)!important;overflow:hidden}.kt-sec .kt-card .kt-body{padding:15px 15px 14px!important;min-height:142px;display:flex;flex-direction:column;justify-content:flex-start}.kt-sec .kt-card .kt-title{min-height:0!important;font-size:13.5px!important;line-height:1.45!important;font-weight:600;color:#fff;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kt-sec .kt-card .kt-title:before{content:'Blog';display:inline-flex;margin:0 0 9px;padding:4px 9px;border-radius:999px;font-size:10px;line-height:1;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--navy-ink);background:var(--gold-gradient)}.kt-sec .kt-card .kt-meta{margin-top:auto;color:var(--muted);font-size:11.5px}.bandj-floating-actions{position:fixed;right:18px;bottom:22px;z-index:9999;display:flex;flex-direction:column;gap:10px;align-items:flex-end;pointer-events:none}.bandj-floating-actions a,.bandj-floating-actions button{pointer-events:auto}.bandj-float-hotline{display:flex;align-items:center;gap:9px;min-height:45px;padding:10px 14px 10px 12px;border-radius:999px;color:var(--navy-ink)!important;background:var(--gold-gradient);box-shadow:0 14px 30px rgba(0,0,0,.38),0 0 0 1px rgba(228,190,114,.28) inset;font-weight:600;font-size:13px;text-decoration:none!important;border:1px solid rgba(228,190,114,.45)}.bandj-float-hotline span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:rgba(8,8,10,.12)}.bandj-backtop{width:45px;height:45px;border-radius:50%;border:1px solid rgba(228,190,114,.45);background:linear-gradient(145deg,#222228,#09090B);color:var(--gold3);font-size:20px;font-weight:600;box-shadow:0 14px 30px rgba(0,0,0,.38);cursor:pointer}.bandj-backtop:hover,.bandj-float-hotline:hover{transform:translateY(-2px)}@media(max-width:900px){.kt-sec .kt-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bandj-floating-actions{right:12px;bottom:74px}.bandj-float-hotline b{display:none}.bandj-float-hotline{width:46px;height:46px;min-height:46px;padding:0;justify-content:center}.bandj-float-hotline span{background:transparent}}@media(max-width:480px){.kt-sec .kt-card .kt-title{font-size:12.5px!important;-webkit-line-clamp:4}.kt-sec .kt-card .kt-body{padding:12px!important;min-height:135px}}


/* === BandJ HTML mockup v2: safe scoped header + homepage === */
:root{--bj-bg:#030303;--bj-surface:#0d0d0d;--bj-panel:#151515;--bj-panel2:#1c1c1c;--bj-line:rgba(255,255,255,.13);--bj-line-soft:rgba(255,255,255,.075);--bj-text:#f5f5f5;--bj-muted:#b9b9b9;--bj-dim:#7b7b7b;--bj-gold:#ffc400;--bj-gold2:#d99312;--bj-gold3:#ffb326;--bj-red:#ff2d2d;--bj-radius:8px;--bj-shadow:0 18px 55px rgba(0,0,0,.55)}
body.bandj-html-layout{background:#000;color:var(--bj-text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}.bandj-html-layout a{text-decoration:none}.bandj-html-layout img{display:block;max-width:100%}
.bandj-html-header{position:sticky;top:0;z-index:300;background:#030303;border-bottom:1px solid rgba(255,255,255,.13);height:84px;width:100%;display:grid;grid-template-columns:170px clamp(150px,18vw,240px) minmax(0,1fr) 132px 34px;align-items:center;gap:12px;padding-left:max(14px,calc((100vw - 1250px)/2 + 18px));padding-right:max(14px,calc((100vw - 1250px)/2 + 18px))}
.bandj-html-header .header-top{display:contents;height:auto;padding:0;border:0}.bandj-html-header .logo{grid-column:1;display:inline-flex;flex-direction:column;justify-content:center;line-height:.88;letter-spacing:-1.8px;min-width:0;color:#fff}.bandj-html-header .logo-main{font-size:26px;font-weight:600;color:#fff;white-space:nowrap;letter-spacing:-.8px}.bandj-html-header .logo-main .j{color:var(--bj-gold)}.bandj-html-header .logo-main .vn{font-size:.48em;letter-spacing:.2px;margin-left:3px;color:#fff}.bandj-html-header .logo-sub{font-size:5.8px;letter-spacing:3px;color:#fff;font-weight:600;margin-top:5px;padding-left:10px;white-space:nowrap}.bandj-html-header .search{grid-column:2;min-width:0;height:34px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#1b1b1b,#0f0f0f);display:flex;align-items:center;gap:6px;padding:0 10px 0 13px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.bandj-html-header .search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:11px}.bandj-html-header .search button{border:0;background:transparent;color:#fff;padding:0;display:grid;place-items:center;cursor:pointer}.bandj-html-header .search svg{width:18px;height:18px;color:#fff;flex:0 0 auto}.bandj-html-header .hotline{grid-column:4;height:40px;border-radius:8px;border:1px solid var(--bj-gold);display:grid;grid-template-columns:23px 1fr;gap:6px;align-items:center;padding:0 8px;background:#050505;color:#fff}.bandj-html-header .hotline svg{width:22px;height:22px;fill:var(--bj-gold)}.bandj-html-header .hotline small{display:block;font-size:7px;line-height:1;color:#fff;text-transform:uppercase}.bandj-html-header .hotline strong{display:block;font-size:11px;line-height:1.05;font-weight:600}.bandj-html-header .icon-btn{grid-column:5;width:34px;height:38px;display:grid;place-items:center;color:#fff;background:transparent;border:0;position:relative;cursor:pointer}.bandj-html-header .icon-btn svg{width:24px;height:24px}.bandj-html-header .cart-badge{position:absolute;top:3px;right:0;width:14px;height:14px;border-radius:50%;background:var(--bj-gold);color:#111;font-size:9px;font-weight:600;display:grid;place-items:center}.bandj-html-header .navbar{grid-column:3;grid-row:1;min-width:0;height:84px;display:flex;justify-content:center;align-items:end;gap:clamp(11px,1.25vw,20px);padding:0 0 8px;overflow:visible}.bandj-html-header .home{display:none!important}.bandj-html-header .nav-item{height:58px;position:relative;border:0;background:transparent;color:#fff;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.01em;padding:0 0 16px;display:flex;align-items:end;gap:3px;white-space:nowrap;cursor:pointer}.bandj-html-header a.nav-item{align-items:end}.bandj-html-header .nav-item span{font-size:13px;font-weight:600;margin-left:2px;color:inherit}.bandj-html-header .nav-item:hover,.bandj-html-header .nav-item.is-active{color:var(--bj-gold)}.bandj-html-header .nav-item::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:var(--bj-gold);transform:scaleX(0);transition:.2s}.bandj-html-header .nav-item:hover::after,.bandj-html-header .nav-item.is-active::after{transform:scaleX(1)}.bandj-html-header .nav-item::before{content:"";position:absolute;left:50%;bottom:-6px;width:13px;height:13px;background:currentColor;transform:translateX(-50%) rotate(45deg) scale(0);border-radius:2px;transition:.2s}.bandj-html-header .nav-item:hover::before,.bandj-html-header .nav-item.is-active::before{transform:translateX(-50%) rotate(45deg) scale(.48)}
.bandj-html-header .mega-layer{position:absolute;left:50%;top:84px;transform:translateX(-50%);width:min(1250px,calc(100vw - 24px));z-index:260;display:none;padding:0 18px;pointer-events:none}.bandj-html-header .mega-layer.is-open{display:block;pointer-events:auto}.bandj-html-header .mega-panel{display:none;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:radial-gradient(circle at 17% 70%,rgba(255,255,255,.04),transparent 28%),radial-gradient(circle at 82% 13%,rgba(255,196,0,.06),transparent 28%),linear-gradient(135deg,rgba(24,24,24,.985),rgba(12,12,12,.985) 55%,rgba(23,23,23,.985));box-shadow:0 22px 70px rgba(0,0,0,.68),inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden;backdrop-filter:blur(10px)}.bandj-html-header .mega-panel.is-active{display:block}.bandj-html-header .products-mega{display:grid;grid-template-columns:1.05fr 1.05fr 1.42fr 1.18fr 1.58fr;min-height:430px}.bandj-html-header .mega-col{position:relative;min-height:430px;padding:34px 30px 0;border-right:1px solid rgba(255,255,255,.1);overflow:hidden}.bandj-html-header .mega-col:last-child{border-right:0}.bandj-html-header .mega-col::after{content:"";position:absolute;left:0;right:0;bottom:0;height:185px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.68));z-index:1}.bandj-html-header .mega-title{position:relative;z-index:2;color:var(--bj-gold);font-size:15px;font-weight:600;text-transform:uppercase;margin:0 0 30px;white-space:nowrap}.bandj-html-header .mega-links{position:relative;z-index:2;display:grid;gap:20px;font-size:14px;color:#f2f2f2}.bandj-html-header .mega-links a:hover{color:var(--bj-gold)}.bandj-html-header .chip-row{display:flex;flex-wrap:wrap;gap:10px 8px;position:relative;z-index:2}.bandj-html-header .chip{font-size:11px;color:#fff;background:#222;border:1px solid rgba(255,255,255,.08);border-radius:7px;min-height:32px;padding:7px 10px;display:inline-flex;align-items:center}.bandj-html-header .chip.is-active{background:var(--bj-gold);color:#111;border-color:var(--bj-gold)}.bandj-html-header .mega-ad{position:relative;overflow:hidden;min-height:430px;padding:45px 34px;background:linear-gradient(145deg,#141414,#050505);color:#fff}.bandj-html-header .mega-ad:before{content:"";position:absolute;inset:auto -20% -18% -20%;height:60%;background:radial-gradient(circle,rgba(255,196,0,.18),transparent 60%)}.bandj-html-header .mega-ad div{position:relative;z-index:2}.bandj-html-header .mega-ad h3{font-size:34px;line-height:1.08;margin:0 0 20px;text-transform:uppercase;font-weight:600}.bandj-html-header .mega-ad h3 span{display:block;color:var(--bj-gold)}.bandj-html-header .mega-ad p{color:#ddd;font-size:13px;line-height:1.5}.bandj-html-header .simple-panel-inner{display:grid;grid-template-columns:1fr 1fr;min-height:320px}.bandj-html-header .simple-list{padding:35px 52px;display:grid;gap:24px}.bandj-html-header .simple-item{display:grid;grid-template-columns:1fr 18px;gap:18px;align-items:center;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.bandj-html-header .simple-item h3{margin:0 0 5px;font-size:18px;font-weight:500}.bandj-html-header .simple-item p{margin:0;color:#bbb;font-size:13px;line-height:1.45}.bandj-html-header .btn,.bandj-html-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 18px;border-radius:4px;font-size:12px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:.2s}.bandj-html-header .btn-primary,.bandj-html-home .btn-primary{background:linear-gradient(180deg,#ffd05b,#d79516);color:#111}
.bandj-html-home{max-width:1250px;margin:0 auto;background:#030303;color:var(--bj-text);position:relative;box-shadow:0 0 0 1px rgba(255,196,0,.12),0 20px 80px rgba(0,0,0,.65)}.bandj-html-home .container{max-width:none;width:auto;padding-left:52px;padding-right:52px}.bandj-html-home .section-title{display:flex;align-items:center;justify-content:space-between;margin:22px 0 12px}.bandj-html-home .section-title h2{margin:0;color:#fff;font-size:25px;line-height:1.05;font-weight:500;text-transform:uppercase;letter-spacing:.015em}.bandj-html-home .section-title .view-all{font-size:12px;color:var(--bj-gold);border:1px solid rgba(255,196,0,.55);border-radius:5px;padding:7px 13px}.bandj-html-home .hero{height:358px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 70% 35%,rgba(255,196,0,.11),transparent 24%),linear-gradient(90deg,#030303 0%,#060606 42%,#111 100%)}.bandj-html-home .hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 35% 58%,rgba(255,196,0,.09),transparent 19%),linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.1) 56%,rgba(0,0,0,.35))}.bandj-html-home .hero-product{position:absolute;right:0;top:0;width:60%;height:100%;object-fit:cover;opacity:.95;mix-blend-mode:screen}.bandj-html-home .hero-content{position:relative;z-index:2;width:48%;padding:56px 0 0 75px}.bandj-html-home .hero-kicker{font-size:18px;color:#fff;text-transform:uppercase;font-weight:500;margin:0 0 12px}.bandj-html-home .hero h1{font-size:37px;line-height:1.13;margin:0 0 14px;text-transform:uppercase;font-weight:600}.bandj-html-home .hero h1 span{display:block;color:var(--bj-gold);font-size:37px}.bandj-html-home .hero p{margin:0 0 17px;color:#ddd;font-size:14px;line-height:1.5}.bandj-html-home .hero-features{display:flex;gap:34px;margin-top:28px;color:#ddd;font-size:12px}.bandj-html-home .hero-features div{display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:center}.bandj-html-home .hero-features svg{width:26px;height:26px;color:#e4e4e4}.bandj-html-home .flash-section{padding-top:24px;border-bottom:1px solid rgba(255,255,255,.1)}.bandj-html-home .flash-head{display:grid;grid-template-columns:280px 370px 1fr;align-items:center;gap:8px;margin-bottom:18px}.bandj-html-home .flash-logo{font-size:46px;line-height:1;font-weight:600;color:var(--bj-gold);text-transform:uppercase;letter-spacing:-1px}.bandj-html-home .timer{display:flex;gap:8px}.bandj-html-home .timer span{width:58px;height:49px;border-radius:7px;background:linear-gradient(180deg,#2d2d2d,#151515);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:19px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.bandj-html-home .timer small{font-size:11px;color:#ddd;font-weight:400}.bandj-html-home .sale-live{text-align:right;color:#fff;font-size:13px;line-height:1.4}.bandj-html-home .sale-live b{font-size:15px}.bandj-html-home .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.bandj-html-home .product-card{background:linear-gradient(150deg,#1b1b1b,#111);border:1px solid rgba(255,255,255,.16);border-radius:12px;overflow:hidden;min-height:207px;padding:0 14px 14px;position:relative;transition:.2s}.bandj-html-home .product-card:hover{transform:translateY(-2px);border-color:rgba(255,196,0,.5);box-shadow:0 12px 28px rgba(0,0,0,.35)}.bandj-html-home .product-media{height:108px;margin:0 -14px 9px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.05),transparent 54%)}.bandj-html-home .product-media img{max-height:106px;width:100%;object-fit:contain}.bandj-html-home .product-card h3{font-size:13px;line-height:1.26;font-weight:500;margin:0 0 8px;color:#f5f5f5;min-height:36px}.bandj-html-home .product-bottom{display:flex;align-items:end;justify-content:space-between;gap:6px}.bandj-html-home .product-bottom strong{font-size:17px;font-weight:600;color:#fff}.bandj-html-home .old{margin:2px 0 0;font-size:11px;color:#a0a0a0}.bandj-html-home .old span{text-decoration:line-through}.bandj-html-home .old b{color:#fff;font-weight:400;margin-left:4px}.bandj-html-home .product-bottom .bandj-cart-mini{width:34px;height:34px;border:1px solid var(--bj-gold);border-radius:5px;background:transparent;color:var(--bj-gold);display:grid;place-items:center}.bandj-html-home .product-bottom svg{width:18px;height:18px}.bandj-html-home .subline{font-size:11px;color:#b8b8b8;margin:0 0 9px}.bandj-html-home .category-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:16px 0 22px}.bandj-html-home .category-card{height:128px;background:linear-gradient(160deg,#202020,#111);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:7px;overflow:hidden;transition:.2s}.bandj-html-home .category-card:hover{border-color:rgba(255,196,0,.45)}.bandj-html-home .category-card img{height:76px;width:100%;object-fit:contain;margin-bottom:auto}.bandj-html-home .category-card span{font-size:13px;color:#fff;text-align:center}.bandj-html-home .tabs{display:flex;gap:8px;margin:-3px 0 8px;overflow:auto;padding-bottom:1px}.bandj-html-home .tabs span{font-size:12px;color:#eee;background:#1d1d1d;border:1px solid rgba(255,255,255,.14);border-radius:5px;padding:5px 16px;white-space:nowrap}.bandj-html-home .tabs .active{background:var(--bj-gold);color:#111;border-color:var(--bj-gold)}.bandj-html-home .tag-used{position:absolute;left:9px;top:8px;z-index:2;background:#4d7b38;color:#fff;border-radius:3px;font-size:8px;font-weight:600;padding:3px 7px}.bandj-html-home .services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:15px 0 24px}.bandj-html-home .service-card{min-height:105px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:linear-gradient(145deg,#1e1e1e,#101010);display:grid;grid-template-columns:68px 1fr 20px;gap:12px;align-items:center;padding:20px;color:#fff}.bandj-html-home .service-card svg{width:54px;height:54px;color:var(--bj-gold)}.bandj-html-home .service-card h3{margin:0 0 4px;font-size:18px;color:var(--bj-gold);font-weight:500}.bandj-html-home .service-card p{margin:0;font-size:12px;line-height:1.35;color:#c7c7c7}.bandj-html-home .course-banner{min-height:112px;border:1px solid rgba(255,196,0,.35);border-radius:12px;margin:13px 0 15px;overflow:hidden;position:relative;background:#0f0f0f}.bandj-html-home .course-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}.bandj-html-home .course-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.58),rgba(0,0,0,.25))}.bandj-html-home .course-copy{position:relative;z-index:2;height:100%;min-height:112px;display:grid;grid-template-columns:56px 1fr 165px;align-items:center;gap:12px;padding:0 15px}.bandj-html-home .course-copy svg{width:48px;height:48px;color:var(--bj-gold)}.bandj-html-home .course-copy h3{margin:0 0 4px;font-size:18px;text-transform:uppercase;font-weight:600}.bandj-html-home .course-copy p{margin:0;font-size:12px;color:#d2d2d2;line-height:1.35}.bandj-html-home .news-section{background:linear-gradient(180deg,#161616,#090909);padding:13px 52px 13px;border-top:1px solid rgba(255,255,255,.08)}.bandj-html-home .news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bandj-html-home .news-card{border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#171717;overflow:hidden;min-height:150px}.bandj-html-home .news-img{height:94px;position:relative;overflow:hidden}.bandj-html-home .news-img img{width:100%;height:100%;object-fit:cover}.bandj-html-home .news-card h3{font-size:14px;line-height:1.35;font-weight:500;margin:10px 10px 5px;color:#fff}.bandj-html-home .news-card p{font-size:10px;color:#aaa;margin:0 10px 10px}.bandj-html-home .home-empty{padding:22px;border:1px dashed rgba(255,255,255,.18);border-radius:12px;color:#aaa;background:#111}
@media(max-width:1120px){.bandj-html-header{grid-template-columns:122px 145px minmax(0,1fr) 110px 32px;gap:8px;padding-left:10px;padding-right:10px}.bandj-html-header .logo-main{font-size:23px}.bandj-html-header .logo-sub{font-size:5.2px;letter-spacing:2.45px}.bandj-html-header .navbar{gap:8px}.bandj-html-header .nav-item{font-size:10.5px}.bandj-html-header .nav-item span{font-size:12px}.bandj-html-header .search{height:31px;padding:0 8px 0 10px}.bandj-html-header .search input{font-size:10px}.bandj-html-home .container{padding-left:30px;padding-right:30px}.bandj-html-home .flash-head{grid-template-columns:1fr 1fr}.bandj-html-home .sale-live{text-align:left}}
@media(max-width:900px){.bandj-html-header{height:auto;display:block;padding:12px 16px}.bandj-html-header .header-top{display:grid;grid-template-columns:1fr 44px;gap:10px}.bandj-html-header .logo-main{font-size:28px}.bandj-html-header .logo-sub{font-size:6px}.bandj-html-header .search{grid-column:1/-1;height:44px;order:3}.bandj-html-header .hotline{display:none}.bandj-html-header .icon-btn{position:absolute;right:12px;top:12px}.bandj-html-header .navbar{height:auto;justify-content:flex-start;gap:22px;overflow:auto;padding:10px 0 0}.bandj-html-header .nav-item{height:42px;font-size:14px;padding-bottom:12px}.bandj-html-header .mega-layer{top:116px;padding:0 10px}.bandj-html-header .products-mega,.bandj-html-header .simple-panel-inner{grid-template-columns:1fr;min-height:auto}.bandj-html-header .mega-col,.bandj-html-header .mega-ad{min-height:220px;padding:24px}.bandj-html-home .container,.bandj-html-home .news-section{padding-left:16px;padding-right:16px}.bandj-html-home .hero{height:auto;min-height:460px}.bandj-html-home .hero-product{width:100%;height:55%;opacity:.52}.bandj-html-home .hero-content{width:100%;padding:50px 22px 180px}.bandj-html-home .hero h1,.bandj-html-home .hero h1 span{font-size:34px}.bandj-html-home .hero-features{flex-wrap:wrap;gap:16px}.bandj-html-home .flash-head{grid-template-columns:1fr}.bandj-html-home .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bandj-html-home .category-row{grid-template-columns:repeat(2,minmax(0,1fr))}.bandj-html-home .services,.bandj-html-home .news-grid{grid-template-columns:1fr}.bandj-html-home .course-copy{grid-template-columns:44px 1fr;gap:10px}.bandj-html-home .course-copy .btn{grid-column:1/-1}.bandj-html-home .section-title h2{font-size:22px}}


/* === V3 VISUAL FIX: exact HTML banner/mega/icon/image fallback === */
.bandj-html-header .mega-title{display:flex;align-items:center;gap:13px}.bandj-html-header .mega-title svg{width:30px;height:30px;flex:0 0 auto}.bandj-html-header .mega-col img{position:absolute;left:0;right:0;bottom:0;width:100%;height:185px;object-fit:cover;opacity:.72;filter:saturate(.9) contrast(1.05);z-index:0}.bandj-html-header .mega-col>*:not(img){position:relative;z-index:2}.bandj-html-header .mega-ad>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.30;mix-blend-mode:screen}.bandj-html-header .mega-ad .mini-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0 22px;font-size:10px;text-transform:uppercase}.bandj-html-header .mega-ad .mini-icons span{display:block;color:#ddd}.bandj-html-header .mega-ad .mini-icons svg{width:30px;height:30px;color:var(--bj-gold);margin-bottom:7px;display:block}
.bandj-html-home .hero{height:358px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 70% 35%,rgba(255,196,0,.11),transparent 24%),linear-gradient(90deg,#030303 0%,#060606 42%,#111 100%)}.bandj-html-home .hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 35% 58%,rgba(255,196,0,.09),transparent 19%),linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.1) 56%,rgba(0,0,0,.35));z-index:1}.bandj-html-home .hero-product{position:absolute;right:0;top:0;width:60%;height:100%;object-fit:cover;opacity:.95;mix-blend-mode:screen;z-index:0}.bandj-html-home .hero-content{position:relative;z-index:2;width:48%;padding:56px 0 0 75px}.bandj-html-home .hero-kicker{font-size:18px;color:#fff;text-transform:uppercase;font-weight:500;margin:0 0 12px}.bandj-html-home .hero h1{font-size:37px;line-height:1.13;margin:0 0 14px;text-transform:uppercase;font-weight:600;color:#fff}.bandj-html-home .hero h1 span{display:block;color:var(--bj-gold);font-size:37px}.bandj-html-home .hero p{margin:0 0 17px;color:#ddd;font-size:14px;line-height:1.5}.bandj-html-home .hero-features{display:flex;gap:34px;margin-top:28px;color:#ddd;font-size:12px}.bandj-html-home .hero-features div{display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:center}.bandj-html-home .hero-features svg{width:26px;height:26px;color:#e4e4e4}.bandj-html-home .arrow-nav{position:absolute;top:51%;transform:translateY(-50%);z-index:4;width:38px;height:60px;color:#fff;display:grid;place-items:center;font-size:36px;line-height:1}.bandj-html-home .arrow-left{left:22px}.bandj-html-home .arrow-right{right:22px}.bandj-html-home .dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.bandj-html-home .dots span{width:8px;height:8px;border-radius:50%;background:#bdbdbd}.bandj-html-home .dots .active{background:var(--bj-gold)}
.bandj-html-home .category-card img,.bandj-html-home .product-media img,.bandj-html-home .news-img img,.bandj-html-home .course-banner img{background:#101010}.bandj-html-home .course-grid-mini{margin:0 0 18px}.bandj-html-home .course-card-mini .subline{color:#bbb;font-size:11px;margin:0}.bandj-html-home .course-card-mini{display:block;color:#fff}.bandj-html-home .course-card-mini .product-media img{object-fit:cover;max-height:none;height:100%}
@media(max-width:900px){.bandj-html-home .hero{height:auto;min-height:460px}.bandj-html-home .hero-product{width:100%;height:55%;opacity:.52}.bandj-html-home .hero-content{width:100%;padding:50px 22px 180px}.bandj-html-home .hero h1,.bandj-html-home .hero h1 span{font-size:34px}.bandj-html-home .arrow-nav{display:none}.bandj-html-header .mega-col img{height:120px}.bandj-html-header .mega-ad>img{opacity:.18}}


/* === V4: banner left flush + attached mega menu + clickable tabs === */
.bandj-menu-v4{--bg:#030303;--panel:#111;--panel-2:#171717;--line:rgba(255,255,255,.12);--line-soft:rgba(255,255,255,.07);--text:#f7f7f7;--muted:#b6b6b6;--dim:#808080;--gold:#ffcc00;--gold-2:#f0a800;--red:#ff3131;--radius:10px;--shadow:0 22px 70px rgba(0,0,0,.65);position:sticky;top:0;z-index:400;width:100vw;margin-left:calc(50% - 50vw);background:#030303;border-bottom:1px solid rgba(255,255,255,.11);font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text)}
.bandj-menu-v4 *{box-sizing:border-box}.bandj-menu-v4 svg[width="0"]{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important}.bandj-menu-v4 a{color:inherit;text-decoration:none}.bandj-menu-v4 button,.bandj-menu-v4 input{font:inherit}.bandj-menu-v4 .site-header{position:relative;z-index:20;display:grid;grid-template-columns:180px minmax(210px,320px) minmax(0,1fr) 158px 48px;align-items:center;gap:18px;width:min(100%,1250px);margin:0 auto;padding:12px 18px 18px;background:transparent;border:0;height:auto}.bandj-menu-v4 .logo{display:inline-flex;flex-direction:column;line-height:.9;letter-spacing:-1.4px;user-select:none;min-width:0}.bandj-menu-v4 .logo-main{font-size:clamp(30px,3vw,42px);font-weight:600;color:#fff;white-space:nowrap}.bandj-menu-v4 .logo-main .j{color:var(--gold)}.bandj-menu-v4 .logo-main .vn{font-size:.45em;letter-spacing:.5px;margin-left:3px}.bandj-menu-v4 .logo-sub{margin-top:8px;font-size:8px;letter-spacing:4.3px;color:#fff;font-weight:600;padding-left:12px;white-space:nowrap}.bandj-menu-v4 .search{height:44px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#191919,#101010);border-radius:22px;display:flex;align-items:center;padding:0 12px 0 18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.07);min-width:0}.bandj-menu-v4 .search input{width:100%;min-width:0;color:#eee;background:transparent;border:0;outline:0;font-size:13px}.bandj-menu-v4 .search input::placeholder{color:#a6a6a6}.bandj-menu-v4 .search button{display:grid;place-items:center;border:0;background:transparent;color:#fff;padding:0;opacity:.95}.bandj-menu-v4 .search svg{width:24px;height:24px}.bandj-menu-v4 .nav{justify-self:center;display:flex;align-items:center;gap:clamp(14px,1.8vw,28px);height:58px;min-width:0}.bandj-menu-v4 .nav-item{position:relative;height:58px;padding:0 0 16px;border:0;background:transparent;color:#fff;cursor:pointer;font-size:13px;font-weight:600;letter-spacing:.2px;text-transform:uppercase;transition:color .2s ease;white-space:nowrap}.bandj-menu-v4 .nav-item .chev{display:inline-block;margin-left:5px;font-size:15px;transform:translateY(-1px)}.bandj-menu-v4 .nav-item::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.bandj-menu-v4 .nav-item::before{content:"";position:absolute;left:50%;bottom:-9px;width:18px;height:18px;background:currentColor;transform:translateX(-50%) rotate(45deg) scale(0);border-radius:2px;transition:transform .2s ease}.bandj-menu-v4 .nav-item:hover,.bandj-menu-v4 .nav-item.is-active{color:var(--gold)}.bandj-menu-v4 .nav-item:hover::after,.bandj-menu-v4 .nav-item.is-active::after{transform:scaleX(1)}.bandj-menu-v4 .nav-item:hover::before,.bandj-menu-v4 .nav-item.is-active::before{transform:translateX(-50%) rotate(45deg) scale(.62)}.bandj-menu-v4 .hotline{height:48px;border:1.5px solid var(--gold);border-radius:11px;display:flex;align-items:center;gap:9px;padding:0 11px;background:rgba(255,204,0,.02);box-shadow:inset 0 0 0 1px rgba(255,204,0,.06)}.bandj-menu-v4 .hotline .phone{width:28px;height:28px;display:grid;place-items:center;color:#000;background:var(--gold);border-radius:999px;flex:0 0 auto}.bandj-menu-v4 .hotline span{display:block;font-size:10px;text-transform:uppercase;color:#fff}.bandj-menu-v4 .hotline strong{display:block;font-size:14px;letter-spacing:.3px;font-weight:600;line-height:1.05}.bandj-menu-v4 .cart{position:relative;display:grid;place-items:center;height:48px;color:#fff}.bandj-menu-v4 .cart svg{width:32px;height:32px}.bandj-menu-v4 .cart-badge{position:absolute;top:2px;right:0;width:18px;height:18px;display:grid;place-items:center;background:var(--gold);color:#000;border-radius:50%;font-weight:600;font-size:11px}.bandj-menu-v4 .hamburger{display:none;width:46px;height:46px;border:1px solid var(--line);background:#111;border-radius:10px;color:#fff}.bandj-menu-v4 .hamburger span{display:block;width:22px;height:2px;margin:5px auto;background:#fff}.bandj-menu-v4 .mega-wrap{position:absolute;left:50%;top:100%;transform:translateX(-50%);z-index:10;width:min(1250px,calc(100vw - 24px));display:none;padding:0 18px 18px}.bandj-menu-v4 .mega-wrap.is-open{display:block}.bandj-menu-v4 .mega-panel{display:none;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:radial-gradient(circle at 18% 65%,rgba(255,255,255,.04),transparent 27%),radial-gradient(circle at 80% 15%,rgba(255,204,0,.06),transparent 26%),linear-gradient(135deg,rgba(24,24,24,.98),rgba(13,13,13,.98) 54%,rgba(22,22,22,.98));box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden;backdrop-filter:blur(10px)}.bandj-menu-v4 .mega-panel.is-active{display:block}.bandj-menu-v4 .products-panel{min-height:585px;padding:30px 16px 0}.bandj-menu-v4 .product-grid{display:grid;grid-template-columns:1.02fr .96fr 1.35fr 1.13fr 1.43fr;min-height:535px}.bandj-menu-v4 .product-col{position:relative;min-height:535px;padding:15px 25px 0;overflow:hidden;border-right:1px solid rgba(255,255,255,.12)}.bandj-menu-v4 .product-col:first-child{padding-left:12px}.bandj-menu-v4 .product-head{display:flex;align-items:center;gap:14px;min-height:54px;color:var(--gold);text-transform:uppercase;font-size:16px;font-weight:600;white-space:nowrap;position:relative;z-index:2}.bandj-menu-v4 .product-head svg{flex:0 0 auto}.bandj-menu-v4 .product-head .arrow{margin-left:auto;color:#fff;opacity:.85;font-size:28px;line-height:1}.bandj-menu-v4 .product-links{list-style:none;margin:32px 0 0;padding:0;display:grid;gap:21px;font-size:15px;color:#fff;position:relative;z-index:2}.bandj-menu-v4 .product-links a{color:#fff;transition:color .2s ease,transform .2s ease;display:inline-block}.bandj-menu-v4 .product-links a:hover{color:var(--gold);transform:translateX(4px)}.bandj-menu-v4 .chips{display:flex;flex-wrap:wrap;gap:10px 8px;margin-top:28px;position:relative;z-index:2}.bandj-menu-v4 .chip{border:0;color:#fff;background:rgba(255,255,255,.08);border-radius:7px;min-height:34px;padding:8px 11px;font-size:13px;cursor:pointer;transition:.2s ease;display:inline-flex;align-items:center}.bandj-menu-v4 .chip:hover{background:rgba(255,204,0,.18);color:var(--gold)}.bandj-menu-v4 .chip.active{background:var(--gold);color:#000}.bandj-menu-v4 .col-image{position:absolute;left:0;right:0;bottom:0;height:220px;background-size:cover;background-position:center bottom;opacity:.82;filter:saturate(.9) contrast(1.08);-webkit-mask-image:linear-gradient(to top,#000 70%,transparent);mask-image:linear-gradient(to top,#000 70%,transparent);z-index:0}.bandj-menu-v4 .product-col::after{content:"";position:absolute;inset:auto 0 0 0;height:250px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));pointer-events:none;z-index:1}.bandj-menu-v4 .promo-card{position:relative;overflow:hidden;min-height:535px;margin:0 4px 0 20px;border:1px solid rgba(255,255,255,.14);border-radius:5px;color:#fff;display:block;background:#101010}.bandj-menu-v4 .promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42;transition:transform .4s}.bandj-menu-v4 .promo-card:hover img{transform:scale(1.04)}.bandj-menu-v4 .promo-over{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.72))}.bandj-menu-v4 .promo-body{position:relative;z-index:2;padding:38px 24px;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.bandj-menu-v4 .promo-kicker{color:var(--gold);font-size:13px;text-transform:uppercase;font-weight:600;letter-spacing:.08em;margin-bottom:10px}.bandj-menu-v4 .promo-body h3{font-size:33px;line-height:1.08;margin:0 0 12px;text-transform:uppercase;font-weight:600}.bandj-menu-v4 .promo-body h3 span{display:block;color:var(--gold)}.bandj-menu-v4 .promo-body p{font-size:13px;color:#ddd;line-height:1.5;margin:0 0 18px}.bandj-menu-v4 .btn-promo{display:inline-flex;align-self:flex-start;border:1.5px solid rgba(255,255,255,.65);color:#fff;padding:8px 16px;font-size:12px;font-weight:600;border-radius:4px;background:rgba(0,0,0,.2)}.bandj-menu-v4 .simple-panel{padding:26px}.bandj-menu-v4 .simple-panel-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-height:220px}.bandj-menu-v4 .contact-panel-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.bandj-menu-v4 .simple-item{display:grid;grid-template-columns:54px 1fr 20px;gap:16px;align-items:center;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.035);color:#fff}.bandj-menu-v4 .simple-item svg{color:var(--gold)}.bandj-menu-v4 .simple-item h3{margin:0 0 5px;font-size:18px;font-weight:500}.bandj-menu-v4 .simple-item p{margin:0;color:#bbb;font-size:13px;line-height:1.45}.bandj-menu-v4 .simple-item b{font-size:28px;color:#fff;opacity:.8}.bandj-html-home .hero-content{padding-left:0!important}.bandj-html-home .hero h1 span{display:block}.bandj-html-home .tabs button{font-size:12px;color:#eee;background:#1d1d1d;border:1px solid rgba(255,255,255,.14);border-radius:5px;padding:5px 16px;white-space:nowrap;cursor:pointer}.bandj-html-home .tabs button.active{background:var(--bj-gold);color:#111;border-color:var(--bj-gold)}.bandj-html-home .bandj-tab-panel{display:none}.bandj-html-home .bandj-tab-panel.active{display:block}
@media(max-width:1180px){.bandj-menu-v4 .site-header{grid-template-columns:142px minmax(160px,230px) minmax(0,1fr) 122px 42px;gap:10px;padding-left:12px;padding-right:12px}.bandj-menu-v4 .logo-main{font-size:28px}.bandj-menu-v4 .logo-sub{font-size:6px;letter-spacing:3.1px}.bandj-menu-v4 .nav{gap:10px}.bandj-menu-v4 .nav-item{font-size:11px}.bandj-menu-v4 .hotline{height:40px;padding:0 8px}.bandj-menu-v4 .hotline .phone{width:23px;height:23px}.bandj-menu-v4 .hotline strong{font-size:11px}.bandj-menu-v4 .hotline span{font-size:7px}.bandj-menu-v4 .product-head{font-size:14px}.bandj-menu-v4 .product-links{font-size:13px}.bandj-menu-v4 .chip{font-size:11px}}
@media(max-width:900px){.bandj-menu-v4{position:sticky}.bandj-menu-v4 .site-header{display:grid;grid-template-columns:1fr 46px;gap:10px;padding:12px 16px}.bandj-menu-v4 .logo-main{font-size:28px}.bandj-menu-v4 .logo-sub{font-size:6px;letter-spacing:2.8px;margin-top:5px;padding-left:10px}.bandj-menu-v4 .search{grid-column:1/-1;order:3;height:42px}.bandj-menu-v4 .nav{grid-column:1/-1;order:4;height:auto;justify-self:start;justify-content:flex-start;gap:22px;overflow:auto;width:100%;padding-top:4px}.bandj-menu-v4 .nav-item{height:42px;font-size:13px;padding-bottom:12px}.bandj-menu-v4 .hotline{display:none}.bandj-menu-v4 .cart{grid-column:2;grid-row:1;height:42px}.bandj-menu-v4 .mega-wrap{top:100%;padding:0 10px 14px}.bandj-menu-v4 .product-grid{grid-template-columns:1fr;min-height:auto}.bandj-menu-v4 .products-panel{min-height:0;padding:12px}.bandj-menu-v4 .product-col,.bandj-menu-v4 .promo-card{min-height:220px;margin:0;padding:22px}.bandj-menu-v4 .product-col{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.bandj-menu-v4 .col-image{height:120px}.bandj-menu-v4 .simple-panel-inner,.bandj-menu-v4 .contact-panel-inner{grid-template-columns:1fr}.bandj-html-home .hero-content{padding-left:22px!important}}


/* === v5 fatal/menu fix: exact service strip + services mega panel === */
.bandj-menu-v4 .products-panel{min-height:720px;padding:30px 16px 0}.bandj-menu-v4 .service-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:28px 0 0;border:1px solid rgba(255,255,255,.13);border-radius:4px;overflow:hidden;min-height:132px}.bandj-menu-v4 .strip-item{display:grid;grid-template-columns:72px 1fr 24px;align-items:center;gap:14px;padding:22px 24px;background:rgba(255,255,255,.015);border-right:1px solid rgba(255,255,255,.12);transition:background .2s ease;color:#fff}.bandj-menu-v4 .strip-item:hover{background:rgba(255,204,0,.055)}.bandj-menu-v4 .strip-item:last-child{border-right:0}.bandj-menu-v4 .strip-item svg{color:var(--gold);width:58px;height:58px}.bandj-menu-v4 .strip-item h3{margin:0 0 6px;font-size:18px;font-weight:600;text-transform:uppercase}.bandj-menu-v4 .strip-item p{margin:0;font-size:13px;line-height:1.45;color:#ddd}.bandj-menu-v4 .strip-item .arrow{font-size:27px;color:#ddd}.bandj-menu-v4 .products-panel>.view-all{display:flex;align-items:center;justify-content:center;gap:18px;min-height:64px;margin-top:0;color:#fff;text-transform:uppercase;font-size:17px;letter-spacing:.4px;border-top:1px solid rgba(255,255,255,.08)}.bandj-menu-v4 .products-panel>.view-all svg{color:var(--gold)}.bandj-menu-v4 .products-panel>.view-all:hover{color:var(--gold)}.bandj-menu-v4 .services-panel{width:min(100%,870px);margin-left:auto;margin-right:auto;padding:36px 48px 22px}.bandj-menu-v4 .service-list{display:grid;gap:0}.bandj-menu-v4 .service-row{display:grid;grid-template-columns:96px 1fr 40px;align-items:center;min-height:122px;border-bottom:1px solid rgba(255,255,255,.11);color:#fff}.bandj-menu-v4 .service-row:last-of-type{border-bottom:0}.bandj-menu-v4 .service-row svg{color:#fff;opacity:.92}.bandj-menu-v4 .service-row h3{margin:0 0 8px;font-size:22px;font-weight:600}.bandj-menu-v4 .service-row p{margin:0;max-width:300px;color:#c7c7c7;line-height:1.45;font-size:17px}.bandj-menu-v4 .service-row>span:last-child{font-size:30px;color:#ddd}.bandj-menu-v4 .panel-link{display:inline-flex;align-items:center;gap:10px;margin-top:28px;color:var(--gold);font-size:17px;text-transform:uppercase;font-weight:500}.bandj-menu-v4 .panel-link:hover{color:#fff}.bandj-html-home .hero-content{padding-left:0!important;left:0}.bandj-html-home .hero{background-position:left center}
@media(max-width:900px){.bandj-menu-v4 .products-panel{min-height:0}.bandj-menu-v4 .service-strip{grid-template-columns:1fr;min-height:0}.bandj-menu-v4 .strip-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);grid-template-columns:54px 1fr 20px;padding:18px}.bandj-menu-v4 .strip-item svg{width:44px;height:44px}.bandj-menu-v4 .services-panel{width:100%;padding:20px 18px}.bandj-menu-v4 .service-row{grid-template-columns:54px 1fr 24px;min-height:96px}.bandj-menu-v4 .service-row svg{width:44px;height:44px}.bandj-menu-v4 .service-row h3{font-size:17px}.bandj-menu-v4 .service-row p{font-size:13px}}

/* === v6 hard visual fix: clean mega menu + full hero banner === */
.bandj-menu-v6{--bg:#030303;--panel:#111;--panel-2:#171717;--line:rgba(255,255,255,.12);--line-soft:rgba(255,255,255,.07);--text:#f7f7f7;--muted:#b6b6b6;--dim:#808080;--gold:#ffcc00;--gold-2:#f0a800;--red:#ff3131;--radius:10px;--shadow:0 22px 70px rgba(0,0,0,.65);position:sticky;top:0;z-index:99999;width:100vw;margin-left:calc(50% - 50vw);font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#030303;border-bottom:1px solid rgba(255,255,255,.12);}
body.admin-bar .bandj-menu-v6{top:32px;}
.bandj-menu-v6 *{box-sizing:border-box}.bandj-menu-v6 svg[width="0"]{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important}.bandj-menu-v6 a{color:inherit;text-decoration:none}.bandj-menu-v6 button,.bandj-menu-v6 input{font:inherit}.bandj-menu-v6 .site-header{position:relative;z-index:20;display:grid;grid-template-columns:235px minmax(260px,424px) 1fr 192px 50px;align-items:center;gap:28px;width:min(100%,1536px);margin:0 auto;padding:22px 28px 24px;background:linear-gradient(90deg,rgba(255,255,255,.018),transparent 22%,transparent 80%,rgba(255,255,255,.015)),#030303;border:0;height:auto;}
.bandj-menu-v6 .logo{display:inline-flex;flex-direction:column;line-height:.9;letter-spacing:-2px;user-select:none;min-width:0}.bandj-menu-v6 .logo-main{font-size:clamp(39px,4vw,60px);font-weight:600;color:#fff;white-space:nowrap}.bandj-menu-v6 .logo-main .j{color:var(--gold)}.bandj-menu-v6 .logo-main .vn{font-size:.45em;letter-spacing:.5px;margin-left:3px}.bandj-menu-v6 .logo-sub{margin-top:13px;font-size:14px;letter-spacing:8px;color:#fff;font-weight:600;padding-left:22px;white-space:nowrap}.bandj-menu-v6 .search{height:60px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#191919,#101010);border-radius:26px;display:flex;align-items:center;padding:0 18px 0 28px;box-shadow:inset 0 1px 0 rgba(255,255,255,.07);min-width:0}.bandj-menu-v6 .search input{width:100%;min-width:0;color:#eee;background:transparent;border:0;outline:0;font-size:17px}.bandj-menu-v6 .search input::placeholder{color:#a6a6a6}.bandj-menu-v6 .search button{display:grid;place-items:center;border:0;background:transparent;color:#fff;padding:0;opacity:.95}.bandj-menu-v6 .search svg{width:35px;height:35px}.bandj-menu-v6 .nav{justify-self:center;display:flex;align-items:center;gap:38px;height:74px;min-width:0}.bandj-menu-v6 .nav-item{position:relative;height:74px;padding:0 0 20px;border:0;background:transparent;color:#fff;cursor:pointer;font-size:17px;font-weight:600;letter-spacing:.2px;text-transform:uppercase;transition:color .2s ease;white-space:nowrap}.bandj-menu-v6 .nav-item .chev{display:inline-block;margin-left:6px;font-size:18px;line-height:1;transform:translateY(-1px);font-weight:600;color:inherit}.bandj-menu-v6 .nav-item::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.bandj-menu-v6 .nav-item::before{content:"";position:absolute;left:50%;bottom:-10px;width:20px;height:20px;background:currentColor;transform:translateX(-50%) rotate(45deg) scale(0);border-radius:2px;transition:transform .2s ease}.bandj-menu-v6 .nav-item:hover,.bandj-menu-v6 .nav-item.is-active{color:var(--gold)}.bandj-menu-v6 .nav-item:hover::after,.bandj-menu-v6 .nav-item.is-active::after{transform:scaleX(1)}.bandj-menu-v6 .nav-item:hover::before,.bandj-menu-v6 .nav-item.is-active::before{transform:translateX(-50%) rotate(45deg) scale(.72)}.bandj-menu-v6 .hotline{height:64px;border:1.5px solid var(--gold);border-radius:11px;display:flex;align-items:center;gap:12px;padding:0 16px;background:rgba(255,204,0,.02);box-shadow:inset 0 0 0 1px rgba(255,204,0,.06)}.bandj-menu-v6 .hotline .phone{width:34px;height:34px;display:grid;place-items:center;color:#000;background:var(--gold);border-radius:999px;flex:0 0 auto}.bandj-menu-v6 .hotline span{display:block;font-size:14px;text-transform:uppercase;color:#fff;line-height:1.18}.bandj-menu-v6 .hotline strong{display:block;font-size:22px;letter-spacing:.6px;font-weight:600;line-height:1.05}.bandj-menu-v6 .cart{position:relative;display:grid;place-items:center;height:54px;color:#fff}.bandj-menu-v6 .cart svg{width:42px;height:42px}.bandj-menu-v6 .cart-badge{position:absolute;top:0;right:0;width:22px;height:22px;display:grid;place-items:center;background:var(--gold);color:#000;border-radius:50%;font-weight:600;font-size:14px}.bandj-menu-v6 .hamburger{display:none;width:46px;height:46px;border:1px solid var(--line);background:#111;border-radius:10px;color:#fff}.bandj-menu-v6 .hamburger span{display:block;width:22px;height:2px;margin:5px auto;background:#fff}
.bandj-menu-v6 .mega-wrap{position:absolute;left:50%;top:100%;transform:translateX(-50%);z-index:15;width:min(1536px,calc(100vw - 40px));display:none;padding:0 20px 20px;pointer-events:none}.bandj-menu-v6 .mega-wrap.is-open{display:block;pointer-events:auto}.bandj-menu-v6 .mega-panel{display:none;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:radial-gradient(circle at 18% 65%,rgba(255,255,255,.04),transparent 27%),radial-gradient(circle at 80% 15%,rgba(255,204,0,.06),transparent 26%),linear-gradient(135deg,rgba(24,24,24,.98),rgba(13,13,13,.98) 54%,rgba(22,22,22,.98));box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden;backdrop-filter:blur(10px)}.bandj-menu-v6 .mega-panel.is-active{display:block}.bandj-menu-v6 .products-panel{min-height:865px;padding:34px 18px 0}.bandj-menu-v6 .product-grid{display:grid;grid-template-columns:1.02fr .96fr 1.35fr 1.13fr 1.43fr;min-height:555px}.bandj-menu-v6 .product-col{position:relative;min-height:555px;padding:15px 28px 0;overflow:hidden;border-right:1px solid rgba(255,255,255,.12)}.bandj-menu-v6 .product-col:first-child{padding-left:12px}.bandj-menu-v6 .product-head{display:flex;align-items:center;gap:17px;min-height:54px;color:var(--gold);text-transform:uppercase;font-size:20px;font-weight:600;white-space:nowrap;position:relative;z-index:2}.bandj-menu-v6 .product-head svg{flex:0 0 auto;width:44px;height:44px}.bandj-menu-v6 .product-head .arrow{margin-left:auto;color:#fff;opacity:.85;font-size:32px;line-height:1}.bandj-menu-v6 .product-links{list-style:none;margin:36px 0 0;padding:0;display:grid;gap:25px;font-size:19px;color:#fff;position:relative;z-index:2}.bandj-menu-v6 .product-links a{color:#fff;transition:color .2s ease,transform .2s ease;display:inline-block}.bandj-menu-v6 .product-links a:hover{color:var(--gold);transform:translateX(4px)}.bandj-menu-v6 .chips{display:flex;flex-wrap:wrap;gap:11px 8px;margin-top:30px;position:relative;z-index:2}.bandj-menu-v6 .chip{border:0;color:#fff;background:rgba(255,255,255,.08);border-radius:7px;min-height:39px;padding:0 12px;font-size:17px;cursor:pointer;transition:.2s ease;display:inline-flex;align-items:center}.bandj-menu-v6 .chip:hover{background:rgba(255,204,0,.18);color:var(--gold)}.bandj-menu-v6 .chip.active{background:var(--gold);color:#000}.bandj-menu-v6 .col-image{position:absolute;left:0;right:0;bottom:0;height:230px;background-size:cover;background-position:center bottom;opacity:.82;filter:saturate(.9) contrast(1.08);-webkit-mask-image:linear-gradient(to top,#000 70%,transparent);mask-image:linear-gradient(to top,#000 70%,transparent);z-index:0}.bandj-menu-v6 .product-col::after{content:"";position:absolute;inset:auto 0 0 0;height:260px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));pointer-events:none;z-index:1}.bandj-menu-v6 .promo-card{position:relative;overflow:hidden;min-height:555px;margin:0 4px 0 22px;border:1px solid rgba(255,255,255,.14);border-radius:5px;color:#fff;display:block;background:#101010}.bandj-menu-v6 .promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42;transition:transform .4s}.bandj-menu-v6 .promo-card:hover img{transform:scale(1.04)}.bandj-menu-v6 .promo-over{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.72))}.bandj-menu-v6 .promo-body{position:relative;z-index:2;padding:38px 24px;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.bandj-menu-v6 .promo-kicker{color:var(--gold);font-size:13px;text-transform:uppercase;font-weight:600;letter-spacing:.08em;margin-bottom:10px}.bandj-menu-v6 .promo-body h3{font-size:33px;line-height:1.08;margin:0 0 12px;text-transform:uppercase;font-weight:600}.bandj-menu-v6 .promo-body h3 span{display:block;color:var(--gold)}.bandj-menu-v6 .promo-body p{font-size:13px;color:#ddd;line-height:1.5;margin:0 0 18px}.bandj-menu-v6 .btn-promo{display:inline-flex;align-self:flex-start;border:1.5px solid rgba(255,255,255,.65);color:#fff;padding:8px 16px;font-size:12px;font-weight:600;border-radius:4px;background:rgba(0,0,0,.2)}.bandj-menu-v6 .service-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:34px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);min-height:166px}.bandj-menu-v6 .strip-item{display:grid;grid-template-columns:80px 1fr 32px;gap:22px;align-items:center;padding:30px 32px;color:#fff;border-right:1px solid rgba(255,255,255,.12);transition:.2s ease}.bandj-menu-v6 .strip-item:last-child{border-right:0}.bandj-menu-v6 .strip-item:hover{background:rgba(255,204,0,.055)}.bandj-menu-v6 .strip-item svg{width:72px;height:72px;color:#fff;opacity:.92}.bandj-menu-v6 .strip-item h3{font-size:25px;line-height:1;margin:0 0 12px;font-weight:600;text-transform:uppercase}.bandj-menu-v6 .strip-item p{font-size:17px;line-height:1.45;color:#cfcfcf;margin:0;max-width:300px}.bandj-menu-v6 .strip-item .arrow{font-size:34px;color:#dcdcdc}.bandj-menu-v6 .products-panel>.view-all{display:flex;align-items:center;justify-content:center;gap:22px;min-height:110px;color:#fff;text-transform:uppercase;font-size:20px;font-weight:500;letter-spacing:.3px}.bandj-menu-v6 .products-panel>.view-all svg{width:34px;height:34px;color:var(--gold)}.bandj-menu-v6 .products-panel>.view-all:hover{color:var(--gold)}
.bandj-menu-v6 .services-panel,.bandj-menu-v6 .courses-panel,.bandj-menu-v6 .contact-panel{width:min(100%,920px);margin-left:auto;margin-right:auto;padding:38px 54px 30px}.bandj-menu-v6 .services-panel{width:min(100%,820px)}.bandj-menu-v6 .service-list{display:grid;gap:0}.bandj-menu-v6 .service-row{display:grid;grid-template-columns:94px 1fr 34px;align-items:center;min-height:122px;border-bottom:1px solid rgba(255,255,255,.11);color:#fff}.bandj-menu-v6 .service-row:last-of-type{border-bottom:0}.bandj-menu-v6 .service-row svg{width:64px;height:64px;color:#fff;opacity:.92}.bandj-menu-v6 .service-row h3{font-size:24px;line-height:1.12;margin:0 0 8px;font-weight:600}.bandj-menu-v6 .service-row p{margin:0;max-width:360px;color:#c7c7c7;line-height:1.45;font-size:17px}.bandj-menu-v6 .service-row>span:last-child{font-size:32px;color:#ddd}.bandj-menu-v6 .panel-link{display:inline-flex;align-items:center;gap:10px;margin-top:28px;color:var(--gold);font-size:17px;text-transform:uppercase;font-weight:500}.bandj-menu-v6 .panel-link:hover{color:#fff}.bandj-menu-v6 .simple-panel-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-height:240px}.bandj-menu-v6 .contact-panel-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.bandj-menu-v6 .simple-item{display:grid;grid-template-columns:54px 1fr 20px;gap:16px;align-items:center;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.035);color:#fff}.bandj-menu-v6 .simple-item svg{color:var(--gold)}.bandj-menu-v6 .simple-item h3{margin:0 0 5px;font-size:18px;font-weight:500}.bandj-menu-v6 .simple-item p{margin:0;color:#bbb;font-size:13px;line-height:1.45}.bandj-menu-v6 .simple-item b{font-size:28px;color:#fff;opacity:.8}
.bandj-html-home .bandj-html-hero-v6{position:relative;width:100vw;margin-left:calc(50% - 50vw);min-height:440px;overflow:hidden;background:#000;display:flex;align-items:center;color:#fff}.bandj-html-home .bandj-html-hero-v6-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.96}.bandj-html-home .bandj-html-hero-v6-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.70) 31%,rgba(0,0,0,.24) 64%,rgba(0,0,0,.08) 100%)}.bandj-html-home .bandj-html-hero-v6-content{position:relative;z-index:2;margin:0;padding:58px 0 58px 0;width:min(590px,52vw);max-width:590px;left:0;text-align:left}.bandj-html-home .bandj-html-hero-v6-kicker{font-size:18px;color:#fff;text-transform:none;font-weight:500;margin:0 0 10px;letter-spacing:.01em}.bandj-html-home .bandj-html-hero-v6 h1{margin:0 0 13px;text-transform:uppercase;font-weight:600;letter-spacing:.01em;font-size:40px;line-height:1.08;color:#fff}.bandj-html-home .bandj-html-hero-v6 h1 span{display:block}.bandj-html-home .bandj-html-hero-v6 h1 span:nth-child(n+2){color:#ffcc00}.bandj-html-home .bandj-html-hero-v6 p{margin:0 0 19px;color:#ddd;font-size:14px;line-height:1.55;max-width:560px}.bandj-html-home .bandj-html-hero-v6-btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 21px;border-radius:4px;background:linear-gradient(180deg,#ffd05b,#d79516);color:#111;font-size:13px;font-weight:700;letter-spacing:.02em}.bandj-html-home .bandj-html-hero-v6-features{display:flex;gap:36px;margin-top:25px;color:#e5e5e5;font-size:12px}.bandj-html-home .bandj-html-hero-v6-features div{display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:center}.bandj-html-home .bandj-html-hero-v6-features svg{width:28px;height:28px;color:#e6e6e6}.bandj-html-home .bandj-html-hero-v6-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.bandj-html-home .bandj-html-hero-v6-dots span{width:8px;height:8px;border-radius:50%;background:#bdbdbd}.bandj-html-home .bandj-html-hero-v6-dots .active{background:#ffcc00}
@media(max-width:1280px){.bandj-menu-v6 .site-header{grid-template-columns:190px minmax(220px,340px) minmax(0,1fr) 160px 46px;gap:18px}.bandj-menu-v6 .logo-main{font-size:38px}.bandj-menu-v6 .logo-sub{font-size:9px;letter-spacing:5px}.bandj-menu-v6 .nav{gap:24px}.bandj-menu-v6 .nav-item{font-size:14px}.bandj-menu-v6 .hotline strong{font-size:16px}.bandj-menu-v6 .hotline span{font-size:10px}.bandj-menu-v6 .products-panel{min-height:760px}.bandj-menu-v6 .product-head{font-size:16px}.bandj-menu-v6 .product-links{font-size:15px}.bandj-menu-v6 .chip{font-size:13px}.bandj-menu-v6 .strip-item h3{font-size:20px}.bandj-menu-v6 .strip-item p{font-size:14px}}
@media(max-width:980px){body.admin-bar .bandj-menu-v6{top:46px}.bandj-menu-v6 .site-header{display:grid;grid-template-columns:1fr 50px;gap:10px;padding:12px 16px}.bandj-menu-v6 .logo-main{font-size:30px}.bandj-menu-v6 .logo-sub{font-size:7px;letter-spacing:3px;margin-top:6px;padding-left:10px}.bandj-menu-v6 .search{grid-column:1/-1;order:3;height:44px}.bandj-menu-v6 .nav{grid-column:1/-1;order:4;height:auto;justify-self:start;justify-content:flex-start;gap:22px;overflow:auto;width:100%;padding-top:4px}.bandj-menu-v6 .nav-item{height:42px;font-size:13px;padding-bottom:12px}.bandj-menu-v6 .nav-item::before{display:none}.bandj-menu-v6 .hotline{display:none}.bandj-menu-v6 .cart{grid-column:2;grid-row:1;height:42px}.bandj-menu-v6 .mega-wrap{top:100%;width:100vw;padding:0 10px 14px}.bandj-menu-v6 .products-panel{min-height:0;padding:22px 14px 0}.bandj-menu-v6 .product-grid{grid-template-columns:1fr;min-height:auto}.bandj-menu-v6 .product-col,.bandj-menu-v6 .promo-card{min-height:220px;margin:0;padding:22px}.bandj-menu-v6 .product-col{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.bandj-menu-v6 .col-image{height:120px}.bandj-menu-v6 .service-strip{grid-template-columns:1fr;min-height:0}.bandj-menu-v6 .strip-item{grid-template-columns:54px 1fr 20px;padding:18px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.bandj-menu-v6 .strip-item svg{width:44px;height:44px}.bandj-menu-v6 .strip-item h3{font-size:17px}.bandj-menu-v6 .strip-item p{font-size:13px}.bandj-menu-v6 .services-panel,.bandj-menu-v6 .courses-panel,.bandj-menu-v6 .contact-panel{width:100%;padding:24px 18px}.bandj-menu-v6 .service-row{grid-template-columns:54px 1fr 24px;min-height:96px}.bandj-menu-v6 .service-row svg{width:44px;height:44px}.bandj-menu-v6 .service-row h3{font-size:17px}.bandj-menu-v6 .service-row p{font-size:13px}.bandj-menu-v6 .simple-panel-inner,.bandj-menu-v6 .contact-panel-inner{grid-template-columns:1fr}.bandj-html-home .bandj-html-hero-v6{min-height:520px}.bandj-html-home .bandj-html-hero-v6-content{width:100%;max-width:none;padding:48px 18px 120px 0}.bandj-html-home .bandj-html-hero-v6 h1{font-size:32px}.bandj-html-home .bandj-html-hero-v6-features{flex-wrap:wrap;gap:16px}}
@media(max-width:782px){body.admin-bar .bandj-menu-v6{top:46px}}
.bandj-html-home .tabs button.active{background:#ffcc00!important;color:#111!important;border-color:#ffcc00!important}

/* === v7 visual balance fix: compact header/logo + hero text inset === */
@media(min-width:981px){
  .bandj-menu-v6{background:#030303!important;border-bottom:1px solid rgba(255,255,255,.12)!important;}
  .bandj-menu-v6 .site-header{
    width:min(100%,1250px)!important;
    grid-template-columns:138px clamp(145px,17vw,230px) minmax(0,1fr) 128px 34px!important;
    gap:12px!important;
    padding:8px 18px 10px!important;
    min-height:78px!important;
    background:#030303!important;
  }
  .bandj-menu-v6 .logo{letter-spacing:-.8px!important;line-height:.9!important;overflow:hidden!important;}
  .bandj-menu-v6 .logo-main{font-size:26px!important;letter-spacing:-.8px!important;line-height:.9!important;}
  .bandj-menu-v6 .logo-sub{font-size:5.8px!important;letter-spacing:3px!important;margin-top:5px!important;padding-left:10px!important;}
  .bandj-menu-v6 .search{height:34px!important;border-radius:16px!important;padding:0 10px 0 13px!important;}
  .bandj-menu-v6 .search input{font-size:11px!important;}
  .bandj-menu-v6 .search svg{width:18px!important;height:18px!important;}
  .bandj-menu-v6 .nav{height:56px!important;gap:clamp(11px,1.25vw,20px)!important;align-items:end!important;}
  .bandj-menu-v6 .nav-item{height:56px!important;padding:0 0 14px!important;font-size:12px!important;line-height:1!important;}
  .bandj-menu-v6 .nav-item .chev{font-size:13px!important;margin-left:3px!important;}
  .bandj-menu-v6 .nav-item::after{height:2px!important;}
  .bandj-menu-v6 .nav-item::before{bottom:-6px!important;width:13px!important;height:13px!important;}
  .bandj-menu-v6 .nav-item:hover::before,.bandj-menu-v6 .nav-item.is-active::before{transform:translateX(-50%) rotate(45deg) scale(.48)!important;}
  .bandj-menu-v6 .hotline{height:40px!important;border-radius:8px!important;gap:6px!important;padding:0 8px!important;}
  .bandj-menu-v6 .hotline .phone{width:23px!important;height:23px!important;}
  .bandj-menu-v6 .hotline svg{width:15px!important;height:15px!important;}
  .bandj-menu-v6 .hotline span{font-size:7px!important;line-height:1!important;}
  .bandj-menu-v6 .hotline strong{font-size:11px!important;line-height:1.05!important;letter-spacing:.1px!important;}
  .bandj-menu-v6 .cart{height:38px!important;}
  .bandj-menu-v6 .cart svg{width:24px!important;height:24px!important;}
  .bandj-menu-v6 .cart-badge{top:3px!important;right:0!important;width:14px!important;height:14px!important;font-size:9px!important;}
  .bandj-menu-v6 .mega-wrap{width:min(1250px,calc(100vw - 24px))!important;padding:0 18px 18px!important;}
  .bandj-menu-v6 .products-panel{min-height:680px!important;padding:26px 16px 0!important;}
  .bandj-menu-v6 .product-grid{min-height:440px!important;}
  .bandj-menu-v6 .product-col{min-height:440px!important;padding:24px 24px 0!important;}
  .bandj-menu-v6 .product-col:first-child{padding-left:18px!important;}
  .bandj-menu-v6 .product-head{font-size:15px!important;gap:12px!important;min-height:42px!important;}
  .bandj-menu-v6 .product-head svg{width:30px!important;height:30px!important;}
  .bandj-menu-v6 .product-links{font-size:14px!important;gap:19px!important;margin-top:28px!important;}
  .bandj-menu-v6 .chip{font-size:12px!important;min-height:32px!important;padding:0 10px!important;}
  .bandj-menu-v6 .chips{gap:9px 7px!important;margin-top:24px!important;}
  .bandj-menu-v6 .col-image{height:180px!important;}
  .bandj-menu-v6 .promo-card{min-height:440px!important;margin-left:16px!important;}
  .bandj-menu-v6 .promo-body h3{font-size:28px!important;}
  .bandj-menu-v6 .service-strip{min-height:135px!important;margin-top:26px!important;}
  .bandj-menu-v6 .strip-item{grid-template-columns:58px 1fr 24px!important;gap:16px!important;padding:22px 24px!important;}
  .bandj-menu-v6 .strip-item svg{width:50px!important;height:50px!important;}
  .bandj-menu-v6 .strip-item h3{font-size:18px!important;margin-bottom:7px!important;}
  .bandj-menu-v6 .strip-item p{font-size:13px!important;}
}

@media(min-width:981px){
  .bandj-html-home .bandj-html-hero-v6{min-height:410px!important;}
  .bandj-html-home .bandj-html-hero-v6-bg{object-position:center center!important;}
  .bandj-html-home .bandj-html-hero-v6-overlay{background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.68) 34%,rgba(0,0,0,.28) 66%,rgba(0,0,0,.08) 100%)!important;}
  .bandj-html-home .bandj-html-hero-v6-content{
    margin:0!important;
    padding:52px 0 52px max(28px,calc((100vw - 1250px)/2 + 52px))!important;
    width:min(650px,56vw)!important;
    max-width:650px!important;
    left:auto!important;
  }
  .bandj-html-home .bandj-html-hero-v6-kicker{font-size:16px!important;margin-bottom:9px!important;}
  .bandj-html-home .bandj-html-hero-v6 h1{font-size:37px!important;line-height:1.08!important;margin-bottom:13px!important;}
  .bandj-html-home .bandj-html-hero-v6 p{font-size:14px!important;line-height:1.55!important;max-width:560px!important;margin-bottom:18px!important;}
  .bandj-html-home .bandj-html-hero-v6-features{gap:32px!important;margin-top:22px!important;}
}
@media(min-width:981px) and (max-width:1180px){
  .bandj-menu-v6 .site-header{grid-template-columns:122px 150px minmax(0,1fr) 108px 32px!important;gap:8px!important;padding-left:12px!important;padding-right:12px!important;}
  .bandj-menu-v6 .logo-main{font-size:23px!important;}
  .bandj-menu-v6 .logo-sub{font-size:5.2px!important;letter-spacing:2.45px!important;padding-left:8px!important;}
  .bandj-menu-v6 .nav{gap:8px!important;}
  .bandj-menu-v6 .nav-item{font-size:10.5px!important;}
  .bandj-menu-v6 .nav-item .chev{font-size:12px!important;margin-left:1px!important;}
  .bandj-menu-v6 .search{height:31px!important;padding:0 8px 0 10px!important;}
  .bandj-menu-v6 .search input{font-size:10px!important;}
  .bandj-menu-v6 .hotline{height:36px!important;grid-template-columns:19px 1fr!important;padding:0 6px!important;}
  .bandj-menu-v6 .hotline .phone{width:19px!important;height:19px!important;}
  .bandj-menu-v6 .hotline strong{font-size:10px!important;}
  .bandj-html-home .bandj-html-hero-v6-content{padding-left:32px!important;width:min(620px,60vw)!important;}
  .bandj-html-home .bandj-html-hero-v6 h1{font-size:34px!important;}
}
@media(max-width:980px){
  .bandj-html-home .bandj-html-hero-v6-content{padding:46px 18px 110px 18px!important;}
}


/* === v8 menu/contact balance === */
@media(min-width:981px){
  .bandj-menu-v6 .site-header{grid-template-columns:138px clamp(150px,16vw,210px) minmax(0,1fr) 150px 36px!important;gap:10px!important;min-height:82px!important;padding:8px 18px 10px!important;}
  .bandj-menu-v6 .logo-main{font-size:26px!important;letter-spacing:-.8px!important;}
  .bandj-menu-v6 .logo-sub{font-size:5.8px!important;letter-spacing:3px!important;}
  .bandj-menu-v6 .nav{gap:clamp(12px,1.15vw,18px)!important;height:58px!important;}
  .bandj-menu-v6 .nav-item{display:inline-flex!important;align-items:flex-end!important;gap:5px!important;font-size:13.5px!important;height:58px!important;padding-bottom:14px!important;font-weight:650!important;}
  .bandj-menu-v6 .nav-item>svg{width:15px!important;height:15px!important;margin-bottom:-1px!important;color:currentColor!important;flex:0 0 auto!important;}
  .bandj-menu-v6 .nav-item .nav-label{font-size:inherit!important;line-height:1!important;margin:0!important;}
  .bandj-menu-v6 .nav-item .chev{font-size:14px!important;margin-left:1px!important;font-weight:700!important;line-height:1!important;}
  .bandj-menu-v6 .hotline{height:46px!important;border-radius:9px!important;gap:8px!important;padding:0 10px!important;}
  .bandj-menu-v6 .hotline .phone{width:27px!important;height:27px!important;}
  .bandj-menu-v6 .hotline svg{width:17px!important;height:17px!important;}
  .bandj-menu-v6 .hotline span{font-size:8.5px!important;line-height:1.05!important;}
  .bandj-menu-v6 .hotline strong{font-size:14px!important;line-height:1.05!important;letter-spacing:.15px!important;}
  .bandj-menu-v6 .services-panel{width:min(100%,720px)!important;padding:26px 38px 24px!important;}
  .bandj-menu-v6 .service-row{grid-template-columns:58px 1fr 22px!important;min-height:82px!important;}
  .bandj-menu-v6 .service-row svg{width:40px!important;height:40px!important;}
  .bandj-menu-v6 .service-row h3{font-size:16px!important;line-height:1.12!important;margin:0 0 5px!important;}
  .bandj-menu-v6 .service-row p{font-size:12px!important;line-height:1.38!important;max-width:330px!important;}
  .bandj-menu-v6 .service-row>span:last-child{font-size:22px!important;}
  .bandj-menu-v6 .panel-link{font-size:12px!important;margin-top:18px!important;}
  .bandj-menu-v6 .strip-item h3{font-size:16px!important;}
  .bandj-menu-v6 .strip-item p{font-size:12px!important;}
  .bandj-menu-v6 .strip-item svg{width:44px!important;height:44px!important;}
  .bandj-menu-v6 .strip-item{grid-template-columns:52px 1fr 20px!important;padding:19px 22px!important;}
  .bandj-menu-v6 .contact-panel{width:min(100%,980px)!important;padding:26px 32px 28px!important;}
  .bandj-menu-v6 .contact-mega-v8{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
  .bandj-menu-v6 .contact-mega-card{display:grid;grid-template-columns:42px 1fr;gap:12px;min-height:150px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.04);color:#fff;transition:.2s ease;}
  .bandj-menu-v6 .contact-mega-card:hover{border-color:rgba(255,204,0,.45);background:rgba(255,204,0,.06);}
  .bandj-menu-v6 .contact-mega-card svg{color:var(--gold);}
  .bandj-menu-v6 .contact-mega-card h3{font-size:15px;line-height:1.2;margin:0 0 7px;text-transform:uppercase;font-weight:650;}
  .bandj-menu-v6 .contact-mega-card b{display:block;color:var(--gold);font-size:13px;margin-bottom:8px;}
  .bandj-menu-v6 .contact-mega-card p{margin:0;color:#c9c9c9;font-size:12px;line-height:1.45;}
  .bandj-menu-v6 .contact-mega-cta{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;border-radius:9px;background:var(--gold);color:#111!important;font-weight:700;font-size:15px;text-transform:uppercase;}
}
@media(min-width:981px) and (max-width:1180px){
  .bandj-menu-v6 .site-header{grid-template-columns:116px 130px minmax(0,1fr) 126px 32px!important;gap:7px!important;}
  .bandj-menu-v6 .logo-main{font-size:22px!important;}
  .bandj-menu-v6 .logo-sub{font-size:5px!important;letter-spacing:2.25px!important;}
  .bandj-menu-v6 .nav{gap:7px!important;}
  .bandj-menu-v6 .nav-item{font-size:11.5px!important;gap:3px!important;}
  .bandj-menu-v6 .nav-item>svg{width:13px!important;height:13px!important;}
  .bandj-menu-v6 .hotline{height:40px!important;padding:0 7px!important;}
  .bandj-menu-v6 .hotline .phone{width:22px!important;height:22px!important;}
  .bandj-menu-v6 .hotline strong{font-size:11px!important;}
  .bandj-menu-v6 .hotline span{font-size:7px!important;}
}
@media(max-width:980px){
  .bandj-menu-v6 .nav-item{display:inline-flex!important;align-items:flex-end!important;gap:5px!important;}
  .bandj-menu-v6 .nav-item>svg{width:14px!important;height:14px!important;}
  .bandj-menu-v6 .contact-mega-v8{display:grid;gap:10px;}
  .bandj-menu-v6 .contact-mega-card{display:grid;grid-template-columns:40px 1fr;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.04);}
  .bandj-menu-v6 .contact-mega-card h3{font-size:14px;margin:0 0 5px;}.bandj-menu-v6 .contact-mega-card b{color:var(--gold);font-size:12px}.bandj-menu-v6 .contact-mega-card p{font-size:12px;color:#c9c9c9;margin:5px 0 0;line-height:1.4}.bandj-menu-v6 .contact-mega-cta{display:flex;justify-content:center;gap:8px;padding:13px;border-radius:9px;background:var(--gold);color:#111!important;font-weight:700;}
}

/* Contact page v8 */
.bandj-contact-v8{display:grid;gap:18px;color:var(--text);}
.bandj-contact-v8-hero{border:1px solid rgba(228,190,114,.28);border-radius:16px;padding:26px;background:linear-gradient(135deg,rgba(228,190,114,.13),rgba(17,17,20,.96));}
.bandj-contact-v8-kicker{color:var(--gold3);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:8px}.bandj-contact-v8-hero h2{font-size:30px;line-height:1.12;margin:0 0 10px;color:#fff}.bandj-contact-v8-hero p{color:var(--text2);margin:0 0 18px;font-size:14px;line-height:1.7;max-width:760px}.bandj-contact-v8-actions{display:flex;gap:10px;flex-wrap:wrap}.bandj-contact-v8-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:8px;font-weight:700;font-size:13px;text-decoration:none!important}.bandj-contact-v8-actions .call{background:var(--gold-gradient);color:var(--navy-ink)!important}.bandj-contact-v8-actions .mail{border:1px solid var(--border2);color:#fff!important;background:#111114}.bandj-contact-v8-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bandj-contact-v8-card{border:1px solid var(--border);background:linear-gradient(180deg,#1d1d23,#111114);border-radius:14px;padding:18px}.bandj-contact-v8-card h3{margin:0 0 6px;color:#fff;font-size:18px}.bandj-contact-v8-card .sub{color:var(--gold3);font-weight:700;margin-bottom:12px}.bandj-contact-v8-card p,.bandj-contact-v8-card li{font-size:13px;color:var(--text2);line-height:1.62;margin:0 0 9px}.bandj-contact-v8-card strong{color:#fff}.bandj-contact-v8-support{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bandj-contact-v8-list{display:grid;gap:9px}.bandj-contact-v8-step{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;border:1px solid var(--border);border-radius:12px;padding:14px;background:#111114}.bandj-contact-v8-step b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--gold-gradient);color:var(--navy-ink)}.bandj-contact-v8-step p{margin:0;color:var(--text2);font-size:13px;line-height:1.6}.bandj-contact-v8-form{display:grid;gap:10px;margin-top:12px}.bandj-contact-v8-form input,.bandj-contact-v8-form textarea{width:100%;background:#1D1D23;border:1px solid var(--border2);color:var(--text);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13px;outline:none}.bandj-contact-v8-form button{background:var(--gold-gradient);border:0;border-radius:8px;color:var(--navy-ink);font-weight:700;padding:11px 14px;font-family:inherit}.bandj-contact-v8 .mini-social{display:grid;gap:5px;margin-top:8px}
@media(max-width:900px){.bandj-contact-v8-grid,.bandj-contact-v8-support{grid-template-columns:1fr}.bandj-contact-v8-hero h2{font-size:24px}.bandj-contact-v8-hero{padding:20px}}

/* === v9 mobile-only header/menu fix === */
@media(max-width:980px){
  body{overflow-x:hidden!important;}
  .bandj-menu-v6{position:sticky!important;top:0!important;z-index:999!important;width:100%!important;margin-left:0!important;background:#030303!important;border-bottom:1px solid rgba(255,255,255,.12)!important;}
  body.admin-bar .bandj-menu-v6{top:46px!important;}
  .bandj-menu-v6 .site-header{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(72px,92px) minmax(0,1fr) 36px!important;
    grid-template-areas:
      "logo search cart"
      "nav nav nav"!important;
    align-items:center!important;
    gap:8px!important;
    padding:8px 10px 7px!important;
    min-height:0!important;
    background:#030303!important;
  }
  .bandj-menu-v6 .logo{grid-area:logo!important;min-width:0!important;overflow:hidden!important;letter-spacing:-.4px!important;line-height:.88!important;}
  .bandj-menu-v6 .logo-main{font-size:18px!important;line-height:.88!important;letter-spacing:-.45px!important;white-space:nowrap!important;}
  .bandj-menu-v6 .logo-main .vn{font-size:.45em!important;margin-left:1px!important;}
  .bandj-menu-v6 .logo-sub{font-size:4px!important;letter-spacing:1.45px!important;margin-top:3px!important;padding-left:4px!important;white-space:nowrap!important;}
  .bandj-menu-v6 .search{grid-area:search!important;order:0!important;min-width:0!important;width:100%!important;height:34px!important;border-radius:17px!important;padding:0 8px 0 11px!important;}
  .bandj-menu-v6 .search input{font-size:10.5px!important;min-width:0!important;}
  .bandj-menu-v6 .search input::placeholder{font-size:10.5px!important;}
  .bandj-menu-v6 .search button{width:24px!important;height:24px!important;flex:0 0 24px!important;}
  .bandj-menu-v6 .search svg{width:16px!important;height:16px!important;}
  .bandj-menu-v6 .cart{grid-area:cart!important;grid-column:auto!important;grid-row:auto!important;width:34px!important;height:34px!important;justify-self:end!important;}
  .bandj-menu-v6 .cart svg{width:24px!important;height:24px!important;}
  .bandj-menu-v6 .cart-badge{width:14px!important;height:14px!important;top:1px!important;right:0!important;font-size:9px!important;}
  .bandj-menu-v6 .hamburger{display:none!important;}
  .bandj-menu-v6 .hotline{display:none!important;}
  .bandj-menu-v6 .nav{
    grid-area:nav!important;
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    height:38px!important;
    gap:6px!important;
    padding:3px 0 0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    justify-content:flex-start!important;
    align-items:center!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .bandj-menu-v6 .nav::-webkit-scrollbar{display:none!important;}
  .bandj-menu-v6 .nav-item{
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:31px!important;
    padding:0 9px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:999px!important;
    background:#121212!important;
    font-size:11px!important;
    line-height:1!important;
    gap:4px!important;
    color:#fff!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }
  .bandj-menu-v6 .nav-item>svg{width:12px!important;height:12px!important;margin:0!important;flex:0 0 auto!important;}
  .bandj-menu-v6 .nav-item .nav-label{font-size:inherit!important;line-height:1!important;}
  .bandj-menu-v6 .nav-item .chev{font-size:12px!important;line-height:1!important;margin:0!important;transform:none!important;color:inherit!important;}
  .bandj-menu-v6 .nav-item::before,.bandj-menu-v6 .nav-item::after{display:none!important;content:none!important;}
  .bandj-menu-v6 .nav-item.is-active{background:#ffcc00!important;color:#111!important;border-color:#ffcc00!important;}

  .bandj-menu-v6 .mega-wrap{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:100%!important;
    transform:none!important;
    width:100vw!important;
    max-width:100vw!important;
    padding:0 10px 10px!important;
    max-height:calc(100vh - 92px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    background:linear-gradient(180deg,#030303,#050505)!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .bandj-menu-v6 .mega-panel{width:100%!important;max-width:100%!important;border-radius:10px!important;box-shadow:0 16px 38px rgba(0,0,0,.55)!important;overflow:hidden!important;}
  .bandj-menu-v6 .products-panel{min-height:0!important;padding:10px!important;}
  .bandj-menu-v6 .product-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;min-height:0!important;}
  .bandj-menu-v6 .product-col{min-height:0!important;height:auto!important;padding:12px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:9px!important;background:rgba(255,255,255,.035)!important;overflow:hidden!important;}
  .bandj-menu-v6 .product-col::after,.bandj-menu-v6 .col-image{display:none!important;}
  .bandj-menu-v6 .product-head{font-size:12px!important;min-height:0!important;gap:8px!important;margin:0!important;white-space:normal!important;color:#ffcc00!important;}
  .bandj-menu-v6 .product-head svg{width:22px!important;height:22px!important;}
  .bandj-menu-v6 .product-head .arrow{font-size:18px!important;margin-left:auto!important;}
  .bandj-menu-v6 .product-links{margin:10px 0 0!important;gap:0!important;display:grid!important;font-size:12px!important;}
  .bandj-menu-v6 .product-links li{border-top:1px solid rgba(255,255,255,.07)!important;}
  .bandj-menu-v6 .product-links a{display:block!important;padding:9px 0!important;color:#fff!important;}
  .bandj-menu-v6 .chips{margin-top:10px!important;gap:7px!important;}
  .bandj-menu-v6 .chip{min-height:28px!important;padding:6px 9px!important;font-size:11px!important;border-radius:7px!important;}
  .bandj-menu-v6 .promo-card{min-height:138px!important;margin:0!important;padding:0!important;border-radius:9px!important;}
  .bandj-menu-v6 .promo-body{padding:16px!important;justify-content:flex-end!important;}
  .bandj-menu-v6 .promo-kicker{font-size:10px!important;margin-bottom:5px!important;}
  .bandj-menu-v6 .promo-body h3{font-size:20px!important;margin-bottom:6px!important;}
  .bandj-menu-v6 .promo-body p{font-size:11px!important;margin-bottom:9px!important;}
  .bandj-menu-v6 .btn-promo{font-size:10px!important;padding:6px 10px!important;}
  .bandj-menu-v6 .service-strip{display:none!important;}
  .bandj-menu-v6 .products-panel>.view-all{min-height:42px!important;font-size:12px!important;gap:8px!important;border-top:1px solid rgba(255,255,255,.09)!important;margin-top:8px!important;}
  .bandj-menu-v6 .products-panel>.view-all svg{width:18px!important;height:18px!important;}

  .bandj-menu-v6 .services-panel,.bandj-menu-v6 .courses-panel,.bandj-menu-v6 .contact-panel{width:100%!important;max-width:100%!important;padding:10px!important;}
  .bandj-menu-v6 .service-list{gap:8px!important;display:grid!important;}
  .bandj-menu-v6 .service-row{grid-template-columns:34px 1fr 16px!important;min-height:0!important;padding:12px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:9px!important;background:rgba(255,255,255,.035)!important;gap:10px!important;}
  .bandj-menu-v6 .service-row svg{width:28px!important;height:28px!important;}
  .bandj-menu-v6 .service-row h3{font-size:13px!important;line-height:1.15!important;margin:0 0 4px!important;}
  .bandj-menu-v6 .service-row p{font-size:11px!important;line-height:1.35!important;margin:0!important;max-width:none!important;}
  .bandj-menu-v6 .service-row>span:last-child{font-size:17px!important;}
  .bandj-menu-v6 .panel-link{font-size:11px!important;margin:10px 0 0!important;padding:10px 0!important;}
  .bandj-menu-v6 .simple-panel-inner{grid-template-columns:1fr!important;gap:8px!important;min-height:0!important;}
  .bandj-menu-v6 .simple-item{grid-template-columns:34px 1fr 16px!important;gap:10px!important;padding:12px!important;border-radius:9px!important;}
  .bandj-menu-v6 .simple-item svg{width:28px!important;height:28px!important;}
  .bandj-menu-v6 .simple-item h3{font-size:13px!important;margin:0 0 4px!important;}
  .bandj-menu-v6 .simple-item p{font-size:11px!important;line-height:1.35!important;}
  .bandj-menu-v6 .contact-mega-v8{grid-template-columns:1fr!important;gap:8px!important;}
  .bandj-menu-v6 .contact-mega-card{grid-template-columns:34px 1fr!important;gap:10px!important;min-height:0!important;padding:12px!important;border-radius:9px!important;}
  .bandj-menu-v6 .contact-mega-card svg{width:28px!important;height:28px!important;}
  .bandj-menu-v6 .contact-mega-card h3{font-size:12px!important;margin:0 0 4px!important;}
  .bandj-menu-v6 .contact-mega-card b{font-size:11px!important;margin-bottom:4px!important;}
  .bandj-menu-v6 .contact-mega-card p{font-size:10.5px!important;line-height:1.35!important;}
  .bandj-menu-v6 .contact-mega-cta{min-height:40px!important;font-size:11px!important;border-radius:8px!important;}
}

@media(max-width:420px){
  .bandj-menu-v6 .site-header{grid-template-columns:74px minmax(0,1fr) 32px!important;gap:7px!important;padding-left:8px!important;padding-right:8px!important;}
  .bandj-menu-v6 .logo-main{font-size:16px!important;letter-spacing:-.35px!important;}
  .bandj-menu-v6 .logo-sub{font-size:3.5px!important;letter-spacing:1.2px!important;}
  .bandj-menu-v6 .search{height:32px!important;padding-left:9px!important;}
  .bandj-menu-v6 .search input,.bandj-menu-v6 .search input::placeholder{font-size:10px!important;}
  .bandj-menu-v6 .nav-item{font-size:10.5px!important;padding:0 8px!important;height:30px!important;}
}


/* === v10 cleanup: flashsale smaller + square product thumbnails === */
.bandj-html-home .flash-head{grid-template-columns:220px 370px 1fr;}
.bandj-html-home .flash-logo{font-size:34px!important;letter-spacing:-.4px;}
.bandj-html-home .sale-live{font-size:12px;}
.bandj-html-home .sale-live b{font-size:13px;}
.bandj-html-home .product-card{min-height:auto;}
.bandj-html-home .product-media{height:auto!important;aspect-ratio:1/1;margin:0 -14px 10px;padding:10px;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.06),transparent 58%);}
.bandj-html-home .product-media img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;}
@media(max-width:900px){
  .bandj-html-home .flash-head{grid-template-columns:1fr;gap:10px;}
  .bandj-html-home .flash-logo{font-size:28px!important;}
  .bandj-html-home .sale-live{text-align:left;}
}


/* === V11 HERO TITLE FIX === */
.bandj-html-home .bandj-html-hero-v6 h1{
  text-transform:none!important;
  font-style:italic!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
.bandj-html-home .bandj-html-hero-v6 h1 span,
.bandj-html-home .bandj-html-hero-v6 h1 span:nth-child(n+2){
  color:#fff!important;
}
.bandj-html-home .bandj-html-hero-v6-kicker:empty{display:none!important;}

/* === V12 HERO TITLE WIDTH FIX: nới vùng title để đúng 2 dòng === */
@media(min-width:981px){
  .bandj-html-home .bandj-html-hero-v6-content{
    width:min(760px,64vw)!important;
    max-width:760px!important;
    padding-left:52px!important;
    padding-right:24px!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    max-width:720px!important;
    width:720px!important;
    white-space:normal!important;
    font-size:44px!important;
    line-height:1.04!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1 span{
    display:block!important;
    white-space:nowrap!important;
  }
}
@media(min-width:981px) and (max-width:1180px){
  .bandj-html-home .bandj-html-hero-v6-content{
    width:min(700px,68vw)!important;
    max-width:700px!important;
    padding-left:42px!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    width:650px!important;
    max-width:650px!important;
    font-size:40px!important;
  }
}
@media(max-width:980px){
  .bandj-html-home .bandj-html-hero-v6-content{
    width:100%!important;
    max-width:none!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    font-size:34px!important;
    line-height:1.08!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1 span{
    display:block!important;
    white-space:nowrap!important;
  }
}
@media(max-width:420px){
  .bandj-html-home .bandj-html-hero-v6 h1{font-size:30px!important;}
}


/* === V13 HERO EXACT TEXT + CENTERED BLOCK === */
.bandj-html-home .bandj-html-hero-v6 h1{
  text-transform:none!important;
  font-style:italic!important;
  font-weight:800!important;
  letter-spacing:-.018em!important;
}
.bandj-html-home .bandj-html-hero-v6 h1 span{display:block!important;color:#fff!important;white-space:nowrap!important;}
@media(min-width:981px){
  .bandj-html-home .bandj-html-hero-v6-content{
    padding-left:max(120px,calc((100vw - 1250px)/2 + 160px))!important;
    padding-right:40px!important;
    width:min(780px,68vw)!important;
    max-width:780px!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    width:760px!important;
    max-width:760px!important;
    font-size:46px!important;
    line-height:1.06!important;
  }
}
@media(min-width:981px) and (max-width:1180px){
  .bandj-html-home .bandj-html-hero-v6-content{
    padding-left:96px!important;
    width:min(700px,70vw)!important;
    max-width:700px!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    width:640px!important;
    max-width:640px!important;
    font-size:40px!important;
  }
}
@media(max-width:980px){
  .bandj-html-home .bandj-html-hero-v6-content{
    padding-left:28px!important;
    padding-right:20px!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    width:100%!important;
    max-width:100%!important;
    font-size:34px!important;
    line-height:1.08!important;
  }
}
@media(max-width:420px){.bandj-html-home .bandj-html-hero-v6 h1{font-size:30px!important;}}


/* === V14 HERO EXACT: đúng text + căn lề ngoài layout 1250px === */
.bandj-html-home .bandj-html-hero-v6-content{
  box-sizing:border-box!important;
  text-align:left!important;
}
.bandj-html-home .bandj-html-hero-v6 h1{
  text-transform:none!important;
  font-style:italic!important;
  font-weight:800!important;
  letter-spacing:-.015em!important;
  color:#fff!important;
}
.bandj-html-home .bandj-html-hero-v6 h1 span,
.bandj-html-home .bandj-html-hero-v6 h1 span:nth-child(n+2){
  display:block!important;
  color:#fff!important;
  white-space:nowrap!important;
}
@media(min-width:1251px){
  .bandj-html-home .bandj-html-hero-v6-content{
    padding-left:calc((100vw - 1250px)/2)!important;
    padding-right:40px!important;
    width:calc((100vw - 1250px)/2 + 650px)!important;
    max-width:none!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    width:650px!important;
    max-width:650px!important;
    font-size:46px!important;
    line-height:1.06!important;
  }
}
@media(min-width:981px) and (max-width:1250px){
  .bandj-html-home .bandj-html-hero-v6-content{
    padding-left:24px!important;
    padding-right:32px!important;
    width:min(650px,64vw)!important;
    max-width:650px!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    width:620px!important;
    max-width:620px!important;
    font-size:42px!important;
    line-height:1.06!important;
  }
}
@media(max-width:980px){
  .bandj-html-home .bandj-html-hero-v6-content{
    padding-left:18px!important;
    padding-right:18px!important;
    width:100%!important;
    max-width:none!important;
  }
  .bandj-html-home .bandj-html-hero-v6 h1{
    width:100%!important;
    max-width:100%!important;
    font-size:34px!important;
    line-height:1.08!important;
  }
}
@media(max-width:420px){
  .bandj-html-home .bandj-html-hero-v6 h1{font-size:30px!important;}
}

/* === BANDJ BRIEF FIXES: logo image, homepage sections, news tabs, footer off === */
.bandj-menu-v6 .logo.bandj-logo-image-only,
.bandj-html-header .logo.bandj-logo-image-only,
.logo-wrap.bandj-logo-image-only{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-direction:row!important;
  min-width:0!important;
  line-height:1!important;
  letter-spacing:0!important;
  color:transparent!important;
  overflow:hidden!important;
}
.bandj-menu-v6 .logo.bandj-logo-image-only .bandj-logo-img,
.bandj-html-header .logo.bandj-logo-image-only .bandj-logo-img,
.logo-wrap.bandj-logo-image-only .bandj-logo-img{
  display:block!important;
  width:auto!important;
  max-width:150px!important;
  height:54px!important;
  max-height:54px!important;
  object-fit:contain!important;
}
.bandj-menu-v6 .logo.bandj-logo-image-only .logo-main,
.bandj-menu-v6 .logo.bandj-logo-image-only .logo-sub,
.bandj-html-header .logo.bandj-logo-image-only .logo-main,
.bandj-html-header .logo.bandj-logo-image-only .logo-sub,
.logo-wrap.bandj-logo-image-only .logo-text,
.logo-wrap.bandj-logo-image-only .logo-icon{display:none!important;}

.bandj-html-home .bandj-super-deal-section .flash-head{
  grid-template-columns:220px minmax(0,1fr)!important;
  align-items:end!important;
}
.bandj-html-home .bandj-super-deal-section .timer{display:none!important;}
.bandj-html-home .bandj-super-deal-section .sale-live,
.bandj-html-home .bandj-super-deal-section .bandj-sale-note{
  text-align:left!important;
  align-self:end!important;
  color:#f3f3f3!important;
}
.bandj-html-home .bandj-super-deal-section .flash-logo .bolt{display:block;color:#fff;}

.bandj-html-home .bandj-tab-panels{width:100%;}
.bandj-html-home .bandj-news-tabs-section .tabs{margin:0 0 14px!important;}
.bandj-html-home .bandj-news-tabs-section .tabs button{
  min-height:34px;
  border-radius:999px!important;
  padding:7px 18px!important;
}
.bandj-html-home .bandj-news-tabs-section .news-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.bandj-html-home .news-card.video-card .news-img{background:#000;}
.bandj-html-home .news-card.video-card iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.bandj-html-home .news-card .play-now{
  position:absolute;
  inset:auto auto 10px 10px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(255,196,0,.92);
  color:#111;
  font-size:14px;
  line-height:1;
}
.bandj-html-home .bandj-studio-gear-section .product-grid,
.bandj-html-home .course-grid-mini{margin-bottom:22px;}

body{padding-bottom:0!important;}
.bandj-bottom-nav,.bandj-mobile-bottom-nav{display:none!important;}

@media(min-width:981px){
  .bandj-menu-v6 .site-header{grid-template-columns:170px minmax(180px,300px) minmax(0,1fr) 145px 42px!important;}
}
@media(max-width:980px){
  .bandj-menu-v6 .logo.bandj-logo-image-only .bandj-logo-img,
  .bandj-html-header .logo.bandj-logo-image-only .bandj-logo-img,
  .logo-wrap.bandj-logo-image-only .bandj-logo-img{max-width:116px!important;height:42px!important;max-height:42px!important;}
  .bandj-html-home .bandj-super-deal-section .flash-head{grid-template-columns:1fr!important;gap:8px!important;}
  .bandj-html-home .bandj-news-tabs-section .news-grid{grid-template-columns:1fr!important;}
}


/* === v1.0.31: user fix — super deal title, full header, restore footer, hide only mobile footer menu === */
.bandj-html-home .bandj-super-deal-section .flash-head{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:start!important;
  align-items:start!important;
  gap:5px!important;
  margin-bottom:16px!important;
  text-align:left!important;
}
.bandj-html-home .bandj-super-deal-section .flash-logo{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  white-space:nowrap!important;
  line-height:1!important;
  color:#E42222!important;
  background:linear-gradient(90deg,#FF1E1E 0%,#D60000 42%,#FF6B2A 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-fill-color:transparent!important;
  font-weight:800!important;
  letter-spacing:-.8px!important;
}
.bandj-html-home .bandj-super-deal-section .flash-logo .bolt{
  display:inline!important;
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
.bandj-html-home .bandj-super-deal-section .sale-live,
.bandj-html-home .bandj-super-deal-section .bandj-sale-note{
  display:block!important;
  justify-self:start!important;
  width:100%!important;
  text-align:left!important;
  margin:0!important;
  color:#fff!important;
}
.bandj-html-home .bandj-super-deal-section .sale-live b,
.bandj-html-home .bandj-super-deal-section .bandj-sale-note b{
  display:block!important;
  text-align:left!important;
  font-weight:500!important;
}

@media(min-width:981px){
  .bandj-menu-v6 .site-header{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:minmax(128px,170px) minmax(230px,360px) minmax(460px,1fr) minmax(135px,165px) 42px!important;
    gap:clamp(14px,1.55vw,26px)!important;
    padding:10px max(22px,calc((100vw - 1500px)/2 + 22px)) 12px!important;
  }
  .bandj-menu-v6 .nav{
    width:100%!important;
    min-width:0!important;
    justify-content:center!important;
    gap:clamp(16px,1.7vw,34px)!important;
    overflow:visible!important;
    flex-wrap:nowrap!important;
  }
  .bandj-menu-v6 .nav-item{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    font-size:13px!important;
    gap:5px!important;
  }
  .bandj-menu-v6 .search{width:100%!important;min-width:0!important;}
  .bandj-menu-v6 .hotline{min-width:135px!important;}
  .bandj-menu-v6 .mega-wrap{width:100%!important;max-width:1500px!important;}
}
@media(min-width:981px) and (max-width:1180px){
  .bandj-menu-v6 .site-header{
    grid-template-columns:112px minmax(180px,260px) minmax(420px,1fr) 118px 34px!important;
    gap:9px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .bandj-menu-v6 .nav{gap:9px!important;justify-content:center!important;}
  .bandj-menu-v6 .nav-item{font-size:11px!important;gap:3px!important;}
  .bandj-menu-v6 .nav-item>svg{width:12px!important;height:12px!important;}
  .bandj-menu-v6 .hotline{min-width:118px!important;padding:0 7px!important;}
  .bandj-menu-v6 .hotline strong{font-size:10.5px!important;}
}

.site-footer.bandj-site-footer,
.bandj-site-footer{
  display:block!important;
  background:#070708!important;
  border-top:1px solid var(--border)!important;
  padding:38px 0 0!important;
  clear:both!important;
}
.bandj-footer-logo-image-only{display:inline-flex!important;align-items:center!important;margin-bottom:14px!important;}
.bandj-footer-logo-img{display:block!important;width:auto!important;max-width:150px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;}
.bandj-site-footer .bandj-footer-contact a{color:var(--text2)!important;text-decoration:none!important;}
.bandj-site-footer .bandj-footer-contact a:hover{color:var(--gold2)!important;}
.bandj-site-footer .foot-links{margin:0!important;padding:0!important;}
.bandj-site-footer .foot-links .menu-item{margin:0 0 9px!important;padding:0!important;list-style:none!important;}
.bandj-site-footer .foot-socials{margin-top:14px!important;}
body{padding-bottom:0!important;}
.bandj-bottom-nav,.bandj-mobile-bottom-nav{display:none!important;}
@media(max-width:767px){
  .bandj-html-home .bandj-super-deal-section .flash-logo{font-size:30px!important;letter-spacing:-.5px!important;}
  .bandj-html-home .bandj-super-deal-section .sale-live b{font-size:12px!important;}
  .bandj-site-footer{padding-top:28px!important;}
  .bandj-site-footer .foot-grid,.bandj-site-footer .bandj-footer-mobile-grid{grid-template-columns:1fr 1fr!important;gap:22px 18px!important;}
  .bandj-site-footer .foot-brand-col{grid-column:1/-1!important;}
}
@media(max-width:420px){
  .bandj-html-home .bandj-super-deal-section .flash-logo{font-size:27px!important;}
}

/* === v1.0.32: natural thumbnails — không ép tỉ lệ / kích thước ảnh === */
.bandj-html-home .product-media,
.prod-img-box,
.dm-img,
.kol-photo,
.music-cover,
.dj-thumb,
.kt-img,
.bandj-list-thumb,
.bandj-single-cover,
.bandj-single-cover.square,
.bandj-gallery-grid img,
.bandj-html-home .news-img,
.woocommerce ul.products li.product a img{
  aspect-ratio:auto!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
}
.bandj-html-home .product-media,
.prod-img-box,
.dm-img,
.kol-photo,
.music-cover,
.dj-thumb,
.kt-img,
.bandj-list-thumb,
.bandj-single-cover,
.bandj-single-cover.square,
.bandj-html-home .news-img{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  background:#101010!important;
}
.bandj-html-home .product-media img,
.prod-img-box img,
.dm-img img,
.kol-photo img,
.music-cover img,
.dj-thumb img,
.kt-img img,
.bandj-list-thumb img,
.bandj-single-cover img,
.bandj-gallery-grid img,
.bandj-html-home .news-img img,
.woocommerce ul.products li.product a img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:unset!important;
  object-position:initial!important;
}
.prod-card:hover .prod-img-box img,
.kol-card:hover .kol-photo img,
.music-card:hover .music-cover img,
.dj-card:hover .dj-thumb img,
.kt-card:hover .kt-img img,
.bandj-html-home .product-card:hover .product-media img,
.bandj-html-home .news-card:hover .news-img img{
  transform:none!important;
}
.bandj-html-home .product-media{margin:0 0 10px!important;}


/* === v1.0.33: shop archive fix support + homepage width + hero text 2 lines === */
body.bandj-html-layout .bandj-html-home{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  box-shadow:none!important;
  background:#030303!important;
}
body.bandj-html-layout .bandj-html-home > section:not(.bandj-html-hero-v6) .container,
body.bandj-html-layout .bandj-html-home .bandj-tabbed-products,
body.bandj-html-layout .bandj-html-home .bandj-tab-panels{
  box-sizing:border-box!important;
}
body.bandj-html-layout .bandj-html-home > section:not(.bandj-html-hero-v6) > .container{
  width:100%!important;
  max-width:1250px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:20px!important;
  padding-right:20px!important;
}
body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6 h1 span{
  display:block!important;
  white-space:normal!important;
}
@media(min-width:981px){
  body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6-content{
    padding-left:max(20px,calc((100vw - 1250px)/2 + 20px))!important;
    width:min(760px,70vw)!important;
    max-width:760px!important;
  }
  body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6 h1{
    width:720px!important;
    max-width:720px!important;
    font-size:43px!important;
    line-height:1.08!important;
  }
}
@media(max-width:980px){
  body.bandj-html-layout .bandj-html-home > section:not(.bandj-html-hero-v6) > .container{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6-content{
    padding-left:18px!important;
    padding-right:18px!important;
  }
}

/* === v1.0.34: hero desc 2 lines, more hero trust items, footer 5 columns, floating cart === */
.bandj-html-home .bandj-html-hero-v6-desc{
  display:block!important;
  max-width:720px!important;
  white-space:normal!important;
}
.bandj-html-home .bandj-html-hero-v6-desc span{
  display:block!important;
}
.bandj-html-home .bandj-html-hero-v6-features{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:10px 12px!important;
  max-width:760px!important;
}
.bandj-html-home .bandj-html-hero-v6-features > div{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:42px!important;
  padding:8px 11px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.34)!important;
  backdrop-filter:blur(6px)!important;
  flex:0 0 auto!important;
}
.bandj-html-home .bandj-html-hero-v6-features svg{
  width:21px!important;
  height:21px!important;
  color:var(--gold3)!important;
}
.bandj-html-home .bandj-html-hero-v6-features span{
  display:block!important;
  color:#fff!important;
  font-size:11.5px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
  letter-spacing:.01em!important;
}
@media(min-width:981px){
  body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6-content{
    width:min(840px,72vw)!important;
    max-width:840px!important;
  }
  body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6 h1{
    width:720px!important;
    max-width:720px!important;
  }
  body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6 p.bandj-html-hero-v6-desc{
    width:720px!important;
    max-width:720px!important;
  }
}
@media(max-width:767px){
  .bandj-html-home .bandj-html-hero-v6-desc span{display:inline!important;}
  .bandj-html-home .bandj-html-hero-v6-desc span + span:before{content:' ';}
  .bandj-html-home .bandj-html-hero-v6-features{gap:8px!important;}
  .bandj-html-home .bandj-html-hero-v6-features > div{padding:7px 9px!important;min-height:38px!important;}
  .bandj-html-home .bandj-html-hero-v6-features span{font-size:10.5px!important;}
}

.site-footer.bandj-site-footer .bandj-footer-5col{
  display:grid!important;
  grid-template-columns:minmax(260px,1.7fr) minmax(140px,.9fr) minmax(125px,.75fr) minmax(115px,.65fr) minmax(270px,1.35fr)!important;
  gap:28px!important;
  align-items:start!important;
}
.site-footer.bandj-site-footer .foot-brand-name{
  color:#fff!important;
  font-size:18px!important;
  font-weight:800!important;
  margin:0 0 8px!important;
  letter-spacing:-.01em!important;
}
.site-footer.bandj-site-footer .bandj-footer-brand-contact{
  display:grid!important;
  gap:6px!important;
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1.55!important;
}
.site-footer.bandj-site-footer .bandj-footer-brand-contact span{display:block!important;}
.site-footer.bandj-site-footer .bandj-footer-contact-col .foot-col-h{margin-bottom:12px!important;}
.site-footer.bandj-site-footer .bandj-footer-contact-cards{
  display:grid!important;
  gap:10px!important;
}
.site-footer.bandj-site-footer .bandj-footer-contact-card{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:start!important;
  padding:10px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.035)!important;
}
.site-footer.bandj-site-footer .bandj-footer-contact-icon{
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(228,190,114,.12)!important;
  border:1px solid rgba(228,190,114,.26)!important;
  color:var(--gold3)!important;
}
.site-footer.bandj-site-footer .bandj-footer-contact-icon svg{width:18px!important;height:18px!important;}
.site-footer.bandj-site-footer .bandj-footer-contact-card b{
  display:block!important;
  color:#fff!important;
  font-size:12.5px!important;
  line-height:1.25!important;
  margin:0 0 2px!important;
}
.site-footer.bandj-site-footer .bandj-footer-contact-card em{
  display:block!important;
  color:var(--gold3)!important;
  font-style:normal!important;
  font-size:12px!important;
  font-weight:700!important;
  margin:0 0 4px!important;
}
.site-footer.bandj-site-footer .bandj-footer-contact-card small{
  display:block!important;
  color:var(--muted)!important;
  font-size:11.5px!important;
  line-height:1.45!important;
}
.site-footer.bandj-site-footer .bandj-footer-contact-card a{color:var(--gold3)!important;}
.site-footer.bandj-site-footer .foot-links a{line-height:1.35!important;display:inline-block!important;}
@media(max-width:1180px){
  .site-footer.bandj-site-footer .bandj-footer-5col{
    grid-template-columns:1.4fr 1fr 1fr!important;
  }
  .site-footer.bandj-site-footer .foot-brand-col,
  .site-footer.bandj-site-footer .bandj-footer-contact-col{grid-column:auto!important;}
}
@media(max-width:767px){
  .site-footer.bandj-site-footer .bandj-footer-5col{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  .site-footer.bandj-site-footer .foot-brand-col,
  .site-footer.bandj-site-footer .bandj-footer-contact-col{grid-column:1!important;}
}

.bandj-floating-cart{
  position:fixed!important;
  right:0!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:9998!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-width:116px!important;
  min-height:54px!important;
  padding:9px 11px 9px 10px!important;
  border-radius:14px 0 0 14px!important;
  background:linear-gradient(135deg,#C20D0D 0%,#FF2A2A 45%,#F2B24A 100%)!important;
  color:#fff!important;
  box-shadow:0 14px 34px rgba(0,0,0,.42)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-right:0!important;
  text-decoration:none!important;
}
.bandj-floating-cart.is-empty{display:none!important;}
.bandj-floating-cart-icon{
  position:relative!important;
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(0,0,0,.22)!important;
  flex:0 0 34px!important;
}
.bandj-floating-cart-icon svg{width:22px!important;height:22px!important;}
.bandj-floating-cart-count{
  position:absolute!important;
  top:-7px!important;
  right:-7px!important;
  min-width:19px!important;
  height:19px!important;
  padding:0 5px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#C20D0D!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
}
.bandj-floating-cart-text{display:grid!important;gap:0!important;line-height:1.05!important;}
.bandj-floating-cart-text b{font-size:13px!important;text-transform:uppercase!important;letter-spacing:.02em!important;color:#fff!important;}
.bandj-floating-cart-text small{font-size:11px!important;color:rgba(255,255,255,.9)!important;font-weight:700!important;white-space:nowrap!important;}
.bandj-floating-cart:hover{filter:brightness(1.08)!important;}
@media(max-width:767px){
  .bandj-floating-cart{right:0!important;top:56%!important;min-width:54px!important;padding:9px!important;}
  .bandj-floating-cart-text{display:none!important;}
}


/* === v1.0.35: hero feature chips one-line + bigger icon/text === */
.bandj-html-home .bandj-html-hero-v6-features{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  max-width:none!important;
  width:100%!important;
  overflow:visible!important;
}
.bandj-html-home .bandj-html-hero-v6-features > div{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:50px!important;
  padding:10px 15px!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.bandj-html-home .bandj-html-hero-v6-features svg{
  width:27px!important;
  height:27px!important;
  flex:0 0 27px!important;
}
.bandj-html-home .bandj-html-hero-v6-features span{
  display:inline!important;
  font-size:13.5px!important;
  line-height:1!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
@media(min-width:981px){
  body.bandj-html-layout .bandj-html-home .bandj-html-hero-v6-content{
    width:min(1120px,86vw)!important;
    max-width:1120px!important;
  }
}
@media(max-width:980px){
  .bandj-html-home .bandj-html-hero-v6-features{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    padding-bottom:2px!important;
    scrollbar-width:none!important;
  }
  .bandj-html-home .bandj-html-hero-v6-features::-webkit-scrollbar{display:none!important;}
}
@media(max-width:767px){
  .bandj-html-home .bandj-html-hero-v6-features{gap:10px!important;}
  .bandj-html-home .bandj-html-hero-v6-features > div{padding:9px 12px!important;min-height:46px!important;}
  .bandj-html-home .bandj-html-hero-v6-features svg{width:24px!important;height:24px!important;flex-basis:24px!important;}
  .bandj-html-home .bandj-html-hero-v6-features span{font-size:12.5px!important;}
}

/* === v1.0.36: hero ecosystem copy block === */
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem{
  min-height:460px!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-overlay{
  background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.74) 34%,rgba(0,0,0,.25) 68%,rgba(0,0,0,.05) 100%)!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-content{
  text-align:left!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-kicker{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:100%!important;
  margin:0 0 13px!important;
  padding:8px 14px!important;
  border:1px solid rgba(228,190,114,.28)!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.38)!important;
  color:#f5d58a!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  white-space:normal!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem h1{
  width:auto!important;
  max-width:900px!important;
  margin:0 0 16px!important;
  color:#fff!important;
  text-transform:uppercase!important;
  font-style:normal!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  line-height:1.02!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem h1 span{
  display:block!important;
  white-space:normal!important;
  color:#fff!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem h1 span:first-child{
  font-size:.72em!important;
  letter-spacing:.12em!important;
  color:#ffffff!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem h1 span:nth-child(2){
  width:max-content!important;
  max-width:100%!important;
  background:linear-gradient(90deg,#ffffff 0%,#ffe18a 38%,#d99a1e 76%,#fff0bd 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:#f2c35b!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem p.bandj-html-hero-v6-desc{
  display:grid!important;
  gap:9px!important;
  width:auto!important;
  max-width:820px!important;
  margin:0!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:700!important;
  white-space:normal!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-desc span{
  display:block!important;
  color:#fff!important;
  white-space:normal!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-desc .bandj-hero-line-1{
  color:#fff!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-desc .bandj-hero-line-2{
  width:max-content!important;
  max-width:100%!important;
  padding:9px 14px!important;
  border-radius:10px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.08)!important;
  color:#f2c35b!important;
  font-size:16px!important;
  letter-spacing:.04em!important;
  text-transform:none!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-btn,
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-features,
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-dots{
  display:none!important;
}
@media(min-width:1251px){
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-content{
    padding-left:calc((100vw - 1250px)/2)!important;
    padding-right:40px!important;
    width:calc((100vw - 1250px)/2 + 900px)!important;
    max-width:none!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem h1{
    font-size:58px!important;
  }
}
@media(min-width:981px) and (max-width:1250px){
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-content{
    padding-left:24px!important;
    padding-right:32px!important;
    width:min(900px,78vw)!important;
    max-width:900px!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem h1{
    font-size:50px!important;
  }
}
@media(max-width:980px){
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem{
    min-height:430px!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-content{
    padding:46px 18px 76px!important;
    width:100%!important;
    max-width:none!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem h1{
    width:100%!important;
    max-width:100%!important;
    font-size:41px!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem p.bandj-html-hero-v6-desc{
    font-size:16px!important;
    max-width:100%!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-desc span{display:block!important;}
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-desc span + span:before{content:''!important;}
}
@media(max-width:540px){
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-kicker{
    font-size:12px!important;
    padding:7px 11px!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem h1{
    font-size:32px!important;
    line-height:1.06!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem p.bandj-html-hero-v6-desc{
    font-size:14px!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-desc .bandj-hero-line-2{
    width:auto!important;
    font-size:13px!important;
    letter-spacing:.02em!important;
  }
}

/* Hero ecosystem service chips */
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:14px!important;
  max-width:900px!important;
  align-items:center!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:42px!important;
  padding:10px 15px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,225,138,.42)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.055))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 24px rgba(0,0,0,.24)!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-icon{
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  border-radius:999px!important;
  background:rgba(242,195,91,.16)!important;
  font-size:15px!important;
  line-height:1!important;
}
@media(max-width:980px){
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-chips{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    max-width:100%!important;
    padding-bottom:4px!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-chip{
    flex:0 0 auto!important;
  }
}
@media(max-width:540px){
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-chip{
    min-height:38px!important;
    padding:9px 12px!important;
    font-size:13px!important;
  }
  .bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-icon{
    width:22px!important;
    height:22px!important;
    font-size:13px!important;
  }
}

/* === v1.0.39: Super Deal lấy sản phẩm từ danh mục Flash Sale === */
.bandj-html-home .bandj-super-deal-section .flash-head{
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:14px!important;
}
.bandj-html-home .bandj-super-deal-section .bandj-flash-view-all{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:7px 13px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,196,0,.55)!important;
  color:var(--bj-gold)!important;
  font-size:12px!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}
.bandj-html-home .bandj-super-deal-section .bandj-flash-view-all:hover{
  background:rgba(255,196,0,.12)!important;
  color:#fff!important;
}
@media(max-width:767px){
  .bandj-html-home .bandj-super-deal-section .flash-head{grid-template-columns:1fr!important;align-items:start!important;}
}

/* === v1.0.40: hero service chips gold SVG + support floating buttons === */
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-html-hero-v6-bg{
  image-rendering:auto!important;
  transform:translateZ(0)!important;
  backface-visibility:hidden!important;
  filter:none!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-chip,
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-chip:visited{
  color:#f4c15f!important;
  border-color:rgba(244,193,95,.82)!important;
  background:linear-gradient(180deg,rgba(244,193,95,.16),rgba(155,103,40,.08))!important;
  box-shadow:inset 0 1px 0 rgba(255,236,179,.20),0 12px 28px rgba(0,0,0,.28),0 0 0 1px rgba(244,193,95,.10)!important;
  text-decoration:none!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-chip:hover{
  color:#ffe6a3!important;
  border-color:#f4c15f!important;
  background:linear-gradient(180deg,rgba(244,193,95,.24),rgba(155,103,40,.12))!important;
  transform:translateY(-1px)!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-icon{
  color:#f4c15f!important;
  background:rgba(244,193,95,.12)!important;
  border:1px solid rgba(244,193,95,.35)!important;
}
.bandj-html-home .bandj-html-hero-v6.bandj-html-hero-v6-ecosystem .bandj-hero-service-icon svg{
  width:17px!important;
  height:17px!important;
  display:block!important;
  color:currentColor!important;
}
.bandj-floating-support{
  position:fixed!important;
  right:16px!important;
  bottom:18px!important;
  z-index:9999!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  align-items:flex-end!important;
  pointer-events:none!important;
}
.bandj-floating-support a{
  pointer-events:auto!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:46px!important;
  padding:10px 14px 10px 12px!important;
  border-radius:999px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  box-shadow:0 12px 28px rgba(0,0,0,.34)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  transition:transform .18s ease,filter .18s ease!important;
}
.bandj-floating-support a:hover{transform:translateY(-1px)!important;filter:brightness(1.08)!important;}
.bandj-floating-support svg{width:22px!important;height:22px!important;display:block!important;flex:0 0 22px!important;}
.bandj-floating-support-call{background:linear-gradient(135deg,#c91515 0%,#f23b2f 48%,#f4b84d 100%)!important;}
.bandj-floating-support-zalo{background:linear-gradient(135deg,#0068ff 0%,#009dff 100%)!important;}
.bandj-floating-support-zalo b{font-size:14px!important;letter-spacing:.04em!important;}
@media(max-width:767px){
  .bandj-floating-support{right:12px!important;bottom:14px!important;gap:8px!important;}
  .bandj-floating-support a{min-width:48px!important;width:48px!important;height:48px!important;padding:0!important;justify-content:center!important;border-radius:999px!important;}
  .bandj-floating-support a span:not(.screen-reader-text){display:none!important;}
  .bandj-floating-support svg{width:23px!important;height:23px!important;}
}

/* === v1.0.42: 2 banner chuyển đổi trước section khóa học === */
.bandj-html-home .bandj-conversion-banners-section{
  padding:18px 0 4px!important;
  background:#030303!important;
}
.bandj-html-home .bandj-conversion-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.bandj-html-home .bandj-conversion-card,
.bandj-html-home .bandj-conversion-card:visited{
  position:relative!important;
  display:block!important;
  min-height:400px!important;
  height:400px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  color:#fff!important;
  text-decoration:none!important;
  border:1px solid rgba(244,193,95,.42)!important;
  background:#0a0a0a!important;
  box-shadow:0 20px 46px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08)!important;
  isolation:isolate!important;
}
.bandj-html-home .bandj-conversion-card:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(244,193,95,.78)!important;
  box-shadow:0 26px 60px rgba(0,0,0,.46),0 0 0 1px rgba(244,193,95,.18)!important;
}
.bandj-html-home .bandj-conversion-bg{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.01)!important;
  z-index:-2!important;
}
.bandj-html-home .bandj-conversion-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background:
    radial-gradient(circle at 82% 18%,rgba(244,193,95,.24),transparent 34%),
    linear-gradient(90deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.70) 47%,rgba(0,0,0,.25) 100%)!important;
}
.bandj-html-home .bandj-conversion-card-right .bandj-conversion-overlay{
  background:
    radial-gradient(circle at 78% 18%,rgba(244,193,95,.26),transparent 34%),
    linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.62) 52%,rgba(0,0,0,.18) 100%)!important;
}
.bandj-html-home .bandj-conversion-content{
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  align-items:flex-start!important;
  gap:12px!important;
  padding:34px!important;
}
.bandj-html-home .bandj-conversion-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  border:1px solid rgba(244,193,95,.55)!important;
  color:#f4c15f!important;
  background:rgba(244,193,95,.10)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
.bandj-html-home .bandj-conversion-title{
  display:block!important;
  max-width:100%!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
  text-transform:uppercase!important;
  text-shadow:0 12px 32px rgba(0,0,0,.58)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.bandj-html-home .bandj-conversion-card-right .bandj-conversion-title{
  background:linear-gradient(180deg,#fff 0%,#f4c15f 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.bandj-html-home .bandj-conversion-desc{
  display:block!important;
  max-width:520px!important;
  color:#e7e2d8!important;
  font-size:15px!important;
  line-height:1.48!important;
  font-weight:600!important;
}
.bandj-html-home .bandj-conversion-points{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  margin-top:2px!important;
}
.bandj-html-home .bandj-conversion-point{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#fff6df!important;
  font-size:14px!important;
  line-height:1.22!important;
  font-weight:800!important;
}
.bandj-html-home .bandj-conversion-point-icon{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  color:#f4c15f!important;
  border:1px solid rgba(244,193,95,.55)!important;
  background:rgba(244,193,95,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,236,179,.18)!important;
}
.bandj-html-home .bandj-conversion-point-icon svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
}
.bandj-html-home .bandj-conversion-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-end!important;
  min-height:42px!important;
  padding:12px 20px!important;
  margin-top:4px!important;
  margin-left:auto!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#9b6728,#f4c15f)!important;
  color:#090909!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.035em!important;
  box-shadow:0 12px 28px rgba(0,0,0,.32)!important;
}
@media(max-width:900px){
  .bandj-html-home .bandj-conversion-grid{grid-template-columns:1fr!important;gap:14px!important;}
  .bandj-html-home .bandj-conversion-card{height:auto!important;min-height:340px!important;}
  .bandj-html-home .bandj-conversion-content{padding:26px!important;}
  .bandj-html-home .bandj-conversion-title{font-size:27px!important;}
}
@media(max-width:540px){
  .bandj-html-home .bandj-conversion-banners-section{padding-top:12px!important;}
  .bandj-html-home .bandj-conversion-card{min-height:320px!important;border-radius:14px!important;}
  .bandj-html-home .bandj-conversion-content{padding:22px!important;gap:10px!important;}
  .bandj-html-home .bandj-conversion-title{font-size:22px!important;}
  .bandj-html-home .bandj-conversion-desc{font-size:13px!important;}
  .bandj-html-home .bandj-conversion-point{font-size:13px!important;}
  .bandj-html-home .bandj-conversion-point-icon{width:28px!important;height:28px!important;flex-basis:28px!important;}
}


/* ===== Customer gallery homepage ===== */
.bandj-html-home .bandj-customer-gallery-section{
  padding:28px 0 34px!important;
  background:var(--dark)!important;
}
.bandj-html-home .bandj-gallery-head{
  align-items:flex-end!important;
  margin-bottom:16px!important;
}
.bandj-html-home .bandj-gallery-head h2{margin-bottom:6px!important;}
.bandj-html-home .bandj-gallery-head p{
  margin:0!important;
  color:var(--muted)!important;
  font-size:13px!important;
  line-height:1.55!important;
  max-width:680px!important;
}
.bandj-html-home .bandj-customer-gallery-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:12px!important;
}
.bandj-html-home .bandj-customer-gallery-item{
  margin:0!important;
  border:1px solid rgba(228,190,114,.18)!important;
  background:rgba(255,255,255,.035)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  box-shadow:0 14px 32px rgba(0,0,0,.18)!important;
}
.bandj-html-home .bandj-customer-gallery-item img{
  width:100%!important;
  height:auto!important;
  display:block!important;
}
@media(max-width:991px){
  .bandj-html-home .bandj-customer-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
}
@media(max-width:767px){
  .bandj-html-home .bandj-customer-gallery-section{padding:22px 0 28px!important;}
  .bandj-html-home .bandj-customer-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
  .bandj-html-home .bandj-gallery-head p{font-size:12.5px!important;}
}

/* Footer mobile: 2 columns, brand/contact full row */
@media(max-width:767px){
  .site-footer.bandj-site-footer .bandj-footer-5col{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:20px 18px!important;
  }
  .site-footer.bandj-site-footer .foot-brand-col,
  .site-footer.bandj-site-footer .bandj-footer-contact-col{
    grid-column:1/-1!important;
  }
  .site-footer.bandj-site-footer .foot-col-h{font-size:14px!important;margin-bottom:10px!important;}
  .site-footer.bandj-site-footer .foot-links li{margin-bottom:8px!important;}
  .site-footer.bandj-site-footer .foot-links a{font-size:12.5px!important;}
}


/* === v1.0.44: homepage news — 6 posts, 3 columns, compact thumbnails === */
.bandj-html-home .bandj-news-tabs-section .news-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
.bandj-html-home .bandj-news-tabs-section .news-card{
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  column-gap:10px!important;
  min-height:88px!important;
  padding:8px!important;
  border-radius:12px!important;
}
.bandj-html-home .bandj-news-tabs-section .news-img{
  grid-row:1 / span 2!important;
  width:96px!important;
  height:72px!important;
  border-radius:9px!important;
  overflow:hidden!important;
  background:#0b0b0b!important;
}
.bandj-html-home .bandj-news-tabs-section .news-img img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  display:block!important;
}
.bandj-html-home .bandj-news-tabs-section .news-card.video-card iframe{
  width:100%!important;
  height:100%!important;
}
.bandj-html-home .bandj-news-tabs-section .news-card h3{
  margin:0!important;
  font-size:13px!important;
  line-height:1.28!important;
  min-height:0!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.bandj-html-home .bandj-news-tabs-section .news-card p{
  margin:4px 0 0!important;
  font-size:10px!important;
  line-height:1.2!important;
}
.bandj-html-home .bandj-news-tabs-section .play-now{
  width:26px!important;
  height:26px!important;
  left:7px!important;
  bottom:7px!important;
  font-size:11px!important;
}
@media(max-width:900px){
  .bandj-html-home .bandj-news-tabs-section .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:560px){
  .bandj-html-home .bandj-news-tabs-section .news-grid{grid-template-columns:1fr!important;}
}


/* === v1.0.46: homepage video section above news === */
.bandj-html-home .bandj-home-video-section{
  padding:26px 0 24px!important;
  background:linear-gradient(180deg,#0d0d0d,#111)!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
.bandj-html-home .bandj-home-video-head{
  margin-bottom:14px!important;
}
.bandj-html-home .bandj-home-video-head p{
  margin:7px 0 0!important;
  color:#cfcfcf!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.bandj-html-home .bandj-home-video-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.bandj-html-home .bandj-home-video-grid.bandj-home-video-count-1{
  grid-template-columns:minmax(0,820px)!important;
}
.bandj-html-home .bandj-home-video-card{
  border:1px solid rgba(228,190,114,.32)!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#070707!important;
  box-shadow:0 18px 42px rgba(0,0,0,.35)!important;
}
.bandj-html-home .bandj-home-video-frame{
  position:relative!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
}
.bandj-html-home .bandj-home-video-frame iframe{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  display:block!important;
}
@media(max-width:767px){
  .bandj-html-home .bandj-home-video-section{padding:22px 0 22px!important;}
  .bandj-html-home .bandj-home-video-grid,
  .bandj-html-home .bandj-home-video-grid.bandj-home-video-count-1{grid-template-columns:1fr!important;gap:12px!important;}
  .bandj-html-home .bandj-home-video-head p{font-size:12.5px!important;}
}
