:root {
  color-scheme: dark;
  --ink: #17202c;
  --muted: #687386;
  --paper: #fffaf1;
  --soft: #f2f4f7;
  --black: #151719;
  --navy: #071421;
  --navy-soft: #102236;
  --orange: #f49b20;
  --orange-2: #ffbe42;
  --gold: #ffd873;
  --red: #a80816;
  --line: rgba(255, 216, 115, .28);
  --radius: 8px;
  --shadow: 0 24px 56px rgba(13, 18, 28, .18);
  font-family: "Noto Sans Bengali", "Hind Siliguri", "Nirmala UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--black); color: #fff; }
.topbar-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 250px;
  align-items: center;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-badge {
  width: 58px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #161000;
  font-weight: 900;
  background: linear-gradient(135deg, #fff0a2, #ffb12e 56%, #e35422);
  box-shadow: 0 0 26px rgba(244, 155, 32, .48);
}
.brand-word {
  display: block;
  color: #ffae2d;
  font-size: 34px;
  line-height: .9;
  font-weight: 900;
  letter-spacing: 0;
}
.brand small { display: block; margin-top: 5px; color: #d8e4f2; font-size: 12px; font-weight: 800; }
.top-note { text-align: center; color: #d6dfec; font-size: 14px; font-weight: 800; }
.top-note strong { color: var(--gold); }
.top-actions { display: flex; justify-content: flex-end; gap: 12px; }
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 22px;
  font-weight: 900;
  white-space: nowrap;
  border: 0;
}
.btn-blue { color: #fff; background: #486d99; box-shadow: inset 0 1px rgba(255,255,255,.2); }
.btn-orange { color: #191207; background: linear-gradient(180deg, #ffe182, #f49b20); box-shadow: 0 9px 26px rgba(244,155,32,.34); }
.btn-dark { color: #fff; background: #111827; border: 1px solid rgba(255,255,255,.18); }
.nav { background: #e09b2a; color: #1f232a; }
.nav ul {
  min-height: 62px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav ul::-webkit-scrollbar { display: none; }
.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
}
.nav a.active, .nav a:hover { background: #14243a; color: #fff; }
.hero {
  position: relative;
  min-height: 520px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5,10,18,.98) 0%, rgba(5,11,21,.88) 44%, rgba(5,11,21,.24) 100%),
    url("7ezbd-hero.jpg") center right / cover no-repeat,
    #07111f;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(180deg, transparent, rgba(5,9,16,.75));
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 600px) 360px;
  gap: 58px;
  align-items: center;
}
.tag {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255,216,115,.55);
  border-radius: var(--radius);
  color: var(--gold);
  background: rgba(0,0,0,.32);
  font-size: 14px;
  font-weight: 900;
}
h1, h2, h3 { line-height: 1.16; letter-spacing: 0; }
.hero h1 {
  margin: 18px 0 18px;
  max-width: 650px;
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  text-shadow: 0 5px 0 rgba(0,0,0,.35);
}
.hero p { margin: 0; max-width: 590px; color: #dfe9f7; font-size: 18px; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-panel {
  align-self: end;
  margin-bottom: 54px;
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(8,15,28,.76);
  border: 1px solid rgba(255,216,115,.30);
  box-shadow: 0 22px 58px rgba(0,0,0,.38);
  backdrop-filter: blur(8px);
}
.hero-panel h2 { margin: 0 0 18px; color: var(--gold); font-size: 28px; font-weight: 900; }
.rank-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 9px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
}
.rank-row + .rank-row { margin-top: 10px; }
.rank-row span:first-child {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--gold);
  color: #15100b;
  font-weight: 900;
}
.rank-row strong, .rank-row small { display: block; }
.rank-row strong { font-size: 14px; }
.rank-row small { color: #bcc9db; font-size: 12px; }
.rank-row em { color: #3fe293; font-size: 12px; font-style: normal; font-weight: 900; }
.quick { background: #0a111c; color: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.08); }
.quick-item { display: flex; align-items: center; gap: 14px; min-height: 106px; padding: 22px; background: #101b2a; }
.quick-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #15100b;
  background: linear-gradient(180deg, #ffe281, #f49b20);
  font-size: 18px;
  font-weight: 900;
}
.quick-item strong, .quick-item small { display: block; }
.quick-item small { color: #bdcada; }
.section { padding: 74px 0; }
.section.white { background: var(--paper); }
.section.dark { background: #071421; color: #fff; }
.section-head { max-width: 760px; margin-bottom: 28px; }
.section-head h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); font-weight: 900; }
.section-head p { margin: 0; color: var(--muted); font-weight: 700; }
.dark .section-head p { color: #bdcada; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 28px; align-items: stretch; }
.panel, .table, .banner-card, .feature-card, .news-card, .sidebar, .faq-box, .article-body {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.panel { padding: 28px; background: #fff; border: 1px solid #e8edf4; }
.panel h3 { margin: 0 0 14px; font-size: 24px; }
.panel p { margin: 0 0 16px; color: var(--muted); font-weight: 700; }
.check-list { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 26px; font-weight: 800; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .67em; width: 10px; height: 10px; border-radius: 99px; background: var(--orange); }
.table { overflow: hidden; background: #fff; border: 1px solid #e8edf4; }
.table-row { display: grid; grid-template-columns: 160px minmax(0, 1fr); border-bottom: 1px solid #e8edf4; }
.table-row:last-child { border-bottom: 0; }
.table-row strong, .table-row span { padding: 16px 18px; }
.table-row strong { background: #f4f6fa; }
.table-row span { color: var(--muted); font-weight: 700; }
.banner-card { overflow: hidden; background: #071421; color: #fff; border: 1px solid rgba(255,216,115,.30); }
.banner-card img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.banner-strip { padding: 16px 20px; color: var(--gold); font-weight: 900; background: linear-gradient(90deg, #071421, #263d5b); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { overflow: hidden; background: #fff; border: 1px solid #e8edf4; }
.feature-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.feature-card div { padding: 22px; }
.feature-card h3 { margin: 0 0 10px; font-size: 22px; }
.feature-card p { margin: 0; color: var(--muted); font-weight: 700; }
.feature-card .more { display: inline-flex; margin-top: 16px; color: #8a2b09; font-weight: 900; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; }
.news-list { display: grid; gap: 14px; }
.news-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid #e8edf4;
}
.news-media { min-height: 96px; border-radius: 8px; background: linear-gradient(135deg, #081625, #e09b2a); }
.news-card em { color: #a44700; font-style: normal; font-weight: 900; }
.news-card strong, .news-card small { display: block; }
.news-card strong { margin: 5px 0; font-size: 19px; line-height: 1.28; }
.news-card small { color: var(--muted); font-weight: 700; }
.sidebar { padding: 22px; background: #fff; border: 1px solid #e8edf4; }
.sidebar h3 { margin: 0 0 14px; }
.side-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; border-bottom: 1px solid #edf0f5; font-weight: 900; }
.side-link:last-child { border-bottom: 0; }
.side-link span:last-child { color: var(--orange); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-box { padding: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,216,115,.22); }
.faq-box h3 { margin: 0 0 10px; color: var(--gold); }
.faq-box p { margin: 0; color: #dce8f8; font-weight: 700; }
.sub-hero { background: #071421; color: #fff; padding: 72px 0 52px; }
.sub-grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 42px; align-items: center; }
.sub-hero h1 { margin: 14px 0 16px; font-size: clamp(34px, 5vw, 56px); font-weight: 900; }
.sub-hero p { margin: 0; color: #dfe9f7; font-size: 18px; font-weight: 800; }
.sub-hero img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); border: 1px solid rgba(255,216,115,.28); box-shadow: 0 22px 58px rgba(0,0,0,.34); }
.article-body { padding: 30px; background: #fff; border: 1px solid #e8edf4; }
.article-body p { margin: 0 0 18px; color: #465161; font-size: 18px; font-weight: 700; }
.article-body h2 { margin-top: 30px; }
.footer { background: #111719; color: #d8e4f2; padding: 42px 0 24px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, .8fr)); gap: 26px; }
.footer h3 { margin: 0 0 12px; color: #fff; }
.footer p { margin: 0 0 10px; }
.footer a { display: block; margin: 8px 0; color: #ffbe42; font-weight: 800; }
.copy { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-weight: 800; }
@media (max-width: 920px) {
  .topbar-inner { grid-template-columns: 1fr; padding: 16px 0; gap: 14px; }
  .top-note { text-align: left; }
  .top-actions { justify-content: flex-start; }
  .hero, .hero-grid { min-height: auto; }
  .hero { padding: 72px 0 64px; background-position: center; }
  .hero-grid, .intro-grid, .news-layout, .sub-grid { grid-template-columns: 1fr; }
  .hero-panel { margin: 0; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .brand-word { font-size: 28px; }
  .top-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .nav ul { justify-content: flex-start; }
  .hero h1 { font-size: 42px; }
  .rank-row { grid-template-columns: 40px minmax(0, 1fr); }
  .rank-row em { grid-column: 2; }
  .quick-grid { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .table-row { grid-template-columns: 1fr; }
  .news-card { grid-template-columns: 1fr; }
  .sub-hero { padding: 52px 0 42px; }
}
