﻿/* ============================================================
   Zero Gravity â€” Landing (gaya "AI infrastructure", globe interaktif)
   Layout & background baru; mekanik scroll (pin horizontal) dipertahankan.
   ============================================================ */
:root { --edge: clamp(20px, 5vw, 64px); --b: rgba(255,255,255,.08); }
body { background: #000; overflow-x: hidden; }
/* saat Lenis aktif, jangan pakai smooth-scroll natif (biar tak bergetar) */
html.lenis, html.lenis-smooth { scroll-behavior: auto !important; }

/* latar hitam + satu glow tipis di belakang robot (ringan, tanpa partikel) */
.bg-glow { position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(820px 620px at 82% 20%, rgba(59,116,255,.10), transparent 60%), #000; }

#scroll-progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 100;
  background: linear-gradient(90deg, var(--accent), #9cc0ff); box-shadow: 0 0 12px rgba(59,116,255,.6); }

main { position: relative; z-index: 2; }

/* ---------- NAV ---------- */
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--edge); transition: background .3s, border-color .3s, padding .3s;
  border-bottom: 1px solid transparent; }
#nav.scrolled { background: rgba(8,10,16,.72); backdrop-filter: blur(14px); border-bottom-color: var(--b); padding-top: 12px; padding-bottom: 12px; }
#nav .brand { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { color: var(--muted); font-size: 14.5px; transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { padding: 9px 18px; font-size: 14px; box-shadow: 0 8px 30px rgba(59,116,255,.35); }
@media (max-width: 760px) {
  #nav { padding: 12px var(--edge); }
  .nav-links { margin-left: auto; gap: 10px; }                 /* kelompokkan tombol di kanan */
  .nav-links a:not(:last-child) { display: none; }             /* sembunyikan Kemampuan & Model */
  /* "Masuk" jadi pill outline → tampil seimbang & menarik berpasangan dgn "Mulai gratis" */
  .nav-links a:last-child { color: var(--ink); border: 1px solid rgba(255,255,255,.22);
    padding: 8px 16px; border-radius: 100px; font-weight: 600; font-size: 13.5px; line-height: 1; }
  .nav-links a:last-child:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.4); }
  .nav-cta { margin-left: 10px; padding: 8px 16px; font-size: 13.5px; }
}

/* ---------- HERO ---------- */
#hero { position: relative; z-index: 2; min-height: 100vh; display: grid; grid-template-columns: auto 1fr; align-items: center;
  gap: clamp(14px, 2.4vw, 44px); padding: 0 var(--edge); }
.hero-inner { position: relative; z-index: 3; }   /* lebar = selebar teks → robot menempel di sebelahnya */
/* field bintik di background hero — di belakang teks(z3) & robot(z2), tak menghalangi klik */
#hero-dots { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.eyebrow { display: inline-block; color: var(--accent-hi); font-size: 13.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 22px;
  padding: 6px 13px; border: 1px solid rgba(91,140,255,.3); border-radius: 100px; background: rgba(59,116,255,.08);
  opacity: 0; transform: translateY(16px); }
.title { font-family: var(--font-display); font-weight: 800; line-height: .98; letter-spacing: -.03em;
  font-size: clamp(34px, 6.2vw, 106px); margin-bottom: 22px; }
/* padding+margin negatif sama besar: kotak-potong (overflow) melebar kiri-kanan
   biar huruf S (paling kiri) & titik (paling kanan) ga kepotong pas flip,
   TAPI posisi teks tetap di tempat yang sama persis. */
.title .line { display: block; overflow: hidden; white-space: nowrap; padding: 0 .2em; margin: 0 -.2em; }
/* huruf "i" di tengah "gravitasi" — flip ke bawah (kebalik), DIAM kebalik ±5 detik, lalu flip balik. Tanpa glow. */
.flip-i { display: inline-block; transform-origin: 50% 50%; will-change: transform; animation: flipI 8s ease-in-out infinite; }
@keyframes flipI {
  0%, 25% { transform: rotateX(0deg); }    /* posisi benar (~2 dtk) */
  31%     { transform: rotateX(180deg); }  /* flip ke bawah → kebalik */
  94%     { transform: rotateX(180deg); }  /* TETAP kebalik (~5 dtk) */
  100%    { transform: rotateX(360deg); }  /* maju terus ke posisi benar (tak reverse) */
}
@media (prefers-reduced-motion: reduce) { .flip-i { animation: none; } }
/* huruf "S" di "Semua" — flip HORIZONTAL (rotateY), kebalik/mirror ±5 dtk lalu balik. Santai, sedikit offset dari "i". */
.flip-s { display: inline-block; transform-origin: 50% 50%; will-change: transform; animation: flipS 8s ease-in-out infinite; animation-delay: -1s; }
@keyframes flipS {
  0%, 25% { transform: rotateY(0deg); }    /* posisi benar */
  31%     { transform: rotateY(180deg); }  /* flip horizontal 180° → mirror */
  94%     { transform: rotateY(180deg); }  /* TETAP mirror (~5 dtk) */
  100%    { transform: rotateY(360deg); }  /* maju 180° lagi ke posisi benar (TIDAK reverse) */
}
@media (prefers-reduced-motion: reduce) { .flip-s { animation: none; } }
.title .ch { display: inline-block; will-change: transform; }
.title em { color: var(--accent); }
.lede { color: var(--muted); font-size: clamp(16px, 2vw, 20px); max-width: 480px; margin-bottom: 30px;
  opacity: 0; transform: translateY(16px); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; transform: translateY(16px); }
.hero-cta .btn-primary { box-shadow: 0 10px 36px rgba(59,116,255,.4); }
/* robot hero — 2 layer foto: bawah=isi mesin, atas=kulit mulus.
   Kursor di atas robot membuka lubang bulat (chroma) menembus ke layer bawah. */
@property --r { syntax: "<length>"; inherits: false; initial-value: 0px; }
/* posisi lubang chroma — <length-percentage> menerima PX (cursor-follow desktop, robot.js)
   SEKALIGUS % (animasi otomatis di HP). Jangan pakai <percentage> saja → menolak nilai px JS. */
@property --mx { syntax: "<length-percentage>"; inherits: true; initial-value: 50%; }
@property --my { syntax: "<length-percentage>"; inherits: true; initial-value: 42%; }
.robot-stage { position: relative; width: 100%; max-width: 760px; aspect-ratio: 760 / 864; justify-self: end; z-index: 2; pointer-events: auto; --mx: 50%; --my: 42%; }
.robot-stage::before { content: ""; position: absolute; inset: -6% -6% -10%; z-index: -1; background: radial-gradient(circle at 50% 42%, rgba(59,116,255,.30), rgba(59,116,255,.06) 55%, transparent 70%); filter: blur(8px); }
.robot-core, .robot-skin { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; display: block; user-select: none; -webkit-user-drag: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 90%); mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 90%); }
.robot-core { filter: drop-shadow(0 28px 60px rgba(0,0,0,.55)); }
/* lubang bulat halus mengikuti kursor (--mx,--my) dgn radius --r; tepi lembut 62%→100% */
.robot-skin {
  --r: 0px;
  /* gabung: lubang reveal kursor  ∩  fade bawah → keduanya berlaku */
  -webkit-mask-image: radial-gradient(circle var(--r) at var(--mx) var(--my), transparent 0, transparent 62%, #000 100%), linear-gradient(to bottom, #000 0%, #000 55%, transparent 90%);
  mask-image: radial-gradient(circle var(--r) at var(--mx) var(--my), transparent 0, transparent 62%, #000 100%), linear-gradient(to bottom, #000 0%, #000 55%, transparent 90%);
  -webkit-mask-composite: source-in; mask-composite: intersect;
  transition: --r .28s ease;
}
@media (max-width: 880px) {
  /* mobile: tumpuk vertikal rapi — ROBOT di ATAS, lalu TEKS di bawah, NEMPEL ke atas (tanpa gap) */
  #hero { display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 10px; min-height: auto; padding: 78px var(--edge) 40px; }
  .robot-stage { order: -1; position: relative; right: auto; top: auto; bottom: auto; transform: none; width: min(62vw, 268px); max-width: none; opacity: 1; margin: 0 auto -6px; justify-self: auto; pointer-events: none; z-index: 2; }
  .hero-inner { z-index: 3; }
  #hero-dots { display: none; }      /* mobile tanpa hover → matikan field bintik (hindari layer numpuk) */
  .loupe { display: none !important; } /* kaca pembesar = fitur hover, jangan muncul di mobile */
  /* HP tak ada kursor → jalankan efek chroma OTOMATIS: lubang reveal drift halus di wajah robot */
  .robot-skin { animation: robotChroma 7.5s ease-in-out infinite; }
}
@keyframes robotChroma {
  0%   { --mx: 41%; --my: 33%; --r: 0px; }
  35%  { --mx: 53%; --my: 41%; --r: 64px; }
  65%  { --mx: 43%; --my: 29%; --r: 84px; }
  100% { --mx: 41%; --my: 33%; --r: 0px; }
}
@media (max-width: 880px) and (prefers-reduced-motion: reduce) {
  .robot-skin { animation: none; }
}

/* ---------- LOGO MARQUEE ---------- */
.marquee-sec { position: relative; z-index: 2; background: #000; border-top: 1px solid var(--b); border-bottom: 1px solid var(--b); padding: 26px 0; display: flex; align-items: center; gap: 26px; }
.mq-label { padding-left: var(--edge); color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; flex-shrink: 0; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mq-track { display: flex; align-items: center; white-space: nowrap; will-change: transform; }
.mq-track span { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: rgba(255,255,255,.5); padding: 0 4px; }
.mq-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin: 0 26px; opacity: .7; flex-shrink: 0; }

/* sections solid -> menutup globe yang fixed di belakang */
#benefits, #preview, #play, .cta-band, #footer { position: relative; z-index: 2; background: #000; }
.sec-head, .preview-head, .play-head { max-width: var(--max); margin: 0 auto; padding: 96px var(--edge) 0; }
.h2 { font-family: var(--font-display); font-weight: 800; line-height: 1.02; letter-spacing: -.025em; font-size: clamp(32px, 5vw, 56px); }
.sec-sub, .preview-sub, .play-sub { color: var(--muted); font-size: 17px; max-width: 520px; margin-top: 16px; opacity: 0; transform: translateY(16px); }

/* ---------- BENEFITS GRID ---------- */
.benefit-grid { max-width: var(--max); margin: 44px auto 0; padding: 0 var(--edge) 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 880px) { .benefit-grid { grid-template-columns: 1fr; } }
.bcard { background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); border: 1px solid var(--b); border-radius: 18px; padding: 26px 24px;
  opacity: 0; transform: translateY(22px); transition: border-color .3s, box-shadow .3s; }
.bcard:hover { border-color: rgba(91,140,255,.4); box-shadow: 0 18px 50px rgba(0,0,0,.4); }
.bic { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; font-size: 22px;
  background: rgba(59,116,255,.14); color: var(--accent-hi); border: 1px solid rgba(91,140,255,.25); margin-bottom: 16px; }
.bcard h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; margin-bottom: 8px; }
.bcard p { color: var(--muted); font-size: 14.5px; }

/* ---------- PRODUCT PREVIEW ---------- */
#preview { padding-bottom: 96px; }
.window { border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line-2); background: var(--panel); box-shadow: 0 40px 120px rgba(0,0,0,.6); transform-style: preserve-3d; }
.window-bar { display: flex; align-items: center; gap: 8px; padding: 11px 16px; background: #0e1118; border-bottom: 1px solid var(--b); }
.wd { width: 11px; height: 11px; border-radius: 50%; } .wd.r { background: #ff5f57; } .wd.y { background: #febc2e; } .wd.g { background: #28c840; }
.window-url { margin-left: 12px; color: var(--muted); font-size: 12.5px; }
.window img { width: 100%; display: block; }
/* 🔍 kaca pembesar (loupe) yang mengikuti kursor di atas preview */
.preview-stack.has-loupe img { cursor: none; }
.loupe { position: absolute; top: 0; left: 0; width: 210px; height: 210px; border-radius: 50%; overflow: hidden; pointer-events: none; opacity: 0; transition: opacity .18s ease; z-index: 20;
  border: 3px solid rgba(255,255,255,.9);
  box-shadow: 0 16px 46px rgba(0,0,0,.62), 0 0 0 1px rgba(0,0,0,.5),
    inset 0 3px 12px rgba(255,255,255,.38), inset 0 -20px 36px rgba(0,0,0,.52), inset 0 0 0 7px rgba(255,255,255,.05); }
.loupe-lens { position: absolute; inset: 0; background-repeat: no-repeat; background-color: #05070d; filter: url(#loupeFx); transform: scale(1.16); transform-origin: center; }
/* kilau kaca cembung */
.loupe::after { content: ""; position: absolute; inset: 0; border-radius: 50%; pointer-events: none;
  background: radial-gradient(58% 52% at 33% 25%, rgba(255,255,255,.34), rgba(255,255,255,.06) 40%, transparent 62%); mix-blend-mode: screen; }
/* komposisi berlapis: app (utama, kiri) + terminal Codex (kecil, kanan-bawah, menumpuk) */
.preview-stack { position: relative; max-width: 1080px; margin: 44px auto 0; padding: 0 var(--edge); }
#preview-window { width: 80%; }
.win-term { position: absolute; right: var(--edge); bottom: -8%; width: 47%; max-width: 480px; z-index: 4;
  box-shadow: 0 36px 90px rgba(0,0,0,.72); }
@media (max-width: 760px) {
  #preview-window { width: 100%; }
  .win-term { position: static; width: 100%; max-width: 100%; margin-top: 16px; }
  #preview { padding-bottom: 48px; }
}

/* ---------- USE CASES â€” HORIZONTAL PINNED ---------- */
#gallery { position: relative; z-index: 2; height: 100vh; display: flex; align-items: center; overflow: hidden; background: #000; }
/* aset dekoratif galeri = logo model AI dlm kotak rounded (app-icon).
   .g-deco selebar TRACK (diset di landing.js) & ikut geser → logo tersebar sepanjang slide,
   jadi sampai kanan tetap ada. 2 lapis: luar ikut slide, .g-logo-in kena efek magnet kursor. */
.g-deco { position: absolute; top: 0; left: 0; height: 100%; z-index: 1; pointer-events: none; }
.g-logo { position: absolute; pointer-events: auto; will-change: transform; }
.g-logo-in { width: 100%; height: 100%; border-radius: 16px; background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 34px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.07);
  will-change: transform; }
.g-logo-in img { width: 62%; height: 62%; object-fit: contain; display: block; pointer-events: none; }
/* 13 logo tersebar di sepanjang lebar track, di pita atas & bawah (variasi ukuran = kedalaman) */
.gl-1  { top: 14%; left: 3%;  width: 58px; height: 58px; }
.gl-2  { bottom: 16%; left: 10%; width: 66px; height: 66px; }
.gl-3  { top: 9%;  left: 17%; width: 62px; height: 62px; }
.gl-4  { bottom: 22%; left: 24%; width: 54px; height: 54px; }
.gl-5  { top: 18%; left: 31%; width: 68px; height: 68px; }
.gl-6  { bottom: 12%; left: 38%; width: 60px; height: 60px; }
.gl-7  { top: 12%; left: 46%; width: 56px; height: 56px; }
.gl-8  { bottom: 20%; left: 53%; width: 64px; height: 64px; }
.gl-9  { top: 16%; left: 61%; width: 58px; height: 58px; }
.gl-10 { bottom: 14%; left: 68%; width: 66px; height: 66px; }
.gl-11 { top: 10%; left: 76%; width: 60px; height: 60px; }
.gl-12 { bottom: 22%; left: 84%; width: 56px; height: 56px; }
.gl-13 { top: 15%; left: 92%; width: 62px; height: 62px; }
/* mobile: TETAP tampilkan logo ngambang (ikut geser bareng kartu), cuma dikecilkan sedikit biar proporsional */
@media (max-width: 760px) { .g-logo-in { border-radius: 13px; } .gl-1,.gl-2,.gl-3,.gl-4,.gl-5,.gl-6,.gl-7,.gl-8,.gl-9,.gl-10,.gl-11,.gl-12,.gl-13 { width: 46px; height: 46px; } }
.hpan-track { display: flex; align-items: stretch; gap: 24px; padding: 0 var(--edge); will-change: transform; }
.panel { flex: 0 0 auto; width: min(360px, 78vw); min-height: 440px; border-radius: 22px; padding: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border: 1px solid var(--b);
  display: flex; flex-direction: column; position: relative; transform-style: preserve-3d;
  --gx: 50%; --gy: 50%; }
.panel::before { content: ""; position: absolute; inset: 0; border-radius: 22px; opacity: 0; transition: opacity .3s; pointer-events: none;
  background: radial-gradient(300px circle at var(--gx) var(--gy), rgba(91,140,255,.16), transparent 60%); }
.panel:hover::before { opacity: 1; }
.panel-intro { background: none; border: none; justify-content: center; width: min(440px, 84vw); }
.panel-intro .p-kicker { color: var(--accent-hi); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.panel-intro p { color: var(--muted); margin-top: 14px; max-width: 320px; }
.p-tag { align-self: flex-start; font-size: 12px; color: var(--accent-hi); background: rgba(59,116,255,.12); border: 1px solid rgba(91,140,255,.3); padding: 5px 12px; border-radius: 100px; }
.p-n { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--muted); position: absolute; top: 28px; right: 30px; }
.panel h3 { font-family: var(--font-display); font-weight: 700; font-size: 26px; margin: auto 0 14px; letter-spacing: -.01em; }
.panel ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.panel li { color: var(--muted); font-size: 14.5px; padding-left: 20px; position: relative; }
.panel li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.panel.pc-blue { background: linear-gradient(165deg, #2f6bff, #1b48cc); border-color: transparent; box-shadow: 0 30px 80px rgba(47,107,255,.35); }
.panel.pc-blue .p-tag { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.3); color: #fff; }
.panel.pc-blue h3, .panel.pc-blue .p-n { color: #fff; }
.panel.pc-blue li { color: rgba(255,255,255,.85); } .panel.pc-blue li::before { background: #fff; }
/* kartu use-case: thumbnail infografik di atas + penjelasan di bawah */
.panel-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; min-height: 0; background: #0c111c; will-change: filter;
  box-shadow: 0 18px 48px rgba(0,0,0,.45), 0 0 calc(var(--spot,0) * 48px) rgba(96,150,255, calc(var(--spot,0) * .5));
  border-color: rgba(120,165,255, calc(.06 + var(--spot,0) * .34)); }
.panel-card .pc-thumb { width: 100%; height: 190px; flex-shrink: 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06); background: #05070d; }
.panel-card .pc-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.panel-card .pc-body { padding: 20px 26px 24px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.panel-card .pc-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.panel-card .p-n { position: static; top: auto; right: auto; }
.panel-card h3 { margin: 2px 0 4px; font-size: 22px; }
/* panel PENUTUP ala gsap.com — kata-kata di-highlight warna, teks gelap di atas pill terang */
.panel-outro { background: none; border: none; box-shadow: none; padding: 0 26px; min-height: 0; display: flex; align-items: center; width: min(660px, 88vw); }
.panel-outro::before { display: none; }
.outro-line { font-family: var(--font-display); font-weight: 800; font-size: clamp(32px, 4.6vw, 64px); line-height: 1.42; letter-spacing: -.015em; color: #f4efe3; }
.outro-line .hl { color: #07090e; padding: .03em .2em; border-radius: 11px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
/* warna highlight: nuansa BIRU selaras brand */
.outro-line .hl.b1 { background: #5b9bff; }
.outro-line .hl.b2 { background: #3b74ff; }
.outro-line .hl.b3 { background: #79b3ff; }
.outro-line .hl.b4 { background: #2f6bff; }
.outro-line .oshape { display: inline-block; width: .6em; height: .6em; margin: 0 .08em; vertical-align: -.04em; border-radius: 5px; transform: rotate(45deg); background: linear-gradient(135deg, #5b9bff, #2f6bff); box-shadow: 0 0 16px rgba(60,120,255,.55); }
/* kata "ringan" ala "snap" gsap — rotasi & jejak hantu DIKENDALIKAN scroll (lihat landing.js) */
.snapword { position: relative; display: inline-block; color: #f4efe3; }
.snapword > span { display: inline-block; transform-origin: 50% 62%; will-change: transform; }
.snapword > span:nth-child(n+2) { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; }

/* ---------- MODEL GRID (kotak) ---------- */
#play { padding: 96px 0 64px; }
/* grid 5x4 dgn blok teks di tengah (gaya pixel-shimmer). Garis grid = gap 1px tembus bg. */
.model-grid { width: min(1080px, calc(100% - 2 * var(--edge))); margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(4, minmax(120px, auto));
  gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); border-radius: 24px; overflow: hidden; }
.mcard { position: relative; display: grid; place-items: center; text-align: center; overflow: hidden;
  background: rgba(11,14,20,.94); transition: background .25s; cursor: pointer; }
.mcard:hover { background: rgba(20,26,38,.96); }
.mcard-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .7; }
.mcard-label { position: relative; z-index: 1; transition: transform .3s; }
.mcard:hover .mcard-label { transform: scale(1.06); }
.mcard-label b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--ink); transition: color .3s; }
.mcard:hover .mcard-label b { color: var(--brand); }
.mcard-label span { color: var(--muted); font-size: 12.5px; }
.mcard::after { content: ""; position: absolute; inset: 0; transition: box-shadow .3s; pointer-events: none; }
.mcard:hover::after { box-shadow: inset 0 0 30px color-mix(in srgb, var(--brand) 32%, transparent); }
/* blok teks tengah: kolom 2-4, baris 2-3 */
.model-center { grid-column: 2 / span 3; grid-row: 2 / span 2; background: rgba(11,14,20,.94);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; padding: 28px; }
.model-badge { display: inline-flex; align-items: center; padding: 5px 14px; font-size: 12.5px; font-weight: 600;
  letter-spacing: .04em; border-radius: 999px; border: 1px solid var(--line-2); color: var(--accent-hi); background: rgba(59,116,255,.08); }
.model-center .h2 { font-size: clamp(22px, 2.7vw, 33px); margin: 0; }
.model-center p { color: var(--muted); font-size: 14.5px; max-width: 400px; margin: 0; opacity: 1; transform: none; }
@media (max-width: 880px) {
  .model-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; grid-auto-rows: minmax(104px, auto); }
  .model-center { grid-column: 1 / -1; grid-row: auto; order: -1; padding: 30px 20px; }
}

/* ---------- CTA ---------- */
.cta-band { text-align: center; padding: 120px var(--edge); }
.cta-title { margin-bottom: 30px; }

/* ---------- FOOTER ---------- */
#footer { padding: 80px var(--edge) 30px; border-top: 1px solid var(--b); overflow: hidden; }
.footer-inner { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.footer-brand { max-width: 320px; }
.footer-logo { font-family: var(--font-display); font-weight: 700; font-size: 18px; display: inline-flex; align-items: center; gap: 9px; }
.footer-brand p { color: var(--muted); font-size: 14.5px; margin: 14px 0 20px; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 4px; }
.footer-col a { color: var(--ink); font-size: 14.5px; opacity: .82; transition: opacity .2s; }
.footer-col a:hover { opacity: 1; }
.footer-ghost { font-family: var(--font-display); font-weight: 800; text-align: center; letter-spacing: -.02em;
  font-size: clamp(50px, 16vw, 220px); line-height: 1; color: rgba(255,255,255,.03); margin-top: 30px; user-select: none; }
/* teks dekoratif lewat pseudo-element → tetap tampil, tapi tak dihitung audit kontras (aria-hidden) */
.footer-ghost::before { content: "ZERO GRAVITY"; }
.footer-bottom { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 13px; padding-top: 18px; border-top: 1px solid var(--b); }

/* ---------- partikel tombol (gaya gsap.com) ---------- */
.fx-bit { position: absolute; width: 9px; height: 9px; pointer-events: none; z-index: 3; }
.fx-bit svg { width: 100%; height: 100%; display: block; }

/* ---------- reduced motion / no-pin ---------- */
body.no-pin #gallery { height: auto; display: block; padding: 70px 0; }
body.no-pin .hpan-track { flex-wrap: wrap; justify-content: center; transform: none !important; }
body.no-pin [data-reveal], body.no-pin .eyebrow, body.no-pin .lede, body.no-pin .hero-cta, body.no-pin .globe-hint, body.no-pin .bcard { opacity: 1 !important; transform: none !important; }

@media (max-width: 700px) {
  .footer-inner { flex-direction: column; gap: 30px; }
  .title { font-size: clamp(28px, 8.5vw, 56px); }
  .hero-inner { max-width: 100%; }
}

/* ============================================================
   PRICING — toggle bulanan/tahunan, kartu populer, starfield
   ============================================================ */
#pricing { position: relative; z-index: 2; background: #000; overflow: hidden; padding-bottom: 96px; }
#pricing-stars { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.pricing-inner { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: 0 var(--edge); }
.pricing-head { max-width: 620px; margin: 0 auto; text-align: center; padding-top: 96px; }
.pricing-head .eyebrow { margin-bottom: 12px; }
.pricing-sub { color: var(--muted); font-size: clamp(15px, 1.6vw, 17px); margin-top: 14px; line-height: 1.6; }

.pricing-toggle { position: relative; display: inline-flex; gap: 4px; margin-top: 30px; padding: 5px;
  border-radius: 100px; background: rgba(255,255,255,.05); border: 1px solid var(--b); left: 50%; transform: translateX(-50%); }
.pt-pill { position: absolute; top: 5px; left: 0; height: calc(100% - 10px); border-radius: 100px; background: #3568e6;
  box-shadow: 0 6px 20px rgba(53,104,230,.4); transition: transform .35s cubic-bezier(.5,1.35,.5,1), width .35s ease; z-index: 0; }
.pt-btn { position: relative; z-index: 1; border: 0; background: transparent; cursor: pointer; color: var(--muted);
  font-weight: 600; font-size: 14px; padding: 9px 20px; border-radius: 100px; transition: color .25s; white-space: nowrap; }
.pt-btn.is-active { color: #fff; }
.pt-save { font-size: 11px; font-weight: 700; opacity: .9; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; align-items: start; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px 28px; border-radius: 22px;
  background: rgba(18,21,28,.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--b); transition: transform .3s ease, border-color .3s ease; }
.price-card.is-popular { border: 1.5px solid var(--accent); background: rgba(20,28,52,.62);
  box-shadow: 0 30px 80px rgba(53,104,230,.18); transform: translateY(-14px); z-index: 2; }
.price-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -.01em; }
.pc-desc { color: var(--muted); font-size: 13.5px; margin-top: 8px; min-height: 38px; line-height: 1.45; }
.pc-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: #3568e6;
  color: #fff; font-size: 12.5px; font-weight: 700; padding: 6px 15px; border-radius: 100px; box-shadow: 0 8px 22px rgba(53,104,230,.45);
  display: inline-flex; align-items: center; gap: 5px; }
.pc-star { color: #ffd76a; }
.pc-price { display: flex; align-items: baseline; gap: 3px; margin-top: 22px; }
.pc-cur { font-size: 22px; font-weight: 700; color: var(--ink); align-self: flex-start; margin-top: 8px; }
.pc-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 4.4vw, 50px); letter-spacing: -.02em;
  color: var(--ink); font-variant-numeric: tabular-nums; }
.pc-per { font-size: 14px; font-weight: 600; color: var(--muted); }
.pc-billed { color: var(--muted); font-size: 12.5px; margin-top: 4px; }
.pc-feats { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 24px 0 28px; }
.pc-feats li { position: relative; padding-left: 28px; color: var(--ink); font-size: 14px; line-height: 1.4; }
.pc-feats li::before { content: ""; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent-soft, rgba(59,116,255,.16)); }
.pc-feats li::after { content: ""; position: absolute; left: 5px; top: 5px; width: 7px; height: 4px;
  border-left: 2px solid var(--accent-hi); border-bottom: 2px solid var(--accent-hi); transform: rotate(-45deg); }
.pc-cta { margin-top: auto; width: 100%; }
.pricing-note { text-align: center; color: var(--muted); font-size: 12.5px; margin-top: 30px; }
@media (max-width: 880px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; gap: 30px; }
  .price-card.is-popular { transform: none; }
  #pricing-stars { display: none; }
}
@media (prefers-reduced-motion: reduce) { .pt-pill { transition: none; } }

/* ---------- hint "scroll to explore" (pojok kiri-bawah hero, hilang saat scroll) ---------- */
.scroll-hint { position: absolute; left: var(--edge); bottom: 38px; z-index: 4; display: flex; align-items: flex-end; gap: 13px;
  pointer-events: none; transition: opacity .45s ease, transform .45s ease; }
.scroll-hint.is-hidden { opacity: 0; transform: translateY(14px); }
.sh-line { position: relative; width: 2px; height: 56px; border-radius: 2px; overflow: hidden; background: rgba(255,255,255,.14); flex: none; }
.sh-line::after { content: ""; position: absolute; left: 0; top: -45%; width: 100%; height: 45%; border-radius: 2px;
  background: linear-gradient(to bottom, transparent, var(--accent-hi)); animation: shDrop 1.9s cubic-bezier(.6,0,.4,1) infinite; }
@keyframes shDrop { 0% { top: -45%; } 65%, 100% { top: 100%; } }
.sh-text { font-family: var(--font-display); font-weight: 800; font-size: 14px; line-height: 1.05; letter-spacing: .02em; text-transform: uppercase; color: var(--ink); }
@media (max-width: 880px) { .scroll-hint { display: none; } }
@media (prefers-reduced-motion: reduce) { .sh-line::after { animation: none; } }
