:root {
  --ink: #15221b;
  --muted: #5d6a63;
  --paper: #ffffff;
  --soft: #f3f7ef;
  --line: #dfe9d7;
  --deep: #07120b;
  --green: #0d7b3e;
  --green-2: #0f4f2c;
  --gold: #ffd65a;
  --gold-2: #f2a91c;
  --red: #b9162a;
  --shadow: 0 22px 60px rgba(8, 55, 24, .16);
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.ceobet-body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(13, 123, 62, .14), transparent 30%),
    radial-gradient(circle at 92% 16%, rgba(255, 214, 90, .16), transparent 28%),
    #f7faf4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans Bengali", "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
.ceobet-page { min-height: 100vh; overflow: hidden; }
.ceobet-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.ceobet-topbar {
  background: #07100a;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.ceobet-topbar .ceobet-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ceobet-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
}
.ceobet-brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: linear-gradient(145deg, #0f7f41, #062915);
  border: 2px solid rgba(255, 214, 90, .42);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  box-shadow: 0 14px 32px rgba(0,0,0,.35);
  text-transform: lowercase;
}
.ceobet-brand-mark::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid var(--gold);
  box-shadow: inset 0 0 0 5px rgba(255, 214, 90, .18);
}
.ceobet-brand-text {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
  text-transform: lowercase;
}
.ceobet-actions,
.ceobet-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ceobet-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-weight: 800;
  line-height: 1.15;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ceobet-btn:hover { transform: translateY(-1px); }
.ceobet-btn-gold {
  color: #171106;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 12px 28px rgba(242, 169, 28, .28);
}
.ceobet-btn-dark,
.ceobet-btn-line {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.28);
}
.ceobet-nav {
  background: linear-gradient(90deg, #0c5b30, #12994b 54%, #0b5a31);
  color: #fff;
  box-shadow: 0 8px 24px rgba(8, 95, 43, .24);
}
.ceobet-nav-scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.ceobet-nav-scroll::-webkit-scrollbar { display: none; }
.ceobet-nav a {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 15px;
  position: relative;
}
.ceobet-nav a.is-active::after,
.ceobet-nav a:hover::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--gold);
}
.ceobet-hero {
  color: #fff;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 214, 90, .32), transparent 28%),
    radial-gradient(circle at 22% 90%, rgba(20, 177, 86, .32), transparent 30%),
    linear-gradient(135deg, #061009 0%, #0a2f1a 52%, #0a100a 100%);
}
.ceobet-hero-grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
  align-items: center;
  gap: 34px;
  padding: 56px 0 48px;
}
.ceobet-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 8px;
  color: var(--gold);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,214,90,.28);
  font-weight: 900;
  margin-bottom: 18px;
}
.ceobet-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1.08;
  letter-spacing: 0;
}
.ceobet-hero p {
  max-width: 660px;
  color: rgba(255,255,255,.86);
  font-size: 19px;
}
.ceobet-hero-art {
  border-radius: 8px;
  border: 1px solid rgba(255,214,90,.26);
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
  overflow: hidden;
  background: #07120b;
}
.ceobet-hero-art img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.ceobet-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -46px;
  position: relative;
  z-index: 2;
}
.ceobet-metric,
.ceobet-news-item,
.ceobet-sidebar-card,
.ceobet-topic-card,
.ceobet-feature,
.ceobet-article-body,
.ceobet-faq details {
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.ceobet-metric {
  min-height: 118px;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 22px;
}
.ceobet-metric b {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #161006;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  flex: 0 0 auto;
}
.ceobet-metric h2,
.ceobet-topic-card h3,
.ceobet-sidebar-card h2 { margin-bottom: 6px; font-size: 21px; line-height: 1.28; }
.ceobet-metric p,
.ceobet-topic-card p,
.ceobet-section-title p,
.ceobet-news-body p,
.ceobet-article-body p,
.ceobet-feature p,
.ceobet-footer p { color: var(--muted); margin-bottom: 0; }
.ceobet-section { padding: 68px 0; }
.ceobet-band {
  background:
    linear-gradient(180deg, rgba(13,123,62,.07), rgba(255,214,90,.08));
}
.ceobet-section-title {
  margin-bottom: 24px;
  max-width: 760px;
}
.ceobet-section-title h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  margin-bottom: 8px;
}
.ceobet-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}
.ceobet-news-list { display: grid; gap: 18px; }
.ceobet-news-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
}
.ceobet-thumb {
  min-height: 180px;
  display: flex;
  align-items: end;
  padding: 16px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(6,18,11,.1), rgba(6,18,11,.78)),
    linear-gradient(135deg, #0f7a3e, #0b2816);
}
.ceobet-thumb span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(0,0,0,.34);
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 900;
}
.tone-2 { background: linear-gradient(160deg, rgba(6,18,11,.08), rgba(6,18,11,.78)), linear-gradient(135deg, #0d8d57, #a78b10); }
.tone-3 { background: linear-gradient(160deg, rgba(6,18,11,.08), rgba(6,18,11,.78)), linear-gradient(135deg, #145833, #8c1d2d); }
.tone-4 { background: linear-gradient(160deg, rgba(6,18,11,.08), rgba(6,18,11,.78)), linear-gradient(135deg, #0a5330, #d59a12); }
.tone-5 { background: linear-gradient(160deg, rgba(6,18,11,.08), rgba(6,18,11,.78)), linear-gradient(135deg, #0a6142, #315d16); }
.tone-6 { background: linear-gradient(160deg, rgba(6,18,11,.08), rgba(6,18,11,.78)), linear-gradient(135deg, #083c29, #0b8069); }
.tone-7 { background: linear-gradient(160deg, rgba(6,18,11,.08), rgba(6,18,11,.78)), linear-gradient(135deg, #1b5a28, #b57b12); }
.tone-8 { background: linear-gradient(160deg, rgba(6,18,11,.08), rgba(6,18,11,.78)), linear-gradient(135deg, #0d4730, #8f1830); }
.ceobet-news-body { padding: 20px; }
.ceobet-tag {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 8px;
  color: #0a4c29;
  background: #eaf6df;
  font-weight: 900;
  margin-bottom: 10px;
}
.ceobet-news-body h3 { margin-bottom: 8px; font-size: 23px; line-height: 1.28; }
.ceobet-news-body h3 a:hover,
.ceobet-hot-list a:hover,
.ceobet-topic-card a:hover { color: var(--green); }
.ceobet-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #6b746f;
  font-size: 14px;
  margin-top: 12px;
}
.ceobet-readmore {
  display: inline-flex;
  margin-top: 14px;
  color: #0d6c38;
  font-weight: 900;
}
.ceobet-sidebar { display: grid; gap: 18px; }
.ceobet-sidebar-card { padding: 22px; }
.ceobet-image-card { padding: 0; overflow: hidden; }
.ceobet-image-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.ceobet-category-list,
.ceobet-hot-list { display: grid; gap: 10px; }
.ceobet-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--soft);
  border: 1px solid var(--line);
  font-weight: 800;
}
.ceobet-category-list a span:last-child {
  min-width: 34px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #171106;
  background: var(--gold);
}
.ceobet-hot-list a {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}
.ceobet-hot-list a:last-child { border-bottom: 0; padding-bottom: 0; }
.ceobet-topic-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.ceobet-topic-card { padding: 22px; min-height: 210px; }
.ceobet-topic-card b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #171106;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  margin-bottom: 14px;
}
.ceobet-feature {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 28px;
}
.ceobet-feature h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.18; margin-bottom: 12px; }
.ceobet-feature img { width: 100%; border-radius: 8px; aspect-ratio: 16 / 9; object-fit: cover; }
.ceobet-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.ceobet-steps span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 8px;
  color: #0b4d28;
  background: #e8f6db;
  border: 1px solid var(--line);
  font-weight: 900;
}
.ceobet-faq { max-width: 900px; }
.ceobet-faq details { padding: 18px 20px; margin-bottom: 12px; }
.ceobet-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--ink);
}
.ceobet-faq p { margin-top: 10px; }
.ceobet-subhero,
.ceobet-article-hero {
  color: #fff;
  padding: 70px 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(255,214,90,.22), transparent 28%),
    linear-gradient(135deg, #061009, #0c5d31 58%, #07100a);
}
.ceobet-subhero h1,
.ceobet-article-hero h1 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  margin-bottom: 14px;
}
.ceobet-subhero p,
.ceobet-article-hero p {
  color: rgba(255,255,255,.86);
  max-width: 780px;
  font-size: 18px;
}
.ceobet-article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
}
.ceobet-article-grid img {
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  border: 1px solid rgba(255,214,90,.28);
}
.ceobet-article-body { padding: 30px; }
.ceobet-article-body p { font-size: 18px; margin-bottom: 18px; }
.ceobet-article-body h2 {
  margin: 28px 0 10px;
  font-size: 28px;
}
.ceobet-footer {
  color: #fff;
  background: #07100a;
  padding: 40px 0;
}
.ceobet-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
}
.ceobet-footer-brand { margin-bottom: 14px; }
.ceobet-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.ceobet-footer-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 800;
}
@media (max-width: 980px) {
  .ceobet-hero-grid,
  .ceobet-content-grid,
  .ceobet-feature,
  .ceobet-article-grid,
  .ceobet-footer-grid { grid-template-columns: 1fr; }
  .ceobet-sidebar { order: 2; }
  .ceobet-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ceobet-metrics { grid-template-columns: 1fr; }
  .ceobet-hero-grid { min-height: auto; }
}
@media (max-width: 640px) {
  .ceobet-wrap { width: min(100% - 24px, 1180px); }
  .ceobet-topbar .ceobet-wrap {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .ceobet-actions,
  .ceobet-hero-actions { width: 100%; justify-content: flex-start; }
  .ceobet-btn { flex: 1 1 auto; padding: 10px 14px; }
  .ceobet-brand-text { font-size: 28px; }
  .ceobet-nav a { min-height: 50px; padding: 0 12px; }
  .ceobet-hero-grid { padding: 38px 0 40px; gap: 22px; }
  .ceobet-hero h1 { font-size: 36px; }
  .ceobet-hero p,
  .ceobet-subhero p,
  .ceobet-article-hero p { font-size: 16px; }
  .ceobet-metrics { margin-top: -22px; }
  .ceobet-section { padding: 46px 0; }
  .ceobet-news-item { grid-template-columns: 1fr; }
  .ceobet-thumb { min-height: 120px; }
  .ceobet-topic-grid { grid-template-columns: 1fr; }
  .ceobet-feature,
  .ceobet-article-body { padding: 20px; }
  .ceobet-footer-links { justify-content: flex-start; }
}
