:root {
  --b33-bg: #f3f4f6;
  --b33-ink: #141820;
  --b33-night: #0b1020;
  --b33-navy: #111b33;
  --b33-blue: #2467ff;
  --b33-cyan: #27d6df;
  --b33-orange: #ff5a22;
  --b33-orange-dark: #d84417;
  --b33-gold: #ffc64b;
  --b33-gold-deep: #df9a18;
  --b33-cream: #f6f7fa;
  --b33-paper: #ffffff;
  --b33-muted: #697386;
  --b33-line: rgba(36, 103, 255, .18);
  --b33-shadow: 0 24px 60px rgba(0, 0, 0, .32);
  --b33-max: 1180px;
  font-family: Inter, "Noto Sans Bengali", Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--b33-ink);
  background: var(--b33-bg);
  letter-spacing: 0;
}
body.b33-page a { color: inherit; text-decoration: none; }
body.b33-page img { display: block; max-width: 100%; height: auto; }
body.b33-page h1, body.b33-page h2, body.b33-page h3, body.b33-page p { margin: 0; overflow-wrap: anywhere; }
body.b33-page p { line-height: 1.72; }
.b33-shell { width: min(var(--b33-max), calc(100% - 48px)); margin: 0 auto; }
.b33-top {
  background: #df9a18;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.b33-top-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.b33-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.b33-mark {
  width: 58px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff 0%, #edf2ff 48%, #1768ff 49%, #1768ff 100%);
  color: #111;
  font-weight: 950;
  font-size: 20px;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 14px 30px rgba(0,0,0,.4);
}
.b33-word { display: grid; gap: 2px; }
.b33-word strong {
  font-size: 32px;
  line-height: .9;
  font-style: italic;
  font-weight: 950;
  color: #fff;
  text-shadow: 1px 2px 0 rgba(0,0,0,.12);
}
.b33-word span {
  color: #1768ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.b33-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.b33-pill {
  min-width: 132px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0 22px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, #ff7439 0%, #ff4d1f 100%);
  box-shadow: 0 10px 26px rgba(255, 90, 34, .32);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.b33-pill.alt {
  color: #fff;
  background: linear-gradient(180deg, #2467ff 0%, #174fcf 100%);
  box-shadow: 0 10px 26px rgba(36, 103, 255, .24);
}
.b33-nav-wrap {
  background: #df9a18;
  color: #0b1020;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.b33-nav {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.b33-nav::-webkit-scrollbar { display: none; }
.b33-nav a {
  flex: 0 0 auto;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.b33-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #ff4d1f;
}
.b33-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,6,8,.94) 0%, rgba(5,6,8,.78) 34%, rgba(5,6,8,.22) 72%, rgba(5,6,8,.58) 100%),
    url("/assets/bb33-hero.png") center right / cover no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.b33-hero-inner {
  min-height: 640px;
  display: grid;
  align-items: center;
  padding: 76px 0 118px;
}
.b33-hero-card {
  width: min(650px, 100%);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.b33-hero h1 {
  font-size: 66px;
  line-height: .94;
  font-weight: 950;
  color: #ffffff;
  max-width: 540px;
  text-shadow: 0 6px 0 rgba(36,103,255,.42);
}
.b33-hero p {
  margin-top: 24px;
  color: rgba(255,255,255,.84);
  font-size: 17px;
  font-weight: 650;
  max-width: 530px;
}
.b33-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.b33-button {
  min-height: 50px;
  display: inline-grid;
  place-items: center;
  padding: 0 24px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff7439 0%, #ff4d1f 100%);
  color: #fff;
  font-weight: 950;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(255,90,34,.28);
}
.b33-button.gold {
  color: #fff;
  background: linear-gradient(180deg, #2a2d36 0%, #171a22 100%);
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
}
.b33-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}
.b33-proof div {
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(245, 200, 90, .28);
  background: rgba(255,255,255,.06);
  border-radius: 4px;
}
.b33-proof b { display: block; color: var(--b33-gold); font-size: 25px; line-height: 1; }
.b33-proof span { display: block; margin-top: 8px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 850; }
.b33-category-rail {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.b33-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 16px;
  background: #111821;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .26);
  border-radius: 8px;
}
.b33-category {
  min-height: 94px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(135deg, rgba(36,103,255,.84), rgba(9,16,30,.94)), #102e76;
  border: 1px solid rgba(245, 200, 90, .28);
}
.b33-category b { color: var(--b33-gold); font-size: 24px; line-height: 1; }
.b33-category span { font-size: 13px; font-weight: 950; text-transform: uppercase; }
.b33-category small { color: rgba(255,255,255,.72); line-height: 1.35; }
.b33-overview {
  background: var(--b33-cream);
  padding: 92px 0 84px;
}
.b33-overview-layout {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 70px;
  align-items: center;
}
.b33-section-label {
  color: var(--b33-blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.b33-overview h2, .b33-news h2, .b33-column h1 {
  margin-top: 12px;
  color: var(--b33-blue);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 950;
  max-width: 760px;
}
.b33-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
}
.b33-list li {
  list-style: none;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 23, 35, .12);
  color: #514a41;
  line-height: 1.65;
}
.b33-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--b33-orange);
  box-shadow: 0 0 0 5px rgba(255,90,34,.14);
}
.b33-image-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  border: 1px solid rgba(155, 106, 22, .35);
  box-shadow: 0 24px 58px rgba(41, 24, 4, .18);
}
.b33-image-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}
.b33-image-caption {
  padding: 22px;
  color: #fff;
  background: linear-gradient(135deg, #091321, #7a111d);
}
.b33-image-caption h3 { font-size: 22px; line-height: 1.18; font-weight: 950; }
.b33-image-caption p { margin-top: 10px; color: rgba(255,255,255,.78); font-size: 14px; }
.b33-showcase {
  background: #fff;
  padding: 78px 0;
  border-top: 1px solid rgba(17,23,35,.08);
  border-bottom: 1px solid rgba(17,23,35,.08);
}
.b33-showcase-head {
  max-width: 760px;
  margin-bottom: 28px;
}
.b33-showcase-head h2 {
  margin-top: 12px;
  color: var(--b33-blue);
  font-size: 42px;
  line-height: 1.14;
  font-weight: 950;
}
.b33-showcase-head p {
  margin-top: 14px;
  color: #62584b;
  font-size: 15px;
}
.b33-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.b33-showcase-card {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(17,23,35,.1);
  background: #fffdf8;
  box-shadow: 0 18px 42px rgba(17,23,35,.07);
}
.b33-showcase-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.b33-showcase-card div {
  padding: 20px;
}
.b33-showcase-card h3 {
  color: #120d08;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
}
.b33-showcase-card p {
  margin-top: 9px;
  color: #62584b;
  font-size: 14px;
}
.b33-band {
  color: #fff;
  background: linear-gradient(180deg, rgba(7, 9, 13, .96), rgba(8, 24, 62, .96)), #07101f;
  padding: 78px 0;
  border-top: 1px solid rgba(245, 200, 90, .16);
  border-bottom: 1px solid rgba(245, 200, 90, .16);
}
.b33-band-head, .b33-news-head {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 34px;
}
.b33-band h2 { font-size: 45px; line-height: 1.04; font-weight: 950; }
.b33-band p { color: rgba(255,255,255,.72); font-size: 15px; }
.b33-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.b33-step {
  min-height: 176px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(245,200,90,.2);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}
.b33-step b { display: block; color: var(--b33-gold); font-size: 30px; line-height: 1; margin-bottom: 30px; }
.b33-step h3 { font-size: 18px; line-height: 1.2; font-weight: 950; }
.b33-step p { margin-top: 10px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.55; }
.b33-news, .b33-column {
  background: var(--b33-paper);
  padding: 82px 0 88px;
}
.b33-news-head p { color: #62584b; font-size: 15px; }
.b33-news-layout {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 24px;
  align-items: stretch;
}
.b33-featured-news {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  min-height: 380px;
  overflow: hidden;
  border-radius: 8px;
  background: #151013;
  color: #fff;
  border: 1px solid rgba(155, 106, 22, .32);
  box-shadow: 0 20px 44px rgba(41, 24, 4, .14);
}
.b33-featured-media {
  position: relative;
  min-height: 380px;
  background: linear-gradient(180deg, rgba(6,8,12,.06), rgba(6,8,12,.48)), url("/assets/bb33-guide.png") center / cover no-repeat;
}
.b33-featured-media b {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, #ef2d33, #1b1d24);
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 16px 28px rgba(0,0,0,.28);
}
.b33-featured-copy {
  padding: 36px 32px;
  background: linear-gradient(145deg, #71121c, #170d12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.b33-featured-copy small, .b33-bottom-card small { color: var(--b33-gold); font-weight: 950; text-transform: uppercase; }
.b33-featured-copy h3 { font-size: 38px; line-height: 1.04; font-weight: 950; }
.b33-featured-copy p { color: rgba(255,255,255,.76); font-size: 14px; }
.b33-news-link {
  width: max-content;
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0 20px;
  border-radius: 4px;
  background: var(--b33-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.b33-side-news { display: grid; gap: 16px; }
.b33-side-card, .b33-column-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(17,23,35,.08);
  box-shadow: 0 16px 34px rgba(17,23,35,.06);
}
.b33-side-card b, .b33-column-card b {
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(135deg, #2467ff, #111723);
  font-size: 20px;
  font-weight: 950;
}
.b33-side-card h3, .b33-column-card h2 { color: #111723; font-size: 17px; line-height: 1.2; font-weight: 950; }
.b33-side-card p, .b33-column-card p { margin-top: 5px; color: #6a6256; font-size: 13px; line-height: 1.5; }
.b33-news-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 8px;
  background: #0b0d13;
  border: 1px solid rgba(245,200,90,.2);
}
.b33-bottom-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  min-height: 118px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  color: #111723;
}
.b33-bottom-card b {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 950;
  background: linear-gradient(145deg, #2467ff, #111b33 64%, #ffc64b 100%);
}
.b33-bottom-card div { padding: 20px 18px; }
.b33-bottom-card h3 { margin-top: 8px; font-size: 17px; line-height: 1.16; font-weight: 950; }
.b33-bottom-card p { margin-top: 8px; color: #6a6256; font-size: 12px; line-height: 1.45; }
.b33-column-hero, .b33-article-hero {
  color: #fff;
  background: linear-gradient(90deg, rgba(5,6,8,.92), rgba(13,30,70,.72)), url("/assets/bb33-hero.png") center right / cover no-repeat;
  border-bottom: 1px solid rgba(245, 200, 90, .22);
}
.b33-column-hero-inner, .b33-article-hero-inner {
  min-height: 360px;
  display: grid;
  align-content: center;
  padding: 58px 0;
}
.b33-column-hero h1, .b33-article-hero h1 {
  max-width: 820px;
  font-size: 54px;
  line-height: 1.04;
  font-weight: 950;
}
.b33-column-hero p, .b33-article-hero p {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  font-weight: 650;
}
.b33-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.b33-article-section {
  background: var(--b33-paper);
}
.b33-article-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
  padding: 64px 0 78px;
}
.b33-article, .b33-article-side-card {
  border: 1px solid rgba(17,23,35,.12);
  border-radius: 8px;
  background: var(--b33-paper);
  box-shadow: 0 18px 46px rgba(20, 12, 4, .1);
}
.b33-article { padding: 42px; }
.b33-article h1 { color: #120d08; font-size: 42px; line-height: 1.08; font-weight: 950; }
.b33-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 28px; }
.b33-article-meta span {
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgba(155,106,22,.24);
  border-radius: 4px;
  color: #6a5140;
  background: #fff8e8;
  font-size: 13px;
  font-weight: 850;
}
.b33-article-visual { margin: 0 0 30px; overflow: hidden; border-radius: 8px; background: #111; }
.b33-article-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.b33-article-body { color: #2b241d; font-size: 16px; line-height: 1.82; }
.b33-article-body h2, .b33-article-body h3 { margin: 30px 0 12px; color: #140d08; font-weight: 950; }
.b33-article-body p, .b33-article-body ul, .b33-article-body ol { margin: 0 0 18px; }
.b33-article-body a { color: var(--b33-blue); font-weight: 850; }
.b33-article-actions { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(17,23,35,.12); }
.b33-article-actions ul { display: grid; gap: 10px; margin: 0; padding: 0; }
.b33-article-actions li { list-style: none; color: #4c4037; font-weight: 750; }
.b33-article-actions a { color: var(--b33-blue); }
.b33-article-side { display: grid; gap: 18px; }
.b33-article-side-card { overflow: hidden; }
.b33-side-visual { min-height: 190px; background: linear-gradient(180deg, rgba(7,9,13,.12), rgba(7,9,13,.58)), url("/assets/bb33-guide.png") center / cover no-repeat; }
.b33-side-body { padding: 24px; }
.b33-side-body h2, .b33-side-body h3 { color: #140d08; font-size: 22px; line-height: 1.1; font-weight: 950; }
.b33-side-body p, .b33-side-body li { margin-top: 10px; color: #635a50; line-height: 1.62; font-size: 14px; }
.b33-side-body ul { margin: 14px 0 0; padding-left: 18px; }
.b33-footer {
  color: rgba(255,255,255,.74);
  background: #111113;
  border-top: 2px solid rgba(36, 103, 255, .78);
  padding: 34px 0;
  font-size: 13px;
}
.b33-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.b33-footer strong { display: block; color: #fff; font-size: 16px; margin-bottom: 6px; }
.b33-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
.b33-pagination li, .b33-pagination a, .b33-pagination span { display: inline-grid; min-height: 38px; place-items: center; padding: 0 12px; border-radius: 4px; background: #fff; border: 1px solid rgba(17,23,35,.12); color: #111723; }
@media (max-width: 980px) {
  .b33-shell { width: min(var(--b33-max), calc(100% - 32px)); }
  .b33-top-inner { flex-direction: column; align-items: stretch; padding: 18px 0; }
  .b33-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b33-pill { min-width: 0; }
  .b33-nav { justify-content: flex-start; gap: 28px; margin-inline: -16px; padding: 0 16px; scroll-padding-inline: 16px; }
  .b33-hero-inner { min-height: 0; padding: 68px 0 96px; }
  .b33-hero-card { padding: 34px 28px; }
  .b33-hero h1 { font-size: 48px; }
  .b33-proof, .b33-overview-layout, .b33-band-head, .b33-news-head, .b33-news-layout, .b33-featured-news, .b33-footer-inner, .b33-article-wrap, .b33-column-grid { grid-template-columns: 1fr; }
  .b33-category-grid { grid-template-columns: repeat(2, 1fr); }
  .b33-step-grid, .b33-news-bottom, .b33-showcase-grid { grid-template-columns: 1fr; }
  .b33-overview h2, .b33-news h2, .b33-band h2, .b33-column h1, .b33-showcase-head h2 { font-size: 34px; line-height: 1.16; }
  .b33-footer-inner { display: grid; }
}
@media (max-width: 560px) {
  .b33-shell { width: min(var(--b33-max), calc(100% - 28px)); }
  .b33-top-inner { min-width: 0; }
  .b33-actions { grid-template-columns: 1fr; }
  .b33-pill { width: 100%; }
  .b33-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    overflow: visible;
    margin-inline: 0;
    padding: 0;
  }
  .b33-nav a {
    min-height: 44px;
    justify-content: center;
    padding: 0 8px;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
    font-size: 12px;
  }
  .b33-nav a.is-active::after { left: 18px; right: 18px; }
  .b33-word strong { font-size: 28px; }
  .b33-mark { width: 52px; height: 52px; }
  .b33-hero {
    background: linear-gradient(180deg, rgba(5,6,8,.72), rgba(5,6,8,.9)), url("/assets/bb33-hero.png") center right / cover no-repeat;
  }
  .b33-hero-card { width: 100%; max-width: 100%; padding: 28px; }
  .b33-hero h1 { font-size: 34px; }
  .b33-article { padding: 28px; }
  .b33-article h1, .b33-article-hero h1, .b33-column-hero h1 { font-size: 34px; }
  .b33-overview h2, .b33-news h2, .b33-band h2, .b33-column h1, .b33-showcase-head h2 { font-size: 30px; line-height: 1.18; }
  .b33-hero p { font-size: 14px; max-width: 100%; }
  .b33-cta-row { display: grid; }
  .b33-category-grid { grid-template-columns: 1fr; }
  .b33-overview, .b33-news, .b33-column, .b33-showcase { padding: 64px 0; }
  .b33-band { padding: 64px 0; }
  .b33-side-card, .b33-bottom-card, .b33-column-card { grid-template-columns: 1fr; }
  .b33-side-card b, .b33-column-card b { width: 64px; }
}
