:root{--green-primary:#16a34a;--green-dark:#15803d;--green-light:#dcfce7;--green-xlight:#f0fdf4;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--font-body:"Inter", sans-serif;--font-arabic:"Amiri", serif;--radius:12px;--shadow-sm:0 1px 3px rgba(0, 0, 0, .08);--shadow-md:0 4px 16px rgba(0, 0, 0, .1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--gray-900);background:#fff;line-height:1.6}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-200)}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:2rem;height:64px}.nav-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:1.1rem;color:var(--gray-900)}.brand-icon{font-size:1.3rem}.brand-name{color:var(--green-primary)}.nav-links{display:flex;list-style:none;gap:1.5rem;margin-left:auto}.nav-links a{text-decoration:none;color:var(--gray-700);font-size:.92rem;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-active{color:var(--green-primary)!important}.nav-cta{background:var(--green-primary);color:#fff!important;padding:.5rem 1.25rem;border-radius:999px;text-decoration:none;font-size:.88rem;font-weight:600;transition:background .2s;white-space:nowrap}.nav-cta:hover{background:var(--green-dark)}.site-footer{background:var(--gray-900);color:#d1d5db;margin-top:5rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2.5rem}.footer-brand .brand-icon{font-size:1.5rem}.footer-brand strong{color:#fff;font-size:1.1rem;margin-left:.4rem}.footer-brand p{margin-top:.75rem;font-size:.88rem;line-height:1.7;color:#9ca3af}.footer-links{display:contents}.footer-links h4{color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#86efac}.footer-bottom{border-top:1px solid #374151;padding:1.25rem 1.5rem;text-align:center;font-size:.85rem;color:#6b7280}.footer-bottom a{color:#86efac;text-decoration:none}@media (max-width:768px){.nav-links{display:none}.footer-container{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}.share-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:3.5rem;padding-top:2rem;border-top:1px solid #f1f5f9}.share-container h4{font-size:.875rem!important;font-weight:500!important;text-transform:uppercase;letter-spacing:.05em;color:#64748b!important;margin:0 0 1rem!important}.share-container :global(.astro-social-share),.share-container :global(.social-share-btn-wrapper){display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin:0!important;padding:0!important;list-style:none!important}.share-container :global(a),.share-container :global(button){text-decoration:none!important;transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s ease}.share-container :global(a:hover),.share-container :global(button:hover){transform:scale(1.08);opacity:.85}.blog-hero{background:linear-gradient(135deg,#f0fdf4,#dcfce7 60%,#bbf7d0);border-bottom:1px solid #86efac;padding:4rem 1.5rem 3rem;text-align:center}.blog-hero-inner{max-width:680px;margin:0 auto}.blog-eyebrow{display:inline-block;background:#fff;color:#16a34a;padding:.35rem .9rem;border-radius:999px;font-size:.82rem;font-weight:600;border:1px solid #86efac;margin-bottom:1rem}.blog-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2;color:#111827;margin-bottom:1rem}.blog-hero h1 em{color:#16a34a;font-style:normal}.blog-hero p{color:#374151;font-size:1.05rem;line-height:1.7}.blog-main{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem;display:grid;grid-template-columns:1fr 300px;grid-template-rows:auto auto;gap:2.5rem;align-items:start}.section-label{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#16a34a;margin-bottom:1.25rem}.featured-section,.posts-section{grid-column:1}.blog-sidebar{grid-column:2;grid-row:1/3}.featured-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 2px 12px #00000012;transition:box-shadow .2s,transform .2s}.featured-card:hover{box-shadow:0 8px 32px #16a34a26;transform:translateY(-2px)}.featured-card-img{aspect-ratio:4/3;overflow:hidden;background:#f0fdf4}.featured-card-img img{width:100%;height:100%;object-fit:cover}.img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.featured-card-body{padding:2rem;display:flex;flex-direction:column;gap:.75rem}.featured-card-body h3{font-size:1.3rem;font-weight:700;line-height:1.35;color:#111827}.featured-card-body p{font-size:.92rem;color:#6b7280;line-height:1.6;flex:1}.post-author{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#374151;font-weight:500}.author-avatar{width:28px;height:28px;border-radius:50%;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.read-more{display:inline-block;color:#16a34a;font-weight:600;font-size:.9rem;margin-top:.25rem}.post-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.post-category{background:#dcfce7;color:#15803d;padding:.25rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600}.post-date{font-size:.8rem;color:#9ca3af}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.post-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;box-shadow:0 1px 4px #0000000d;transition:box-shadow .2s,transform .2s}.post-card:hover{box-shadow:0 6px 24px #16a34a1f;transform:translateY(-2px)}.post-card-img{aspect-ratio:16/9;overflow:hidden;background:#f0fdf4}.post-card-img img{width:100%;height:100%;object-fit:cover}.post-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.post-card-body h3{font-size:1.05rem;font-weight:700;line-height:1.35;color:#111827}.post-card-body p{font-size:.875rem;color:#6b7280;line-height:1.6;flex:1}.post-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.post-tags{display:flex;gap:.4rem;flex-wrap:wrap}.tag{font-size:.75rem;color:#16a34a}.read-more-sm{font-size:.82rem;color:#16a34a;font-weight:600}.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-cta{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border-radius:12px;padding:1.5rem;text-align:center}.sidebar-cta-icon{font-size:2rem;margin-bottom:.5rem}.sidebar-cta h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.sidebar-cta p{font-size:.875rem;opacity:.9;margin-bottom:1rem;line-height:1.5}.btn-primary{display:inline-block;background:#fff;color:#16a34a;padding:.6rem 1.5rem;border-radius:999px;font-weight:700;font-size:.875rem;text-decoration:none;transition:opacity .2s}.btn-primary:hover{opacity:.9}.sidebar-widget{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.widget-title{font-size:.85rem;font-weight:700;color:#111827;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid #dcfce7}.category-list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.category-list a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#374151;font-size:.9rem;padding:.3rem 0;border-bottom:1px solid #f3f4f6;transition:color .2s}.category-list a:hover{color:#16a34a}.cat-count{background:#f0fdf4;color:#16a34a;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700}.recent-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.recent-list a{text-decoration:none;display:flex;flex-direction:column;gap:.15rem}.recent-title{font-size:.875rem;color:#374151;font-weight:500;line-height:1.4;transition:color .2s}.recent-list a:hover .recent-title{color:#16a34a}.recent-date{font-size:.75rem;color:#9ca3af}.tags-cloud{display:flex;flex-wrap:wrap;gap:.4rem}.tag-link{background:#f3f4f6;color:#374151;padding:.3rem .7rem;border-radius:6px;font-size:.78rem;text-decoration:none;transition:background .2s,color .2s}.tag-link:hover{background:#dcfce7;color:#16a34a}.markdown-content{max-width:65ch;margin:0 auto;font-size:1.125rem;line-height:1.8;color:#334155}.markdown-content h2,.markdown-content h3,.markdown-content h4{color:#0f172a;font-weight:700;line-height:1.3;margin-top:2.5rem;margin-bottom:1rem}.markdown-content h2{font-size:1.75rem;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem}.markdown-content h3{font-size:1.4rem}.markdown-content p{margin-bottom:1.5rem}.markdown-content ul,.markdown-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.markdown-content ul{list-style-type:disc}.markdown-content ol{list-style-type:decimal}.markdown-content li{margin-bottom:.5rem}.markdown-content blockquote{font-style:italic;border-left:4px solid #d97706;background-color:#fffbeb;padding:1rem 1.5rem;margin:2rem 0;border-radius:0 .5rem .5rem 0;color:#78350f}.markdown-content blockquote p{margin-bottom:0}.markdown-content strong{color:#0f172a;font-weight:600}.markdown-content a{color:#d97706;text-decoration:underline;text-underline-offset:4px;font-weight:500;transition:color .2s ease}.markdown-content a:hover{color:#b45309}@media (max-width:640px){.markdown-content{font-size:1rem;line-height:1.7}.markdown-content h2{font-size:1.5rem}.markdown-content h3{font-size:1.25rem}}@media (max-width:900px){.blog-main{grid-template-columns:1fr}.blog-sidebar{grid-column:1;grid-row:auto}.featured-card{grid-template-columns:1fr}.featured-card-img{aspect-ratio:16/9}}.post-featured-img{width:100%;margin-top:1rem;margin-bottom:2.5rem;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;background-color:#f8fafc;border:1px solid #e2e8f0}.post-featured-img img{width:100%;height:auto;max-height:420px;object-fit:cover;object-position:center;display:block;margin:0!important;transition:transform .3s ease}