/* ============================================================
   Nagaslot777 — tema "Barongsai Merah"
   Palet: merah naga #cf1930 · emas #f2b90d · tinta #150a10
          jade #12945a · biru #2b6fd4 · putih/ivory
   Kerangka kelas WordPress-style (site-header, entry-content, …)
   ============================================================ */

:root {
  --ink: #150a10;
  --ink-2: #241019;
  --ink-3: #321722;
  --merah: #cf1930;
  --merah-tua: #9e0e23;
  --merah-muda: #fdeef0;
  --emas: #f2b90d;
  --emas-muda: #ffd95e;
  --emas-pucat: #fdf3d7;
  --jade: #12945a;
  --jade-tua: #0b6e42;
  --jade-muda: #e8f6ee;
  --biru: #2b6fd4;
  --biru-muda: #eaf1fc;
  --paper: #fffaf6;
  --putih: #ffffff;
  --garis: #f0dfd6;
  --garis-2: #e6d2c6;
  --teks: #2c1c22;
  --teks-2: #6b5560;
  --radius: 14px;
  --bayang: 0 10px 26px rgba(21, 10, 16, .10);
  --bayang-2: 0 16px 40px rgba(21, 10, 16, .16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }

body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--teks);
  background: var(--paper);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--merah); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.25rem; }

.container { width: min(1160px, 100% - 2.5rem); margin-inline: auto; }

/* ---------- aksesibilitas ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--emas); color: var(--ink); font-weight: 700;
  padding: 10px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}
.text-center { text-align: center; }

/* ---------- tombol ---------- */
.btn {
  display: inline-block; border: 0; cursor: pointer;
  font-weight: 800; font-size: .92rem; letter-spacing: .04em;
  padding: 12px 26px; border-radius: 999px; line-height: 1.2;
  text-align: center; text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--emas { background: linear-gradient(180deg, var(--emas-muda), var(--emas)); color: #231303; box-shadow: 0 6px 18px rgba(242, 185, 13, .45); }
.btn--emas:hover { box-shadow: 0 10px 24px rgba(242, 185, 13, .6); }
.btn--merah { background: linear-gradient(180deg, #e8253f, var(--merah-tua)); color: #fff; box-shadow: 0 6px 18px rgba(207, 25, 48, .4); }
.btn--hijau { background: linear-gradient(180deg, #17b06b, var(--jade-tua)); color: #fff; box-shadow: 0 6px 18px rgba(18, 148, 90, .4); }
.btn--biru { background: linear-gradient(180deg, #4a86e8, #1f55ab); color: #fff; }
.btn--ghost { background: transparent; color: inherit; border: 2px solid currentColor; opacity: .95; }
.btn--sm { padding: 8px 18px; font-size: .8rem; }
.btn--block { display: block; width: 100%; }

/* ---------- topbar + header ---------- */
.topbar {
  background: linear-gradient(90deg, var(--merah-tua), var(--merah));
  color: #ffe9ec; font-size: .78rem;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: .75rem; min-height: 34px; }
.topbar__left { display: flex; align-items: center; gap: .5rem; min-width: 0; }
.topbar__left .txt { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topbar__right { display: flex; align-items: center; gap: .6rem; flex: none; }
.topbar .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--emas); box-shadow: 0 0 0 4px rgba(242, 185, 13, .25); animation: pulse 2.2s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(242,185,13,.3);} 50% { box-shadow: 0 0 0 6px rgba(242,185,13,.08);} }
.badge--18 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 30px; height: 22px; padding: 0 6px; border-radius: 6px;
  background: var(--ink); color: var(--emas); font-weight: 900; font-size: .78rem;
  border: 1px solid rgba(242, 185, 13, .6);
}
.motto { white-space: nowrap; opacity: .95; }

.site-header {
  position: sticky; top: 0; z-index: 120;
  background: rgba(21, 10, 16, .97);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--merah), var(--emas), var(--jade), var(--biru)) 1;
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(21, 10, 16, .35); }
.site-header .container { display: flex; align-items: center; gap: 1.1rem; min-height: 68px; }

.brand { display: flex; align-items: center; gap: .65rem; color: #fff; flex: none; }
.brand:hover { text-decoration: none; }
.brand svg { width: 46px; height: 46px; flex: none; }
.brand__name { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name > span { font-size: 1.28rem; font-weight: 900; letter-spacing: .02em; color: #fff; }
.brand__name .hl { color: var(--emas); }
.brand__name small { font-size: .62rem; font-weight: 600; color: #d9b8c2; letter-spacing: .14em; text-transform: uppercase; }

.main-navigation { margin-left: auto; }
.menu { list-style: none; display: flex; align-items: center; gap: .1rem; padding: 0; }
.menu-item a {
  display: block; color: #f2e3e8; font-weight: 600; font-size: .88rem;
  padding: 9px 10px; border-radius: 9px; white-space: nowrap;
}
.menu-item a:hover { background: rgba(255, 255, 255, .08); text-decoration: none; color: #fff; }
.menu-item.current-menu-item > a { background: var(--merah); color: #fff; }
.menu-item-has-children { position: relative; }
.sub-menu {
  list-style: none; position: absolute; top: calc(100% + 6px); left: 0; min-width: 240px;
  background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 12px;
  box-shadow: var(--bayang-2); padding: 6px; opacity: 0; visibility: hidden;
  transform: translateY(6px); transition: all .18s ease; z-index: 50;
}
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:focus-within .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-menu a { padding: 9px 12px; border-radius: 8px; }
.sub-menu a:hover { background: var(--merah); }
.menu-item-has-children:last-child .sub-menu { left: auto; right: 0; }

.hdr-actions { display: flex; align-items: center; gap: .5rem; flex: none; }
.hdr-searchlink {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 999px; font-size: .95rem;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
}
.hdr-searchlink:hover { background: var(--merah); text-decoration: none; }

.nav-toggle {
  display: none; background: transparent; border: 0; cursor: pointer;
  width: 42px; height: 42px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.22); position: relative;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; margin: 4px auto; border-radius: 2px; transition: all .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- breadcrumb ---------- */
.breadcrumb { background: var(--merah-muda); border-bottom: 1px solid #f6d7dc; font-size: .8rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; padding: 9px 0; }
.breadcrumb li { display: flex; align-items: center; gap: .35rem; color: var(--teks-2); }
.breadcrumb li:not(:last-child)::after { content: "›"; color: var(--merah); font-weight: 700; }
.breadcrumb a { color: var(--merah-tua); font-weight: 600; }
.breadcrumb [aria-current="page"] { color: var(--teks-2); }

/* ---------- seksi umum ---------- */
.section { padding: 64px 0; }
.section--ivory { background: var(--paper); }
.section--putih { background: var(--putih); border-block: 1px solid var(--garis); }
.section--tint { background: linear-gradient(180deg, #fff6ef, var(--paper)); }
.section--gelap { background: radial-gradient(1100px 500px at 85% -10%, rgba(207,25,48,.35), transparent 60%), var(--ink); color: #f6e9ee; }
.section--jade { background: linear-gradient(180deg, #0d5c39, var(--jade-tua)); color: #eafaf1; }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head--center { margin-inline: auto; text-align: center; }
.kicker {
  display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--merah-tua);
  background: var(--emas-pucat); border: 1px solid #eddfae; border-radius: 999px;
  padding: 4px 14px; margin-bottom: 14px;
}
.section--gelap .kicker, .section--jade .kicker { color: #ffe9a8; background: rgba(242,185,13,.14); border-color: rgba(242,185,13,.4); }
.section h2 { font-size: clamp(1.45rem, 3.2vw, 2.1rem); line-height: 1.25; margin-bottom: 12px; letter-spacing: -.01em; }
.section--gelap h2, .section--jade h2 { color: #fff; }
.section-head p { color: var(--teks-2); }
.section--gelap .section-head p, .section--jade .section-head p { color: #d7c2ca; }
.section--jade .section-head p { color: #cdeeda; }

.grid { display: grid; gap: 22px; }
.grid > * { min-width: 0; max-width: 100%; }
.grid--2 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.grid--3 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); }
.grid--4 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); }

/* ---------- hero ---------- */
.hero {
  position: relative; color: #f8edf1; overflow: hidden;
  background:
    radial-gradient(900px 460px at 12% -10%, rgba(207,25,48,.5), transparent 62%),
    radial-gradient(700px 420px at 95% 108%, rgba(242,185,13,.16), transparent 60%),
    var(--ink);
  padding: 84px 0 72px;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.05) 1.2px, transparent 1.3px);
  background-size: 22px 22px;
}
.hero .container { position: relative; }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 44px; align-items: center; }
.hero__title { font-size: clamp(1.9rem, 4.6vw, 3rem); line-height: 1.14; font-weight: 900; color: #fff; margin: 16px 0 14px; letter-spacing: -.015em; }
.hero__title .merah { color: #ff5d72; }
.hero__title .emas { color: var(--emas); }
.hero__sub { font-size: 1.04rem; color: #dcc3cc; max-width: 54ch; }
.hero__chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 20px 0 26px; }
.chip {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  color: #f2e3e8; font-size: .78rem; font-weight: 600;
  padding: 6px 13px; border-radius: 999px;
}
.chip .c18 { color: var(--emas); font-weight: 900; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.hero__cta .note { font-size: .78rem; color: #bfa0ab; flex-basis: 100%; }
.hero__media { position: relative; }
.hero__card {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 2px solid rgba(242,185,13,.55); box-shadow: var(--bayang-2);
  background: var(--ink-2);
}
.hero__card img { width: 100%; height: 340px; object-fit: cover; }
.hero__ribbon {
  position: absolute; left: 14px; bottom: 14px; right: 14px;
  background: rgba(21,10,16,.82); backdrop-filter: blur(4px);
  border: 1px solid rgba(242,185,13,.35); border-radius: 12px;
  padding: 10px 14px; font-size: .8rem; color: #f0dfd6;
}
.hero__ribbon b { color: var(--emas); }
.hero__stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.hstat {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 12px 10px; text-align: center;
}
.hstat b { display: block; font-size: 1.3rem; color: var(--emas); }
.hstat span { font-size: .72rem; color: #d3b7c0; letter-spacing: .04em; }

/* ---------- langkah 4 ---------- */
.steps { counter-reset: langkah; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.step {
  position: relative; background: var(--putih); border: 1px solid var(--garis);
  border-radius: var(--radius); padding: 26px 22px 22px; box-shadow: var(--bayang);
}
.step__num {
  width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--emas-muda), var(--emas)); color: #231303;
  font-weight: 900; font-size: 1.25rem; margin-bottom: 14px;
  box-shadow: 0 6px 14px rgba(242,185,13,.4);
}
.step h3 { font-size: 1.02rem; margin-bottom: 8px; }
.step p { font-size: .88rem; color: var(--teks-2); }
.step a { font-weight: 700; font-size: .85rem; white-space: nowrap; }

/* ---------- kartu unggulan ---------- */
.card {
  background: var(--putih); border: 1px solid var(--garis); border-radius: var(--radius);
  padding: 24px 22px; box-shadow: var(--bayang); position: relative; overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--bayang-2); }
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--merah); }
.card--emas::before { background: linear-gradient(90deg, var(--emas), var(--emas-muda)); }
.card--jade::before { background: var(--jade); }
.card--biru::before { background: var(--biru); }
.card--hitam::before { background: var(--ink); }
.card__icon { font-size: 1.7rem; margin-bottom: 12px; }
.card__icon svg { width: 40px; height: 40px; }
.card h3 { font-size: 1.02rem; margin-bottom: 8px; }
.card p { font-size: .88rem; color: var(--teks-2); }

/* ---------- split (sorotan/mengapa) ---------- */
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; align-items: center; }
.split__media img { border-radius: 18px; box-shadow: var(--bayang-2); border: 1px solid var(--garis-2); width: 100%; object-fit: cover; }
.split__copy h2 { margin-bottom: 14px; }
.checklist { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 12px; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; font-size: .93rem; color: var(--teks); }
.checklist li::before {
  content: "✓"; flex: none; width: 24px; height: 24px; border-radius: 8px;
  background: var(--jade-muda); color: var(--jade-tua); border: 1px solid #bfe6d1;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: .8rem; margin-top: 2px;
}
.checklist li b { display: block; }

/* ---------- ponsel ---------- */
.phone-wrap { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; align-items: center; }
.phone {
  max-width: 290px; margin-inline: auto; background: var(--ink);
  border-radius: 34px; padding: 12px; box-shadow: var(--bayang-2);
  border: 1px solid #3a1f2b;
}
.phone__screen { background: var(--paper); border-radius: 24px; overflow: hidden; }
.phone__notch { width: 90px; height: 16px; background: var(--ink); border-radius: 0 0 12px 12px; margin: 0 auto; }
.phone__bar { background: var(--merah); color: #fff; font-size: .68rem; font-weight: 800; padding: 8px 12px; display: flex; justify-content: space-between; }
.phone__body { padding: 12px; display: grid; gap: 9px; }
.phone__tile { background: var(--putih); border: 1px solid var(--garis); border-radius: 10px; padding: 9px 11px; font-size: .7rem; color: var(--teks-2); display: flex; gap: 8px; align-items: center; }
.phone__tile b { color: var(--teks); font-size: .72rem; display: block; }
.phone__tile .ic { font-size: 1rem; }
.phone__cta { background: linear-gradient(180deg, var(--emas-muda), var(--emas)); border-radius: 10px; text-align: center; font-weight: 900; font-size: .78rem; color: #231303; padding: 9px; }
.feature-rows { display: grid; gap: 16px; }
.frow { display: flex; gap: 14px; align-items: flex-start; background: var(--putih); border: 1px solid var(--garis); border-radius: 12px; padding: 15px 16px; }
.frow .ic { flex: none; width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; background: var(--biru-muda); border: 1px solid #cfdff6; }
.frow--emas .ic { background: var(--emas-pucat); border-color: #eddfae; }
.frow--jade .ic { background: var(--jade-muda); border-color: #bfe6d1; }
.frow--merah .ic { background: var(--merah-muda); border-color: #f6c9d0; }
.frow b { display: block; margin-bottom: 2px; }
.frow p { font-size: .85rem; color: var(--teks-2); }

/* ---------- testimoni ---------- */
.quote-card {
  background: var(--putih); border: 1px solid var(--garis); border-radius: var(--radius);
  padding: 24px 22px; box-shadow: var(--bayang); position: relative;
}
.quote-card::before {
  content: "“"; position: absolute; top: 2px; right: 18px; font-size: 4.4rem;
  font-family: Georgia, serif; color: var(--emas); opacity: .35; line-height: 1;
}
.stars { color: var(--emas); letter-spacing: 2px; font-size: .85rem; margin-bottom: 10px; }
.quote-card__text { font-size: .9rem; color: var(--teks); }
.quote-card__who { margin-top: 16px; display: flex; align-items: center; gap: 10px; }
.avatar {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; color: #fff; font-size: .85rem;
}
.av--merah { background: var(--merah); } .av--jade { background: var(--jade); }
.av--biru { background: var(--biru); } .av--emas { background: var(--emas); color: #231303; }
.quote-card__who b { display: block; font-size: .86rem; }
.quote-card__who span { font-size: .74rem; color: var(--teks-2); }
.testi-note { font-size: .78rem; color: var(--teks-2); margin-top: 18px; text-align: center; }

/* ---------- PENERJEMAH KLAUSUL (inovasi) ---------- */
.decoder { max-width: 900px; margin-inline: auto; }
.decoder__meter {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  background: var(--putih); border: 1px solid var(--garis); border-radius: 12px;
  padding: 12px 16px; margin-bottom: 22px; box-shadow: var(--bayang); font-size: .84rem;
}
.meter-track { flex: 1 1 160px; min-width: 0; height: 12px; border-radius: 999px; background: var(--merah-muda); overflow: hidden; border: 1px solid #f3ccd3; }
.meter-fill { height: 100%; width: 0%; border-radius: 999px; background: linear-gradient(90deg, var(--merah), var(--emas)); transition: width .35s ease; }
.decoder__meter b { color: var(--merah-tua); }
.clause {
  background: var(--putih); border: 1px solid var(--garis); border-radius: var(--radius);
  margin-bottom: 14px; overflow: hidden; box-shadow: var(--bayang);
}
.clause summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; gap: 12px;
  padding: 16px 18px; font-weight: 700; font-size: .95rem;
}
.clause summary::-webkit-details-marker { display: none; }
.clause summary::after {
  content: "▾"; margin-left: auto; flex: none; color: var(--merah); font-size: 1rem;
  transition: transform .2s ease;
}
.clause[open] summary::after { transform: rotate(180deg); }
.clause summary:hover { background: var(--merah-muda); }
.clause__badge {
  flex: none; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; background: var(--biru-muda); color: #1f55ab; border: 1px solid #cfdff6;
}
.clause__badge--merah { background: var(--merah-muda); color: var(--merah-tua); border-color: #f3ccd3; }
.clause__badge--jade { background: var(--jade-muda); color: var(--jade-tua); border-color: #bfe6d1; }
.clause__badge--emas { background: var(--emas-pucat); color: #8a6a05; border-color: #eddfae; }
.clause__body { padding: 4px 18px 20px; border-top: 1px dashed var(--garis-2); }
.clause__orig {
  font-size: .86rem; color: var(--teks-2); background: var(--paper);
  border-left: 4px solid var(--ink-3); padding: 12px 14px; border-radius: 0 10px 10px 0;
  margin: 14px 0; font-style: italic;
}
.clause__label { font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--teks-2); margin-bottom: 6px; }
.clause__mean { font-size: .92rem; margin-bottom: 14px; }
.flags { display: grid; gap: 8px; margin-bottom: 14px; }
.flag { display: flex; gap: 9px; font-size: .84rem; align-items: flex-start; border-radius: 10px; padding: 9px 12px; }
.flag--red { background: #fdeef0; border: 1px solid #f3ccd3; color: #7c1020; }
.flag--ok { background: var(--jade-muda); border: 1px solid #bfe6d1; color: #0b5c38; }
.flag .fm { flex: none; }
.clause__ask {
  font-size: .85rem; background: var(--emas-pucat); border: 1px solid #eddfae;
  border-radius: 10px; padding: 10px 14px;
}
.clause__ask b { color: #8a6a05; }

/* ---------- keamanan & RG ---------- */
.lockgrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.rg-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.rg-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 24px 20px;
}
.rg-card .ic { font-size: 1.6rem; margin-bottom: 10px; }
.rg-card h3 { color: #fff; font-size: 1rem; margin-bottom: 8px; }
.rg-card p { font-size: .87rem; color: #cdeeda; }
.rg-note {
  margin-top: 26px; text-align: center; font-size: .85rem; color: #d8f2e2;
  background: rgba(0,0,0,.18); border: 1px dashed rgba(255,255,255,.25);
  border-radius: 12px; padding: 14px 18px;
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item {
  background: var(--putih); border: 1px solid var(--garis); border-radius: 12px;
  overflow: hidden; box-shadow: var(--bayang);
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 16px 20px;
  font-weight: 700; font-size: .95rem; display: flex; gap: 12px; align-items: baseline;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "?"; flex: none; width: 26px; height: 26px; border-radius: 8px;
  background: var(--merah); color: #fff; font-weight: 900; display: inline-flex;
  align-items: center; justify-content: center; font-size: .85rem; transform: translateY(4px);
}
.faq-item[open] summary { color: var(--merah-tua); background: var(--merah-muda); }
.faq-item p { padding: 2px 20px 18px 58px; font-size: .9rem; color: var(--teks-2); }

/* ---------- pencarian & tag cloud ---------- */
.searchbox { display: flex; max-width: 620px; margin: 0 auto 26px; background: var(--putih); border: 2px solid var(--merah); border-radius: 999px; padding: 5px; box-shadow: var(--bayang); }
.searchbox input { flex: 1; min-width: 0; border: 0; outline: none; padding: 10px 18px; font-size: 1rem; background: transparent; color: var(--teks); }
.searchbox button { border: 0; cursor: pointer; background: linear-gradient(180deg, #e8253f, var(--merah-tua)); color: #fff; font-weight: 800; border-radius: 999px; padding: 10px 26px; font-size: .88rem; }
.tagcloud { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: center; }
.tag {
  display: inline-block; font-size: .8rem; font-weight: 600; color: var(--teks);
  background: var(--putih); border: 1px solid var(--garis-2); border-radius: 999px;
  padding: 6px 14px; transition: all .15s ease;
}
.tag:hover { background: var(--merah); border-color: var(--merah); color: #fff; text-decoration: none; transform: translateY(-2px); }
.tag--pop { border-color: var(--emas); background: var(--emas-pucat); font-weight: 800; }

/* ---------- artikel ---------- */
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: start; }
.article { background: var(--putih); border: 1px solid var(--garis); border-radius: 18px; box-shadow: var(--bayang); overflow: hidden; }
.article__meta { display: flex; flex-wrap: wrap; gap: .5rem .9rem; font-size: .78rem; color: var(--teks-2); padding: 18px 26px 0; }
.article__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.article__thumb { margin: 14px 26px 0; }
.article__thumb img { width: 100%; height: 300px; object-fit: cover; border-radius: 12px; }
.article__thumb figcaption { font-size: .74rem; color: var(--teks-2); margin-top: 8px; text-align: center; }
.entry-content { padding: 20px 26px 30px; }
.entry-content h2 {
  font-size: 1.32rem; margin: 30px 0 12px; padding-bottom: 8px;
  border-bottom: 3px solid var(--emas); color: var(--ink);
}
.entry-content h2:first-child { margin-top: 6px; }
.entry-content h3 { font-size: 1.06rem; margin: 22px 0 8px; color: var(--merah-tua); }
.entry-content p { margin-bottom: 14px; font-size: .95rem; }
.entry-content ul, .entry-content ol { margin: 0 0 16px; font-size: .93rem; }
.entry-content li { margin-bottom: 7px; }
.entry-content figure { margin: 18px 0; }
.entry-content figure img { border-radius: 12px; width: 100%; }
.entry-content figcaption { font-size: .76rem; color: var(--teks-2); margin-top: 8px; text-align: center; }
.entry-content .lead { font-size: 1.02rem; color: var(--teks); font-weight: 500; }
.callout { border-radius: 12px; padding: 14px 18px; margin: 18px 0; font-size: .9rem; border: 1px solid; }
.callout--info { background: var(--biru-muda); border-color: #cfdff6; color: #173a70; }
.callout--warn { background: var(--merah-muda); border-color: #f3ccd3; color: #6d1220; }
.callout--ok { background: var(--jade-muda); border-color: #bfe6d1; color: #0b5c38; }
.callout b { display: block; margin-bottom: 4px; }
.table-wrap { overflow-x: auto; margin: 18px 0; border-radius: 12px; border: 1px solid var(--garis-2); -webkit-overflow-scrolling: touch; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: .86rem; min-width: 520px; }
.entry-content th { background: var(--ink); color: var(--emas); text-align: left; padding: 11px 14px; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.entry-content td { padding: 11px 14px; border-top: 1px solid var(--garis); vertical-align: top; }
.entry-content tbody tr:nth-child(even) { background: var(--paper); }
.core-anchor { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 8px; margin: 6px 0 10px; }
.core-anchor a {
  text-align: center; font-size: .72rem; font-weight: 800; padding: 8px 6px;
  border-radius: 9px; background: var(--emas-pucat); border: 1px solid #eddfae; color: #6d5404;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.core-anchor a:hover { background: var(--emas); color: var(--ink); text-decoration: none; }

/* ---------- sidebar ---------- */
.sidebar { display: grid; gap: 20px; position: sticky; top: 92px; }
.widget { background: var(--putih); border: 1px solid var(--garis); border-radius: var(--radius); padding: 22px; box-shadow: var(--bayang); }
.widget h3 { font-size: .95rem; margin-bottom: 12px; padding-bottom: 9px; border-bottom: 2px solid var(--emas); }
.widget ul { list-style: none; padding: 0; }
.widget li { border-bottom: 1px dashed var(--garis-2); }
.widget li:last-child { border-bottom: 0; }
.widget li a { display: block; padding: 9px 2px; font-size: .87rem; color: var(--teks); font-weight: 600; }
.widget li a:hover { color: var(--merah); }
.widget--cta { background: linear-gradient(160deg, var(--ink-2), var(--ink)); border-color: var(--ink-3); }
.widget--cta h3 { color: var(--emas); border-color: rgba(242,185,13,.4); }
.widget--cta p { font-size: .84rem; color: #d9c3cb; margin-bottom: 12px; }
.widget--cta .btn { margin-top: 4px; }
.widget--cta .note18 { font-size: .72rem; color: #b59aa4; margin: 10px 0 0; }

/* ---------- promo hub ---------- */
.promo-card {
  display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 18px; align-items: stretch;
  background: var(--putih); border: 1px solid var(--garis); border-radius: var(--radius);
  padding: 18px; box-shadow: var(--bayang); transition: transform .15s ease;
}
.promo-card:hover { transform: translateY(-3px); }
.promo-card__band {
  border-radius: 12px; overflow: hidden; position: relative; min-height: 120px;
  display: flex; align-items: flex-end; justify-content: center;
}
.promo-card__band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo-card__band span {
  position: relative; background: rgba(21,10,16,.85); color: var(--emas);
  font-weight: 900; font-size: .8rem; padding: 6px 12px; border-radius: 9px; margin: 10px;
}
.promo-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.promo-card h3 a { color: var(--ink); }
.promo-card p { font-size: .87rem; color: var(--teks-2); margin-bottom: 10px; }
.promo-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.ptag { font-size: .7rem; font-weight: 700; border-radius: 999px; padding: 3px 10px; background: var(--paper); border: 1px solid var(--garis-2); color: var(--teks-2); }
.ptag--merah { background: var(--merah-muda); border-color: #f3ccd3; color: var(--merah-tua); }
.ptag--jade { background: var(--jade-muda); border-color: #bfe6d1; color: var(--jade-tua); }
.ptag--emas { background: var(--emas-pucat); border-color: #eddfae; color: #8a6a05; }

/* ---------- form ---------- */
.form-panel { max-width: 520px; margin-inline: auto; background: var(--putih); border: 1px solid var(--garis); border-radius: 18px; box-shadow: var(--bayang-2); padding: 34px 30px; }
.form-panel h1 { font-size: 1.5rem; margin-bottom: 6px; }
.form-panel .sub { font-size: .87rem; color: var(--teks-2); margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: 6px; }
.field input {
  width: 100%; padding: 12px 14px; font-size: .95rem; border-radius: 10px;
  border: 1.5px solid var(--garis-2); background: var(--paper); color: var(--teks); outline: none;
}
.field input:focus { border-color: var(--merah); box-shadow: 0 0 0 3px rgba(207,25,48,.12); }
.form-note { font-size: .78rem; color: var(--teks-2); margin-top: 14px; }
.form-legal {
  margin-top: 18px; font-size: .78rem; color: var(--teks-2); background: var(--paper);
  border: 1px dashed var(--garis-2); border-radius: 10px; padding: 12px 14px;
}
.form-hero { text-align: center; margin-bottom: 26px; }
.form-hero .ic { font-size: 2.2rem; }

/* ---------- hasil pencarian ---------- */
.sr-item { background: var(--putih); border: 1px solid var(--garis); border-radius: 12px; padding: 18px 20px; margin-bottom: 14px; }
.sr-item .crumb { font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--emas); }
.sr-item h3 { margin: 4px 0 6px; }
.sr-item p { font-size: .87rem; color: var(--teks-2); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #cbb2bb; margin-top: 0; }
.footer-cta {
  background: linear-gradient(90deg, var(--merah-tua), var(--merah));
  padding: 26px 0;
}
.footer-cta .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.footer-cta h2 { color: #fff; font-size: 1.2rem; margin: 0; }
.footer-cta p { margin: 2px 0 0; font-size: .84rem; color: #ffe3e7; }
.footer-cta .btns { display: flex; gap: .6rem; flex-wrap: wrap; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr); gap: 34px; padding: 48px 0 30px; }
.f-brand p { font-size: .85rem; color: #b39aa4; margin: 12px 0 14px; }
.f-col h3 { color: #fff; font-size: .92rem; margin-bottom: 14px; letter-spacing: .04em; }
.f-col ul { list-style: none; padding: 0; }
.f-col li { margin-bottom: 9px; }
.f-col a { color: #cbb2bb; font-size: .86rem; }
.f-col a:hover { color: var(--emas); }
.f-rg {
  background: rgba(18,148,90,.12); border: 1px solid rgba(18,148,90,.35);
  border-radius: 12px; padding: 14px 16px; font-size: .78rem; color: #bfe3cf;
}
.f-rg b { color: #7fd6a8; display: block; margin-bottom: 4px; }
.f-sos { display: flex; gap: .5rem; margin-top: 14px; }
.f-sos a {
  width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); font-size: 1rem;
}
.f-sos a:hover { background: var(--merah); }
.f-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0 26px; }
.f-bottom .container { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between; font-size: .76rem; color: #9d8390; }
.f-bottom .brand-mini { display: flex; align-items: center; gap: .5rem; color: #fff; font-weight: 800; }
.f-bottom .brand-mini svg { width: 26px; height: 26px; }
.f-legal { font-size: .74rem; color: #8d7380; line-height: 1.6; padding-bottom: 26px; }

/* ---------- floatbar (slot + koin) ---------- */
.floatbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  background: linear-gradient(180deg, rgba(21,10,16,.94), rgba(13,6,10,.98));
  border-top: 2px solid var(--emas);
  box-shadow: 0 -12px 34px rgba(21,10,16,.5);
  padding: 8px 0;
}
.floatbar .container { display: flex; align-items: center; gap: 18px; }
.reels { display: flex; gap: 6px; flex: none; }
.reel {
  width: 38px; height: 44px; border-radius: 9px; overflow: hidden;
  background: linear-gradient(180deg, #2b1520, #1a0c12);
  border: 1px solid rgba(242,185,13,.45);
  box-shadow: inset 0 6px 10px rgba(0,0,0,.55);
}
.reel .strip { display: flex; flex-direction: column; animation: reelspin 2.6s steps(4) infinite; }
.reel .strip b { height: 44px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; }
.reel--mid .strip { animation-duration: 3.4s; animation-direction: reverse; }
.reel--slow .strip { animation-duration: 4.6s; }
@keyframes reelspin { to { transform: translateY(-50%); } }
.floatbar__mid { min-width: 0; flex: 1; }
.floatbar__mid .t1 { font-size: .9rem; font-weight: 800; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.floatbar__mid .gold { color: var(--emas); }
.floatbar__mid .t2 { font-size: .7rem; color: #bfa0ab; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.floatbar__cta { display: flex; gap: .6rem; flex: none; align-items: center; position: relative; }
.floatbar__cta .btn { padding: 11px 22px; font-size: .86rem; }
.coin { position: absolute; font-size: .85rem; opacity: 0; animation: coinup 3.2s ease-in infinite; pointer-events: none; }
.coin--1 { left: 6px; bottom: 30px; animation-delay: .2s; }
.coin--2 { left: 46%; bottom: 30px; animation-delay: 1.3s; }
.coin--3 { right: 8px; bottom: 30px; animation-delay: 2.2s; }
@keyframes coinup {
  0% { opacity: 0; transform: translateY(0) rotate(0deg); }
  15% { opacity: 1; }
  60% { opacity: .9; }
  100% { opacity: 0; transform: translateY(-46px) rotate(28deg); }
}

/* ---------- responsif ---------- */
@media (max-width: 1360px) {
  .footer-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
}

@media (max-width: 1120px) {
  .nav-toggle { display: block; }
  .main-navigation {
    display: none; position: fixed; inset: 0; z-index: 250;
    background: rgba(13, 6, 10, .96); backdrop-filter: blur(6px);
    margin: 0; padding: 90px 24px 40px; overflow-y: auto;
  }
  .main-navigation.is-open { display: block; }
  .menu { flex-direction: column; align-items: stretch; gap: 4px; }
  .menu-item a { font-size: 1.05rem; padding: 13px 16px; border-radius: 12px; }
  .sub-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    background: rgba(255,255,255,.05); border: 0; box-shadow: none; margin: 4px 0 8px 14px;
  }
  .hdr-actions .btn { display: none; }
  .hero { padding: 60px 0 54px; }
  .hero__inner, .split, .phone-wrap { grid-template-columns: minmax(0,1fr); }
  .hero__media { order: -1; }
  .hero__card img { height: 250px; }
  .steps { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .grid--3, .grid--4 { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .lockgrid { grid-template-columns: minmax(0,1fr); }
  .rg-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .article-grid { grid-template-columns: minmax(0,1fr); }
  .sidebar { position: static; }
  .core-anchor { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
}

@media (max-width: 640px) {
  .hdr-searchlink { display: none; }
  .topbar .motto { display: none; }
  .section { padding: 48px 0; }
  .hero { padding: 46px 0 44px; }
  .hero__stats { gap: 8px; }
  .hstat b { font-size: 1.05rem; }
  .steps, .grid--2, .grid--3, .grid--4, .rg-grid { grid-template-columns: minmax(0,1fr); }
  .core-anchor { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .article__thumb { margin: 12px 16px 0; }
  .article__thumb img { height: 200px; }
  .entry-content, .article__meta { padding-left: 16px; padding-right: 16px; }
  .article__meta { padding-top: 16px; }
  .entry-content table { min-width: 460px; }
  .promo-card { grid-template-columns: minmax(0,1fr); }
  .promo-card__band { min-height: 150px; }
  .footer-grid { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .footer-cta .container { text-align: center; justify-content: center; }
  .form-panel { padding: 26px 18px; }
  .floatbar .container { gap: 10px; }
  .reels { display: none; }
  .floatbar__mid .t2 { display: none; }
  .floatbar__cta .btn { padding: 11px 16px; font-size: .82rem; }
  .coin { display: none; }
  .searchbox { flex-direction: column; border-radius: 16px; gap: 8px; padding: 8px; }
  .searchbox input { padding: 10px 12px; }
  .searchbox button { width: 100%; }
}

@media (max-width: 380px) {
  .container { width: min(1160px, 100% - 1.6rem); }
  .floatbar__mid .t1 { font-size: .78rem; }
  .floatbar__cta { gap: .45rem; }
  .floatbar__cta .btn { padding: 10px 13px; font-size: .78rem; }
}

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