/* ============================================================
   Agen777 — style.css (theme stylesheet)
   Palet: merah / putih / hijau / kuning-emas / biru / hitam
   ============================================================ */

:root {
  --red: #E0202E;
  --red-dark: #A8121F;
  --red-deep: #7E0E19;
  --green: #0E7A45;
  --green-bright: #17B26A;
  --green-soft: #E7F6EE;
  --gold: #F5B301;
  --gold-soft: #FFF3D1;
  --blue: #1D6FF2;
  --blue-deep: #123B7A;
  --blue-soft: #EAF1FE;
  --ink: #0B0C12;
  --ink-2: #151724;
  --ink-3: #1E2132;
  --gray-900: #21242F;
  --gray-700: #4A4E5C;
  --gray-500: #7A7E8C;
  --gray-300: #D9DBE2;
  --gray-100: #F4F5F8;
  --white: #FFFFFF;
  --paper: #FBFBFC;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 10px 30px rgba(11, 12, 18, .12);
  --shadow-lg: 0 18px 50px rgba(11, 12, 18, .22);
  --container: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-900);
  background: var(--paper);
  overflow-wrap: break-word;
  word-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.3em; }
h1, h2, h3, h4 { line-height: 1.25; color: var(--ink); margin: 0 0 .5em; font-weight: 800; }
p { margin: 0 0 1em; }
button { font-family: inherit; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  overflow: hidden; white-space: nowrap;
}
.skip-link:focus {
  position: fixed !important; top: 8px; left: 8px; width: auto; height: auto;
  clip: auto; clip-path: none; z-index: 10000; background: var(--gold);
  color: var(--ink); padding: 10px 18px; border-radius: 8px; font-weight: 700;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; border: 2px solid transparent;
  font-weight: 800; font-size: 15px; letter-spacing: .4px; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none !important; line-height: 1.2;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: linear-gradient(180deg, #F23A47, var(--red-dark)); color: var(--white); box-shadow: 0 8px 20px rgba(224, 32, 46, .35); }
.btn-primary:hover { background: linear-gradient(180deg, #FF4D5A, var(--red)); }
.btn-gold { background: linear-gradient(180deg, #FFD34D, var(--gold)); color: #3D2A00; box-shadow: 0 8px 20px rgba(245, 179, 1, .4); }
.btn-gold:hover { background: linear-gradient(180deg, #FFE07A, #FFC835); }
.btn-green { background: linear-gradient(180deg, #1BC47A, var(--green)); color: var(--white); box-shadow: 0 8px 20px rgba(14, 122, 69, .3); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .7); }
.btn-outline-light:hover { background: rgba(255, 255, 255, .12); }
.btn-outline-dark { background: transparent; color: var(--ink); border-color: var(--gray-300); }
.btn-outline-dark:hover { background: var(--gray-100); }
.btn-sm { padding: 9px 18px; font-size: 13px; }
.btn-block { width: 100%; }

.badge-18 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; height: 44px; padding: 0 6px; border-radius: 50%;
  background: var(--red); color: var(--white); font-weight: 900; font-size: 15px;
  border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--red);
}
.badge-18.inline { display: inline-block; min-width: auto; height: auto; border-radius: 8px; border: 0; box-shadow: none; padding: 1px 9px; font-size: 12px; vertical-align: middle; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(11, 12, 18, .97);
  backdrop-filter: blur(8px);
  border-bottom: 3px solid var(--red);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 74px; }
.brand a { display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.brand-chip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(160deg, var(--red) 0%, var(--red-deep) 100%);
  color: var(--gold); font-weight: 900; font-size: 15px; letter-spacing: .5px;
  border: 2px solid rgba(245, 179, 1, .55);
  box-shadow: 0 4px 14px rgba(224, 32, 46, .45);
  flex: 0 0 auto;
}
.brand-word { color: var(--white); font-size: 24px; font-weight: 900; letter-spacing: 1px; line-height: 1; display: flex; flex-direction: column; }
.brand-word b { color: var(--gold); }
.brand-word small { font-size: 9.5px; font-weight: 600; letter-spacing: 2.6px; color: var(--gray-500); text-transform: uppercase; }
.brand-footer .brand-word { color: var(--ink); }
.brand-footer .brand-word small { color: var(--gray-500); }

.main-nav { display: flex; align-items: center; }
.nav-menu {
  display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0;
}
.nav-menu > li > a {
  display: block; padding: 10px 13px; border-radius: 9px;
  color: #E7E9F0; font-weight: 700; font-size: 14.5px; text-decoration: none !important;
  white-space: nowrap;
}
.nav-menu > li > a:hover { color: var(--gold); background: rgba(255, 255, 255, .07); }
.nav-menu > li.active > a { color: var(--gold); background: rgba(245, 179, 1, .12); }
.nav-cta { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.nav-search { display: flex; align-items: center; }
.nav-search input {
  width: 150px; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--gray-700);
  background: var(--ink-3); color: var(--white); font-size: 13.5px; outline: none;
}
.nav-search input::placeholder { color: var(--gray-500); }
.nav-search input:focus { border-color: var(--gold); }
.nav-search button {
  margin-left: -34px; background: none; border: 0; cursor: pointer; font-size: 15px;
  color: var(--gold); padding: 6px;
}
.menu-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; border-radius: 10px; border: 1px solid var(--gray-700);
  background: var(--ink-3); cursor: pointer; padding: 0; align-items: center;
}
.menu-toggle span { display: block; width: 22px; height: 2.5px; background: var(--white); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative; color: var(--white);
  background:
    linear-gradient(180deg, rgba(11,12,18,.78) 0%, rgba(11,12,18,.9) 55%, #0B0C12 100%),
    url("/assets/img/hero-casino.jpg") center 30% / cover no-repeat;
  padding: 72px 0 40px;
}
.hero-inner { max-width: 780px; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245, 179, 1, .14); border: 1px solid rgba(245, 179, 1, .5);
  color: var(--gold); font-weight: 800; font-size: 13px; letter-spacing: 1.2px;
  text-transform: uppercase; padding: 7px 16px; border-radius: 999px; margin: 0 0 18px;
}
.hero h1 { color: var(--white); font-size: clamp(30px, 5vw, 48px); margin: 0 0 16px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero-sub { font-size: clamp(15px, 2vw, 18px); color: #D9DCE7; max-width: 640px; margin-bottom: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-chips span {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16);
  padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; color: #E7E9F0;
}
.trust-chips .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 8px var(--green-bright); }

/* category quick cards */
.cat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: 46px;
}
.cat-card {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .1);
  text-decoration: none !important; color: var(--white);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
  min-height: 150px;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(245, 179, 1, .6); }
.cat-card img { height: 110px; width: 100%; object-fit: cover; opacity: .8; }
.cat-card-body { padding: 14px 16px 16px; }
.cat-card-body strong { display: block; font-size: 16.5px; color: var(--gold); margin-bottom: 3px; }
.cat-card-body span { font-size: 13px; color: #C7CBD8; line-height: 1.45; display: block; }

/* ---------- sections ---------- */
.section { padding: 64px 0; }
.section-light { background: var(--white); }
.section-gray { background: var(--gray-100); }
.section-dark { background: radial-gradient(1200px 500px at 85% -10%, rgba(29, 111, 242, .18), transparent 60%), var(--ink); color: #D9DCE7; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-green { background: linear-gradient(180deg, var(--green-soft), var(--white)); }
.section-blue { background: linear-gradient(180deg, var(--blue-soft), var(--white)); }
.section-gold { background: linear-gradient(180deg, var(--gold-soft), var(--white)); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.kicker {
  display: inline-block; color: var(--red); font-weight: 900; letter-spacing: 2.2px;
  text-transform: uppercase; font-size: 12.5px; margin-bottom: 10px;
}
.section-dark .kicker { color: var(--gold); }
.section-title { font-size: clamp(24px, 3.4vw, 34px); margin-bottom: 12px; }
.section-sub { color: var(--gray-700); font-size: 16px; margin: 0; }
.section-dark .section-sub { color: #B9BdD0; color: #B9BDD0; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step-card {
  position: relative; background: var(--white); border: 1px solid var(--gray-300);
  border-top: 4px solid var(--red); border-radius: var(--radius);
  padding: 26px 22px 22px; box-shadow: 0 4px 16px rgba(11, 12, 18, .05);
}
.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-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; font-weight: 900; font-size: 18px;
  background: var(--ink); color: var(--gold); margin-bottom: 14px;
}
.step-card h3 { font-size: 17.5px; }
.step-card p { font-size: 14.2px; color: var(--gray-700); margin: 0; }
.steps-cta { text-align: center; margin-top: 34px; }

/* ---------- tag cloud (hot search) ---------- */
.hot-search { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.hot-search a {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--white); border: 1px solid var(--gray-300); color: var(--gray-900);
  padding: 9px 18px; border-radius: 999px; font-weight: 700; font-size: 13.5px;
  text-decoration: none !important; transition: all .15s;
}
.hot-search a::before { content: "🔥"; font-size: 12px; }
.hot-search a:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(224, 32, 46, .14); }

/* ---------- advantages ---------- */
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.adv-card {
  background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .16s, box-shadow .16s;
}
.adv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.adv-icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center;
  justify-content: center; font-size: 24px; margin-bottom: 16px;
}
.i-red { background: #FDE8EA; } .i-gold { background: var(--gold-soft); }
.i-green { background: var(--green-soft); } .i-blue { background: var(--blue-soft); }
.adv-card h3 { font-size: 17px; }
.adv-card p { font-size: 14.2px; color: var(--gray-700); margin: 0; }

/* ---------- why us (dark split) ---------- */
.why-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.why-figure { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow-lg); }
.why-figure img { width: 100%; height: 380px; object-fit: cover; }
.why-figure-badge {
  position: absolute; left: 18px; bottom: 18px; right: 18px;
  background: rgba(11, 12, 18, .82); backdrop-filter: blur(6px);
  border: 1px solid rgba(245, 179, 1, .4); border-radius: 12px;
  padding: 12px 16px; color: #E7E9F0; font-size: 13px; line-height: 1.5;
}
.why-figure-badge b { color: var(--gold); }
.check-list { list-style: none; margin: 0 0 26px; padding: 0; }
.check-list li {
  position: relative; padding: 10px 0 10px 42px; border-bottom: 1px dashed rgba(255, 255, 255, .12);
  color: #D9DCE7; font-size: 15px;
}
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 10px;
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(23, 178, 106, .18); color: var(--green-bright);
  display: flex; align-items: center; justify-content: center; font-weight: 900;
}
.check-list b { color: var(--white); }

/* ---------- mobile section ---------- */
.mobile-split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.phone-wrap { display: flex; justify-content: center; }
.phone-mock {
  width: min(300px, 78%); border-radius: 34px; background: var(--ink);
  border: 8px solid #26283A; box-shadow: var(--shadow-lg); overflow: hidden; position: relative;
}
.phone-mock img { width: 100%; height: 430px; object-fit: cover; }
.phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 120px; height: 20px; background: var(--ink); border-radius: 0 0 14px 14px; z-index: 2; }
.feat-list { list-style: none; padding: 0; margin: 0 0 24px; }
.feat-list li { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--gray-300); }
.feat-list .feat-ico {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.feat-list b { display: block; font-size: 15.5px; }
.feat-list p { margin: 2px 0 0; font-size: 14px; color: var(--gray-700); }

/* ---------- testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card {
  background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius);
  padding: 24px; position: relative;
}
.testi-card::before {
  content: "“"; position: absolute; top: 6px; right: 18px; font-size: 64px;
  color: var(--red); opacity: .14; font-family: Georgia, serif; line-height: 1;
}
.stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; margin-bottom: 10px; }
.testi-card p { font-size: 14.4px; color: var(--gray-700); }
.testi-who { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%; color: var(--white);
  display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px;
}
.a-red { background: linear-gradient(160deg, #F23A47, var(--red-dark)); }
.a-green { background: linear-gradient(160deg, #1BC47A, var(--green)); }
.a-blue { background: linear-gradient(160deg, #4D8DFF, var(--blue-deep)); }
.testi-who b { display: block; font-size: 14px; }
.testi-who span { font-size: 12.5px; color: var(--gray-500); }
.testi-note { text-align: center; font-size: 12.5px; color: var(--gray-500); margin-top: 18px; }

/* ---------- toolkit (innovative) ---------- */
.tool-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.tool-card {
  background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius);
  padding: 26px 24px;
}
.tool-card h3 { display: flex; align-items: center; gap: 10px; font-size: 17px; }
.tool-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 12px 0 4px; }
.tool-row label { font-size: 13px; font-weight: 700; color: var(--gray-700); flex: 0 0 100%; }
.tool-row input, .tool-row select {
  padding: 10px 14px; border-radius: 10px; border: 1.5px solid var(--gray-300);
  font-size: 15px; font-family: inherit; min-width: 0; background: var(--white); color: var(--ink);
}
.tool-row input:focus, .tool-row select:focus { outline: none; border-color: var(--blue); }
.tool-row input[type="number"] { width: 130px; }
.tool-result {
  margin-top: 12px; background: var(--ink); color: var(--white); border-radius: 10px;
  padding: 12px 16px; font-size: 13.5px; line-height: 1.6; min-height: 48px;
}
.tool-result b { color: var(--gold); font-size: 15px; }
.tool-note { font-size: 12.5px; color: var(--gray-500); margin-top: 10px; }

/* ---------- callouts ---------- */
.callout {
  border-radius: var(--radius-sm); padding: 18px 20px; margin: 22px 0;
  border-left: 5px solid var(--blue); background: var(--blue-soft); font-size: 14.6px;
}
.callout b { display: block; margin-bottom: 4px; }
.callout-green { border-left-color: var(--green); background: var(--green-soft); }
.callout-gold { border-left-color: var(--gold); background: var(--gold-soft); }
.callout-red { border-left-color: var(--red); background: #FDE8EA; }

/* safety/responsibility home cards */
.safety-split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.safety-card {
  background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius);
  padding: 28px 26px; display: flex; flex-direction: column; gap: 6px;
}
.safety-card .sc-ico {
  width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center;
  justify-content: center; font-size: 24px; margin-bottom: 10px;
}
.safety-card h3 { font-size: 18px; }
.safety-card p { font-size: 14.2px; color: var(--gray-700); }
.safety-card ul { margin: 6px 0 14px; }
.safety-card li { font-size: 14px; color: var(--gray-700); margin-bottom: 4px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-sm);
  margin-bottom: 12px; overflow: hidden;
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 17px 54px 17px 20px; position: relative;
  font-weight: 800; font-size: 15.5px; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  position: absolute; right: 16px; top: 50%; width: 26px; height: 26px; margin-top: -13px;
  border-radius: 8px; background: var(--gray-100); display: flex; align-items: center;
  justify-content: center; transition: transform .18s;
}
.faq-icon::before { content: "+"; font-weight: 900; color: var(--red); font-size: 17px; line-height: 1; }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--red); }
.faq-item[open] .faq-icon::before { color: var(--white); }
.faq-answer { padding: 0 20px 18px; color: var(--gray-700); font-size: 14.6px; }
.faq-answer p { margin: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(800px 300px at 15% 0%, rgba(245, 179, 1, .16), transparent 60%),
    radial-gradient(800px 300px at 85% 100%, rgba(29, 111, 242, .16), transparent 60%),
    var(--ink);
  border-top: 3px solid var(--gold);
  text-align: center; color: #D9DCE7; padding: 58px 0;
}
.cta-band h2 { color: var(--white); font-size: clamp(22px, 3vw, 30px); }
.cta-band p { max-width: 620px; margin: 0 auto 26px; font-size: 15px; }
.cta-band .hero-cta { justify-content: center; margin-bottom: 0; }

/* ---------- breadcrumbs ---------- */
.page-hero {
  background:
    radial-gradient(900px 300px at 90% 0%, rgba(245, 179, 1, .12), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  padding: 34px 0 38px; color: var(--white);
  border-bottom: 3px solid var(--red);
}
.breadcrumbs { margin-bottom: 16px; }
.breadcrumb-list {
  list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0;
  font-size: 13px;
}
.breadcrumb-list li { color: var(--gray-500); display: flex; align-items: center; gap: 6px; }
.breadcrumb-list li + li::before { content: "›"; color: var(--gold); font-size: 15px; }
.breadcrumb-list a { color: #C7CBD8; text-decoration: none; }
.breadcrumb-list a:hover { color: var(--gold); }
.breadcrumb-list span { color: var(--gold); font-weight: 700; }
.entry-kicker {
  color: var(--gold); font-weight: 900; letter-spacing: 2px; text-transform: uppercase;
  font-size: 12.5px; margin: 0 0 10px;
}
.entry-title { color: var(--white); font-size: clamp(24px, 3.6vw, 36px); margin: 0 0 12px; max-width: 860px; }
.entry-meta { color: var(--gray-500); font-size: 13.5px; margin: 0; }

/* ---------- single layout ---------- */
.single-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 40px;
  padding-top: 38px; padding-bottom: 64px; align-items: start;
}
.entry { min-width: 0; background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius); overflow: hidden; }
.entry-cover { margin: 0; }
.entry-cover img { width: 100%; height: auto; }
.entry-toc { margin: 26px 26px 6px; background: var(--gray-100); border: 1px solid var(--gray-300); border-radius: var(--radius-sm); padding: 18px 22px; }
.entry-toc-title { font-weight: 900; font-size: 13.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--red); margin: 0 0 8px; }
.entry-toc ol { margin: 0; padding-left: 20px; }
.entry-toc li { font-size: 14px; margin-bottom: 5px; }
.entry-content { padding: 26px 30px 30px; font-size: 15.6px; color: #2B2E3A; }
.entry-content h2 { font-size: 23px; margin: 1.5em 0 .55em; padding-top: 10px; }
.entry-content h2:first-child { margin-top: 0; padding-top: 0; }
.entry-content h3 { font-size: 18px; margin: 1.3em 0 .5em; }
.entry-content ul, .entry-content ol { margin: 0 0 1.2em; }
.entry-content li { margin-bottom: 7px; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content figure { margin: 1.6em 0; }
.entry-content figure img { border-radius: var(--radius-sm); }
.entry-content figcaption { font-size: 12.8px; color: var(--gray-500); margin-top: 8px; text-align: center; }
.entry-footer { padding: 22px 30px 30px; border-top: 1px solid var(--gray-300); }
.entry-tags { font-size: 13.5px; color: var(--gray-500); margin-bottom: 22px; }
.entry-tags a {
  display: inline-block; background: var(--gray-100); border: 1px solid var(--gray-300);
  padding: 4px 13px; border-radius: 999px; margin: 3px 4px 3px 6px; color: var(--gray-900);
  font-weight: 700; font-size: 12.5px; text-decoration: none !important;
}
.entry-tags a:hover { border-color: var(--red); color: var(--red); }
.related h3 { font-size: 18px; margin-bottom: 14px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-card {
  display: flex; flex-direction: column; gap: 4px; background: var(--gray-100);
  border: 1px solid var(--gray-300); border-radius: var(--radius-sm); padding: 16px;
  text-decoration: none !important; transition: border-color .15s, transform .15s;
}
.related-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.related-card strong { font-size: 14.2px; color: var(--ink); }
.related-card span { font-size: 12.6px; color: var(--gray-700); line-height: 1.5; }

/* ---------- sidebar ---------- */
.sidebar { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; }
.widget { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius); padding: 22px; }
.widget h3 {
  font-size: 14.5px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--red);
  padding-bottom: 10px; border-bottom: 2px solid var(--gold); margin-bottom: 14px;
}
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li { border-bottom: 1px dashed var(--gray-300); }
.widget ul li:last-child { border-bottom: 0; }
.widget ul a { display: block; padding: 9px 0; color: var(--gray-900); font-weight: 600; font-size: 14px; }
.widget ul a:hover { color: var(--red); }
.widget-safety { background: var(--green-soft); border-color: #BFE5D2; }
.widget-safety p { font-size: 13.6px; color: #1F5C3C; }
.badge-line { display: flex; align-items: center; gap: 10px; font-weight: 700; color: #1F5C3C; font-size: 13.6px; }
.widget-safety .badge-18 { width: 36px; height: 36px; min-width: 36px; font-size: 12px; }
.widget-cta { background: var(--ink-2); border-color: var(--ink-3); }
.widget-cta h3 { color: var(--gold); }
.widget-cta p { color: #C7CBD8; font-size: 13.6px; }

/* ---------- promo hub ---------- */
.promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.promo-card {
  display: flex; flex-direction: column; background: var(--white); overflow: hidden;
  border: 1px solid var(--gray-300); border-radius: var(--radius); text-decoration: none !important;
  transition: transform .16s, box-shadow .16s;
}
.promo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.promo-card figure { margin: 0; position: relative; }
.promo-card img { height: 200px; width: 100%; object-fit: cover; }
.promo-tag {
  position: absolute; top: 14px; left: 14px; background: var(--red); color: var(--white);
  font-size: 12px; font-weight: 900; letter-spacing: 1px; padding: 5px 13px; border-radius: 999px;
  text-transform: uppercase;
}
.promo-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.promo-body h2 { font-size: 19px; margin-bottom: 8px; }
.promo-body h2 a { color: var(--ink); text-decoration: none; }
.promo-body h2 a:hover { color: var(--red); }
.promo-body p { font-size: 14.2px; color: var(--gray-700); flex: 1; }
.promo-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 16px; }
.promo-meta span {
  background: var(--gray-100); border: 1px solid var(--gray-300); font-size: 12px;
  font-weight: 700; color: var(--gray-700); border-radius: 999px; padding: 4px 12px;
}

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.4em 0; border-radius: var(--radius-sm); border: 1px solid var(--gray-300); }
.entry-content table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 520px; }
.entry-content th {
  background: var(--ink); color: var(--gold); text-align: left; padding: 12px 14px;
  font-size: 12.8px; letter-spacing: .8px; text-transform: uppercase; white-space: nowrap;
}
.entry-content td { padding: 11px 14px; border-top: 1px solid var(--gray-300); vertical-align: top; background: var(--white); }
.entry-content tr:nth-child(even) td { background: var(--paper); }

/* ---------- forms (daftar/login) ---------- */
.form-wrap { max-width: 520px; margin: 0 auto; }
.form-card {
  background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 34px 30px; margin-top: 26px;
}
.form-card h1 { font-size: 26px; margin-bottom: 6px; }
.form-card .form-sub { color: var(--gray-700); font-size: 14px; margin-bottom: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 800; margin-bottom: 6px; color: var(--gray-900); }
.field input {
  width: 100%; padding: 12px 15px; border-radius: 10px; border: 1.5px solid var(--gray-300);
  font-size: 15px; font-family: inherit; background: var(--paper); color: var(--ink);
}
.field input:focus { outline: none; border-color: var(--blue); background: var(--white); }
.field-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--gray-700); margin: 18px 0; }
.field-check input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.form-note { font-size: 12.6px; color: var(--gray-500); text-align: center; margin-top: 16px; }
.form-legal { max-width: 640px; margin: 26px auto 0; }

/* ---------- search page ---------- */
.search-hero { text-align: center; padding: 54px 0 10px; }
.search-big { display: flex; max-width: 620px; margin: 22px auto 8px; }
.search-big input {
  flex: 1; padding: 15px 20px; border: 2px solid var(--gray-300); border-right: 0;
  border-radius: 12px 0 0 12px; font-size: 16px; font-family: inherit; min-width: 0; background: var(--white);
}
.search-big input:focus { outline: none; border-color: var(--blue); }
.search-big button {
  padding: 15px 26px; border: 0; border-radius: 0 12px 12px 0; cursor: pointer;
  background: linear-gradient(180deg, #F23A47, var(--red-dark)); color: var(--white);
  font-weight: 900; letter-spacing: .5px; font-size: 14.5px;
}
.search-results { max-width: 780px; margin: 26px auto 0; }
.search-result { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-sm); padding: 18px 20px; margin-bottom: 12px; }
.search-result .cat { font-size: 11.5px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; color: var(--red); }
.search-result h3 { margin: 4px 0 6px; font-size: 16.5px; }
.search-result h3 a { color: var(--ink); text-decoration: none; }
.search-result h3 a:hover { color: var(--red); }
.search-result p { margin: 0; font-size: 13.8px; color: var(--gray-700); }
.search-empty { text-align: center; color: var(--gray-700); padding: 30px 0; }
.all-pages { max-width: 780px; margin: 40px auto 0; }
.all-pages h2 { font-size: 20px; margin-bottom: 14px; }
.page-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.page-chips a { background: var(--white); border: 1px solid var(--gray-300); padding: 8px 16px; border-radius: 999px; font-size: 13.4px; font-weight: 700; color: var(--gray-900); text-decoration: none !important; }
.page-chips a:hover { border-color: var(--red); color: var(--red); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #B9BDD0; border-top: 3px solid var(--gold); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 40px; }
.footer-col h3 {
  color: var(--white); font-size: 14px; letter-spacing: 1.6px; text-transform: uppercase;
  margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--red);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #B9BDD0; font-size: 14px; text-decoration: none; }
.footer-col a:hover { color: var(--gold); }
.footer-about p { font-size: 13.6px; line-height: 1.7; margin: 14px 0; }
.footer-badges { display: flex; align-items: center; gap: 12px; }
.badge-note { font-size: 12.5px; color: var(--gray-500); }
.footer-legal { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0 150px; }
.footer-legal p { font-size: 12.3px; color: var(--gray-500); line-height: 1.7; margin: 0 0 10px; }
.footer-legal .copyright { color: #7A7E8C; margin-bottom: 0; text-align: center; padding-top: 12px; }

/* ---------- floating bar (slot style) ---------- */
.float-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
  pointer-events: none;
}
.float-bar-inner {
  max-width: 560px; margin: 0 auto 14px; display: flex; gap: 12px; padding: 0 16px;
  pointer-events: auto;
}
.float-btn {
  position: relative; flex: 1; display: flex; align-items: center; justify-content: center;
  gap: 10px; height: 58px; border-radius: 16px; text-decoration: none !important;
  font-weight: 900; letter-spacing: 1.2px; font-size: 17px; overflow: visible;
}
.float-btn-register {
  flex: 1.5; color: #3D2A00;
  background: linear-gradient(180deg, #FFE07A 0%, #F5B301 55%, #E09A00 100%);
  border: 2px solid #FFF3C4;
  box-shadow: 0 6px 22px rgba(245, 179, 1, .55), inset 0 2px 3px rgba(255, 255, 255, .7);
  animation: btn-pulse 1.8s ease-in-out infinite;
}
.float-btn-login {
  color: var(--white);
  background: linear-gradient(180deg, #F23A47 0%, #C41524 60%, #A8121F 100%);
  border: 2px solid rgba(255, 255, 255, .75);
  box-shadow: 0 6px 22px rgba(224, 32, 46, .5), inset 0 2px 3px rgba(255, 255, 255, .35);
}
@keyframes btn-pulse {
  0%, 100% { box-shadow: 0 6px 22px rgba(245, 179, 1, .5), inset 0 2px 3px rgba(255, 255, 255, .7); transform: translateY(0); }
  50% { box-shadow: 0 10px 30px rgba(245, 179, 1, .8), inset 0 2px 3px rgba(255, 255, 255, .7); transform: translateY(-2px); }
}
.reels { display: inline-flex; gap: 3px; }
.reel {
  width: 26px; height: 30px; border-radius: 7px; background: var(--ink);
  border: 1.5px solid #3A3D52; display: flex; align-items: center; justify-content: center;
  font-size: 15px; overflow: hidden; position: relative;
}
.reel::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .25), transparent);
  border-radius: 6px 6px 0 0;
}
.r2, .r3 { animation: reel-bounce 2.4s ease-in-out infinite; }
.r3 { animation-delay: .8s; }
@keyframes reel-bounce {
  0%, 18%, 100% { transform: translateY(0); }
  8% { transform: translateY(3px); }
  13% { transform: translateY(-3px); }
}
.coins { position: absolute; inset: 0; pointer-events: none; }
.coin {
  position: absolute; bottom: 6px; width: 18px; height: 18px; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #FFE9A8, #F5B301 60%, #C98A00);
  border: 1.5px solid #B87D00; color: #7A5300; font-size: 11px; font-weight: 900;
  display: flex; align-items: center; justify-content: center; font-style: normal;
  opacity: 0; transform: translateY(0) scale(.6);
}
.c1 { left: 12%; animation: coin-rise 2.6s ease-out infinite .2s; }
.c2 { left: 32%; animation: coin-rise 2.6s ease-out infinite .8s; }
.c3 { left: 58%; animation: coin-rise 2.6s ease-out infinite 1.5s; }
.c4 { left: 78%; animation: coin-rise 2.6s ease-out infinite 2s; }
@keyframes coin-rise {
  0% { opacity: 0; transform: translateY(4px) scale(.5) rotate(0deg); }
  15% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-46px) scale(1.15) rotate(200deg); }
}

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .float-btn-register, .r2, .r3, .coin { animation: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .nav-menu > li > a { padding: 10px 9px; font-size: 13.5px; }
  .nav-search input { width: 110px; }
  .single-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 26px; }
  .related-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .menu-toggle { display: flex; }
  .nav-menu {
    position: fixed; top: 74px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(11, 12, 18, .99); border-bottom: 3px solid var(--red);
    padding: 12px 20px 22px; margin: 0; max-height: calc(100vh - 74px);
    overflow-y: auto; display: none;
  }
  .nav-menu.open { display: flex; }
  .nav-menu > li > a { padding: 13px 10px; font-size: 15.5px; border-bottom: 1px solid rgba(255, 255, 255, .08); border-radius: 0; }
  .nav-extra { margin: 10px 0; }
  .nav-search input { width: 100%; padding: 12px 44px 12px 16px; border-radius: 10px; font-size: 15px; }
  .nav-search button { margin-left: -42px; font-size: 17px; }
  .nav-cta { margin: 12px 0 0; }
  .nav-cta .btn { flex: 1; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .why-split, .mobile-split { grid-template-columns: 1fr; gap: 30px; }
  .why-figure img { height: 300px; }
  .testi-grid { grid-template-columns: repeat(3, 1fr); }
  .tool-grid { grid-template-columns: 1fr; }
  .single-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .promo-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .hero { padding: 48px 0 30px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
  .cat-card img { height: 84px; }
  .cat-card-body { padding: 11px 13px 13px; }
  .cat-card-body strong { font-size: 14.5px; }
  .cat-card-body span { font-size: 12px; }
  .steps { grid-template-columns: 1fr; }
  .adv-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .safety-split { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .entry-content { padding: 20px 18px 24px; font-size: 15.2px; }
  .entry-content h2 { font-size: 20px; }
  .entry-footer { padding: 20px 18px 24px; }
  .section { padding: 46px 0; }
  .section-head { margin-bottom: 28px; }
  .phone-mock img { height: 330px; }
  .float-bar-inner { margin-bottom: 10px; padding: 0 12px; }
  .float-btn { height: 54px; font-size: 15.5px; border-radius: 14px; }
  .reel { width: 22px; height: 26px; font-size: 13px; }
  .footer-legal { padding-bottom: 120px; }
  .search-big { flex-direction: column; gap: 10px; }
  .search-big input { border: 2px solid var(--gray-300); border-radius: 12px; }
  .search-big button { border-radius: 12px; }
  .hero-cta .btn { flex: 1 1 auto; min-width: 150px; }
}
@media (max-width: 380px) {
  .brand-word { font-size: 20px; }
  .brand-chip { width: 40px; height: 40px; font-size: 13px; }
  .float-btn { font-size: 14px; gap: 7px; }
  .coin { width: 15px; height: 15px; font-size: 9px; }
}

/* safety net: never allow horizontal page overflow */
body { overflow-x: clip; }
