/* ═══════════════════════════════════════════╗
   ║  WKWK STORE — PREMIUM UI v2              ║
   ║  OLED dark · Liquid glass · Gold accent  ║
   ╚══════════════════════════════════════════╝ */
:root {
  --bg: #05060a;
  --bg2: #0a0c12;
  --surface: rgba(255,255,255,.035);
  --surface2: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.09);
  --border2: rgba(255,255,255,.16);
  --text: #f2f4f8;
  --muted: #9aa3b2;
  --gold: #f5b40a;
  --gold2: #ffd60a;
  --gold-grad: linear-gradient(135deg,#f5b40a,#ff8a00);
  --green: #22c55e;
  --radius: 20px;
  --shadow: 0 20px 60px rgba(0,0,0,.5);
  --font: 'Rubik',system-ui,-apple-system,sans-serif;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  font-family:var(--font); background:var(--bg); color:var(--text); line-height:1.65;
  overflow-x:hidden; -webkit-font-smoothing:antialiased;
}
a { color:inherit; text-decoration:none; }
button { font-family:inherit; cursor:pointer; }
img { max-width:100%; }
.container { max-width:1200px; margin:0 auto; padding:0 24px; }
.grad-text { background:var(--gold-grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.icon { width:20px; height:20px; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }

/* ─── PROMO STRIP (marquee) ─── */
.promo-strip {
  position:fixed; top:0; left:0; right:0; z-index:120; overflow:hidden;
  background:var(--gold-grad); color:#0a0a0a; font-size:12.5px; font-weight:700;
  letter-spacing:.04em; padding:8px 0; white-space:nowrap;
}
.promo-strip .track { display:inline-flex; gap:48px; animation:marquee 22s linear infinite; padding-left:100%; }
.promo-strip .track span { display:inline-flex; align-items:center; gap:8px; }
.promo-strip .track svg { width:13px; height:13px; stroke:#0a0a0a; fill:none; stroke-width:2.4; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-100%)} }
body { padding-top:34px; }
.nav { top:34px; }

/* ─── NAVBAR (liquid glass) ─── */
.nav {
  position:fixed; top:34px; left:0; right:0; z-index:100;
  background:rgba(5,6,10,.62); backdrop-filter:blur(24px) saturate(160%); -webkit-backdrop-filter:blur(24px) saturate(160%);
  border-bottom:1px solid rgba(255,255,255,.06); transition:.3s;
}
.nav.scrolled { background:rgba(5,6,10,.85); border-bottom-color:rgba(255,255,255,.1); }
.nav-inner { display:flex; align-items:center; justify-content:space-between; height:72px; gap:20px; }
.brand { display:flex; align-items:center; gap:12px; }
.brand-mark {
  width:40px; height:40px; border-radius:12px; background:var(--gold-grad);
  display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(245,180,10,.35);
}
.brand-mark svg { width:22px; height:22px; stroke:#0a0a0a; fill:none; stroke-width:2.2; }
.brand-text { display:flex; flex-direction:column; line-height:1.2; }
.brand-text strong { font-size:17px; font-weight:700; letter-spacing:.2px; }
.brand-text small { font-size:10px; color:var(--muted); letter-spacing:.14em; text-transform:uppercase; font-weight:500; }
.nav-links { display:flex; gap:4px; align-items:center; }
.nav-links a {
  padding:9px 14px; border-radius:12px; font-size:14px; font-weight:500; color:var(--muted);
  transition:.2s; white-space:nowrap;
}
.nav-links a:hover { color:#fff; background:rgba(255,255,255,.06); }
.nav-links a.nav-admin { color:var(--gold); border:1px solid rgba(245,180,10,.3); }
.nav-right { display:flex; align-items:center; gap:8px; }
.nav-btn {
  background:var(--surface); border:1px solid var(--border); color:var(--text); border-radius:12px;
  padding:9px 12px; transition:.2s; display:flex; align-items:center; gap:6px; font-size:13.5px; font-weight:600;
}
.nav-btn:hover { border-color:var(--gold); color:var(--gold); }
.cart-btn { position:relative; }
.cart-count {
  position:absolute; top:-6px; right:-6px; background:var(--gold-grad); color:#0a0a0a;
  font-size:10.5px; font-weight:800; border-radius:50%; width:19px; height:19px;
  display:flex; align-items:center; justify-content:center;
}
.hamburger { display:none; font-size:20px; }

/* ─── HERO (full-bleed photo like warungsalem) ─── */
.hero {
  min-height:92vh; display:flex; align-items:center; position:relative; padding:120px 0 60px;
  background:linear-gradient(rgba(5,6,10,.72),rgba(5,6,10,.88)),url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?w=1600&q=80') center/cover no-repeat;
  overflow:hidden;
}
.hero::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(800px 400px at 82% 10%, rgba(245,180,10,.12), transparent 60%);
}
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:60px; align-items:center; position:relative; z-index:2; }
.badge-row { display:flex; gap:10px; margin-bottom:26px; flex-wrap:wrap; }
.badge {
  display:inline-flex; align-items:center; gap:7px; background:rgba(34,197,94,.08);
  border:1px solid rgba(34,197,94,.25); color:#86efac; font-size:12.5px; font-weight:600;
  padding:6px 14px; border-radius:999px;
}
.badge svg { width:14px; height:14px; stroke:#86efac; }
.hero h1 { font-size:clamp(40px,5.8vw,66px); font-weight:800; line-height:1.08; letter-spacing:-1.5px; margin-bottom:22px; }
.hero .sub { color:var(--muted); font-size:17.5px; max-width:540px; margin-bottom:34px; }
.hero-cta { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:48px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:14px 28px; border-radius:14px;
  font-weight:700; font-size:15px; border:none; transition:.25s; letter-spacing:.1px;
}
.btn svg { width:18px; height:18px; stroke:currentColor; fill:none; stroke-width:2.2; }
.btn-primary { background:var(--gold-grad); color:#0a0a0a; box-shadow:0 10px 34px rgba(245,180,10,.35); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 16px 44px rgba(245,180,10,.45); }
.btn-ghost { background:var(--surface); border:1px solid var(--border2); color:var(--text); backdrop-filter:blur(10px); }
.btn-ghost:hover { border-color:var(--gold); color:var(--gold); transform:translateY(-2px); }
.btn-telegram { background:rgba(34,211,238,.1); border:1px solid rgba(34,211,238,.3); color:#67e8f9; }
.btn-telegram:hover { background:rgba(34,211,238,.18); }
.btn-block { width:100%; }
.stats { display:flex; gap:44px; }
.stats div { display:flex; flex-direction:column; }
.stats strong { font-size:26px; font-weight:800; letter-spacing:-.5px; }
.stats strong em { font-style:normal; color:var(--gold); }
.stats span { font-size:12.5px; color:var(--muted); }

/* Hero visual — product mockup card */
.hero-visual { position:relative; display:flex; align-items:center; justify-content:center; }
.mockup {
  position:relative; width:min(420px,100%); aspect-ratio:4/4.4;
  background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
  border:1px solid var(--border2); border-radius:36px; backdrop-filter:blur(20px);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px;
  overflow:hidden; box-shadow:var(--shadow);
}
.mockup::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(400px 300px at 50% 0%, rgba(245,180,10,.16), transparent 60%);
}
.phone-silhouette {
  width:130px; height:260px; border-radius:26px; position:relative;
  background:linear-gradient(180deg,#1a1d28,#0e1017);
  border:2px solid rgba(255,255,255,.14); box-shadow:0 30px 80px rgba(0,0,0,.6), inset 0 0 40px rgba(255,255,255,.03);
  z-index:2;
}
.phone-silhouette::before {
  content:''; position:absolute; top:8px; left:50%; transform:translateX(-50%);
  width:48%; height:4px; border-radius:99px; background:rgba(255,255,255,.12);
}
.phone-silhouette .screen {
  position:absolute; inset:14px 10px; border-radius:18px; overflow:hidden;
  background:linear-gradient(160deg,#2dd4bf 0%,#2563eb 55%,#7c3aed 100%);
}
.phone-silhouette .screen::after {
  content:''; position:absolute; inset:0;
  background:radial-gradient(200px 120px at 70% 20%, rgba(255,255,255,.35), transparent 60%);
}
.mockup-price {
  margin-top:18px; font-size:22px; font-weight:800; z-index:2;
  background:rgba(255,255,255,.08); border:1px solid var(--border2); padding:8px 20px; border-radius:99px;
  backdrop-filter:blur(8px);
}
.mockup-name { font-size:13px; color:var(--muted); z-index:2; letter-spacing:.06em; text-transform:uppercase; font-weight:500; }
.float-chip {
  position:absolute; display:flex; align-items:center; gap:8px; background:rgba(10,12,18,.88);
  border:1px solid var(--border2); backdrop-filter:blur(16px); padding:11px 16px; border-radius:14px;
  font-size:13px; font-weight:600; box-shadow:0 14px 44px rgba(0,0,0,.5); z-index:3; animation:floatY 6s ease-in-out infinite;
}
.float-chip svg { width:17px; height:17px; stroke:var(--gold); fill:none; stroke-width:2.2; }
.fc1 { top:4%; left:-4%; }
.fc2 { top:58%; right:-4%; animation-delay:.7s; }
.fc3 { bottom:4%; left:-2%; animation-delay:1.3s; }
@keyframes floatY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes floatSlow { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-20px)} }
.phone-silhouette { animation:floatSlow 7s ease-in-out infinite; }

/* ─── SECTIONS ─── */
section { padding:96px 0; }
.section-head { text-align:center; max-width:660px; margin:0 auto 52px; }
.kicker {
  display:inline-flex; align-items:center; gap:8px; font-size:11.5px; font-weight:700; letter-spacing:.2em;
  text-transform:uppercase; color:var(--gold); background:rgba(245,180,10,.08); border:1px solid rgba(245,180,10,.22);
  padding:6px 16px; border-radius:999px; margin-bottom:18px;
}
.section-head h2 { font-size:clamp(30px,4.2vw,44px); font-weight:800; letter-spacing:-1px; margin-bottom:12px; }
.section-head p { color:var(--muted); font-size:15.5px; }

/* ─── FLASH SALE ─── */
.flashsale { background:linear-gradient(160deg,rgba(245,180,10,.07),transparent 60%),var(--bg2); }
.fs-timer { display:flex; justify-content:center; gap:10px; margin:20px 0 34px; }
.fs-timer .unit {
  min-width:64px; background:var(--card); border:1px solid var(--border2); border-radius:14px;
  padding:12px 14px; text-align:center; position:relative;
}
.fs-timer .unit strong { font-size:26px; font-weight:800; color:var(--gold); display:block; font-variant-numeric:tabular-nums; }
.fs-timer .unit small { font-size:10.5px; color:var(--muted); letter-spacing:.1em; text-transform:uppercase; }
.fs-timer .unit::after { content:':'; position:absolute; right:-9px; top:50%; transform:translateY(-50%); color:var(--gold); font-weight:800; font-size:20px; }
.fs-timer .unit:last-child::after { display:none; }
.fs-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:18px; }
.fs-card {
  background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden;
  position:relative; transition:.3s;
}
.fs-card:hover { transform:translateY(-5px); border-color:rgba(245,180,10,.4); box-shadow:0 20px 55px rgba(0,0,0,.45); }
.fs-card .fs-img { height:160px; overflow:hidden; position:relative; }
.fs-card .fs-img img { width:100%; height:100%; object-fit:cover; transition:.4s; }
.fs-card:hover .fs-img img { transform:scale(1.06); }
.fs-stock { position:absolute; bottom:10px; left:10px; right:10px; z-index:2; }
.fs-stock .bar { height:5px; border-radius:99px; background:rgba(255,255,255,.15); overflow:hidden; }
.fs-stock .bar i { display:block; height:100%; background:var(--gold-grad); border-radius:99px; }
.fs-stock small { display:block; margin-top:5px; font-size:10px; color:rgba(255,255,255,.75); font-weight:600; }
.fs-info { padding:14px 16px 16px; }
.fs-info h3 { font-size:14px; font-weight:700; margin-bottom:4px; }
.fs-price-row { display:flex; align-items:baseline; gap:8px; margin:6px 0 10px; }
.fs-price { font-size:17px; font-weight:800; color:var(--gold); }
.fs-original { font-size:12px; color:var(--muted); text-decoration:line-through; }
.fs-off { font-size:10.5px; font-weight:800; background:rgba(239,68,68,.15); color:#fca5a5; border:1px solid rgba(239,68,68,.3); padding:2px 8px; border-radius:99px; }
.fs-add { width:100%; background:var(--gold-grad); color:#0a0a0a; border:none; padding:10px; border-radius:11px; font-weight:700; font-size:13px; cursor:pointer; transition:.2s; font-family:inherit; }
.fs-add:hover { filter:brightness(1.12); }

/* ─── SEARCH ─── */
.search-bar { max-width:440px; margin:0 auto 34px; position:relative; }
.search-bar input {
  width:100%; padding:14px 48px 14px 18px; border-radius:99px; border:1px solid var(--border2);
  background:var(--surface); color:var(--text); font-size:14.5px; font-family:inherit; outline:none; transition:.25s;
  backdrop-filter:blur(10px);
}
.search-bar input:focus { border-color:var(--gold); box-shadow:0 0 0 4px rgba(245,180,10,.12); }
.search-bar svg { position:absolute; right:18px; top:50%; transform:translateY(-50%); width:18px; height:18px; stroke:var(--muted); fill:none; stroke-width:2; pointer-events:none; }

/* ─── STICKY MOBILE CART BAR ─── */
.mobile-cartbar {
  display:none; position:fixed; bottom:0; left:0; right:0; z-index:140;
  background:rgba(10,12,18,.95); backdrop-filter:blur(16px); border-top:1px solid var(--border2);
  padding:12px 16px calc(12px + env(safe-area-inset-bottom));
}
.mobile-cartbar .inner { display:flex; align-items:center; justify-content:space-between; gap:12px; max-width:600px; margin:0 auto; }
.mobile-cartbar .info { display:flex; flex-direction:column; line-height:1.3; }
.mobile-cartbar .info small { color:var(--muted); font-size:11.5px; }
.mobile-cartbar .info strong { font-size:16px; font-weight:800; color:var(--gold); }
.mobile-cartbar .btn { padding:11px 22px; font-size:13.5px; border-radius:12px; }
@media (max-width:860px) {
  .mobile-cartbar { display:block; }
  .float-btns { bottom:86px; }
  body { padding-bottom:64px; }
}

/* ─── PRODUCTS ─── */
.products { background:var(--bg2); position:relative; overflow:hidden; }
.products::before { content:''; position:absolute; inset:0; background:radial-gradient(700px 300px at 50% 0%, rgba(245,180,10,.05), transparent 60%); pointer-events:none; }
.cat-filters { display:flex; justify-content:center; gap:10px; margin-top:26px; flex-wrap:wrap; position:relative; }
.chip {
  display:inline-flex; align-items:center; gap:8px; background:var(--surface); border:1px solid var(--border);
  color:var(--muted); padding:10px 22px; border-radius:999px; font-size:14px; font-weight:600; transition:.25s;
}
.chip svg { width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:2; }
.chip:hover { color:#fff; border-color:var(--border2); }
.chip.active { background:var(--gold-grad); color:#0a0a0a; border-color:transparent; box-shadow:0 8px 26px rgba(245,180,10,.3); }
.product-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:22px; margin-top:42px; position:relative; }
.product-card {
  background:var(--surface); border:1px solid var(--border); border-radius:var(--radius);
  overflow:hidden; display:flex; flex-direction:column; transition:.3s cubic-bezier(.4,0,.2,1); position:relative;
}
.product-card:hover { transform:translateY(-6px); border-color:rgba(245,180,10,.35); box-shadow:0 24px 60px rgba(0,0,0,.45); }
.pv { position:relative; height:190px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.pv-img { width:100%; height:100%; object-fit:cover; transition:.4s; }
.product-card:hover .pv-img { transform:scale(1.05); }
.pv svg.pv-shape { width:110px; height:110px; stroke:rgba(255,255,255,.85); fill:none; stroke-width:1.4; filter:drop-shadow(0 12px 28px rgba(0,0,0,.35)); transition:.4s; }
.product-card:hover .pv-shape { transform:scale(1.06) translateY(-4px); }
.pv-handphone { background:linear-gradient(150deg,#0f3460,#16213e 60%,#0a1a30); }
.pv-laptop { background:linear-gradient(150deg,#1a1a2e,#16213e 60%,#0f1024); }
.pv-aksesoris { background:linear-gradient(150deg,#2d1b4e,#1a1a2e 60%,#120e24); }
.pv::after { content:''; position:absolute; inset:0; background:radial-gradient(220px 130px at 50% 0%, rgba(255,255,255,.12), transparent 60%); }
.pv-badge {
  position:absolute; top:14px; right:14px; z-index:2; font-size:10.5px; font-weight:800; letter-spacing:.08em;
  background:var(--gold-grad); color:#0a0a0a; padding:5px 12px; border-radius:999px; text-transform:uppercase;
}
.pv-cat { position:absolute; bottom:12px; left:14px; z-index:2; font-size:10px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.45); }
.pinfo { padding:18px 18px 20px; display:flex; flex-direction:column; gap:8px; flex:1; }
.p-name { font-size:15.5px; font-weight:700; line-height:1.35; }
.p-specs { font-size:12px; color:var(--muted); line-height:1.5; min-height:36px; }
.p-price-row { display:flex; align-items:center; justify-content:space-between; margin-top:2px; }
.p-price { font-size:17.5px; font-weight:800; letter-spacing:-.3px; }
.p-price small { font-size:11px; color:var(--muted); font-weight:500; display:block; }
.p-actions { display:flex; gap:8px; margin-top:6px; }
.btn-add {
  flex:1; display:inline-flex; align-items:center; justify-content:center; gap:7px;
  background:var(--gold-grad); color:#0a0a0a; border:none; padding:11px; border-radius:12px;
  font-weight:700; font-size:13.5px; transition:.2s;
}
.btn-add svg { width:16px; height:16px; stroke:#0a0a0a; fill:none; stroke-width:2.4; }
.btn-add:hover { filter:brightness(1.12); transform:translateY(-1px); }
.btn-wa {
  background:rgba(34,197,94,.1); border:1px solid rgba(34,197,94,.3); color:#86efac; border-radius:12px;
  padding:0 13px; display:flex; align-items:center; justify-content:center; transition:.2s;
}
.btn-wa svg { width:17px; height:17px; stroke:#86efac; fill:none; stroke-width:2.2; }
.btn-wa:hover { background:rgba(34,197,94,.2); }
.cart-banner {
  margin-top:34px; text-align:center; background:var(--surface); border:1px dashed var(--border2);
  border-radius:16px; padding:16px; color:var(--muted); font-size:14px; position:relative;
}

/* ─── SERVICES ─── */
.service-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(320px,1fr)); gap:18px; }
.service-card {
  background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); padding:30px;
  transition:.3s; display:flex; gap:18px; align-items:flex-start;
}
.service-card:hover { border-color:rgba(245,180,10,.3); transform:translateY(-4px); box-shadow:0 18px 50px rgba(0,0,0,.35); }
.svc-icon {
  width:50px; height:50px; border-radius:14px; background:rgba(245,180,10,.1); border:1px solid rgba(245,180,10,.25);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.svc-icon svg { width:24px; height:24px; stroke:var(--gold); fill:none; stroke-width:2; }
.service-card h3 { font-size:16.5px; margin-bottom:5px; }
.service-card p { color:var(--muted); font-size:13.5px; }

/* ─── GALLERY ─── */
.gallery { background:var(--bg2); }
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.gal-item {
  aspect-ratio:4/3; border-radius:var(--radius); border:1px solid var(--border); position:relative; overflow:hidden;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; transition:.3s;
}
.gal-item img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:.45s; }
.gal-item:hover img { transform:scale(1.06); }
.gal-overlay {
  position:absolute; inset:0; z-index:2; display:flex; align-items:flex-end; padding:16px;
  background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.75));
}
.gal-overlay span { font-size:13.5px; font-weight:700; color:#fff; text-shadow:0 2px 8px rgba(0,0,0,.5); }
.gal-item:hover { border-color:rgba(245,180,10,.35); }
.g1 { background:linear-gradient(150deg,rgba(245,180,10,.12),transparent 70%); }
.g2 { background:linear-gradient(150deg,rgba(99,102,241,.14),transparent 70%); }
.g3 { background:linear-gradient(150deg,rgba(34,197,94,.12),transparent 70%); }
.g4 { background:linear-gradient(150deg,rgba(236,72,153,.12),transparent 70%); }

/* ─── TESTIMONIALS ─── */
.testi-slider { display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; padding:6px 4px 18px; scrollbar-width:thin; }
.testi-card {
  min-width:340px; scroll-snap-align:start; background:var(--surface); border:1px solid var(--border);
  border-radius:var(--radius); padding:30px; flex:1; transition:.25s; position:relative;
}
.testi-card:hover { border-color:rgba(245,180,10,.3); }
.testi-card::before { content:'“'; position:absolute; top:14px; right:22px; font-size:64px; color:rgba(245,180,10,.14); font-family:Georgia,serif; line-height:1; }
.testi-stars { color:var(--gold); font-size:14px; margin-bottom:14px; letter-spacing:3px; }
.testi-text { font-size:14.5px; color:var(--text); margin-bottom:18px; line-height:1.7; }
.testi-who { display:flex; align-items:center; gap:12px; }
.testi-avatar {
  width:42px; height:42px; border-radius:50%; background:var(--gold-grad); color:#0a0a0a;
  display:flex; align-items:center; justify-content:center; font-weight:800; font-size:15px; flex-shrink:0;
}
.testi-name { font-weight:700; font-size:14.5px; }
.testi-role { font-size:12px; color:var(--muted); }
.testi-dots { display:flex; justify-content:center; gap:8px; margin-top:16px; }
.testi-dots button { width:8px; height:8px; border-radius:99px; border:none; background:rgba(255,255,255,.18); cursor:pointer; transition:.3s; }
.testi-dots button.active { background:var(--gold); width:28px; }

/* ─── FAQ ─── */
.faq-list { max-width:780px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.faq-item { background:var(--surface); border:1px solid var(--border); border-radius:16px; overflow:hidden; transition:.25s; }
.faq-item.open { border-color:rgba(245,180,10,.4); background:rgba(245,180,10,.03); }
.faq-q {
  width:100%; background:none; border:none; color:var(--text); font-size:15.5px;
  font-weight:600; padding:20px 22px; display:flex; justify-content:space-between; align-items:center;
  gap:16px; text-align:left; transition:.2s;
}
.faq-q:hover { color:var(--gold); }
.faq-q .arrow { transition:.3s; color:var(--gold); display:flex; }
.faq-q .arrow svg { width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:2.2; }
.faq-item.open .arrow { transform:rotate(180deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq-a p { padding:0 22px 20px; color:var(--muted); font-size:14.5px; }

/* ─── CONTACT ─── */
.contact { background:var(--bg2); }
.contact-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:18px; }
.contact-card {
  background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); padding:30px;
  display:flex; flex-direction:column; gap:8px;
}
.contact-card h3 { font-size:13.5px; margin-top:14px; color:var(--text); display:flex; align-items:center; gap:8px; }
.contact-card h3 svg { width:17px; height:17px; stroke:var(--gold); fill:none; stroke-width:2; }
.contact-card h3:first-child { margin-top:0; }
.contact-card p { color:var(--muted); font-size:14.5px; padding-left:25px; }
.contact-card p a { color:var(--text); transition:.2s; }
.contact-card p a:hover { color:var(--gold); }
.contact-actions { display:flex; gap:10px; margin-top:20px; flex-wrap:wrap; padding-left:0; }
.contact-actions .btn { padding:12px 18px; font-size:13.5px; }
.map-embed { margin-top:10px; border-radius:14px; overflow:hidden; border:1px solid var(--border); }
.map-embed iframe { width:100%; height:230px; border:0; display:block; filter:invert(90%) hue-rotate(180deg) contrast(.92) brightness(.85); }
.qris-box {
  margin-top:12px; background:linear-gradient(150deg,rgba(245,180,10,.1),rgba(255,138,0,.04));
  border:1px solid rgba(245,180,10,.25); border-radius:16px; padding:26px; text-align:center;
}
.qris-placeholder {
  width:170px; height:170px; margin:0 auto 12px; border-radius:12px; background:rgba(255,255,255,.06);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;
  color:var(--muted); border:2px dashed rgba(245,180,10,.35); line-height:1.6;
}
.qris-placeholder svg { width:44px; height:44px; stroke:var(--gold); fill:none; stroke-width:1.5; }
.qris-placeholder span { font-size:12px; }
.qris-box small { color:var(--muted); font-size:12px; }

/* ─── FOOTER ─── */
.footer { border-top:1px solid rgba(255,255,255,.06); padding:56px 0 32px; background:#04050a; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; margin-bottom:40px; }
.footer h4 { font-size:14px; margin-bottom:16px; letter-spacing:.02em; }
.footer p { color:var(--muted); font-size:13.5px; max-width:340px; line-height:1.7; }
.footer a { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:13.5px; padding:5px 0; transition:.2s; }
.footer a svg { width:15px; height:15px; stroke:currentColor; fill:none; stroke-width:2; }
.footer a:hover { color:var(--gold); }
.footer-bottom { text-align:center; color:var(--muted); font-size:12.5px; border-top:1px solid rgba(255,255,255,.06); padding-top:24px; }

/* ─── CART ─── */
.overlay { position:fixed; inset:0; background:rgba(0,0,0,.65); backdrop-filter:blur(4px); z-index:200; opacity:0; pointer-events:none; transition:.3s; }
.overlay.show { opacity:1; pointer-events:auto; }
.cart {
  position:fixed; top:0; right:0; height:100vh; width:min(410px,94vw); background:#0a0c12; z-index:210;
  border-left:1px solid var(--border2); display:flex; flex-direction:column; transform:translateX(105%); transition:.4s cubic-bezier(.4,0,.2,1);
}
.cart.open { transform:translateX(0); }
.cart-head { display:flex; justify-content:space-between; align-items:center; padding:22px 24px; border-bottom:1px solid var(--border); }
.cart-head h3 { font-size:16.5px; display:flex; align-items:center; gap:9px; }
.cart-head h3 svg { width:20px; height:20px; stroke:var(--gold); fill:none; stroke-width:2; }
.cart-head button { background:none; border:none; color:var(--muted); font-size:18px; cursor:pointer; transition:.2s; }
.cart-head button:hover { color:#fff; }
.cart-items { flex:1; overflow-y:auto; padding:16px 24px; display:flex; flex-direction:column; gap:12px; }
.cart-item {
  display:flex; gap:14px; align-items:center; background:var(--surface); border:1px solid var(--border);
  border-radius:14px; padding:13px;
}
.ci-visual { width:48px; height:48px; border-radius:11px; display:flex; align-items:center; justify-content:center; flex-shrink:0; overflow:hidden; }
.ci-visual svg { width:30px; height:30px; stroke:rgba(255,255,255,.85); fill:none; stroke-width:1.4; }
.ci-info { flex:1; min-width:0; }
.ci-name { font-size:13.5px; font-weight:600; }
.ci-price { font-size:12.5px; color:var(--gold); font-weight:600; }
.ci-qty { display:flex; align-items:center; gap:10px; margin-top:7px; }
.ci-qty button { width:26px; height:26px; border-radius:8px; border:1px solid var(--border2); background:var(--surface); color:#fff; cursor:pointer; font-size:14px; transition:.2s; display:flex; align-items:center; justify-content:center; }
.ci-qty button:hover { border-color:var(--gold); color:var(--gold); }
.ci-qty span { font-size:13.5px; font-weight:700; min-width:22px; text-align:center; }
.ci-rm { background:none; border:none; color:var(--muted); cursor:pointer; font-size:15px; transition:.2s; }
.ci-rm:hover { color:#f87171; }
.cart-empty { color:var(--muted); text-align:center; padding:50px 0; font-size:14.5px; }
.cart-foot { border-top:1px solid var(--border); padding:18px 24px 24px; display:flex; flex-direction:column; gap:10px; background:rgba(0,0,0,.3); }
.cart-total { display:flex; justify-content:space-between; font-size:15px; margin-bottom:4px; align-items:center; }
.cart-total strong { color:var(--gold); font-size:19px; }

/* ─── FLOATING ─── */
.float-btns { position:fixed; bottom:24px; right:24px; display:flex; flex-direction:column; gap:10px; z-index:150; }
.float-btn {
  width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  box-shadow:0 12px 34px rgba(0,0,0,.45); transition:.25s;
}
.float-btn svg { width:23px; height:23px; stroke:#fff; fill:none; stroke-width:2; }
.float-btn:hover { transform:scale(1.1); }
.fb-wa { background:linear-gradient(135deg,#25d366,#128c7e); }
.fb-tg { background:linear-gradient(135deg,#229ed9,#0f6ea8); }
.fb-top { background:var(--gold-grad); }
.fb-top svg { stroke:#0a0a0a; }

/* ─── TOAST ─── */
.toast {
  position:fixed; bottom:94px; left:50%; transform:translateX(-50%) translateY(20px); z-index:300;
  background:#14161f; border:1px solid var(--border2); color:var(--text); padding:13px 24px; border-radius:14px;
  font-size:14px; font-weight:600; opacity:0; pointer-events:none; transition:.3s; box-shadow:0 16px 50px rgba(0,0,0,.6);
  display:flex; align-items:center; gap:9px;
}
.toast svg { width:17px; height:17px; stroke:var(--gold); fill:none; stroke-width:2; }
.toast.show { opacity:1; transform:translateX(-50%) translateY(0); }

/* ─── REVEAL ON SCROLL (disabled — animation caused blank sections) ─── */
.reveal { opacity:1; transform:none; }

/* ─── RESPONSIVE ─── */
@media (max-width:1024px) {
  .contact-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:860px) {
  .nav-links {
    position:fixed; top:72px; left:0; right:0; background:rgba(5,6,10,.97); backdrop-filter:blur(24px);
    flex-direction:column; align-items:stretch; padding:16px 24px; gap:4px; border-bottom:1px solid var(--border);
    display:none; z-index:99;
  }
  .nav-links.open { display:flex; }
  .nav-links a { padding:13px; }
  .hamburger { display:flex; }
  .hero { padding:140px 0 80px; }
  .hero-grid { grid-template-columns:1fr; gap:56px; }
  .hero-visual { order:-1; }
  .mockup { width:min(300px,90%); }
  .phone-silhouette { width:96px; height:200px; }
  .stats { gap:30px; }
  .gallery-grid { grid-template-columns:1fr 1fr; }
  .contact-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
}
@media (max-width:480px) {
  .hero h1 { font-size:36px; }
  .testi-card { min-width:290px; }
  .product-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .product-card { border-radius:16px; }
  .pv { height:140px; }
  .pv svg.pv-shape { width:78px; height:78px; }
  .pinfo { padding:13px 13px 15px; }
  .p-name { font-size:13px; }
  .p-specs { font-size:10.5px; min-height:30px; }
  .p-price { font-size:14.5px; }
  .p-price small { font-size:9.5px; }
  .btn-add { padding:9px; font-size:12px; }
  .btn-wa { padding:0 10px; }
  .stats { gap:20px; }
  .stats strong { font-size:20px; }
  .service-card { padding:22px; gap:14px; }
  .svc-icon { width:42px; height:42px; }
}

/* ─── REDUCED MOTION ─── */
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  html { scroll-behavior:auto; }
}
