:root {
  --bd33-bg: #090604;
  --bd33-panel: #15100d;
  --bd33-panel-2: #21160f;
  --bd33-gold: #f7b733;
  --bd33-gold-2: #ffe08a;
  --bd33-orange: #ff5d1f;
  --bd33-red: #d92818;
  --bd33-green: #24d487;
  --bd33-text: #fff8e8;
  --bd33-muted: #d8c8ad;
  --bd33-line: rgba(247, 183, 51, .32);
  --bd33-line-soft: rgba(255, 255, 255, .12);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--bd33-text);
  background:
    radial-gradient(circle at 14% 0%, rgba(217, 40, 24, .20), transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(36, 212, 135, .15), transparent 32%),
    linear-gradient(180deg, #0b0604 0%, #080605 42%, #0b0806 100%);
  font-family: "Noto Sans Bengali", "Hind Siliguri", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.bd33-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.bd33-topbar { background: #f4f0ea; color: #16100d; border-bottom: 1px solid rgba(0,0,0,.08); }
.bd33-topbar .bd33-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.bd33-brand { display: inline-flex; align-items: baseline; gap: 5px; font-size: 44px; line-height: 1; font-style: italic; font-weight: 950; color: #17100d; white-space: nowrap; }
.bd33-brand strong { color: var(--bd33-orange); text-shadow: 0 9px 22px rgba(255,93,31,.2); }
.bd33-brand span { color: var(--bd33-gold); }
.bd33-brand em { font-size: 13px; color: #17100d; font-style: normal; font-weight: 900; }
.bd33-top-actions { display: flex; gap: 10px; }
.bd33-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border: 1px solid var(--bd33-line); border-radius: 6px; padding: 0 22px; color: var(--bd33-text); background: rgba(255,255,255,.05); font-size: 14px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); white-space: nowrap; }
.bd33-btn-primary { border: 0; color: #180905; background: linear-gradient(135deg, #ffe08a 0%, var(--bd33-gold) 36%, var(--bd33-orange) 100%); box-shadow: 0 16px 34px rgba(255,93,31,.28); }
.bd33-btn-green { border: 0; color: #041610; background: linear-gradient(135deg, #65ffc0, var(--bd33-green)); box-shadow: 0 16px 34px rgba(36,212,135,.22); }
.bd33-category-nav { background: linear-gradient(90deg, #10b86b 0%, #22d394 44%, #19b86f 100%); border-bottom: 1px solid rgba(255,255,255,.12); }
.bd33-category-nav .bd33-wrap { min-height: 68px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: center; gap: 10px; }
.bd33-cat, .cat { min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 8px; padding: 0 12px; color: #fff; font-weight: 900; text-align: center; font-size: 14px; text-shadow: 0 2px 10px rgba(0,0,0,.26); }
.cat.active, .cat:hover { background: rgba(0,0,0,.18); }
.bd33-hero { position: relative; min-height: 690px; overflow: hidden; background: #070504; }
.bd33-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(7,5,4,.96) 0%, rgba(7,5,4,.82) 32%, rgba(7,5,4,.22) 64%, rgba(7,5,4,.14) 100%), url("/assets/33bd-hero.png"); background-size: cover; background-position: center top; }
.bd33-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(180deg, transparent, #090605 82%); }
.bd33-hero-inner { position: relative; z-index: 1; padding: 96px 0 66px; }
.bd33-hero-copy { max-width: 700px; }
.bd33-kicker { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border: 1px solid rgba(247,183,51,.38); border-radius: 6px; color: var(--bd33-gold-2); background: rgba(18,13,11,.72); font-size: 13px; font-weight: 900; }
.bd33-hero h1 { max-width: 690px; margin: 18px 0 22px; font-size: 64px; line-height: 1.08; font-weight: 950; color: #fff; }
.bd33-hero h1 strong { color: var(--bd33-gold); text-shadow: 0 0 30px rgba(247,183,51,.45); }
.bd33-lead { max-width: 610px; margin: 0 0 34px; color: rgba(255,248,232,.84); font-size: 20px; line-height: 1.72; }
.bd33-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 42px; }
.bd33-hero-actions .bd33-btn { min-height: 56px; padding: 0 30px; font-size: 16px; }
.bd33-hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; max-width: 740px; }
.bd33-proof { border: 1px solid var(--bd33-line-soft); border-radius: 8px; padding: 18px; background: rgba(18,13,11,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.bd33-proof b { display: block; color: var(--bd33-gold); font-size: 24px; margin-bottom: 6px; }
.bd33-proof span { display: block; color: var(--bd33-muted); font-size: 13px; line-height: 1.45; }
.bd33-main { position: relative; z-index: 2; }
.bd33-intro { margin-top: -34px; border: 1px solid var(--bd33-line); border-radius: 8px; padding: 36px; background: linear-gradient(180deg, rgba(40,28,20,.98), rgba(18,13,11,.98)); box-shadow: 0 32px 80px rgba(0,0,0,.38); }
.bd33-intro h2, .bd33-panel h2, .bd33-article h2 { margin: 0 0 16px; color: #fff; font-size: 34px; line-height: 1.2; }
.bd33-intro p, .bd33-panel p, .bd33-article p { color: var(--bd33-muted); font-size: 16px; line-height: 1.78; }
.bd33-home-link { margin-top: 20px; padding: 14px 16px; border: 1px dashed rgba(247,183,51,.45); border-radius: 8px; color: var(--bd33-gold-2); background: rgba(255,255,255,.04); }
.bd33-section { padding: 70px 0 0; }
.bd33-section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
.bd33-section-head h2 { margin: 0; color: #fff; font-size: 38px; line-height: 1.15; font-weight: 950; }
.bd33-section-head p { max-width: 500px; margin: 0; color: var(--bd33-muted); font-size: 15px; line-height: 1.65; text-align: right; }
.bd33-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bd33-product { min-height: 184px; border: 1px solid rgba(247,183,51,.24); border-radius: 8px; padding: 26px; background: radial-gradient(circle at 82% 0%, rgba(255,93,31,.18), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)); display: flex; flex-direction: column; justify-content: center; }
.bd33-product b { color: var(--bd33-green); font-size: 13px; letter-spacing: 0; }
.bd33-product h3 { margin: 8px 0 10px; color: var(--bd33-gold-2); font-size: 23px; }
.bd33-product p { margin: 0; color: var(--bd33-muted); font-size: 15px; line-height: 1.58; }
.bd33-product a { margin-top: 18px; color: var(--bd33-gold); font-weight: 900; }
.bd33-bonus-grid { display: grid; grid-template-columns: 1.2fr repeat(2, .9fr); gap: 20px; }
.bd33-bonus { min-height: 275px; border: 1px solid rgba(247,183,51,.26); border-radius: 8px; padding: 30px; background: radial-gradient(circle at 86% 14%, rgba(36,212,135,.16), transparent 34%), linear-gradient(135deg, #27120b 0%, #120d0b 62%, #21130b 100%); overflow: hidden; position: relative; }
.bd33-bonus::after { content: ""; position: absolute; right: -40px; bottom: -42px; width: 145px; height: 145px; border: 18px solid rgba(247,183,51,.08); border-radius: 50%; }
.bd33-bonus b { display: block; color: var(--bd33-gold); font-size: 48px; line-height: 1; margin-bottom: 20px; }
.bd33-bonus h3 { margin: 0 0 12px; font-size: 24px; color: #fff; }
.bd33-bonus p { margin: 0 0 20px; color: var(--bd33-muted); line-height: 1.65; }
.bd33-bonus a { color: var(--bd33-green); font-weight: 900; }
.bd33-articles { padding-bottom: 60px; }
.bd33-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bd33-post { min-height: 430px; border: 1px solid rgba(247,183,51,.24); border-radius: 8px; overflow: hidden; background: #120d0b; display: flex; flex-direction: column; box-shadow: 0 22px 54px rgba(0,0,0,.28); }
.bd33-thumb { position: relative; display: block; min-height: 166px; background-image: url("/assets/33bd-article-sprite.png"); background-size: 300% 200%; background-position: var(--pos); }
.bd33-date { position: absolute; top: 12px; left: 12px; width: 58px; height: 60px; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #210c03; background: linear-gradient(180deg, #ffe08a, var(--bd33-gold)); font-weight: 950; line-height: 1; box-shadow: 0 12px 24px rgba(0,0,0,.28); }
.bd33-date b { font-size: 18px; }
.bd33-date small { margin-top: 5px; font-size: 10px; }
.bd33-post-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.bd33-tag { margin-bottom: 12px; color: var(--bd33-green); font-size: 12px; font-weight: 950; }
.bd33-post h3 { margin: 0 0 12px; color: #fff; font-size: 21px; line-height: 1.32; }
.bd33-post p { margin: 0 0 18px; color: var(--bd33-muted); font-size: 14px; line-height: 1.58; }
.bd33-read-more { margin-top: auto; color: var(--bd33-gold); font-size: 14px; font-weight: 950; }
.bd33-pagination { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 24px 0 0; list-style: none; color: var(--bd33-muted); }
.bd33-pagination li, .bd33-pagination span, .bd33-pagination a { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; border: 1px solid var(--bd33-line-soft); border-radius: 6px; }
.bd33-about-band { background: radial-gradient(circle at 12% 0%, rgba(255,93,31,.18), transparent 28%), linear-gradient(135deg, #15100d, #080605); border-top: 1px solid rgba(247,183,51,.2); border-bottom: 1px solid rgba(247,183,51,.2); }
.bd33-about-grid { padding: 70px 0; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.bd33-about-grid h2 { margin: 0; color: #fff; font-size: 48px; line-height: 1.1; }
.bd33-about-grid p { margin: 0; color: rgba(255,248,232,.78); font-size: 17px; line-height: 1.8; }
.bd33-trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 26px; }
.bd33-trust { border-top: 1px solid rgba(255,255,255,.14); padding-top: 17px; }
.bd33-trust b { display: block; margin-bottom: 7px; color: var(--bd33-gold); }
.bd33-trust span { color: var(--bd33-muted); font-size: 14px; line-height: 1.5; }
.bd33-footer { background: #080504; }
.bd33-footer-grid { padding: 42px 0 26px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 32px; }
.bd33-brand-footer { font-size: 34px; margin-bottom: 16px; }
.bd33-footer h3 { margin: 0 0 14px; color: #fff; font-size: 17px; }
.bd33-footer p, .bd33-footer a { display: block; margin: 0 0 9px; color: var(--bd33-muted); font-size: 14px; line-height: 1.5; }
.bd33-copyright { border-top: 1px solid rgba(255,255,255,.09); padding: 18px 0; color: rgba(255,248,232,.58); text-align: center; font-size: 13px; }
.bd33-subhero, .bd33-article-hero { background: radial-gradient(circle at 74% 0%, rgba(36,212,135,.18), transparent 30%), linear-gradient(135deg, #180c08, #070504); border-bottom: 1px solid rgba(247,183,51,.2); }
.bd33-subhero-grid { min-height: 430px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(360px,1fr); gap: 34px; align-items: center; padding: 58px 0; }
.bd33-subhero h1, .bd33-article-hero h1 { margin: 18px 0 18px; color: #fff; font-size: 48px; line-height: 1.12; }
.bd33-subhero p, .bd33-article-hero p { max-width: 720px; color: var(--bd33-muted); font-size: 18px; line-height: 1.75; }
.bd33-subhero-art, .bd33-article-image { min-height: 300px; margin: 0; border: 1px solid rgba(247,183,51,.28); border-radius: 8px; background-image: url("/assets/33bd-article-sprite.png"); background-size: 300% 200%; background-position: var(--pos); box-shadow: 0 24px 70px rgba(0,0,0,.35); position: relative; overflow: hidden; }
.bd33-subhero-art figcaption, .bd33-article-image figcaption { position: absolute; left: 18px; bottom: 18px; right: 18px; padding: 12px 14px; border-radius: 6px; color: #201006; background: linear-gradient(135deg, #ffe08a, var(--bd33-gold)); font-weight: 950; }
.bd33-column-body, .bd33-article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 28px; padding: 38px 0 58px; align-items: start; }
.bd33-panel, .bd33-article { border: 1px solid rgba(247,183,51,.22); border-radius: 8px; padding: 30px; background: rgba(18,13,11,.88); }
.bd33-panel h3, .bd33-article h3 { color: #fff; margin: 26px 0 12px; font-size: 24px; }
.bd33-panel ul, .bd33-article ol, .bd33-article ul { color: var(--bd33-muted); line-height: 1.8; padding-left: 22px; }
.bd33-side { border: 1px solid rgba(247,183,51,.22); border-radius: 8px; padding: 22px; background: rgba(18,13,11,.82); position: sticky; top: 18px; }
.bd33-side h3 { margin: 0 0 14px; color: #fff; }
.bd33-side a { display: block; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.08); color: var(--bd33-muted); font-weight: 800; }
.bd33-side a:hover { color: var(--bd33-gold); }
.bd33-article-hero .bd33-wrap { padding: 62px 0 58px; }
.bd33-crumb { color: var(--bd33-gold); font-size: 14px; font-weight: 900; }
.bd33-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 18px; color: var(--bd33-muted); font-size: 13px; }
.bd33-summary { padding: 18px; border-left: 4px solid var(--bd33-gold); background: rgba(255,255,255,.04); color: #fff !important; }
.bd33-article-image { min-height: 360px; margin-bottom: 24px; }
.bd33-article table { width: 100%; border-collapse: collapse; margin: 18px 0 26px; color: var(--bd33-muted); font-size: 15px; }
.bd33-article th, .bd33-article td { border: 1px solid rgba(255,255,255,.1); padding: 12px; vertical-align: top; }
.bd33-article th { color: #fff; background: rgba(247,183,51,.12); text-align: left; }
.bd33-faq details { border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 14px 16px; margin: 10px 0; background: rgba(255,255,255,.035); }
.bd33-faq summary { color: var(--bd33-gold-2); font-weight: 950; cursor: pointer; }
.bd33-warning { margin-top: 26px; padding: 18px; border: 1px solid rgba(36,212,135,.32); border-radius: 8px; color: var(--bd33-muted); background: rgba(36,212,135,.08); line-height: 1.65; }
.bd33-prenext { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.bd33-prenext div { border: 1px solid rgba(255,255,255,.1); padding: 12px; border-radius: 8px; color: var(--bd33-muted); }
@media (max-width: 980px) {
  .bd33-category-nav .bd33-wrap, .bd33-hero-proof, .bd33-product-grid, .bd33-article-grid, .bd33-footer-grid, .bd33-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bd33-bonus-grid, .bd33-about-grid, .bd33-subhero-grid, .bd33-column-body, .bd33-article-layout { grid-template-columns: 1fr; }
  .bd33-hero h1 { font-size: 50px; }
  .bd33-section-head { flex-direction: column; align-items: flex-start; }
  .bd33-section-head p { text-align: left; }
  .bd33-side { position: static; }
}
@media (max-width: 620px) {
  .bd33-wrap { width: min(100% - 28px, 1180px); }
  .bd33-topbar .bd33-wrap { min-height: auto; padding: 16px 0; flex-wrap: wrap; }
  .bd33-brand { font-size: 36px; }
  .bd33-top-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .bd33-top-actions .bd33-btn { padding: 0 10px; font-size: 12px; }
  .bd33-hero-proof, .bd33-product-grid, .bd33-article-grid, .bd33-footer-grid, .bd33-trust-grid, .bd33-prenext { grid-template-columns: 1fr; }
  .bd33-category-nav .bd33-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 10px 0; gap: 8px; }
  .cat { min-height: 40px; font-size: 13px; }
  .bd33-hero { min-height: 610px; }
  .bd33-hero::before { background-position: 58% top; }
  .bd33-hero-inner { padding: 62px 0 46px; }
  .bd33-hero h1, .bd33-subhero h1, .bd33-article-hero h1 { font-size: 38px; }
  .bd33-lead { font-size: 17px; }
  .bd33-hero-actions .bd33-btn, .bd33-hero-actions { width: 100%; }
  .bd33-intro, .bd33-panel, .bd33-article { padding: 22px; }
  .bd33-intro h2, .bd33-section-head h2, .bd33-about-grid h2, .bd33-panel h2, .bd33-article h2 { font-size: 30px; }
  .bd33-section { padding-top: 48px; }
  .bd33-bonus b { font-size: 38px; }
  .bd33-subhero-grid { min-height: auto; padding: 42px 0; }
  .bd33-subhero-art, .bd33-article-image { min-height: 230px; }
}
