html,body{margin:0;padding:0;background:#fff}.hsd-bhero,.hsd-bhero *{box-sizing:border-box;margin:0;padding:0}.hsd-bhero a{text-decoration:none;color:inherit}.hsd-bhero{width:100%;background:linear-gradient(180deg,#f0faf4,#fff);padding:80px 0 40px;text-align:center}.hsd-bhero-inner{max-width:1400px;margin:0 auto;padding:0 30px}.hsd-bhero-eyebrow{display:inline-block;background:#ffa32a;color:#000;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:6px 14px;border-radius:20px;margin-bottom:20px}.hsd-bhero h1{font-family:Poppins,sans-serif;font-size:56px;font-weight:800;color:#000;line-height:1.15;margin-bottom:18px;letter-spacing:-.02em}.hsd-bhero h1 span{color:#0ab463}.hsd-bhero-sub{font-family:Inter,sans-serif;font-size:19px;font-weight:400;color:#444;line-height:1.6;max-width:760px;margin:0 auto 40px}.hsd-bhero-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:900px;margin:0 auto}.hsd-bhero-filter button{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:10px 20px;border-radius:100px;background:#fff;color:#000;border:2px solid #e5e7eb;cursor:pointer;transition:all .2s}.hsd-bhero-filter button:hover{border-color:#0ab463;color:#0ab463}.hsd-bhero-filter button.active{background:#0ab463;color:#fff;border-color:#0ab463;box-shadow:0 4px 12px #0ab46340}.hsd-bhero-filter .count{display:inline-block;margin-left:6px;font-size:12px;opacity:.7;font-weight:500}@media(max-width:900px){.hsd-bhero{padding:50px 0 30px}.hsd-bhero-inner{padding:0 20px}.hsd-bhero h1{font-size:36px}.hsd-bhero-sub{font-size:16px;margin-bottom:28px}.hsd-bhero-filter button{font-size:13px;padding:8px 14px}}.hsd-bg,.hsd-bg *{box-sizing:border-box;margin:0;padding:0}.hsd-bg a{text-decoration:none;color:inherit}.hsd-bg{width:100%;background:#f8f9fa;padding:60px 0 80px}.hsd-bg-inner{max-width:1400px;margin:0 auto;padding:0 30px}.hsd-bg-featured{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f;margin-bottom:50px;transition:transform .25s,box-shadow .25s}.hsd-bg-featured:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.hsd-bg-featured-img{position:relative;overflow:hidden;min-height:380px}.hsd-bg-featured-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.hsd-bg-featured:hover .hsd-bg-featured-img img{transform:scale(1.04)}.hsd-bg-featured-body{padding:50px 50px 50px 10px;display:flex;flex-direction:column;justify-content:center}.hsd-bg-featured-title{font-family:Poppins,sans-serif;font-size:36px;font-weight:700;color:#000;line-height:1.2;margin:14px 0 18px;letter-spacing:-.01em}.hsd-bg-featured-excerpt{font-family:Inter,sans-serif;font-size:17px;font-weight:400;color:#444;line-height:1.65;margin-bottom:24px}.hsd-bg-heading{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:10px}.hsd-bg-heading h2{font-family:Poppins,sans-serif;font-size:32px;font-weight:700;color:#000}.hsd-bg-heading .count{font-family:Inter,sans-serif;font-size:15px;color:#666}.hsd-bg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hsd-bg-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000d;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;animation:hsdFadeIn .4s both}@keyframes hsdFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hsd-bg-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.hsd-bg-card.hidden{display:none}.hsd-bg-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#f0faf4}.hsd-bg-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.hsd-bg-card:hover .hsd-bg-thumb img{transform:scale(1.05)}.hsd-bg-badge{position:absolute;top:14px;left:14px;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;padding:5px 10px;border-radius:4px;box-shadow:0 2px 8px #00000026}.hsd-bg-body{padding:22px 24px 24px;flex:1;display:flex;flex-direction:column}.hsd-bg-meta{font-family:Inter,sans-serif;font-size:13px;color:#888;margin-bottom:10px;display:flex;align-items:center;gap:6px}.hsd-bg-meta .hsd-bg-cat{color:#0ab463;font-weight:600}.hsd-bg-meta .hsd-bg-dot{color:#ccc}.hsd-bg-title{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#000;line-height:1.35;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hsd-bg-excerpt{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#555;line-height:1.6;margin-bottom:16px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hsd-bg-readmore{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#0ab463;display:inline-flex;align-items:center;gap:6px;transition:color .2s,gap .2s}.hsd-bg-readmore-lg{font-size:16px}.hsd-bg-card:hover .hsd-bg-readmore,.hsd-bg-featured:hover .hsd-bg-readmore{color:#f16625;gap:10px}.hsd-bg-empty{text-align:center;padding:60px 20px;color:#888;font-family:Inter,sans-serif;font-size:16px;grid-column:1 / -1}.hsd-bg-pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:50px;flex-wrap:wrap}.hsd-bg-pagination button{min-width:42px;height:42px;padding:0 14px;border:1px solid #e5e7eb;background:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#333;border-radius:8px;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;justify-content:center}.hsd-bg-pagination button:hover:not(:disabled):not(.active){border-color:#0ab463;color:#0ab463}.hsd-bg-pagination button.active{background:#0ab463;color:#fff;border-color:#0ab463;box-shadow:0 4px 12px #0ab46340}.hsd-bg-pagination button:disabled{opacity:.4;cursor:not-allowed}.hsd-bg-pagination .ellipsis{padding:0 4px;color:#999;font-family:Inter,sans-serif}@media(max-width:1100px){.hsd-bg-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.hsd-bg{padding:40px 0 60px}.hsd-bg-inner{padding:0 20px}.hsd-bg-featured{grid-template-columns:1fr;gap:0;margin-bottom:40px}.hsd-bg-featured-img{min-height:220px}.hsd-bg-featured-body{padding:28px 24px 32px}.hsd-bg-featured-title{font-size:24px}.hsd-bg-featured-excerpt{font-size:15px}.hsd-bg-grid{grid-template-columns:1fr;gap:20px}.hsd-bg-heading h2{font-size:26px}}
