/*
Theme Name: Starscasino Press
Theme URI: https://starscasino.casino/
Author: Starscasino Editorial Team
Description: Tema statis bergaya WordPress untuk portal informasi casino online Starscasino (Bahasa Indonesia, 18+). Pratinjau statis penuh, tanpa dependensi JavaScript untuk konten.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: starscasino
Tags: casino-information, indonesian, responsive, seo-ready, accessibility-ready
*/

/* =====================================================
   1. Reset & Tokens
   ===================================================== */
:root {
  --sc-red: #c8102e;
  --sc-red-dark: #9b0c23;
  --sc-red-deep: #6f0818;
  --sc-green: #0f7b3f;
  --sc-green-dark: #0a5c2f;
  --sc-gold: #f2b90d;
  --sc-gold-soft: #ffd866;
  --sc-gold-pale: #fff4cc;
  --sc-blue: #17457f;
  --sc-blue-soft: #eaf1fb;
  --sc-navy: #0b1526;
  --sc-navy-2: #101d35;
  --sc-ink: #14181f;
  --sc-body: #2a3140;
  --sc-muted: #5c6575;
  --sc-line: #e5e8ef;
  --sc-bg: #ffffff;
  --sc-bg-soft: #f6f7fa;
  --sc-radius: 16px;
  --sc-radius-sm: 10px;
  --sc-shadow: 0 10px 30px -12px rgba(11, 21, 38, .18);
  --sc-shadow-lg: 0 24px 60px -18px rgba(11, 21, 38, .35);
  --sc-font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

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

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

img { max-width: 100%; height: auto; border-style: none; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sc-font);
  color: var(--sc-ink);
  line-height: 1.25;
  margin: 0 0 .5em;
  font-weight: 800;
  overflow-wrap: break-word;
}

p { margin: 0 0 1em; overflow-wrap: break-word; }

ul, ol { margin: 0 0 1em; padding-left: 1.25em; }

.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden;
  padding: 0; position: absolute !important; word-wrap: normal !important;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--sc-gold); color: #000; padding: 10px 18px;
  font-weight: 700; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #000; text-decoration: none; }

.wrap { max-width: 1160px; margin-inline: auto; padding-inline: 20px; }

/* =====================================================
   2. Buttons, Chips, Badges
   ===================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 12px; font-weight: 800; font-size: 15px;
  line-height: 1.2; border: 2px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover, .btn:focus { text-decoration: none; transform: translateY(-2px); }
.btn-red { background: linear-gradient(180deg, #e01538, var(--sc-red-dark)); color: #fff; box-shadow: 0 8px 20px -8px rgba(200, 16, 46, .6); }
.btn-red:hover, .btn-red:focus { color: #fff; box-shadow: 0 12px 26px -8px rgba(200, 16, 46, .7); }
.btn-gold { background: linear-gradient(180deg, var(--sc-gold-soft), var(--sc-gold)); color: #3a2a00; box-shadow: 0 8px 20px -8px rgba(242, 185, 13, .65); }
.btn-gold:hover, .btn-gold:focus { color: #241a00; }
.btn-green { background: linear-gradient(180deg, #16a055, var(--sc-green-dark)); color: #fff; box-shadow: 0 8px 20px -8px rgba(15, 123, 63, .55); }
.btn-green:hover, .btn-green:focus { color: #fff; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-outline:hover, .btn-outline:focus { background: rgba(255, 255, 255, .12); color: #fff; }
.btn-dark { background: var(--sc-navy); color: #fff; }
.btn-dark:hover, .btn-dark:focus { color: #fff; background: #1a2b4d; }
.btn-sm { padding: 8px 16px; font-size: 13px; border-radius: 10px; }
.btn-block { width: 100%; }

.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
  background: var(--sc-bg-soft); color: var(--sc-body); border: 1px solid var(--sc-line);
}
.chip-gold { background: var(--sc-gold-pale); border-color: #f0d98a; color: #6b5000; }
.chip-green { background: #e7f6ed; border-color: #b7e2c8; color: var(--sc-green-dark); }
.chip-blue { background: var(--sc-blue-soft); border-color: #c3d6f2; color: var(--sc-blue); }
.chip-red { background: #fdecef; border-color: #f3c2cc; color: var(--sc-red-dark); }

.badge-18 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 26px; padding: 0 8px; border-radius: 8px;
  background: var(--sc-red); color: #fff; font-weight: 800; font-size: 13px;
  border: 2px solid var(--sc-gold); letter-spacing: .5px;
}

.stars { color: var(--sc-gold); letter-spacing: 2px; font-size: 15px; }

/* =====================================================
   3. Topbar & Header
   ===================================================== */
.topbar { background: var(--sc-navy); color: #cdd6e4; font-size: 12.5px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 34px; padding-block: 4px; }
.topbar-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.topbar a { color: var(--sc-gold-soft); font-weight: 700; }
.topbar a:hover { color: var(--sc-gold); }

.site-header { background: #fff; border-bottom: 1px solid var(--sc-line); position: sticky; top: 0; z-index: 60; box-shadow: 0 4px 18px -10px rgba(11, 21, 38, .25); }
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 72px; }

.site-branding { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.site-branding .logo-mark {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(145deg, var(--sc-red), var(--sc-red-deep));
  border: 2px solid var(--sc-gold); display: grid; place-items: center;
  color: var(--sc-gold); font-size: 22px; line-height: 1;
  box-shadow: 0 6px 14px -6px rgba(200, 16, 46, .55);
}
.site-branding .site-title { font-size: 21px; font-weight: 800; margin: 0; letter-spacing: .3px; }
.site-branding .site-title a { color: var(--sc-navy); }
.site-branding .site-title a span { color: var(--sc-red); }
.site-branding .site-title a:hover { text-decoration: none; }
.site-branding .site-description { display: none; }

.main-navigation { margin-left: auto; }
.main-navigation ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-navigation a {
  display: block; padding: 9px 13px; border-radius: 10px;
  color: var(--sc-navy); font-weight: 700; font-size: 14.5px;
}
.main-navigation a:hover, .main-navigation .current-menu-item a {
  background: var(--sc-bg-soft); color: var(--sc-red); text-decoration: none;
}

.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.main-navigation + .header-actions { margin-left: 0; }

.header-search { display: flex; align-items: center; }
.header-search form { display: flex; }
.header-search input {
  width: 170px; padding: 9px 14px; border: 2px solid var(--sc-line);
  border-radius: 10px 0 0 10px; font: inherit; font-size: 13.5px; outline: none;
  border-right: 0; min-width: 0;
}
.header-search input:focus { border-color: var(--sc-gold); }
.header-search button {
  border: 0; background: var(--sc-navy); color: var(--sc-gold); padding: 0 14px;
  border-radius: 0 10px 10px 0; cursor: pointer; font-size: 15px;
}
.header-search button:hover { background: var(--sc-red); color: #fff; }

.nav-toggle {
  display: none; border: 0; background: transparent; cursor: pointer;
  width: 44px; height: 44px; border-radius: 10px; position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 2.6px; border-radius: 2px;
  background: var(--sc-navy); position: absolute; left: 11px;
}
.nav-toggle span { top: 21px; }
.nav-toggle span::before { top: -7px; left: 0; }
.nav-toggle span::after { top: 7px; left: 0; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================
   4. Hero
   ===================================================== */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(242, 185, 13, .16), transparent 60%),
    radial-gradient(700px 380px at -10% 110%, rgba(200, 16, 46, .35), transparent 60%),
    linear-gradient(160deg, #101d35 0%, #0b1526 45%, #4d0715 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35;
  background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1.6px);
  background-size: 26px 26px;
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; padding-block: 58px 64px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(242, 185, 13, .14); border: 1px solid rgba(242, 185, 13, .45);
  color: var(--sc-gold-soft); padding: 6px 14px; border-radius: 999px;
  font-size: 12.5px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
}
.hero h1 { color: #fff; font-size: clamp(30px, 4.6vw, 46px); margin: 18px 0 14px; }
.hero h1 em { font-style: normal; color: var(--sc-gold); }
.hero-sub { color: #d7deea; font-size: clamp(15px, 1.7vw, 17.5px); max-width: 54ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 22px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-facts .chip { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); color: #e6ebf3; }

.hero-figure { position: relative; }
.hero-figure img {
  display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: cover;
  border-radius: 20px; border: 3px solid rgba(242, 185, 13, .8);
  box-shadow: var(--sc-shadow-lg);
}
.hero-figure::before {
  content: "★ ★ ★"; position: absolute; top: -16px; left: 22px;
  color: var(--sc-gold); letter-spacing: 10px; font-size: 15px; text-shadow: 0 4px 14px rgba(0,0,0,.5);
}
.hero-figure figcaption {
  position: absolute; left: 14px; bottom: 14px; right: 14px;
  background: rgba(11, 21, 38, .82); backdrop-filter: blur(4px);
  border: 1px solid rgba(242, 185, 13, .35); color: #e9edf4;
  padding: 10px 14px; border-radius: 12px; font-size: 12.5px; line-height: 1.5;
}

/* =====================================================
   5. Sections & Cards
   ===================================================== */
.section { padding-block: 58px; }
.section-soft { background: var(--sc-bg-soft); }
.section-dark {
  background:
    radial-gradient(700px 300px at 110% 0%, rgba(242, 185, 13, .12), transparent 55%),
    linear-gradient(180deg, var(--sc-navy), var(--sc-navy-2));
  color: #cfd7e4;
}
.section-dark h2, .section-dark h3 { color: #fff; }

.section-head { max-width: 720px; margin-bottom: 34px; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--sc-red); margin-bottom: 10px;
}
.eyebrow-gold { color: var(--sc-gold); }
.section-head h2 { font-size: clamp(24px, 3.4vw, 34px); }
.section-head .section-sub { color: var(--sc-muted); font-size: 16px; }
.section-dark .section-head .section-sub { color: #aab5c6; }

.grid-2, .grid-3, .grid-4 { 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); }

.card {
  background: #fff; border: 1px solid var(--sc-line); border-radius: var(--sc-radius);
  padding: 24px; box-shadow: 0 4px 16px -10px rgba(11, 21, 38, .12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sc-shadow); }
.section-dark .card { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .12); box-shadow: none; }
.section-dark .card:hover { background: rgba(255, 255, 255, .08); }

.card h3 { font-size: 19px; margin-bottom: 8px; }
.card p:last-child { margin-bottom: 0; }

.icon-badge {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  font-size: 25px; margin-bottom: 14px; flex-shrink: 0;
  background: linear-gradient(145deg, var(--sc-gold-pale), #ffe9a3);
  border: 1px solid #eddc9a;
}
.icon-badge.red { background: linear-gradient(145deg, #fdecef, #f9d0d8); border-color: #f3c2cc; }
.icon-badge.green { background: linear-gradient(145deg, #e7f6ed, #d0eedd); border-color: #b7e2c8; }
.icon-badge.blue { background: linear-gradient(145deg, var(--sc-blue-soft), #d7e6f8); border-color: #c3d6f2; }
.section-dark .icon-badge { background: rgba(242, 185, 13, .15); border-color: rgba(242, 185, 13, .4); }

/* Steps */
.step-card { position: relative; padding-top: 30px; }
.step-num {
  position: absolute; top: -22px; left: 22px; width: 48px; height: 48px;
  border-radius: 14px; display: grid; place-items: center;
  font-weight: 800; font-size: 20px; color: #fff;
  background: linear-gradient(145deg, var(--sc-red), var(--sc-red-deep));
  border: 2px solid var(--sc-gold); box-shadow: 0 8px 18px -6px rgba(200, 16, 46, .5);
}
.steps-grid { margin-top: 34px; }

/* Category cards */
.cat-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.cat-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.cat-card .cat-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.cat-card h3 a { color: var(--sc-ink); }
.cat-card h3 a:hover { color: var(--sc-red); text-decoration: none; }
.cat-card .cat-meta { display: flex; flex-wrap: wrap; gap: 8px; }

/* Promo cards */
.promo-card { display: flex; flex-direction: column; gap: 0; padding: 0; overflow: hidden; }
.promo-card .promo-banner { position: relative; }
.promo-card .promo-banner img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.promo-card .promo-banner .promo-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--sc-red); color: #fff; border: 2px solid var(--sc-gold);
  padding: 3px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 800;
  letter-spacing: .8px; text-transform: uppercase;
}
.promo-card .promo-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.promo-specs { display: flex; flex-wrap: wrap; gap: 8px; }
.promo-card .promo-cta { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; }

/* Testimonials */
.testimonial { position: relative; }
.testimonial .t-quote { color: var(--sc-gold); font-size: 40px; line-height: 1; font-family: Georgia, serif; }
.testimonial p { font-style: italic; color: var(--sc-body); }
.testimonial .t-author { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.t-avatar {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 15px; flex-shrink: 0;
  background: linear-gradient(145deg, var(--sc-blue), var(--sc-navy));
  border: 2px solid var(--sc-gold);
}
.t-avatar.r { background: linear-gradient(145deg, var(--sc-red), var(--sc-red-deep)); }
.t-avatar.g { background: linear-gradient(145deg, #16a055, var(--sc-green-dark)); }
.t-author strong { display: block; font-size: 14.5px; color: var(--sc-ink); }
.t-author span { font-size: 12.5px; color: var(--sc-muted); }

/* Mobile showcase */
.mobile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.phone-mockup {
  width: min(270px, 78vw); margin-inline: auto; aspect-ratio: 9 / 18.6;
  border: 10px solid #060b16; border-radius: 38px; position: relative;
  background: linear-gradient(165deg, #14233f, #0b1526 55%, #4d0715);
  box-shadow: var(--sc-shadow-lg), inset 0 0 0 2px rgba(242, 185, 13, .4);
  padding: 18px 14px; display: flex; flex-direction: column; gap: 10px; overflow: hidden;
}
.phone-mockup::before {
  content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 14px; border-radius: 999px; background: #060b16;
}
.phone-notch-title { margin-top: 14px; text-align: center; color: var(--sc-gold); font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.phone-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.phone-tile {
  aspect-ratio: 1 / 1.05; border-radius: 12px; display: grid; place-items: center;
  font-size: 22px; color: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .14);
}
.phone-tile:nth-child(1) { background: linear-gradient(145deg, #7a1229, #4d0715); }
.phone-tile:nth-child(2) { background: linear-gradient(145deg, #0f5c36, #083a22); }
.phone-tile:nth-child(3) { background: linear-gradient(145deg, #2a5aa8, #122f58); }
.phone-tile:nth-child(4) { background: linear-gradient(145deg, #b8860b, #7a5a04); }
.phone-tile:nth-child(5) { background: linear-gradient(145deg, #232f7a, #101a4d); }
.phone-tile:nth-child(6) { background: linear-gradient(145deg, #9b0c23, #6f0818); }
.phone-banner {
  margin-top: auto; border-radius: 12px; padding: 10px 12px; text-align: center;
  background: linear-gradient(180deg, var(--sc-gold-soft), var(--sc-gold));
  color: #3a2a00; font-weight: 800; font-size: 12.5px; border: 1px solid #d9a406;
}
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.feature-list .f-check {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
  background: #e7f6ed; border: 1.5px solid #b7e2c8; color: var(--sc-green-dark); font-weight: 800;
}
.feature-list strong { display: block; color: var(--sc-ink); }

/* Glossary accordion */
.glossary { display: grid; gap: 12px; }
details.faq-item, details.gloss-item {
  background: #fff; border: 1px solid var(--sc-line); border-radius: var(--sc-radius-sm);
  padding: 0; overflow: hidden;
}
details.flag-gold { border-left: 4px solid var(--sc-gold); }
details summary {
  cursor: pointer; padding: 16px 52px 16px 18px; font-weight: 700; color: var(--sc-ink);
  position: relative; list-style: none; font-size: 15.5px;
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  background: var(--sc-bg-soft); color: var(--sc-red); font-weight: 800;
  border: 1px solid var(--sc-line); transition: transform .18s ease;
}
details[open] summary::after { content: "−"; background: var(--sc-red); color: #fff; }
details .faq-body, details .gloss-body { padding: 0 18px 18px; color: var(--sc-body); font-size: 15px; }
details .gloss-body p:last-child { margin-bottom: 0; }
.gloss-term-tag { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--sc-muted); font-weight: 800; display: block; margin-bottom: 2px; }

/* Tag cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud a {
  padding: 8px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 700;
  background: #fff; border: 1.5px solid var(--sc-line); color: var(--sc-navy);
}
.tag-cloud a:hover { border-color: var(--sc-gold); background: var(--sc-gold-pale); color: var(--sc-red); text-decoration: none; transform: translateY(-2px); }
.tag-cloud a.hot::before { content: "🔥"; margin-right: 6px; }

/* =====================================================
   6. Breadcrumb & Page hero
   ===================================================== */
.breadcrumb {
  background: var(--sc-bg-soft); border-bottom: 1px solid var(--sc-line); font-size: 13px;
}
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 12px 0; }
.breadcrumb li { display: flex; align-items: center; gap: 6px; color: var(--sc-muted); }
.breadcrumb li + li::before { content: "›"; color: var(--sc-gold); font-weight: 800; }
.breadcrumb a { color: var(--sc-blue); font-weight: 700; }
.breadcrumb a:hover { color: var(--sc-red); }
.breadcrumb [aria-current="page"] { color: var(--sc-navy); font-weight: 700; }

.page-hero { padding-block: 42px 8px; }
.page-hero h1 { font-size: clamp(26px, 3.8vw, 38px); }
.page-hero .page-lead { color: var(--sc-muted); max-width: 70ch; font-size: 16.5px; }
.page-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 12px; font-size: 13px; color: var(--sc-muted); }
.article-featured { margin: 18px 0 8px; }
.article-featured img {
  width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover;
  border-radius: var(--sc-radius); border: 1px solid var(--sc-line);
}
.article-featured figcaption { font-size: 12.5px; color: var(--sc-muted); margin-top: 8px; }

/* =====================================================
   7. Content area (WP-style) + Sidebar
   ===================================================== */
.content-area { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; padding-block: 34px 64px; align-items: start; }
.content-area.no-sidebar { grid-template-columns: minmax(0, 1fr); max-width: 860px; margin-inline: auto; }

.entry-content { font-size: 16px; }
.entry-content h2 { font-size: clamp(21px, 2.6vw, 26px); margin: 1.9em 0 .6em; padding-left: 14px; border-left: 4px solid var(--sc-gold); }
.entry-content h3 { font-size: 19px; margin: 1.5em 0 .5em; }
.entry-content p { line-height: 1.85; }
.entry-content ul li, .entry-content ol li { margin-bottom: .45em; line-height: 1.75; }
.entry-content img { border-radius: var(--sc-radius-sm); }
.entry-content .inline-img { margin: 1.6em 0; }
.entry-content .inline-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border: 1px solid var(--sc-line); }
.entry-content .inline-img figcaption { font-size: 12.5px; color: var(--sc-muted); margin-top: 8px; }

.callout {
  border-radius: var(--sc-radius-sm); padding: 18px 20px; margin: 1.6em 0;
  border: 1px solid; font-size: 15px;
}
.callout p:last-child { margin-bottom: 0; }
.callout-warn { background: #fff8ec; border-color: #f0d98a; }
.callout-warn .callout-title { color: #8a6400; }
.callout-info { background: var(--sc-blue-soft); border-color: #c3d6f2; }
.callout-info .callout-title { color: var(--sc-blue); }
.callout-safe { background: #e7f6ed; border-color: #b7e2c8; }
.callout-safe .callout-title { color: var(--sc-green-dark); }
.callout-title { font-weight: 800; display: flex; align-items: center; gap: 8px; margin-bottom: 6px; font-size: 15px; }

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.4em 0; border-radius: var(--sc-radius-sm); border: 1px solid var(--sc-line); }
table.spec-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 480px; background: #fff; }
.spec-table th, .spec-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--sc-line); vertical-align: top; }
.spec-table thead th { background: var(--sc-navy); color: #fff; font-weight: 700; white-space: nowrap; }
.spec-table tbody tr:nth-child(even) { background: var(--sc-bg-soft); }
.spec-table tbody tr:last-child td { border-bottom: 0; }

.article-cta {
  margin-top: 2.4em; border-radius: var(--sc-radius); overflow: hidden;
  background: linear-gradient(150deg, #101d35, #0b1526 55%, #4d0715);
  color: #e6ebf3; padding: 28px; border: 1px solid rgba(242, 185, 13, .4);
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between;
}
.article-cta h3 { color: var(--sc-gold); margin-bottom: 6px; font-size: 20px; }
.article-cta p { margin: 0; font-size: 14.5px; max-width: 52ch; }

/* Sidebar widgets */
.widget-area { display: grid; gap: 24px; position: sticky; top: 92px; }
.widget {
  background: #fff; border: 1px solid var(--sc-line); border-radius: var(--sc-radius);
  padding: 20px; box-shadow: 0 4px 16px -10px rgba(11, 21, 38, .12);
}
.widget-title {
  font-size: 15.5px; margin: 0 0 14px; padding-bottom: 10px;
  border-bottom: 2px solid var(--sc-gold); display: flex; align-items: center; gap: 8px;
}
.widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.widget ul a { font-weight: 700; font-size: 14px; color: var(--sc-navy); display: flex; gap: 8px; align-items: baseline; }
.widget ul a::before { content: "▸"; color: var(--sc-red); flex-shrink: 0; }
.widget ul a:hover { color: var(--sc-red); }
.widget .widget-note { font-size: 12.5px; color: var(--sc-muted); margin: 12px 0 0; line-height: 1.6; }
.widget-promo-mini { display: grid; gap: 12px; }
.widget-promo-mini a.wpm {
  display: block; border: 1px solid var(--sc-line); border-radius: var(--sc-radius-sm);
  padding: 12px 14px; background: var(--sc-bg-soft);
}
.widget-promo-mini a.wpm:hover { border-color: var(--sc-gold); text-decoration: none; background: var(--sc-gold-pale); }
.wpm strong { display: block; color: var(--sc-navy); font-size: 14px; }
.wpm span { font-size: 12px; color: var(--sc-muted); }

/* =====================================================
   8. Promo landing
   ===================================================== */
.promo-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(800px 340px at 90% -20%, rgba(242,185,13,.18), transparent 60%), linear-gradient(150deg, #101d35, #0b1526 50%, #4d0715); padding-block: 46px; }
.promo-hero h1 { color: #fff; font-size: clamp(26px, 3.8vw, 38px); }
.promo-hero .promo-lead { color: #d7deea; max-width: 66ch; }
.promo-hero .promo-period { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; background: rgba(200,16,46,.35); border: 1px solid rgba(242,185,13,.5); color: #ffe9b3; padding: 5px 14px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.promo-figure img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: var(--sc-radius); border: 2px solid rgba(242,185,13,.55); margin-top: 22px; }

/* =====================================================
   9. Forms (Daftar / Masuk)
   ===================================================== */
.auth-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; padding-block: 46px 70px; }
.auth-visual { position: relative; }
.auth-visual img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: var(--sc-radius); border: 2px solid rgba(242,185,13,.5); box-shadow: var(--sc-shadow-lg); }
.auth-visual .auth-badge {
  position: absolute; top: 16px; left: 16px; background: rgba(11,21,38,.88);
  border: 1px solid rgba(242,185,13,.5); color: #ffe9b3; border-radius: 10px;
  padding: 6px 12px; font-size: 12px; font-weight: 800; letter-spacing: 1px;
}
.form-card {
  background: #fff; border: 1px solid var(--sc-line); border-radius: var(--sc-radius);
  padding: 30px 28px; box-shadow: var(--sc-shadow); max-width: 520px; width: 100%; margin-inline: auto;
}
.form-card h1 { font-size: 26px; }
.form-card .form-sub { color: var(--sc-muted); font-size: 14px; margin-bottom: 20px; }
.form-row { display: grid; gap: 14px; margin-bottom: 14px; }
.form-row.cols-2 { grid-template-columns: 1fr 1fr; }
label { font-weight: 700; font-size: 13.5px; color: var(--sc-navy); display: block; margin-bottom: 6px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], select {
  width: 100%; padding: 12px 14px; border: 2px solid var(--sc-line); border-radius: 10px;
  font: inherit; font-size: 14.5px; color: var(--sc-ink); background: #fff; outline: none;
  transition: border-color .15s ease; min-width: 0;
}
input:focus, select:focus { border-color: var(--sc-gold); }
.form-hint { font-size: 12px; color: var(--sc-muted); margin-top: 5px; }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--sc-body); margin: 16px 0; line-height: 1.6; }
.form-check input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--sc-red); flex-shrink: 0; }
.form-note { font-size: 12px; color: var(--sc-muted); text-align: center; margin-top: 14px; line-height: 1.6; }
.form-alert {
  border-radius: 10px; padding: 12px 16px; font-size: 13.5px; margin-bottom: 16px;
  background: var(--sc-gold-pale); border: 1px solid #f0d98a; color: #6b5000;
}
.auth-alt { text-align: center; margin-top: 18px; font-size: 14px; }
.auth-alt a { font-weight: 800; }

/* Search page */
.search-hero-form { display: flex; max-width: 640px; margin: 24px auto 0; }
.search-hero-form input {
  flex: 1; padding: 15px 18px; border: 2px solid var(--sc-line); border-radius: 12px 0 0 12px;
  font: inherit; font-size: 15.5px; outline: none; border-right: 0; min-width: 0;
}
.search-hero-form input:focus { border-color: var(--sc-gold); }
.search-hero-form button {
  border: 0; padding: 0 26px; border-radius: 0 12px 12px 0;
  background: linear-gradient(180deg, #e01538, var(--sc-red-dark)); color: #fff;
  font-weight: 800; font-size: 15px; cursor: pointer;
}
.search-results { display: grid; gap: 16px; margin-top: 30px; }
.search-result { padding: 20px 22px; }
.search-result h3 { margin-bottom: 6px; font-size: 17.5px; }
.search-result p { margin: 0 0 8px; font-size: 14px; color: var(--sc-muted); }
.search-empty { text-align: center; padding: 44px 20px; color: var(--sc-muted); }

/* =====================================================
   10. Footer
   ===================================================== */
.site-footer {
  background: linear-gradient(180deg, var(--sc-navy-2), var(--sc-navy)); color: #b9c3d3;
  border-top: 3px solid var(--sc-gold); font-size: 14px;
}
.footer-widgets { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 36px; padding-block: 46px 34px; }
.site-footer .widget { background: transparent; border: 0; padding: 0; box-shadow: none; }
.site-footer .widget-title { color: #fff; border-bottom-color: rgba(242,185,13,.5); }
.site-footer a { color: #cfd7e4; }
.site-footer a:hover { color: var(--sc-gold); }
.site-footer .widget ul a { color: #cfd7e4; font-weight: 600; }
.site-footer .widget ul a::before { content: "▸"; color: var(--sc-red); }
.site-footer .widget ul a:hover { color: var(--sc-gold); }
.footer-about p { font-size: 13.5px; line-height: 1.75; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand .logo-mark { width: 38px; height: 38px; font-size: 19px; }
.footer-brand strong { color: #fff; font-size: 18px; letter-spacing: .3px; }
.footer-brand strong span { color: var(--sc-red); }
.footer-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.footer-badges .chip { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); color: #dbe2ec; }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.1); padding-block: 18px;
  font-size: 12px; color: #8e99ab; line-height: 1.7;
}
.footer-legal p { margin: 0 0 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-block: 16px;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center;
  font-size: 12.5px; color: #8e99ab;
}

/* =====================================================
   11. Floating slot widget (bottom)
   ===================================================== */
.sc-float {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: linear-gradient(180deg, #a30f28, #6f0818);
  border-top: 2px solid var(--sc-gold);
  box-shadow: 0 -12px 34px -14px rgba(0,0,0,.55);
}
.sc-float-inner {
  max-width: 1160px; margin-inline: auto; padding: 8px 16px;
  display: flex; align-items: center; justify-content: center; gap: 22px;
  min-height: 62px; position: relative; overflow: hidden;
}
.sc-float-reels { display: flex; gap: 7px; }
.sc-reel {
  width: 34px; height: 34px; border-radius: 8px; overflow: hidden;
  background: linear-gradient(180deg, #fff, #ffd866 30%, #f2b90d 60%, #c98f06);
  border: 2px solid #fff2c4; box-shadow: inset 0 -3px 6px rgba(0,0,0,.28);
  position: relative;
}
.sc-reel i {
  display: block; height: 34px; line-height: 34px; text-align: center;
  font-style: normal; font-size: 17px; font-weight: 800; color: #7a1229;
}
.sc-reel .reel-strip { display: block; animation: sc-spin 1.05s linear infinite; }
.sc-reel:nth-child(2) .reel-strip { animation-duration: 1.35s; }
.sc-reel:nth-child(3) .reel-strip { animation-duration: .85s; }
@keyframes sc-spin {
  0% { transform: translateY(0); }
  100% { transform: translateY(-136px); }
}
@media (prefers-reduced-motion: reduce) {
  .sc-reel .reel-strip { animation: none; }
  .sc-coin { display: none; }
}
.sc-float-brand { color: #ffe9b3; font-weight: 800; font-size: 14px; letter-spacing: 1.6px; white-space: nowrap; }
.sc-float-brand small { display: block; font-size: 9.5px; letter-spacing: 2.6px; color: #f5c97d; font-weight: 700; }
.sc-float-cta { display: flex; gap: 10px; }
.sc-btn-float {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 26px; border-radius: 11px; font-weight: 800; font-size: 15px;
  letter-spacing: .6px; text-decoration: none; border: 2px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease;
}
.sc-btn-float:hover { text-decoration: none; transform: translateY(-2px); }
.sc-btn-float.gold {
  background: linear-gradient(180deg, #ffe07a, #f2b90d 60%, #d99e06);
  color: #4a3300; border-color: #fff2c4;
  animation: sc-pulse 1.8s ease-in-out infinite;
}
.sc-btn-float.ghost { background: rgba(255,255,255,.1); color: #ffe9b3; border-color: rgba(255,233,179,.65); }
.sc-btn-float.ghost:hover { background: rgba(255,255,255,.2); color: #fff; }
@keyframes sc-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 216, 102, .55), 0 6px 16px -6px rgba(0,0,0,.4); }
  50% { box-shadow: 0 0 0 9px rgba(255, 216, 102, 0), 0 6px 16px -6px rgba(0,0,0,.4); }
}
.sc-coin {
  position: absolute; bottom: -14px; width: 13px; height: 13px; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #ffe9a3, #f2b90d 55%, #b8860b);
  border: 1.5px solid #ffd866; opacity: 0; pointer-events: none;
  animation: sc-coin-rise 2.6s ease-in infinite;
}
.sc-coin.c1 { left: 16%; animation-delay: 0s; }
.sc-coin.c2 { left: 26%; animation-delay: .5s; width: 10px; height: 10px; }
.sc-coin.c3 { left: 72%; animation-delay: 1.1s; }
.sc-coin.c4 { left: 82%; animation-delay: 1.7s; width: 10px; height: 10px; }
.sc-coin.c5 { left: 46%; animation-delay: 2.2s; }
@keyframes sc-coin-rise {
  0% { transform: translateY(0) rotate(0deg); opacity: 0; }
  12% { opacity: .95; }
  100% { transform: translateY(-92px) rotate(340deg); opacity: 0; }
}

/* =====================================================
   12. Utilities
   ===================================================== */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-btn { display: flex; flex-wrap: wrap; gap: 12px; }

.two-col-list { columns: 2; column-gap: 34px; }
.two-col-list li { break-inside: avoid; }

.divider-gold { height: 3px; border: 0; margin: 0; background: linear-gradient(90deg, transparent, var(--sc-gold), transparent); }

/* =====================================================
   13. Responsive
   ===================================================== */
@media (max-width: 1080px) {
  .header-search input { width: 130px; }
  .content-area { grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; }
  .footer-widgets { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1120px) {
  .main-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--sc-line); box-shadow: var(--sc-shadow); padding: 12px 20px 20px; margin: 0; }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-navigation a { padding: 12px 14px; font-size: 15.5px; }
  .nav-toggle { display: block; order: 5; }
  .header-search { display: none; }
  .header-actions { margin-left: auto; }
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; padding-block: 44px 48px; }
  .hero-figure { max-width: 640px; }
  .mobile-grid { grid-template-columns: 1fr; gap: 36px; }
  .auth-layout { grid-template-columns: 1fr; padding-block: 34px 56px; }
  .content-area { grid-template-columns: minmax(0, 1fr); }
  .widget-area { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 480px) {
  .header-inner { gap: 10px; min-height: 62px; }
  .site-branding { gap: 8px; }
  .site-branding .logo-mark { width: 34px; height: 34px; font-size: 17px; border-radius: 9px; }
  .site-branding .site-title { font-size: 17px; }
  .nav-toggle { width: 40px; height: 40px; }
  .nav-toggle span { top: 19px; }
}

@media (max-width: 760px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .section { padding-block: 44px; }
  .two-col-list { columns: 1; }
  .header-actions .btn-outline { display: none; }
  .footer-widgets { grid-template-columns: 1fr; gap: 26px; }
  .topbar-right { display: none; }
}

@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .widget-area { grid-template-columns: 1fr; }
  .form-row.cols-2 { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1 1 100%; }
  .sc-float-brand { display: none; }
  .sc-float-inner { gap: 14px; }
  .sc-float-cta { gap: 8px; }
  .sc-btn-float { padding: 9px 18px; font-size: 14px; }
  .article-cta { flex-direction: column; align-items: flex-start; }
  .header-actions .btn { padding: 9px 14px; font-size: 13px; }
  .btn-block-sm { width: 100%; }
}
