:root {
  --dhk-black: #111111;
  --dhk-ink: #22252a;
  --dhk-muted: #657181;
  --dhk-red: #ef2e34;
  --dhk-red-dark: #a70d18;
  --dhk-gold: #f4bd45;
  --dhk-green: #159b59;
  --dhk-soft: #f7f8fb;
  --dhk-line: #e6e9ef;
  --dhk-radius: 8px;
  --dhk-shell: 1120px;
  --dhk-shadow: 0 18px 42px rgba(18, 20, 25, .12);
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body.dhk-page {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--dhk-ink);
  font-family: Arial, "Noto Sans Bengali", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}
.dhk-page a { color: inherit; text-decoration: none; }
.dhk-page img { display: block; max-width: 100%; height: auto; }
.dhk-shell { width: min(var(--dhk-shell), calc(100% - 40px)); margin: 0 auto; }
.dhk-topline { background: var(--dhk-black); color: #e8edf5; font-size: 13px; font-weight: 800; }
.dhk-topline .dhk-shell { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dhk-topline div div { display: flex; flex-wrap: wrap; gap: 14px; color: var(--dhk-gold); }
.dhk-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--dhk-line); box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.dhk-header-inner { min-height: 78px; display: flex; align-items: center; gap: 18px; }
.dhk-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; min-width: 0; }
.dhk-mark { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff7df; font-size: 18px; font-weight: 950; background: radial-gradient(circle at 34% 28%, rgba(255,255,255,.45), transparent 17%), linear-gradient(135deg, #ff5b61, #d51422 58%, #6e0710); box-shadow: 0 0 0 3px rgba(244,189,69,.25), 0 12px 28px rgba(167,13,24,.28); }
.dhk-brand strong { display: block; color: var(--dhk-red); font-size: 30px; line-height: .94; font-weight: 950; text-shadow: 0 2px 0 #820812, 0 0 14px rgba(244,189,69,.35); }
.dhk-brand small { display: block; margin-top: 5px; color: #6b7280; font-size: 12px; line-height: 1; font-weight: 900; text-transform: uppercase; }
.dhk-nav { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px 16px; min-width: 0; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.dhk-nav a { position: relative; padding: 9px 0; white-space: nowrap; }
.dhk-nav a:hover, .dhk-nav a.is-active { color: var(--dhk-red); }
.dhk-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 3px; border-radius: 999px; background: #1d7db0; }
.dhk-cta, .dhk-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 6px; border: 1px solid transparent; font-size: 14px; line-height: 1.1; font-weight: 950; text-align: center; text-transform: uppercase; }
.dhk-cta, .dhk-button-primary { background: linear-gradient(135deg, #ff4d52, #c71520); color: #fff; box-shadow: 0 14px 28px rgba(213,29,36,.2); }
.dhk-button-secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(0,0,0,.36); backdrop-filter: blur(8px); }
.dhk-hero { position: relative; min-height: 590px; color: #fff; background: #17090b; overflow: hidden; }
.dhk-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.63) 36%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.48) 100%), url("/assets/dhk888-hero.jpg") center / cover no-repeat; }
.dhk-hero-content { position: relative; min-height: 590px; display: grid; align-items: center; }
.dhk-hero-content > div { max-width: 660px; padding: 52px 0 74px; }
.dhk-hero h1 { margin: 0; font-size: 56px; line-height: 1.03; font-weight: 950; text-wrap: balance; }
.dhk-hero p { margin: 20px 0 0; color: #f3f5f9; font-size: 18px; line-height: 1.7; font-weight: 700; }
.dhk-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.dhk-actions span { color: #ffd978; font-size: 13px; font-weight: 900; }
.dhk-proof { margin-top: -34px; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--dhk-line); border-radius: var(--dhk-radius); overflow: hidden; background: #fff; box-shadow: var(--dhk-shadow); }
.dhk-proof div { padding: 22px; border-left: 1px solid var(--dhk-line); }
.dhk-proof div:first-child { border-left: 0; }
.dhk-proof strong { display: block; color: var(--dhk-red); font-size: 26px; line-height: 1; font-weight: 950; }
.dhk-proof span { display: block; margin-top: 8px; color: var(--dhk-muted); font-size: 13px; font-weight: 800; }
.dhk-section { padding: 58px 0; }
.dhk-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 28px; align-items: end; margin-bottom: 26px; }
.dhk-section-head p:first-child, .dhk-split p:first-child, .dhk-page-hero p:first-child, .dhk-safety-strip p:first-child { margin: 0 0 10px; color: var(--dhk-red-dark); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.dhk-section-head h2, .dhk-split h2, .dhk-safety-strip h2 { margin: 0; font-size: 40px; line-height: 1.08; font-weight: 950; text-wrap: balance; }
.dhk-section-head > p, .dhk-split p, .dhk-safety-strip p { margin: 0; color: var(--dhk-muted); font-size: 16px; line-height: 1.7; font-weight: 700; }
.dhk-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.dhk-feature-card, .dhk-news-card, .dhk-page-card, .dhk-side-card, .dhk-article-card { border: 1px solid var(--dhk-line); border-radius: var(--dhk-radius); background: #fff; box-shadow: var(--dhk-shadow); }
.dhk-feature-card { min-width: 0; min-height: 225px; padding: 22px; }
.dhk-feature-card span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: linear-gradient(145deg, var(--dhk-red), #521017); font-size: 14px; font-weight: 950; }
.dhk-feature-card h3 { margin: 22px 0 10px; font-size: 21px; line-height: 1.18; font-weight: 950; }
.dhk-feature-card p { margin: 0; color: var(--dhk-muted); font-size: 14px; line-height: 1.62; font-weight: 700; }
.dhk-section-dark { background: linear-gradient(135deg, #101010, #25070b 55%, #86101a); color: #fff; }
.dhk-split { display: grid; grid-template-columns: minmax(300px, 470px) minmax(0, 1fr); gap: 38px; align-items: center; }
.dhk-split-reverse { grid-template-columns: minmax(0, 1fr) minmax(300px, 470px); }
.dhk-split-reverse img { order: 2; }
.dhk-split img, .dhk-safety-strip img, .dhk-page-hero img { width: 100%; border-radius: var(--dhk-radius); object-fit: cover; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.dhk-split img { aspect-ratio: 4 / 3; }
.dhk-section-dark .dhk-split p:first-child { color: var(--dhk-gold); }
.dhk-section-dark .dhk-split p { color: #e5e9f1; }
.dhk-text-link { display: inline-flex; margin-top: 18px; color: var(--dhk-red); font-weight: 950; }
.dhk-section-dark .dhk-text-link { color: var(--dhk-gold); }
.dhk-news-band { background: var(--dhk-soft); }
.dhk-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dhk-news-card { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 16px; min-width: 0; padding: 12px; box-shadow: none; }
.dhk-news-thumb { min-height: 124px; border-radius: 7px; background: url("/assets/dhk888-hero.jpg") center / cover no-repeat; }
.dhk-thumb-app, .dhk-thumb-guide { background-image: url("/assets/dhk888-app.jpg"); }
.dhk-thumb-casino, .dhk-thumb-promotion { background-image: url("/assets/dhk888-games.jpg"); }
.dhk-thumb-safety { background-image: url("/assets/dhk888-safety.jpg"); }
.dhk-news-card span { color: var(--dhk-red); font-size: 12px; font-weight: 950; }
.dhk-news-card h3 { margin: 7px 0 7px; font-size: 18px; line-height: 1.34; font-weight: 950; }
.dhk-news-card p { margin: 0; color: var(--dhk-muted); font-size: 14px; line-height: 1.55; font-weight: 700; }
.dhk-safety-strip { display: grid; grid-template-columns: minmax(280px, 440px) minmax(0, 1fr); gap: 30px; align-items: center; }
.dhk-page-hero { background: linear-gradient(135deg, #111 0%, #25070b 52%, #a70d18 100%); color: #fff; }
.dhk-page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 34px; align-items: center; padding: 56px 0; }
.dhk-page-hero h1 { margin: 0; font-size: 48px; line-height: 1.06; font-weight: 950; text-wrap: balance; }
.dhk-page-hero p { max-width: 690px; color: #e7edf7; font-size: 17px; line-height: 1.66; font-weight: 700; }
.dhk-page-hero p:first-child { color: var(--dhk-gold); }
.dhk-page-hero img { aspect-ratio: 4 / 3; }
.dhk-page-layout, .dhk-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 22px; padding: 42px 0 58px; }
.dhk-page-card, .dhk-article-card { padding: 28px; }
.dhk-detail-block { padding: 20px 0; border-top: 1px solid var(--dhk-line); }
.dhk-detail-block:first-child { padding-top: 0; border-top: 0; }
.dhk-detail-block span { color: var(--dhk-red); font-size: 13px; font-weight: 950; }
.dhk-detail-block h2, .dhk-article-card h2 { margin: 8px 0 10px; font-size: 28px; line-height: 1.18; font-weight: 950; }
.dhk-detail-block p, .dhk-article-card p { margin: 0 0 14px; color: #394456; font-size: 16px; line-height: 1.85; font-weight: 650; }
.dhk-body { color: #394456; font-size: 16px; line-height: 1.9; font-weight: 650; }
.dhk-body img { max-width: 100%; height: auto; border-radius: var(--dhk-radius); }
.prenext { display: grid; gap: 10px; margin-top: 18px; color: var(--dhk-muted); font-weight: 800; }
.dhk-actions-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 22px 0 0; }
.dhk-actions-list li { padding: 9px 13px; border-radius: 7px; background: #fff3d0; color: #7a4a00; font-size: 13px; font-weight: 900; }
.dhk-note { margin-top: 20px; padding: 16px; border-radius: var(--dhk-radius); background: #fff5dc; color: #5f3b00; font-weight: 800; line-height: 1.55; }
.dhk-side-card { padding: 20px; margin-bottom: 16px; box-shadow: none; }
.dhk-side-card h3 { margin: 0 0 14px; font-size: 20px; font-weight: 950; }
.dhk-side-card ol, .dhk-side-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.dhk-side-card li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; color: #344054; font-size: 14px; line-height: 1.45; font-weight: 800; }
.dhk-side-card b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: #fff3d0; color: #8c5700; }
.dhk-side-card nav { display: grid; gap: 10px; color: #344054; font-weight: 850; }
.dhk-footer { background: #111; color: #d7dfec; padding-top: 38px; }
.dhk-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 28px; }
.dhk-footer p { color: #aeb8c9; line-height: 1.65; font-weight: 650; }
.dhk-footer h3 { margin: 0 0 12px; color: #fff; font-size: 17px; font-weight: 950; }
.dhk-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; color: #b8c2d4; font-weight: 700; }
.dhk-footer .dhk-brand small { color: #d6a93f; }
.dhk-footer-bottom { margin-top: 32px; border-top: 1px solid rgba(255,255,255,.1); }
.dhk-footer-bottom .dhk-shell { min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: #aeb8c9; font-size: 13px; font-weight: 700; }
@media (max-width: 980px) {
  .dhk-topline .dhk-shell, .dhk-header-inner, .dhk-footer-bottom .dhk-shell { align-items: flex-start; flex-direction: column; }
  .dhk-topline .dhk-shell { padding: 8px 0; }
  .dhk-header-inner { padding: 14px 0; }
  .dhk-nav { margin-left: 0; justify-content: flex-start; }
  .dhk-cta { width: 100%; }
  .dhk-hero, .dhk-hero-content { min-height: 520px; }
  .dhk-hero h1 { font-size: 42px; }
  .dhk-proof, .dhk-feature-grid, .dhk-news-grid, .dhk-footer-grid { grid-template-columns: 1fr 1fr; }
  .dhk-section-head, .dhk-split, .dhk-split-reverse, .dhk-safety-strip, .dhk-page-hero-grid, .dhk-page-layout, .dhk-article-layout { grid-template-columns: 1fr; }
  .dhk-split-reverse img { order: 0; }
  .dhk-page-hero h1 { font-size: 38px; }
}
@media (max-width: 640px) {
  .dhk-shell { width: min(100% - 28px, var(--dhk-shell)); }
  .dhk-brand strong { font-size: 25px; }
  .dhk-hero, .dhk-hero-content { min-height: 500px; }
  .dhk-hero h1 { font-size: 34px; }
  .dhk-hero p { font-size: 16px; }
  .dhk-actions span { width: 100%; }
  .dhk-section { padding: 42px 0; }
  .dhk-section-head h2, .dhk-split h2, .dhk-safety-strip h2 { font-size: 30px; }
  .dhk-proof, .dhk-feature-grid, .dhk-news-grid, .dhk-footer-grid { grid-template-columns: 1fr; }
  .dhk-proof div { border-left: 0; border-top: 1px solid var(--dhk-line); }
  .dhk-proof div:first-child { border-top: 0; }
  .dhk-news-card { grid-template-columns: 1fr; }
  .dhk-news-thumb { min-height: 180px; }
}
