:root{--blog-primary: #10B981;--blog-light: #34D399;--blog-lighter: #D1FAE5;--blog-gradient: linear-gradient(135deg, var(--blog-primary), var(--blog-light))}.blog-hero{background:var(--blog-gradient),url(/global/images/hero/blog-hero.webp) center/cover no-repeat;color:#fff;padding:10rem 0 6rem;text-align:center;position:relative}.blog-hero:before{content:"";position:absolute;inset:0;background:#0006;z-index:0}.blog-hero>*{position:relative;z-index:1}.blog-hero h1{font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.blog-hero p{font-size:1.3rem;max-width:800px;margin:0 auto 2rem;opacity:.9}.blog-nav{background:#fff;padding:1.5rem 0;position:sticky;top:97px;z-index:100;box-shadow:0 2px 10px #0000000d;border-bottom:1px solid var(--border-light)}.blog-nav-list{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;list-style:none;margin:0;padding:0}.blog-nav-link{color:var(--text-dark);text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border-radius:50px;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;background:var(--background-light);border:1px solid transparent}.blog-nav-link:hover{color:var(--blog-primary);background:var(--blog-lighter);border-color:var(--blog-light);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.blog-nav-link.active{color:#fff;background:var(--blog-primary);border-color:var(--blog-primary);box-shadow:0 4px 15px #10b9814d}.blog-content-section{padding:6rem 0;background-color:#f8f9fa}.featured-post-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:row;margin:0 auto 4rem;max-width:1000px;border:1px solid var(--border-light)}.featured-image-wrapper{flex:1;min-height:320px;max-height:400px;background-color:var(--blog-lighter);display:flex;align-items:center;justify-content:center;overflow:hidden}.featured-image-wrapper img{width:100%;height:100%;object-fit:cover}.featured-content{flex:1.2;padding:2rem;display:flex;flex-direction:column;justify-content:center}.featured-category{display:inline-block;background:var(--blog-lighter);color:var(--blog-primary);padding:.3rem .8rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;width:fit-content}.featured-title{font-size:1.75rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;line-height:1.2}.featured-excerpt{font-size:1rem;line-height:1.6;color:var(--text-light);margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-meta{display:flex;align-items:center;gap:1.5rem;font-size:.85rem;color:var(--text-light);margin-bottom:1.5rem}.read-more-btn{display:inline-flex;align-items:center;gap:.75rem;background:var(--blog-primary);color:#fff;padding:.8rem 1.8rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px #10b98133;width:fit-content}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #00000014;border:1px solid var(--border-light);display:flex;flex-direction:column;justify-content:space-between;transition:all .4s ease}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.blog-card-image{height:200px;background-color:var(--blog-lighter);display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-content{padding:1.5rem}.blog-card-category{display:inline-block;background:var(--blog-lighter);color:var(--blog-primary);padding:.3rem .7rem;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.blog-card-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;line-height:1.3}.blog-card-excerpt{font-size:.95rem;line-height:1.6;color:var(--text-light);margin-bottom:1rem}.blog-card-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:var(--text-light);margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-light)}.blog-card-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--blog-primary);font-weight:600;text-decoration:none;transition:all .3s ease}.categories-section{padding:6rem 0;background-color:#fff}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.category-card{text-decoration:none;position:relative;height:300px;border-radius:12px;overflow:hidden;display:flex;align-items:flex-end;padding:2rem;transition:transform .3s ease;cursor:pointer}.category-card:hover{transform:translateY(-8px)}.category-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.category-bg img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-bg img{transform:scale(1.1)}.category-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);z-index:1}.category-card-content{position:relative;z-index:2;color:#fff}.category-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.category-card p{font-size:.9rem;opacity:.9;margin:0}.blog-card.hidden{display:none;opacity:0;transform:scale(.9)}@media(max-width:767px){.blog-hero h1{font-size:2.8rem}.blog-hero p{font-size:1.1rem}.featured-title{font-size:1.8rem}.blog-grid,.categories-grid{grid-template-columns:1fr}}
