*{box-sizing:border-box}body{margin:0;font-family:Arial,"Noto Sans Devanagari",sans-serif;color:#101828;background:#f5f7fb}a{text-decoration:none;color:inherit}.trend{background:#061321;color:#fff;padding:10px 4%;font-size:14px}.header{background:#fff;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 4%;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:10px}.logo{font-size:42px;font-weight:900;font-style:italic;color:#0870dc}.brand-name{font-size:34px;font-weight:800}.brand-name span,.footer-brand span{color:#0870dc}.tagline{font-size:13px;color:#667085}.search{display:flex;flex:1;max-width:450px}.search input{width:100%;padding:13px;border:1px solid #d0d5dd;border-radius:6px 0 0 6px;font-size:15px}.search button,.menu,button{border:0;background:#0868d7;color:#fff;padding:13px 19px;border-radius:0 6px 6px 0;cursor:pointer;font-weight:700}.menu{border-radius:6px}.nav{display:flex;justify-content:center;gap:25px;background:#0757b8;padding:15px;flex-wrap:wrap}.nav a{color:#fff;font-weight:700;font-size:14px}.container{max-width:1200px;margin:26px auto;padding:0 18px}.hero-wrap{display:grid;grid-template-columns:2.1fr 1fr;gap:16px}.hero{min-height:370px;border-radius:9px;padding:42px;background:linear-gradient(135deg,#061321,#075fc2);color:#fff;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:38px;line-height:1.3;margin:18px 0 10px}.hero p{font-size:18px;line-height:1.7}.badge{background:#087be5;padding:8px 13px;border-radius:5px;width:max-content;font-size:13px}.hero .read{background:#fff;color:#0757b8;padding:13px 18px;border-radius:5px;width:max-content;margin-top:12px;font-weight:800}.popular,.side{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden}.popular h2,.side h2{margin:0;background:#0757b8;color:#fff;padding:16px;font-size:18px}.popular-item{padding:17px;border-bottom:1px solid #eee}.popular-item small{display:block;color:#777;margin-top:6px}.ad{margin:20px 0;padding:22px;text-align:center;background:#fff;border:1px dashed #b8c0cc;color:#777;border-radius:6px}.section-title{display:flex;justify-content:space-between;align-items:center;color:#0757b8}.section-title a{font-size:13px;color:#222}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden}.card h2{font-size:16px;color:#0757b8;padding:15px;margin:0;border-bottom:1px solid #eee}.post{padding:15px}.post h3{font-size:18px;line-height:1.4;margin:8px 0}.post p{color:#555;line-height:1.55}.post a{color:#0757b8;font-weight:700}.mini{padding:12px 15px;border-top:1px solid #eee;font-weight:600;font-size:14px}.bottom{display:grid;grid-template-columns:1.2fr 1.5fr 1fr;gap:25px;background:#fff;border:1px solid #ddd;padding:25px;margin-top:20px}.bottom p,.page p,.page li{line-height:1.8;color:#475467}.subscribe{display:flex}.subscribe input{flex:1;padding:12px;border:1px solid #bbb}.subscribe button{border-radius:0 5px 5px 0}.social{color:#0757b8;font-weight:700;line-height:2}.page{background:#fff;border:1px solid #ddd;border-radius:8px;padding:30px;max-width:850px;margin:30px auto}.page h1{font-size:36px}.page h2{color:#0757b8;margin-top:28px}.article-layout{display:grid;grid-template-columns:minmax(0,2.2fr) 330px;gap:20px}.article{background:#fff;border:1px solid #ddd;border-radius:8px;padding:30px}.article h1{font-size:38px;line-height:1.3}.meta{color:#667085;border-bottom:1px solid #eee;padding-bottom:18px}.cover{height:280px;border-radius:8px;background:linear-gradient(135deg,#061321,#0870dc);display:flex;align-items:center;justify-content:center;color:#fff;font-size:80px;font-weight:900;margin:25px 0}.article h2{color:#0757b8;margin-top:30px}.article p,.article li{font-size:17px;line-height:1.85;color:#344054}.info{background:#eef6ff;border-left:4px solid #0870dc;padding:15px}.side div{padding:15px;border-bottom:1px solid #eee;font-weight:600}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:20px}.article-card h2{margin-top:0;color:#0757b8}.article-card p{color:#667085;line-height:1.6}.article-card a{color:#0757b8;font-weight:700}.form{display:grid;gap:14px}.form input,.form textarea{padding:13px;border:1px solid #ccd5e2;border-radius:6px;font:inherit}.form textarea{min-height:160px}.form button{border-radius:6px;width:max-content}footer{background:#061321;color:#fff;padding:35px 7%;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:25px;margin-top:30px}footer p{line-height:1.9;color:#d3dbe5}.footer-brand{font-size:30px;font-weight:800}.footer-brand small{display:block;font-size:12px;font-weight:normal;margin-top:10px}.copyright{grid-column:1/-1;border-top:1px solid #304052;padding-top:18px;font-size:13px;color:#c8d1db}@media(max-width:900px){.hero-wrap,.article-layout{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.bottom{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr 1fr}}@media(max-width:600px){.brand-name{font-size:27px}.logo{font-size:34px}.search{order:3;max-width:none;width:100%}.nav{gap:13px}.nav a{font-size:12px}.hero{min-height:320px;padding:28px}.hero h1{font-size:28px}.grid,.category-grid{grid-template-columns:1fr}.article{padding:20px}.article h1{font-size:29px}.page{padding:22px;margin:20px 12px}footer{grid-template-columns:1fr}.copyright{grid-column:auto}}