/* reference stylesheet 1 */
:root {
  --hb-green: #24bd18;
  --hb-green-dark: #0b8f13;
  --hb-lime: #8adf2d;
  --hb-red: #ef2028;
  --hb-black: #1a1c1d;
  --hb-text: #24282c;
  --hb-muted: #5e6872;
  --hb-line: #e7ece7;
  --hb-soft: #f6faf5;
  --hb-footer: #28bb18;
  --hb-shadow: 0 18px 50px rgba(19, 92, 24, 0.08);
  --hb-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.hb88-page {
  margin: 0;
  background: #fff;
  color: var(--hb-text);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.hb88-page a {
  color: inherit;
  text-decoration: none;
}

.hb88-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hb88-top {
  background:
    radial-gradient(circle at 72% 10%, rgba(139, 223, 45, 0.16), transparent 28%),
    linear-gradient(90deg, #171818, #242626 52%, #171818);
  color: #fff;
}

.hb88-top-inner {
  position: relative;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hb88-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.hb88-logo span {
  color: var(--hb-lime);
}

.hb88-auth {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  gap: 18px;
  transform: translateY(-50%);
}

.hb88-auth a,
.hb88-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hb88-auth a {
  min-width: 110px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 15px;
}

.hb88-auth a:first-child {
  border-color: transparent;
  background: linear-gradient(180deg, #33cc25, #13a80a);
  box-shadow: 0 8px 22px rgba(31, 187, 20, 0.26);
}

.hb88-auth a:hover,
.hb88-btn:hover,
.hb88-news-link:hover {
  transform: translateY(-2px);
}

.hb88-nav {
  background: var(--hb-green);
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
}

.hb88-nav-list {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 5vw, 58px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb88-nav-list a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 800;
  line-height: 66px;
}

.hb88-nav-list a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  content: "";
}

.hb88-hero {
  padding: clamp(72px, 10vw, 102px) 0 34px;
  text-align: center;
}

.hb88-hero h1 {
  max-width: 900px;
  margin: 0 auto 22px;
  color: #282b2e;
  font-size: clamp(40px, 4.6vw, 58px);
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: 0;
}

.hb88-hero h1 span {
  color: var(--hb-green);
}

.hb88-hero p {
  max-width: 780px;
  margin: 0 auto;
  color: #3e464e;
  font-size: 17px;
  line-height: 1.9;
}

.hb88-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 42px;
}

.hb88-btn {
  min-width: 238px;
  padding: 0 34px;
  border: 1px solid var(--hb-green);
  font-size: 18px;
}

.hb88-btn-main {
  background: linear-gradient(180deg, #2ccc22, #13a90c);
  color: #fff;
  box-shadow: 0 14px 28px rgba(25, 176, 15, 0.22);
}

.hb88-btn-line {
  background: #fff;
  color: var(--hb-green-dark);
}

.hb88-rule {
  height: 1px;
  margin: 0 auto;
  background: var(--hb-line);
}

.hb88-content {
  padding: 34px 0 56px;
}

.hb88-info-block {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  padding: 42px 22px 42px 20px;
  border-bottom: 1px solid var(--hb-line);
}

.hb88-check {
  width: 42px;
  height: 42px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--hb-green-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(11, 143, 19, 0.2);
}

.hb88-info-block h2 {
  margin: 0 0 12px;
  color: var(--hb-red);
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.hb88-info-block p {
  max-width: 850px;
  margin: 0 0 20px;
  color: #38424a;
  font-size: 17px;
}

.hb88-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #46515a;
  list-style: none;
}

.hb88-list li {
  position: relative;
  padding-left: 28px;
}

.hb88-list li::before {
  position: absolute;
  left: 0;
  top: 0.08em;
  color: var(--hb-green);
  content: "✓";
  font-weight: 900;
}

.hb88-steps {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb88-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #46515a;
}

.hb88-steps span {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--hb-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.hb88-news {
  padding: 24px 0 70px;
}

.hb88-section-title {
  margin: 0 0 30px;
  color: #292e31;
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

.hb88-section-title::after {
  display: block;
  width: 86px;
  height: 4px;
  margin: 14px auto 0;
  background: var(--hb-green);
  border-radius: 999px;
  content: "";
}

.hb88-news-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--hb-line);
  border-radius: var(--hb-radius);
  background: #fff;
  box-shadow: var(--hb-shadow);
}

.hb88-news-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 130px;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--hb-line);
}

.hb88-news-card:last-child {
  border-bottom: 0;
}

.hb88-news-icon {
  width: 152px;
  height: 94px;
  border-radius: 7px;
  background: linear-gradient(135deg, #f3fbf0, #e5f6dc);
  color: var(--hb-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hb88-news-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.hb88-news-card h3 {
  margin: 0 0 7px;
  color: var(--hb-red);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
}

.hb88-news-card p {
  margin: 0 0 10px;
  color: #4c555d;
  font-size: 15px;
  line-height: 1.65;
}

.hb88-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #737e86;
  font-size: 13px;
}

.hb88-news-link {
  justify-self: end;
  color: var(--hb-green-dark);
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.18s ease;
}

.hb88-news-link::after {
  content: " →";
}

.hb88-footer {
  background:
    radial-gradient(circle at 22% 4%, rgba(173, 255, 69, 0.32), transparent 18%),
    linear-gradient(90deg, #1eb213, var(--hb-footer) 54%, #18aa0d);
  color: #fff;
}

.hb88-footer-main {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 0.9fr;
  gap: 58px;
  padding: 62px 0 48px;
}

.hb88-footer .hb88-logo {
  margin-bottom: 18px;
  font-size: 45px;
}

.hb88-footer h3,
.hb88-footer h4 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 900;
}

.hb88-footer p,
.hb88-footer li {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.8;
}

.hb88-footer p {
  margin: 0 0 16px;
}

.hb88-footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb88-footer-bottom {
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 14px;
}

.hb88-article-hero {
  padding-bottom: 50px;
}

.hb88-article-main {
  padding: 52px 0 72px;
}

.hb88-article-shell {
  max-width: 900px;
  margin: 0 auto;
}

.hb88-breadcrumb {
  margin: 0 0 24px;
  color: var(--hb-muted);
  font-size: 14px;
}

.hb88-article-box {
  border: 1px solid var(--hb-line);
  border-radius: var(--hb-radius);
  background: #fff;
  box-shadow: var(--hb-shadow);
  padding: clamp(26px, 4vw, 46px);
}

.hb88-article-box h1 {
  margin: 0 0 18px;
  color: #282b2e;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.22;
  letter-spacing: 0;
}

.hb88-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--hb-line);
  color: var(--hb-muted);
  font-size: 14px;
}

.hb88-article-body {
  color: #3b444c;
  font-size: 17px;
}

.hb88-article-body h2,
.hb88-article-body h3 {
  margin: 34px 0 12px;
  color: var(--hb-red);
  line-height: 1.3;
}

.hb88-article-body p {
  margin: 18px 0;
}

.hb88-article-body a {
  color: var(--hb-green-dark);
  font-weight: 800;
}

.hb88-article-nav,
.hb88-pagination {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--hb-line);
}

.hb88-article-nav {
  display: grid;
  gap: 10px;
  color: var(--hb-green-dark);
  font-weight: 800;
}

.hb88-pagination {
  color: var(--hb-green-dark);
  text-align: center;
}

.hb88-pagination ul,
.hb88-pagination {
  list-style: none;
}

.hb88-pagination a,
.hb88-pagination span,
.hb88-pagination li {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border: 1px solid var(--hb-line);
  border-radius: 6px;
  background: #fff;
  color: var(--hb-green-dark);
  font-weight: 800;
}

.hb88-empty-note {
  margin-top: 18px;
  color: var(--hb-muted);
  text-align: center;
  font-size: 14px;
}

@media (max-width: 900px) {
  .hb88-top-inner {
    min-height: 120px;
    align-items: flex-start;
    padding-top: 24px;
  }

  .hb88-auth {
    right: 50%;
    top: auto;
    bottom: 18px;
    transform: translateX(50%);
  }

  .hb88-nav-list {
    gap: 18px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 20px;
  }

  .hb88-news-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .hb88-news-icon {
    width: 116px;
  }

  .hb88-news-link {
    grid-column: 2;
    justify-self: start;
  }

  .hb88-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hb88-wrap {
    width: min(100% - 28px, 1120px);
  }

  .hb88-logo {
    font-size: 34px;
  }

  .hb88-auth {
    gap: 10px;
  }

  .hb88-auth a {
    min-width: 92px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hb88-nav-list a {
    font-size: 14px;
  }

  .hb88-hero {
    padding-top: 50px;
  }

  .hb88-hero h1 {
    font-size: 36px;
  }

  .hb88-actions {
    gap: 14px;
  }

  .hb88-btn {
    width: 100%;
    min-width: 0;
  }

  .hb88-info-block {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 34px 0;
  }

  .hb88-news-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .hb88-news-icon {
    width: 100%;
    height: 90px;
  }

  .hb88-news-link {
    grid-column: 1;
  }

  .hb88-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}


/* Target Bengali content and Dede integration */
:root{--clone-dark:#46515a;--clone-bg2:#0b8f13;--clone-accent:#24bd18;--clone-gold:#ffc83d;--clone-blue:#5e6872;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="crownbd-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="crownbd-hero"]{height:auto;object-fit:contain;}
.dede-update-zone,.article-detail-zone{padding:34px 0;}
.clone-update-inner,.clone-article-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;}
.clone-update-head{text-align:center;margin-bottom:20px;}
.clone-update-head h2{margin:0;font-size:clamp(26px,3vw,38px);font-weight:900;line-height:1.2;}
.clone-update-head p{max-width:760px;margin:10px auto 0;color:#667085;}
.clone-update-list{display:grid;gap:16px;}
.clone-update-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;padding:16px;border:1px solid rgba(20,25,40,.12);border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(20,25,40,.08);}
.clone-update-thumb{min-height:120px;border-radius:8px;background:linear-gradient(135deg,var(--clone-dark),var(--clone-accent));color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;text-decoration:none;}
.clone-update-tag{display:inline-flex;margin-bottom:6px;padding:4px 10px;border-radius:999px;background:rgba(0,0,0,.06);color:var(--clone-accent);font-weight:900;font-size:12px;}
.clone-update-body h3{margin:0;font-size:22px;line-height:1.32;}
.clone-update-body p{margin:8px 0;color:#5f6675;}
.clone-update-meta{display:flex;flex-wrap:wrap;gap:12px;color:#8a91a1;font-size:13px;}
.clone-readmore{display:inline-flex;margin-top:10px;color:var(--clone-accent);font-weight:900;text-decoration:none;}
.clone-pagination{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:22px 0 0;}
.clone-pagination li{list-style:none;}
.clone-pagination a,.clone-pagination span{display:inline-flex;min-width:38px;min-height:36px;align-items:center;justify-content:center;border:1px solid rgba(20,25,40,.14);border-radius:8px;padding:0 12px;background:#fff;color:#1c2433;text-decoration:none;font-weight:800;}
.clone-article-inner{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start;}
.clone-article,.clone-article-side{background:#fff;border:1px solid rgba(20,25,40,.12);border-radius:10px;box-shadow:0 14px 34px rgba(20,25,40,.08);padding:24px;}
.clone-crumb{color:#778094;font-size:14px;margin-bottom:12px;}
.clone-article h1{margin:0;font-size:clamp(30px,3vw,46px);line-height:1.2;}
.clone-article-meta{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0 18px;color:#7d8494;font-size:14px;}
.clone-article-summary{padding:14px 16px;border-left:4px solid var(--clone-accent);background:rgba(0,0,0,.04);margin-bottom:20px;color:#505a6c;}
.clone-article-body{font-size:17px;line-height:1.9;color:#252b38;}
.clone-prenext{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;}
.clone-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.clone-actions a,.clone-article-side a{display:inline-flex;margin:6px 6px 0 0;padding:9px 12px;border-radius:8px;background:var(--clone-accent);color:#fff;text-decoration:none;font-weight:800;}
@media(max-width:780px){.clone-update-card,.clone-article-inner,.clone-prenext{grid-template-columns:1fr;}}
