/* File gabungan — dibuat otomatis oleh tools/build.js. Edit file sumber di assets/css/*.css lalu build ulang. */
/* ===== base.css ===== */
/* =========================================================
   PLANET88BIG — Base, token, tombol, animasi
   ========================================================= */
:root {
  --ink: #14111F; --ink-2: #2B2638; --ink-3: #1E1A2E;
  --paper: #F6F2EA; --paper-2: #ECE5D8; --white: #FFFFFF;
  --accent: #2F7BFF; --accent-2: #5CC8FF; --violet: #2F7BFF; --lime: #8FE3FF; --pink: #A9C4FF; --green: #1F9D6B;
  --muted: #6E6A7C;
  --line: rgba(255, 255, 255, .12); --line-dark: rgba(255, 255, 255, .12);
  --radius: 22px; --radius-sm: 14px; --radius-lg: 32px;
  --shadow: 0 24px 60px -24px rgba(20, 17, 31, .35);
  --ease: cubic-bezier(.22, 1, .36, 1); --ease-io: cubic-bezier(.65, 0, .35, 1);
  --font-d: 'Unbounded', system-ui, sans-serif; --font-b: 'Plus Jakarta Sans', system-ui, sans-serif;
  --container: 1320px; --gutter: clamp(16px, 4vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: clip; }
body { margin: 0; font-family: var(--font-b); font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: clip; }
html.lock { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; }
p { margin: 0 0 1em; }
ul[class], ol[class] { list-style: none; margin: 0; padding: 0; }
dl, dd, figure, blockquote { margin: 0; }
[hidden] { display: none !important; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.ic { display: inline-block; vertical-align: middle; width: 1.25em; height: 1.25em; flex-shrink: 0; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 1100; background: var(--night); color: var(--ink); padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 120px); }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.main-pad { padding-top: 12px; }

.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; }
.section-head--center { justify-content: center; text-align: center; }
.section-sub { max-width: 620px; margin: 16px auto 0; color: var(--muted); font-size: 17px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 6px; font-size: 12.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.eyebrow .ic { width: 16px; height: 16px; }
.eyebrow:has(.ic)::before { display: none; }
.eyebrow--light { color: var(--lime); }
.h2 { font-family: var(--font-d); font-size: clamp(1.8rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.035em; font-weight: 700; margin-top: .25em; }
.h2 em, .page-title em, .hero__title em, .footer__big em, .promo__title em, .manifesto__text em { font-style: normal; color: var(--accent); }
.lead { font-size: 18px; line-height: 1.7; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; white-space: nowrap; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1.5px no-repeat; transition: background-size .45s var(--ease), color .3s; padding-bottom: 2px; }
.link-arrow .ic { transition: transform .45s var(--ease); }
.link-arrow:hover { background-size: 100% 1.5px; }
.link-arrow:hover .ic, a:hover > .link-arrow .ic, .post:hover .link-arrow .ic { transform: translateX(5px); }
.link-sm { font-size: 13px; text-decoration: underline; margin-left: 8px; color: var(--muted); }
.link-reset { font-size: 13.5px; font-weight: 700; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.link-reset:hover { color: var(--accent); }

/* ---------- Tombol ---------- */
.btn { --hov: var(--accent); --hov-c: #fff; position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .9em 1.45em; border-radius: 999px; font-weight: 700; font-size: 15px; line-height: 1.1; white-space: nowrap; border: 1.5px solid transparent; transition: color .45s var(--ease), border-color .45s, translate .35s var(--ease), transform .3s; }
.btn::before { content: ''; position: absolute; inset: -2px; z-index: -1; background: var(--hov); border-radius: inherit; transform: translateY(102%); transition: transform .55s var(--ease); }
.btn:hover::before { transform: none; }
.btn:hover { color: var(--hov-c); }
.btn:active { transform: scale(.97); }
.btn .ic { width: 18px; height: 18px; transition: transform .45s var(--ease); }
.btn:hover .ic:last-child:not(:first-child) { transform: translateX(3px); }
.btn--dark { background: var(--night); color: var(--ink); }
.btn--accent { background: var(--accent); color: #fff; --hov: var(--ink); }
.btn--light { background: var(--paper); color: var(--ink); --hov: var(--lime); --hov-c: var(--ink); }
.btn--line { border-color: currentColor; --hov: var(--ink); --hov-c: var(--paper); }
.flash .btn--line, .mmenu .btn--line, .footer .btn--line { --hov: var(--paper); --hov-c: var(--ink); }
.btn--sm { font-size: 13.5px; padding: .75em 1.1em; }
.btn--lg { font-size: 16px; padding: 1.05em 1.7em; }
.btn--block { width: 100%; }
.btn--grow { flex: 1; }
.btn.is-done { animation: pop .5s var(--ease); }

.icon-btn { position: relative; width: 44px; height: 44px; border-radius: 50%; display: inline-grid; place-items: center; flex-shrink: 0; transition: background .3s, color .3s, border-color .3s, transform .3s; }
.icon-btn:hover { background: rgba(255, 255, 255, .07); }
.icon-btn .ic { width: 21px; height: 21px; }
.icon-btn--light { background: rgba(8, 18, 44, .92); color: var(--ink); }
.icon-btn--light:hover { background: var(--lime); }
.icon-btn--line { border: 1.5px solid var(--line); background: var(--surface); }
.icon-btn--line:hover { background: var(--night); color: var(--ink); border-color: var(--ink); }
.icon-btn--glass { background: rgba(255, 255, 255, .08); border: 1px solid var(--line-dark); color: var(--ink); }
.icon-btn--glass:hover { background: var(--paper); color: var(--ink); }
.count { position: absolute; top: 3px; right: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 10.5px; font-weight: 800; line-height: 18px; text-align: center; }
.count.bump { animation: bump .5s var(--ease); }
.shake { animation: shakeBag .6s var(--ease); }

.chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(8, 18, 44, .6); font-size: 13.5px; font-weight: 600; color: inherit; white-space: nowrap; transition: background .3s, color .3s, border-color .3s; }
.chip:hover { border-color: var(--ink); }
.chip.is-active { background: var(--night); color: var(--ink); border-color: var(--ink); }
.chip--sm { padding: 5px 11px; font-size: 12.5px; }
.chip--x .ic { width: 14px; height: 14px; }
.chip--light { background: rgba(255, 255, 255, .15); border-color: rgba(255, 255, 255, .3); color: #fff; }

.pills { position: relative; isolation: isolate; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; margin-bottom: 32px; padding: 2px; }
.pills::-webkit-scrollbar { display: none; }
.pill { position: relative; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line); font-weight: 600; font-size: 14.5px; white-space: nowrap; transition: color .4s, background .3s, border-color .3s; }
.pill:hover { border-color: var(--ink); }
.pill.is-active { background: var(--night); color: var(--ink); border-color: var(--ink); }
.pills:has(.pills__ind) .pill.is-active { background: transparent; }
.pills__ind { position: absolute; left: 0; top: 2px; bottom: 2px; z-index: -1; width: 0; background: var(--night); border-radius: 999px; transition: transform .55s var(--ease), width .55s var(--ease); }

.badge { display: inline-flex; align-items: center; gap: 3px; padding: 5px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 800; line-height: 1; white-space: nowrap; }
.badge .ic { width: 12px; height: 12px; }
.badge--accent { background: var(--accent); color: #fff; }
.badge--dark { background: var(--night); color: #fff; }
.badge--lime { background: var(--lime); color: var(--ink); }

.stars { display: inline-flex; gap: 1px; }
.st .ic { width: 15px; height: 15px; color: #C9C3B6; }
.st.on .ic { color: #FFB020; fill: #FFB020; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; background: linear-gradient(135deg, var(--accent), var(--violet)); color: #fff; font-family: var(--font-d); font-size: 13px; font-weight: 600; }

.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; }
.price strong { font-weight: 800; font-size: 17px; letter-spacing: -.01em; }
.price del { color: var(--muted); font-size: 13px; }
.price--lg strong { font-family: var(--font-d); font-size: 26px; font-weight: 600; }
.price--xl { align-items: center; }
.price--xl strong { font-family: var(--font-d); font-size: clamp(28px, 3vw, 38px); font-weight: 600; letter-spacing: -.03em; }
.price--xl del { font-size: 16px; }

.ticks { display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.ticks .ic { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: rgba(31, 157, 107, .14); color: var(--green); margin-top: 1px; }
.ticks--lg li { padding: 14px 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }

.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; padding: 4px; background: var(--surface); }
.qty button { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; transition: background .25s; }
.qty button:hover { background: var(--paper-2); }
.qty .ic { width: 16px; height: 16px; }
.qty input { width: 44px; text-align: center; border: 0; background: transparent; font-weight: 800; -moz-appearance: textfield; }
.qty input::-webkit-inner-spin-button, .qty input::-webkit-outer-spin-button { -webkit-appearance: none; }
.qty span { min-width: 30px; text-align: center; font-weight: 800; font-size: 14px; }
.qty--sm button { width: 28px; height: 28px; }
.qty--sm .ic { width: 14px; height: 14px; }

.meter { height: 8px; border-radius: 99px; background: var(--paper-2); overflow: hidden; }
.meter span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--accent), var(--violet)); transition: width .9s var(--ease); }

/* ---------- Form ---------- */
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field > span { font-size: 13px; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 14px; background: var(--paper); transition: border-color .3s, box-shadow .3s; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(79, 110, 255, .15); }
.field--full { grid-column: 1 / -1; }
.field.is-err > span { color: var(--accent); }
.field.is-err input, .field.is-err textarea, .field.is-err select { border-color: var(--accent); animation: shake .45s; }

/* =========================================================
   ANIMASI
   ========================================================= */
.js [data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--ease) var(--d, 0ms), transform 1.1s var(--ease) var(--d, 0ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js [data-reveal].is-in[data-tilt] { transition: opacity .9s var(--ease) var(--d, 0ms), transform .35s var(--ease), box-shadow .4s, background .4s, color .4s; }
.js [data-split][data-reveal] { opacity: 1; transform: none; }
.js [data-split] .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .12em; margin-bottom: -.12em; }
.js [data-split] .w > span { display: inline-block; transform: translateY(110%) rotate(5deg); transform-origin: 0 100%; transition: transform 1.1s var(--ease) calc(var(--d, 0ms) + var(--i) * 55ms); }
.js [data-split].is-in .w > span { transform: none; }
[data-parallax] { transform: translate3d(0, var(--py, 0px), 0) scale(1.16); will-change: transform; }
[data-tilt] { transform-style: preserve-3d; }
.sw { opacity: .14; transition: opacity .5s var(--ease); }
.sw.on { opacity: 1; }
.flip { display: inline-block; animation: flip .5s var(--ease); }
[data-countdown] [data-h], [data-countdown] [data-m], [data-countdown] [data-s] { display: inline-block; font-variant-numeric: tabular-nums; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes ping { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(2.8); opacity: 0; } }
@keyframes drift { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(40px, -30px) scale(1.08); } 66% { transform: translate(-30px, 20px) scale(.95); } }
@keyframes shake { 0%, 100% { transform: translateX(0); } 20%, 60% { transform: translateX(-6px); } 40%, 80% { transform: translateX(6px); } }
@keyframes shakeBag { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(-14deg) scale(1.1); } 50% { transform: rotate(10deg) scale(1.1); } 75% { transform: rotate(-5deg); } }
@keyframes bump { 0% { transform: scale(1); } 40% { transform: scale(1.5); } 100% { transform: scale(1); } }
@keyframes pop { 0% { transform: scale(1); } 40% { transform: scale(.92); } 100% { transform: scale(1); } }
@keyframes heart { 0% { transform: scale(1); } 30% { transform: scale(1.4); } 60% { transform: scale(.9); } 100% { transform: scale(1); } }
@keyframes flip { from { transform: translateY(-45%); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes grow { from { transform: scaleX(0); } }
@keyframes scrollDot { 0% { transform: translateY(-100%); } 100% { transform: translateY(200%); } }
@keyframes failsafe { to { visibility: hidden; } }

/* ---------- Loader & transisi halaman ---------- */
html.is-first::after, html.is-entering::after { content: ''; position: fixed; inset: 0; z-index: 899; background: var(--night); pointer-events: none; }
html.is-first::after { animation: failsafe 0s 5s forwards; }
html.is-first.is-ready::after { display: none; }
html.is-entering.is-ready::after { transform: translateY(-101%); transition: transform .9s var(--ease-io); }

.loader { position: fixed; inset: 0; z-index: 1000; display: grid; place-content: center; justify-items: center; gap: 18px; background: var(--night); color: var(--ink); clip-path: inset(0 0 0 0); transition: clip-path 1s var(--ease-io); }
.loader.is-done { clip-path: inset(0 0 100% 0); }
.loader__orbit { position: relative; width: 120px; height: 120px; }
.loader__orbit::before { content: ''; position: absolute; inset: 0; border: 1.5px dashed rgba(255, 255, 255, .25); border-radius: 50%; animation: spin 8s linear infinite; }
.loader__planet { position: absolute; inset: 28%; border-radius: 50%; background: linear-gradient(135deg, var(--accent-2), var(--violet)); animation: pulse 1.6s ease-in-out infinite; }
.loader__moon { position: absolute; left: 50%; top: 50%; width: 14px; height: 14px; margin: -7px; border-radius: 50%; background: var(--lime); animation: moon 1.3s linear infinite; }
@keyframes moon { from { transform: rotate(0) translateX(60px); } to { transform: rotate(360deg) translateX(60px); } }
.loader__brand { font-family: var(--font-d); font-size: 22px; font-weight: 700; letter-spacing: .02em; }
.loader__brand b, .logo__text b, .curtain b { color: var(--accent); }
.loader__pct { font-family: var(--font-d); font-size: 13px; opacity: .6; font-variant-numeric: tabular-nums; }
.loader__bar { width: 180px; height: 2px; background: var(--line-dark); overflow: hidden; }
.loader__bar i { display: block; height: 100%; background: var(--accent); transform-origin: left; transform: scaleX(0); }

.curtain { position: fixed; inset: 0; z-index: 900; display: grid; place-items: center; background: var(--night); color: var(--ink); transform: translateY(101%); pointer-events: none; }
.curtain__logo { opacity: 0; transform: translateY(20px); transition: opacity .4s .15s, transform .5s var(--ease) .15s; }
html.is-leaving .curtain { transform: none; transition: transform .5s var(--ease-io); }
html.is-leaving .curtain__logo { opacity: 1; transform: none; }

.scrollbar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 70; pointer-events: none; }
.scrollbar span { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--pink), var(--violet)); transform-origin: left; transform: scaleX(0); }

/* ---------- Kursor ---------- */
.cursor, .cursor-dot { display: none; }
.has-cursor .cursor, .has-cursor .cursor-dot { display: grid; }
.cursor { position: fixed; left: 0; top: 0; z-index: 9999; pointer-events: none; }
.cursor::before { content: ''; position: absolute; left: -18px; top: -18px; width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid rgba(20, 17, 31, .5); opacity: 0; transition: all .4s var(--ease); }
.cursor.is-visible::before { opacity: 1; }
.cursor.is-hover::before { left: -30px; top: -30px; width: 60px; height: 60px; background: rgba(47, 123, 255, .12); border-color: var(--accent); }
.cursor.is-label::before { left: -46px; top: -46px; width: 92px; height: 92px; background: var(--accent); border-color: var(--accent); }
.cursor.is-down::before { transform: scale(.8); }
.cursor__label { position: absolute; left: 0; top: 0; transform: translate(-50%, -50%) scale(.5); color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; opacity: 0; transition: opacity .3s, transform .4s var(--ease); }
.cursor.is-label .cursor__label { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.cursor-dot { position: fixed; left: -3px; top: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); z-index: 10000; pointer-events: none; }

/* ---------- Partikel ---------- */
.particle { position: fixed; z-index: 400; width: 8px; height: 8px; border-radius: 50%; pointer-events: none; }
.particle--confetti { width: 8px; height: 13px; border-radius: 2px; }
.fly { position: fixed; z-index: 400; object-fit: cover; pointer-events: none; box-shadow: var(--shadow); margin: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .js [data-split] .w > span { transform: none; }
  [data-parallax] { transform: scale(1.05); }
}

/* ===== layout.css ===== */
/* =========================================================
   PLANET88BIG — Header, footer, overlay, kartu produk
   ========================================================= */

/* ---------- Topbar & header ---------- */
.topbar { height: 38px; display: flex; align-items: center; background: var(--night); color: var(--ink); font-size: 13px; font-weight: 600; overflow: hidden; }
.marquee { overflow: hidden; width: 100%; }
.marquee__track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.marquee__track span { display: inline-flex; align-items: center; gap: 10px; padding: 0 28px; white-space: nowrap; }
.marquee__track .ic { width: 14px; height: 14px; color: var(--lime); }
.topbar:hover .marquee__track { animation-play-state: paused; }

.header { position: sticky; top: 0; z-index: 60; transition: transform .55s var(--ease), background .4s, box-shadow .4s, color .4s; }
.header.is-solid { background: rgba(246, 242, 234, .82); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 var(--line); }
.header.is-hidden { transform: translateY(-100%); }
html.menu-open .header { background: transparent; box-shadow: none; color: var(--ink); transform: none; }
.header__inner { height: 72px; display: flex; align-items: center; gap: 24px; }

.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-d); font-weight: 700; font-size: 18px; letter-spacing: -.02em; white-space: nowrap; }
.logo__mark { width: 38px; height: 38px; transition: transform .8s var(--ease); }
.logo:hover .logo__mark { transform: rotate(-35deg) scale(1.08); }

.nav { display: flex; gap: 2px; margin-inline: auto; }
.nav__roll { display: inline-block; overflow: hidden; vertical-align: top; }
.nav__link { display: inline-flex; padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 15px; line-height: 1.4; transition: background .3s, color .3s; }
.nav__link span { position: relative; display: inline-block; transition: transform .5s var(--ease); }
.nav__link span::after { content: attr(data-text); position: absolute; left: 0; top: 100%; color: var(--accent); }
.nav__link:hover span { transform: translateY(-100%); }
.nav__link.is-active { background: var(--night); color: var(--ink); }
.nav__link.is-active span::after { color: var(--lime); }
.header__actions { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav + .header__actions { margin-left: 0; }

.burger { display: none; position: relative; width: 44px; height: 44px; border-radius: 50%; background: var(--night); margin-left: 6px; }
.burger span { position: absolute; left: 13px; width: 18px; height: 2px; border-radius: 2px; background: var(--paper); transition: transform .45s var(--ease), top .45s var(--ease); }
.burger span:first-child { top: 18px; }
.burger span:last-child { top: 25px; }
.burger.is-open { background: var(--accent); }
.burger.is-open span:first-child { top: 21px; transform: rotate(45deg); }
.burger.is-open span:last-child { top: 21px; transform: rotate(-45deg); }

/* ---------- Menu mobile ---------- */
.mmenu { position: fixed; inset: 0; z-index: 55; background: var(--night); color: var(--ink); padding-top: 120px; visibility: hidden; clip-path: circle(0 at calc(100% - 40px) 70px); transition: clip-path .8s var(--ease-io), visibility 0s .8s; }
.mmenu.is-open { visibility: visible; clip-path: circle(150% at calc(100% - 40px) 70px); transition: clip-path .9s var(--ease-io); }
.mmenu__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; height: 100%; overflow: auto; padding-bottom: 40px; }
.mmenu__nav a { display: flex; align-items: baseline; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--font-d); font-size: clamp(2rem, 7vw, 4rem); font-weight: 600; letter-spacing: -.03em; line-height: 1.15; opacity: 0; transform: translateY(40px); transition: opacity .6s, transform .8s var(--ease), color .3s; }
.mmenu.is-open .mmenu__nav a { opacity: 1; transform: none; transition-delay: calc(var(--i) * 60ms + .25s); }
.mmenu__nav a:hover { color: var(--lime); }
.mmenu__nav small { font-family: var(--font-b); font-size: 13px; opacity: .45; letter-spacing: 0; }
.mmenu__side { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; padding-top: 16px; }
.mmenu__cats { display: flex; flex-wrap: wrap; gap: 8px; }
.mmenu .chip { background: transparent; border-color: var(--line-dark); color: var(--ink); }
.mmenu .chip:hover { border-color: var(--lime); color: var(--lime); }

/* ---------- Pencarian ---------- */
.search { position: fixed; inset: 0; z-index: 90; background: rgba(20, 17, 31, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: opacity .4s, visibility 0s .4s; }
.search.is-open { opacity: 1; visibility: visible; transition: opacity .4s; }
.search__panel { background: var(--paper); border-radius: 0 0 32px 32px; padding-block: 24px 32px; max-height: 88vh; overflow: auto; transform: translateY(-40px); transition: transform .6s var(--ease); }
.search.is-open .search__panel { transform: none; }
.search__bar { display: flex; align-items: center; gap: 12px; border-bottom: 2px solid var(--ink); padding: 8px 0; }
.search__bar > .ic { width: 26px; height: 26px; }
.search__bar input { flex: 1; min-width: 0; border: 0; background: transparent; outline: none; font-family: var(--font-d); font-size: clamp(1.2rem, 3vw, 2rem); letter-spacing: -.02em; }
.search__hints { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 16px 0 4px; }
.search__hints span { font-size: 13px; color: var(--muted); }
.search__label { margin: 22px 0 12px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.search__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 10px; }
.search__item { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); transition: border-color .3s, transform .3s var(--ease); animation: fadeUp .5s var(--ease) both; }
.search__item:hover { border-color: var(--ink); transform: translateY(-2px); }
.search__item img { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; }
.search__item b { display: block; font-size: 14px; line-height: 1.3; }
.search__item small { font-weight: 800; color: var(--accent); }
.search__post { display: flex; align-items: center; gap: 8px; padding: 8px 0; font-weight: 600; }
.search__post:hover { color: var(--accent); }
.search__results > .btn { margin-top: 20px; }
.search__none { padding: 32px 0; text-align: center; }

/* ---------- Drawer keranjang ---------- */
.backdrop { position: fixed; inset: 0; z-index: 95; background: rgba(20, 17, 31, .45); opacity: 0; visibility: hidden; transition: opacity .45s, visibility 0s .45s; }
.backdrop.is-open { opacity: 1; visibility: visible; transition: opacity .45s; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 100; width: min(440px, 100%); display: flex; flex-direction: column; background: var(--paper); transform: translateX(105%); transition: transform .65s var(--ease); box-shadow: -30px 0 60px -30px rgba(0, 0, 0, .3); }
.drawer.is-open { transform: none; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.drawer__head h3 { font-family: var(--font-d); font-size: 1.2rem; font-weight: 600; }
.drawer__head h3 span { display: inline-grid; place-items: center; min-width: 26px; height: 26px; padding: 0 8px; margin-left: 6px; border-radius: 999px; background: var(--night); color: var(--ink); font-family: var(--font-b); font-size: 13px; vertical-align: middle; }
.drawer__ship { padding: 14px 24px; background: var(--paper-2); font-size: 13.5px; }
.drawer__ship:empty { display: none; }
.drawer__ship p { display: flex; align-items: center; gap: 8px; margin: 0 0 8px; }
.drawer__ship .ic { width: 18px; height: 18px; color: var(--accent); }
.drawer__body { flex: 1; overflow: auto; padding: 4px 24px; }
.line { display: grid; grid-template-columns: 80px 1fr 32px; gap: 14px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); transition: opacity .3s, transform .3s var(--ease); animation: fadeUp .5s var(--ease) both; }
.line.is-out { opacity: 0; transform: translateX(40px); }
.line__img img { width: 80px; height: 80px; border-radius: 14px; object-fit: cover; }
.line__name { display: block; font-weight: 700; font-size: 14.5px; line-height: 1.3; }
.line__info small { display: block; margin: 2px 0 10px; font-size: 12.5px; color: var(--muted); }
.line__row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.line__row strong { font-size: 14.5px; }
.line__rm { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: var(--muted); transition: background .3s, color .3s; }
.line__rm:hover { background: var(--paper-2); color: var(--accent); }
.line__rm .ic { width: 17px; height: 17px; }
.drawer__foot { padding: 18px 24px 22px; border-top: 1px solid var(--line); background: var(--surface); }
.drawer__foot:empty { display: none; }
.sumrow { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; }
.sumrow strong { font-family: var(--font-d); font-size: 1.3rem; font-weight: 600; }
.sumrow--save { font-size: 13.5px; color: var(--green); font-weight: 600; }
.drawer__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }

.empty { text-align: center; padding: 40px 12px; }
.empty h4 { font-family: var(--font-d); font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; }
.empty p { color: var(--muted); font-size: 14.5px; }
.empty--wide { grid-column: 1 / -1; padding: 60px 12px; }
.empty__planet { position: relative; width: 110px; height: 110px; margin: 0 auto 24px; border-radius: 50%; background: linear-gradient(135deg, var(--accent-2), var(--violet)); animation: bob 5s ease-in-out infinite; }
.empty__planet::after { content: ''; position: absolute; left: -30%; right: -30%; top: 36%; height: 28%; border: 2px solid var(--ink); border-top-color: transparent; border-radius: 50%; transform: rotate(-18deg); }
.empty__planet--xl { width: 170px; height: 170px; }

/* ---------- Modal quick view ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 16px; opacity: 0; visibility: hidden; transition: opacity .4s, visibility 0s .4s; }
.modal.is-open { opacity: 1; visibility: visible; transition: opacity .4s; }
.modal__box { position: relative; width: min(960px, 100%); max-height: 90vh; overflow: auto; background: var(--paper); border-radius: var(--radius-lg); transform: translateY(40px) scale(.96); transition: transform .7s var(--ease); }
.modal.is-open .modal__box { transform: none; }
.modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; background: var(--surface); }
.qv { display: grid; grid-template-columns: 1fr 1fr; }
.qv__media { position: relative; min-height: 460px; background: var(--paper-2); }
.qv__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.qv__media .badge { position: absolute; top: 16px; left: 16px; }
.qv__info { display: grid; gap: 14px; align-content: center; padding: 44px 34px; }
.qv__info h3 { font-family: var(--font-d); font-size: 1.8rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.1; }
.qv__info > p:not(.eyebrow) { color: var(--muted); font-size: 15px; margin: 0; }
.qv__rate { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); }
.qv__btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }

/* ---------- Toast ---------- */
.toasts { position: fixed; left: 50%; bottom: 20px; z-index: 300; display: grid; gap: 8px; width: min(420px, calc(100% - 24px)); transform: translateX(-50%); pointer-events: none; }
.toast { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 10px; border-radius: 18px; background: var(--night); color: var(--ink); box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5); pointer-events: auto; opacity: 0; transform: translateY(24px) scale(.95); transition: opacity .45s, transform .6s var(--ease); }
.toast.is-in { opacity: 1; transform: none; }
.toast.is-out { opacity: 0; transform: translateY(-12px) scale(.97); }
.toast > img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
.toast__ic { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); }
.toast__ic .ic { width: 20px; height: 20px; }
.toast--warn .toast__ic { background: var(--accent); color: #fff; }
.toast > div { flex: 1; min-width: 0; }
.toast b { display: block; font-size: 14px; }
.toast small { display: block; font-size: 12.5px; opacity: .7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.toast a { padding: 8px; font-size: 13.5px; font-weight: 800; color: var(--lime); }

/* ---------- Kembali ke atas ---------- */
.totop { position: fixed; right: 20px; bottom: 20px; z-index: 50; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); box-shadow: 0 10px 30px -10px rgba(20, 17, 31, .35); opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .4s, transform .5s var(--ease), background .3s; }
.totop.is-show { opacity: 1; transform: none; pointer-events: auto; }
.totop:hover { background: var(--lime); }
.totop > svg:first-child { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); fill: none; stroke-width: 2.5; }
.totop > svg:first-child circle { stroke: var(--line); }
.totop > svg:first-child .totop__ring { stroke: var(--accent); stroke-linecap: round; }
.totop .ic { position: relative; width: 20px; height: 20px; }
body[data-page="product"] .totop { bottom: 92px; }

/* ---------- Footer ---------- */
.footer { position: relative; overflow: hidden; margin-top: 40px; padding-top: clamp(56px, 8vw, 100px); background: var(--night); color: var(--ink); border-radius: clamp(24px, 4vw, 48px) clamp(24px, 4vw, 48px) 0 0; }
.footer__cta { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; padding-bottom: 56px; border-bottom: 1px solid var(--line-dark); }
.footer__big { font-family: var(--font-d); font-size: clamp(2.4rem, 6.5vw, 5.6rem); font-weight: 700; line-height: .98; letter-spacing: -.045em; margin-top: 12px; }
.subscribe p { opacity: .75; margin-bottom: 16px; }
.subscribe b { color: var(--lime); }
.subscribe__row { display: flex; gap: 8px; padding: 6px; border-radius: 999px; background: rgba(255, 255, 255, .06); border: 1px solid var(--line-dark); transition: border-color .3s; }
.subscribe__row:focus-within { border-color: var(--lime); }
.subscribe__row input { flex: 1; min-width: 0; padding: 0 18px; border: 0; background: transparent; color: var(--ink); outline: none; }
.subscribe__row input::placeholder { color: rgba(255, 255, 255, .45); }
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; padding: 56px 0; }
.footer h4 { font-size: 12.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .5; margin-bottom: 16px; }
.footer__grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: 14.5px; }
.footer__grid ul a { opacity: .85; transition: color .3s, opacity .3s; }
.footer__grid ul a:hover { color: var(--lime); opacity: 1; }
.footer__brand p { max-width: 36ch; margin: 18px 0; font-size: 14.5px; line-height: 1.7; opacity: .65; }
.socials { display: flex; gap: 8px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-dark); transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease); }
.socials a:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); transform: translateY(-3px); }
.socials .ic { width: 18px; height: 18px; }
.footer__contact li { display: flex; align-items: center; gap: 10px; }
.footer__contact .ic { width: 18px; height: 18px; opacity: .55; }
.footer__chips { display: grid; gap: 12px; padding: 24px 0; border-top: 1px solid var(--line-dark); }
.footer__chips > div { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.footer__label { min-width: 104px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .5; }
.footer .chip { background: transparent; border-color: var(--line-dark); color: var(--ink); font-size: 12px; padding: 5px 10px; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line-dark); font-size: 13.5px; opacity: .75; }
.footer__bottom a { text-decoration: underline; text-underline-offset: 3px; }
.totop-link { display: inline-flex; align-items: center; gap: 6px; }
.totop-link .ic { width: 16px; height: 16px; }
.footer__word { margin-bottom: -3.2vw; font-family: var(--font-d); font-weight: 800; font-size: 15.2vw; line-height: .85; letter-spacing: -.05em; text-align: center; white-space: nowrap; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .14); user-select: none; transition: -webkit-text-stroke-color .6s; }
.footer:hover .footer__word { -webkit-text-stroke-color: rgba(214, 242, 90, .35); }

/* ---------- Kartu produk ---------- */
.p-card { position: relative; }
.p-card__media { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--paper-2); transition: transform .5s var(--ease), box-shadow .5s; }
.p-card__media::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .35), transparent 50%); opacity: 0; transition: opacity .4s; }
.p-card:hover .p-card__media { box-shadow: var(--shadow); }
.p-card:hover .p-card__media::after { opacity: 1; }
.p-card__img { position: absolute; inset: 0; }
.p-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.p-card:hover .p-card__img img { transform: scale(1.08); }
.p-card__badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; pointer-events: none; }
.p-card__wish { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(8, 18, 44, .88); color: var(--ink); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: transform .3s var(--ease), color .3s; }
.p-card__wish:hover { transform: scale(1.1); }
.p-card__wish .ic, .pd__wish .ic { width: 19px; height: 19px; }
.p-card__wish.is-on, .pd__wish.is-on { color: var(--accent); }
.p-card__wish.is-on .ic, .pd__wish.is-on .ic { fill: currentColor; animation: heart .5s var(--ease); }
.p-card__actions { position: absolute; left: 10px; right: 10px; bottom: 10px; display: flex; gap: 8px; transform: translateY(calc(100% + 14px)); transition: transform .55s var(--ease); }
.p-card:hover .p-card__actions, .p-card:focus-within .p-card__actions { transform: none; }
.p-card__body { padding: 14px 4px 0; }
.p-card__meta { display: flex; justify-content: space-between; gap: 8px; font-size: 12.5px; color: var(--muted); }
.p-card__meta > span:first-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.p-card__rate { display: inline-flex; align-items: center; gap: 3px; white-space: nowrap; }
.p-card__rate .ic { width: 13px; height: 13px; color: #FFB020; fill: #FFB020; }
.p-card__title { margin: 6px 0; font-size: 15.5px; font-weight: 700; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.p-card__title a { background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .5s var(--ease); }
.p-card__title a:hover { background-size: 100% 1px; }
.stockbar { margin-top: 10px; }
.stockbar > span { position: relative; display: block; height: 6px; border-radius: 99px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.stockbar > span::after { content: ''; position: absolute; inset: 0 auto 0 0; width: var(--w); border-radius: inherit; background: linear-gradient(90deg, var(--accent-2), var(--accent)); transform-origin: left; animation: grow 1.4s var(--ease) both; }
.stockbar em { display: block; margin-top: 6px; font-size: 12px; font-style: normal; font-weight: 700; color: var(--muted); }
.stockbar.is-low em { color: var(--accent); }

.grid-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px 20px; transition: opacity .25s, transform .25s; }
.grid-products--shop { grid-template-columns: repeat(3, 1fr); }
.grid-products.is-switching { opacity: 0; transform: translateY(12px); }
.grid-products.is-list { grid-template-columns: 1fr; gap: 16px; }
.grid-products.is-list .p-card { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: center; padding: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.grid-products.is-list .p-card__actions { transform: none; }
.grid-products.is-list .p-card__actions .btn span { display: none; }
.grid-products.is-list .p-card__title { font-size: 18px; }

.rail { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; padding: 8px max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))) 24px; scroll-padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))); }
.rail::-webkit-scrollbar { display: none; }
.rail.is-drag { cursor: grabbing; scroll-snap-type: none; }
.rail.is-drag a, .rail.is-drag img { pointer-events: none; }
.p-card--rail { flex: 0 0 clamp(230px, 23vw, 290px); scroll-snap-align: start; }
.rail-nav { display: flex; gap: 8px; }

@media (hover: none) {
  .p-card__actions { transform: none; }
  .p-card__actions .btn span { display: none; }
}

/* ===== home.css ===== */
/* =========================================================
   PLANET88BIG — Beranda
   ========================================================= */

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(24px, 4vw, 48px) 0 clamp(72px, 8vw, 110px); }
.hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; animation: drift 18s ease-in-out infinite; }
.blob--1 { width: 520px; height: 520px; right: -80px; top: -120px; background: #2F7BFF; }
.blob--2 { width: 420px; height: 420px; left: -160px; bottom: -120px; background: #4F6EFF; animation-delay: -6s; }
.blob--3 { width: 260px; height: 260px; left: 42%; top: 30%; background: #6FE3FF; animation-delay: -12s; opacity: .45; }
.grain { position: absolute; inset: 0; opacity: .08; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero__chip { display: inline-flex; align-items: center; gap: 10px; margin: 0; padding: 8px 16px 8px 12px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: 14px; font-weight: 600; box-shadow: 0 8px 24px -16px rgba(20, 17, 31, .3); }
.hero__chip b { font-family: var(--font-d); font-weight: 600; color: var(--accent); }
.live { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.live::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--accent); animation: ping 1.6s ease-out infinite; }
.hero__title { margin: 22px 0 20px; font-family: var(--font-d); font-size: clamp(2.5rem, 5.4vw, 4.6rem); font-weight: 700; line-height: 1; letter-spacing: -.045em; }
.hero__lead { max-width: 520px; font-size: clamp(16px, 1.4vw, 18.5px); color: var(--ink-2); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 16px 44px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero__stats dt { font-family: var(--font-d); font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 600; letter-spacing: -.03em; line-height: 1.1; }
.hero__stats dt small { font-size: .5em; opacity: .5; }
.hero__stats dd { font-size: 13.5px; color: var(--muted); }

.hero__visual { position: relative; width: 100%; max-width: 600px; aspect-ratio: 1; margin-inline: auto; container-type: inline-size; }
.orbit-path { position: absolute; inset: 3%; border-radius: 50%; border: 1.5px dashed rgba(255, 255, 255, .18); animation: spin 90s linear infinite; }
.planet { position: absolute; inset: 19%; transition: translate .6s var(--ease); }
.planet__glow { position: absolute; inset: -14%; border-radius: 50%; background: radial-gradient(circle, rgba(47, 123, 255, .5), rgba(79, 110, 255, .25) 45%, transparent 68%); filter: blur(24px); animation: pulse 6s ease-in-out infinite; }
.planet__body { position: absolute; inset: 0; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, var(--accent-2), var(--violet)); box-shadow: 0 40px 80px -30px rgba(79, 110, 255, .6); }
.planet__body img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); transition: transform 1.4s var(--ease); }
.hero__visual:hover .planet__body img { transform: scale(1.2); }
.planet__body::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 30% 25%, transparent 35%, rgba(20, 17, 31, .55) 100%), linear-gradient(135deg, rgba(47, 123, 255, .28), rgba(79, 110, 255, .35)); }
.planet__ring { position: absolute; left: -24%; right: -24%; top: 38%; height: 26%; border: 3px solid var(--ink); border-top-color: transparent; border-radius: 50%; transform: rotate(-16deg); }
.planet__ring::after { content: ''; position: absolute; inset: 10px 26px; border: 1.5px dashed rgba(255, 255, 255, .35); border-top-color: transparent; border-radius: 50%; }

.orbit { position: absolute; inset: 0; transition: translate .6s var(--ease); pointer-events: none; }
.orbit__ring { position: absolute; inset: 0; animation: spin 60s linear infinite; }
.orbit__item { --r: 47cqw; position: absolute; left: 50%; top: 50%; width: 0; height: 0; pointer-events: auto; transform: rotate(var(--a)) translateX(var(--r)) rotate(calc(var(--a) * -1)); }
.orbit__card { position: absolute; translate: -50% -50%; display: flex; align-items: center; gap: 10px; padding: 7px 16px 7px 7px; border-radius: 999px; background: rgba(8, 18, 44, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 14px 34px -14px rgba(20, 17, 31, .4); white-space: nowrap; animation: spin 60s linear infinite reverse; transition: background .3s, color .3s; }
.orbit__card img { width: 42px; height: 42px; max-width: none; flex-shrink: 0; border-radius: 50%; object-fit: cover; }
.orbit__card b { display: block; font-size: 13px; line-height: 1.2; }
.orbit__card small { font-size: 12px; font-weight: 800; color: var(--accent); }
.orbit__item:hover .orbit__card { background: var(--night); color: var(--ink); }
.hero__visual:hover .orbit__ring, .hero__visual:hover .orbit__card, .hero__visual:hover .orbit-path { animation-play-state: paused; }

.float { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 16px 11px 11px; border-radius: 18px; background: rgba(8, 18, 44, .8); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 18px 40px -18px rgba(20, 17, 31, .35); animation: bob 6s ease-in-out infinite; transition: translate .6s var(--ease); }
.float b { display: block; font-size: 14px; line-height: 1.2; }
.float small { font-size: 12px; color: var(--muted); }
.float > .ic { width: 40px; height: 40px; padding: 9px; border-radius: 12px; background: var(--night); color: var(--lime); }
.float--1 { left: -4%; bottom: 16%; }
.float--2 { right: -6%; top: 8%; animation-delay: -3s; }
.avatars { display: flex; }
.avatars span { width: 30px; height: 30px; margin-left: -8px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--surface); font-size: 10px; font-weight: 800; color: #fff; background: var(--accent); }
.avatars span:first-child { margin-left: 0; background: var(--violet); }
.avatars span:last-child { background: var(--green); }
.sticker { position: absolute; right: 2%; bottom: 4%; width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); box-shadow: 0 18px 40px -18px rgba(20, 17, 31, .4); transition: translate .6s var(--ease), transform .4s var(--ease); }
.sticker:hover { transform: scale(1.08) rotate(-8deg); }
.sticker svg, .promo__sticker svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 14s linear infinite; }
.sticker text, .promo__sticker text { font-size: 10.5px; font-weight: 800; letter-spacing: .12em; fill: currentColor; }
.sticker b { font-family: var(--font-d); font-size: 22px; font-weight: 700; letter-spacing: -.04em; }

.hero__scroll { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); display: grid; justify-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.hero__scroll span { position: relative; width: 1.5px; height: 40px; background: var(--line); overflow: hidden; }
.hero__scroll span::after { content: ''; position: absolute; inset: 0; background: var(--night); animation: scrollDot 1.8s var(--ease-io) infinite; }

/* ---------- Brand & USP ---------- */
.brands { overflow: hidden; padding: 24px 0; background: var(--night); color: var(--ink); transform: rotate(-1.5deg); margin: 0 -20px; }
.brands__track { display: flex; align-items: center; gap: 36px; width: max-content; animation: marquee 45s linear infinite; }
.brands__track span { font-family: var(--font-d); font-size: clamp(1.4rem, 2.6vw, 2.2rem); font-weight: 600; letter-spacing: -.02em; white-space: nowrap; }
.brands__track span:nth-child(4n + 1) { color: transparent; -webkit-text-stroke: 1.2px var(--ink); }
.brands__track i { font-style: normal; font-size: 1.4rem; color: var(--accent); }
.brands:hover .brands__track { animation-play-state: paused; }

.usp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-block: 56px 8px; }
.usp__item { display: flex; align-items: center; gap: 14px; }
.usp__item > .ic { width: 50px; height: 50px; padding: 12px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); color: var(--accent); transition: transform .5s var(--ease), background .3s, color .3s; }
.usp__item:hover > .ic { transform: rotate(-10deg) scale(1.08); background: var(--night); color: var(--lime); }
.usp__item b { display: block; font-size: 15px; }
.usp__item small { font-size: 13px; color: var(--muted); }
.usp__item small a { text-decoration: underline; }
.usp--boxed { padding: 24px; margin-block: 24px 80px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.usp--boxed .usp__item > .ic { background: var(--paper); }

/* ---------- Kategori bento ---------- */
.cats { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 16px; }
.cat { position: relative; isolation: isolate; display: block; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--night); }
.cat--1 { grid-column: span 2; grid-row: span 2; }
.cat--2, .cat--5 { grid-column: span 2; }
.cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.3s var(--ease); }
.cat:hover img { transform: scale(1.08); }
.cat__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255, 255, 255, .05) 25%, rgba(20, 17, 31, .82)); }
.cat__shade::after { content: ''; position: absolute; inset: 0; background: var(--c); opacity: 0; mix-blend-mode: multiply; transition: opacity .6s; }
.cat:hover .cat__shade::after { opacity: .45; }
.cat__body { position: absolute; left: 24px; right: 76px; bottom: 22px; display: grid; gap: 2px; }
.cat__body small { font-size: 12px; font-weight: 700; opacity: .8; letter-spacing: .04em; }
.cat__body b { font-family: var(--font-d); font-size: clamp(1.3rem, 2.2vw, 2rem); font-weight: 600; letter-spacing: -.03em; line-height: 1.1; }
.cat--1 .cat__body b { font-size: clamp(1.8rem, 3.6vw, 3.2rem); }
.cat__body em { font-style: normal; font-size: 14px; opacity: 0; transform: translateY(10px); transition: opacity .5s, transform .6s var(--ease); }
.cat:hover .cat__body em { opacity: .9; transform: none; }
.cat__go { position: absolute; right: 18px; bottom: 18px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--surface); color: var(--ink); transition: background .4s, transform .6s var(--ease); }
.cat:hover .cat__go { background: var(--lime); transform: rotate(45deg); }

/* ---------- Manifesto ---------- */
.manifesto { padding-block: clamp(40px, 8vw, 100px); }
.manifesto__text { max-width: 1100px; margin: 12px 0 0; font-family: var(--font-d); font-size: clamp(1.5rem, 3.6vw, 3rem); font-weight: 500; line-height: 1.22; letter-spacing: -.03em; }

/* ---------- Flash sale ---------- */
.flash { position: relative; overflow: hidden; margin-inline: clamp(0px, 1.5vw, 20px); border-radius: clamp(24px, 4vw, 48px); background: var(--night); color: var(--ink); }
.flash__glow { position: absolute; width: 700px; height: 700px; right: -200px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(47, 123, 255, .45), transparent 65%); pointer-events: none; animation: pulse 8s ease-in-out infinite; }
.flash .h2 em { color: var(--lime); }
.flash__head { position: relative; display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 32px; margin-bottom: 36px; }
.cd { display: flex; align-items: center; gap: 8px; }
.cd__label { margin-right: 6px; font-size: 13px; font-weight: 600; opacity: .7; }
.cd__box { min-width: 66px; padding: 10px 8px; text-align: center; border-radius: 14px; background: rgba(255, 255, 255, .08); border: 1px solid var(--line-dark); }
.cd__box b { font-family: var(--font-d); font-size: 1.7rem; font-weight: 600; line-height: 1.1; }
.cd__box small { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .55; }
.cd > i { font-style: normal; font-family: var(--font-d); opacity: .45; }
.cd--ink { padding: 12px 16px; border-radius: 20px; background: var(--night); color: var(--ink); }
.flash .p-card__meta { color: rgba(255, 255, 255, .6); }
.flash .price del { color: rgba(255, 255, 255, .5); }
.flash .stockbar > span { background: rgba(255, 255, 255, .14); }
.flash .stockbar em { color: rgba(255, 255, 255, .6); }
.flash .stockbar.is-low em { color: var(--lime); }
.flash .p-card__media { background: var(--ink-3); }
.flash__foot { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-top: 16px; }
.flash__foot p { margin: 0; opacity: .7; font-size: 14.5px; }
.flash__foot b { color: var(--lime); }

/* ---------- Promo ---------- */
.promo { padding-block: 16px clamp(48px, 7vw, 90px); }
.promo__card { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 440px; overflow: hidden; border-radius: var(--radius-lg); background: var(--violet); color: #fff; }
.promo__img { position: relative; overflow: hidden; }
.promo__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 64px); }
.promo__title { margin: 8px 0 16px; font-family: var(--font-d); font-size: clamp(1.8rem, 3.4vw, 2.9rem); font-weight: 700; line-height: 1.05; letter-spacing: -.035em; }
.promo__title em { color: var(--lime); }
.promo__body > p:not(.eyebrow) { opacity: .85; max-width: 46ch; }
.promo__code { display: inline-flex; align-items: center; align-self: flex-start; gap: 14px; margin-top: 8px; padding: 7px 7px 7px 22px; border-radius: 999px; border: 1.5px dashed rgba(255, 255, 255, .55); }
.promo__code span { font-family: var(--font-d); font-size: 20px; font-weight: 600; letter-spacing: .12em; }
.promo__sticker { position: absolute; left: 50%; top: 50%; width: 130px; height: 130px; display: grid; place-items: center; translate: -50% -50%; border-radius: 50%; background: var(--lime); color: var(--ink); box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .4); }
.promo__sticker b { font-family: var(--font-d); font-size: 26px; font-weight: 700; }

/* ---------- Koleksi bertumpuk ---------- */
.stack { display: grid; }
.stack__card { position: sticky; top: calc(96px + var(--i) * 26px); display: grid; grid-template-columns: 1fr 1fr; min-height: min(76vh, 620px); margin-bottom: 40px; overflow: hidden; border-radius: var(--radius-lg); background: var(--bg); color: #fff; transform: scale(var(--s, 1)); transform-origin: 50% 0; box-shadow: 0 -24px 60px -30px rgba(0, 0, 0, .35); }
.stack__card::after { content: ''; position: absolute; inset: 0; background: #000; opacity: var(--b, 0); pointer-events: none; }
.stack__media { position: relative; overflow: hidden; }
.stack__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stack__info { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: clamp(26px, 4vw, 56px); }
.stack__info h3 { font-family: var(--font-d); font-size: clamp(1.8rem, 3.2vw, 2.9rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.02; }
.stack__desc { opacity: .88; margin: 0; max-width: 46ch; }
.bundle { display: grid; gap: 8px; }
.bundle a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 14px; padding: 8px 14px 8px 8px; border-radius: 16px; background: rgba(255, 255, 255, .13); transition: background .3s, transform .45s var(--ease); }
.bundle a:hover { background: rgba(255, 255, 255, .24); transform: translateX(6px); }
.bundle img { width: 52px; height: 52px; border-radius: 12px; object-fit: cover; }
.bundle b { display: block; font-size: 14px; line-height: 1.3; }
.bundle small { font-size: 12.5px; opacity: .75; }
.bundle strong { font-size: 14px; white-space: nowrap; }
.stack__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-top: 8px; }
.stack__foot del { display: block; font-size: 14px; opacity: .7; }
.stack__foot strong { display: block; font-family: var(--font-d); font-size: 1.6rem; font-weight: 600; line-height: 1.1; }
.stack__foot small { font-size: 12.5px; opacity: .8; }

/* ---------- Kenapa kami ---------- */
.why { margin-inline: clamp(0px, 1.5vw, 20px); border-radius: clamp(24px, 4vw, 48px); background: var(--night); color: var(--ink); }
.why .h2 em { color: var(--lime); }
.why__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.why__intro p:not(.eyebrow) { margin: 18px 0 28px; opacity: .72; max-width: 44ch; }
.why__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why__card { padding: 28px; border-radius: var(--radius); background: rgba(255, 255, 255, .05); border: 1px solid var(--line-dark); transition: background .4s, transform .5s var(--ease); }
.why__card:hover { background: rgba(255, 255, 255, .09); transform: translateY(-4px); }
.why__card > .ic { width: 44px; height: 44px; padding: 10px; border-radius: 12px; background: rgba(214, 242, 90, .12); color: var(--lime); }
.why__card h3 { margin: 18px 0 8px; font-family: var(--font-d); font-size: 1.1rem; font-weight: 600; }
.why__card p { margin: 0; font-size: 14.5px; opacity: .68; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 72px; padding-top: 48px; border-top: 1px solid var(--line-dark); }
.stats-row b { display: block; font-family: var(--font-d); font-size: clamp(2rem, 4.6vw, 3.8rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.05; }
.stats-row small { font-size: 14px; opacity: .6; }
.stats-row--flat { margin: 0; padding: 0; border: 0; }
.why--compact { padding-block: clamp(40px, 6vw, 72px); }

/* ---------- Testimoni ---------- */
.testi__viewport { overflow: hidden; margin: -10px; padding: 10px; }
.testi__track { display: flex; gap: 24px; transition: transform .9s var(--ease); }
.testi__card { flex: 0 0 calc((100% - 48px) / 3); display: flex; flex-direction: column; padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); transition: box-shadow .4s, transform .5s var(--ease); }
.testi__card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.testi__card blockquote { flex: 1; margin: 16px 0 24px; font-size: 16.5px; line-height: 1.65; }
.testi__card figcaption { display: flex; align-items: center; gap: 12px; }
.testi__card figcaption b { display: block; font-size: 15px; }
.testi__card figcaption small { font-size: 12.5px; color: var(--muted); }
.testi__prod { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 8px 14px 8px 8px; border-radius: 14px; background: var(--paper); font-size: 13.5px; font-weight: 700; transition: background .3s, color .3s; }
.testi__prod:hover { background: var(--night); color: var(--ink); }
.testi__prod img { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; }
.testi__prod small { display: block; font-size: 11px; font-weight: 600; opacity: .6; }
.testi__prod .ic { margin-left: auto; width: 18px; height: 18px; }
.testi__dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.testi__dots button { width: 8px; height: 8px; border-radius: 99px; background: var(--line); transition: width .5s var(--ease), background .3s; }
.testi__dots button.is-active { width: 30px; background: var(--accent); }

/* ---------- Artikel ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 24px; transition: opacity .25s, transform .25s; }
.posts.is-switching { opacity: 0; transform: translateY(12px); }
.posts--2 { grid-template-columns: repeat(2, 1fr); }
.posts--home { grid-template-columns: 1.3fr 1fr; gap: 24px 40px; }
.posts--home .post--big { grid-row: span 2; }
.posts--home .post:not(.post--big) { display: grid; grid-template-columns: 200px 1fr; gap: 20px; align-items: center; }
.post__img { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 11; border-radius: var(--radius); background: var(--paper-2); }
.post--big .post__img { aspect-ratio: 4 / 3; }
.post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.post:hover .post__img img { transform: scale(1.06); }
.post__body { padding-top: 16px; }
.posts--home .post:not(.post--big) .post__body { padding-top: 0; }
.post__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; font-size: 13px; color: var(--muted); }
.post h3 { margin: 10px 0 12px; font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
.post--big h3 { font-family: var(--font-d); font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.15; }
.post h3 a { transition: color .3s; }
.post h3 a:hover { color: var(--accent); }
.post__body > p { color: var(--muted); }

/* ===== pages.css ===== */
/* =========================================================
   PLANET88BIG — Halaman dalam
   ========================================================= */

/* ---------- Page hero ---------- */
.page-hero { position: relative; overflow: hidden; padding: 28px 0 40px; }
.page-hero__deco { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.page-hero__deco span { position: absolute; right: -140px; top: -240px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #5CC8FF, #2F7BFF 70%); opacity: .16; filter: blur(8px); animation: drift 20s ease-in-out infinite; }
.page-hero__deco::after { content: ''; position: absolute; right: -60px; top: 20px; width: 520px; height: 140px; border: 1.5px solid rgba(255, 255, 255, .12); border-radius: 50%; transform: rotate(-18deg); }
.page-hero__row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.page-hero--sm { padding-bottom: 12px; }
.page-hero--center { text-align: center; }
.page-hero--center .crumb { justify-content: center; }
.page-hero--center .page-sub { margin-inline: auto; }
.page-title { margin: 16px 0 10px; font-family: var(--font-d); font-size: clamp(2rem, 4.6vw, 3.6rem); font-weight: 700; line-height: 1.02; letter-spacing: -.04em; }
.page-title--xl { font-size: clamp(2.4rem, 6.2vw, 5.2rem); }
.page-title--xxl { max-width: 17ch; font-size: clamp(2.4rem, 6.6vw, 6rem); }
.page-sub { max-width: 620px; margin: 0; font-size: 17px; color: var(--muted); }
.crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13.5px; color: var(--muted); }
.crumb .ic { width: 14px; height: 14px; }
.crumb a:hover { color: var(--ink); }
.crumb span { color: var(--ink); font-weight: 600; }
.pd-crumb, #pd > .crumb { margin-block: 12px 24px; }

/* ---------- Katalog ---------- */
.shop { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; padding-block: 16px 40px; }
.filters { position: sticky; top: 92px; max-height: calc(100vh - 110px); overflow: auto; padding-right: 8px; scrollbar-width: thin; }
.filters__head { display: none; justify-content: space-between; align-items: center; }
.filters__head h3 { font-family: var(--font-d); font-size: 1.2rem; }
.filters-backdrop { display: none; }
.fgroup { padding: 18px 0; border-bottom: 1px solid var(--line); }
.fgroup:first-of-type { padding-top: 0; }
.fgroup h4 { margin-bottom: 12px; font-size: 12.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.checks { display: grid; gap: 2px; }
.check { position: relative; display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: 10px; font-size: 14.5px; cursor: pointer; transition: background .25s; }
.check:hover { background: var(--paper-2); }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check__box { position: relative; width: 20px; height: 20px; flex-shrink: 0; border: 1.5px solid rgba(255, 255, 255, .35); border-radius: 6px; transition: background .25s, border-color .25s; }
.check__box--round { border-radius: 50%; }
.check input:checked + .check__box { background: var(--night); border-color: var(--ink); }
.check input:checked + .check__box::after { content: ''; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border: solid var(--lime); border-width: 0 2px 2px 0; transform: rotate(45deg); animation: pop .3s; }
.check input:checked + .check__box--round::after { left: 5px; top: 5px; width: 7px; height: 7px; border: 0; border-radius: 50%; background: var(--lime); transform: none; }
.check input:focus-visible + .check__box { outline: 2px solid var(--accent); outline-offset: 2px; }
.check em { margin-left: auto; font-style: normal; font-size: 12.5px; color: var(--muted); }
.price-in { display: flex; align-items: center; gap: 8px; }
.price-in input { width: 100%; min-width: 0; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--surface); }
.price-in input:focus { outline: none; border-color: var(--ink); }
.chips-wrap { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.filters > .btn { margin-top: 18px; }
.filters__promo { display: grid; justify-items: start; gap: 4px; margin-top: 18px; padding: 20px; border-radius: 20px; background: var(--violet); color: #fff; }
.filters__promo b { font-family: var(--font-d); font-weight: 600; }
.filters__promo small { opacity: .85; margin-bottom: 8px; }
.toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 14px; }
.filters-btn { display: none; }
.toolbar__count { color: var(--muted); font-size: 14.5px; }
.toolbar__count b { color: var(--ink); }
.toolbar__right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.select { position: relative; }
.select select { appearance: none; -webkit-appearance: none; padding: 10px 40px 10px 16px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--surface); font-weight: 600; font-size: 14px; cursor: pointer; }
.select .ic { position: absolute; right: 14px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); pointer-events: none; }
.view { display: flex; padding: 3px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--surface); }
.view button { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; transition: background .3s, color .3s; }
.view button.is-active { background: var(--night); color: var(--ink); }
.view .ic { width: 17px; height: 17px; }
.active-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 22px; }
.active-chips:empty { margin: 0; }

/* ---------- Detail produk ---------- */
.pd { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.pd__gallery { position: sticky; top: 92px; display: grid; grid-template-columns: 84px 1fr; gap: 14px; }
.pd__thumbs { display: flex; flex-direction: column; gap: 10px; order: -1; }
.pd__thumbs button { width: 84px; aspect-ratio: 1; overflow: hidden; border-radius: 14px; border: 2px solid transparent; opacity: .55; transition: opacity .3s, border-color .3s, transform .4s var(--ease); }
.pd__thumbs button:hover { opacity: 1; transform: translateY(-2px); }
.pd__thumbs button.is-active { opacity: 1; border-color: var(--ink); }
.pd__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pd__main { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-lg); background: var(--paper-2); cursor: zoom-in; }
.pd__main img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), opacity .25s; }
.pd__main.is-zoom img { transform: scale(1.9); }
.pd__main img.is-swap { opacity: 0; }
.pd__info { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.pd__info > * { width: 100%; }
.pd__info > .chip { width: auto; }
.pd__title { font-family: var(--font-d); font-size: clamp(1.9rem, 3.4vw, 2.9rem); font-weight: 700; line-height: 1.05; letter-spacing: -.035em; }
.pd__rate { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 14px; }
.pd__rate a { text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.pd__rate > span:last-child { color: var(--muted); }
.pd__rate > span:last-child::before { content: '•'; margin-right: 10px; }
.pd__price { padding: 20px 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.pd__price small { display: block; margin-top: 8px; font-size: 13.5px; color: var(--muted); }
.pd__price small b { color: var(--ink); }
.pd__flash { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-radius: 16px; background: var(--night); color: var(--ink); font-weight: 600; font-size: 14px; }
.pd__flash > .ic { color: var(--lime); }
.pd__flash > span { margin-right: auto; }
.pd__flash b { font-family: var(--font-d); font-weight: 600; padding: 4px 8px; border-radius: 8px; background: rgba(255, 255, 255, .1); }
.pd__form { display: grid; gap: 18px; }
.pd__form fieldset { border: 0; margin: 0; padding: 0; }
.pd__form legend { margin-bottom: 10px; font-size: 14px; color: var(--muted); }
.pd__form legend b { color: var(--ink); }
.swatches, .sizes { display: flex; flex-wrap: wrap; gap: 10px; }
.swatch, .size { position: relative; cursor: pointer; }
.swatch input, .size input { position: absolute; opacity: 0; pointer-events: none; }
.swatch span { display: block; width: 38px; height: 38px; border-radius: 50%; background: var(--sw); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12); outline: 2px solid transparent; outline-offset: 3px; transition: outline-color .3s, transform .3s var(--ease); }
.swatch:hover span { transform: scale(1.08); }
.swatch input:checked + span { outline-color: var(--ink); }
.swatch input:focus-visible + span, .size input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }
.size span { display: grid; place-items: center; min-width: 54px; height: 44px; padding: 0 12px; border: 1.5px solid var(--line); border-radius: 12px; font-weight: 700; background: var(--surface); transition: all .25s; }
.size:hover span { border-color: var(--ink); }
.size input:checked + span { background: var(--night); color: var(--ink); border-color: var(--ink); }
.need-size .sizes { animation: shake .45s; }
.need-size .size span { border-color: var(--accent); }
.pd__buy { display: flex; gap: 10px; }
.pd__buy .qty { flex-shrink: 0; }
.perks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.perks li { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); }
.perks .ic { width: 22px; height: 22px; color: var(--accent); margin-top: 2px; }
.perks b { display: block; font-size: 14px; }
.perks small { font-size: 12.5px; color: var(--muted); }

.pd-tabs { margin-top: clamp(56px, 8vw, 96px); scroll-margin-top: 90px; }
.tabs { position: relative; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--line); }
.tabs::-webkit-scrollbar { display: none; }
.tabs button { padding: 16px 18px; font-weight: 700; color: var(--muted); white-space: nowrap; transition: color .3s; }
.tabs button.is-active, .tabs button:hover { color: var(--ink); }
.tabs__ind { position: absolute; left: 0; bottom: 0; height: 3px; width: 0; border-radius: 3px; background: var(--accent); transition: transform .55s var(--ease), width .55s var(--ease); }
.panel { display: none; padding: 36px 0; }
.panel.is-active { display: block; animation: fadeUp .6s var(--ease); }
.panel__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.panel h3 { margin-bottom: 12px; font-family: var(--font-d); font-size: 1.25rem; font-weight: 600; }
.spec { width: 100%; max-width: 820px; border-collapse: collapse; background: var(--surface); border-radius: var(--radius); overflow: hidden; }
.spec th, .spec td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15px; }
.spec th { width: 34%; color: var(--muted); font-weight: 600; }
.spec tr:last-child th, .spec tr:last-child td { border-bottom: 0; }
.spec a { text-decoration: underline; }
.note { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--muted); font-size: 14.5px; }
.reviews { display: grid; grid-template-columns: 320px 1fr; gap: 48px; }
.reviews__sum strong { display: block; font-family: var(--font-d); font-size: 4rem; font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.reviews__sum small { display: block; margin-top: 6px; color: var(--muted); }
.bars { display: grid; gap: 8px; margin-top: 20px; }
.bars div { display: grid; grid-template-columns: 14px 1fr 40px; align-items: center; gap: 10px; font-size: 13px; }
.bars i { height: 8px; border-radius: 99px; background: var(--paper-2); overflow: hidden; }
.bars b { display: block; height: 100%; width: var(--w); border-radius: inherit; background: var(--accent); transform-origin: left; animation: grow 1.2s var(--ease) both; }
.bars em { font-style: normal; color: var(--muted); }
.review { padding: 20px 0; border-bottom: 1px solid var(--line); }
.review:first-child { padding-top: 0; }
.review header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review header b { display: block; font-size: 15px; }
.review header small { font-size: 12.5px; color: var(--muted); }
.review header .stars { margin-left: auto; }
.review p { margin: 0; }

.fbt { margin-top: 24px; }
.fbt__wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; padding: 28px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); }
.fbt__items { flex: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.fbt__item { position: relative; cursor: pointer; }
.fbt__item input { position: absolute; opacity: 0; }
.fbt__card { position: relative; display: grid; gap: 4px; width: 158px; padding: 10px; border-radius: 18px; border: 2px solid var(--ink); transition: opacity .3s, border-color .3s, transform .4s var(--ease); }
.fbt__card::after { content: '✓'; position: absolute; top: 16px; right: 16px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--night); color: var(--lime); font-size: 13px; font-weight: 800; }
.fbt__item:hover .fbt__card { transform: translateY(-3px); }
.fbt__item.is-off .fbt__card { opacity: .45; border-color: var(--line); }
.fbt__item.is-off .fbt__card::after { content: ''; background: var(--surface); border: 2px solid var(--line); }
.fbt__item input:focus-visible + .fbt__card { outline: 2px solid var(--accent); outline-offset: 3px; }
.fbt__card img { width: 100%; aspect-ratio: 1; border-radius: 12px; object-fit: cover; }
.fbt__card b { font-size: 13px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fbt__card small { font-weight: 800; }
.fbt__plus { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-2); }
.fbt__plus .ic { width: 16px; height: 16px; }
.fbt__total { display: grid; gap: 6px; min-width: 220px; }
.fbt__total small { color: var(--muted); }
.fbt__total strong { font-family: var(--font-d); font-size: 1.8rem; font-weight: 600; letter-spacing: -.03em; }

.sticky-buy { position: fixed; left: 50%; bottom: 16px; z-index: 60; width: min(640px, calc(100% - 24px)); display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 999px; background: var(--night); color: var(--ink); box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5); transform: translate(-50%, 160%); transition: transform .6s var(--ease); }
.sticky-buy.is-show { transform: translate(-50%, 0); }
.sticky-buy img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.sticky-buy > span { flex: 1; min-width: 0; }
.sticky-buy b { display: block; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-buy small { font-size: 13px; font-weight: 700; }
.sticky-buy del { opacity: .55; font-weight: 400; }

/* ---------- Keranjang ---------- */
.steps { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.steps li { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--muted); }
.steps li:not(:last-child)::after { content: ''; width: 28px; height: 1.5px; margin-left: 6px; background: var(--line); }
.steps span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid var(--line); font-size: 13px; }
.steps .is-active { color: var(--ink); }
.steps .is-active span { background: var(--night); color: var(--ink); border-color: var(--ink); }
.steps .is-done span { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.cart { display: grid; grid-template-columns: 1fr 390px; gap: 24px; align-items: start; padding-block: 16px 60px; }
.cart__main { display: grid; gap: 20px; min-width: 0; }
.cart__card { padding: clamp(20px, 3vw, 32px); border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); }
.cart__card h2 { font-family: var(--font-d); font-size: 1.35rem; font-weight: 600; letter-spacing: -.02em; }
.cart__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.cart__head h2 span { margin-left: 8px; font-family: var(--font-b); font-size: 14px; font-weight: 600; color: var(--muted); }
.ship-meter { margin: 16px 0 8px; padding: 14px 16px; border-radius: 16px; background: var(--paper); }
.ship-meter p { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font-size: 14px; }
.ship-meter .ic { color: var(--accent); }
.cline { display: grid; grid-template-columns: 96px 1fr auto auto; align-items: center; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); transition: opacity .3s, transform .3s var(--ease); animation: fadeUp .5s var(--ease) both; }
.cline:first-child { border-top: 0; }
.cline.is-out { opacity: 0; transform: translateX(30px); }
.cline__img img { width: 96px; height: 96px; border-radius: 16px; object-fit: cover; }
.cline__info { min-width: 0; }
.cline__info small { font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.cline__info b { display: block; font-size: 15.5px; line-height: 1.3; }
.cline__info > span { display: block; font-size: 13px; color: var(--muted); }
.cline__acts { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.cline__acts button { display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; font-weight: 600; color: var(--muted); transition: color .3s; }
.cline__acts button:hover { color: var(--accent); }
.cline__acts .ic { width: 14px; height: 14px; }
.cline__price { text-align: right; }
.cline__price strong { display: block; white-space: nowrap; }
.cline__price del { font-size: 13px; color: var(--muted); }
.checkout { scroll-margin-top: 100px; }
.checkout h2 { margin-bottom: 20px; }
.checkout h3 { margin: 28px 0 12px; font-size: 16px; }
.options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.options--pay { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
.option { position: relative; cursor: pointer; }
.option input { position: absolute; opacity: 0; }
.option__box { position: relative; display: grid; gap: 2px; height: 100%; padding: 14px 40px 14px 16px; border: 1.5px solid var(--line); border-radius: 16px; transition: border-color .3s, background .3s, box-shadow .3s; }
.option__box::after { content: ''; position: absolute; top: 14px; right: 14px; width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--line); transition: all .3s; }
.option:hover .option__box { border-color: var(--ink); }
.option input:checked + .option__box { border-color: var(--ink); background: var(--paper); box-shadow: inset 0 0 0 1px var(--ink); }
.option input:checked + .option__box::after { border: 5px solid var(--ink); }
.option input:focus-visible + .option__box { outline: 2px solid var(--accent); outline-offset: 2px; }
.option__box b { font-size: 14.5px; }
.option__box small { font-size: 12.5px; color: var(--muted); }
.option__box em { margin-top: 6px; font-style: normal; font-weight: 800; color: var(--accent); }
.summary { position: sticky; top: 92px; }
.voucher { display: flex; align-items: center; gap: 8px; margin: 18px 0 10px; padding: 5px 5px 5px 16px; border: 1.5px dashed rgba(255, 255, 255, .3); border-radius: 999px; }
.voucher .ic { color: var(--muted); }
.voucher input { flex: 1; min-width: 0; border: 0; background: transparent; outline: none; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.voucher__hints { display: flex; flex-wrap: wrap; gap: 6px; }
.voucher__msg { display: flex; align-items: center; gap: 6px; margin: 12px 0 0; font-size: 13px; font-weight: 600; }
.voucher__msg.ok { color: var(--green); }
.voucher__msg.warn { color: var(--accent); }
.voucher__msg .ic { width: 16px; height: 16px; }
.sums { margin: 20px 0; }
.sums > div { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: 14.5px; }
.sums dt { color: var(--muted); }
.sums dd { font-weight: 700; }
.sums .save dd, .free { color: var(--green); }
.sums .total { margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line); align-items: baseline; }
.sums .total dt { color: var(--ink); font-weight: 700; font-size: 16px; }
.sums .total dd { font-family: var(--font-d); font-size: 1.6rem; font-weight: 600; letter-spacing: -.03em; }
.secure { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 12px 0 0; font-size: 12.5px; color: var(--muted); }
.secure .ic { width: 14px; height: 14px; }
.cart-empty { display: grid; justify-items: center; text-align: center; padding: 40px 0 8px; }
.cart-empty p { color: var(--muted); }

.success { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 16px; background: rgba(20, 17, 31, .6); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); opacity: 0; transition: opacity .5s; }
.success.is-in { opacity: 1; }
.success__box { width: min(520px, 100%); padding: clamp(28px, 5vw, 44px); text-align: center; border-radius: var(--radius-lg); background: var(--paper); transform: translateY(30px) scale(.94); transition: transform .8s var(--ease); }
.success.is-in .success__box { transform: none; }
.success__check svg { width: 88px; height: 88px; margin: 0 auto 18px; fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.success__check circle { stroke-dasharray: 151; stroke-dashoffset: 151; animation: draw .8s var(--ease) .2s forwards; }
.success__check path { stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .5s var(--ease) .8s forwards; }
.success__box h2 { margin-bottom: 12px; font-family: var(--font-d); font-size: 2rem; font-weight: 700; letter-spacing: -.03em; }
.success__box p:not(.eyebrow) { color: var(--ink-2); }
.success__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }

/* ---------- Jurnal ---------- */
.feature { display: grid; grid-template-columns: 1.2fr 1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--night); color: var(--ink); }
.feature__img { position: relative; overflow: hidden; min-height: 440px; }
.feature__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature__body { display: flex; flex-direction: column; justify-content: center; gap: 16px; padding: clamp(28px, 4vw, 56px); }
.feature__body .post__meta { color: rgba(255, 255, 255, .65); }
.feature__body b { font-family: var(--font-d); font-size: clamp(1.6rem, 2.8vw, 2.5rem); font-weight: 600; line-height: 1.1; letter-spacing: -.03em; }
.feature__body em { font-style: normal; opacity: .72; }
.feature__body .link-arrow { color: var(--lime); align-self: flex-start; }
.feature:hover .link-arrow .ic { transform: translateX(5px); }

.band { margin-block: 40px 80px; }
.band__inner { position: relative; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; padding: clamp(32px, 5vw, 64px); border-radius: var(--radius-lg); background: var(--accent); color: #fff; }
.band__inner::before { content: ''; position: absolute; right: -80px; top: -120px; width: 360px; height: 360px; border-radius: 50%; border: 60px solid rgba(255, 255, 255, .1); animation: pulse 7s ease-in-out infinite; }
.band__inner > * { position: relative; }
.band .h2 { max-width: 20ch; }
.band .eyebrow--light { color: var(--ink); }

/* ---------- Artikel ---------- */
.a-hero { max-width: 1000px; padding-block: 12px 32px; }
.a-hero .chip { margin-top: 22px; }
.a-hero__title { margin: 18px 0 24px; font-family: var(--font-d); font-size: clamp(2rem, 4.8vw, 3.7rem); font-weight: 700; line-height: 1.04; letter-spacing: -.04em; }
.a-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.a-hero__meta b { display: block; color: var(--ink); }
.a-hero__meta small { font-size: 12.5px; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .6; }
.a-cover__img { position: relative; overflow: hidden; aspect-ratio: 21 / 9; border-radius: var(--radius-lg); background: var(--paper-2); }
.a-cover__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.a-layout { display: grid; grid-template-columns: 56px minmax(0, 720px) 300px; justify-content: center; gap: 48px; padding-block: 56px 24px; }
.a-share { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.a-share span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.a-share a, .a-share button { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid var(--line); font-size: 12px; font-weight: 800; transition: background .3s, color .3s, border-color .3s; }
.a-share a:hover, .a-share button:hover { background: var(--night); color: var(--ink); border-color: var(--ink); }
.a-share .ic { width: 18px; height: 18px; }
.prose { font-size: 18px; line-height: 1.8; }
.prose p { margin: 0 0 1.3em; }
.prose h2 { margin: 1.8em 0 .6em; font-family: var(--font-d); font-size: 1.55rem; font-weight: 600; line-height: 1.2; letter-spacing: -.02em; scroll-margin-top: 100px; }
.prose h3 { margin: 1.6em 0 .5em; font-family: var(--font-d); font-size: 1.15rem; font-weight: 600; }
.prose blockquote { margin: 2em 0; padding: 6px 0 6px 28px; border-left: 4px solid var(--accent); font-family: var(--font-d); font-size: 1.45rem; font-weight: 500; line-height: 1.35; letter-spacing: -.02em; }
.prose ul { margin: 0 0 1.3em; padding-left: 1.2em; }
.prose li { margin: .4em 0; }
.prose li::marker { color: var(--accent); }
.prose a { text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; }
.prose__lead { font-size: 21px; font-weight: 500; line-height: 1.6; color: var(--ink-2); }
.prose__end { display: flex; gap: 10px; margin-top: 40px; padding: 18px; border-radius: 16px; background: var(--paper-2); font-size: 14px; line-height: 1.6; color: var(--muted); }
.a-products { position: sticky; top: 110px; align-self: start; }
.a-products__in { display: grid; gap: 14px; padding: 20px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.mini { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 12px; }
.mini img { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; }
.mini b { display: block; font-size: 13.5px; line-height: 1.3; }
.mini small { font-size: 13px; font-weight: 800; }
.mini del { font-weight: 400; color: var(--muted); }
.a-next { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-bottom: 80px; }
.a-next__item { display: grid; gap: 8px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); transition: background .4s, color .4s; }
.a-next__item:hover { background: var(--night); color: var(--ink); }
.a-next__item small { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
.a-next__item b { font-family: var(--font-d); font-size: 1.1rem; font-weight: 600; line-height: 1.3; }
.a-next__item--r { text-align: right; }
.a-next__item--r small { justify-content: flex-end; }

/* ---------- Tentang ---------- */
.about-hero { padding-block: 28px 40px; }
.about-hero__media { position: relative; display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; margin-top: 48px; }
.about-hero__img { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--paper-2); }
.about-hero__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-hero__img--1 { aspect-ratio: 16 / 10; }
.about-hero__img--2 { aspect-ratio: 4 / 5; margin-top: 80px; }
.about-hero__card { position: absolute; left: calc(var(--gutter) + 28px); bottom: -30px; max-width: 300px; padding: 22px 26px; border-radius: var(--radius); background: var(--lime); box-shadow: var(--shadow); }
.about-hero__card b { display: block; font-family: var(--font-d); font-size: 2.6rem; font-weight: 700; line-height: 1; }
.about-hero__card small { font-size: 14px; }
.story { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(32px, 6vw, 80px); }
.story__quote { margin: 16px 0 12px; font-family: var(--font-d); font-size: clamp(1.4rem, 2.6vw, 2.1rem); font-weight: 500; line-height: 1.25; letter-spacing: -.02em; }
.story__side small { color: var(--muted); }
.story__body p:not(.lead) { color: var(--ink-2); }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value { display: flex; flex-direction: column; min-height: 280px; padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.value:hover { box-shadow: var(--shadow); }
.value__n { font-family: var(--font-d); font-size: 3rem; font-weight: 700; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--accent); }
.value h3 { margin: auto 0 8px; padding-top: 24px; font-family: var(--font-d); font-size: 1.15rem; font-weight: 600; }
.value p { margin: 0; font-size: 15px; color: var(--muted); }
.timeline-sec { margin-inline: clamp(0px, 1.5vw, 20px); border-radius: clamp(24px, 4vw, 48px); background: var(--night); color: var(--ink); }
.timeline-sec .h2 em { color: var(--lime); }
.tl li { display: grid; grid-template-columns: 180px 1fr; gap: 32px; padding: 28px 0; border-top: 1px solid var(--line-dark); }
.tl b { font-family: var(--font-d); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; color: var(--lime); transition: transform .6s var(--ease); }
.tl li:hover b { transform: translateX(10px); }
.tl h3 { margin: 4px 0 8px; font-family: var(--font-d); font-size: 1.2rem; font-weight: 600; }
.tl p { margin: 0; opacity: .68; }
.jobs a { display: grid; grid-template-columns: 1fr auto 32px; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); transition: padding .5s var(--ease), color .3s; }
.jobs li:first-child a { border-top: 1px solid var(--line); }
.jobs a:hover { padding-inline: 16px; color: var(--accent); }
.jobs b { font-family: var(--font-d); font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 600; }
.jobs span { font-size: 14px; color: var(--muted); }
.jobs .ic { width: 26px; height: 26px; }

/* ---------- Bantuan ---------- */
.faq-search { display: flex; align-items: center; gap: 12px; max-width: 560px; margin: 28px auto 0; padding: 6px 6px 6px 22px; border-radius: 999px; background: var(--surface); border: 1.5px solid var(--line); transition: border-color .3s, box-shadow .3s; }
.faq-search:focus-within { border-color: var(--ink); box-shadow: 0 0 0 5px rgba(79, 110, 255, .12); }
.faq-search input { flex: 1; min-width: 0; padding: 12px 0; border: 0; background: transparent; outline: none; font-size: 16px; }
.channels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-top: 12px; }
.channel { display: grid; gap: 2px; padding: 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.channel > .ic { width: 46px; height: 46px; padding: 11px; margin-bottom: 14px; border-radius: 14px; background: var(--paper-2); color: var(--accent); transition: background .4s, color .4s; }
.channel b { font-family: var(--font-d); font-size: 1.1rem; font-weight: 600; }
.channel small { font-weight: 700; }
.channel span { margin-top: 8px; font-size: 13px; color: var(--muted); transition: color .4s; }
.channel:hover { background: var(--night); color: var(--ink); }
.channel:hover > .ic { background: rgba(255, 255, 255, .1); color: var(--lime); }
.channel:hover span { color: rgba(255, 255, 255, .6); }
.track { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; scroll-margin-top: 80px; }
.track__intro p:not(.eyebrow) { margin-top: 14px; color: var(--muted); }
.track__form { display: flex; gap: 8px; padding: 6px; border-radius: 999px; background: var(--surface); border: 1.5px solid var(--line); }
.track__form:focus-within { border-color: var(--ink); }
.track__form input { flex: 1; min-width: 0; padding: 0 18px; border: 0; background: transparent; outline: none; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.track__none { display: flex; gap: 8px; margin-top: 16px; padding: 16px; border-radius: 16px; background: var(--paper-2); font-size: 14px; }
.track__card { margin-top: 16px; padding: 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.track__head { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.track__head small { display: block; font-size: 12px; color: var(--muted); }
.timeline { margin: 20px 0; }
.timeline li { position: relative; padding: 0 0 18px 32px; font-size: 14px; color: var(--muted); }
.timeline li::before { content: ''; position: absolute; left: 7px; top: 18px; bottom: -2px; width: 2px; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline li span { position: absolute; left: 0; top: 3px; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--line); background: var(--surface); }
.timeline li.is-done { color: var(--ink); }
.timeline li.is-done span { background: var(--green); border-color: var(--green); }
.timeline li.is-done::before { background: var(--green); }
.track__items { display: flex; flex-wrap: wrap; gap: 8px; }
.track__items a { display: flex; align-items: center; gap: 8px; padding: 5px 12px 5px 5px; border-radius: 999px; background: var(--paper-2); font-size: 13px; font-weight: 600; }
.track__items img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.faq { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(32px, 6vw, 72px); align-items: start; scroll-margin-top: 80px; }
.faq__side { position: sticky; top: 100px; }
.faq__side p:not(.eyebrow) { margin-top: 14px; color: var(--muted); }
.faq__nav { display: grid; gap: 6px; margin-top: 20px; }
.faq__nav a { padding: 12px 16px; border-radius: 14px; border: 1px solid var(--line); font-weight: 600; transition: background .3s, color .3s; }
.faq__nav a:hover { background: var(--night); color: var(--ink); }
.faq-group { margin-bottom: 36px; scroll-margin-top: 100px; }
.faq-group h3 { margin-bottom: 8px; font-family: var(--font-d); font-size: 1.1rem; font-weight: 600; color: var(--accent); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; text-align: left; font-size: 16.5px; font-weight: 700; }
.acc__ic { width: 34px; height: 34px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid var(--line); transition: transform .5s var(--ease), background .3s, color .3s; }
.acc__ic .ic { width: 16px; height: 16px; }
.acc__item.is-open .acc__ic { transform: rotate(45deg); background: var(--night); color: var(--ink); border-color: var(--ink); }
.acc__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s var(--ease); }
.acc__a > div { overflow: hidden; }
.acc__a p { max-width: 62ch; margin: 0 0 20px; line-height: 1.7; color: var(--muted); }
.acc__item.is-open .acc__a { grid-template-rows: 1fr; }
.contact { display: grid; grid-template-columns: 1fr 1.3fr; padding: 0; margin-block: 40px 100px; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line); }
.contact__info { padding: clamp(28px, 4vw, 56px); background: var(--violet); color: #fff; }
.contact__info > p:not(.eyebrow) { margin-top: 14px; opacity: .85; }
.contact__info ul { display: grid; gap: 18px; margin-top: 28px; }
.contact__info li { display: flex; gap: 14px; align-items: center; }
.contact__info li .ic { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: rgba(255, 255, 255, .15); }
.contact__info li b { display: block; }
.contact__info li small { opacity: .8; }
.contact__form { display: grid; gap: 20px; align-content: start; padding: clamp(28px, 4vw, 56px); background: var(--surface); }
.contact__form > .btn { justify-self: start; }

/* ---------- Legal & 404 ---------- */
.legal { display: grid; grid-template-columns: 220px 1fr; gap: 48px; padding-block: 24px 100px; }
.legal__nav { position: sticky; top: 100px; align-self: start; display: grid; gap: 6px; }
.legal__nav a { padding: 10px 14px; border-radius: 12px; font-weight: 600; transition: background .3s; }
.legal__nav a:hover { background: var(--paper-2); }
.legal .prose { max-width: 760px; }
.lost { min-height: 72vh; display: grid; place-content: center; justify-items: center; text-align: center; padding: 60px 16px; }
.lost__planet { position: relative; width: 150px; height: 150px; margin-bottom: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--accent-2), var(--violet)); animation: bob 5s ease-in-out infinite; }
.lost__planet span { position: absolute; left: -35%; right: -35%; top: 36%; height: 28%; border: 3px solid var(--ink); border-top-color: transparent; border-radius: 50%; transform: rotate(-18deg); }
.lost .hero__cta { justify-content: center; }

/* ===== responsive.css ===== */
/* =========================================================
   PLANET88BIG — Responsif
   ========================================================= */
@media (max-width: 1180px) {
  .grid-products { grid-template-columns: repeat(3, 1fr); }
  .grid-products--shop { grid-template-columns: repeat(2, 1fr); }
  .values, .channels { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .a-layout { grid-template-columns: minmax(0, 720px) 280px; gap: 40px; }
  .a-share { position: static; grid-column: 1 / -1; flex-direction: row; order: 3; }
  .testi__card { flex-basis: calc((100% - 24px) / 2); }
}

@media (max-width: 1024px) {
  .nav { display: none; }
  /* nav disembunyikan, jadi grup ikon harus didorong ke kanan sendiri */
  .nav + .header__actions { margin-left: auto; }
  .burger { display: block; }
  .flash__head { grid-template-columns: 1fr auto; }
  .flash__head .rail-nav { display: none; }
}

@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .hero__visual { max-width: 520px; }
  .why__grid, .story, .faq, .track, .contact, .legal, .panel__cols, .reviews, .footer__cta { grid-template-columns: 1fr; }
  .faq__side, .legal__nav { position: static; }
  .cats { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .cat--1 { grid-column: span 2; grid-row: span 1; }
  .cat--2, .cat--5, .cat--6 { grid-column: span 1; }
  .cat__body em { opacity: .9; transform: none; }
  .promo__card, .feature { grid-template-columns: 1fr; }
  .promo__img, .feature__img { min-height: 260px; }
  .promo__sticker { top: 260px; left: auto; right: 24px; translate: 0 -50%; width: 110px; height: 110px; }
  .stack__card { grid-template-columns: 1fr; min-height: 0; }
  .stack__media { min-height: 220px; }
  .shop { grid-template-columns: 1fr; }
  .filters { position: fixed; left: 0; top: 0; bottom: 0; z-index: 110; width: min(340px, 88vw); max-height: none; padding: 20px; background: var(--paper); transform: translateX(-105%); transition: transform .6s var(--ease); }
  .filters__head { display: flex; margin-bottom: 12px; }
  .filters-backdrop { display: block; position: fixed; inset: 0; z-index: 105; background: rgba(20, 17, 31, .45); opacity: 0; pointer-events: none; transition: opacity .4s; }
  .filters-btn { display: inline-flex; }
  body.filters-open .filters { transform: none; }
  body.filters-open .filters-backdrop { opacity: 1; pointer-events: auto; }
  body.filters-open { overflow: hidden; }
  .pd { grid-template-columns: 1fr; }
  .pd__gallery { position: static; grid-template-columns: 1fr; }
  .pd__thumbs { flex-direction: row; order: 2; }
  .pd__thumbs button { width: 72px; }
  .cart { grid-template-columns: 1fr; }
  .summary { position: static; }
  .a-layout { grid-template-columns: 1fr; }
  .a-products { position: static; }
  .posts { grid-template-columns: repeat(2, 1fr); }
  .posts--home { grid-template-columns: 1fr; }
  .posts--home .post--big { grid-row: auto; }
  .about-hero__img--2 { margin-top: 40px; }
  .mmenu__inner { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .section-head { flex-direction: column; align-items: flex-start; margin-bottom: 28px; }
  .section-head--center { align-items: center; }
  .header__inner { height: 64px; gap: 8px; }
  .logo { font-size: 15px; }
  .logo__mark { width: 32px; height: 32px; }
  .hide-sm { display: none; }
  .hero__stats { gap: 16px 28px; }
  .float--1 { left: 0; bottom: 8%; }
  .float--2 { right: 0; top: 0; }
  .float { padding: 8px 12px 8px 8px; }
  .float > .ic { width: 34px; height: 34px; padding: 7px; }
  .sticker { width: 92px; height: 92px; }
  .sticker b { font-size: 17px; }
  .orbit__card { padding: 5px; }
  .orbit__card > span { display: none; }
  .orbit__card img { width: 46px; height: 46px; }
  .hero__scroll { display: none; }
  .usp { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .usp__item { flex-direction: column; align-items: flex-start; gap: 10px; }
  .grid-products, .grid-products--shop { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .grid-products.is-list .p-card { grid-template-columns: 120px 1fr; gap: 14px; }
  .p-card__title { font-size: 14px; }
  .p-card__meta .p-card__rate { display: none; }
  .p-card__wish { width: 34px; height: 34px; }
  .p-card__actions { left: 6px; right: 6px; bottom: 6px; gap: 6px; }
  .p-card__actions .icon-btn { width: 38px; height: 38px; }
  .p-card__actions .btn { padding: .6em; }
  .price strong { font-size: 15px; }
  .cats { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 10px; }
  .cat__body { left: 14px; right: 14px; bottom: 14px; }
  .cat__body em, .cat__go { display: none; }
  .cat--1 { grid-row: span 1; }
  .flash, .why, .timeline-sec { margin-inline: 0; border-radius: 28px; }
  .flash__head { grid-template-columns: 1fr; gap: 20px; }
  .cd__box { min-width: 56px; }
  .cd__box b { font-size: 1.4rem; }
  .p-card--rail { flex-basis: 64vw; }
  .why__cards { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; margin-top: 48px; padding-top: 32px; }
  .testi__card { flex-basis: 100%; }
  .posts, .posts--2 { grid-template-columns: 1fr; }
  .posts--home .post:not(.post--big) { grid-template-columns: 120px 1fr; gap: 14px; }
  .posts--home .post:not(.post--big) .link-arrow { display: none; }
  .values, .channels, .perks, .fields, .options, .a-next { grid-template-columns: 1fr; }
  .value { min-height: 0; }
  .tl li { grid-template-columns: 1fr; gap: 8px; }
  .jobs a { grid-template-columns: 1fr 26px; }
  .jobs span { grid-column: 1; grid-row: 2; }
  .jobs .ic { grid-row: 1 / 3; grid-column: 2; }
  .about-hero__media { grid-template-columns: 1fr; }
  .about-hero__img--2 { display: none; }
  .about-hero__card { position: relative; left: 0; bottom: 0; margin-top: -60px; margin-left: 16px; }
  .pd__buy { flex-wrap: wrap; }
  .pd__buy .btn { flex: 1 1 100%; order: 3; }
  .fbt__wrap { padding: 18px; gap: 20px; }
  .fbt__card { width: 124px; }
  .fbt__total { min-width: 0; width: 100%; }
  .cline { grid-template-columns: 76px 1fr; gap: 12px 14px; }
  .cline__img img { width: 76px; height: 76px; }
  .cline__img { grid-row: span 2; align-self: start; }
  .cline .qty { grid-column: 2; grid-row: 2; justify-self: start; }
  .cline__price { grid-column: 2; grid-row: 2; justify-self: end; }
  .track__head { grid-template-columns: 1fr 1fr; }
  .a-cover__img { aspect-ratio: 4 / 3; border-radius: 24px; }
  .prose { font-size: 17px; }
  .prose__lead { font-size: 19px; }
  .a-next__item--r { text-align: left; }
  .a-next__item--r small { justify-content: flex-start; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding: 40px 0; }
  .footer__contact { grid-column: 1 / -1; }
  .footer__label { min-width: 100%; }
  .subscribe__row { flex-direction: column; border-radius: 22px; }
  .subscribe__row input { padding: 12px 14px; }
  .qv { grid-template-columns: 1fr; }
  .qv__media { min-height: 300px; }
  .qv__info { padding: 24px; }
  .drawer__btns { grid-template-columns: 1fr; }
  .brands { transform: none; margin: 0; }
  .sticky-buy b { font-size: 13px; }
  .sticky-buy .btn span { display: none; }
  .steps li:not(:last-child)::after { width: 12px; }
}

@media (max-width: 400px) {
  .logo__text { font-size: 13px; }
  .header__actions .icon-btn { width: 40px; height: 40px; }
  .hero__cta .btn { flex: 1 1 100%; }
}

/* ===== gaming.css ===== */
/* =========================================================
   PLANET88 — Tema Gaming (neon gelap)
   Dimuat terakhir: menimpa token & komponen dari file lain.
   ========================================================= */
:root {
  --night: #030817; --paper: #050C1F; --paper-2: #0E1A38; --surface: #0A1530;
  --ink: #EEF4FF; --ink-2: #B9C8E6; --ink-3: #0C1838; --muted: #7F93BA; --on-neon: #03091A;
  --accent: #2F7BFF; --accent-2: #5CC8FF; --violet: #4F6EFF; --cyan: #6FE3FF; --lime: #8FE3FF; --pink: #A9C4FF; --green: #2BE38F;
  --line: rgba(255, 255, 255, .09); --line-dark: rgba(255, 255, 255, .12);
  --radius: 16px; --radius-sm: 10px; --radius-lg: 24px;
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, .8);
  --glow: 0 0 0 1px rgba(47, 123, 255, .5), 0 0 28px -4px rgba(47, 123, 255, .55);
  --glow-cyan: 0 0 0 1px rgba(111, 227, 255, .45), 0 0 28px -6px rgba(111, 227, 255, .5);
  --font-d: 'Chakra Petch', system-ui, sans-serif; --font-logo: 'Orbitron', 'Chakra Petch', sans-serif;
  --chamfer: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  color-scheme: dark;
}

/* ---------- Latar global: grid + cahaya neon ---------- */
body { background: var(--paper); }
body::before { content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(900px 600px at 85% -10%, rgba(79, 110, 255, .22), transparent 60%),
    radial-gradient(700px 500px at -10% 40%, rgba(47, 123, 255, .14), transparent 60%),
    radial-gradient(800px 600px at 60% 110%, rgba(111, 227, 255, .10), transparent 60%),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 56px 56px; }
/* bintang: tiga lapis titik dengan ukuran & kecepatan kedip berbeda */
body::after { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .7;
  background:
    radial-gradient(1px 1px at 12% 18%, #fff, transparent), radial-gradient(1px 1px at 68% 8%, #CFE6FF, transparent),
    radial-gradient(1.5px 1.5px at 84% 42%, #fff, transparent), radial-gradient(1px 1px at 38% 64%, #BFE3FF, transparent),
    radial-gradient(1.5px 1.5px at 22% 86%, #fff, transparent), radial-gradient(1px 1px at 92% 78%, #CFE6FF, transparent),
    radial-gradient(1px 1px at 52% 32%, #fff, transparent), radial-gradient(2px 2px at 6% 52%, #8FE3FF, transparent),
    radial-gradient(1px 1px at 76% 94%, #fff, transparent), radial-gradient(1.5px 1.5px at 46% 4%, #BFE3FF, transparent);
  background-size: 420px 420px; animation: twinkle 6s ease-in-out infinite alternate; }
@keyframes twinkle { from { opacity: .35; } to { opacity: .8; } }
::selection { background: var(--lime); color: var(--on-neon); }

/* ---------- Tipografi ---------- */
.h2, .page-title, .hero__title, .footer__big, .promo__title, .manifesto__text, .pd__title, .a-hero__title, .stack__info h3, .feature__body b, .story__quote, .prose h2, .prose blockquote, .success__box h2 { letter-spacing: -.01em; }
.h2, .page-title, .footer__big { text-transform: uppercase; }
.eyebrow { font-family: var(--font-d); letter-spacing: .2em; color: var(--accent-2); }
.eyebrow::before { width: 14px; height: 3px; border-radius: 0; box-shadow: 0 0 10px currentColor; }
.h2 em, .page-title em, .hero__title em, .footer__big em, .promo__title em, .manifesto__text em { color: var(--accent); text-shadow: 0 0 24px rgba(47, 123, 255, .55); }
.flash .h2 em, .why .h2 em, .timeline-sec .h2 em, .gz .h2 em { color: var(--lime); text-shadow: 0 0 24px rgba(143, 227, 255, .45); }

/* ---------- Logo PLANET88 (gambar) + animasi ---------- */
/* File logo punya ruang kosong di atas/bawah: dipotong lewat aspect-ratio + object-fit.
   Semua lapisan efek memakai posisi & ukuran yang sama agar selalu sejajar dengan logo. */
.hero__chip b { white-space: nowrap; }
/* ---------- Popup promo beranda (gambar popup-p88.webp) ---------- */
.promo-pop { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 16px; visibility: hidden; opacity: 0; transition: opacity .45s, visibility 0s .45s; }
.promo-pop.is-open { visibility: visible; opacity: 1; transition: opacity .45s; }
.promo-pop__backdrop { position: absolute; inset: 0; background: rgba(3, 8, 23, .78); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); cursor: pointer; }
.promo-pop__box { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; width: min(600px, 100%); transform: translateY(60px) scale(.8) rotate(-2deg); opacity: 0; transition: transform .9s cubic-bezier(.34, 1.56, .64, 1), opacity .5s; }
.promo-pop.is-open .promo-pop__box { transform: none; opacity: 1; }
.promo-pop__art { position: relative; width: 100%; max-width: calc((100vh - 110px) * 1.19); animation: popFloat 5s ease-in-out 1s infinite; }
/* efek seperti logo: glow berdenyut, glitch berkala, kilau mengikuti bentuk gambar */
.promo-pop__art { isolation: isolate; }
.promo-pop__art img { display: block; width: 100%; height: auto; animation: logoGlow 4s ease-in-out infinite; transition: transform .6s var(--ease); }
.promo-pop__art::before, .promo-pop__art::after { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; background: url('../img/popup-p88.webp') center / 100% 100% no-repeat; mix-blend-mode: screen; }
.promo-pop__art::before { filter: hue-rotate(-30deg) saturate(1.8) brightness(1.2); animation: glitchTop 3.2s steps(1) infinite; }
.promo-pop__art::after { filter: hue-rotate(45deg) saturate(1.8); animation: glitchBot 2.6s steps(1) infinite; }
.promo-pop__art:hover img { transform: scale(1.02); }
.promo-pop__art:hover::before { animation: logoGlitchA .5s steps(1) 2; }
.promo-pop__art:hover::after { animation: logoGlitchB .5s steps(1) 2; }
.promo-pop__shine { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, .7) 50%, transparent 62%) -150% 0 / 60% 100% no-repeat; -webkit-mask: url('../img/popup-p88.webp') center / 100% 100% no-repeat; mask: url('../img/popup-p88.webp') center / 100% 100% no-repeat; mix-blend-mode: overlay; animation: logoShine 5s ease-in-out infinite; }
.promo-pop__art:hover .promo-pop__shine { animation-duration: 1.4s; }
.promo-pop__hot { z-index: 4; }
@keyframes popFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.promo-pop__glow { position: absolute; left: 12%; right: 12%; top: 8%; bottom: 20%; z-index: -1; border-radius: 50%; background: radial-gradient(closest-side, rgba(47, 123, 255, .6), rgba(47, 123, 255, .25) 55%, rgba(47, 123, 255, 0)); animation: popGlow 3s ease-in-out infinite; }
@keyframes popGlow { 0%, 100% { opacity: .45; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.06); } }
/* area klik tombol LOGIN & DAFTAR di dalam gambar */
.promo-pop__hot { position: absolute; top: 78.3%; height: 14.4%; border-radius: 999px; overflow: hidden; outline-offset: 3px; transition: transform .3s var(--ease), box-shadow .3s; }
.promo-pop__hot--login { left: 10.2%; width: 38.4%; animation: hotPulse 2.4s ease-in-out infinite; }
.promo-pop__hot--daftar { left: 50.3%; width: 39.7%; animation: hotPulseGold 2.4s ease-in-out 1.2s infinite; }
.promo-pop__hot::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 35%; background: linear-gradient(105deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .55), rgba(255, 255, 255, 0)); transform: translateX(-170%) skewX(-18deg); animation: hotShine 3s ease-in-out infinite; }
.promo-pop__hot--daftar::after { animation-delay: 1.5s; }
.promo-pop__hot:hover, .promo-pop__hot:focus-visible { transform: scale(1.05); }
.promo-pop__hot--login:hover { box-shadow: 0 0 0 2px rgba(143, 227, 255, .9), 0 0 30px rgba(47, 123, 255, .9); }
.promo-pop__hot--daftar:hover { box-shadow: 0 0 0 2px rgba(255, 214, 102, .95), 0 0 30px rgba(255, 176, 32, .8); }
@keyframes hotPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(92, 200, 255, 0); } 50% { box-shadow: 0 0 0 4px rgba(92, 200, 255, .55), 0 0 26px rgba(47, 123, 255, .75); } }
@keyframes hotPulseGold { 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 196, 64, 0); } 50% { box-shadow: 0 0 0 4px rgba(255, 196, 64, .55), 0 0 26px rgba(255, 176, 32, .7); } }
@keyframes hotShine { 0%, 55% { transform: translateX(-170%) skewX(-18deg); } 100% { transform: translateX(380%) skewX(-18deg); } }
.promo-pop__close { position: absolute; top: 2%; right: 2%; z-index: 5; background: rgba(5, 12, 31, .85); border: 1px solid rgba(92, 200, 255, .5); color: var(--ink); box-shadow: 0 0 18px rgba(47, 123, 255, .5); transition: transform .4s var(--ease), background .3s; }
.promo-pop__close:hover { transform: rotate(90deg); background: var(--accent); }
@media (max-width: 720px) {
  .promo-pop { padding: 10px; }
  .promo-pop__close { top: 0; right: 0; }
}
/* ---------- Penanda pembuat (SEOTOXIC) ---------- */
.credit { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px 6px 10px; overflow: hidden; isolation: isolate; border-radius: 999px; border: 1px solid rgba(92, 200, 255, .35); background: rgba(47, 123, 255, .08); color: var(--ink); text-decoration: none; line-height: 1; transition: border-color .3s, box-shadow .3s; }
.credit small { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.credit b { font-family: var(--font-logo); font-size: 12.5px; font-weight: 800; letter-spacing: .12em; color: var(--lime); text-shadow: 0 0 10px rgba(143, 227, 255, .6); }
.credit__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); animation: pulse 2s ease-in-out infinite; }
.credit::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; z-index: -1; width: 40%; background: linear-gradient(105deg, transparent, rgba(143, 227, 255, .25), transparent); transform: translateX(-160%) skewX(-18deg); animation: creditShine 4s ease-in-out infinite; }
@keyframes creditShine { 0%, 60% { transform: translateX(-160%) skewX(-18deg); } 100% { transform: translateX(360%) skewX(-18deg); } }
.credit:hover { border-color: var(--lime); box-shadow: 0 0 18px -4px rgba(143, 227, 255, .7); }
.footer__bottom { align-items: center; }
.about-hero__card { color: var(--on-neon); }
.about-hero__card b { font-family: var(--font-logo); font-size: 1.25rem; margin-bottom: 6px; }
/* fallback HTML statis untuk SEO: disembunyikan sebentar sampai JS merender versi interaktif */
.js .seo-fb { visibility: hidden; }
.seo-fb a { color: inherit; }
.logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.logo__fx { --logo-h: 50px; position: relative; display: block; height: var(--logo-h); aspect-ratio: 4.4; isolation: isolate; }
.logo__img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: drop-shadow(0 0 10px rgba(47, 123, 255, .45)); animation: logoGlow 4s ease-in-out infinite; transition: transform .6s var(--ease); }
@keyframes logoGlow { 0%, 100% { filter: drop-shadow(0 0 8px rgba(47, 123, 255, .35)); } 50% { filter: drop-shadow(0 0 18px rgba(92, 200, 255, .75)); } }

/* lapisan glitch: salinan logo bergeser warna */
.logo__fx::before, .logo__fx::after { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; background: url('../img/logo-p88.webp') 50% 50% / cover no-repeat; mix-blend-mode: screen; }
.logo__fx::before { filter: hue-rotate(-30deg) saturate(1.8) brightness(1.2); }
.logo__fx::after { filter: hue-rotate(45deg) saturate(1.8); }
.logo:hover .logo__img { transform: scale(1.04); }
.logo:hover .logo__fx::before { animation: logoGlitchA .5s steps(1) 2; }
.logo:hover .logo__fx::after { animation: logoGlitchB .5s steps(1) 2; }
.logo__fx.is-live::before { animation: glitchTop 3.2s infinite steps(1); }
.logo__fx.is-live::after { animation: glitchBot 2.6s infinite steps(1); }
@keyframes logoGlitchA { 0%, 100% { opacity: 0; transform: none; } 20% { opacity: .9; transform: translate(-4px, -1px); clip-path: inset(8% 0 58% 0); } 45% { opacity: .9; transform: translate(3px, 1px); clip-path: inset(46% 0 24% 0); } 70% { opacity: .9; transform: translate(-2px, 0); clip-path: inset(0 0 78% 0); } }
@keyframes logoGlitchB { 0%, 100% { opacity: 0; transform: none; } 30% { opacity: .9; transform: translate(4px, 1px); clip-path: inset(62% 0 6% 0); } 60% { opacity: .9; transform: translate(-3px, -1px); clip-path: inset(30% 0 48% 0); } }

/* kilau cahaya yang menyapu, di-mask mengikuti bentuk logo */
.logo__shine { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, .85) 50%, transparent 62%) -150% 0 / 60% 100% no-repeat; -webkit-mask: url('../img/logo-p88.webp') 50% 50% / cover no-repeat; mask: url('../img/logo-p88.webp') 50% 50% / cover no-repeat; mix-blend-mode: overlay; animation: logoShine 5s ease-in-out infinite; }
.logo:hover .logo__shine { animation-duration: 1.2s; }
@keyframes logoShine { 0%, 55% { background-position: -150% 0; } 85%, 100% { background-position: 250% 0; } }

.curtain__logo .logo__fx { --logo-h: 90px; }
.loader__brand { margin: 4px 0 -6px; }
.loader__brand .logo__fx { --logo-h: 84px; }
.footer__brand .logo__fx { --logo-h: 64px; }
.loader__pct { font-family: var(--font-logo); letter-spacing: .2em; color: var(--lime); opacity: .9; }
.loader__planet { box-shadow: 0 0 40px rgba(47, 123, 255, .6); background: linear-gradient(135deg, var(--accent), var(--violet)); }

.glitch { position: relative; display: inline-block; }
.glitch::before, .glitch::after { content: attr(data-text); position: absolute; inset: 0; pointer-events: none; }
.glitch::before { color: var(--cyan); transform: translate(-3px, 0); clip-path: inset(0 0 60% 0); mix-blend-mode: screen; animation: glitchTop 3.2s infinite steps(1); }
.glitch::after { color: var(--accent); transform: translate(3px, 0); clip-path: inset(55% 0 0 0); mix-blend-mode: screen; animation: glitchBot 2.6s infinite steps(1); }
@keyframes glitchTop { 0%, 86%, 100% { transform: translate(0); opacity: 0; } 88% { transform: translate(-6px, -2px); opacity: 1; clip-path: inset(10% 0 55% 0); } 92% { transform: translate(4px, 1px); opacity: 1; clip-path: inset(40% 0 30% 0); } 96% { transform: translate(-2px, 0); opacity: 1; clip-path: inset(0 0 80% 0); } }
@keyframes glitchBot { 0%, 80%, 100% { transform: translate(0); opacity: 0; } 83% { transform: translate(6px, 2px); opacity: 1; clip-path: inset(60% 0 5% 0); } 88% { transform: translate(-4px, -1px); opacity: 1; clip-path: inset(70% 0 10% 0); } }
@keyframes glitchShift { 0% { transform: translate(0); } 50% { transform: translate(-2px, 1px); text-shadow: 2px 0 var(--cyan), -2px 0 var(--accent); } 100% { transform: translate(0); } }

/* ---------- Tombol bersudut ---------- */
.btn { border-radius: 0; clip-path: var(--chamfer); font-family: var(--font-d); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.btn::before { border-radius: 0; }
.btn--dark { background: #11224A; color: var(--ink); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); }
.btn--accent { background: linear-gradient(135deg, #1747E0, var(--accent)); color: #fff; --hov: var(--lime); --hov-c: var(--on-neon); }
.btn--light { background: var(--lime); color: var(--on-neon); --hov: var(--cyan); --hov-c: var(--on-neon); }
.btn--line { color: var(--ink); border-color: transparent; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .35); --hov: var(--ink); --hov-c: var(--on-neon); }
.flash .btn--line, .mmenu .btn--line, .footer .btn--line { --hov: var(--ink); --hov-c: var(--on-neon); }
.btn--accent:hover, .btn--light:hover { filter: drop-shadow(0 0 14px rgba(143, 227, 255, .45)); }

.icon-btn--light:hover, .icon-btn--glass:hover { background: var(--lime); color: var(--on-neon); }
.icon-btn--line { background: var(--surface); }
.icon-btn--line:hover { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: var(--glow); }
.count { box-shadow: 0 0 12px rgba(47, 123, 255, .8); }

.chip.is-active, .pill.is-active, .view button.is-active { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 0 18px -4px rgba(47, 123, 255, .7); }
.pills:has(.pills__ind) .pill.is-active { background: transparent; box-shadow: none; }
.pills__ind { background: var(--accent); box-shadow: 0 0 20px -4px rgba(47, 123, 255, .8); }
.pill, .chip { background: rgba(255, 255, 255, .03); }
.pill:hover, .chip:hover { border-color: var(--cyan); color: var(--cyan); }
.pill.is-active:hover { color: #fff; }
.badge { border-radius: 4px; font-family: var(--font-d); letter-spacing: .04em; text-transform: uppercase; }
.badge--accent { box-shadow: 0 0 14px -2px rgba(47, 123, 255, .7); }
.badge--dark { background: rgba(3, 8, 23, .85); border: 1px solid rgba(143, 227, 255, .5); color: var(--lime); }
.badge--lime { color: var(--on-neon); }
.st .ic { color: rgba(255, 255, 255, .18); }
.st.on .ic { color: #FFC23D; fill: #FFC23D; filter: drop-shadow(0 0 4px rgba(255, 194, 61, .6)); }

/* ---------- Header & overlay ---------- */
.topbar { background: linear-gradient(90deg, #06122E, #0B1D4D 50%, #06122E); border-bottom: 1px solid rgba(47, 123, 255, .25); }
.header.is-solid { background: rgba(4, 10, 28, .8); box-shadow: 0 1px 0 rgba(255, 255, 255, .06), 0 10px 30px -20px rgba(47, 123, 255, .5); }
.nav__link { font-family: var(--font-d); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 14px; }
/* teks menu tidak boleh turun baris: bayangan teks animasi hover akan ikut terlihat */
.nav__link, .nav__roll { white-space: nowrap; }
@media (max-width: 1280px) { .nav { gap: 0; } .nav__link { padding: 8px 9px; font-size: 13px; letter-spacing: .02em; } }
.nav__link.is-active { background: transparent; color: var(--lime); box-shadow: inset 0 0 0 1px rgba(143, 227, 255, .45); border-radius: 4px; }
.nav__link span::after { color: var(--cyan); }
.burger { background: var(--accent); box-shadow: 0 0 18px -2px rgba(47, 123, 255, .7); border-radius: 10px; }
.burger span { background: #fff; }
.mmenu { background: radial-gradient(800px 500px at 90% 0, rgba(47, 123, 255, .18), transparent 60%), var(--night); }
.mmenu__nav a { font-family: var(--font-d); text-transform: uppercase; }
.mmenu__nav a:hover { color: var(--lime); text-shadow: 0 0 20px rgba(143, 227, 255, .5); }
.search__panel, .drawer, .modal__box, .success__box { background: #081330; box-shadow: 0 0 0 1px rgba(255, 255, 255, .06), 0 30px 80px -20px rgba(0, 0, 0, .9); }
.search__bar { border-bottom-color: var(--accent); }
.search__bar input { font-family: var(--font-d); }
.drawer__foot { background: var(--surface); }
.toast { background: #0C1838; box-shadow: 0 0 0 1px rgba(143, 227, 255, .25), 0 20px 50px -20px #000; }
.toast__ic, .steps .is-done span, .socials a:hover, .cat:hover .cat__go, .sticker, .promo__sticker, .about-hero__card, .totop:hover { color: var(--on-neon); }
.totop { background: var(--surface); }
.cursor.is-hover::before { background: rgba(111, 227, 255, .12); border-color: var(--cyan); }
.cursor-dot { background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.scrollbar span { box-shadow: 0 0 12px rgba(47, 123, 255, .9); }

/* ---------- Kartu & permukaan ---------- */
.p-card__media { border: 1px solid var(--line); background: #0C1838; transition: transform .5s var(--ease), box-shadow .5s, border-color .5s; }
.p-card:hover .p-card__media { border-color: rgba(47, 123, 255, .6); box-shadow: var(--glow); }
.p-card__wish { border: 1px solid var(--line); color: var(--ink); }
.p-card__title { font-family: var(--font-d); font-weight: 600; font-size: 16px; }
.price strong { color: var(--ink); }
.p-card .price strong { color: var(--lime); }
.stockbar > span::after { background: linear-gradient(90deg, var(--violet), var(--accent)); box-shadow: 0 0 10px rgba(47, 123, 255, .8); }
.testi__card, .why__card, .value, .channel, .perks li, .pd__price, .cart__card, .a-products__in, .track__card, .ticks--lg li, .fbt__wrap, .usp--boxed, .spec, .search__item { border-color: var(--line); background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01)), var(--surface); }
.testi__card:hover, .channel:hover, .value:hover { border-color: rgba(111, 227, 255, .5); box-shadow: var(--glow-cyan); background: var(--surface); color: var(--ink); }
.channel:hover span { color: var(--muted); }
.check input:checked + .check__box, .size input:checked + span { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 0 14px -2px rgba(47, 123, 255, .8); }
.option input:checked + .option__box { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent), 0 0 20px -8px rgba(47, 123, 255, .8); }
.option input:checked + .option__box::after { border-color: var(--accent); }
.acc__item.is-open .acc__ic, .steps .is-active span { background: var(--accent); border-color: var(--accent); color: #fff; }
.field input, .field textarea, .field select, .price-in input, .select select { background: #061029; color: var(--ink); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(111, 227, 255, .12); }
.faq-search, .track__form, .qty, .view { background: var(--surface); }
.hero__chip { background: rgba(8, 18, 44, .8); border-color: rgba(47, 123, 255, .35); box-shadow: 0 0 24px -10px rgba(47, 123, 255, .7); }
.hero__chip b, .pd__flash b { color: var(--lime); font-family: var(--font-logo); letter-spacing: .06em; }
.cd__box b { font-family: var(--font-logo); color: var(--lime); text-shadow: 0 0 14px rgba(143, 227, 255, .5); }
.cd__box { border-radius: 6px; }
.a-next__item:hover, .faq__nav a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.testi__prod:hover { background: var(--accent); color: #fff; }
.legal__nav a:hover { color: var(--lime); }
.jobs a:hover { color: var(--lime); }

/* ---------- Section gelap: bingkai neon ---------- */
.flash, .why, .timeline-sec, .feature { background: linear-gradient(180deg, #0A1533, #040A1A); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06); }
.flash::after, .why::after { content: ''; position: absolute; left: 10%; right: 10%; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), var(--cyan), transparent); }
.why { position: relative; }
.brands { background: linear-gradient(90deg, var(--accent), var(--violet)); color: #fff; }
.brands__track span:nth-child(4n + 1) { -webkit-text-stroke-color: #fff; }
.brands__track span { font-family: var(--font-logo); font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.brands__track i { color: var(--lime); }
.band__inner { background: linear-gradient(120deg, var(--accent), var(--violet)); }
.footer { background: linear-gradient(180deg, #07102A, #02060F); box-shadow: inset 0 1px 0 rgba(47, 123, 255, .35); }
.footer__word { font-family: var(--font-logo); font-weight: 900; font-size: 17vw; -webkit-text-stroke: 1px rgba(47, 123, 255, .22); }
.footer:hover .footer__word { -webkit-text-stroke-color: rgba(111, 227, 255, .45); }
.promo__card { background: linear-gradient(120deg, #0B2A6B, var(--violet) 60%, #1B4FD6); }
.contact__info, .filters__promo { background: linear-gradient(140deg, #0B2A6B, var(--violet)); }
.cat { border: 1px solid var(--line); }
.cat:hover { box-shadow: var(--glow); }
.cat__body b { font-family: var(--font-d); text-transform: uppercase; }
.grain { display: none; }

/* ---------- Hero gaming ---------- */
.blob { opacity: .35; }
.blob--1 { background: var(--accent); }
.blob--2 { background: var(--violet); }
.blob--3 { background: var(--cyan); opacity: .18; }
.grid-floor { position: absolute; left: -20%; right: -20%; bottom: -10%; height: 55%; background: linear-gradient(rgba(47, 123, 255, .35) 1px, transparent 1px) 0 0 / 60px 60px, linear-gradient(90deg, rgba(47, 123, 255, .35) 1px, transparent 1px) 0 0 / 60px 60px; transform: perspective(500px) rotateX(62deg); transform-origin: 50% 100%; mask-image: linear-gradient(transparent, #000 70%); -webkit-mask-image: linear-gradient(transparent, #000 70%); animation: floor 3s linear infinite; opacity: .5; }
@keyframes floor { to { background-position: 0 60px, 0 0; } }
.scan { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 4px); mix-blend-mode: overlay; }
.hero__title { font-weight: 700; line-height: .95; }
.hero__brand { display: block; margin-left: -1.5%; }
.hero__logo { --logo-h: auto; width: min(100%, 620px); animation: bob 7s ease-in-out infinite; }
.hero__logo .logo__img { filter: drop-shadow(0 0 30px rgba(47, 123, 255, .55)); animation: logoGlow 4s ease-in-out infinite; }
.hero__tagline { display: block; margin-top: 14px; font-size: clamp(1.6rem, 3.2vw, 2.6rem); text-transform: uppercase; }
.hero__lead { color: var(--ink-2); }
.planet__body { box-shadow: 0 0 0 2px rgba(47, 123, 255, .6), 0 0 60px -6px rgba(47, 123, 255, .6), 0 0 120px -20px rgba(79, 110, 255, .8); }
.planet__body::after { background: radial-gradient(circle at 30% 25%, transparent 35%, rgba(3, 8, 23, .6) 100%), linear-gradient(135deg, rgba(47, 123, 255, .25), rgba(111, 227, 255, .2)); }
.planet__ring { border-color: var(--cyan); border-top-color: transparent; filter: drop-shadow(0 0 6px var(--cyan)); }
.planet__glow { background: radial-gradient(circle, rgba(47, 123, 255, .55), rgba(79, 110, 255, .3) 45%, transparent 68%); }
.orbit-path { border-color: rgba(111, 227, 255, .25); }
.orbit__card { background: rgba(8, 18, 44, .9); box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 14px 34px -14px #000; }
.orbit__card small { color: var(--lime); }
.orbit__item:hover .orbit__card { box-shadow: var(--glow); }
.float { background: rgba(8, 18, 44, .82); box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 18px 40px -18px #000; }
.float > .ic { background: var(--accent); color: #fff; box-shadow: 0 0 16px -2px rgba(47, 123, 255, .8); }
.avatars span { border-color: #081330; }
.sticker, .promo__sticker { box-shadow: 0 0 30px -4px rgba(143, 227, 255, .6); }
.sticker b, .promo__sticker b { font-family: var(--font-logo); font-weight: 900; }
.hero__scroll span::after { background: var(--accent); }
.hero__stats dt { font-family: var(--font-logo); font-weight: 800; }
.stats-row b { font-family: var(--font-logo); font-weight: 800; }
.manifesto__text { text-transform: none; }

/* ---------- Gaming Zone ---------- */
.gz { position: relative; overflow: hidden; margin-inline: clamp(0px, 1.5vw, 20px); border-radius: var(--radius-lg); background: linear-gradient(160deg, #0A1740 0%, #050C22 45%, #06203A 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06); }
.gz__bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(600px 400px at 15% 20%, rgba(47, 123, 255, .25), transparent 60%), radial-gradient(600px 400px at 90% 80%, rgba(111, 227, 255, .18), transparent 60%); }
.gz__bg::after { content: 'GAMING'; position: absolute; right: -2%; top: 4%; font-family: var(--font-logo); font-weight: 900; font-size: 16vw; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .05); }
.gz .container { position: relative; }
.gz__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: end; margin-bottom: 40px; }
.gz__sub { margin: 0; color: var(--ink-2); font-size: 17px; }
.gz__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: stretch; }
.gz__hero { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 560px; padding: 28px; overflow: hidden; border-radius: var(--radius-lg); isolation: isolate; box-shadow: inset 0 0 0 1px rgba(47, 123, 255, .45), 0 0 50px -20px rgba(47, 123, 255, .8); }
.gz__hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.gz__hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3, 8, 23, .1) 20%, rgba(3, 8, 23, .95) 85%); }
.gz__hero:hover > img { transform: scale(1.06); }
.gz__label { position: absolute; top: 20px; left: 20px; display: flex; gap: 8px; }
.gz__hero h3 { font-family: var(--font-d); font-size: clamp(1.6rem, 2.8vw, 2.3rem); text-transform: uppercase; line-height: 1.05; }
.gz__hero p { margin: 10px 0 18px; color: var(--ink-2); max-width: 44ch; }
.gz__stats { display: grid; gap: 10px; margin-bottom: 20px; }
.gz__stat { display: grid; grid-template-columns: 110px 1fr 70px; align-items: center; gap: 12px; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gz__stat i { height: 6px; background: rgba(255, 255, 255, .1); overflow: hidden; clip-path: polygon(3px 0, 100% 0, calc(100% - 3px) 100%, 0 100%); }
.gz__stat i b { display: block; height: 100%; width: var(--w); background: linear-gradient(90deg, var(--cyan), var(--lime)); box-shadow: 0 0 10px var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform 1.4s var(--ease) .3s; }
.gz__hero.is-in .gz__stat i b, .gz__hero:not([data-reveal]) .gz__stat i b { transform: none; }
.gz__stat em { font-style: normal; font-family: var(--font-logo); color: var(--lime); text-align: right; }
.gz__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; }
.gz__foot .price strong { font-family: var(--font-logo); font-size: 26px; color: var(--lime); }
.gz__list { grid-template-columns: repeat(2, 1fr); gap: 20px; align-content: start; }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.tier { position: relative; display: grid; gap: 4px; padding: 22px 60px 22px 22px; clip-path: var(--chamfer); background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); transition: background .4s, box-shadow .4s, transform .5s var(--ease); }
.tier small { font-family: var(--font-logo); font-size: 11px; letter-spacing: .2em; color: var(--cyan); }
.tier b { font-family: var(--font-d); font-size: 1.5rem; text-transform: uppercase; }
.tier span { color: var(--muted); font-size: 14px; }
.tier .ic { position: absolute; right: 22px; top: 50%; width: 26px; height: 26px; transform: translateY(-50%); transition: transform .5s var(--ease); }
.tier:hover { background: rgba(47, 123, 255, .12); box-shadow: inset 0 0 0 1px var(--accent); transform: translateY(-4px); }
.tier:hover .ic { transform: translate(6px, -50%); color: var(--lime); }

/* ---------- PLANET88 PASS ---------- */
.pass__card { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px); padding: clamp(28px, 5vw, 56px); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(79, 110, 255, .2), rgba(47, 123, 255, .12) 50%, rgba(111, 227, 255, .12)), var(--surface); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.pass__card::before { content: 'PASS'; position: absolute; left: -1%; bottom: -8%; font-family: var(--font-logo); font-weight: 900; font-size: 13vw; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .05); pointer-events: none; }
.pass__info { position: relative; }
.pass__info > p:not(.eyebrow) { margin: 16px 0 24px; color: var(--ink-2); }
.pass__xp { margin: 0 0 26px; padding: 18px; border-radius: var(--radius); background: rgba(3, 8, 23, .6); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.pass__xp header { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pass__xp header b { font-family: var(--font-logo); color: var(--lime); }
.pass__bar { height: 12px; background: rgba(255, 255, 255, .08); clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%); }
.pass__bar span { display: block; height: 100%; width: 74%; background: linear-gradient(90deg, var(--violet), var(--accent), var(--lime)); box-shadow: 0 0 16px var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 1.8s var(--ease) .3s; }
.pass__xp.is-in .pass__bar span { transform: none; }
.pass__levels { position: relative; display: grid; gap: 12px; }
.pass__levels li { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 16px; padding: 16px 18px; border-radius: var(--radius); background: rgba(3, 8, 23, .45); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07); transition: box-shadow .4s, transform .5s var(--ease); }
.pass__levels li:hover { box-shadow: inset 0 0 0 1px var(--lvl), 0 0 26px -10px var(--lvl); transform: translateX(6px); }
.pass__lvl { display: grid; place-items: center; width: 64px; height: 64px; font-family: var(--font-logo); font-weight: 900; font-size: 18px; color: var(--lvl); background: rgba(255, 255, 255, .04); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); text-shadow: 0 0 12px var(--lvl); }
.pass__levels b { display: block; font-family: var(--font-d); font-size: 1.15rem; text-transform: uppercase; color: var(--lvl); }
.pass__levels small { color: var(--ink-2); font-size: 14px; }
.pass__levels em { font-style: normal; font-family: var(--font-logo); font-size: 12px; color: var(--muted); white-space: nowrap; }

/* ---------- Responsif tema ---------- */
@media (max-width: 980px) {
  .gz__head, .gz__grid, .pass__card { grid-template-columns: 1fr; }
  .gz__hero { min-height: 480px; }
  .tiers { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .gz { margin-inline: 0; }
  .gz__list { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .gz__stat { grid-template-columns: 84px 1fr 56px; font-size: 11px; }
  .logo .logo__fx { --logo-h: 38px; }
  .footer__brand .logo__fx { --logo-h: 52px; }
  .loader__brand .logo__fx { --logo-h: 62px; }
  .pass__levels li { grid-template-columns: 52px 1fr; }
  .pass__lvl { width: 52px; height: 52px; font-size: 15px; }
  .pass__levels em { grid-column: 2; }
  .hero__brand { font-size: clamp(2.6rem, 14vw, 4rem); }
  .hero__chip { font-size: 12.5px; padding: 7px 12px 7px 10px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .glitch::before, .glitch::after { display: none; }
  .gz__stat i b, .pass__bar span { transform: none; }
}
