:root{
  --bg:#1f1f1f;
  --panel:#2a2a2a;
  --panel2:#262626;
  --text:#eaeaea;
  --muted:#bdbdbd;
  --line:#3a3a3a;
  --yellow:#f7c600;
  --red:#e53935;
  --green:#42b45a;
  --blue:#1f6feb;
  --grad: linear-gradient(180deg, #ffde66 0%, #ff9b1a 35%, #ff4a2a 100%);
  --container:1240px;
  --shadow: 0 10px 24px rgba(0,0,0,.35);
  --font: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*{box-sizing:border-box}
html,body{height:100%}
body.dark{margin:0; background:var(--bg); color:var(--text); font:14px/1.55 var(--font)}
a{color:#9cc3ff; text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:var(--container); margin:0 auto; padding:0 18px}

/* utility */
.util{background:#141414; border-bottom:1px solid #111}
.util-inner{display:flex; justify-content:space-between; gap:12px; padding:10px 0; font-size:12px; color:#ddd}
.util-left{display:flex; flex-wrap:wrap; gap:10px; align-items:center}
.flag{width:18px;height:12px;background:#b91c1c;border:1px solid #fff; box-shadow:0 0 0 1px rgba(0,0,0,.5) inset}
.dot{opacity:.6}
.util-right{display:flex; gap:10px; align-items:center}
.pill{border:1px solid #2e2e2e; padding:6px 10px; border-radius:6px; background:#101010}
.toggle{opacity:.9}

/* header */
.hdr{background:#000 url("assets/img/stars.png") repeat; border-bottom:1px solid #0d0d0d}
.hdr-inner{display:grid; grid-template-columns: 220px 1fr 420px; gap:16px; align-items:center; padding:14px 0}
.logo img{height:44px; width:auto; display:block}

.search{display:flex; align-items:stretch; gap:0}
.search input{
  flex:1;
  height:46px;
  border:0;
  outline:none;
  padding:0 14px;
  background:#2c2c2c;
  color:#fff;
  border-radius:4px 0 0 4px;
}
.search-btn{
  width:54px;
  height:46px;
  border:0;
  cursor:pointer;
  background:var(--yellow);
  border-radius:0 4px 4px 0;
  font-size:18px;
}

.hdr-icons{display:flex; gap:18px; justify-content:flex-end; align-items:center}
.hi{display:flex; gap:10px; align-items:center; color:#fff}
.hi .ico{font-size:18px}
.hi .txt{font-size:11px; font-weight:900; opacity:.95; white-space:nowrap}

/* nav */
.nav{background:var(--yellow); border-bottom:2px solid #000}
.nav-inner{display:flex; gap:18px; align-items:center; padding:10px 0}
.nav-brand{font-weight:900; color:#000; display:flex; gap:10px; align-items:center}
.hamb{font-size:18px}
.nav-links{display:flex; gap:18px; align-items:center; flex-wrap:wrap}
.nav-links a{color:#000; font-weight:900; font-size:12px; letter-spacing:.2px; padding:8px 10px; border-radius:4px}
.nav-links a.is-active{background:#fff; }
.nav-links a.red{background:var(--red); color:#fff}
.nav-links a:hover{filter:brightness(.98); text-decoration:none}

/* cta bars */
.cta-bars{background:#202020; border-bottom:1px solid var(--line)}
.cta-inner{display:grid; grid-template-columns: 1fr 1fr; gap:10px; padding:12px 0}
.cta-bar{
  height:44px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#111;
  background:var(--grad);
  border:2px solid #ffe07f;
  box-shadow:0 3px 0 rgba(0,0,0,.35) inset;
  text-decoration:none;
}
.cta-bar:hover{filter:brightness(1.02); text-decoration:none}

/* main */
.main{padding:20px 0 0}
.crumbs{color:#cfcfcf; font-size:12px; margin:6px 0 16px; display:flex; flex-wrap:wrap; gap:8px; align-items:center}
.crumbs span{opacity:.7}
.crumbs .current{opacity:1; font-weight:700}

/* product */
.prod{
  display:grid;
  grid-template-columns: 520px 1fr 360px;
  gap:20px;
  align-items:start;
}
.prod-img{width:100%; height:auto; display:block; border:6px solid #fff; background:#111}
.prod-mid{background:transparent}
.p-top{display:flex; justify-content:space-between; gap:12px; align-items:flex-start}
.p-top h1{margin:0; font-size:18px; font-weight:900}
.share{opacity:.9; font-size:12px; white-space:nowrap}

.p-meta{display:flex; gap:18px; margin:10px 0 10px; font-size:12px; color:#d9d9d9}
.offer{display:inline-block; background:#e8ffe8; color:#111; font-weight:900; font-size:11px; padding:2px 8px; border-radius:4px}
.bullets{margin:14px 0 12px; padding-left:18px; color:#eaeaea}
.bullets li{margin:6px 0}
.note{border-top:1px solid var(--line); padding-top:12px; color:#d7d7d7; font-size:12px}
.actions-row{display:flex; gap:12px; align-items:center; margin:12px 0}
.ghost{width:34px; height:34px; border-radius:8px; border:1px solid var(--line); background:#1b1b1b; color:#fff; cursor:pointer}
.check{display:flex; gap:8px; align-items:center; font-size:12px; color:#d7d7d7}
.report{display:inline-block; margin-top:8px; font-size:12px; color:#d7d7d7}

.pricebox{
  background:#1a1a1a;
  border:1px solid var(--line);
  padding:14px;
  border-radius:10px;
  box-shadow:var(--shadow);
}
.pr-row{display:flex; gap:12px; align-items:baseline; justify-content:space-between}
.pr-main{font-weight:900}
.pr-main .big{font-size:34px}
.off{background:#1f7a33; color:#fff; font-weight:900; padding:2px 8px; border-radius:4px; font-size:12px}
.was{color:#c7c7c7; font-size:12px; margin-top:4px}
.powered{color:#c7c7c7; font-size:12px; margin-top:8px}
.stock{color:var(--green); font-weight:900; margin:14px 0 10px}

.buyrow{display:grid; grid-template-columns: 70px 1fr; gap:10px; align-items:stretch}
.buyrow select{height:44px; background:#111; color:#fff; border:1px solid var(--line); border-radius:6px; padding:0 10px}
.buybtn{
  height:44px;
  background:var(--green);
  color:#fff;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  text-decoration:none;
}
.buybtn:hover{text-decoration:none; filter:brightness(1.02)}

.alert,.cond{
  margin-top:10px;
  background:#242424;
  border:1px solid var(--line);
  padding:10px;
  border-radius:8px;
  font-size:12px;
}
.deliver{
  margin-top:12px;
  background:#141414;
  border:1px solid var(--line);
  border-radius:10px;
  padding:10px;
  font-size:12px;
  color:#d7d7d7;
}
.d-top{display:flex; justify-content:space-between; gap:12px; align-items:center; margin-bottom:8px}
.d-top a{color:#d7d7d7}
.d-foot{margin-top:10px; color:#bdbdbd}

/* long */
.long{margin-top:26px; background:#1c1c1c; border-top:1px solid var(--line); padding:18px; border-radius:10px}
.long h2{margin:0 0 10px; font-size:18px}
.long p{margin:0 0 10px; color:#d9d9d9}
.redtxt{color:#ff3b30; font-weight:900}

/* spec */
.spec{margin-top:18px}
.spec h3,.reviews h3{display:flex; gap:10px; align-items:center; margin:0 0 10px; font-size:18px}
.bar{width:3px; height:18px; background:var(--yellow); display:inline-block}
.spec-card{background:#1c1c1c; border:1px solid var(--line); border-radius:10px; overflow:hidden}
.spec-head{background:#232323; padding:10px 14px; font-weight:900}
.spec-grid{padding:14px}
.row{display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:14px; padding:12px 0; border-top:1px solid #2f2f2f}
.row:first-child{border-top:0}
.k{color:#bdbdbd; font-weight:900; font-size:12px}
.v{color:#fff; font-weight:800}

/* reviews */
.reviews{margin-top:18px}
.rev-grid{display:grid; grid-template-columns: 280px 1fr; gap:18px; background:#1c1c1c; border:1px solid var(--line); border-radius:10px; padding:14px}
.starsbox{border-right:1px solid #2f2f2f; padding-right:14px}
.starsbox .n{font-size:34px; font-weight:900}
.starsbox .t{font-size:18px; font-weight:900; margin-top:-6px}
.starsbox .stars{letter-spacing:4px; margin:10px 0}
.muted{color:#bdbdbd}
.calc{margin-top:10px; color:#d7d7d7}
.rev-right{display:flex; flex-direction:column; gap:10px; justify-content:center; padding-left:10px}
.btn{height:40px; width:170px; border:1px solid #333; background:#232323; color:#fff; border-radius:6px; cursor:pointer}
.btn:hover{filter:brightness(1.02)}
.rev-submit{display:flex; justify-content:flex-end; margin-top:10px}
.submit{height:36px; padding:0 16px; border:0; background:var(--green); color:#fff; font-weight:900; border-radius:4px; cursor:pointer}

/* popular */
.popular{margin-top:18px; background:#3a3a3a; padding:14px 0}
.pop-head{font-weight:900; margin-bottom:10px}
.carousel{display:grid; grid-template-columns: 44px 1fr 44px; gap:10px; align-items:center}
.car-btn{width:44px;height:44px;border-radius:999px;border:0;background:#111;color:#fff;font-size:22px;cursor:pointer}
.cards{display:flex; gap:10px; overflow:auto hidden; padding:6px 0; scrollbar-width:none}
.cards::-webkit-scrollbar{height:0}
.cards img{width:120px; height:90px; object-fit:contain; background:#fff; border-radius:4px; padding:6px}

/* contact strip */
.contact-strip{background:#0f0f0f; border-top:1px solid #000}
.cs-inner{display:grid; grid-template-columns: 1fr 1fr 1fr; gap:12px; padding:14px 0}
.cs-item{display:flex; gap:10px; align-items:center; justify-content:center; color:#d7d7d7; background:#101010; border:1px solid #1f1f1f; border-radius:999px; padding:10px}

/* footer */
.footer{background:#2a2a2a; border-top:2px solid var(--yellow)}
.footer-inner{padding:18px 0}
.fgrid{display:grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap:22px}
.ftitle{font-weight:900; margin-bottom:10px}
.fcol p{color:#cfcfcf; margin:0}
.links{display:grid; gap:6px}
.subrow{display:flex; gap:10px}
.subrow input{flex:1; height:40px; border:1px solid #3a3a3a; background:#1f1f1f; color:#fff; padding:0 10px; border-radius:4px}
.subbtn{height:40px; padding:0 14px; background:#111; border:1px solid #3a3a3a; color:#fff; border-radius:4px; display:flex; align-items:center; font-weight:900; text-decoration:none}
.subbtn:hover{text-decoration:none; filter:brightness(1.03)}

.appbadges{display:grid; gap:10px}
.appbadges img{width:190px; height:52px; object-fit:contain; background:#111; border:1px solid #3a3a3a; border-radius:6px; padding:8px}

.connect{margin-top:12px}
.soc{display:flex; gap:10px; align-items:center; margin-top:8px}
.soc a{width:38px; height:38px; border-radius:999px; background:var(--yellow); color:#111; display:flex; align-items:center; justify-content:center; font-weight:900; text-decoration:none}
.soc a:hover{filter:brightness(.98); text-decoration:none}

.payrow{display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:18px}
.payrow img{width:64px; height:34px; object-fit:contain; background:#fff; border-radius:4px; padding:6px}

.bottom{display:flex; justify-content:space-between; gap:12px; align-items:center; padding:14px 0 0; border-top:1px solid #3a3a3a; margin-top:14px; color:#cfcfcf; font-size:12px}
.botlinks a{color:#cfcfcf}

/* responsive */
@media (max-width: 1180px){
  .hdr-inner{grid-template-columns: 200px 1fr; }
  .hdr-icons{grid-column: 1 / -1; justify-content:flex-end}
  .prod{grid-template-columns: 1fr; }
  .prod-left{max-width:640px}
}
@media (max-width: 720px){
  .nav-links{gap:8px}
  .cta-inner{grid-template-columns:1fr}
  .rev-grid{grid-template-columns:1fr}
  .starsbox{border-right:0; padding-right:0; border-bottom:1px solid #2f2f2f; padding-bottom:12px}
  .cs-inner{grid-template-columns:1fr}
  .fgrid{grid-template-columns:1fr}
  .row{grid-template-columns: 1fr 1fr}
  .bottom{flex-direction:column; align-items:flex-start}
}
