/* ============================================================
   Sikat88 Theme — sikat88.games
   Casino dark theme: merah / emas / hijau / biru / hitam / putih
   WordPress-style static theme | Fully responsive
   ============================================================ */

:root {
    --bg: #0C0709;
    --bg-2: #130C10;
    --card: #1B1117;
    --card-2: #241621;
    --line: rgba(255, 255, 255, 0.09);
    --line-gold: rgba(255, 200, 74, 0.25);
    --red: #E42B47;
    --red-2: #B01230;
    --red-deep: #6E0C1F;
    --gold: #FFC84A;
    --gold-2: #F5A623;
    --gold-3: #FFDF8E;
    --green: #22BC77;
    --green-deep: #0C2A1C;
    --blue: #4D8DFF;
    --blue-deep: #10233F;
    --text: #F8F1EC;
    --muted: #CDBBC3;
    --muted-2: #9E8B94;
    --shadow-gold: 0 10px 28px rgba(245, 166, 35, 0.30);
    --shadow-red: 0 10px 28px rgba(228, 43, 71, 0.28);
    --radius: 16px;
    --radius-sm: 10px;
    --header-h: 72px;
    --float-h: 76px;
    --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
}

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

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

body {
    margin: 0;
    font-family: var(--font);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text);
    background-color: var(--bg);
    background-image:
        radial-gradient(900px 480px at 85% -5%, rgba(228, 43, 71, 0.14), transparent 60%),
        radial-gradient(700px 420px at -10% 12%, rgba(245, 166, 35, 0.08), transparent 60%),
        radial-gradient(800px 500px at 105% 40%, rgba(34, 188, 119, 0.05), transparent 60%),
        radial-gradient(700px 500px at 50% 110%, rgba(77, 141, 255, 0.05), transparent 60%);
    background-repeat: no-repeat;
    overflow-x: hidden;
}

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

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

h1, h2, h3, h4 { line-height: 1.25; margin: 0 0 0.6em; font-weight: 800; letter-spacing: -0.01em; }

p { margin: 0 0 1em; }

ul, ol { margin: 0 0 1.2em; padding-left: 1.3em; }

[id] { scroll-margin-top: calc(var(--header-h) + 24px); }

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

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
    position: absolute; left: 16px; top: -60px; z-index: 300;
    background: var(--gold); color: #241300; font-weight: 700;
    padding: 10px 18px; border-radius: 8px; transition: top 0.2s;
}
.skip-link:focus { top: 12px; text-decoration: none; }

.section { padding: 64px 0; }
.section.alt { background: linear-gradient(180deg, rgba(27, 17, 23, 0.65), rgba(19, 12, 16, 0.4)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.section-head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.section-head h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
.section-lead { color: var(--muted); font-size: 1.02rem; margin-bottom: 0; }

.kicker {
    display: inline-block; font-size: 0.78rem; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold);
    margin: 0 0 12px;
}
.kicker::after { content: ""; display: inline-block; width: 42px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); vertical-align: middle; margin-left: 12px; border-radius: 2px; }
.kicker-green { color: var(--green); }
.kicker-green::after { background: linear-gradient(90deg, var(--green), transparent); }

.lead { font-size: 1.08rem; color: var(--muted); }

.center-note { text-align: center; color: var(--muted-2); font-size: 0.95rem; margin-top: 26px; }

.text-link { font-weight: 700; color: var(--gold); }
.text-link::after { content: " \2192"; transition: margin-left 0.2s; }
.text-link:hover { text-decoration: none; }
.text-link:hover::after { margin-left: 4px; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; padding: 13px 26px; border-radius: 999px;
    font-family: var(--font); font-size: 0.98rem; font-weight: 800;
    cursor: pointer; border: 1px solid transparent;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s, color 0.2s;
    text-decoration: none !important; line-height: 1.2;
}
.btn-sm { padding: 9px 20px; font-size: 0.9rem; }
.btn-block { width: 100%; }

.btn-gold {
    background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
    color: #241300; box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(245, 166, 35, 0.4); }

.btn-red {
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: #fff; box-shadow: var(--shadow-red);
}
.btn-red:hover { transform: translateY(-2px); }

.btn-green {
    background: linear-gradient(135deg, #2ED28A, var(--green));
    color: #04281A; box-shadow: 0 10px 28px rgba(34, 188, 119, 0.3);
}
.btn-green:hover { transform: translateY(-2px); }

.btn-outline {
    background: rgba(255, 255, 255, 0.04); color: var(--text);
    border-color: rgba(255, 255, 255, 0.28);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ---------- Chips ---------- */
.chip-row { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 18px 0 0; }
.chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255, 200, 74, 0.08); border: 1px solid var(--line-gold);
    color: var(--gold-3); border-radius: 999px; padding: 6px 14px;
    font-size: 0.82rem; font-weight: 700;
}
.chip-gold { background: linear-gradient(135deg, rgba(255, 200, 74, 0.2), rgba(245, 166, 35, 0.12)); }

/* ---------- Info boxes ---------- */
.info-box {
    border-radius: var(--radius-sm); padding: 16px 18px; margin: 18px 0;
    border: 1px solid; font-size: 0.96rem;
}
.info-box p { margin: 0; }
.info-box strong { color: inherit; }
.box-gold { background: rgba(245, 166, 35, 0.09); border-color: rgba(245, 166, 35, 0.35); color: var(--gold-3); }
.box-blue { background: rgba(77, 141, 255, 0.09); border-color: rgba(77, 141, 255, 0.35); color: #BAD3FF; }
.box-red { background: rgba(228, 43, 71, 0.09); border-color: rgba(228, 43, 71, 0.4); color: #FFC4CE; }

/* ---------- Check list ---------- */
.check-list { list-style: none; padding: 0; margin: 0 0 1.2em; }
.check-list li { position: relative; padding-left: 32px; margin-bottom: 10px; color: var(--muted); }
.check-list li::before {
    content: "\2713"; position: absolute; left: 0; top: 1px;
    width: 21px; height: 21px; border-radius: 50%;
    background: rgba(34, 188, 119, 0.15); border: 1px solid rgba(34, 188, 119, 0.5);
    color: var(--green); font-size: 0.72rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}
.check-list strong { color: var(--text); }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; margin: 18px 0; border-radius: var(--radius-sm); border: 1px solid var(--line); -webkit-overflow-scrolling: touch; }
.fact-table { width: 100%; border-collapse: collapse; min-width: 520px; background: var(--card); font-size: 0.95rem; }
.fact-table th, .fact-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.fact-table tbody tr:last-child th, .fact-table tbody tr:last-child td { border-bottom: 0; }
.fact-table th[scope="row"] { color: var(--gold-3); white-space: nowrap; width: 34%; font-weight: 700; }
.fact-table td { color: var(--muted); }
.vip-table thead th { background: var(--card-2); color: var(--text); font-weight: 800; white-space: normal; }
.vip-table td { color: var(--text); }
.table-note { font-size: 0.86rem; color: var(--muted-2); margin-top: -6px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 120; }

.header-top { background: linear-gradient(90deg, var(--red-deep), var(--red-2)); font-size: 0.78rem; }
.header-top-row { display: flex; justify-content: space-between; gap: 12px; padding-top: 7px; padding-bottom: 7px; }
.header-top p { margin: 0; color: #FFE4E9; font-weight: 600; }
.header-top-date { text-align: right; color: #FFD9A3 !important; }

.header-main {
    background: rgba(12, 7, 9, 0.92);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line-gold);
}
.header-main-row { display: flex; align-items: center; gap: 20px; min-height: var(--header-h); }

.site-logo { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.site-logo:hover { text-decoration: none; }
.logo-coin {
    width: 44px; height: 44px; border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, var(--gold-3), var(--gold-2) 62%, #B87200);
    color: #3A2200; font-weight: 800; font-size: 0.9rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35), 0 4px 12px rgba(245, 166, 35, 0.4);
    flex-shrink: 0;
}
.logo-text { font-size: 1.25rem; font-weight: 800; color: var(--text); letter-spacing: -0.02em; }
.logo-text em { font-style: normal; color: var(--gold); }
.logo-text small { display: block; font-size: 0.62rem; font-weight: 600; color: var(--muted-2); letter-spacing: 0.18em; text-transform: uppercase; margin-top: -4px; }

.main-nav { margin-left: auto; }
.main-nav a {
    display: inline-block; color: var(--muted); font-weight: 700; font-size: 0.93rem;
    padding: 8px 11px; border-radius: 8px; transition: color 0.15s, background 0.15s;
}
.main-nav a:hover { color: var(--gold); text-decoration: none; }
.main-nav a.active { color: var(--gold); background: rgba(255, 200, 74, 0.1); }

.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.main-nav + .header-actions { margin-left: 0; }

.icon-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 50%;
    background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line);
    color: var(--text); cursor: pointer; transition: border-color 0.15s, color 0.15s;
}
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; }
.nav-toggle .bar { width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile nav panel */
.nav-panel {
    display: none; background: rgba(12, 7, 9, 0.98);
    border-bottom: 1px solid var(--line-gold); padding: 10px 0 18px;
}
.nav-panel.open { display: block; }
.nav-panel a {
    display: block; padding: 12px 20px; color: var(--muted);
    font-weight: 700; border-bottom: 1px solid var(--line);
}
.nav-panel a.active, .nav-panel a:hover { color: var(--gold); text-decoration: none; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb { background: rgba(19, 12, 16, 0.6); border-bottom: 1px solid var(--line); }
.breadcrumb-row { padding-top: 10px; padding-bottom: 10px; font-size: 0.84rem; color: var(--muted-2); overflow-wrap: anywhere; }
.breadcrumb a { color: var(--muted); font-weight: 600; }
.breadcrumb a:hover { color: var(--gold); }
.crumb-sep { margin: 0 8px; color: var(--gold); }
.breadcrumb [aria-current="page"] { color: var(--gold-3); font-weight: 700; }

/* ============================================================
   HOME HERO
   ============================================================ */
.hero { padding: 64px 0 56px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 44px; align-items: center; }
.hero-copy h1 { font-size: clamp(1.7rem, 4vw, 2.7rem); margin-bottom: 18px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 4px; }

.hero-media { position: relative; }
.hero-media img {
    width: 100%; aspect-ratio: 3 / 2.2; object-fit: cover;
    border-radius: var(--radius); border: 1px solid var(--line-gold);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.hero-badge {
    position: absolute; left: -14px; bottom: -18px;
    background: linear-gradient(135deg, var(--card-2), var(--card));
    border: 1px solid var(--line-gold); border-radius: var(--radius-sm);
    padding: 14px 18px; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.hero-badge strong { display: block; color: var(--gold); font-size: 0.95rem; }
.hero-badge span { font-size: 0.8rem; color: var(--muted-2); }

.quick-props {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px; margin-top: 52px;
}
.qp-card {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 20px; transition: border-color 0.2s, transform 0.2s;
}
.qp-card:hover { border-color: var(--line-gold); transform: translateY(-3px); }
.qp-ico {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 200, 74, 0.1); color: var(--gold); margin-bottom: 12px;
}
.qp-card h2 { font-size: 1rem; margin-bottom: 6px; }
.qp-card p { font-size: 0.86rem; color: var(--muted); margin: 0; }

/* ============================================================
   STEPS
   ============================================================ */
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.step-card {
    position: relative; background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 26px 20px 22px;
    transition: border-color 0.2s, transform 0.2s;
}
.step-card:hover { border-color: var(--line-gold); transform: translateY(-4px); }
.step-num {
    position: absolute; top: -18px; left: 20px;
    width: 38px; height: 38px; border-radius: 12px;
    background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
    color: #241300; font-weight: 800; font-size: 1.05rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-gold);
}
.step-card h3 { font-size: 1.02rem; margin: 12px 0 8px; }
.step-card p { font-size: 0.88rem; color: var(--muted); margin-bottom: 10px; }

/* ============================================================
   PROMO CARDS
   ============================================================ */
.promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.promo-card {
    position: relative; background: linear-gradient(160deg, var(--card-2), var(--card));
    border: 1px solid var(--line-gold); border-radius: var(--radius);
    padding: 26px 24px 24px; overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.promo-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(245, 166, 35, 0.12); }
.promo-ribbon {
    display: inline-block; margin: 0 0 10px;
    background: linear-gradient(135deg, var(--red), var(--red-2)); color: #fff;
    font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 5px 12px; border-radius: 999px;
}
.ribbon-green { background: linear-gradient(135deg, #2ED28A, var(--green)); color: #04281A; }
.ribbon-blue { background: linear-gradient(135deg, #6FA6FF, var(--blue)); color: #071A38; }
.ribbon-gold { background: linear-gradient(135deg, var(--gold-3), var(--gold-2)); color: #241300; }
.ribbon-red { background: linear-gradient(135deg, #FF6B82, var(--red)); }
.promo-card h3 { font-size: 1.15rem; margin-bottom: 6px; }
.promo-desc { color: var(--muted); font-size: 0.92rem; }
.promo-chips { list-style: none; padding: 0; margin: 14px 0 18px; display: grid; gap: 6px; }
.promo-chips li {
    font-size: 0.85rem; color: var(--muted); padding-left: 24px; position: relative;
}
.promo-chips li::before {
    content: "\25C6"; position: absolute; left: 4px; color: var(--gold); font-size: 0.6rem; top: 5px;
}
.promo-note { font-size: 0.8rem; color: var(--muted-2); }
.promo-listing-sec { margin-top: 8px; }

/* ============================================================
   HIGHLIGHTS
   ============================================================ */
.hl-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hl-card {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 24px; transition: border-color 0.2s, transform 0.2s;
}
.hl-card:hover { transform: translateY(-3px); }
.hl-card:nth-child(1):hover, .hl-card:nth-child(5):hover { border-color: rgba(255, 200, 74, 0.4); }
.hl-card:nth-child(2):hover { border-color: rgba(228, 43, 71, 0.4); }
.hl-card:nth-child(3):hover, .hl-card:nth-child(6):hover { border-color: rgba(34, 188, 119, 0.4); }
.hl-card:nth-child(4):hover { border-color: rgba(77, 141, 255, 0.4); }
.hl-ico {
    width: 48px; height: 48px; border-radius: 14px; margin-bottom: 14px;
    display: flex; align-items: center; justify-content: center;
}
.ico-gold { background: rgba(255, 200, 74, 0.12); color: var(--gold); }
.ico-red { background: rgba(228, 43, 71, 0.14); color: #FF7A8D; }
.ico-green { background: rgba(34, 188, 119, 0.14); color: var(--green); }
.ico-blue { background: rgba(77, 141, 255, 0.14); color: var(--blue); }
.hl-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.hl-card p { font-size: 0.88rem; color: var(--muted); margin: 0; }

/* ============================================================
   MOBILE SECTION
   ============================================================ */
.mobile-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 44px; align-items: center; }
.mobile-media img {
    width: 100%; max-width: 420px; margin: 0 auto;
    aspect-ratio: 9 / 10; object-fit: cover;
    border-radius: 28px; border: 1px solid var(--line-gold);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.mobile-grid .check-list { margin-top: 14px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testi-card {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 24px; display: flex; flex-direction: column; gap: 18px;
}
.testi-quote { font-size: 0.97rem; color: var(--text); font-style: italic; margin: 0; flex: 1; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
    width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, var(--red), var(--red-2)); color: #fff;
    font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.av-green { background: linear-gradient(135deg, #2ED28A, var(--green)); color: #04281A; }
.av-blue { background: linear-gradient(135deg, #6FA6FF, var(--blue)); color: #071A38; }
.testi-who strong { display: block; font-size: 0.92rem; }
.testi-who span { font-size: 0.78rem; color: var(--muted-2); }

/* ============================================================
   CHECKLIST SECTION
   ============================================================ */
.cl-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 44px; align-items: start; }
.cl-items { list-style: none; counter-reset: cl; padding: 0; margin: 20px 0 26px; display: grid; gap: 10px; }
.cl-items li {
    counter-increment: cl; position: relative;
    background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--gold);
    border-radius: var(--radius-sm); padding: 13px 16px 13px 52px;
    font-size: 0.94rem; color: var(--muted);
}
.cl-items li strong { color: var(--text); }
.cl-items li::before {
    content: counter(cl);
    position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
    width: 26px; height: 26px; border-radius: 8px;
    background: rgba(255, 200, 74, 0.14); color: var(--gold);
    font-weight: 800; font-size: 0.82rem;
    display: flex; align-items: center; justify-content: center;
}
.cl-media { position: relative; }
.cl-media img {
    width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
    border-radius: var(--radius); border: 1px solid var(--line-gold);
}
.cl-stamp {
    margin-top: 16px; background: linear-gradient(135deg, rgba(255, 200, 74, 0.12), rgba(245, 166, 35, 0.05));
    border: 1px dashed var(--line-gold); border-radius: var(--radius-sm);
    padding: 16px 18px;
}
.cl-stamp strong { display: block; color: var(--gold); margin-bottom: 4px; }
.cl-stamp span { font-size: 0.85rem; color: var(--muted); }

/* ============================================================
   SECURITY SPLIT
   ============================================================ */
.split { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 44px; align-items: center; }
.split-media img {
    width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
    border-radius: var(--radius); border: 1px solid var(--line-gold);
}

/* ============================================================
   RESPONSIBLE GAMBLING PANEL
   ============================================================ */
.rg-panel {
    display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.9fr); gap: 0;
    border-radius: var(--radius); overflow: hidden;
    border: 1px solid rgba(34, 188, 119, 0.35);
    background: linear-gradient(140deg, #0D2B1D 0%, #0C2218 55%, #123321 100%);
}
.rg-copy { padding: 36px 34px; }
.rg-copy .lead { color: #CDE8D9; }
.rg-limits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 22px 0 26px; }
.rg-limit {
    background: rgba(34, 188, 119, 0.08); border: 1px solid rgba(34, 188, 119, 0.25);
    border-radius: var(--radius-sm); padding: 14px 16px;
}
.rg-limit strong { display: block; color: var(--green); margin-bottom: 4px; font-size: 0.95rem; }
.rg-limit span { font-size: 0.83rem; color: #B9D8C6; }
.rg-side {
    padding: 36px 28px; border-left: 1px solid rgba(34, 188, 119, 0.25);
    background: rgba(0, 0, 0, 0.22); display: flex; flex-direction: column;
    align-items: flex-start; justify-content: center; gap: 6px;
}
.rg-side p { font-size: 0.9rem; color: #CDE8D9; margin-bottom: 10px; }
.rg-side p strong { color: #fff; }
.badge-18-lg {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 74px; height: 74px; border-radius: 50%;
    border: 3px solid var(--green); color: var(--green);
    font-weight: 800; font-size: 1.35rem; margin-bottom: 10px;
    background: rgba(34, 188, 119, 0.1);
}

/* ============================================================
   TAG CLOUD
   ============================================================ */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag-cloud a, .tag-cloud button {
    display: inline-flex; align-items: center;
    background: var(--card); border: 1px solid var(--line);
    color: var(--muted); font-family: var(--font);
    font-size: 0.86rem; font-weight: 700; padding: 8px 16px;
    border-radius: 999px; cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.tag-cloud a:hover, .tag-cloud button:hover {
    border-color: var(--gold); color: var(--gold);
    background: rgba(255, 200, 74, 0.07); text-decoration: none;
}
.tag-cloud-links a:nth-child(3n+1):hover { border-color: var(--red); color: #FF8FA0; }
.tag-cloud-links a:nth-child(3n+2):hover { border-color: var(--green); color: var(--green); }
.tag-cloud-links a:nth-child(3n):hover { border-color: var(--blue); color: #8FBAFF; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { max-width: 860px; }
.faq-item {
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden;
}
.faq-item summary {
    cursor: pointer; list-style: none; position: relative;
    padding: 17px 52px 17px 20px; font-weight: 700; font-size: 0.98rem;
    color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
    width: 26px; height: 26px; border-radius: 8px;
    background: rgba(255, 200, 74, 0.12); color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; transition: transform 0.2s;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item[open] summary { color: var(--gold-3); }
.faq-answer { padding: 0 20px 18px; color: var(--muted); font-size: 0.94rem; }
.faq-answer p { margin: 0; }
.faq-split { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.faq-split h2 { font-size: 1.05rem; color: var(--gold); margin-top: 8px; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
    background:
        radial-gradient(500px 200px at 12% 0%, rgba(255, 200, 74, 0.16), transparent 60%),
        linear-gradient(120deg, var(--red-deep), var(--red-2) 70%, #8F1030);
    border-top: 1px solid rgba(255, 200, 74, 0.3);
    padding: 52px 0;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #FFE0E6; margin: 0; }
.cta-band-row {
    display: flex; align-items: center; justify-content: space-between;
    gap: 26px; flex-wrap: wrap;
}
.cta-band-row > div:first-child { max-width: 560px; }
.cta-band .btn-outline { border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.cta-band .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.cta-band-inline {
    border-radius: var(--radius); border: 1px solid rgba(255, 200, 74, 0.3);
    padding: 30px 28px; margin: 34px 0 10px;
}
.cta-band-inline .hero-cta { margin: 0; }
.cta-green {
    background:
        radial-gradient(500px 200px at 12% 0%, rgba(46, 210, 138, 0.18), transparent 60%),
        linear-gradient(120deg, #0C2A1C, #103823);
}
.cta-green p { color: #CDE8D9; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { padding: 52px 0 8px; }
.page-hero h1 { font-size: clamp(1.55rem, 3.6vw, 2.4rem); margin-bottom: 14px; max-width: 860px; }
.page-hero .lead { max-width: 780px; }
.page-hero-fig { margin: 30px 0 0; }
.page-hero-fig img {
    width: 100%; aspect-ratio: 21 / 9; object-fit: cover;
    border-radius: var(--radius); border: 1px solid var(--line-gold);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.promo-hero .page-hero-fig img { aspect-ratio: 21 / 8; }

/* ============================================================
   ENTRY CONTENT (articles)
   ============================================================ */
.entry-content { padding: 26px 20px 64px; max-width: 880px; font-size: 1.01rem; }
.entry-content h2 { font-size: clamp(1.3rem, 3vw, 1.65rem); margin: 1.7em 0 0.6em; color: var(--gold-3); }
.entry-content h2:first-child { margin-top: 0.4em; }
.entry-content h3 { font-size: 1.12rem; margin: 1.4em 0 0.5em; }
.entry-content p { color: var(--muted); overflow-wrap: anywhere; }
.entry-content li { color: var(--muted); margin-bottom: 8px; }
.entry-content li::marker { color: var(--gold); }
.entry-content strong { color: var(--text); }
.entry-content a { font-weight: 600; }
.article-intro { font-size: 1.06rem; color: var(--text); border-left: 3px solid var(--gold); padding-left: 18px; }
.article-outro {
    background: var(--card); border: 1px solid var(--line-gold); border-radius: var(--radius-sm);
    padding: 16px 20px; color: var(--text);
}
.steps-ol li, .tnc-ol li { margin-bottom: 12px; }

.related {
    margin-top: 40px; background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 22px 24px;
}
.related h2 { font-size: 1.05rem; color: var(--gold); margin-bottom: 12px; }
.related ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.related a { font-size: 0.94rem; }
.related a::before { content: "\2192 "; color: var(--gold); }

/* ============================================================
   FORMS (daftar / masuk)
   ============================================================ */
.form-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 32px; align-items: start; }
.form-card {
    background: var(--card); border: 1px solid var(--line-gold);
    border-radius: var(--radius); padding: 30px 28px;
}
.form-card h2 { margin-bottom: 6px; }
.form-note { font-size: 0.9rem; color: var(--muted); }
.auth-form { display: grid; gap: 16px; margin-top: 20px; }
.field label { display: block; font-size: 0.86rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.field input[type="text"], .field input[type="email"], .field input[type="password"], .field input[type="search"] {
    width: 100%; padding: 12px 14px; border-radius: var(--radius-sm);
    background: var(--bg-2); border: 1px solid var(--line);
    color: var(--text); font-family: var(--font); font-size: 0.96rem;
    transition: border-color 0.15s;
}
.field input:focus { outline: none; border-color: var(--gold); }
.field-check { display: flex; gap: 10px; align-items: flex-start; }
.field-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--gold-2); flex-shrink: 0; }
.field-check label { font-size: 0.86rem; color: var(--muted); margin: 0; }
.form-alt { font-size: 0.88rem; color: var(--muted); text-align: center; margin: 0; }
.form-side h2 { font-size: 1.1rem; color: var(--gold-3); margin-top: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: linear-gradient(180deg, #120A0E, #0A0507);
    border-top: 1px solid var(--line-gold);
    padding: 56px 0 calc(40px + var(--float-h));
    margin-top: 0;
}
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.1fr; gap: 34px; }
.footer-brand p { font-size: 0.9rem; color: var(--muted); margin: 14px 0 16px; }
.footer-col h3 {
    font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--gold); margin: 4px 0 14px;
}
.footer-h3-gap { margin-top: 22px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-col ul a { color: var(--muted); font-size: 0.92rem; }
.footer-col ul a:hover { color: var(--gold); }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.badge {
    display: inline-block; font-size: 0.76rem; font-weight: 700;
    border: 1px solid var(--line); color: var(--muted);
    padding: 4px 12px; border-radius: 999px;
}
.badge-18 {
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: #fff; border-color: transparent;
}
.footer-legal { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; }
.footer-legal p { font-size: 0.8rem; color: var(--muted-2); margin-bottom: 10px; max-width: 980px; }
.footer-copy { margin-bottom: 0 !important; }

/* ============================================================
   FLOAT CTA (slot style)
   ============================================================ */
.float-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
    height: var(--float-h);
    display: flex; align-items: center; justify-content: center; gap: 14px;
    padding: 0 14px;
    background: linear-gradient(180deg, rgba(26, 11, 16, 0.96), rgba(12, 5, 8, 0.99));
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid var(--line-gold);
    box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.55);
}

.float-reels { display: flex; gap: 6px; margin-right: 6px; }
.reel {
    width: 30px; height: 40px; border-radius: 8px;
    background: linear-gradient(180deg, #1E1015, #150A0E);
    border: 1px solid rgba(255, 200, 74, 0.4);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.8);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.05rem; line-height: 1; overflow: hidden;
}
.reel.spin { animation: reelShake 0.12s linear infinite; }
@keyframes reelShake {
    0% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
    100% { transform: translateY(3px); }
}

.float-btn {
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 999px; font-weight: 800; letter-spacing: 0.04em;
    text-decoration: none !important; position: relative;
    transition: transform 0.15s;
}
.float-btn-daftar {
    min-width: 190px; padding: 14px 34px;
    background: linear-gradient(135deg, #FFE29A, var(--gold) 45%, var(--gold-2));
    color: #241300; font-size: 1.12rem;
    box-shadow: 0 0 0 1px rgba(255, 226, 154, 0.7) inset, 0 8px 26px rgba(245, 166, 35, 0.5);
    animation: goldPulse 2.2s ease-in-out infinite;
}
.float-btn-daftar:hover { transform: translateY(-2px) scale(1.02); }
@keyframes goldPulse {
    0%, 100% { box-shadow: 0 0 0 1px rgba(255, 226, 154, 0.7) inset, 0 8px 26px rgba(245, 166, 35, 0.5), 0 0 0px rgba(255, 200, 74, 0.5); }
    50% { box-shadow: 0 0 0 1px rgba(255, 226, 154, 0.9) inset, 0 8px 30px rgba(245, 166, 35, 0.65), 0 0 26px rgba(255, 200, 74, 0.45); }
}
.float-btn-masuk {
    padding: 14px 30px; font-size: 1.02rem;
    background: rgba(228, 43, 71, 0.14); color: #FFD9DF;
    border: 1px solid rgba(228, 43, 71, 0.55);
}
.float-btn-masuk:hover { background: rgba(228, 43, 71, 0.26); color: #fff; transform: translateY(-2px); }

/* gold coin particles */
.coin {
    position: absolute; width: 14px; height: 14px; border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #FFF3C9, var(--gold) 55%, #B87200);
    box-shadow: 0 0 8px rgba(255, 200, 74, 0.8);
    opacity: 0; pointer-events: none;
    animation: coinRise 2.4s linear infinite;
}
.coin::after {
    content: "Rp"; position: absolute; inset: 0;
    font-size: 6px; font-weight: 800; color: #6B4300;
    display: flex; align-items: center; justify-content: center;
}
.c1 { left: 12%; bottom: 8px; animation-delay: 0s; }
.c2 { left: 30%; bottom: 8px; animation-delay: 0.6s; transform: scale(0.8); }
.c3 { right: 28%; bottom: 8px; animation-delay: 1.1s; }
.c4 { right: 10%; bottom: 8px; animation-delay: 1.7s; transform: scale(0.85); }
@keyframes coinRise {
    0% { opacity: 0; transform: translateY(0) rotate(0deg); }
    12% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-74px) rotate(300deg); }
}
.c2 { animation-name: coinRise2; }
.c4 { animation-name: coinRise2; }
@keyframes coinRise2 {
    0% { opacity: 0; transform: translateY(0) scale(0.8) rotate(0deg); }
    12% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-64px) scale(0.8) rotate(-280deg); }
}

/* ============================================================
   SEARCH OVERLAY
   ============================================================ */
.search-overlay {
    position: fixed; inset: 0; z-index: 260;
    background: rgba(8, 4, 6, 0.9);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    overflow-y: auto; padding: 80px 20px 40px;
}
.search-overlay[hidden] { display: none; }
.search-panel { max-width: 720px; }
.search-bar {
    display: flex; align-items: center; gap: 12px;
    background: var(--card); border: 1px solid var(--line-gold);
    border-radius: 999px; padding: 8px 10px 8px 20px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}
.search-bar svg { color: var(--gold); flex-shrink: 0; }
.search-bar input {
    flex: 1; min-width: 0; background: transparent; border: 0; outline: none;
    color: var(--text); font-family: var(--font); font-size: 1.05rem;
}
.search-bar input::placeholder { color: var(--muted-2); }
.search-results { margin-top: 18px; display: grid; gap: 10px; }
.search-result {
    display: block; background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-sm); padding: 14px 18px;
    transition: border-color 0.15s;
}
.search-result:hover { border-color: var(--gold); text-decoration: none; }
.search-result strong { display: block; color: var(--text); font-size: 0.97rem; margin-bottom: 3px; }
.search-result em { font-style: normal; color: var(--gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.search-result span { display: block; color: var(--muted-2); font-size: 0.84rem; }
.search-empty { color: var(--muted); background: var(--card); border: 1px dashed var(--line); border-radius: var(--radius-sm); padding: 16px 18px; font-size: 0.92rem; }
.search-tags { margin-top: 26px; text-align: center; }
.search-tags > p { color: var(--muted-2); font-size: 0.84rem; margin-bottom: 10px; }
.search-tags .tag-cloud { justify-content: center; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
    .main-nav { display: none; }
    .nav-toggle { display: inline-flex; }
    .header-actions { margin-left: auto; }
    .quick-props { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 920px) {
    .hero-grid, .mobile-grid, .cl-grid, .split, .form-layout { grid-template-columns: minmax(0, 1fr); }
    .hero { padding-top: 44px; }
    .hero-media { max-width: 560px; }
    .hero-badge { left: 12px; }
    .mobile-media { order: -1; }
    .rg-panel { grid-template-columns: minmax(0, 1fr); }
    .rg-side { border-left: 0; border-top: 1px solid rgba(34, 188, 119, 0.25); }
    .faq-split { grid-template-columns: minmax(0, 1fr); gap: 8px; }
    .testi-grid { grid-template-columns: minmax(0, 1fr); }
    .cta-band-row { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
    .container { padding: 0 16px; }
    .section { padding: 46px 0; }
    .quick-props { grid-template-columns: minmax(0, 1fr); margin-top: 36px; }
    .steps-grid { grid-template-columns: minmax(0, 1fr); }
    .hl-grid { grid-template-columns: minmax(0, 1fr); }
    .promo-grid { grid-template-columns: minmax(0, 1fr); }
    .rg-limits { grid-template-columns: minmax(0, 1fr); }
    .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
    .header-actions .btn { padding: 9px 16px; font-size: 0.84rem; }
    .header-top-date { display: none; }
    .header-top-row { justify-content: center; }
    .hero-cta .btn { width: 100%; }
    .cta-band-inline .hero-cta { width: 100%; display: grid; gap: 12px; }
    .entry-content { padding: 20px 16px 54px; }
    .page-hero-fig img, .promo-hero .page-hero-fig img { aspect-ratio: 16 / 9; }
    .float-reels { display: none; }
    .float-cta { gap: 10px; padding: 0 12px; }
    .float-btn-daftar { min-width: 0; flex: 1.6; padding: 13px 10px; font-size: 1.05rem; }
    .float-btn-masuk { min-width: 0; flex: 1; padding: 13px 10px; font-size: 0.95rem; }
    .cl-items li { font-size: 0.88rem; }
}

@media (max-width: 380px) {
    .logo-text small { display: none; }
    .btn-sm { padding: 8px 14px; font-size: 0.8rem; }
}

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