/* ==========================================================================
   Surga33 — Portal Informasi Game Indonesia
   Tema: gelap-elegan kasino (hitam/navy + emas + merah + hijau)
   ========================================================================== */

:root {
  --bg: #0a0e17;
  --bg-2: #0e1424;
  --surface: #131b2e;
  --surface-2: #182238;
  --surface-3: #1e2a45;
  --line: rgba(245, 196, 81, 0.16);
  --line-soft: rgba(159, 173, 198, 0.14);
  --gold: #f5c451;
  --gold-2: #ffdd7a;
  --gold-dark: #b98a1e;
  --red: #e2384a;
  --red-2: #ff5468;
  --green: #2fbf71;
  --green-2: #4cd795;
  --blue: #4a8cff;
  --text: #e9eef7;
  --muted: #9fadc6;
  --muted-2: #7787a3;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 14px 40px rgba(2, 6, 16, 0.55);
  --container: 1160px;
  --header-h: 68px;
  --float-h: 74px;
  --font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

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

html, body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background:
    radial-gradient(1100px 500px at 85% -100px, rgba(226, 56, 74, 0.14), transparent 60%),
    radial-gradient(900px 480px at -10% 0, rgba(245, 196, 81, 0.08), transparent 55%),
    var(--bg);
  padding-bottom: calc(var(--float-h) + 12px);
}

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

a { color: var(--gold-2); text-decoration: none; }
a:hover { color: #ffe6a8; }

h1, h2, h3, h4 { line-height: 1.3; margin: 0 0 0.6em; font-weight: 700; }
h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); }
h3 { font-size: clamp(1.1rem, 2.4vw, 1.3rem); }
p { margin: 0 0 1em; }

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

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

.section { padding: 56px 0; }
.section--alt {
  background: linear-gradient(180deg, rgba(19, 27, 46, 0.55), rgba(14, 20, 36, 0.2));
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.section__head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section__head p { color: var(--muted); margin: 0; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(245, 196, 81, 0.1);
  border: 1px solid rgba(245, 196, 81, 0.3);
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 14px;
}

/* ---------- Tombol ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:active { transform: translateY(1px); }

.btn--gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 55%, #d9a53a);
  color: #241a04;
  box-shadow: 0 6px 20px rgba(245, 196, 81, 0.28);
}
.btn--gold:hover { color: #241a04; box-shadow: 0 8px 26px rgba(245, 196, 81, 0.4); }

.btn--red {
  background: linear-gradient(180deg, var(--red-2), var(--red));
  color: #fff;
  box-shadow: 0 6px 20px rgba(226, 56, 74, 0.3);
}
.btn--red:hover { color: #fff; box-shadow: 0 8px 26px rgba(226, 56, 74, 0.42); }

.btn--ghost {
  background: rgba(245, 196, 81, 0.06);
  border-color: rgba(245, 196, 81, 0.45);
  color: var(--gold-2);
}
.btn--ghost:hover { background: rgba(245, 196, 81, 0.14); color: #ffe6a8; }

.btn--sm { padding: 9px 16px; font-size: 0.86rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(10, 14, 23, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.28rem;
  letter-spacing: 0.02em;
  color: var(--text);
  flex-shrink: 0;
}
.brand:hover { color: var(--text); }
.brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(140deg, var(--gold-2), var(--gold) 50%, #c9962b);
  color: #201703;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(245, 196, 81, 0.35);
}
.brand__name em { color: var(--gold); font-style: normal; }
.brand__tag {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.main-nav { margin-left: auto; }
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.main-nav a {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--muted);
}
.main-nav a:hover { color: var(--text); background: rgba(245, 196, 81, 0.08); }
.main-nav a[aria-current="page"] { color: var(--gold); background: rgba(245, 196, 81, 0.1); }

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(245, 196, 81, 0.05);
  color: var(--gold-2);
  cursor: pointer;
}
.search-toggle:hover { background: rgba(245, 196, 81, 0.14); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(245, 196, 81, 0.05);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--gold-2);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 66px;
  background:
    linear-gradient(180deg, rgba(10, 14, 23, 0.2), rgba(10, 14, 23, 0.88) 78%),
    url("../img/hero.jpg") center 38% / cover no-repeat;
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 1; max-width: 720px; }
.hero h1 { margin-bottom: 14px; text-shadow: 0 3px 18px rgba(0, 0, 0, 0.6); }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero__lead { font-size: 1.06rem; color: #dbe4f2; max-width: 620px; text-shadow: 0 2px 10px rgba(0,0,0,0.55); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 22px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #eef3fb;
  background: rgba(13, 18, 30, 0.72);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 6px 14px;
}
.chip--ok { border-color: rgba(47, 191, 113, 0.5); }
.chip--ok::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.chip--age { border-color: rgba(226, 56, 74, 0.55); color: #ffd9de; }

/* ---------- Kartu ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.card {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 24px 22px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.card:hover { transform: translateY(-3px); border-color: var(--line); }
.card__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  margin-bottom: 14px;
  background: rgba(245, 196, 81, 0.12);
  border: 1px solid rgba(245, 196, 81, 0.3);
}
.card h3 { margin-bottom: 8px; }
.card p, .card li { color: var(--muted); font-size: 0.94rem; }
.card ul { margin-bottom: 0; }
.card__link { font-weight: 700; font-size: 0.9rem; display: inline-block; margin-top: 10px; }

.card--red .card__icon { background: rgba(226, 56, 74, 0.13); border-color: rgba(226, 56, 74, 0.4); }
.card--green .card__icon { background: rgba(47, 191, 113, 0.13); border-color: rgba(47, 191, 113, 0.4); }
.card--blue .card__icon { background: rgba(74, 140, 255, 0.13); border-color: rgba(74, 140, 255, 0.4); }

/* Kartu bertanda gambar (katalog/portal) */
.tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.tile:hover { transform: translateY(-4px); border-color: var(--line); }
.tile__img { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; }
.tile__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.tile__body h3 { margin: 0; }
.tile__body p { color: var(--muted); font-size: 0.93rem; margin: 0; flex: 1; }
.tile__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 0.82rem; color: var(--muted-2); }

/* ---------- Split (gambar + teks) ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.split--rev > .split__media { order: 2; }
.split__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.split__content h2 { margin-bottom: 12px; }
.split__content p { color: var(--muted); }
.split__content .btn { margin-top: 8px; }

.check-list { list-style: none; padding: 0; margin: 16px 0 0; }
.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--muted);
  margin-bottom: 10px;
}
.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 900;
  color: #06281a;
  background: linear-gradient(180deg, var(--green-2), var(--green));
  border-radius: 50%;
}

/* ---------- Langkah ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  counter-reset: step;
}
.step {
  position: relative;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 24px 20px 20px;
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--gold);
  border-bottom: 2px solid rgba(245, 196, 81, 0.5);
  margin-bottom: 12px;
  padding-bottom: 4px;
}
.step h3 { font-size: 1.05rem; }
.step p { color: var(--muted); font-size: 0.92rem; margin: 0; }

/* ---------- Ulasan ---------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.review {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review__stars { color: var(--gold); letter-spacing: 3px; font-size: 0.95rem; }
.review__text { color: var(--muted); font-size: 0.94rem; margin: 0; flex: 1; }
.review__who { display: flex; align-items: center; gap: 12px; }
.review__ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #201703;
  background: linear-gradient(140deg, var(--gold-2), var(--gold-dark));
  flex-shrink: 0;
}
.review__who strong { display: block; font-size: 0.92rem; }
.review__who span { font-size: 0.78rem; color: var(--muted-2); }
.note {
  font-size: 0.82rem;
  color: var(--muted-2);
  background: rgba(159, 173, 198, 0.07);
  border: 1px dashed var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  margin-top: 22px;
}

/* ---------- Artikel / prosa ---------- */
.article {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
}
.article__img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.article__body { padding: 30px clamp(20px, 4vw, 44px) 34px; }
.article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 0.84rem;
  color: var(--muted-2);
  margin-bottom: 18px;
}
.article__body h2 { margin-top: 1.4em; }
.article__body h2:first-of-type { margin-top: 0.2em; }
.article__body p { color: #c6d1e4; }
.article__body li { color: #c6d1e4; }
.article__body a { text-decoration: underline; text-underline-offset: 3px; }
.article__body blockquote {
  margin: 1.4em 0;
  padding: 14px 20px;
  border-left: 3px solid var(--gold);
  background: rgba(245, 196, 81, 0.06);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: #d9e2f1;
}

/* Halaman konten umum */
.page-hero {
  padding: 44px 0 40px;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(245, 196, 81, 0.05), transparent 70%);
}
.page-hero .eyebrow { margin-bottom: 10px; }
.page-hero h1 { max-width: 820px; margin-bottom: 10px; }
.page-hero__desc { max-width: 760px; color: var(--muted); font-size: 1.02rem; margin: 0; }
.page-hero__meta { margin-top: 14px; font-size: 0.84rem; color: var(--muted-2); display: flex; flex-wrap: wrap; gap: 6px 18px; }

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  padding: 40px 0 56px;
  align-items: start;
}

.prose h2 { margin-top: 1.5em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.3em; color: var(--gold-2); }
.prose p, .prose li { color: #c6d1e4; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  margin: 6px 0 10px;
}
.prose figure { margin: 1.4em 0; }
.prose figcaption { font-size: 0.82rem; color: var(--muted-2); margin-top: 8px; }

.sidebar-block {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 22px;
}
.sidebar-block h2 { font-size: 1.05rem; margin-bottom: 14px; color: var(--gold-2); }
.sidebar-block ul { list-style: none; padding: 0; margin: 0; }
.sidebar-block li { margin-bottom: 10px; }
.sidebar-block li a { font-size: 0.92rem; font-weight: 600; }
.sidebar-block li span { display: block; font-size: 0.78rem; color: var(--muted-2); font-weight: 400; }

/* ---------- Tabel syarat ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); }
table.terms {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  min-width: 520px;
}
table.terms th, table.terms td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
table.terms th {
  background: rgba(245, 196, 81, 0.08);
  color: var(--gold-2);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
table.terms tr:last-child td { border-bottom: 0; }
table.terms td { color: #c6d1e4; }

/* ---------- Promo ---------- */
.promo-flag {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 10px;
}
.promo-flag--info { background: rgba(74, 140, 255, 0.15); color: #9dc0ff; border: 1px solid rgba(74, 140, 255, 0.4); }
.promo-flag--gold { background: rgba(245, 196, 81, 0.14); color: var(--gold-2); border: 1px solid rgba(245, 196, 81, 0.4); }

.promo-terms-sm {
  list-style: none;
  padding: 14px 16px;
  margin: 12px 0 0;
  background: rgba(10, 14, 23, 0.5);
  border: 1px dashed var(--line-soft);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  color: var(--muted);
}
.promo-terms-sm li { margin-bottom: 6px; padding-left: 18px; position: relative; }
.promo-terms-sm li::before { content: "\2022"; position: absolute; left: 4px; color: var(--gold); }
.promo-terms-sm li:last-child { margin-bottom: 0; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 0.98rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item__answer { padding: 0 20px 18px; color: var(--muted); font-size: 0.94rem; }
.faq-item__answer p { margin: 0; }

/* ---------- Formulir ---------- */
.auth-card {
  max-width: 480px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
}
.auth-card h1 { font-size: 1.5rem; }
.auth-card .sub { color: var(--muted); font-size: 0.93rem; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.86rem; font-weight: 700; margin-bottom: 7px; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"],
.field input[type="password"], .field select, .field textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 0.96rem;
  color: var(--text);
  background: rgba(10, 14, 23, 0.65);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field .hint { font-size: 0.78rem; color: var(--muted-2); margin-top: 6px; }
.field-check { display: flex; gap: 10px; align-items: flex-start; font-size: 0.85rem; color: var(--muted); margin: 4px 0 18px; }
.field-check input { margin-top: 3px; accent-color: var(--gold); }
.form-note { font-size: 0.8rem; color: var(--muted-2); margin-top: 14px; }

/* ---------- Tag cloud & pencarian ---------- */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag-cloud a {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  background: rgba(159, 173, 198, 0.08);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 7px 16px;
}
.tag-cloud a:hover { color: var(--gold-2); border-color: var(--line); }

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(6, 9, 16, 0.86);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  padding: 80px 20px 40px;
  overflow-y: auto;
}
.search-overlay.is-open { display: block; }
.search-box { max-width: 680px; margin: 0 auto; }
.search-box__bar { display: flex; gap: 10px; }
.search-box__bar input {
  flex: 1;
  min-width: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  color: var(--text);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 22px;
  outline: none;
}
.search-box__bar input:focus { border-color: var(--gold); }
.search-box__bar .btn { border-radius: 999px; }
.search-results { margin-top: 26px; display: grid; gap: 12px; }
.search-result {
  display: block;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
}
.search-result strong { display: block; color: var(--gold-2); font-size: 0.98rem; }
.search-result span { font-size: 0.86rem; color: var(--muted); }
.search-close {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 1.6rem;
  color: var(--muted);
  background: none;
  border: 0;
  cursor: pointer;
}
.search-hint { text-align: center; color: var(--muted-2); font-size: 0.88rem; margin-top: 18px; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 14px 0 0; font-size: 0.84rem; color: var(--muted-2); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.breadcrumb li { display: flex; align-items: center; gap: 6px; margin: 0; }
.breadcrumb li + li::before { content: "/"; color: var(--muted-2); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold-2); }
.breadcrumb [aria-current="page"] { color: var(--gold); }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 20, 36, 0.6), #070a12);
  padding: 48px 0 26px;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
}
.footer-grid h2 { font-size: 0.92rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 16px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid li a { color: var(--muted); font-size: 0.9rem; }
.footer-grid li a:hover { color: var(--gold-2); }
.footer-brand p { color: var(--muted); font-size: 0.88rem; }
.footer-legal {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
  font-size: 0.8rem;
  color: var(--muted-2);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  justify-content: space-between;
}
.age-badge {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--red-2);
  color: #ffd9de;
  font-weight: 800;
  font-size: 0.82rem;
  flex-shrink: 0;
}
.footer-disclaimer { margin-top: 18px; font-size: 0.78rem; color: var(--muted-2); line-height: 1.65; }

/* ---------- Floating CTA (tanpa tombol tutup) ---------- */
.float-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: linear-gradient(180deg, rgba(16, 22, 38, 0.97), rgba(9, 12, 20, 0.99));
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 34px rgba(2, 5, 12, 0.6);
  padding: 10px 0;
}
.float-cta__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
.float-cta__slot {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 10px;
  background: linear-gradient(180deg, #232f52, #10182c);
  border: 1px solid rgba(245, 196, 81, 0.35);
  flex-shrink: 0;
}
.reel {
  width: 22px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  background: #f7f2e6;
  position: relative;
}
.reel__strip {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  animation: reelspin 2.6s linear infinite;
}
.reel--2 .reel__strip { animation-delay: 0.35s; }
.reel--3 .reel__strip { animation-delay: 0.7s; }
@keyframes reelspin {
  0% { transform: translateY(-120px); }
  100% { transform: translateY(120px); }
}
.float-cta__coins { position: relative; width: 20px; height: 44px; flex-shrink: 0; }
.coin {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #ffe9a8, #f5c451 55%, #a97b17);
  border: 1px solid #8a6412;
  animation: coinfloat 2.8s ease-in-out infinite;
}
.coin--1 { top: 2px; animation-delay: 0s; }
.coin--2 { top: 16px; left: 3px; animation-delay: 0.5s; }
.coin--3 { top: 30px; animation-delay: 1s; }
@keyframes coinfloat {
  0%, 100% { transform: translateY(0); opacity: 0.85; }
  50% { transform: translateY(-5px); opacity: 1; }
}
.float-cta__text { min-width: 0; margin-right: auto; }
.float-cta__text strong { display: block; font-size: 0.98rem; color: var(--gold-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.float-cta__text span { display: block; font-size: 0.74rem; color: var(--muted-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.float-cta__actions { display: flex; gap: 10px; flex-shrink: 0; }

@media (prefers-reduced-motion: reduce) {
  .reel__strip, .coin { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Utilitas ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 18px; }
.mt-3 { margin-top: 28px; }
.legal-box {
  border: 1px solid rgba(226, 56, 74, 0.4);
  background: rgba(226, 56, 74, 0.07);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  font-size: 0.88rem;
  color: #f3d5da;
}
.green-box {
  border: 1px solid rgba(47, 191, 113, 0.4);
  background: rgba(47, 191, 113, 0.07);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  font-size: 0.9rem;
  color: #d3efe1;
}

/* ---------- Responsif ---------- */
@media (max-width: 1024px) {
  .content-layout { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn { display: none; }
  .split { grid-template-columns: 1fr; gap: 26px; }
  .split--rev > .split__media { order: 0; }

  .main-nav.is-open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 14, 23, 0.99);
    border-bottom: 1px solid var(--line);
    padding: 12px 20px 20px;
    box-shadow: var(--shadow);
  }
  .main-nav.is-open ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-nav.is-open a { padding: 12px 14px; font-size: 1rem; }
  .main-nav.is-open .nav-cta { display: flex; gap: 10px; margin-top: 12px; }
  .main-nav.is-open .nav-cta .btn { display: inline-flex; }
}

@media (max-width: 640px) {
  :root { --float-h: 68px; --header-h: 60px; }
  .section { padding: 42px 0; }
  .hero { padding: 46px 0 50px; }
  .container { padding: 0 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .float-cta__inner { gap: 10px; }
  .float-cta__text span { display: none; }
  .float-cta__coins { display: none; }
  .float-cta__actions { flex-direction: row; }
  .float-cta__actions .btn { padding: 11px 16px; font-size: 0.85rem; }
  .hero__cta .btn { flex: 1 1 auto; }
  .article__body { padding: 24px 18px 28px; }
  .auth-card { padding: 26px 18px; }
  .search-overlay { padding-top: 66px; }
  .search-box__bar { flex-wrap: wrap; }
  .search-box__bar input { width: 100%; flex-basis: 100%; }
}

@media (max-width: 380px) {
  .float-cta__slot { display: none; }
  .brand__tag { display: none; }
}

@media print {
  .float-cta, .site-header, .search-overlay { display: none; }
  body { padding: 0; background: #fff; color: #111; }
}
