.blog-main{min-height:100vh;padding-top:2rem;position:relative;z-index:1}.blog-hero{text-align:center;padding:4rem 2rem 3rem;background:linear-gradient(135deg,#2e7d32e6,#388e3cd9);margin-bottom:3rem;border-radius:20px;max-width:1200px;margin-left:auto;margin-right:auto;margin-bottom:4rem;box-shadow:0 10px 40px #0003}.blog-hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.blog-hero-subtitle{font-size:1.3rem;color:#fffffff2;max-width:600px;margin:0 auto}.blog-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;margin-top:2rem}.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000026;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column;min-height:500px}.blog-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000040}.blog-card-image{width:100%;height:260px;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image{transform:scale(1.05)}.blog-card-content{padding:2.5rem;flex:1;display:flex;flex-direction:column}.blog-card-title{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:#2e7d32;margin-bottom:1rem;line-height:1.3;min-height:3.9rem}.blog-card-excerpt{font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:1.5rem;flex:1}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#777;padding-top:1.25rem;border-top:1px solid #e0e0e0;margin-top:auto}.blog-card-author{font-weight:600;color:#2e7d32}.blog-card-date{font-style:italic}.post-main{min-height:100vh;padding-top:2rem;position:relative;z-index:1}.post-container{max-width:900px;margin:0 auto;padding:0 2rem 4rem}.post-header{text-align:center;padding:3rem 0}.post-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#2e7d32;margin-bottom:1rem;line-height:1.2}.post-meta{display:flex;justify-content:center;gap:2rem;font-size:1rem;color:#777;margin-bottom:2rem}.post-meta-author{font-weight:600;color:#2e7d32}.post-image{width:100%;max-height:500px;object-fit:cover;border-radius:20px;margin-bottom:3rem;box-shadow:0 10px 30px #0003}.post-content{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;line-height:1.8;font-size:1.1rem;color:#333}.post-content h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#2e7d32;margin-top:2.5rem;margin-bottom:1rem}.post-content h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#388e3c;margin-top:2rem;margin-bottom:.8rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-back{display:inline-block;margin-bottom:2rem;padding:.8rem 2rem;background:linear-gradient(135deg,#2e7d32,#388e3c);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #2e7d324d}.post-back:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2e7d3266}.loading{text-align:center;padding:4rem;font-size:1.2rem;color:#2e7d32}.footer{background:linear-gradient(135deg,#2e7d32,#388e3c);color:#fff;padding:2rem 0;text-align:center;margin-top:4rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.blog-hero-title{font-size:2.5rem}.blog-hero-subtitle{font-size:1.1rem}.blog-grid{grid-template-columns:1fr;gap:2rem}.post-title{font-size:2rem}.post-content{padding:2rem}.post-content h2{font-size:1.6rem}}
