@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;600;700;800&display=swap');

:root {
  font-size: 62.5%;
  --g8c2-primary: #E91E63;
  --g8c2-gold: #CD853F;
  --g8c2-bg: #1A1A1A;
  --g8c2-bg-soft: #25131c;
  --g8c2-panel: #2d1b20;
  --g8c2-text: #FFDFBA;
  --g8c2-white: #fff8ed;
  --g8c2-muted: #d4a878;
  --g8c2-line: rgba(255, 223, 186, .16);
  --g8c2-shadow: 0 1.4rem 3rem rgba(0,0,0,.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(233,30,99,.22), transparent 35%), linear-gradient(180deg, #160f12 0%, var(--g8c2-bg) 52%, #0f0d0d 100%);
  color: var(--g8c2-text);
  font-family: 'Noto Sans Bengali', system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.g8c2-page { max-width: 430px; margin: 0 auto; min-height: 100vh; background: rgba(26,26,26,.92); position: relative; box-shadow: 0 0 5rem rgba(0,0,0,.45); }
.g8c2-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 430px; z-index: 1000; background: rgba(26,26,26,.94); backdrop-filter: blur(1.4rem); border-bottom: .1rem solid var(--g8c2-line); }
.g8c2-topbar { height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.g8c2-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; flex: 1; }
.g8c2-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 1.8rem rgba(233,30,99,.45); }
.g8c2-brand-name { font-weight: 800; font-size: 1.8rem; color: var(--g8c2-white); letter-spacing: .03rem; }
.g8c2-actions { display: flex; gap: .6rem; align-items: center; }
.g8c2-btn { min-height: 4.4rem; border: 0; border-radius: 999px; padding: .9rem 1.2rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.g8c2-btn:active, .g8c2-bottom-link:active { transform: scale(.94); }
.g8c2-btn-primary { background: linear-gradient(135deg, var(--g8c2-primary), #ff6aa2); color: #fff; box-shadow: 0 .8rem 1.8rem rgba(233,30,99,.34); }
.g8c2-btn-gold { background: linear-gradient(135deg, var(--g8c2-gold), #ffd48b); color: #1A1A1A; }
.g8c2-btn-ghost { background: rgba(255,223,186,.08); color: var(--g8c2-text); border: .1rem solid var(--g8c2-line); }
.g8c2-menu-btn { width: 4.4rem; padding: 0; border-radius: 1.4rem; font-size: 2rem; }
.g8c2-mobile-menu { position: fixed; top: 6.4rem; right: 1rem; left: 1rem; max-width: 410px; margin: 0 auto; z-index: 9999; transform: translateY(-1rem); opacity: 0; pointer-events: none; transition: .22s ease; background: linear-gradient(145deg, #2a1720, #181112); border: .1rem solid rgba(233,30,99,.4); border-radius: 1.8rem; box-shadow: var(--g8c2-shadow); padding: 1rem; }
.g8c2-menu-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.g8c2-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.g8c2-menu-link { min-height: 4.4rem; display: flex; align-items: center; gap: .7rem; padding: .9rem 1rem; border-radius: 1.2rem; background: rgba(255,223,186,.07); color: var(--g8c2-white); font-weight: 700; border: .1rem solid var(--g8c2-line); }
.g8c2-menu-link i, .g8c2-menu-link ion-icon { color: var(--g8c2-primary); font-size: 2.1rem; }

.g8c2-main { padding: 7.6rem 1rem 2rem; }
.g8c2-container, .g8c2-wrapper { width: 100%; margin: 0 auto; }
.g8c2-section { margin: 1.4rem 0; padding: 1.4rem; border-radius: 2rem; background: linear-gradient(165deg, rgba(255,223,186,.08), rgba(233,30,99,.055)); border: .1rem solid var(--g8c2-line); box-shadow: 0 .8rem 2.4rem rgba(0,0,0,.22); }
.g8c2-section-alt { background: linear-gradient(135deg, rgba(205,133,63,.14), rgba(26,26,26,.76)); }
.g8c2-eyebrow { color: var(--g8c2-gold); font-weight: 800; text-transform: uppercase; letter-spacing: .08rem; font-size: 1.2rem; }
.g8c2-title { font-size: 2.6rem; line-height: 3.1rem; color: var(--g8c2-white); margin: .8rem 0 1rem; font-weight: 900; }
.g8c2-subtitle { color: var(--g8c2-muted); font-size: 1.45rem; line-height: 2.3rem; }
.g8c2-h2 { font-size: 2.1rem; line-height: 2.8rem; color: var(--g8c2-white); margin: 0 0 1rem; }
.g8c2-h3 { font-size: 1.65rem; line-height: 2.3rem; color: var(--g8c2-text); margin: 0 0 .7rem; }
.g8c2-text { font-size: 1.46rem; line-height: 2.35rem; color: #f6d7b0; }
.g8c2-highlight { color: #ff77a9; font-weight: 900; }
.g8c2-link-text { color: #ffd48b; font-weight: 900; text-decoration: underline; text-decoration-color: rgba(255,212,139,.45); cursor: pointer; }
.g8c2-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }

.g8c2-slider { position: relative; border-radius: 2.2rem; overflow: hidden; border: .1rem solid rgba(233,30,99,.35); background: #111; min-height: 17rem; }
.g8c2-slide { display: none; position: relative; cursor: pointer; }
.g8c2-slide-active { display: block; }
.g8c2-slide img { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; }
.g8c2-slide-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; background: rgba(26,26,26,.74); border: .1rem solid var(--g8c2-line); border-radius: 1.4rem; padding: .9rem; backdrop-filter: blur(.8rem); }
.g8c2-dots { display: flex; gap: .5rem; justify-content: center; margin-top: .9rem; }
.g8c2-dot { width: .8rem; height: .8rem; border-radius: 999px; background: rgba(255,223,186,.3); border: 0; padding: 0; }
.g8c2-dot-active { width: 2rem; background: var(--g8c2-primary); }

.g8c2-grid { display: grid; gap: .9rem; }
.g8c2-game-grid { grid-template-columns: repeat(4, 1fr); }
.g8c2-game-card { min-height: 9.6rem; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .5rem; padding: .7rem .45rem; border-radius: 1.4rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(255,223,186,.12); cursor: pointer; transition: transform .18s ease, border-color .18s ease; }
.g8c2-game-card:hover { transform: translateY(-.2rem); border-color: rgba(233,30,99,.55); }
.g8c2-game-card img { width: 5.2rem; height: 5.2rem; border-radius: 1.2rem; object-fit: cover; background: #111; }
.g8c2-game-name { color: var(--g8c2-white); font-size: 1.05rem; line-height: 1.35rem; text-align: center; font-weight: 700; }
.g8c2-card { border-radius: 1.6rem; background: rgba(255,223,186,.07); border: .1rem solid var(--g8c2-line); padding: 1.2rem; }
.g8c2-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.g8c2-stat { text-align: center; padding: 1rem .6rem; border-radius: 1.4rem; background: rgba(233,30,99,.12); border: .1rem solid rgba(233,30,99,.25); }
.g8c2-stat strong { display: block; color: var(--g8c2-white); font-size: 1.8rem; line-height: 2.4rem; }
.g8c2-stat span { color: var(--g8c2-muted); font-size: 1.1rem; }
.g8c2-list { padding-left: 1.8rem; margin: .8rem 0; }
.g8c2-list li { margin: .7rem 0; line-height: 2.3rem; }
.g8c2-steps { counter-reset: step; display: grid; gap: .9rem; }
.g8c2-step { position: relative; padding: 1rem 1rem 1rem 4.2rem; border-radius: 1.4rem; background: rgba(255,223,186,.06); }
.g8c2-step::before { counter-increment: step; content: counter(step); position: absolute; left: 1rem; top: 1rem; width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 50%; background: var(--g8c2-primary); color: #fff; font-weight: 900; }
.g8c2-payment-row, .g8c2-chip-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.g8c2-chip { padding: .7rem 1rem; min-height: 3.8rem; border-radius: 999px; color: var(--g8c2-white); background: rgba(205,133,63,.18); border: .1rem solid rgba(205,133,63,.35); font-weight: 700; }
.g8c2-winner { display: flex; justify-content: space-between; align-items: center; gap: .8rem; padding: .9rem; border-radius: 1.2rem; background: rgba(0,0,0,.18); margin-top: .7rem; }
.g8c2-winner strong { color: #fff; }
.g8c2-winner span { color: #8ef2b3; font-weight: 900; }

.g8c2-footer { padding: 1.6rem 1rem 8.8rem; background: #120f10; border-top: .1rem solid var(--g8c2-line); }
.g8c2-footer-logo { display: flex; gap: .9rem; align-items: center; color: #fff; font-weight: 900; font-size: 1.8rem; }
.g8c2-footer-logo img { width: 3.4rem; height: 3.4rem; border-radius: 1rem; }
.g8c2-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1rem 0; }
.g8c2-footer-link { padding: .9rem; border-radius: 1.2rem; background: rgba(255,223,186,.06); color: var(--g8c2-text); border: .1rem solid var(--g8c2-line); font-size: 1.25rem; }
.g8c2-partners { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0; }
.g8c2-partner { border: .1rem solid rgba(255,223,186,.15); background: rgba(255,255,255,.05); color: var(--g8c2-muted); padding: .6rem .9rem; border-radius: .9rem; font-size: 1.1rem; font-weight: 800; }
.g8c2-copy { color: #b99772; font-size: 1.15rem; line-height: 1.8rem; }

.g8c2-bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 430px; height: 6.2rem; z-index: 1000; display: flex; justify-content: space-around; align-items: stretch; background: #E91E63; border-top: .2rem solid #ff9ec4; box-shadow: 0 -1rem 2rem rgba(0,0,0,.36); }
.g8c2-bottom-link { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: #fff4e7; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; font-size: 1.05rem; font-weight: 800; transition: transform .18s ease, color .18s ease, background .18s ease; position: relative; cursor: pointer; }
.g8c2-bottom-link i, .g8c2-bottom-link ion-icon, .g8c2-bottom-link .material-icons { font-size: 2.3rem; line-height: 2.3rem; }
.g8c2-bottom-link.g8c2-active { color: #1A1A1A; background: #FFDFBA; border-radius: 1.8rem 1.8rem 0 0; }
.g8c2-badge { position: absolute; top: .35rem; right: 1.2rem; min-width: 1.6rem; height: 1.6rem; border-radius: 999px; background: #CD853F; color: #111; font-size: .9rem; display: grid; place-items: center; font-weight: 900; }

.g8c2-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.2rem; font-size: 1.22rem; }
.g8c2-table th, .g8c2-table td { padding: .8rem .6rem; border-bottom: .1rem solid var(--g8c2-line); text-align: left; }
.g8c2-table th { color: #fff; background: rgba(233,30,99,.18); }
.g8c2-table td { color: #f4d0a8; }
.g8c2-review-box { display: grid; gap: .8rem; }
.g8c2-quote { border-left: .4rem solid var(--g8c2-primary); padding: 1rem; background: rgba(255,255,255,.05); border-radius: 0 1.2rem 1.2rem 0; }

@media (min-width: 769px) {
  .g8c2-bottom-nav { display: none; }
  .g8c2-footer { padding-bottom: 2rem; }
}
@media (max-width: 768px) {
  main.g8c2-main { padding-bottom: 8rem; }
}
@media (max-width: 360px) {
  .g8c2-game-grid { grid-template-columns: repeat(3, 1fr); }
  .g8c2-title { font-size: 2.25rem; line-height: 2.8rem; }
  .g8c2-btn { padding: .8rem .9rem; }
}
