.blog-header{background:var(--sage-green);color:#fff;padding:3rem 0 2rem;text-align:center}.blog-header h1{font-size:2.5rem;margin-bottom:.5rem}.blog-header p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.search-input-wrapper{align-items:center;display:flex;flex:1;position:relative}.search-form input{border:none;padding:.75rem 2.5rem .75rem 1rem;width:100%}.clear-search{align-items:center;background:transparent;border:none;color:#999;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:.5rem;transition:color .2s}.clear-search:hover{color:#333}.blog-section{padding:4rem 0}.blog-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:3rem}.post-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.post-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-4px)}.post-image{height:200px;overflow:hidden;width:100%}.post-image img{height:100%;object-fit:cover;width:100%}.post-content{display:flex;flex:1;flex-direction:column;padding:1.5rem}.post-meta{color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem;margin-bottom:1rem}.post-category{background:var(--sage-green);border-radius:4px;color:#fff;font-size:.75rem;padding:.25rem .75rem}.post-title{font-size:1.5rem;margin-bottom:.75rem}.post-title a{color:var(--text-dark);text-decoration:none;transition:color .3s}.post-title a:hover{color:var(--rust-orange)}.post-excerpt{color:var(--text-muted);flex:1;margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#e0e0e0;border-radius:4px;color:var(--text-dark);font-size:.75rem;padding:.25rem .5rem;text-decoration:none;transition:background .3s}.tag:hover{background:#d0d0d0}.read-more{color:var(--rust-orange);font-weight:600;text-decoration:none;transition:color .3s}.read-more:hover{color:#b54d1f}.pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:3rem}.page-number,.pagination button{background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:all .3s}.page-number:hover,.pagination button:hover{background:var(--sage-green);border-color:var(--sage-green);color:#fff}.page-number.active{background:var(--rust-orange);border-color:var(--rust-orange);color:#fff;cursor:default}.post-container{margin:3rem auto;max-width:800px;padding:0 20px}.back-link{color:var(--rust-orange);display:inline-block;font-weight:600;margin-bottom:2rem;text-decoration:none}.back-link:hover{text-decoration:underline}.single-post{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:3rem}.post-header{margin-bottom:2rem}.post-header .post-title{font-size:2.5rem;margin-bottom:1rem}.post-author{color:var(--text-muted);font-size:1rem;margin-top:1rem}.post-featured-image{border-radius:8px;margin-bottom:2rem;overflow:hidden}.post-featured-image img{height:auto;width:100%}.post-body{color:var(--text-dark);line-height:1.8}.post-body h2{color:var(--text-dark);font-size:1.8rem;margin-bottom:1rem;margin-top:2rem}.post-body h3{color:var(--text-dark);font-size:1.4rem;margin-bottom:.75rem;margin-top:1.5rem}.post-body p{margin-bottom:1.25rem}.post-body ol,.post-body ul{margin-bottom:1.25rem;margin-left:2rem}.post-body li{margin-bottom:.5rem}.post-body strong{color:var(--text-dark);font-weight:600}.post-body a{color:var(--rust-orange);text-decoration:underline}.post-body a:hover{color:#b54d1f}.post-cta{background:var(--sage-green);border-radius:8px;color:#fff;margin-top:3rem;padding:2rem;text-align:center}.post-cta h3{margin-bottom:.5rem}.post-cta p{margin-bottom:1.5rem;opacity:.95}.blog-cta{background:var(--sage-green);color:#fff;padding:4rem 0;text-align:center}.blog-cta h2{color:#fff;font-size:2rem;margin-bottom:1rem}.blog-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.error,.loading,.no-posts{color:var(--text-muted);padding:3rem;text-align:center}.error{color:#dc3545}@media (max-width:768px){.blog-header h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.search-form{flex-direction:column}.single-post{padding:2rem 1.5rem}.post-header .post-title{font-size:2rem}}