/* ===================================================================
   Pos4d — style.css (tema: pos4d-casino)
   Kerangka markup mengikuti konvensi tema WordPress
   (site-header / main-navigation / site-main / entry-content / site-footer)
   Palet: merah, putih, hijau, kuning (emas), biru, hitam
   =================================================================== */

:root {
  --red: #d21f3c;
  --red-deep: #a30f2c;
  --red-dark: #7c0a20;
  --gold: #ffc233;
  --gold-2: #ffdd7a;
  --gold-deep: #b97e00;
  --green: #17976a;
  --green-deep: #0e6b49;
  --blue: #2160d4;
  --blue-deep: #17439c;
  --ink: #14141f;
  --ink-2: #1d1d2e;
  --ink-3: #262637;
  --paper: #ffffff;
  --mist: #f6f6fa;
  --line: #e7e7f0;
  --text: #2b2b36;
  --muted: #6d6d7e;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(20, 20, 31, 0.10);
  --shadow-lg: 0 22px 50px rgba(20, 20, 31, 0.18);
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--paper);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.25rem; }
p, li { overflow-wrap: break-word; }

h1, h2, h3, h4 { line-height: 1.25; color: var(--ink); font-weight: 800; }

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

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--gold); color: var(--ink);
  padding: 10px 18px; font-weight: 700; z-index: 100000; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ------------------------------------------------------------------
   1) Topbar peringatan
------------------------------------------------------------------ */
.topbar {
  background: linear-gradient(90deg, var(--red-dark), var(--red), var(--red-dark));
  color: #ffe9ed;
  font-size: 12.5px;
  line-height: 1.5;
  padding: 7px 0;
}
.topbar .container {
  display: flex; align-items: center; gap: 12px; justify-content: center;
  flex-wrap: wrap; text-align: center;
}
.badge-18 {
  flex: none;
  display: inline-grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--gold); color: var(--ink);
  font-weight: 900; font-size: 11px; border: 2px solid #ffffff59;
}

/* ------------------------------------------------------------------
   2) Header
------------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.header-inner {
  display: flex; align-items: center; gap: 18px;
  padding: 12px 0; flex-wrap: wrap;
}
.site-branding { display: flex; align-items: center; gap: 12px; }
.logo-coin {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle at 32% 28%, var(--gold-2), var(--gold) 45%, var(--gold-deep));
  color: #5a3a00; font-weight: 900; font-size: 16px;
  border: 3px solid #ffffff33;
  box-shadow: 0 4px 14px rgba(255, 194, 51, 0.45);
  flex: none;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text b {
  color: #fff; font-size: 25px; font-weight: 900; letter-spacing: 0.5px;
}
.logo-text b em { color: var(--gold); font-style: normal; }
.logo-text small { color: #c9c9d9; font-size: 10px; letter-spacing: 2.2px; font-weight: 600; }

.main-navigation { margin-inline: auto; }
.main-navigation .menu { display: flex; gap: 4px; list-style: none; padding: 0; flex-wrap: wrap; }
.main-navigation .menu a {
  display: block; color: #e8e8f2; font-weight: 700; font-size: 14.5px;
  padding: 9px 13px; border-radius: 9px;
}
.main-navigation .menu a:hover { background: #ffffff14; color: var(--gold); text-decoration: none; }
.main-navigation .menu .current-menu-item > a,
.main-navigation .menu .current-menu-ancestor > a {
  background: var(--red); color: #fff;
}
.menu-toggle {
  display: none;
  background: #ffffff14; color: #fff; border: 1px solid #ffffff2b;
  font: inherit; font-weight: 800; font-size: 14px;
  padding: 9px 14px; border-radius: 9px; cursor: pointer;
}
.header-actions { display: flex; align-items: center; gap: 10px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: inherit; font-weight: 800; cursor: pointer;
  border-radius: 999px; padding: 11px 22px; font-size: 14.5px;
  border: 2px solid transparent; line-height: 1.2;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  text-decoration: none !important;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #4a2f00; border-color: #ffe9a8;
  box-shadow: 0 8px 20px rgba(255, 194, 51, 0.4);
}
.btn-gold:hover { filter: brightness(1.06); box-shadow: 0 12px 26px rgba(255, 194, 51, 0.5); }
.btn-red {
  background: linear-gradient(180deg, #e9355a, var(--red) 55%, var(--red-deep));
  color: #fff; border-color: #ff7b93;
  box-shadow: 0 8px 20px rgba(210, 31, 60, 0.4);
}
.btn-red:hover { filter: brightness(1.07); }
.btn-ghost { background: transparent; color: #fff; border-color: #ffffff4d; }
.btn-ghost:hover { background: #ffffff14; }
.btn-blue { background: var(--blue); color: #fff; border-color: #6d9bff; box-shadow: 0 8px 20px rgba(33, 96, 212, 0.35); }
.btn-green { background: var(--green); color: #fff; border-color: #52d69a; box-shadow: 0 8px 20px rgba(23, 151, 106, 0.35); }
.btn-lg { padding: 14px 30px; font-size: 16px; }
.btn-sm { padding: 8px 16px; font-size: 13px; }

.search-toggle {
  background: #ffffff14; border: 1px solid #ffffff2b; color: #fff;
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer; font-size: 16px;
}
.search-toggle:hover { background: #ffffff26; }

/* ------------------------------------------------------------------
   3) Search overlay
------------------------------------------------------------------ */
.search-overlay {
  position: fixed; inset: 0; z-index: 12000;
  background: rgba(20, 20, 31, 0.82);
  backdrop-filter: blur(6px);
  display: none; align-items: flex-start; justify-content: center;
  padding: 90px 20px 40px; overflow-y: auto;
}
.search-overlay.open { display: flex; }
.search-panel {
  width: min(680px, 100%);
  background: #fff; border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-lg);
  border-top: 5px solid var(--gold);
}
.search-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.search-panel-head h2 { font-size: 19px; }
.search-close {
  background: var(--mist); border: none; width: 38px; height: 38px;
  border-radius: 50%; cursor: pointer; font-size: 16px; font-weight: 800; color: var(--muted);
}
.search-box { display: flex; gap: 10px; }
.search-box input {
  flex: 1; font: inherit; padding: 13px 16px;
  border: 2px solid var(--line); border-radius: 12px; min-width: 0;
}
.search-box input:focus { outline: none; border-color: var(--gold); }
.search-results { margin-top: 16px; display: grid; gap: 10px; }
.search-result {
  display: block; padding: 13px 15px; border: 1px solid var(--line);
  border-radius: 12px; background: var(--mist);
}
.search-result:hover { border-color: var(--gold); text-decoration: none; background: #fffdf3; }
.search-result b { color: var(--ink); font-size: 15px; display: block; }
.search-result span { color: var(--muted); font-size: 13px; }
.search-tags { margin-top: 16px; }
.search-tags p { font-size: 12px; font-weight: 800; letter-spacing: 1px; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; }

/* Tag cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-cloud a {
  background: #fff; border: 1.5px solid var(--line); color: var(--text);
  padding: 7px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 700;
}
.tag-cloud a:hover { border-color: var(--gold); background: #fffaf0; color: var(--ink); text-decoration: none; }
.tag-cloud a.hot { border-color: #ffd9d9; background: #fff5f5; color: var(--red-deep); }

/* ------------------------------------------------------------------
   4) Breadcrumbs
------------------------------------------------------------------ */
.crumb-strip { background: var(--mist); border-bottom: 1px solid var(--line); }
.crumb-strip .breadcrumbs { padding: 13px 0 11px; }
.breadcrumbs {
  padding: 16px 0 4px; font-size: 13.5px; color: var(--muted);
}
.breadcrumbs ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumbs li:not(:last-child)::after { content: "›"; margin-left: 6px; color: #b9b9c8; }
.breadcrumbs a { color: var(--muted); font-weight: 700; }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs [aria-current] { color: var(--ink); font-weight: 700; }

/* ------------------------------------------------------------------
   5) Hero (beranda)
------------------------------------------------------------------ */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(255, 194, 51, 0.16), transparent 60%),
    radial-gradient(700px 380px at 5% 110%, rgba(210, 31, 60, 0.22), transparent 60%),
    linear-gradient(160deg, var(--ink) 0%, var(--ink-3) 55%, #1a1a2b 100%);
  color: #ecebf5;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: 0.05; pointer-events: none;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 26px 26px;
}
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px;
  align-items: center; padding: 58px 0 64px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #ffffff12; border: 1px solid #ffffff2b;
  color: var(--gold-2); font-weight: 800; font-size: 13px;
  padding: 7px 15px; border-radius: 999px; margin-bottom: 18px;
}
.hero h1 {
  color: #fff; font-size: clamp(30px, 4.4vw, 46px);
  letter-spacing: -0.5px; margin-bottom: 16px;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero-lead { color: #c9c8da; font-size: clamp(15px, 1.6vw, 17.5px); max-width: 56ch; margin-bottom: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 24px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: #ffffff10; border: 1px solid #ffffff24;
  color: #dcdbe9; font-size: 13px; font-weight: 700;
  padding: 6px 13px; border-radius: 999px;
}
.chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.hero-media { position: relative; }
.hero-media img {
  border-radius: 20px; border: 3px solid #ffffff26;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  aspect-ratio: 4 / 3.4; object-fit: cover; width: 100%;
}
.hero-badge {
  position: absolute; background: #fff; color: var(--ink);
  border-radius: 14px; padding: 10px 15px; box-shadow: var(--shadow-lg);
  font-weight: 800; font-size: 13px; display: flex; align-items: center; gap: 9px;
}
.hero-badge small { display: block; font-weight: 600; color: var(--muted); font-size: 11.5px; }
.hero-badge.b1 { top: -16px; left: -14px; }
.hero-badge.b2 { bottom: -16px; right: -10px; }
.hero-badge .ico { font-size: 21px; }

/* ------------------------------------------------------------------
   6) Section scaffolding
------------------------------------------------------------------ */
.sec { padding: 62px 0; }
.sec-mist { background: var(--mist); }
.sec-dark { background: linear-gradient(160deg, var(--ink), var(--ink-2)); color: #dcdbe9; }
.sec-dark h2, .sec-dark h3 { color: #fff; }
.sec-head { max-width: 760px; margin-bottom: 36px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 12.5px; font-weight: 900;
  letter-spacing: 2px; text-transform: uppercase; color: var(--red);
  margin-bottom: 10px;
}
.eyebrow.gold { color: var(--gold-deep); }
.sec-head h2 { font-size: clamp(24px, 3.2vw, 33px); margin-bottom: 12px; letter-spacing: -0.4px; }
.sec-head p { color: var(--muted); font-size: 16px; }
.sec-dark .sec-head p { color: #b9b8cc; }

/* Grids & cards */
.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
/* cegah grid/flex item melebar melewati layar (min-width:auto) */
.grid-2 > *, .grid-3 > *, .grid-4 > *,
.steps > *, .cta-duo > *, .duo-grid > *, .mobile-grid > *,
.edu-grid > *, .testi-grid > *, .promo-grid > *,
.auth-grid > *, .footer-grid > *, .article-grid > * {
  min-width: 0;
}
.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 24px;
  box-shadow: 0 4px 14px rgba(20, 20, 31, 0.05);
}
.card h3 { font-size: 18.5px; margin-bottom: 9px; }
.card p { color: var(--muted); font-size: 14.5px; }
.card .ico {
  width: 52px; height: 52px; border-radius: 14px;
  display: grid; place-items: center; font-size: 25px;
  background: linear-gradient(160deg, #fff2f4, #ffe1e7);
  margin-bottom: 15px;
}
.card .ico.green { background: linear-gradient(160deg, #eafff5, #d2f7e6); }
.card .ico.blue { background: linear-gradient(160deg, #eef4ff, #dbe8ff); }
.card .ico.gold { background: linear-gradient(160deg, #fff8e3, #ffedbd); }

/* Steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card {
  position: relative; counter-increment: step;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px 22px; box-shadow: 0 4px 14px rgba(20, 20, 31, 0.05);
}
.step-card::before {
  content: "0" counter(step);
  position: absolute; top: -14px; left: 20px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #4a2f00; font-weight: 900; font-size: 14px;
  padding: 5px 13px; border-radius: 999px;
  box-shadow: 0 6px 14px rgba(255, 194, 51, 0.45);
}
.step-card h3 { font-size: 17px; margin: 8px 0 8px; }
.step-card p { font-size: 14px; color: var(--muted); }

/* ------------------------------------------------------------------
   7) CTA daftar / masuk
------------------------------------------------------------------ */
.cta-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cta-panel {
  border-radius: var(--radius); padding: 34px 30px; position: relative; overflow: hidden;
  color: #fff; box-shadow: var(--shadow-lg);
}
.cta-panel.register {
  background: linear-gradient(150deg, var(--red) 0%, var(--red-deep) 70%, var(--red-dark));
}
.cta-panel.login {
  background: linear-gradient(150deg, var(--ink) 0%, var(--ink-3) 60%, #101019);
}
.cta-panel::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 160px; height: 160px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 70%);
}
.cta-panel h3 { color: #fff; font-size: 23px; margin-bottom: 8px; }
.cta-panel p { color: #f4d9df; font-size: 14.5px; margin-bottom: 18px; max-width: 46ch; }
.cta-panel.login p { color: #c9c8da; }
.cta-panel ul { margin: 0 0 18px; color: #ffe3e9; font-size: 14px; list-style: none; padding: 0; display: grid; gap: 6px; }
.cta-panel.login ul { color: #d8d7e6; }
.cta-panel ul li::before { content: "✓ "; color: var(--gold); font-weight: 900; }

/* ------------------------------------------------------------------
   8) Mobile experience
------------------------------------------------------------------ */
.mobile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.mobile-media { position: relative; }
.mobile-media img {
  border-radius: 22px; border: 3px solid var(--line);
  box-shadow: var(--shadow-lg); aspect-ratio: 16 / 11; object-fit: cover; width: 100%;
}
.feature-list { list-style: none; padding: 0; display: grid; gap: 15px; margin-top: 8px; }
.feature-list li {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 15px 17px;
}
.feature-list .ico {
  flex: none; width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; font-size: 21px;
  background: linear-gradient(160deg, #fff8e3, #ffedbd);
}
.feature-list b { display: block; font-size: 15.5px; margin-bottom: 2px; }
.feature-list span { color: var(--muted); font-size: 14px; }

/* ------------------------------------------------------------------
   9) Testimoni pembaca Goonies
------------------------------------------------------------------ */
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.testi {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: 0 4px 14px rgba(20, 20, 31, 0.05);
  display: flex; flex-direction: column; gap: 13px;
}
.testi-top { display: flex; align-items: center; gap: 13px; }
.avatar {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 900; color: #fff; font-size: 16px;
  background: linear-gradient(150deg, var(--red), var(--red-deep));
  flex: none;
}
.avatar.gold { background: linear-gradient(150deg, var(--gold), var(--gold-deep)); color: #4a2f00; }
.avatar.blue { background: linear-gradient(150deg, var(--blue), var(--blue-deep)); }
.avatar.green { background: linear-gradient(150deg, var(--green), var(--green-deep)); }
.testi-top b { display: block; font-size: 15px; }
.testi-top small { color: var(--muted); font-size: 12.5px; }
.stars { color: var(--gold-deep); letter-spacing: 2px; font-size: 14px; }
.testi p { font-size: 14.5px; color: var(--text); }
.testi-note { margin-top: 20px; font-size: 12.5px; color: var(--muted); text-align: center; }

/* ------------------------------------------------------------------
   10) EduKalkulator & Check-in (section inovatif)
------------------------------------------------------------------ */
.edu-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 26px; align-items: start; }
.calc-panel {
  background: linear-gradient(160deg, var(--ink), var(--ink-2));
  border-radius: var(--radius); padding: 30px 28px; color: #dcdbe9;
  border: 1px solid #ffffff17; box-shadow: var(--shadow-lg);
}
.calc-panel h3 { color: #fff; font-size: 21px; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.calc-panel > p { color: #b9b8cc; font-size: 14px; margin-bottom: 20px; }
.calc-row { display: grid; gap: 15px; margin-bottom: 18px; }
.calc-row label { font-size: 13.5px; font-weight: 800; color: var(--gold-2); display: block; margin-bottom: 7px; }
.calc-row input[type="number"] {
  width: 100%; font: inherit; font-weight: 700;
  padding: 12px 15px; border-radius: 11px;
  border: 2px solid #ffffff24; background: #ffffff0f; color: #fff;
}
.calc-row input[type="number"]:focus { outline: none; border-color: var(--gold); }
.calc-out {
  background: #ffffff10; border: 1px dashed #ffffff30;
  border-radius: 13px; padding: 17px 19px; margin-top: 4px;
}
.calc-out .big {
  font-size: clamp(20px, 2.6vw, 27px); font-weight: 900; color: var(--gold);
  display: block; margin: 2px 0 4px;
}
.calc-out p { font-size: 13.5px; color: #c5c4d6; }
.calc-warn {
  margin-top: 14px; font-size: 12.5px; color: #ffd9a8;
  background: #ffc23314; border: 1px solid #ffc23333;
  padding: 10px 13px; border-radius: 10px;
}
.quiz-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: 0 4px 14px rgba(20,20,31,.05); }
.quiz-panel h3 { font-size: 21px; margin-bottom: 6px; }
.quiz-panel > p { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.quiz-q { display: flex; gap: 11px; align-items: flex-start; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.quiz-q input { margin-top: 5px; accent-color: var(--green); width: 17px; height: 17px; flex: none; }
.quiz-result { margin-top: 18px; border-radius: 12px; padding: 16px 18px; font-size: 14.5px; font-weight: 700; display: none; }
.quiz-result.ok { display: block; background: #eafff5; color: var(--green-deep); border: 1px solid #b7ecd6; }
.quiz-result.warn { display: block; background: #fff4f5; color: var(--red-deep); border: 1px solid #ffd0d8; }

/* ------------------------------------------------------------------
   11) Keamanan & tanggung jawab (split dua warna)
------------------------------------------------------------------ */
.duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.info-panel { border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-lg); color: #fff; position: relative; overflow: hidden; }
.info-panel::after {
  content: ""; position: absolute; left: -50px; bottom: -70px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
}
.info-panel.security { background: linear-gradient(155deg, var(--blue) 0%, var(--blue-deep) 80%); }
.info-panel.rg { background: linear-gradient(155deg, var(--green) 0%, var(--green-deep) 80%); }
.info-panel h3 { color: #fff; font-size: 22px; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.info-panel p { color: #e3ebff; font-size: 14.5px; margin-bottom: 14px; }
.info-panel.rg p { color: #ddf5ea; }
.info-panel ul { list-style: none; padding: 0; display: grid; gap: 9px; margin-bottom: 18px; position: relative; }
.info-panel li { font-size: 14px; display: flex; gap: 9px; align-items: flex-start; color: #f0f4ff; }
.info-panel.rg li { color: #eafaf2; }
.info-panel li::before { content: "●"; font-size: 9px; margin-top: 7px; color: var(--gold); }

/* ------------------------------------------------------------------
   12) FAQ
------------------------------------------------------------------ */
.faq-list { display: grid; gap: 12px; max-width: 860px; margin-inline: auto; }
.faq-item {
  background: #fff; border: 1.5px solid var(--line);
  border-radius: 14px; overflow: hidden;
}
.faq-item[open] { border-color: var(--gold); box-shadow: 0 10px 26px rgba(255, 194, 51, 0.16); }
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 17px 52px 17px 20px; font-weight: 800; font-size: 15.5px;
  position: relative; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%);
  width: 27px; height: 27px; border-radius: 50%;
  background: var(--mist); color: var(--red);
  display: grid; place-items: center; font-weight: 900; font-size: 17px;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { content: "–"; background: var(--gold); color: #4a2f00; }
.faq-item .faq-body { padding: 0 20px 18px; color: var(--muted); font-size: 14.5px; }

/* ------------------------------------------------------------------
   13) Konten artikel (entry-content)
------------------------------------------------------------------ */
.page-hero {
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(255, 194, 51, 0.14), transparent 60%),
    linear-gradient(160deg, var(--ink) 0%, var(--ink-2) 70%);
  color: #dcdbe9; padding: 46px 0 50px;
}
.page-hero h1 {
  color: #fff; font-size: clamp(26px, 3.6vw, 38px);
  letter-spacing: -0.4px; margin: 10px 0 12px; max-width: 21ch;
}
.page-hero .lead { color: #b9b8cc; font-size: 16.5px; max-width: 70ch; }
.page-hero .meta-line { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; font-size: 13px; color: #9d9cb2; margin-top: 16px; }
.page-hero .meta-line span { display: inline-flex; gap: 6px; align-items: center; }
.page-hero .cat-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--red); color: #fff; font-weight: 800; font-size: 12.5px;
  padding: 6px 14px; border-radius: 999px; letter-spacing: 0.6px;
}
.page-hero .hero-figure { margin-top: 28px; }
.page-hero .hero-figure img {
  width: 100%; border-radius: 18px; border: 3px solid #ffffff24;
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.45); aspect-ratio: 21 / 9; object-fit: cover;
}
.page-hero .hero-figure figcaption { color: #9d9cb2; font-size: 12.5px; margin-top: 10px; }

.article-layout { padding: 46px 0 64px; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 44px; align-items: start; }

.entry-content { font-size: 16.5px; }
.entry-content > p { margin-bottom: 18px; }
.entry-content h2 {
  font-size: clamp(21px, 2.6vw, 26px); margin: 40px 0 14px;
  padding-left: 15px; border-left: 5px solid var(--gold);
  scroll-margin-top: 90px;
}
.entry-content h3 { font-size: 19px; margin: 28px 0 10px; color: var(--ink); }
.entry-content ul, .entry-content ol { margin: 0 0 18px; }
.entry-content li { margin-bottom: 7px; }
.entry-content figure { margin: 26px 0; }
.entry-content figure img { width: 100%; border-radius: 14px; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 16 / 9; object-fit: cover; }
.entry-content figcaption { font-size: 13px; color: var(--muted); margin-top: 10px; text-align: center; }
.entry-content strong { color: var(--ink); }

.notice {
  border-radius: 13px; padding: 17px 19px; margin: 22px 0;
  font-size: 14.5px; display: flex; gap: 12px; align-items: flex-start;
}
.notice .n-ico { font-size: 19px; flex: none; }
.notice-info { background: #eef4ff; border: 1px solid #c9dbff; color: #1c3d85; }
.notice-warn { background: #fff8e8; border: 1px solid #ffe3a1; color: #7a5a00; }
.notice-green { background: #eafff5; border: 1px solid #b7ecd6; color: var(--green-deep); }
.notice-red { background: #fff4f5; border: 1px solid #ffd0d8; color: var(--red-deep); }

.table-wrap { overflow-x: auto; margin: 24px 0; border-radius: 13px; border: 1px solid var(--line); -webkit-overflow-scrolling: touch; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; background: #fff; }
.entry-content th {
  background: linear-gradient(160deg, var(--ink), var(--ink-2)); color: var(--gold-2);
  text-align: left; padding: 13px 16px; font-size: 13.5px; letter-spacing: 0.3px; white-space: nowrap;
}
.entry-content td { padding: 12px 16px; border-top: 1px solid var(--line); vertical-align: top; }
.entry-content tr:nth-child(even) td { background: var(--mist); }

.article-cta {
  margin: 40px 0 0; border-radius: var(--radius);
  background: linear-gradient(150deg, var(--red) 0%, var(--red-deep) 75%);
  color: #fff; padding: 30px 28px; position: relative; overflow: hidden;
}
.article-cta::after {
  content: ""; position: absolute; right: -50px; top: -60px; width: 190px; height: 190px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, 0.13), transparent 70%);
}
.article-cta h3 { color: #fff; font-size: 21px; margin-bottom: 7px; }
.article-cta p { color: #ffdbe2; font-size: 14.5px; margin-bottom: 16px; max-width: 52ch; }

/* Sidebar (widget ala WordPress) */
.sidebar { display: grid; gap: 22px; position: sticky; top: 92px; }
.widget {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px; box-shadow: 0 4px 14px rgba(20, 20, 31, 0.05);
}
.widget h3 { font-size: 16.5px; margin-bottom: 14px; padding-bottom: 11px; border-bottom: 2px solid var(--gold); display: inline-block; }
.widget ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.widget ul a { color: var(--text); font-weight: 700; font-size: 14.5px; display: flex; gap: 8px; }
.widget ul a::before { content: "›"; color: var(--red); font-weight: 900; }
.widget ul a:hover { color: var(--red); }
.widget p { font-size: 14px; color: var(--muted); }
.widget .mini-cta {
  margin-top: 12px; display: grid; gap: 10px;
}
.age-badge-lg {
  display: flex; align-items: center; gap: 13px; margin-top: 4px;
  background: #fff4f5; border: 1px solid #ffd0d8; border-radius: 12px; padding: 12px 14px;
  font-size: 13px; color: var(--red-deep); font-weight: 700;
}

/* ------------------------------------------------------------------
   14) Halaman promosi
------------------------------------------------------------------ */
.promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.promo-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 14px rgba(20, 20, 31, 0.05);
  display: flex; flex-direction: column;
}
.promo-card img { aspect-ratio: 16 / 8.5; object-fit: cover; width: 100%; }
.promo-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.promo-body h3 { font-size: 19px; }
.promo-body p { color: var(--muted); font-size: 14px; flex: 1; }
.promo-tag {
  display: inline-flex; width: fit-content; background: #fff8e8; color: var(--gold-deep);
  border: 1px solid #ffe3a1; font-size: 12px; font-weight: 800;
  padding: 4px 11px; border-radius: 999px; letter-spacing: 0.5px;
}
.promo-meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: var(--muted); }
.promo-meta span { background: var(--mist); border: 1px solid var(--line); padding: 3px 10px; border-radius: 999px; font-weight: 700; }

/* ------------------------------------------------------------------
   15) Formulir (daftar / login)
------------------------------------------------------------------ */
.auth-layout { padding: 50px 0 66px; }
.auth-grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: 44px; align-items: start; }
.auth-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.auth-card-head {
  background: linear-gradient(160deg, var(--ink), var(--ink-2));
  padding: 24px 28px; color: #fff; border-bottom: 3px solid var(--gold);
}
.auth-card-head h1 { color: #fff; font-size: 23px; margin-bottom: 4px; }
.auth-card-head p { color: #b9b8cc; font-size: 13.5px; }
.auth-card-body { padding: 28px; }
.form-row { margin-bottom: 17px; }
.form-row label { display: block; font-weight: 800; font-size: 13.5px; margin-bottom: 7px; color: var(--ink); }
.form-row label small { color: var(--muted); font-weight: 600; }
.form-row input {
  width: 100%; font: inherit; padding: 13px 15px;
  border: 2px solid var(--line); border-radius: 12px; background: var(--mist);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.form-row input:focus { outline: none; border-color: var(--gold); background: #fff; }
.form-row .hint { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--muted); margin-bottom: 18px; }
.form-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--red); flex: none; }
.form-submit { width: 100%; }
.auth-alt { text-align: center; margin-top: 18px; font-size: 14px; color: var(--muted); }
.auth-alt a { font-weight: 800; }
.auth-note {
  margin-top: 18px; background: #fff8e8; border: 1px solid #ffe3a1;
  border-radius: 12px; padding: 13px 15px; font-size: 12.5px; color: #7a5a00;
}
.auth-info-stack { display: grid; gap: 20px; }

/* ------------------------------------------------------------------
   16) Footer
------------------------------------------------------------------ */
.site-footer {
  background: linear-gradient(180deg, var(--ink-2), var(--ink) 70%);
  color: #b9b8cc; border-top: 3px solid var(--red);
  padding: 54px 0 40px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand .logo-text b { font-size: 22px; }
.footer-brand p { font-size: 13.5px; margin: 14px 0; max-width: 40ch; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.f-badge {
  border: 1.5px solid #ffffff2b; color: #dcdbe9; border-radius: 9px;
  padding: 7px 12px; font-size: 12px; font-weight: 800;
  display: inline-flex; gap: 7px; align-items: center;
}
.f-badge.red { border-color: #ff7b93; color: #ffb3c1; }
.f-badge.gold { border-color: var(--gold); color: var(--gold-2); }
.site-footer h4 { color: #fff; font-size: 14.5px; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; display: grid; gap: 9px; }
.site-footer ul a { color: #b9b8cc; font-size: 14px; font-weight: 600; }
.site-footer ul a:hover { color: var(--gold); }
.footer-warning {
  margin-top: 38px; background: #ffffff0d; border: 1px dashed #ffffff2b;
  border-radius: 13px; padding: 16px 20px;
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 12.8px; line-height: 1.65; color: #cdcbe0;
}
.footer-warning .ico { font-size: 20px; flex: none; }
.footer-bottom {
  margin-top: 26px; padding-top: 20px; border-top: 1px solid #ffffff17;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: 13px; color: #9d9cb2;
}
.footer-bottom .dot-sep { color: #55556a; }

/* ------------------------------------------------------------------
   17) Floating CTA (gaya mesin slot + koin emas)
------------------------------------------------------------------ */
.float-cta {
  position: fixed;
  left: 50%; transform: translateX(-50%);
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 11000;
  display: inline-flex; align-items: center; gap: 12px;
  background: linear-gradient(180deg, #ef4462, var(--red) 45%, var(--red-deep));
  border: 3px solid transparent;
  border-radius: 999px;
  padding: 9px 24px 9px 12px;
  box-shadow:
    0 0 0 3px rgba(255, 194, 51, 0.95),
    0 12px 32px rgba(163, 15, 44, 0.55),
    0 0 34px rgba(255, 194, 51, 0.35);
  text-decoration: none !important;
  animation: ctaBreath 2.4s ease-in-out infinite;
  max-width: calc(100vw - 20px);
}
.float-cta:hover { filter: brightness(1.06); }
.fc-reels { display: inline-flex; gap: 4px; background: #1a0207; padding: 5px 7px; border-radius: 10px; border: 1.5px solid #ffe9a8; }
.fc-reels i {
  font-style: normal; font-size: 15px; line-height: 1;
  background: #2b0410; border-radius: 5px; padding: 3px 3px;
  animation: reelSpin 1.5s ease-in-out infinite;
}
.fc-reels i:nth-child(2) { animation-delay: 0.22s; }
.fc-reels i:nth-child(3) { animation-delay: 0.44s; }
.fc-label {
  color: #fff; font-weight: 900; font-size: 16.5px; letter-spacing: 0.8px;
  text-shadow: 0 2px 6px rgba(90, 5, 25, 0.8);
  white-space: nowrap;
}
.fc-shine {
  position: absolute; top: 0; left: -70%; width: 45%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  animation: shine 2.6s ease-in-out infinite;
  border-radius: 999px; pointer-events: none;
}
.fc-coin {
  position: absolute; top: 50%; left: 14%;
  font-size: 15px; pointer-events: none;
  animation: coinRise 2.2s linear infinite;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}
.fc-coin.c2 { left: 50%; animation-delay: 0.7s; font-size: 12px; }
.fc-coin.c3 { left: 82%; animation-delay: 1.4s; font-size: 17px; }

@keyframes ctaBreath {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.045); }
}
@keyframes reelSpin {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  35% { transform: translateY(-3px) rotate(-9deg); }
  70% { transform: translateY(2px) rotate(7deg); }
}
@keyframes shine {
  0% { left: -70%; }
  55%, 100% { left: 130%; }
}
@keyframes coinRise {
  0% { transform: translateY(0) scale(0.7); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateY(-46px) scale(1.15); opacity: 0; }
}

/* ------------------------------------------------------------------
   18) Utilitas & responsif
------------------------------------------------------------------ */
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.list-check { list-style: none; padding: 0; display: grid; gap: 10px; }
.list-check li { padding-left: 30px; position: relative; }
.list-check li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 21px; height: 21px; border-radius: 50%;
  background: #eafff5; color: var(--green-deep);
  border: 1.5px solid #b7ecd6; font-size: 12px; font-weight: 900;
  display: grid; place-items: center; margin-top: 3px;
}

@media (max-width: 1080px) {
  .article-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .main-navigation .menu { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 8px; margin-inline: auto; }
  .main-navigation.toggled .menu {
    display: flex; flex-direction: column; width: 100%;
    background: #10101a; border-radius: 12px; padding: 8px; margin: 8px 0 4px;
  }
  .main-navigation.toggled .menu a { padding: 12px 14px; }
  .header-inner { position: relative; }
  .main-navigation {
    order: 3; flex-basis: 100%; margin-inline: 0;
  }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding: 44px 0 56px; }
  .hero-media { max-width: 560px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .cta-duo, .duo-grid, .mobile-grid, .edu-grid, .testi-grid, .promo-grid, .auth-grid { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 15.5px; }
  .sec { padding: 46px 0; }
  .steps { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .btn { padding: 10px 18px; }
  .header-actions .btn { padding: 9px 14px; font-size: 13px; }
  .hero h1 { font-size: clamp(27px, 8vw, 34px); }
  .hero-cta .btn { width: 100%; }
  .float-cta { padding: 8px 16px 8px 10px; gap: 9px; }
  .fc-label { font-size: 14.5px; }
  .fc-reels i { font-size: 13px; }
  .fc-coin { display: none; }
  .topbar { font-size: 11.5px; }
  .page-hero .hero-figure img { aspect-ratio: 16 / 10; }
  .entry-content table { min-width: 480px; }
}
@media (max-width: 380px) {
  .fc-label { font-size: 13px; letter-spacing: 0.3px; }
  .fc-reels i { font-size: 11.5px; }
  .float-cta { padding: 7px 12px 7px 8px; }
  .header-actions .search-toggle { width: 38px; height: 38px; }
}

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