/* ==========================================================================
   Prada188 — Theme "prada188-casino" (WordPress-compatible static output)
   Palet: merah brand, putih, hijau, kuning emas, biru, hitam
   Versi: 1.0.0 — 18 Agustus 2026 (WIB)
   ========================================================================== */

/* ---------- Reset & base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1c1e26;
  background: #f6f7fb;
  overflow-wrap: break-word;
}

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

a { color: #b00e29; text-decoration: none; }
a:hover { text-decoration: underline; }

ul, ol { padding-left: 1.35em; }

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.25;
  color: #14161f;
  margin: 0 0 .5em;
  overflow-wrap: anywhere;
}

p { margin: 0 0 1em; }

hr { border: 0; border-top: 1px solid #e6e8ef; margin: 2em 0; }

:focus-visible { outline: 3px solid #f5b301; outline-offset: 2px; border-radius: 4px; }

/* Ayat panjang / URL tidak boleh meluber */
.entry-content a, .card, p, li { overflow-wrap: anywhere; }

/* ---------- Utilities ---------- */
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0);
  border: 0; word-wrap: normal !important;
}

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: #f5b301; color: #14161f;
  padding: 8px 16px; z-index: 100000; font-weight: 700;
}
.skip-link:focus { left: 8px; top: 8px; }

.text-center { text-align: center; }
.mt-1 { margin-top: .5em; } .mt-2 { margin-top: 1em; } .mt-3 { margin-top: 1.5em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 800; font-size: .98rem;
  letter-spacing: .02em;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }

.btn-gold {
  background: linear-gradient(180deg, #ffd166 0%, #f5b301 55%, #d99800 100%);
  color: #241a02;
  box-shadow: 0 6px 18px rgba(245, 179, 1, .38), inset 0 1px 0 rgba(255, 255, 255, .55);
}
.btn-gold:hover { box-shadow: 0 9px 24px rgba(245, 179, 1, .5); }

.btn-red {
  background: linear-gradient(180deg, #e01539 0%, #c8102e 60%, #9d0b23 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(200, 16, 46, .35);
}
.btn-ghost-light {
  background: transparent; color: #fff; border-color: rgba(255, 255, 255, .65);
}
.btn-ghost-light:hover { background: rgba(255, 255, 255, .12); }
.btn-ghost-dark {
  background: transparent; color: #14161f; border-color: #c9cdd8;
}
.btn-ghost-dark:hover { background: #eef0f5; }
.btn-green {
  background: linear-gradient(180deg, #14b37d 0%, #0e9f6e 100%);
  color: #fff; box-shadow: 0 6px 16px rgba(14, 159, 110, .3);
}
.btn-sm { padding: 8px 18px; font-size: .88rem; }
.btn-lg { padding: 15px 34px; font-size: 1.06rem; }
.btn-block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar {
  background: #0d0f16;
  color: #cfd3dd;
  font-size: .78rem;
  border-bottom: 1px solid #23283a;
}
.topbar-inner {
  display: flex; align-items: center; gap: 10px;
  padding-top: 6px; padding-bottom: 6px;
  flex-wrap: wrap;
}
.topbar-badge {
  background: #c8102e; color: #fff;
  font-weight: 800; font-size: .72rem;
  border-radius: 6px; padding: 1px 8px;
  letter-spacing: .04em;
}
.topbar-text { margin: 0; flex: 1 1 320px; min-width: 0; }
.topbar-region { color: #f5b301; font-weight: 700; white-space: nowrap; }

/* ---------- Header / navigasi ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(20, 22, 31, .97);
  border-bottom: 3px solid #c8102e;
  box-shadow: 0 4px 18px rgba(13, 15, 22, .35);
}
.header-inner {
  display: flex; align-items: center; gap: 16px;
  padding-top: 10px; padding-bottom: 10px;
}
.site-logo {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none !important;
}
.logo-crown { font-size: 1.5rem; filter: drop-shadow(0 2px 3px rgba(0,0,0,.4)); }
.logo-text {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1.42rem; font-weight: 800;
  color: #fff; letter-spacing: .05em;
}
.logo-text b { color: #f5b301; }

.main-navigation { margin-left: auto; }
.menu {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 4px; flex-wrap: wrap;
}
.menu > li > a {
  display: block; padding: 8px 12px;
  color: #e8eaf1; font-weight: 700; font-size: .92rem;
  border-radius: 8px;
}
.menu > li > a:hover { background: rgba(255, 255, 255, .09); text-decoration: none; color: #ffd166; }
.menu > li > a[aria-current="page"] { color: #ffd166; background: rgba(200, 16, 46, .35); }

.menu-toggle {
  display: none;
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 8px;
  font-size: 1rem; font-weight: 800;
  padding: 6px 12px; cursor: pointer;
}

.header-actions { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.search-open {
  font-size: 1.15rem; line-height: 1;
  padding: 6px 8px; border-radius: 8px;
}
.search-open:hover { background: rgba(255,255,255,.1); text-decoration: none; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { padding: 14px 20px 0; }
.breadcrumbs ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 6px;
  font-size: .82rem; color: #5b6270;
}
.breadcrumbs li+li::before { content: "›"; margin-right: 6px; color: #9aa0ad; }
.breadcrumbs a { color: #5b6270; font-weight: 600; }
.breadcrumbs a:hover { color: #c8102e; }
.breadcrumbs [aria-current] { color: #14161f; font-weight: 700; }

/* ---------- Section headings ---------- */
.section { padding: 56px 0; }
.section-alt { background: #fff; }
.section-tint { background: linear-gradient(180deg, #fdf6e6 0%, #f6f7fb 100%); }
.section-head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.kicker {
  display: inline-block;
  color: #c8102e; font-weight: 800;
  text-transform: uppercase; letter-spacing: .12em;
  font-size: .78rem; margin-bottom: 10px;
}
.section-head h2, .section-title { font-size: clamp(1.45rem, 3vw, 2rem); }
.section-head .section-sub { color: #5b6270; margin: 8px 0 0; }

/* ---------- Hero (beranda) ---------- */
.hero {
  background:
    radial-gradient(1000px 420px at 85% -10%, rgba(245, 179, 1, .16), transparent 60%),
    radial-gradient(800px 380px at -10% 110%, rgba(14, 159, 110, .18), transparent 55%),
    linear-gradient(160deg, #14161f 0%, #231318 55%, #1a0c10 100%);
  color: #fff;
  padding: 64px 0 70px;
  overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 40px; align-items: center;
}
.hero-copy .kicker { color: #ffd166; }
.hero-title {
  color: #fff;
  font-size: clamp(1.7rem, 4.2vw, 2.75rem);
  margin-bottom: .35em;
}
.hero-title .gold { color: #f5b301; }
.hero-title .red { color: #ff5d75; }
.hero-sub { color: #c9cedb; font-size: 1.04rem; max-width: 560px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 22px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.hbadge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #e6e9f2;
  font-size: .8rem; font-weight: 700;
  border-radius: 999px; padding: 6px 14px;
}
.hero-visual { position: relative; }
.hero-frame {
  border-radius: 18px; overflow: hidden;
  border: 3px solid rgba(245, 179, 1, .65);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .45);
  transform: rotate(1.5deg);
}
.hero-frame img { width: 100%; }
.hero-chip {
  position: absolute; left: -14px; bottom: -16px;
  background: linear-gradient(180deg, #14b37d, #0e9f6e);
  color: #fff; font-weight: 800; font-size: .85rem;
  padding: 10px 16px; border-radius: 12px;
  box-shadow: 0 10px 22px rgba(14, 159, 110, .45);
  transform: rotate(-2deg);
}

/* ---------- Page hero (halaman dalam) ---------- */
.page-hero {
  background:
    radial-gradient(700px 300px at 90% -20%, rgba(245, 179, 1, .18), transparent 60%),
    linear-gradient(150deg, #14161f 0%, #251319 100%);
  color: #fff; padding: 40px 0 44px;
}
.page-hero h1 { color: #fff; font-size: clamp(1.5rem, 3.4vw, 2.2rem); }
.page-hero .section-sub { color: #c9cedb; max-width: 720px; margin: 8px 0 0; }
.page-hero .breadcrumbs { padding: 0 0 14px; }
.page-hero .breadcrumbs a, .page-hero .breadcrumbs li { color: #aeb4c2; }
.page-hero .breadcrumbs [aria-current] { color: #ffd166; }
.ph-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; font-size: .82rem; color: #aeb4c2; }
.ph-meta span { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.grid-2 { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.card {
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(20, 22, 31, .06);
}
.card h3 { font-size: 1.12rem; margin-bottom: .4em; }
.card p:last-child { margin-bottom: 0; }
.card-icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  border-radius: 14px;
  background: #fdeeee;
  margin-bottom: 14px;
}
.card-icon.i-red { background: #fdeeee; }
.card-icon.i-gold { background: #fdf3d7; }
.card-icon.i-green { background: #e2f6ee; }
.card-icon.i-blue { background: #e7f0fd; }
.card-icon.i-dark { background: #e8eaf1; }

.feature-card { border-top: 4px solid #c8102e; }
.feature-card:nth-child(2) { border-top-color: #f5b301; }
.feature-card:nth-child(3) { border-top-color: #0e9f6e; }
.feature-card:nth-child(4) { border-top-color: #1e6fd9; }

/* ---------- Langkah (steps) ---------- */
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  counter-reset: step;
}
.step {
  background: #fff; border-radius: 16px;
  border: 1px solid #e6e8ef; padding: 24px;
  position: relative;
  box-shadow: 0 8px 24px rgba(20, 22, 31, .06);
}
.step-num {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1.15rem; color: #241a02;
  background: linear-gradient(180deg, #ffd166, #f5b301);
  margin-bottom: 14px;
}
.step h3 { font-size: 1.06rem; }
.step .step-tag {
  position: absolute; top: 18px; right: 18px;
  font-size: .72rem; font-weight: 800; letter-spacing: .06em;
  color: #0e9f6e; text-transform: uppercase;
}

/* ---------- Kartu daftar/masuk (beranda) ---------- */
.auth-entry { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); max-width: 860px; margin: 0 auto; }
.auth-card {
  background: #fff; border-radius: 20px; padding: 30px;
  border: 1px solid #e6e8ef;
  box-shadow: 0 14px 34px rgba(20, 22, 31, .1);
  text-align: center;
}
.auth-card .card-icon { margin-inline: auto; }
.auth-card h3 { font-size: 1.3rem; }
.auth-card .btn { margin-top: 8px; }

/* ---------- Mobile showcase ---------- */
.mobile-showcase {
  display: grid; grid-template-columns: .8fr 1.2fr;
  gap: 40px; align-items: center;
}
.phone-mock {
  width: min(250px, 78%);
  margin: 0 auto;
  border-radius: 34px;
  border: 10px solid #14161f;
  background: #1d2130;
  box-shadow: 0 26px 46px rgba(20, 22, 31, .35);
  overflow: hidden;
  position: relative;
}
.phone-notch {
  width: 96px; height: 16px;
  background: #14161f; border-radius: 0 0 14px 14px;
  margin: 0 auto;
}
.phone-screen {
  padding: 18px 14px 22px;
  background: linear-gradient(170deg, #241319 0%, #14161f 100%);
  display: grid; gap: 10px;
}
.ps-row {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  padding: 10px 12px;
  color: #e6e9f2; font-size: .8rem; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.ps-row .dot { width: 9px; height: 9px; border-radius: 50%; background: #0e9f6e; }
.ps-row.alt .dot { background: #f5b301; }
.ps-row.alt2 .dot { background: #1e6fd9; }
.mobile-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.mobile-points li {
  background: #fff; border: 1px solid #e6e8ef;
  border-radius: 12px; padding: 14px 16px;
  display: flex; gap: 12px; align-items: flex-start;
}
.mobile-points .mi {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; background: #e2f6ee;
}
.mobile-points strong { display: block; }
.mobile-points p { margin: 2px 0 0; color: #5b6270; font-size: .92rem; }

/* ---------- Testimoni ---------- */
.t-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.t-card {
  background: #fff; border-radius: 16px; padding: 24px;
  border: 1px solid #e6e8ef;
  box-shadow: 0 8px 24px rgba(20, 22, 31, .06);
  display: flex; flex-direction: column; gap: 12px;
}
.t-stars { color: #f5b301; letter-spacing: 2px; font-size: .95rem; }
.t-quote { margin: 0; font-style: italic; color: #333845; flex: 1; }
.t-user { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: .9rem;
  background: linear-gradient(140deg, #c8102e, #7c0a1d);
}
.avatar.a2 { background: linear-gradient(140deg, #1e6fd9, #123f7d); }
.avatar.a3 { background: linear-gradient(140deg, #0e9f6e, #0b5f41); }
.t-user strong { display: block; font-size: .92rem; }
.t-user small { color: #5b6270; }
.t-note {
  text-align: center; color: #5b6270; font-size: .8rem;
  margin: 18px auto 0; max-width: 640px;
}

/* ---------- Kuis kesiapan (seksi baru) ---------- */
.quiz {
  max-width: 780px; margin: 0 auto;
  background: #fff; border-radius: 20px;
  border: 1px solid #e6e8ef;
  box-shadow: 0 14px 34px rgba(20, 22, 31, .08);
  padding: 30px;
}
.quiz-q { margin-bottom: 18px; }
.quiz-q p.qq { font-weight: 700; margin-bottom: 8px; }
.quiz-opts { display: flex; gap: 10px; flex-wrap: wrap; }
.q-opt {
  cursor: pointer; user-select: none;
  border: 2px solid #c9cdd8; border-radius: 999px;
  padding: 7px 18px; font-weight: 700; font-size: .88rem;
  background: #fff; color: #333845;
}
.q-opt input { position: absolute; opacity: 0; pointer-events: none; }
.q-opt:has(input:checked) {
  border-color: #0e9f6e; background: #e2f6ee; color: #0b5f41;
}
.quiz-actions { text-align: center; margin-top: 6px; }
.quiz-result {
  margin-top: 18px; border-radius: 14px; padding: 18px 20px;
  background: #e2f6ee; border: 1px solid #b9e6d4;
}
.quiz-result.warn { background: #fdf3d7; border-color: #efdca0; }
.quiz-result h3 { font-size: 1.05rem; }
.quiz-result p { margin: 6px 0 0; font-size: .95rem; }

/* ---------- Keamanan ---------- */
.sec-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.sec-item {
  background: #fff; border-radius: 14px; padding: 20px;
  border-left: 4px solid #1e6fd9;
  border-top: 1px solid #e6e8ef; border-right: 1px solid #e6e8ef; border-bottom: 1px solid #e6e8ef;
  box-shadow: 0 6px 18px rgba(20, 22, 31, .05);
}
.sec-item:nth-child(2) { border-left-color: #0e9f6e; }
.sec-item:nth-child(3) { border-left-color: #f5b301; }
.sec-item:nth-child(4) { border-left-color: #c8102e; }
.sec-icon { font-size: 1.5rem; margin-bottom: 8px; }
.sec-item h3 { font-size: 1.02rem; }
.sec-item p { margin: 0; color: #5b6270; font-size: .92rem; }

/* ---------- Bermain bertanggung jawab ---------- */
.rg-box {
  background: linear-gradient(140deg, #0b5f41 0%, #0e9f6e 100%);
  border-radius: 20px; color: #eafaf3;
  padding: 34px; max-width: 900px; margin: 0 auto;
}
.rg-box h2, .rg-box h3 { color: #fff; }
.rg-box p { color: #d7f2e6; }
.rg-box .kicker-light { color: #ffd166; }
.rg-link { color: #ffd166; font-weight: 700; }
.rg-link:hover { color: #fff; }
.rg-tools { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 20px; }
.rg-tool {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px; padding: 14px 16px;
}
.rg-tool strong { color: #ffd166; }
.rg-tool p { margin: 4px 0 0; font-size: .88rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
details.faq-item {
  background: #fff; border: 1px solid #e6e8ef;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 14px rgba(20, 22, 31, .04);
}
details.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 16px 52px 16px 18px;
  font-weight: 700; color: #14161f;
  position: relative;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
  content: "+";
  position: absolute; right: 16px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  background: #fdeeee; color: #c8102e;
  border-radius: 8px; font-weight: 900;
}
details.faq-item[open] summary::after { content: "−"; background: #e2f6ee; color: #0b5f41; }
details.faq-item .faq-a { padding: 0 18px 16px; color: #444a57; }

/* ---------- Tag cloud ---------- */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag-cloud a {
  display: inline-block;
  background: #fff; border: 1.5px solid #dfe2ea;
  color: #333845; font-weight: 700; font-size: .85rem;
  padding: 7px 16px; border-radius: 999px;
  transition: transform .12s ease, background .12s ease;
}
.tag-cloud a:hover { transform: translateY(-2px); text-decoration: none; }
.tag-cloud a:nth-child(5n+1) { border-color: #f0c14b; background: #fdf6e6; }
.tag-cloud a:nth-child(5n+2) { border-color: #ef9aa8; background: #fdeeee; }
.tag-cloud a:nth-child(5n+3) { border-color: #8fd6bb; background: #e2f6ee; }
.tag-cloud a:nth-child(5n+4) { border-color: #a9c6f2; background: #e7f0fd; }
.tag-cloud a:nth-child(5n+5) { border-color: #c9cdd8; background: #f0f1f5; }

/* ---------- Pencarian ---------- */
.search-hero { max-width: 640px; margin: 0 auto; }
.search-form { display: flex; gap: 10px; }
.search-form input[type="search"] {
  flex: 1; min-width: 0;
  padding: 13px 18px;
  border-radius: 999px;
  border: 2px solid #dfe2ea;
  font-size: 1rem; font-family: inherit;
  background: #fff;
}
.search-form input[type="search"]:focus { border-color: #f5b301; outline: none; }
.sr-list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.sr-item {
  display: block; background: #fff;
  border: 1px solid #e6e8ef; border-radius: 12px;
  padding: 16px 18px;
}
.sr-item:hover { border-color: #f0c14b; text-decoration: none; }
.sr-item strong { color: #c8102e; font-size: 1rem; display: block; }
.sr-item span { color: #444a57; font-size: .9rem; display: block; margin-top: 4px; }
.sr-item em { color: #5b6270; font-size: .78rem; font-style: normal; display: block; margin-top: 6px; }
.sr-empty { text-align: center; color: #5b6270; background: #fff; border: 1px dashed #c9cdd8; border-radius: 12px; padding: 26px; }

/* ---------- Promosi ---------- */
.promo-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.promo-card {
  background: #fff; border-radius: 18px;
  border: 1px solid #e6e8ef;
  box-shadow: 0 10px 26px rgba(20, 22, 31, .07);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.promo-media { position: relative; }
.promo-media img { width: 100%; height: 190px; object-fit: cover; }
.promo-ribbon {
  position: absolute; top: 12px; left: 12px;
  background: linear-gradient(180deg, #e01539, #c8102e);
  color: #fff; font-size: .72rem; font-weight: 800;
  letter-spacing: .06em; padding: 4px 12px; border-radius: 999px;
}
.promo-ribbon.stable { background: linear-gradient(180deg, #14b37d, #0e9f6e); }
.promo-body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.promo-body h3 { margin: 0; font-size: 1.12rem; }
.promo-value {
  font-size: 1.5rem; font-weight: 900; color: #c8102e;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
.promo-terms { margin: 0; font-size: .86rem; color: #444a57; display: grid; gap: 6px; }
.promo-terms dt { font-weight: 800; color: #14161f; }
.promo-terms dd { margin: 0 0 6px; }
.promo-actions { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; }

.terms-box {
  background: #fff; border: 1px solid #e6e8ef; border-radius: 14px;
  padding: 22px 24px;
}
.terms-box h3 { margin-top: 0; }
.terms-list { margin: 0; display: grid; gap: 8px; padding-left: 1.2em; }
.terms-list li::marker { color: #c8102e; font-weight: 900; }

/* ---------- Tabel ---------- */
.table-note { font-size: .85rem; color: #5b6270; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; border: 1px solid #e6e8ef; background: #fff; }
table.wp-style-table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 560px; }
.wp-style-table th {
  background: #14161f; color: #ffd166;
  text-align: left; padding: 12px 14px; font-size: .85rem;
  letter-spacing: .03em; text-transform: uppercase;
  white-space: nowrap;
}
.wp-style-table td { padding: 11px 14px; border-bottom: 1px solid #eef0f5; vertical-align: top; }
.wp-style-table tr:nth-child(even) td { background: #fafbfe; }
.wp-style-table tr:last-child td { border-bottom: 0; }

/* ---------- Artikel ---------- */
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: start; }
.content-area { min-width: 0; background: #fff; border: 1px solid #e6e8ef; border-radius: 18px; padding: clamp(20px, 4vw, 40px); }
.entry-header { border-bottom: 1px solid #eef0f5; padding-bottom: 18px; margin-bottom: 22px; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: .82rem; color: #5b6270; }
.entry-meta span { display: inline-flex; align-items: center; gap: 6px; }
.entry-content { font-size: 1.02rem; color: #262a34; }
.entry-content h2 {
  font-size: 1.42rem; margin: 1.6em 0 .6em;
  padding-left: 14px; border-left: 5px solid #c8102e;
}
.entry-content h2:first-child { margin-top: .4em; }
.entry-content h3 { font-size: 1.16rem; margin: 1.4em 0 .5em; color: #8f0a20; }
.entry-content ul li, .entry-content ol li { margin-bottom: .45em; }
.entry-content figure { margin: 1.6em 0; }
.entry-content figure img { border-radius: 14px; width: 100%; }
.entry-content figcaption { font-size: .8rem; color: #5b6270; margin-top: 8px; text-align: center; }
.entry-content blockquote {
  margin: 1.6em 0; padding: 16px 20px;
  background: #fdf6e6; border-left: 5px solid #f5b301;
  border-radius: 0 12px 12px 0;
  font-style: italic; color: #4a4113;
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
.info-box {
  background: #e7f0fd; border-left: 5px solid #1e6fd9;
  border-radius: 0 12px 12px 0; padding: 14px 18px; margin: 1.4em 0;
}
.info-box.green { background: #e2f6ee; border-left-color: #0e9f6e; }
.info-box.gold { background: #fdf6e6; border-left-color: #f5b301; }
.info-box p:last-child { margin-bottom: 0; }
.info-box strong:first-child { color: #123f7d; }
.info-box.green strong:first-child { color: #0b5f41; }
.info-box.gold strong:first-child { color: #8a6a00; }

.sidebar-widget {
  background: #fff; border: 1px solid #e6e8ef; border-radius: 16px;
  padding: 22px; margin-bottom: 22px;
}
.sidebar-widget h2, .sidebar-widget h3 { font-size: 1.05rem; margin-bottom: 14px; }
.sidebar-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.sidebar-widget ul a { font-weight: 700; font-size: .93rem; }
.sidebar-widget ul a small { display: block; color: #5b6270; font-weight: 500; }
.side-cta {
  background: linear-gradient(150deg, #231318, #14161f);
  border-radius: 16px; padding: 24px; color: #e6e9f2;
  border: 1px solid #2b3040;
}
.side-cta h3 { color: #ffd166; }
.side-cta p { font-size: .9rem; color: #c9cedb; }
.side-cta .btn { width: 100%; margin-top: 8px; }

.cta-box {
  background:
    radial-gradient(600px 200px at 90% -30%, rgba(245, 179, 1, .25), transparent 60%),
    linear-gradient(140deg, #9d0b23, #c8102e);
  border-radius: 18px; color: #ffe9ed;
  padding: 30px; margin: 2.2em 0 0;
  text-align: center;
}
.cta-box h2 { color: #fff; border: 0; padding: 0; }
.cta-box p { color: #ffd9e0; max-width: 640px; margin: 0 auto 1em; }
.cta-box-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.related { margin-top: 40px; }
.related-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.related-grid a {
  background: #fff; border: 1px solid #e6e8ef; border-radius: 12px;
  padding: 16px; font-weight: 700; color: #14161f; font-size: .95rem;
}
.related-grid a:hover { border-color: #f0c14b; text-decoration: none; }
.related-grid a small { display: block; color: #5b6270; font-weight: 500; margin-top: 4px; }

/* ---------- Halaman auth (daftar/masuk) ---------- */
.auth-wrap {
  display: grid; grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  gap: 36px; align-items: start; justify-content: center;
}
.auth-card-full {
  background: #fff; border-radius: 20px;
  border: 1px solid #e6e8ef;
  box-shadow: 0 16px 40px rgba(20, 22, 31, .1);
  padding: 34px;
}
.auth-head { text-align: center; margin-bottom: 20px; }
.auth-head .logo-text { color: #14161f; }
.auth-head .logo-text b { color: #c8102e; }
.auth-head h1, .auth-title { font-size: 1.5rem; margin: 12px 0 4px; }
.auth-head p { color: #5b6270; margin: 0; font-size: .92rem; }
.auth-note-sm { font-size: .85rem; color: #5b6270; margin-bottom: 0; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 6px; }
.field input, .field select {
  width: 100%; padding: 12px 14px;
  border-radius: 10px; border: 2px solid #dfe2ea;
  font-size: .98rem; font-family: inherit; background: #fff; color: #14161f;
}
.field input:focus, .field select:focus { border-color: #f5b301; outline: none; }
.field .hint { font-size: .78rem; color: #5b6270; margin-top: 5px; }
.checkbox-row { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: #444a57; margin-bottom: 16px; }
.checkbox-row input { margin-top: 3px; flex: 0 0 auto; }
.auth-alt { text-align: center; font-size: .9rem; margin-top: 16px; }
.auth-legal { text-align: center; font-size: .76rem; color: #5b6270; margin-top: 14px; }
.auth-side { display: grid; gap: 16px; }
.auth-points {
  background: #fff; border: 1px solid #e6e8ef; border-radius: 16px; padding: 24px;
}
.auth-points h2 { font-size: 1.15rem; }
.auth-points ul { margin: 0; padding-left: 1.2em; }
.auth-points li { margin-bottom: 8px; font-size: .95rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: #0d0f16; color: #aeb4c2;
  padding: 52px 0 0;
  margin-top: 60px;
  border-top: 4px solid #f5b301;
}
.footer-widgets {
  display: grid; gap: 30px;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
}
.fw-col h4 {
  color: #fff; font-size: .95rem; letter-spacing: .06em;
  text-transform: uppercase; margin: 0 0 16px;
}
.fw-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.fw-col a { color: #c9cedb; font-size: .9rem; }
.fw-col a:hover { color: #ffd166; }
.fw-about .site-logo { margin-bottom: 12px; }
.fw-about p { font-size: .88rem; color: #8d93a3; }
.fw-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.fw-badge {
  border: 1.5px solid #3a4156;
  color: #c9cedb; border-radius: 8px; padding: 4px 10px;
  font-size: .75rem; font-weight: 800;
}
.fw-badge.red { border-color: #c8102e; color: #ff8fa2; }
.fw-badge.green { border-color: #0e9f6e; color: #7bdcba; }
.footer-legal {
  border-top: 1px solid #23283a;
  margin-top: 40px;
  padding: 22px 0 96px;
  font-size: .78rem; color: #767d8d;
  text-align: center;
}
.footer-legal p { margin: 0 0 8px; }

/* ---------- Tombol melayang gaya slot ---------- */
.float-cta {
  position: fixed;
  left: 50%; bottom: 10px;
  transform: translateX(-50%);
  width: min(94%, 500px);
  z-index: 9999;
  display: flex; align-items: stretch; gap: 8px;
  background: linear-gradient(180deg, #2b1620, #170d12);
  border: 2px solid #f5b301;
  border-radius: 999px;
  padding: 7px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .55);
}
.float-reels {
  flex: 0 0 auto;
  display: none; gap: 4px; align-items: center;
  padding: 0 4px;
}
.reel {
  width: 26px; height: 34px;
  border-radius: 8px; overflow: hidden;
  background: #0d0f16;
  border: 1px solid #3a4156;
}
.reel-strip {
  display: flex; flex-direction: column;
  animation: reelSpin 2.4s steps(9) infinite;
  font-size: 1.05rem; line-height: 34px; text-align: center;
}
.reel:nth-child(2) .reel-strip { animation-duration: 2.9s; }
.reel:nth-child(3) .reel-strip { animation-duration: 2.1s; }
@keyframes reelSpin {
  from { transform: translateY(0); }
  to { transform: translateY(-306px); }
}
.float-btn {
  flex: 1 1 0; min-width: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px;
  font-weight: 900; letter-spacing: .05em;
  font-size: 1rem;
  text-decoration: none !important;
  padding: 12px 8px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.float-daftar {
  background: linear-gradient(180deg, #ffd166 0%, #f5b301 60%, #d99800 100%);
  color: #241a02;
  box-shadow: 0 4px 16px rgba(245, 179, 1, .5), inset 0 1px 0 rgba(255, 255, 255, .6);
  animation: pulseGlow 1.8s ease-in-out infinite;
}
.float-daftar:hover { transform: translateY(-2px) scale(1.02); }
.float-masuk {
  background: linear-gradient(180deg, #e01539, #9d0b23);
  color: #fff;
  border: 1.5px solid rgba(255, 209, 102, .8);
}
.float-masuk:hover { transform: translateY(-2px); }
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 4px 16px rgba(245, 179, 1, .45), inset 0 1px 0 rgba(255, 255, 255, .6); }
  50% { box-shadow: 0 4px 26px rgba(255, 209, 102, .95), inset 0 1px 0 rgba(255, 255, 255, .6); }
}
.coin {
  position: absolute; top: -8px;
  font-size: .95rem; pointer-events: none;
  animation: coinUp 2.6s ease-in infinite;
}
.coin.c1 { left: 18%; animation-delay: 0s; }
.coin.c2 { left: 38%; animation-delay: .9s; font-size: .8rem; }
.coin.c3 { left: 58%; animation-delay: 1.7s; font-size: 1.05rem; }
@keyframes coinUp {
  0% { transform: translateY(6px) scale(.7); opacity: 0; }
  18% { opacity: 1; }
  70% { transform: translateY(-34px) scale(1.1) rotate(20deg); opacity: 1; }
  100% { transform: translateY(-52px) scale(.85) rotate(-12deg); opacity: 0; }
}

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

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .article-layout { grid-template-columns: 1fr; }
  .footer-widgets { grid-template-columns: 1fr 1fr; }
  .hero-grid { gap: 28px; }
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; align-items: center; gap: 6px; }
  .main-navigation { margin-left: auto; }
  .header-actions { margin-left: 0; }
  .menu {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #14161f;
    flex-direction: column; align-items: stretch; gap: 2px;
    padding: 10px 16px 16px;
    border-bottom: 3px solid #c8102e;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .4);
  }
  .menu.open { display: flex; }
  .menu > li > a { padding: 12px 10px; font-size: 1rem; }
  .hero { padding: 46px 0 54px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; margin: 0 auto; width: 100%; }
  .mobile-showcase { grid-template-columns: 1fr; gap: 28px; }
  .auth-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 42px 0; }
  .header-actions .btn-ghost-light { display: none; }
  .header-inner { gap: 8px; }
  .main-navigation { margin-left: auto; }
  .menu-toggle { padding: 6px 9px; font-size: 1.1rem; }
  .menu-toggle span { display: none; }
  .logo-text { font-size: 1.12rem; }
  .logo-crown { font-size: 1.25rem; }
  .header-actions { gap: 6px; }
  .header-actions .btn { padding: 7px 13px; font-size: .8rem; }
  .search-open { padding: 4px 6px; font-size: 1rem; }
  .hero-ctas .btn { flex: 1 1 100%; }
  .quiz { padding: 22px 18px; }
  .rg-box { padding: 24px 20px; }
  .content-area { padding: 20px 18px; }
  .float-cta { bottom: 8px; padding: 6px; }
  .float-btn { font-size: .95rem; padding: 11px 6px; }
  .footer-widgets { grid-template-columns: 1fr; }
  .footer-legal { padding-bottom: 92px; }
  .search-form { flex-direction: column; }
  .search-form .btn { width: 100%; }
  .ph-meta { gap: 8px; }
  .btn { white-space: normal; text-align: center; }
}

@media (max-width: 400px) {
  .logo-text { font-size: 1.02rem; }
  .topbar-region { display: none; }
  .float-reels { display: none; }
  .header-actions .btn { padding: 6px 10px; font-size: .76rem; }
}

@media (min-width: 480px) {
  .float-reels { display: flex; }
}
