/* ==========================================================================
   Slot39 — Tema Kasino (Hitam, Emas, Merah, Hijau, Biru, Putih)
   ========================================================================== */
:root {
  --black: #0b0e14;
  --black-2: #11151f;
  --black-3: #181d2b;
  --gold: #f4b41a;
  --gold-2: #ffd75e;
  --gold-dark: #c98f0a;
  --red: #e63946;
  --red-dark: #b8263
  --green: #2ecc71;
  --green-dark: #1e9e54;
  --blue: #1b9aaa;
  --white: #ffffff;
  --gray: #aab2c5;
  --gray-2: #7d8699;
  --border: rgba(244, 180, 26, .18);
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .45);
  --font: "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font);
  background: var(--black);
  color: var(--white);
  line-height: 1.75;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-2); }
h1, h2, h3, h4 { line-height: 1.3; font-weight: 800; }
h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 18px; }
h3 { font-size: 1.2rem; margin-bottom: 10px; }
p { margin-bottom: 16px; color: #dbe1ee; }
ul, ol { margin: 0 0 16px 22px; color: #dbe1ee; }
li { margin-bottom: 8px; }
table { width: 100%; border-collapse: collapse; margin: 18px 0 24px; font-size: .95rem; display: block; overflow-x: auto; }
thead, tbody, tfoot, tr { width: 100%; }
table table { display: table; }
th, td { padding: 12px 14px; border: 1px solid var(--border); text-align: left; white-space: nowrap; }
td { white-space: normal; }
th { background: linear-gradient(135deg, rgba(244,180,26,.16), rgba(244,180,26,.05)); color: var(--gold-2); }
tr:nth-child(even) td { background: rgba(255,255,255,.02); }
strong { color: var(--gold-2); }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 64px 0; }
.section-alt { background: var(--black-2); }
.text-center { text-align: center; }
.kicker {
  display: inline-block; color: var(--gold); font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; font-size: .78rem; margin-bottom: 10px;
  padding: 4px 14px; border: 1px solid var(--border); border-radius: 999px;
  background: rgba(244,180,26,.07);
}
.lead { font-size: 1.08rem; color: #cfd6e4; }
.gold-text { background: linear-gradient(120deg, var(--gold-2), var(--gold), #fff2c4); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Top bar ---------- */
.topbar {
  background: linear-gradient(90deg, #0d1017, #1a1206, #0d1017);
  border-bottom: 1px solid var(--border);
  font-size: .82rem; color: var(--gray);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 7px; padding-bottom: 7px; flex-wrap: wrap; }
.topbar .badge18 {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  border: 2px solid var(--red); color: var(--red); font-weight: 800; font-size: .68rem;
}
.topbar a { color: var(--gray); }
.topbar a:hover { color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(11, 14, 20, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 18px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.5rem; font-weight: 900; letter-spacing: .02em; }
.brand img { width: 44px; height: 44px; }
.brand .slot { color: var(--white); }
.brand .num { color: var(--gold); }
.brand:hover .slot { color: var(--white); }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 4px; list-style: none; margin: 0; }
.main-nav a {
  display: block; padding: 10px 13px; color: #dbe1ee; font-weight: 600; font-size: .92rem;
  border-radius: 8px;
}
.main-nav a:hover, .main-nav a.active { color: var(--gold); background: rgba(244,180,26,.08); }
.header-cta { display: flex; gap: 10px; margin-left: 14px; }
.nav-toggle {
  display: none; background: none; border: 1px solid var(--border); border-radius: 8px;
  color: var(--gold); font-size: 1.4rem; width: 44px; height: 44px; cursor: pointer;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 10px; font-weight: 800; font-size: .95rem;
  cursor: pointer; border: 0; transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-dark)); color: #241a02; box-shadow: 0 6px 18px rgba(244,180,26,.35); }
.btn-gold:hover { color: #241a02; box-shadow: 0 10px 26px rgba(244,180,26,.5); }
.btn-red { background: linear-gradient(135deg, #ff5a66, var(--red) 60%, var(--red-dark)); color: #fff; box-shadow: 0 6px 18px rgba(230,57,70,.35); }
.btn-red:hover { color: #fff; }
.btn-green { background: linear-gradient(135deg, #45e389, var(--green) 60%, var(--green-dark)); color: #062b15; box-shadow: 0 6px 18px rgba(46,204,113,.3); }
.btn-green:hover { color: #062b15; }
.btn-outline { background: transparent; border: 2px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: rgba(244,180,26,.1); color: var(--gold-2); }
.btn-lg { padding: 15px 34px; font-size: 1.05rem; }
.btn-sm { padding: 9px 18px; font-size: .85rem; }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 520px; display: flex; align-items: center;
  background: url("../img/hero-banner.webp") center/cover no-repeat;
  border-bottom: 1px solid var(--border);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,14,20,.96) 0%, rgba(11,14,20,.82) 38%, rgba(11,14,20,.35) 70%, rgba(11,14,20,.55) 100%);
}
.hero .container { position: relative; z-index: 2; padding-top: 70px; padding-bottom: 70px; }
.hero-content { max-width: 640px; }
.hero h1 { margin-bottom: 18px; }
.hero .lead { margin-bottom: 26px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; font-size: .88rem; color: var(--gray); }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { color: var(--green); font-style: normal; font-weight: 900; }

/* ---------- Marquee ---------- */
.marquee {
  background: linear-gradient(90deg, #1a1206, #241a02, #1a1206);
  border-bottom: 1px solid var(--border); overflow: hidden; white-space: nowrap;
  max-width: 100%; position: relative;
}
.marquee-inner { display: inline-block; padding: 10px 0; animation: marquee 30s linear infinite; color: var(--gold-2); font-weight: 600; font-size: .9rem; will-change: transform; }
.marquee-inner span { margin: 0 34px; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ---------- 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: linear-gradient(160deg, var(--black-3), var(--black-2));
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(244,180,26,.45); box-shadow: var(--shadow); }
.card .icon { font-size: 2rem; margin-bottom: 14px; display: inline-block; }
.card h3 { color: var(--gold-2); }
.card p { margin-bottom: 0; font-size: .95rem; color: var(--gray); }

/* ---------- Game lobby ---------- */
.lobby-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; }
.lobby-tab {
  padding: 10px 22px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--black-3); color: #dbe1ee; font-weight: 700; cursor: pointer; font-size: .92rem;
  transition: all .2s ease;
}
.lobby-tab:hover, .lobby-tab.active { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #241a02; border-color: transparent; }
.game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.game-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border); background: var(--black-3);
  aspect-ratio: 4/3; display: flex; align-items: flex-end;
  transition: transform .2s ease, box-shadow .2s ease;
}
.game-card:hover { transform: translateY(-4px) scale(1.015); box-shadow: var(--shadow); }
.game-card .gimg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 3.4rem; background: radial-gradient(circle at 50% 35%, rgba(244,180,26,.16), transparent 65%); }
.game-card .gmeta {
  position: relative; width: 100%; padding: 12px 14px;
  background: linear-gradient(0deg, rgba(5,7,11,.95), rgba(5,7,11,.55), transparent);
}
.game-card .gmeta b { display: block; font-size: .95rem; color: #fff; }
.game-card .gmeta small { color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.game-card .rtp {
  position: absolute; top: 10px; right: 10px; background: rgba(46,204,113,.92); color: #062b15;
  font-size: .72rem; font-weight: 800; padding: 3px 9px; border-radius: 999px;
}
.game-card .hot {
  position: absolute; top: 10px; left: 10px; background: rgba(230,57,70,.95); color: #fff;
  font-size: .72rem; font-weight: 800; padding: 3px 9px; border-radius: 999px;
}

/* ---------- Providers ---------- */
.provider-wall { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.provider-chip {
  padding: 10px 20px; border-radius: 10px; border: 1px solid var(--border);
  background: var(--black-3); color: #cfd6e4; font-weight: 700; font-size: .88rem;
  transition: all .2s ease;
}
.provider-chip:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-2px); }

/* ---------- Payments ---------- */
.pay-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pay-item {
  display: flex; align-items: center; gap: 12px; padding: 16px 18px;
  background: var(--black-3); border: 1px solid var(--border); border-radius: 12px;
}
.pay-item .pic {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: .8rem; color: #fff;
}
.pay-item b { display: block; font-size: .95rem; }
.pay-item small { color: var(--gray-2); font-size: .78rem; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step {
  position: relative; padding: 30px 22px 24px; background: var(--black-3);
  border: 1px solid var(--border); border-radius: var(--radius); text-align: center;
}
.step::before {
  counter-increment: step; content: counter(step);
  display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-dark));
  color: #241a02; font-weight: 900; font-size: 1.2rem;
  box-shadow: 0 0 0 5px rgba(244,180,26,.12);
}
.step h3 { font-size: 1.05rem; }
.step p { font-size: .9rem; color: var(--gray); margin: 0; }

/* ---------- Compare table ---------- */
.compare-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); }
.compare-wrap table { margin: 0; border: 0; }
.compare-wrap th, .compare-wrap td { border: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.compare-wrap .yes { color: var(--green); font-weight: 900; }
.compare-wrap .no { color: var(--red); font-weight: 900; }
.compare-wrap .brand-col { background: rgba(244,180,26,.1); color: var(--gold-2); font-weight: 800; }

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; background: var(--black-3); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 18px 22px; background: none; border: 0; color: #fff; font-weight: 700; font-size: 1rem;
  cursor: pointer; text-align: left; font-family: var(--font);
}
.faq-q .chev { color: var(--gold); transition: transform .25s ease; font-size: 1.2rem; flex-shrink: 0; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a .faq-a-inner { padding: 0 22px 20px; color: var(--gray); font-size: .95rem; }
.faq-item.open .faq-a { max-height: 500px; }

/* ---------- Article ---------- */
.article-hero { position: relative; border-radius: var(--radius); overflow: hidden; margin-bottom: 34px; border: 1px solid var(--border); }
.article-hero img { width: 100%; max-height: 420px; object-fit: cover; }
.article-body { max-width: 860px; margin: 0 auto; }
.article-body h2 { margin-top: 40px; padding-top: 10px; border-top: 2px solid rgba(244,180,26,.25); }
.article-body h3 { margin-top: 28px; color: var(--gold-2); }
.article-body img { border-radius: var(--radius); margin: 22px 0; border: 1px solid var(--border); }
.article-meta { color: var(--gray-2); font-size: .86rem; margin-bottom: 22px; display: flex; gap: 18px; flex-wrap: wrap; }
.callout {
  border-left: 4px solid var(--gold); background: rgba(244,180,26,.07);
  padding: 18px 22px; border-radius: 0 12px 12px 0; margin: 22px 0;
}
.callout.green { border-left-color: var(--green); background: rgba(46,204,113,.07); }
.callout.red { border-left-color: var(--red); background: rgba(230,57,70,.07); }
.callout.blue { border-left-color: var(--blue); background: rgba(27,154,170,.08); }
.callout p:last-child { margin-bottom: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, #241a02, #3d2c04 45%, #1a1206);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 44px 34px; text-align: center;
}
.cta-band h2 { margin-bottom: 12px; }
.cta-band p { max-width: 640px; margin: 0 auto 24px; color: #e8ddc2; }

/* ---------- Tag cloud ---------- */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud a {
  padding: 7px 16px; border-radius: 999px; background: var(--black-3);
  border: 1px solid var(--border); color: #cfd6e4; font-size: .85rem; font-weight: 600;
}
.tag-cloud a:hover { background: rgba(244,180,26,.12); color: var(--gold-2); border-color: var(--gold); }

/* ---------- Search ---------- */
.search-box { display: flex; gap: 10px; max-width: 560px; margin: 0 auto; }
.search-box input {
  flex: 1; padding: 13px 18px; border-radius: 10px; border: 1px solid var(--border);
  background: var(--black-3); color: #fff; font-size: 1rem; font-family: var(--font);
}
.search-box input:focus { outline: 2px solid var(--gold); border-color: transparent; }
.search-results { max-width: 720px; margin: 26px auto 0; }
.search-result-item {
  display: block; padding: 16px 20px; border: 1px solid var(--border); border-radius: 12px;
  margin-bottom: 10px; background: var(--black-3);
}
.search-result-item b { color: var(--gold-2); display: block; }
.search-result-item small { color: var(--gray); }
.search-result-item:hover { border-color: var(--gold); }

/* ---------- Forms ---------- */
.form-card { max-width: 480px; margin: 0 auto; background: var(--black-3); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 700; margin-bottom: 7px; font-size: .92rem; color: #dbe1ee; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 16px; border-radius: 10px; border: 1px solid var(--border);
  background: var(--black-2); color: #fff; font-size: 1rem; font-family: var(--font);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: 2px solid var(--gold); border-color: transparent; }
.form-hint { font-size: .8rem; color: var(--gray-2); margin-top: 5px; }
.form-alt { text-align: center; margin-top: 20px; color: var(--gray); font-size: .92rem; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 16px 0 0; font-size: .85rem; color: var(--gray-2); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; }
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: 6px; }
.breadcrumb li + li::before { content: "›"; color: var(--gold); }
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb [aria-current] { color: var(--gold-2); }

/* ---------- Page head ---------- */
.page-head { padding: 40px 0 10px; }
.page-head h1 { margin-bottom: 12px; }
.page-head .lead { max-width: 780px; }

/* ---------- Promo cards ---------- */
.promo-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.promo-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.promo-card .promo-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.promo-card .promo-tag { align-self: flex-start; background: rgba(230,57,70,.16); color: #ff8a94; border: 1px solid rgba(230,57,70,.4); padding: 3px 12px; border-radius: 999px; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.promo-card .promo-body .btn { margin-top: auto; }
.promo-terms { font-size: .82rem; color: var(--gray-2); margin: 12px 0 18px; }

/* ---------- Floating bottom bar ---------- */
.float-bar {
  position: fixed; left: 50%; bottom: 14px; transform: translateX(-50%);
  z-index: 950; display: flex; gap: 12px; align-items: center;
  padding: 10px 14px; border-radius: 999px;
  background: rgba(13, 16, 23, .92); border: 1px solid rgba(244,180,26,.4);
  box-shadow: 0 14px 40px rgba(0,0,0,.6), 0 0 24px rgba(244,180,26,.18);
  backdrop-filter: blur(12px);
}
.float-btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 30px; border-radius: 999px; font-weight: 900; font-size: 1rem;
  letter-spacing: .03em; transition: transform .15s ease, box-shadow .2s ease;
}
.float-btn:hover { transform: translateY(-2px) scale(1.03); }
.float-btn .coin { font-size: 1.15rem; animation: coinspin 2.4s linear infinite; display: inline-block; }
@keyframes coinspin { 0% { transform: rotateY(0); } 100% { transform: rotateY(360deg); } }
.float-btn.register { background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-dark)); color: #241a02; box-shadow: 0 6px 20px rgba(244,180,26,.45); animation: pulse-gold 2.2s ease-in-out infinite; }
.float-btn.register:hover { color: #241a02; }
.float-btn.login { background: linear-gradient(135deg, #ff5a66, var(--red) 60%, var(--red-dark)); color: #fff; box-shadow: 0 6px 20px rgba(230,57,70,.4); }
.float-btn.login:hover { color: #fff; }
@keyframes pulse-gold {
  0%, 100% { box-shadow: 0 6px 20px rgba(244,180,26,.45), 0 0 0 0 rgba(244,180,26,.5); }
  50% { box-shadow: 0 6px 24px rgba(244,180,26,.6), 0 0 0 10px rgba(244,180,26,0); }
}
.float-btn .shine {
  position: absolute; top: 0; left: -80%; width: 55%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.5), transparent);
  animation: shine 2.8s ease-in-out infinite;
}
@keyframes shine { 0% { left: -80%; } 55%, 100% { left: 130%; } }
.coin-burst { position: fixed; pointer-events: none; z-index: 999; font-size: 22px; animation: burst 1s ease-out forwards; }
@keyframes burst {
  0% { opacity: 1; transform: translate(0, 0) scale(.6) rotate(0deg); }
  100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(1.3) rotate(340deg); }
}

/* ---------- Footer ---------- */
.site-footer { background: #080a0f; border-top: 1px solid var(--border); margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 34px; padding: 54px 0 34px; }
.footer-grid h4 { color: var(--gold-2); margin-bottom: 16px; font-size: 1rem; }
.footer-grid ul { list-style: none; margin: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a { color: var(--gray); font-size: .92rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand p { color: var(--gray-2); font-size: .9rem; }
.footer-pay { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.footer-pay span { font-size: .72rem; font-weight: 700; color: var(--gray); border: 1px solid rgba(255,255,255,.12); padding: 4px 10px; border-radius: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 20px 0 90px; font-size: .82rem; color: var(--gray-2); }
.footer-bottom .row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.rg-badges { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.rg-badge {
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--red); color: var(--red); border-radius: 50%;
  width: 40px; height: 40px; font-weight: 900; font-size: .8rem;
}
.rg-text { border: 1px solid rgba(255,255,255,.16); color: var(--gray); border-radius: 8px; padding: 8px 14px; font-weight: 700; font-size: .76rem; }
.legal-note { margin-top: 14px; font-size: .78rem; color: #5d6577; line-height: 1.6; }

/* ---------- Telegram link block ---------- */
.tg-block {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  background: linear-gradient(135deg, rgba(27,154,170,.14), rgba(27,154,170,.05));
  border: 1px solid rgba(27,154,170,.4); border-radius: var(--radius);
}
.tg-block .tg-icon { font-size: 2rem; }
.tg-block b { color: #7fd8e4; }
.tg-block p { margin: 0; font-size: .9rem; color: var(--gray); }

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-20 { margin-top: 20px; } .mt-40 { margin-top: 40px; }
.notice-bar {
  background: rgba(230,57,70,.1); border: 1px solid rgba(230,57,70,.35);
  border-radius: 12px; padding: 14px 20px; font-size: .88rem; color: #ffb3ba; margin-bottom: 24px;
}
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.two-col img { border-radius: var(--radius); border: 1px solid var(--border); }
.list-check { list-style: none; margin-left: 0; }
.list-check li { padding-left: 30px; position: relative; }
.list-check li::before { content: "✔"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
  .pay-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 46px 0; }
  .main-nav {
    position: fixed; inset: 0 0 auto 0; top: 0; z-index: 940;
    background: rgba(8,10,15,.98); padding: 80px 24px 30px;
    transform: translateY(-110%); transition: transform .3s ease;
    border-bottom: 1px solid var(--border); margin-left: 0;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav ul { flex-direction: column; gap: 2px; }
  .main-nav a { padding: 13px 16px; font-size: 1.05rem; }
  .nav-toggle { display: block; margin-left: auto; z-index: 950; position: relative; }
  .header-cta { display: none; }
  .hero { min-height: 460px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .pay-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 24px; }
  .float-bar { width: calc(100% - 24px); justify-content: center; padding: 9px 10px; gap: 8px; bottom: 10px; }
  .float-btn { flex: 1; justify-content: center; padding: 13px 10px; font-size: .92rem; }
  .form-card { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { padding-bottom: 100px; }
  th, td { padding: 10px 10px; font-size: .85rem; }
}
@media (max-width: 420px) {
  .game-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .game-card .gimg { font-size: 2.4rem; }
  .pay-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
}
