/*
Theme Name: Qq1221 Casino
Theme URI: https://qq1221.casino/
Author: Qq1221
Description: Tema statis bergaya WordPress untuk portal informasi Qq1221 — Slot, Live Casino, Poker, dan Sportsbook. Pratinjau statis (pre-rendered) sesuai standar struktur tema WordPress: site-header, site-main, content-area, entry-content, widget-area, site-footer.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: qq1221
Tags: casino, news, informational, responsive, indonesian
*/

/* =========================================================
   1. Reset & Design Tokens
   ========================================================= */
:root {
  --c-red: #c8102e;
  --c-red-dark: #9b0c23;
  --c-red-soft: #fdeef0;
  --c-gold: #f5b301;
  --c-gold-2: #ffd766;
  --c-gold-soft: #fff7e0;
  --c-green: #0e9f6e;
  --c-green-dark: #0a7a54;
  --c-green-soft: #e8f7f0;
  --c-blue: #1746a2;
  --c-blue-dark: #0f3075;
  --c-navy: #0a1930;
  --c-navy-2: #10254a;
  --c-ink: #14161c;
  --c-text: #2a2e37;
  --c-muted: #5b6472;
  --c-line: #e4e7ec;
  --c-bg: #f6f7f9;
  --c-white: #ffffff;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(10, 25, 48, 0.1);
  --shadow-sm: 0 4px 14px rgba(10, 25, 48, 0.08);
  --font: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-text);
  background: var(--c-white);
  overflow-x: hidden;
}

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

a { color: var(--c-blue); text-decoration: none; }
a:hover { color: var(--c-red); text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  color: var(--c-ink);
  line-height: 1.3;
  margin: 0 0 0.6em;
  font-weight: 800;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h2 { font-size: clamp(1.4rem, 2.6vw, 2rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { margin: 0 0 1em; overflow-wrap: break-word; }

ul, ol { padding-left: 1.3em; margin: 0 0 1em; }
li { margin-bottom: 0.45em; }

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

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* =========================================================
   2. Buttons, Chips, Badges
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.2;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary { background: linear-gradient(180deg, var(--c-red) 0%, var(--c-red-dark) 100%); color: #fff; box-shadow: 0 6px 18px rgba(200, 16, 46, 0.35); }
.btn-primary:hover { color: #fff; box-shadow: 0 8px 22px rgba(200, 16, 46, 0.45); }

.btn-gold { background: linear-gradient(180deg, var(--c-gold-2) 0%, var(--c-gold) 100%); color: #4a3200; box-shadow: 0 6px 18px rgba(245, 179, 1, 0.4); }
.btn-gold:hover { color: #4a3200; }

.btn-green { background: linear-gradient(180deg, #12b47c 0%, var(--c-green-dark) 100%); color: #fff; box-shadow: 0 6px 18px rgba(14, 159, 110, 0.35); }
.btn-green:hover { color: #fff; }

.btn-outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.7); }
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }

.btn-outline-dark { background: transparent; color: var(--c-navy); border-color: var(--c-navy); }
.btn-outline-dark:hover { background: var(--c-navy); color: #fff; }

.btn-sm { padding: 9px 18px; font-size: 0.88rem; }
.btn-lg { padding: 15px 34px; font-size: 1.05rem; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  color: var(--c-text);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.15s ease;
}
.chip:hover { background: var(--c-gold-soft); border-color: var(--c-gold); color: #6b4a00; text-decoration: none; }

.badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c-red);
  color: #fff;
  font-weight: 900;
  font-size: 0.82rem;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* =========================================================
   3. Site Header (WordPress: .site-header)
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(10, 25, 48, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--c-gold);
}
.site-header .container {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 68px;
}

.site-branding { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.site-branding .logo-coin {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--c-gold-2), var(--c-gold) 55%, #b57e00);
  border: 2px solid #ffe9a8;
  display: inline-flex; align-items: center; justify-content: center;
  color: #5a3d00; font-weight: 900; font-size: 0.72rem;
  box-shadow: 0 2px 8px rgba(245, 179, 1, 0.5);
}
.site-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #fff;
}
.site-title a { color: var(--c-gold-2); }
.site-title a:hover { color: #fff; text-decoration: none; }
.site-title .tld { color: rgba(255, 255, 255, 0.55); font-size: 0.8rem; font-weight: 700; }

/* Main navigation */
.main-navigation { margin-left: auto; }
.main-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.main-navigation a {
  display: block;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.93rem;
  border-radius: 8px;
}
.main-navigation a:hover { color: var(--c-gold-2); background: rgba(255, 255, 255, 0.08); text-decoration: none; }
.main-navigation .current-menu-item a,
.main-navigation .current-page-item a { color: var(--c-gold-2); background: rgba(245, 179, 1, 0.14); }

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-search { position: relative; }
.header-search input {
  width: 190px;
  padding: 9px 38px 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: var(--font);
  font-size: 0.88rem;
  outline: none;
  transition: width 0.2s ease, background 0.2s ease;
}
.header-search input::placeholder { color: rgba(255, 255, 255, 0.55); }
.header-search input:focus { width: 230px; background: rgba(255, 255, 255, 0.18); }
.header-search .search-icon { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--c-gold-2); pointer-events: none; }

/* Search results dropdown */
.search-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 340px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(10, 25, 48, 0.28);
  border: 1px solid var(--c-line);
  padding: 8px;
  display: none;
  z-index: 950;
}
.search-dropdown.open { display: block; }
.search-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--c-text);
  font-size: 0.9rem;
  font-weight: 600;
}
.search-dropdown a:hover { background: var(--c-gold-soft); text-decoration: none; color: var(--c-ink); }
.search-dropdown a small { display: block; color: var(--c-muted); font-weight: 400; font-size: 0.78rem; }
.search-dropdown .no-result { padding: 12px; color: var(--c-muted); font-size: 0.88rem; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.mobile-nav { display: none; }
.nav-toggle span {
  display: block;
  width: 24px; height: 3px;
  background: #fff;
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* =========================================================
   4. Breadcrumbs
   ========================================================= */
.breadcrumb {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--c-muted);
  background: var(--c-bg);
  border-bottom: 1px solid var(--c-line);
}
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: 6px; }
.breadcrumb li + li::before { content: "›"; color: var(--c-muted); }
.breadcrumb a { color: var(--c-muted); font-weight: 600; }
.breadcrumb a:hover { color: var(--c-red); }
.breadcrumb [aria-current] { color: var(--c-ink); font-weight: 700; }

/* =========================================================
   5. Hero
   ========================================================= */
.hero {
  position: relative;
  background:
    linear-gradient(115deg, rgba(10, 25, 48, 0.94) 0%, rgba(23, 70, 162, 0.82) 45%, rgba(155, 12, 35, 0.85) 100%),
    url("assets/img/hero.jpg") center 35% / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 15%, rgba(245, 179, 1, 0.22), transparent 45%);
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 40px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
.hero-copy { min-width: 0; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 179, 1, 0.16);
  border: 1px solid rgba(245, 179, 1, 0.55);
  color: var(--c-gold-2);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero h1 { color: #fff; margin-bottom: 14px; }
.hero h1 .hl { color: var(--c-gold-2); }
.hero .lead { font-size: 1.06rem; color: rgba(255, 255, 255, 0.92); max-width: 560px; margin-bottom: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.hero-badges .hb {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.84rem; font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 6px 14px;
  border-radius: 999px;
}
.hero-badges .hb .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-green); box-shadow: 0 0 8px var(--c-green); }

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 22px;
  backdrop-filter: blur(6px);
}
.hero-card img { border-radius: 10px; margin-bottom: 14px; aspect-ratio: 16 / 10; object-fit: cover; }
.hero-card h3 { color: #fff; font-size: 1.05rem; margin-bottom: 8px; }
.hero-card p { font-size: 0.88rem; color: rgba(255, 255, 255, 0.85); margin: 0; }

/* =========================================================
   6. Sections
   ========================================================= */
.section { padding: 64px 0; }
.section-alt { background: var(--c-bg); }
.section-dark { background: linear-gradient(160deg, var(--c-navy) 0%, var(--c-navy-2) 100%); color: rgba(255, 255, 255, 0.9); }
.section-dark h2, .section-dark h3 { color: #fff; }

.sec-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.sec-head .eyebrow {
  display: inline-block;
  color: var(--c-red);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-head .eyebrow.gold { color: var(--c-gold); }
.sec-head .eyebrow.green { color: var(--c-green-dark); }
.sec-head .eyebrow.blue { color: var(--c-blue); }
.sec-head p { color: var(--c-muted); margin: 0; }
.section-dark .sec-head p { color: rgba(255, 255, 255, 0.75); }

/* =========================================================
   7. Cards & Grids
   ========================================================= */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  min-width: 0;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--c-muted); font-size: 0.94rem; margin: 0; }
.card .icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.icon-red { background: var(--c-red-soft); }
.icon-gold { background: var(--c-gold-soft); }
.icon-green { background: var(--c-green-soft); }
.icon-blue { background: #e8eefb; }

/* Steps */
.step-card { position: relative; counter-reset: none; }
.step-card .step-num {
  position: absolute;
  top: -16px; left: 22px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--c-gold-2), var(--c-gold));
  color: #4a3200;
  font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(245, 179, 1, 0.45);
  border: 2px solid #fff;
}
.step-card { margin-top: 16px; }

/* Category cards */
.cat-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cat-card .cat-img { border-radius: 10px; overflow: hidden; margin-bottom: 16px; aspect-ratio: 16 / 9; }
.cat-card .cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.cat-card:hover .cat-img img { transform: scale(1.05); }
.cat-card .cat-tag {
  position: absolute;
  top: 14px; left: 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 12px;
  border-radius: 999px;
}
.tag-red { background: var(--c-red); }
.tag-gold { background: var(--c-gold); color: #4a3200; }
.tag-green { background: var(--c-green); }
.tag-blue { background: var(--c-blue); }
.cat-card .more { margin-top: 14px; font-weight: 800; font-size: 0.9rem; }

/* Auth entry panels */
.auth-panels { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 22px; }
.auth-panel {
  border-radius: var(--radius);
  padding: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.auth-panel.register { background: linear-gradient(150deg, var(--c-red) 0%, var(--c-red-dark) 100%); }
.auth-panel.login { background: linear-gradient(150deg, var(--c-green-dark) 0%, #075439 100%); }
.auth-panel h3 { color: #fff; font-size: 1.3rem; }
.auth-panel p { color: rgba(255, 255, 255, 0.9); font-size: 0.93rem; }
.auth-panel ul { margin: 0 0 20px; }
.auth-panel li { color: rgba(255, 255, 255, 0.92); font-size: 0.9rem; }
.auth-panel .btn { position: relative; z-index: 2; }

/* Split feature (mobile experience) */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: center; }
.split > * { min-width: 0; }
.split .split-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split .split-img img { width: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split h2 { margin-bottom: 12px; }
.split .points { list-style: none; padding: 0; margin: 18px 0 26px; }
.split .points li { display: flex; gap: 12px; margin-bottom: 12px; align-items: flex-start; }
.split .points .p-ico {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--c-green-soft);
  color: var(--c-green-dark);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: 0.85rem;
  margin-top: 3px;
}

/* Testimonials */
.testi { display: flex; flex-direction: column; gap: 10px; }
.testi .stars { color: var(--c-gold); letter-spacing: 2px; font-size: 0.95rem; }
.testi blockquote { margin: 10px 0 14px; font-size: 0.95rem; color: rgba(255, 255, 255, 0.92); border: none; padding: 0; }
.testi .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testi .avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-gold-2), var(--c-gold));
  color: #4a3200;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
}
.testi .who b { color: #fff; display: block; font-size: 0.92rem; }
.testi .who span { color: rgba(255, 255, 255, 0.6); font-size: 0.8rem; }
.testi-note { text-align: center; color: rgba(255, 255, 255, 0.55); font-size: 0.8rem; margin: 26px 0 0; }

/* =========================================================
   8. Style Explorer (section inovatif)
   ========================================================= */
.explorer {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
  max-width: 860px;
  margin: 0 auto;
}
.explorer-progress { display: flex; gap: 8px; justify-content: center; margin-bottom: 24px; }
.explorer-progress .bar { width: 56px; height: 6px; border-radius: 3px; background: var(--c-line); }
.explorer-progress .bar.active { background: linear-gradient(90deg, var(--c-gold), var(--c-red)); }
.explorer-q { text-align: center; font-weight: 800; font-size: 1.1rem; margin-bottom: 20px; color: var(--c-ink); }
.explorer-opts { display: grid; gap: 12px; }
.explorer-opts button {
  font-family: var(--font);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--c-text);
  background: var(--c-bg);
  border: 2px solid var(--c-line);
  border-radius: 12px;
  padding: 15px 18px;
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: left;
}
.explorer-opts button:hover { border-color: var(--c-gold); background: var(--c-gold-soft); transform: translateX(4px); }
.explorer-result { text-align: center; }
.explorer-result .res-ico { font-size: 2.6rem; margin-bottom: 8px; }
.explorer-result h3 { margin-bottom: 6px; }
.explorer-result p { color: var(--c-muted); max-width: 520px; margin: 0 auto 18px; }

/* =========================================================
   9. Info boxes (keamanan / RG)
   ========================================================= */
.info-box {
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  margin: 0 0 14px;
  font-size: 0.94rem;
  border-left: 4px solid var(--c-blue);
  background: #eef3fc;
}
.info-box.warn { border-left-color: var(--c-red); background: var(--c-red-soft); }
.info-box.ok { border-left-color: var(--c-green); background: var(--c-green-soft); }
.info-box.note { border-left-color: var(--c-gold); background: var(--c-gold-soft); }
.info-box b { color: var(--c-ink); }

/* =========================================================
   10. FAQ Accordion
   ========================================================= */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 54px 18px 22px;
  font-weight: 800;
  color: var(--c-ink);
  position: relative;
  font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--c-gold-soft);
  color: #8a6200;
  font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s ease;
}
.faq-item details[open] summary::after,
.faq-item[open] summary::after { content: "−"; transform: translateY(-50%) rotate(180deg); }
.faq-item .faq-body { padding: 0 22px 18px; color: var(--c-muted); font-size: 0.94rem; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* =========================================================
   11. Tag cloud
   ========================================================= */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag-cloud .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--c-line);
  color: var(--c-text);
  transition: all 0.15s ease;
}
.tag-cloud .tag:hover {
  border-color: var(--c-red);
  color: var(--c-red);
  background: var(--c-red-soft);
  text-decoration: none;
  transform: translateY(-2px);
}
.tag-cloud .tag.hot { border-color: var(--c-gold); background: var(--c-gold-soft); color: #7a5600; }

/* =========================================================
   12. Content Area / Article (WordPress: .entry-content)
   ========================================================= */
.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  gap: 40px;
  padding: 48px 0 64px;
  align-items: start;
}
.hentry .entry-header { margin-bottom: 22px; }
.hentry .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--c-muted);
  font-size: 0.85rem;
  margin: 12px 0 0;
}
.hentry .entry-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hentry .entry-thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 26px; box-shadow: var(--shadow-sm); }
.hentry .entry-thumb img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }

.entry-content { font-size: 1.02rem; }
.entry-content h2 {
  margin-top: 1.6em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid var(--c-gold-soft);
  position: relative;
}
.entry-content h3 { margin-top: 1.4em; color: var(--c-navy-2); }
.entry-content ul li, .entry-content ol li { margin-bottom: 0.5em; }
.entry-content figure { margin: 1.6em 0; }
.entry-content figure img { border-radius: var(--radius-sm); }
.entry-content figcaption { text-align: center; color: var(--c-muted); font-size: 0.82rem; margin-top: 8px; }
.entry-content blockquote {
  margin: 1.5em 0;
  padding: 16px 22px;
  background: var(--c-gold-soft);
  border-left: 4px solid var(--c-gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: #6b4a00;
}
.entry-content strong { color: var(--c-ink); }

.table-responsive { overflow-x: auto; margin: 1.4em 0; border-radius: var(--radius-sm); border: 1px solid var(--c-line); -webkit-overflow-scrolling: touch; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 520px; }
.entry-content th { background: var(--c-navy); color: #fff; text-align: left; padding: 12px 16px; font-weight: 700; }
.entry-content td { padding: 11px 16px; border-top: 1px solid var(--c-line); vertical-align: top; }
.entry-content tr:nth-child(even) td { background: var(--c-bg); }

.entry-footer { margin-top: 34px; padding-top: 20px; border-top: 1px dashed var(--c-line); color: var(--c-muted); font-size: 0.88rem; display: flex; flex-wrap: wrap; gap: 8px; }

/* Sidebar (WordPress: .widget-area) */
.widget-area { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 22px; }
.widget {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}
.widget .widget-title {
  font-size: 1.02rem;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--c-gold-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li + li { border-top: 1px solid var(--c-bg); }
.widget li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: var(--c-text);
  font-weight: 600;
  font-size: 0.92rem;
}
.widget li a:hover { color: var(--c-red); text-decoration: none; }
.widget li a .w-ico { flex-shrink: 0; }
.widget-cta {
  background: linear-gradient(150deg, var(--c-navy) 0%, var(--c-blue-dark) 100%);
  color: #fff;
  text-align: center;
}
.widget-cta .widget-title { color: #fff; border-bottom-color: rgba(255, 255, 255, 0.2); justify-content: center; }
.widget-cta p { color: rgba(255, 255, 255, 0.82); font-size: 0.88rem; }
.widget-promo-item { display: flex; gap: 12px; padding: 10px 0; align-items: center; }
.widget-promo-item img { width: 64px; height: 48px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.widget-promo-item b { display: block; font-size: 0.88rem; color: var(--c-ink); }
.widget-promo-item span { font-size: 0.78rem; color: var(--c-muted); }

/* =========================================================
   13. Promo cards
   ========================================================= */
.promo-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  min-width: 0;
}
.promo-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.promo-card .p-img { width: 220px; flex-shrink: 0; border-radius: 10px; overflow: hidden; }
.promo-card .p-img img { width: 100%; height: 100%; object-fit: cover; min-height: 130px; }
.promo-card .p-body { min-width: 0; display: flex; flex-direction: column; }
.promo-card h3 { font-size: 1.12rem; margin-bottom: 6px; }
.promo-card .p-desc { color: var(--c-muted); font-size: 0.92rem; margin-bottom: 12px; }
.promo-card .p-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.promo-card .p-meta span {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--c-bg);
  color: var(--c-muted);
  border: 1px solid var(--c-line);
}
.promo-card .p-actions { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; }

/* =========================================================
   14. Forms (register / login)
   ========================================================= */
.form-wrap {
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 36px;
}
.form-wrap h1 { font-size: 1.6rem; margin-bottom: 6px; }
.form-wrap .form-sub { color: var(--c-muted); font-size: 0.92rem; margin-bottom: 24px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 6px; color: var(--c-ink); }
.form-field input {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 2px solid var(--c-line);
  font-family: var(--font);
  font-size: 0.98rem;
  color: var(--c-ink);
  outline: none;
  transition: border-color 0.15s ease;
}
.form-field input:focus { border-color: var(--c-gold); }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: 0.85rem; color: var(--c-muted); margin: 18px 0; }
.form-check input { margin-top: 3px; width: auto; }
.form-note { font-size: 0.8rem; color: var(--c-muted); text-align: center; margin-top: 16px; }
.form-alert {
  display: none;
  background: var(--c-green-soft);
  border: 1px solid var(--c-green);
  color: var(--c-green-dark);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 16px;
}

/* =========================================================
   15. Site Footer (WordPress: .site-footer)
   ========================================================= */
.site-footer {
  background: var(--c-navy);
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 36px;
  padding: 56px 0 40px;
}
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; letter-spacing: 0.5px; }
.footer-col p { font-size: 0.88rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: rgba(255, 255, 255, 0.78); font-size: 0.9rem; }
.footer-col a:hover { color: var(--c-gold-2); }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand .logo-coin {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--c-gold-2), var(--c-gold) 55%, #b57e00);
  display: inline-flex; align-items: center; justify-content: center;
  color: #5a3d00; font-weight: 900; font-size: 0.66rem;
}
.footer-brand b { color: #fff; font-size: 1.15rem; letter-spacing: 0.5px; }
.footer-badges { display: flex; align-items: center; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.footer-badges .fbadge {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 22px 0 96px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}
.footer-legal .legal-line { margin: 0 0 8px; }
.footer-legal .copyright { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center; margin-top: 14px; color: rgba(255, 255, 255, 0.7); }

/* =========================================================
   16. Floating CTA Bar (slot style + coins)
   ========================================================= */
.float-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  display: flex;
  justify-content: center;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(10, 25, 48, 0.55), rgba(10, 25, 48, 0.96) 45%);
  backdrop-filter: blur(6px);
  border-top: 2px solid var(--c-gold);
  pointer-events: none;
}
.float-cta .cta-inner {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 460px;
}
.float-cta .fbtn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  border-radius: 12px;
  font-family: var(--font);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.float-cta .fbtn:active { transform: scale(0.97); }
.float-cta .fbtn:hover { text-decoration: none; }
.float-cta .fbtn-daftar {
  background: linear-gradient(180deg, var(--c-gold-2) 0%, var(--c-gold) 60%, #d99a00 100%);
  color: #3d2a00;
  box-shadow: 0 0 0 2px #fff3cf inset, 0 6px 18px rgba(245, 179, 1, 0.55);
}
.float-cta .fbtn-masuk {
  background: linear-gradient(180deg, #14bb82 0%, var(--c-green-dark) 100%);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25) inset, 0 6px 18px rgba(14, 159, 110, 0.5);
}
/* shine sweep */
.float-cta .fbtn::before {
  content: "";
  position: absolute;
  top: 0; left: -80%;
  width: 45%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  animation: shine 2.8s ease-in-out infinite;
}
.float-cta .fbtn-masuk::before { animation-delay: 1.4s; }
@keyframes shine {
  0%, 55% { left: -80%; }
  100% { left: 130%; }
}
/* mini slot reels */
.reels { display: inline-flex; gap: 3px; }
.reel {
  width: 15px; height: 20px;
  border-radius: 4px;
  background: #fff;
  color: var(--c-red);
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: reelspin 1.1s steps(4) infinite;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.reel:nth-child(2) { animation-delay: 0.18s; }
.reel:nth-child(3) { animation-delay: 0.36s; }
@keyframes reelspin {
  0% { transform: translateY(-4px); filter: brightness(1.15); }
  50% { transform: translateY(4px); }
  100% { transform: translateY(-4px); }
}
/* falling coins */
.coin {
  position: absolute;
  top: -14px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe9a8, var(--c-gold) 60%, #b57e00);
  box-shadow: 0 0 6px rgba(245, 179, 1, 0.8);
  opacity: 0;
  animation: coinfall 2.4s linear infinite;
  pointer-events: none;
}
.coin::after { content: "$"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 7px; font-weight: 900; color: #7a5600; }
.coin.c1 { left: 8%; animation-delay: 0s; }
.coin.c2 { left: 26%; animation-delay: 0.6s; }
.coin.c3 { left: 48%; animation-delay: 1.1s; }
.coin.c4 { left: 68%; animation-delay: 0.3s; }
.coin.c5 { left: 86%; animation-delay: 1.6s; }
.coin.c6 { left: 56%; animation-delay: 2s; width: 9px; height: 9px; top: -8px; }
.coin.c7 { left: 18%; animation-delay: 1.9s; width: 10px; height: 10px; top: -10px; }
@keyframes coinfall {
  0% { transform: translateY(0) rotateY(0deg); opacity: 0; }
  12% { opacity: 1; }
  85% { opacity: 1; }
  100% { transform: translateY(54px) rotateY(720deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .reel, .coin, .float-cta .fbtn::before { animation: none; }
  html { scroll-behavior: auto; }
  .card, .promo-card, .tag-cloud .tag { transition: none; }
}

/* =========================================================
   17. Utilities
   ========================================================= */
.text-center { text-align: center; }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 26px; } .mt-4 { margin-top: 40px; }
.mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 26px; }
.small { font-size: 0.85rem; color: var(--c-muted); }
.disclaimer-strip {
  background: var(--c-gold-soft);
  border: 1px solid #f0d98c;
  color: #6b4a00;
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 0.85rem;
  margin: 26px 0 0;
}

/* =========================================================
   18. Responsive
   ========================================================= */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .page-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; }
  .header-search input { width: 140px; }
  .header-search input:focus { width: 170px; }
}

@media (max-width: 900px) {
  .main-navigation { display: none; }
  .nav-toggle { display: block; }
  .site-header .container { flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
  .mobile-nav ul { list-style: none; margin: 0; padding: 0; }
  .mobile-nav a {
    display: block;
    padding: 11px 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    border-radius: 8px;
  }
  .mobile-nav a:hover { background: rgba(255, 255, 255, 0.08); color: var(--c-gold-2); text-decoration: none; }
  .mobile-nav .mobile-search { margin-bottom: 10px; }
  .mobile-nav .mobile-search input {
    width: 100%;
    padding: 11px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: var(--font);
    outline: none;
  }
  .mobile-nav .mobile-search input::placeholder { color: rgba(255, 255, 255, 0.55); }
  .mobile-nav { flex-basis: 100%; padding: 10px 0 16px; min-width: 0; }
  .mobile-nav.open { display: block; }
  .hero .container { grid-template-columns: minmax(0, 1fr); padding-top: 44px; padding-bottom: 44px; }
  .hero-card { display: none; }
  .split { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .page-layout { grid-template-columns: minmax(0, 1fr); }
  .widget-area { position: static; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; padding: 44px 0 32px; }
  .header-actions .btn-outline { display: none; }
}

@media (max-width: 640px) {
  .section { padding: 46px 0; }
  .btn { white-space: normal; text-align: center; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: minmax(0, 1fr); }
  .auth-panels { grid-template-columns: minmax(0, 1fr); }
  .header-search { display: none; }
  .site-title { font-size: 1.15rem; }
  .header-actions .btn { padding: 9px 16px; font-size: 0.84rem; }
  .hero-cta .btn { width: 100%; }
  .promo-card { flex-direction: column; }
  .promo-card .p-img { width: 100%; }
  .promo-card .p-img img { aspect-ratio: 16/8; min-height: 0; }
  .form-wrap { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { padding-bottom: 92px; }
  .float-cta .fbtn { font-size: 0.95rem; padding: 13px 8px; }
  .reel { width: 13px; height: 18px; font-size: 10px; }
  .faq-item summary { font-size: 0.93rem; padding-right: 48px; }
  .hentry .entry-thumb img { aspect-ratio: 16/10; }
}

@media (max-width: 380px) {
  .container { padding: 0 14px; }
  .hero-cta { gap: 10px; }
  .float-cta .fbtn { gap: 5px; font-size: 0.88rem; letter-spacing: 0.4px; }
}
