/* reference stylesheet 1 */
* {
  box-sizing: border-box;
}

:root {
  --black: #070707;
  --charcoal: #14110f;
  --charcoal-2: #201715;
  --red: #9f111b;
  --red-dark: #6f080f;
  --gold: #d8a534;
  --gold-bright: #ffd86a;
  --gold-soft: #f6e2ad;
  --ink: #121212;
  --muted: #69625b;
  --line: #ead7aa;
  --line-dark: #3a2b20;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.62;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.z188-page {
  overflow-x: hidden;
  background: #ffffff;
}

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

.z188-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #ece7dd;
  box-shadow: 0 14px 30px rgba(20, 17, 15, 0.08);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}

.z188-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  color: #111111;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-z {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 42px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--gold-bright), var(--red) 64%, var(--black));
  clip-path: polygon(0 0, 100% 0, 62% 48%, 100% 48%, 100% 100%, 0 100%, 40% 54%, 0 54%);
  font-size: 0;
}

.z188-brand strong {
  color: #111111;
}

.z188-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
}

.z188-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  color: #111111;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.z188-nav a:hover,
.z188-nav a.is-active {
  color: var(--red);
  background: #fff7e7;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.z188-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid rgba(20, 17, 15, 0.18);
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.z188-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(20, 17, 15, 0.12);
}

.z188-btn.primary {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--red) 0%, #c51d29 100%);
  box-shadow: 0 14px 28px rgba(159, 17, 27, 0.22);
}

.z188-btn.gold {
  color: #14110f;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold) 100%);
}

.z188-btn.dark {
  color: #ffffff;
  border-color: rgba(255, 216, 106, 0.5);
  background: rgba(7, 7, 7, 0.4);
}

.z188-hero {
  min-height: 660px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #050505 url('/assets/adda7-refasset-001.png') center / cover no-repeat;
}

.hero-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 96px;
}

.hero-content > * {
  max-width: 620px;
}

.z188-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.z188-hero h1 span {
  color: var(--gold-bright);
}

.hero-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-link {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 700;
}

.hero-link a {
  color: var(--gold-bright);
  overflow-wrap: anywhere;
}

.access-section {
  padding: 38px 0 34px;
  background: #ffffff;
}

.access-strip {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 216, 106, 0.18), transparent 30%),
    linear-gradient(135deg, #0d0c0b 0%, #1d1513 58%, #3a080d 100%);
  box-shadow: 0 20px 42px rgba(20, 17, 15, 0.18);
}

.access-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 216, 106, 0.58);
  border-radius: 8px;
  color: var(--gold-bright);
  background: rgba(255, 216, 106, 0.08);
  font-size: 34px;
  font-weight: 900;
}

.access-strip h2 {
  margin: 0 0 4px;
  color: var(--gold-bright);
  font-size: clamp(22px, 2.7vw, 30px);
  line-height: 1.18;
  font-weight: 900;
}

.access-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.category-section {
  padding: 28px 0 70px;
  background: #ffffff;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.category-card {
  min-height: 260px;
  padding: 28px 18px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 14px 34px rgba(20, 17, 15, 0.07);
}

.category-icon,
.news-image::before {
  display: grid;
  place-items: center;
}

.category-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 4px solid #2a2018;
  color: var(--gold-bright);
  background:
    radial-gradient(circle at 35% 25%, #fff1a8, transparent 25%),
    linear-gradient(135deg, #0e0d0c, #2d2016 45%, #030303);
  box-shadow: inset 0 0 0 3px var(--gold), 0 14px 26px rgba(20, 17, 15, 0.22);
  font-size: 34px;
  font-weight: 900;
}

.category-card h3 {
  margin: 0 0 9px;
  color: #111111;
  font-size: 22px;
  line-height: 1.16;
  font-weight: 900;
  text-transform: uppercase;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.category-card .read-more,
.news-body .read-more {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.intro-section {
  padding: 76px 0;
  border-top: 1px solid #eee5d3;
  background: #ffffff;
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 56px;
  align-items: center;
}

.intro-copy h2,
.section-title h2,
.article-card h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.1;
  font-weight: 900;
}

.gold-rule {
  width: 92px;
  height: 3px;
  margin: 22px 0 26px;
  background: linear-gradient(90deg, var(--red), var(--gold-bright));
}

.intro-copy p {
  margin: 0;
  color: #3f3a35;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 12px;
  color: #2e2a26;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: inset 0 0 0 4px #211713;
}

.step-list {
  position: relative;
  display: grid;
  gap: 16px;
}

.step-list::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), rgba(159, 17, 27, 0.3));
}

.step-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(20, 17, 15, 0.06);
}

.step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--gold-bright);
  background: #111111;
  font-weight: 900;
}

.step-icon {
  display: none;
}

.step-card h3 {
  margin: 0 0 3px;
  color: #111111;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.news-section {
  padding: 70px 0 80px;
  border-top: 1px solid #eee5d3;
  background: #ffffff;
}

.section-title {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  text-align: center;
}

.section-title h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: clamp(28px, 3.5vw, 42px);
  text-transform: uppercase;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.section-title h2::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 17, 15, 0.08);
}

.news-image {
  position: relative;
  display: block;
  min-height: 210px;
  background: #111111 url('/assets/adda7-refasset-002.png') center / cover no-repeat;
}

.news-card:nth-child(1) .news-image {
  background-position: left center;
}

.news-card:nth-child(2) .news-image {
  background-position: center center;
}

.news-card:nth-child(3) .news-image {
  background-position: right center;
}

.news-image::before {
  content: attr(data-icon);
  position: absolute;
  inset: 0;
  color: rgba(255, 216, 106, 0.92);
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.04), rgba(7, 7, 7, 0.42));
  font-size: 76px;
  font-weight: 900;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.55);
}

.news-image span {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-body {
  padding: 22px;
}

.news-body h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 22px;
  line-height: 1.24;
  font-weight: 900;
}

.news-body h3 a:hover {
  color: var(--red);
}

.news-body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.z188-footer {
  color: #ffffff;
  background:
    radial-gradient(circle at 0 0, rgba(159, 17, 27, 0.34), transparent 34%),
    linear-gradient(135deg, #090808 0%, #160b0b 50%, #2b080d 100%);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 38px;
  padding: 56px 0;
}

.footer-brand .z188-brand {
  margin-bottom: 12px;
  color: #ffffff;
}

.footer-brand .z188-brand strong {
  color: #ffffff;
}

.footer-brand p,
.footer-col a,
.footer-col p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.footer-brand a:not(.z188-brand) {
  color: var(--gold-bright);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 16px;
  color: var(--gold-bright);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-col a:hover {
  color: var(--gold-bright);
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  font-size: 13px;
}

.article-hero {
  min-height: 420px;
}

.article-hero .hero-content {
  padding: 72px 0;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  padding: 62px 0 82px;
}

.article-card,
.article-aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 17, 15, 0.07);
}

.article-card {
  padding: 38px;
}

.article-meta {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 6px;
  color: #111111;
  background: #fff2ce;
  font-size: 13px;
  font-weight: 900;
}

.z188-article-body h2,
.z188-article-body h3 {
  color: #111111;
  line-height: 1.2;
}

.z188-article-body a {
  color: var(--red);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.z188-article-body p,
.z188-article-body li {
  color: #3f3a35;
}

.z188-article-body ul,
.z188-article-body ol {
  padding-left: 22px;
}

.article-aside {
  align-self: start;
  padding: 24px;
}

.article-aside h2 {
  margin: 0 0 16px;
  color: #111111;
  font-size: 22px;
  line-height: 1.2;
}

.aside-links {
  display: grid;
  gap: 12px;
}

.aside-links a {
  display: block;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #111111;
  background: #ffffff;
  font-weight: 900;
}

.aside-links a:hover {
  color: var(--red);
  border-color: var(--red);
}

.z188-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.z188-pagination a,
.z188-pagination span,
.z188-pagination li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font-weight: 800;
  list-style: none;
}

.z188-pagination a:hover,
.z188-pagination .thisclass {
  color: #ffffff;
  border-color: transparent;
  background: var(--red);
}

@media (max-width: 1080px) {
  .header-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 16px 0;
  }

  .z188-nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .intro-layout,
  .article-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .z188-wrap {
    width: min(100% - 28px, 1180px);
  }

  .z188-brand {
    font-size: 30px;
  }

  .brand-z {
    width: 42px;
    height: 36px;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions .z188-btn {
    flex: 1 1 0;
    padding: 0 12px;
  }

  .z188-nav {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .z188-hero {
    min-height: 610px;
    background-position: 62% center;
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    padding: 58px 0 66px;
  }

  .z188-hero h1 {
    font-size: 42px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .access-strip {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .news-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .step-card {
    grid-template-columns: 52px 1fr;
  }

  .step-number {
    width: 52px;
    height: 52px;
  }

  .article-card {
    padding: 26px;
  }

  .section-title h2::before,
  .section-title h2::after {
    width: 32px;
  }
}

@media (max-width: 420px) {
  .z188-hero h1 {
    font-size: 37px;
  }

  .z188-btn {
    min-height: 44px;
    font-size: 13px;
  }

  .z188-nav a {
    padding: 0 10px;
  }

  .step-card {
    grid-template-columns: 48px 1fr;
  }
}


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