.blog-module__JsT-Oq__blogLayout{grid-template-columns:1fr 320px;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem;display:grid}.blog-module__JsT-Oq__breadcrumb{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1rem;display:flex;box-shadow:0 1px 3px #0000001a}.blog-module__JsT-Oq__breadcrumbLink{color:var(--primary-green);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.blog-module__JsT-Oq__breadcrumbLink:hover{color:#059669;text-decoration:underline}.blog-module__JsT-Oq__breadcrumbSeparator{color:#6b7280;font-size:.875rem}.blog-module__JsT-Oq__breadcrumbCurrent{color:#1f2937;font-size:.875rem;font-weight:600}.blog-module__JsT-Oq__mainContent{min-width:0}.blog-module__JsT-Oq__sidebar{height:fit-content;position:sticky;top:2rem}@media (max-width:1024px){.blog-module__JsT-Oq__blogLayout{grid-template-columns:1fr;gap:2rem}.blog-module__JsT-Oq__sidebar{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid;position:static}}@media (max-width:768px){.blog-module__JsT-Oq__blogLayout{gap:1.5rem;padding:0 .5rem}.blog-module__JsT-Oq__sidebar{grid-template-columns:1fr;gap:1rem}}.blog-module__JsT-Oq__sidebarSection{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.blog-module__JsT-Oq__sidebarTitle{color:#1f2937;border-bottom:2px solid #f3f4f6;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600}.blog-module__JsT-Oq__categoryList{flex-direction:column;gap:.75rem;display:flex}.blog-module__JsT-Oq__categoryItem{cursor:pointer;background:#f5f5f5;border-radius:8px;align-items:center;gap:1rem;padding:.75rem;transition:all .3s;display:flex}.blog-module__JsT-Oq__categoryItem:hover{background:#e8e8e8;transform:translate(4px)}.blog-module__JsT-Oq__categoryIcon{width:40px;height:40px;color:var(--primary-green);background:#dcfce7;border-radius:8px;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.blog-module__JsT-Oq__categoryInfo{flex:1}.blog-module__JsT-Oq__categoryName{color:#1f2937;margin:0 0 .25rem;font-size:1rem;font-weight:600}.blog-module__JsT-Oq__categoryCount{color:#6b7280;margin:0;font-size:.875rem}.blog-module__JsT-Oq__listingsGrid{flex-direction:column;gap:1rem;display:flex}.blog-module__JsT-Oq__listingCard{cursor:pointer;color:inherit;background:#f9fafb;border-radius:8px;align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.blog-module__JsT-Oq__listingCard:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.blog-module__JsT-Oq__listingImage{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.blog-module__JsT-Oq__listingInfo{flex:1}.blog-module__JsT-Oq__listingTitle{color:#1f2937;margin:0 0 .25rem;font-size:.875rem;font-weight:600;line-height:1.3}.blog-module__JsT-Oq__listingPrice{color:var(--primary-green);margin:0 0 .25rem;font-size:1rem;font-weight:700}.blog-module__JsT-Oq__listingCategory{color:#6b7280;background:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.blog-module__JsT-Oq__tagCloud{flex-wrap:wrap;gap:.5rem;display:flex}.blog-module__JsT-Oq__tagCloud .blog-module__JsT-Oq__tag{color:#6b7280;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.blog-module__JsT-Oq__tagCloud .blog-module__JsT-Oq__tag:hover{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.blog-module__JsT-Oq__adContainer{text-align:center}.blog-module__JsT-Oq__adPlaceholder{color:#9ca3af;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;justify-content:center;align-items:center;min-height:250px;font-size:.875rem;font-weight:500;display:flex}.blog-module__JsT-Oq__featuredPost,.blog-module__JsT-Oq__postCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.blog-module__JsT-Oq__featuredPost:hover,.blog-module__JsT-Oq__postCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.blog-module__JsT-Oq__postImage{position:relative;overflow:hidden}.blog-module__JsT-Oq__postImage:after{content:"";opacity:0;background:linear-gradient(#0000 0%,#0000001a 100%);transition:opacity .3s;position:absolute;inset:0}.blog-module__JsT-Oq__featuredPost:hover .blog-module__JsT-Oq__postImage:after,.blog-module__JsT-Oq__postCard:hover .blog-module__JsT-Oq__postImage:after{opacity:1}.blog-module__JsT-Oq__postContent{padding:1.5rem}.blog-module__JsT-Oq__postTitle{color:#1f2937;margin:0 0 .75rem;font-size:1.25rem;font-weight:700;line-height:1.3}.blog-module__JsT-Oq__featuredPost .blog-module__JsT-Oq__postTitle{font-size:1.5rem}.blog-module__JsT-Oq__postExcerpt{color:#6b7280;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__postFooter{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.blog-module__JsT-Oq__readMore{color:var(--primary-green);font-weight:600;text-decoration:none;transition:color .2s}.blog-module__JsT-Oq__categoryFilter{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;padding:1rem;display:flex;box-shadow:0 2px 8px #0000001a}.blog-module__JsT-Oq__categoryButton:hover{border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-1px)}.blog-module__JsT-Oq__newsletterSection{text-align:center;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 50%,#bae6fd 100%);border-radius:16px;margin:3rem 0;padding:3rem}.blog-module__JsT-Oq__newsletterContent{max-width:600px;margin:0 auto}.blog-module__JsT-Oq__newsletterTitle{color:#1f2937;margin:0 0 1rem;font-size:2rem;font-weight:700}.blog-module__JsT-Oq__newsletterDescription{color:#6b7280;margin:0 0 2rem;line-height:1.6}.blog-module__JsT-Oq__newsletterForm{gap:1rem;margin-bottom:1rem;display:flex}.blog-module__JsT-Oq__emailInput{border:2px solid #e5e7eb;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.blog-module__JsT-Oq__subscribeButton{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.blog-module__JsT-Oq__subscribeButton:hover{background:#059669;transform:translateY(-1px)}@media (max-width:768px){.blog-module__JsT-Oq__blogLayout{gap:1rem;padding:0 .25rem}.blog-module__JsT-Oq__breadcrumb{white-space:nowrap;margin-bottom:1rem;padding:.5rem .75rem;overflow-x:auto}.blog-module__JsT-Oq__breadcrumbLink,.blog-module__JsT-Oq__breadcrumbSeparator,.blog-module__JsT-Oq__breadcrumbCurrent{font-size:.8rem}.blog-module__JsT-Oq__sidebarSection{margin-bottom:1rem;padding:1rem}.blog-module__JsT-Oq__sidebarTitle{font-size:1.125rem}.blog-module__JsT-Oq__categoryFilter{gap:.5rem;padding:.75rem}.blog-module__JsT-Oq__categoryButton{padding:.5rem 1rem;font-size:.8rem}.blog-module__JsT-Oq__featuredGrid,.blog-module__JsT-Oq__postsGrid{grid-template-columns:1fr;gap:1.5rem}.blog-module__JsT-Oq__newsletterSection{margin:2rem 0;padding:2rem 1rem}.blog-module__JsT-Oq__newsletterTitle{font-size:1.5rem}.blog-module__JsT-Oq__newsletterForm{flex-direction:column;gap:1rem}.blog-module__JsT-Oq__postContent{padding:1rem}.blog-module__JsT-Oq__postTitle{font-size:1.125rem}.blog-module__JsT-Oq__featuredPost .blog-module__JsT-Oq__postTitle{font-size:1.25rem}.blog-module__JsT-Oq__postMeta{flex-direction:column;align-items:flex-start;gap:.5rem}.blog-module__JsT-Oq__postFooter{flex-direction:column;align-items:stretch;gap:1rem}.blog-module__JsT-Oq__readMore{text-align:center;background:#f3f4f6;border-radius:6px;padding:.5rem}.blog-module__JsT-Oq__readMore:hover{background:var(--primary-green);color:#fff}}.blog-module__JsT-Oq__blogPost{max-width:800px;margin:0 auto;padding:2rem 0}.blog-module__JsT-Oq__backButtonContainer{margin-bottom:2rem}.blog-module__JsT-Oq__backButtonTop{color:var(--primary-green);border:2px solid var(--primary-green);background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #0000001a}.blog-module__JsT-Oq__backButtonTop:hover{background:var(--primary-green);color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.blog-module__JsT-Oq__backArrow{font-size:1.25rem;font-weight:700}.blog-module__JsT-Oq__postHeader{margin-bottom:2rem}.blog-module__JsT-Oq__category{color:#fff;text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.blog-module__JsT-Oq__date,.blog-module__JsT-Oq__readTime,.blog-module__JsT-Oq__author{color:#6b7280;font-size:.875rem}.blog-module__JsT-Oq__postFeaturedImage{border-radius:12px;margin:2rem 0;overflow:hidden}.blog-module__JsT-Oq__postContent{color:#374151;margin:3rem 0;line-height:1.8}.blog-module__JsT-Oq__postContent h2{color:#1f2937;margin:1.75rem 0 1rem;font-size:1.75rem;font-weight:600;line-height:1.3}.blog-module__JsT-Oq__postContent p{margin-bottom:1.5rem;font-size:1.125rem}.blog-module__JsT-Oq__postContent li{margin-bottom:.5rem;font-size:1.125rem}.blog-module__JsT-Oq__postContent blockquote{border-left:4px solid var(--primary-green);color:#6b7280;margin:2rem 0;padding-left:1.5rem;font-style:italic}.blog-module__JsT-Oq__postContent code{background:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.875rem}.blog-module__JsT-Oq__postContent pre{background:#f3f4f6;border-radius:8px;margin:1.5rem 0;padding:1rem;overflow-x:auto}.blog-module__JsT-Oq__postFooter{border-top:1px solid #e5e7eb;margin-top:3rem;padding-top:2rem}.blog-module__JsT-Oq__postTags{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.blog-module__JsT-Oq__tag{color:#6b7280;background:#f3f4f6;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;transition:background .2s}.blog-module__JsT-Oq__tag:hover{background:#e5e7eb}.blog-module__JsT-Oq__postActions{align-items:center;gap:1rem;display:flex}.blog-module__JsT-Oq__shareButton,.blog-module__JsT-Oq__backButton{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s}.blog-module__JsT-Oq__shareButton{background:var(--primary-green);color:#fff}.blog-module__JsT-Oq__shareButton:hover{background:#059669;transform:translateY(-1px)}.blog-module__JsT-Oq__backButton{color:var(--primary-green);border:2px solid var(--primary-green);background:0 0}.blog-module__JsT-Oq__backButton:hover{background:var(--primary-green);color:#fff;transform:translateY(-1px)}.blog-module__JsT-Oq__adSection{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:3rem 0;padding:2rem 0}.blog-module__JsT-Oq__adContainer{text-align:center;max-width:300px;margin:0 auto}.blog-module__JsT-Oq__adLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem}.blog-module__JsT-Oq__adPlaceholder{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;justify-content:center;align-items:center;min-height:250px;display:flex;position:relative}.blog-module__JsT-Oq__adPlaceholder:before{content:"Ad Space (300x250)";color:#9ca3af;font-size:.875rem;font-weight:500;position:absolute}.blog-module__JsT-Oq__relatedPosts{border-top:1px solid #e5e7eb;margin:3rem 0;padding:2rem 0}.blog-module__JsT-Oq__relatedPostsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.blog-module__JsT-Oq__relatedPostCard{background:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.blog-module__JsT-Oq__relatedPostCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.blog-module__JsT-Oq__relatedPostImage{height:120px;overflow:hidden}.blog-module__JsT-Oq__relatedPostContent{padding:1.5rem}.blog-module__JsT-Oq__relatedPostTitle{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.4}.blog-module__JsT-Oq__relatedPostTitle a{color:#1f2937;text-decoration:none;transition:color .2s}.blog-module__JsT-Oq__relatedPostTitle a:hover{color:var(--primary-green)}.blog-module__JsT-Oq__relatedPostExcerpt{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__relatedPostMeta{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}@media (max-width:768px){.blog-module__JsT-Oq__blogPost{padding:1rem 0}.blog-module__JsT-Oq__postTitle{font-size:2rem}.blog-module__JsT-Oq__postExcerpt{font-size:1.125rem}.blog-module__JsT-Oq__postMeta{flex-direction:column;align-items:flex-start;gap:.5rem}.blog-module__JsT-Oq__postActions{flex-direction:column;align-items:stretch}.blog-module__JsT-Oq__shareButton,.blog-module__JsT-Oq__backButton{text-align:center}.blog-module__JsT-Oq__postContent h1{margin:1.5rem 0 .75rem;font-size:2rem}.blog-module__JsT-Oq__postContent h2{margin:1.25rem 0 .75rem;font-size:1.75rem}.blog-module__JsT-Oq__postContent h3{margin:1rem 0 .5rem;font-size:1.5rem}.blog-module__JsT-Oq__postContent h4{margin:.75rem 0 .5rem;font-size:1.25rem}.blog-module__JsT-Oq__postContent p{margin:.75rem 0;font-size:1rem}.blog-module__JsT-Oq__postContent ul,.blog-module__JsT-Oq__postContent ol{margin:.75rem 0;padding-left:1.5rem}.blog-module__JsT-Oq__postContent li{margin:.375rem 0;font-size:1rem}.blog-module__JsT-Oq__postContent blockquote{margin:1rem 0;padding:.75rem 1rem}.blog-module__JsT-Oq__postContent pre{margin:1rem 0;padding:1rem}.blog-module__JsT-Oq__postContent table{font-size:.875rem}.blog-module__JsT-Oq__postContent th,.blog-module__JsT-Oq__postContent td{padding:.5rem}.blog-module__JsT-Oq__adSection{margin:2rem 0;padding:1.5rem 0}.blog-module__JsT-Oq__adContainer{max-width:100%}.blog-module__JsT-Oq__adPlaceholder{min-height:200px}.blog-module__JsT-Oq__adPlaceholder:before{content:"Ad Space (Responsive)"}.blog-module__JsT-Oq__relatedPostsGrid{grid-template-columns:1fr;gap:1.5rem}.blog-module__JsT-Oq__relatedPostCard{align-items:center;display:flex}.blog-module__JsT-Oq__relatedPostImage{flex-shrink:0;width:120px;height:80px}.blog-module__JsT-Oq__relatedPostContent{padding:1rem}.blog-module__JsT-Oq__relatedPostTitle{font-size:1rem}}.blog-module__JsT-Oq__sectionTitle{color:#1f2937;text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.blog-module__JsT-Oq__categorySection{margin-bottom:3rem}.blog-module__JsT-Oq__categoryFilter{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.blog-module__JsT-Oq__categoryButton{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:25px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.blog-module__JsT-Oq__categoryButton:hover{border-color:var(--primary-green);color:var(--primary-green)}.blog-module__JsT-Oq__categoryButton.blog-module__JsT-Oq__active{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.blog-module__JsT-Oq__featuredSection{margin-bottom:4rem}.blog-module__JsT-Oq__featuredGrid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;display:grid}.blog-module__JsT-Oq__featuredPost{background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.blog-module__JsT-Oq__featuredPost:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.blog-module__JsT-Oq__postImage{width:100%;height:250px;overflow:hidden}.blog-module__JsT-Oq__postImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-module__JsT-Oq__featuredPost:hover .blog-module__JsT-Oq__postImage img{transform:scale(1.05)}.blog-module__JsT-Oq__postContent{color:#374151;padding:2rem;line-height:1.7}.blog-module__JsT-Oq__postContent h1{color:#1f2937;margin:2rem 0 1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.blog-module__JsT-Oq__postContent h2{color:#1f2937;border-bottom:2px solid #e5e7eb;margin:1.75rem 0 1rem;padding-bottom:.5rem;font-size:2rem;font-weight:600;line-height:1.3}.blog-module__JsT-Oq__postContent h3{color:#1f2937;margin:1.5rem 0 .75rem;font-size:1.5rem;font-weight:600;line-height:1.3}.blog-module__JsT-Oq__postContent h4{color:#1f2937;margin:1.25rem 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.3}.blog-module__JsT-Oq__postContent p{color:#374151;margin:1rem 0;font-size:1.125rem;line-height:1.7}.blog-module__JsT-Oq__postContent ul,.blog-module__JsT-Oq__postContent ol{margin:1rem 0;padding-left:2rem}.blog-module__JsT-Oq__postContent li{color:#374151;margin:.5rem 0;font-size:1.125rem;line-height:1.7}.blog-module__JsT-Oq__postContent ul li{list-style-type:disc}.blog-module__JsT-Oq__postContent ol li{list-style-type:decimal}.blog-module__JsT-Oq__postContent blockquote{border-left:4px solid var(--primary-green);color:#6b7280;background:#f9fafb;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.blog-module__JsT-Oq__postContent code{color:#1f2937;background:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.875rem}.blog-module__JsT-Oq__postContent pre{color:#f9fafb;background:#1f2937;border-radius:8px;margin:1.5rem 0;padding:1.5rem;overflow-x:auto}.blog-module__JsT-Oq__postContent pre code{color:inherit;background:0 0;padding:0}.blog-module__JsT-Oq__postContent a{color:var(--primary-green);border-bottom:1px solid #0000;font-weight:500;text-decoration:none;transition:border-color .2s}.blog-module__JsT-Oq__postContent a:hover{border-bottom-color:var(--primary-green)}.blog-module__JsT-Oq__postContent strong,.blog-module__JsT-Oq__postContent b{color:#1f2937;font-weight:600}.blog-module__JsT-Oq__postContent em,.blog-module__JsT-Oq__postContent i{color:#6b7280;font-style:italic}.blog-module__JsT-Oq__postContent hr{background:#e5e7eb;border:none;height:2px;margin:2rem 0}.blog-module__JsT-Oq__postContent table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:1rem}.blog-module__JsT-Oq__postContent th,.blog-module__JsT-Oq__postContent td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem}.blog-module__JsT-Oq__postContent th{color:#1f2937;background:#f9fafb;font-weight:600}.blog-module__JsT-Oq__postContent img{border-radius:8px;max-width:100%;height:auto;margin:1rem 0}.blog-module__JsT-Oq__postMeta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.blog-module__JsT-Oq__category{background:var(--primary-green);color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.blog-module__JsT-Oq__date,.blog-module__JsT-Oq__readTime{color:#6b7280;font-size:.75rem}.blog-module__JsT-Oq__postTitle{color:#1f2937;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.blog-module__JsT-Oq__postExcerpt{color:#4b5563;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.blog-module__JsT-Oq__postFooter{justify-content:space-between;align-items:center;display:flex}.blog-module__JsT-Oq__author{color:#6b7280;font-size:.875rem}.blog-module__JsT-Oq__readMore{color:#60a5fa;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.blog-module__JsT-Oq__readMore:hover{color:#3b82f6}.blog-module__JsT-Oq__postsSection{margin-bottom:4rem}.blog-module__JsT-Oq__postsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.blog-module__JsT-Oq__postCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.blog-module__JsT-Oq__postCard:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postImage{height:200px}.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postContent{padding:1.5rem}.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postTitle{margin-bottom:.75rem;font-size:1.25rem}.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postExcerpt{margin-bottom:1rem;font-size:.875rem}.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postFooter{flex-direction:column;align-items:flex-start;gap:.75rem}.blog-module__JsT-Oq__newsletterSection{text-align:center;color:#fff;background:linear-gradient(135deg,#1f2937 0%,#111827 100%);border-radius:16px;margin-bottom:3rem;padding:3rem}.blog-module__JsT-Oq__newsletterTitle{margin-bottom:1rem;font-size:2rem;font-weight:700}.blog-module__JsT-Oq__newsletterDescription{opacity:.9;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.blog-module__JsT-Oq__newsletterForm{gap:1rem;max-width:500px;margin:0 auto 1rem;display:flex}.blog-module__JsT-Oq__emailInput{color:#fff;background:#374151;border:1px solid #374151;border-radius:8px;flex:1;padding:1rem;font-size:1rem}.blog-module__JsT-Oq__emailInput::placeholder{color:#9ca3af}.blog-module__JsT-Oq__emailInput:focus{border-color:var(--primary-green);outline:none}.blog-module__JsT-Oq__subscribeButton{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.blog-module__JsT-Oq__subscribeButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.blog-module__JsT-Oq__privacyNote{color:#9ca3af;margin:0;font-size:.75rem}@media (max-width:768px){.blog-module__JsT-Oq__sectionTitle{font-size:2rem}.blog-module__JsT-Oq__categoryFilter{gap:.5rem}.blog-module__JsT-Oq__categoryButton{padding:.5rem 1rem;font-size:.75rem}.blog-module__JsT-Oq__featuredGrid{grid-template-columns:1fr;gap:1.5rem}.blog-module__JsT-Oq__featuredPost .blog-module__JsT-Oq__postContent{padding:1.5rem}.blog-module__JsT-Oq__featuredPost .blog-module__JsT-Oq__postTitle{font-size:1.25rem}.blog-module__JsT-Oq__postsGrid{grid-template-columns:1fr;gap:1.5rem}.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postContent{padding:1.25rem}.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postTitle{font-size:1.125rem}.blog-module__JsT-Oq__newsletterSection{padding:2rem 1.5rem}.blog-module__JsT-Oq__newsletterTitle{font-size:1.5rem}.blog-module__JsT-Oq__newsletterDescription{font-size:1rem}.blog-module__JsT-Oq__newsletterForm{flex-direction:column;gap:1rem}.blog-module__JsT-Oq__subscribeButton{padding:.875rem 1.5rem}}@media (max-width:480px){.blog-module__JsT-Oq__sectionTitle{font-size:1.75rem}.blog-module__JsT-Oq__categoryFilter{justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.blog-module__JsT-Oq__featuredPost .blog-module__JsT-Oq__postContent,.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postContent{padding:1rem}.blog-module__JsT-Oq__featuredPost .blog-module__JsT-Oq__postTitle,.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postTitle{font-size:1rem}.blog-module__JsT-Oq__featuredPost .blog-module__JsT-Oq__postExcerpt,.blog-module__JsT-Oq__postCard .blog-module__JsT-Oq__postExcerpt{font-size:.8125rem}.blog-module__JsT-Oq__newsletterSection{padding:1.5rem 1rem}.blog-module__JsT-Oq__newsletterTitle{font-size:1.25rem}.blog-module__JsT-Oq__newsletterDescription{font-size:.875rem}}
