:root{--green:#075c2d;--green2:#0b7a3b;--orange:#f26522;--navy:#102b3f;--cream:#fff9ef;--soft:#f4f7f5;--text:#17221c;--muted:#647067;--border:#dce5df;--shadow:0 14px 40px rgba(8,48,27,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,"Noto Sans Devanagari",sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:1000;background:#fff;padding:10px}
.skip-link:focus{left:8px}
.topbar{background:#f5f7f6;border-bottom:1px solid #e5e9e6;font-size:12px;color:#536057}
.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.toplinks{display:flex;gap:18px;align-items:center}
.header{background:#fff;position:relative;z-index:20}
.brandrow{min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:16px}
.brand img{width:92px;height:92px;object-fit:contain}
.brand span{display:grid}
.brand strong{font:800 31px/1.1 "Noto Sans Devanagari",sans-serif;color:var(--green)}
.brand b{font-size:22px;color:var(--green);margin-top:4px}
.brand small{font-weight:700;color:#233d2e;margin-top:5px}
.header-message{max-width:420px;text-align:right;display:grid;gap:7px}
.header-message strong{color:var(--navy)}
.header-message small{color:var(--muted)}
.flagline{width:150px;height:8px;margin-left:auto;background:linear-gradient(90deg,var(--orange) 0 33%,#fff 33% 66%,#168340 66%);border-radius:10px;box-shadow:0 0 0 1px #eee}
.nav{background:var(--green)}
.nav-inner{display:flex;align-items:center;gap:2px;overflow:auto}
.nav a{padding:15px 13px;color:#fff;font-size:13px;font-weight:700;white-space:nowrap;border-bottom:3px solid transparent}
.nav a:hover,.nav a:focus-visible{background:rgba(255,255,255,.08);border-color:var(--orange)}
.menu-btn{display:none;border:0;background:var(--green);color:#fff;border-radius:8px;padding:10px 13px;font-size:20px}
.hero{position:relative;overflow:hidden}
.slides,.slide{min-height:500px}
.slide{display:none;align-items:center;background:radial-gradient(circle at 80% 30%,rgba(242,101,34,.28),transparent 28%),linear-gradient(115deg,#edf8f0,#fff8ed)}
.slide.active{display:flex}
.slide-two{background:radial-gradient(circle at 85% 30%,rgba(255,255,255,.25),transparent 25%),linear-gradient(115deg,#eaf5ff,#f7fff5)}
.slide-three{background:radial-gradient(circle at 80% 30%,rgba(242,101,34,.22),transparent 26%),linear-gradient(115deg,#f4fff8,#fff6e9)}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:70px;padding-top:55px;padding-bottom:55px}
.eyebrow,.kicker,.section-head span,.cta-panel>span{display:inline-block;font-size:12px;letter-spacing:1.6px;font-weight:800;color:var(--orange);margin-bottom:10px}
.hero-copy h1,.hero-copy h2{font-size:56px;line-height:1.03;margin:0 0 20px;color:var(--green);letter-spacing:-2px}
.hero-copy em{font-style:normal;color:var(--orange)}
.hero-copy p{max-width:690px;font-size:17px;line-height:1.75;color:#48574e}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:14px 20px;font-weight:800;cursor:pointer;transition:transform .2s;text-align:center}
.btn:hover{transform:translateY(-2px)}
.primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(242,101,34,.22)}
.ghost,.outline{background:#fff;color:var(--green);border:1px solid #9fb7a7}
.dark{background:var(--navy);color:#fff}
.hero-card{min-height:300px;border-radius:26px;padding:40px;background:linear-gradient(145deg,#0b6735,#073e24);color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.hero-card:before{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.18);border-radius:50%;top:-65px;right:-65px}
.hero-card.light{background:linear-gradient(145deg,#fff,#eef7f1);color:var(--text)}
.soldier,.people,.network{font-size:72px;position:absolute;top:35px;left:40px;color:#ffd6bd}
.hero-card h3{font-size:26px;margin:0 0 10px}
.hero-card p{line-height:1.6;opacity:.85}
.slider-arrow{position:absolute;top:46%;z-index:5;border:0;width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:var(--shadow);font-size:32px;cursor:pointer}
.prev{left:20px}.next{right:20px}
.dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:7px}
.dots button{width:9px;height:9px;border:0;border-radius:50%;background:#9eaaa2;padding:0;cursor:pointer}
.dots button.active{background:var(--orange);width:24px;border-radius:10px}
.trustbar{border-bottom:1px solid var(--border);border-top:1px solid var(--border);background:#fff}
.trustgrid{display:grid;grid-template-columns:repeat(5,1fr)}
.trustgrid>div{display:flex;align-items:center;gap:12px;padding:20px 16px;border-right:1px solid var(--border)}
.trustgrid i{font-style:normal;font-size:24px;color:var(--green)}
.trustgrid span{display:grid}.trustgrid b{font-size:13px}.trustgrid small{font-size:11px;color:var(--muted);margin-top:3px}
.section{padding:78px 0}.soft{background:var(--soft)}
.section-head{text-align:center;max-width:760px;margin:0 auto 38px}
.section-head h2,.split h2,.updates h2,.quick h2,.cta-panel h2{font-size:36px;line-height:1.1;margin:0 0 14px;color:var(--green)}
.section-head p{color:var(--muted);line-height:1.7}
.threecards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{border:1px solid var(--border);border-radius:18px;padding:28px;background:#fff;box-shadow:0 8px 26px rgba(20,60,35,.05)}
.soldier-card{background:linear-gradient(145deg,#eef8f1,#fff)}
.public-card{background:linear-gradient(145deg,#fff8ed,#fff)}
.badge{font-size:10px;font-weight:800;letter-spacing:1px;color:var(--green);background:#e3f3e8;padding:7px 9px;border-radius:5px}
.badge.orange{background:#fff0e7;color:#c94d0c}.badge.blue{background:#e9f3fb;color:#18547a}
.feature-card h3{font-size:25px;margin:20px 0 15px}
.feature-card ul{padding-left:20px;color:#526158;line-height:2}.feature-card ol{padding-left:24px}
.feature-card li{margin:12px 0}.feature-card li small{display:block;color:var(--muted);margin-top:4px}
.feature-card .btn{margin-top:14px}.feature-card p{color:#526158;line-height:1.7}
.textlink{display:block;margin-top:18px;color:var(--green);font-weight:700;font-size:13px}
.eco-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.eco-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 6px 18px rgba(20,60,35,.04)}
.eco-media{aspect-ratio:16/10;background:#eaf6ee;display:grid;place-items:center;overflow:hidden}
.eco-media img{width:100%;height:100%;object-fit:contain}
.eco-placeholder{font-size:38px;color:var(--green);font-weight:800}
.eco-body{padding:20px;display:flex;flex-direction:column;flex:1}
.eco-tagline{font-size:11px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.eco-card h3{font-size:18px;margin:10px 0 7px;color:var(--navy)}
.eco-card p{font-size:13px;line-height:1.6;color:var(--muted);flex:1;white-space:pre-line;overflow-wrap:anywhere}
.eco-target{font-size:11px;color:var(--green);font-weight:700;margin-top:8px}
.eco-card .eco-link{display:block;text-align:center;width:100%;margin-top:16px;padding:11px;border-radius:7px;background:var(--green);color:#fff;font-weight:800;font-size:13px}
.eco-card .eco-link:hover{background:var(--green2)}
.eco-message{grid-column:1/-1;color:var(--muted);text-align:center;padding:25px}
.split{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.lead{font-size:17px;line-height:1.8;color:#56645b}
.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}
.mini-grid div{padding:17px;border:1px solid var(--border);border-radius:10px;display:flex;gap:12px;align-items:center}
.mini-grid b{color:var(--orange)}.mini-grid span{font-size:13px;font-weight:700}
.about-more{margin-top:24px}
.about-hero{background:radial-gradient(circle at 85% 20%,rgba(242,101,34,.14),transparent 27%),linear-gradient(115deg,#eaf6ee,#fff9ef);padding:42px 0 62px}
.breadcrumbs{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:13px;margin-bottom:38px}
.breadcrumbs a{color:var(--green);font-weight:700}
.about-hero h1{font-size:clamp(36px,5vw,56px);line-height:1.12;color:var(--green);margin:0 0 18px}
.about-hero p{font-size:18px;line-height:1.7;color:#48574e;max-width:760px;margin:0}
.about-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);gap:60px;align-items:start}
.about-copy h2{color:var(--green);font-size:29px;line-height:1.25;margin:0 0 16px}
.about-copy h2:not(:first-child){margin-top:45px}
.about-copy p{color:#526158;font-size:16px;line-height:1.85;margin:0 0 18px}
.about-aside{display:grid;gap:18px}
.about-quote,.about-action{border-radius:18px;padding:28px;border:1px solid var(--border)}
.about-quote{background:var(--cream)}
.about-quote blockquote{font:700 25px/1.5 "Noto Sans Devanagari",sans-serif;color:var(--green);margin:8px 0 14px}
.about-quote p,.about-action p{color:var(--muted);line-height:1.7;margin:0}
.about-action{background:#f4f7f5}
.about-action h3{color:var(--green);font-size:21px;margin:0 0 10px}
.about-action .btn{margin-top:22px}
.mission{border-radius:22px;background:var(--cream);padding:34px;text-align:center;border:1px solid #f1e4ce}
.mission img{width:140px;height:140px;object-fit:contain}
.mission blockquote{font:700 24px/1.5 "Noto Sans Devanagari",sans-serif;color:var(--green);margin:20px 0 8px}
.mission p{color:var(--muted);line-height:1.6}
.content-grid{display:grid;grid-template-columns:1.1fr 1fr .75fr;gap:18px}
.updates,.quick,.cta-panel{background:#fff;border:1px solid var(--border);border-radius:15px;padding:24px}
.news-empty{font-size:13px;color:var(--muted)}
.cta-panel{background:linear-gradient(145deg,#0b6735,#073e24);color:#fff}
.cta-panel h2{color:#fff}.cta-panel p{line-height:1.7;opacity:.85}
.quick{display:flex;flex-direction:column}.quick a{padding:13px 0;border-bottom:1px solid var(--border);font-size:13px}
.stats{padding:30px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.statgrid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}
.statgrid div{border-right:1px solid var(--border)}.statgrid div:last-child{border:0}
.statgrid strong{display:block;font-size:28px;color:var(--green)}.statgrid span{font-size:12px;color:var(--muted)}
.footer{background:#f8faf9;padding:45px 0 18px}
.footergrid{display:grid;grid-template-columns:2fr .7fr .8fr 1.2fr;gap:30px}
.footerbrand{display:flex;gap:14px;align-items:center}.footerbrand img{width:75px;height:75px;object-fit:contain}
.footerbrand div{display:grid}.footerbrand b{font:800 21px "Noto Sans Devanagari",sans-serif;color:var(--green)}
.footerbrand strong{font-size:15px;color:var(--green)}.footerbrand small{margin-top:4px}
.footer h4{margin:0 0 13px}.footergrid>div:not(.footerbrand){display:flex;flex-direction:column;gap:9px}
.footer a,.footer p{font-size:12px;color:var(--muted);line-height:1.6;margin:0}
.copyright{border-top:1px solid var(--border);margin-top:30px;padding-top:17px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}
@media(max-width:900px){.header-message{display:none}.brandrow{min-height:100px}.brand img{width:70px;height:70px}.brand strong{font-size:23px}.brand b{font-size:16px}.menu-btn{display:block}.nav{display:none}.nav.open{display:block}.nav-inner{flex-direction:column;align-items:stretch}.hero-grid,.split,.content-grid,.about-layout{grid-template-columns:1fr}.hero-copy h1,.hero-copy h2{font-size:43px}.hero-card{min-height:240px}.trustgrid{grid-template-columns:1fr 1fr}.threecards{grid-template-columns:1fr}.eco-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footergrid{grid-template-columns:1fr 1fr}.statgrid{grid-template-columns:1fr 1fr;gap:22px}.slider-arrow{display:none}}
@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.brand small{display:none}.brand strong{font-size:19px}.brand b{font-size:13px}.hero-grid{padding-top:42px;padding-bottom:55px;gap:25px}.hero-copy h1,.hero-copy h2{font-size:36px}.hero-copy p{font-size:15px}.hero-card{padding:26px}.trustgrid,.eco-grid,.mini-grid,.footergrid{grid-template-columns:1fr}.section{padding:58px 0}.section-head h2,.split h2,.updates h2,.quick h2,.cta-panel h2{font-size:29px}.copyright{flex-direction:column;gap:8px}.topbar-inner>span{display:none}.topbar-inner{justify-content:flex-end}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}
