/* PhantomCheats main.css v5 */
:root {
    --bg:#080808; --bg2:#0a0a0a; --bg3:#0e0e14;
    --card:rgba(255,255,255,.04); --card2:rgba(255,255,255,.07); --card3:rgba(255,255,255,.11);
    --border:rgba(255,255,255,.08); --border2:rgba(255,255,255,.18);
    --green:#4ade80; --yellow:#fbbf24; --red:#f87171; --blue:#60a5fa;
    --text:#f2f2f2; --muted:rgba(255,255,255,.4); --dim:rgba(255,255,255,.13);
    --nav-h:62px; --r:8px; --r-sm:5px; --r-lg:12px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:'Inter',system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}
ul{list-style:none}
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}
.container{max-width:1200px;margin:0 auto;padding:0 28px}
.section{padding:88px 0}

/* ═══ PAGE LOADER ═══ */
#page-loader{position:fixed;inset:0;z-index:10000;background:var(--bg);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;pointer-events:none}
#page-loader.show{opacity:1;visibility:visible;pointer-events:all}
.loader-ring{width:38px;height:38px;border:2px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* ═══ ANIMATIONS ═══ */
@keyframes fadeUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.15}}
@keyframes slideRight{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}
@keyframes slideRightOut{to{opacity:0;transform:translateX(16px)}}
@keyframes scaleIn{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(74,222,128,.4)}70%{box-shadow:0 0 0 7px rgba(74,222,128,0)}}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .52s ease,transform .52s ease}
.reveal.in{opacity:1;transform:none}
.d1{transition-delay:.07s}.d2{transition-delay:.14s}.d3{transition-delay:.21s}.d4{transition-delay:.28s}

/* ═══ NAVBAR ═══ */
.navbar{position:fixed;inset:0 0 auto;height:var(--nav-h);z-index:900;border-bottom:1px solid transparent;transition:background .3s,border-color .3s}
.navbar.scrolled{background:rgba(8,8,8,.94);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-bottom-color:var(--border)}
.nav-inner{display:flex;align-items:center;height:var(--nav-h);gap:5px}
.nav-logo img{height:30px;width:30px;object-fit:contain;border-radius:5px;transition:opacity .2s}
.nav-logo:hover img{opacity:.8}
.nav-links{display:flex;align-items:center;margin-left:28px}
.nav-link{padding:5px 14px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.3);border-radius:5px;transition:color .2s}
.nav-link:hover{color:rgba(255,255,255,.72)}
.nav-link.active{color:rgba(255,255,255,.88)}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:6px}

/* All nav buttons share same pill style */
.nav-pill-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:6px;border:1px solid var(--border);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.38);background:transparent;cursor:pointer;transition:all .2s;white-space:nowrap;position:relative}
.nav-pill-btn:hover{border-color:rgba(255,255,255,.22);color:rgba(255,255,255,.75);background:rgba(255,255,255,.04)}
.nav-cart-trigger{}
.nav-cart-badge{position:absolute;top:-5px;right:-5px;background:#fff;color:#000;font-size:7.5px;font-weight:900;min-width:15px;height:15px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid var(--bg)}
.nav-mobile-btn{display:none;width:32px;height:32px;align-items:center;justify-content:center;color:rgba(255,255,255,.45);border-radius:5px;font-size:18px;border:1px solid var(--border);transition:all .2s}
.nav-mobile-btn:hover{background:var(--card);color:var(--text)}
.hide-sm{}

/* ═══ HERO ═══ */
.hero{position:relative;min-height:90vh;display:flex;flex-direction:column;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url('/assets/herobg.png') center/cover no-repeat;z-index:0;will-change:transform}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(8,8,8,.98) 0%,rgba(8,8,8,.88) 38%,rgba(8,8,8,.5) 62%,rgba(8,8,8,.12) 100%),linear-gradient(to top,rgba(8,8,8,1) 0%,rgba(8,8,8,.5) 18%,transparent 36%);z-index:1}
.hero-content-wrap{position:relative;z-index:3;flex:1;display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--nav-h) + 48px);padding-bottom:180px}
.hero-content{max-width:880px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.5);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;padding:5px 13px;border-radius:100px;margin-bottom:24px;animation:fadeIn .6s ease both}
.hero-badge-dot{width:5px;height:5px;background:var(--green);border-radius:50%;animation:blink 2s ease-in-out infinite,pulse 2.5s ease infinite;box-shadow:0 0 6px var(--green)}
.hero h1{font-family:'Barlow Condensed','Inter',sans-serif;font-size:clamp(48px,7.5vw,88px);font-weight:900;line-height:.96;letter-spacing:-.01em;text-transform:uppercase;color:#fff;margin-bottom:22px;animation:fadeUp .6s ease .1s both}
.hero-sub{font-size:14px;color:rgba(255,255,255,.4);line-height:1.85;max-width:420px;margin-bottom:32px;animation:fadeUp .6s ease .2s both}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;animation:fadeUp .6s ease .28s both}

/* Decorative crosses */
.hero-crosses{position:absolute;right:6%;top:28%;z-index:2;display:flex;flex-direction:column;gap:18px;pointer-events:none}
.hero-crosses-col{display:flex;gap:18px}
.hero-cross{width:10px;height:10px;position:relative;opacity:.18}
.hero-cross::before,.hero-cross::after{content:'';position:absolute;background:rgba(255,255,255,.7)}
.hero-cross::before{width:1px;height:100%;left:50%;transform:translateX(-50%)}
.hero-cross::after{height:1px;width:100%;top:50%;transform:translateY(-50%)}

/* ═══ FEATURE BAND — overlaps hero exactly like reference ═══ */
.feature-band{position:relative;z-index:10;margin-top:-110px;padding-bottom:0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:1200px;margin:0 auto;padding:0 28px}
.feature-card{background:rgba(8, 8, 8, 1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:28px 24px 22px;transition:border-color .25s,background .25s;cursor:default;animation:scaleIn .4s ease both}
.feature-card:nth-child(2){animation-delay:.08s}
.feature-card:nth-child(3){animation-delay:.16s}
.feature-card:hover{border-color:rgba(255,255,255,.15);background:rgba(8, 8, 8, 1))}
.feature-card-icon{font-size:20px;color:rgba(255,255,255,.4);margin-bottom:16px;line-height:1}
.feature-card-title{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;color:rgba(255,255,255,.9)}
.feature-card-desc{font-size:12.5px;color:rgba(255,255,255,.38);line-height:1.72;margin-bottom:18px}
.feature-card-more{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.25);transition:color .2s,gap .2s}
.feature-card-more:hover{color:rgba(255,255,255,.65);gap:9px}

/* Section below feature band */
.post-feature-spacer{height:56px;background:linear-gradient(to bottom,transparent,var(--bg));position:relative;z-index:9}

/* ═══ SEC TAG ═══ */
.sec-tag{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:3px 12px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.32);margin-bottom:16px}
.sec-title{font-size:clamp(26px,4.5vw,44px);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin-bottom:12px}
.sec-sub{font-size:13.5px;color:var(--muted);max-width:500px;line-height:1.8}

/* ═══ BADGES ═══ */
.badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:4px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;line-height:1.7}
.badge-dot{width:4px;height:4px;border-radius:50%;flex-shrink:0}
.bdg-green{background:rgba(74,222,128,.08);color:var(--green);border:1px solid rgba(74,222,128,.18)}
.bdg-green .badge-dot{background:var(--green);animation:blink 1.8s infinite}
.bdg-yellow{background:rgba(251,191,36,.08);color:var(--yellow);border:1px solid rgba(251,191,36,.18)}
.bdg-yellow .badge-dot{background:var(--yellow)}
.bdg-red{background:rgba(248,113,113,.08);color:var(--red);border:1px solid rgba(248,113,113,.18)}
.bdg-red .badge-dot{background:var(--red)}
.bdg-blue{background:rgba(96,165,250,.08);color:var(--blue);border:1px solid rgba(96,165,250,.18)}
.bdg-blue .badge-dot{background:var(--blue);animation:blink .9s infinite}
.bdg-white{background:rgba(255,255,255,.06);color:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.1)}

/* ═══ BUTTONS ═══ */
.btn{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:var(--r);font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:all .2s;cursor:pointer;border:none;white-space:nowrap;line-height:1}
.btn-sm{padding:6px 12px;font-size:10.5px}
.btn-lg{padding:13px 26px;font-size:12px}
.btn-primary{background:#fff;color:#000}
.btn-primary:hover{background:rgba(255,255,255,.88);transform:translateY(-1px);box-shadow:0 6px 22px rgba(255,255,255,.1)}
.btn-outline{background:transparent;color:rgba(255,255,255,.65);border:1px solid var(--border2)}
.btn-outline:hover{background:var(--card);border-color:rgba(255,255,255,.3);color:var(--text)}
.btn-ghost{background:var(--card);color:rgba(255,255,255,.5);border:1px solid var(--border)}
.btn-ghost:hover{background:var(--card2);color:rgba(255,255,255,.8);border-color:var(--border2)}
.btn[disabled]{opacity:.35;cursor:not-allowed;pointer-events:none}

/* ═══ PROMO ═══ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.promo-bar{
  margin-bottom:36px;
  font-family:Inter, system-ui, sans-serif;
}

.promo-carousel{
  position:relative;
  overflow:hidden;
  border:1px solid #222;
  border-radius:14px;
  background:#0b0b0b;
}

.promo-slide{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  color:#fff;
  opacity:0;
  transform:translateY(6px);
  pointer-events:none;
  transition:opacity .35s ease, transform .35s ease;
}

.promo-slide.active{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
  position:relative;
}

.promo-slide i{
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #222;
  border-radius:8px;
  color:#fff;
}

.promo-message{
  flex:1;
  min-width:0;
}

.promo-title{
  font-size:14px;
  font-weight:600;
  color:#fff;
}

.promo-sub{
  font-size:12px;
  color:#aaa;
  margin-top:2px;
}

.promo-expiry{
  font-size:11px;
  color:#666;
  margin-top:2px;
}

.promo-code{
  font-family:Inter, system-ui, sans-serif;
  font-size:11px;
  font-weight:600;
  letter-spacing:.10em;
  padding:8px 10px;
  border-radius:10px;
  background:#111;
  border:1px solid #333;
  color:#fff;
  cursor:pointer;
  white-space:nowrap;
  transition:all .15s ease;
}

.promo-code:hover{
  background:#1a1a1a;
  border-color:#444;
  transform:translateY(-1px);
}

.promo-toast{
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translateX(-50%) translateY(10px);
  background:#0b0b0b;
  border:1px solid #222;
  color:#fff;
  padding:10px 14px;
  border-radius:10px;
  font-family:Inter, system-ui, sans-serif;
  font-size:13px;
  opacity:0;
  transition:all .2s ease;
  pointer-events:none;
  z-index:9999;
}

.promo-toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

/* ═══ PRODUCT CARDS ═══ */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:border-color .25s,transform .25s,box-shadow .25s}
.product-card:hover{border-color:rgba(255,255,255,.16);transform:translateY(-3px);box-shadow:0 18px 50px rgba(0,0,0,.5)}
.product-card-thumb{aspect-ratio:16/10;background:rgba(255,255,255,.025);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}
.product-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.product-card:hover .product-card-thumb img{transform:scale(1.04)}
.product-card-thumb-placeholder{color:rgba(255,255,255,.1);font-size:36px}
.featured-flag{position:absolute;top:9px;right:9px;background:rgba(0,0,0,.7);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);border-radius:4px;padding:2px 8px;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.6)}
.product-card-body{padding:13px 14px 0;flex:1;display:flex;flex-direction:column}
.product-card-name{font-size:13px;font-weight:700;margin-bottom:9px;color:rgba(255,255,255,.9)}
.product-card-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.product-card-price{font-size:10.5px;color:var(--muted);font-weight:500;display:flex;align-items:baseline;gap:4px}
.product-card-price strong{font-size:13px;font-weight:800;color:#fff}
.product-card-price .price-old{text-decoration:line-through;font-size:10px;color:var(--dim)}

/* VIEW PRODUCT — looks like a proper button now */
.product-card-action{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px 14px;margin-top:13px;background:rgba(255,255,255,.06);border-top:1px solid rgba(255,255,255,.07);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.65);transition:color .2s,background .2s}
.product-card-action:hover{background:rgba(255,255,255,.11);color:#fff}

/* ═══ FEATURED SECTION ═══ */
.featured-section{padding:72px 0;border-top:1px solid var(--border)}
.shop-heading-xl{font-size:clamp(36px,5.5vw,62px);font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:6px}

/* ═══ GAME SECTION ═══ */
.game-section{margin-bottom:52px}
.game-section:last-child{margin-bottom:0}
.game-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.game-head-label{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);white-space:nowrap}
.game-head-line{flex:1;height:1px;background:var(--border)}

/* ═══ ABOUT — redesigned ═══ */
.about-section{padding:88px 0;border-top:1px solid var(--border)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}
.about-visual-panel{background:var(--bg);display:flex;align-items:center;justify-content:center;padding:56px 44px;position:relative;overflow:hidden;border-right:1px solid var(--border)}
.about-visual-panel::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(8, 8, 8, 1) 0%,transparent 65%)}
.about-logo{width:62%;max-width:260px;height:auto;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 0 60px rgba(255,255,255,.07));animation:scaleIn .7s ease both}
.about-stats{display:flex;gap:0;border-top:1px solid var(--border);position:relative;z-index:1;margin-top:40px;width:100%}
.about-stat{flex:1;text-align:center;padding:16px 10px}
.about-stat:not(:last-child){border-right:1px solid var(--border)}
.about-stat-num{font-size:22px;font-weight:900;letter-spacing:-.03em;color:#fff;margin-bottom:3px}
.about-stat-lbl{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--dim)}
.about-text-panel{padding:52px 48px;display:flex;flex-direction:column;justify-content:center}
.about-text-panel .sec-tag{margin-bottom:16px}
.about-text-panel .sec-title{margin-bottom:16px}
.about-text-panel p{font-size:13.5px;color:var(--muted);line-height:1.85;margin-bottom:14px}
.about-text-panel p:last-of-type{margin-bottom:0}
.about-features{display:flex;flex-direction:column;gap:9px;margin:22px 0 26px}
.about-feature-row{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,.6)}
.about-feature-icon{width:22px;height:22px;background:rgba(255,255,255,.06);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;color:rgba(255,255,255,.35)}

/* ═══ HOW WE OPERATE ═══ */
.operate-section{padding:88px 0;border-top:1px solid var(--border)}
.operate-items{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-top:48px}
.operate-item{background:var(--bg);padding:36px 32px;position:relative;transition:background .22s;display:flex;flex-direction:column;gap:14px}
.operate-item:hover{background:rgba(255,255,255,.022)}
.operate-item-top{display:flex;align-items:flex-start;justify-content:space-between}
.operate-num{font-size:12px;font-weight:800;color:rgba(255,255,255,.1);letter-spacing:.08em}
.operate-icon-wrap{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:16px;color:rgba(255,255,255,.35);flex-shrink:0;transition:all .22s}
.operate-item:hover .operate-icon-wrap{background:rgba(255,255,255,.09);color:rgba(255,255,255,.72)}
.operate-divider{width:24px;height:2px;background:rgba(255,255,255,.08);border-radius:1px;transition:width .3s,background .3s}
.operate-item:hover .operate-divider{width:40px;background:rgba(255,255,255,.2)}
.operate-title{font-size:16px;font-weight:800;letter-spacing:-.02em;line-height:1.1}
.operate-desc{font-size:13px;color:var(--muted);line-height:1.72}

/* ═══ FAQ ═══ */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.faq-heading{font-family:'Barlow Condensed','Inter',sans-serif;font-size:clamp(38px,5.5vw,62px);font-weight:900;text-transform:uppercase;letter-spacing:.01em;line-height:1.0;margin-bottom:18px}
.faq-list{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:first-child{border-top:1px solid var(--border)}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0;width:100%;text-align:left;font-size:13px;font-weight:600;color:rgba(255,255,255,.55);transition:color .2s}
.faq-q:hover{color:var(--text)}
.faq-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:17px;color:var(--dim);transition:transform .3s,color .2s}
.faq-item.open .faq-icon{transform:rotate(45deg);color:rgba(255,255,255,.45)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a-inner{padding-bottom:16px;font-size:13px;color:var(--muted);line-height:1.8}
.faq-a-inner a{color:rgba(255,255,255,.65);text-decoration:underline;text-underline-offset:3px}

/* ═══ CART ═══ */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:1000;opacity:0;visibility:hidden;transition:opacity .28s,visibility .28s;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.cart-overlay.open{opacity:1;visibility:visible}
.cart-panel{position:fixed;top:0;right:0;bottom:0;width:370px;max-width:100vw;background:#070707;border-left:1px solid var(--border);z-index:1001;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);box-shadow:-28px 0 80px rgba(0,0,0,.7)}
.cart-panel.open{transform:translateX(0)}
.cart-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--border);flex-shrink:0}
.cart-head-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:9px}
.cart-count-tag{font-size:9px;font-weight:700;background:var(--card2);color:var(--muted);border:1px solid var(--border);padding:2px 7px;border-radius:4px;text-transform:uppercase;letter-spacing:.06em}
.cart-close-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:var(--card);color:var(--muted);font-size:14px;transition:all .2s}
.cart-close-btn:hover{background:var(--card2);color:var(--text)}
.cart-body{flex:1;overflow-y:auto;padding:12px}
.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;gap:10px;text-align:center}
.cart-empty-icon{font-size:34px;color:var(--dim)}
.cart-empty p{font-size:12.5px;color:var(--muted)}
.cart-items{display:flex;flex-direction:column;gap:6px}
.cart-item{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:12px;display:flex;gap:11px;transition:border-color .2s;animation:slideRight .2s ease both}
.cart-item:hover{border-color:rgba(255,255,255,.14)}
.cart-item-img{width:52px;height:52px;border-radius:6px;object-fit:cover;background:var(--card2);flex-shrink:0}
.cart-item-thumb-icon{width:52px;height:52px;border-radius:6px;background:var(--card2);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--dim);font-size:20px}
.cart-item-info{flex:1;min-width:0}
.cart-item-name{font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px;color:rgba(255,255,255,.9)}
.cart-item-variant{font-size:10.5px;color:var(--muted);margin-bottom:8px}
.cart-item-bottom{display:flex;align-items:center;justify-content:space-between}
.cart-item-price{font-size:15px;font-weight:900;letter-spacing:-.02em}
.cart-item-rm{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:rgba(248,113,113,.07);color:var(--red);border-radius:4px;font-size:13px;border:none;cursor:pointer;transition:background .2s}
.cart-item-rm:hover{background:rgba(248,113,113,.16)}
.cart-foot{padding:16px 18px 20px;border-top:1px solid var(--border);flex-shrink:0}
.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}
.cart-total-label{font-size:9.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.cart-total-val{font-size:28px;font-weight:900;letter-spacing:-.04em}
.cart-note{font-size:10.5px;color:var(--dim);margin-bottom:14px;line-height:1.5}
.btn-full-checkout{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;background:#fff;color:#000;border:none;border-radius:var(--r);font-family:'Inter',sans-serif;font-size:11.5px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;transition:background .2s,transform .15s;cursor:pointer}
.btn-full-checkout:hover{background:rgba(255,255,255,.88);transform:translateY(-1px)}
.btn-full-checkout:disabled{opacity:.5;cursor:not-allowed;transform:none}

/* Sellauth button */
/* Sellauth button */
.sellauth-button{
    cursor:pointer;
    border:none;
    font:inherit;
}

.btn-buynow{
    position:relative;
    overflow:hidden;
    isolation:isolate;

    flex:1;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    min-height:46px;
    padding:13px 18px;

    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f3f3f3 100%
        );

    color:#000;

    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    line-height:1;

    transition:
        transform .15s ease,
        background .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        0 2px 6px rgba(0,0,0,.30),
        0 10px 24px rgba(255,255,255,.05);
}
.btn-buynow:hover:not(:disabled){
    transform:translateY(-1px);

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #ececec 100%
        );

    border-color:rgba(255,255,255,.12);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,1),
        0 8px 18px rgba(0,0,0,.38),
        0 14px 30px rgba(255,255,255,.06);
}
.btn-buynow:disabled{
    opacity:.45;
    cursor:not-allowed;
    transform:none !important;
    box-shadow:none;
}
.btn-buynow:active:not(:disabled){
    transform:translateY(1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.5),
        0 4px 10px rgba(0,0,0,.35);
}

/* ═══ PAGE HERO ═══ */
.page-hero{padding-top:calc(var(--nav-h) + 52px);padding-bottom:48px;border-bottom:1px solid var(--border)}
.page-tag{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-bottom:12px}
.page-hero h1{font-size:clamp(26px,4.5vw,44px);font-weight:800;letter-spacing:-.03em;margin-bottom:10px;line-height:1.05}
.page-hero p{font-size:13.5px;color:var(--muted);max-width:480px;line-height:1.78}

/* ═══ PRODUCTS PAGE ═══ */
.products-page-wrap{padding:44px 0 88px}
.filter-row{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:36px}
.filter-btn{padding:5px 13px;border-radius:4px;font-size:10px;font-weight:700;background:var(--card);border:1px solid var(--border);color:var(--muted);cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.08em}
.filter-btn:hover{color:rgba(255,255,255,.8);border-color:var(--border2)}
.filter-btn.active{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.22);color:rgba(255,255,255,.9)}

/* ═══ PRODUCT DETAIL — redesigned ═══ */
.product-detail-wrap{padding:calc(var(--nav-h) + 28px) 0 88px}
.product-crumb{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted);margin-bottom:28px}
.product-crumb a:hover{color:rgba(255,255,255,.8)}
.product-crumb i{font-size:10px;color:var(--dim)}
.product-layout{display:grid;grid-template-columns:1fr 390px;gap:24px;align-items:start}
.product-media{display:flex;flex-direction:column;gap:8px}
.product-sticky{position:sticky;top:calc(var(--nav-h) + 16px)}

.showcase-main{aspect-ratio:16/9;border-radius:var(--r);background:var(--card);border:1px solid var(--border);overflow:hidden;display:flex;align-items:center;justify-content:center}
.showcase-main img,.showcase-main video{width:100%;height:100%;object-fit:cover}
.showcase-ph{color:var(--dim);font-size:60px}
.showcase-thumbs{display:flex;gap:5px;overflow-x:auto;padding-bottom:2px}
.showcase-thumbs::-webkit-scrollbar{height:3px}
.showcase-thumb{flex-shrink:0;width:68px;height:44px;border-radius:5px;background:var(--card);border:1.5px solid transparent;overflow:hidden;cursor:pointer;transition:border-color .2s;display:flex;align-items:center;justify-content:center;color:var(--dim);font-size:14px}
.showcase-thumb img{width:100%;height:100%;object-fit:cover;pointer-events:none}
.showcase-thumb.active{border-color:rgba(255,255,255,.45)}
.showcase-thumb:hover:not(.active){border-color:rgba(255,255,255,.18)}

/* Desc / Features / Req tabs */
.desc-tabs{display:flex;border-bottom:1px solid var(--border);margin-top:20px}
.desc-tab-btn{padding:10px 18px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);border-bottom:2px solid transparent;transition:all .2s;cursor:pointer;margin-bottom:-1px}
.desc-tab-btn:hover{color:rgba(255,255,255,.7)}
.desc-tab-btn.active{color:#fff;border-bottom-color:#fff}
.desc-tab-panel{display:none;padding-top:18px}
.desc-tab-panel.active{display:block;animation:fadeIn .2s ease}
.product-desc-full{font-size:13.5px;color:var(--muted);line-height:1.82}
.product-features-list{display:flex;flex-direction:column;gap:9px}
.product-feature-item{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,.65)}
.product-feature-item i{color:rgba(255,255,255,.25);font-size:13px;flex-shrink:0}
.req-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.req-item{background:rgba(255,255,255,.025);border:1px solid var(--border);border-radius:var(--r);padding:10px 11px;display:flex;align-items:center;gap:9px}
.req-icon{width:26px;height:26px;background:rgba(255,255,255,.05);border-radius:5px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.32);flex-shrink:0;font-size:13px}
.req-key{font-size:9px;color:var(--dim);text-transform:uppercase;letter-spacing:.09em;margin-bottom:1px}
.req-val{font-size:11px;font-weight:700}

/* Buy panel */
.product-panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}
.panel-head{padding:22px 22px 18px;border-bottom:1px solid var(--border)}
.product-badges-row{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:12px}
.product-title-panel{font-size:clamp(18px,2.5vw,24px);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:8px}
.product-short-desc{font-size:12.5px;color:var(--muted);line-height:1.72}
.panel-section{padding:16px 22px;border-bottom:1px solid var(--border)}
.panel-section:last-child{border-bottom:none}
.panel-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--dim);margin-bottom:10px}
.variants-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.variant-btn{background:rgba(255,255,255,.04);border:1.5px solid rgba(255,255,255,.08);border-radius:var(--r);padding:11px 12px;text-align:left;cursor:pointer;transition:all .2s;position:relative}
.variant-btn:hover{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.07)}
.variant-btn.sel{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.09)}
.variant-lbl{font-size:10.5px;font-weight:600;display:block;margin-bottom:3px;color:rgba(255,255,255,.55)}
.variant-price-wrap{display:flex;align-items:baseline;gap:5px}
.variant-price{font-size:18px;font-weight:900;letter-spacing:-.025em;color:#fff}
.variant-price-old{font-size:11px;color:var(--dim);text-decoration:line-through}
.variant-sale-badge{position:absolute;top:7px;right:8px;background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.2);color:var(--yellow);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:1px 5px;border-radius:3px}
.product-actions{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:8px;
}
.product-actions .btn-ghost{
    position:relative;
    overflow:hidden;

    flex-shrink:0;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    min-height:46px;
    padding:13px 18px;

    border-radius:10px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.045) 0%,
            rgba(255,255,255,.025) 100%
        );

    border:1px solid rgba(255,255,255,.08);

    color:rgba(255,255,255,.82);

    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    line-height:1;

    transition:
        transform .15s ease,
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.04),
        0 2px 6px rgba(0,0,0,.25);
}
.product-actions .btn-ghost:hover{
    transform:translateY(-1px);

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.07) 0%,
            rgba(255,255,255,.04) 100%
        );

    border-color:rgba(255,255,255,.16);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 8px 18px rgba(0,0,0,.35);
}
.product-actions .btn-ghost:active{
    transform:translateY(1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.03),
        0 2px 6px rgba(0,0,0,.25);
}
.product-trust{display:flex;border-top:1px solid var(--border)}
.trust-item{flex:1;padding:12px 10px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:9px;color:var(--muted);text-align:center;border-right:1px solid var(--border);font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.trust-item:last-child{border-right:none}
.trust-item i{font-size:16px;color:rgba(255,255,255,.25);margin-bottom:2px}
.btn-oos{width:100%;padding:13px;background:rgba(255,255,255,.03);border:1px solid var(--border);color:var(--muted);border-radius:var(--r);font-size:11px;font-weight:700;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:7px;text-transform:uppercase;letter-spacing:.06em}

/* ═══ PAYMENT PAGE ═══ */
.payment-wrap{padding:44px 0 88px}
.payment-hero-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px}
.payment-method-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px}
.payment-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);padding:26px 20px;transition:all .25s;position:relative;overflow:hidden}
.payment-card:hover{border-color:rgba(255,255,255,.18);transform:translateY(-3px);box-shadow:0 14px 44px rgba(0,0,0,.45)}
.payment-card.featured-payment{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}
.payment-card-inner{display:flex;align-items:center;gap:16px}
.payment-icon{font-size:28px;flex-shrink:0;line-height:1}
.payment-name{font-size:15px;font-weight:800;margin-bottom:4px;letter-spacing:-.01em}
.payment-desc{font-size:12px;color:var(--muted);line-height:1.55}
.payment-speed{display:inline-block;margin-top:8px;padding:2px 9px;border-radius:4px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.spd-green{background:rgba(74,222,128,.08);color:var(--green)}
.spd-yellow{background:rgba(251,191,36,.08);color:var(--yellow)}
.info-box{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:22px;margin-bottom:10px}
.info-box h3{font-size:13.5px;font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:8px}
.info-box h3 i{color:rgba(255,255,255,.35);font-size:17px}
.info-box p{font-size:13px;color:var(--muted);line-height:1.72}
.info-box-tags{display:flex;flex-wrap:wrap;gap:16px;margin-top:14px}
.info-tag{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}
.info-tag i{color:rgba(255,255,255,.3);font-size:14px}
.warn-box{background:rgba(251,191,36,.035);border:1px solid rgba(251,191,36,.14);border-radius:var(--r);padding:16px 18px;display:flex;gap:12px;align-items:flex-start;margin-top:10px}
.warn-box i{color:var(--yellow);font-size:16px;flex-shrink:0;margin-top:2px}
.warn-box p{font-size:12.5px;color:var(--muted);line-height:1.65}
.warn-box p a{color:rgba(255,255,255,.6)}

/* ═══ LEGAL ═══ */
.legal-wrap{padding:44px 0 88px;max-width:800px;margin:0 auto}
.legal-hero{padding:0 28px;margin-bottom:36px}
.legal-tag{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-bottom:12px}
.legal-hero h1{font-size:clamp(28px,5vw,50px);font-weight:800;letter-spacing:-.03em;margin-bottom:6px}
.legal-updated{font-size:12.5px;color:var(--dim)}
.legal-summary{padding:16px 20px;background:var(--card);border:1px solid var(--border);border-radius:var(--r);font-size:13px;color:var(--muted);line-height:1.72;margin-bottom:28px}
.legal-contents{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:20px;margin-bottom:44px}
.legal-contents-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--dim);margin-bottom:14px}
.legal-contents-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px 24px}
.legal-contents-item{display:flex;align-items:baseline;gap:9px;font-size:12.5px;color:rgba(255,255,255,.5);padding:4px 0;cursor:pointer;transition:color .2s}
.legal-contents-item:hover{color:rgba(255,255,255,.85)}
.legal-contents-num{font-size:10px;color:var(--dim);font-weight:600;min-width:18px}
.legal-section-divider{display:flex;align-items:center;gap:14px;margin:36px 0 28px}
.legal-section-divider span{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--dim);white-space:nowrap}
.legal-section-divider::after{content:'';flex:1;height:1px;background:var(--border)}
.legal-item{display:flex;gap:24px;margin-bottom:36px}
.legal-item-num{font-size:10.5px;font-weight:700;color:var(--dim);min-width:24px;padding-top:2px}
.legal-item-body{flex:1}
.legal-item-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}
.legal-item-body p{font-size:13px;color:var(--muted);line-height:1.82;margin-bottom:10px}
.legal-item-body ul{margin:0 0 10px;display:flex;flex-direction:column;gap:5px}
.legal-item-body li{font-size:13px;color:var(--muted);line-height:1.7;display:flex;gap:8px}
.legal-item-body li::before{content:'·';color:var(--dim);font-size:16px;flex-shrink:0;line-height:1.5}
.legal-item-body a{color:rgba(255,255,255,.6);text-decoration:underline;text-underline-offset:3px}
.legal-nav{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:36px;padding:0 28px}
.legal-nav-btn{padding:6px 14px;border-radius:5px;font-size:10.5px;font-weight:700;background:var(--card);border:1px solid var(--border);color:var(--muted);cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.07em}
.legal-nav-btn:hover{color:rgba(255,255,255,.8);border-color:var(--border2)}
.legal-nav-btn.active{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.22);color:rgba(255,255,255,.9)}
.legal-panel{display:none;padding:0 28px}
.legal-panel.active{display:block;animation:fadeIn .25s ease}

/* ═══ FOOTER ═══ */
.payment-logo{
    width:28px;
    height:28px;
    object-fit:contain;
    display:block;
    margin:0 auto;
    filter: brightness(0) invert(1);
    opacity:.9;
}
.footer{border-top:1px solid var(--border);background:var(--bg2)}
.footer-inner{display:grid;grid-template-columns:240px 1fr;gap:60px;padding:52px 0 40px}
.footer-brand img{height:28px;width:28px;object-fit:contain;border-radius:5px;margin-bottom:14px}
.footer-brand p{font-size:12.5px;color:var(--muted);line-height:1.72;margin-bottom:16px;max-width:190px}
.footer-social{display:flex;gap:5px}
.footer-social-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--card);border:1px solid var(--border);border-radius:5px;color:var(--muted);font-size:15px;transition:all .2s}
.footer-social-btn:hover{color:var(--text);border-color:var(--border2)}
.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.footer-col h4{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--dim);margin-bottom:16px}
.footer-col a{display:block;font-size:12.5px;color:rgba(255,255,255,.3);margin-bottom:9px;transition:color .2s}
.footer-col a:hover{color:rgba(255,255,255,.72)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-top:1px solid var(--border);font-size:10.5px;color:var(--dim)}
.footer-bottom-links{display:flex;gap:18px}
.footer-bottom-links a{color:var(--dim);transition:color .2s}
.footer-bottom-links a:hover{color:var(--muted)}

/* ═══ TOASTS ═══ */
.toasts{position:fixed;bottom:22px;right:22px;z-index:9999;display:flex;flex-direction:column;gap:6px;pointer-events:none}
.toast{background:#0d0d0d;border:1px solid var(--border);border-radius:var(--r);padding:11px 14px;display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:500;min-width:230px;max-width:290px;box-shadow:0 8px 32px rgba(0,0,0,.55);animation:slideRight .22s ease;pointer-events:all}
.toast i{font-size:16px;flex-shrink:0}
.toast-success{border-color:rgba(74,222,128,.2)}
.toast-success i{color:var(--green)}
.toast-error{border-color:rgba(248,113,113,.2)}
.toast-error i{color:var(--red)}
.toast-out{animation:slideRightOut .22s ease forwards}

/* ═══ 404 ═══ */
.not-found{min-height:72vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;gap:10px}
.not-found-code{font-size:96px;font-weight:900;letter-spacing:-.06em;line-height:1;color:rgba(255,255,255,.06)}
.not-found h2{font-size:22px;font-weight:700}
.not-found p{font-size:13.5px;color:var(--muted);margin-bottom:16px}

/* ═══ REVEAL ═══ */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .52s ease,transform .52s ease}
.reveal.in{opacity:1;transform:none}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1024px){
    .product-layout{grid-template-columns:1fr}.product-sticky{position:static}
    .about-grid{grid-template-columns:1fr}
    .faq-grid{grid-template-columns:1fr;gap:36px}
    .footer-inner{grid-template-columns:1fr;gap:36px}
    .operate-items{grid-template-columns:1fr}
    .products-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
    .feature-grid{grid-template-columns:1fr}
    .payment-method-row,.payment-hero-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
    :root{--nav-h:58px}
    .nav-links{position:fixed;top:var(--nav-h);left:0;right:0;background:rgba(8,8,8,.97);backdrop-filter:blur(24px);flex-direction:column;align-items:stretch;padding:10px;border-bottom:1px solid var(--border);transform:translateY(-110%);opacity:0;transition:all .28s;z-index:899;gap:1px}
    .nav-links.open{transform:translateY(0);opacity:1}
    .nav-link{padding:12px 14px;font-size:11px}
    .nav-mobile-btn{display:flex}
    .hide-sm{display:none}
    .footer-cols{grid-template-columns:repeat(2,1fr)}
    .footer-bottom{flex-direction:column;gap:6px;text-align:center}
    .feature-band{margin-top:-60px}
    .hero-content-wrap{padding-bottom:130px}
    .about-grid{grid-template-columns:1fr}
}
@media(max-width:540px){
    .products-grid{grid-template-columns:1fr}
    .cart-panel{width:100vw}
    .payment-method-row,.payment-hero-grid{grid-template-columns:1fr}
    .footer-cols{grid-template-columns:1fr}
    .hero h1{font-size:42px}
    .feature-grid{grid-template-columns:1fr}
    .legal-contents-grid{grid-template-columns:1fr}
    .req-grid{grid-template-columns:1fr}
    .variants-grid{grid-template-columns:1fr}
    .product-trust{flex-wrap:wrap}
    .trust-item{flex:1 1 33%}
}
