.blogs-page{flex:1 1;padding:3rem 0 4rem;background:linear-gradient(180deg,#d0f0c0,#fff 45%)}.blogs-page .blogs-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.blogs-page .blogs-hero{text-align:center;margin-bottom:2.5rem}.blogs-page .blogs-hero h1{font-size:2.25rem;font-weight:700;color:#2c3415;margin-bottom:.75rem}.blogs-page .blogs-hero .green-text{color:#028a0f}.blogs-page .blogs-hero .hero-description{max-width:640px;margin:0 auto;color:#5c5c5c;line-height:1.7}.blogs-page .blog-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(2,138,15,.08);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.blogs-page .blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(2,138,15,.15)}.blogs-page .blog-card .blog-card-image{width:100%;height:200px;object-fit:cover}.blogs-page .blog-card .blog-card-image-placeholder{width:100%;height:200px;background:linear-gradient(90deg,#028a0f,#74b72e)}.blogs-page .blog-card .blog-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1 1}.blogs-page .blog-card .blog-card-category{color:#028a0f;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.blogs-page .blog-card .blog-card-category,.blogs-page .blog-card .blog-card-title{font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blogs-page .blog-card .blog-card-title{color:#151922;font-size:1.125rem;line-height:1.4;margin-bottom:.75rem}.blogs-page .blog-card .blog-card-excerpt{color:#5c5c5c;font-size:.9rem;line-height:1.6;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blogs-page .blog-card .blog-card-meta{margin-top:1rem;font-size:.8rem;color:#8f8f8f}.blogs-page .blogs-empty,.blogs-page .blogs-error{text-align:center;padding:4rem 1rem;color:#5c5c5c}.blogs-page .pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:3rem;flex-wrap:wrap}.blogs-page .pagination a{min-width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.9rem;font-weight:600;border:1px solid #b8d8cb;color:#028a0f;text-decoration:none;transition:all .2s ease}.blogs-page .pagination a.active,.blogs-page .pagination a:hover{background:linear-gradient(90deg,#028a0f,#74b72e);color:#fff;border-color:transparent}.blogs-page .pagination a.disabled{opacity:.4;pointer-events:none}.blog-detail-page{flex:1 1;padding:2rem 0 4rem;background:linear-gradient(180deg,#d0f0c0,#fff 45%)}.blog-detail-page .blog-detail-container{max-width:900px;margin:0 auto;padding:0 1.5rem}.blog-detail-page .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#028a0f;font-weight:600;margin-bottom:1.5rem;text-decoration:none}.blog-detail-page .back-link:hover{text-decoration:underline}.blog-detail-page .blog-detail-category{color:#028a0f;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;display:block}.blog-detail-page .blog-detail-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;color:#151922;margin-bottom:1rem}.blog-detail-page .blog-detail-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;color:#5c5c5c;font-size:.95rem;margin-bottom:2rem}.blog-detail-page .blog-featured-image{width:100%;max-height:480px;object-fit:cover;border-radius:16px;margin-bottom:2rem}.blog-detail-page .blog-detail-excerpt{font-size:1.125rem;color:#5c5c5c;line-height:1.7;margin-bottom:2rem}.blog-detail-page .blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #b8d8cb}.blog-detail-page .blog-tags .blog-tag{padding:.35rem .85rem;border-radius:999px;font-size:.875rem;background:#d0f0c0;color:#028a0f}.blog-content{line-height:1.8;color:#444}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4{color:#151922;margin:1.5rem 0 .75rem;font-weight:700}.blog-content p{margin-bottom:1rem}.blog-content img{max-width:100%;height:auto;border-radius:12px;margin:1.5rem 0}.blog-content a{color:#028a0f;text-decoration:underline}.blog-content ol,.blog-content ul{margin:1rem 0 1rem 1.5rem}.blog-content blockquote{border-left:4px solid #028a0f;padding-left:1rem;margin:1.5rem 0;color:#5c5c5c;font-style:italic}.blog-page-header{flex-shrink:0}.blog-main{min-height:100vh;height:auto;overflow-x:hidden}@media(max-width:768px){.blog-detail-page,.blogs-page{padding:2rem 0 3rem}.blog-detail-page .blog-detail-container,.blog-detail-page .blogs-container,.blogs-page .blog-detail-container,.blogs-page .blogs-container{padding:0 1rem}}