/*
Theme Name: Juragankoin99
Theme URI: https://juragankoin99.co
Author: Tim Redaksi Juragankoin99
Description: Portal informasi game online berbahasa Indonesia - pra-render statis dengan konvensi kelas tema WordPress (site-header, entry-content, widget, dsb.).
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: juragankoin99
*/

/* ===== 1. Variabel & Reset ===== */
:root {
  --jk-black: #0c0f16;
  --jk-ink: #121722;
  --jk-ink-2: #171e2c;
  --jk-ink-3: #1e2738;
  --jk-line: rgba(255, 255, 255, 0.09);
  --jk-red: #e63329;
  --jk-red-deep: #b31f1f;
  --jk-gold: #ffc233;
  --jk-gold-soft: #ffe08a;
  --jk-green: #2fbd74;
  --jk-blue: #3b8bf0;
  --jk-white: #ffffff;
  --jk-muted: #a9b2c6;
  --jk-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
  --jk-radius: 16px;
  --jk-font: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--jk-font);
  font-size: 16px;
  line-height: 1.7;
  color: #e8ecf4;
  background: var(--jk-black);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--jk-gold); text-decoration: none; }
a:hover, a:focus { color: var(--jk-gold-soft); text-decoration: underline; }

ul, ol { padding-left: 1.35rem; }
li { margin: 0.35rem 0; }

h1, h2, h3, h4 { line-height: 1.25; color: var(--jk-white); margin: 0 0 0.6em; font-weight: 800; }
h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); }
h3 { font-size: clamp(1.1rem, 2.4vw, 1.35rem); }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1rem; }

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

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.skip-link:focus {
  clip: auto; clip-path: none;
  left: 1rem; top: 1rem; z-index: 999;
  width: auto; height: auto;
  background: var(--jk-gold); color: #201403;
  padding: 0.6rem 1rem; border-radius: 10px;
  font-weight: 700;
}

/* ===== 2. Tombol, lencana, chip ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.78rem 1.5rem; border-radius: 999px;
  font-weight: 800; font-size: 0.98rem; line-height: 1.2;
  border: 2px solid transparent; cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }

.btn--gold {
  background: linear-gradient(180deg, #ffd76b, #ffb545 55%, #e89400);
  color: #2a1a02;
  box-shadow: 0 6px 18px rgba(255, 178, 40, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.btn--gold:hover { box-shadow: 0 10px 26px rgba(255, 178, 40, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.55); }

.btn--red {
  background: linear-gradient(180deg, #f35043, var(--jk-red) 55%, #b31f1f);
  color: #fff;
  box-shadow: 0 6px 18px rgba(230, 51, 41, 0.4);
}

.btn--ghost {
  background: transparent; color: var(--jk-white);
  border-color: rgba(255, 255, 255, 0.35);
}
.btn--ghost:hover { border-color: var(--jk-gold); color: var(--jk-gold); }

.btn--blue {
  background: linear-gradient(180deg, #5aa4ff, var(--jk-blue) 60%, #1f63c4);
  color: #fff;
  box-shadow: 0 6px 18px rgba(59, 139, 240, 0.35);
}

.btn--sm { padding: 0.5rem 1.05rem; font-size: 0.88rem; }
.btn--lg { padding: 0.95rem 2.1rem; font-size: 1.06rem; }

.badge18 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.6rem; padding: 0.1rem 0.5rem;
  background: var(--jk-red); color: #fff;
  border: 2px solid #ff7b72; border-radius: 8px;
  font-weight: 900; font-size: 0.8rem; letter-spacing: 0.5px;
}

.chip {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.32rem 0.85rem; border-radius: 999px;
  font-size: 0.82rem; font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--jk-line);
  color: var(--jk-muted);
}
.chip--green { color: #8af0bd; border-color: rgba(47, 189, 116, 0.4); background: rgba(47, 189, 116, 0.1); }
.chip--blue { color: #a9cdfd; border-color: rgba(59, 139, 240, 0.4); background: rgba(59, 139, 240, 0.1); }
.chip--gold { color: #ffdf9e; border-color: rgba(255, 194, 51, 0.4); background: rgba(255, 194, 51, 0.1); }
.chip--red { color: #ffb3ad; border-color: rgba(230, 51, 41, 0.45); background: rgba(230, 51, 41, 0.12); }

/* ===== 3. Header ===== */
.topbar {
  background: linear-gradient(90deg, var(--jk-red-deep), var(--jk-red) 50%, var(--jk-red-deep));
  font-size: 0.8rem;
}
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.4rem 0; flex-wrap: wrap; }
.topbar__note { margin: 0; color: #ffe9e7; display: flex; align-items: center; gap: 0.55rem; flex-wrap: wrap; }
.topbar__date { margin: 0; color: rgba(255, 255, 255, 0.85); }

.site-header {
  position: sticky; top: 0; z-index: 120;
  background: rgba(12, 15, 22, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--jk-line);
}
.site-header__in {
  display: flex; align-items: center; gap: 1.2rem;
  padding: 0.65rem 0; flex-wrap: wrap;
}
.site-branding { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex: 1 1 auto; min-width: 0; }
.site-logo { display: inline-flex; align-items: center; gap: 0.6rem; }
.site-logo:hover { text-decoration: none; }
.site-title {
  font-size: 1.35rem; font-weight: 900; color: var(--jk-white); letter-spacing: 0.2px; white-space: nowrap;
}
.site-title span { color: var(--jk-gold); }
.jk-logo { flex: 0 0 auto; filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.45)); }

.main-navigation { display: block; }
.main-navigation .menu {
  display: flex; flex-wrap: wrap; gap: 0.15rem;
  list-style: none; margin: 0; padding: 0;
}
.main-navigation .menu a {
  display: block; padding: 0.5rem 0.8rem;
  color: #dfe5f0; font-weight: 600; font-size: 0.95rem; border-radius: 10px;
}
.main-navigation .menu a:hover { color: var(--jk-gold); background: rgba(255, 255, 255, 0.05); text-decoration: none; }
.main-navigation .current-menu-item > a { color: var(--jk-gold); background: rgba(255, 194, 51, 0.1); }

.header-actions { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }

.header-search { display: flex; align-items: center; }
.header-search input {
  width: 190px; padding: 0.5rem 0.9rem;
  border-radius: 999px 0 0 999px; border: 1px solid var(--jk-line);
  border-right: none; background: rgba(255, 255, 255, 0.06);
  color: var(--jk-white); font-size: 0.88rem; outline: none;
}
.header-search input:focus { border-color: var(--jk-gold); }
.header-search input::placeholder { color: #7d8798; }
.header-search button {
  padding: 0.5rem 0.85rem; border-radius: 0 999px 999px 0;
  border: 1px solid var(--jk-gold); background: var(--jk-gold);
  color: #2a1a02; font-weight: 800; cursor: pointer; font-size: 0.95rem; line-height: 1;
}

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid var(--jk-line); border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span { display: block; height: 2.5px; width: 100%; background: var(--jk-white); border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ===== 4. Breadcrumb ===== */
.breadcrumb { background: var(--jk-ink); border-bottom: 1px solid var(--jk-line); }
.breadcrumb ol {
  display: flex; flex-wrap: wrap; gap: 0.3rem 0.55rem;
  list-style: none; margin: 0; padding: 0.55rem 0;
  font-size: 0.82rem; color: var(--jk-muted);
}
.breadcrumb a { color: var(--jk-muted); }
.breadcrumb a:hover { color: var(--jk-gold); }
.bc-sep { color: #5b6578; }

/* ===== 5. Hero ===== */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(230, 51, 41, 0.35), transparent 60%),
    radial-gradient(700px 380px at 8% 110%, rgba(255, 194, 51, 0.14), transparent 60%),
    linear-gradient(180deg, #131826, #0c0f16 85%);
  border-bottom: 1px solid var(--jk-line);
}
.hero__grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 2.4rem; align-items: center;
  padding: 3.2rem 0 3.4rem;
}
.hero__text { min-width: 0; }
.hero__kicker {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin: 0 0 1rem; font-weight: 800; font-size: 0.85rem;
  color: #ffd98a; letter-spacing: 0.6px; text-transform: uppercase;
}
.hero h1 { margin-bottom: 0.8rem; }
.hero h1 em { font-style: normal; color: var(--jk-gold); }
.hero__lead { font-size: clamp(1rem, 1.6vw, 1.12rem); color: #c7cfde; max-width: 56ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1.5rem 0 1.1rem; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.hero__media { position: relative; }
.hero__media img {
  border-radius: 20px; border: 1px solid rgba(255, 194, 51, 0.25);
  box-shadow: var(--jk-shadow);
  aspect-ratio: 3 / 2; object-fit: cover; width: 100%;
}
.hero__media .chip-float {
  position: absolute; z-index: 2;
  background: rgba(12, 15, 22, 0.88);
  border: 1px solid var(--jk-line); border-radius: 12px;
  padding: 0.4rem 0.8rem; font-size: 0.8rem; font-weight: 700;
  backdrop-filter: blur(6px);
}
.chip-float--a { left: -0.4rem; top: 1rem; color: #8af0bd; animation: floaty 5s ease-in-out infinite; }
.chip-float--b { right: -0.3rem; bottom: 1.2rem; color: #ffd98a; animation: floaty 6s ease-in-out 0.8s infinite; }

@keyframes floaty { 50% { transform: translateY(-8px); } }

/* Tag cloud strip */
.tagcloud-strip { background: var(--jk-ink); border-bottom: 1px solid var(--jk-line); padding: 0.8rem 0; }
.tagcloud-strip__in { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.tagcloud-strip__label { font-size: 0.8rem; font-weight: 800; color: var(--jk-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-right: 0.3rem; white-space: nowrap; }
.tag {
  display: inline-block; padding: 0.28rem 0.8rem;
  background: rgba(255, 255, 255, 0.05); border: 1px solid var(--jk-line);
  border-radius: 999px; color: #cdd6e6; font-size: 0.8rem; font-weight: 600;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.tag:hover { border-color: var(--jk-gold); color: var(--jk-gold); background: rgba(255, 194, 51, 0.08); text-decoration: none; }
.tag--hot { border-color: rgba(230, 51, 41, 0.5); color: #ffb3ad; }
.tag--hot:hover { border-color: var(--jk-red); color: #ffcdc8; background: rgba(230, 51, 41, 0.1); }

/* ===== 6. Section umum ===== */
.section { padding: 3.2rem 0; }
.section--alt { background: var(--jk-ink); border-block: 1px solid var(--jk-line); }
.section--red {
  background:
    radial-gradient(700px 300px at 110% 0%, rgba(255, 194, 51, 0.12), transparent 55%),
    linear-gradient(135deg, #a51c1c, var(--jk-red) 55%, #7c1414);
}
.section__head { max-width: 760px; margin-bottom: 2rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__kicker {
  display: inline-block; margin-bottom: 0.6rem;
  font-size: 0.8rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  color: var(--jk-gold);
}
.section__head p { color: var(--jk-muted); }
.section__head--center p { margin-inline: auto; }

.grid { display: grid; gap: 1.2rem; }
.grid > * { min-width: 0; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: linear-gradient(180deg, var(--jk-ink-2), var(--jk-ink));
  border: 1px solid var(--jk-line); border-radius: var(--jk-radius);
  padding: 1.4rem;
  min-width: 0;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(255, 194, 51, 0.35); }
.card h3 { margin-bottom: 0.5rem; }
.card p { color: var(--jk-muted); margin-bottom: 0; font-size: 0.94rem; }
.card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; margin-bottom: 0.9rem;
  border-radius: 14px; font-size: 1.5rem;
}
.card__icon--red { background: rgba(230, 51, 41, 0.15); border: 1px solid rgba(230, 51, 41, 0.35); }
.card__icon--gold { background: rgba(255, 194, 51, 0.14); border: 1px solid rgba(255, 194, 51, 0.35); }
.card__icon--green { background: rgba(47, 189, 116, 0.14); border: 1px solid rgba(47, 189, 116, 0.35); }
.card__icon--blue { background: rgba(59, 139, 240, 0.14); border: 1px solid rgba(59, 139, 240, 0.35); }

/* Kartu kategori */
.cat-card { position: relative; overflow: hidden; display: flex; flex-direction: column; }
.cat-card__img { border-radius: 12px; overflow: hidden; margin-bottom: 1rem; border: 1px solid var(--jk-line); }
.cat-card__img img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; transition: transform 0.3s ease; }
.cat-card:hover .cat-card__img img { transform: scale(1.04); }
.cat-card h3 a { color: var(--jk-white); }
.cat-card h3 a:hover { color: var(--jk-gold); text-decoration: none; }
.cat-card .more { margin-top: 0.9rem; font-weight: 700; font-size: 0.9rem; }

/* ===== 7. Langkah panduan ===== */
.step-card { position: relative; padding-top: 1.7rem; }
.step-card__num {
  position: absolute; top: -1.15rem; left: 1.2rem;
  width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-weight: 900; font-size: 1.15rem;
  background: linear-gradient(180deg, #ffd76b, #e89400); color: #2a1a02;
  border: 3px solid var(--jk-black);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}
.steps-grid { margin-top: 1.6rem; }

/* ===== 8. Blok akun (daftar/masuk) ===== */
.account-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.account-card { text-align: left; display: flex; flex-direction: column; gap: 0.6rem; }
.account-card .btn { align-self: flex-start; }
.account-card ul { margin: 0.4rem 0 0.6rem; color: var(--jk-muted); font-size: 0.92rem; }
.account-card--daftar { border-top: 3px solid var(--jk-gold); }
.account-card--masuk { border-top: 3px solid var(--jk-blue); }

/* ===== 9. Testimoni ===== */
.quote-card { display: flex; flex-direction: column; gap: 0.8rem; }
.quote-card__stars { color: var(--jk-gold); letter-spacing: 2px; font-size: 0.95rem; }
.quote-card blockquote { margin: 0; color: #cfd7e5; font-size: 0.95rem; flex: 1 1 auto; }
.quote-card figcaption { display: flex; align-items: center; gap: 0.7rem; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 0.9rem; color: #1c1204;
}
.avatar--g { background: linear-gradient(135deg, #ffd76b, #e89400); }
.avatar--b { background: linear-gradient(135deg, #7db7ff, #2f6fd0); color: #fff; }
.avatar--r { background: linear-gradient(135deg, #ff8a80, #c62828); color: #fff; }
.avatar--gr { background: linear-gradient(135deg, #7be8ab, #1f9e5c); color: #06281a; }
.quote-card figcaption strong { display: block; font-size: 0.92rem; }
.quote-card figcaption span { font-size: 0.78rem; color: var(--jk-muted); }
.testi-note { text-align: center; color: var(--jk-muted); font-size: 0.8rem; margin-top: 1.2rem; }

/* ===== 10. Budget Lab (kalkulator) ===== */
.budget-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: stretch;
}
.budget-form { display: flex; flex-direction: column; gap: 1rem; }
.budget-form label { font-weight: 700; font-size: 0.9rem; display: block; margin-bottom: 0.35rem; }
.budget-form .field input, .budget-form .field select {
  width: 100%; padding: 0.7rem 0.9rem;
  background: rgba(255, 255, 255, 0.05); border: 1px solid var(--jk-line);
  border-radius: 12px; color: var(--jk-white); font-size: 1rem; outline: none;
}
.budget-form .field input:focus, .budget-form .field select:focus { border-color: var(--jk-gold); }
.budget-result {
  background: linear-gradient(180deg, rgba(47, 189, 116, 0.1), rgba(12, 15, 22, 0.4));
  border: 1px solid rgba(47, 189, 116, 0.35); border-radius: var(--jk-radius);
  padding: 1.4rem; display: flex; flex-direction: column; gap: 0.7rem;
}
.budget-result__num { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: #8af0bd; }
.budget-result small { color: var(--jk-muted); }
.budget-bars { display: flex; flex-direction: column; gap: 0.5rem; }
.budget-bar { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; }
.budget-bar span:first-child { width: 9.5rem; color: var(--jk-muted); flex: 0 0 auto; }
.budget-bar .bar { flex: 1; height: 10px; border-radius: 6px; background: rgba(255, 255, 255, 0.08); overflow: hidden; }
.budget-bar .bar i { display: block; height: 100%; border-radius: 6px; }
.budget-bar b { width: 6.2rem; text-align: right; flex: 0 0 auto; }
.budget-tips { margin: 0; padding-left: 1.2rem; color: var(--jk-muted); font-size: 0.86rem; }

/* ===== 11. Keamanan & RG ===== */
.security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.rg-banner {
  border: 1px solid rgba(59, 139, 240, 0.4);
  background: linear-gradient(135deg, rgba(59, 139, 240, 0.14), rgba(12, 15, 22, 0.2));
  border-radius: var(--jk-radius); padding: 1.6rem;
}
.rg-banner ul { color: #c7cfde; }
.rg-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.4rem; }
.rg-step { text-align: center; padding: 1rem; border: 1px solid var(--jk-line); border-radius: 14px; background: rgba(255, 255, 255, 0.03); }
.rg-step .card__icon { margin-inline: auto; }
.rg-step p { font-size: 0.85rem; color: var(--jk-muted); margin: 0; }
.help-links { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }

/* ===== 12. FAQ ===== */
.faq-list { display: flex; flex-direction: column; gap: 0.7rem; max-width: 860px; margin-inline: auto; }
.faq-item {
  border: 1px solid var(--jk-line); border-radius: 14px;
  background: var(--jk-ink-2); overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 1rem 1.2rem;
  font-weight: 700; color: var(--jk-white);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.3rem; color: var(--jk-gold); flex: 0 0 auto;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--jk-gold); }
.faq-item .faq-a { padding: 0 1.2rem 1.1rem; color: var(--jk-muted); }
.faq-item .faq-a a { color: var(--jk-gold); }

/* ===== 13. Artikel / entry-content ===== */
.page-wrap { padding: 2.2rem 0 3.2rem; }
.site-main { display: block; min-height: 40vh; }
.entry-header { max-width: 860px; margin-inline: auto; }
.entry-title { color: var(--jk-white); margin: 0 0 0.5em; }
.entry-kicker { margin: 0 0 0.6rem; }
.entry-kicker a {
  display: inline-block; padding: 0.25rem 0.85rem; border-radius: 999px;
  background: rgba(230, 51, 41, 0.15); border: 1px solid rgba(230, 51, 41, 0.45);
  color: #ffb3ad; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase;
}
.entry-kicker a:hover { border-color: var(--jk-red); color: #ffcdc8; text-decoration: none; }
.entry-meta { color: var(--jk-muted); font-size: 0.85rem; margin-bottom: 1.2rem; }
.entry-thumb { margin: 0 0 1.8rem; }
.entry-thumb img { width: 100%; border-radius: 18px; border: 1px solid var(--jk-line); box-shadow: var(--jk-shadow); aspect-ratio: 3 / 2; object-fit: cover; }

.entry-content { max-width: 860px; margin-inline: auto; font-size: 1.02rem; color: #d3dae7; }
.entry-content h2 {
  margin-top: 2.2rem; padding-bottom: 0.35rem;
  border-bottom: 2px solid rgba(255, 194, 51, 0.3);
}
.entry-content h3 { margin-top: 1.7rem; color: #ffd98a; }
.entry-content p { color: #c9d1e0; }
.entry-content ul li, .entry-content ol li { color: #c9d1e0; }
.entry-content strong { color: var(--jk-white); }
.entry-content figure { margin: 1.6rem 0; }
.entry-content figure img { border-radius: 14px; border: 1px solid var(--jk-line); }
.entry-content figcaption { font-size: 0.82rem; color: var(--jk-muted); margin-top: 0.5rem; text-align: center; }
.entry-content blockquote {
  margin: 1.6rem 0; padding: 1rem 1.3rem;
  border-left: 4px solid var(--jk-gold); border-radius: 0 12px 12px 0;
  background: rgba(255, 194, 51, 0.06); color: #dfe5f0;
}
.entry-content table {
  width: 100%; border-collapse: collapse; margin: 1.4rem 0;
  font-size: 0.92rem; display: block; overflow-x: auto;
  border: 1px solid var(--jk-line); border-radius: 12px;
}
.entry-content th, .entry-content td {
  padding: 0.7rem 0.9rem; text-align: left;
  border-bottom: 1px solid var(--jk-line); vertical-align: top;
}
.entry-content th { background: rgba(255, 194, 51, 0.1); color: #ffd98a; white-space: nowrap; }
.entry-content tr:last-child td { border-bottom: none; }
.entry-content .toc {
  background: var(--jk-ink-2); border: 1px solid var(--jk-line);
  border-radius: 14px; padding: 1.1rem 1.3rem; margin: 1.8rem 0;
}
.entry-content .toc strong { display: block; margin-bottom: 0.5rem; color: #ffd98a; }
.entry-content .toc ol { margin: 0; }
.notice {
  display: flex; gap: 0.7rem; align-items: flex-start;
  padding: 1rem 1.2rem; margin: 1.4rem 0; border-radius: 12px;
  font-size: 0.92rem;
}
.notice--warn { background: rgba(230, 51, 41, 0.1); border: 1px solid rgba(230, 51, 41, 0.4); color: #ffd3cf; }
.notice--info { background: rgba(59, 139, 240, 0.1); border: 1px solid rgba(59, 139, 240, 0.4); color: #cfe2fd; }
.notice--ok { background: rgba(47, 189, 116, 0.1); border: 1px solid rgba(47, 189, 116, 0.4); color: #c8f4de; }

.entry-footer {
  max-width: 860px; margin: 2rem auto 0; padding-top: 1.4rem;
  border-top: 1px solid var(--jk-line);
  display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; justify-content: space-between;
}
.share-note { font-size: 0.85rem; color: var(--jk-muted); }

.related { max-width: 860px; margin: 2.4rem auto 0; }
.related h2 { font-size: 1.3rem; }
.related .grid--3 { margin-top: 1rem; }
.mini-card { display: flex; flex-direction: column; gap: 0.45rem; }
.mini-card a { font-weight: 800; color: var(--jk-white); }
.mini-card a:hover { color: var(--jk-gold); text-decoration: none; }
.mini-card span { font-size: 0.8rem; color: var(--jk-muted); }

.cta-box {
  max-width: 860px; margin: 2.4rem auto 0; text-align: center;
  background: linear-gradient(135deg, #a51c1c, var(--jk-red) 60%, #8c1616);
  border: 1px solid rgba(255, 194, 51, 0.4); border-radius: var(--jk-radius);
  padding: 1.8rem 1.4rem;
}
.cta-box h2 { color: #fff; }
.cta-box p { color: #ffe3df; }
.cta-box .btn { margin: 0.4rem 0.35rem 0; }

/* ===== 14. Halaman promosi (arsip) ===== */
.promo-card { display: flex; gap: 1.1rem; align-items: flex-start; }
.promo-card__img { flex: 0 0 168px; border-radius: 12px; overflow: hidden; border: 1px solid var(--jk-line); }
.promo-card__img img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.promo-card h3 { margin-bottom: 0.35rem; }
.promo-card h3 a { color: var(--jk-white); }
.promo-card h3 a:hover { color: var(--jk-gold); text-decoration: none; }
.promo-card p { font-size: 0.92rem; }
.promo-card__meta { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.55rem; }

/* Landing promo spesial */
.landing-hero {
  text-align: center; padding: 3rem 0 2.6rem;
  background:
    radial-gradient(800px 340px at 50% -20%, rgba(255, 194, 51, 0.22), transparent 60%),
    linear-gradient(180deg, #171125, #0c0f16);
  border-bottom: 1px solid var(--jk-line);
}
.landing-hero .entry-kicker a { background: rgba(255, 194, 51, 0.15); border-color: rgba(255, 194, 51, 0.5); color: #ffd98a; }
.landing-hero h1 em { font-style: normal; color: var(--jk-gold); }
.landing-hero p { max-width: 62ch; margin-inline: auto; color: #c7cfde; }
.landing-countdown { display: flex; justify-content: center; gap: 0.7rem; margin: 1.4rem 0; flex-wrap: wrap; }
.cd-box {
  min-width: 78px; padding: 0.6rem 0.8rem; text-align: center;
  background: rgba(255, 255, 255, 0.05); border: 1px solid var(--jk-line); border-radius: 14px;
}
.cd-box b { display: block; font-size: 1.5rem; color: var(--jk-gold); font-variant-numeric: tabular-nums; }
.cd-box span { font-size: 0.72rem; color: var(--jk-muted); text-transform: uppercase; letter-spacing: 0.5px; }
.landing-note { font-size: 0.82rem; color: var(--jk-muted); }

/* ===== 15. Formulir auth ===== */
.auth-wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2rem; align-items: start; padding: 2.6rem 0 3.4rem; }
.auth-card {
  background: linear-gradient(180deg, var(--jk-ink-2), var(--jk-ink));
  border: 1px solid var(--jk-line); border-top: 3px solid var(--jk-gold);
  border-radius: 18px; padding: 1.9rem;
}
.auth-card h1 { font-size: 1.6rem; margin-bottom: 0.3rem; }
.auth-card > p.sub { color: var(--jk-muted); font-size: 0.92rem; margin-bottom: 1.4rem; }
.auth-form .field { margin-bottom: 1.05rem; }
.auth-form label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.35rem; }
.auth-form input[type="text"], .auth-form input[type="email"], .auth-form input[type="tel"],
.auth-form input[type="password"], .auth-form select {
  width: 100%; padding: 0.78rem 1rem;
  background: rgba(255, 255, 255, 0.05); border: 1px solid var(--jk-line);
  border-radius: 12px; color: var(--jk-white); font-size: 1rem; outline: none;
}
.auth-form input:focus { border-color: var(--jk-gold); }
.auth-form .hint { font-size: 0.78rem; color: var(--jk-muted); margin-top: 0.3rem; }
.auth-form .checkline { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.86rem; color: #c9d1e0; margin: 1.1rem 0; }
.auth-form .checkline input { margin-top: 0.28rem; accent-color: var(--jk-gold); width: 1.05rem; height: 1.05rem; flex: 0 0 auto; }
.auth-form .btn { width: 100%; }
.auth-alt { text-align: center; font-size: 0.88rem; color: var(--jk-muted); margin-top: 1.1rem; }
.auth-side .card { margin-bottom: 1.1rem; }
.auth-side ul { color: var(--jk-muted); font-size: 0.9rem; }
.field-error { display: none; color: #ff9d94; font-size: 0.8rem; margin-top: 0.3rem; }
.field.invalid .field-error { display: block; }
.field.invalid input { border-color: #e6564a; }

/* ===== 16. Pusat bantuan ===== */
.help-grid { margin-top: 1.6rem; }
.channel-card h3 { display: flex; align-items: center; gap: 0.6rem; }
.sla-table { margin-top: 1rem; }

/* ===== 17. Footer ===== */
.site-footer {
  background: #090b11; border-top: 1px solid var(--jk-line);
  padding: 2.6rem 0 1.6rem; margin-bottom: 0;
}
.site-footer__grid {
  display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; gap: 1.6rem;
}
.site-footer__grid > * { min-width: 0; }
.widget-title { font-size: 0.95rem; letter-spacing: 0.8px; text-transform: uppercase; color: #ffd98a; margin-bottom: 0.8rem; overflow-wrap: anywhere; }
.widget_nav_menu ul, .widget_text p { margin: 0; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li { margin: 0.3rem 0; }
.widget ul a { color: #b9c2d4; font-size: 0.9rem; }
.widget ul a:hover { color: var(--jk-gold); }
.footer-brand p { font-size: 0.85rem; color: #97a1b5; }
.footer-logo { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.footer-18 { display: flex; align-items: flex-start; gap: 0.6rem; flex-wrap: wrap; }
.site-footer__legal { border-top: 1px solid var(--jk-line); margin-top: 1.8rem; padding-top: 1.2rem; }
.site-footer__legal p { font-size: 0.78rem; color: #7d8798; margin: 0.3rem 0; overflow-wrap: anywhere; }

/* ===== 18. Floating bar gaya slot ===== */
.jk-float {
  position: fixed; left: 50%; bottom: 0.9rem; transform: translateX(-50%);
  z-index: 200;
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.55rem 0.8rem;
  background: linear-gradient(180deg, #23283a, #10131d);
  border: 2px solid var(--jk-gold);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.6), 0 0 22px rgba(255, 194, 51, 0.28);
  max-width: min(560px, calc(100vw - 1.2rem));
}
.jk-float__reels { display: flex; gap: 4px; padding: 4px; background: #05070c; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.12); overflow: hidden; }
.reel { display: flex; flex-direction: column; height: 30px; overflow: hidden; width: 26px; }
.reel i { font-style: normal; font-size: 20px; line-height: 30px; height: 30px; text-align: center; }
.reel { animation: jk-reel-spin 2.4s linear infinite; }
.reel--slow { animation-duration: 3.1s; }
.reel--fast { animation-duration: 1.8s; }

@keyframes jk-reel-spin {
  0% { transform: translateY(0); }
  100% { transform: translateY(-120px); }
}

.jk-float__btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.62rem 1.35rem; border-radius: 999px;
  font-weight: 900; letter-spacing: 0.8px; font-size: 0.95rem;
  text-decoration: none !important; white-space: nowrap;
}
.jk-float__btn--daftar {
  background: linear-gradient(180deg, #ffd76b, #ffb545 55%, #e89400);
  color: #2a1a02;
  box-shadow: 0 0 0 0 rgba(255, 194, 51, 0.7);
  animation: jk-pulse 2s infinite;
}
.jk-float__btn--masuk {
  background: linear-gradient(180deg, #f35043, #b31f1f);
  color: #fff;
  border: 1px solid #ff7b72;
}
.jk-float__btn:hover { transform: translateY(-2px); }

@keyframes jk-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 194, 51, 0.55); }
  70% { box-shadow: 0 0 0 14px rgba(255, 194, 51, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 194, 51, 0); }
}

.jk-coins { position: absolute; inset: 0; pointer-events: none; overflow: visible; }
.coin {
  position: absolute; bottom: 8px;
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff3c4, #ffc233 55%, #b57e00);
  border: 1px solid #8a6400;
  animation: jk-coin-up 2.4s ease-in forwards;
}
.coin::after {
  content: ""; position: absolute; inset: 3px; border-radius: 50%;
  border: 1px dashed rgba(138, 100, 0, 0.55);
}

@keyframes jk-coin-up {
  0% { transform: translate(0, 0) scale(0.6); opacity: 0; }
  12% { opacity: 1; }
  100% { transform: translate(var(--cx, 0px), -150px) scale(1.05); opacity: 0; }
}

/* ===== 19. Overlay pencarian ===== */
.search-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(5, 7, 12, 0.82); backdrop-filter: blur(6px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 12vh 1rem 2rem;
}
.search-overlay[hidden] { display: none; }
.search-overlay__panel {
  width: min(680px, 100%);
  background: var(--jk-ink); border: 1px solid rgba(255, 194, 51, 0.35);
  border-radius: 18px; box-shadow: var(--jk-shadow);
  overflow: hidden;
}
.search-overlay__head { border-bottom: 1px solid var(--jk-line); }
.search-overlay__form { display: flex; align-items: center; }
.search-overlay__form input {
  flex: 1; padding: 1.05rem 1.3rem; font-size: 1.05rem;
  background: transparent; border: none; outline: none; color: var(--jk-white);
  min-width: 0;
}
.search-overlay__form input::placeholder { color: #7d8798; }
.search-overlay__close {
  background: transparent; border: none; color: var(--jk-muted);
  font-size: 1.05rem; padding: 1rem 1.2rem; cursor: pointer; flex: 0 0 auto;
}
.search-overlay__close:hover { color: var(--jk-white); }
.search-overlay__results { max-height: 56vh; overflow-y: auto; padding: 0.4rem; }
.sr-item { display: block; padding: 0.85rem 1rem; border-radius: 12px; }
.sr-item:hover { background: rgba(255, 255, 255, 0.05); text-decoration: none; }
.sr-item strong { display: block; color: var(--jk-white); font-size: 0.98rem; }
.sr-item span { display: block; color: var(--jk-muted); font-size: 0.84rem; margin-top: 0.15rem; }
.sr-empty { padding: 1.2rem 1.3rem; color: var(--jk-muted); font-size: 0.92rem; }

/* ===== 20. Halaman 404 ===== */
.notfound { text-align: center; padding: 4rem 0 5rem; }
.notfound__code { font-size: clamp(4rem, 14vw, 7rem); font-weight: 900; color: var(--jk-red); line-height: 1; }
.notfound p { color: var(--jk-muted); max-width: 52ch; margin-inline: auto; }

/* ===== 21. Responsive ===== */
@media (max-width: 1080px) {
  .site-header__in { gap: 0.8rem; }
  .header-search input { width: 130px; }
  .hero__grid { grid-template-columns: 1fr 0.9fr; gap: 1.6rem; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .rg-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .main-navigation {
    order: 5; flex-basis: 100%;
    max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  }
  .main-navigation.is-open { max-height: 480px; border-top: 1px solid var(--jk-line); }
  .main-navigation .menu { flex-direction: column; padding: 0.4rem 0 0.6rem; }
  .main-navigation .menu a { padding: 0.7rem 0.4rem; font-size: 1rem; }
  .header-actions { order: 4; margin-left: auto; }
  .header-search input { width: 110px; }
  .hero__grid { grid-template-columns: 1fr; padding: 2.4rem 0 2.6rem; }
  .hero__media { order: -1; }
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .account-grid, .security-grid { grid-template-columns: 1fr; }
  .budget-wrap { grid-template-columns: 1fr; }
  .auth-wrap { grid-template-columns: 1fr; padding: 1.8rem 0 2.6rem; }
  .promo-card__img { flex-basis: 132px; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 1.8rem); }
  .topbar__in { justify-content: center; text-align: center; }
  .topbar__date { display: none; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .header-search { display: none; }
  .header-actions .btn--sm { padding: 0.5rem 0.85rem; }
  .hero__cta .btn { flex: 1 1 auto; }
  .rg-steps { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .promo-card { flex-direction: column; gap: 0.8rem; }
  .promo-card__img { flex-basis: auto; width: 100%; }
  .jk-float {
    left: 0.6rem; right: 0.6rem; transform: none;
    max-width: none; justify-content: space-between;
    gap: 0.5rem; padding: 0.5rem 0.65rem; bottom: 0.6rem;
  }
  .jk-float__reels { display: none; }
  .jk-float__btn { flex: 1 1 auto; padding: 0.72rem 0.5rem; font-size: 0.98rem; }
  body { padding-bottom: 4.6rem; }
  .entry-content table { font-size: 0.85rem; }
  .budget-bar span:first-child { width: 7.5rem; }
  .budget-bar b { width: 5.2rem; }
}

@media (max-width: 380px) {
  .site-title { font-size: 1.12rem; }
  .badge18 { min-width: 2.2rem; font-size: 0.72rem; }
  .hero__chips .chip { font-size: 0.75rem; }
  .cd-box { min-width: 64px; }
}

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

/* ===== 22. Utilitas ===== */
.text-center { text-align: center; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.6rem; }
.muted { color: var(--jk-muted); }
.nowrap { white-space: nowrap; }
img, video, iframe, table { max-width: 100%; }
overflow-wrap-anywhere { overflow-wrap: anywhere; }
.entry-content p, .card p, .promo-card p, li, figcaption, blockquote { overflow-wrap: break-word; }
