:root {
  --bg: #020413;
  --panel: #0a1028;
  --panel-2: #110729;
  --line: rgba(81, 226, 255, .22);
  --cyan: #20d5ff;
  --cyan-soft: #a6efff;
  --magenta: #e400c9;
  --magenta-dark: #9b00d4;
  --gold: #ffc338;
  --gold-2: #ffe28a;
  --text: #f8fbff;
  --muted: #b8c9df;
  --shadow: 0 18px 50px rgba(0, 0, 0, .42);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 75% 10%, rgba(228,0,201,.16), transparent 34%), linear-gradient(180deg, #050716 0%, var(--bg) 58%, #050617 100%);
  color: var(--text);
  font-family: "Noto Sans Bengali", "Hind Siliguri", "Segoe UI", system-ui, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.cd44-wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.cd44-topbar { background: #030511; border-bottom: 1px solid rgba(255,255,255,.08); position: sticky; top: 0; z-index: 20; }
.cd44-topbar-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cd44-brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.cd44-brand img { width: 96px; height: 52px; object-fit: cover; border-radius: 8px; filter: drop-shadow(0 0 16px rgba(32,213,255,.55)); }
.cd44-brand span { display: grid; line-height: 1.05; }
.cd44-brand b { font-size: clamp(28px, 4vw, 46px); color: var(--cyan); font-weight: 900; }
.cd44-brand small { color: var(--gold-2); font-weight: 800; font-size: 15px; }
.cd44-actions, .cd44-hero-actions, .cd44-actions-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cd44-btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; padding: 10px 18px; font-weight: 900; font-size: 15px; border: 1px solid rgba(32,213,255,.45); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.cd44-btn:hover { transform: translateY(-2px); border-color: var(--gold); }
.cd44-btn-gold { color: #15100a; background: linear-gradient(180deg, #ffe27a, var(--gold)); box-shadow: 0 14px 36px rgba(255,195,56,.25); border-color: #ffd96b; }
.cd44-btn-outline, .cd44-btn-dark { color: var(--text); background: rgba(5,9,25,.62); }
.cd44-btn-large { min-height: 58px; min-width: 164px; font-size: 17px; }
.cd44-nav { background: linear-gradient(90deg, var(--magenta), #c700d8 52%, #9a00d3); border-top: 1px solid rgba(255,255,255,.12); }
.cd44-nav-scroll { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: thin; }
.cd44-nav a { flex: 0 0 auto; min-width: 112px; min-height: 58px; display: grid; place-items: center; padding: 0 18px; color: #fff; font-weight: 900; border-left: 1px solid rgba(255,255,255,.12); position: relative; }
.cd44-nav a.active::after, .cd44-nav a:hover::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 4px; background: var(--gold); border-radius: 4px 4px 0 0; }
.cd44-hero { min-height: 610px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(2,4,19,.98) 0%, rgba(2,4,19,.88) 46%, rgba(2,4,19,.68) 100%); }
.cd44-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 44px; align-items: center; padding: 70px 0; }
.cd44-hero-copy h1 { margin: 0 0 18px; max-width: 760px; font-size: clamp(42px, 6vw, 78px); line-height: 1.08; color: var(--text); font-weight: 950; }
.cd44-hero-copy h1::first-line { color: var(--cyan); }
.cd44-hero-copy p { max-width: 680px; margin: 0 0 30px; color: #d7e8ff; font-size: clamp(17px, 2vw, 21px); }
.cd44-proof-row { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: rgba(8,15,38,.72); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.cd44-proof-row div { padding: 18px; border-left: 1px solid rgba(255,255,255,.09); }
.cd44-proof-row div:first-child { border-left: 0; }
.cd44-proof-row b { display: block; color: var(--cyan); font-size: 17px; }
.cd44-proof-row span { color: var(--muted); font-size: 14px; }
.cd44-hero-panel { position: relative; min-width: 0; }
.cd44-hero-panel > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow), 0 0 0 1px rgba(228,0,201,.2); }
.cd44-promo-card { position: absolute; right: 26px; bottom: 26px; width: min(330px, calc(100% - 52px)); padding: 20px; border-radius: 8px; border: 1px solid rgba(255,195,56,.55); background: linear-gradient(145deg, rgba(92,12,86,.88), rgba(8,12,34,.9)); box-shadow: 0 20px 50px rgba(0,0,0,.45); }
.cd44-promo-card span { color: var(--gold-2); font-size: 14px; font-weight: 900; }
.cd44-promo-card strong { display: block; font-size: 34px; line-height: 1.1; color: #fff; margin: 5px 0 8px; }
.cd44-promo-card p { margin: 0; color: #edf5ff; font-size: 15px; }
.cd44-safety-strip { padding: 34px 0; background: #070817; }
.cd44-safety-grid { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(90deg, rgba(7,34,54,.78), rgba(55,7,58,.62)); }
.cd44-shield { width: 72px; height: 72px; border-radius: 8px; display: grid; place-items: center; color: var(--cyan); font-size: 38px; border: 1px solid rgba(32,213,255,.45); background: rgba(32,213,255,.08); }
.cd44-safety-grid h2, .cd44-section-head h2, .cd44-guide-grid h2, .cd44-faq-grid h2 { margin: 0 0 8px; color: var(--cyan); font-size: clamp(26px, 4vw, 38px); line-height: 1.2; }
.cd44-safety-grid p, .cd44-section-head p, .cd44-guide-grid p, .cd44-faq-grid p { margin: 0; color: var(--muted); }
.cd44-section { padding: 72px 0; }
.cd44-section-head { max-width: 780px; margin-bottom: 28px; }
.cd44-section-head-row { max-width: none; display: flex; justify-content: space-between; gap: 24px; align-items: end; }
.cd44-section-head-row > a { color: var(--gold); font-weight: 900; }
.cd44-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cd44-feature-card, .cd44-post-card, .cd44-sidebar, .cd44-article, .cd44-step-list a, .cd44-faq-list details { border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(10,16,40,.76); box-shadow: var(--shadow); }
.cd44-feature-card { overflow: hidden; }
.cd44-card-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.cd44-card-body { padding: 20px; position: relative; }
.cd44-card-mark { position: absolute; right: 18px; top: -26px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 8px; background: var(--gold); color: #160f05; font-weight: 950; font-size: 22px; }
.cd44-card-body h3 { margin: 0 0 8px; color: #fff; font-size: 24px; }
.cd44-card-body p { min-height: 58px; margin: 0 0 16px; color: var(--muted); }
.cd44-card-link { color: var(--cyan); font-weight: 900; }
.cd44-guide-band { padding: 72px 0; background: linear-gradient(90deg, rgba(84,5,91,.4), rgba(4,18,44,.85)); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.cd44-guide-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .7fr); gap: 44px; align-items: center; }
.cd44-step-list { display: grid; gap: 14px; }
.cd44-step-list a { display: grid; grid-template-columns: 64px 1fr; gap: 6px 16px; padding: 18px; align-items: center; }
.cd44-step-list span { grid-row: span 2; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 8px; background: rgba(32,213,255,.12); color: var(--cyan); font-weight: 950; }
.cd44-step-list strong { color: var(--gold-2); font-size: 20px; }
.cd44-step-list small { color: var(--muted); font-size: 14px; }
.cd44-news-section { background: #050617; }
.cd44-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cd44-post-card { overflow: hidden; }
.cd44-post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.cd44-post-card div { padding: 18px; }
.cd44-post-card span { color: var(--gold); font-weight: 900; font-size: 14px; }
.cd44-post-card h3 { margin: 6px 0 8px; font-size: 21px; line-height: 1.35; }
.cd44-post-card h3 a:hover { color: var(--cyan); }
.cd44-post-card p { margin: 0; color: var(--muted); }
.cd44-faq-band { padding: 72px 0; background: linear-gradient(180deg, #060819, #020413); }
.cd44-faq-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(420px, 1fr); gap: 36px; }
.cd44-faq-list { display: grid; gap: 12px; }
.cd44-faq-list details { padding: 18px 20px; }
.cd44-faq-list summary { cursor: pointer; color: #fff; font-weight: 900; }
.cd44-faq-list p { margin-top: 10px; }
.cd44-subhero { padding: 70px 0; background: radial-gradient(circle at 70% 12%, rgba(32,213,255,.18), transparent 34%), linear-gradient(110deg, #030511, #100727 70%, #050617); }
.cd44-subhero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 460px); gap: 40px; align-items: center; }
.cd44-subhero h1 { margin: 0 0 14px; color: var(--cyan); font-size: clamp(36px, 5vw, 60px); line-height: 1.12; }
.cd44-subhero p { color: var(--muted); font-size: 18px; }
.cd44-subhero img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 8px; border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); }
.cd44-crumb, .cd44-crumb a { color: var(--gold); font-weight: 900; }
.cd44-article-zone { padding: 64px 0; }
.cd44-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 24px; align-items: start; }
.cd44-article { padding: 30px; }
.cd44-article h2 { color: var(--cyan); margin: 28px 0 10px; font-size: 30px; line-height: 1.25; }
.cd44-article p { color: #dbe9fb; }
.cd44-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; color: var(--gold-2); font-size: 14px; font-weight: 800; }
.cd44-meta span { border: 1px solid rgba(255,195,56,.3); padding: 6px 10px; border-radius: 6px; background: rgba(255,195,56,.08); }
.cd44-summary, .cd44-note { border-radius: 8px; border: 1px solid var(--line); background: rgba(32,213,255,.07); padding: 18px 20px; color: #e9f8ff; }
.cd44-note ul { margin: 0; padding-left: 22px; color: #e9f8ff; }
.cd44-table-wrap { overflow-x: auto; margin: 24px 0; }
.cd44-info-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.cd44-info-table th, .cd44-info-table td { border: 1px solid rgba(255,255,255,.14); padding: 12px 14px; text-align: left; vertical-align: top; }
.cd44-info-table th { background: rgba(228,0,201,.24); color: #fff; }
.cd44-info-table td { color: #dbe9fb; }
.cd44-info-table a { color: var(--cyan); font-weight: 900; }
.cd44-sidebar { padding: 22px; position: sticky; top: 162px; }
.cd44-sidebar h2 { color: var(--gold-2); margin: 0 0 10px; }
.cd44-sidebar p { color: var(--muted); }
.cd44-sidebar a { display: block; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--cyan-soft); font-weight: 850; }
.cd44-prenext, .cd44-actions-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.cd44-prenext a, .cd44-actions-row a, .cd44-pagination a, .cd44-pagination span { border: 1px solid var(--line); border-radius: 6px; padding: 9px 12px; color: var(--cyan-soft); background: rgba(32,213,255,.06); }
.cd44-pagination { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.cd44-footer { padding-top: 54px; background: #030511; border-top: 1px solid rgba(255,255,255,.1); }
.cd44-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 30px; }
.cd44-footer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font-weight: 950; font-size: 22px; }
.cd44-footer-brand img { width: 72px; height: 42px; border-radius: 6px; object-fit: cover; }
.cd44-footer p { color: var(--muted); margin: 12px 0 0; }
.cd44-footer h3 { margin: 0 0 10px; color: var(--gold-2); }
.cd44-footer a:not(.cd44-footer-brand) { display: block; color: var(--muted); padding: 5px 0; }
.cd44-footer a:hover { color: var(--cyan); }
.cd44-copy { margin-top: 34px; padding: 18px; text-align: center; color: var(--muted); border-top: 1px solid rgba(255,255,255,.08); }
.cd44-template-extra { margin-top: 26px; }
@media (max-width: 980px) {
  .cd44-wrap { width: min(100% - 28px, 760px); }
  .cd44-actions { display: none; }
  .cd44-hero-grid, .cd44-guide-grid, .cd44-faq-grid, .cd44-subhero-grid, .cd44-article-layout { grid-template-columns: 1fr; }
  .cd44-hero { min-height: auto; }
  .cd44-hero-grid { padding: 46px 0; }
  .cd44-hero-panel { order: -1; }
  .cd44-proof-row, .cd44-feature-grid, .cd44-post-grid, .cd44-footer-grid { grid-template-columns: 1fr; }
  .cd44-safety-grid { grid-template-columns: 1fr; }
  .cd44-sidebar { position: static; }
}
@media (max-width: 560px) {
  .cd44-topbar-inner { min-height: 74px; }
  .cd44-brand img { width: 76px; height: 44px; }
  .cd44-brand b { font-size: 30px; }
  .cd44-nav a { min-width: auto; padding: 0 15px; min-height: 52px; }
  .cd44-hero-copy h1 { font-size: 38px; }
  .cd44-promo-card { position: static; width: auto; margin-top: 12px; }
  .cd44-article { padding: 22px 16px; }
  .cd44-section { padding: 48px 0; }
  .cd44-section-head-row { display: block; }
}
