@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
@import url('https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.css');
@import url('https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css');

:root {
  font-size: 62.5%;
  --pgb2-bg: #111d2b;
  --pgb2-panel: #1b2f43;
  --pgb2-primary: #ff5722;
  --pgb2-hot: #ff69b4;
  --pgb2-sky: #87ceeb;
  --pgb2-soft: #ffb6c1;
  --pgb2-text: #f7fbff;
  --pgb2-muted: #b9cadb;
  --pgb2-line: rgba(135, 206, 235, .22);
  --pgb2-shadow: 0 1.8rem 4rem rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 20% 0%, rgba(255,105,180,.18), transparent 28%), linear-gradient(180deg, #0b1521 0%, var(--pgb2-bg) 52%, #09111b 100%);
  color: var(--pgb2-text);
  font-family: "Noto Sans Bengali", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--pgb2-sky); text-decoration: none; }
a:hover { color: var(--pgb2-soft); }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
body.pgb2-lock { overflow: hidden; }

.pgb2-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(17, 29, 43, .94);
  backdrop-filter: blur(16px);
  border-bottom: .1rem solid var(--pgb2-line);
}
.pgb2-topbar {
  width: min(100%, 43rem);
  margin: 0 auto;
  min-height: 6.4rem;
  padding: .8rem 1rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.pgb2-brand { display: flex; align-items: center; gap: .7rem; color: var(--pgb2-text); font-weight: 900; letter-spacing: .04em; }
.pgb2-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 0 .2rem rgba(255,87,34,.35); }
.pgb2-brand span { font-size: 2rem; color: var(--pgb2-soft); }
.pgb2-header-actions { margin-left: auto; display: flex; align-items: center; gap: .6rem; }
.pgb2-btn {
  border: 0;
  min-height: 4.4rem;
  min-width: 4.4rem;
  padding: .9rem 1.15rem;
  border-radius: 999rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 .8rem 1.8rem rgba(255, 87, 34, .28);
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.pgb2-btn:active, .pgb2-bottom-item:active { transform: scale(.94); }
.pgb2-btn:hover { filter: brightness(1.12); }
.pgb2-btn-primary { background: linear-gradient(135deg, var(--pgb2-primary), #ff8b36); }
.pgb2-btn-pink { background: linear-gradient(135deg, var(--pgb2-hot), #b347ff); }
.pgb2-btn-sky { background: linear-gradient(135deg, #118ac0, var(--pgb2-sky)); color: #07121d; }
.pgb2-menu-btn { background: rgba(135,206,235,.16); color: var(--pgb2-text); border: .1rem solid var(--pgb2-line); box-shadow: none; padding: .8rem; }

.pgb2-menu-panel {
  position: fixed;
  top: 6.4rem;
  right: 50%;
  transform: translateX(50%) translateY(-120%);
  width: min(calc(100% - 2rem), 41rem);
  padding: 1rem;
  background: linear-gradient(180deg, #21374e, #101d2b);
  border: .1rem solid var(--pgb2-line);
  border-radius: 0 0 2.2rem 2.2rem;
  z-index: 9999;
  box-shadow: var(--pgb2-shadow);
  transition: transform .25s ease;
}
.pgb2-menu-panel.pgb2-menu-open { transform: translateX(50%) translateY(0); }
.pgb2-menu-panel a { display: flex; min-height: 4.6rem; align-items: center; gap: .8rem; padding: .7rem 1rem; border-radius: 1.2rem; color: var(--pgb2-text); font-weight: 800; }
.pgb2-menu-panel a:hover, .pgb2-menu-panel a.pgb2-active { background: rgba(255,105,180,.18); color: var(--pgb2-soft); }

.pgb2-page { padding-top: 7.6rem; }
.pgb2-container { width: min(100% - 2rem, 43rem); margin: 0 auto; }
.pgb2-wrapper { display: flex; flex-direction: column; gap: 1.4rem; }
.pgb2-section { margin: 1.4rem 0; }
.pgb2-card {
  background: linear-gradient(155deg, rgba(52,73,94,.95), rgba(25,42,60,.96));
  border: .1rem solid var(--pgb2-line);
  border-radius: 2.2rem;
  padding: 1.6rem;
  box-shadow: var(--pgb2-shadow);
}
.pgb2-card h2, .pgb2-card h3 { color: var(--pgb2-soft); line-height: 1.25; margin: 0 0 1rem; }
.pgb2-card p, .pgb2-card li { color: #e7f2fb; line-height: 1.55; }
.pgb2-kicker { display: inline-flex; gap: .5rem; align-items: center; padding: .45rem .85rem; border-radius: 99rem; background: rgba(255,87,34,.18); color: var(--pgb2-soft); font-size: 1.2rem; font-weight: 900; }
.pgb2-hero { position: relative; overflow: hidden; padding: 2rem 1.6rem; min-height: 39rem; }
.pgb2-hero:before { content: ""; position: absolute; inset: -20% -15% auto auto; width: 19rem; height: 19rem; background: radial-gradient(circle, rgba(255,105,180,.38), transparent 66%); }
.pgb2-hero h1 { position: relative; font-size: 3rem; line-height: 1.08; margin: 1rem 0; color: #fff; letter-spacing: -.04em; }
.pgb2-hero-text { position: relative; color: var(--pgb2-muted); line-height: 1.6; }
.pgb2-hero-actions { position: relative; display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.3rem; }
.pgb2-text-link { border: 0; padding: 0; background: transparent; color: var(--pgb2-soft); font-weight: 900; text-decoration: underline; cursor: pointer; font-size: inherit; }

.pgb2-carousel { position: relative; height: 17.8rem; overflow: hidden; border-radius: 1.8rem; border: .1rem solid var(--pgb2-line); margin-top: 1.4rem; }
.pgb2-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s ease; cursor: pointer; }
.pgb2-slide.pgb2-active { opacity: 1; }
.pgb2-slide img { width: 100%; height: 100%; object-fit: cover; }
.pgb2-slide span { position: absolute; left: 1rem; bottom: 1rem; padding: .55rem .9rem; border-radius: 1rem; background: rgba(0,0,0,.58); color: #fff; font-weight: 900; }

.pgb2-grid { display: grid; gap: 1rem; }
.pgb2-game-grid { grid-template-columns: repeat(4, 1fr); }
.pgb2-game-card { min-height: 10.6rem; border-radius: 1.5rem; padding: .7rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(255,255,255,.08); cursor: pointer; transition: transform .18s ease, background .18s ease; }
.pgb2-game-card:hover { transform: translateY(-.2rem); background: rgba(255,105,180,.12); }
.pgb2-game-card img { width: 5.8rem; height: 5.8rem; object-fit: cover; border-radius: 1.2rem; margin: 0 auto .6rem; }
.pgb2-game-card span { display: block; color: #fff; font-size: 1.1rem; line-height: 1.22; font-weight: 800; text-align: center; }
.pgb2-category-title { display: flex; justify-content: space-between; align-items: center; margin: .4rem 0 1rem; }
.pgb2-category-title h2 { margin: 0; font-size: 2rem; }
.pgb2-pill-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.pgb2-pill { display: inline-flex; align-items: center; min-height: 4.4rem; padding: .8rem 1rem; border-radius: 99rem; background: rgba(135,206,235,.13); color: var(--pgb2-text); border: .1rem solid var(--pgb2-line); font-weight: 800; }
.pgb2-stat-grid { grid-template-columns: repeat(2, 1fr); }
.pgb2-stat { padding: 1.2rem; border-radius: 1.6rem; background: rgba(0,0,0,.18); border: .1rem solid var(--pgb2-line); }
.pgb2-stat strong { display: block; color: var(--pgb2-soft); font-size: 2.2rem; line-height: 1.1; }
.pgb2-review { border-left: .35rem solid var(--pgb2-primary); padding-left: 1rem; }
.pgb2-payment { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
.pgb2-payitem { min-height: 4.8rem; border-radius: 1.3rem; background: rgba(255,255,255,.08); display: grid; place-items: center; font-weight: 900; color: var(--pgb2-sky); }
.pgb2-steps { counter-reset: pgb2step; list-style: none; padding: 0; display: grid; gap: 1rem; }
.pgb2-steps li { position: relative; padding: 1rem 1rem 1rem 4.8rem; background: rgba(255,255,255,.06); border-radius: 1.5rem; }
.pgb2-steps li:before { counter-increment: pgb2step; content: counter(pgb2step); position: absolute; left: 1rem; top: 1rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; background: var(--pgb2-primary); display: grid; place-items: center; font-weight: 900; }
.pgb2-faq details { background: rgba(255,255,255,.06); border-radius: 1.4rem; padding: 1rem; margin: .8rem 0; }
.pgb2-faq summary { min-height: 4.4rem; display: flex; align-items: center; cursor: pointer; font-weight: 900; color: var(--pgb2-soft); }

.pgb2-footer { margin-top: 2rem; padding: 2rem 0 8.5rem; background: #08111b; border-top: .1rem solid var(--pgb2-line); }
.pgb2-footer-links, .pgb2-footer-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.pgb2-footer-links a { padding: .55rem .8rem; border-radius: .9rem; background: rgba(135,206,235,.1); font-size: 1.25rem; }
.pgb2-partners { display: flex; flex-wrap: wrap; gap: .7rem; }
.pgb2-partner { padding: .6rem .8rem; border-radius: 1rem; background: rgba(255,255,255,.08); color: var(--pgb2-muted); font-size: 1.2rem; font-weight: 800; }

.pgb2-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1000;
  width: min(100%, 43rem);
  height: 6.2rem;
  background: #34495e;
  border-top: .2rem solid var(--pgb2-primary);
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  box-shadow: 0 -1rem 3rem rgba(0,0,0,.35);
}
.pgb2-bottom-item {
  min-width: 6rem;
  min-height: 6rem;
  flex: 1;
  border: 0;
  background: transparent;
  color: #d8e8f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.pgb2-bottom-item i, .pgb2-bottom-item .material-icons, .pgb2-bottom-item ion-icon { font-size: 2.3rem; line-height: 1; }
.pgb2-bottom-item.pgb2-active, .pgb2-bottom-item:hover { color: #fff; background: linear-gradient(180deg, rgba(255,87,34,.2), rgba(255,105,180,.12)); }
.pgb2-badge { position: absolute; margin-left: 2rem; margin-top: -2.8rem; min-width: 1.7rem; height: 1.7rem; border-radius: 99rem; background: var(--pgb2-hot); color: #fff; display: grid; place-items: center; font-size: 1rem; }

@media (min-width: 769px) {
  .pgb2-bottom-nav { display: none; }
  .pgb2-footer { padding-bottom: 2.4rem; }
  .pgb2-page { max-width: 43rem; margin: 0 auto; box-shadow: 0 0 0 .1rem rgba(255,255,255,.05), 0 0 8rem rgba(255,87,34,.12); }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
}
@media (max-width: 360px) {
  .pgb2-game-grid { grid-template-columns: repeat(3, 1fr); }
  .pgb2-btn { padding: .8rem .9rem; font-size: 1.1rem; }
  .pgb2-hero h1 { font-size: 2.55rem; }
}
