/* reference stylesheet 1 */
﻿:root {
  --wvip-ink: #102337;
  --wvip-deep: #022923;
  --wvip-deeper: #001716;
  --wvip-green: #006f5c;
  --wvip-teal: #00b78f;
  --wvip-mint: #72ffd9;
  --wvip-gold: #f5c844;
  --wvip-gold-2: #ffe891;
  --wvip-line: rgba(7, 85, 76, .18);
  --wvip-paper: #f7fbfa;
  --wvip-white: #fff;
  --wvip-shadow: 0 22px 60px rgba(0, 42, 38, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wvip-body {
  margin: 0;
  color: var(--wvip-ink);
  background: var(--wvip-paper);
  font-family: "Be Vietnam Pro", "Segoe UI", Tahoma, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wvip-wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.wvip-page { overflow: hidden; background: linear-gradient(180deg, #001c1a 0, #03342d 32%, #f7fbfa 32%, #f7fbfa 100%); }

.wvip-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(0, 27, 25, .92);
  border-bottom: 1px solid rgba(245, 200, 68, .34);
  backdrop-filter: blur(16px);
}
.wvip-header .wvip-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wvip-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--wvip-gold); font-weight: 900; }
.wvip-logo-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #05201d;
  font-size: 30px;
  font-weight: 950;
  border-radius: 7px;
  background: linear-gradient(135deg, #fff3a7, #e3a818 52%, #fff4ac);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.34), 0 10px 26px rgba(245,200,68,.28);
}
.wvip-logo-text { font-size: 36px; letter-spacing: 0; line-height: 1; text-shadow: 0 2px 0 #5f4405; }
.wvip-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.wvip-nav a {
  color: #e9fffa;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 14px;
  border-radius: 6px;
}
.wvip-nav a:hover, .wvip-nav .is-active { color: var(--wvip-gold); background: rgba(255,255,255,.06); }

.wvip-hero {
  padding: 48px 0 34px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 232, 180, .24), transparent 30%),
    radial-gradient(circle at 44% 35%, rgba(245, 200, 68, .16), transparent 26%),
    linear-gradient(135deg, #001716 0%, #004236 58%, #001f1d 100%);
}
.wvip-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  align-items: center;
  gap: 30px;
}
.wvip-hero-copy { position: relative; z-index: 2; }
.wvip-hero h1 {
  margin: 0 0 22px;
  max-width: 650px;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  color: var(--wvip-gold);
  text-shadow: 0 4px 0 #694900, 0 24px 60px rgba(0,0,0,.3);
}
.wvip-hero p { max-width: 570px; margin: 0 0 22px; color: rgba(255,255,255,.9); font-size: 18px; }
.wvip-hero-checks { display: grid; gap: 10px; margin: 0 0 28px; color: #eafff9; font-weight: 700; }
.wvip-hero-checks span { position: relative; padding-left: 34px; }
.wvip-hero-checks span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--wvip-mint);
  background: radial-gradient(circle, var(--wvip-mint) 0 3px, transparent 4px);
}
.wvip-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.wvip-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 7px;
  font-weight: 900;
  border: 1px solid transparent;
}
.wvip-btn-main {
  color: #102300;
  background: linear-gradient(180deg, #fff0a7, #f0bf24);
  box-shadow: 0 10px 22px rgba(245,200,68,.25);
}
.wvip-btn-line { color: #eafff9; border-color: rgba(114,255,217,.55); background: rgba(0,0,0,.14); }
.wvip-hero-art {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wvip-hero-art img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}
.wvip-hero-art::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  width: 35%;
  background: linear-gradient(90deg, #00382f 0%, rgba(0,56,47,.72) 34%, transparent 100%);
  pointer-events: none;
}

.wvip-category-strip {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.wvip-category-strip a {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  color: #fff;
  border: 1px solid rgba(114,255,217,.68);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(0,54,48,.92), rgba(0,18,17,.92));
}
.wvip-category-strip span { grid-row: span 2; font-size: 34px; line-height: 1; }
.wvip-category-strip strong { color: #fff; text-transform: uppercase; line-height: 1; }
.wvip-category-strip small { color: #c6fff0; font-weight: 600; }

.wvip-news, .wvip-promo, .wvip-guide, .wvip-article-section { background: var(--wvip-paper); padding: 42px 0; }
.wvip-news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 28px; align-items: start; }
.wvip-section-title { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 22px; }
.wvip-section-title h2 { margin: 0; color: #11283a; font-size: clamp(28px, 4vw, 40px); line-height: 1.1; font-weight: 950; letter-spacing: 0; }
.wvip-section-title a { color: var(--wvip-green); font-weight: 900; }
.wvip-section-title.is-centered { justify-content: center; text-align: center; }
.wvip-section-title.is-centered h2 { position: relative; padding: 0 42px; }
.wvip-section-title.is-centered h2::before, .wvip-section-title.is-centered h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--wvip-gold));
}
.wvip-section-title.is-centered h2::before { right: 100%; }
.wvip-section-title.is-centered h2::after { left: 100%; transform: scaleX(-1); }

.wvip-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wvip-news-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(14,74,67,.12);
  box-shadow: 0 14px 38px rgba(5,45,42,.08);
}
.wvip-news-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 18%, rgba(0,28,26,.38) 100%),
    url('/assets/bb44-refasset-001.png') center / 220% auto no-repeat,
    linear-gradient(135deg, #052a27, #081b1f);
}
.wvip-news-media span {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 9px;
  border-radius: 5px;
  color: #06312a;
  background: var(--wvip-mint);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.media-guide { background-position: 38% 48%; }
.media-sport {
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 18%, rgba(0,28,26,.38) 100%),
    url('/assets/bb44-refasset-002.png') 58% 56% / 210% auto no-repeat,
    linear-gradient(135deg, #0c4f45, #07364f);
}
.media-fish {
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 18%, rgba(0,28,26,.38) 100%),
    url('/assets/bb44-refasset-003.png') 92% 52% / 230% auto no-repeat,
    linear-gradient(135deg, #006f5c, #082737);
}
.wvip-news-body { padding: 16px; }
.wvip-news-body time { display: block; color: #638078; font-size: 12px; margin-bottom: 8px; }
.wvip-news-body h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.28; }
.wvip-news-body p { margin: 0 0 13px; color: #52666c; font-size: 14px; }
.wvip-readmore { color: var(--wvip-green); font-weight: 900; }

.wvip-quick {
  color: #fff;
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, #006f5c, #002723);
  box-shadow: var(--wvip-shadow);
}
.wvip-quick h2 { margin: 0 0 12px; font-size: 24px; color: var(--wvip-gold-2); }
.wvip-quick a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  color: #f3fffc;
  font-weight: 700;
}
.wvip-quick span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--wvip-gold), #f9ed9d);
  color: #04302a;
  flex: 0 0 auto;
}
.wvip-quick .wvip-support {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--wvip-gold);
  border-radius: 7px;
  background: rgba(0,0,0,.18);
  display: block;
}

.wvip-game {
  padding: 40px 0;
  background: linear-gradient(180deg, #f7fbfa 0, #f7fbfa 12%, #00483d 12%, #00342e 100%);
}
.wvip-game .wvip-section-title h2 { color: #fff; }
.wvip-game-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.wvip-game-grid article {
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid rgba(245,200,68,.78);
  background: linear-gradient(180deg, rgba(0,34,31,.72), rgba(0,21,20,.9));
}
.game-img {
  min-height: 138px;
  border-radius: 6px;
  margin-bottom: 12px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,24,22,.42) 100%),
    url('/assets/bb44-refasset-004.png') center / 235% auto no-repeat,
    linear-gradient(135deg, #003b35, #08191c);
  border: 1px solid rgba(255,255,255,.16);
}
.game-img.casino { background-position: center, 45% 50%, center; background-size: auto, 230% auto, auto; }
.game-img.sport { background-position: center, 60% 55%, center; background-size: auto, 225% auto, auto; }
.game-img.fish { background-position: center, 92% 52%, center; background-size: auto, 235% auto, auto; }
.game-img.cards { background-position: center, 52% 68%, center; background-size: auto, 245% auto, auto; }
.game-img.slots { background-position: center, 18% 45%, center; background-size: auto, 250% auto, auto; }
.wvip-game-grid h3 { margin: 0 0 8px; color: var(--wvip-gold); text-transform: uppercase; font-size: 20px; line-height: 1.15; }
.wvip-game-grid p { margin: 0 0 12px; color: #d9fff6; font-size: 14px; }
.wvip-game-grid a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 5px;
  color: #102300;
  font-weight: 900;
  background: linear-gradient(180deg, #fff0a7, #f0bf24);
}

.wvip-promo-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(245,200,68,.68);
  background: linear-gradient(135deg, #006f5c, #002e2a);
  box-shadow: var(--wvip-shadow);
}
.wvip-promo-bar div { min-height: 120px; padding: 16px; color: #fff; border-right: 1px solid rgba(255,255,255,.14); }
.wvip-promo-bar span { display: block; font-size: 42px; line-height: 1; color: var(--wvip-gold-2); font-weight: 950; }
.wvip-promo-bar strong { display: block; margin: 8px 0 4px; text-transform: uppercase; }
.wvip-promo-bar small { color: #dffdf6; }
.wvip-promo-btn { margin: 20px auto 0; width: fit-content; }

.wvip-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.wvip-step-grid article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--wvip-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(5,45,42,.06);
}
.wvip-step-grid span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--wvip-teal);
  font-size: 22px;
  font-weight: 950;
}
.wvip-step-grid h3 { margin: 14px 0 6px; font-size: 18px; }
.wvip-step-grid p { margin: 0; color: #52666c; font-size: 14px; }
.wvip-safe-line {
  margin-top: 24px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 18px;
  color: #eafff9;
  border-radius: 8px;
  background: var(--wvip-deep);
}
.wvip-safe-line a { color: #102300; background: var(--wvip-gold); padding: 9px 22px; border-radius: 5px; font-weight: 900; white-space: nowrap; }

.wvip-footer {
  color: #dffff7;
  background: linear-gradient(180deg, #003d35, #001a18);
  padding-top: 42px;
}
.wvip-footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr .9fr; gap: 38px; }
.wvip-footer-logo { color: var(--wvip-gold); font-size: 38px; font-weight: 950; line-height: 1; margin-bottom: 14px; }
.wvip-footer h3 { color: var(--wvip-gold); margin: 0 0 12px; text-transform: uppercase; font-size: 15px; }
.wvip-footer p { margin: 0; color: #c8fff2; }
.wvip-footer a { display: block; color: #eafff9; margin: 7px 0; }
.wvip-copyright { margin-top: 32px; padding: 14px; text-align: center; color: #b9e8df; background: rgba(0,0,0,.24); }

.wvip-article-hero {
  color: #fff;
  padding: 76px 0;
  background:
    linear-gradient(90deg, rgba(0,23,22,.9), rgba(0,55,46,.62)),
    url('/assets/bb44-refasset-005.png') center right / cover no-repeat,
    #00342e;
}
.wvip-article-hero h1 { max-width: 850px; margin: 0 0 16px; font-size: clamp(36px, 5vw, 62px); line-height: 1.04; color: var(--wvip-gold); letter-spacing: 0; }
.wvip-article-hero p { max-width: 720px; margin: 0; color: #eafff9; font-size: 18px; }
.wvip-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.wvip-article-card, .wvip-article-aside {
  background: #fff;
  border: 1px solid var(--wvip-line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(5,45,42,.08);
}
.wvip-article-card { padding: 28px; }
.wvip-article-meta { color: #647a76; margin-bottom: 20px; font-weight: 700; }
.wvip-article-body h2 { margin: 24px 0 10px; color: #073d35; font-size: 26px; line-height: 1.18; }
.wvip-article-body p { margin: 0 0 16px; color: #263f4b; }
.wvip-article-body a, .wvip-article-nav a { color: var(--wvip-green); font-weight: 900; }
.wvip-article-nav { margin-top: 28px; padding: 18px; border-radius: 8px; background: #eef9f6; border: 1px solid var(--wvip-line); }
.wvip-article-nav h2 { margin: 0 0 10px; color: #073d35; }
.wvip-article-aside { padding: 18px; position: sticky; top: 98px; }
.wvip-article-aside h2 { margin: 0 0 12px; color: #073d35; }
.wvip-article-aside a { display: block; padding: 13px 0; border-bottom: 1px solid var(--wvip-line); color: var(--wvip-green); font-weight: 900; }
.wvip-pagination { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 0; list-style: none; }
.wvip-pagination li, .wvip-pagination a, .wvip-pagination span { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; border-radius: 5px; background: #fff; border: 1px solid var(--wvip-line); color: var(--wvip-green); }

@media (max-width: 980px) {
  .wvip-header .wvip-wrap, .wvip-nav { justify-content: center; }
  .wvip-header .wvip-wrap { flex-direction: column; padding: 14px 0; gap: 10px; }
  .wvip-hero-grid, .wvip-news-layout, .wvip-article-layout { grid-template-columns: 1fr; }
  .wvip-hero-art { min-height: 0; }
  .wvip-category-strip, .wvip-game-grid { grid-template-columns: repeat(2, 1fr); }
  .wvip-news-grid, .wvip-promo-bar, .wvip-step-grid, .wvip-footer-grid { grid-template-columns: 1fr 1fr; }
  .wvip-article-aside { position: static; }
}

@media (max-width: 640px) {
  .wvip-wrap { width: min(100% - 24px, 1180px); }
  .wvip-logo-text { font-size: 30px; }
  .wvip-nav a { padding: 9px 8px; font-size: 13px; }
  .wvip-hero { padding-top: 28px; }
  .wvip-hero h1 { font-size: 42px; }
  .wvip-hero p { font-size: 16px; }
  .wvip-actions, .wvip-safe-line { align-items: stretch; flex-direction: column; }
  .wvip-btn, .wvip-safe-line a { width: 100%; }
  .wvip-category-strip, .wvip-news-grid, .wvip-game-grid, .wvip-promo-bar, .wvip-step-grid, .wvip-footer-grid { grid-template-columns: 1fr; }
  .wvip-section-title { align-items: flex-start; flex-direction: column; }
  .wvip-section-title.is-centered h2::before, .wvip-section-title.is-centered h2::after { display: none; }
  .wvip-article-card { padding: 20px; }
}


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