:root{--green:#086b3d;--green2:#0ba15d;--gold:#f7c948;--gold2:#ffe99b;--ink:#102218;--muted:#63756b;--cream:#fbfff7;--line:#dfe9d9;--card:#fff;--shadow:0 20px 48px rgba(8,107,61,.14)}*{box-sizing:border-box}body.bgd-page{margin:0;background:linear-gradient(180deg,#f7fff2,#fff 42%,#f6fbf0);color:var(--ink);font-family:Arial,"Noto Sans Bengali","Noto Sans",sans-serif;letter-spacing:0}.bgd-page a{color:inherit;text-decoration:none}.bgd-shell{width:min(1180px,calc(100% - 30px));margin:0 auto}.bgd-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.bgd-topbar{min-height:76px;display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center}.bgd-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bgd-nav.secondary{justify-content:flex-end}.bgd-nav a{border-radius:999px;padding:9px 12px;font-size:14px;color:#244335}.bgd-nav .active,.bgd-nav a:hover{background:#ecf9ef;color:var(--green);box-shadow:inset 0 0 0 1px #bfe8c8}.bgd-home{width:38px;height:38px;display:grid;place-items:center;background:var(--green);color:#fff}.bgd-logo{font-size:34px;line-height:1;font-weight:900;color:var(--green);letter-spacing:.02em}.bgd-actions{display:flex;gap:10px}.bgd-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:999px;padding:0 17px;border:1px solid #bfe8c8;background:#fff;color:var(--green);font-weight:900}.bgd-btn.green{background:linear-gradient(135deg,var(--green2),var(--green));color:#fff;border:0}.bgd-btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1b2a13;border:0}.bgd-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 15%,rgba(11,161,93,.2),transparent 34rem),#f7fff0}.bgd-official{text-align:center;padding:14px 0;color:var(--green);font-weight:900}.bgd-hero-grid{display:grid;grid-template-columns:150px 1fr minmax(420px,1.08fr) 150px;gap:18px;align-items:center;min-height:560px}.bgd-hero-copy h1{margin:0;font-size:clamp(38px,6vw,72px);line-height:1.02;font-weight:900;color:#102218}.bgd-hero-copy h1 strong{display:block;color:var(--green)}.bgd-lead{font-size:18px;line-height:1.78;color:#496357;margin:18px 0 0}.bgd-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.bgd-visual{min-height:430px;background:url("/assets/bgd333-hero.png") center/contain no-repeat}.bgd-rail{display:grid;gap:14px}.bgd-cat{min-height:116px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;place-items:center;text-align:center;padding:14px;color:var(--green);font-weight:900}.bgd-cat-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin-bottom:8px;background:linear-gradient(135deg,var(--green2),var(--gold));color:#fff}.bgd-section{padding:46px 0}.bgd-section-title{font-size:clamp(28px,4vw,46px);margin:0 0 14px;font-weight:900;color:#102218}.bgd-copy{color:var(--muted);line-height:1.85;font-size:17px}.bgd-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}.bgd-feature,.bgd-post,.bgd-step,.bgd-panel,.bgd-article,.bgd-sidebar{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.bgd-feature{padding:22px}.bgd-feature-icon{width:52px;height:52px;border-radius:16px;background:#effbf0;display:grid;place-items:center;color:var(--green);font-weight:900;margin-bottom:14px}.bgd-feature h3,.bgd-post h3,.bgd-step h3,.bgd-panel h2{margin:0 0 9px;color:#102218;font-weight:900}.bgd-feature p,.bgd-post p,.bgd-step p,.bgd-panel p,.bgd-article p,.bgd-article li{color:var(--muted);line-height:1.8}.bgd-split{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.bgd-media{min-height:390px;border-radius:22px;background:url("/assets/bgd333-categories.png") center/cover no-repeat;box-shadow:var(--shadow);border:1px solid var(--line)}.bgd-panel{padding:28px}.bgd-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bgd-post{overflow:hidden}.bgd-post-media{display:block;min-height:180px;background:url("/assets/bgd333-categories.png") center/cover no-repeat}.bgd-post-body{padding:20px}.bgd-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bgd-step{padding:22px}.bgd-step-number{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%;background:var(--green);color:#fff;font-weight:900;margin-bottom:14px}.bgd-list{list-style:none;padding:0;margin:16px 0 0}.bgd-list li{padding:12px 0;border-top:1px solid var(--line);color:var(--muted)}.bgd-breadcrumb{margin:22px auto 0;padding:14px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--muted)}.bgd-main{display:grid;grid-template-columns:minmax(0,1fr)310px;gap:24px;padding:30px 0 54px}.bgd-article{padding:clamp(22px,4vw,42px)}.bgd-article h1{font-size:clamp(30px,5vw,54px);margin:0}.bgd-article .body{margin-top:22px}.bgd-sidebar{padding:20px;margin-bottom:18px}.bgd-footer{background:#0d2b1b;color:#dceee4;padding:34px 0;text-align:center}.bgd-footer p{margin:0}@media(max-width:1050px){.bgd-topbar{grid-template-columns:1fr}.bgd-logo{text-align:left}.bgd-nav.secondary{justify-content:flex-start}.bgd-hero-grid,.bgd-feature-grid,.bgd-split,.bgd-post-grid,.bgd-steps,.bgd-main{grid-template-columns:1fr}.bgd-rail{grid-template-columns:repeat(3,1fr)}.bgd-visual{min-height:360px}}@media(max-width:560px){.bgd-shell{width:min(100% - 22px,1180px)}.bgd-rail{grid-template-columns:1fr 1fr}.bgd-actions,.bgd-hero-actions{width:100%}.bgd-btn{flex:1}.bgd-hero-grid{min-height:auto;padding-bottom:28px}.bgd-visual{min-height:280px}.bgd-cat{min-height:94px}}
