/* ============================================================
   Onecasino Theme — style.css
   Palet: hitam pekat, merah kasino, emas, hijau meja, biru, putih
   ============================================================ */
:root {
  --black: #0d1117;
  --black-2: #151b24;
  --black-3: #1d2530;
  --red: #e63946;
  --red-dark: #b91f2e;
  --gold: #f4b400;
  --gold-2: #ffd54a;
  --green: #1f9d55;
  --green-dark: #157a3e;
  --blue: #2f6fed;
  --white: #ffffff;
  --ink: #1a2230;
  --muted: #5b6675;
  --line: #e6e9ef;
  --bg-soft: #f6f7fa;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(13, 17, 23, .10);
  --font: "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  font-size: 16.5px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.3; color: var(--black); font-weight: 800; }
h1 { font-size: clamp(1.7rem, 4.2vw, 2.6rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); margin-bottom: 18px; letter-spacing: -.01em; }
h3 { font-size: 1.15rem; margin-bottom: 8px; }
p { margin-bottom: 16px; }
ul, ol { margin: 0 0 16px 22px; }
li { margin-bottom: 8px; }
.container { width: min(1140px, 92%); margin: 0 auto; }
.section { padding: 64px 0; }
.section.alt { background: var(--bg-soft); }
.section.dark { background: var(--black); color: #dfe6ef; }
.section.dark h2, .section.dark h3 { color: var(--white); }
.kicker {
  display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red); margin-bottom: 10px;
}
.section.dark .kicker { color: var(--gold); }

/* ---------- Age bar ---------- */
.agebar {
  background: var(--red); color: var(--white);
  font-size: .8rem; font-weight: 700; text-align: center;
  padding: 6px 12px; letter-spacing: .04em;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(13, 17, 23, .97);
  border-bottom: 2px solid var(--gold);
  backdrop-filter: blur(6px);
}
.header-inner { display: flex; align-items: center; gap: 18px; padding: 12px 0; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 1.35rem; color: var(--white); letter-spacing: -.02em; }
.logo:hover { text-decoration: none; }
.logo .chip {
  width: 34px; height: 34px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold-2), var(--gold) 55%, #b8860b);
  border: 3px dashed rgba(255,255,255,.85);
  box-shadow: 0 0 0 3px var(--red), 0 4px 10px rgba(0,0,0,.4);
  flex: 0 0 auto;
}
.logo .one { color: var(--gold); }
.logo .casino { color: var(--white); }
.logo .dotgames { color: var(--red); font-size: .8rem; font-weight: 700; }

.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 4px; list-style: none; margin: 0; }
.main-nav a {
  color: #cfd8e3; font-weight: 600; font-size: .92rem;
  padding: 8px 12px; border-radius: 8px; white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { color: var(--white); background: var(--black-3); text-decoration: none; }
.main-nav a.active { box-shadow: inset 0 -2px 0 var(--gold); }

.header-actions { display: flex; gap: 10px; align-items: center; }
.btn {
  display: inline-block; font-weight: 800; border-radius: 10px;
  padding: 10px 20px; font-size: .95rem; border: 0; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease; text-align: center;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: var(--black); box-shadow: 0 4px 14px rgba(244, 180, 0, .35);
}
.btn-gold:hover { box-shadow: 0 6px 18px rgba(244, 180, 0, .5); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--black); }
.btn-red { background: linear-gradient(180deg, #f0525f, var(--red)); color: var(--white); box-shadow: 0 4px 14px rgba(230, 57, 70, .35); }
.btn-green { background: linear-gradient(180deg, #27b565, var(--green)); color: var(--white); box-shadow: 0 4px 14px rgba(31, 157, 85, .35); }

.nav-toggle {
  display: none; background: var(--black-3); border: 1px solid #2c3644;
  color: var(--white); font-size: 1.2rem; border-radius: 8px; padding: 6px 12px; cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--white); overflow: hidden;
  background: var(--black);
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(13,17,23,.96) 20%, rgba(185,31,46,.55) 60%, rgba(13,17,23,.9));
}
.hero-inner { position: relative; padding: 96px 0 88px; max-width: 780px; }
.hero h1 { color: var(--white); margin-bottom: 18px; }
.hero h1 .accent { color: var(--gold); }
.hero .lead { font-size: 1.1rem; color: #dbe3ee; margin-bottom: 14px; }
.hero .hero-note {
  font-size: .85rem; color: #f3c6cb; border-left: 3px solid var(--red);
  padding: 8px 14px; background: rgba(230,57,70,.12); border-radius: 0 8px 8px 0; margin-bottom: 26px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 34px; }
.hero-badges span {
  font-size: .82rem; font-weight: 700; color: #cfd8e3;
  display: inline-flex; align-items: center; gap: 7px;
}
.hero-badges i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.dot-gold { background: var(--gold); } .dot-green { background: var(--green); }
.dot-blue { background: var(--blue); } .dot-red { background: var(--red); }

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  background: var(--bg-soft); border-bottom: 1px solid var(--line);
  font-size: .85rem; padding: 10px 0; color: var(--muted);
}
.breadcrumb ol { list-style: none; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: 6px; }
.breadcrumb li + li::before { content: "›"; color: #9aa5b3; }
.breadcrumb a { color: var(--blue); }
.breadcrumb [aria-current] { color: var(--ink); font-weight: 600; }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: 0 2px 8px rgba(13,17,23,.04);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px; font-weight: 900; font-size: 1.1rem;
  background: linear-gradient(135deg, var(--red), var(--red-dark)); color: var(--white);
  margin-bottom: 14px;
}
.card:nth-child(2n) .num { background: linear-gradient(135deg, var(--gold), #c79400); color: var(--black); }
.card:nth-child(3n) .num { background: linear-gradient(135deg, var(--green), var(--green-dark)); }
.card:nth-child(4n) .num { background: linear-gradient(135deg, var(--blue), #1f4fb8); }
.card p:last-child { margin-bottom: 0; }
.card .card-t { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; color: var(--black); }
.card .card-d { font-size: .95rem; color: var(--muted); }

/* ---------- Split (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split.rev > .split-media { order: 2; }

/* ---------- Testimonials ---------- */
.quote-card {
  background: var(--black-2); border: 1px solid #26303d; border-radius: var(--radius);
  padding: 24px; position: relative;
}
.quote-card::before {
  content: "\201C"; position: absolute; top: 6px; left: 16px;
  font-size: 3.2rem; color: var(--gold); font-family: Georgia, serif; line-height: 1;
}
.quote-card p { color: #c7d1de; font-size: .95rem; margin: 26px 0 12px; }
.quote-card .who { color: var(--gold); font-weight: 700; font-size: .88rem; }
.section-note { font-size: .85rem; color: #93a0b4; margin-bottom: 26px; }

/* ---------- Glossary ---------- */
.glossary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.term {
  background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: 10px; padding: 16px 18px;
}
.term:nth-child(3n+1) { border-left-color: var(--red); }
.term:nth-child(3n+2) { border-left-color: var(--green); }
.term b { display: block; color: var(--black); margin-bottom: 4px; font-size: .98rem; }
.term span { font-size: .9rem; color: var(--muted); }

/* ---------- Rules list ---------- */
.rules { list-style: none; margin: 18px 0 0; }
.rules li {
  margin-bottom: 10px; padding: 12px 16px 12px 44px; position: relative;
  background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-size: .95rem;
}
.rules li::before {
  content: "18+"; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  font-size: .6rem; font-weight: 900; color: var(--white); background: var(--red);
  border-radius: 6px; padding: 2px 5px;
}

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; background: var(--white); overflow: hidden; }
.faq-item summary {
  cursor: pointer; padding: 16px 20px; font-weight: 700; color: var(--black);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.3rem; color: var(--red); font-weight: 900; flex: 0 0 auto; }
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-a { padding: 0 20px 18px; color: var(--muted); font-size: .96rem; }
.faq-item .faq-a p:last-child { margin-bottom: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--red-dark), var(--red) 55%, #f0525f);
  border-radius: var(--radius); color: var(--white); padding: 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  box-shadow: 0 14px 34px rgba(230,57,70,.3);
}
.cta-band h2 { color: var(--white); margin-bottom: 6px; }
.cta-band p { color: #ffd9dd; margin-bottom: 0; max-width: 560px; }
.cta-band .btn-gold { font-size: 1.05rem; padding: 14px 30px; }

/* ---------- Article ---------- */
.article-head { padding: 48px 0 26px; }
.article-head h1 { margin-bottom: 14px; max-width: 860px; }
.article-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: .85rem; color: var(--muted); margin-bottom: 22px; }
.article-meta .badge {
  background: var(--black); color: var(--gold); font-weight: 700;
  padding: 3px 10px; border-radius: 20px; font-size: .75rem;
}
.article-hero { border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 34px; max-height: 460px; width: 100%; object-fit: cover; }
.article-body { max-width: 820px; }
.article-body h2 {
  margin-top: 42px; padding-top: 26px; border-top: 3px solid var(--gold);
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
}
.article-body h2:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.article-body p { color: #2c3646; }
.article-body .img-mid { border-radius: var(--radius); margin: 26px 0; box-shadow: 0 6px 18px rgba(13,17,23,.12); }
.disclaimer-box {
  background: #fff8e1; border: 1px solid #f0d98c; border-left: 5px solid var(--gold);
  border-radius: 10px; padding: 18px 22px; font-size: .92rem; color: #6b5b16; margin: 30px 0;
}
.info-box {
  background: #eaf1ff; border: 1px solid #c2d6fb; border-left: 5px solid var(--blue);
  border-radius: 10px; padding: 18px 22px; font-size: .92rem; color: #1e3a6e; margin: 30px 0;
}
.danger-box {
  background: #fdecef; border: 1px solid #f6c3cb; border-left: 5px solid var(--red);
  border-radius: 10px; padding: 18px 22px; font-size: .92rem; color: #7c1d28; margin: 30px 0;
}

/* ---------- Related / cards with image ---------- */
.rel-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.rel-card img { height: 170px; width: 100%; object-fit: cover; }
.rel-card .rel-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.rel-card .rel-t { font-weight: 800; color: var(--black); font-size: 1rem; margin-bottom: 8px; }
.rel-card .rel-d { font-size: .9rem; color: var(--muted); flex: 1; }
.rel-card .rel-link { margin-top: 12px; font-weight: 700; font-size: .9rem; color: var(--red); }

/* ---------- Tag cloud ---------- */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud a {
  background: var(--black-2); color: #cfd8e3; border: 1px solid #2c3644;
  padding: 6px 14px; border-radius: 20px; font-size: .85rem; font-weight: 600;
}
.tag-cloud a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); text-decoration: none; }

/* ---------- Search ---------- */
.search-wrap { position: relative; }
.search-form { display: flex; gap: 0; max-width: 560px; }
.search-form input {
  flex: 1; min-width: 0; padding: 12px 16px; border: 2px solid var(--black);
  border-right: 0; border-radius: 10px 0 0 10px; font-size: .95rem; font-family: inherit;
}
.search-form button {
  border: 0; background: var(--black); color: var(--gold); font-weight: 800;
  padding: 0 22px; border-radius: 0 10px 10px 0; cursor: pointer; font-size: .95rem;
}
.search-results { margin-top: 26px; }
.search-hit {
  display: block; background: var(--white); border: 1px solid var(--line);
  border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; color: var(--ink);
}
.search-hit:hover { text-decoration: none; border-color: var(--gold); box-shadow: var(--shadow); }
.search-hit b { color: var(--black); display: block; margin-bottom: 4px; }
.search-hit span { font-size: .88rem; color: var(--muted); }
.search-hit .url { font-size: .78rem; color: var(--green); display: block; margin-top: 6px; }

/* ---------- Auth pages ---------- */
.auth-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.auth-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px; box-shadow: var(--shadow);
}
.auth-card label { display: block; font-weight: 700; font-size: .9rem; margin: 16px 0 6px; color: var(--black); }
.auth-card input {
  width: 100%; padding: 12px 14px; border: 2px solid var(--line); border-radius: 10px;
  font-size: 1rem; font-family: inherit; transition: border-color .15s;
}
.auth-card input:focus { outline: none; border-color: var(--gold); }
.auth-card .btn { width: 100%; margin-top: 22px; padding: 14px; font-size: 1.02rem; }
.auth-alt { text-align: center; margin-top: 18px; font-size: .92rem; color: var(--muted); }
.auth-note {
  margin-top: 20px; font-size: .82rem; color: var(--muted);
  background: var(--bg-soft); border-radius: 10px; padding: 12px 16px;
}
.auth-side img { border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 22px; }
.auth-side .mini { background: var(--black); color: #cfd8e3; border-radius: var(--radius); padding: 22px; font-size: .9rem; }
.auth-side .mini b { color: var(--gold); }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); color: #aeb9c8; padding: 56px 0 0; border-top: 3px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 40px; }
.site-footer h4 { color: var(--white); font-size: .95rem; margin-bottom: 14px; letter-spacing: .04em; }
.site-footer ul { list-style: none; margin: 0; }
.site-footer ul li { margin-bottom: 8px; }
.site-footer a { color: #aeb9c8; font-size: .9rem; }
.site-footer a:hover { color: var(--gold); text-decoration: none; }
.footer-brand p { font-size: .88rem; margin-bottom: 14px; }
.footer-legal {
  border-top: 1px solid #232c38; padding: 20px 0 110px; font-size: .8rem; color: #7d8a9b;
}
.footer-legal p { margin-bottom: 8px; }
.badge-18 {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; background: var(--red);
  color: var(--white); font-weight: 900; border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--red); margin-bottom: 14px;
}

/* ---------- Floating slot bar ---------- */
.float-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000;
  background: linear-gradient(180deg, #1a2230, var(--black));
  border-top: 3px solid var(--gold);
  box-shadow: 0 -8px 30px rgba(0,0,0,.55);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
}
.float-inner {
  width: min(1140px, 100%); margin: 0 auto;
  display: flex; align-items: center; gap: 12px;
}
.slot-reels {
  display: flex; gap: 6px; flex: 0 0 auto;
  background: #05080d; border: 2px solid var(--gold); border-radius: 12px; padding: 6px 8px;
}
.reel {
  width: 44px; height: 44px; overflow: hidden; border-radius: 8px;
  background: linear-gradient(180deg, #2a3442, #10161f);
  border: 1px solid #3a4656; position: relative;
}
.reel-strip { display: flex; flex-direction: column; align-items: center; will-change: transform; }
.reel-strip span {
  height: 44px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; line-height: 1;
}
.float-mid { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.float-mid .jackpot-label {
  font-size: .68rem; font-weight: 800; letter-spacing: .18em; color: var(--gold);
  text-transform: uppercase; white-space: nowrap;
}
.float-mid .jackpot-amount {
  font-size: 1.05rem; font-weight: 900; color: var(--white);
  font-variant-numeric: tabular-nums; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.float-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.float-btn {
  position: relative; overflow: hidden;
  font-weight: 900; font-size: .95rem; border-radius: 12px; padding: 12px 22px;
  text-align: center; border: 0; cursor: pointer; white-space: nowrap;
}
.float-btn:hover { text-decoration: none; }
.float-btn.daftar {
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 60%, #d89e00);
  color: var(--black); box-shadow: 0 0 18px rgba(244,180,0,.55), inset 0 1px 0 rgba(255,255,255,.6);
  animation: pulseGold 1.8s ease-in-out infinite;
}
.float-btn.masuk {
  background: linear-gradient(180deg, #f0525f, var(--red-dark));
  color: var(--white); box-shadow: 0 0 14px rgba(230,57,70,.45), inset 0 1px 0 rgba(255,255,255,.25);
}
.float-btn::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.55), transparent);
  animation: shine 2.6s linear infinite;
}
@keyframes shine { 0% { left: -80%; } 60% { left: 130%; } 100% { left: 130%; } }
@keyframes pulseGold {
  0%, 100% { box-shadow: 0 0 14px rgba(244,180,0,.45), inset 0 1px 0 rgba(255,255,255,.6); }
  50% { box-shadow: 0 0 26px rgba(244,180,0,.85), inset 0 1px 0 rgba(255,255,255,.6); }
}
.coin-layer { position: fixed; inset: 0; pointer-events: none; z-index: 1001; overflow: hidden; }
.coin {
  position: absolute; bottom: -40px; border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffe98a, var(--gold) 55%, #b8860b);
  border: 2px solid #8f6b00;
  box-shadow: inset 0 0 6px rgba(255,255,255,.5), 0 2px 6px rgba(0,0,0,.4);
  animation: coinRise linear forwards;
}
.coin::after {
  content: "Rp"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: .5rem; font-weight: 900; color: #7a5b00;
}
@keyframes coinRise {
  0% { transform: translateY(0) rotate(0deg) scale(1); opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translateY(-105vh) rotate(720deg) scale(.6); opacity: 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1180px) {
  .header-inner { flex-wrap: wrap; row-gap: 10px; }
  .main-nav { order: 3; width: 100%; margin-left: 0; }
  .main-nav ul { flex-wrap: wrap; }
  .header-actions { margin-left: auto; }
  .header-actions .btn { padding: 8px 14px; font-size: .85rem; }
}
@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .split, .auth-wrap { grid-template-columns: 1fr; gap: 28px; }
  .split.rev > .split-media { order: 0; }
  .glossary { grid-template-columns: 1fr; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0; width: auto;
    background: var(--black-2); border-bottom: 2px solid var(--gold); padding: 10px 4%;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 2px; flex-wrap: nowrap; }
  .main-nav a { display: block; padding: 12px 14px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-actions { margin-left: 0; }
  .header-actions .btn { padding: 8px 14px; font-size: .85rem; }
  .cta-band { padding: 30px 24px; }
}
@media (max-width: 620px) {
  body { font-size: 15.5px; }
  .section { padding: 46px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-inner { padding: 64px 0 56px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .float-mid .jackpot-label { display: none; }
  .float-mid .jackpot-amount { font-size: .9rem; }
  .reel { width: 36px; height: 36px; }
  .reel-strip span { height: 36px; font-size: 1.2rem; }
  .float-btn { padding: 11px 16px; font-size: .88rem; }
  .float-inner { gap: 8px; }
  .header-actions .btn-outline { display: none; }
  .search-form button { padding: 0 16px; }
}
@media (max-width: 380px) {
  .float-mid { display: none; }
  .float-actions { flex: 1; }
  .float-btn { flex: 1; padding: 12px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .float-btn.daftar, .float-btn::after, .coin { animation: none !important; }
}
