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

:root {
  font-size: 62.5%;
  --w9f26-primary: #7fff00;
  --w9f26-secondary: #90ee90;
  --w9f26-accent: #9aff9a;
  --w9f26-bg: #0c0c0c;
  --w9f26-bg-soft: #111b12;
  --w9f26-bg-card: #152515;
  --w9f26-text: #f2fff2;
  --w9f26-muted: #bddbbd;
  --w9f26-border: rgba(127, 255, 0, .22);
  --w9f26-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans Bengali', system-ui, sans-serif;
  background: radial-gradient(circle at top, rgba(127,255,0,.18), transparent 32rem), var(--w9f26-bg);
  color: var(--w9f26-text);
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
body.w9f26-lock { overflow: hidden; }
a { color: var(--w9f26-primary); text-decoration: none; font-weight: 700; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.w9f26-page { max-width: 43rem; margin: 0 auto; background: linear-gradient(180deg, #0c0c0c, #101610 42%, #080b08); min-height: 100vh; }
.w9f26-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.w9f26-wrapper { padding-top: 7.4rem; }
.w9f26-section { padding: 2rem 0; }
.w9f26-section-tight { padding: 1.2rem 0; }

.w9f26-header {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%);
  width: min(100%, 43rem); z-index: 1000;
  background: rgba(12,12,12,.94); backdrop-filter: blur(1.4rem);
  border-bottom: .1rem solid var(--w9f26-border);
}
.w9f26-topbar { min-height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .7rem 1rem; }
.w9f26-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; flex: 1; }
.w9f26-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 1.6rem rgba(127,255,0,.35); }
.w9f26-brand-text { font-size: 1.5rem; font-weight: 800; color: var(--w9f26-accent); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.w9f26-actions { display: flex; gap: .5rem; align-items: center; }
.w9f26-btn {
  min-height: 4.4rem; border: 0; border-radius: 1.4rem; padding: .8rem 1.1rem;
  cursor: pointer; font-weight: 800; font-size: 1.2rem; color: #071007;
  background: linear-gradient(135deg, var(--w9f26-primary), var(--w9f26-secondary));
  box-shadow: 0 .8rem 2rem rgba(127,255,0,.18); transition: transform .18s ease, filter .18s ease;
}
.w9f26-btn:hover, .w9f26-btn:focus { transform: translateY(-.1rem); filter: brightness(1.08); }
.w9f26-btn-outline { color: var(--w9f26-primary); background: rgba(127,255,0,.08); border: .1rem solid var(--w9f26-border); }
.w9f26-menu-btn { width: 4.4rem; height: 4.4rem; border-radius: 1.3rem; border: .1rem solid var(--w9f26-border); background: #0f180f; color: var(--w9f26-primary); font-size: 2.2rem; }
.w9f26-menu {
  position: fixed; inset: 0; z-index: 9999; width: min(100%, 43rem); margin: 0 auto;
  background: linear-gradient(180deg, #081008, #122412); padding: 8rem 1.8rem 2rem;
  transform: translateY(-110%); opacity: 0; transition: transform .25s ease, opacity .25s ease;
}
.w9f26-menu.w9f26-menu-open { transform: translateY(0); opacity: 1; }
.w9f26-menu a, .w9f26-desktop-nav a { display: flex; align-items: center; gap: .8rem; min-height: 4.8rem; color: var(--w9f26-text); border-bottom: .1rem solid rgba(154,255,154,.1); }
.w9f26-menu-close { position: absolute; top: 1.2rem; right: 1.2rem; }
.w9f26-desktop-nav { display: none; }

.w9f26-hero { padding: 1.4rem; border: .1rem solid var(--w9f26-border); border-radius: 2.4rem; background: linear-gradient(135deg, rgba(127,255,0,.16), rgba(144,238,144,.05)); box-shadow: var(--w9f26-shadow); }
.w9f26-kicker { color: var(--w9f26-primary); font-size: 1.2rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.w9f26-title { font-size: 2.8rem; line-height: 3.3rem; margin: .8rem 0; color: #f8fff8; }
.w9f26-lead { color: var(--w9f26-muted); line-height: 2.4rem; }
.w9f26-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }

.w9f26-slider { position: relative; overflow: hidden; border-radius: 2rem; margin-top: 1.4rem; min-height: 15rem; }
.w9f26-slide { display: none; position: relative; cursor: pointer; }
.w9f26-slide-active { display: block; animation: w9f26Fade .45s ease; }
.w9f26-slide img { width: 100%; height: 16rem; object-fit: cover; }
.w9f26-slide span { position: absolute; left: 1rem; bottom: 1rem; padding: .6rem 1rem; border-radius: 999px; color: #061006; background: var(--w9f26-primary); font-weight: 800; }
.w9f26-dots { display: flex; gap: .5rem; justify-content: center; margin-top: .8rem; }
.w9f26-dot { width: .8rem; height: .8rem; border-radius: 50%; border: 0; background: rgba(255,255,255,.35); }
.w9f26-dot-active { background: var(--w9f26-primary); width: 2rem; border-radius: 1rem; }
@keyframes w9f26Fade { from { opacity: .25; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }

.w9f26-card { border: .1rem solid var(--w9f26-border); border-radius: 2rem; padding: 1.4rem; background: rgba(21,37,21,.86); box-shadow: 0 .8rem 2rem rgba(0,0,0,.24); }
.w9f26-card h2, .w9f26-card h3 { line-height: 2.8rem; margin: 0 0 1rem; color: var(--w9f26-accent); }
.w9f26-card p, .w9f26-card li { line-height: 2.35rem; color: var(--w9f26-muted); }
.w9f26-grid { display: grid; gap: 1rem; }
.w9f26-grid-2 { grid-template-columns: repeat(2, 1fr); }
.w9f26-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.w9f26-stat { text-align: center; padding: 1rem .6rem; border-radius: 1.5rem; background: #0e190e; border: .1rem solid rgba(127,255,0,.16); }
.w9f26-stat strong { display: block; color: var(--w9f26-primary); font-size: 1.8rem; }
.w9f26-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .45rem .75rem; border-radius: 999px; background: rgba(127,255,0,.12); color: var(--w9f26-accent); font-weight: 800; font-size: 1.15rem; }

.w9f26-game-section h2 { font-size: 2rem; margin: 1.4rem 0 1rem; color: var(--w9f26-primary); }
.w9f26-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.w9f26-game-card { min-height: 9.2rem; border: .1rem solid rgba(154,255,154,.13); border-radius: 1.4rem; background: #101a10; padding: .55rem; text-align: center; transition: transform .18s ease, border-color .18s ease; }
.w9f26-game-card:hover { transform: translateY(-.2rem); border-color: var(--w9f26-primary); }
.w9f26-game-card img { width: 5.2rem; height: 5.2rem; border-radius: 1.2rem; object-fit: cover; margin: 0 auto .45rem; }
.w9f26-game-card span { display: block; font-size: 1.05rem; line-height: 1.35rem; color: var(--w9f26-text); font-weight: 700; }

.w9f26-list { padding-left: 1.8rem; }
.w9f26-link { color: var(--w9f26-primary); font-weight: 800; border-bottom: .1rem dashed var(--w9f26-primary); }
.w9f26-highlight { color: var(--w9f26-primary); font-weight: 800; }
.w9f26-pill-row { display: flex; gap: .7rem; flex-wrap: wrap; }
.w9f26-quote { border-left: .35rem solid var(--w9f26-primary); padding-left: 1rem; color: var(--w9f26-muted); }

.w9f26-footer { padding: 2.4rem 1.4rem 8.8rem; background: #070a07; border-top: .1rem solid var(--w9f26-border); }
.w9f26-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1rem 0; }
.w9f26-footer-links a { padding: .9rem; border-radius: 1.2rem; background: rgba(127,255,0,.08); color: var(--w9f26-text); }
.w9f26-partners { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1rem 0; }
.w9f26-partner { padding: .6rem .9rem; border: .1rem solid var(--w9f26-border); border-radius: 999px; color: var(--w9f26-muted); font-size: 1.1rem; }
.w9f26-copy { color: #8dad8d; font-size: 1.2rem; }

.w9f26-bottom-nav {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1000;
  width: min(100%, 43rem); height: 6.2rem; display: flex; justify-content: space-around; align-items: stretch;
  background: #102010; border-top: .1rem solid var(--w9f26-border); box-shadow: 0 -1rem 2.5rem rgba(0,0,0,.4);
}
.w9f26-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--w9f26-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; font-size: 1.05rem; font-weight: 700; transition: transform .18s ease, color .18s ease; }
.w9f26-bottom-item i, .w9f26-bottom-item .material-icons, .w9f26-bottom-item ion-icon { font-size: 2.3rem; line-height: 2.4rem; }
.w9f26-bottom-item.w9f26-current, .w9f26-bottom-item:hover { color: var(--w9f26-primary); transform: translateY(-.25rem); }
.w9f26-bottom-item.w9f26-current::before { content: ''; width: 2.4rem; height: .3rem; border-radius: 1rem; background: var(--w9f26-primary); position: absolute; top: .2rem; }
.w9f26-tap { transform: scale(.94) !important; }

@media (max-width: 768px) { main { padding-bottom: 8rem; } }
@media (min-width: 769px) {
  body { background: #071007; }
  .w9f26-page, .w9f26-header, .w9f26-bottom-nav { max-width: 110rem; width: 100%; }
  .w9f26-container { max-width: 110rem; width: 100%; }
  .w9f26-wrapper { padding-top: 8.6rem; }
  .w9f26-bottom-nav { display: none; }
  .w9f26-menu-btn { display: none; }
  .w9f26-desktop-nav { display: flex; gap: 1.5rem; align-items: center; }
  .w9f26-desktop-nav a { border: 0; min-height: 4.4rem; font-size: 1.3rem; }
  .w9f26-title { font-size: 4.2rem; line-height: 5rem; }
  .w9f26-game-grid { grid-template-columns: repeat(8, 1fr); }
  .w9f26-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .w9f26-slide img { height: 28rem; }
  .w9f26-footer { padding-bottom: 3rem; }
}
