:root {
  --e98-ink: #071728;
  --e98-muted: #5b6c7f;
  --e98-dark: #051624;
  --e98-dark-2: #0a2534;
  --e98-cyan: #12c6c6;
  --e98-cyan-dark: #008f96;
  --e98-red: #ff4c3f;
  --e98-red-dark: #d8342b;
  --e98-gold: #f6c65b;
  --e98-line: #d9e5ee;
  --e98-soft: #f4fbfd;
  --e98-white: #ffffff;
  --e98-radius: 8px;
  --e98-shadow: 0 18px 42px rgba(7, 23, 40, .11);
}
* { box-sizing: border-box; }
html { width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body.e98-page {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #f7fbfd;
  color: var(--e98-ink);
  font-family: "Segoe UI", "Noto Sans Bengali", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.e98-page a { color: inherit; text-decoration: none; }
.e98-page img { display: block; max-width: 100%; height: auto; }
.e98-shell { width: min(1180px, calc(100% - 32px)); max-width: 100%; margin: 0 auto; }
.e98-topline { background: #03111c; color: #cce8ed; font-size: 13px; font-weight: 700; }
.e98-topline .e98-shell { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.e98-toplinks { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; color: #f7d881; }
.e98-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #09b9b9 0%, #14d4d1 52%, #0ba5b5 100%);
  box-shadow: 0 12px 28px rgba(3, 17, 28, .14);
}
.e98-header-inner { min-height: 72px; display: flex; align-items: center; gap: 18px; min-width: 0; }
.e98-brand, .e98-footer-brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 0; gap: 10px; }
.e98-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(246,198,91,.85);
  border-radius: var(--e98-radius);
  background: #082233;
  color: #f6c65b;
  font-size: 19px;
  font-weight: 950;
  line-height: .95;
}
.e98-brand-title { display: block; color: #fff; font-size: 33px; line-height: .92; font-weight: 950; }
.e98-brand-subtitle { display: block; margin-top: 5px; color: rgba(255,255,255,.86); font-size: 11px; line-height: 1; font-weight: 850; text-transform: uppercase; }
.e98-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px 16px;
  color: #072133;
  font-size: 14px;
  font-weight: 850;
}
.e98-nav a { display: inline-flex; min-height: 36px; align-items: center; border-bottom: 2px solid transparent; white-space: nowrap; }
.e98-nav a:hover, .e98-nav a.is-active { color: #fff6c4; border-bottom-color: #fff6c4; }
.e98-actions { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.e98-btn, .e98-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--e98-radius);
  font-size: 15px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}
.e98-btn-red, .e98-action-primary { background: linear-gradient(180deg, #ff6a53, var(--e98-red-dark)); box-shadow: 0 12px 22px rgba(255,76,63,.28); }
.e98-action-dark, .e98-btn-dark { border-color: rgba(255,255,255,.26); background: #082033; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.e98-btn-ghost { border-color: rgba(255,255,255,.42); background: rgba(2,20,34,.45); }
.e98-page .e98-btn-red,
.e98-page .e98-action-primary,
.e98-page .e98-action-dark,
.e98-page .e98-btn-dark,
.e98-page .e98-btn-ghost {
  color: #fff;
}
.e98-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 18%, rgba(18,198,198,.35), transparent 30%),
    radial-gradient(circle at 66% 75%, rgba(246,198,91,.28), transparent 36%),
    linear-gradient(135deg, #041321 0%, #08202f 45%, #0d3a47 100%);
  color: #fff;
}
.e98-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,470px); gap: 36px; align-items: center; min-height: 520px; padding: 52px 0 42px; }
.e98-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(18,198,198,.52);
  border-radius: 999px;
  background: rgba(18,198,198,.16);
  color: #8af8f2;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.e98-hero h1 { max-width: 700px; margin: 24px 0 0; font-size: clamp(38px, 5.4vw, 56px); line-height: 1.05; font-weight: 950; }
.e98-hero h1 strong { color: #9cf9f2; }
.e98-hero p { max-width: 650px; margin: 18px 0 0; color: #d7eef2; font-size: 18px; line-height: 1.68; font-weight: 650; }
.e98-hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.e98-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 28px; max-width: 710px; }
.e98-stat { display: flex; gap: 11px; align-items: center; padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--e98-radius); background: rgba(255,255,255,.07); }
.e98-stat-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: rgba(18,198,198,.2); color: #9cf9f2; font-weight: 950; }
.e98-stat strong { display: block; color: #fff; font-size: 18px; line-height: 1; }
.e98-stat span span { display: block; margin-top: 5px; color: #b9d5dc; font-size: 12px; font-weight: 750; }
.e98-hero-visual { overflow: hidden; border-radius: var(--e98-radius); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 24px 54px rgba(0,0,0,.26); background: rgba(255,255,255,.06); }
.e98-hero-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.e98-section { padding: 58px 0; }
.e98-section-white { background: #fff; }
.e98-section-soft { background: var(--e98-soft); border-block: 1px solid var(--e98-line); }
.e98-section-head { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.e98-section-head.left { margin: 0; text-align: left; }
.e98-section-label { margin: 0 0 10px; color: var(--e98-cyan-dark); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.e98-section h2, .e98-section-head h2, .e98-column-hero h1 { margin: 0; color: #071728; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; font-weight: 950; }
.e98-section-head p, .e98-text, .e98-card p, .e98-feature-card p, .e98-news-card p, .e98-popular li span, .e98-step span span { color: var(--e98-muted); line-height: 1.72; font-weight: 650; }
.e98-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-bottom: 22px; }
.e98-metric { display: flex; gap: 12px; align-items: center; padding: 16px; border: 1px solid var(--e98-line); border-radius: var(--e98-radius); background: #fff; box-shadow: 0 10px 24px rgba(7,23,40,.05); }
.e98-metric-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; background: #e5fbfb; color: var(--e98-cyan-dark); font-weight: 950; }
.e98-metric b { display: block; color: #071728; font-size: 20px; }
.e98-category-grid, .e98-feature-grid, .e98-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.e98-card, .e98-category-card, .e98-feature-card, .e98-news-card, .e98-popular, .e98-article, .e98-side-card {
  min-width: 0;
  border: 1px solid var(--e98-line);
  border-radius: var(--e98-radius);
  background: #fff;
  box-shadow: var(--e98-shadow);
}
.e98-category-card { overflow: hidden; }
.e98-category-card img, .e98-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.e98-category-card div, .e98-card div, .e98-feature-card { padding: 20px; }
.e98-category-card h3, .e98-feature-card h3, .e98-card h3, .e98-popular h3, .e98-side-card h3 { margin: 0 0 8px; color: #071728; font-size: 20px; line-height: 1.24; font-weight: 950; }
.e98-page .e98-link { color: var(--e98-red-dark); font-weight: 950; }
.e98-guide-layout { display: grid; grid-template-columns: minmax(300px,420px) minmax(0,1fr); gap: 24px; align-items: start; }
.e98-steps-panel { border-radius: var(--e98-radius); padding: 24px; color: #fff; background: linear-gradient(145deg, #071728, #0b3440); box-shadow: var(--e98-shadow); }
.e98-steps-panel h2 { color: #fff; }
.e98-steps-panel p { color: #cfe9ef; line-height: 1.7; }
.e98-step-list { display: grid; gap: 14px; margin-top: 20px; }
.e98-step { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 12px; align-items: start; }
.e98-step-num { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #061421; background: var(--e98-gold); font-weight: 950; }
.e98-step b { display: block; color: #fff; margin-bottom: 4px; }
.e98-step span span { color: #cfe9ef; }
.e98-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.e98-feature-icon { display: inline-grid; width: 46px; height: 46px; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--e98-cyan), var(--e98-red)); font-size: 22px; font-weight: 950; }
.e98-feature-card h3 { margin-top: 14px; }
.e98-news-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 24px; align-items: start; }
.e98-news-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.e98-news-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.e98-news-card { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 15px; padding: 14px; align-items: start; }
.e98-news-card img { width: 120px; aspect-ratio: 1; object-fit: cover; border-radius: 7px; }
.e98-news-meta { display: block; color: var(--e98-cyan-dark); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.e98-news-card h3 { margin: 6px 0 8px; color: #071728; font-size: 17px; line-height: 1.34; font-weight: 950; }
.e98-news-card p { margin: 0; font-size: 14px; }
.e98-popular { padding: 20px; }
.e98-popular ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.e98-popular li { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 10px; align-items: start; padding-top: 12px; border-top: 1px solid var(--e98-line); }
.e98-popular li:first-child { border-top: 0; padding-top: 0; }
.e98-popular b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #e5fbfb; color: var(--e98-cyan-dark); }
.e98-column-hero { padding: 48px 0; color: #fff; background: linear-gradient(135deg, #041321, #08202f 45%, #0d3a47); }
.e98-column-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,420px); gap: 34px; align-items: center; }
.e98-column-hero h1 { color: #fff; }
.e98-column-hero p { color: #d7eef2; font-size: 17px; line-height: 1.7; font-weight: 650; }
.e98-column-image { border-radius: var(--e98-radius); overflow: hidden; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 24px 54px rgba(0,0,0,.25); }
.e98-column-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.e98-content-layout, .e98-article-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 24px; align-items: start; }
.e98-page-list { display: grid; gap: 14px; }
.e98-side-card { padding: 20px; }
.e98-side-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.e98-side-card li { padding-top: 10px; border-top: 1px solid var(--e98-line); color: var(--e98-muted); line-height: 1.65; font-weight: 650; }
.e98-side-card li:first-child { padding-top: 0; border-top: 0; }
.e98-article-layout { padding: 34px 0 60px; }
.e98-article { overflow: hidden; }
.e98-article-cover { width: 100%; max-height: 360px; object-fit: cover; }
.e98-article-body { padding: 28px; }
.e98-article h1 { margin: 0; color: #071728; font-size: clamp(30px,4vw,44px); line-height: 1.15; font-weight: 950; }
.e98-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; color: var(--e98-muted); font-size: 13px; font-weight: 800; }
.e98-body { margin-top: 24px; color: #263442; font-size: 16px; line-height: 1.9; font-weight: 600; }
.e98-body h2 { margin: 26px 0 10px; color: #071728; font-size: 26px; line-height: 1.2; font-weight: 950; }
.e98-prenext { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.e98-prenext > div, .e98-actions-list li { border: 1px solid var(--e98-line); border-radius: 6px; padding: 12px; background: #f8fcfd; }
.e98-actions-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 20px 0 0; }
.e98-actions-list li { color: #071728; font-size: 13px; font-weight: 900; }
.e98-footer { color: #dbe9f0; background: #06111c; border-top: 4px solid var(--e98-cyan); }
.e98-footer-grid { display: grid; grid-template-columns: minmax(0,1.6fr) repeat(3,minmax(150px,.7fr)); gap: 24px; padding: 34px 0; }
.e98-footer p, .e98-footer li { color: #b9c9d6; line-height: 1.7; font-weight: 650; }
.e98-footer h3 { margin: 0 0 12px; color: #fff; font-size: 16px; font-weight: 950; }
.e98-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.e98-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.e98-footer-bottom .e98-shell { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #9eb0c6; font-size: 13px; font-weight: 750; }
@media (max-width: 1050px) {
  .e98-header-inner { align-items: flex-start; flex-wrap: wrap; padding: 12px 0; }
  .e98-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .e98-hero-grid, .e98-guide-layout, .e98-news-layout, .e98-column-grid, .e98-content-layout, .e98-article-layout { grid-template-columns: 1fr; }
  .e98-category-grid, .e98-page-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .e98-shell { width: min(100% - 28px, 1180px); }
  .e98-topline .e98-shell, .e98-footer-bottom .e98-shell { flex-direction: column; align-items: flex-start; justify-content: center; padding: 10px 0; }
  .e98-actions { width: 100%; }
  .e98-action { flex: 1 1 130px; }
  .e98-brand-title { font-size: 29px; }
  .e98-hero-grid { min-height: auto; padding: 36px 0; }
  .e98-stats, .e98-metrics, .e98-category-grid, .e98-feature-grid, .e98-page-grid, .e98-news-list, .e98-footer-grid, .e98-prenext { grid-template-columns: 1fr; }
  .e98-news-card { grid-template-columns: 86px minmax(0,1fr); }
  .e98-news-card img { width: 86px; }
  .e98-article-body { padding: 22px; }
}
