/*
Theme Name: 88mega
Theme URI: https://88mega.games
Author: 88mega Games
Description: Tema portal informasi kasino & hiburan online 88mega untuk pengunjung dewasa Indonesia. Struktur mengikuti konvensi template WordPress, dirender sebagai HTML statis.
Version: 1.0.0
Text Domain: 88mega
Tags: casino, dark, responsive, accessibility-ready
*/

/* =========================================================
   1. Reset & Base
   ========================================================= */
:root {
    --bg: #0b0d12;
    --bg-alt: #11141c;
    --bg-soft: #151926;
    --card: #171b26;
    --card-hi: #1d2331;
    --line: #272e40;
    --line-soft: #202636;
    --text: #eef2f9;
    --text-soft: #c6cedd;
    --muted: #97a3b8;
    --red: #e02745;
    --red-deep: #b01533;
    --red-dark: #7c0d23;
    --gold: #f7c94f;
    --gold-hi: #ffe08a;
    --gold-deep: #d99a1b;
    --green: #2ec77b;
    --green-deep: #17925a;
    --blue: #4d9fff;
    --blue-deep: #1f6fd0;
    --yellow: #ffd166;
    --radius: 14px;
    --radius-sm: 10px;
    --shadow: 0 12px 34px rgba(0, 0, 0, .38);
    --shadow-hi: 0 18px 48px rgba(0, 0, 0, .5);
    --font: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --container: 1180px;
    --header-h: 68px;
    --float-h: 62px;
}

*,
*::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.75;
    color: var(--text);
    background: var(--bg);
    overflow-wrap: break-word;
}

img,
svg,
video,
iframe {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    color: var(--blue);
    text-decoration: none;
    transition: color .18s ease;
}

a:hover,
a:focus {
    color: var(--gold-hi);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .55em;
    line-height: 1.28;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.01em;
}

h1 { font-size: 2.15rem; }
h2 { font-size: 1.65rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.08rem; }

p {
    margin: 0 0 1.1em;
}

ul, ol {
    margin: 0 0 1.2em;
    padding-left: 1.4em;
}

li { margin-bottom: .45em; }

blockquote {
    margin: 1.4em 0;
    padding: .9em 1.3em;
    border-left: 4px solid var(--gold);
    background: var(--bg-soft);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: var(--text-soft);
}

code, kbd, pre {
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: .92em;
}

:not(pre) > code {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: .1em .45em;
    color: var(--gold);
}

pre {
    background: #0a0c10;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 1em;
    overflow-x: auto;
}

hr {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 2.2em 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: .95rem;
}

th, td {
    border: 1px solid var(--line);
    padding: .7em .9em;
    text-align: left;
    vertical-align: top;
}

th {
    background: var(--bg-soft);
    color: var(--gold);
    font-weight: 700;
    white-space: nowrap;
}

td { color: var(--text-soft); }

/* =========================================================
   2. Aksesibilitas (WP style)
   ========================================================= */
.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;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
    background: var(--gold);
    color: #201200;
    padding: 10px 18px;
    font-weight: 700;
    border-radius: 0 0 8px 0;
}

.skip-link:focus {
    left: 0;
}

:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

/* =========================================================
   3. Layout umum
   ========================================================= */
.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(1100px 500px at 85% -100px, rgba(224, 39, 69, .16), transparent 60%),
        radial-gradient(900px 420px at -10% 30%, rgba(247, 201, 79, .05), transparent 55%),
        var(--bg);
}

.site-content {
    flex: 1 0 auto;
}

.site-main {
    display: block;
}

.section {
    padding: 56px 0;
}

.section--alt {
    background: linear-gradient(180deg, var(--bg-alt), rgba(17, 20, 28, .35));
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
}

.section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-head--left {
    margin-left: 0;
    text-align: left;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 2px;
}

.section-head p {
    color: var(--muted);
    margin: 0;
}

/* =========================================================
   4. Tombol
   ========================================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 800;
    font-size: .95rem;
    line-height: 1.2;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
    white-space: nowrap;
}

.btn:active {
    transform: translateY(1px) scale(.99);
}

.btn--gold {
    background: linear-gradient(180deg, var(--gold-hi), var(--gold) 45%, var(--gold-deep));
    color: #2a1a00;
    box-shadow: 0 6px 20px rgba(247, 201, 79, .32), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.btn--gold:hover {
    color: #2a1a00;
    filter: brightness(1.07);
    box-shadow: 0 10px 26px rgba(247, 201, 79, .45), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.btn--green {
    background: linear-gradient(180deg, #43dd8f, var(--green) 45%, var(--green-deep));
    color: #03130a;
    box-shadow: 0 6px 20px rgba(46, 199, 123, .3), inset 0 1px 0 rgba(255, 255, 255, .4);
}

.btn--green:hover {
    color: #03130a;
    filter: brightness(1.07);
}

.btn--red {
    background: linear-gradient(180deg, #f04964, var(--red) 45%, var(--red-deep));
    color: #fff;
    box-shadow: 0 6px 20px rgba(224, 39, 69, .38), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.btn--red:hover {
    color: #fff;
    filter: brightness(1.08);
}

.btn--outline {
    background: rgba(255, 255, 255, .04);
    border-color: var(--gold);
    color: var(--gold);
}

.btn--outline:hover {
    background: rgba(247, 201, 79, .12);
    color: var(--gold-hi);
}

.btn--ghost {
    background: rgba(255, 255, 255, .05);
    border-color: var(--line);
    color: var(--text);
}

.btn--ghost:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.btn--lg {
    padding: 15px 34px;
    font-size: 1.05rem;
}

.btn--sm {
    padding: 8px 18px;
    font-size: .85rem;
}

.btn--block {
    width: 100%;
}

/* =========================================================
   5. Header & Navigasi
   ========================================================= */
.site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    background: rgba(10, 12, 17, .92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line-soft);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: .02em;
    color: #fff;
    flex-shrink: 0;
}

.brand:hover { color: #fff; }

.brand__coin {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
}

.brand__name b {
    color: var(--gold);
}

.brand__name small {
    display: block;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .3em;
    color: var(--red);
    text-transform: uppercase;
    line-height: 1;
    margin-top: 1px;
}

.main-nav {
    margin-left: auto;
}

.main-nav__list {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav__list > li { position: relative; margin: 0; }

.main-nav__list a {
    display: block;
    padding: 9px 13px;
    border-radius: 9px;
    color: var(--text-soft);
    font-weight: 600;
    font-size: .93rem;
}

.main-nav__list a:hover,
.main-nav__list a:focus {
    color: var(--gold);
    background: rgba(255, 255, 255, .05);
}

.main-nav__list .current-menu-item > a,
.main-nav__list .current_page_item > a {
    color: var(--gold);
    background: rgba(247, 201, 79, .1);
}

.menu-item-has-children > a::after {
    content: " \25BE";
    font-size: .7em;
    opacity: .7;
}

.sub-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 218px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
    padding: 6px;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .18s ease;
    z-index: 50;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu a {
    padding: 9px 12px;
    font-size: .9rem;
    border-radius: 7px;
}

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

.header-search {
    display: flex;
    align-items: center;
}

.header-search__form {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 3px 4px 3px 14px;
}

.header-search__form:focus-within {
    border-color: var(--gold);
}

.header-search input {
    width: 150px;
    background: transparent;
    border: 0;
    color: var(--text);
    font-size: .88rem;
    padding: 6px 0;
    outline: none;
    font-family: inherit;
}

.header-search input::placeholder { color: var(--muted); }

.header-search button {
    background: linear-gradient(180deg, var(--gold-hi), var(--gold-deep));
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-search button svg { width: 15px; height: 15px; }

.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 9px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
    transition: all .2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   6. Hero
   ========================================================= */
.hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(11, 13, 18, .96) 30%, rgba(30, 8, 14, .78)),
        url("../images/hero-casino.jpg") center 32% / cover no-repeat;
    border-bottom: 1px solid var(--line-soft);
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -1px 0;
    height: 90px;
    background: linear-gradient(180deg, transparent, var(--bg));
    pointer-events: none;
}

.hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 42px;
    align-items: center;
    padding: 66px 0 84px;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(224, 39, 69, .16);
    border: 1px solid rgba(224, 39, 69, .45);
    color: #ffb3c0;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.hero h1 {
    font-size: 2.7rem;
    margin-bottom: 14px;
}

.hero h1 em {
    font-style: normal;
    color: var(--gold);
}

.hero__sub {
    font-size: 1.08rem;
    color: var(--text-soft);
    max-width: 560px;
    margin-bottom: 26px;
}

.hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--text-soft);
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--line);
    padding: 5px 13px;
    border-radius: 999px;
}

.chip--18 {
    border-color: var(--red);
    color: #ff8fa3;
    background: rgba(224, 39, 69, .12);
}

.chip--green {
    border-color: rgba(46, 199, 123, .5);
    color: #9fe8c4;
}

.chip--blue {
    border-color: rgba(77, 159, 255, .5);
    color: #a9ceff;
}

.hero__panel {
    position: relative;
    background: linear-gradient(160deg, var(--card-hi), var(--card));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: var(--shadow-hi);
}

.hero__panel img {
    width: 100%;
    border-radius: var(--radius-sm);
    margin-bottom: 16px;
    display: block;
}

.hero__panel-title {
    font-size: 1.02rem;
    margin-bottom: 6px;
}

.hero__panel p {
    font-size: .9rem;
    color: var(--muted);
    margin-bottom: 16px;
}

.hero__panel .btn { width: 100%; }

.hero__coins {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero__coins i {
    position: absolute;
    bottom: -30px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 30%, #ffe9ab, var(--gold) 55%, #a8740a);
    box-shadow: 0 0 12px rgba(247, 201, 79, .55);
    opacity: 0;
    animation: coinFloat 7s linear infinite;
}

.hero__coins i:nth-child(1) { left: 12%; animation-delay: 0s; }
.hero__coins i:nth-child(2) { left: 32%; width: 15px; height: 15px; animation-delay: 2.2s; }
.hero__coins i:nth-child(3) { left: 55%; animation-delay: 4.1s; }
.hero__coins i:nth-child(4) { left: 74%; width: 17px; height: 17px; animation-delay: 1.3s; }
.hero__coins i:nth-child(5) { left: 88%; animation-delay: 5.6s; }

@keyframes coinFloat {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    8% { opacity: .85; }
    92% { opacity: .5; }
    100% { transform: translateY(-640px) rotate(340deg); opacity: 0; }
}

/* =========================================================
   7. Kartu / grid umum
   ========================================================= */
.grid {
    display: grid;
    gap: 20px;
}

.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: linear-gradient(170deg, var(--card-hi), var(--card));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    min-width: 0;
}

.card:hover {
    transform: translateY(-4px);
    border-color: rgba(247, 201, 79, .4);
    box-shadow: var(--shadow);
}

.card h3 {
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.card p {
    color: var(--muted);
    font-size: .93rem;
    margin: 0;
}

.card__icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 14px;
    background: rgba(247, 201, 79, .1);
    border: 1px solid rgba(247, 201, 79, .28);
}

.card__icon--red { background: rgba(224, 39, 69, .12); border-color: rgba(224, 39, 69, .38); }
.card__icon--green { background: rgba(46, 199, 123, .1); border-color: rgba(46, 199, 123, .32); }
.card__icon--blue { background: rgba(77, 159, 255, .1); border-color: rgba(77, 159, 255, .32); }

/* Langkah 4 panduan */
.step-card {
    position: relative;
    counter-increment: step;
    padding-top: 30px;
    overflow: hidden;
}

.step-card::before {
    content: "0" counter(step);
    position: absolute;
    top: 2px;
    right: 14px;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(247, 201, 79, .13);
}

.steps {
    counter-reset: step;
}

.step-card__tag {
    display: inline-block;
    background: linear-gradient(180deg, var(--gold-hi), var(--gold-deep));
    color: #2a1a00;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.step-card ul {
    padding-left: 1.15em;
    color: var(--muted);
    font-size: .9rem;
    margin-bottom: 0;
}

/* Entri daftar & masuk */
.entry-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.entry-panel {
    text-align: center;
    padding: 34px 26px;
}

.entry-panel .card__icon {
    width: 64px;
    height: 64px;
    font-size: 1.9rem;
}

.entry-panel h3 { font-size: 1.25rem; }

.entry-panel p { margin-bottom: 18px; }

/* Kartu kategori */
.cat-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.cat-card__img {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.cat-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.cat-card:hover .cat-card__img img {
    transform: scale(1.06);
}

.cat-card__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(10, 12, 17, .82);
    border: 1px solid rgba(247, 201, 79, .5);
    color: var(--gold);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    padding: 4px 12px;
    border-radius: 999px;
    text-transform: uppercase;
}

.cat-card__body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cat-card__body p {
    flex: 1;
}

.cat-card__link {
    font-weight: 700;
    font-size: .92rem;
    color: var(--gold);
    margin-top: 12px;
}

/* Testimoni */
.t-card {
    padding: 24px;
}

.t-card__stars {
    color: var(--gold);
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: .95rem;
}

.t-card__quote {
    color: var(--text-soft);
    font-size: .95rem;
    margin-bottom: 18px;
}

.t-card__user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.t-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: .95rem;
    flex-shrink: 0;
    background: linear-gradient(160deg, var(--gold-hi), var(--gold-deep));
    color: #2a1a00;
}

.t-card__avatar--red { background: linear-gradient(160deg, #f04964, var(--red-deep)); color: #fff; }
.t-card__avatar--blue { background: linear-gradient(160deg, #6cb2ff, var(--blue-deep)); color: #fff; }
.t-card__avatar--green { background: linear-gradient(160deg, #43dd8f, var(--green-deep)); color: #fff; }

.t-card__name { font-weight: 700; font-size: .95rem; color: #fff; }
.t-card__loc { font-size: .8rem; color: var(--muted); }

.t-note {
    text-align: center;
    color: var(--muted);
    font-size: .82rem;
    margin: 18px 0 0;
}

/* Mitos vs Fakta */
.myth-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.flip {
    perspective: 1100px;
    min-height: 235px;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    text-align: left;
    display: block;
    color: inherit;
}

.flip__inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 235px;
    transform-style: preserve-3d;
    transition: transform .55s cubic-bezier(.4, .1, .2, 1);
}

.flip.is-flipped .flip__inner {
    transform: rotateY(180deg);
}

.flip__face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: linear-gradient(170deg, var(--card-hi), var(--card));
    padding: 22px;
    display: flex;
    flex-direction: column;
}

.flip__face--back {
    transform: rotateY(180deg);
    border-color: rgba(46, 199, 123, .45);
    background: linear-gradient(170deg, #14231b, var(--card));
}

.flip__badge {
    align-self: flex-start;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.flip__badge--myth {
    background: rgba(224, 39, 69, .15);
    border: 1px solid rgba(224, 39, 69, .5);
    color: #ff9fb0;
}

.flip__badge--fact {
    background: rgba(46, 199, 123, .14);
    border: 1px solid rgba(46, 199, 123, .5);
    color: #8fe6bd;
}

.flip__text {
    font-size: .95rem;
    color: var(--text-soft);
    flex: 1;
}

.flip__text strong { color: #fff; }

.flip__hint {
    font-size: .76rem;
    color: var(--muted);
    margin-top: 12px;
}

.flip__hint b { color: var(--gold); }

/* Tag cloud */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tag-cloud a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: .88rem;
    font-weight: 700;
    border: 1px solid var(--line);
    background: var(--card);
    color: var(--text-soft);
    transition: all .18s ease;
}

.tag-cloud a:hover {
    transform: translateY(-2px);
    color: #fff;
    border-color: var(--gold);
    background: rgba(247, 201, 79, .1);
}

.tag-cloud .tag--hot {
    border-color: rgba(224, 39, 69, .55);
    color: #ff9fb0;
    background: rgba(224, 39, 69, .08);
}

.tag-cloud .tag--hot::before {
    content: "\1F525";
    font-size: .8em;
}

.tag-cloud .tag--new {
    border-color: rgba(46, 199, 123, .55);
    color: #9fe8c4;
    background: rgba(46, 199, 123, .08);
}

/* =========================================================
   8. FAQ
   ========================================================= */
.faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--card);
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 17px 54px 17px 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-size: .98rem;
    counter-increment: faq;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::before {
    content: counter(faq, decimal-leading-zero);
    color: var(--gold);
    font-size: .82rem;
    margin-right: 10px;
    font-weight: 800;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--gold);
    font-weight: 700;
    transition: all .2s ease;
}

.faq-item[open] summary::after {
    content: "\2212";
    border-color: var(--gold);
    background: rgba(247, 201, 79, .12);
}

.faq-item[open] summary {
    border-bottom: 1px solid var(--line-soft);
}

.faq-item .faq-body {
    padding: 16px 20px;
    color: var(--text-soft);
    font-size: .93rem;
}

.faq-item .faq-body p:last-child { margin-bottom: 0; }

.faq-list { counter-reset: faq; }

/* =========================================================
   9. Halaman artikel / entry-content
   ========================================================= */
.page-head {
    background:
        linear-gradient(115deg, rgba(11, 13, 18, .93) 25%, rgba(28, 10, 16, .82)),
        var(--page-head-img, none) center 30% / cover no-repeat;
    border-bottom: 1px solid var(--line-soft);
    padding: 40px 0 34px;
}

.page-head__inner {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.page-head .post-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(247, 201, 79, .12);
    border: 1px solid rgba(247, 201, 79, .4);
    color: var(--gold);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.page-head h1 {
    font-size: 2.1rem;
    margin-bottom: 12px;
}

.page-head .post-excerpt {
    color: var(--text-soft);
    max-width: 700px;
    margin: 0 auto 14px;
    font-size: 1.02rem;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    color: var(--muted);
    font-size: .82rem;
}

.post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.post-meta b { color: var(--text-soft); font-weight: 700; }

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

.article-layout--full {
    grid-template-columns: minmax(0, 1fr);
    max-width: 840px;
    margin: 0 auto;
}

.entry-content {
    font-size: 1rem;
    color: var(--text-soft);
    min-width: 0;
}

.entry-content > img.aligncenter,
.entry-content .featured-img {
    width: 100%;
    border-radius: var(--radius);
    margin: 0 0 6px;
    display: block;
    border: 1px solid var(--line);
}

.entry-content .featured-caption {
    font-size: .8rem;
    color: var(--muted);
    text-align: center;
    margin-bottom: 26px;
}

.entry-content h2 {
    margin: 1.9em 0 .6em;
    padding-left: 14px;
    border-left: 4px solid var(--gold);
    font-size: 1.45rem;
}

.entry-content h3 {
    margin: 1.5em 0 .5em;
    color: var(--gold-hi);
    font-size: 1.15rem;
}

.entry-content a {
    text-decoration: underline;
    text-decoration-color: rgba(77, 159, 255, .45);
    text-underline-offset: 3px;
}

.entry-content ul li::marker,
.entry-content ol li::marker {
    color: var(--gold);
}

.notice {
    border-radius: var(--radius-sm);
    padding: 16px 18px;
    margin: 1.4em 0;
    font-size: .93rem;
    border: 1px solid;
}

.notice--warn {
    background: rgba(224, 39, 69, .08);
    border-color: rgba(224, 39, 69, .4);
    color: #ffc4cd;
}

.notice--info {
    background: rgba(77, 159, 255, .08);
    border-color: rgba(77, 159, 255, .4);
    color: #bcd9ff;
}

.notice--safe {
    background: rgba(46, 199, 123, .08);
    border-color: rgba(46, 199, 123, .4);
    color: #b1e9cf;
}

.notice b { color: #fff; }

.cta-box {
    margin: 2em 0;
    padding: 26px;
    border-radius: var(--radius);
    text-align: center;
    background:
        radial-gradient(420px 160px at 50% -40px, rgba(247, 201, 79, .16), transparent 70%),
        linear-gradient(170deg, var(--card-hi), var(--card));
    border: 1px solid rgba(247, 201, 79, .35);
}

.cta-box h3 {
    color: var(--gold);
    margin-bottom: 8px;
}

.cta-box p {
    color: var(--muted);
    font-size: .93rem;
    max-width: 520px;
    margin: 0 auto 16px;
}

.cta-box .btn-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.table-wrap {
    overflow-x: auto;
    margin: 1.4em 0;
    border-radius: var(--radius-sm);
    border: 1px solid var(--line);
    -webkit-overflow-scrolling: touch;
}

.table-wrap table { margin: 0; border: 0; min-width: 520px; }

.table-wrap th, .table-wrap td { border-left: 0; border-right: 0; }

.checklist {
    list-style: none;
    padding: 0;
}

.checklist li {
    padding-left: 30px;
    position: relative;
}

.checklist li::before {
    content: "\2714";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: rgba(46, 199, 123, .15);
    border: 1px solid rgba(46, 199, 123, .45);
    color: var(--green);
    font-size: .72rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.crosslist li::before {
    content: "\2716";
    background: rgba(224, 39, 69, .15);
    border-color: rgba(224, 39, 69, .45);
    color: var(--red);
}

/* TOC */
.toc {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 18px 22px;
    margin: 0 0 26px;
}

.toc__title {
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.toc ol {
    margin: 0;
    padding-left: 1.3em;
    font-size: .92rem;
}

.toc a { color: var(--text-soft); }
.toc a:hover { color: var(--gold); }

/* Sidebar */
.sidebar .widget {
    background: linear-gradient(170deg, var(--card-hi), var(--card));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
    margin-bottom: 20px;
}

.widget__title {
    font-size: .95rem;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line-soft);
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .93rem;
}

.widget ul li {
    padding: 8px 0;
    border-bottom: 1px dashed var(--line-soft);
}

.widget ul li:last-child { border-bottom: 0; }

.widget ul a { color: var(--text-soft); }
.widget ul a:hover { color: var(--gold); }

.widget .btn { margin-top: 6px; }

/* Breadcrumb */
.breadcrumb {
    font-size: .82rem;
    color: var(--muted);
    margin-bottom: 10px;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.breadcrumb li { margin: 0; display: inline-flex; align-items: center; gap: 6px; }

.breadcrumb li + li::before {
    content: "\203A";
    color: var(--gold);
    font-weight: 800;
}

.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold); }

.breadcrumb [aria-current] { color: var(--text-soft); }

/* Artikel terkait */
.related {
    padding: 40px 0 56px;
    border-top: 1px solid var(--line-soft);
}

/* Navigasi pos */
.post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 34px;
}

.post-nav a {
    display: block;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 14px 18px;
    font-size: .9rem;
    color: var(--text-soft);
}

.post-nav a:hover { border-color: var(--gold); color: var(--gold); }

.post-nav small {
    display: block;
    color: var(--muted);
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 4px;
}

.post-nav .next { text-align: right; }

/* =========================================================
   10. Form
   ========================================================= */
.form-card {
    max-width: 480px;
    margin: 0 auto;
    background: linear-gradient(170deg, var(--card-hi), var(--card));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 34px 30px;
    box-shadow: var(--shadow-hi);
    position: relative;
    overflow: hidden;
}

.form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--gold), var(--green));
}

.form-card h1 { font-size: 1.55rem; text-align: center; }

.form-card .form-sub {
    text-align: center;
    color: var(--muted);
    font-size: .9rem;
    margin-bottom: 24px;
}

.field { margin-bottom: 16px; }

.field label {
    display: block;
    font-size: .85rem;
    font-weight: 700;
    color: var(--text-soft);
    margin-bottom: 6px;
}

.field label b { color: var(--red); }

.field input {
    width: 100%;
    padding: 12px 15px;
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-size: .95rem;
    font-family: inherit;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.field input:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(247, 201, 79, .14);
}

.field input::placeholder { color: #5c687d; }

.field .hint {
    font-size: .76rem;
    color: var(--muted);
    margin-top: 5px;
}

.field-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: .83rem;
    color: var(--muted);
    margin: 18px 0;
    text-align: left;
}

.field-check input {
    margin-top: 4px;
    width: 16px;
    height: 16px;
    accent-color: var(--gold);
    flex-shrink: 0;
}

.form-note {
    text-align: center;
    font-size: .83rem;
    color: var(--muted);
    margin-top: 16px;
}

.form-note a { color: var(--gold); }

.form-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 10, 14, .88);
    backdrop-filter: blur(4px);
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.form-overlay.is-visible { display: flex; }

.spinner {
    width: 46px;
    height: 46px;
    border: 4px solid rgba(247, 201, 79, .25);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.form-overlay p {
    color: var(--text-soft);
    font-weight: 700;
}

/* =========================================================
   11. Halaman pencarian
   ========================================================= */
.search-hero {
    text-align: center;
    padding: 46px 0 10px;
}

.search-hero h1 { font-size: 1.9rem; }

.search-big {
    display: flex;
    max-width: 640px;
    margin: 22px auto 10px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px;
}

.search-big:focus-within { border-color: var(--gold); }

.search-big input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: 0;
    outline: none;
    color: var(--text);
    padding: 10px 18px;
    font-size: 1rem;
    font-family: inherit;
}

.search-big .btn { border-radius: 999px; }

.search-results {
    max-width: 760px;
    margin: 26px auto 56px;
}

.result-item {
    display: block;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 18px 22px;
    margin-bottom: 14px;
    color: var(--text-soft);
}

.result-item:hover { border-color: var(--gold); }

.result-item .result-cat {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--gold);
}

.result-item h3 {
    font-size: 1.05rem;
    margin: 6px 0;
    color: #fff;
}

.result-item p {
    font-size: .88rem;
    color: var(--muted);
    margin: 0;
}

.result-item mark {
    background: rgba(247, 201, 79, .25);
    color: var(--gold-hi);
    padding: 0 3px;
    border-radius: 3px;
}

.search-empty {
    text-align: center;
    color: var(--muted);
    padding: 30px 0;
}

/* =========================================================
   12. Keamanan & tanggung jawab (blok rumah)
   ========================================================= */
.pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.pillar {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.pillar__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background: rgba(46, 199, 123, .1);
    border: 1px solid rgba(46, 199, 123, .35);
}

.pillar__icon--red { background: rgba(224, 39, 69, .1); border-color: rgba(224, 39, 69, .4); }
.pillar__icon--gold { background: rgba(247, 201, 79, .1); border-color: rgba(247, 201, 79, .35); }
.pillar__icon--blue { background: rgba(77, 159, 255, .1); border-color: rgba(77, 159, 255, .35); }

.pillar h3 { font-size: 1rem; margin-bottom: 4px; }

.pillar p { font-size: .9rem; color: var(--muted); margin: 0; }

.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 3px solid var(--red);
    color: #ff8fa3;
    font-weight: 900;
    font-size: 1.15rem;
    flex-shrink: 0;
    background: rgba(224, 39, 69, .1);
}

/* =========================================================
   13. Footer
   ========================================================= */
.site-footer {
    margin-top: auto;
    background: #080a0e;
    border-top: 1px solid var(--line-soft);
    font-size: .92rem;
}

.footer-widgets {
    display: grid;
    grid-template-columns: 1.25fr .8fr .8fr 1fr;
    gap: 30px;
    padding: 48px 0 34px;
}

.footer-widgets h4 {
    font-size: .85rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.footer-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widgets li { margin-bottom: 9px; }

.footer-widgets a { color: var(--text-soft); }
.footer-widgets a:hover { color: var(--gold); }

.footer-about p {
    color: var(--muted);
    font-size: .88rem;
}

.footer-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.footer-badges span {
    font-size: .74rem;
    font-weight: 800;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 5px 12px;
    color: var(--muted);
}

.footer-badges .b18 { border-color: var(--red); color: #ff8fa3; }
.footer-badges .b-rg { border-color: rgba(46, 199, 123, .6); color: #9fe8c4; }

.footer-legal {
    border-top: 1px solid var(--line-soft);
    padding: 22px 0;
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.8;
}

.footer-legal p { margin: 0 0 10px; }

.footer-legal p:last-child { margin-bottom: 0; }

.footer-bottom {
    border-top: 1px solid var(--line-soft);
    padding: 16px 0 calc(20px + var(--float-h));
    text-align: center;
    color: #5f6b80;
    font-size: .8rem;
}

/* =========================================================
   14. Floating bar (slot + koin)
   ========================================================= */
.mega-float {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(20, 10, 14, .96), rgba(9, 6, 10, .99));
    border-top: 2px solid var(--gold);
    box-shadow: 0 -10px 34px rgba(0, 0, 0, .55);
}

.mega-float__reels {
    display: none;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--line);
    border-radius: 12px;
    flex-shrink: 0;
}

.mega-float__reel {
    width: 26px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(180deg, #26202c, #120e18);
    border: 1px solid #3a3142;
    border-radius: 7px;
    overflow: hidden;
}

.mega-float__reel span {
    display: inline-block;
    line-height: 30px;
    animation: reelSpin 2.4s cubic-bezier(.5, 0, .5, 1) infinite;
}

.mega-float__reel:nth-child(2) span { animation-delay: .18s; }
.mega-float__reel:nth-child(3) span { animation-delay: .36s; }

@keyframes reelSpin {
    0%, 16% { transform: translateY(0); }
    28% { transform: translateY(-30px); }
    48% { transform: translateY(-60px); }
    68% { transform: translateY(-30px); }
    80%, 100% { transform: translateY(0); }
}

.mega-float__btn {
    flex: 1;
    max-width: 240px;
    text-align: center;
    padding: 13px 16px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.mega-float__btn--daftar {
    background: linear-gradient(180deg, #ffdd7a, var(--gold) 42%, #c98a12);
    color: #241500;
    box-shadow: 0 5px 22px rgba(247, 201, 79, .45), inset 0 1px 0 rgba(255, 255, 255, .6);
    animation: btnPulse 1.6s ease-in-out infinite;
}

.mega-float__btn--masuk {
    background: linear-gradient(180deg, #45e094, var(--green) 45%, var(--green-deep));
    color: #03170c;
    box-shadow: 0 5px 22px rgba(46, 199, 123, .4), inset 0 1px 0 rgba(255, 255, 255, .45);
}

.mega-float__btn:active { transform: scale(.97); }

@keyframes btnPulse {
    0%, 100% { box-shadow: 0 5px 22px rgba(247, 201, 79, .4), inset 0 1px 0 rgba(255, 255, 255, .6); }
    50% { box-shadow: 0 5px 30px rgba(247, 201, 79, .75), inset 0 1px 0 rgba(255, 255, 255, .6); }
}

.mega-float__coins {
    position: absolute;
    inset: -6px 0 auto 0;
    height: 90px;
    pointer-events: none;
    overflow: visible;
}

.mega-float__coins i {
    position: absolute;
    bottom: -22px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 30%, #ffedb0, var(--gold) 55%, #9a6c08);
    box-shadow: 0 0 10px rgba(247, 201, 79, .65);
    opacity: 0;
    animation: coinUp 3.2s ease-in infinite;
}

.mega-float__coins i:nth-child(1) { left: 16%; animation-delay: .2s; }
.mega-float__coins i:nth-child(2) { left: 34%; width: 12px; height: 12px; animation-delay: 1.4s; }
.mega-float__coins i:nth-child(3) { left: 52%; animation-delay: .9s; }
.mega-float__coins i:nth-child(4) { left: 68%; width: 13px; height: 13px; animation-delay: 2.1s; }
.mega-float__coins i:nth-child(5) { left: 84%; animation-delay: 2.7s; }

@keyframes coinUp {
    0% { transform: translateY(0) scale(.6); opacity: 0; }
    12% { opacity: .95; }
    100% { transform: translateY(-110px) scale(1.05); opacity: 0; }
}

/* =========================================================
   15. Responsive
   ========================================================= */
@media (max-width: 1080px) {
    .main-nav__list a { padding: 9px 10px; font-size: .88rem; }
    .header-search input { width: 100px; }
    .footer-widgets { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
    .hero__inner {
        grid-template-columns: 1fr;
        padding: 44px 0 66px;
        gap: 30px;
    }

    .hero h1 { font-size: 2.15rem; }

    .hero__panel { max-width: 520px; }

    .grid--4 { grid-template-columns: repeat(2, 1fr); }
    .grid--3, .myth-grid { grid-template-columns: repeat(2, 1fr); }

    .article-layout {
        grid-template-columns: 1fr;
    }

    .sidebar { order: 2; }

    .nav-toggle { display: inline-flex; }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-alt);
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow-hi);
        padding: 10px 16px 18px;
        margin: 0;
        max-height: 75vh;
        overflow-y: auto;
    }

    .main-nav.is-open { display: block; }

    .main-nav__list {
        display: block;
        padding: 0;
    }

    .main-nav__list a {
        display: block;
        padding: 12px 10px;
        font-size: 1rem;
        border-bottom: 1px dashed var(--line-soft);
        border-radius: 8px;
    }

    .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        border-left: 2px solid var(--gold);
        border-radius: 0;
        background: transparent;
        padding: 0 0 0 14px;
        margin: 2px 0 8px;
        display: none;
    }

    .menu-item-has-children.is-open > .sub-menu { display: block; }

    .header-actions .header-search { display: none; }

    .header-actions .btn--sm { display: none; }
}

@media (max-width: 760px) {
    .section { padding: 42px 0; }

    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.4rem; }

    .hero h1 { font-size: 1.85rem; }
    .hero__sub { font-size: .98rem; }

    .page-head h1 { font-size: 1.6rem; }

    .grid--2, .grid--3, .grid--4,
    .myth-grid, .pillar-grid, .entry-duo {
        grid-template-columns: 1fr;
    }

    .post-nav { grid-template-columns: 1fr; }
    .post-nav .next { text-align: left; }

    .footer-widgets { grid-template-columns: 1fr; gap: 22px; padding: 38px 0 26px; }

    .mega-float__reels { display: inline-flex; }

    .entry-content h2 { font-size: 1.28rem; }
}

@media (max-width: 420px) {
    .container { padding: 0 14px; }

    .brand { font-size: 1.12rem; }
    .brand__coin { width: 32px; height: 32px; flex-basis: 32px; }

    .hero__cta .btn { width: 100%; }

    .mega-float { gap: 8px; padding-left: 10px; padding-right: 10px; }

    .mega-float__btn { font-size: .92rem; padding: 12px 10px; }

    .mega-float__reels { display: none; }

    .btn--lg { padding: 13px 24px; font-size: .98rem; }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .001s !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001s !important;
        scroll-behavior: auto !important;
    }
}

/* Cetak */
@media print {
    .site-header,
    .mega-float,
    .sidebar,
    .related,
    .site-footer,
    .cta-box { display: none !important; }
    body { background: #fff; color: #111; }
}
