/* reference stylesheet 1 */
:root {
  --hz-navy: #06162e;
  --hz-navy-2: #08234a;
  --hz-red: #e31924;
  --hz-red-2: #b70c18;
  --hz-blue: #0d66d0;
  --hz-gold: #ffca32;
  --hz-ink: #102039;
  --hz-muted: #657187;
  --hz-line: #dfe6f2;
  --hz-white: #fff;
  --hz-max: 1080px;
  --hz-shadow: 0 18px 42px rgba(6, 22, 46, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.hz88-body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--hz-ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.hz88-body a { color: inherit; text-decoration: none; }
.hz88-wrap { width: min(var(--hz-max), calc(100% - 58px)); margin: 0 auto; }
.hz88-top {
  background: #15171b;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hz88-top .hz88-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hz88-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 950;
  line-height: 1;
}
.hz88-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, #dfe6f2);
  color: var(--hz-red);
  box-shadow: inset 0 0 0 4px rgba(0,0,0,.08);
  font-size: 20px;
  transform: skew(-8deg);
}
.hz88-brand-text {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.hz88-brand-text span { color: var(--hz-gold); }
.hz88-top-actions,
.hz88-hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.hz88-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid transparent;
}
.hz88-btn-red {
  color: #fff;
  background: linear-gradient(180deg, #ff3b45, var(--hz-red-2));
  box-shadow: 0 12px 22px rgba(227, 25, 36, .28);
}
.hz88-btn-blue {
  color: #fff;
  background: linear-gradient(180deg, #2c86ff, #0d56bd);
  box-shadow: 0 12px 22px rgba(13, 102, 208, .28);
}
.hz88-btn-light {
  color: var(--hz-navy);
  background: #fff;
  border-color: rgba(255,255,255,.5);
}
.hz88-btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.08);
}
.hz88-nav {
  background: linear-gradient(180deg, #f2202c, #d70f1b);
  color: #fff;
  box-shadow: 0 8px 22px rgba(227,25,36,.24);
}
.hz88-nav .hz88-wrap {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hz88-nav a {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}
.hz88-nav a.is-active,
.hz88-nav a:hover {
  color: var(--hz-gold);
  background: rgba(0,0,0,.16);
  box-shadow: inset 0 -3px 0 var(--hz-gold);
}
.hz88-hero {
  position: relative;
  min-height: 500px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,16,34,.96) 0%, rgba(5,16,34,.82) 34%, rgba(5,16,34,.24) 64%, rgba(5,16,34,.05) 100%),
    linear-gradient(180deg, transparent 60%, rgba(3,12,26,.92)),
    url('/assets/bd33-refasset-001.png') center / cover no-repeat;
}
.hz88-hero .hz88-wrap {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 570px) 1fr;
  align-items: center;
  padding: 64px 0 72px;
}
.hz88-hero h1 {
  margin: 0;
  font-size: 58px;
  line-height: .98;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(0,0,0,.28);
}
.hz88-hero h1 span { color: var(--hz-gold); }
.hz88-hero .hz88-btn-light {
  color: var(--hz-navy);
}
.hz88-hero p {
  margin: 24px 0 30px;
  max-width: 540px;
  color: #eaf2ff;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}
.hz88-official {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 900;
  color: #e6f0ff;
}
.hz88-official strong { color: var(--hz-gold); }
.hz88-intro {
  padding: 48px 0 26px;
  background: #fff;
}
.hz88-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: center;
}
.hz88-intro h2,
.hz88-section-title h2 {
  margin: 0;
  color: var(--hz-navy);
  font-size: 36px;
  line-height: 1.18;
  text-transform: uppercase;
}
.hz88-intro h2 span,
.hz88-section-title span { color: var(--hz-red); }
.hz88-intro p {
  margin: 18px 0 0;
  color: var(--hz-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}
.hz88-check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
  color: #233a60;
  font-weight: 850;
}
.hz88-check-list li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hz88-check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff 0 21%, transparent 22%), var(--hz-red);
  flex: 0 0 auto;
}
.hz88-access-panel {
  min-height: 300px;
  padding: 30px;
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9,36,79,.92), rgba(13,102,208,.82)),
    url('/assets/bd33-refasset-002.png') 78% 57% / 730px auto no-repeat;
  box-shadow: var(--hz-shadow);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hz88-access-panel h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}
.hz88-access-panel p {
  color: #e7f0ff;
  margin-bottom: 22px;
}
.hz88-games {
  padding: 34px 0 42px;
  background: #fff;
}
.hz88-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.hz88-section-title a {
  color: var(--hz-red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.hz88-game-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
}
.hz88-game-card {
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--hz-navy);
  color: #fff;
  box-shadow: var(--hz-shadow);
  border: 1px solid rgba(8,35,74,.12);
}
.hz88-game-img {
  height: 124px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(6,22,46,.55)),
    url('/assets/bd33-refasset-003.png') var(--pos, 80% 50%) / 720px auto no-repeat;
}
.hz88-game-card div:last-child {
  padding: 16px 14px 18px;
  text-align: center;
}
.hz88-game-card h3 {
  margin: 0;
  color: var(--hz-gold);
  font-size: 21px;
  text-transform: uppercase;
}
.hz88-game-card p {
  margin: 8px 0 14px;
  color: #dce9ff;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}
.hz88-game-card a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 15px;
  color: var(--hz-navy);
  background: #fff;
  font-size: 12px;
  font-weight: 950;
}
.hz88-content-band {
  padding: 44px 0;
  background: #f5f8fd;
  border-top: 1px solid var(--hz-line);
  border-bottom: 1px solid var(--hz-line);
}
.hz88-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.hz88-story-card,
.hz88-info-table {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--hz-shadow);
  border: 1px solid var(--hz-line);
}
.hz88-story-media {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(6,22,46,.34)),
    url('/assets/bd33-refasset-004.png') 83% 52% / cover no-repeat;
}
.hz88-story-body { padding: 24px; }
.hz88-story-body h2 {
  margin: 0;
  color: var(--hz-navy);
  font-size: 29px;
  line-height: 1.18;
}
.hz88-story-body p {
  color: var(--hz-muted);
  line-height: 1.75;
  font-weight: 700;
}
.hz88-info-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.hz88-info-table th,
.hz88-info-table td {
  padding: 20px;
  vertical-align: top;
  border-bottom: 1px solid var(--hz-line);
}
.hz88-info-table th {
  width: 28%;
  color: var(--hz-navy);
  text-align: left;
  background: #f8fbff;
}
.hz88-info-table td {
  color: var(--hz-muted);
  line-height: 1.6;
  font-weight: 700;
}
.hz88-news {
  padding: 50px 0;
  background: #fff;
}
.hz88-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hz88-news-card {
  overflow: hidden;
  border: 1px solid var(--hz-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6,22,46,.09);
}
.hz88-news-img {
  position: relative;
  display: block;
  height: 150px;
  background:
    linear-gradient(180deg, transparent, rgba(6,22,46,.42)),
    url('/assets/bd33-refasset-005.png') var(--pos, 80% 50%) / 620px auto no-repeat;
}
.hz88-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  background: var(--hz-red);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.hz88-news-body { padding: 18px; }
.hz88-date {
  color: #8a95a8;
  font-size: 12px;
  font-weight: 800;
}
.hz88-news-body h3 {
  margin: 8px 0 10px;
  color: var(--hz-navy);
  font-size: 19px;
  line-height: 1.25;
}
.hz88-news-body p {
  margin: 0;
  color: var(--hz-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}
.hz88-readmore {
  display: inline-flex;
  margin-top: 14px;
  color: var(--hz-red);
  font-size: 13px;
  font-weight: 950;
}
.hz88-promo {
  padding: 8px 0 52px;
  background: #fff;
}
.hz88-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--hz-shadow);
  background: var(--hz-red);
}
.hz88-promo-item {
  min-height: 130px;
  padding: 22px;
  color: #fff;
  background: radial-gradient(circle at 88% 70%, rgba(255,202,50,.42), transparent 5rem), linear-gradient(135deg, #f22b30, #b90613);
  border-right: 1px solid rgba(255,255,255,.2);
}
.hz88-promo-item strong {
  display: block;
  margin: 8px 0;
  color: var(--hz-gold);
  font-size: 34px;
  line-height: 1;
}
.hz88-promo-item span {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.hz88-steps {
  padding: 44px 0 58px;
  background: #f5f8fd;
}
.hz88-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.hz88-step {
  padding: 22px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--hz-line);
  box-shadow: 0 12px 28px rgba(6,22,46,.08);
}
.hz88-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--hz-red);
  color: #fff;
  font-weight: 950;
}
.hz88-step h3 {
  margin: 0 0 8px;
  color: var(--hz-navy);
  font-size: 18px;
}
.hz88-step p {
  margin: 0;
  color: var(--hz-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}
.hz88-footer {
  background: linear-gradient(180deg, #08234a, #041328);
  color: #dbe8ff;
  padding: 48px 0 0;
}
.hz88-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 28px;
  padding-bottom: 38px;
}
.hz88-footer-logo {
  margin-bottom: 12px;
  color: #fff;
  font-size: 36px;
  font-weight: 950;
}
.hz88-footer-logo span { color: var(--hz-gold); }
.hz88-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.hz88-footer p,
.hz88-footer a,
.hz88-footer li {
  color: #dbe8ff;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}
.hz88-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.hz88-socials {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.hz88-socials span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.12);
  font-weight: 950;
}
.hz88-copy {
  padding: 18px;
  text-align: center;
  background: rgba(0,0,0,.24);
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
}
.hz88-article-hero {
  padding: 86px 0 80px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,16,34,.96), rgba(5,16,34,.74)),
    url('/assets/bd33-refasset-006.png') center / cover no-repeat;
}
.hz88-article-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(0,0,0,.28);
}
.hz88-article-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #eaf2ff;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
}
.hz88-article-section {
  padding: 52px 0;
  background: #fff;
}
.hz88-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
}
.hz88-article-card,
.hz88-aside {
  border: 1px solid var(--hz-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--hz-shadow);
}
.hz88-article-card { padding: 34px; }
.hz88-article-card h1 {
  margin: 0;
  color: var(--hz-navy);
  font-size: 36px;
  line-height: 1.16;
}
.hz88-meta {
  margin: 16px 0 26px;
  color: #7b879c;
  font-size: 14px;
  font-weight: 700;
}
.hz88-article-body {
  color: #253a5b;
  font-size: 17px;
  line-height: 1.78;
}
.hz88-article-body h2,
.hz88-article-body h3 {
  margin: 30px 0 12px;
  color: var(--hz-red);
  line-height: 1.2;
}
.hz88-article-body p { margin: 0 0 16px; }
.hz88-article-body a {
  color: var(--hz-blue);
  font-weight: 900;
}
.hz88-aside {
  position: sticky;
  top: 20px;
  padding: 24px;
}
.hz88-aside h2 {
  margin: 0 0 16px;
  color: var(--hz-navy);
  font-size: 21px;
}
.hz88-aside a {
  display: block;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid var(--hz-line);
  border-radius: 10px;
  color: var(--hz-navy);
  background: #f8fbff;
  font-weight: 900;
}
.hz88-pagination {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hz88-pagination li,
.hz88-pagination a,
.hz88-pagination span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 9px;
  border: 1px solid var(--hz-line);
  color: var(--hz-navy);
  background: #fff;
}
.hz88-prenext {
  margin-top: 28px;
  display: grid;
  gap: 12px;
  color: var(--hz-navy);
  font-weight: 800;
}
@media (max-width: 860px) {
  .hz88-wrap { width: min(100% - 28px, var(--hz-max)); }
  .hz88-top .hz88-wrap { flex-direction: column; padding: 18px 0; }
  .hz88-top-actions,
  .hz88-hero-actions { justify-content: center; width: 100%; }
  .hz88-nav .hz88-wrap {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 10px 0;
  }
  .hz88-hero .hz88-wrap {
    grid-template-columns: 1fr;
    min-height: 560px;
  }
  .hz88-hero h1,
  .hz88-article-hero h1 { font-size: 40px; }
  .hz88-intro-grid,
  .hz88-game-grid,
  .hz88-story-grid,
  .hz88-news-grid,
  .hz88-promo-grid,
  .hz88-step-grid,
  .hz88-footer-grid,
  .hz88-article-layout { grid-template-columns: 1fr; }
  .hz88-section-title { align-items: flex-start; flex-direction: column; }
  .hz88-promo-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .hz88-article-card { padding: 24px; }
}


/* Target Bengali content and Dede integration */
:root{--clone-dark:#08234a;--clone-bg2:#ffca32;--clone-accent:#0d66d0;--clone-gold:#ffca32;--clone-blue:#0d66d0;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="bd33-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="bd33-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;}}
