:root{--green:#06361f;--green-2:#0a5b35;--mint:#19c36d;--gold:#ffd45b;--red:#e51e2a;--ink:#102018;--muted:#66746a;--line:#dce7df;--soft:#f5faf6;--white:#fff;--shadow:0 18px 50px rgba(6,54,31,.16);--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Noto Sans Bengali","Noto Sans Bengali UI","Segoe UI",sans-serif;font-size:16px;line-height:1.65;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;background:#04160d;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px rgba(0,0,0,.16)}.navline{height:78px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:900}.brand span{display:grid;place-items:center;width:43px;height:43px;border-radius:8px;background:linear-gradient(135deg,var(--gold),#1bb464);color:#062513;font-size:24px;box-shadow:0 8px 22px rgba(255,212,91,.22)}.brand strong{font-size:28px;line-height:1;color:#ffd45b}.mainnav{display:flex;align-items:center;gap:0;flex:1;overflow-x:auto;scrollbar-width:none}.mainnav a{display:block;white-space:nowrap;padding:28px 14px 24px;color:#effaf2;font-size:14px;font-weight:800;border-bottom:3px solid transparent}.mainnav a.is-active,.mainnav a:hover{color:var(--gold);border-bottom-color:var(--gold)}.actions{display:flex;align-items:center;gap:10px}.actions a,.hero-buttons a,.section-head a{border-radius:999px;font-weight:900;font-size:14px}.actions .ghost{padding:10px 16px;color:#fff;border:1px solid rgba(255,255,255,.22)}.actions .solid{padding:11px 18px;background:var(--gold);color:#092514}.hero{background:radial-gradient(circle at 72% 18%,rgba(32,189,107,.35),transparent 30%),linear-gradient(115deg,#06180e,#073c22 62%,#06180e);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 540px;gap:48px;align-items:center;padding:72px 0 58px}.hero-copy h1{margin:0;color:#fff;font-size:clamp(38px,5vw,68px);line-height:1.06;font-weight:1000;max-width:780px}.hero-copy p{margin:22px 0 0;max-width:640px;color:#dff3e7;font-size:19px}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-buttons a{padding:14px 22px}.hero-buttons .primary{background:var(--gold);color:#092514}.hero-buttons .secondary{border:1px solid rgba(255,255,255,.32);color:#fff}.trust-list{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 0;padding:0;list-style:none}.trust-list li{font-weight:900;color:#eaf9ee}.trust-list li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:8px;border-radius:50%;background:#0d7f46;color:#fff}.hero-media{margin:0;border:1px solid rgba(255,212,91,.35);border-radius:var(--radius);overflow:hidden;box-shadow:0 24px 90px rgba(0,0,0,.35)}.hero-media img{width:100%;height:360px;object-fit:cover}.feature-strip{transform:translateY(42px);display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;color:var(--ink);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--line);overflow:hidden}.feature-strip article{display:flex;gap:14px;align-items:center;min-height:118px;padding:22px;border-right:1px solid var(--line)}.feature-strip article:last-child{border-right:0}.feature-strip b{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:var(--green);color:var(--gold)}.feature-strip strong{display:block;font-size:17px}.feature-strip em{display:block;font-style:normal;color:var(--muted);font-size:14px}.section-block{padding:96px 0 20px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px;border-bottom:3px solid var(--red);padding-bottom:8px}.section-head h2{margin:0;color:var(--green);font-size:34px;line-height:1.15}.section-head a{color:#08733f}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card,.article-card,.side-card,.faq-box,.news-list,.guide-panel,.article-main,.article-side{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 30px rgba(8,35,21,.08)}.category-card{display:grid;grid-template-columns:152px 1fr;gap:16px;overflow:hidden;min-height:154px}.category-card img{width:100%;height:100%;object-fit:cover}.category-card div{padding:18px 18px 18px 0}.category-card span,.article-copy span{display:inline-flex;margin-bottom:8px;padding:3px 9px;border-radius:999px;background:#e9f7ef;color:#08733f;font-size:12px;font-weight:900}.category-card h3,.article-card h3{margin:0;font-size:20px;line-height:1.35}.category-card p,.article-card p{margin:8px 0 0;color:var(--muted);font-size:14px}.soft-band{margin-top:58px;padding:70px 0;background:linear-gradient(180deg,#f4fbf6,#fff)}.two-col{display:grid;grid-template-columns:1.1fr 420px;gap:28px;align-items:stretch}.two-col h2{margin:0 0 20px;color:var(--green);font-size:34px}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.steps article{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.steps b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--green);color:var(--gold)}.steps h3{margin:14px 0 6px}.steps p,.guide-panel p{margin:0;color:var(--muted)}.guide-panel{padding:18px}.guide-panel img{height:240px;width:100%;object-fit:cover;border-radius:6px}.guide-panel h3{margin:18px 0 8px;font-size:24px;color:var(--green)}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.article-card{overflow:hidden}.article-card .media img{width:100%;height:170px;object-fit:cover}.article-copy{padding:16px}.article-copy time{display:block;margin-top:14px;color:#7c897f;font-size:13px;font-weight:800}.split-news{display:grid;grid-template-columns:1fr 420px;gap:28px;padding:54px 0 82px}.news-list,.faq-box{padding:26px}.news-list h2,.faq-box h2{margin:0 0 18px;color:var(--green);font-size:30px}.news-list a{display:grid;grid-template-columns:110px 1fr;gap:8px 18px;align-items:start;padding:16px 0;border-bottom:1px solid var(--line)}.news-list a:last-child{border-bottom:0}.news-list time{grid-row:span 2;color:#08733f;font-weight:900}.news-list strong{font-size:18px}.news-list span{color:var(--muted);font-size:14px}.faq-box details{border:1px solid var(--line);border-radius:6px;padding:12px 14px;margin-bottom:10px}.faq-box summary{cursor:pointer;font-weight:900}.faq-box p{margin:8px 0 0;color:var(--muted)}.footer{background:#03150c;color:#dceee2;padding:48px 0 0}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1.1fr;gap:40px}.footer h3{margin:0 0 12px;color:var(--gold)}.footer a{display:block;margin:8px 0;color:#dceee2}.footer p{margin:10px 0 0;color:#c4d9cd}.footer-brand span{width:38px;height:38px}.footer-brand strong{font-size:26px}.footnote{margin-top:34px;padding:20px 0;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#a7b9ad}.subhero,.article-hero{background:linear-gradient(120deg,#06180e,#0a4f2d);color:#fff}.subhero-grid{display:grid;grid-template-columns:1fr 430px;gap:36px;align-items:center;padding:64px 0}.subhero p,.article-hero p{margin:0 0 14px;color:var(--gold);font-weight:900}.subhero h1,.article-hero h1{margin:0;font-size:clamp(36px,5vw,62px);line-height:1.08;color:#fff}.subhero span,.article-hero span{display:block;margin-top:16px;max-width:740px;color:#e1f3e8;font-size:18px}.subhero img{height:260px;width:100%;object-fit:cover;border-radius:var(--radius);border:1px solid rgba(255,212,91,.35)}.category-layout{display:grid;grid-template-columns:1fr 300px;gap:28px;padding:56px 0 80px}.category-list{grid-template-columns:repeat(2,1fr)}.side-card{position:sticky;top:96px;align-self:start;padding:24px}.side-card h2{margin:0 0 14px;color:var(--green)}.side-card a{display:block;padding:10px 0;border-bottom:1px solid var(--line);font-weight:800}.side-card strong{display:block;margin-top:18px;color:var(--red)}.side-card p{color:var(--muted)}.article-hero .wrap{padding:70px 0 76px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;padding:56px 0 84px}.article-main{padding:34px}.article-main .meta{margin:0 0 18px;color:#08733f;font-weight:900}.article-image{width:100%;height:360px;object-fit:cover;border-radius:var(--radius);margin-bottom:30px}.article-main h2{margin:26px 0 8px;color:var(--red);font-size:28px}.article-main p{font-size:18px;color:#33443a}.article-main blockquote{margin:30px 0 0;padding:20px;border-left:5px solid var(--gold);background:#fff7d7;font-weight:900}.article-side{padding:24px}.article-side h2{margin:0 0 14px;color:var(--green)}.article-side ul{margin:0;padding-left:22px}.article-side li{margin:10px 0}.notice{margin-top:24px;padding:18px;border-radius:var(--radius);background:#06180e;color:#fff}.notice strong{color:var(--gold)}.notice p{margin:8px 0 0;color:#dceee2}@media (max-width:980px){.wrap{width:min(100% - 28px,720px)}.navline{height:auto;min-height:70px;gap:14px;flex-wrap:wrap;padding:12px 0}.mainnav{order:3;flex-basis:100%}.mainnav a{padding:12px 10px}.actions{margin-left:auto}.hero-grid,.two-col,.subhero-grid,.category-layout,.article-layout,.split-news{grid-template-columns:1fr}.hero-grid{padding:42px 0 30px}.hero-media img{height:300px}.feature-strip{transform:none;margin-top:18px;grid-template-columns:repeat(2,1fr)}.category-grid,.article-grid,.category-list{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.side-card{position:static}.article-image{height:280px}}@media (max-width:620px){.wrap{width:min(100% - 22px,460px)}.brand strong{font-size:23px}.brand span{width:36px;height:36px;font-size:20px}.actions .ghost{display:none}.actions .solid{padding:9px 13px}.hero-copy h1{font-size:36px}.hero-copy p{font-size:16px}.hero-media img{height:240px}.feature-strip,.category-grid,.article-grid,.steps,.footer-grid{grid-template-columns:1fr}.feature-strip article{border-right:0;border-bottom:1px solid var(--line)}.category-card{grid-template-columns:1fr}.category-card img{height:180px}.category-card div{padding:16px}.section-block{padding-top:52px}.section-head h2,.two-col h2,.news-list h2,.faq-box h2{font-size:26px}.split-news{padding-bottom:54px}.news-list a{grid-template-columns:1fr}.article-main{padding:22px}.article-main p{font-size:16px}.article-image{height:220px}.subhero-grid{padding:42px 0}.subhero img{height:220px}}