/*
Theme Name: SKBB Consulting
Theme URI: https://skbbconsulting.co.id
Author: PT SKBB Consulting Solusindo
Description: Tema resmi PT SKBB Consulting Solusindo — konsultan legal, pajak, keuangan & HAKI. Berisi layanan, retainer, paket, fitur cek nama PT/merek/KBLI, kalkulator pajak, testimoni, tim, dan artikel. Semua konten dapat diubah dari dasbor; konten contoh dipasang otomatis saat tema diaktifkan.
Version: 2.3.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: skbb
*/

:root {
  color-scheme: light;
  --bg: #f6f7fb;
  --surface: #ffffff;
  --surface-2: #eef1f7;
  --ink: #131b2e;
  --ink-soft: #5b6477;
  --line: #e3e7ef;
  --navy: #153563;
  --navy-900: #131d33;
  --navy-800: #1b2844;
  --navy-700: #24365a;
  --yellow: #f1b719;
  --yellow-soft: rgba(241,183,25,0.16);
  --gold-text: #946300;
  --on-dark: #eef1f7;
  --on-dark-soft: rgba(238,241,247,0.72);
  --dark-line: rgba(255,255,255,0.12);
  --wa: #1faa59;
  --r-lg: 18px;
  --r: 12px;
  --r-sm: 10px;
  --shadow: 0 1px 2px rgba(19,29,51,0.04), 0 8px 24px rgba(19,29,51,0.06);
  --shadow-lg: 0 24px 60px rgba(8,14,30,0.35);
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #0f1627; --surface: #16203a; --surface-2: #1b2744; --ink: #e8ecf4; --ink-soft: #a3adc2; --line: #26345a; --gold-text: #f1b719;
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0f1627; --surface: #16203a; --surface-2: #1b2744; --ink: #e8ecf4; --ink-soft: #a3adc2; --line: #26345a; --gold-text: #f1b719;
}
*, *::before, *::after { box-sizing: inherit; }
html { scroll-padding-top: calc(84px + env(safe-area-inset-top, 0px)); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: 'Plus Jakarta Sans', 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
/* backdrop-filter membuat menu HP (position: fixed) terkurung di dalam header, jadi dimatikan saat menu dibuka */
body.menu-open header.site { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
body.menu-open .mbar, body.menu-open .fab { display: none !important; }
h1, h2, h3, h4 { font-weight: 800; line-height: 1.15; margin: 0; letter-spacing: -0.02em; }
h3, h4 { letter-spacing: -0.01em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
svg { display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; border-radius: 4px; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 640px) { .wrap { padding: 0 20px; } }

/* placeholder — tanda kolom yang belum diisi */
.ph { background: rgba(241,183,25,0.22); outline: 1.5px dashed #d99a12; outline-offset: 1px; border-radius: 4px; padding: 0 3px; }

/* ---------- header ---------- */
header.site { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.92); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid rgba(19,29,51,0.07); }
header.site .wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; min-width: 0; flex-shrink: 1; }
.brand img { height: 38px; width: auto; }
nav.links { display: flex; align-items: center; gap: 4px; }
nav.links a { color: #2a3552; font-size: 14.5px; font-weight: 600; padding: 8px 12px; border-radius: 999px; transition: background .15s, color .15s; }
nav.links a:hover { background: #f0f2f7; }
nav.links a.active { background: #eef1f8; color: var(--navy); box-shadow: inset 0 0 0 1px #dfe4ef; }
.head-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.menu-toggle { display: none; color: var(--navy); width: 44px; height: 44px; border-radius: 12px; background: #f0f2f7; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: currentColor; margin: 4px auto; border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 1140px) {
  nav.links { position: fixed; top: calc(76px + env(safe-area-inset-top, 0px)); left: 0; right: 0; bottom: 0; background: #fff; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px 20px 40px; overflow-y: auto; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; }
  nav.links.open { visibility: visible; opacity: 1; transform: none; }
  nav.links a { font-size: 17px; padding: 14px 16px; border-radius: 12px; }
  .menu-toggle { display: block; }
}
@media (max-width: 560px) {
  header.site .wrap { height: 64px; }
  nav.links { top: calc(64px + env(safe-area-inset-top, 0px)); }
  .brand img { height: 30px; }
  .head-actions .btn { display: none; }
}

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 20px; border-radius: var(--r-sm); font-size: 15px; font-weight: 700; white-space: nowrap; border: 1px solid transparent; transition: transform .15s, background .15s, box-shadow .15s, border-color .15s; }
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: var(--yellow); color: #1a1405; }
.btn-primary:hover { background: #ffc545; box-shadow: 0 6px 20px rgba(241,183,25,0.35); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #179a4f; box-shadow: 0 6px 20px rgba(31,170,89,0.3); }
.btn-ghost-dark { border-color: rgba(255,255,255,0.25); color: var(--on-dark); }
.btn-ghost-dark:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.45); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: var(--surface); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-block { width: 100%; white-space: normal; text-align: center; line-height: 1.3; }

/* ---------- common ---------- */
section { padding: 96px 0; }
@media (max-width: 700px) { section { padding: 60px 0; } }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: var(--gold-text); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 18px; height: 3px; border-radius: 3px; background: var(--yellow); }
.dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--yellow); }
.section-head { max-width: 680px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 42px); }
.section-head p { margin-top: 14px; color: var(--ink-soft); font-size: 17px; }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.head-row .section-head { margin-bottom: 0; }
.link-more { font-weight: 700; color: var(--navy); font-size: 15px; display: inline-flex; gap: 6px; align-items: center; }
:root[data-theme="dark"] .link-more { color: var(--yellow); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .link-more { color: var(--yellow); } }
.link-more:hover { text-decoration: underline; }
.dark { background: var(--navy-900); color: var(--on-dark); }
.dark .section-head p { color: var(--on-dark-soft); }
.soft { background: var(--surface-2); }

.grid { display: grid; gap: 20px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.card.tool-cta { background: linear-gradient(150deg, var(--navy-700, #24365a), var(--navy-900, #131d33)); border-color: transparent; color: #fff; }
.card.tool-cta p { color: rgba(238,241,247,.75); }
.card.tool-cta .icon { background: var(--wa); color: #fff; }
.card.tool-cta .go { color: var(--yellow); }
@media (max-width: 1000px) { .g4 { grid-template-columns: repeat(2, 1fr); } .g3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .g2, .g3, .g4 { grid-template-columns: 1fr; } }

.card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; min-width: 0; transition: transform .2s, box-shadow .2s, border-color .2s; }
a.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: transparent; }
.card h3 { font-size: 19px; margin-bottom: 8px; }
.card p { font-size: 15px; color: var(--ink-soft); }
.card .go { margin-top: auto; padding-top: 18px; font-size: 14.5px; font-weight: 700; color: var(--navy); display: inline-flex; gap: 6px; align-items: center; }
:root[data-theme="dark"] .card .go { color: var(--yellow); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .card .go { color: var(--yellow); } }
a.card:hover .go .arr { transform: translateX(3px); }
.arr { transition: transform .15s; display: inline-block; }
.icon { width: 48px; height: 48px; border-radius: 14px; background: var(--yellow-soft); color: #b37e00; display: grid; place-items: center; margin-bottom: 20px; flex-shrink: 0; }
.icon svg { width: 24px; height: 24px; }
:root[data-theme="dark"] .icon { color: var(--yellow); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .icon { color: var(--yellow); } }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 600px at 85% -10%, #2c4270 0%, transparent 60%), radial-gradient(800px 500px at -10% 110%, #22365e 0%, transparent 60%), var(--navy-900); color: var(--on-dark); padding: 0; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(180deg, #000 0%, transparent 85%); -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 85%); pointer-events: none; }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; padding-top: 88px; padding-bottom: 96px; }
@media (max-width: 980px) { .hero .wrap { grid-template-columns: minmax(0, 1fr); gap: 44px; padding-top: 52px; padding-bottom: 64px; } }
.hero .wrap > * { min-width: 0; }
@media (max-width: 980px) { .hero-visual { width: 100%; } }
.hero h1 { font-size: clamp(34px, 5vw, 60px); line-height: 1.07; letter-spacing: -0.03em; max-width: 14ch; }
.hero h1 .hl { color: var(--yellow); }
.hero .lede { margin-top: 22px; font-size: 18px; color: var(--on-dark-soft); max-width: 50ch; }
.hero .cta { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.proof { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 22px; align-items: center; font-size: 14px; color: var(--on-dark-soft); }
.proof .stars { color: var(--yellow); letter-spacing: 2px; font-size: 15px; }
.proof strong { color: #fff; font-weight: 700; }
.proof .sep { width: 1px; height: 22px; background: var(--dark-line); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; font-size: 13.5px; font-weight: 600; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); transition: border-color .15s, background .15s, color .15s; }
.chip:hover { border-color: var(--navy); }
.chip.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.hero .chip { background: rgba(255,255,255,0.06); border-color: var(--dark-line); color: var(--on-dark); }
.hero .chip:hover { border-color: var(--yellow); color: #fff; }
.quick { margin-top: 30px; }
.quick-label { font-size: 13.5px; color: var(--on-dark-soft); margin-bottom: 10px; }

/* hero visual — kartu update progres */
.hero-visual { position: relative; max-width: 460px; justify-self: end; width: 100%; }
@media (max-width: 980px) { .hero-visual { justify-self: start; max-width: 520px; } }
.upd { position: relative; background: #fff; color: #131b2e; border-radius: 22px; padding: 22px; box-shadow: var(--shadow-lg); }
.upd-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid #edf0f5; }
.upd-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--yellow); display: grid; place-items: center; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.upd-head b { display: block; font-size: 15px; }
.upd-head small { color: #1faa59; font-size: 12.5px; font-weight: 600; }
.upd-title { font-size: 13px; color: #5b6477; margin: 16px 0 12px; }
.upd-title b { color: #131b2e; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { position: relative; display: flex; gap: 12px; align-items: flex-start; padding: 0 0 16px 0; font-size: 14px; }
.steps li:last-child { padding-bottom: 0; }
.steps li::before { content: ""; position: absolute; left: 11px; top: 24px; bottom: -2px; width: 2px; background: #e6e9f0; }
.steps li:last-child::before { display: none; }
.dot { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-size: 12px; font-weight: 800; position: relative; z-index: 1; }
.dot.done { background: #1faa59; color: #fff; }
.dot.now { background: var(--yellow); color: #1a1405; box-shadow: 0 0 0 5px rgba(241,183,25,0.25); }
.dot.next { background: #eef1f6; color: #98a1b3; }
.steps b { display: block; font-size: 14px; color: #131b2e; }
.steps li > span:last-child { color: #6b7488; font-size: 12.5px; }

.float-chip { position: absolute; z-index: 2; background: #fff; color: #131b2e; border-radius: 14px; padding: 12px 14px; box-shadow: 0 14px 40px rgba(8,14,30,0.3); display: flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 600; }
.float-chip i { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; font-style: normal; font-size: 16px; }
.float-chip small { display: block; font-weight: 500; color: #6b7488; font-size: 11.5px; }
.fc1 { left: -40px; bottom: -6px; }
.fc1 i { background: #e7f7ee; color: #1faa59; }
.fc2 { right: -18px; top: -30px; }
.fc2 i { background: var(--yellow-soft); color: #b37e00; }
@media (max-width: 560px) { .fc1 { left: 8px; bottom: -30px; } .fc2 { right: 8px; top: -30px; } }
@media (max-width: 1100px) and (min-width: 981px) { .fc1 { left: -12px; } }
.visual-note { margin-top: 52px; font-size: 12px; color: var(--on-dark-soft); text-align: center; }
@media (prefers-reduced-motion: no-preference) {
  .upd { animation: rise .8s cubic-bezier(.2,.8,.2,1) both .15s; }
  .fc1 { animation: rise .8s cubic-bezier(.2,.8,.2,1) both .45s; }
  .fc2 { animation: rise .8s cubic-bezier(.2,.8,.2,1) both .6s; }
  .hero h1, .hero .lede, .hero .cta { animation: rise .7s cubic-bezier(.2,.8,.2,1) both; }
  .hero .lede { animation-delay: .08s; } .hero .cta { animation-delay: .16s; }
}
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ---------- logo marquee ---------- */
.logos { padding: 36px 0; border-bottom: 1px solid var(--line); background: var(--surface); }
.logos .wrap { display: flex; align-items: center; gap: 32px; }
.logos-label { font-size: 13.5px; color: var(--ink-soft); font-weight: 600; white-space: nowrap; }
.marquee { overflow: hidden; flex: 1; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 20px; width: max-content; animation: scroll 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; } }
.logo-slot { height: 56px; min-width: 150px; padding: 0 20px; border-radius: 12px; display: grid; place-items: center; }
.logo-slot img { max-height: 40px; width: auto; filter: grayscale(1); opacity: .75; transition: filter .2s, opacity .2s; }
.logo-slot:hover img { filter: none; opacity: 1; }
.logo-slot.empty { border: 1.5px dashed #d99a12; background: rgba(241,183,25,0.08); color: #946300; font-size: 12.5px; font-weight: 700; }
@media (max-width: 760px) { .logos .wrap { flex-direction: column; align-items: flex-start; gap: 14px; } .marquee { width: 100%; } }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.stat { padding: 28px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat .num { font-size: clamp(28px, 3vw, 38px); font-weight: 800; letter-spacing: -0.03em; color: var(--navy); line-height: 1.1; }
:root[data-theme="dark"] .stat .num { color: var(--yellow); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .stat .num { color: var(--yellow); } }
.stat .lbl { font-size: 14px; color: var(--ink-soft); margin-top: 6px; }
@media (max-width: 800px) { .stats { grid-template-columns: 1fr 1fr; } .stat:nth-child(3) { border-left: none; } .stat:nth-child(n+3) { border-top: 1px solid var(--line); } }

/* ---------- services filter ---------- */
.filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.svc-grid .card[hidden] { display: none; }
.svc-count { font-size: 13px; color: var(--ink-soft); font-weight: 600; margin-left: 4px; }

/* ---------- split / why ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 40px; } }
.photo { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4/3.4; background: linear-gradient(135deg, #24365a, #131d33); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo.empty { display: grid; place-items: center; text-align: center; color: #f0d58a; border: 2px dashed #d99a12; background: repeating-linear-gradient(45deg, #1b2844, #1b2844 14px, #1e2c4b 14px, #1e2c4b 28px); }
.photo.empty span { font-size: 14px; font-weight: 700; padding: 20px; }
.photo.empty small { display: block; font-weight: 500; opacity: .8; margin-top: 4px; }
.photo-badge { position: absolute; left: 18px; bottom: 18px; background: #fff; color: #131b2e; border-radius: 16px; padding: 14px 18px; box-shadow: 0 12px 30px rgba(8,14,30,0.25); }
.photo-badge b { display: block; font-size: 26px; letter-spacing: -0.03em; color: var(--navy); line-height: 1.1; }
.photo-badge span { font-size: 12.5px; color: #5b6477; }
.why-list { display: grid; gap: 22px; margin-top: 32px; }
.why-item { display: flex; gap: 16px; }
.why-item .icon { margin: 0; width: 44px; height: 44px; }
.why-item h3 { font-size: 17px; margin-bottom: 4px; }
.why-item p { font-size: 15px; color: var(--ink-soft); }

/* ---------- process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
@media (max-width: 900px) { .process { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .process { grid-template-columns: 1fr; } }
.pstep { position: relative; padding: 26px; border-radius: var(--r-lg); background: rgba(255,255,255,0.04); border: 1px solid var(--dark-line); }
.pstep::before { counter-increment: s; content: "0" counter(s); display: block; font-size: 14px; font-weight: 800; color: var(--yellow); margin-bottom: 18px; }
.pstep h3 { font-size: 18px; margin-bottom: 8px; color: #fff; }
.pstep p { font-size: 14.5px; color: var(--on-dark-soft); }

/* ---------- tools ---------- */
.tool-card { background: var(--surface); }
.ext-list { display: grid; gap: 10px; }
.ext { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); transition: border-color .15s; }
.ext:hover { border-color: var(--navy); }
.ext b { display: block; font-size: 15px; }
.ext span { font-size: 13px; color: var(--ink-soft); }
.ext .ext-ico { font-size: 13px; font-weight: 700; color: var(--navy); white-space: nowrap; }

/* ---------- testimonials ---------- */
.rating-sum { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.rating-sum .big { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.stars { color: var(--yellow); letter-spacing: 2px; }
.tcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.tcard blockquote { margin: 0; font-size: 15.5px; line-height: 1.7; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--surface-2); color: var(--navy); display: grid; place-items: center; font-weight: 800; font-size: 15px; overflow: hidden; flex-shrink: 0; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.who b { display: block; font-size: 14.5px; }
.who span { font-size: 13px; color: var(--ink-soft); }
.tag-svc { align-self: flex-start; font-size: 12px; font-weight: 700; color: var(--navy); background: var(--surface-2); padding: 4px 10px; border-radius: 999px; }
.t-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; }
.t-scroller > * { scroll-snap-align: start; }
@media (max-width: 1000px) { .t-scroller { grid-auto-columns: calc((100% - 20px) / 2); } }
@media (max-width: 640px) { .t-scroller { grid-auto-columns: 86%; } }
.t-nav { display: flex; gap: 8px; }
.t-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); font-size: 18px; }
.t-nav button:hover { border-color: var(--navy); }

/* ---------- legal badges ---------- */
.legal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .legal { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .legal { grid-template-columns: 1fr; } }
.lbadge { display: flex; gap: 14px; align-items: center; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); min-width: 0; }
.lbadge .icon { margin: 0; width: 42px; height: 42px; }
.lbadge small { display: block; font-size: 12.5px; color: var(--ink-soft); font-weight: 600; }
.lbadge b { font-size: 14.5px; word-break: break-word; }

/* ---------- ecosystem ---------- */
.eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .eco-grid { grid-template-columns: 1fr; } }
.eco-card { padding: 26px; border-radius: var(--r-lg); border: 1px solid var(--dark-line); background: rgba(255,255,255,0.04); }
.eco-card .tag { display: inline-block; font-size: 12px; font-weight: 700; color: var(--yellow); background: rgba(241,183,25,0.12); border-radius: 999px; padding: 4px 10px; margin-bottom: 14px; }
.eco-card h3 { font-size: 18px; color: #fff; margin-bottom: 8px; }
.eco-card p { font-size: 14.5px; color: var(--on-dark-soft); }

/* ---------- articles ---------- */
.art-thumb { margin: -28px -28px 20px; aspect-ratio: 16/8; border-radius: var(--r-lg) var(--r-lg) 0 0; overflow: hidden; display: grid; place-items: center; }
.art-thumb.c1 { background: linear-gradient(135deg, #153563, #131d33); }
.art-thumb.c2 { background: linear-gradient(135deg, #f1b719, #d98e12); }
.art-thumb.c3 { background: linear-gradient(135deg, #1faa59, #0f6e3a); }
.art-thumb span { font-size: 22px; font-weight: 800; color: rgba(255,255,255,0.92); letter-spacing: -0.02em; padding: 0 24px; text-align: center; }
.art-meta { font-size: 13px; color: var(--ink-soft); margin-bottom: 10px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.art-cat { font-weight: 700; color: var(--gold-text); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 0 22px; transition: border-color .15s; }
.faq details[open] { border-color: var(--navy); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 36px 20px 0; font-weight: 700; font-size: 16.5px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 2px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--ink-soft); border-bottom: 2px solid var(--ink-soft); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .ans { padding: 0 0 20px; color: var(--ink-soft); font-size: 15.5px; }
.faq-split { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: start; }
@media (max-width: 900px) { .faq-split { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- CTA ---------- */
.cta-box { position: relative; overflow: hidden; border-radius: 28px; padding: 56px; background: radial-gradient(600px 300px at 90% 0%, #2c4270, transparent 70%), var(--navy-900); color: var(--on-dark); display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-box h2 { font-size: clamp(26px, 3.2vw, 38px); max-width: 18ch; }
.cta-box p { margin-top: 12px; color: var(--on-dark-soft); max-width: 50ch; }
.cta-box .cta { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 640px) { .cta-box { padding: 32px 24px; border-radius: 22px; } }
.cta-sec { padding: 0 0 96px; }
@media (max-width: 700px) { .cta-sec { padding-bottom: 60px; } }

/* ---------- page hero ---------- */
.page-hero { background: radial-gradient(900px 400px at 90% -20%, #2c4270 0%, transparent 60%), var(--navy-900); color: var(--on-dark); padding: 64px 0 56px; }
.page-hero h1 { font-size: clamp(30px, 4vw, 48px); max-width: 22ch; letter-spacing: -0.03em; }
.page-hero .lede { margin-top: 16px; max-width: 60ch; color: var(--on-dark-soft); font-size: 17px; }
.crumbs { font-size: 13.5px; color: var(--on-dark-soft); margin-bottom: 20px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--yellow); font-weight: 600; }
.crumbs a:hover { text-decoration: underline; }

/* ---------- detail ---------- */
.detail { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 900px) { .detail { grid-template-columns: 1fr; } }
.block { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; }
.block + .block { margin-top: 20px; }
.block h2 { font-size: 21px; margin-bottom: 18px; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; font-size: 15.5px; }
.checks li::before { content: ""; flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: var(--yellow-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b37e00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E") center/13px no-repeat; }
.side { position: sticky; top: 100px; }
.side .block { box-shadow: var(--shadow); }
.side h3 { font-size: 20px; margin-bottom: 10px; }
.side p { font-size: 15px; color: var(--ink-soft); margin-bottom: 20px; }
.side .btn { margin-bottom: 10px; }
.mini-steps { display: grid; gap: 8px; margin: 0 0 20px; padding: 0; list-style: none; counter-reset: m; }
.mini-steps li { font-size: 14px; color: var(--ink-soft); display: flex; gap: 10px; align-items: center; }
.mini-steps li::before { counter-increment: m; content: counter(m); width: 22px; height: 22px; border-radius: 50%; background: var(--surface-2); color: var(--navy); font-size: 12px; font-weight: 800; display: grid; place-items: center; flex-shrink: 0; }
.cat-block { padding-top: 56px; scroll-margin-top: 96px; }
.cat-block:first-of-type { padding-top: 24px; }
.cat-block h2 { font-size: 26px; }
.cat-block .cat-lede { color: var(--ink-soft); margin: 6px 0 22px; }
.sticky-filter { position: sticky; top: 76px; z-index: 5; background: var(--bg); padding: 14px 0; border-bottom: 1px solid var(--line); }
@media (max-width: 560px) { .sticky-filter { top: 64px; } }
.sticky-filter .filter { margin: 0; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.sticky-filter .filter::-webkit-scrollbar { display: none; }
.sticky-filter .chip { white-space: nowrap; }

/* ---------- packages ---------- */
.pkg { position: relative; }
.pkg.hot { border: 2px solid var(--yellow); box-shadow: var(--shadow); }
.pkg .badge { position: absolute; top: -13px; left: 28px; background: var(--yellow); color: #1a1405; font-size: 12px; font-weight: 800; padding: 4px 12px; border-radius: 999px; }
.price { font-size: 30px; font-weight: 800; letter-spacing: -0.03em; margin: 16px 0 2px; }
.price-note { font-size: 13px; color: var(--ink-soft); }
.pkg .checks { margin: 22px 0 26px; }
.pkg .btn { margin-top: auto; }

/* ---------- tools/calc ---------- */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.tabs a { padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; font-size: 14.5px; font-weight: 700; background: var(--surface); }
.tabs a:hover { border-color: var(--navy); }
.tabs a.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.tool-wrap { max-width: 780px; }
.tool { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; min-width: 0; }
@media (max-width: 480px) { .tool { padding: 22px 18px; } }
.tool h3 { font-size: 22px; margin-bottom: 8px; }
.tool > p { font-size: 15px; color: var(--ink-soft); margin-bottom: 22px; }
.field { margin-bottom: 16px; min-width: 0; }
.field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--bg); font-size: 16px; transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(21,53,99,0.12); }
.field .hint { font-size: 12.5px; color: var(--ink-soft); margin-top: 6px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .row2 { grid-template-columns: 1fr; } }
.seg { display: flex; padding: 4px; gap: 4px; background: var(--surface-2); border-radius: 12px; }
.seg button { flex: 1; padding: 10px 8px; font-size: 13.5px; font-weight: 700; color: var(--ink-soft); border-radius: 9px; }
.seg button.on { background: var(--surface); color: var(--ink); box-shadow: 0 1px 3px rgba(19,29,51,0.12); }
.result { margin-top: 22px; background: var(--navy-900); color: var(--on-dark); border-radius: 14px; padding: 20px 22px; }
.result .r { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 14.5px; border-bottom: 1px solid var(--dark-line); }
.result .r:last-child { border-bottom: none; }
.result .r span:first-child { color: var(--on-dark-soft); }
.result .r span:last-child { white-space: nowrap; text-align: right; flex-shrink: 0; font-weight: 600; }
.result .r.total span { color: var(--yellow); font-weight: 800; font-size: 17px; }
.result .sub { font-size: 12.5px; color: var(--on-dark-soft); padding: 12px 0 4px; font-weight: 700; }
@media (max-width: 400px) { .result { padding: 18px 16px; } .result .r { font-size: 13.5px; } }
.fine { font-size: 12.5px; color: var(--ink-soft); margin-top: 14px; line-height: 1.6; }
.warn { margin-top: 12px; font-size: 13.5px; color: #c2410c; font-weight: 600; }

/* ---------- article body / legal ---------- */
.prose { max-width: 740px; }
.prose h2 { font-size: 26px; margin: 40px 0 14px; }
.prose h3 { font-size: 19px; margin: 28px 0 10px; }
.prose p { margin-bottom: 16px; font-size: 17px; line-height: 1.8; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; }
.prose li { margin-bottom: 8px; line-height: 1.75; font-size: 16.5px; }
.prose a { color: var(--navy); text-decoration: underline; font-weight: 600; }
.note { border-left: 4px solid var(--yellow); background: var(--yellow-soft); padding: 18px 22px; font-size: 15px; border-radius: 0 12px 12px 0; margin-top: 32px; }
.note a { font-weight: 700; text-decoration: underline; }
.legal-meta { font-size: 14px; color: var(--ink-soft); margin-bottom: 28px; }

/* ---------- about ---------- */
.team .photo { aspect-ratio: 1; border-radius: 16px; margin-bottom: 14px; }
.team .photo.empty span { font-size: 12.5px; padding: 12px; }
.team b { display: block; font-size: 16px; }
.team span { font-size: 14px; color: var(--ink-soft); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.info-card { background: var(--navy-900); color: var(--on-dark); border-radius: var(--r-lg); padding: 28px; }
.info-card .row { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid var(--dark-line); }
.info-card .row:first-child { border-top: none; padding-top: 0; }
.info-card .k { color: var(--yellow); font-size: 13px; font-weight: 700; min-width: 96px; }
.info-card .v { font-size: 15px; word-break: break-word; }
.info-card .v a:hover { text-decoration: underline; }
.map-card { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); }
.map-card b { display: block; }
.map-card span { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- footer ---------- */
footer { background: #0b1222; color: rgba(238,241,247,0.66); padding: 72px 0 32px; font-size: 14.5px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-logo { height: 36px; width: auto; margin-bottom: 18px; }
.foot-grid h4 { color: #fff; font-size: 15px; margin-bottom: 16px; letter-spacing: 0; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot-grid a:hover { color: var(--yellow); }
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,0.07); color: #fff; transition: background .15s; }
.social a:hover { background: var(--yellow); color: #1a1405; }
.social a.empty { outline: 1.5px dashed #d99a12; }
.social svg { width: 18px; height: 18px; }
.foot-bottom { padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13.5px; }
.foot-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-bottom a:hover { color: var(--yellow); }
.disclaimer { color: rgba(238,241,247,0.42); font-size: 12.5px; line-height: 1.7; margin-top: 18px; max-width: 860px; }

/* ---------- floating WA + mobile bar ---------- */
.fab { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 55; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(31,170,89,0.4); transition: transform .2s; }
.fab:hover { transform: scale(1.06); }
.fab svg { width: 28px; height: 28px; }
.mbar { display: none; }
@media (max-width: 640px) {
  .fab { display: none; }
  .mbar { display: grid; grid-template-columns: 1fr 1.4fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
  .mbar .btn { min-height: 46px; font-size: 14.5px; }
  body { padding-bottom: 72px; }
}

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(.2,.8,.2,1), transform .6s cubic-bezier(.2,.8,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } a.card:hover { transform: none; } }
.skip { position: absolute; left: -999px; top: 8px; background: #fff; color: var(--navy); padding: 10px 16px; border-radius: 8px; z-index: 100; font-weight: 700; }
.skip:focus { left: 10px; }
.empty-note { padding: 24px; border: 1.5px dashed var(--line); border-radius: var(--r); color: var(--ink-soft); }
@media (max-width: 640px) {
  .proof { gap: 10px 16px; }
  .proof .sep { display: none; }
  .hero .cta .btn { flex: 1 1 auto; }
  .visual-note { margin-top: 60px; }
  .filter[role=tablist] { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-left: -20px; margin-right: -20px; padding: 0 20px 4px; }
  .filter[role=tablist]::-webkit-scrollbar { display: none; }
  .filter[role=tablist] .chip { white-space: nowrap; }
  .hero .quick .chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-right: -20px; padding-right: 20px; }
  .hero .quick .chips::-webkit-scrollbar { display: none; }
  .hero .chip { white-space: nowrap; }
}
/* ---------- menu Fitur Eksklusif ---------- */
.dd { position: relative; }
.dd-btn { display: inline-flex; align-items: center; gap: 6px; color: #2a3552; font-size: 14.5px; font-weight: 600; padding: 8px 12px; border-radius: 999px; transition: background .15s; }
.dd-btn:hover, .dd.open .dd-btn { background: #f0f2f7; }
.dd-btn.active { background: #eef1f8; color: var(--navy); box-shadow: inset 0 0 0 1px #dfe4ef; }
.dd-btn svg { width: 14px; height: 14px; transition: transform .2s; }
.dd.open .dd-btn svg { transform: rotate(180deg); }
.dd-menu { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); width: 620px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 60px rgba(19,29,51,.18); padding: 18px; display: none; grid-template-columns: 1fr 1fr; gap: 6px 18px; z-index: 70; }
.dd.open .dd-menu { display: grid; }
.dd-menu h5 { grid-column: span 1; margin: 4px 10px 4px; font-size: 12px; font-weight: 700; color: var(--ink-soft); letter-spacing: .02em; }
.dd-col { display: flex; flex-direction: column; gap: 2px; }
nav.links .dd-menu a { display: flex; gap: 12px; align-items: flex-start; padding: 10px; border-radius: 12px; font-size: 14px; color: #172033; }
nav.links .dd-menu a:hover { background: #f4f6fa; }
nav.links .dd-menu a.active { background: #fff6dd; box-shadow: none; }
.dd-ico { width: 36px; height: 36px; border-radius: 10px; background: #eef1f7; color: var(--navy); display: grid; place-items: center; flex-shrink: 0; }
.dd-ico svg { width: 19px; height: 19px; }
.dd-menu b { display: block; font-size: 14.5px; font-weight: 700; }
.dd-menu small { display: block; font-size: 12.5px; color: var(--ink-soft); font-weight: 500; line-height: 1.4; margin-top: 2px; }
.dd-all { grid-column: 1 / -1; border-top: 1px solid var(--line); margin-top: 6px; padding: 12px 10px 2px; }
nav.links .dd-all a { display: inline; padding: 0; color: var(--gold-text); font-weight: 700; }
nav.links .dd-all a:hover { background: none; text-decoration: underline; }
.badge-new { display: inline-block; margin-left: 6px; font-size: 10.5px; font-weight: 800; background: var(--yellow); color: #1a1405; padding: 1px 7px; border-radius: 999px; vertical-align: 2px; }
@media (max-width: 1140px) {
  .dd-btn { width: 100%; justify-content: space-between; font-size: 17px; padding: 14px 16px; border-radius: 12px; }
  .dd-menu { position: static; transform: none; width: auto; box-shadow: none; border: none; padding: 0 0 8px 8px; grid-template-columns: 1fr; gap: 2px; }
  nav.links .dd-menu a { font-size: 15px; padding: 10px; }
  .dd-menu h5 { margin-top: 10px; }
}

/* ---------- halaman fitur ---------- */
.fx-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
@media (max-width: 900px) { .fx-grid { grid-template-columns: minmax(0,1fr); } }
.fx-grid > * { min-width: 0; }
.rules { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 8px; }
.rules li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; padding: 10px 12px; border-radius: 12px; background: var(--surface-2); }
.rules li .st { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-size: 12px; font-weight: 800; background: #dfe3ec; color: #5b6477; }
.rules li.ok .st { background: #e3f6ea; color: #1a8a4a; }
.rules li.bad .st { background: #fde7e4; color: #c0392b; }
.rules li.warn .st { background: #fff3d1; color: #946300; }
.rules li small { display: block; color: var(--ink-soft); font-size: 12.5px; margin-top: 2px; }
.verdict { margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: 14.5px; font-weight: 600; }
.verdict.ok { background: #e3f6ea; color: #14683a; }
.verdict.bad { background: #fde7e4; color: #9c2b1f; }
.verdict.warn { background: #fff4d6; color: #7a5200; }
.verdict.idle { background: var(--surface-2); color: var(--ink-soft); }
.prefix-wrap { display: flex; align-items: stretch; }
.prefix-wrap .pfx { display: grid; place-items: center; padding: 0 14px; border: 1px solid var(--line); border-right: none; border-radius: var(--r-sm) 0 0 var(--r-sm); background: var(--surface-2); font-weight: 700; font-size: 14px; color: var(--navy); }
.prefix-wrap input { border-radius: 0 var(--r-sm) var(--r-sm) 0 !important; }
.side-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.side-box + .side-box { margin-top: 18px; }
.side-box h3 { font-size: 18px; margin-bottom: 12px; }
.side-box .checks li { font-size: 14.5px; }
.kelas-chip { display: inline-flex; gap: 6px; align-items: center; margin: 6px 6px 0 0; padding: 6px 12px; border-radius: 999px; background: #eef1f7; font-size: 13px; font-weight: 700; color: var(--navy); }
.kelas-chip small { font-weight: 500; color: var(--ink-soft); }
/* KBLI */
.kbli-search { position: relative; }
.kbli-search svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--ink-soft); pointer-events: none; }
.kbli-search input { width: 100%; min-height: 56px; padding: 14px 16px 14px 48px; font-size: 16.5px; border: 1.5px solid var(--line); border-radius: 14px; background: var(--surface); }
.kbli-search input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(21,53,99,.12); }
.kbli-cats { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 14px 0 4px; }
.kbli-cats::-webkit-scrollbar { display: none; }
.kbli-cats button { white-space: nowrap; padding: 8px 13px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.kbli-cats button.on { background: var(--navy); border-color: var(--navy); color: #fff; }
.kbli-meta { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-soft); margin: 14px 0; }
.kbli-list { display: grid; gap: 10px; }
.kbli-item { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: start; }
@media (max-width: 560px) { .kbli-item { grid-template-columns: 1fr auto; } .kbli-item > div { min-width: 0; }
.kbli-item .kode { grid-column: 1 / -1; } }
.kbli-item .kode { font-size: 17px; font-weight: 800; color: var(--navy); font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.kbli-item h4 { font-size: 15.5px; font-weight: 700; margin: 0 0 4px; }
.kbli-item p { font-size: 13.8px; color: var(--ink-soft); line-height: 1.55; }
.kbli-item .kat { display: inline-block; font-size: 11.5px; font-weight: 700; color: var(--gold-text); margin-bottom: 4px; }
.kbli-item button { border: 1.5px solid var(--line); border-radius: 10px; padding: 8px 12px; font-size: 13px; font-weight: 700; color: var(--navy); background: var(--surface); white-space: nowrap; }
.kbli-item button.on { background: var(--navy); border-color: var(--navy); color: #fff; }
.kbli-item mark { background: #fff1c2; color: inherit; border-radius: 3px; padding: 0 1px; }
.kbli-more { margin-top: 16px; text-align: center; }
.basket { position: sticky; top: 96px; }
.basket ul { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 8px; }
.basket li { display: flex; gap: 10px; align-items: flex-start; justify-content: space-between; font-size: 13.8px; padding: 10px 12px; border-radius: 10px; background: var(--surface-2); }
.basket li b { color: var(--navy); margin-right: 6px; }
.basket li button { color: var(--ink-soft); font-size: 18px; line-height: 1; padding: 0 4px; }
.basket .empty { font-size: 14px; color: var(--ink-soft); margin-bottom: 14px; }
.fitur-card .badge-new { margin-left: 0; margin-bottom: 10px; }

/* ---------- alur lengkap (beranda) ---------- */
.journey { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: j; position: relative; }
.journey li { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 20px; display: flex; flex-direction: column; min-width: 0; }
.journey li::before { counter-increment: j; content: counter(j); width: 34px; height: 34px; border-radius: 50%; background: var(--surface-2); color: var(--navy); font-weight: 800; display: grid; place-items: center; margin-bottom: 16px; font-size: 15px; }
.journey li:not(:last-child)::after { content: ""; position: absolute; top: 38px; right: -17px; width: 18px; height: 2px; background: var(--line); }
.journey .stage { font-size: 12px; font-weight: 700; color: var(--gold-text); }
.journey h3 { font-size: 17px; margin: 4px 0 8px; }
.journey p { font-size: 13.8px; color: var(--ink-soft); }
.journey .out { margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line); font-size: 13px; }
.journey .out b { display: block; color: var(--ink); font-size: 13.5px; }
.journey .go { margin-top: auto; padding-top: 14px; font-size: 13.5px; font-weight: 700; color: var(--navy); }
.journey li.goal { background: linear-gradient(160deg, var(--navy-700), var(--navy-900)); border-color: transparent; color: #fff; box-shadow: 0 18px 40px rgba(19,29,51,.25); }
.journey li.goal::before { content: "★"; background: var(--yellow); color: #1a1405; }
.journey li.goal .stage { color: var(--yellow); }
.journey li.goal p, .journey li.goal .out { color: rgba(238,241,247,.78); border-color: rgba(255,255,255,.18); }
.journey li.goal .out b { color: #fff; }
.journey li.goal .go { color: var(--yellow); }
@media (max-width: 1100px) { .journey { grid-template-columns: repeat(3, 1fr); } .journey li::after { display: none; } }
@media (max-width: 700px) {
  .journey { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .journey li { padding-left: 70px; }
  .journey li::before { position: absolute; left: 20px; top: 22px; margin: 0; }
  .journey li:not(:last-child)::after { display: block; left: 36px; top: 60px; right: auto; width: 2px; height: calc(100% - 26px); }
}
.after-journey { margin-top: 18px; display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 18px 22px; border-radius: var(--r-lg); background: var(--yellow-soft); }
.after-journey p { font-size: 15px; }
.after-journey b { color: var(--ink); }
.dot.goal { background: var(--navy); color: var(--yellow); }
.steps li.goal-row b { color: var(--navy); }
.goal-tag { display: inline-block; margin-left: 6px; font-size: 10.5px; font-weight: 800; background: var(--yellow); color: #1a1405; padding: 1px 7px; border-radius: 999px; vertical-align: 1px; }

/* ---------- retainer ---------- */
.ret-per { font-size: 14px; color: var(--ink-soft); font-weight: 600; }
.ret-for { font-size: 14.5px; color: var(--ink-soft); margin-top: 6px; }
.factors { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 1000px) { .factors { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .factors { grid-template-columns: minmax(0,1fr); } }
.factor { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 18px; }
.factor b { display: block; font-size: 15px; margin-bottom: 4px; }
.factor span { font-size: 13.5px; color: var(--ink-soft); }
.month { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .month { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .month { grid-template-columns: minmax(0,1fr); } }
.month div { padding: 22px; border-radius: var(--r-lg); background: rgba(255,255,255,.05); border: 1px solid var(--dark-line); }
.month .when { font-size: 13px; font-weight: 800; color: var(--yellow); }
.month h3 { font-size: 17px; margin: 8px 0 6px; color: #fff; }
.month p { font-size: 14px; color: var(--on-dark-soft); }
.ret-strip { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center; }
@media (max-width: 900px) { .ret-strip { grid-template-columns: minmax(0,1fr); } }
.ret-strip > * { min-width: 0; }
.ret-mini { display: grid; gap: 12px; }
.ret-mini a { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 16px 18px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); transition: border-color .2s; }
.ret-mini a:hover { border-color: var(--navy); }
.ret-mini b { display: block; font-size: 15.5px; }
.ret-mini span span { font-size: 13px; color: var(--ink-soft); }
.ret-mini .pr { font-weight: 800; white-space: nowrap; font-size: 14.5px; color: var(--navy); text-align: right; }
.ret-mini .pr small { display: block; font-weight: 600; color: var(--ink-soft); font-size: 11.5px; }


nav.links > a, .dd-btn { white-space: nowrap; }
@media (min-width: 1141px) and (max-width: 1320px) { nav.links > a, .dd-btn { padding-left: 9px; padding-right: 9px; font-size: 14px; } nav.links { gap: 0; } .head-actions .btn { padding-left: 16px; padding-right: 16px; } }

/* ===== Penyesuaian WordPress ===== */
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.admin-bar header.site { top: 32px; }
@media (max-width: 782px) { .admin-bar header.site { top: 46px; } }
@media (max-width: 600px) { .admin-bar header.site { top: 0; } }
.brand .custom-logo-link { display: flex; }
.brand img.custom-logo { height: 38px; width: auto; }
@media (max-width: 560px) { .brand img.custom-logo { height: 30px; } }
.prose > * + * { margin-top: 1em; }
.prose img { border-radius: var(--r); height: auto; }
.prose figure { margin: 1.5em 0; }
.prose table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: 8px 12px; text-align: left; }
.prose blockquote { border-left: 4px solid var(--yellow); margin-left: 0; padding: 6px 0 6px 18px; color: var(--ink-soft); }
.prose .wp-block-button__link { background: var(--yellow); color: #1a1405; border-radius: 12px; font-weight: 700; text-decoration: none; }
.alignwide { max-width: 1100px; } .alignfull { max-width: none; }
.aligncenter { margin-left: auto; margin-right: auto; }
.pagination { margin-top: 40px; display: flex; gap: 8px; flex-wrap: wrap; }
.pagination .page-numbers { padding: 9px 15px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); font-size: 14px; font-weight: 600; }
.pagination .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }
.art-thumb.has-img { padding: 0; }
.art-thumb.has-img img { width: 100%; height: 100%; object-fit: cover; }
.featured-img { margin: 0 0 28px; border-radius: var(--r-lg); overflow: hidden; }
.skbb-fallback .wrap > ul { columns: 2; gap: 32px; padding-left: 18px; }
@media (max-width: 640px) { .skbb-fallback .wrap > ul { columns: 1; } }
.widget { margin-top: 28px; }

.tag-chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 28px; }
.prose .tag-chips { margin: 32px 0 0; }
.tag-chips .tag-label { font-size: 13.5px; font-weight: 700; color: var(--ink-soft); margin-right: 4px; }
.tag-chips .chip { font-size: 13px; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--navy); font-weight: 600; text-decoration: none; }
.tag-chips .chip:hover { border-color: var(--navy); }

/* ===== v2.1: mode tayang, prospek, persetujuan, studi kasus ===== */
.skbb-js:not(.skbb-rendered) .skbb-fallback { visibility: hidden; }
.skbb-fallback .prose { max-width: 860px; padding-top: 24px; }
.skbb-fallback h1 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 12px; }
.skbb-fallback h2 { margin-top: 36px; }
.split.solo { grid-template-columns: minmax(0, 1fr) !important; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ok-note { margin-top: 12px; padding: 12px 14px; border-radius: 12px; background: #e3f6ea; color: #14683a; font-size: 14.5px; font-weight: 600; }
.slot-note { position: fixed; left: 16px; bottom: 16px; z-index: 60; max-width: 320px; padding: 10px 14px; border-radius: 12px; background: #fff4d6; border: 1px dashed #d6a93c; color: #7a5200; font-size: 12.5px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
@media (max-width: 640px) { .slot-note { display: none; } }
.consent { position: fixed; left: 16px; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 70; max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 20px 50px rgba(19,29,51,.22); padding: 18px 20px; display: flex; gap: 18px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.consent[hidden] { display: none; }
.consent p { font-size: 14px; color: var(--ink); flex: 1 1 320px; margin: 0; }
.consent a { color: var(--navy); text-decoration: underline; }
.consent-actions { display: flex; gap: 10px; }
.consent .btn { padding: 10px 18px; }
body.has-consent .mbar, body.has-consent .fab { display: none !important; }
.case { gap: 6px; }
.case-ind { font-size: 12.5px; font-weight: 700; color: var(--gold-text); }
.case h3 { margin: 4px 0 8px; }
.case-num { display: flex; align-items: baseline; gap: 10px; margin: 6px 0 12px; padding: 12px 14px; border-radius: 12px; background: var(--surface-2); }
.case-num b { font-size: 26px; font-weight: 800; color: var(--navy); letter-spacing: -.02em; white-space: nowrap; }
.case-num span { font-size: 13.5px; color: var(--ink-soft); }
.case p { font-size: 14.5px; margin-top: 6px; }
.stats { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important; }
@media (min-width: 900px) { .split.solo .why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 40px; } .split.solo .section-head { max-width: 760px; } }
