:root {
  --tbaji-black: #05070b;
  --tbaji-blue: #126ec6;
  --tbaji-blue-dark: #07315c;
  --tbaji-gold: #f3b32e;
  --tbaji-red: #b81318;
  --tbaji-text: #152136;
  --tbaji-muted: #5f6978;
  --tbaji-line: #e4e8ef;
  --tbaji-soft: #f5f8fc;
  --tbaji-white: #ffffff;
}
* { box-sizing: border-box; }
html { background: var(--tbaji-black); }
body {
  margin: 0;
  color: var(--tbaji-text);
  background: var(--tbaji-white);
  font-family: "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.tbaji-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.tbaji-header { background: var(--tbaji-black); color: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, .22); position: relative; z-index: 5; }
.tbaji-top { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tbaji-logo img { width: 220px; height: 74px; object-fit: contain; }
.tbaji-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.tbaji-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .18), 0 8px 18px rgba(0, 0, 0, .2);
}
.tbaji-pill-blue { background: linear-gradient(180deg, #2788e8, #0e5eb4); color: #fff; border: 1px solid rgba(255, 255, 255, .28); }
.tbaji-pill-gold { background: linear-gradient(180deg, #ffd56a, #efa91f); color: #17130a; border: 1px solid rgba(255, 255, 255, .35); }
.tbaji-nav { background: var(--tbaji-blue); border-top: 1px solid rgba(255,255,255,.13); }
.tbaji-nav .tbaji-shell { display: flex; justify-content: center; flex-wrap: wrap; gap: 2px; }
.tbaji-nav a { color: #fff; font-weight: 800; padding: 18px 23px; min-height: 58px; display: inline-flex; align-items: center; }
.tbaji-nav a:hover { background: rgba(5, 7, 11, .2); color: #ffe08a; }
.tbaji-hero { background: #001b36; }
.tbaji-hero .tbaji-shell { width: min(1180px, 100%); }
.tbaji-hero img { width: 100%; min-height: 300px; object-fit: cover; }
.tbaji-proof { background: #06213c; color: #fff; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.1); }
.tbaji-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tbaji-proof span { min-height: 76px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 14px; font-weight: 800; border-left: 1px solid rgba(255,255,255,.14); }
.tbaji-proof span:first-child { border-left: 0; }
.tbaji-section { padding: 54px 0; background: #fff; }
.tbaji-soft, .tbaji-safety { background: var(--tbaji-soft); }
.tbaji-center { text-align: center; max-width: 920px; }
.tbaji-center h1, .tbaji-section h2, .tbaji-page-title h1, .tbaji-article h1 {
  margin: 0 0 18px;
  color: #1b2636;
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.tbaji-center h1 { font-size: clamp(32px, 5vw, 54px); }
.tbaji-section h2, .tbaji-page-title h1 { font-size: clamp(26px, 3.5vw, 40px); }
.tbaji-center p, .tbaji-section p, .tbaji-article p { color: var(--tbaji-muted); font-size: 17px; }
.tbaji-kicker { display: inline-flex; align-items: center; min-height: 32px; border-radius: 999px; padding: 5px 13px; margin-bottom: 14px; background: #e8f3ff; color: var(--tbaji-blue-dark); font-weight: 900; }
.tbaji-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.tbaji-info-card { border: 1px solid var(--tbaji-line); border-radius: 8px; background: #fff; padding: 20px; box-shadow: 0 12px 24px rgba(8, 29, 61, .06); }
.tbaji-info-card strong { display: block; color: #16233a; font-size: 19px; line-height: 1.35; margin-bottom: 8px; }
.tbaji-info-card p { margin: 0; font-size: 15px; }
.tbaji-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tbaji-card {
  border: 1px solid var(--tbaji-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 29, 61, .08);
}
.tbaji-card img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.tbaji-card div { padding: 18px; }
.tbaji-card h3 { margin: 0 0 8px; font-size: 23px; line-height: 1.25; color: #16233a; }
.tbaji-link, .tbaji-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  padding: 10px 18px;
  background: var(--tbaji-blue);
  color: #fff;
  font-weight: 800;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}
.tbaji-link::after { content: ">"; margin-left: 10px; font-family: Arial, sans-serif; }
.tbaji-feature-grid, .tbaji-detail-grid, .tbaji-two { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.tbaji-feature img, .tbaji-detail-grid img, .tbaji-article-image { border-radius: 8px; box-shadow: 0 20px 42px rgba(3, 20, 46, .16); width: 100%; object-fit: cover; }
.tbaji-text-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: start; }
.tbaji-highlight { border-left: 5px solid var(--tbaji-gold); border-radius: 8px; background: #fff9eb; padding: 24px; box-shadow: 0 12px 24px rgba(8, 29, 61, .06); }
.tbaji-highlight h3 { margin: 0 0 12px; color: #1b2636; font-size: 24px; line-height: 1.3; }
.tbaji-highlight p { margin: 0; }
.tbaji-checks { margin: 22px 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.tbaji-checks li { position: relative; padding-left: 30px; color: #344054; }
.tbaji-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--tbaji-blue);
  box-shadow: inset 0 0 0 5px #dbeeff;
}
.tbaji-icon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.tbaji-icon-list span { background: #fff; border: 1px solid var(--tbaji-line); border-radius: 8px; padding: 15px 16px; font-weight: 800; color: #253145; }
.tbaji-faq { display: grid; gap: 10px; }
.tbaji-faq details { border: 1px solid var(--tbaji-line); border-radius: 8px; background: #fff; padding: 14px 17px; }
.tbaji-faq summary { cursor: pointer; font-weight: 800; color: #1f2b3d; }
.tbaji-faq p { margin: 10px 0 0; font-size: 16px; }
.tbaji-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.tbaji-guide-link { border: 1px solid var(--tbaji-line); border-radius: 8px; background: #fff; padding: 22px; display: grid; gap: 8px; box-shadow: 0 12px 24px rgba(8, 29, 61, .06); }
.tbaji-guide-link span { color: var(--tbaji-blue); font-weight: 900; }
.tbaji-guide-link strong { color: #1b2636; font-size: 20px; line-height: 1.35; }
.tbaji-news-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.tbaji-news-head h2 { margin-bottom: 8px; }
.tbaji-news-head p { margin: 0; max-width: 720px; }
.tbaji-news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tbaji-news-card { border: 1px solid var(--tbaji-line); border-radius: 8px; background: #fff; padding: 20px; display: flex; min-height: 238px; flex-direction: column; box-shadow: 0 12px 24px rgba(8, 29, 61, .06); }
.tbaji-news-meta { color: var(--tbaji-blue); font-size: 14px; font-weight: 900; margin-bottom: 10px; }
.tbaji-news-card h3 { margin: 0 0 10px; color: #16233a; font-size: 21px; line-height: 1.32; }
.tbaji-news-card p { margin: 0 0 18px; font-size: 15px; }
.tbaji-news-card .tbaji-link { margin-top: auto; align-self: flex-start; }
.tbaji-status-panel { border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: #06182a; color: #e6f1ff; padding: 24px; }
.tbaji-status-panel h3 { color: #fff; margin: 0 0 14px; font-size: 23px; }
.tbaji-status-panel p { color: #c9d9ec; margin: 0 0 14px; }
.tbaji-status-panel .tbaji-checks li { color: #e6f1ff; }
.tbaji-status-panel .tbaji-checks li::before { background: var(--tbaji-gold); box-shadow: inset 0 0 0 5px rgba(255,255,255,.35); }
.tbaji-page-title { background: linear-gradient(135deg, #06111f, #0d4f91); color: #fff; padding: 50px 0; }
.tbaji-page-title p, .tbaji-page-title a { color: #cfe5ff; margin: 0 0 10px; font-weight: 700; }
.tbaji-page-title h1 { color: #fff; max-width: 850px; }
.tbaji-related { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.tbaji-related a { border: 1px solid var(--tbaji-line); border-radius: 999px; padding: 9px 16px; background: #fff; font-weight: 800; color: #18304c; }
.tbaji-article { padding: 52px 0 64px; }
.tbaji-article h1 { font-size: clamp(30px, 4.5vw, 50px); max-width: 900px; }
.tbaji-breadcrumb { color: var(--tbaji-blue) !important; font-weight: 800; }
.tbaji-article-image { margin: 25px 0; max-height: 420px; }
.tbaji-lead { font-size: 20px !important; color: #31425a !important; }
.tbaji-article h2 { margin: 34px 0 12px; color: #1b2636; line-height: 1.3; }
.tbaji-table { width: 100%; border-collapse: collapse; margin: 22px 0; overflow: hidden; border-radius: 8px; }
.tbaji-table th, .tbaji-table td { border: 1px solid var(--tbaji-line); padding: 14px 16px; text-align: left; vertical-align: top; }
.tbaji-table th { width: 190px; background: #edf5ff; color: #16345f; }
.tbaji-section-title { margin-bottom: 22px !important; }
.tbaji-footer { background: #04101d; color: #c4d3e7; padding-top: 42px; }
.tbaji-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.tbaji-footer-logo { width: 170px; margin-bottom: 16px; }
.tbaji-footer h3 { color: #fff; margin: 0 0 12px; }
.tbaji-footer p { margin: 0; color: #c4d3e7; }
.tbaji-footer-links { display: grid; gap: 8px; }
.tbaji-footer-links a { color: #e4efff; }
.tbaji-copy { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding: 16px; text-align: center; color: #97a8bf; }
@media (max-width: 900px) {
  .tbaji-top { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .tbaji-actions { justify-content: flex-start; }
  .tbaji-nav .tbaji-shell { justify-content: center; flex-wrap: wrap; width: min(100% - 16px, 1180px); padding: 6px 0; }
  .tbaji-nav a { white-space: normal; min-height: 42px; padding: 10px 13px; text-align: center; }
  .tbaji-proof-grid, .tbaji-card-grid, .tbaji-feature-grid, .tbaji-detail-grid, .tbaji-two, .tbaji-footer-grid, .tbaji-info-grid, .tbaji-text-grid, .tbaji-news-grid { grid-template-columns: 1fr; }
  .tbaji-news-head { display: block; }
  .tbaji-proof span { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .tbaji-proof span:first-child { border-top: 0; }
  .tbaji-card-grid { gap: 16px; }
}
@media (max-width: 560px) {
  .tbaji-shell { width: min(100% - 24px, 1180px); }
  .tbaji-logo img { width: 190px; height: 64px; }
  .tbaji-pill { width: 100%; }
  .tbaji-actions { width: 100%; }
  .tbaji-center h1 { font-size: 28px; line-height: 1.28; }
  .tbaji-section h2, .tbaji-page-title h1 { font-size: 25px; line-height: 1.3; }
  .tbaji-center p, .tbaji-section p, .tbaji-article p { font-size: 16px; }
  .tbaji-info-card strong, .tbaji-card h3, .tbaji-news-card h3 { font-size: 20px; }
  .tbaji-hero img { min-height: 260px; object-position: center; }
  .tbaji-section { padding: 38px 0; }
  .tbaji-icon-list, .tbaji-guide-grid { grid-template-columns: 1fr; }
  .tbaji-table th, .tbaji-table td { display: block; width: 100%; }
  .tbaji-hero img { min-height: auto; object-fit: contain; }
}
