:root {
  --ea-bg: #020712;
  --ea-navy: #071326;
  --ea-navy-2: #0b1b32;
  --ea-panel: #0e223b;
  --ea-gold: #f6b52f;
  --ea-gold-2: #ffd976;
  --ea-blue: #1d7ef2;
  --ea-cyan: #59c7ff;
  --ea-text: #102033;
  --ea-muted: #65748a;
  --ea-soft: #f3f7fb;
  --ea-line: #dbe5ef;
  --ea-shadow: 0 18px 42px rgba(2, 7, 18, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ea-text);
  background: var(--ea-soft);
  font-family: "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", Arial, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.ea-wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.ea-strip { color: #d8e9ff; background: #020711; border-bottom: 1px solid rgba(246,181,47,.18); }
.ea-strip-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 14px; font-weight: 800; }
.ea-mainbar { position: sticky; top: 0; z-index: 40; color: #fff; background: linear-gradient(180deg, #071326, #030a16); border-bottom: 1px solid rgba(89,199,255,.22); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.ea-mainbar-inner { min-height: 76px; display: flex; align-items: center; gap: 18px; }
.ea-brand { display: inline-flex; flex-direction: column; justify-content: center; min-width: 132px; color: #fff; line-height: 1; }
.ea-brand strong { font-size: 39px; font-weight: 900; letter-spacing: 0; }
.ea-brand span { color: var(--ea-gold); }
.ea-brand small { margin-top: 4px; color: #b8cae3; font-size: 12px; font-weight: 900; }
.ea-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex: 1; min-width: 0; }
.ea-nav a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 8px; color: #eaf4ff; font-size: 15px; font-weight: 900; white-space: nowrap; }
.ea-nav a:hover, .ea-nav a[aria-current="page"] { color: #071326; background: linear-gradient(180deg, var(--ea-gold-2), var(--ea-gold)); box-shadow: 0 10px 24px rgba(246,181,47,.24); }
.ea-actions { display: flex; align-items: center; gap: 10px; }
.ea-btn { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 8px; font-weight: 900; text-align: center; transition: transform .18s ease, filter .18s ease; }
.ea-btn:hover { transform: translateY(-1px); filter: brightness(1.04); }
.ea-btn-gold { color: #071326; background: linear-gradient(180deg, var(--ea-gold-2), var(--ea-gold)); box-shadow: 0 12px 28px rgba(246,181,47,.25); }
.ea-btn-ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); }
.ea-btn-dark { color: #fff; border-color: rgba(89,199,255,.44); background: rgba(5,16,35,.72); }
.ea-btn-large { min-height: 54px; padding: 0 26px; }
.ea-kicker { margin: 0 0 10px; color: var(--ea-gold); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.ea-hero { min-height: 620px; color: #fff; background: linear-gradient(90deg, rgba(2,7,18,.97) 0%, rgba(2,7,18,.92) 43%, rgba(2,7,18,.45) 70%, rgba(2,7,18,.18) 100%), url("/assets/ea77-hero-premium.png") center right / cover no-repeat; }
.ea-hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; align-items: center; padding: 70px 0; }
.ea-hero h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(42px, 6vw, 72px); line-height: 1.05; font-weight: 900; letter-spacing: 0; text-shadow: 0 8px 28px rgba(0,0,0,.4); }
.ea-lead { max-width: 650px; margin: 22px 0 0; color: #dcecff; font-size: 20px; }
.ea-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ea-hero-panel { padding: 26px; border: 1px solid rgba(246,181,47,.55); border-radius: 8px; background: rgba(6, 18, 38, .84); box-shadow: 0 24px 48px rgba(0,0,0,.32); backdrop-filter: blur(7px); }
.ea-hero-panel span { color: var(--ea-cyan); font-weight: 900; }
.ea-hero-panel strong { display: block; margin: 10px 0; color: var(--ea-gold-2); font-size: 38px; line-height: 1.08; font-weight: 900; }
.ea-hero-panel p { margin: 0 0 16px; color: #d7e8fb; }
.ea-hero-panel a { color: var(--ea-gold-2); font-weight: 900; }
.ea-section { padding: 72px 0; }
.ea-light { background: #fff; }
.ea-dark { color: #fff; background: radial-gradient(circle at 76% 10%, rgba(29,126,242,.26), transparent 34%), linear-gradient(135deg, #020712, #071326 50%, #0a1c34); }
.ea-blue { background: linear-gradient(180deg, #eef6ff, #f8fbff); }
.ea-intro-grid, .ea-feature-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 48px; align-items: center; }
.ea-intro-grid h2, .ea-section-head h2, .ea-feature-copy h2, .ea-subhero h1, .ea-article-hero h1 { margin: 0; color: #071326; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.16; font-weight: 900; letter-spacing: 0; }
.ea-dark .ea-section-head h2 { color: #fff; }
.ea-intro-grid p, .ea-feature-copy p, .ea-section-head p { color: var(--ea-muted); font-size: 18px; }
.ea-dark .ea-kicker { color: var(--ea-gold-2); }
.ea-safe-list { display: grid; gap: 14px; }
.ea-safe-list a { display: block; padding: 18px; border: 1px solid var(--ea-line); border-radius: 8px; background: #fff; box-shadow: 0 12px 26px rgba(9,33,62,.08); }
.ea-safe-list b { display: block; color: #071326; font-size: 20px; }
.ea-safe-list span { color: var(--ea-muted); }
.ea-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.ea-section-head a { color: var(--ea-gold); font-weight: 900; white-space: nowrap; }
.ea-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ea-category { min-height: 235px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.07); box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.ea-category span { width: fit-content; min-height: 32px; display: inline-flex; align-items: center; padding: 0 11px; border-radius: 7px; color: #071326; background: var(--ea-gold-2); font-weight: 900; }
.ea-category h3 { margin: 14px 0 8px; color: #fff; font-size: 26px; line-height: 1.25; }
.ea-category p { margin: 0; color: #d9e9fb; }
.ea-category b { margin-top: auto; padding-top: 16px; color: var(--ea-gold-2); }
.ea-feature-grid img { width: 100%; height: 340px; object-fit: cover; border-radius: 8px; box-shadow: var(--ea-shadow); }
.ea-feature-copy ul { margin: 0 0 22px; padding-left: 21px; color: #31445b; }
.ea-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ea-post { min-width: 0; overflow: hidden; border: 1px solid var(--ea-line); border-radius: 8px; background: #fff; box-shadow: 0 14px 30px rgba(9,33,62,.09); }
.ea-post-media { height: 190px; display: block; overflow: hidden; background: var(--ea-navy); }
.ea-post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.ea-post:hover img { transform: scale(1.03); }
.ea-post-body { display: flex; flex-direction: column; min-height: 285px; padding: 20px; }
.ea-post-body span { width: fit-content; min-height: 28px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 6px; color: #071326; background: var(--ea-gold-2); font-size: 13px; font-weight: 900; }
.ea-post-body h3 { margin: 13px 0 8px; color: #071326; font-size: 22px; line-height: 1.28; }
.ea-post-body p { margin: 0; color: var(--ea-muted); }
.ea-readmore { margin-top: auto; padding-top: 16px; color: #0a58be; font-weight: 900; }
.ea-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ea-faq-grid details { padding: 20px 22px; border: 1px solid var(--ea-line); border-radius: 8px; background: #fff; box-shadow: 0 10px 22px rgba(9,33,62,.06); }
.ea-faq-grid summary { cursor: pointer; color: #071326; font-weight: 900; }
.ea-faq-grid p { color: var(--ea-muted); }
.ea-footer { color: #d9e7f7; background: #020712; }
.ea-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1fr; gap: 32px; padding: 50px 0; }
.ea-footer h3 { margin: 0 0 12px; color: #fff; }
.ea-footer p, .ea-footer a { display: block; margin: 7px 0; color: #c7d8ed; }
.ea-footer .ea-btn { width: fit-content; color: #071326; }
.ea-footer-brand { margin-bottom: 12px; }
.ea-copyright { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); color: #9fb1c8; font-size: 13px; }
.ea-subhero, .ea-article-hero { color: #fff; background: linear-gradient(120deg, rgba(2,7,18,.96), rgba(7,19,38,.86)), url("/assets/ea77-hero-premium.png") center / cover no-repeat; }
.ea-subhero { padding: 66px 0; }
.ea-subhero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 34px; align-items: center; }
.ea-subhero h1, .ea-article-hero h1 { color: #fff; }
.ea-subhero p, .ea-article-hero p { color: #dcecff; font-size: 18px; }
.ea-subhero img { width: 100%; height: 290px; object-fit: cover; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: 0 20px 38px rgba(0,0,0,.24); }
.ea-crumb { margin: 0 0 12px; color: var(--ea-gold-2); font-weight: 900; }
.ea-content-layout, .ea-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.ea-content-card, .ea-article-card, .ea-side-card { min-width: 0; border: 1px solid var(--ea-line); border-radius: 8px; background: #fff; box-shadow: var(--ea-shadow); }
.ea-content-card, .ea-article-card { padding: 32px; }
.ea-content-card h2, .ea-article-card h2, .ea-summary h2, .ea-warning h2 { color: #071326; line-height: 1.25; }
.ea-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 24px 0; }
.ea-mini-grid article { padding: 20px; border: 1px solid var(--ea-line); border-radius: 8px; background: #f8fbff; }
.ea-mini-grid h3 { margin: 0 0 8px; color: #071326; font-size: 20px; }
.ea-mini-grid p { margin: 0; color: var(--ea-muted); }
.ea-related-article { margin-top: 26px; padding: 22px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--ea-navy), var(--ea-panel)); }
.ea-related-article h2 { margin: 0 0 8px; color: #fff; }
.ea-related-article a { display: inline-flex; min-height: 42px; align-items: center; margin-top: 12px; padding: 0 15px; border-radius: 6px; color: #071326; background: var(--ea-gold-2); font-weight: 900; }
.ea-side-card { position: sticky; top: 96px; padding: 22px; }
.ea-side-card h2 { margin: 0 0 12px; color: #071326; }
.ea-side-card a { display: block; padding: 10px 0; border-bottom: 1px solid var(--ea-line); color: #26394f; font-weight: 800; }
.ea-side-card a:last-child { border-bottom: 0; }
.ea-article-hero { padding: 68px 0; }
.ea-article-hero h1 { max-width: 920px; font-size: clamp(34px, 5vw, 58px); }
.ea-article-hero p { max-width: 850px; }
.ea-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; padding-bottom: 18px; margin-bottom: 24px; color: #6c7e94; border-bottom: 1px solid var(--ea-line); }
.ea-article-image { margin: 0 0 24px; }
.ea-article-image img { width: 100%; max-height: 430px; object-fit: cover; border-radius: 8px; }
.ea-article-image figcaption { margin-top: 8px; color: #718197; font-size: 13px; }
.ea-summary { margin: 0 0 24px; padding: 22px; border-radius: 8px; background: #eef6ff; }
.ea-summary ul { margin: 0; padding-left: 20px; }
.ea-article-body { color: #26394f; font-size: 17px; }
.ea-article-body p { margin: 0 0 17px; }
.ea-article-table { overflow-x: auto; margin: 12px 0 22px; }
.ea-article-table table { width: 100%; min-width: 620px; border-collapse: collapse; border: 1px solid var(--ea-line); }
.ea-article-table th, .ea-article-table td { padding: 13px 14px; border: 1px solid var(--ea-line); text-align: left; vertical-align: top; }
.ea-article-table th { color: #fff; background: var(--ea-navy-2); }
.ea-warning { margin: 24px 0; padding: 22px; border-left: 5px solid var(--ea-gold); border-radius: 8px; background: #fff8e7; }
.ea-faq-inline { margin-bottom: 12px; }
.ea-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.ea-pagination li, .ea-pagination a, .ea-pagination span { display: inline-flex; min-height: 36px; align-items: center; padding: 0 10px; border-radius: 5px; background: #fff; border: 1px solid var(--ea-line); }
.ea-prenext { display: grid; gap: 10px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--ea-line); }
@media (max-width: 1120px) {
  .ea-mainbar-inner { flex-wrap: wrap; padding: 12px 0; }
  .ea-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 3px; }
  .ea-hero-grid, .ea-intro-grid, .ea-feature-grid, .ea-subhero-grid, .ea-content-layout, .ea-article-layout { grid-template-columns: 1fr; }
  .ea-category-grid, .ea-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ea-side-card { position: static; }
}
@media (max-width: 760px) {
  .ea-wrap { width: min(100% - 28px, 1160px); }
  .ea-strip-inner { min-height: auto; flex-direction: column; align-items: flex-start; padding: 8px 0; gap: 4px; }
  .ea-mainbar-inner { align-items: flex-start; }
  .ea-brand strong { font-size: 34px; }
  .ea-actions { width: 100%; }
  .ea-actions .ea-btn { flex: 1; padding: 0 10px; }
  .ea-nav { flex-wrap: wrap; overflow: visible; }
  .ea-nav a { flex: 1 1 auto; min-width: 82px; padding: 0 9px; font-size: 14px; }
  .ea-hero, .ea-hero-grid { min-height: auto; }
  .ea-hero { background-position: 62% center; }
  .ea-hero-grid { gap: 28px; padding: 48px 0; }
  .ea-hero h1 { font-size: 38px; }
  .ea-lead { font-size: 18px; }
  .ea-hero-actions .ea-btn { width: 100%; }
  .ea-hero-panel strong { font-size: 32px; }
  .ea-section { padding: 48px 0; }
  .ea-section-head { display: block; }
  .ea-section-head a { display: inline-flex; margin-top: 10px; }
  .ea-category-grid, .ea-post-grid, .ea-faq-grid, .ea-mini-grid, .ea-footer-grid { grid-template-columns: 1fr; }
  .ea-feature-grid img, .ea-subhero img { height: 230px; }
  .ea-content-card, .ea-article-card { padding: 22px; }
  .ea-article-table table { min-width: 0; }
  .ea-article-table th, .ea-article-table td { padding: 10px 9px; font-size: 14px; }
}
