/* ==========================================================================
   YK1 (yk1.ai) — tema media informasi permainan daring 18+
   Palet: putih bersih + oranye hangat. Markup bergaya tema WordPress.
   ========================================================================== */

:root {
  --bg: #ffffff;
  --bg-2: #fbf7f3;
  --card: #ffffff;
  --card-2: #fff8f1;
  --line: #f0e2d6;
  --red: #e0263c;
  --red-deep: #c1152c;
  --gold: #f97316;
  --gold-2: #ea580c;
  --gold-soft: rgba(249, 115, 22, 0.12);
  --text: #2a2320;
  --mut: #6f655e;
  --ok: #16a34a;
  --radius: 14px;
  --shadow: 0 16px 38px rgba(190, 120, 60, 0.12);
  --font: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body { 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 88% -8%, rgba(249, 115, 22, 0.09), transparent 60%),
    radial-gradient(900px 420px at -8% 18%, rgba(255, 237, 213, 0.55), transparent 55%),
    var(--bg);
  padding-bottom: 88px; /* ruang floatbar — tanpa strip kosong tambahan */
}

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

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

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

.container { width: min(1160px, 100% - 2.5rem); margin-inline: auto; }

.section { padding: clamp(2.2rem, 5vw, 3.6rem) 0; }
.section--alt { background: linear-gradient(180deg, #fdf3ea, #fffdfb); }
.section--tight { padding: clamp(1.4rem, 3vw, 2.2rem) 0; }

.section-head { max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.section-head p { color: var(--mut); margin: 0; }

.text-center { text-align: center; }
.muted { color: var(--mut); }

/* ---------- tombol ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn--gold {
  background: linear-gradient(180deg, #fb923c, var(--gold-2) 60%, #c2410c);
  color: #ffffff;
  box-shadow: 0 6px 22px rgba(234, 88, 12, 0.32);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(234, 88, 12, 0.42); }
.btn--red {
  background: linear-gradient(180deg, #ea3a50, var(--red-deep));
  color: #fff;
  box-shadow: 0 6px 20px rgba(224, 38, 60, 0.28);
}
.btn--red:hover { transform: translateY(-2px); }
.btn--ink { background: #f7f1ea; color: var(--text); border-color: var(--line); }
.btn--ink:hover { border-color: var(--gold-2); color: var(--gold-2); }
.btn--ghost-dark {
  background: transparent;
  color: var(--text);
  border-color: #e6d6c9;
}
.btn--ghost-dark:hover { border-color: var(--gold-2); color: var(--gold-2); }
.btn--sm { padding: 8px 18px; font-size: 0.8rem; }
.btn--block { width: 100%; }

/* ---------- topbar ---------- */
.topbar {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--mut);
}
.topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  flex-wrap: wrap;
  padding: 4px 0;
}
.topbar-age b {
  display: inline-block;
  background: var(--red);
  color: #fff;
  border-radius: 6px;
  padding: 0 6px;
  margin-right: 6px;
  font-weight: 800;
}
.topbar-note { color: #9a8d84; }
.topbar-links a { color: var(--mut); }
.topbar-links a:hover { color: var(--gold-2); }
.topbar-sep { margin: 0 8px; color: #d8c8bb; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 18px rgba(190, 120, 60, 0.07);
}
.hdr-row {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 68px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none !important; }
.brand-logo { height: 44px; width: auto; display: block; }
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-text small { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.18em; color: var(--mut); text-transform: uppercase; }

.main-navigation { margin-left: auto; }
.menu { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.menu-item a {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--text);
  font-weight: 600;
  font-size: 0.9rem;
}
.menu-item a:hover { color: var(--gold-2); background: var(--gold-soft); text-decoration: none; }
.menu-item.current-menu-item a { color: var(--gold-2); background: var(--gold-soft); box-shadow: inset 0 -2px 0 var(--gold-2); }

.hdr-actions { display: flex; align-items: center; gap: 10px; }
.hdr-search {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--text);
  border: 1px solid var(--line);
}
.hdr-search:hover { color: var(--gold-2); border-color: var(--gold-2); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px;
  cursor: pointer;
}
.hamburger span { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; }

.hdr-drawer { border-top: 1px solid var(--line); background: var(--bg-2); }
.hdr-drawer[hidden] { display: none; }
.drawer-menu { list-style: none; margin: 0; padding: 10px 0; }
.drawer-menu a {
  display: block;
  padding: 11px 6px;
  border-bottom: 1px solid rgba(240, 226, 214, 0.7);
  color: var(--text);
  font-weight: 600;
}
.drawer-menu a:hover { color: var(--gold-2); }
.drawer-actions { padding: 14px 0 18px; }

/* ---------- breadcrumb ---------- */
.breadcrumb { background: var(--bg-2); border-bottom: 1px solid var(--line); font-size: 0.8rem; }
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  list-style: none;
  margin: 0;
  padding: 9px 0;
  color: var(--mut);
}
.breadcrumb li + li::before { content: "›"; margin-right: 10px; color: #d8c8bb; }
.breadcrumb a { color: var(--mut); }
.breadcrumb a:hover { color: var(--gold-2); }
.breadcrumb [aria-current="page"] { color: var(--gold-2); font-weight: 600; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
  align-items: center;
  padding: clamp(2.4rem, 6vw, 4.2rem) 0;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-soft);
  border: 1px solid rgba(234, 88, 12, 0.28);
  color: #c2410c;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero h1 { margin-bottom: 0.4em; color: #1d1712; }
.hero h1 em { font-style: normal; color: var(--gold-2); }
.hero-sub { color: var(--mut); font-size: 1.02rem; max-width: 34rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 22px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--mut);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 0.78rem;
  font-weight: 600;
}
.chip b { color: var(--gold-2); }
.hero-media { position: relative; }
.hero-media img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-badge {
  position: absolute;
  left: -10px;
  bottom: -10px;
  background: linear-gradient(180deg, #fb923c, #ea580c);
  color: #ffffff;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 0.8rem;
  box-shadow: var(--shadow);
  max-width: 240px;
}


.hero-carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-track img {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  display: block;
}
.hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 7px;
  z-index: 2;
}
.hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(34, 27, 22, 0.45);
  padding: 0;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.hero-dot.is-on {
  background: var(--gold-2);
  border-color: #ffffff;
  transform: scale(1.25);
}
@media (prefers-reduced-motion: reduce) {
  .hero-track { transition: none; }
}

/* ---------- kartu kategori ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 18px;
}
.cat-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(190, 120, 60, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.cat-card:hover { transform: translateY(-4px); border-color: rgba(234, 88, 12, 0.45); box-shadow: 0 14px 30px rgba(234, 88, 12, 0.14); }
.cat-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.cat-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.cat-body h3 { margin: 0; color: #221b16; }
.cat-card:hover h3 { color: var(--gold-2); }
.cat-body p { color: var(--mut); font-size: 0.88rem; margin: 0; flex: 1; }
.cat-more { color: var(--gold-2); font-weight: 700; font-size: 0.85rem; }

/* ---------- feed kanal (seksi dari @YK1office) ---------- */
.feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 18px;
}
.feed-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(190, 120, 60, 0.05);
}
.feed-tag {
  align-self: flex-start;
  background: var(--gold-soft);
  border: 1px solid rgba(234, 88, 12, 0.25);
  color: #c2410c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 11px;
}
.feed-card h3 { margin: 0; color: #221b16; }
.feed-card p { color: var(--mut); font-size: 0.9rem; margin: 0; flex: 1; }
.feed-nums { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.feed-num {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 12px;
  text-align: center;
  flex: 1 1 90px;
  min-width: 90px;
}
.feed-num b { display: block; color: var(--gold-2); font-size: 1.02rem; }
.feed-num span { font-size: 0.7rem; color: var(--mut); }
.feed-link { font-size: 0.85rem; font-weight: 700; color: var(--gold-2); }

/* ---------- layout artikel ---------- */
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(1.4rem, 3.5vw, 2.6rem);
  align-items: start;
  padding: clamp(1.8rem, 4vw, 3rem) 0;
}
.article-hero { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); margin-bottom: 1.4rem; }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--mut);
  font-size: 0.82rem;
  margin: -6px 0 1.2rem;
}
.article-meta b { color: var(--gold-2); }
.article-meta .sep { color: #d8c8bb; }

.entry-content { font-size: 1.0rem; }
.entry-content h2 {
  margin: 1.9em 0 0.6em;
  color: #1d1712;
  padding-left: 14px;
  border-left: 4px solid var(--gold-2);
}
.entry-content h3 { margin: 1.5em 0 0.5em; color: #c2410c; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.entry-content li { margin-bottom: 0.45em; }
.entry-content blockquote {
  margin: 1.4em 0;
  background: var(--gold-soft);
  border: 1px solid rgba(234, 88, 12, 0.22);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  padding: 14px 18px;
  color: var(--text);
}
.entry-content blockquote p { margin: 0; }
.entry-content figure { margin: 1.4em 0; }
.entry-content figure img { border-radius: 12px; border: 1px solid var(--line); }
.entry-content figcaption { font-size: 0.8rem; color: var(--mut); margin-top: 8px; text-align: center; }

.note-box {
  background: #effaf3;
  border: 1px solid rgba(22, 163, 74, 0.32);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 0.9rem;
  margin: 1.3em 0;
}
.note-box.warn {
  background: #fdf0f2;
  border-color: rgba(224, 38, 60, 0.32);
}
.note-box p { margin: 0; }

/* ---------- tabel ---------- */
.table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.3em 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffdfb;
}
table { width: 100%; border-collapse: collapse; font-size: 0.88rem; min-width: 520px; }
th, td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th {
  background: var(--gold-soft);
  color: #c2410c;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
tr:last-child td { border-bottom: none; }
td b { color: var(--gold-2); }

/* ---------- langkah / daftar periksa ---------- */
.steps { list-style: none; counter-reset: langkah; padding: 0; margin: 1.3em 0; }
.steps > li {
  counter-increment: langkah;
  position: relative;
  padding: 4px 0 18px 56px;
}
.steps > li::before {
  content: counter(langkah);
  position: absolute;
  left: 0;
  top: 2px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fb923c, #ea580c);
  border: 2px solid #ffd9b8;
  color: #ffffff;
  font-weight: 800;
  border-radius: 50%;
}
.steps > li b { display: block; color: #c2410c; margin-bottom: 2px; }

.check-list { list-style: none; padding: 0; margin: 1.2em 0; }
.check-list li { position: relative; padding-left: 32px; margin-bottom: 9px; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  background: #e9f9ef;
  border: 1px solid rgba(22, 163, 74, 0.45);
  color: var(--ok);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 800;
}

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; margin-inline: auto; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(190, 120, 60, 0.05);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  font-weight: 700;
  color: #221b16;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "+";
  flex: none;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: var(--gold-soft);
  border: 1px solid rgba(234, 88, 12, 0.28);
  color: #c2410c;
  border-radius: 8px;
  font-weight: 800;
}
.faq-item[open] summary::before { content: "−"; }
.faq-item[open] summary { color: var(--gold-2); }
.faq-item .faq-a { padding: 0 18px 16px 56px; color: var(--mut); font-size: 0.92rem; }
.faq-item .faq-a p { margin: 0; }

/* ---------- tag cloud ---------- */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag-cloud a {
  display: inline-block;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text);
}
.tag-cloud a:hover { border-color: rgba(234, 88, 12, 0.5); color: var(--gold-2); text-decoration: none; transform: translateY(-2px); }
.tag-cloud a b { color: var(--gold-2); }

/* ---------- sidebar ---------- */
.sidebar { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 90px; }
.widget {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 4px 16px rgba(190, 120, 60, 0.05);
}
.widget h3 { font-size: 0.95rem; letter-spacing: 0.05em; text-transform: uppercase; color: #c2410c; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li + li { border-top: 1px solid rgba(240, 226, 214, 0.7); }
.widget li a { display: block; padding: 10px 2px; color: var(--text); font-size: 0.9rem; }
.widget li a:hover { color: var(--gold-2); }
.widget--cta { background: linear-gradient(180deg, #fff4e9, #fffdfb); border-color: rgba(234, 88, 12, 0.28); }
.widget--cta p { font-size: 0.88rem; color: var(--mut); }
.note18 { font-size: 0.75rem; color: var(--mut); margin: 10px 0 0; }
.note18 b { color: var(--red); }

/* ---------- pita CTA ---------- */
.cta-band {
  background:
    radial-gradient(600px 200px at 15% 0%, rgba(249, 115, 22, 0.14), transparent 60%),
    linear-gradient(180deg, #fff3e8, #fffaf5);
  border: 1px solid rgba(234, 88, 12, 0.28);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cta-band h2 { color: #1d1712; }
.cta-band p { color: var(--mut); max-width: 620px; margin: 0; }

/* ---------- formulir ---------- */
.auth-wrap { max-width: 520px; margin-inline: auto; }
.form-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 4vw, 2.2rem);
  box-shadow: var(--shadow);
}
.form-card label { display: block; font-weight: 700; font-size: 0.85rem; margin: 0 0 6px; color: var(--text); }
.form-card .field { margin-bottom: 16px; }
.form-card input[type="text"],
.form-card input[type="tel"],
.form-card input[type="email"],
.form-card input[type="password"] {
  width: 100%;
  background: #fffdfb;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  padding: 12px 14px;
  font-size: 0.95rem;
  font-family: var(--font);
}
.form-card input:focus { outline: none; border-color: var(--gold-2); box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15); }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: 0.82rem; color: var(--mut); margin: 4px 0 18px; }
.form-check input { margin-top: 3px; accent-color: var(--gold-2); }
.form-note { font-size: 0.8rem; color: var(--mut); margin: 14px 0 0; text-align: center; }
.auth-alt { text-align: center; margin-top: 18px; font-size: 0.9rem; color: var(--mut); }

/* ---------- pencarian ---------- */
.search-form { display: flex; gap: 10px; margin-bottom: 1.4rem; }
.search-form input {
  flex: 1;
  min-width: 0;
  background: #fffdfb;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 20px;
  color: var(--text);
  font-size: 0.95rem;
  font-family: var(--font);
}
.search-form input:focus { outline: none; border-color: var(--gold-2); }
.search-form .btn { border: none; }
.search-result {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
}
.search-cat {
  display: inline-block;
  background: var(--gold-soft);
  color: #c2410c;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 8px;
}
.search-result p { margin: 6px 0 0; color: var(--mut); font-size: 0.88rem; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: clamp(2rem, 5vw, 3rem) 0 1.6rem;
}
.footer-col h3 { font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: #c2410c; margin-bottom: 12px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li a { display: inline-block; padding: 5px 0; color: var(--mut); font-size: 0.9rem; }
.footer-col li a:hover { color: var(--gold-2); }
.footer-brand p { color: var(--mut); font-size: 0.88rem; }
.footer-age { font-size: 0.8rem; color: var(--text); }
.footer-age b { background: var(--red); color: #fff; border-radius: 6px; padding: 1px 7px; margin-right: 6px; }
.brand--footer .brand-logo { height: 36px; }
.footer-note { border-top: 1px solid var(--line); padding: 16px 0 0; }
.footer-note p { color: #8a7d74; font-size: 0.78rem; margin: 0; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: space-between;
  padding: 16px 0 20px;
  color: #8a7d74;
  font-size: 0.78rem;
}

/* ---------- floatbar: reels + koin ---------- */
.floatbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 250, 244, 0.99));
  border-top: 2px solid var(--gold-2);
  box-shadow: 0 -10px 30px rgba(190, 120, 60, 0.18);
  padding: 10px 0;
}
.floatbar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3vw, 22px);
  text-decoration: none !important;
}
.floatbar-reels { display: flex; gap: 6px; }
.reel {
  width: clamp(26px, 4vw, 36px);
  height: clamp(36px, 5vw, 48px);
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid var(--gold-2);
  background: linear-gradient(180deg, #fff4e9, #ffe8d4);
  box-shadow: inset 0 6px 10px rgba(234, 88, 12, 0.18), 0 0 14px rgba(249, 115, 22, 0.28);
}
.strip { display: flex; flex-direction: column; animation: reel-spin 2.6s linear infinite; }
.strip b { color: #ea580c; font-size: clamp(0.95rem, 2vw, 1.2rem); line-height: 1.6; text-align: center; font-weight: 900; }
.reel:nth-child(2) .strip { animation-duration: 3.4s; }
.reel:nth-child(3) .strip { animation-duration: 2.1s; }
@keyframes reel-spin {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.floatbar-cta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background: linear-gradient(180deg, #fb923c, #ea580c 55%, #c2410c);
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 26px;
  box-shadow: 0 0 22px rgba(234, 88, 12, 0.45), inset 0 2px 0 rgba(255, 255, 255, 0.35);
  animation: cta-pulse 1.6s ease-in-out infinite;
  white-space: nowrap;
}
.floatbar-cta strong { font-size: 1.05rem; font-weight: 900; letter-spacing: 0.05em; }
.floatbar-cta em { font-style: normal; font-weight: 800; font-size: 0.85rem; opacity: 0.9; }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 16px rgba(234, 88, 12, 0.38), inset 0 2px 0 rgba(255, 255, 255, 0.35); transform: scale(1); }
  50% { box-shadow: 0 0 30px rgba(234, 88, 12, 0.65), inset 0 2px 0 rgba(255, 255, 255, 0.35); transform: scale(1.04); }
}
.coin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #ffd9a8, #f97316 60%, #c2410c);
  box-shadow: 0 0 10px rgba(249, 115, 22, 0.75);
  opacity: 0;
  animation: coin-rise 2.8s ease-in infinite;
}
.floatbar-link { position: relative; }
.coin--1 { left: 12%; bottom: 6px; animation-delay: 0s; }
.coin--2 { left: 45%; bottom: 6px; animation-delay: 0.9s; }
.coin--3 { right: 12%; bottom: 6px; animation-delay: 1.8s; }
@keyframes coin-rise {
  0% { opacity: 0; transform: translateY(0) scale(0.6); }
  15% { opacity: 1; transform: translateY(-8px) scale(1); }
  60% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-56px) scale(0.75); }
}
@media (prefers-reduced-motion: reduce) {
  .strip, .floatbar-cta, .coin { animation: none; }
  .coin { display: none; }
}

/* ---------- papan RTP (ala rtp-live, tanpa gambar) ---------- */
.rtp-board {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.rtp-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #fff4e9, #fffaf5);
  border-bottom: 1px solid var(--line);
}
.rtp-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rtp-chip {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--text);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font);
}
.rtp-chip b { color: var(--gold-2); margin-left: 4px; }
.rtp-chip:hover { border-color: rgba(234, 88, 12, 0.5); }
.rtp-chip.is-on { background: var(--gold-2); border-color: var(--gold-2); color: #fff; }
.rtp-chip.is-on b { color: #fff; }
.rtp-time { font-size: 0.75rem; color: var(--mut); font-weight: 600; }
.rtp-list { list-style: none; margin: 0; padding: 0; }
.rtp-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(240, 226, 214, 0.7);
  transition: background 0.12s ease;
}
.rtp-item:last-child { border-bottom: none; }
.rtp-item:hover { background: var(--gold-soft); }
.rtp-rank {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--mut);
  font-weight: 800;
  font-size: 0.85rem;
}
.rtp-rank--gold {
  background: linear-gradient(180deg, #fb923c, #ea580c);
  border-color: #ffd9b8;
  color: #fff;
}
.rtp-name { min-width: 0; font-weight: 700; color: #221b16; line-height: 1.3; }
.rtp-name small { display: block; font-weight: 600; font-size: 0.7rem; color: var(--mut); margin-top: 2px; }
.rtp-pct { font-weight: 900; font-size: 1.05rem; color: var(--gold-2); white-space: nowrap; }
.rtp-badge {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.rtp-badge--hi { background: #e9f9ef; color: #15803d; border: 1px solid rgba(22, 163, 74, 0.4); }
.rtp-badge--mid { background: #fff4e0; color: #b45309; border: 1px solid rgba(234, 179, 8, 0.4); }
.rtp-legend { margin: 0; padding: 12px 16px; font-size: 0.78rem; color: var(--mut); background: var(--bg-2); border-top: 1px solid var(--line); }
.rtp-legend .rtp-badge { margin: 0 2px; padding: 2px 10px; font-size: 0.66rem; }
.rtp-note { text-align: center; color: var(--mut); font-size: 0.82rem; max-width: 760px; margin: 1.4rem auto 0; }

@media (max-width: 560px) {
  .rtp-item { grid-template-columns: 34px minmax(0, 1fr) auto; padding: 10px 12px; }
  .rtp-badge { display: none; }
  .rtp-pct::after {
    content: attr(data-badge);
    display: block;
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--mut);
    text-align: right;
  }
}

/* ---------- utilitas grid ---------- */
.grid { display: grid; gap: 18px; }
.grid > * { min-width: 0; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  background: var(--gold-2);
  color: #ffffff;
  font-weight: 800;
  border-radius: 8px;
  padding: 8px 14px;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 10px; text-decoration: none; }

/* ---------- responsif ---------- */
@media (max-width: 1080px) {
  .menu-item a { padding: 9px 8px; font-size: 0.85rem; }
  .layout { grid-template-columns: minmax(0, 1fr) 280px; }
}

@media (max-width: 960px) {
  .main-navigation { display: none; }
  .hamburger { display: flex; }
  .hdr-actions .btn { display: none; }
  .hdr-actions { gap: 8px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-media { max-width: 560px; }
  .layout { grid-template-columns: minmax(0, 1fr); }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .topbar-note { display: none; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-badge { left: 8px; bottom: 8px; }
  .floatbar-cta { padding: 9px 18px; }
  .floatbar-cta strong { font-size: 0.95rem; }
  .floatbar-cta em { font-size: 0.78rem; }
  .faq-item .faq-a { padding-left: 18px; }
}

@media (max-width: 420px) {
  .brand-text small { display: none; }
  .floatbar-reels .reel:nth-child(3) { display: none; }
  .hero-cta .btn { width: 100%; }
}
