*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{overflow-x:clip;width:100%;font-family:'Hind Siliguri',sans-serif;background:var(--bg-main);color:var(--text);min-height:100vh;overflow-x:hidden}.breadcrumb-bar{background:var(--bg-alt);border-bottom:1px solid var(--border);padding:.7rem 0}.breadcrumb{margin:0;background:none;padding:0}.breadcrumb-item a{color:var(--yellow);text-decoration:none;font-size:.82rem}.breadcrumb-item.active{color:var(--muted);font-size:.82rem}.breadcrumb-item + .breadcrumb-item::before{color:var(--muted)}.hero{background:linear-gradient(135deg,var(--generated-page-bg,var(--bg-dark)) 0%,var(--dark-blue,var(--bg-dark)) 50%,#0a1f0a 100%);padding:72px 0 60px;position:relative;overflow:hidden;text-align:center}.hero::before{content:'';position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(250,204,21,.05) 0%,transparent 70%);pointer-events:none}.hero::after{content:'';position:absolute;bottom:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(34,197,94,.07) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.28);color:#86efac;font-size:.78rem;font-weight:700;padding:.35rem 1rem;border-radius:50px;margin-bottom:1.3rem;letter-spacing:.07em;text-transform:uppercase}.hero h1{font-size:clamp(1.6rem,3.2vw,2.5rem);font-weight:900;color:var(--text-light);line-height:1.28;margin-bottom:1rem}.hero h1 span{color:var(--yellow)}.hero p{color:var(--muted);font-size:.96rem;line-height:1.8;max-width:620px;margin:0 auto 2rem}.hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat strong{display:block;font-size:1.6rem;font-weight:900;color:var(--yellow);line-height:1}.hero-stat span{font-size:.78rem;color:var(--muted);margin-top:.3rem;display:block}.btn-yellow{display:inline-flex;align-items:center;gap:.5rem;background:var(--yellow);color:var(--dark-blue,var(--bg-dark)) !important;font-weight:800;font-size:.92rem;padding:.68rem 1.7rem;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 18px rgba(250,204,21,.22)}.btn-yellow:hover{background:var(--yellow-hover);transform:translateY(-2px);box-shadow:0 6px 24px rgba(250,204,21,.32)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--yellow) !important;font-weight:700;font-size:.92rem;padding:.66rem 1.7rem;border-radius:8px;text-decoration:none;border:2px solid rgba(250,204,21,.42);transition:border-color .2s,background .2s,transform .15s}.btn-outline:hover{border-color:var(--yellow);background:rgba(250,204,21,.08);transform:translateY(-2px)}.btn-green{display:inline-flex;align-items:center;gap:.5rem;background:var(--secondary-dark,var(--secondary));color:var(--text-light) !important;font-weight:700;font-size:.88rem;padding:.6rem 1.4rem;border-radius:8px;text-decoration:none;border:none;transition:background .2s,transform .15s}.btn-green:hover{background:#15803d;transform:translateY(-2px)}.sec-dark{background:var(--bg-main);padding:70px 0}.sec-alt{background:var(--bg-alt);padding:70px 0}.sec-title{font-size:clamp(1.2rem,2.3vw,1.75rem);font-weight:900;color:var(--text-light);margin-bottom:.2rem}.sec-divider{width:50px;height:4px;background:linear-gradient(90deg,var(--yellow),var(--blue));border-radius:2px;margin:.8rem auto 1rem}.sec-sub{color:var(--muted);font-size:.92rem;max-width:560px;margin:0 auto;line-height:1.75}.feat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.8rem 1.5rem;height:100%;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.feat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow),var(--blue));opacity:0;transition:opacity .25s}.feat-card:hover{transform:translateY(-6px);border-color:rgba(250,204,21,.28);box-shadow:0 14px 44px rgba(250,204,21,.08)}.feat-card:hover::before{opacity:1}.feat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.1rem}.feat-card h5{font-size:1rem;font-weight:800;color:var(--text-light);margin-bottom:.55rem}.feat-card p{font-size:.86rem;color:var(--muted);line-height:1.77;margin:0}.step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;display:flex;gap:1.2rem;align-items:flex-start;transition:border-color .25s,transform .25s}.step-card:hover{border-color:rgba(250,204,21,.3);transform:translateX(5px)}.step-num{flex-shrink:0;width:44px;height:44px;background:var(--yellow);color:var(--dark-blue,var(--bg-dark));font-size:.95rem;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center}.step-card h6{font-size:.95rem;font-weight:800;color:var(--text-light);margin-bottom:.4rem}.step-card p{font-size:.85rem;color:var(--muted);line-height:1.72;margin:0}.quiz-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:18px;padding:2rem 1.8rem}.quiz-wrap h4{font-size:1.1rem;font-weight:900;color:var(--text-light);margin-bottom:.5rem}.quiz-wrap .quiz-sub{font-size:.85rem;color:var(--muted);margin-bottom:1.5rem;line-height:1.7}.quiz-item{background:rgba(255,255,255,.03);border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.85rem;cursor:pointer;transition:border-color .2s,background .2s}.quiz-item:hover{border-color:rgba(250,204,21,.3);background:rgba(250,204,21,.04)}.quiz-item input[type="checkbox"]{width:18px;height:18px;accent-color:var(--yellow);flex-shrink:0;cursor:pointer}.quiz-item label{font-size:.87rem;color:var(--muted);cursor:pointer;line-height:1.6;margin:0}.quiz-result{display:none;margin-top:1.2rem;padding:1rem 1.2rem;border-radius:10px;font-size:.88rem;line-height:1.7}.quiz-result.safe{background:rgba(34,197,94,.09);border:1px solid rgba(34,197,94,.28);color:#86efac}.quiz-result.warning{background:rgba(234,179,8,.09);border:1px solid rgba(234,179,8,.28);color:#fde047}.quiz-result.danger{background:rgba(239,68,68,.09);border:1px solid rgba(239,68,68,.28);color:#fca5a5}.limit-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.4rem 1.3rem;text-align:center;transition:transform .25s,border-color .25s}.limit-card:hover{transform:translateY(-5px);border-color:rgba(250,204,21,.28)}.limit-icon{font-size:2rem;margin-bottom:.8rem;display:block}.limit-card h6{font-size:.92rem;font-weight:800;color:var(--text-light);margin-bottom:.45rem}.limit-card p{font-size:.83rem;color:var(--muted);line-height:1.7;margin:0}.highlight-box{background:rgba(250,204,21,.06);border:1px solid rgba(250,204,21,.2);border-left:3px solid var(--yellow);border-radius:0 10px 10px 0;padding:1rem 1.2rem;margin:1.2rem 0}.highlight-box p{margin:0;font-size:.88rem;color:#e8f0fe;line-height:1.7}.warning-box{background:rgba(239,68,68,.07);border:1px solid rgba(239,68,68,.25);border-left:3px solid #ef4444;border-radius:0 10px 10px 0;padding:1rem 1.2rem;margin:1.2rem 0}.warning-box p{margin:0;font-size:.88rem;color:#fca5a5;line-height:1.7}.info-box{background:rgba(59,130,246,.07);border:1px solid rgba(59,130,246,.25);border-left:3px solid var(--blue-light);border-radius:0 10px 10px 0;padding:1rem 1.2rem;margin:1.2rem 0}.info-box p{margin:0;font-size:.88rem;color:#93c5fd;line-height:1.7}.green-box{background:rgba(34,197,94,.07);border:1px solid rgba(34,197,94,.22);border-left:3px solid var(--secondary);border-radius:0 10px 10px 0;padding:1rem 1.2rem;margin:1.2rem 0}.green-box p{margin:0;font-size:.88rem;color:#86efac;line-height:1.7}.sign-list{list-style:none;padding:0;margin:0}.sign-list li{display:flex;align-items:flex-start;gap:.8rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.89rem;color:var(--muted);line-height:1.7}.sign-list li:last-child{border-bottom:none}.sign-dot{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;margin-top:2px}.sign-dot.red{background:rgba(239,68,68,.18);color:#f87171}.sign-dot.yellow{background:rgba(250,204,21,.15);color:var(--yellow)}.content-section{margin-bottom:2.8rem}.content-section h3{font-size:clamp(1rem,1.8vw,1.18rem);font-weight:800;color:var(--text-light);margin-bottom:.9rem;padding-bottom:.7rem;border-bottom:1px solid var(--border)}.content-section p{color:var(--muted);font-size:.91rem;line-height:1.87;margin-bottom:.85rem}.content-section ul{padding-left:1.3rem;margin-bottom:1rem}.content-section ul li{color:var(--muted);font-size:.9rem;line-height:1.8;margin-bottom:.45rem}.content-section ul li::marker{color:var(--yellow)}.prog-wrap{margin-bottom:1rem}.prog-label{display:flex;justify-content:space-between;font-size:.82rem;font-weight:600;margin-bottom:.3rem}.prog-label span:first-child{color:var(--text-light)}.prog-label span:last-child{color:var(--yellow)}.prog-bar{height:8px;background:rgba(255,255,255,.08);border-radius:50px;overflow:hidden}.prog-fill{height:100%;border-radius:50px;background:linear-gradient(90deg,var(--secondary-dark,var(--secondary)),var(--yellow))}.cta-section{background:linear-gradient(135deg,var(--generated-page-bg,var(--bg-dark)) 0%,#1d4ed8 55%,var(--bg-dark) 100%);padding:75px 0;border-top:1px solid rgba(250,204,21,.12);text-align:center}.cta-section h2{font-size:clamp(1.3rem,2.4vw,1.95rem);font-weight:900;color:var(--text-light);margin-bottom:.8rem}.cta-section h2 span{color:var(--yellow)}.cta-section p{color:rgba(142,170,200,.85);font-size:.93rem;max-width:520px;margin:0 auto 2rem;line-height:1.75}.footer-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.73rem;font-weight:700;padding:.26rem .72rem;border-radius:50px}.fb-yellow{background:rgba(250,204,21,.12);color:var(--yellow);border:1px solid rgba(250,204,21,.28)}.fb-green{background:rgba(34,197,94,.12);color:#86efac;border:1px solid rgba(34,197,94,.28)}.fb-blue{background:rgba(59,130,246,.12);color:#93c5fd;border:1px solid rgba(59,130,246,.28)}.scroll-top{position:fixed;bottom:1.8rem;right:1.8rem;width:42px;height:42px;background:var(--yellow);color:var(--dark-blue,var(--bg-dark));border:none;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;z-index:999;box-shadow:0 4px 18px rgba(250,204,21,.32);transition:transform .2s}.scroll-top:hover{transform:translateY(-3px)}@media (max-width:767px){.hero{padding:50px 0 42px}.hero-stats{gap:1.2rem}.sec-dark,.sec-alt{padding:48px 0}.cta-section{padding:52px 0}.quiz-wrap{padding:1.4rem 1rem}}
