/*
Theme Name: Luxury333 Press
Theme URI: https://luxury333.games
Author: Luxury333
Description: Tema statis bergaya WordPress untuk portal informasi Luxury333 (Slot, Live Casino, Poker, Sportsbook). Prerender murni HTML+CSS tanpa dependensi JS untuk konten, responsif untuk semua perangkat.
Version: 1.0.0
License: Proprietary - Luxury333
Text Domain: luxury333
Tags: casino-informational, red, white, gold, responsive, static-prerender
*/

/* =========================================================
   1. Reset & Dasar
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
* { min-width: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; max-width: 100%; }
body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background: #ffffff;
  color: #241b1f;
  font-size: 16.5px;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; border-style: none; }
a { color: #b0122f; text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }
p { overflow-wrap: break-word; }
ul, ol { padding-left: 1.3rem; }
h1, h2, h3, h4 { line-height: 1.28; overflow-wrap: break-word; margin: 0 0 .6em; font-weight: 800; letter-spacing: .2px; color: #241b1f; }
h1 { font-size: clamp(1.7rem, 4vw, 2.55rem); }
h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); }
h3 { font-size: clamp(1.1rem, 2.4vw, 1.36rem); }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; margin: -1px;
  clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 300;
  background: #d81e3f; color: #fff; padding: 10px 18px; border-radius: 8px; font-weight: 700;
  transition: top .2s;
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #d81e3f; outline-offset: 2px; border-radius: 4px; }

/* =========================================================
   2. Variabel & Utilitas
   ========================================================= */
:root {
  --red: #d81e3f;
  --red-2: #a80f2a;
  --red-soft: #fdeef1;
  --gold: #f0b429;
  --gold-2: #ffd76a;
  --gold-soft: #fdf6e3;
  --green: #17a673;
  --green-2: #0d7a53;
  --green-soft: #e9f8f2;
  --blue: #2e6ff2;
  --blue-soft: #eaf1fe;
  --ink: #241b1f;
  --mut: #6b5f66;
  --bg: #ffffff;
  --bg-2: #faf6f1;
  --card: #ffffff;
  --dark: #17111a;
  --dark-2: #221824;
  --line: #ecdfda;
  --line-dark: rgba(255, 255, 255, .09);
  --radius: 16px;
  --wrap: 1180px;
  --shadow: 0 10px 30px rgba(36, 27, 31, .08);
}
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.section { padding: 64px 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 780px; margin: 0 auto 42px; }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--red); margin-bottom: 10px;
}
.eyebrow.gold { color: #b97d12; }
.section-head .sub { color: var(--mut); margin: 0; }
.lead { font-size: 1.06rem; color: #3d3339; }
.mut { color: var(--mut); }
.gold { color: #b97d12; }
.green { color: var(--green-2); }
.redtx { color: var(--red); }
.bluetx { color: #2456c9; }
.text-center { text-align: center; }

/* Tombol */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 12px; font-weight: 800; font-size: .98rem;
  border: 2px solid transparent; cursor: pointer; line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-daftar {
  background: linear-gradient(180deg, #ef3a56 0%, var(--red-2) 100%);
  color: #fff; box-shadow: 0 8px 22px rgba(216, 30, 63, .32), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn-daftar:hover { box-shadow: 0 12px 28px rgba(216, 30, 63, .45); }
.btn-login {
  background: transparent; color: var(--gold-2); border-color: var(--gold);
}
.btn-login:hover { background: rgba(240, 180, 41, .12); }
.btn-green {
  background: linear-gradient(180deg, #26c184 0%, var(--green-2) 100%);
  color: #fff; box-shadow: 0 8px 22px rgba(23, 166, 115, .28);
}
.btn-dark {
  background: linear-gradient(180deg, #2c2130 0%, #17111a 100%);
  color: var(--gold-2); box-shadow: var(--shadow);
}
.btn-sm { padding: 9px 18px; font-size: .88rem; border-radius: 10px; }
.btn-block { width: 100%; }

/* Chip / badge */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid var(--line);
  color: #4d4148; border-radius: 999px; padding: 5px 13px;
  font-size: .8rem; font-weight: 700; line-height: 1.4;
}
.chip-green { border-color: rgba(23, 166, 115, .45); color: var(--green-2); background: var(--green-soft); }
.chip-blue { border-color: rgba(46, 111, 242, .4); color: #2456c9; background: var(--blue-soft); }
.chip-red { border-color: rgba(216, 30, 63, .4); color: var(--red); background: var(--red-soft); }
.chip-gold { border-color: rgba(240, 180, 41, .5); color: #8a5f0a; background: var(--gold-soft); }

/* Kartu */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 2px 10px rgba(36, 27, 31, .04);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); border-color: #e3c9a8; box-shadow: var(--shadow); }
.card p { color: var(--mut); margin: 0 0 12px; }
.card .more { font-weight: 700; font-size: .92rem; }

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

/* =========================================================
   3. Header Situs (gelap merah-hitam)
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 120;
  background: linear-gradient(180deg, #1d1420 0%, #17111a 100%);
  border-bottom: 3px solid var(--red);
}
.site-header .wrap { display: flex; align-items: center; gap: 18px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 900; }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 13px; flex: 0 0 auto;
  background: linear-gradient(145deg, #ef3a56 0%, #8f0c23 100%);
  border: 2px solid var(--gold);
  box-shadow: inset 0 0 14px rgba(255, 215, 106, .3), 0 4px 12px rgba(0, 0, 0, .5);
  display: grid; place-items: center;
  font-size: .72rem; color: var(--gold-2); letter-spacing: .3px; font-weight: 900;
}
.brand-name { font-size: 1.28rem; letter-spacing: .6px; white-space: nowrap; color: #fff; }
.brand-name em { font-style: normal; color: var(--gold-2); }
.main-nav { margin-left: auto; }
.main-nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; flex-wrap: wrap; }
.main-nav a {
  display: block; padding: 9px 13px; border-radius: 9px;
  color: #e8dee4; font-weight: 600; font-size: .93rem; white-space: nowrap;
}
.main-nav a:hover { background: rgba(216, 30, 63, .22); color: #fff; text-decoration: none; }
.main-nav .current-menu-item a,
.main-nav a[aria-current="page"] {
  background: rgba(216, 30, 63, .3); color: #ffd76a;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(255, 255, 255, .06); border: 1px solid var(--line-dark); color: var(--gold-2);
  cursor: pointer; font-size: 1.05rem; padding: 0;
}
.icon-btn:hover { background: rgba(240, 180, 41, .15); }
.icon-btn svg { display: block; }
.nav-toggle { display: none; }

/* Panel pencarian di header */
.search-panel {
  display: none; border-top: 1px solid var(--line-dark); background: #1d1420;
  padding: 14px 0;
}
.search-panel.open { display: block; }
.search-form { display: flex; gap: 10px; max-width: 640px; margin: 0 auto; }
.search-form input[type="search"] {
  flex: 1; padding: 12px 16px; border-radius: 11px; font-size: 1rem;
  background: #17111a; border: 1px solid rgba(240, 180, 41, .35); color: #fff;
}
.search-form input[type="search"]::placeholder { color: #9d8f98; }
.search-form button { border: none; }

/* =========================================================
   4. Hero (gelap dengan aksen merah & emas)
   ========================================================= */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(58% 60% at 82% 22%, rgba(216, 30, 63, .38), transparent 70%),
    radial-gradient(50% 55% at 8% 88%, rgba(240, 180, 41, .16), transparent 70%),
    linear-gradient(180deg, #241627 0%, #17111a 60%, #140e17 100%);
  color: #fff;
}
.hero .wrap { position: relative; padding-top: 80px; padding-bottom: 80px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.hero-inner { max-width: 640px; }
.hero .badge-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
.hero .badge-row .chip { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .18); color: #f2e9ee; }
.hero .badge-row .chip-red { background: rgba(216, 30, 63, .25); border-color: rgba(255, 138, 160, .5); color: #ffc4cf; }
.hero h1 { color: #fff; margin-bottom: 18px; text-shadow: 0 2px 18px rgba(0, 0, 0, .55); }
.hero h1 .accent {
  background: linear-gradient(92deg, var(--gold-2) 0%, var(--gold) 55%, #e08b12 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { color: #efe7ec; margin-bottom: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 26px; }
.hero-search { max-width: 560px; }
.hot-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.hot-tags .label { font-size: .82rem; font-weight: 700; color: #b7aab2; }
.hot-tags a {
  font-size: .8rem; font-weight: 700; padding: 6px 13px; border-radius: 999px;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); color: #f3e9c8;
}
.hot-tags a:hover { border-color: var(--gold); color: var(--gold-2); text-decoration: none; }
.hot-tags a.hot { border-color: rgba(216, 30, 63, .65); background: rgba(216, 30, 63, .2); color: #ffd0d9; }
.hero-figure { position: relative; }
.hero-figure img {
  border-radius: 20px; border: 2px solid rgba(240, 180, 41, .4);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .55); width: 100%; object-fit: cover; aspect-ratio: 4 / 3;
}
.hero-figure .float-chip {
  position: absolute; z-index: 2; background: rgba(23, 17, 26, .93);
  border: 1px solid rgba(240, 180, 41, .45); border-radius: 12px; padding: 10px 16px;
  font-size: .84rem; font-weight: 700; color: #ffe9b3; box-shadow: 0 10px 26px rgba(0, 0, 0, .45);
}
.hero-figure .float-chip.fc-a { left: -12px; top: 22px; }
.hero-figure .float-chip.fc-b { right: -10px; bottom: 26px; }

/* =========================================================
   5. Breadcrumb (strip terang)
   ========================================================= */
.breadcrumb { background: var(--bg-2); border-bottom: 1px solid var(--line); font-size: .86rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 11px 0; }
.breadcrumb li { color: var(--mut); display: flex; align-items: center; gap: 4px; }
.breadcrumb a { color: #8a4b12; font-weight: 600; }
.breadcrumb li + li::before { content: "›"; color: var(--red); margin: 0 6px 0 2px; font-weight: 700; }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }

/* =========================================================
   6. Konten Artikel (entry-content) & page-hero
   ========================================================= */
.site-main { flex: 1 0 auto; }
.page-hero {
  background:
    radial-gradient(60% 90% at 88% 10%, rgba(216, 30, 63, .32), transparent 70%),
    linear-gradient(180deg, #221525 0%, #17111a 100%);
  color: #fff; padding: 48px 0 38px; border-bottom: 3px solid var(--red);
}
.page-hero .eyebrow { color: var(--gold-2); }
.page-hero h1 { color: #fff; margin-bottom: 12px; }
.page-hero .lead { color: #e9dfe5; }
.page-hero .meta-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.page-hero .meta-row .chip { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); color: #f2e9ee; }
.entry-content { max-width: 820px; margin: 0 auto; padding: 44px 20px 30px; }
.entry-content h2 { margin-top: 1.7em; padding-top: .2em; }
.entry-content h3 { margin-top: 1.3em; color: #8f1029; }
.entry-content p { color: #453a41; }
.entry-content ul li, .entry-content ol li { margin: .4em 0; color: #453a41; }
.entry-content strong { color: #241b1f; }
.entry-content img.featured {
  border-radius: var(--radius); border: 1px solid var(--line);
  margin: 26px 0; width: 100%; object-fit: cover;
}
.figure-cap { font-size: .82rem; color: var(--mut); text-align: center; margin-top: -14px; margin-bottom: 24px; }
.pull-note {
  border-left: 4px solid var(--gold); background: var(--gold-soft);
  border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 24px 0; color: #584412;
}
.pull-note.warn { border-left-color: var(--red); background: var(--red-soft); color: #6f1626; }
.pull-note.blue { border-left-color: var(--blue); background: var(--blue-soft); color: #1c3f8f; }

/* Tabel syarat & ketentuan */
.table-wrap { overflow-x: auto; margin: 22px 0; border-radius: 12px; border: 1px solid var(--line); background: #fff; }
.table-wrap table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: .93rem; }
.table-wrap th, .table-wrap td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.table-wrap th { background: #241b1f; color: #ffd76a; white-space: nowrap; }
.table-wrap td { color: #453a41; }
.table-wrap tr:last-child td { border-bottom: none; }
.tnc-note { font-size: .82rem; color: #8d7f87; }

/* Blok langkah */
.step-list { counter-reset: step; list-style: none; padding: 0; margin: 26px 0; }
.step-list li { counter-increment: step; position: relative; padding: 0 0 26px 66px; }
.step-list li::before {
  content: counter(step); position: absolute; left: 0; top: 0;
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(145deg, #ef3a56 0%, #8f0c23 100%);
  color: #fff; font-weight: 900; font-size: 1.15rem;
  display: grid; place-items: center;
  box-shadow: 0 6px 16px rgba(216, 30, 63, .3);
}
.step-list li::after {
  content: ""; position: absolute; left: 22px; top: 52px; bottom: 4px; width: 2px;
  background: linear-gradient(180deg, rgba(216, 30, 63, .45), rgba(216, 30, 63, .05));
}
.step-list li:last-child::after { display: none; }
.step-list h3 { margin-bottom: 4px; }
.step-list p { margin: 0; }

/* Checklist */
.check-list { list-style: none; padding: 0; margin: 20px 0; }
.check-list li { position: relative; padding: 9px 0 9px 38px; color: #453a41; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 9px;
  width: 25px; height: 25px; border-radius: 8px; display: grid; place-items: center;
  background: var(--green-soft); border: 1px solid rgba(23, 166, 115, .5);
  color: var(--green-2); font-weight: 900; font-size: .85rem;
}

/* FAQ (details) */
.faq-list { display: grid; gap: 12px; max-width: 860px; margin: 0 auto; }
.faq-list details {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 0; overflow: hidden; box-shadow: 0 2px 8px rgba(36, 27, 31, .04);
}
.faq-list details[open] { border-color: #e3c9a8; }
.faq-list summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px;
  padding: 17px 20px; font-weight: 700; color: #33262d;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before {
  content: "+"; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center; font-weight: 900;
  background: var(--red-soft); border: 1px solid rgba(216, 30, 63, .35); color: var(--red);
  transition: transform .2s;
}
.faq-list details[open] summary::before { content: "–"; }
.faq-list .faq-body { padding: 0 20px 18px 64px; color: var(--mut); }
.faq-list .faq-body p { margin: 0; }

/* =========================================================
   7. Blok Spesifik Homepage
   ========================================================= */
/* Panduan 4 langkah */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { position: relative; text-align: center; padding: 30px 20px 24px; border-top: 4px solid var(--red); }
.step-card:nth-child(2) { border-top-color: var(--gold); }
.step-card:nth-child(3) { border-top-color: var(--green); }
.step-card:nth-child(4) { border-top-color: var(--blue); }
.step-card .num {
  width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 16px;
  display: grid; place-items: center; font-size: 1.35rem; font-weight: 900; color: #fff;
  background: linear-gradient(145deg, #ef3a56 0%, #8f0c23 100%);
  box-shadow: 0 8px 20px rgba(216, 30, 63, .28);
}
.step-card:nth-child(2) .num { background: linear-gradient(145deg, #ffd76a 0%, #d89012 100%); }
.step-card:nth-child(3) .num { background: linear-gradient(145deg, #26c184 0%, #0d7a53 100%); }
.step-card:nth-child(4) .num { background: linear-gradient(145deg, #6d9bff 0%, #2456c9 100%); }
.step-card .icon { font-size: 1.9rem; margin-bottom: 8px; }
.step-card p { font-size: .93rem; }

/* Kartu promo */
.promo-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.promo-card .thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.promo-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.promo-card .thumb .tag {
  position: absolute; left: 12px; top: 12px; z-index: 2;
  background: rgba(23, 17, 26, .88); border: 1px solid rgba(240, 180, 41, .5);
  color: #ffd76a; font-size: .74rem; font-weight: 800; letter-spacing: .06em;
  padding: 4px 10px; border-radius: 999px; text-transform: uppercase;
}
.promo-card .body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.promo-card h3 { font-size: 1.08rem; margin: 0; }
.promo-card .terms { display: flex; flex-wrap: wrap; gap: 6px; }
.promo-card .terms .chip { font-size: .72rem; padding: 4px 10px; }
.promo-card p { font-size: .92rem; margin: 0; }
.promo-card .more { margin-top: auto; }

/* Kartu kategori (home) */
.cat-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.cat-card .thumb { aspect-ratio: 16 / 10; overflow: hidden; }
.cat-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.cat-card:hover .thumb img { transform: scale(1.05); }
.cat-card .body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.cat-card p { font-size: .92rem; margin: 0; }
.cat-card .more { margin-top: auto; font-weight: 700; font-size: .92rem; }

/* Ikon keunggulan */
.feat-card { text-align: center; padding: 30px 22px; }
.feat-card .icon {
  width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 18px;
  display: grid; place-items: center; font-size: 1.6rem;
  background: var(--red-soft); border: 1px solid rgba(216, 30, 63, .25);
}
.feat-card.f-gold .icon { background: var(--gold-soft); border-color: rgba(240, 180, 41, .4); }
.feat-card.f-green .icon { background: var(--green-soft); border-color: rgba(23, 166, 115, .35); }
.feat-card.f-blue .icon { background: var(--blue-soft); border-color: rgba(46, 111, 242, .35); }
.feat-card p { font-size: .93rem; }

/* Split (mobile/security) */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.split .figure { position: relative; }
.split .figure img { border-radius: var(--radius); border: 1px solid var(--line); width: 100%; object-fit: cover; box-shadow: var(--shadow); }
.split .figure .float-chip {
  position: absolute; z-index: 2; background: rgba(23, 17, 26, .92);
  border: 1px solid rgba(240, 180, 41, .45); border-radius: 12px; padding: 10px 16px;
  font-size: .84rem; font-weight: 700; color: #ffe9b3;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .4);
}
.split ul { list-style: none; padding: 0; margin: 18px 0 0; }
.split ul li { padding: 10px 0 10px 40px; position: relative; color: #453a41; }
.split ul li::before {
  content: "▶"; position: absolute; left: 6px; top: 12px; color: var(--red); font-size: .7rem;
}

/* Testimoni */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { display: flex; flex-direction: column; gap: 14px; }
.testi-card .stars { color: #e09b12; letter-spacing: 3px; font-size: .95rem; }
.testi-card blockquote { margin: 0; color: #4d4148; font-style: italic; font-size: .97rem; }
.testi-card .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testi-card .avatar {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 900; font-size: .95rem; color: #fff; flex: 0 0 auto;
  background: linear-gradient(145deg, #ef3a56, #8f0c23);
}
.testi-card:nth-child(2) .avatar { background: linear-gradient(145deg, #ffd76a, #d89012); color: #573c00; }
.testi-card:nth-child(3) .avatar { background: linear-gradient(145deg, #26c184, #0d7a53); }
.testi-card .who b { display: block; color: var(--ink); font-size: .95rem; }
.testi-card .who span { font-size: .8rem; color: var(--mut); }
.testi-note { text-align: center; color: var(--mut); font-size: .84rem; margin-top: 18px; }

/* Radar Kesiapan (kuis interaktif) */
.radar-panel { max-width: 860px; margin: 0 auto; padding: 30px 32px; }
.radar-panel .radar-q { border-bottom: 1px dashed var(--line); padding: 14px 0; }
.radar-panel .radar-q:last-of-type { border-bottom: none; }
.radar-panel .radar-q p.q { font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.radar-opt { display: flex; flex-wrap: wrap; gap: 8px; }
.radar-opt label {
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 7px 14px; font-size: .86rem; font-weight: 600; color: #4d4148;
}
.radar-opt label:hover { border-color: #e3c9a8; }
.radar-opt input { accent-color: var(--red); margin: 0; }
.radar-result { margin-top: 20px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-2); padding: 18px 20px; display: none; }
.radar-result.show { display: block; }
.radar-result .verdict { font-size: 1.05rem; font-weight: 800; margin-bottom: 6px; }
.radar-result p { margin: 0; color: #4d4148; }
.radar-result .bar { height: 10px; border-radius: 999px; background: #efe6e0; overflow: hidden; margin: 10px 0 4px; }
.radar-result .bar i { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, #26c184, #17a673); transition: width .5s ease; }

/* Keamanan grid */
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mini-card { padding: 22px; display: flex; gap: 14px; align-items: flex-start; }
.mini-card .icon {
  width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; display: grid; place-items: center;
  background: var(--blue-soft); border: 1px solid rgba(46, 111, 242, .3); font-size: 1.2rem;
}
.mini-card.m-red .icon { background: var(--red-soft); border-color: rgba(216, 30, 63, .3); }
.mini-card.m-gold .icon { background: var(--gold-soft); border-color: rgba(240, 180, 41, .4); }
.mini-card.m-green .icon { background: var(--green-soft); border-color: rgba(23, 166, 115, .35); }
.mini-card b { display: block; color: var(--ink); margin-bottom: 3px; }
.mini-card span { font-size: .88rem; color: var(--mut); }

/* Banner tanggung jawab */
.rg-banner {
  display: flex; gap: 24px; align-items: flex-start; flex-wrap: wrap;
  background:
    radial-gradient(70% 120% at 15% 0%, rgba(216, 30, 63, .08), transparent 60%),
    linear-gradient(120deg, #fff 0%, var(--bg-2) 100%);
  border: 1px solid rgba(216, 30, 63, .28); border-radius: var(--radius); padding: 30px;
}
.rg-banner .big { font-size: 2.4rem; }
.rg-banner h3 { margin-bottom: 8px; }
.rg-banner p { margin: 0; color: #4d4148; }
.age-badge {
  display: inline-grid; place-items: center; width: 66px; height: 66px; border-radius: 50%;
  border: 3px solid var(--red); color: var(--red); font-weight: 900; font-size: 1.15rem;
  background: var(--red-soft); flex: 0 0 auto;
}

/* CTA strip (gelap) */
.cta-strip {
  background:
    radial-gradient(70% 120% at 50% 0%, rgba(216, 30, 63, .22), transparent 60%),
    linear-gradient(180deg, #221525 0%, #140e17 100%);
  border-top: 3px solid var(--red); text-align: center; padding: 58px 0; color: #fff;
}
.cta-strip h2 { color: #fff; }
.cta-strip p { color: #cfc3cb; max-width: 640px; margin: 0 auto 26px; }
.cta-strip .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   8. Arsip / Listing
   ========================================================= */
.archive-head { padding: 46px 0 8px; }
.archive-list { display: grid; gap: 26px; padding: 34px 0 20px; }
.archive-item { display: grid; grid-template-columns: 300px 1fr; gap: 26px; padding: 0; overflow: hidden; }
.archive-item .thumb { overflow: hidden; min-height: 200px; }
.archive-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.archive-item .body { padding: 24px 26px 24px 0; display: flex; flex-direction: column; gap: 10px; }
.archive-item h2 { font-size: 1.25rem; margin: 0; }
.archive-item h2 a { color: var(--ink); }
.archive-item p { margin: 0; color: var(--mut); font-size: .95rem; }
.archive-item .meta { font-size: .8rem; color: #9a8c94; }

/* =========================================================
   9. Form (Daftar / Masuk)
   ========================================================= */
.auth-wrap { max-width: 520px; margin: 0 auto; padding: 52px 0 60px; }
.auth-card { padding: 36px 32px; border-top: 4px solid var(--red); }
.auth-card h1 { margin-bottom: 6px; font-size: 1.8rem; }
.auth-card .sub { color: var(--mut); margin: 0 0 24px; font-size: .95rem; }
.auth-form .field { margin-bottom: 16px; }
.auth-form label { display: block; font-size: .88rem; font-weight: 700; color: #3d3339; margin-bottom: 6px; }
.auth-form input[type="text"], .auth-form input[type="email"], .auth-form input[type="tel"],
.auth-form input[type="password"] {
  width: 100%; padding: 13px 15px; border-radius: 11px; font-size: 1rem;
  background: #fff; border: 1px solid var(--line); color: var(--ink);
}
.auth-form input:focus { border-color: var(--red); outline: none; box-shadow: 0 0 0 3px rgba(216, 30, 63, .15); }
.auth-form .agree { display: flex; gap: 10px; align-items: flex-start; font-size: .84rem; color: var(--mut); }
.auth-form .agree input { margin-top: 4px; accent-color: var(--red); }
.auth-form .form-msg { min-height: 22px; font-size: .86rem; color: var(--red); margin: 4px 0 10px; }
.auth-alt { text-align: center; margin-top: 18px; font-size: .92rem; color: var(--mut); }
.auth-note { font-size: .8rem; color: #9a8c94; text-align: center; margin-top: 16px; }

/* =========================================================
   10. Footer (gelap)
   ========================================================= */
.site-footer { border-top: 3px solid var(--red); background: #17111a; color: #cfc3cb; }
.footer-cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; padding: 52px 0 34px; }
.site-footer h4 { color: var(--gold-2); font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer ul li { margin: 8px 0; }
.site-footer ul a { color: #cfc3cb; font-size: .93rem; }
.site-footer ul a:hover { color: var(--gold-2); }
.site-footer .about-txt { color: #a89ba3; font-size: .9rem; margin: 14px 0 16px; }
.footer-legal { border-top: 1px solid var(--line-dark); padding: 22px 0 26px; font-size: .8rem; color: #9d8f98; }
.footer-legal .disclaimer { max-width: 920px; margin: 0 auto 14px; text-align: center; line-height: 1.7; }
.footer-legal .copy { text-align: center; margin: 0; color: #cfc3cb; }
.footer-legal .credits { text-align: center; margin-top: 8px; font-size: .74rem; color: #7d707a; }
.footer-legal .credits a { color: #9d8f98; }
.footer-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-badges .chip { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .16); color: #f2e9ee; }

/* =========================================================
   11. Floating CTA (gaya mesin slot + koin, tanpa tombol tutup)
   ========================================================= */
.float-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  display: flex; justify-content: center; gap: 14px; align-items: center;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(20, 14, 23, .78) 0%, rgba(20, 14, 23, .96) 40%, #140e17 100%);
  border-top: 1px solid rgba(240, 180, 41, .35);
  backdrop-filter: blur(8px);
  pointer-events: none; /* wadah transparan, tombol tetap aktif */
}
.float-cta > * { pointer-events: auto; }
.slot-btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 26px; border-radius: 14px; overflow: hidden;
  background: linear-gradient(180deg, #ef3a56 0%, #8f0c23 100%);
  border: 2px solid #ffd98a;
  box-shadow: 0 6px 22px rgba(216, 30, 63, .55), inset 0 1px 0 rgba(255, 255, 255, .35);
  color: #fff; font-weight: 900; font-size: 1.02rem; letter-spacing: .05em;
  text-decoration: none; text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  animation: slotPulse 1.6s ease-in-out infinite;
}
.slot-btn:hover { text-decoration: none; transform: translateY(-2px); }
.slot-btn.alt {
  background: linear-gradient(180deg, #ffd76a 0%, #d89012 100%);
  color: #3c2800; text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  animation-delay: .8s;
}
.slot-btn .reel {
  display: inline-flex; gap: 3px; background: rgba(0, 0, 0, .38);
  border-radius: 8px; padding: 4px 7px; border: 1px solid rgba(255, 217, 138, .5);
}
.slot-btn.alt .reel { background: rgba(255, 255, 255, .3); border-color: rgba(120, 80, 0, .45); }
.slot-btn .reel span {
  width: 17px; text-align: center; font-size: .95rem; line-height: 1;
  animation: reelSpin 2.4s cubic-bezier(.45, 0, .55, 1) infinite;
}
.slot-btn .reel span:nth-child(2) { animation-delay: .18s; }
.slot-btn .reel span:nth-child(3) { animation-delay: .36s; }
.slot-btn .coins { position: absolute; inset: 0; pointer-events: none; }
.slot-btn .coins i {
  position: absolute; width: 13px; height: 13px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #ffe9a8 0%, #f0b429 45%, #b8860b 100%);
  border: 1px solid #8a6508; opacity: 0;
  animation: coinRise 2.2s linear infinite;
}
.slot-btn .coins i:nth-child(1) { left: 12%; animation-delay: 0s; }
.slot-btn .coins i:nth-child(2) { left: 30%; animation-delay: .55s; width: 10px; height: 10px; }
.slot-btn .coins i:nth-child(3) { left: 52%; animation-delay: 1.05s; }
.slot-btn .coins i:nth-child(4) { left: 70%; animation-delay: .3s; width: 11px; height: 11px; }
.slot-btn .coins i:nth-child(5) { left: 86%; animation-delay: 1.5s; width: 9px; height: 9px; }
@keyframes reelSpin {
  0%, 18% { transform: translateY(0); }
  38%, 62% { transform: translateY(-13px); }
  82%, 100% { transform: translateY(0); }
}
@keyframes slotPulse {
  0%, 100% { box-shadow: 0 6px 22px rgba(216, 30, 63, .5), inset 0 1px 0 rgba(255, 255, 255, .35); }
  50% { box-shadow: 0 6px 30px rgba(255, 217, 138, .8), inset 0 1px 0 rgba(255, 255, 255, .35); }
}
@keyframes coinRise {
  0% { transform: translateY(16px) scale(.6); opacity: 0; }
  22% { opacity: .95; }
  100% { transform: translateY(-34px) scale(1); opacity: 0; }
}

/* =========================================================
   12. Halaman pencarian & misc
   ========================================================= */
.search-page-wrap { max-width: 820px; margin: 0 auto; padding: 46px 20px 60px; }
.result-list { display: grid; gap: 16px; margin-top: 26px; }
.result-item { padding: 20px 24px; }
.result-item h3 { margin: 0 0 6px; font-size: 1.08rem; }
.result-item p { margin: 0; font-size: .92rem; }
.result-item .url { font-size: .78rem; color: var(--green-2); }
.empty-state { text-align: center; color: var(--mut); padding: 40px 0; }
.status-tag { display: inline-block; }

/* =========================================================
   13. Responsif
   ========================================================= */
@media (max-width: 1080px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .nav-toggle { display: grid; }
  .main-nav.open {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: #1d1420; border-bottom: 1px solid rgba(240, 180, 41, .3);
    padding: 10px 20px 18px;
  }
  .main-nav.open ul { flex-direction: column; gap: 2px; }
  .site-header .wrap { position: static; }
  .site-header { position: relative; }
  .site-header.stuck { position: fixed; left: 0; right: 0; top: 0; }
  .hero .wrap { grid-template-columns: 1fr; gap: 30px; }
  .hero-figure { max-width: 560px; }
}
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .sec-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 26px; }
  .archive-item { grid-template-columns: 1fr; }
  .archive-item .body { padding: 0 22px 24px; }
  .archive-item .thumb { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 640px) {
  .section { padding: 46px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .sec-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; gap: 22px; padding: 40px 0 24px; }
  .hero .wrap { padding-top: 54px; padding-bottom: 54px; }
  .hero-cta .btn { flex: 1 1 auto; }
  .header-actions .btn-login { display: none; }
  .brand-name { font-size: 1.12rem; }
  .faq-list .faq-body { padding-left: 20px; }
  .float-cta { gap: 10px; }
  .slot-btn { flex: 1 1 auto; justify-content: center; padding: 12px 16px; font-size: .95rem; }
  .split ul li { padding-left: 32px; }
  .table-wrap table { min-width: 460px; }
  .radar-panel { padding: 24px 18px; }
  .hero-figure .float-chip.fc-a { left: 6px; }
  .hero-figure .float-chip.fc-b { right: 6px; }
}
@media (max-width: 380px) {
  .brand-name { display: none; }
  .slot-btn { font-size: .88rem; padding: 11px 10px; }
  .slot-btn .reel span { width: 14px; font-size: .82rem; }
}

/* Hormati preferensi gerakan minim */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
