/* ==========================================================================
   Hokibet — Tema Kasino (Merah, Putih, Hijau, Kuning, Biru, Hitam)
   WordPress-style theme: hokibet | style.css
   ========================================================================== */

:root {
  --red: #d9212c;
  --red-dark: #a5121c;
  --green: #1f9d55;
  --green-dark: #157a41;
  --gold: #f5b301;
  --gold-light: #ffd54d;
  --blue: #1e6fd9;
  --blue-dark: #1553a8;
  --black: #0d0f14;
  --ink: #171a21;
  --ink-2: #20242e;
  --white: #ffffff;
  --grey: #aab0bd;
  --grey-light: #e8eaf0;
  --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(--grey-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 ease; }
a:hover { color: var(--gold-light); }

h1, h2, h3, h4 { color: var(--white); line-height: 1.3; font-weight: 800; }

.wrap { width: min(1180px, 92%); margin: 0 auto; }

.section { padding: 72px 0; }
.section--alt { background: var(--ink); }

.section-head { text-align: center; max-width: 780px; margin: 0 auto 48px; }
.section-head .kicker {
  display: inline-block; font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(26px, 4vw, 38px); margin-bottom: 14px; }
.section-head p { color: var(--grey); }

/* ---------- Top bar ---------- */
.topbar {
  background: linear-gradient(90deg, var(--red-dark), var(--red) 45%, var(--red-dark));
  color: #fff; font-size: 13.5px; padding: 7px 0; text-align: center;
}
.topbar strong { color: var(--gold-light); }
.topbar .badge18 {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border: 2px solid #fff; border-radius: 50%;
  font-weight: 800; font-size: 11px; margin-right: 8px; vertical-align: middle;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(13, 15, 20, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(245, 179, 1, .25);
}
.site-header .wrap { display: flex; align-items: center; gap: 18px; min-height: 68px; }

.logo { display: flex; align-items: center; gap: 10px; font-size: 26px; font-weight: 900; letter-spacing: .5px; }
.logo .logo-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), var(--red));
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #fff; box-shadow: 0 4px 14px rgba(217, 33, 44, .45);
}
.logo .logo-text { color: #fff; }
.logo .logo-text em { font-style: normal; color: var(--gold); }
.logo small { display: block; font-size: 10.5px; color: var(--grey); letter-spacing: 3px; font-weight: 600; }

.main-nav { margin-left: auto; }
.main-nav ul { list-style: none; display: flex; gap: 4px; align-items: center; }
.main-nav a {
  display: block; padding: 10px 14px; color: var(--grey-light);
  font-weight: 600; font-size: 15px; border-radius: 8px;
}
.main-nav a:hover, .main-nav a.active { color: var(--gold); background: rgba(245, 179, 1, .08); }

.header-cta { display: flex; gap: 10px; align-items: center; }

.btn {
  display: inline-block; padding: 12px 26px; border-radius: 10px;
  font-weight: 800; font-size: 15px; cursor: pointer; border: none;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold {
  background: linear-gradient(135deg, var(--gold), #e09e00); color: #231a00;
  box-shadow: 0 6px 18px rgba(245, 179, 1, .35);
}
.btn--gold:hover { color: #000; box-shadow: 0 10px 24px rgba(245, 179, 1, .5); }
.btn--red { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #fff; box-shadow: 0 6px 18px rgba(217, 33, 44, .35); }
.btn--red:hover { color: #fff; }
.btn--green { background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; }
.btn--green:hover { color: #fff; }
.btn--outline { background: transparent; border: 2px solid var(--gold); color: var(--gold); }
.btn--outline:hover { background: var(--gold); color: #231a00; }
.btn--sm { padding: 9px 18px; font-size: 14px; }
.btn--block { display: block; width: 100%; }

.nav-toggle {
  display: none; background: none; border: 2px solid var(--gold); border-radius: 8px;
  width: 44px; height: 40px; cursor: pointer; position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 20px; height: 2.5px; background: var(--gold);
  position: absolute; left: 10px; transition: .25s;
}
.nav-toggle span { top: 18px; }
.nav-toggle span::before { top: -7px; left: 0; }
.nav-toggle span::after { top: 7px; left: 0; }

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  background: var(--ink); border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-size: 13.5px; padding: 12px 0; color: var(--grey);
}
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--gold); }
.breadcrumb a { color: var(--grey); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb [aria-current] { color: var(--gold); font-weight: 600; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 560px; display: flex; align-items: center;
  background: url("../img/hero-casino.webp") center/cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(13, 15, 20, .96) 25%, rgba(13, 15, 20, .72) 60%, rgba(165, 18, 28, .55));
}
.hero .wrap { position: relative; z-index: 2; padding: 80px 0; }
.hero h1 { font-size: clamp(30px, 5vw, 52px); max-width: 720px; margin-bottom: 18px; }
.hero h1 .hl { color: var(--gold); }
.hero p.lead { font-size: clamp(16px, 2vw, 19px); color: #d7dae2; max-width: 640px; margin-bottom: 30px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18);
  padding: 8px 16px; border-radius: 999px; color: #fff;
}
.hero-badge .dot { width: 9px; height: 9px; border-radius: 50%; }
.dot--green { background: var(--green); } .dot--gold { background: var(--gold); }
.dot--blue { background: var(--blue); } .dot--red { background: var(--red); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 26px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--radius); padding: 30px; position: relative;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-5px); border-color: rgba(245, 179, 1, .45); box-shadow: var(--shadow); }
.card h3 { font-size: 20px; margin-bottom: 12px; }
.card p { color: var(--grey); font-size: 15.5px; }
.card .icon {
  width: 54px; height: 54px; border-radius: 12px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.icon--red { background: rgba(217, 33, 44, .16); border: 1px solid rgba(217, 33, 44, .5); }
.icon--green { background: rgba(31, 157, 85, .16); border: 1px solid rgba(31, 157, 85, .5); }
.icon--gold { background: rgba(245, 179, 1, .14); border: 1px solid rgba(245, 179, 1, .5); }
.icon--blue { background: rgba(30, 111, 217, .16); border: 1px solid rgba(30, 111, 217, .5); }

/* ---------- Steps ---------- */
.steps { counter-reset: step; }
.step {
  background: var(--ink-2); border-radius: var(--radius); padding: 30px 26px;
  border: 1px solid rgba(255, 255, 255, .07); position: relative; overflow: hidden;
}
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -18px; right: -6px; font-size: 96px; font-weight: 900;
  color: rgba(245, 179, 1, .1); line-height: 1;
}
.step .step-no {
  width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 19px; color: #231a00; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold), #e09e00);
}
.step h3 { font-size: 18.5px; margin-bottom: 10px; }
.step p { color: var(--grey); font-size: 15px; }

/* ---------- Promo cards ---------- */
.promo-card {
  background: var(--ink-2); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .07); display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.promo-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.promo-card img { width: 100%; height: 190px; object-fit: cover; }
.promo-card .body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.promo-card .tag {
  align-self: flex-start; font-size: 11.5px; font-weight: 800; letter-spacing: 1px;
  text-transform: uppercase; padding: 4px 12px; border-radius: 999px; margin-bottom: 12px;
}
.tag--red { background: rgba(217, 33, 44, .18); color: #ff8a90; border: 1px solid rgba(217, 33, 44, .5); }
.tag--green { background: rgba(31, 157, 85, .18); color: #6fe3a5; border: 1px solid rgba(31, 157, 85, .5); }
.tag--gold { background: rgba(245, 179, 1, .15); color: var(--gold-light); border: 1px solid rgba(245, 179, 1, .5); }
.tag--blue { background: rgba(30, 111, 217, .18); color: #7fb2f2; border: 1px solid rgba(30, 111, 217, .5); }
.promo-card h3 { font-size: 19px; margin-bottom: 10px; }
.promo-card h3 a { color: #fff; }
.promo-card h3 a:hover { color: var(--gold); }
.promo-card p { color: var(--grey); font-size: 14.5px; flex: 1; }
.promo-card .meta { font-size: 12.5px; color: var(--grey); margin: 14px 0; display: flex; gap: 14px; flex-wrap: wrap; }
.promo-card .more { font-weight: 700; font-size: 14.5px; }

/* ---------- Testimonials ---------- */
.testi {
  background: var(--ink-2); border-radius: var(--radius); padding: 28px;
  border: 1px solid rgba(255, 255, 255, .07);
}
.testi .stars { color: var(--gold); font-size: 16px; letter-spacing: 3px; margin-bottom: 12px; }
.testi p { color: #d7dae2; font-size: 15px; font-style: italic; margin-bottom: 18px; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .avatar {
  width: 44px; height: 44px; border-radius: 50%; font-weight: 900; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.testi .who strong { display: block; color: #fff; font-size: 14.5px; }
.testi .who span { font-size: 12.5px; color: var(--grey); }

/* ---------- Split (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split h2 { font-size: clamp(24px, 3.4vw, 34px); margin-bottom: 16px; }
.split p { color: var(--grey); margin-bottom: 14px; }
.checklist { list-style: none; margin: 20px 0 26px; }
.checklist li { padding: 8px 0 8px 34px; position: relative; color: #d7dae2; font-size: 15.5px; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 8px;
  width: 22px; height: 22px; border-radius: 50%; background: var(--green);
  color: #fff; font-size: 13px; font-weight: 900; display: flex; align-items: center; justify-content: center;
}

/* ---------- Article ---------- */
.article-hero {
  background: linear-gradient(120deg, var(--ink) 40%, rgba(165, 18, 28, .35)), var(--ink);
  padding: 64px 0 48px; border-bottom: 1px solid rgba(245, 179, 1, .2);
}
.article-hero h1 { font-size: clamp(28px, 4.4vw, 44px); max-width: 860px; margin-bottom: 16px; }
.article-hero .lead { color: var(--grey); font-size: 17.5px; max-width: 780px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; font-size: 13.5px; color: var(--grey); }
.article-meta .pill {
  background: rgba(245, 179, 1, .12); border: 1px solid rgba(245, 179, 1, .35);
  color: var(--gold-light); padding: 4px 14px; border-radius: 999px; font-weight: 700; font-size: 12.5px;
}

.article-body { padding: 56px 0; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.article-content { max-width: 780px; min-width: 0; }
.article-content figure img { width: 100%; height: auto; }
.article-content > p { margin-bottom: 20px; color: #cfd3dc; }
.article-content h2 {
  font-size: clamp(22px, 3vw, 28px); margin: 44px 0 18px; padding-left: 16px;
  border-left: 4px solid var(--gold);
}
.article-content h3 { font-size: 20px; margin: 32px 0 12px; color: var(--gold-light); }
.article-content ul, .article-content ol { margin: 0 0 20px 22px; color: #cfd3dc; }
.article-content li { margin-bottom: 10px; }
.article-content figure { margin: 30px 0; }
.article-content figure img { border-radius: var(--radius); }
.article-content figcaption { font-size: 13px; color: var(--grey); text-align: center; margin-top: 10px; }
.article-content blockquote {
  border-left: 4px solid var(--red); background: rgba(217, 33, 44, .08);
  padding: 18px 22px; border-radius: 0 10px 10px 0; margin: 26px 0; color: #e8b7ba; font-style: italic;
}
.article-content table {
  width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14.5px;
  display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.article-content table thead, .article-content table tbody { min-width: 520px; }
.article-content th, .article-content td {
  border: 1px solid rgba(255, 255, 255, .12); padding: 12px 14px; text-align: left; white-space: nowrap;
}
.article-content th { background: var(--ink-2); color: var(--gold); }
.article-content td { color: #cfd3dc; }

.note-box {
  border: 1px solid rgba(30, 111, 217, .5); background: rgba(30, 111, 217, .1);
  border-radius: var(--radius); padding: 20px 24px; margin: 26px 0; font-size: 15px; color: #bcd6f7;
}
.warn-box {
  border: 1px solid rgba(245, 179, 1, .5); background: rgba(245, 179, 1, .08);
  border-radius: var(--radius); padding: 20px 24px; margin: 26px 0; font-size: 15px; color: #f3dfa8;
}

/* ---------- Sidebar ---------- */
.sidebar-widget {
  background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--radius); padding: 26px; margin-bottom: 26px;
}
.sidebar-widget h3 { font-size: 17px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid rgba(245, 179, 1, .35); }
.sidebar-widget ul { list-style: none; }
.sidebar-widget li { margin-bottom: 4px; }
.sidebar-widget li a {
  display: block; padding: 9px 12px; border-radius: 8px; color: #cfd3dc; font-size: 14.5px;
}
.sidebar-widget li a:hover { background: rgba(245, 179, 1, .08); color: var(--gold); }

/* ---------- Tag cloud ---------- */
.tagcloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tagcloud a {
  font-size: 13px !important; padding: 7px 15px; border-radius: 999px;
  background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .12); color: #cfd3dc;
  transition: all .2s ease;
}
.tagcloud a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.tagcloud a.t-lg { font-size: 15px !important; font-weight: 700; border-color: rgba(245, 179, 1, .4); }

/* ---------- Search ---------- */
.search-box { display: flex; gap: 0; max-width: 560px; margin: 0 auto; }
.search-box input {
  flex: 1; padding: 14px 20px; border-radius: 10px 0 0 10px; border: 1px solid rgba(255, 255, 255, .15);
  background: var(--ink-2); color: #fff; font-size: 15px; outline: none; min-width: 0;
}
.search-box input:focus { border-color: var(--gold); }
.search-box button {
  padding: 14px 26px; border-radius: 0 10px 10px 0; border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--gold), #e09e00); font-weight: 800; color: #231a00; font-size: 15px;
}
.search-results { margin-top: 34px; text-align: left; }
.search-results .sr-item {
  display: block; background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px; padding: 16px 20px; margin-bottom: 12px; color: #fff;
}
.search-results .sr-item:hover { border-color: var(--gold); }
.search-results .sr-item strong { color: var(--gold); display: block; margin-bottom: 4px; }
.search-results .sr-item span { font-size: 13.5px; color: var(--grey); }
.search-results .sr-empty { color: var(--grey); text-align: center; padding: 20px; }

/* ---------- FAQ ---------- */
.faq-item { background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; margin-bottom: 14px; overflow: hidden; }
.faq-item summary {
  cursor: pointer; padding: 20px 24px; font-weight: 700; color: #fff; font-size: 16.5px;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 24px; color: var(--gold); font-weight: 900; flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 22px; color: var(--grey); font-size: 15.5px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--red-dark), var(--red) 50%, #7a0d14);
  border-radius: var(--radius); padding: 54px 40px; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before, .cta-band::after {
  content: "🪙"; position: absolute; font-size: 90px; opacity: .12; top: -18px;
}
.cta-band::before { left: 24px; } .cta-band::after { right: 24px; bottom: -18px; top: auto; }
.cta-band h2 { font-size: clamp(24px, 3.6vw, 34px); margin-bottom: 14px; }
.cta-band p { color: #ffd9db; max-width: 640px; margin: 0 auto 28px; }

/* ---------- Auth pages ---------- */
.auth-wrap { min-height: calc(100vh - 68px); display: flex; align-items: center; padding: 60px 0; }
.auth-card {
  width: min(460px, 100%); margin: 0 auto; background: var(--ink-2);
  border: 1px solid rgba(245, 179, 1, .3); border-radius: 18px; padding: 44px 40px; box-shadow: var(--shadow);
}
.auth-card .logo { justify-content: center; margin-bottom: 8px; }
.auth-card h1 { text-align: center; font-size: 26px; margin-bottom: 6px; }
.auth-card .sub { text-align: center; color: var(--grey); font-size: 14.5px; margin-bottom: 30px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 8px; color: #fff; }
.form-group input, .form-group select {
  width: 100%; padding: 13px 16px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, .15);
  background: var(--black); color: #fff; font-size: 15px; outline: none;
}
.form-group input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(245, 179, 1, .15); }
.form-hint { font-size: 12.5px; color: var(--grey); margin-top: 6px; }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--grey); margin-bottom: 20px; }
.form-check input { margin-top: 4px; accent-color: var(--gold); width: 17px; height: 17px; flex-shrink: 0; }
.auth-alt { text-align: center; margin-top: 24px; font-size: 14.5px; color: var(--grey); }
.age-gate {
  display: flex; align-items: center; gap: 12px; background: rgba(217, 33, 44, .12);
  border: 1px solid rgba(217, 33, 44, .45); border-radius: 10px; padding: 12px 16px;
  font-size: 13px; color: #ffb3b8; margin-bottom: 24px;
}
.age-gate .badge18 {
  width: 34px; height: 34px; border: 2.5px solid var(--red); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-weight: 900; color: #ff8a90; flex-shrink: 0;
}

/* ---------- Floating CTA (slot style) ---------- */
.float-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 990;
  display: flex; justify-content: center; gap: 14px; padding: 12px 16px;
  background: linear-gradient(180deg, rgba(13, 15, 20, .82), rgba(13, 15, 20, .97));
  border-top: 1px solid rgba(245, 179, 1, .4);
  backdrop-filter: blur(8px);
}
.slot-btn {
  position: relative; overflow: visible;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 34px; border-radius: 999px; font-weight: 900; font-size: 16.5px;
  letter-spacing: .5px; cursor: pointer; border: none; text-transform: uppercase;
  transition: transform .15s ease;
}
.slot-btn:hover { transform: scale(1.05); }
.slot-btn--login {
  background: linear-gradient(180deg, #2a2f3c, #171a21); color: #fff;
  border: 2px solid var(--blue); box-shadow: 0 0 16px rgba(30, 111, 217, .45), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.slot-btn--register {
  background: linear-gradient(180deg, var(--gold-light), var(--gold) 55%, #c78f00);
  color: #3a2a00; border: 2px solid #ffe9a8;
  box-shadow: 0 0 22px rgba(245, 179, 1, .55), inset 0 1px 0 rgba(255, 255, 255, .5);
  animation: pulseGold 2.2s infinite;
}
@keyframes pulseGold {
  0%, 100% { box-shadow: 0 0 16px rgba(245, 179, 1, .45), inset 0 1px 0 rgba(255, 255, 255, .5); }
  50% { box-shadow: 0 0 34px rgba(245, 179, 1, .85), inset 0 1px 0 rgba(255, 255, 255, .5); }
}
.slot-btn .reel {
  display: inline-flex; gap: 3px; background: rgba(0, 0, 0, .28); border-radius: 6px; padding: 3px 6px;
  font-size: 15px;
}
.slot-btn .reel i { font-style: normal; animation: reelSpin 1.8s infinite; display: inline-block; }
.slot-btn .reel i:nth-child(2) { animation-delay: .25s; }
.slot-btn .reel i:nth-child(3) { animation-delay: .5s; }
@keyframes reelSpin {
  0%, 100% { transform: translateY(0); }
  30% { transform: translateY(-4px); }
  60% { transform: translateY(2px); }
}
.coin {
  position: fixed; bottom: 70px; width: 26px; height: 26px; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #ffe9a8, var(--gold) 55%, #b57e00);
  box-shadow: 0 0 10px rgba(245, 179, 1, .7), inset 0 -2px 4px rgba(0, 0, 0, .3);
  z-index: 989; pointer-events: none; opacity: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900; color: #7a5b00;
  animation: coinFly 3.4s ease-in forwards;
}
@keyframes coinFly {
  0% { opacity: 0; transform: translateY(0) rotateY(0) scale(.6); }
  12% { opacity: 1; }
  70% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-46vh) rotateY(720deg) scale(1.05); }
}

/* ---------- Footer ---------- */
.site-footer { background: #090b0f; border-top: 1px solid rgba(245, 179, 1, .25); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; }
.site-footer h4 { color: #fff; font-size: 16px; margin-bottom: 18px; }
.site-footer p, .site-footer li { color: var(--grey); font-size: 14px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: var(--grey); }
.site-footer a:hover { color: var(--gold); }
.footer-badges { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.footer-badges span {
  font-size: 11.5px; font-weight: 800; padding: 6px 12px; border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .2); color: #cfd3dc;
}
.footer-badges .b18 { border-color: var(--red); color: #ff8a90; }
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .07); padding: 22px 0 calc(22px + 76px);
  font-size: 12.5px; color: #6b7280; line-height: 1.8;
}
.footer-legal strong { color: var(--grey); }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mb-0 { margin-bottom: 0 !important; }
.gold { color: var(--gold); }
.red { color: #ff8a90; }
.green { color: #6fe3a5; }
.blue { color: #7fb2f2; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .main-nav {
    position: fixed; inset: 68px 0 auto 0; background: rgba(13, 15, 20, .99);
    border-bottom: 1px solid rgba(245, 179, 1, .3); padding: 14px 4%;
    display: none; margin: 0; z-index: 899;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-nav a { padding: 13px 16px; font-size: 16px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .split .split-img { order: -1; }
  .hero { min-height: 480px; }
  .section { padding: 54px 0; }
}

@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero .wrap { padding: 60px 0; }
  .cta-band { padding: 40px 22px; }
  .float-cta { gap: 10px; padding: 10px 12px; }
  .slot-btn { padding: 12px 20px; font-size: 14px; gap: 7px; flex: 1; justify-content: center; max-width: 220px; }
  .slot-btn .reel { display: none; }
  .auth-card { padding: 34px 24px; }
  .article-content th, .article-content td { padding: 10px; font-size: 13.5px; }
  .search-box button { padding: 14px 18px; }
}

@media (max-width: 380px) {
  .slot-btn { font-size: 13px; padding: 11px 14px; }
}
