/* ============================================================
   Lido88 — tema "Laut Malam"
   Palet: laut malam #06121f · emas #f7c531 · jade #14a06a
          biru #2f7de1 · putih/ivory · merah khusus peringatan
   Kerangka kelas WordPress-style (site-header, entry-content, …)
   ============================================================ */

:root {
  --ink: #06121f;
  --ink-2: #0b1e33;
  --ink-3: #12304e;
  --merah: #e0344d;
  --merah-tua: #a51730;
  --merah-muda: #fdeef1;
  --emas: #f7c531;
  --emas-muda: #ffdf7e;
  --emas-pucat: #fdf5d8;
  --jade: #14a06a;
  --jade-tua: #0c7549;
  --jade-muda: #e6f7ee;
  --biru: #2f7de1;
  --biru-muda: #e9f2fd;
  --paper: #f7fafd;
  --putih: #ffffff;
  --garis: #dfe8f3;
  --garis-2: #cdd9e8;
  --teks: #14263a;
  --teks-2: #52677f;
  --radius: 14px;
  --bayang: 0 10px 26px rgba(6, 18, 31, .10);
  --bayang-2: 0 16px 40px rgba(6, 18, 31, .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(--biru); 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 10px 0 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(247, 197, 49, .45); }
.btn--emas:hover { box-shadow: 0 10px 24px rgba(247, 197, 49, .6); }
.btn--hijau { background: linear-gradient(180deg, #17b06b, var(--jade-tua)); color: #fff; box-shadow: 0 6px 18px rgba(20, 160, 106, .4); }
.btn--biru { background: linear-gradient(180deg, #4a86e8, #1b4f9c); color: #fff; box-shadow: 0 6px 18px rgba(47, 125, 225, .35); }
.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(--ink-2), var(--ink-3));
  color: #dce9f8; 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(247, 197, 49, .25); animation: pulse 2.2s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(247,197,49,.3);} 50% { box-shadow: 0 0 0 6px rgba(247,197,49,.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(--merah); color: #fff; font-weight: 900; font-size: .78rem;
  border: 1px solid rgba(255, 255, 255, .35);
}
.motto { white-space: nowrap; opacity: .95; }

.site-header {
  position: sticky; top: 0; z-index: 120;
  background: rgba(6, 18, 31, .97);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--emas), var(--biru), var(--jade)) 1;
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(6, 18, 31, .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: #a9bdd6; 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: #e7eef8; 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(--emas); color: var(--ink); }
.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(--biru); color: #fff; }
.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(--biru); 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(--biru-muda); border-bottom: 1px solid #d5e3f6; 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(--biru); font-weight: 700; }
.breadcrumb a { color: #1b4f9c; 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, #eef4fb, var(--paper)); }
.section--gelap { background: radial-gradient(1100px 500px at 85% -10%, rgba(47,125,225,.28), transparent 60%), var(--ink); color: #e6eefa; }
.section--hijau { 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: #1b4f9c;
  background: var(--emas-pucat); border: 1px solid #eddfae; border-radius: 999px;
  padding: 4px 14px; margin-bottom: 14px;
}
.section--gelap .kicker, .section--hijau .kicker { color: #ffe9a8; background: rgba(247,197,49,.14); border-color: rgba(247,197,49,.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--hijau h2 { color: #fff; }
.section-head p { color: var(--teks-2); }
.section--gelap .section-head p { color: #b9cbe3; }
.section--hijau .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: #e9f0fa; overflow: hidden;
  background:
    radial-gradient(900px 460px at 12% -10%, rgba(47,125,225,.42), transparent 62%),
    radial-gradient(700px 420px at 95% 108%, rgba(247,197,49,.14), 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 .emas { color: var(--emas); }
.hero__title .biru { color: #7db4ff; }
.hero__sub { font-size: 1.04rem; color: #c3d3e8; 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: #e7eef8; 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: #9db2cc; flex-basis: 100%; }
.hero__media { position: relative; }
.hero__card {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 2px solid rgba(247,197,49,.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(6,18,31,.82); backdrop-filter: blur(4px);
  border: 1px solid rgba(247,197,49,.35); border-radius: 12px;
  padding: 10px 14px; font-size: .8rem; color: #e7eef8;
}
.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: #b9cbe3; 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(247,197,49,.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(--biru); }
.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 #12304e;
}
.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(--biru); 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--biru .ic { background: var(--biru-muda); border-color: #cfdff6; }
.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--biru { background: var(--biru); } .av--jade { background: var(--jade); }
.av--ink { background: var(--ink-3); } .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; }

/* ---------- DUEL PROMOSI (inovasi) ---------- */
.duel { max-width: 980px; margin-inline: auto; }
.duel__score {
  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;
}
.duel__score b { color: #1b4f9c; }
.duel__score .hint { color: var(--teks-2); }
.duel__round {
  background: var(--putih); border: 1px solid var(--garis); border-radius: var(--radius);
  margin-bottom: 18px; overflow: hidden; box-shadow: var(--bayang);
}
.duel__q {
  padding: 16px 20px 14px; font-weight: 800; font-size: .98rem; color: var(--ink);
  display: flex; gap: 10px; align-items: baseline; border-bottom: 1px dashed var(--garis-2);
}
.duel__q .rnum {
  flex: none; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  color: #1b4f9c; background: var(--biru-muda); border: 1px solid #cfdff6;
  border-radius: 999px; padding: 3px 10px; transform: translateY(-2px);
}
.duel__cards { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 14px; padding: 16px 20px 6px; }
.pcard {
  background: var(--paper); border: 1px solid var(--garis-2); border-radius: 12px;
  padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 4px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.pcard__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.pcard__name { font-weight: 900; font-size: .95rem; color: var(--ink); }
.pcard__tag {
  font-size: .92rem; font-weight: 900; color: #231303;
  background: linear-gradient(180deg, var(--emas-muda), var(--emas));
  border-radius: 999px; padding: 4px 12px; white-space: nowrap;
}
.pcard__row { display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 8px; font-size: .82rem; padding: 5px 0; border-top: 1px dashed var(--garis); }
.pcard__row dt { color: var(--teks-2); font-weight: 700; }
.pcard__row dd { margin: 0; color: var(--teks); }
.pcard__row dd .kosong { color: #a51730; font-weight: 800; }
.pcard__pick {
  margin-top: 10px; border: 2px solid var(--biru); background: #fff; color: #1b4f9c;
  font-weight: 800; font-size: .82rem; border-radius: 999px; padding: 9px 16px; cursor: pointer;
  transition: all .15s ease;
}
.pcard__pick:hover { background: var(--biru); color: #fff; }
.duel__round.is-answered .pcard__pick { opacity: .35; cursor: default; pointer-events: none; }
.pcard.is-benar { border: 2px solid var(--jade); box-shadow: 0 0 0 4px rgba(20,160,106,.14); }
.pcard.is-salah { border: 2px dashed var(--merah); }
.duel__verdict {
  margin: 10px 20px 18px; border-radius: 12px; padding: 14px 16px; font-size: .88rem;
  border: 1px solid #bfe6d1; background: var(--jade-muda); color: #0b3f28;
}
.duel__verdict--salah { border-color: #f3ccd3; background: var(--merah-muda); color: #6d1220; }
.duel__verdict b.vtitle { display: block; margin-bottom: 4px; font-size: .95rem; }
.duel__verdict p { margin: 4px 0 0; }
.duel__final {
  margin-top: 4px; text-align: center; font-size: .9rem; font-weight: 700; color: #1b4f9c;
  background: var(--emas-pucat); border: 1px solid #eddfae; border-radius: 12px; padding: 13px 16px;
}

/* ---------- 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(--biru); 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: #1b4f9c; background: var(--biru-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(--biru); 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, #4a86e8, #1b4f9c); 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(--biru); border-color: var(--biru); 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: #1b4f9c; }
.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(--biru); }
.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(247,197,49,.4); }
.widget--cta p { font-size: .84rem; color: #b9cbe3; margin-bottom: 12px; }
.widget--cta .btn { margin-top: 4px; }
.widget--cta .note18 { font-size: .72rem; color: #8fa5c0; 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(6,18,31,.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(--biru); box-shadow: 0 0 0 3px rgba(47,125,225,.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: #1b4f9c; }
.sr-item h3 { margin: 4px 0 6px; }
.sr-item p { font-size: .87rem; color: var(--teks-2); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #b9cbe3; margin-top: 0; }
.footer-cta {
  background: linear-gradient(90deg, #143a6e, var(--biru));
  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: #dce9f8; }
.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: #9db2cc; 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: #b9cbe3; font-size: .86rem; }
.f-col a:hover { color: var(--emas); }
.f-rg {
  background: rgba(20,160,106,.12); border: 1px solid rgba(20,160,106,.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(--biru); }
.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: #8fa5c0; }
.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: #7d93af; 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(6,18,31,.94), rgba(4,12,22,.98));
  border-top: 2px solid var(--emas);
  box-shadow: 0 -12px 34px rgba(6,18,31,.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, #10263e, #081524);
  border: 1px solid rgba(247,197,49,.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: #9db2cc; 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(4, 12, 22, .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); }
  .duel__cards { grid-template-columns: 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; }
  .pcard__row { grid-template-columns: minmax(0,1fr); gap: 1px; }
  .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; }
}
