/* ============================================================
   Pragmatic88 — Casino Theme Stylesheet
   Colors: Red #d62828 / Gold #f4b400 / Green #2a9d3a / Blue #1b6ec2
           Black #0d0f14 / White #ffffff
   ============================================================ */
:root {
  --red: #d62828;
  --red-dark: #a81e1e;
  --gold: #f4b400;
  --gold-light: #ffd54d;
  --green: #2a9d3a;
  --green-dark: #1e7a2c;
  --blue: #1b6ec2;
  --blue-dark: #145591;
  --black: #0d0f14;
  --dark-2: #161a23;
  --dark-3: #1f2430;
  --white: #ffffff;
  --gray: #aab2c0;
  --gray-light: #e8ebf0;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .35);
  --font: "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--black);
  color: var(--gray-light);
  line-height: 1.75;
  font-size: 16.5px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-light); }
h1, h2, h3, h4 { color: var(--white); line-height: 1.3; font-weight: 800; }
h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 18px; }
h3 { font-size: 1.2rem; margin: 22px 0 10px; }
p { margin-bottom: 16px; }
ul, ol { margin: 0 0 16px 22px; }
li { margin-bottom: 8px; }
strong { color: var(--white); }
.container { width: min(1180px, 92%); margin: 0 auto; }
section { padding: 64px 0; }
.section-alt { background: var(--dark-2); }
.text-center { text-align: center; }
.badge-18 {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border: 2px solid var(--red); border-radius: 50%;
  color: var(--red); font-weight: 900; font-size: .8rem; flex: 0 0 auto;
}

/* ---------- Top bar ---------- */
.topbar {
  background: linear-gradient(90deg, var(--red-dark), var(--red) 40%, var(--red-dark));
  color: #fff; font-size: .82rem; padding: 6px 0; text-align: center;
}
.topbar span { opacity: .92; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(13, 15, 20, .96);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--gold);
}
.header-inner { display: flex; align-items: center; gap: 18px; padding: 12px 0; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 1.55rem; font-weight: 900; letter-spacing: .5px; }
.logo .logo-mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold), var(--red));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: #fff; box-shadow: 0 4px 14px rgba(244, 180, 0, .4);
}
.logo .brand-p { color: var(--gold); }
.logo .brand-88 { color: var(--red); text-shadow: 0 0 14px rgba(214, 40, 40, .55); }
.logo small { display: block; font-size: .62rem; color: var(--gray); letter-spacing: 2.5px; font-weight: 600; }

.main-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.main-nav a.nav-link {
  color: var(--gray-light); font-weight: 600; font-size: .95rem;
  padding: 9px 13px; border-radius: 8px; white-space: nowrap;
}
.main-nav a.nav-link:hover, .main-nav a.nav-link.active { color: var(--gold); background: rgba(244, 180, 0, .1); }
.nav-cta { display: flex; gap: 10px; margin-left: 14px; }

.btn {
  display: inline-block; font-weight: 800; font-size: .95rem; padding: 11px 22px;
  border-radius: 10px; cursor: pointer; border: none; text-align: center;
  transition: transform .15s, box-shadow .15s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), #e09e00); color: #231a00 !important; box-shadow: 0 6px 18px rgba(244, 180, 0, .35); }
.btn-gold:hover { box-shadow: 0 10px 24px rgba(244, 180, 0, .5); color: #231a00; }
.btn-red { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #fff !important; box-shadow: 0 6px 18px rgba(214, 40, 40, .35); }
.btn-red:hover { box-shadow: 0 10px 24px rgba(214, 40, 40, .5); color: #fff; }
.btn-green { background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff !important; }
.btn-outline { background: transparent; border: 2px solid var(--gold); color: var(--gold) !important; }
.btn-outline:hover { background: var(--gold); color: #231a00 !important; }
.btn-lg { padding: 15px 34px; font-size: 1.05rem; border-radius: 12px; }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto; }
.hamburger span { display: block; width: 26px; height: 3px; background: var(--gold); margin: 5px 0; border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 110px 0 90px; overflow: hidden;
  background: linear-gradient(115deg, rgba(13,15,20,.94) 30%, rgba(166,30,30,.55) 75%, rgba(13,15,20,.9)),
              url("../img/hero-casino.jpg") center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 80%, rgba(244,180,0,.14), transparent 55%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; max-width: 760px; }
.hero .kicker {
  display: inline-block; background: rgba(244, 180, 0, .14); border: 1px solid var(--gold);
  color: var(--gold); font-weight: 700; font-size: .82rem; letter-spacing: 1.5px;
  padding: 6px 16px; border-radius: 30px; margin-bottom: 20px; text-transform: uppercase;
}
.hero h1 { margin-bottom: 18px; }
.hero h1 .hl-gold { color: var(--gold); }
.hero h1 .hl-red { color: #ff5a5a; }
.hero p.lead { font-size: 1.12rem; color: #d5dae4; margin-bottom: 30px; max-width: 640px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; }
.hero-trust .t-item { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--gray); }
.hero-trust .t-item b { color: var(--white); display: block; font-size: 1.02rem; }
.t-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; background: var(--dark-3); border: 1px solid #2c3342; }

/* ---------- Section head ---------- */
.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head .kicker { color: var(--gold); font-weight: 800; letter-spacing: 2px; font-size: .8rem; text-transform: uppercase; }
.section-head p { color: var(--gray); }

/* ---------- Steps (Panduan 4 Langkah) ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step-card {
  background: var(--dark-2); border: 1px solid #262d3b; border-radius: var(--radius);
  padding: 30px 24px; position: relative; transition: transform .2s, border-color .2s;
}
.step-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.step-num {
  width: 52px; height: 52px; border-radius: 14px; font-size: 1.4rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: #fff;
}
.step-card:nth-child(1) .step-num { background: linear-gradient(135deg, var(--red), var(--red-dark)); }
.step-card:nth-child(2) .step-num { background: linear-gradient(135deg, var(--gold), #d19a00); color: #231a00; }
.step-card:nth-child(3) .step-num { background: linear-gradient(135deg, var(--green), var(--green-dark)); }
.step-card:nth-child(4) .step-num { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); }
.step-card h3 { margin-top: 0; }
.step-card p { color: var(--gray); font-size: .95rem; margin-bottom: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--red-dark), var(--red) 45%, #7a1414);
  border-radius: var(--radius); padding: 46px 40px; text-align: center;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.cta-band::before {
  content: "🎰"; position: absolute; font-size: 9rem; opacity: .08; right: -20px; top: -30px; transform: rotate(15deg);
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .85); max-width: 620px; margin: 0 auto 26px; }
.cta-band .hero-cta { justify-content: center; margin-bottom: 0; }

/* ---------- Feature grid (brand highlights) ---------- */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  background: var(--dark-2); border: 1px solid #262d3b; border-radius: var(--radius);
  padding: 30px 26px; transition: transform .2s, border-color .2s;
}
.feature-card:hover { transform: translateY(-5px); border-color: var(--green); }
.feature-card .f-icon {
  width: 54px; height: 54px; border-radius: 14px; font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  background: rgba(244, 180, 0, .12); border: 1px solid rgba(244, 180, 0, .35);
}
.feature-card p { color: var(--gray); font-size: .95rem; margin-bottom: 0; }

/* ---------- Mobile section ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid #2c3342; }
.check-list { list-style: none; margin-left: 0; }
.check-list li { padding-left: 34px; position: relative; margin-bottom: 14px; color: var(--gray); }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px;
  background: var(--green); color: #fff; border-radius: 50%; font-size: .8rem;
  display: flex; align-items: center; justify-content: center; font-weight: 900;
}
.check-list li b { color: var(--white); }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card {
  background: var(--dark-2); border: 1px solid #262d3b; border-radius: var(--radius);
  padding: 28px 26px; display: flex; flex-direction: column; gap: 16px;
}
.testi-card .stars { color: var(--gold); letter-spacing: 3px; font-size: 1.05rem; }
.testi-card p { color: #cfd5e0; font-size: .96rem; font-style: italic; margin-bottom: 0; }
.testi-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%; font-weight: 900; color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.testi-author b { color: var(--white); display: block; font-size: .95rem; }
.testi-author small { color: var(--gray); font-size: .8rem; }

/* ---------- RTP / transparansi (innovative section) ---------- */
.rtp-table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid #262d3b; }
table.rtp-table { width: 100%; border-collapse: collapse; background: var(--dark-2); min-width: 640px; }
.rtp-table th, .rtp-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid #262d3b; }
.rtp-table th { background: var(--dark-3); color: var(--gold); font-size: .85rem; text-transform: uppercase; letter-spacing: 1px; }
.rtp-table td { color: #cfd5e0; font-size: .95rem; }
.rtp-table tr:last-child td { border-bottom: none; }
.rtp-bar { height: 8px; border-radius: 6px; background: #2a3140; overflow: hidden; min-width: 110px; }
.rtp-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--green), var(--gold)); border-radius: 6px; }
.tag-vol { display: inline-block; padding: 3px 12px; border-radius: 20px; font-size: .78rem; font-weight: 700; }
.tag-rendah { background: rgba(42, 157, 58, .18); color: #5fd06f; }
.tag-sedang { background: rgba(244, 180, 0, .16); color: var(--gold); }
.tag-tinggi { background: rgba(214, 40, 40, .18); color: #ff7b7b; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--dark-2); border: 1px solid #262d3b; border-radius: 12px; margin-bottom: 14px; overflow: hidden; }
.faq-q {
  width: 100%; background: none; border: none; color: var(--white); font-weight: 700;
  font-size: 1.02rem; text-align: left; padding: 20px 24px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: var(--font);
}
.faq-q .faq-icon { color: var(--gold); font-size: 1.4rem; font-weight: 400; transition: transform .25s; flex: 0 0 auto; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--gray); font-size: .96rem; }
.faq-a-inner p { margin-bottom: 10px; }

/* ---------- Cards (articles / promos) ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card {
  background: var(--dark-2); border: 1px solid #262d3b; border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, border-color .2s;
}
.article-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.article-card .card-img { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.article-card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.article-card:hover .card-img img { transform: scale(1.06); }
.card-cat {
  position: absolute; top: 14px; left: 14px; background: var(--red); color: #fff;
  font-size: .72rem; font-weight: 800; letter-spacing: 1px; padding: 5px 12px;
  border-radius: 20px; text-transform: uppercase;
}
.card-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 { margin: 0; font-size: 1.1rem; }
.card-body h3 a { color: var(--white); }
.card-body h3 a:hover { color: var(--gold); }
.card-body p { color: var(--gray); font-size: .92rem; margin-bottom: 0; }
.card-meta { display: flex; gap: 14px; font-size: .8rem; color: var(--gray); margin-top: auto; padding-top: 12px; border-top: 1px solid #262d3b; }
.read-more { font-weight: 700; font-size: .9rem; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 18px 0 0; font-size: .86rem; color: var(--gray); }
.breadcrumb ol { list-style: none; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: 8px; }
.breadcrumb li + li::before { content: "›"; color: var(--gold); }
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb [aria-current] { color: var(--gold); }

/* ---------- Article page ---------- */
.page-hero { padding: 46px 0 30px; background: linear-gradient(180deg, var(--dark-2), var(--black)); }
.page-hero h1 { max-width: 860px; }
.page-hero .lead { color: var(--gray); max-width: 780px; font-size: 1.06rem; }
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 46px; padding: 40px 0 70px; }
.article-body { min-width: 0; }
.article-body .featured-img { border-radius: var(--radius); margin-bottom: 28px; border: 1px solid #2c3342; box-shadow: var(--shadow); }
.article-body h2 { margin-top: 38px; padding-top: 8px; }
.article-body h2::before { content: ""; display: block; width: 54px; height: 4px; background: linear-gradient(90deg, var(--red), var(--gold)); border-radius: 4px; margin-bottom: 14px; }
.article-body img.inline-img { border-radius: 12px; margin: 22px 0; border: 1px solid #2c3342; }
.article-body blockquote {
  border-left: 4px solid var(--gold); background: var(--dark-2); padding: 18px 22px;
  border-radius: 0 12px 12px 0; margin: 22px 0; color: #d5dae4; font-style: italic;
}
.article-body table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .93rem; }
.article-body h2 + table, .article-body h3 + table, .article-body p + table { display: block; overflow-x: auto; max-width: 100%; }
.article-body th, .article-body td { padding: 11px 14px; border: 1px solid #2c3342; text-align: left; }
.article-body th { background: var(--dark-3); color: var(--gold); }
.article-body td { color: #cfd5e0; }
.article-meta-bar { display: flex; gap: 18px; flex-wrap: wrap; color: var(--gray); font-size: .86rem; margin: 14px 0 26px; }
.article-meta-bar span { display: flex; align-items: center; gap: 6px; }
.callout {
  border-radius: 12px; padding: 18px 22px; margin: 24px 0; font-size: .95rem;
  border: 1px solid; background: var(--dark-2);
}
.callout.warn { border-color: var(--red); }
.callout.info { border-color: var(--blue); }
.callout.ok { border-color: var(--green); }
.callout b { display: block; margin-bottom: 6px; }
.callout.warn b { color: #ff7b7b; }
.callout.info b { color: #6fb3ff; }
.callout.ok b { color: #5fd06f; }

/* ---------- Sidebar ---------- */
.sidebar-widget { background: var(--dark-2); border: 1px solid #262d3b; border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.sidebar-widget h3 { margin-top: 0; font-size: 1.05rem; padding-bottom: 12px; border-bottom: 2px solid var(--gold); display: inline-block; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.tag-cloud a {
  background: var(--dark-3); border: 1px solid #2c3342; color: var(--gray-light);
  font-size: .82rem; font-weight: 600; padding: 6px 14px; border-radius: 20px;
}
.tag-cloud a:hover { background: var(--gold); color: #231a00; border-color: var(--gold); }
.side-cta { text-align: center; background: linear-gradient(160deg, var(--dark-3), var(--dark-2)); }
.side-cta p { color: var(--gray); font-size: .9rem; }

/* ---------- Search ---------- */
.search-form { display: flex; gap: 0; max-width: 560px; margin: 0 auto; }
.search-form input {
  flex: 1; background: var(--dark-2); border: 1px solid #2c3342; border-right: none;
  border-radius: 12px 0 0 12px; padding: 14px 20px; color: var(--white); font-size: 1rem; outline: none; min-width: 0;
}
.search-form input:focus { border-color: var(--gold); }
.search-form button { border-radius: 0 12px 12px 0; padding: 14px 26px; }
.search-results { max-width: 860px; margin: 34px auto 0; }
.search-result-item {
  display: block; background: var(--dark-2); border: 1px solid #262d3b; border-radius: 12px;
  padding: 18px 22px; margin-bottom: 14px;
}
.search-result-item:hover { border-color: var(--gold); }
.search-result-item b { color: var(--white); font-size: 1.05rem; display: block; }
.search-result-item small { color: var(--gold); font-size: .78rem; text-transform: uppercase; letter-spacing: 1px; }
.search-result-item p { color: var(--gray); font-size: .9rem; margin: 6px 0 0; }
mark { background: rgba(244, 180, 0, .35); color: #fff; border-radius: 3px; padding: 0 2px; }

/* ---------- Auth pages ---------- */
.auth-wrap { max-width: 480px; margin: 0 auto; }
.auth-card {
  background: var(--dark-2); border: 1px solid #2c3342; border-radius: 18px;
  padding: 40px 36px; box-shadow: var(--shadow);
}
.auth-card .logo { justify-content: center; margin-bottom: 8px; }
.auth-card h1 { text-align: center; font-size: 1.5rem; margin-bottom: 6px; }
.auth-card .sub { text-align: center; color: var(--gray); font-size: .92rem; margin-bottom: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 700; color: var(--white); font-size: .9rem; margin-bottom: 7px; }
.form-group input, .form-group select {
  width: 100%; background: var(--black); border: 1px solid #2c3342; border-radius: 10px;
  padding: 13px 16px; color: var(--white); font-size: .98rem; outline: none; font-family: var(--font);
}
.form-group input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(244, 180, 0, .12); }
.form-hint { font-size: .8rem; color: var(--gray); margin-top: 5px; }
.form-error { font-size: .82rem; color: #ff7b7b; margin-top: 5px; display: none; }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: .86rem; color: var(--gray); margin-bottom: 18px; }
.form-check input { margin-top: 4px; accent-color: var(--gold); width: 16px; height: 16px; flex: 0 0 auto; }
.auth-alt { text-align: center; margin-top: 22px; color: var(--gray); font-size: .92rem; }
.btn-block { width: 100%; }

/* ---------- Promo terms ---------- */
.promo-terms { background: var(--dark-2); border: 1px solid #2c3342; border-radius: var(--radius); padding: 26px 28px; margin: 26px 0; }
.promo-terms h3 { margin-top: 0; color: var(--gold); }
.promo-terms li { color: #cfd5e0; font-size: .94rem; }

/* ---------- Footer ---------- */
.site-footer { background: #090b0f; border-top: 2px solid var(--gold); padding: 56px 0 0; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.footer-grid h4 { color: var(--gold); font-size: .95rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid ul { list-style: none; margin: 0; }
.footer-grid ul li { margin-bottom: 9px; }
.footer-grid a { color: var(--gray); font-size: .92rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-about p { color: var(--gray); font-size: .9rem; }
.footer-badges { display: flex; gap: 12px; margin-top: 18px; align-items: center; flex-wrap: wrap; }
.footer-badge {
  border: 1px solid #2c3342; border-radius: 8px; padding: 6px 12px; font-size: .76rem;
  color: var(--gray); font-weight: 700; letter-spacing: .5px;
}
.footer-bottom { border-top: 1px solid #1c212c; padding: 20px 0; font-size: .84rem; color: var(--gray); }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.responsible-note {
  background: rgba(214, 40, 40, .08); border: 1px solid rgba(214, 40, 40, .4);
  border-radius: 12px; padding: 16px 20px; font-size: .85rem; color: #d5dae4; margin-bottom: 26px;
}

/* ---------- Floating slot CTA ---------- */
.float-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 990;
  pointer-events: none; padding: 0 12px 12px;
}
.float-cta-inner {
  pointer-events: auto; position: relative; max-width: 620px; margin: 0 auto;
  background: linear-gradient(180deg, #2a1518, #170d0f);
  border: 2px solid var(--gold); border-radius: 18px;
  box-shadow: 0 -6px 40px rgba(0, 0, 0, .6), 0 0 26px rgba(244, 180, 0, .25);
  padding: 12px 14px; display: flex; align-items: center; gap: 12px;
  overflow: hidden;
}
.slot-reels { display: flex; gap: 5px; flex: 0 0 auto; }
.reel {
  width: 40px; height: 46px; background: #0c0c10; border: 1px solid var(--gold);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; overflow: hidden; position: relative;
}
.reel .reel-symbol { display: block; animation: reelSpin 2.6s cubic-bezier(.65, .05, .36, 1) infinite; }
.reel:nth-child(2) .reel-symbol { animation-delay: .35s; }
.reel:nth-child(3) .reel-symbol { animation-delay: .7s; }
@keyframes reelSpin {
  0%, 55% { transform: translateY(0); }
  65%, 75% { transform: translateY(-4px); }
  85%, 100% { transform: translateY(0); }
}
.float-text { flex: 1; min-width: 0; }
.float-text b { color: var(--gold); display: block; font-size: .95rem; line-height: 1.25; }
.float-text small { color: var(--gray); font-size: .74rem; display: block; }
.float-btns { display: flex; gap: 9px; flex: 0 0 auto; }
.float-btn {
  position: relative; font-weight: 900; font-size: .92rem; padding: 12px 20px;
  border-radius: 12px; text-align: center; letter-spacing: .5px; white-space: nowrap;
}
.float-btn.daftar {
  background: linear-gradient(135deg, var(--gold), #e09e00); color: #231a00 !important;
  animation: pulseGold 1.8s ease-in-out infinite; box-shadow: 0 4px 16px rgba(244, 180, 0, .45);
}
.float-btn.masuk {
  background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #fff !important;
  box-shadow: 0 4px 16px rgba(214, 40, 40, .4);
}
@keyframes pulseGold {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 16px rgba(244, 180, 0, .45); }
  50% { transform: scale(1.05); box-shadow: 0 6px 26px rgba(244, 180, 0, .75); }
}
.coin {
  position: absolute; bottom: -30px; font-size: 1.15rem; pointer-events: none;
  animation: coinFloat linear forwards; z-index: 5; text-shadow: 0 0 8px rgba(244, 180, 0, .8);
}
@keyframes coinFloat {
  0% { transform: translateY(0) rotate(0deg) scale(.7); opacity: 0; }
  12% { opacity: 1; }
  100% { transform: translateY(-130px) rotate(340deg) scale(1.15); opacity: 0; }
}

/* ---------- Utility ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mt-40 { margin-top: 40px; }
.notice-strip {
  background: linear-gradient(90deg, rgba(27, 110, 194, .14), rgba(42, 157, 58, .12));
  border: 1px solid var(--blue); border-radius: 12px; padding: 16px 22px;
  font-size: .9rem; color: #cfd5e0; margin: 22px 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid, .testi-grid, .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .hamburger { display: block; }
  .main-nav {
    position: fixed; top: 0; right: 0; left: auto; width: min(320px, 84vw); height: 100vh;
    display: none; transform: translateX(105%);
    background: var(--dark-2); flex-direction: column; align-items: stretch;
    padding: 90px 26px 30px; gap: 6px; z-index: 950;
    border-left: 2px solid var(--gold); box-shadow: -10px 0 40px rgba(0,0,0,.5);
  }
  .main-nav.open { display: flex; transform: translateX(0); animation: navSlideIn .3s ease; }
  @keyframes navSlideIn { from { transform: translateX(105%); } to { transform: translateX(0); } }
  .main-nav a.nav-link { padding: 13px 16px; font-size: 1.02rem; }
  .nav-cta { margin: 16px 0 0; flex-direction: column; }
  .nav-cta .btn { width: 100%; }
  .nav-backdrop {
    position: fixed; inset: 0; background: rgba(0, 0, 0, .6); z-index: 940;
    opacity: 0; pointer-events: none; transition: opacity .3s;
  }
  .nav-backdrop.show { opacity: 1; pointer-events: auto; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .split .split-media { order: -1; }
  .hero { padding: 80px 0 64px; }
}
@media (max-width: 620px) {
  body { font-size: 15.5px; }
  .article-body table { display: block; overflow-x: auto; max-width: 100%; }
  section { padding: 46px 0; }
  .steps-grid, .features-grid, .testi-grid, .cards-grid, .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .cta-band { padding: 34px 22px; }
  .float-cta-inner { gap: 9px; padding: 10px 10px; }
  .reel { width: 32px; height: 38px; font-size: 1.05rem; }
  .float-text small { display: none; }
  .float-text b { font-size: .82rem; }
  .float-btn { padding: 11px 14px; font-size: .84rem; }
  .hero-cta .btn { width: 100%; }
  .auth-card { padding: 30px 22px; }
  .footer-bottom .container { flex-direction: column; gap: 6px; }
}
@media (max-width: 380px) {
  .float-text { display: none; }
  .float-cta-inner { justify-content: center; }
}
