/* ==========================================================================
   Agb99 — agb99.games · Portal Informasi Permainan Online
   Tema: kasino gelap — merah / emas / hijau / biru · responsif penuh
   ========================================================================== */

/* ---------- tokens ---------- */
:root {
    --bg: #0a0d13;
    --bg2: #0e121b;
    --card: #141a26;
    --card2: #182031;
    --line: #232c3d;
    --red: #e0283c;
    --red-2: #ff5a4e;
    --gold: #ffc133;
    --gold-2: #ffdd6b;
    --green: #17b877;
    --blue: #3b82f6;
    --text: #eef1f7;
    --muted: #9dabc2;
    --white: #ffffff;
    --radius: 14px;
    --radius-sm: 9px;
    --shadow: 0 14px 40px rgba(0, 0, 0, .38);
    --font-body: 'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif;
    --font-disp: 'Oswald', 'Segoe UI', system-ui, sans-serif;
    --header-h: 72px;
    --float-h: 66px;
}

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

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

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.75;
    color: var(--text);
    background:
        radial-gradient(900px 480px at 85% -140px, rgba(224, 40, 60, .16), transparent 65%),
        radial-gradient(760px 420px at -10% 30%, rgba(55, 130, 246, .10), transparent 60%),
        var(--bg);
    overflow-x: clip;
}

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

h1, h2, h3, h4 { font-family: var(--font-disp); font-weight: 600; line-height: 1.22; margin: 0 0 .5em; letter-spacing: .2px; }
p { margin: 0 0 1em; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--gold); }
ul, ol { padding-left: 1.3em; margin: 0 0 1em; }
li { margin-bottom: .45em; }
strong { color: var(--white); }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 22px; }

.skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 999;
    background: var(--gold); color: #111; padding: 10px 18px; border-radius: 0 0 10px 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

.txt-gold { color: var(--gold); }

/* ---------- buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--font-body); font-weight: 800; font-size: 15px;
    padding: 12px 26px; border-radius: 999px; border: 2px solid transparent;
    cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
    line-height: 1.25; text-align: center;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: linear-gradient(180deg, var(--red-2), var(--red) 55%, #b71f30); color: var(--white); box-shadow: 0 10px 26px rgba(224, 40, 60, .38), inset 0 1px 0 rgba(255, 255, 255, .25); }
.btn-primary:hover { color: var(--white); box-shadow: 0 12px 32px rgba(224, 40, 60, .5); transform: translateY(-1px); }
.btn-gold { background: linear-gradient(180deg, var(--gold-2), var(--gold) 55%, #e0a619); color: #241a02; box-shadow: 0 10px 26px rgba(255, 193, 51, .28), inset 0 1px 0 rgba(255, 255, 255, .45); }
.btn-gold:hover { color: #241a02; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--line); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline-light { background: rgba(255, 255, 255, .06); color: var(--white); border-color: rgba(255, 255, 255, .35); backdrop-filter: blur(4px); }
.btn-outline-light:hover { background: rgba(255, 255, 255, .14); color: var(--white); }
.btn-lg { font-size: 17px; padding: 15px 34px; }
.btn-sm { font-size: 13.5px; padding: 9px 18px; }
.btn-block { width: 100%; }

/* ---------- badges / chips ---------- */
.badge-18 {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 44px; height: 24px; padding: 0 8px; border-radius: 7px;
    background: var(--red); color: var(--white); font-weight: 800; font-size: 13px;
    border: 1.5px solid rgba(255, 255, 255, .35);
}
.foot-badge { display: inline-block; padding: 3px 12px; border-radius: 999px; border: 1.5px solid var(--line); font-size: 12.5px; color: var(--muted); font-weight: 700; }

/* ---------- topbar ---------- */
.topbar { background: #06080c; border-bottom: 1px solid var(--line); font-size: 13px; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 38px; flex-wrap: wrap; padding: 5px 22px; }
.topbar-item { color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.topbar-date { color: #6d7a92; white-space: nowrap; }

/* ---------- header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 90;
    background: rgba(10, 13, 19, .92); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.header-in { display: flex; align-items: center; gap: 22px; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); }
.brand:hover { color: var(--white); }
.brand-text strong { font-family: var(--font-disp); font-size: 27px; font-weight: 700; letter-spacing: .5px; display: block; line-height: 1; }
.brand-99 { color: var(--gold); }
.brand-text small { display: block; font-size: 11px; color: var(--muted); letter-spacing: 1.6px; text-transform: uppercase; }
.main-nav { margin-left: auto; }
.nav-list { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-link {
    display: block; padding: 9px 15px; border-radius: 9px; color: var(--muted);
    font-weight: 700; font-size: 14.5px; transition: color .15s, background .15s;
}
.nav-link:hover { color: var(--white); background: rgba(255, 255, 255, .06); }
.nav-link.is-active { color: var(--gold); background: rgba(255, 193, 51, .1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 11px; color: var(--muted);
    background: transparent; border: 1.5px solid var(--line); cursor: pointer;
    transition: color .15s, border-color .15s; font-size: 22px; line-height: 1;
}
.icon-btn:hover { color: var(--gold); border-color: var(--gold); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 20px; height: 2.5px; background: var(--text); border-radius: 2px; transition: transform .2s, opacity .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); }

/* ---------- hero (beranda) ---------- */
.hero { position: relative; overflow: hidden; padding: 96px 0 104px; }
.hero-bg, .article-hero-bg {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transform: scale(1.04);
}
.hero-overlay, .article-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(7, 9, 14, .96) 22%, rgba(7, 9, 14, .82) 52%, rgba(123, 18, 32, .45) 100%);
}
.hero-in { position: relative; max-width: 860px; }
.hero-kicker {
    display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
    color: var(--gold-2); font-weight: 800; font-size: 13.5px; letter-spacing: 1.4px;
    text-transform: uppercase; margin-bottom: 18px;
}
.hero-title { font-size: clamp(34px, 5vw, 58px); font-weight: 700; margin-bottom: 20px; text-shadow: 0 4px 30px rgba(0, 0, 0, .5); }
.hero-sub { font-size: clamp(15.5px, 1.7vw, 18.5px); color: #cfd8e8; max-width: 640px; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-chips { display: flex; gap: 10px 22px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; color: #b9c4d8; font-size: 14px; font-weight: 600; }

/* ---------- sections ---------- */
.section { padding: 74px 0; }
.section-alt { background: linear-gradient(180deg, rgba(255, 255, 255, .022), rgba(255, 255, 255, .045)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-tool { background: linear-gradient(180deg, rgba(255, 193, 51, .05), rgba(224, 40, 60, .05)); border-top: 1px solid var(--line); }
.section-rg { background: linear-gradient(180deg, rgba(23, 184, 119, .06), transparent); border-top: 1px solid var(--line); }
.sec-kicker { color: var(--gold); font-weight: 800; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.sec-kicker.light { color: var(--gold-2); }
.sec-title { font-size: clamp(25px, 3.2vw, 38px); margin-bottom: 14px; }
.sec-sub { color: var(--muted); max-width: 700px; margin-bottom: 38px; }

/* ---------- kategori cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-card {
    position: relative; display: flex; flex-direction: column;
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; color: var(--text); transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); color: var(--text); border-color: #33405a; }
.cat-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cat-card:hover .cat-img img { transform: scale(1.06); }
.cat-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10, 13, 19, .85)); }
.cat-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.cat-tag {
    display: inline-block; align-self: flex-start; font-size: 11.5px; font-weight: 800;
    letter-spacing: 1.2px; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; margin-bottom: 12px;
    background: rgba(255, 255, 255, .07); color: var(--muted);
}
.accent-gold .cat-tag { background: rgba(255, 193, 51, .14); color: var(--gold); }
.accent-red .cat-tag { background: rgba(224, 40, 60, .16); color: #ff8d84; }
.accent-green .cat-tag { background: rgba(23, 184, 119, .14); color: #5fe0ac; }
.accent-blue .cat-tag { background: rgba(59, 130, 246, .15); color: #8ab6ff; }
.cat-card h3 { font-size: 23px; margin-bottom: 8px; }
.cat-body p { color: var(--muted); font-size: 14.5px; flex: 1; }
.cat-more { color: var(--gold-2); font-weight: 800; font-size: 14px; }
.accent-gold:hover .cat-more { color: var(--gold); }
.accent-red:hover .cat-more { color: #ff9a92; }
.accent-green:hover .cat-more { color: #6ce4b4; }
.accent-blue:hover .cat-more { color: #9cc3ff; }

/* ---------- langkah / steps ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; list-style: none; padding: 0; margin: 0; }
.steps-3 { grid-template-columns: repeat(3, 1fr); }
.step-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; position: relative; transition: transform .2s, border-color .2s; }
.step-card:hover { transform: translateY(-4px); border-color: #33405a; }
.step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; border-radius: 13px; margin-bottom: 16px;
    background: linear-gradient(160deg, var(--gold-2), var(--gold)); color: #241a02;
    font-family: var(--font-disp); font-size: 23px; font-weight: 700;
    box-shadow: 0 8px 20px rgba(255, 193, 51, .25);
}
.step-card h3 { font-size: 19px; }
.step-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 14px; }
.step-link { font-weight: 800; font-size: 14px; color: var(--gold-2); }
.step-link:hover { color: var(--gold); }

/* ---------- feature cards ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; transition: transform .2s, border-color .2s; }
.feat-card:hover { transform: translateY(-3px); border-color: #33405a; }
.feat-card h3 { font-size: 18px; margin-bottom: 6px; }
.feat-card p { color: var(--muted); font-size: 14px; margin: 0; }
.feat-ico { width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 23px; margin-bottom: 14px; }
.ico-gold { background: rgba(255, 193, 51, .13); }
.ico-red { background: rgba(224, 40, 60, .15); }
.ico-green { background: rgba(23, 184, 119, .13); }
.ico-blue { background: rgba(59, 130, 246, .14); }

/* ---------- promo strip ---------- */
.promo-strip {
    display: grid; grid-template-columns: 380px 1fr; gap: 26px; align-items: center;
    margin-top: 34px; background: linear-gradient(120deg, rgba(224, 40, 60, .12), rgba(255, 193, 51, .08));
    border: 1px solid #3a2a1a; border-radius: var(--radius); overflow: hidden; padding: 24px;
}
.promo-strip img { border-radius: var(--radius-sm); object-fit: cover; height: 100%; min-height: 210px; }
.promo-strip-body h3 { font-size: 24px; }
.promo-strip-body p { color: var(--muted); }

/* ---------- split layout ---------- */
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split-rev .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.split-badge {
    position: absolute; left: 18px; bottom: 18px; background: rgba(10, 13, 19, .88);
    border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 18px; backdrop-filter: blur(6px);
}
.split-badge strong { display: block; font-size: 15px; }
.split-badge span { color: var(--muted); font-size: 13px; }
.check-list { list-style: none; padding: 0; margin: 0 0 26px; }
.check-list li { position: relative; padding-left: 34px; margin-bottom: 14px; color: #c6d0e2; }
.check-list li::before {
    content: "✓"; position: absolute; left: 0; top: 1px;
    width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: rgba(23, 184, 119, .16); color: #5fe0ac; font-size: 13px; font-weight: 800;
}
.pay-note {
    background: rgba(59, 130, 246, .08); border: 1px solid rgba(59, 130, 246, .3);
    border-radius: var(--radius-sm); padding: 14px 18px; font-size: 14px; color: #b9cdf3;
}

/* ---------- testimoni ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card {
    margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px 24px; display: flex; flex-direction: column; gap: 14px;
}
.testi-stars { color: var(--gold); letter-spacing: 3px; font-size: 15px; }
.testi-card blockquote { margin: 0; color: #ccd6e8; font-size: 15px; font-style: italic; flex: 1; }
.testi-card figcaption strong { display: block; }
.testi-card figcaption span { color: var(--muted); font-size: 13px; }

/* ---------- kalkulator ---------- */
.tool-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 26px; align-items: start; }
.tool-form {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 28px; display: grid; gap: 18px;
}
.field { display: grid; gap: 7px; }
.field label { font-weight: 800; font-size: 14px; }
.field input {
    width: 100%; background: #0c1119; border: 1.5px solid var(--line); color: var(--text);
    border-radius: var(--radius-sm); padding: 13px 15px; font-family: var(--font-body); font-size: 15.5px;
    transition: border-color .15s, box-shadow .15s;
}
.field input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255, 193, 51, .16); }
.field-hint { color: var(--muted); font-size: 12.5px; margin: 0; }
.tool-result {
    background: linear-gradient(150deg, #141b2a, #101623); border: 1px dashed #3a4763;
    border-radius: var(--radius); padding: 28px; min-height: 320px; display: flex; flex-direction: column;
}
.tool-result-placeholder { margin: auto; text-align: center; color: var(--muted); max-width: 380px; }
.tool-emoji { font-size: 44px; display: block; margin-bottom: 12px; }
.tool-rows { display: grid; gap: 12px; }
.tool-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; border-bottom: 1px dashed #2b3650; padding-bottom: 10px; flex-wrap: wrap; }
.tool-row span { color: var(--muted); font-size: 14px; }
.tool-row strong { font-family: var(--font-disp); font-size: 24px; color: var(--gold); }
.tool-msg { margin-top: 16px; background: rgba(23, 184, 119, .1); border: 1px solid rgba(23, 184, 119, .35); border-radius: var(--radius-sm); padding: 13px 16px; font-size: 14px; color: #b8ecd5; }
.tool-note { color: var(--muted); font-size: 13.5px; margin-top: 20px; }
.tool-note a { text-decoration: underline; }

/* ---------- tag cloud ---------- */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.tag {
    --tag-size: 15px;
    display: inline-block; padding: 8px 18px; border-radius: 999px; cursor: pointer;
    background: var(--card); color: #c6d0e2; border: 1.5px solid var(--line);
    font-size: calc(var(--tag-size) * .78); font-weight: 700; line-height: 1.2;
    transition: border-color .15s, color .15s, transform .15s; font-family: var(--font-body);
}
.tag:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; max-width: 860px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q {
    width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
    background: none; border: none; color: var(--text); font-family: var(--font-body);
    font-weight: 800; font-size: 15.5px; text-align: left; padding: 17px 20px; cursor: pointer;
}
.faq-q:hover { color: var(--gold-2); }
.faq-ico {
    flex: none; width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
    background: rgba(255, 193, 51, .12); color: var(--gold); font-style: normal; font-weight: 800;
    transition: transform .2s, background .2s;
}
.faq-q[aria-expanded="true"] .faq-ico { transform: rotate(45deg); background: var(--gold); color: #241a02; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 20px 18px; margin: 0; color: var(--muted); font-size: 14.5px; }
.faq-item.is-open .faq-a { max-height: 460px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(110deg, #7a1524, #a11c2e 45%, #14213a); padding: 46px 0; }
.cta-band-in { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(21px, 2.6vw, 30px); margin-bottom: 8px; }
.cta-band p { margin: 0; color: #f2d9dc; max-width: 560px; }
.cta-band-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- article pages ---------- */
.article-hero { position: relative; overflow: hidden; padding: 84px 0 70px; }
.article-hero-in { position: relative; max-width: 840px; }
.article-title-lg { font-size: clamp(28px, 4vw, 46px); margin-bottom: 14px; text-shadow: 0 4px 30px rgba(0, 0, 0, .5); }
.article-meta { color: #b9c4d8; font-size: 14px; margin: 0; }
.breadcrumb { background: var(--bg2); border-bottom: 1px solid var(--line); }
.breadcrumb-in { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; padding-top: 13px; padding-bottom: 13px; font-size: 13.5px; color: var(--muted); }
.breadcrumb a { color: var(--muted); font-weight: 700; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-in > span[aria-current] { color: var(--gold-2); font-weight: 700; }
.crumb-sep { color: #4b5a76; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; padding-top: 48px; padding-bottom: 70px; align-items: start; }
.article-layout-single { grid-template-columns: minmax(0, 1fr); max-width: 880px; margin: 0 auto; }
.article-body { min-width: 0; }
.article-body > h2 { font-size: clamp(21px, 2.4vw, 27px); margin: 44px 0 14px; padding-top: 26px; border-top: 1px solid var(--line); }
.article-body > h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.article-body p { color: #c9d2e3; }
.article-body a { text-decoration: underline; text-underline-offset: 3px; }
.article-body ol li, .article-body ul li { color: #c9d2e3; }

.article-side { position: sticky; top: calc(var(--header-h) + 16px); display: grid; gap: 20px; }
.side-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.side-card h3 { font-size: 17.5px; margin-bottom: 14px; }
.side-cta .btn { margin-top: 10px; }
.side-cta p { color: var(--muted); font-size: 14px; }
.rel-grid { display: grid; gap: 12px; }
.rel-card { display: grid; gap: 3px; background: var(--bg2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; transition: border-color .15s, transform .15s; }
.rel-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.rel-card span { font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold); }
.rel-card strong { font-size: 15px; color: var(--text); line-height: 1.35; }
.rel-card em { font-style: normal; color: var(--muted); font-size: 12.5px; }
.side-promo-metrics { display: grid; gap: 0; padding: 0; overflow: hidden; }
.metric { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.metric:last-child { border-bottom: none; }
.metric span { color: var(--muted); font-size: 13px; }
.metric strong { font-family: var(--font-disp); font-size: 19px; color: var(--gold); }

/* ---------- tables ---------- */
.info-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); margin: 18px 0 26px; -webkit-overflow-scrolling: touch; }
.info-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.info-table th, .info-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.info-table thead th { background: #1a2234; color: var(--gold-2); font-weight: 800; white-space: nowrap; }
.info-table tbody tr:nth-child(even) { background: rgba(255, 255, 255, .018); }
.info-table tbody tr:last-child td { border-bottom: none; }
.info-table td { color: #c9d2e3; }

/* ---------- syarat box / notices ---------- */
.terms-box { background: var(--card); border: 1.5px solid #3a2a1a; border-radius: var(--radius); padding: 28px; margin-top: 40px; }
.terms-box h2 { margin-top: 0; padding-top: 0; border-top: none; }
.terms-period { color: var(--gold-2); font-weight: 700; }
.terms-note { color: var(--muted); font-size: 13.5px; margin: 14px 0 0; }
.notice-warning {
    background: rgba(255, 193, 51, .07); border: 1.5px solid rgba(255, 193, 51, .38);
    border-radius: var(--radius); padding: 18px 22px; margin-top: 30px; color: #eadfc0; font-size: 14.5px;
}
.notice-warning strong { color: var(--gold-2); }
.notice-mini { font-size: 13.5px; color: var(--muted); }
.notice-mini strong { color: var(--gold-2); }
.mini-faq { margin-top: 44px; display: grid; gap: 10px; }
.mini-faq h2 { margin: 0 0 8px; padding-top: 26px; border-top: 1px solid var(--line); }
.mini-faq-item { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 18px; }
.mini-faq-item summary { cursor: pointer; font-weight: 800; padding: 12px 0; list-style: none; position: relative; padding-right: 30px; }
.mini-faq-item summary::-webkit-details-marker { display: none; }
.mini-faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 10px; color: var(--gold); font-weight: 800; font-size: 18px; }
.mini-faq-item[open] summary::after { content: "–"; }
.mini-faq-item p { color: var(--muted); font-size: 14px; margin: 0; padding: 0 0 14px; }

/* ---------- promo grid ---------- */
.promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 26px 0; }
.promo-card {
    display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius); overflow: hidden; color: var(--text);
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.promo-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #33405a; color: var(--text); }
.promo-img { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.promo-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.promo-card:hover .promo-img img { transform: scale(1.05); }
.promo-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,13,19,.05) 40%, rgba(10,13,19,.8)); }
.promo-value {
    position: absolute; right: 14px; bottom: 12px; z-index: 2;
    font-family: var(--font-disp); font-weight: 700; font-size: 26px; color: var(--gold);
    text-shadow: 0 3px 14px rgba(0, 0, 0, .8);
}
.promo-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.promo-body h3 { font-size: 21px; }
.promo-body p { color: var(--muted); font-size: 14.5px; flex: 1; }

/* ---------- channel ---------- */
.channel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 30px; }
.channel-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.channel-card h3 { font-size: 18px; }
.channel-card p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- page head ---------- */
.page-head { padding: 64px 0 44px; background: linear-gradient(120deg, rgba(224, 40, 60, .14), transparent 55%); border-bottom: 1px solid var(--line); }
.page-title { font-size: clamp(28px, 4vw, 44px); }
.page-sub { color: var(--muted); max-width: 720px; margin: 0; }

/* ---------- forms ---------- */
.form-layout { display: grid; grid-template-columns: minmax(0, 480px) 330px; gap: 40px; padding: 56px 0 80px; align-items: start; justify-content: center; }
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; display: grid; gap: 18px; }
.form-card form { display: grid; gap: 18px; }
.check-field { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; font-size: 13.5px; color: var(--muted); cursor: pointer; }
.check-field input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--red); cursor: pointer; }
.check-field a { text-decoration: underline; }
.req { color: var(--red-2); font-weight: 800; }
.form-note { color: var(--muted); font-size: 13px; text-align: center; margin: 0; }
.form-alt { text-align: center; font-size: 14px; margin: 0; }
.form-side { position: sticky; top: calc(var(--header-h) + 16px); display: grid; gap: 20px; }

/* ---------- selfcheck ---------- */
.selfcheck { display: grid; gap: 12px; background: var(--bg2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin: 20px 0 30px; }
.sc-result { min-height: 20px; font-weight: 700; }
.sc-result .sc-green { color: #5fe0ac; }
.sc-result .sc-yellow { color: var(--gold-2); }
.sc-result .sc-red { color: #ff8d84; }

/* ---------- landing ---------- */
.landing-hero { position: relative; overflow: hidden; padding: 92px 0 96px; }
.landing-hero-in { position: relative; max-width: 820px; }
.landing-math { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.math-col { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; text-align: center; display: grid; gap: 6px; }
.math-col span { color: var(--muted); font-size: 14px; }
.math-col strong { font-family: var(--font-disp); font-size: 30px; color: var(--gold); }
.math-col em { font-style: normal; color: var(--muted); font-size: 13px; }
.landing-final-cta { text-align: center; margin-top: 46px; background: linear-gradient(140deg, rgba(224, 40, 60, .14), rgba(255, 193, 51, .08)); border: 1px solid #3a2a1a; border-radius: var(--radius); padding: 44px 30px; }
.landing-final-cta p { color: var(--muted); max-width: 540px; margin: 0 auto 24px; }

/* ---------- footer ---------- */
.site-footer { background: #06080c; border-top: 1px solid var(--line); margin-top: 0; padding: 58px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 38px; }
.footer-brand p { color: var(--muted); font-size: 14px; margin: 18px 0; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-col h3 { font-size: 15.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold-2); margin-bottom: 16px; }
.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links li { margin-bottom: 10px; }
.foot-links a { color: var(--muted); font-size: 14px; }
.foot-links a:hover { color: var(--gold); }
.foot-note { color: var(--muted); font-size: 12.5px; }
.pay-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0 22px; }
.pay-chips span { padding: 4px 12px; border-radius: 7px; background: var(--card); border: 1px solid var(--line); font-size: 12.5px; color: #c6d0e2; font-weight: 700; }
.footer-disclaimer { border-top: 1px solid var(--line); margin-top: 42px; padding: 22px 0 8px; }
.footer-disclaimer p { color: #71809b; font-size: 12.5px; line-height: 1.7; }
.footer-bottom { padding: 14px 0; }
.footer-bottom p { color: #5a6883; font-size: 13px; margin: 0; }
.site-footer .container { padding-bottom: calc(var(--float-h) + 30px); }

/* ---------- floating bar (slot style) ---------- */
.float-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
    display: flex; gap: 10px; align-items: stretch; justify-content: center;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(6, 8, 12, .78), rgba(6, 8, 12, .97));
    backdrop-filter: blur(14px); border-top: 1px solid rgba(255, 193, 51, .35);
}
.float-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    border-radius: 14px; font-family: var(--font-disp); font-weight: 700; letter-spacing: 1.5px;
    text-decoration: none; user-select: none; -webkit-tap-highlight-color: transparent;
    transition: transform .15s ease, box-shadow .15s ease;
}
.float-btn:active { transform: scale(.97); }
.float-login {
    flex: 0 0 auto; min-width: 118px; padding: 0 22px; height: 48px;
    color: var(--gold-2); border: 2px solid rgba(255, 193, 51, .6); background: rgba(255, 193, 51, .06);
    font-size: 17px;
}
.float-login:hover { color: var(--gold); border-color: var(--gold); }
.float-reg {
    flex: 1 1 auto; max-width: 430px; height: 48px; padding: 0 20px;
    background: linear-gradient(180deg, #ff7163, var(--red) 52%, #a81828);
    color: var(--white); font-size: 19px;
    box-shadow: 0 8px 26px rgba(224, 40, 60, .55), inset 0 1.5px 0 rgba(255, 255, 255, .4), inset 0 -2px 0 rgba(0, 0, 0, .3);
    overflow: hidden; position: relative;
}
.float-reg:hover { color: var(--white); box-shadow: 0 10px 32px rgba(224, 40, 60, .75), inset 0 1.5px 0 rgba(255, 255, 255, .4); }
.reels { display: inline-flex; gap: 3px; }
.reels i {
    font-style: normal; width: 24px; height: 30px; display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, .14); border-radius: 6px; font-size: 16px; line-height: 1;
    border: 1px solid rgba(255, 255, 255, .22); overflow: hidden;
}
.reels i:first-child { color: var(--gold-2); font-weight: 800; font-family: var(--font-disp); }
.float-label { text-shadow: 0 2px 8px rgba(0, 0, 0, .45); }

/* coin effect */
.coin {
    position: fixed; z-index: 130; bottom: 70px; pointer-events: none;
    width: 18px; height: 18px; border-radius: 50%;
    background: radial-gradient(circle at 32% 30%, #fff3c2, var(--gold) 45%, #b97e0a 90%);
    box-shadow: 0 0 10px rgba(255, 193, 51, .8), inset 0 0 3px rgba(255, 255, 255, .7);
    animation: coinUp 1.25s ease-out forwards;
}
.coin::after { content: "Rp"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 7px; font-weight: 800; color: #6b4a05; }
@keyframes coinUp {
    0% { transform: translateY(0) scale(.6) rotate(0deg); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateY(-130px) scale(1.15) rotate(340deg); opacity: 0; }
}
.float-bar::before {
    content: ""; position: absolute; inset: -40px 0 auto 0; height: 40px; pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(6, 8, 12, .55));
}

/* ---------- search overlay ---------- */
.search-overlay {
    position: fixed; inset: 0; z-index: 200; background: rgba(5, 7, 11, .82);
    backdrop-filter: blur(10px); display: flex; align-items: flex-start; justify-content: center;
    padding: 90px 20px 30px; opacity: 0; pointer-events: none; transition: opacity .2s;
}
.search-overlay[hidden] { display: none; }
.search-overlay.is-open { opacity: 1; pointer-events: auto; }
.search-panel {
    width: 100%; max-width: 680px; background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
    transform: translateY(-12px); transition: transform .2s; max-height: calc(100vh - 130px); display: flex; flex-direction: column;
}
.search-overlay.is-open .search-panel { transform: translateY(0); }
.search-head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line); color: var(--gold); }
.search-head input {
    flex: 1; min-width: 0; background: none; border: none; outline: none;
    color: var(--text); font-family: var(--font-body); font-size: 17px;
}
.search-head input::placeholder { color: #5f6d88; }
#search-close { border: none; font-size: 26px; width: 36px; height: 36px; }
.search-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--line); align-items: center; }
.search-tags-title { color: var(--muted); font-size: 13px; font-weight: 700; }
.search-tags button {
    background: var(--bg2); color: #c6d0e2; border: 1px solid var(--line); border-radius: 999px;
    padding: 5px 14px; font-size: 13px; cursor: pointer; font-family: var(--font-body); font-weight: 700;
}
.search-tags button:hover { border-color: var(--gold); color: var(--gold); }
.search-results { overflow-y: auto; padding: 10px 12px 16px; }
.sr-item { display: block; padding: 13px 14px; border-radius: var(--radius-sm); transition: background .12s; }
.sr-item:hover { background: var(--bg2); }
.sr-item strong { display: block; font-size: 15px; margin-bottom: 3px; }
.sr-item span { color: var(--muted); font-size: 13px; display: block; }
.sr-empty { color: var(--muted); text-align: center; padding: 26px 10px; font-size: 14px; }
mark { background: rgba(255, 193, 51, .25); color: var(--gold-2); border-radius: 3px; padding: 0 3px; }

/* ---------- legal ---------- */
.legal-body h2 { font-size: 19px; margin-top: 30px; }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
    .cat-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .article-layout { grid-template-columns: minmax(0, 1fr); }
    .article-side { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .form-layout { grid-template-columns: 1fr; max-width: 620px; }
    .form-side { position: static; }
    .promo-strip { grid-template-columns: 1fr; }
    .promo-strip img { min-height: 180px; }
}

@media (max-width: 992px) {
    .nav-toggle { display: inline-flex; }
    .main-nav {
        position: absolute; top: 100%; left: 0; right: 0; margin: 0;
        background: rgba(9, 12, 18, .99); border-bottom: 1px solid var(--line);
        display: none; backdrop-filter: blur(14px);
    }
    .main-nav.is-open { display: block; }
    .nav-list { flex-direction: column; gap: 2px; padding: 12px 18px 18px; }
    .nav-link { padding: 12px 14px; font-size: 15.5px; }
    .split-2 { grid-template-columns: 1fr; gap: 30px; }
    .split-rev .split-media { order: 0; }
    .feat-grid { grid-template-columns: repeat(2, 1fr); }
    .tool-wrap { grid-template-columns: 1fr; }
    .testi-grid, .steps-3, .channel-grid, .landing-math { grid-template-columns: 1fr; }
    .header-actions .btn { display: none; }
    .hero { padding: 70px 0 78px; }
}

@media (max-width: 640px) {
    body { font-size: 15px; }
    .container { padding: 0 16px; }
    .topbar-in { justify-content: center; text-align: center; }
    .topbar-date { display: none; }
    .cat-grid, .steps-grid, .feat-grid, .promo-grid, .footer-grid { grid-template-columns: 1fr; }
    .hero { padding: 54px 0 60px; }
    .hero-cta .btn { width: 100%; }
    .section { padding: 54px 0; }
    .cta-band-in { text-align: center; justify-content: center; }
    .cta-band-btns { width: 100%; }
    .cta-band-btns .btn { flex: 1; }
    .article-hero { padding: 56px 0 46px; }
    .info-table { min-width: 460px; }
    .article-body { font-size: 15px; }
    .form-card { padding: 24px 18px; }
    .terms-box { padding: 20px 16px; }
    .float-bar { gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)); }
    .float-login { min-width: 96px; padding: 0 14px; font-size: 15px; }
    .float-reg { font-size: 16.5px; height: 46px; }
    .reels i { width: 20px; height: 26px; font-size: 13px; }
    .reels i:nth-child(3) { display: none; }
    .faq-a p, .article-body { overflow-wrap: break-word; }
    .search-overlay { padding: 60px 12px 20px; }
    .brand-text strong { font-size: 23px; }
    :root { --float-h: 62px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; }
}
